.header._scroll .header__cart img {
  transition: all 0.3s ease 0s;
  filter: invert(100%) sepia(1%) saturate(1630%) hue-rotate(174deg)
    brightness(117%) contrast(100%);
}
header._scroll .header__cart span {
  color: #fff;
}
.offer-main p {
  line-height: 150%;
}
.etn-event-thumb a img {
  width: 100%;
  height: 100%;
}
.etn-event-item {
  display: flex;
  flex-direction: column;
  min-height: 95%;
}
.etn-event-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.etn-add-calender-url {
  display: none;
}
.etn-single-event-media img {
  width: 100%;
  height: 100%;
}

.etn-event-content-body p {
  line-height: 130%;
}
.ticket-header,
.etn-event-meta-info ul li,
.etn-total-quantity,
.etn-ticket-total-price,
.etn-btn,
.ticket-price-item strong,
.qt-btn,
.etn-name-field label,
.etn-name-field input {
  font-size: 1.4rem !important;
}
.etn-event-timezone {
  display: none;
}
.woocommerce-checkout-review-order-table .product-name {
  justify-content: flex-start;
}

.woocommerce-checkout-payment ul {
  margin-bottom: 0.8rem;
}
#place_order {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 100%;
  min-height: 4rem;
  border-radius: 0.5rem;
  color: #fff;
  background-color: #6b3a3a;
  transition: background-color 0.3s ease 0s;
  @media (any-hover: hover) {
    &:hover {
      background-color: #a61e4d;
    }
  }
}
.woocommerce-notices-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.woocommerce-notices-wrapper .woocommerce-message:nth-child(2) {
  display: none;
}
.woocommerce-error li {
  color: #e03131;
  margin-bottom: 0.8rem;
}
.cart-empty__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  height: 80vh;
}
.button__return {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 29rem;
  min-height: 4rem;
  border-radius: 0.5rem;
  background-color: #6b3a3a;
  color: #fff;
  transition: all 0.3s ease 0s;
}
.restore-item {
  color: #40c057;
}
@media (any-hover: hover) {
  .button__return:hover {
    background-color: #a61e4d;
  }
}

.single-etn.postid-2204 .etn-event-meta-info.etn-widget,
.single-etn.postid-2204 .etn-widget-title {
  display: none !important;
}
