﻿.color-white {
  color: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #030713;
  font-weight: 500;
  font-family: "Space Grotesk", sans-serif;
}
p {
  color: #4b5666;
}
li {
  color: #4b5666;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
.container {
  width: 100%;
  max-width: 1320px;
  margin-inline: auto;
  padding-inline: 24px;
  position: relative;
}
@media (min-width: 768px) {
  .container {
    padding-inline: 18px;
  }
}
@media (min-width: 576px) {
  .container {
    padding-inline: 12px;
  }
}
@media (max-width: 0) {
  .hide-xs {
    display: none !important;
  }
}
@media (max-width: 576px) {
  .hide-sm {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .hide-md {
    display: none !important;
  }
}
@media (max-width: 992px) {
  .hide-lg {
    display: none !important;
  }
}
@media (max-width: 1200px) {
  .hide-xl {
    display: none !important;
  }
}
.woocommerce .col-1,
.woocommerce .col-2 {
  max-width: none;
}
.woocommerce-billing-fields .form-row,
.woocommerce-shipping-fields .form-row,
.woocommerce form .form-row {
  display: block;
}
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  max-width: unset;
}
.col-1,
.col-2 {
  max-width: 100%;
  width: 100%;
}
.woocommerce-billing-fields__field-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -30px;
  margin-left: -15px;
  width: 100%;
}
.col2-set {
  width: 100%;
  float: none;
  margin-right: 0;
}
.form-row-wide {
  padding-right: 15px;
  padding-left: 15px;
}
.form-row-first,
.form-row-last {
  width: 100% !important;
  float: none !important;
  margin-right: 0 !important;
  -ms-flex: 0 0 50% !important;
  flex: 0 0 50% !important;
  max-width: 50% !important;
  padding-right: 15px;
  padding-left: 15px;
}
.storefront-product-pagination {
  display: none;
}
.col-full {
  box-sizing: content-box;
  min-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
}
.single-product div.product table.variations select {
  min-width: 100%;
  height: 40px;
  border: 1px solid #eaeaea;
  background-color: #fff;
  font-size: 14px;
}
.reset_variations {
  display: none !important;
}
.flex-viewport {
  width: 100% !important;
  height: auto;
  margin: 0 0 30px 0 !important;
}
.flex-control-thumbs {
  display: flex;
  width: 100% !important;
  margin: 15px -15px 0 -15px !important;
}
.flex-control-thumbs li {
  display: inline;
  width: auto !important;
  width: 25% !important;
  margin: 0 !important;
  padding: 0 15px;
}
.flex-control-thumbs li img {
  width: 100%;
  border-radius: 0;
}
.woocommerce-product-gallery__trigger {
  position: absolute;
  top: 15px;
  right: 30px;
  z-index: 9999;
}
.summary {
  width: 100% !important;
}
.single-product div.product .woocommerce-product-gallery {
  width: 100%;
}
.storefront-full-width-content.single-product
  div.product
  .woocommerce-product-gallery {
  width: 100%;
}
.single-product .widget-area {
  display: none;
}
.content-area {
  width: 100% !important;
  margin: 90px 0;
}
.related {
  display: none;
}
.home.blog .site-header,
.home.page:not(.page-template-template-homepage) .site-header,
.home.post-type-archive-product .site-header {
  margin-bottom: 0;
}
img {
  border-radius: 0;
}
.home .site-main {
  margin-bottom: 0;
}
a:focus,
input:focus,
textarea:focus,
select:focus {
  outline: none !important;
  background: rgba(0, 0, 0, 0);
}
a,
a:hover {
  text-decoration: none !important;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-branding,
.site-search,
.site-header-cart,
.site-logo-anchor,
.site-logo-link,
.custom-logo-link {
  margin-bottom: 0;
}
ul.products,
.wc-block-grid__products {
  display: -ms-flexbox !important;
  display: flex !important;
  clear: both;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
  margin-right: -15px !important;
  margin-bottom: 0;
  margin-left: 0;
  margin-left: -15px !important;
}
ul.products li.product img,
ul.products .wc-block-grid__product img,
.wc-block-grid__products li.product img,
.wc-block-grid__products .wc-block-grid__product img {
  display: block;
  width: 100%;
  margin: 0 auto 30px 0;
}
.storefront-full-width-content .site-main ul.products.columns-1 li.product {
  -ms-flex: 0 0 100% !important;
  flex: 0 0 100% !important;
  width: 100%;
  max-width: 100% !important;
  margin: 0;
  padding: 0 50px;
}
.storefront-full-width-content .site-main ul.products.columns-2 li.product {
  -ms-flex: 0 0 50% !important;
  flex: 0 0 50% !important;
  width: 100%;
  max-width: 50% !important;
  margin: 0;
  padding: 0 50px;
}
.storefront-full-width-content .site-main ul.products.columns-3 li.product {
  -ms-flex: 0 0 33.333333% !important;
  flex: 0 0 33.333333% !important;
  width: 100%;
  max-width: 33.333333% !important;
  margin: 0 0 60px 0;
  padding: 0 15px;
}
.storefront-full-width-content .site-main ul.products.columns-4 li.product {
  -ms-flex: 0 0 25% !important;
  flex: 0 0 25% !important;
  width: 100%;
  max-width: 25% !important;
  margin: 0;
  padding: 0 15px;
}
.storefront-full-width-content .site-main ul.products.columns-5 li.product {
  -ms-flex: 0 0 20% !important;
  flex: 0 0 20% !important;
  width: 100%;
  max-width: 20% !important;
  margin: 0;
  padding: 0 15px;
}
.storefront-full-width-content .site-main ul.products.columns-6 li.product {
  -ms-flex: 0 0 16.666667% !important;
  flex: 0 0 16.666667% !important;
  width: 100%;
  max-width: 16.666667% !important;
  margin: 0;
  padding: 0 15px;
}
@media (max-width: 768px) {
  .storefront-full-width-content .site-main ul.products.columns-1 li.product {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    width: 100%;
    max-width: 100% !important;
    margin: 0 0 60px 0;
    padding: 0 50px;
  }
  .storefront-full-width-content .site-main ul.products.columns-2 li.product {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    width: 100%;
    max-width: 100% !important;
    margin: 0 0 60px 0;
    padding: 0 50px;
  }
  .storefront-full-width-content .site-main ul.products.columns-3 li.product {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    width: 100%;
    max-width: 100% !important;
    margin: 0 0 60px 0;
    padding: 0 15px;
  }
  .storefront-full-width-content .site-main ul.products.columns-4 li.product {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    width: 100%;
    max-width: 100% !important;
    margin: 0 0 60px 0;
    padding: 0 15px;
  }
  .storefront-full-width-content .site-main ul.products.columns-5 li.product {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    width: 100%;
    max-width: 100% !important;
    margin: 0 0 60px 0;
    padding: 0 15px;
  }
  .storefront-full-width-content .site-main ul.products.columns-6 li.product {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    width: 100%;
    max-width: 100% !important;
    margin: 0 0 60px 0;
    padding: 0 15px;
  }
}
a[rel*="nofollow"] {
  margin-right: 0;
  margin-left: 0;
  outline: 0 solid rgba(0, 0, 0, 0) !important;
  outline-offset: 0 !important;
}
input[type="text"],
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea,
.input-text {
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0) !important;
}
.header--etickets {
  background-color: #f9f9f9;
  display: block;
  padding: 8px 0;
}
.header--etickets .header__layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header--etickets .header__logo svg,
.header--etickets .header__logo img {
  max-height: 64px;
}
.header--etickets .header__navigation {
  display: flex;
  align-items: center;
  justify-content: end;
}
.header--etickets .header__navigation a {
  font-size: 13px;
  color: #4b5666;
}
.header--etickets .header__navigation a .lucide {
  width: 16px;
  position: relative;
  top: -1px;
}
.header--vendor {
  background-color: #fff;
  display: block;
  padding: 8px 0;
}
.header--vendor .header__layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header--vendor .header__logo svg,
.header--vendor .header__logo img {
  max-height: 64px;
}
.header--vendor .header__navigation {
  display: flex;
  align-items: center;
  justify-content: end;
}
.header--vendor .header__navigation nav {
  display: flex;
  gap: 24px;
}
.header--vendor .header__navigation a {
  font-size: 13px;
  margin: 0 0 0 16px;
  color: #4b5666;
  display: flex;
  gap: 8px;
}
.header--vendor .lucide {
  width: 16px;
  position: relative;
  top: -2px;
}
.site-header {
  margin: 0 !important;
  padding: 0;
}
.site-header__wrap {
  display: -ms-flexbox !important;
  display: flex !important;
  align-items: center !important;
  -ms-flex-align: center !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.branding {
  display: -ms-flexbox !important;
  display: flex !important;
  align-items: center !important;
  -ms-flex-align: center !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.divider {
  width: 1px;
  height: 30px;
  margin: 0 15px;
  background-color: #e8e8eb;
}
.site-footer {
  color: #a8a8ad;
  background-color: #111827;
  font-size: 14px;
  padding: 0;
}
.site-footer__content {
  padding: 128px 0;
  display: flex;
  justify-content: space-between;
}
.site-footer__column {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.site-footer a {
  margin: 0 30px 0 0;
  text-decoration: none;
  opacity: 1;
  color: #a8a8ad !important;
  font-size: 14px;
}
.copyright {
  padding: 32px 0;
  font-size: 12px;
}
.copyright p {
  margin: 0;
}
.copyright a {
  font-size: 12px;
  margin: 0;
}
.etickets-mini-cart {
  position: fixed;
  inset: 0;
  z-index: 1000;
  pointer-events: none;
}
.etickets-mini-cart.is-open {
  pointer-events: auto;
}
.etickets-mini-cart.is-open .etickets-mini-cart__overlay {
  opacity: 0.5;
  pointer-events: auto;
}
.etickets-mini-cart.is-open .etickets-mini-cart__content {
  transform: translateX(0);
}
.etickets-mini-cart__overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1000;
  pointer-events: none;
}
.etickets-mini-cart__content {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 420px;
  height: 100%;
  background: #fff;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  z-index: 1001;
  display: flex;
  flex-direction: column;
}
.etickets-mini-cart__panel {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  padding: 1.5rem;
}
.etickets-mini-cart__loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 20px;
  background: rgba(255, 255, 255, 0.85);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: opacity 0.3s ease;
  height: 100%;
}
.etickets-mini-cart__loader.is-hidden {
  opacity: 0;
  pointer-events: none;
}
.etickets-mini-cart__loader .loader-spinner {
  width: 24px;
  height: 24px;
  border: 3px solid #ccc;
  border-top-color: #000;
  border-radius: 50%;
  animation: spin 0.6s linear infinite;
}
.etickets-mini-cart__close {
  background: none;
  border: none;
  font-size: 1.8rem;
  color: #000;
  cursor: pointer;
  padding: 0;
}
.etickets-mini-cart__title {
  font-size: 20px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.etickets-mini-cart__items {
  flex: 1;
  list-style: none;
  padding: 0;
  margin: 0;
}
.etickets-mini-cart__items .etickets-mini-cart__item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 16px 0;
  border-bottom: 1px solid #e5e7eb;
  position: relative;
}
.etickets-mini-cart__items
  .etickets-mini-cart__item
  .etickets-mini-cart__image {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  border-radius: 6px;
  overflow: hidden;
}
.etickets-mini-cart__items
  .etickets-mini-cart__item
  .etickets-mini-cart__image
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.etickets-mini-cart__items .etickets-mini-cart__item .etickets-mini-cart__info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}
.etickets-mini-cart__items .etickets-mini-cart__item .etickets-mini-cart__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.etickets-mini-cart__items
  .etickets-mini-cart__item
  .etickets-mini-cart__top
  .etickets-mini-cart__title {
  font-size: 16px;
  font-weight: 600;
  color: #1e293b;
  margin-right: 1rem;
}
.etickets-mini-cart__items
  .etickets-mini-cart__item
  .etickets-mini-cart__top
  .etickets-mini-cart__price {
  font-size: 15px;
  font-weight: 600;
  color: #334155;
  white-space: nowrap;
}
.etickets-mini-cart__items .etickets-mini-cart__item .qty-controls {
  display: flex;
  align-items: center;
}
.etickets-mini-cart__items .etickets-mini-cart__item .qty-controls button {
  width: 40px;
  height: 40px;
  background: #fff;
  border: 1px solid #eee5e7;
  cursor: pointer;
  color: #4b5666;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0);
}
.etickets-mini-cart__items
  .etickets-mini-cart__item
  .qty-controls
  button:hover {
  background-color: #e5e7eb;
}
.etickets-mini-cart__items .etickets-mini-cart__item .qty-controls input {
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 13px;
  background: #fff;
  color: #4b5666;
  border: 0;
}
.etickets-mini-cart__items
  .etickets-mini-cart__item
  .etickets-mini-cart__remove {
  background: none;
  color: #030713;
  padding: 4px;
  cursor: pointer;
  transition: color 0.2s ease;
}
.etickets-mini-cart__items
  .etickets-mini-cart__item
  .etickets-mini-cart__remove
  svg {
  width: 16px;
  height: 16px;
}
.etickets-mini-cart__items
  .etickets-mini-cart__item
  .etickets-mini-cart__remove:hover {
  color: #ff6366;
}
.etickets-mini-cart__footer {
  border-top: 1px solid #e2e8f0;
  padding-top: 1.5rem;
}
.etickets-mini-cart__footer .footer-total {
  font-size: 18px;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.25rem;
  color: #1e293b;
}
.etickets-mini-cart__footer .footer-actions {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.etickets-mini-cart__footer .footer-actions .btn-outline {
  border: 1px solid #ccc;
  background: #fff;
  color: #1e293b;
  text-align: center;
  padding: 0.75rem;
  border-radius: 4px;
  font-weight: 600;
}
.etickets-mini-cart__footer .footer-actions .btn-primary {
  background: #4f3af5;
  color: #fff;
  text-align: center;
  padding: 0.75rem;
  border-radius: 4px;
  font-weight: 600;
}
.etickets-mini-cart__footer .etickets-mini-cart__secure {
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #eee5e7;
  margin-top: 1rem;
}
.etickets-mini-cart__footer .etickets-mini-cart__secure .icon--secure {
  color: #22c55e;
  font-size: 16px;
  margin-right: 5px;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.qty-controls input[type="number"] {
  -moz-appearance: textfield;
}
.qty-controls input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.qty-controls input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.summary-label {
  font-size: 13px;
  color: #030713;
  font-weight: 600;
}
.summary-subtotal {
  font-size: 13px;
}
.mini-cart__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.etickets-mini-cart__details {
  width: 100%;
}
.mini-cart__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #eee5e7;
}
.coupon-form {
  display: flex;
  gap: 0.5rem;
  margin-top: 1rem;
}
.coupon-form input[type="text"] {
  flex: 1;
  padding: 0.5rem 0.75rem;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 14px;
  transition: border-color 0.3s;
}
.coupon-form input[type="text"]:focus {
  border-color: #2ea9c7;
  outline: none;
}
.coupon-form .button {
  background-color: #2ea9c7;
  color: #fff;
  border: none;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.coupon-form .button:hover {
  background-color: #2487a3;
}
.coupon-message {
  margin-top: 0.5rem;
  font-size: 13px;
  font-weight: 500;
  transition: opacity 0.3s ease;
}
.coupon-message.success {
  color: #2ea9c7;
}
.coupon-message.error {
  color: #d03c3c;
}
#shopify-style-coupon {
  margin-top: 2rem;
  border-top: 1px solid #e5e7eb;
  padding-top: 1.5rem;
}
.coupon-label {
  font-weight: 500;
  margin-bottom: 0.5rem;
  display: block;
}
.coupon-field-wrapper {
  display: flex;
  gap: 0.5rem;
}
#checkout-coupon {
  flex: 1;
  padding: 0.75rem;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  font-size: 15px;
}
#checkout-apply-coupon {
  background-color: #111827;
  color: #fff;
  border: none;
  padding: 0.75rem 1.2rem;
  border-radius: 6px;
  font-size: 15px;
  cursor: pointer;
}
#checkout-apply-coupon:hover {
  background-color: #000;
}
#coupon-feedback {
  margin-top: 0.5rem;
  font-size: 14px;
}
#coupon-feedback.success {
  color: #059669;
}
#coupon-feedback.error {
  color: #dc2626;
}
.button {
  display: inline-block;
  padding: 16px 32px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-decoration: none;
  border-radius: 3px;
  font-size: 16px;
  line-height: 1.25;
  background-color: #4f3af5;
  color: #fff;
}
.button:hover {
  background-color: #2c13f3;
  color: #fff;
  text-decoration: none;
}
.button-primary {
  background-color: #4f3af5;
  color: #fff;
}
.button-primary:hover {
  background-color: #2c13f3;
  color: #fff;
  text-decoration: none;
}
.single_add_to_cart_button {
  display: inline-block;
  padding: 16px 32px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-decoration: none;
  border-radius: 3px;
  font-size: 16px;
  line-height: 1.25;
  border: 0 !important;
  background-color: #4f3af5 !important;
}
.single_add_to_cart_button:hover {
  background-color: #2c13f3 !important;
}
.add_to_cart_button {
  display: inline-block;
  padding: 16px 32px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-decoration: none;
  border-radius: 3px;
  font-size: 16px;
  line-height: 1.25;
  border: 0 !important;
  background-color: #4f3af5 !important;
  color: #fff;
}
.add_to_cart_button:hover {
  background-color: #2c13f3 !important;
  color: #fff;
}
.wc-proceed-to-checkout .button.checkout-button {
  display: inline-block;
  padding: 16px 32px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-decoration: none;
  border-radius: 3px;
  font-size: 16px;
  line-height: 1.25;
  border: 0 !important;
  background-color: #4f3af5 !important;
  color: #fff;
}
.wc-proceed-to-checkout .button.checkout-button:hover {
  background-color: #2c13f3 !important;
  color: #fff;
}
button.alt,
input[type="button"].alt,
input[type="reset"].alt,
input[type="submit"].alt,
.button.alt,
.widget-area .widget a.button.alt {
  background-color: #333;
  border-color: #333;
  color: #fff;
  background-color: #4f3af5 !important;
  color: #fff;
}
button.alt:hover,
input[type="button"].alt:hover,
input[type="reset"].alt:hover,
input[type="submit"].alt:hover,
.button.alt:hover,
.widget-area .widget a.button.alt:hover {
  background-color: #2c13f3 !important;
  color: #fff;
}
a,
button,
.btn,
.button {
  transition: all 0.3s ease-in-out;
}
.tab {
  overflow: hidden;
  width: 100%;
  border-bottom: 1px solid #eee5e7;
}
.tab button {
  float: left;
  margin: 0;
  padding: 15px 0;
  cursor: pointer;
  transition: 0.3s;
  border: none;
  border-bottom: 3px solid #000;
  outline: none;
  background-color: rgba(0, 0, 0, 0);
  font-size: 16px;
  font-weight: bold;
}
.tab button.active {
  position: relative;
  border-radius: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.tab button.active span {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
}
.mb-tabs div:first-of-type {
  border-top-left-radius: 0;
}
.tabcontent {
  display: none;
  float: none;
  clear: both;
  width: 100%;
  margin-right: 0;
  padding: 30px 0;
  border-top: none;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #4b5666;
  border: 1px solid #eee5e7;
  border-radius: 4px !important;
  padding: 8px;
  background-color: rgba(0, 0, 0, 0);
  font-size: 13px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #4b5666;
}
label {
  font-size: 13px;
}
select {
  border: 1px solid #eee5e7;
}
textarea {
  width: 100%;
}
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
  padding: 16px;
  margin: 32px 0;
  border: 1px solid #eee5e7;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 2px;
  color: #4b5666;
  clear: both;
  font-size: 13px;
}
.woocommerce-message a,
.woocommerce-info a,
.woocommerce-error a,
.woocommerce-noreviews a,
p.no-comments a {
  color: #4f3af5;
}
.woocommerce-message a:hover,
.woocommerce-info a:hover,
.woocommerce-error a:hover,
.woocommerce-noreviews a:hover,
p.no-comments a:hover {
  color: #2c13f3;
}
.woocommerce-message .button,
.woocommerce-info .button,
.woocommerce-error .button,
.woocommerce-noreviews .button,
p.no-comments .button {
  line-height: 1;
}
.hero {
  padding: 128px 0;
  background-color: #4f3af5;
  position: relative;
  display: flex;
  align-items: center;
  background-image: url(https://www.acuapark.cl/wp-content/uploads/2019/09/home-img.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.hero--page {
  padding: 32px 0;
  text-align: left;
}
.hero--page p {
  margin: 0;
}
.hero--page p.hero__text {
  font-size: 20px;
}
.hero--page h1 {
  font-size: 42px;
  margin: 0 0 8px 0;
}
.hero p {
  color: #fff;
}
.hero__title {
  color: #fff;
  font-size: 68px;
  margin: 0;
}
.hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(
    266.41deg,
    rgba(0, 99, 178, 0) 0%,
    rgba(0, 99, 178, 0.9) 53.32%,
    rgba(255, 0, 122, 0.9) 100.37%
  );
}
.hero__shape {
  display: none;
  position: absolute !important;
  bottom: -1px !important;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 2;
}
.hero__shape svg {
  vertical-align: bottom !important;
  width: 100%;
  height: auto;
}
.hero__layout {
  position: relative;
  z-index: 2;
}
.section--hero--event {
  background-image: url("https://www.acuapark.cl/wp-content/uploads/2019/09/home-img.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
.section--hero--event .section--hero__layout {
  padding: 64px 0 calc(64px + 9%) 0;
  position: relative;
  z-index: 3;
}
.section--hero--event .section--hero__layout .row {
  display: flex;
  align-items: center;
}
.section--hero--event .section--hero__subtitle {
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  margin: 0;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.section--hero--event .section--hero__text {
  color: #fff;
  font-size: 16px;
  margin: 8px 0 0 0;
}
.section--hero--event .section--hero__title {
  color: #fff;
  font-size: 55px;
  margin: 0;
  text-transform: uppercase;
  font-family: "Nunito", serif;
}
.section--hero--event .section--hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(
    266.41deg,
    rgba(0, 99, 178, 0) 0%,
    rgba(0, 99, 178, 0.9) 53.32%,
    rgba(255, 0, 122, 0.9) 100.37%
  );
  background-size: cover;
  mix-blend-mode: normal;
}
.section--hero--event .section--hero__shape {
  display: block;
  position: absolute !important;
  bottom: -1px !important;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 2;
}
.section--hero--event .section--hero__shape svg {
  vertical-align: bottom !important;
  width: 100%;
  height: auto;
}
.section--hero--home {
  background-image: url("https://www.acuapark.cl/wp-content/uploads/2019/09/home-img.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
.section--hero--home .section--hero__layout {
  padding: 64px 0 calc(64px + 9%) 0;
  position: relative;
  z-index: 3;
}
.section--hero--home .section--hero__layout .row {
  display: flex;
  align-items: center;
}
.section--hero--home .section--hero__subtitle {
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  margin: 0;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.section--hero--home .section--hero__text {
  color: #fff;
  font-size: 16px;
  margin: 8px 0 0 0;
}
.section--hero--home .section--hero__title {
  color: #fff;
  font-size: 55px;
  margin: 0;
  text-transform: uppercase;
  font-family: "Nunito", serif;
}
.section--hero--home .section--hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(
    266.41deg,
    rgba(0, 99, 178, 0) 0%,
    rgba(0, 99, 178, 0.9) 53.32%,
    rgba(255, 0, 122, 0.9) 100.37%
  );
  background-size: cover;
  mix-blend-mode: normal;
}
.section--hero--home .section--hero__shape {
  display: block;
  position: absolute !important;
  bottom: -1px !important;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 2;
}
.section--hero--home .section--hero__shape svg {
  vertical-align: bottom !important;
  width: 100%;
  height: auto;
}
@media (max-width: 767.98px) {
  .section--hero__title {
    font-size: 39px !important;
  }
}
.date-selector {
  max-width: 720px;
  margin: -44px auto 16px auto;
  position: relative;
  top: 0;
  display: flex;
  align-items: center;
  gap: 2rem;
  justify-content: space-between;
  padding: 16px 32px;
  border: 1px solid #eee5e7;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 1px 4px #e2e8f0;
  transition: border-color 0.2s;
  z-index: 4;
}
.date-selector:hover {
  border-color: #4f3af5;
}
.date-selector__input {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.date-selector__input-icon {
  font-size: 1.25rem;
  color: #ff5722;
}
.date-selector__input-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.date-selector__input-info-label {
  font-size: 14px;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 4px;
}
.date-selector__input-info-label svg {
  height: 14px;
  width: 14px;
  position: relative;
  top: -2px;
}
.date-selector__input-info-value {
  font-size: 1rem;
  font-weight: 600;
  color: #030713;
}
.date-selector__button {
  background-color: #4f3af5;
  color: #fff;
  border: none;
  padding: 8px 16px;
  border-radius: 999px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  white-space: nowrap;
}
.date-selector__button:hover {
  color: #fff;
  background-color: #2c13f3;
}
.date-selector__button:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}
.flatpickr-calendar {
  width: 100% !important;
  left: 0 !important;
  right: 0 !important;
  border-radius: 8px;
  overflow: hidden;
  padding: 16px !important;
  border-radius: 4px !important;
}
.flatpickr-rContainer {
  width: 100% !important;
}
.dayContainer {
  width: 100% !important;
  max-width: none !important;
  display: grid !important;
  grid-template-columns: repeat(7, 1fr) !important;
  justify-items: center;
}
.flatpickr-weekday {
  color: #030713 !important;
  font-size: 13px !important;
  font-weight: 600 !important;
}
.flatpickr-days {
  width: 100% !important;
  max-width: none !important;
}
.flatpickr-day {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  align-self: center !important;
  width: 100% !important;
  height: 100% !important;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.flatpickr-day:hover {
  background-color: #4f3af5 !important;
  color: #fff !important;
  border: 1px solid #4f3af5 !important;
}
.flatpickr-day.today {
  border: 1px solid #4f3af5 !important;
}
.flatpickr-months,
.flatpickr-weekdays {
  gap: 24px !important;
}
.dayContainer:nth-child(1) {
  padding: 0 12px 0 0;
}
.dayContainer:nth-child(2) {
  padding: 0 0 0 12px;
}
.home .site-header {
  width: 100%;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 0;
}
.home table {
  width: 100%;
  border-collapse: collapse;
}
.home table td,
.home table th {
  padding: 0;
}
.home tr {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.home th,
.home td {
  border: 0;
}
.home th {
  background-color: #fff !important;
  color: #4b5666 !important;
  font-weight: bold;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home td a {
  color: #4b5666;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  font-weight: bold;
  background-color: rgba(79, 58, 245, 0.2);
  border-radius: 50%;
  margin: 4px;
  transition: all 200ms linear;
}
.home td a:hover {
  background-color: #4f3af5;
  border-radius: 50%;
  color: #fff;
}
.home .disabled {
  opacity: 0.8;
  color: #4b5666;
  font-weight: normal;
  border: 0;
  background-color: rgba(0, 0, 0, 0);
}
.home .disabled:hover {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  color: #4b5666;
}
.home .outside-month {
  opacity: 0.25;
}
.home .current-day a {
  background: #ff007a;
  color: #fff !important;
  transition: all 200ms linear;
  padding: 8px;
  border-radius: 50%;
}
.home .current-day a:hover {
  background: #ff007a;
  color: #fff !important;
}
.home .month-name {
  font-weight: bold;
  font-size: 18px;
  order: 1;
  float: left;
  margin: 0 auto 0 0;
}
.home .swiper-button-prev {
  order: 2;
  margin: 0 32px 0 0;
}
.home .swiper-button-next {
  order: 2;
}
.home .swiper-button-next,
.home .swiper-button-prev {
  position: relative !important;
}
.home .swiper-button-next:after,
.home .swiper-button-prev:after {
  font-size: 16px !important;
  color: #4b5666;
  background-color: #fff;
  height: 48px;
  width: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  box-shadow: 0px 16px 64px -16px rgba(46, 55, 77, 0.1);
}
.home .calendar__layout {
  max-width: 600px;
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 8px;
}
.home .month-container {
  padding: 8px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  border-radius: 8px 8px 0 0;
}
.home .swiper-button-next,
.home .swiper-button-prev {
  position: relative !important;
  top: inherit !important;
  width: inherit !important;
  height: inherit !important;
  margin-top: 0 !important;
}
.home .date-picker {
  box-shadow: 0px 16px 64px -16px rgba(46, 55, 77, 0.1);
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  z-index: 9;
}
.home .date-picker__calendar {
  padding: 32px 32px;
}
.home .date-picker__calendar-title {
  font-size: 21px;
  margin: 0 0 32px 0;
  color: #1a4e73;
}
.home .date-picker__image {
  width: 100%;
  height: 100%;
}
.home .section--faqs {
  padding: 0 0 128px 0;
}
.home .section--faqs__title {
  font-family: "Nunito", serif;
  font-size: 34px;
  text-align: center;
  margin: 0 0 64px 0;
  text-transform: uppercase;
  color: #1a4e73;
}
.home .section--faqs .accordion {
  margin: 0 0 24px 0;
}
.home .section--faqs .accordion {
  background-color: #f9f9f9;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  transition: 0.4s;
}
.home .section--faqs .active,
.home .section--faqs .accordion:hover {
  background-color: #ddd;
}
.home .section--faqs .panel {
  padding: 0 18px;
  background-color: #fff;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.home .section--faqs .accordion:before {
  content: "➕";
  font-size: 13px;
  color: #777;
  float: right;
  margin-left: 5px;
}
.home .section--faqs .active:before {
  content: "➖";
}
@media (max-width: 767.98px) {
  .home .date-picker {
    margin: 32px 0 0 0;
  }
}
@media (max-width: 575.98px) {
  .date-picker__calendar {
    padding: 16px 8px !important;
  }
}
.flatpickr-calendar {
  top: 83px !important;
}
.info-block {
  padding: 3rem 0;
}
.info-block__title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.info-block__list {
  list-style: none;
  padding: 0;
}
.info-block__list li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 1.1rem;
  margin-bottom: 1rem;
  line-height: 1.4;
}
.info-block__icon {
  width: 20px;
  height: 20px;
  color: #00b894;
  flex-shrink: 0;
  margin-top: 0.2rem;
}
.info-block__note {
  margin-top: 1rem;
  background: #fffbe6;
  border-left: 4px solid #f1c40f;
  padding: 1rem;
  font-size: 0.95rem;
  color: #333;
  line-height: 1.5;
}
.entry-security {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  gap: 4px;
}
.entry-security svg {
  width: 18px;
  height: 18px;
}
.event-placeholder__grid {
  display: grid;
  gap: 24px;
}
@media (min-width: 576px) {
  .event-placeholder__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 768px) {
  .event-placeholder__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.event-placeholder__item {
  background-color: #eee5e7;
  width: 100%;
  height: 200px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.entry-includes__header p {
  margin: 0 0 64px 0;
}
.entry-includes__grid {
  display: grid;
  gap: 24px;
}
@media (min-width: 576px) {
  .entry-includes__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 768px) {
  .entry-includes__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.disclaimer {
  background-color: #fffdf4;
  padding: 16px;
  border-radius: 4px;
  font-size: 14px;
  margin: 32px 0 0 0;
  display: flex;
  gap: 8px;
  color: #bb4e01;
}
.disclaimer svg {
  width: 14px;
  height: 14px;
  position: relative;
  top: -2px;
}
.disclaimer p {
  color: #bb4e01;
}
.disclaimer p:first-child {
  margin: 0;
}
.event-section-header {
  margin: 0 0 64px 0;
  max-width: 900px;
}
.event-section-header__title {
  font-size: 31px;
}
.event-conditions {
  padding: 96px 0;
  background-color: #f9fafb;
}
.event-conditions__grid {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 14px;
}
.event-faqs {
  padding: 96px 0;
}
.event-faqs__item {
  border-bottom: 1px solid #eee5e7;
}
.event-faqs .accordion {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background: none;
  border: none;
  padding: 1rem 0;
  font-weight: 600;
  font-size: 20px;
  font-family: "Space Grotesk", sans-serif;
  color: #030713;
  cursor: pointer;
}
.event-faqs .accordion__icon {
  transition: transform 0.2s ease;
}
.event-faqs .panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.ticket-selection {
  position: relative;
}
.ticket-selection__title {
  font-size: 33px;
  margin: 0;
}
.ticket-selection__form {
  margin: 64px 0 128px 0;
  display: flex;
  gap: 48px;
}
.ticket-selection__footer {
  border: 1px solid #eee5e7;
  border-radius: 16px;
  min-width: 320px;
  padding: 16px;
  height: fit-content;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.ticket-selection__secure {
  font-size: 14px;
}
.ticket-selection__grid {
  display: grid;
  gap: 24px;
  gap: 24px;
}
@media (min-width: 576px) {
  .ticket-selection__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 768px) {
  .ticket-selection__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.ticket-card {
  border: 1px solid #eee5e7;
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.ticket-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 4px 6px rgba(0, 0, 0, 0.05);
  border: 1px solid #4f3af5;
}
.ticket-card__description {
  font-size: 13px;
  margin: 0 0 16px 0;
}
.ticket-card__description ul {
  margin: 8px 0 0 14px;
}
.ticket-card__description li {
  list-style: disc;
}
.ticket-card form {
  display: flex;
}
.ticket-card__image {
  width: 100%;
  background-color: #f5f5f5;
}
.ticket-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  aspect-ratio: 16/9;
}
.ticket-card__title {
  font-size: 20px;
  margin: 0;
}
.ticket-card .custom-qty-wrapper {
  margin: auto 0 0 0;
}
.ticket-card__content {
  height: 100%;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.ticket-card__content p {
  margin: 0;
}
.ticket-card__content form {
  margin-top: 16px;
  display: flex;
  gap: 8px;
}
.ticket-card__content form input[type="number"] {
  width: 60px;
  padding: 0.3rem;
  border: 1px solid #eee5e7;
  border-radius: 6px;
}
.ticket-card__content form button {
  flex: 1;
  padding: 8px 16px;
  background-color: #4f3af5;
  color: #fff;
  border: none;
  border-radius: 16px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.ticket-card__content form button:hover {
  background-color: #2c13f3;
}
.ticket-card__button-wrapper {
  display: flex;
  gap: 8px;
  justify-content: space-between;
}
.ticket-card .custom-qty-btn {
  border: 1px solid #eee5e7;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0);
  width: 40px;
  height: 40px;
  padding: 0;
}
.ticket-card .custom-qty-btn:hover {
  background-color: #eee5e7;
}
.ticket-card .custom-qty-input {
  border: 0;
  width: 40px;
  height: 40px;
  text-align: center;
}
.ticket-card__button {
  background-color: #4f3af5 !important;
  font-size: 13px !important;
  padding: 0 16px !important;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 600;
  gap: 8px;
}
.ticket-card__button .lucide {
  width: 16px;
  height: 16px;
}
.ticket-card__footer {
  margin: auto 0 0 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.event-benefits {
  padding: 96px 0;
}
.event-benefits__header {
  text-align: center;
  margin-bottom: 40px;
}
.event-benefits__title {
  font-size: 26px;
  font-weight: 700;
  color: #5b21b6;
}
.event-benefits__grid {
  display: grid;
  gap: 24px;
  gap: 0;
}
@media (min-width: 576px) {
  .event-benefits__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 768px) {
  .event-benefits__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.event-benefits .benefit-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.section-benefits__description {
  font-size: 16px;
  max-width: 700px;
  margin: 10px auto 0 auto;
}
.benefit-card__icon {
  background-color: #dcf2ff;
  padding: 12px;
  border-radius: 9999px;
  transition: background-color 0.3s ease;
}
.icon--ticket {
  width: 24px;
  height: 24px;
  color: #4f3af5;
}
.benefit-card__title {
  font-size: 20px;
  font-weight: 600;
  color: #111827;
  margin: 0;
}
.benefit-card__link {
  font-size: 14px;
  color: #f97316;
  font-weight: 500;
  text-decoration: none;
}
.benefit-card__icon:hover {
  background-color: #ede9fe;
}
.icon--ticket {
  width: 24px;
  height: 24px;
  color: #7c3aed;
}
.section-benefits__grid {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid #e5e7eb;
}
.benefit-card {
  padding: 32px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
@media (min-width: 768px) {
  .benefit-card:nth-child(1),
  .benefit-card:nth-child(2),
  .benefit-card:nth-child(3),
  .benefit-card:nth-child(4) {
    border-bottom: 1px solid #e5e7eb;
  }
}
.benefit-card:nth-child(2),
.benefit-card:nth-child(3),
.benefit-card:nth-child(4),
.benefit-card:nth-child(6),
.benefit-card:nth-child(7),
.benefit-card:nth-child(8) {
  border-left: 1px solid #e5e7eb;
}
.benefit-card__link {
  display: flex;
  align-items: center;
  font-size: 14px;
  margin: auto 0 0 0;
  gap: 4px;
}
.benefit-card__link:hover {
  text-decoration: underline !important;
}
.benefit-card__link .icon--conditions {
  width: 14px;
  height: 14px;
}
.qty::-webkit-inner-spin-button,
.qty::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.qty {
  -moz-appearance: textfield;
}
.custom-quantity {
  display: flex;
  align-items: center;
  gap: 8px;
}
.qty-btn {
  width: 32px;
  height: 32px;
  background: #eee;
  border: 1px solid #eee5e7;
  font-weight: bold;
  font-size: 20px;
  cursor: pointer;
}
.qty {
  width: 60px;
  text-align: center;
  height: 32px;
}
.steps-indicator {
  width: 100%;
}
.steps-indicator__list {
  width: 100%;
  justify-content: space-between;
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  max-width: 480px;
  margin: 0;
}
.steps-indicator__item {
  text-align: center;
  color: #b0b0b0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.steps-indicator__item span {
  font-size: 13px;
  color: #4b5666;
  margin: 8px 0 0 0;
}
.steps-indicator__item .lucide {
  width: 24px;
  height: 24px;
}
.steps-indicator__item.is-completed .steps-indicator__icon {
  background-color: #4f3af5;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 0;
}
.steps-indicator__item.is-current .steps-indicator__icon {
  border: 1px solid #4f3af5;
  color: #4f3af5;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.steps-indicator__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #eee5e7;
}
.steps-indicator__label {
  font-size: 13px;
}
.steps-indicator__line {
  width: 100%;
  height: 1px;
  background-color: #eee5e7;
  position: relative;
  top: -15px;
  margin: 0 12px;
}
.steps-indicator__line.is-completed {
  background-color: #4f3af5;
}
.steps-flow {
  padding: 64px 0;
}
.steps-flow__wrapper {
  display: flex;
  justify-content: space-between;
}
.steps-flow__action {
  white-space: nowrap;
}
.steps-flow__action a {
  padding: 8px 16px;
  border: 1px solid #eee5e7;
  font-size: 13px;
  color: #4b5666;
  border-radius: 4px;
}
.steps-flow__action a:hover {
  background-color: #eee5e7;
}
.steps-flow__action a .lucide {
  width: 16px;
  position: relative;
  top: -1px;
}
.added_to_cart.wc-forward {
  display: none;
}
#etickets-cart-toggle {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #4f3af5;
  color: #fff;
  padding: 0;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#etickets-cart-toggle span {
  position: absolute;
  top: 0;
  right: 4px;
  font-size: 13px;
}
.ticket-card__image {
  position: relative;
}
.ticket-card__svg {
  width: 100%;
  position: absolute;
  bottom: 0;
}
.ticket-card__svg svg {
  display: block;
}
.slider img {
  margin: 0 auto;
  display: block;
}
.woocommerce-cart .woocommerce-cart-form thead tr th {
  border-bottom: 1px solid #eee5e7;
  background: rgba(0, 0, 0, 0);
  color: #1c1c24;
  padding: 16px 0 !important;
}
.woocommerce-cart .woocommerce-cart-form td {
  background: rgba(0, 0, 0, 0) !important;
  vertical-align: middle;
  color: #4b5666;
  padding: 16px 0 !important;
}
.woocommerce-cart .woocommerce-cart-form .actions {
  border: 0 !important;
}
.woocommerce-cart .woocommerce-cart-form .actions .button {
  padding: 8px 16px;
  font-size: 13px;
}
.woocommerce-cart .cart_item td {
  border-bottom: 1px solid #eee5e7 !important;
}
.woocommerce-cart .product-name {
  font-family: "Space Grotesk", sans-serif;
  font-weight: bold;
}
.woocommerce-cart .product-name a {
  color: #1c1c24;
}
.woocommerce-cart .coupon .input-text {
  display: block;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  box-shadow: inset 0 0 0rgba 0, 0, 0, 0 !important;
  padding: 8px 16px;
  height: 100%;
  font-size: 13px;
}
.woocommerce-cart .coupon button {
  background-color: #4f3af5;
  color: #fff;
  border-radius: 0 3px 3px 0;
}
.woocommerce-cart .coupon-wrap {
  display: -ms-flexbox !important;
  display: flex !important;
  border: 1px solid #eee5e7;
  border-radius: 3px;
}
.woocommerce-cart .cart_totals th,
.woocommerce-cart .cart_totals td {
  border-top: 1px solid #eee5e7;
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 16px 0;
}
@media (max-width: 768px) {
  .woocommerce-cart .cart_item {
    display: block;
    margin: 0 0 64px 0;
  }
}
.woocommerce-cart .qty {
  width: 100% !important;
  background-color: rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0) !important;
  border-color: #eee5e7;
  padding: 8px 8px !important;
}
@media (min-width: 768px) {
  .cart-collaterals .cart_totals,
  .cart-collaterals .shipping_calculator {
    width: 100%;
    float: none;
    margin-right: 0;
    margin: 0;
    clear: right;
  }
}
.evo_ticket_vos {
  background-color: rgba(0, 0, 0, 0) !important;
}
.evo_ticket_vos {
  padding-bottom: 0;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  border-radius: 10px;
}
.evotx_item_meta_data_p,
.evovo_spread,
.evovo_subtitle {
  display: none !important;
}
.shop_table .cart_item.evo_event_ticket_item .evotx_itemmeta_secondary {
  background-color: rgba(0, 0, 0, 0) !important;
  border-radius: 8px;
  padding: 0;
  border: none;
  justify-content: space-between;
  font-style: normal;
}
.shop_table .cart_item.evo_event_ticket_item .evotx_itemmeta_secondary b {
  display: none;
}
#order_review_heading,
#order_review {
  width: 100%;
}
#order_review .shop_table {
  margin-bottom: 2.617924em;
  border-radius: 8px;
}
.woocommerce-checkout tr,
.woocommerce-checkout td,
.woocommerce-checkout td {
  background: rgba(0, 0, 0, 0) !important;
}
.woocommerce-checkout .wp-post-image {
  display: none;
}
table:not(.has-background) th {
  background-color: rgba(0, 0, 0, 0);
}
.woocommerce-checkout input[type="text"],
.woocommerce-checkout input[type="email"],
.woocommerce-checkout input[type="tel"] {
  border: 1px solid #eee5e7;
  border-radius: 1px;
  background-color: rgba(0, 0, 0, 0);
}
.woocommerce-checkout {
  background: #fff;
}
.woocommerce-checkout h3 {
  font-size: 26px;
  margin-bottom: 1rem;
}
.woocommerce-checkout form.checkout {
  display: grid;
  gap: 2rem;
}
.woocommerce-checkout .form-row {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.25rem;
}
.woocommerce-checkout .form-row label {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #030713;
}
.woocommerce-checkout .form-row input,
.woocommerce-checkout .form-row select,
.woocommerce-checkout .form-row textarea {
  padding: 0.75rem 1rem;
  border-radius: 8px;
  border: 1px solid #eee5e7;
  background-color: #fff;
  font-size: 15px;
}
.woocommerce-checkout .form-row input:focus,
.woocommerce-checkout .form-row select:focus {
  outline: none;
  border-color: #2ea9c7;
  background-color: #fff;
}
.woocommerce-checkout-review-order-table {
  border-collapse: collapse;
  width: 100%;
  font-size: 14px;
}
.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table td {
  text-align: left;
  padding: 0.75rem;
}
.woocommerce-checkout button[type="submit"] {
  background-color: #111827;
  color: #fff;
  font-weight: 600;
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  font-size: 16px;
  transition: background-color 0.2s ease-in-out;
}
.woocommerce-checkout button[type="submit"]:hover {
  background-color: #374151;
}
.woocommerce-checkout #order_review_heading {
  margin-bottom: 1.5rem;
  padding-bottom: 0.75rem;
}
.woocommerce-checkout .shop_table {
  width: 100%;
  border: none;
  border-collapse: collapse;
  margin-bottom: 1.5rem;
}
.woocommerce-checkout .shop_table thead {
  display: none;
}
.woocommerce-checkout .shop_table td {
  padding: 1rem 0;
  border: none;
  font-size: 15px;
  color: #334155;
}
.woocommerce-checkout .shop_table .product-name {
  font-weight: 600;
  color: #0f172a;
}
.woocommerce-checkout .shop_table .product-total {
  text-align: right;
  white-space: nowrap;
}
.woocommerce-checkout .shop_table .cart-subtotal td,
.woocommerce-checkout .shop_table .order-total td {
  font-weight: 600;
  color: #1e293b;
  font-size: 16px;
  border-top: 1px solid #e2e8f0;
  padding-top: 1rem;
}
.woocommerce-checkout .woocommerce-checkout-payment {
  margin-top: 2rem;
}
.cart_item {
  border-bottom: 1px solid #eee5e7;
}
#payment .payment_methods > li .payment_box,
#payment .place-order {
  background: rgba(0, 0, 0, 0) !important;
  padding: 0;
}
#payment .place-order .button {
  font-size: 13px;
  width: 100%;
  white-space: pre-wrap;
}
.woocommerce-checkout button[type="submit"] {
  background-color: #4f3af5;
  color: #fff;
  padding: 8px 16px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 600;
  transition: background-color 0.2s ease-in-out;
  min-height: 40px;
}
.woocommerce-checkout button[type="submit"]:hover {
  background-color: #2c13f3;
}
.woocommerce-checkout wc-order-attribution-inputs {
  display: none;
}
.woocommerce-checkout .content-area,
.woocommerce-checkout .site-main,
.woocommerce-checkout article {
  margin: 0;
}
.woocommerce-checkout h1 {
  font-size: 31px;
}
.woocommerce-checkout h3 {
  font-size: 20px;
}
.woocommerce-checkout #order_review_heading,
.woocommerce-checkout #order_review .shop_table,
.woocommerce-checkout .cont_texto_checkout,
.woocommerce-checkout .product-quantity {
  font-family: "Inter", sans-serif !important;
  font-size: 13px;
}
.woocommerce-checkout .product-name {
  font-size: 13px !important;
}
.woocommerce-checkout .product-name small {
  font-size: 13px !important;
}
.woocommerce-checkout .etk-checkout-col--form .checkout_coupon {
  display: block !important;
}
.woocommerce-checkout .checkout_coupon p {
  display: flex;
  gap: 8px;
}
.woocommerce-checkout .checkout_coupon p .input-text {
  width: 100%;
}
.etk-checkout-form {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .etk-checkout-form {
    flex-direction: row;
    gap: 3rem;
  }
}
.etk-checkout-grid {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .etk-checkout-grid {
    flex-direction: row;
  }
}
.etk-checkout-col {
  flex: 1;
}
@media (min-width: 768px) {
  .etk-checkout-col--form {
    padding: 0 48px 96px 0;
  }
}
.etk-checkout-col--summary {
  background: #f8f9fa;
  padding: 2rem;
  border-radius: 6px;
}
@media (min-width: 768px) {
  .etk-checkout-col--summary {
    padding: 150px 0 96px 48px;
  }
}
.etk-checkout-heading {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
}
form.checkout::before,
form.checkout::after {
  content: "";
  display: none;
}
.woocommerce-info {
  display: none;
}
.etk-checkout-col--summary {
  position: relative;
}
.etk-checkout-col--summary::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #f8f9fa;
  position: absolute;
  right: -100%;
  top: 0;
}
.woocommerce-checkout-review-order {
  padding: 0;
  background-color: rgba(0, 0, 0, 0) !important;
}
.etk-checkout-review-order h3 {
  display: none;
}
.woocommerce-checkout .shop_table .cart-subtotal td,
.woocommerce-checkout .shop_table .order-total td {
  font-weight: 600;
  color: #1e293b;
  font-size: 16px;
  border-top: 1px solid #e2e8f0;
  padding-top: 1rem;
  text-align: right;
}
.cart-discount td {
  text-align: right;
}
.woocommerce-message::before {
  display: none;
}
* {
  box-sizing: border-box;
}
ul {
  list-style-type: none;
}
body {
  font-family: Verdana, sans-serif;
}
.month {
  padding: 16px 25px;
  width: 100%;
  background: #4f3af5;
  text-align: center;
}
.month ul {
  margin: 0;
  padding: 0;
}
.month ul li {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.month .prev {
  float: left;
  padding-top: 10px;
}
.month .next {
  float: right;
  padding-top: 10px;
}
.weekdays {
  margin: 0;
  padding: 10px 0;
  background-color: #fff;
}
.weekdays li {
  display: inline-block;
  width: 13.6%;
  color: #666;
  text-align: center;
  font-weight: bold;
}
.days {
  padding: 10px 0;
  background: #fff;
  margin: 0;
  height: 100%;
}
.days li {
  list-style-type: none;
  display: inline-block;
  width: 13.6%;
  text-align: center;
  margin-bottom: 5px;
  font-size: 12px;
  color: #777;
}
.days li .active {
  padding: 5px;
  background: #4f3af5;
  color: #fff !important;
  border-radius: 16px;
}
@media screen and (max-width: 720px) {
  .weekdays li,
  .days li {
    width: 13.1%;
  }
}
@media screen and (max-width: 420px) {
  .weekdays li,
  .days li {
    width: 12.5%;
  }
  .days li .active {
    padding: 2px;
  }
}
@media screen and (max-width: 290px) {
  .weekdays li,
  .days li {
    width: 12.2%;
  }
}
.calendar__wrapper {
  padding: 128px 0;
  max-width: 720px;
}
.calendar__month {
  margin: 0 16px;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #4f3af5;
}
.weekdays {
  font-size: 13px;
}
.etickets-calendar {
  position: relative;
}
.etickets-calendar__month {
  border: 1px solid #f0f0f0;
  border-radius: 8px;
  overflow: hidden;
  font-size: 13px;
  height: 100%;
}
.etickets-calendar caption {
  text-align: center;
  padding: 16px 0;
  background-color: #4f3af5;
  color: #fff;
  font-weight: bold;
  caption-side: top;
  grid-column: 1/-1;
  font-size: 16px;
  position: relative;
}
.etickets-calendar__month-prev {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}
.etickets-calendar__month-prev:hover {
  color: #fff;
}
.etickets-calendar__month-next {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}
.etickets-calendar__month-next:hover {
  color: #fff;
}
.etickets-calendar table {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}
.etickets-calendar table tr,
.etickets-calendar table tbody {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  width: 100%;
}
.etickets-calendar th {
  background-color: #fff !important;
  color: #4b5666 !important;
  font-weight: bold;
  padding: 16px !important;
}
.etickets-calendar td {
  background-color: #fff !important;
  color: #4b5666 !important;
  padding: 8px !important;
  text-align: center;
}
.etickets-calendar .day {
  font-size: 14px;
  border-radius: 50px;
  height: 32px;
  width: 32px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  position: relative;
  top: -5px;
  transition: all 150ms linear;
  left: 7px;
  color: #4b5666;
}
.etickets-calendar .day:hover {
  background: #4f3af5;
  color: #fff !important;
  transition: all 150ms linear;
  color: #4b5666;
}
.etickets-calendar .disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
}
.etickets-calendar .disabled:hover {
  background-color: #fff;
  pointer-events: none;
  cursor: default;
}
.etickets-calendar .hoy {
  background: #4f3af5;
  color: #fff !important;
  transition: background-color 200ms linear;
}
.etickets-calendar #calendar th {
  color: #fff;
  text-align: center;
}
.calendar__title {
  font-size: 31px;
  color: #4b5666;
  margin: 0 0 32px 0;
}
.calendar__nav {
  position: absolute;
  background-color: red;
  top: 0;
}
.calendar__nav div {
  background-color: red;
}
.owl-nav {
  display: flex;
  width: 100%;
  justify-content: space-between;
  position: absolute;
  top: 0;
  margin: 0 !important;
}
.owl-nav button {
  background-color: rgba(0, 0, 0, 0) !important;
  outline: 0;
  -webkit-appearance: none !important;
}
.owl-nav button:focus {
  outline: none;
}
.owl-nav .owl-prev {
  order: 2;
}
.owl-nav .owl-prev {
  order: 1;
}
.woocommerce-MyAccount-navigation-link--downloads,
.woocommerce-MyAccount-navigation-link--edit-address {
  display: none;
}
.page-id-26 .woocommerce-MyAccount-navigation-link a {
  color: #4f3af5;
}
.page-id-26 .woocommerce-orders-table__cell-order-number a {
  color: #4f3af5;
}
.page-id-26 .woocommerce-orders-table__cell-download-ticket a {
  color: #4f3af5;
}
body {
  color: #4b5666;
  font-family: "Inter", sans-serif;
  font-size: 16px;
}
.content-area {
  margin: 64px 0;
}
.storefront-breadcrumb {
  display: none;
}
.tribe-common.tribe-tickets {
  position: relative;
  width: 100%;
  max-width: 580px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background-color: #fff;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.single-tribe_events .tribe-events-single-event-title {
  font-size: 41px;
  font-weight: bold;
}
.tribe-common a.tribe-common-c-btn--small,
.tribe-common button.tribe-common-c-btn--small,
.tribe-common input[type="button"].tribe-common-c-btn--small,
.tribe-common input[type="submit"].tribe-common-c-btn--small {
  width: auto;
  margin: 15px 0 0 0;
  padding: 15px 30px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  background-color: #4f3af5;
  font-size: 13px;
}
.tribe-common button.tribe-common-c-btn--small:hover {
  background-color: #2c13f3 !important;
}
.entry
  .entry-content
  .tribe-common
  .tribe-tickets__attendee__fields__footer_checkout-button.tribe-common-c-btn:disabled,
.entry
  .entry-content
  .tribe-common
  .tribe-tickets__buy.tribe-common-c-btn:disabled,
.tribe-common
  .tribe-tickets__attendee__fields__footer_checkout-button.tribe-common-c-btn:disabled,
.tribe-common .tribe-tickets__buy.tribe-common-c-btn:disabled {
  cursor: not-allowed;
  opacity: 1 !important;
  background-color: #ff007a;
}
.entry .entry-content .tribe-common .tribe-tickets__item,
.tribe-common .tribe-tickets__item {
  margin: 0;
  padding: 12px 0 16px;
  border-top: 1px solid #eee5e7;
  border-bottom: 1px solid #eee5e7;
}
.tribe-tickets__item {
  display: -ms-flexbox !important;
  display: flex !important;
  align-items: center !important;
  -ms-flex-align: center !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  margin: 0 0 -1px 0 !important;
  padding: 12px !important;
  font-size: 16px !important;
}
.tribe-tickets__item div {
  align-items: center !important;
  -ms-flex-align: center !important;
  align-self: center !important;
}
.tribe-tickets__item__content__title {
  font-size: 14px !important;
}
.tribe-tickets__item__extra__price * {
  font-size: 14px !important;
  font-weight: normal !important;
}
.tribe-tickets__item__extra__available {
  display: none;
}
.entry .entry-content .tribe-common .tribe-tickets__footer,
.tribe-common .tribe-tickets__footer {
  display: flex;
  align-items: baseline;
  flex-flow: row nowrap;
  justify-content: flex-end;
  padding: 16px 16px 16px 16px;
  border-top: 0;
}
.entry .entry-content .tribe-common .tribe-tickets__footer button,
.tribe-common .tribe-tickets__footer button {
  margin: 0;
}
.entry .entry-content .tribe-common .tribe-tickets__item__quantity__number,
.tribe-common .tribe-tickets__item__quantity__number {
  width: auto !important;
  height: auto !important;
}
.tribe-tickets__item__quantity {
  flex: 0 0 0 !important;
  padding: 10px !important;
  border: 1px solid #e8e8eb !important;
}
.tribe-tickets-quantity {
  padding: 0 !important;
  border: 0 !important;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0) !important;
  font-size: 14px !important;
  font-weight: normal !important;
}
.tribe-common .tribe-tickets__item__quantity__remove,
.tribe-common .tribe-tickets__item__quantity__add {
  font-size: 16px !important;
  font-weight: normal !important;
}
#tribe-events-pg-template,
.tribe-events-pg-template {
  max-width: 100% !important;
  margin: 0 auto;
}
.sd-title {
  display: none !important;
}
.sd-content ul li {
  padding: 0 !important;
}
.banner img {
  margin: 0 auto 64px auto;
  -webkit-box-shadow: -8px -8px 16px rgba(0, 0, 0, 0.05),
    8px 8px 16px rgba(0, 0, 0, 0.05);
  box-shadow: -8px -8px 16px rgba(0, 0, 0, 0.05),
    8px 8px 16px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
}
.order-total small {
  display: block;
}
.order-total .amount {
  font-size: 21px;
}
#order_review_heading,
#order_review .shop_table,
.cont_texto_checkout,
.product-quantity {
  font-family: "Poppins", sans-serif;
}
.et-form-checkout__box-right a,
.foot_checkout a {
  color: #ff007a !important;
}
.logo_checkout_head {
  max-height: 75px;
  display: inline-block;
}
.cont_texto_checkout {
  font-weight: 500;
  color: #fff;
}
.logos_checkout {
  text-align: center;
  margin-bottom: 20px;
}
body.page-id-31 .product-quantity {
  font-size: 13px;
}
.et-form-checkout__box-right #payment .place-order {
  margin-top: 0;
}
#payment .payment_methods li p,
.et-form-checkout__box-right #payment .place-order p {
  font-size: 13px;
}
@media (max-width: 767px) {
  #post-31 .entry-content .woocommerce {
    margin-top: 100px;
  }
  body.page-id-31 .site-footer {
    display: block;
  }
  .foot_checkout {
    display: none;
  }
  .cont_imagen_checkout img {
    height: 60px;
    width: 60px;
  }
  .woocommerce-billing-fields__field-wrapper {
    margin-right: 0;
    margin-left: 0;
  }
  .site-footer {
    padding: 30px 0;
  }
}
@media (min-width: 768px) {
  #post-31 .entry-content .woocommerce {
    width: 40%;
    position: absolute;
    top: 45px;
    z-index: 999;
    background: #fff;
  }
  #post-31 form.woocommerce-form-login {
    box-shadow: 0 19px 16px rgba(0, 0, 0, 0.05);
    padding: 20px;
  }
  #fijar {
    margin-top: 40px;
  }
  body.page-id-31 .site-footer {
    display: none;
  }
  .foot_checkout {
    margin-top: 50px;
    padding-top: 20px;
    border-top: 1px solid #e6e6e6;
  }
}
#payment .payment_methods > .wc_payment_method > label {
  background: rgba(255, 255, 255, 0.1411764706);
  border-radius: 50px;
}
body.page-id-31 td.product-name {
  width: 65% !important;
  align-items: center;
}
body.page-id-31 td.product-total {
  width: 35%;
  vertical-align: middle;
}
.contenedor_producto_checkout {
  position: relative;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  align-items: center;
}
.cont_imagen_checkout {
  width: 36%;
  float: left;
  position: relative;
  vertical-align: middle;
  display: flex;
  display: -webkit-flex;
}
.cont_imagen_checkout img {
  height: 80px;
  width: auto;
  max-width: 90%;
  display: block;
  border-radius: 5px;
  border: 3px solid rgba(255, 255, 255, 0.7215686275);
}
.cont_cantidad_checkout {
  position: absolute;
  background: rgba(88, 83, 83, 0.8509803922);
  width: 25px;
  height: 25px;
  border-radius: 50px;
  text-align: center;
  right: 0px;
  top: -10px;
  color: #fff;
  font-weight: 400;
}
.cont_texto_checkout {
  width: 64%;
  float: left;
  display: flex;
  display: -webkit-flex;
}
body.page-id-31 table td {
  padding: 10px;
}
body.page-id-31 table th {
  padding: 5px 10px;
  vertical-align: middle;
}
body.page-id-31 .cart_item td {
  border: 0 !important;
}
body.page-id-31 tfoot .cart-subtotal th,
body.page-id-31 tfoot .cart-subtotal td {
  padding: 20px 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.2392156863);
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5607843137);
}
body.page-id-31 tfoot .order-total th,
body.page-id-31 tfoot .order-total td {
  padding: 20px 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.2392156863);
  font-weight: 400;
  color: #fff;
  line-height: 1;
}
body.page-id-31 tfoot .order-total th small {
  display: block;
  color: rgba(255, 255, 255, 0.5607843137);
}
body.page-id-31 td.product-total,
body.page-id-31 tfoot .cart-subtotal td,
body.page-id-31 tfoot .order-total td {
  text-align: right;
}
body.page-id-31 tfoot .order-total td .woocommerce-Price-amount {
  font-size: 24px;
}
#post-31 .entry-content .woocommerce {
  width: 40%;
  position: absolute;
  top: 200px;
  z-index: 999;
  background: #fff;
  left: 30%;
}
.msj_final h2 {
  font-size: 20px;
  margin-bottom: 20px;
} /*# sourceMappingURL=style.css.map */
