#open {
  position: relative;
  z-index: 100;
}

#open.is-module-locked {
  pointer-events: none !important;
}

#open.is-module-locked .qbuttons .pbtn {
  cursor: default !important;
}

.ticket-selection-header-grid {
  display: flex;
  justify-content: center;
  font-size: 26px !important;
  text-transform: uppercase;
  line-height: 38px;
  border-bottom: 1px solid #000;
  border-top: 0 !important;
  font-weight: 500;
  color: #000 !important;
}

.qbuttons {
  display: flex;
  align-items: center;
}

.qbuttons .pbtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  color: var(--txt-color);
  border: 2px solid var(--btn-primary-color);
  border-radius: var(--radius);
  background-color: var(--btn-primary-color);
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  line-height: 1;
}

.qbuttons .pbtn:hover {
  background-color: var(--hover-btn-primary-color);
  border-color: var(--hover-btn-primary-color);
}

.qbuttons .pbtn i,
.qbuttons .pbtn span {
  font-size: 20px;
  line-height: 1;
  pointer-events: none;
}

.qbuttons .pbtn.button-disabled-visual {
  opacity: 0.5;
  cursor: default !important;
  pointer-events: none !important;
}

input.qfield {
  background-color: #fff;
  width: 55px;
  height: 55px;
  border: unset;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  pointer-events: none;
  user-select: none;
}





.no-items-placeholder,
.no-tickets-label {
  font-size: 18px;
  color: #c00;
  margin-left: 5px;
  font-style: italic;
  font-weight: 400;
}

.ui-state-disabled,
.repertoire-ticket-once-text.ui-state-disabled {
  opacity: 0.6 !important;
  pointer-events: none;
}

.no-tickets-label {
  opacity: 1 !important;
}

.ui-state-disabled .qbuttons,
.repertoire-ticket-once-text.ui-state-disabled .qbuttons {
  pointer-events: auto;
}

.button-disabled-visual,
.inactive-btn-cart {
  cursor: default !important;
}

.ticket-info p {
  background: #eee;
  padding: 10px;
  margin: 20px auto;
  border-radius: 10px;
}

.ticket-info .far {
  font-size: 40px;
  float: left;
  margin: 0px 10px;
  clear: both;
}

.ticket-info .tititle {
  float: left;
  display: inline;
  font-weight: bold;
  font-size: 26px;
  margin-right: 15px;
}

.repertoire-ticket-once {
  font-size: 19px;
  position: relative;
  display: flex;
  background-color: var(--section-bg-color);
  border-bottom: 1px solid #dbdbdb;
  padding: 20px;
  align-items: center;
}

.tickets-list .tickets-list-wrapper>.normal-ticket-wraper:last-child .repertoire-ticket-once,
.tickets-list .tickets-list-wrapper>.discount-ticket-wraper:last-child .repertoire-ticket-once,
#open .tickets-list-wrapper>.normal-ticket-wraper:last-child .repertoire-ticket-once,
#open .tickets-list-wrapper>.discount-ticket-wraper:last-child .repertoire-ticket-once {
  border-bottom: none;
}

.repertoire-ticket-once .product-select {
  text-align: center;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.repertoire-ticket-once .product-select span {
  cursor: pointer;
  font-size: 14px;
  color: #fff;
  padding: 5px;
  background: #e6001a;
  border-radius: 4px;
  margin: 8px auto 3px;
}

.repertoire-ticket-once .product-select span .fa-plus-square {
  color: #fff;
  margin: 2px 5px;
}

.repertoire-ticket-once .product-select span:hover {
  opacity: 0.8;
  text-decoration: none;
  color: #fff;
}

#open .repertoire-ticket-once>div:nth-child(2),
#open .repertoire-ticket-once>div:nth-child(3) {
  text-align: center;
}

#open>.repertoire-ticket-once>.product-name {
  font-size: 16px;
  font-weight: 600;
}

#open>.repertoire-ticket-once>.product-price {
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}

.product-name .text-danger {
  font-size: 17px;
}

.product-name>i {
  display: none;
}

.product-description {
  font-size: 19px;
  line-height: 22px;
  color: var(--txt-description);
  font-weight: 400;
}

.info-button {
  font-size: 18px;
  background: none;
  border: none;
  padding: 0.25rem;
  color: var(--txt-color-secondary);
  cursor: pointer;
}

.discount-info {
  font-size: 20px;
  font-weight: 600;
}

.repertoire-ticket-once-text {
  border-bottom: 1px solid #dbdbdb;
  background-color: var(--section-bg-color);
  padding: 22px 30px;
  font-size: 19px;
  transition: all 0.2s ease;
  display: flex !important;
  align-items: center;
}

.repertoire-ticket-once-text:hover {
  background-color: #f7f7f7;
}

.repertoire-ticket-once-text .ms-2.me-auto {
  display: flex;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-right: 40px !important;
  margin-left: 0 !important;
}

.repertoire-ticket-once-text .fw-bold {
  font-weight: 500 !important;
  font-size: 1.05em;
  flex: 1;
}

