/* Ticket Registration */
.ticket-register-form h4 {
  margin: 10px 0;
  font-size: 22px;
  font-weight: 600;
}

.product-table {
  width: 100%;
  table-layout: fixed;
  margin: 0 0 15px 0;
  font-weight: 600;
  border-spacing: 0;
  border-collapse: collapse;
  background-color: transparent;
}

.product-table,
.product-table th,
.product-table td {
  border: 1px solid hsla(0, 0%, 50.2%, .5019607843137255) !important;
}

.product-table thead {
  color: #20b2cd;
}

.product-table .type-title {
  text-align: left;
}

.product-table td.type-title {
  font-weight: bold;
  font-size: 16px;
}

.product-table tr td {
  background-color: hsla(0, 0%, 50.2%, .07058823529411765) !important;
}

.product-table tr:hover td {
  background-color: hsla(0, 0%, 50.2%, .10196078431372549) !important;
}

.product-table td.product-price {
  text-align: center;
  vertical-align: middle;
  font-size: 16px;
}

.only-heading {
  background: #20b2cd7d;
  font-weight: 500;
  font-size: 16px;
}

.only-heading td {
  border: none;
}

.total-container {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 30px;
  border: 1px solid hsla(0, 0%, 50.2%, .5019607843137255) !important;
}

.total-container .qty-total-wrapper,
.total-container .add-to-cart-wrapper {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  display: inline-block;
  width: 50%;
  background-color: hsla(0, 0%, 50.2%, .07058823529411765);
  padding: 15px 10px;
}

.total-container .add-to-cart-wrapper {
  border-left: 1px solid hsla(0, 0%, 50.2%, .5019607843137255) !important;
}

.total-container .qty-total-wrapper .qty-val,
.total-container .qty-total-wrapper .price-val,
.total-container .qty-total-wrapper .currency-symbol {
  font-weight: 700;
}

.qty-total-wrapper span {
  padding-bottom: 10px;
}

.ticket-details {
  color: #000;
  font-size: 13px;
  font-weight: 500;
}

.quantity-box,
button.pls {
  padding: 10px;
}

.product-quantity,
.ticket-price {
  text-align: center;
}

.product-quantity .quantity-div {
  border: 1px solid #eee !important;
  margin: 0 auto;
  border-radius: 4px;
  background-color: #F7F7F7;
  display: inline-block;
}

.product-quantity .quantity-left {
  font-size: 10px;
  font-style: italic;
  margin: 5px 0 0 0;
}

.product-quantity .quantity-div button,
.product-quantity .quantity-div button:hover,
.product-quantity .quantity-div button:focus {
  width: 32px;
  height: 35px;
  color: #777;
  font-size: 14px;
  cursor: pointer;
  background: #F7F7F7;
  text-align: center;
  padding: 0;
  border: 0;
  outline: 0;
}

.product-quantity .quantity-div input {
  border: 1px solid #eee !important;
  font-size: 12px;
  margin: 0;
  border-top: none;
  border-bottom: none;
  text-align: center;
  padding: 0;
  border: 0;
  width: 40px;
  height: 32px;
}

.disable button {
  pointer-events: none;
}

.early-morning button,
.late-morning button {
  pointer-events: none;
}

.add-to-cart-wrapper .add-to-cart-button {
  padding: 15px 31px;
  background: #20b2cd;
  color: #fff !important;
  font-weight: 600;
  border-radius: 5px;
  display: inline-block;
  cursor: pointer;
}

.add-to-cart-wrapper .add-to-cart-button i {
  margin-right: 12px;
}

.d-none {
  display: none;
}

#buttononclickdisable {
  border: none !important;
}

.add-to-cart-wrapper button:disabled,
.add-to-cart-wrapper button[disabled] {
  opacity: 0.5;
  cursor: none;
}

.woocommerce-cart td.product-name dl dt.variation-DetailsInformation,
dt.variation-DetailsInformation {
  display: none !important;
}