.repertoire-ticket-once-text .badge.bg-primary,
.repertoire-ticket-once-text .badge.bg-secondary {
  background-color: transparent !important;
  color: var(--txt-color) !important;
  font-weight: 600;
  padding: 0;
  font-size: 18px;
  margin-left: 20px;
  min-width: 100px;
  text-align: right;
}

.repertoire-ticket-once-text .badge.bg-secondary {
  color: #999 !important;
  font-weight: 400;
}

.repertoire-ticket-once-text:last-child {
  border-bottom: none;
}

.ticket-qty-select {
  width: 290px;
  max-width: 100%;
  height: 50px;
  text-align: center;
  border: 2px solid #000;
  border-radius: var(--radius);
  font-size: 18px;
  font-weight: 700;
  background-color: #fff;
  cursor: pointer;
  appearance: none;
  transition: border-color 0.2s;
}


.repertoire-ticket-once .product-place {
  font-size: 14px;
  color: #59595b;
}

.ticket-remove .fa-times-circle {
  cursor: pointer;
  font-size: 25px;
}

.ticket-remove>span {
  position: relative;
  left: -10px;
  font-size: 18px;
}

#open h2 {
  border-top: 1px solid #000;
  color: #5f5f5f;
  letter-spacing: 1px;
  padding-top: 3px;
  margin-bottom: 35px;
  font-size: 19px !important;
}

#open>div>h1>span.fa-question-circle {
  font-size: 20px;
  width: fit-content;
}

@media (prefers-reduced-motion: reduce) {

  .btn-buy,
  .list-group-item,
  .event-button,
  .letter-filter a {
    transition: none;
  }
}

@media (max-width: 767px) {
  #btn-toggle-view {
    display: none !important;
  }

  #open {
    margin-top: 20px;
  }

  #open .term-date .day,
  #open .event-location,
  .hall-header .term-date .day {
    font-size: 17px;
  }

  #open h2,
  .hall-info-txt h2 {
    font-size: 18px !important;
  }

  #open .event-title span,
  .hall-header .event-title span {
    font-size: 23px;
  }

  .hall-header .event-title h1 {
    font-size: 32px;
  }

  #open .repertoire-ticket-once .product-name {
    justify-content: center;
  }

  #open>div>h1,
  .hall-info-txt h1 {
    font-size: 13px !important;
    padding-left: 0;
  }

  #open>.repertoire-ticket-once>.product-name {
    font-size: 22px;
    text-align: center;
    font-weight: 500;
  }

  #open>.repertoire-ticket-once>.product-price {
    font-size: 23px;
    margin-top: 10px;
    margin-bottom: 15px;
  }

  .repertoire-ticket-once {
    flex-direction: column;
    padding: 1.5rem;
    min-height: 220px;
    margin-bottom: 15px;
  }

  .repertoire-ticket-once .qbuttons {
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .main-box>div:nth-child(4)>.info-txt {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    font-size: 16px;
    text-align: center;
  }

  .event-card {
    flex-direction: column;
    padding: 1rem 1rem 2rem 1rem;
    border: 1px solid #c9d3da;
  }

  .event-card .event-title,
  .card-body .event-title {
    min-height: unset;
    margin-top: 20px;
    margin-bottom: 15px;
  }

  .event-card .event-image {
    width: 100%;
  }

  .card .event-image>img {
    max-width: 100%;
  }

  .event-card .event-button {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 22px;
    padding: 15px;
  }

  .event-header {
    margin-block-end: 0;
  }

  .product-select>div>div.button.product.minus.pbtn,
  .product-select>div>div.button.product.plus.pbtn {
    width: 45px;
    height: 45px;
  }

  .products>.pone>div>.product.pbtn {
    margin: 20px 0 15px;
  }

  .product-description {
    bottom: 1.5rem;
    top: unset;
    width: 88%;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {

  #open .event-title,
  .hall-header .event-title {
    flex-direction: column;
    align-items: unset;
  }

  #open>.repertoire-ticket-once>.product-name {
    font-size: 19px;
    overflow: hidden;
  }

  .repertoire-ticket-once .product-select span {
    display: block;
  }

  .repertoire-ticket-once {
    padding: 30px 30px;
    margin: 10px;
    min-height: 150px;
  }

  #open>.repertoire-ticket-once>.product-price {
    font-size: 22px;
  }

  .product-select>div>div.button.product.minus.pbtn,
  .button.product.plus.pbtn.btn-effect {
    height: 50px;
    width: 50px;
  }

  .product-description {
    padding-right: 30px;
  }
}

@media (max-width: 1023px) {

  .boxoffice-ticket-details,
  .repertoire-ticket-once .product-place {
    font-size: 18px;
    padding-left: 0;
  }

  .product-description {
    font-size: 16px;
  }
}

@media (min-width: 1024px) and (max-width: 1365px) {
  .event-card .event-image {
    width: 44%;
    flex-shrink: 0;
  }

  .event-image img {
    max-width: 200px;
  }

  .event-button {
    padding: 10px;
    font-size: 18px;
  }
}

.view-text .select-wrapper {
  display: flex;
  justify-content: flex-end;
}

.view-text .repertoire-ticket-once .select-wrapper {
  min-width: 290px;
}