@charset "UTF-8";
/*!
Theme Name: Innovaweb
Theme URI: https://www.innovaweb.cl/
Author: innovaweb
Author URI: https://www.innovaweb.cl
Description: Descripción theme
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: innovaweb
Tags: desarrollo web, ecommerce, apps

*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Urbanist:ital,wght@0,100;0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,900&display=swap");
body {
  font-family: "Noto Sans", sans-serif !important;
  background-color: white;
}

/* ====================================
   ESTILOS WOOCOMMERCE MI CUENTA - SCSS
   Solo se aplica en la página Mi Cuenta
   Colores: Primario #EB212E, Secundario Negro
   ==================================== */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.woocommerce-account .woocommerce {
  display: flex;
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  flex: 0 0 280px;
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  padding: 0;
  overflow: hidden;
  height: fit-content;
  position: sticky;
  top: 20px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation li {
  border-bottom: 1px solid #f5f5f5;
  transition: all 0.3s ease;
  position: relative;
}
.woocommerce-account .woocommerce-MyAccount-navigation li:last-child {
  border-bottom: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation li:hover {
  background: #f8f9fa;
  transform: translateX(3px);
}
.woocommerce-account .woocommerce-MyAccount-navigation li:hover::before {
  transform: scaleY(1);
}
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active {
  background: linear-gradient(135deg, #eb212e 0%, #d41e28 100%);
  box-shadow: 0 4px 15px rgba(235, 33, 46, 0.3);
}
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
  color: white;
  font-weight: 600;
}
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a::before {
  opacity: 1;
  filter: brightness(0) invert(1);
}
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a:hover {
  color: white;
  padding-left: 24px;
}
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active::before {
  transform: scaleY(1);
  background: white;
}
.woocommerce-account .woocommerce-MyAccount-navigation li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 4px;
  background: #eb212e;
  transform: scaleY(0);
  transition: transform 0.3s ease;
}
.woocommerce-account .woocommerce-MyAccount-navigation a {
  display: flex;
  align-items: center;
  padding: 18px 24px;
  color: #333;
  text-decoration: none;
  font-weight: 500;
  font-size: 15px;
  transition: all 0.3s ease;
  position: relative;
}
.woocommerce-account .woocommerce-MyAccount-navigation a:hover {
  color: #eb212e;
  padding-left: 30px;
}
.woocommerce-account .woocommerce-MyAccount-navigation a::before {
  content: "";
  width: 20px;
  height: 20px;
  margin-right: 12px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.7;
  transition: opacity 0.3s ease;
}
.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--dashboard a::before {
  content: "🏠";
  font-size: 16px;
}
.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--orders a::before {
  content: "📦";
  font-size: 16px;
}
.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--downloads a::before {
  content: "⬇️";
  font-size: 16px;
}
.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--edit-address a::before {
  content: "📍";
  font-size: 16px;
}
.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--edit-account a::before {
  content: "👤";
  font-size: 16px;
}
.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--customer-logout a::before {
  content: "🚪";
  font-size: 16px;
}
.woocommerce-account .woocommerce-MyAccount-content {
  flex: 1;
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  padding: 30px;
  min-height: 400px;
}
.woocommerce-account .woocommerce-MyAccount-content > * {
  animation: fadeInUp 0.6s ease-out;
}
.woocommerce-account .woocommerce-MyAccount-content h2, .woocommerce-account .woocommerce-MyAccount-content h3 {
  color: #333;
  border-bottom: 3px solid #eb212e;
  padding-bottom: 12px;
  margin-bottom: 25px;
  font-weight: 600;
  position: relative;
}
.woocommerce-account .woocommerce-MyAccount-content h2::after, .woocommerce-account .woocommerce-MyAccount-content h3::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 60px;
  height: 3px;
  background: #000;
}
.woocommerce-account .woocommerce-MyAccount-content p {
  line-height: 1.6;
  color: #666;
  font-size: 15px;
}
.woocommerce-account .woocommerce-orders-table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
}
.woocommerce-account .woocommerce-orders-table thead {
  background: linear-gradient(135deg, #eb212e 0%, #d41e28 100%);
}
.woocommerce-account .woocommerce-orders-table thead th {
  color: white;
  font-weight: 600;
  padding: 15px 12px;
  text-align: left;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.woocommerce-account .woocommerce-orders-table tbody tr {
  border-bottom: 1px solid #f0f0f0;
  transition: background-color 0.3s ease;
}
.woocommerce-account .woocommerce-orders-table tbody tr:hover {
  background-color: #f8f9fa;
}
.woocommerce-account .woocommerce-orders-table tbody tr:nth-child(even) {
  background-color: #fafafa;
}
.woocommerce-account .woocommerce-orders-table tbody tr:nth-child(even):hover {
  background-color: #f0f0f0;
}
.woocommerce-account .woocommerce-orders-table td {
  padding: 15px 12px;
  color: #555;
  font-size: 14px;
}
.woocommerce-account .woocommerce-orders-table .order-status {
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.woocommerce-account .woocommerce-orders-table .order-status.processing {
  background: #fff3cd;
  color: #856404;
  border: 1px solid #ffeaa7;
}
.woocommerce-account .woocommerce-orders-table .order-status.completed {
  background: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}
.woocommerce-account .woocommerce-orders-table .order-status.cancelled {
  background: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}
.woocommerce-account .woocommerce-orders-table .order-status.on-hold {
  background: #e2e3e5;
  color: #383d41;
  border: 1px solid #d6d8db;
}
.woocommerce-account .woocommerce-orders-table .button,
.woocommerce-account .woocommerce-orders-table .woocommerce-button {
  background: #eb212e;
  color: white;
  border: none;
  padding: 8px 16px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: pointer;
}
.woocommerce-account .woocommerce-orders-table .button:hover,
.woocommerce-account .woocommerce-orders-table .woocommerce-button:hover {
  background: #000;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
.woocommerce-account .woocommerce-EditAccountForm,
.woocommerce-account .woocommerce-address-fields,
.woocommerce-account .woocommerce form {
  background: #f8f9fa;
  padding: 25px;
  border-radius: 10px;
  border: 1px solid #e9ecef;
}
.woocommerce-account .woocommerce-form-row {
  margin-bottom: 20px;
}
.woocommerce-account .woocommerce-form-row label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: #333;
  font-size: 14px;
}
.woocommerce-account .woocommerce-Input,
.woocommerce-account .woocommerce-form-row input[type=text],
.woocommerce-account .woocommerce-form-row input[type=email],
.woocommerce-account .woocommerce-form-row input[type=password],
.woocommerce-account .woocommerce-form-row textarea,
.woocommerce-account .woocommerce-form-row select,
.woocommerce-account .woocommerce form .form-row .input-text,
.woocommerce-account .woocommerce form .form-row select {
  width: 100%;
  padding: 12px 15px;
  border: 2px solid #e9ecef;
  border-radius: 8px;
  font-size: 14px;
  transition: all 0.3s ease;
  background: white;
  font-weight: 400;
  letter-spacing: normal;
  display: block;
  color: #000;
  box-sizing: border-box;
  margin: 0;
  line-height: normal;
  height: 49px;
}
.woocommerce-account .woocommerce-Input:focus,
.woocommerce-account .woocommerce-form-row input[type=text]:focus,
.woocommerce-account .woocommerce-form-row input[type=email]:focus,
.woocommerce-account .woocommerce-form-row input[type=password]:focus,
.woocommerce-account .woocommerce-form-row textarea:focus,
.woocommerce-account .woocommerce-form-row select:focus,
.woocommerce-account .woocommerce form .form-row .input-text:focus,
.woocommerce-account .woocommerce form .form-row select:focus {
  outline: none;
  border-color: #eb212e;
  box-shadow: 0 0 0 3px rgba(235, 33, 46, 0.1);
  transform: translateY(-1px);
}
.woocommerce-account .woocommerce-Button,
.woocommerce-account .woocommerce-form-row input[type=submit],
.woocommerce-account .woocommerce button[type=submit] {
  background: linear-gradient(135deg, #eb212e 0%, #d41e28 100%);
  color: white;
  border: none;
  padding: 14px 30px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 4px 15px rgba(235, 33, 46, 0.3);
}
.woocommerce-account .woocommerce-Button:hover,
.woocommerce-account .woocommerce-form-row input[type=submit]:hover,
.woocommerce-account .woocommerce button[type=submit]:hover {
  background: linear-gradient(135deg, #000 0%, #333 100%);
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
  color: white;
}
.woocommerce-account .woocommerce-Address {
  background: white;
  border: 2px solid #f0f0f0;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
  position: relative;
  transition: all 0.3s ease;
}
.woocommerce-account .woocommerce-Address:hover {
  border-color: #eb212e;
  box-shadow: 0 4px 15px rgba(235, 33, 46, 0.1);
}
.woocommerce-account .woocommerce-Address h3 {
  color: #eb212e;
  margin-top: 0;
  border-bottom: 2px solid #f0f0f0;
  padding-bottom: 10px;
  font-size: 18px;
}
.woocommerce-account .woocommerce-Address address {
  font-style: normal;
  line-height: 1.6;
  color: #666;
  font-size: 14px;
  margin-bottom: 15px;
  margin-top: 15px;
}
.woocommerce-account .woocommerce-Address .edit {
  background: #000;
  color: white;
  border: none;
  padding: 8px 16px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: pointer;
}
.woocommerce-account .woocommerce-Address .edit:hover {
  background: #eb212e;
  transform: translateY(-2px);
}
.woocommerce-account .woocommerce-Address-title .title h3 {
  font-size: 22px;
  color: #eb212e;
}
.woocommerce-account .woocommerce-message,
.woocommerce-account .woocommerce-error,
.woocommerce-account .woocommerce-info {
  padding: 15px 20px;
  border-radius: 8px;
  margin-bottom: 20px;
  font-weight: 500;
  border-left: 4px solid;
}
.woocommerce-account .woocommerce-message {
  background: #d4edda;
  color: #155724;
  border-left-color: #28a745;
}
.woocommerce-account .woocommerce-error {
  background: #f8d7da;
  color: #721c24;
  border-left-color: #dc3545;
}
.woocommerce-account .woocommerce-info {
  background: #f2f2f2;
  color: #333333;
  border-left-color: #f2f2f2;
  font-size: 14px;
  padding-left: 50px;
  border-top-color: #db1f2a;
}
.woocommerce-account .woocommerce-info::before {
  color: #000;
}
@media (max-width: 768px) {
  .woocommerce-account .woocommerce {
    flex-direction: column;
    gap: 20px;
    padding: 15px;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation {
    flex: none;
    position: static;
    order: 2;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation a {
    padding: 15px 20px;
  }
  .woocommerce-account .woocommerce-MyAccount-content {
    order: 1;
    padding: 20px;
  }
  .woocommerce-account .woocommerce-orders-table {
    font-size: 12px;
  }
  .woocommerce-account .woocommerce-orders-table th, .woocommerce-account .woocommerce-orders-table td {
    padding: 8px 6px;
  }
}
@media (max-width: 480px) {
  .woocommerce-account .woocommerce-MyAccount-content {
    padding: 15px;
  }
  .woocommerce-account .woocommerce-EditAccountForm,
  .woocommerce-account .woocommerce-address-fields {
    padding: 15px;
  }
  .woocommerce-account .woocommerce-orders-table thead {
    display: none;
  }
  .woocommerce-account .woocommerce-orders-table, .woocommerce-account .woocommerce-orders-table tbody, .woocommerce-account .woocommerce-orders-table tr, .woocommerce-account .woocommerce-orders-table td {
    display: block;
    width: 100%;
  }
  .woocommerce-account .woocommerce-orders-table tr {
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-bottom: 15px;
    padding: 15px;
    background: white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  }
  .woocommerce-account .woocommerce-orders-table td {
    border: none;
    position: relative;
    padding: 8px 0;
  }
  .woocommerce-account .woocommerce-orders-table td::before {
    content: attr(data-title) ": ";
    font-weight: 600;
    color: #eb212e;
  }
}

.woocommerce-checkout,
.shortcode-woocommerce-checkout {
  margin: 0 auto;
}
.woocommerce-checkout .checkout-container,
.woocommerce-checkout .shortcode-checkout-container,
.shortcode-woocommerce-checkout .checkout-container,
.shortcode-woocommerce-checkout .shortcode-checkout-container {
  background: #ffffff;
  overflow: hidden;
}
.woocommerce-checkout .checkout-header h1,
.woocommerce-checkout .shortcode-checkout-header h1,
.shortcode-woocommerce-checkout .checkout-header h1,
.shortcode-woocommerce-checkout .shortcode-checkout-header h1 {
  margin: 0;
  font-size: 25px;
  font-weight: 600;
  color: black;
}

.custom-cart-table,
.shortcode-custom-cart-table {
  width: 100%;
  border-collapse: collapse;
  margin: 32px 0;
  background: #ffffff;
}
.custom-cart-table thead th,
.shortcode-custom-cart-table thead th {
  padding: 4px 13px;
  text-align: left;
  font-weight: 600;
  color: #ff0001;
  border-bottom: 2px solid #e2e8f0;
  font-size: 14px;
}
.custom-cart-table thead th:first-child,
.shortcode-custom-cart-table thead th:first-child {
  border-top-left-radius: 8px;
}
.custom-cart-table thead th:last-child,
.shortcode-custom-cart-table thead th:last-child {
  border-top-right-radius: 8px;
}
.custom-cart-table tbody tr,
.shortcode-custom-cart-table tbody tr {
  border-bottom: 7px solid white;
  transition: background-color 0.2s ease;
}
.custom-cart-table tbody tr:hover,
.shortcode-custom-cart-table tbody tr:hover {
  background: rgba(247, 250, 252, 0.5);
}
.custom-cart-table tbody tr:last-child,
.shortcode-custom-cart-table tbody tr:last-child {
  border-bottom: none;
}
.custom-cart-table tbody tr:last-child td:first-child,
.shortcode-custom-cart-table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 8px;
}
.custom-cart-table tbody tr:last-child td:last-child,
.shortcode-custom-cart-table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 8px;
}
.custom-cart-table tbody td,
.shortcode-custom-cart-table tbody td {
  padding: 6px 0px;
  vertical-align: middle;
  font-size: 14px;
  background: #ebebeb;
}

.product-info-custom,
.shortcode-product-info-custom {
  display: flex;
  align-items: center;
  gap: 12px;
}
.product-info-custom .product-image-custom,
.product-info-custom .shortcode-product-image-custom,
.shortcode-product-info-custom .product-image-custom,
.shortcode-product-info-custom .shortcode-product-image-custom {
  width: 75px;
  height: 75px;
  border-radius: 4px;
  overflow: hidden;
  flex-shrink: 0;
  border: 1px solid #e2e8f0;
}
.product-info-custom .product-image-custom img,
.product-info-custom .shortcode-product-image-custom img,
.shortcode-product-info-custom .product-image-custom img,
.shortcode-product-info-custom .shortcode-product-image-custom img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product-info-custom .product-name-custom,
.product-info-custom .shortcode-product-name-custom,
.shortcode-product-info-custom .product-name-custom,
.shortcode-product-info-custom .shortcode-product-name-custom {
  font-weight: 500;
  color: black;
  line-height: 1.4;
}

.quantity-controls,
.shortcode-quantity-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.quantity-controls .quantity-btn,
.shortcode-quantity-controls .quantity-btn {
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 500;
  transition: all 0.2s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.quantity-controls .quantity-btn:disabled,
.shortcode-quantity-controls .quantity-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.quantity-controls .quantity-btn,
.shortcode-quantity-controls .quantity-btn {
  width: 32px;
  height: 32px;
  background: #f7fafc;
  color: black;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.15s ease;
}
.quantity-controls .quantity-btn:hover,
.shortcode-quantity-controls .quantity-btn:hover {
  background: #e2e8f0;
}
.quantity-controls .quantity-btn:active,
.shortcode-quantity-controls .quantity-btn:active {
  transform: scale(0.95);
}
.quantity-controls .quantity-display,
.quantity-controls .shortcode-quantity-display,
.shortcode-quantity-controls .quantity-display,
.shortcode-quantity-controls .shortcode-quantity-display {
  min-width: 40px;
  text-align: center;
  font-weight: 500;
  padding: 8px 12px;
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  background: #ffffff;
}

.remove-item-btn {
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 500;
  transition: all 0.2s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.remove-item-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.remove-item-btn {
  width: 24px;
  height: 24px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  background: #eb212e;
  border-radius: 15px;
  margin-left: 15px;
}
.remove-item-btn:hover {
  background: rgba(229, 62, 62, 0.1);
  color: #c53030;
}

.price-custom,
.shortcode-price-custom {
  font-weight: 600;
  color: black;
}
.price-custom.item-subtotal,
.shortcode-price-custom.item-subtotal {
  font-size: 16px;
}

.totals-section-custom,
.shortcode-totals-section-custom {
  margin: 0;
  border-bottom: 1px solid #e2e8f0;
  padding-bottom: 15px;
}
.totals-section-custom h2,
.shortcode-totals-section-custom h2 {
  margin: 0 0 16px 0;
  font-size: 22px;
  font-weight: 600;
  color: black;
}
.totals-section-custom .subtotal-custom,
.totals-section-custom .shortcode-subtotal-custom,
.shortcode-totals-section-custom .subtotal-custom,
.shortcode-totals-section-custom .shortcode-subtotal-custom {
  display: inline-flex;
  font-size: 15px;
  color: #EB212E;
  font-weight: 600;
}
.totals-section-custom .subtotal-custom .subtotal-amount-custom,
.totals-section-custom .subtotal-custom .shortcode-subtotal-amount-custom,
.totals-section-custom .shortcode-subtotal-custom .subtotal-amount-custom,
.totals-section-custom .shortcode-subtotal-custom .shortcode-subtotal-amount-custom,
.shortcode-totals-section-custom .subtotal-custom .subtotal-amount-custom,
.shortcode-totals-section-custom .subtotal-custom .shortcode-subtotal-amount-custom,
.shortcode-totals-section-custom .shortcode-subtotal-custom .subtotal-amount-custom,
.shortcode-totals-section-custom .shortcode-subtotal-custom .shortcode-subtotal-amount-custom {
  font-weight: 600;
  color: black;
  font-size: 18px;
  margin-left: 80px;
}

.invoice-type-section,
.shortcode-invoice-type-section {
  padding: 15px;
  border-bottom: 1px solid #e2e8f0;
}
.invoice-type-section .invoice-options-custom,
.invoice-type-section .shortcode-invoice-options-custom,
.shortcode-invoice-type-section .invoice-options-custom,
.shortcode-invoice-type-section .shortcode-invoice-options-custom {
  display: inline-block;
  gap: 24px;
  /*padding-inline-start: 130px; */
}
.invoice-type-section .invoice-options-custom .radio-option-custom,
.invoice-type-section .invoice-options-custom .shortcode-radio-option-custom,
.invoice-type-section .shortcode-invoice-options-custom .radio-option-custom,
.invoice-type-section .shortcode-invoice-options-custom .shortcode-radio-option-custom,
.shortcode-invoice-type-section .invoice-options-custom .radio-option-custom,
.shortcode-invoice-type-section .invoice-options-custom .shortcode-radio-option-custom,
.shortcode-invoice-type-section .shortcode-invoice-options-custom .radio-option-custom,
.shortcode-invoice-type-section .shortcode-invoice-options-custom .shortcode-radio-option-custom {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 10px;
}
.invoice-type-section .invoice-options-custom .radio-option-custom input[type=radio],
.invoice-type-section .invoice-options-custom .shortcode-radio-option-custom input[type=radio],
.invoice-type-section .shortcode-invoice-options-custom .radio-option-custom input[type=radio],
.invoice-type-section .shortcode-invoice-options-custom .shortcode-radio-option-custom input[type=radio],
.shortcode-invoice-type-section .invoice-options-custom .radio-option-custom input[type=radio],
.shortcode-invoice-type-section .invoice-options-custom .shortcode-radio-option-custom input[type=radio],
.shortcode-invoice-type-section .shortcode-invoice-options-custom .radio-option-custom input[type=radio],
.shortcode-invoice-type-section .shortcode-invoice-options-custom .shortcode-radio-option-custom input[type=radio] {
  width: 18px;
  height: 18px;
  accent-color: #EB212E;
}
.invoice-type-section .invoice-options-custom .radio-option-custom label,
.invoice-type-section .invoice-options-custom .shortcode-radio-option-custom label,
.invoice-type-section .shortcode-invoice-options-custom .radio-option-custom label,
.invoice-type-section .shortcode-invoice-options-custom .shortcode-radio-option-custom label,
.shortcode-invoice-type-section .invoice-options-custom .radio-option-custom label,
.shortcode-invoice-type-section .invoice-options-custom .shortcode-radio-option-custom label,
.shortcode-invoice-type-section .shortcode-invoice-options-custom .radio-option-custom label,
.shortcode-invoice-type-section .shortcode-invoice-options-custom .shortcode-radio-option-custom label {
  font-weight: 500;
  color: black;
  cursor: pointer;
}

.billing-fields-custom,
.shortcode-billing-fields-custom {
  padding: 20px 0;
  border-bottom: 1px solid #e2e8f0;
}
.billing-fields-custom h3,
.shortcode-billing-fields-custom h3 {
  margin: 0 0 24px 0;
  font-size: 15px;
  font-weight: 600;
  color: #EB212E;
}
.billing-fields-custom .form-grid-custom,
.billing-fields-custom .shortcode-form-grid-custom,
.shortcode-billing-fields-custom .form-grid-custom,
.shortcode-billing-fields-custom .shortcode-form-grid-custom {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
  gap: 25px;
  margin-bottom: 20px;
}
.billing-fields-custom .form-row-custom,
.billing-fields-custom .shortcode-form-row-custom,
.shortcode-billing-fields-custom .form-row-custom,
.shortcode-billing-fields-custom .shortcode-form-row-custom {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.billing-fields-custom .form-row-custom label,
.billing-fields-custom .shortcode-form-row-custom label,
.shortcode-billing-fields-custom .form-row-custom label,
.shortcode-billing-fields-custom .shortcode-form-row-custom label {
  font-weight: 500;
  color: #6a6a6a;
  font-size: 14px;
}
.billing-fields-custom .form-row-custom label .required,
.billing-fields-custom .shortcode-form-row-custom label .required,
.shortcode-billing-fields-custom .form-row-custom label .required,
.shortcode-billing-fields-custom .shortcode-form-row-custom label .required {
  color: #EB212E;
  margin-left: 4px;
}
.billing-fields-custom .form-row-custom input,
.billing-fields-custom .shortcode-form-row-custom input,
.shortcode-billing-fields-custom .form-row-custom input,
.shortcode-billing-fields-custom .shortcode-form-row-custom input {
  width: 100%;
  padding: 5px 1px;
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  font-size: 14px;
  transition: border-color 0.2s ease;
  font-family: "Noto Sans", sans-serif !important;
}
.billing-fields-custom .form-row-custom input:focus,
.billing-fields-custom .shortcode-form-row-custom input:focus,
.shortcode-billing-fields-custom .form-row-custom input:focus,
.shortcode-billing-fields-custom .shortcode-form-row-custom input:focus {
  outline: none;
  border-color: #EB212E;
}
.billing-fields-custom .form-row-custom input.error,
.billing-fields-custom .shortcode-form-row-custom input.error,
.shortcode-billing-fields-custom .form-row-custom input.error,
.shortcode-billing-fields-custom .shortcode-form-row-custom input.error {
  border-color: #e53e3e;
}
.billing-fields-custom .form-row-custom input,
.billing-fields-custom .shortcode-form-row-custom input,
.shortcode-billing-fields-custom .form-row-custom input,
.shortcode-billing-fields-custom .shortcode-form-row-custom input {
  border: none;
  border-bottom: solid 1px #EB212E;
  height: 30px;
  border-radius: 0;
}
.billing-fields-custom .form-row-custom select,
.billing-fields-custom .form-row-custom textarea,
.billing-fields-custom .shortcode-form-row-custom select,
.billing-fields-custom .shortcode-form-row-custom textarea,
.shortcode-billing-fields-custom .form-row-custom select,
.shortcode-billing-fields-custom .form-row-custom textarea,
.shortcode-billing-fields-custom .shortcode-form-row-custom select,
.shortcode-billing-fields-custom .shortcode-form-row-custom textarea {
  width: 100%;
  padding: 5px 1px;
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  font-size: 14px;
  transition: border-color 0.2s ease;
  font-family: "Noto Sans", sans-serif !important;
}
.billing-fields-custom .form-row-custom select:focus,
.billing-fields-custom .form-row-custom textarea:focus,
.billing-fields-custom .shortcode-form-row-custom select:focus,
.billing-fields-custom .shortcode-form-row-custom textarea:focus,
.shortcode-billing-fields-custom .form-row-custom select:focus,
.shortcode-billing-fields-custom .form-row-custom textarea:focus,
.shortcode-billing-fields-custom .shortcode-form-row-custom select:focus,
.shortcode-billing-fields-custom .shortcode-form-row-custom textarea:focus {
  outline: none;
  border-color: #EB212E;
}
.billing-fields-custom .form-row-custom select.error,
.billing-fields-custom .form-row-custom textarea.error,
.billing-fields-custom .shortcode-form-row-custom select.error,
.billing-fields-custom .shortcode-form-row-custom textarea.error,
.shortcode-billing-fields-custom .form-row-custom select.error,
.shortcode-billing-fields-custom .form-row-custom textarea.error,
.shortcode-billing-fields-custom .shortcode-form-row-custom select.error,
.shortcode-billing-fields-custom .shortcode-form-row-custom textarea.error {
  border-color: #e53e3e;
}
.billing-fields-custom .form-row-custom select,
.billing-fields-custom .shortcode-form-row-custom select,
.shortcode-billing-fields-custom .form-row-custom select,
.shortcode-billing-fields-custom .shortcode-form-row-custom select {
  cursor: pointer;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px;
  padding-right: 40px;
}
.billing-fields-custom .form-row-custom.error input,
.billing-fields-custom .form-row-custom.error select,
.billing-fields-custom .form-row-custom.error textarea,
.billing-fields-custom .shortcode-form-row-custom.error input,
.billing-fields-custom .shortcode-form-row-custom.error select,
.billing-fields-custom .shortcode-form-row-custom.error textarea,
.shortcode-billing-fields-custom .form-row-custom.error input,
.shortcode-billing-fields-custom .form-row-custom.error select,
.shortcode-billing-fields-custom .form-row-custom.error textarea,
.shortcode-billing-fields-custom .shortcode-form-row-custom.error input,
.shortcode-billing-fields-custom .shortcode-form-row-custom.error select,
.shortcode-billing-fields-custom .shortcode-form-row-custom.error textarea {
  border-color: #e53e3e;
  box-shadow: 0 0 0 3px rgba(229, 62, 62, 0.1);
}

.rut-field-custom,
.shortcode-rut-field-custom {
  display: none;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e2e8f0;
}
.rut-field-custom.show,
.shortcode-rut-field-custom.show {
  display: block;
}
.rut-field-custom label,
.shortcode-rut-field-custom label {
  font-weight: 500;
  color: black;
  font-size: 14px;
  margin-bottom: 8px;
  display: block;
}
.rut-field-custom label .required,
.shortcode-rut-field-custom label .required {
  color: #e53e3e;
  margin-left: 4px;
}
.rut-field-custom input,
.shortcode-rut-field-custom input {
  width: 100%;
  padding: 5px 1px;
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  font-size: 14px;
  transition: border-color 0.2s ease;
  font-family: "Noto Sans", sans-serif !important;
}
.rut-field-custom input:focus,
.shortcode-rut-field-custom input:focus {
  outline: none;
  border-color: #EB212E;
}
.rut-field-custom input.error,
.shortcode-rut-field-custom input.error {
  border-color: #e53e3e;
}

.shipping-section-custom,
.shortcode-shipping-section-custom {
  padding: 15px 0;
  border-bottom: 1px solid #e2e8f0;
}
.shipping-section-custom h3,
.shortcode-shipping-section-custom h3 {
  margin: 0 0 24px 0;
  font-size: 15px;
  font-weight: 600;
  color: #e53e3e;
}
.shipping-section-custom .shipping-methods,
.shortcode-shipping-section-custom .shipping-methods {
  margin-bottom: 24px;
}
.shipping-section-custom .shipping-methods .shipping-method-custom,
.shipping-section-custom .shipping-methods .shortcode-shipping-method-custom,
.shortcode-shipping-section-custom .shipping-methods .shipping-method-custom,
.shortcode-shipping-section-custom .shipping-methods .shortcode-shipping-method-custom {
  display: flex !important;
  align-items: center;
  gap: 12px;
  padding: 16px;
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  margin-bottom: 12px;
  transition: all 0.2s ease;
}
.shipping-section-custom .shipping-methods .shipping-method-custom:hover,
.shipping-section-custom .shipping-methods .shortcode-shipping-method-custom:hover,
.shortcode-shipping-section-custom .shipping-methods .shipping-method-custom:hover,
.shortcode-shipping-section-custom .shipping-methods .shortcode-shipping-method-custom:hover {
  border-color: #EB212E;
  background: rgba(229, 62, 62, 0.02);
}
.shipping-section-custom .shipping-methods .shipping-method-custom input[type=radio],
.shipping-section-custom .shipping-methods .shortcode-shipping-method-custom input[type=radio],
.shortcode-shipping-section-custom .shipping-methods .shipping-method-custom input[type=radio],
.shortcode-shipping-section-custom .shipping-methods .shortcode-shipping-method-custom input[type=radio] {
  width: 18px;
  height: 18px;
  accent-color: #EB212E;
}
.shipping-section-custom .shipping-methods .shipping-method-custom label,
.shipping-section-custom .shipping-methods .shortcode-shipping-method-custom label,
.shortcode-shipping-section-custom .shipping-methods .shipping-method-custom label,
.shortcode-shipping-section-custom .shipping-methods .shortcode-shipping-method-custom label {
  font-weight: 500;
  color: black;
  cursor: pointer;
  flex: 1;
}
.shipping-section-custom .shipping-address-section .shipping-address-custom,
.shipping-section-custom .shipping-address-section .shortcode-shipping-address-custom,
.shipping-section-custom .shortcode-shipping-address-section .shipping-address-custom,
.shipping-section-custom .shortcode-shipping-address-section .shortcode-shipping-address-custom,
.shortcode-shipping-section-custom .shipping-address-section .shipping-address-custom,
.shortcode-shipping-section-custom .shipping-address-section .shortcode-shipping-address-custom,
.shortcode-shipping-section-custom .shortcode-shipping-address-section .shipping-address-custom,
.shortcode-shipping-section-custom .shortcode-shipping-address-section .shortcode-shipping-address-custom {
  background: #f7fafc;
  padding: 16px;
  border-radius: 4px;
  margin-bottom: 16px;
  font-size: 14px;
  color: #718096;
}
.shipping-section-custom .shipping-address-section .shipping-address-custom #shipping-address-display,
.shipping-section-custom .shipping-address-section .shipping-address-custom #shipping-address-display-shortcode-,
.shipping-section-custom .shipping-address-section .shortcode-shipping-address-custom #shipping-address-display,
.shipping-section-custom .shipping-address-section .shortcode-shipping-address-custom #shipping-address-display-shortcode-,
.shipping-section-custom .shortcode-shipping-address-section .shipping-address-custom #shipping-address-display,
.shipping-section-custom .shortcode-shipping-address-section .shipping-address-custom #shipping-address-display-shortcode-,
.shipping-section-custom .shortcode-shipping-address-section .shortcode-shipping-address-custom #shipping-address-display,
.shipping-section-custom .shortcode-shipping-address-section .shortcode-shipping-address-custom #shipping-address-display-shortcode-,
.shortcode-shipping-section-custom .shipping-address-section .shipping-address-custom #shipping-address-display,
.shortcode-shipping-section-custom .shipping-address-section .shipping-address-custom #shipping-address-display-shortcode-,
.shortcode-shipping-section-custom .shipping-address-section .shortcode-shipping-address-custom #shipping-address-display,
.shortcode-shipping-section-custom .shipping-address-section .shortcode-shipping-address-custom #shipping-address-display-shortcode-,
.shortcode-shipping-section-custom .shortcode-shipping-address-section .shipping-address-custom #shipping-address-display,
.shortcode-shipping-section-custom .shortcode-shipping-address-section .shipping-address-custom #shipping-address-display-shortcode-,
.shortcode-shipping-section-custom .shortcode-shipping-address-section .shortcode-shipping-address-custom #shipping-address-display,
.shortcode-shipping-section-custom .shortcode-shipping-address-section .shortcode-shipping-address-custom #shipping-address-display-shortcode- {
  font-weight: 500;
  color: black;
  display: block;
  margin-top: 4px;
}
.shipping-section-custom .shipping-address-section .change-address-btn-custom,
.shipping-section-custom .shipping-address-section .shortcode-change-address-btn-custom,
.shipping-section-custom .shortcode-shipping-address-section .change-address-btn-custom,
.shipping-section-custom .shortcode-shipping-address-section .shortcode-change-address-btn-custom,
.shortcode-shipping-section-custom .shipping-address-section .change-address-btn-custom,
.shortcode-shipping-section-custom .shipping-address-section .shortcode-change-address-btn-custom,
.shortcode-shipping-section-custom .shortcode-shipping-address-section .change-address-btn-custom,
.shortcode-shipping-section-custom .shortcode-shipping-address-section .shortcode-change-address-btn-custom {
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 500;
  transition: all 0.2s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.shipping-section-custom .shipping-address-section .change-address-btn-custom:disabled,
.shipping-section-custom .shipping-address-section .shortcode-change-address-btn-custom:disabled,
.shipping-section-custom .shortcode-shipping-address-section .change-address-btn-custom:disabled,
.shipping-section-custom .shortcode-shipping-address-section .shortcode-change-address-btn-custom:disabled,
.shortcode-shipping-section-custom .shipping-address-section .change-address-btn-custom:disabled,
.shortcode-shipping-section-custom .shipping-address-section .shortcode-change-address-btn-custom:disabled,
.shortcode-shipping-section-custom .shortcode-shipping-address-section .change-address-btn-custom:disabled,
.shortcode-shipping-section-custom .shortcode-shipping-address-section .shortcode-change-address-btn-custom:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.shipping-section-custom .shipping-address-section .change-address-btn-custom,
.shipping-section-custom .shipping-address-section .shortcode-change-address-btn-custom,
.shipping-section-custom .shortcode-shipping-address-section .change-address-btn-custom,
.shipping-section-custom .shortcode-shipping-address-section .shortcode-change-address-btn-custom,
.shortcode-shipping-section-custom .shipping-address-section .change-address-btn-custom,
.shortcode-shipping-section-custom .shipping-address-section .shortcode-change-address-btn-custom,
.shortcode-shipping-section-custom .shortcode-shipping-address-section .change-address-btn-custom,
.shortcode-shipping-section-custom .shortcode-shipping-address-section .shortcode-change-address-btn-custom {
  background: transparent;
  color: #EB212E;
  border: 1px solid #EB212E;
  padding: 8px 16px;
  font-size: 14px;
}
.shipping-section-custom .shipping-address-section .change-address-btn-custom:hover,
.shipping-section-custom .shipping-address-section .shortcode-change-address-btn-custom:hover,
.shipping-section-custom .shortcode-shipping-address-section .change-address-btn-custom:hover,
.shipping-section-custom .shortcode-shipping-address-section .shortcode-change-address-btn-custom:hover,
.shortcode-shipping-section-custom .shipping-address-section .change-address-btn-custom:hover,
.shortcode-shipping-section-custom .shipping-address-section .shortcode-change-address-btn-custom:hover,
.shortcode-shipping-section-custom .shortcode-shipping-address-section .change-address-btn-custom:hover,
.shortcode-shipping-section-custom .shortcode-shipping-address-section .shortcode-change-address-btn-custom:hover {
  background: #EB212E;
  color: white;
}
.shipping-section-custom .shipping-address-section .shipping-billing-same,
.shipping-section-custom .shipping-address-section .shortcode-shipping-billing-same,
.shipping-section-custom .shortcode-shipping-address-section .shipping-billing-same,
.shipping-section-custom .shortcode-shipping-address-section .shortcode-shipping-billing-same,
.shortcode-shipping-section-custom .shipping-address-section .shipping-billing-same,
.shortcode-shipping-section-custom .shipping-address-section .shortcode-shipping-billing-same,
.shortcode-shipping-section-custom .shortcode-shipping-address-section .shipping-billing-same,
.shortcode-shipping-section-custom .shortcode-shipping-address-section .shortcode-shipping-billing-same {
  margin-top: 12px;
}
.shipping-section-custom .shipping-address-section .shipping-billing-same label,
.shipping-section-custom .shipping-address-section .shortcode-shipping-billing-same label,
.shipping-section-custom .shortcode-shipping-address-section .shipping-billing-same label,
.shipping-section-custom .shortcode-shipping-address-section .shortcode-shipping-billing-same label,
.shortcode-shipping-section-custom .shipping-address-section .shipping-billing-same label,
.shortcode-shipping-section-custom .shipping-address-section .shortcode-shipping-billing-same label,
.shortcode-shipping-section-custom .shortcode-shipping-address-section .shipping-billing-same label,
.shortcode-shipping-section-custom .shortcode-shipping-address-section .shortcode-shipping-billing-same label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  cursor: pointer;
}
.shipping-section-custom .shipping-address-section .shipping-billing-same label input[type=checkbox],
.shipping-section-custom .shipping-address-section .shortcode-shipping-billing-same label input[type=checkbox],
.shipping-section-custom .shortcode-shipping-address-section .shipping-billing-same label input[type=checkbox],
.shipping-section-custom .shortcode-shipping-address-section .shortcode-shipping-billing-same label input[type=checkbox],
.shortcode-shipping-section-custom .shipping-address-section .shipping-billing-same label input[type=checkbox],
.shortcode-shipping-section-custom .shipping-address-section .shortcode-shipping-billing-same label input[type=checkbox],
.shortcode-shipping-section-custom .shortcode-shipping-address-section .shipping-billing-same label input[type=checkbox],
.shortcode-shipping-section-custom .shortcode-shipping-address-section .shortcode-shipping-billing-same label input[type=checkbox] {
  width: 16px;
  height: 16px;
  accent-color: #EB212E;
}

.payment-section,
.shortcode-payment-section {
  padding: 15px 0;
  border-bottom: 1px solid #e2e8f0;
}
.payment-section h3,
.shortcode-payment-section h3 {
  margin: 0 0 24px 0;
  font-size: 15px;
  font-weight: 600;
  color: #EB212E;
}
.payment-section .payment-methods-list .payment-method,
.payment-section .payment-methods-list .shortcode-payment-method,
.payment-section .shortcode-payment-methods-list .payment-method,
.payment-section .shortcode-payment-methods-list .shortcode-payment-method,
.shortcode-payment-section .payment-methods-list .payment-method,
.shortcode-payment-section .payment-methods-list .shortcode-payment-method,
.shortcode-payment-section .shortcode-payment-methods-list .payment-method,
.shortcode-payment-section .shortcode-payment-methods-list .shortcode-payment-method {
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  margin-bottom: 12px;
  overflow: hidden;
  transition: border-color 0.2s ease;
}
.payment-section .payment-methods-list .payment-method:hover,
.payment-section .payment-methods-list .shortcode-payment-method:hover,
.payment-section .shortcode-payment-methods-list .payment-method:hover,
.payment-section .shortcode-payment-methods-list .shortcode-payment-method:hover,
.shortcode-payment-section .payment-methods-list .payment-method:hover,
.shortcode-payment-section .payment-methods-list .shortcode-payment-method:hover,
.shortcode-payment-section .shortcode-payment-methods-list .payment-method:hover,
.shortcode-payment-section .shortcode-payment-methods-list .shortcode-payment-method:hover {
  border-color: black;
}
.payment-section .payment-methods-list .payment-method .payment-option .payment-method-label,
.payment-section .payment-methods-list .payment-method .shortcode-payment-option .payment-method-label,
.payment-section .payment-methods-list .shortcode-payment-method .payment-option .payment-method-label,
.payment-section .payment-methods-list .shortcode-payment-method .shortcode-payment-option .payment-method-label,
.payment-section .shortcode-payment-methods-list .payment-method .payment-option .payment-method-label,
.payment-section .shortcode-payment-methods-list .payment-method .shortcode-payment-option .payment-method-label,
.payment-section .shortcode-payment-methods-list .shortcode-payment-method .payment-option .payment-method-label,
.payment-section .shortcode-payment-methods-list .shortcode-payment-method .shortcode-payment-option .payment-method-label,
.shortcode-payment-section .payment-methods-list .payment-method .payment-option .payment-method-label,
.shortcode-payment-section .payment-methods-list .payment-method .shortcode-payment-option .payment-method-label,
.shortcode-payment-section .payment-methods-list .shortcode-payment-method .payment-option .payment-method-label,
.shortcode-payment-section .payment-methods-list .shortcode-payment-method .shortcode-payment-option .payment-method-label,
.shortcode-payment-section .shortcode-payment-methods-list .payment-method .payment-option .payment-method-label,
.shortcode-payment-section .shortcode-payment-methods-list .payment-method .shortcode-payment-option .payment-method-label,
.shortcode-payment-section .shortcode-payment-methods-list .shortcode-payment-method .payment-option .payment-method-label,
.shortcode-payment-section .shortcode-payment-methods-list .shortcode-payment-method .shortcode-payment-option .payment-method-label {
  display: block;
  padding: 16px;
  cursor: pointer;
}
.payment-section .payment-methods-list .payment-method .payment-option .payment-method-label .payment-method-info,
.payment-section .payment-methods-list .payment-method .shortcode-payment-option .payment-method-label .payment-method-info,
.payment-section .payment-methods-list .shortcode-payment-method .payment-option .payment-method-label .payment-method-info,
.payment-section .payment-methods-list .shortcode-payment-method .shortcode-payment-option .payment-method-label .payment-method-info,
.payment-section .shortcode-payment-methods-list .payment-method .payment-option .payment-method-label .payment-method-info,
.payment-section .shortcode-payment-methods-list .payment-method .shortcode-payment-option .payment-method-label .payment-method-info,
.payment-section .shortcode-payment-methods-list .shortcode-payment-method .payment-option .payment-method-label .payment-method-info,
.payment-section .shortcode-payment-methods-list .shortcode-payment-method .shortcode-payment-option .payment-method-label .payment-method-info,
.shortcode-payment-section .payment-methods-list .payment-method .payment-option .payment-method-label .payment-method-info,
.shortcode-payment-section .payment-methods-list .payment-method .shortcode-payment-option .payment-method-label .payment-method-info,
.shortcode-payment-section .payment-methods-list .shortcode-payment-method .payment-option .payment-method-label .payment-method-info,
.shortcode-payment-section .payment-methods-list .shortcode-payment-method .shortcode-payment-option .payment-method-label .payment-method-info,
.shortcode-payment-section .shortcode-payment-methods-list .payment-method .payment-option .payment-method-label .payment-method-info,
.shortcode-payment-section .shortcode-payment-methods-list .payment-method .shortcode-payment-option .payment-method-label .payment-method-info,
.shortcode-payment-section .shortcode-payment-methods-list .shortcode-payment-method .payment-option .payment-method-label .payment-method-info,
.shortcode-payment-section .shortcode-payment-methods-list .shortcode-payment-method .shortcode-payment-option .payment-method-label .payment-method-info {
  display: flex;
  align-items: center;
  gap: 12px;
}
.payment-section .payment-methods-list .payment-method .payment-option .payment-method-label .payment-method-info .payment-icon,
.payment-section .payment-methods-list .payment-method .shortcode-payment-option .payment-method-label .payment-method-info .payment-icon,
.payment-section .payment-methods-list .shortcode-payment-method .payment-option .payment-method-label .payment-method-info .payment-icon,
.payment-section .payment-methods-list .shortcode-payment-method .shortcode-payment-option .payment-method-label .payment-method-info .payment-icon,
.payment-section .shortcode-payment-methods-list .payment-method .payment-option .payment-method-label .payment-method-info .payment-icon,
.payment-section .shortcode-payment-methods-list .payment-method .shortcode-payment-option .payment-method-label .payment-method-info .payment-icon,
.payment-section .shortcode-payment-methods-list .shortcode-payment-method .payment-option .payment-method-label .payment-method-info .payment-icon,
.payment-section .shortcode-payment-methods-list .shortcode-payment-method .shortcode-payment-option .payment-method-label .payment-method-info .payment-icon,
.shortcode-payment-section .payment-methods-list .payment-method .payment-option .payment-method-label .payment-method-info .payment-icon,
.shortcode-payment-section .payment-methods-list .payment-method .shortcode-payment-option .payment-method-label .payment-method-info .payment-icon,
.shortcode-payment-section .payment-methods-list .shortcode-payment-method .payment-option .payment-method-label .payment-method-info .payment-icon,
.shortcode-payment-section .payment-methods-list .shortcode-payment-method .shortcode-payment-option .payment-method-label .payment-method-info .payment-icon,
.shortcode-payment-section .shortcode-payment-methods-list .payment-method .payment-option .payment-method-label .payment-method-info .payment-icon,
.shortcode-payment-section .shortcode-payment-methods-list .payment-method .shortcode-payment-option .payment-method-label .payment-method-info .payment-icon,
.shortcode-payment-section .shortcode-payment-methods-list .shortcode-payment-method .payment-option .payment-method-label .payment-method-info .payment-icon,
.shortcode-payment-section .shortcode-payment-methods-list .shortcode-payment-method .shortcode-payment-option .payment-method-label .payment-method-info .payment-icon {
  flex-shrink: 0;
}
.payment-section .payment-methods-list .payment-method .payment-option .payment-method-label .payment-method-info .payment-icon img,
.payment-section .payment-methods-list .payment-method .shortcode-payment-option .payment-method-label .payment-method-info .payment-icon img,
.payment-section .payment-methods-list .shortcode-payment-method .payment-option .payment-method-label .payment-method-info .payment-icon img,
.payment-section .payment-methods-list .shortcode-payment-method .shortcode-payment-option .payment-method-label .payment-method-info .payment-icon img,
.payment-section .shortcode-payment-methods-list .payment-method .payment-option .payment-method-label .payment-method-info .payment-icon img,
.payment-section .shortcode-payment-methods-list .payment-method .shortcode-payment-option .payment-method-label .payment-method-info .payment-icon img,
.payment-section .shortcode-payment-methods-list .shortcode-payment-method .payment-option .payment-method-label .payment-method-info .payment-icon img,
.payment-section .shortcode-payment-methods-list .shortcode-payment-method .shortcode-payment-option .payment-method-label .payment-method-info .payment-icon img,
.shortcode-payment-section .payment-methods-list .payment-method .payment-option .payment-method-label .payment-method-info .payment-icon img,
.shortcode-payment-section .payment-methods-list .payment-method .shortcode-payment-option .payment-method-label .payment-method-info .payment-icon img,
.shortcode-payment-section .payment-methods-list .shortcode-payment-method .payment-option .payment-method-label .payment-method-info .payment-icon img,
.shortcode-payment-section .payment-methods-list .shortcode-payment-method .shortcode-payment-option .payment-method-label .payment-method-info .payment-icon img,
.shortcode-payment-section .shortcode-payment-methods-list .payment-method .payment-option .payment-method-label .payment-method-info .payment-icon img,
.shortcode-payment-section .shortcode-payment-methods-list .payment-method .shortcode-payment-option .payment-method-label .payment-method-info .payment-icon img,
.shortcode-payment-section .shortcode-payment-methods-list .shortcode-payment-method .payment-option .payment-method-label .payment-method-info .payment-icon img,
.shortcode-payment-section .shortcode-payment-methods-list .shortcode-payment-method .shortcode-payment-option .payment-method-label .payment-method-info .payment-icon img {
  max-height: 24px;
  width: auto;
}
.payment-section .payment-methods-list .payment-method .payment-option .payment-method-label .payment-method-info .payment-details,
.payment-section .payment-methods-list .payment-method .shortcode-payment-option .payment-method-label .payment-method-info .payment-details,
.payment-section .payment-methods-list .shortcode-payment-method .payment-option .payment-method-label .payment-method-info .payment-details,
.payment-section .payment-methods-list .shortcode-payment-method .shortcode-payment-option .payment-method-label .payment-method-info .payment-details,
.payment-section .shortcode-payment-methods-list .payment-method .payment-option .payment-method-label .payment-method-info .payment-details,
.payment-section .shortcode-payment-methods-list .payment-method .shortcode-payment-option .payment-method-label .payment-method-info .payment-details,
.payment-section .shortcode-payment-methods-list .shortcode-payment-method .payment-option .payment-method-label .payment-method-info .payment-details,
.payment-section .shortcode-payment-methods-list .shortcode-payment-method .shortcode-payment-option .payment-method-label .payment-method-info .payment-details,
.shortcode-payment-section .payment-methods-list .payment-method .payment-option .payment-method-label .payment-method-info .payment-details,
.shortcode-payment-section .payment-methods-list .payment-method .shortcode-payment-option .payment-method-label .payment-method-info .payment-details,
.shortcode-payment-section .payment-methods-list .shortcode-payment-method .payment-option .payment-method-label .payment-method-info .payment-details,
.shortcode-payment-section .payment-methods-list .shortcode-payment-method .shortcode-payment-option .payment-method-label .payment-method-info .payment-details,
.shortcode-payment-section .shortcode-payment-methods-list .payment-method .payment-option .payment-method-label .payment-method-info .payment-details,
.shortcode-payment-section .shortcode-payment-methods-list .payment-method .shortcode-payment-option .payment-method-label .payment-method-info .payment-details,
.shortcode-payment-section .shortcode-payment-methods-list .shortcode-payment-method .payment-option .payment-method-label .payment-method-info .payment-details,
.shortcode-payment-section .shortcode-payment-methods-list .shortcode-payment-method .shortcode-payment-option .payment-method-label .payment-method-info .payment-details {
  flex: 1;
}
.payment-section .payment-methods-list .payment-method .payment-option .payment-method-label .payment-method-info .payment-details .payment-title,
.payment-section .payment-methods-list .payment-method .shortcode-payment-option .payment-method-label .payment-method-info .payment-details .payment-title,
.payment-section .payment-methods-list .shortcode-payment-method .payment-option .payment-method-label .payment-method-info .payment-details .payment-title,
.payment-section .payment-methods-list .shortcode-payment-method .shortcode-payment-option .payment-method-label .payment-method-info .payment-details .payment-title,
.payment-section .shortcode-payment-methods-list .payment-method .payment-option .payment-method-label .payment-method-info .payment-details .payment-title,
.payment-section .shortcode-payment-methods-list .payment-method .shortcode-payment-option .payment-method-label .payment-method-info .payment-details .payment-title,
.payment-section .shortcode-payment-methods-list .shortcode-payment-method .payment-option .payment-method-label .payment-method-info .payment-details .payment-title,
.payment-section .shortcode-payment-methods-list .shortcode-payment-method .shortcode-payment-option .payment-method-label .payment-method-info .payment-details .payment-title,
.shortcode-payment-section .payment-methods-list .payment-method .payment-option .payment-method-label .payment-method-info .payment-details .payment-title,
.shortcode-payment-section .payment-methods-list .payment-method .shortcode-payment-option .payment-method-label .payment-method-info .payment-details .payment-title,
.shortcode-payment-section .payment-methods-list .shortcode-payment-method .payment-option .payment-method-label .payment-method-info .payment-details .payment-title,
.shortcode-payment-section .payment-methods-list .shortcode-payment-method .shortcode-payment-option .payment-method-label .payment-method-info .payment-details .payment-title,
.shortcode-payment-section .shortcode-payment-methods-list .payment-method .payment-option .payment-method-label .payment-method-info .payment-details .payment-title,
.shortcode-payment-section .shortcode-payment-methods-list .payment-method .shortcode-payment-option .payment-method-label .payment-method-info .payment-details .payment-title,
.shortcode-payment-section .shortcode-payment-methods-list .shortcode-payment-method .payment-option .payment-method-label .payment-method-info .payment-details .payment-title,
.shortcode-payment-section .shortcode-payment-methods-list .shortcode-payment-method .shortcode-payment-option .payment-method-label .payment-method-info .payment-details .payment-title {
  font-weight: 500;
  color: black;
}
.payment-section .payment-methods-list .payment-method .payment-option .payment-method-label .payment-method-info .payment-details .payment-description,
.payment-section .payment-methods-list .payment-method .shortcode-payment-option .payment-method-label .payment-method-info .payment-details .payment-description,
.payment-section .payment-methods-list .shortcode-payment-method .payment-option .payment-method-label .payment-method-info .payment-details .payment-description,
.payment-section .payment-methods-list .shortcode-payment-method .shortcode-payment-option .payment-method-label .payment-method-info .payment-details .payment-description,
.payment-section .shortcode-payment-methods-list .payment-method .payment-option .payment-method-label .payment-method-info .payment-details .payment-description,
.payment-section .shortcode-payment-methods-list .payment-method .shortcode-payment-option .payment-method-label .payment-method-info .payment-details .payment-description,
.payment-section .shortcode-payment-methods-list .shortcode-payment-method .payment-option .payment-method-label .payment-method-info .payment-details .payment-description,
.payment-section .shortcode-payment-methods-list .shortcode-payment-method .shortcode-payment-option .payment-method-label .payment-method-info .payment-details .payment-description,
.shortcode-payment-section .payment-methods-list .payment-method .payment-option .payment-method-label .payment-method-info .payment-details .payment-description,
.shortcode-payment-section .payment-methods-list .payment-method .shortcode-payment-option .payment-method-label .payment-method-info .payment-details .payment-description,
.shortcode-payment-section .payment-methods-list .shortcode-payment-method .payment-option .payment-method-label .payment-method-info .payment-details .payment-description,
.shortcode-payment-section .payment-methods-list .shortcode-payment-method .shortcode-payment-option .payment-method-label .payment-method-info .payment-details .payment-description,
.shortcode-payment-section .shortcode-payment-methods-list .payment-method .payment-option .payment-method-label .payment-method-info .payment-details .payment-description,
.shortcode-payment-section .shortcode-payment-methods-list .payment-method .shortcode-payment-option .payment-method-label .payment-method-info .payment-details .payment-description,
.shortcode-payment-section .shortcode-payment-methods-list .shortcode-payment-method .payment-option .payment-method-label .payment-method-info .payment-details .payment-description,
.shortcode-payment-section .shortcode-payment-methods-list .shortcode-payment-method .shortcode-payment-option .payment-method-label .payment-method-info .payment-details .payment-description {
  font-size: 12px;
  color: #718096;
  margin-top: 4px;
}
.payment-section .payment-methods-list .payment-method .payment-option input[type=radio],
.payment-section .payment-methods-list .payment-method .shortcode-payment-option input[type=radio],
.payment-section .payment-methods-list .shortcode-payment-method .payment-option input[type=radio],
.payment-section .payment-methods-list .shortcode-payment-method .shortcode-payment-option input[type=radio],
.payment-section .shortcode-payment-methods-list .payment-method .payment-option input[type=radio],
.payment-section .shortcode-payment-methods-list .payment-method .shortcode-payment-option input[type=radio],
.payment-section .shortcode-payment-methods-list .shortcode-payment-method .payment-option input[type=radio],
.payment-section .shortcode-payment-methods-list .shortcode-payment-method .shortcode-payment-option input[type=radio],
.shortcode-payment-section .payment-methods-list .payment-method .payment-option input[type=radio],
.shortcode-payment-section .payment-methods-list .payment-method .shortcode-payment-option input[type=radio],
.shortcode-payment-section .payment-methods-list .shortcode-payment-method .payment-option input[type=radio],
.shortcode-payment-section .payment-methods-list .shortcode-payment-method .shortcode-payment-option input[type=radio],
.shortcode-payment-section .shortcode-payment-methods-list .payment-method .payment-option input[type=radio],
.shortcode-payment-section .shortcode-payment-methods-list .payment-method .shortcode-payment-option input[type=radio],
.shortcode-payment-section .shortcode-payment-methods-list .shortcode-payment-method .payment-option input[type=radio],
.shortcode-payment-section .shortcode-payment-methods-list .shortcode-payment-method .shortcode-payment-option input[type=radio] {
  position: absolute;
  opacity: 0;
}
.payment-section .payment-methods-list .payment-method .payment-option input[type=radio]:checked + .payment-method-label,
.payment-section .payment-methods-list .payment-method .shortcode-payment-option input[type=radio]:checked + .payment-method-label,
.payment-section .payment-methods-list .shortcode-payment-method .payment-option input[type=radio]:checked + .payment-method-label,
.payment-section .payment-methods-list .shortcode-payment-method .shortcode-payment-option input[type=radio]:checked + .payment-method-label,
.payment-section .shortcode-payment-methods-list .payment-method .payment-option input[type=radio]:checked + .payment-method-label,
.payment-section .shortcode-payment-methods-list .payment-method .shortcode-payment-option input[type=radio]:checked + .payment-method-label,
.payment-section .shortcode-payment-methods-list .shortcode-payment-method .payment-option input[type=radio]:checked + .payment-method-label,
.payment-section .shortcode-payment-methods-list .shortcode-payment-method .shortcode-payment-option input[type=radio]:checked + .payment-method-label,
.shortcode-payment-section .payment-methods-list .payment-method .payment-option input[type=radio]:checked + .payment-method-label,
.shortcode-payment-section .payment-methods-list .payment-method .shortcode-payment-option input[type=radio]:checked + .payment-method-label,
.shortcode-payment-section .payment-methods-list .shortcode-payment-method .payment-option input[type=radio]:checked + .payment-method-label,
.shortcode-payment-section .payment-methods-list .shortcode-payment-method .shortcode-payment-option input[type=radio]:checked + .payment-method-label,
.shortcode-payment-section .shortcode-payment-methods-list .payment-method .payment-option input[type=radio]:checked + .payment-method-label,
.shortcode-payment-section .shortcode-payment-methods-list .payment-method .shortcode-payment-option input[type=radio]:checked + .payment-method-label,
.shortcode-payment-section .shortcode-payment-methods-list .shortcode-payment-method .payment-option input[type=radio]:checked + .payment-method-label,
.shortcode-payment-section .shortcode-payment-methods-list .shortcode-payment-method .shortcode-payment-option input[type=radio]:checked + .payment-method-label {
  background: rgba(229, 62, 62, 0.05);
}
.payment-section .payment-methods-list .payment-method .payment_box,
.payment-section .payment-methods-list .shortcode-payment-method .payment_box,
.payment-section .shortcode-payment-methods-list .payment-method .payment_box,
.payment-section .shortcode-payment-methods-list .shortcode-payment-method .payment_box,
.shortcode-payment-section .payment-methods-list .payment-method .payment_box,
.shortcode-payment-section .payment-methods-list .shortcode-payment-method .payment_box,
.shortcode-payment-section .shortcode-payment-methods-list .payment-method .payment_box,
.shortcode-payment-section .shortcode-payment-methods-list .shortcode-payment-method .payment_box {
  padding: 16px;
  border-top: 1px solid #e2e8f0;
  background: #f7fafc;
  display: none;
}
.payment-section .payment-methods-list .payment-method .payment_box.payment_method_selected,
.payment-section .payment-methods-list .shortcode-payment-method .payment_box.payment_method_selected,
.payment-section .shortcode-payment-methods-list .payment-method .payment_box.payment_method_selected,
.payment-section .shortcode-payment-methods-list .shortcode-payment-method .payment_box.payment_method_selected,
.shortcode-payment-section .payment-methods-list .payment-method .payment_box.payment_method_selected,
.shortcode-payment-section .payment-methods-list .shortcode-payment-method .payment_box.payment_method_selected,
.shortcode-payment-section .shortcode-payment-methods-list .payment-method .payment_box.payment_method_selected,
.shortcode-payment-section .shortcode-payment-methods-list .shortcode-payment-method .payment_box.payment_method_selected {
  display: block;
}
.payment-section .no-payment-methods,
.payment-section .shortcode-no-payment-methods,
.shortcode-payment-section .no-payment-methods,
.shortcode-payment-section .shortcode-no-payment-methods {
  text-align: center;
  color: #718096;
  padding: 15px 0;
}

.order-total-custom,
.shortcode-order-total-custom {
  padding: 15px 0;
  background: #f7fafc;
  border-bottom: 1px solid #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 15px;
  font-weight: 600;
  color: #EB212E;
  margin: 0 auto;
}
.order-total-custom .total-amount-custom,
.order-total-custom .shortcode-total-amount-custom,
.shortcode-order-total-custom .total-amount-custom,
.shortcode-order-total-custom .shortcode-total-amount-custom {
  color: black;
  font-size: 24px;
  padding-left: 50px;
}

.place-order-custom,
.shortcode-place-order-custom {
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 500;
  transition: all 0.2s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.place-order-custom:disabled,
.shortcode-place-order-custom:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.place-order-custom,
.shortcode-place-order-custom {
  background: #EB212E;
  color: white;
  padding: 15px 0px;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  max-width: 300px;
  margin: 32px;
  margin-bottom: 0;
}
.place-order-custom:hover,
.shortcode-place-order-custom:hover {
  background: #c53030;
}
.place-order-custom:disabled,
.shortcode-place-order-custom:disabled {
  background: #718096;
}

.checkout-loading-overlay,
.shortcode-checkout-loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.checkout-loading-overlay .spinner-container,
.shortcode-checkout-loading-overlay .spinner-container {
  background: #ffffff;
  padding: 32px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}
.checkout-loading-overlay .spinner-container .spinner,
.shortcode-checkout-loading-overlay .spinner-container .spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #e2e8f0;
  border-top: 4px solid #EB212E;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: 0 auto 16px;
}
.checkout-loading-overlay .spinner-container p,
.shortcode-checkout-loading-overlay .spinner-container p {
  margin: 0;
  color: black;
  font-weight: 500;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.address-modal-overlay,
.shortcode-address-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
}
.address-modal-overlay .address-modal,
.address-modal-overlay .shortcode-address-modal,
.shortcode-address-modal-overlay .address-modal,
.shortcode-address-modal-overlay .shortcode-address-modal {
  background: #ffffff;
  width: 90%;
  max-width: 600px;
  max-height: 90vh;
  border-radius: 12px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.address-modal-overlay .address-modal .modal-header,
.address-modal-overlay .address-modal .shortcode-modal-header,
.address-modal-overlay .shortcode-address-modal .modal-header,
.address-modal-overlay .shortcode-address-modal .shortcode-modal-header,
.shortcode-address-modal-overlay .address-modal .modal-header,
.shortcode-address-modal-overlay .address-modal .shortcode-modal-header,
.shortcode-address-modal-overlay .shortcode-address-modal .modal-header,
.shortcode-address-modal-overlay .shortcode-address-modal .shortcode-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 32px;
  border-bottom: 1px solid #e2e8f0;
  background: #f7fafc;
}
.address-modal-overlay .address-modal .modal-header h4,
.address-modal-overlay .address-modal .shortcode-modal-header h4,
.address-modal-overlay .shortcode-address-modal .modal-header h4,
.address-modal-overlay .shortcode-address-modal .shortcode-modal-header h4,
.shortcode-address-modal-overlay .address-modal .modal-header h4,
.shortcode-address-modal-overlay .address-modal .shortcode-modal-header h4,
.shortcode-address-modal-overlay .shortcode-address-modal .modal-header h4,
.shortcode-address-modal-overlay .shortcode-address-modal .shortcode-modal-header h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: black;
}
.address-modal-overlay .address-modal .modal-header .modal-close,
.address-modal-overlay .address-modal .modal-header .shortcode-modal-close,
.address-modal-overlay .address-modal .shortcode-modal-header .modal-close,
.address-modal-overlay .address-modal .shortcode-modal-header .shortcode-modal-close,
.address-modal-overlay .shortcode-address-modal .modal-header .modal-close,
.address-modal-overlay .shortcode-address-modal .modal-header .shortcode-modal-close,
.address-modal-overlay .shortcode-address-modal .shortcode-modal-header .modal-close,
.address-modal-overlay .shortcode-address-modal .shortcode-modal-header .shortcode-modal-close,
.shortcode-address-modal-overlay .address-modal .modal-header .modal-close,
.shortcode-address-modal-overlay .address-modal .modal-header .shortcode-modal-close,
.shortcode-address-modal-overlay .address-modal .shortcode-modal-header .modal-close,
.shortcode-address-modal-overlay .address-modal .shortcode-modal-header .shortcode-modal-close,
.shortcode-address-modal-overlay .shortcode-address-modal .modal-header .modal-close,
.shortcode-address-modal-overlay .shortcode-address-modal .modal-header .shortcode-modal-close,
.shortcode-address-modal-overlay .shortcode-address-modal .shortcode-modal-header .modal-close,
.shortcode-address-modal-overlay .shortcode-address-modal .shortcode-modal-header .shortcode-modal-close {
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 500;
  transition: all 0.2s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.address-modal-overlay .address-modal .modal-header .modal-close:disabled,
.address-modal-overlay .address-modal .modal-header .shortcode-modal-close:disabled,
.address-modal-overlay .address-modal .shortcode-modal-header .modal-close:disabled,
.address-modal-overlay .address-modal .shortcode-modal-header .shortcode-modal-close:disabled,
.address-modal-overlay .shortcode-address-modal .modal-header .modal-close:disabled,
.address-modal-overlay .shortcode-address-modal .modal-header .shortcode-modal-close:disabled,
.address-modal-overlay .shortcode-address-modal .shortcode-modal-header .modal-close:disabled,
.address-modal-overlay .shortcode-address-modal .shortcode-modal-header .shortcode-modal-close:disabled,
.shortcode-address-modal-overlay .address-modal .modal-header .modal-close:disabled,
.shortcode-address-modal-overlay .address-modal .modal-header .shortcode-modal-close:disabled,
.shortcode-address-modal-overlay .address-modal .shortcode-modal-header .modal-close:disabled,
.shortcode-address-modal-overlay .address-modal .shortcode-modal-header .shortcode-modal-close:disabled,
.shortcode-address-modal-overlay .shortcode-address-modal .modal-header .modal-close:disabled,
.shortcode-address-modal-overlay .shortcode-address-modal .modal-header .shortcode-modal-close:disabled,
.shortcode-address-modal-overlay .shortcode-address-modal .shortcode-modal-header .modal-close:disabled,
.shortcode-address-modal-overlay .shortcode-address-modal .shortcode-modal-header .shortcode-modal-close:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.address-modal-overlay .address-modal .modal-header .modal-close,
.address-modal-overlay .address-modal .modal-header .shortcode-modal-close,
.address-modal-overlay .address-modal .shortcode-modal-header .modal-close,
.address-modal-overlay .address-modal .shortcode-modal-header .shortcode-modal-close,
.address-modal-overlay .shortcode-address-modal .modal-header .modal-close,
.address-modal-overlay .shortcode-address-modal .modal-header .shortcode-modal-close,
.address-modal-overlay .shortcode-address-modal .shortcode-modal-header .modal-close,
.address-modal-overlay .shortcode-address-modal .shortcode-modal-header .shortcode-modal-close,
.shortcode-address-modal-overlay .address-modal .modal-header .modal-close,
.shortcode-address-modal-overlay .address-modal .modal-header .shortcode-modal-close,
.shortcode-address-modal-overlay .address-modal .shortcode-modal-header .modal-close,
.shortcode-address-modal-overlay .address-modal .shortcode-modal-header .shortcode-modal-close,
.shortcode-address-modal-overlay .shortcode-address-modal .modal-header .modal-close,
.shortcode-address-modal-overlay .shortcode-address-modal .modal-header .shortcode-modal-close,
.shortcode-address-modal-overlay .shortcode-address-modal .shortcode-modal-header .modal-close,
.shortcode-address-modal-overlay .shortcode-address-modal .shortcode-modal-header .shortcode-modal-close {
  width: 32px;
  height: 32px;
  background: transparent;
  color: #718096;
  font-size: 24px;
}
.address-modal-overlay .address-modal .modal-header .modal-close:hover,
.address-modal-overlay .address-modal .modal-header .shortcode-modal-close:hover,
.address-modal-overlay .address-modal .shortcode-modal-header .modal-close:hover,
.address-modal-overlay .address-modal .shortcode-modal-header .shortcode-modal-close:hover,
.address-modal-overlay .shortcode-address-modal .modal-header .modal-close:hover,
.address-modal-overlay .shortcode-address-modal .modal-header .shortcode-modal-close:hover,
.address-modal-overlay .shortcode-address-modal .shortcode-modal-header .modal-close:hover,
.address-modal-overlay .shortcode-address-modal .shortcode-modal-header .shortcode-modal-close:hover,
.shortcode-address-modal-overlay .address-modal .modal-header .modal-close:hover,
.shortcode-address-modal-overlay .address-modal .modal-header .shortcode-modal-close:hover,
.shortcode-address-modal-overlay .address-modal .shortcode-modal-header .modal-close:hover,
.shortcode-address-modal-overlay .address-modal .shortcode-modal-header .shortcode-modal-close:hover,
.shortcode-address-modal-overlay .shortcode-address-modal .modal-header .modal-close:hover,
.shortcode-address-modal-overlay .shortcode-address-modal .modal-header .shortcode-modal-close:hover,
.shortcode-address-modal-overlay .shortcode-address-modal .shortcode-modal-header .modal-close:hover,
.shortcode-address-modal-overlay .shortcode-address-modal .shortcode-modal-header .shortcode-modal-close:hover {
  color: black;
  background: rgba(0, 0, 0, 0.05);
}
.address-modal-overlay .address-modal .modal-body,
.address-modal-overlay .address-modal .shortcode-modal-body,
.address-modal-overlay .shortcode-address-modal .modal-body,
.address-modal-overlay .shortcode-address-modal .shortcode-modal-body,
.shortcode-address-modal-overlay .address-modal .modal-body,
.shortcode-address-modal-overlay .address-modal .shortcode-modal-body,
.shortcode-address-modal-overlay .shortcode-address-modal .modal-body,
.shortcode-address-modal-overlay .shortcode-address-modal .shortcode-modal-body {
  padding: 32px;
  max-height: 60vh;
  overflow-y: auto;
}
.address-modal-overlay .address-modal .modal-body .form-grid-custom,
.address-modal-overlay .address-modal .modal-body .shortcode-form-grid-custom,
.address-modal-overlay .address-modal .shortcode-modal-body .form-grid-custom,
.address-modal-overlay .address-modal .shortcode-modal-body .shortcode-form-grid-custom,
.address-modal-overlay .shortcode-address-modal .modal-body .form-grid-custom,
.address-modal-overlay .shortcode-address-modal .modal-body .shortcode-form-grid-custom,
.address-modal-overlay .shortcode-address-modal .shortcode-modal-body .form-grid-custom,
.address-modal-overlay .shortcode-address-modal .shortcode-modal-body .shortcode-form-grid-custom,
.shortcode-address-modal-overlay .address-modal .modal-body .form-grid-custom,
.shortcode-address-modal-overlay .address-modal .modal-body .shortcode-form-grid-custom,
.shortcode-address-modal-overlay .address-modal .shortcode-modal-body .form-grid-custom,
.shortcode-address-modal-overlay .address-modal .shortcode-modal-body .shortcode-form-grid-custom,
.shortcode-address-modal-overlay .shortcode-address-modal .modal-body .form-grid-custom,
.shortcode-address-modal-overlay .shortcode-address-modal .modal-body .shortcode-form-grid-custom,
.shortcode-address-modal-overlay .shortcode-address-modal .shortcode-modal-body .form-grid-custom,
.shortcode-address-modal-overlay .shortcode-address-modal .shortcode-modal-body .shortcode-form-grid-custom {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin-top: 20px;
}
.address-modal-overlay .address-modal .modal-body .form-row-custom,
.address-modal-overlay .address-modal .modal-body .shortcode-form-row-custom,
.address-modal-overlay .address-modal .shortcode-modal-body .form-row-custom,
.address-modal-overlay .address-modal .shortcode-modal-body .shortcode-form-row-custom,
.address-modal-overlay .shortcode-address-modal .modal-body .form-row-custom,
.address-modal-overlay .shortcode-address-modal .modal-body .shortcode-form-row-custom,
.address-modal-overlay .shortcode-address-modal .shortcode-modal-body .form-row-custom,
.address-modal-overlay .shortcode-address-modal .shortcode-modal-body .shortcode-form-row-custom,
.shortcode-address-modal-overlay .address-modal .modal-body .form-row-custom,
.shortcode-address-modal-overlay .address-modal .modal-body .shortcode-form-row-custom,
.shortcode-address-modal-overlay .address-modal .shortcode-modal-body .form-row-custom,
.shortcode-address-modal-overlay .address-modal .shortcode-modal-body .shortcode-form-row-custom,
.shortcode-address-modal-overlay .shortcode-address-modal .modal-body .form-row-custom,
.shortcode-address-modal-overlay .shortcode-address-modal .modal-body .shortcode-form-row-custom,
.shortcode-address-modal-overlay .shortcode-address-modal .shortcode-modal-body .form-row-custom,
.shortcode-address-modal-overlay .shortcode-address-modal .shortcode-modal-body .shortcode-form-row-custom {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.address-modal-overlay .address-modal .modal-body .form-row-custom label,
.address-modal-overlay .address-modal .modal-body .shortcode-form-row-custom label,
.address-modal-overlay .address-modal .shortcode-modal-body .form-row-custom label,
.address-modal-overlay .address-modal .shortcode-modal-body .shortcode-form-row-custom label,
.address-modal-overlay .shortcode-address-modal .modal-body .form-row-custom label,
.address-modal-overlay .shortcode-address-modal .modal-body .shortcode-form-row-custom label,
.address-modal-overlay .shortcode-address-modal .shortcode-modal-body .form-row-custom label,
.address-modal-overlay .shortcode-address-modal .shortcode-modal-body .shortcode-form-row-custom label,
.shortcode-address-modal-overlay .address-modal .modal-body .form-row-custom label,
.shortcode-address-modal-overlay .address-modal .modal-body .shortcode-form-row-custom label,
.shortcode-address-modal-overlay .address-modal .shortcode-modal-body .form-row-custom label,
.shortcode-address-modal-overlay .address-modal .shortcode-modal-body .shortcode-form-row-custom label,
.shortcode-address-modal-overlay .shortcode-address-modal .modal-body .form-row-custom label,
.shortcode-address-modal-overlay .shortcode-address-modal .modal-body .shortcode-form-row-custom label,
.shortcode-address-modal-overlay .shortcode-address-modal .shortcode-modal-body .form-row-custom label,
.shortcode-address-modal-overlay .shortcode-address-modal .shortcode-modal-body .shortcode-form-row-custom label {
  font-weight: 500;
  color: black;
  font-size: 14px;
}
.address-modal-overlay .address-modal .modal-body .form-row-custom label .required,
.address-modal-overlay .address-modal .modal-body .shortcode-form-row-custom label .required,
.address-modal-overlay .address-modal .shortcode-modal-body .form-row-custom label .required,
.address-modal-overlay .address-modal .shortcode-modal-body .shortcode-form-row-custom label .required,
.address-modal-overlay .shortcode-address-modal .modal-body .form-row-custom label .required,
.address-modal-overlay .shortcode-address-modal .modal-body .shortcode-form-row-custom label .required,
.address-modal-overlay .shortcode-address-modal .shortcode-modal-body .form-row-custom label .required,
.address-modal-overlay .shortcode-address-modal .shortcode-modal-body .shortcode-form-row-custom label .required,
.shortcode-address-modal-overlay .address-modal .modal-body .form-row-custom label .required,
.shortcode-address-modal-overlay .address-modal .modal-body .shortcode-form-row-custom label .required,
.shortcode-address-modal-overlay .address-modal .shortcode-modal-body .form-row-custom label .required,
.shortcode-address-modal-overlay .address-modal .shortcode-modal-body .shortcode-form-row-custom label .required,
.shortcode-address-modal-overlay .shortcode-address-modal .modal-body .form-row-custom label .required,
.shortcode-address-modal-overlay .shortcode-address-modal .modal-body .shortcode-form-row-custom label .required,
.shortcode-address-modal-overlay .shortcode-address-modal .shortcode-modal-body .form-row-custom label .required,
.shortcode-address-modal-overlay .shortcode-address-modal .shortcode-modal-body .shortcode-form-row-custom label .required {
  color: #e53e3e;
  margin-left: 4px;
}
.address-modal-overlay .address-modal .modal-body .form-row-custom input,
.address-modal-overlay .address-modal .modal-body .form-row-custom select,
.address-modal-overlay .address-modal .modal-body .form-row-custom textarea,
.address-modal-overlay .address-modal .modal-body .shortcode-form-row-custom input,
.address-modal-overlay .address-modal .modal-body .shortcode-form-row-custom select,
.address-modal-overlay .address-modal .modal-body .shortcode-form-row-custom textarea,
.address-modal-overlay .address-modal .shortcode-modal-body .form-row-custom input,
.address-modal-overlay .address-modal .shortcode-modal-body .form-row-custom select,
.address-modal-overlay .address-modal .shortcode-modal-body .form-row-custom textarea,
.address-modal-overlay .address-modal .shortcode-modal-body .shortcode-form-row-custom input,
.address-modal-overlay .address-modal .shortcode-modal-body .shortcode-form-row-custom select,
.address-modal-overlay .address-modal .shortcode-modal-body .shortcode-form-row-custom textarea,
.address-modal-overlay .shortcode-address-modal .modal-body .form-row-custom input,
.address-modal-overlay .shortcode-address-modal .modal-body .form-row-custom select,
.address-modal-overlay .shortcode-address-modal .modal-body .form-row-custom textarea,
.address-modal-overlay .shortcode-address-modal .modal-body .shortcode-form-row-custom input,
.address-modal-overlay .shortcode-address-modal .modal-body .shortcode-form-row-custom select,
.address-modal-overlay .shortcode-address-modal .modal-body .shortcode-form-row-custom textarea,
.address-modal-overlay .shortcode-address-modal .shortcode-modal-body .form-row-custom input,
.address-modal-overlay .shortcode-address-modal .shortcode-modal-body .form-row-custom select,
.address-modal-overlay .shortcode-address-modal .shortcode-modal-body .form-row-custom textarea,
.address-modal-overlay .shortcode-address-modal .shortcode-modal-body .shortcode-form-row-custom input,
.address-modal-overlay .shortcode-address-modal .shortcode-modal-body .shortcode-form-row-custom select,
.address-modal-overlay .shortcode-address-modal .shortcode-modal-body .shortcode-form-row-custom textarea,
.shortcode-address-modal-overlay .address-modal .modal-body .form-row-custom input,
.shortcode-address-modal-overlay .address-modal .modal-body .form-row-custom select,
.shortcode-address-modal-overlay .address-modal .modal-body .form-row-custom textarea,
.shortcode-address-modal-overlay .address-modal .modal-body .shortcode-form-row-custom input,
.shortcode-address-modal-overlay .address-modal .modal-body .shortcode-form-row-custom select,
.shortcode-address-modal-overlay .address-modal .modal-body .shortcode-form-row-custom textarea,
.shortcode-address-modal-overlay .address-modal .shortcode-modal-body .form-row-custom input,
.shortcode-address-modal-overlay .address-modal .shortcode-modal-body .form-row-custom select,
.shortcode-address-modal-overlay .address-modal .shortcode-modal-body .form-row-custom textarea,
.shortcode-address-modal-overlay .address-modal .shortcode-modal-body .shortcode-form-row-custom input,
.shortcode-address-modal-overlay .address-modal .shortcode-modal-body .shortcode-form-row-custom select,
.shortcode-address-modal-overlay .address-modal .shortcode-modal-body .shortcode-form-row-custom textarea,
.shortcode-address-modal-overlay .shortcode-address-modal .modal-body .form-row-custom input,
.shortcode-address-modal-overlay .shortcode-address-modal .modal-body .form-row-custom select,
.shortcode-address-modal-overlay .shortcode-address-modal .modal-body .form-row-custom textarea,
.shortcode-address-modal-overlay .shortcode-address-modal .modal-body .shortcode-form-row-custom input,
.shortcode-address-modal-overlay .shortcode-address-modal .modal-body .shortcode-form-row-custom select,
.shortcode-address-modal-overlay .shortcode-address-modal .modal-body .shortcode-form-row-custom textarea,
.shortcode-address-modal-overlay .shortcode-address-modal .shortcode-modal-body .form-row-custom input,
.shortcode-address-modal-overlay .shortcode-address-modal .shortcode-modal-body .form-row-custom select,
.shortcode-address-modal-overlay .shortcode-address-modal .shortcode-modal-body .form-row-custom textarea,
.shortcode-address-modal-overlay .shortcode-address-modal .shortcode-modal-body .shortcode-form-row-custom input,
.shortcode-address-modal-overlay .shortcode-address-modal .shortcode-modal-body .shortcode-form-row-custom select,
.shortcode-address-modal-overlay .shortcode-address-modal .shortcode-modal-body .shortcode-form-row-custom textarea {
  width: 100%;
  padding: 5px 1px;
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  font-size: 14px;
  transition: border-color 0.2s ease;
  font-family: "Noto Sans", sans-serif !important;
}
.address-modal-overlay .address-modal .modal-body .form-row-custom input:focus,
.address-modal-overlay .address-modal .modal-body .form-row-custom select:focus,
.address-modal-overlay .address-modal .modal-body .form-row-custom textarea:focus,
.address-modal-overlay .address-modal .modal-body .shortcode-form-row-custom input:focus,
.address-modal-overlay .address-modal .modal-body .shortcode-form-row-custom select:focus,
.address-modal-overlay .address-modal .modal-body .shortcode-form-row-custom textarea:focus,
.address-modal-overlay .address-modal .shortcode-modal-body .form-row-custom input:focus,
.address-modal-overlay .address-modal .shortcode-modal-body .form-row-custom select:focus,
.address-modal-overlay .address-modal .shortcode-modal-body .form-row-custom textarea:focus,
.address-modal-overlay .address-modal .shortcode-modal-body .shortcode-form-row-custom input:focus,
.address-modal-overlay .address-modal .shortcode-modal-body .shortcode-form-row-custom select:focus,
.address-modal-overlay .address-modal .shortcode-modal-body .shortcode-form-row-custom textarea:focus,
.address-modal-overlay .shortcode-address-modal .modal-body .form-row-custom input:focus,
.address-modal-overlay .shortcode-address-modal .modal-body .form-row-custom select:focus,
.address-modal-overlay .shortcode-address-modal .modal-body .form-row-custom textarea:focus,
.address-modal-overlay .shortcode-address-modal .modal-body .shortcode-form-row-custom input:focus,
.address-modal-overlay .shortcode-address-modal .modal-body .shortcode-form-row-custom select:focus,
.address-modal-overlay .shortcode-address-modal .modal-body .shortcode-form-row-custom textarea:focus,
.address-modal-overlay .shortcode-address-modal .shortcode-modal-body .form-row-custom input:focus,
.address-modal-overlay .shortcode-address-modal .shortcode-modal-body .form-row-custom select:focus,
.address-modal-overlay .shortcode-address-modal .shortcode-modal-body .form-row-custom textarea:focus,
.address-modal-overlay .shortcode-address-modal .shortcode-modal-body .shortcode-form-row-custom input:focus,
.address-modal-overlay .shortcode-address-modal .shortcode-modal-body .shortcode-form-row-custom select:focus,
.address-modal-overlay .shortcode-address-modal .shortcode-modal-body .shortcode-form-row-custom textarea:focus,
.shortcode-address-modal-overlay .address-modal .modal-body .form-row-custom input:focus,
.shortcode-address-modal-overlay .address-modal .modal-body .form-row-custom select:focus,
.shortcode-address-modal-overlay .address-modal .modal-body .form-row-custom textarea:focus,
.shortcode-address-modal-overlay .address-modal .modal-body .shortcode-form-row-custom input:focus,
.shortcode-address-modal-overlay .address-modal .modal-body .shortcode-form-row-custom select:focus,
.shortcode-address-modal-overlay .address-modal .modal-body .shortcode-form-row-custom textarea:focus,
.shortcode-address-modal-overlay .address-modal .shortcode-modal-body .form-row-custom input:focus,
.shortcode-address-modal-overlay .address-modal .shortcode-modal-body .form-row-custom select:focus,
.shortcode-address-modal-overlay .address-modal .shortcode-modal-body .form-row-custom textarea:focus,
.shortcode-address-modal-overlay .address-modal .shortcode-modal-body .shortcode-form-row-custom input:focus,
.shortcode-address-modal-overlay .address-modal .shortcode-modal-body .shortcode-form-row-custom select:focus,
.shortcode-address-modal-overlay .address-modal .shortcode-modal-body .shortcode-form-row-custom textarea:focus,
.shortcode-address-modal-overlay .shortcode-address-modal .modal-body .form-row-custom input:focus,
.shortcode-address-modal-overlay .shortcode-address-modal .modal-body .form-row-custom select:focus,
.shortcode-address-modal-overlay .shortcode-address-modal .modal-body .form-row-custom textarea:focus,
.shortcode-address-modal-overlay .shortcode-address-modal .modal-body .shortcode-form-row-custom input:focus,
.shortcode-address-modal-overlay .shortcode-address-modal .modal-body .shortcode-form-row-custom select:focus,
.shortcode-address-modal-overlay .shortcode-address-modal .modal-body .shortcode-form-row-custom textarea:focus,
.shortcode-address-modal-overlay .shortcode-address-modal .shortcode-modal-body .form-row-custom input:focus,
.shortcode-address-modal-overlay .shortcode-address-modal .shortcode-modal-body .form-row-custom select:focus,
.shortcode-address-modal-overlay .shortcode-address-modal .shortcode-modal-body .form-row-custom textarea:focus,
.shortcode-address-modal-overlay .shortcode-address-modal .shortcode-modal-body .shortcode-form-row-custom input:focus,
.shortcode-address-modal-overlay .shortcode-address-modal .shortcode-modal-body .shortcode-form-row-custom select:focus,
.shortcode-address-modal-overlay .shortcode-address-modal .shortcode-modal-body .shortcode-form-row-custom textarea:focus {
  outline: none;
  border-color: #EB212E;
}
.address-modal-overlay .address-modal .modal-body .form-row-custom input.error,
.address-modal-overlay .address-modal .modal-body .form-row-custom select.error,
.address-modal-overlay .address-modal .modal-body .form-row-custom textarea.error,
.address-modal-overlay .address-modal .modal-body .shortcode-form-row-custom input.error,
.address-modal-overlay .address-modal .modal-body .shortcode-form-row-custom select.error,
.address-modal-overlay .address-modal .modal-body .shortcode-form-row-custom textarea.error,
.address-modal-overlay .address-modal .shortcode-modal-body .form-row-custom input.error,
.address-modal-overlay .address-modal .shortcode-modal-body .form-row-custom select.error,
.address-modal-overlay .address-modal .shortcode-modal-body .form-row-custom textarea.error,
.address-modal-overlay .address-modal .shortcode-modal-body .shortcode-form-row-custom input.error,
.address-modal-overlay .address-modal .shortcode-modal-body .shortcode-form-row-custom select.error,
.address-modal-overlay .address-modal .shortcode-modal-body .shortcode-form-row-custom textarea.error,
.address-modal-overlay .shortcode-address-modal .modal-body .form-row-custom input.error,
.address-modal-overlay .shortcode-address-modal .modal-body .form-row-custom select.error,
.address-modal-overlay .shortcode-address-modal .modal-body .form-row-custom textarea.error,
.address-modal-overlay .shortcode-address-modal .modal-body .shortcode-form-row-custom input.error,
.address-modal-overlay .shortcode-address-modal .modal-body .shortcode-form-row-custom select.error,
.address-modal-overlay .shortcode-address-modal .modal-body .shortcode-form-row-custom textarea.error,
.address-modal-overlay .shortcode-address-modal .shortcode-modal-body .form-row-custom input.error,
.address-modal-overlay .shortcode-address-modal .shortcode-modal-body .form-row-custom select.error,
.address-modal-overlay .shortcode-address-modal .shortcode-modal-body .form-row-custom textarea.error,
.address-modal-overlay .shortcode-address-modal .shortcode-modal-body .shortcode-form-row-custom input.error,
.address-modal-overlay .shortcode-address-modal .shortcode-modal-body .shortcode-form-row-custom select.error,
.address-modal-overlay .shortcode-address-modal .shortcode-modal-body .shortcode-form-row-custom textarea.error,
.shortcode-address-modal-overlay .address-modal .modal-body .form-row-custom input.error,
.shortcode-address-modal-overlay .address-modal .modal-body .form-row-custom select.error,
.shortcode-address-modal-overlay .address-modal .modal-body .form-row-custom textarea.error,
.shortcode-address-modal-overlay .address-modal .modal-body .shortcode-form-row-custom input.error,
.shortcode-address-modal-overlay .address-modal .modal-body .shortcode-form-row-custom select.error,
.shortcode-address-modal-overlay .address-modal .modal-body .shortcode-form-row-custom textarea.error,
.shortcode-address-modal-overlay .address-modal .shortcode-modal-body .form-row-custom input.error,
.shortcode-address-modal-overlay .address-modal .shortcode-modal-body .form-row-custom select.error,
.shortcode-address-modal-overlay .address-modal .shortcode-modal-body .form-row-custom textarea.error,
.shortcode-address-modal-overlay .address-modal .shortcode-modal-body .shortcode-form-row-custom input.error,
.shortcode-address-modal-overlay .address-modal .shortcode-modal-body .shortcode-form-row-custom select.error,
.shortcode-address-modal-overlay .address-modal .shortcode-modal-body .shortcode-form-row-custom textarea.error,
.shortcode-address-modal-overlay .shortcode-address-modal .modal-body .form-row-custom input.error,
.shortcode-address-modal-overlay .shortcode-address-modal .modal-body .form-row-custom select.error,
.shortcode-address-modal-overlay .shortcode-address-modal .modal-body .form-row-custom textarea.error,
.shortcode-address-modal-overlay .shortcode-address-modal .modal-body .shortcode-form-row-custom input.error,
.shortcode-address-modal-overlay .shortcode-address-modal .modal-body .shortcode-form-row-custom select.error,
.shortcode-address-modal-overlay .shortcode-address-modal .modal-body .shortcode-form-row-custom textarea.error,
.shortcode-address-modal-overlay .shortcode-address-modal .shortcode-modal-body .form-row-custom input.error,
.shortcode-address-modal-overlay .shortcode-address-modal .shortcode-modal-body .form-row-custom select.error,
.shortcode-address-modal-overlay .shortcode-address-modal .shortcode-modal-body .form-row-custom textarea.error,
.shortcode-address-modal-overlay .shortcode-address-modal .shortcode-modal-body .shortcode-form-row-custom input.error,
.shortcode-address-modal-overlay .shortcode-address-modal .shortcode-modal-body .shortcode-form-row-custom select.error,
.shortcode-address-modal-overlay .shortcode-address-modal .shortcode-modal-body .shortcode-form-row-custom textarea.error {
  border-color: #e53e3e;
}
.address-modal-overlay .address-modal .modal-body .form-row-custom select,
.address-modal-overlay .address-modal .modal-body .shortcode-form-row-custom select,
.address-modal-overlay .address-modal .shortcode-modal-body .form-row-custom select,
.address-modal-overlay .address-modal .shortcode-modal-body .shortcode-form-row-custom select,
.address-modal-overlay .shortcode-address-modal .modal-body .form-row-custom select,
.address-modal-overlay .shortcode-address-modal .modal-body .shortcode-form-row-custom select,
.address-modal-overlay .shortcode-address-modal .shortcode-modal-body .form-row-custom select,
.address-modal-overlay .shortcode-address-modal .shortcode-modal-body .shortcode-form-row-custom select,
.shortcode-address-modal-overlay .address-modal .modal-body .form-row-custom select,
.shortcode-address-modal-overlay .address-modal .modal-body .shortcode-form-row-custom select,
.shortcode-address-modal-overlay .address-modal .shortcode-modal-body .form-row-custom select,
.shortcode-address-modal-overlay .address-modal .shortcode-modal-body .shortcode-form-row-custom select,
.shortcode-address-modal-overlay .shortcode-address-modal .modal-body .form-row-custom select,
.shortcode-address-modal-overlay .shortcode-address-modal .modal-body .shortcode-form-row-custom select,
.shortcode-address-modal-overlay .shortcode-address-modal .shortcode-modal-body .form-row-custom select,
.shortcode-address-modal-overlay .shortcode-address-modal .shortcode-modal-body .shortcode-form-row-custom select {
  cursor: pointer;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px;
  padding-right: 40px;
}
.address-modal-overlay .address-modal .modal-body .form-row-custom textarea,
.address-modal-overlay .address-modal .modal-body .shortcode-form-row-custom textarea,
.address-modal-overlay .address-modal .shortcode-modal-body .form-row-custom textarea,
.address-modal-overlay .address-modal .shortcode-modal-body .shortcode-form-row-custom textarea,
.address-modal-overlay .shortcode-address-modal .modal-body .form-row-custom textarea,
.address-modal-overlay .shortcode-address-modal .modal-body .shortcode-form-row-custom textarea,
.address-modal-overlay .shortcode-address-modal .shortcode-modal-body .form-row-custom textarea,
.address-modal-overlay .shortcode-address-modal .shortcode-modal-body .shortcode-form-row-custom textarea,
.shortcode-address-modal-overlay .address-modal .modal-body .form-row-custom textarea,
.shortcode-address-modal-overlay .address-modal .modal-body .shortcode-form-row-custom textarea,
.shortcode-address-modal-overlay .address-modal .shortcode-modal-body .form-row-custom textarea,
.shortcode-address-modal-overlay .address-modal .shortcode-modal-body .shortcode-form-row-custom textarea,
.shortcode-address-modal-overlay .shortcode-address-modal .modal-body .form-row-custom textarea,
.shortcode-address-modal-overlay .shortcode-address-modal .modal-body .shortcode-form-row-custom textarea,
.shortcode-address-modal-overlay .shortcode-address-modal .shortcode-modal-body .form-row-custom textarea,
.shortcode-address-modal-overlay .shortcode-address-modal .shortcode-modal-body .shortcode-form-row-custom textarea {
  resize: vertical;
  min-height: 80px;
}
.address-modal-overlay .address-modal .modal-footer,
.address-modal-overlay .address-modal .shortcode-modal-footer,
.address-modal-overlay .shortcode-address-modal .modal-footer,
.address-modal-overlay .shortcode-address-modal .shortcode-modal-footer,
.shortcode-address-modal-overlay .address-modal .modal-footer,
.shortcode-address-modal-overlay .address-modal .shortcode-modal-footer,
.shortcode-address-modal-overlay .shortcode-address-modal .modal-footer,
.shortcode-address-modal-overlay .shortcode-address-modal .shortcode-modal-footer {
  padding: 24px 32px;
  border-top: 1px solid #e2e8f0;
  background: #f7fafc;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.address-modal-overlay .address-modal .modal-footer .btn-secondary,
.address-modal-overlay .address-modal .modal-footer .shortcode-btn-secondary,
.address-modal-overlay .address-modal .shortcode-modal-footer .btn-secondary,
.address-modal-overlay .address-modal .shortcode-modal-footer .shortcode-btn-secondary,
.address-modal-overlay .shortcode-address-modal .modal-footer .btn-secondary,
.address-modal-overlay .shortcode-address-modal .modal-footer .shortcode-btn-secondary,
.address-modal-overlay .shortcode-address-modal .shortcode-modal-footer .btn-secondary,
.address-modal-overlay .shortcode-address-modal .shortcode-modal-footer .shortcode-btn-secondary,
.shortcode-address-modal-overlay .address-modal .modal-footer .btn-secondary,
.shortcode-address-modal-overlay .address-modal .modal-footer .shortcode-btn-secondary,
.shortcode-address-modal-overlay .address-modal .shortcode-modal-footer .btn-secondary,
.shortcode-address-modal-overlay .address-modal .shortcode-modal-footer .shortcode-btn-secondary,
.shortcode-address-modal-overlay .shortcode-address-modal .modal-footer .btn-secondary,
.shortcode-address-modal-overlay .shortcode-address-modal .modal-footer .shortcode-btn-secondary,
.shortcode-address-modal-overlay .shortcode-address-modal .shortcode-modal-footer .btn-secondary,
.shortcode-address-modal-overlay .shortcode-address-modal .shortcode-modal-footer .shortcode-btn-secondary {
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 500;
  transition: all 0.2s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.address-modal-overlay .address-modal .modal-footer .btn-secondary:disabled,
.address-modal-overlay .address-modal .modal-footer .shortcode-btn-secondary:disabled,
.address-modal-overlay .address-modal .shortcode-modal-footer .btn-secondary:disabled,
.address-modal-overlay .address-modal .shortcode-modal-footer .shortcode-btn-secondary:disabled,
.address-modal-overlay .shortcode-address-modal .modal-footer .btn-secondary:disabled,
.address-modal-overlay .shortcode-address-modal .modal-footer .shortcode-btn-secondary:disabled,
.address-modal-overlay .shortcode-address-modal .shortcode-modal-footer .btn-secondary:disabled,
.address-modal-overlay .shortcode-address-modal .shortcode-modal-footer .shortcode-btn-secondary:disabled,
.shortcode-address-modal-overlay .address-modal .modal-footer .btn-secondary:disabled,
.shortcode-address-modal-overlay .address-modal .modal-footer .shortcode-btn-secondary:disabled,
.shortcode-address-modal-overlay .address-modal .shortcode-modal-footer .btn-secondary:disabled,
.shortcode-address-modal-overlay .address-modal .shortcode-modal-footer .shortcode-btn-secondary:disabled,
.shortcode-address-modal-overlay .shortcode-address-modal .modal-footer .btn-secondary:disabled,
.shortcode-address-modal-overlay .shortcode-address-modal .modal-footer .shortcode-btn-secondary:disabled,
.shortcode-address-modal-overlay .shortcode-address-modal .shortcode-modal-footer .btn-secondary:disabled,
.shortcode-address-modal-overlay .shortcode-address-modal .shortcode-modal-footer .shortcode-btn-secondary:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.address-modal-overlay .address-modal .modal-footer .btn-secondary,
.address-modal-overlay .address-modal .modal-footer .shortcode-btn-secondary,
.address-modal-overlay .address-modal .shortcode-modal-footer .btn-secondary,
.address-modal-overlay .address-modal .shortcode-modal-footer .shortcode-btn-secondary,
.address-modal-overlay .shortcode-address-modal .modal-footer .btn-secondary,
.address-modal-overlay .shortcode-address-modal .modal-footer .shortcode-btn-secondary,
.address-modal-overlay .shortcode-address-modal .shortcode-modal-footer .btn-secondary,
.address-modal-overlay .shortcode-address-modal .shortcode-modal-footer .shortcode-btn-secondary,
.shortcode-address-modal-overlay .address-modal .modal-footer .btn-secondary,
.shortcode-address-modal-overlay .address-modal .modal-footer .shortcode-btn-secondary,
.shortcode-address-modal-overlay .address-modal .shortcode-modal-footer .btn-secondary,
.shortcode-address-modal-overlay .address-modal .shortcode-modal-footer .shortcode-btn-secondary,
.shortcode-address-modal-overlay .shortcode-address-modal .modal-footer .btn-secondary,
.shortcode-address-modal-overlay .shortcode-address-modal .modal-footer .shortcode-btn-secondary,
.shortcode-address-modal-overlay .shortcode-address-modal .shortcode-modal-footer .btn-secondary,
.shortcode-address-modal-overlay .shortcode-address-modal .shortcode-modal-footer .shortcode-btn-secondary {
  background: transparent;
  color: black;
  border: 1px solid #e2e8f0;
  padding: 12px 24px;
}
.address-modal-overlay .address-modal .modal-footer .btn-secondary:hover,
.address-modal-overlay .address-modal .modal-footer .shortcode-btn-secondary:hover,
.address-modal-overlay .address-modal .shortcode-modal-footer .btn-secondary:hover,
.address-modal-overlay .address-modal .shortcode-modal-footer .shortcode-btn-secondary:hover,
.address-modal-overlay .shortcode-address-modal .modal-footer .btn-secondary:hover,
.address-modal-overlay .shortcode-address-modal .modal-footer .shortcode-btn-secondary:hover,
.address-modal-overlay .shortcode-address-modal .shortcode-modal-footer .btn-secondary:hover,
.address-modal-overlay .shortcode-address-modal .shortcode-modal-footer .shortcode-btn-secondary:hover,
.shortcode-address-modal-overlay .address-modal .modal-footer .btn-secondary:hover,
.shortcode-address-modal-overlay .address-modal .modal-footer .shortcode-btn-secondary:hover,
.shortcode-address-modal-overlay .address-modal .shortcode-modal-footer .btn-secondary:hover,
.shortcode-address-modal-overlay .address-modal .shortcode-modal-footer .shortcode-btn-secondary:hover,
.shortcode-address-modal-overlay .shortcode-address-modal .modal-footer .btn-secondary:hover,
.shortcode-address-modal-overlay .shortcode-address-modal .modal-footer .shortcode-btn-secondary:hover,
.shortcode-address-modal-overlay .shortcode-address-modal .shortcode-modal-footer .btn-secondary:hover,
.shortcode-address-modal-overlay .shortcode-address-modal .shortcode-modal-footer .shortcode-btn-secondary:hover {
  background: #e2e8f0;
}
.address-modal-overlay .address-modal .modal-footer .btn-primary,
.address-modal-overlay .address-modal .modal-footer .shortcode-btn-primary,
.address-modal-overlay .address-modal .shortcode-modal-footer .btn-primary,
.address-modal-overlay .address-modal .shortcode-modal-footer .shortcode-btn-primary,
.address-modal-overlay .shortcode-address-modal .modal-footer .btn-primary,
.address-modal-overlay .shortcode-address-modal .modal-footer .shortcode-btn-primary,
.address-modal-overlay .shortcode-address-modal .shortcode-modal-footer .btn-primary,
.address-modal-overlay .shortcode-address-modal .shortcode-modal-footer .shortcode-btn-primary,
.shortcode-address-modal-overlay .address-modal .modal-footer .btn-primary,
.shortcode-address-modal-overlay .address-modal .modal-footer .shortcode-btn-primary,
.shortcode-address-modal-overlay .address-modal .shortcode-modal-footer .btn-primary,
.shortcode-address-modal-overlay .address-modal .shortcode-modal-footer .shortcode-btn-primary,
.shortcode-address-modal-overlay .shortcode-address-modal .modal-footer .btn-primary,
.shortcode-address-modal-overlay .shortcode-address-modal .modal-footer .shortcode-btn-primary,
.shortcode-address-modal-overlay .shortcode-address-modal .shortcode-modal-footer .btn-primary,
.shortcode-address-modal-overlay .shortcode-address-modal .shortcode-modal-footer .shortcode-btn-primary {
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 500;
  transition: all 0.2s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.address-modal-overlay .address-modal .modal-footer .btn-primary:disabled,
.address-modal-overlay .address-modal .modal-footer .shortcode-btn-primary:disabled,
.address-modal-overlay .address-modal .shortcode-modal-footer .btn-primary:disabled,
.address-modal-overlay .address-modal .shortcode-modal-footer .shortcode-btn-primary:disabled,
.address-modal-overlay .shortcode-address-modal .modal-footer .btn-primary:disabled,
.address-modal-overlay .shortcode-address-modal .modal-footer .shortcode-btn-primary:disabled,
.address-modal-overlay .shortcode-address-modal .shortcode-modal-footer .btn-primary:disabled,
.address-modal-overlay .shortcode-address-modal .shortcode-modal-footer .shortcode-btn-primary:disabled,
.shortcode-address-modal-overlay .address-modal .modal-footer .btn-primary:disabled,
.shortcode-address-modal-overlay .address-modal .modal-footer .shortcode-btn-primary:disabled,
.shortcode-address-modal-overlay .address-modal .shortcode-modal-footer .btn-primary:disabled,
.shortcode-address-modal-overlay .address-modal .shortcode-modal-footer .shortcode-btn-primary:disabled,
.shortcode-address-modal-overlay .shortcode-address-modal .modal-footer .btn-primary:disabled,
.shortcode-address-modal-overlay .shortcode-address-modal .modal-footer .shortcode-btn-primary:disabled,
.shortcode-address-modal-overlay .shortcode-address-modal .shortcode-modal-footer .btn-primary:disabled,
.shortcode-address-modal-overlay .shortcode-address-modal .shortcode-modal-footer .shortcode-btn-primary:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.address-modal-overlay .address-modal .modal-footer .btn-primary,
.address-modal-overlay .address-modal .modal-footer .shortcode-btn-primary,
.address-modal-overlay .address-modal .shortcode-modal-footer .btn-primary,
.address-modal-overlay .address-modal .shortcode-modal-footer .shortcode-btn-primary,
.address-modal-overlay .shortcode-address-modal .modal-footer .btn-primary,
.address-modal-overlay .shortcode-address-modal .modal-footer .shortcode-btn-primary,
.address-modal-overlay .shortcode-address-modal .shortcode-modal-footer .btn-primary,
.address-modal-overlay .shortcode-address-modal .shortcode-modal-footer .shortcode-btn-primary,
.shortcode-address-modal-overlay .address-modal .modal-footer .btn-primary,
.shortcode-address-modal-overlay .address-modal .modal-footer .shortcode-btn-primary,
.shortcode-address-modal-overlay .address-modal .shortcode-modal-footer .btn-primary,
.shortcode-address-modal-overlay .address-modal .shortcode-modal-footer .shortcode-btn-primary,
.shortcode-address-modal-overlay .shortcode-address-modal .modal-footer .btn-primary,
.shortcode-address-modal-overlay .shortcode-address-modal .modal-footer .shortcode-btn-primary,
.shortcode-address-modal-overlay .shortcode-address-modal .shortcode-modal-footer .btn-primary,
.shortcode-address-modal-overlay .shortcode-address-modal .shortcode-modal-footer .shortcode-btn-primary {
  background: #EB212E;
  color: white;
  padding: 12px 24px;
}
.address-modal-overlay .address-modal .modal-footer .btn-primary:hover,
.address-modal-overlay .address-modal .modal-footer .shortcode-btn-primary:hover,
.address-modal-overlay .address-modal .shortcode-modal-footer .btn-primary:hover,
.address-modal-overlay .address-modal .shortcode-modal-footer .shortcode-btn-primary:hover,
.address-modal-overlay .shortcode-address-modal .modal-footer .btn-primary:hover,
.address-modal-overlay .shortcode-address-modal .modal-footer .shortcode-btn-primary:hover,
.address-modal-overlay .shortcode-address-modal .shortcode-modal-footer .btn-primary:hover,
.address-modal-overlay .shortcode-address-modal .shortcode-modal-footer .shortcode-btn-primary:hover,
.shortcode-address-modal-overlay .address-modal .modal-footer .btn-primary:hover,
.shortcode-address-modal-overlay .address-modal .modal-footer .shortcode-btn-primary:hover,
.shortcode-address-modal-overlay .address-modal .shortcode-modal-footer .btn-primary:hover,
.shortcode-address-modal-overlay .address-modal .shortcode-modal-footer .shortcode-btn-primary:hover,
.shortcode-address-modal-overlay .shortcode-address-modal .modal-footer .btn-primary:hover,
.shortcode-address-modal-overlay .shortcode-address-modal .modal-footer .shortcode-btn-primary:hover,
.shortcode-address-modal-overlay .shortcode-address-modal .shortcode-modal-footer .btn-primary:hover,
.shortcode-address-modal-overlay .shortcode-address-modal .shortcode-modal-footer .shortcode-btn-primary:hover {
  background: #c53030;
}

.cart-item-row {
  transition: all 0.3s ease;
}
.cart-item-row.removing {
  opacity: 0.5;
  transform: translateX(-20px);
}

.checkout-error-message {
  background: rgba(229, 62, 62, 0.1);
  color: #e53e3e;
  padding: 12px 16px;
  border-radius: 4px;
  border-left: 4px solid #e53e3e;
  margin: 16px 0;
  font-size: 14px;
}

.checkout-success-message {
  background: rgba(56, 161, 105, 0.1);
  color: #38a169;
  padding: 12px 16px;
  border-radius: 4px;
  border-left: 4px solid #38a169;
  margin: 16px 0;
  font-size: 14px;
}

@media (max-width: 768px) {
  .woocommerce-checkout .checkout-header h1,
  .woocommerce-checkout .shortcode-checkout-header h1,
  .shortcode-woocommerce-checkout .checkout-header h1,
  .shortcode-woocommerce-checkout .shortcode-checkout-header h1 {
    font-size: 24px;
  }
  .woocommerce-checkout .custom-cart-table,
  .woocommerce-checkout .shortcode-custom-cart-table,
  .shortcode-woocommerce-checkout .custom-cart-table,
  .shortcode-woocommerce-checkout .shortcode-custom-cart-table {
    font-size: 12px;
  }
  .woocommerce-checkout .custom-cart-table thead th,
  .woocommerce-checkout .custom-cart-table tbody td,
  .woocommerce-checkout .shortcode-custom-cart-table thead th,
  .woocommerce-checkout .shortcode-custom-cart-table tbody td,
  .shortcode-woocommerce-checkout .custom-cart-table thead th,
  .shortcode-woocommerce-checkout .custom-cart-table tbody td,
  .shortcode-woocommerce-checkout .shortcode-custom-cart-table thead th,
  .shortcode-woocommerce-checkout .shortcode-custom-cart-table tbody td {
    padding: 12px 8px;
  }
  .woocommerce-checkout .custom-cart-table .product-info-custom,
  .woocommerce-checkout .custom-cart-table .shortcode-product-info-custom,
  .woocommerce-checkout .shortcode-custom-cart-table .product-info-custom,
  .woocommerce-checkout .shortcode-custom-cart-table .shortcode-product-info-custom,
  .shortcode-woocommerce-checkout .custom-cart-table .product-info-custom,
  .shortcode-woocommerce-checkout .custom-cart-table .shortcode-product-info-custom,
  .shortcode-woocommerce-checkout .shortcode-custom-cart-table .product-info-custom,
  .shortcode-woocommerce-checkout .shortcode-custom-cart-table .shortcode-product-info-custom {
    flex-direction: column;
    text-align: left;
    gap: 8px;
  }
  .woocommerce-checkout .custom-cart-table .product-info-custom .product-image-custom,
  .woocommerce-checkout .custom-cart-table .product-info-custom .shortcode-product-image-custom,
  .woocommerce-checkout .custom-cart-table .shortcode-product-info-custom .product-image-custom,
  .woocommerce-checkout .custom-cart-table .shortcode-product-info-custom .shortcode-product-image-custom,
  .woocommerce-checkout .shortcode-custom-cart-table .product-info-custom .product-image-custom,
  .woocommerce-checkout .shortcode-custom-cart-table .product-info-custom .shortcode-product-image-custom,
  .woocommerce-checkout .shortcode-custom-cart-table .shortcode-product-info-custom .product-image-custom,
  .woocommerce-checkout .shortcode-custom-cart-table .shortcode-product-info-custom .shortcode-product-image-custom,
  .shortcode-woocommerce-checkout .custom-cart-table .product-info-custom .product-image-custom,
  .shortcode-woocommerce-checkout .custom-cart-table .product-info-custom .shortcode-product-image-custom,
  .shortcode-woocommerce-checkout .custom-cart-table .shortcode-product-info-custom .product-image-custom,
  .shortcode-woocommerce-checkout .custom-cart-table .shortcode-product-info-custom .shortcode-product-image-custom,
  .shortcode-woocommerce-checkout .shortcode-custom-cart-table .product-info-custom .product-image-custom,
  .shortcode-woocommerce-checkout .shortcode-custom-cart-table .product-info-custom .shortcode-product-image-custom,
  .shortcode-woocommerce-checkout .shortcode-custom-cart-table .shortcode-product-info-custom .product-image-custom,
  .shortcode-woocommerce-checkout .shortcode-custom-cart-table .shortcode-product-info-custom .shortcode-product-image-custom {
    width: 65px;
    height: 65px;
  }
  .woocommerce-checkout .form-grid-custom,
  .woocommerce-checkout .shortcode-form-grid-custom,
  .shortcode-woocommerce-checkout .form-grid-custom,
  .shortcode-woocommerce-checkout .shortcode-form-grid-custom {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .woocommerce-checkout .billing-fields-custom,
  .woocommerce-checkout .shortcode-billing-fields-custom,
  .woocommerce-checkout .shipping-section-custom,
  .woocommerce-checkout .shortcode-shipping-section-custom,
  .woocommerce-checkout .payment-section,
  .woocommerce-checkout .shortcode-payment-section,
  .shortcode-woocommerce-checkout .billing-fields-custom,
  .shortcode-woocommerce-checkout .shortcode-billing-fields-custom,
  .shortcode-woocommerce-checkout .shipping-section-custom,
  .shortcode-woocommerce-checkout .shortcode-shipping-section-custom,
  .shortcode-woocommerce-checkout .payment-section,
  .shortcode-woocommerce-checkout .shortcode-payment-section {
    padding: 20px;
  }
  .woocommerce-checkout .invoice-options-custom,
  .woocommerce-checkout .shortcode-invoice-options-custom,
  .shortcode-woocommerce-checkout .invoice-options-custom,
  .shortcode-woocommerce-checkout .shortcode-invoice-options-custom {
    flex-direction: column;
    gap: 16px;
  }
  .woocommerce-checkout .address-modal,
  .woocommerce-checkout .shortcode-address-modal,
  .shortcode-woocommerce-checkout .address-modal,
  .shortcode-woocommerce-checkout .shortcode-address-modal {
    width: 95%;
    margin: 20px;
  }
  .woocommerce-checkout .address-modal .modal-header,
  .woocommerce-checkout .address-modal .shortcode-modal-header,
  .woocommerce-checkout .address-modal .modal-body,
  .woocommerce-checkout .address-modal .shortcode-modal-body,
  .woocommerce-checkout .address-modal .modal-footer,
  .woocommerce-checkout .address-modal .shortcode-modal-footer,
  .woocommerce-checkout .shortcode-address-modal .modal-header,
  .woocommerce-checkout .shortcode-address-modal .shortcode-modal-header,
  .woocommerce-checkout .shortcode-address-modal .modal-body,
  .woocommerce-checkout .shortcode-address-modal .shortcode-modal-body,
  .woocommerce-checkout .shortcode-address-modal .modal-footer,
  .woocommerce-checkout .shortcode-address-modal .shortcode-modal-footer,
  .shortcode-woocommerce-checkout .address-modal .modal-header,
  .shortcode-woocommerce-checkout .address-modal .shortcode-modal-header,
  .shortcode-woocommerce-checkout .address-modal .modal-body,
  .shortcode-woocommerce-checkout .address-modal .shortcode-modal-body,
  .shortcode-woocommerce-checkout .address-modal .modal-footer,
  .shortcode-woocommerce-checkout .address-modal .shortcode-modal-footer,
  .shortcode-woocommerce-checkout .shortcode-address-modal .modal-header,
  .shortcode-woocommerce-checkout .shortcode-address-modal .shortcode-modal-header,
  .shortcode-woocommerce-checkout .shortcode-address-modal .modal-body,
  .shortcode-woocommerce-checkout .shortcode-address-modal .shortcode-modal-body,
  .shortcode-woocommerce-checkout .shortcode-address-modal .modal-footer,
  .shortcode-woocommerce-checkout .shortcode-address-modal .shortcode-modal-footer {
    padding: 20px;
  }
  .woocommerce-checkout .address-modal .modal-footer,
  .woocommerce-checkout .address-modal .shortcode-modal-footer,
  .woocommerce-checkout .shortcode-address-modal .modal-footer,
  .woocommerce-checkout .shortcode-address-modal .shortcode-modal-footer,
  .shortcode-woocommerce-checkout .address-modal .modal-footer,
  .shortcode-woocommerce-checkout .address-modal .shortcode-modal-footer,
  .shortcode-woocommerce-checkout .shortcode-address-modal .modal-footer,
  .shortcode-woocommerce-checkout .shortcode-address-modal .shortcode-modal-footer {
    flex-direction: column;
  }
  .woocommerce-checkout .address-modal .modal-footer .btn-secondary,
  .woocommerce-checkout .address-modal .modal-footer .shortcode-btn-secondary,
  .woocommerce-checkout .address-modal .modal-footer .btn-primary,
  .woocommerce-checkout .address-modal .modal-footer .shortcode-btn-primary,
  .woocommerce-checkout .address-modal .shortcode-modal-footer .btn-secondary,
  .woocommerce-checkout .address-modal .shortcode-modal-footer .shortcode-btn-secondary,
  .woocommerce-checkout .address-modal .shortcode-modal-footer .btn-primary,
  .woocommerce-checkout .address-modal .shortcode-modal-footer .shortcode-btn-primary,
  .woocommerce-checkout .shortcode-address-modal .modal-footer .btn-secondary,
  .woocommerce-checkout .shortcode-address-modal .modal-footer .shortcode-btn-secondary,
  .woocommerce-checkout .shortcode-address-modal .modal-footer .btn-primary,
  .woocommerce-checkout .shortcode-address-modal .modal-footer .shortcode-btn-primary,
  .woocommerce-checkout .shortcode-address-modal .shortcode-modal-footer .btn-secondary,
  .woocommerce-checkout .shortcode-address-modal .shortcode-modal-footer .shortcode-btn-secondary,
  .woocommerce-checkout .shortcode-address-modal .shortcode-modal-footer .btn-primary,
  .woocommerce-checkout .shortcode-address-modal .shortcode-modal-footer .shortcode-btn-primary,
  .shortcode-woocommerce-checkout .address-modal .modal-footer .btn-secondary,
  .shortcode-woocommerce-checkout .address-modal .modal-footer .shortcode-btn-secondary,
  .shortcode-woocommerce-checkout .address-modal .modal-footer .btn-primary,
  .shortcode-woocommerce-checkout .address-modal .modal-footer .shortcode-btn-primary,
  .shortcode-woocommerce-checkout .address-modal .shortcode-modal-footer .btn-secondary,
  .shortcode-woocommerce-checkout .address-modal .shortcode-modal-footer .shortcode-btn-secondary,
  .shortcode-woocommerce-checkout .address-modal .shortcode-modal-footer .btn-primary,
  .shortcode-woocommerce-checkout .address-modal .shortcode-modal-footer .shortcode-btn-primary,
  .shortcode-woocommerce-checkout .shortcode-address-modal .modal-footer .btn-secondary,
  .shortcode-woocommerce-checkout .shortcode-address-modal .modal-footer .shortcode-btn-secondary,
  .shortcode-woocommerce-checkout .shortcode-address-modal .modal-footer .btn-primary,
  .shortcode-woocommerce-checkout .shortcode-address-modal .modal-footer .shortcode-btn-primary,
  .shortcode-woocommerce-checkout .shortcode-address-modal .shortcode-modal-footer .btn-secondary,
  .shortcode-woocommerce-checkout .shortcode-address-modal .shortcode-modal-footer .shortcode-btn-secondary,
  .shortcode-woocommerce-checkout .shortcode-address-modal .shortcode-modal-footer .btn-primary,
  .shortcode-woocommerce-checkout .shortcode-address-modal .shortcode-modal-footer .shortcode-btn-primary {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .custom-cart-table,
  .shortcode-custom-cart-table {
    display: block;
  }
  .custom-cart-table thead,
  .shortcode-custom-cart-table thead {
    display: none;
  }
  .custom-cart-table tbody tr,
  .shortcode-custom-cart-table tbody tr {
    display: block;
    border: 1px solid #e2e8f0;
    border-radius: 4px;
    margin-bottom: 16px;
    padding: 16px;
  }
  .custom-cart-table tbody tr td,
  .shortcode-custom-cart-table tbody tr td {
    display: block;
    padding: 8px 0;
    border-bottom: 1px solid #e2e8f0;
  }
  .custom-cart-table tbody tr td:last-child,
  .shortcode-custom-cart-table tbody tr td:last-child {
    border-bottom: none;
  }
  .custom-cart-table tbody tr td:before,
  .shortcode-custom-cart-table tbody tr td:before {
    content: attr(data-label);
    font-weight: 600;
    color: #718096;
    font-size: 12px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 4px;
  }
}
[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms;
}

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms;
}

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  transition-duration: 0.1s;
}

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: 0.1s;
}

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  transition-duration: 0.15s;
}

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: 0.15s;
}

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  transition-duration: 0.2s;
}

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: 0.2s;
}

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  transition-duration: 0.25s;
}

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: 0.25s;
}

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  transition-duration: 0.3s;
}

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: 0.3s;
}

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  transition-duration: 0.35s;
}

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: 0.35s;
}

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  transition-duration: 0.4s;
}

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: 0.4s;
}

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  transition-duration: 0.45s;
}

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: 0.45s;
}

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  transition-duration: 0.5s;
}

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: 0.5s;
}

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  transition-duration: 0.55s;
}

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: 0.55s;
}

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  transition-duration: 0.6s;
}

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: 0.6s;
}

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  transition-duration: 0.65s;
}

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: 0.65s;
}

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  transition-duration: 0.7s;
}

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: 0.7s;
}

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  transition-duration: 0.75s;
}

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: 0.75s;
}

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  transition-duration: 0.8s;
}

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: 0.8s;
}

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  transition-duration: 0.85s;
}

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: 0.85s;
}

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  transition-duration: 0.9s;
}

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: 0.9s;
}

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  transition-duration: 0.95s;
}

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: 0.95s;
}

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s;
}

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s;
}

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s;
}

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s;
}

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s;
}

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s;
}

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s;
}

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s;
}

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s;
}

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s;
}

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s;
}

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s;
}

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s;
}

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s;
}

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s;
}

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s;
}

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s;
}

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s;
}

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s;
}

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s;
}

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s;
}

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s;
}

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s;
}

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s;
}

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s;
}

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s;
}

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s;
}

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s;
}

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s;
}

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s;
}

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s;
}

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s;
}

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s;
}

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s;
}

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s;
}

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s;
}

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s;
}

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s;
}

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s;
}

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s;
}

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s;
}

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s;
}

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s;
}

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s;
}

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s;
}

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s;
}

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s;
}

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s;
}

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s;
}

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s;
}

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s;
}

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s;
}

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s;
}

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s;
}

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s;
}

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s;
}

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s;
}

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s;
}

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s;
}

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s;
}

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s;
}

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s;
}

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s;
}

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s;
}

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s;
}

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s;
}

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s;
}

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s;
}

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s;
}

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s;
}

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s;
}

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s;
}

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s;
}

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s;
}

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s;
}

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s;
}

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s;
}

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s;
}

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s;
}

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s;
}

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s;
}

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s;
}

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in;
}

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translateZ(0);
}

[data-aos=fade-up] {
  transform: translate3d(0, 100px, 0);
}

[data-aos=fade-down] {
  transform: translate3d(0, -100px, 0);
}

[data-aos=fade-right] {
  transform: translate3d(-100px, 0, 0);
}

[data-aos=fade-left] {
  transform: translate3d(100px, 0, 0);
}

[data-aos=fade-up-right] {
  transform: translate3d(-100px, 100px, 0);
}

[data-aos=fade-up-left] {
  transform: translate3d(100px, 100px, 0);
}

[data-aos=fade-down-right] {
  transform: translate3d(-100px, -100px, 0);
}

[data-aos=fade-down-left] {
  transform: translate3d(100px, -100px, 0);
}

[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  transform: translateZ(0) scale(1);
}

[data-aos=zoom-in] {
  transform: scale(0.6);
}

[data-aos=zoom-in-up] {
  transform: translate3d(0, 100px, 0) scale(0.6);
}

[data-aos=zoom-in-down] {
  transform: translate3d(0, -100px, 0) scale(0.6);
}

[data-aos=zoom-in-right] {
  transform: translate3d(-100px, 0, 0) scale(0.6);
}

[data-aos=zoom-in-left] {
  transform: translate3d(100px, 0, 0) scale(0.6);
}

[data-aos=zoom-out] {
  transform: scale(1.2);
}

[data-aos=zoom-out-up] {
  transform: translate3d(0, 100px, 0) scale(1.2);
}

[data-aos=zoom-out-down] {
  transform: translate3d(0, -100px, 0) scale(1.2);
}

[data-aos=zoom-out-right] {
  transform: translate3d(-100px, 0, 0) scale(1.2);
}

[data-aos=zoom-out-left] {
  transform: translate3d(100px, 0, 0) scale(1.2);
}

[data-aos^=slide][data-aos^=slide] {
  transition-property: transform;
}

[data-aos^=slide][data-aos^=slide].aos-animate {
  transform: translateZ(0);
}

[data-aos=slide-up] {
  transform: translate3d(0, 100%, 0);
}

[data-aos=slide-down] {
  transform: translate3d(0, -100%, 0);
}

[data-aos=slide-right] {
  transform: translate3d(-100%, 0, 0);
}

[data-aos=slide-left] {
  transform: translate3d(100%, 0, 0);
}

[data-aos^=flip][data-aos^=flip] {
  backface-visibility: hidden;
  transition-property: transform;
}

[data-aos=flip-left] {
  transform: perspective(2500px) rotateY(-100deg);
}

[data-aos=flip-left].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-right] {
  transform: perspective(2500px) rotateY(100deg);
}

[data-aos=flip-right].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-up] {
  transform: perspective(2500px) rotateX(-100deg);
}

[data-aos=flip-up].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

[data-aos=flip-down] {
  transform: perspective(2500px) rotateX(100deg);
}

[data-aos=flip-down].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

.ms-30 {
  margin-top: 30px;
}

.ms-50 {
  margin-top: 50px;
}

.ms-100 {
  margin-top: 100px;
}
@media (max-width: 992px) {
  .ms-100 {
    margin-top: 50px;
  }
}

.ms-200 {
  margin-top: 200px;
}
@media (max-width: 992px) {
  .ms-200 {
    margin-top: 80px;
  }
}

.me-30 {
  margin-bottom: 30px;
}

.me-50 {
  margin-bottom: 50px;
}

.me-100 {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .me-100 {
    margin-bottom: 50px;
  }
}

.me-200 {
  margin-bottom: 200px;
}
@media (max-width: 992px) {
  .me-200 {
    margin-bottom: 80px;
  }
}

#primary-menu {
  display: flex;
  justify-content: flex-end;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  #primary-menu {
    padding: 40px 0;
    display: block;
    justify-content: left;
  }
}
#primary-menu > ul {
  margin: 0;
}
#primary-menu li {
  display: inline-block;
  font-size: 16px;
  margin: 0 20px;
  font-weight: 300;
  color: white;
  position: relative;
  font-family: "Noto Sans", sans-serif;
  transition: all ease-in-out 0.3s;
  padding: 10px 15px;
  margin: 0px;
}
#primary-menu li:hover {
  background: #eb212e;
  border-radius: 5px;
}
#primary-menu li:hover a {
  font-weight: 800 !important;
  text-transform: uppercase;
}
#primary-menu li.current_page_item {
  background: #eb212e;
  border-radius: 5px;
}
#primary-menu li.current_page_item a {
  font-weight: 800 !important;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  #primary-menu li {
    margin: 0 6px;
    font-size: 14px;
  }
}
#primary-menu li a {
  font-weight: 600;
  color: white;
  text-transform: uppercase;
}
#primary-menu .current_page_item.active a {
  font-weight: 700 !important;
}

@media (max-width: 768px) {
  li#menu-item-11:before {
    font-family: FontAwesome;
    content: "\f054";
    position: absolute;
    right: 0;
    font-size: 24px;
    color: black;
  }
  .logo-responsive {
    display: block;
  }
  .nav-primary-holder {
    overflow: hidden;
    position: fixed;
    left: 0;
    top: 100px;
    transition: all 0.6s;
    width: 100vw;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.6s;
    visibility: hidden;
  }
  .nav-primary-holder .container-responsive {
    top: 0;
    left: 0;
    width: 100%; /* Asumo que el contenedor debería tener un ancho del 100% */
    overflow: hidden; /* Para que todo lo que se desplace hacia la izquierda esté oculto */
    position: relative; /* Para posicionar adecuadamente los menús en su interior */
    transition: transform 0.6s ease; /* Animación suave para el desplazamiento */
    height: 100vh;
  }
  .nav-primary-holder .container-responsive .menu-standard,
  .nav-primary-holder .container-responsive .responsive-menu-container-1,
  .nav-primary-holder .container-responsive .responsive-menu-container-2,
  .nav-primary-holder .container-responsive .responsive-menu-container-3 {
    display: block !important;
    width: 100%; /* Cada menú ocupará el ancho completo de su contenedor */
    position: absolute !important; /* Ambos menús se apilan uno encima del otro */
    top: 0;
    left: 0;
    transition: all 0.6s;
    transform: translateX(0%);
    z-index: 100;
  }
  .nav-primary-holder .container-responsive .menu-standard.prev,
  .nav-primary-holder .container-responsive .responsive-menu-container-1.prev,
  .nav-primary-holder .container-responsive .responsive-menu-container-2.prev,
  .nav-primary-holder .container-responsive .responsive-menu-container-3.prev {
    transform: translateX(-100%);
    z-index: 0;
  }
  .nav-primary-holder .container-responsive .menu-standard.next,
  .nav-primary-holder .container-responsive .responsive-menu-container-1.next,
  .nav-primary-holder .container-responsive .responsive-menu-container-2.next,
  .nav-primary-holder .container-responsive .responsive-menu-container-3.next {
    transform: translateX(100%);
    z-index: 0;
  }
  .nav-primary-holder .responsive-menu-container {
    transform: translateX(100%); /* Por defecto, el menú responsivo está fuera de la vista */
  }
  .nav-primary-holder #primary-menu {
    width: 78vw;
    padding-left: 50px;
    padding-top: 70px;
  }
  .nav-primary-holder #primary-menu .small {
    display: block;
  }
  .nav-primary-holder #primary-menu > li {
    width: 100%;
    margin: 0.8vh 0;
  }
  .nav-primary-holder #primary-menu > li a {
    font-size: 21px;
    font-weight: 300;
    color: black;
  }
  .nav-primary-holder #primary-menu > li a.current_page_item {
    font-size: 22px;
    font-weight: bold;
  }
  .nav-primary-holder #primary-menu > li:nth-child(even) {
    transform: translateX(-100vw);
  }
  .nav-primary-holder #primary-menu > li:nth-child(odd) {
    transform: translateX(100vw);
  }
}
.logo-responsive {
  display: none;
  transition: all 0.3s;
  z-index: 1000;
  position: absolute;
  left: 45px;
  top: 40px;
  background-color: white;
}

.first-responsive {
  transition: all 0.3s;
  z-index: 1000;
  position: absolute;
  left: 45px;
  top: 40px;
  height: 50vh;
  width: 50vw;
}

.second-responsive {
  display: none;
  transition: all 0.3s;
  z-index: 1000;
  position: absolute;
  left: 45px;
  top: 40px;
  background-color: white;
}

.menu-active .logo-responsive {
  display: block;
  width: 175px;
  left: 13px;
  top: 28px;
}
.menu-active {
  overflow: hidden;
}
.menu-active .overlay {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.menu-active .nav-primary-holder {
  visibility: visible;
  z-index: 40;
}
.menu-active #primary-menu > li {
  transition: all 0.6s 0.6s !important;
}
.menu-active #primary-menu > li:nth-child(even) {
  transform: translateX(0);
}
.menu-active #primary-menu > li:nth-child(odd) {
  transform: translateX(0);
}
.menu-active .bt-close {
  top: 36px;
  right: 38px;
}

.overlay {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  opacity: 1;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 33;
}
.overlay:before {
  background-color: white;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  content: "";
}

#hamburger span {
  transition: 0.5s;
}

.menu-opened #hamburger span {
  background-color: #fff !important;
}

#hamburger {
  width: 30px;
  height: 20px;
  right: 20px;
  top: 0px;
  display: none;
  z-index: 99;
  position: absolute;
}
@media (max-width: 768px) {
  #hamburger {
    display: block;
  }
}
#hamburger {
  cursor: pointer;
}
#hamburger span {
  position: absolute;
  width: 100%;
  height: 1.5px;
  background-color: white;
}
#hamburger span.line-1 {
  top: 0;
}
#hamburger span.line-2 {
  top: 50%;
}
#hamburger span.line-3 {
  top: 100%;
}
#hamburger:hover span.line-1 {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
#hamburger:hover span.line-3 {
  -webkit-transform: translateY(2px);
  -moz-transform: translateY(2px);
  -ms-transform: translateY(2px);
  -o-transform: translateY(2px);
  transform: translateY(2px);
}
#hamburger.close span {
  position: absolute;
}
#hamburger.close span.line-1 {
  transform: rotate(45deg);
  background-color: black;
  top: 10px;
}
#hamburger.close span.line-2 {
  transform: rotate(-45deg);
  background-color: black;
}
#hamburger.close span.line-3 {
  opacity: 0;
  filter: alpha(opacity=0);
}

#search-button {
  cursor: pointer;
  z-index: 11;
}

.logo img {
  width: 235px;
}
@media (max-width: 768px) {
  .logo img {
    width: 175px;
  }
}

* {
  box-sizing: border-box;
}

body {
  font-family: "Noto Sans", sans-serif;
  font-size: 20px;
  color: #333;
  background-color: #f4f4f4;
}

a {
  text-decoration: none;
}

p {
  font-size: 0.875rem;
  margin-bottom: 20px;
  line-height: 1.3125rem;
  color: #333;
}

blockquote {
  font-size: 1.875rem;
  margin-bottom: 20px;
  line-height: 2.8125rem;
  color: #333;
  font-weight: 400;
}
@media (max-width: 992px) {
  blockquote {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}

h1 {
  font-size: 3.9375rem;
  line-height: 5.1875rem;
}

h2 {
  font-size: 2.5rem;
  line-height: 3.125rem;
}

h3 {
  font-size: 1.75rem;
  line-height: 2.125rem;
}

h4 {
  font-size: 1.5625rem;
  line-height: 2rem;
}

h5 {
  font-size: 0.9375rem;
  line-height: 1.5625rem;
}

h6 {
  font-size: 0.75rem;
  font-size: 1.375rem;
}

.wysiwyg p {
  font-size: 1.25rem;
  line-height: 1.875rem;
}

img {
  max-width: 100%;
  height: auto;
}

form label {
  display: block;
  font-size: 14px;
  color: #333;
  display: block;
  margin-bottom: 7px;
}

input[type=text], input[type=email] {
  border: 1px solid #ccc;
  width: 100%;
  height: 55px;
  border-radius: 15px;
  padding: 0 15px;
  font-size: 17px;
}

textarea {
  border: 1px solid #ccc;
  width: 100%;
  height: 200px;
  border-radius: 15px;
  padding: 15px;
  font-family: inter;
  font-size: 17px;
}

@keyframes scaleDown {
  to {
    opacity: 0;
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
  }
}
@keyframes scaleUp {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
  }
}
@keyframes zoom {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes zoom {
  0% {
    -moz-transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.15);
  }
  100% {
    -moz-transform: scale(1);
  }
}
.zoom {
  animation: zoom 21.25s infinite;
  -ms-animation: zoom 21.25s infinite;
  -moz-animation: zoom 21.25s infinite;
  -webkit-animation: zoom 21.25s infinite;
}

@keyframes menu {
  0% {
    padding: 0 0;
    max-height: 0;
    left: 43px;
  }
  50% {
    padding: 15px 0;
    max-height: 70px;
    max-width: 0;
    left: 43px;
  }
  100% {
    width: max-content;
    max-width: 900px;
    max-height: 70px;
    padding: 15px 40px;
    left: 0;
  }
}
.btn-primary {
  font-size: 10px;
}
@media (max-width: 992px) {
  .btn-primary {
    font-size: 20px;
  }
}

.btn-secondary {
  border-radius: 10px;
  transition: all 3s;
}
@media (max-width: 992px) {
  .btn-secondary {
    font-size: 10px;
  }
}

.btn-round {
  border-radius: 30px !important;
}

.zoom, .zoom-normal, .zoom-menu {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 20 !important;
}

.zoom-menu {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 20 !important;
}

.zoom:hover,
.zoom:focus,
.zoom:active {
  display: block;
  transform: scale(1.04, 1.04); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  -webkit-transform: scale(1.04, 1.04);
  -moz-transform: scale(1.04, 1.04);
  -o-transform: scale(1.04, 1.04);
  -ms-transform: scale(1.04, 1.04);
  z-index: 20 !important;
  -webkit-box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.28);
  box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.28);
}

.zoom-normal:hover,
.zoom-normal:focus,
.zoom-normal:active {
  display: block;
  transform: scale(1.1, 1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  z-index: 2;
}

.zoom-menu:hover,
.zoom-menu:focus,
.zoom-menu:active {
  display: block;
  transform: scale(1.03, 1.03); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  -webkit-transform: scale(1.03, 1.03);
  -moz-transform: scale(1.03, 1.03);
  -o-transform: scale(1.03, 1.03);
  -ms-transform: scale(1.03, 1.03);
  z-index: 2;
}

.cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
}

.parallax {
  background-attachment: fixed;
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 30rem;
  max-width: 100%;
  position: relative;
}

/*######  TAMAÑOS DE FUENTES  ######*/
.font-1 {
  font-size: 1px !important;
}

.font-2 {
  font-size: 2px !important;
}

.font-3 {
  font-size: 3px !important;
}

.font-4 {
  font-size: 4px !important;
}

.font-5 {
  font-size: 5px !important;
}

.font-6 {
  font-size: 6px !important;
}

.font-7 {
  font-size: 7px !important;
}

.font-8 {
  font-size: 8px !important;
}

.font-9 {
  font-size: 9px !important;
}

.font-10 {
  font-size: 10px !important;
}

.font-11 {
  font-size: 11px !important;
}

.font-12 {
  font-size: 12px !important;
}

.font-13 {
  font-size: 13px !important;
}

.font-14 {
  font-size: 14px !important;
}

.font-15 {
  font-size: 15px !important;
}

.font-16 {
  font-size: 16px !important;
}

.font-17 {
  font-size: 17px !important;
}

.font-18 {
  font-size: 18px !important;
}

.font-19 {
  font-size: 19px !important;
}

.font-20 {
  font-size: 20px !important;
}

.font-21 {
  font-size: 21px !important;
}

.font-22 {
  font-size: 22px !important;
}

.font-23 {
  font-size: 23px !important;
}

.font-24 {
  font-size: 24px !important;
}

.font-25 {
  font-size: 25px !important;
}

.font-26 {
  font-size: 26px !important;
}

.font-27 {
  font-size: 27px !important;
}

.font-28 {
  font-size: 28px !important;
}

.font-29 {
  font-size: 29px !important;
}

.font-30 {
  font-size: 30px !important;
}

.font-31 {
  font-size: 31px !important;
}

.font-32 {
  font-size: 32px !important;
}

.font-33 {
  font-size: 33px !important;
}

.font-34 {
  font-size: 34px !important;
}

.font-35 {
  font-size: 35px !important;
}

.font-36 {
  font-size: 36px !important;
}

.font-37 {
  font-size: 37px !important;
}

.font-38 {
  font-size: 38px !important;
}

.font-39 {
  font-size: 39px !important;
}

.font-40 {
  font-size: 40px !important;
}

.font-41 {
  font-size: 41px !important;
}

.font-42 {
  font-size: 42px !important;
}

.font-43 {
  font-size: 43px !important;
}

.font-44 {
  font-size: 44px !important;
}

.font-45 {
  font-size: 45px !important;
}

.font-46 {
  font-size: 46px !important;
}

.font-47 {
  font-size: 47px !important;
}

.font-48 {
  font-size: 48px !important;
}

.font-49 {
  font-size: 49px !important;
}

.font-50 {
  font-size: 50px !important;
}

.font-51 {
  font-size: 51px !important;
}

.font-52 {
  font-size: 52px !important;
}

.font-53 {
  font-size: 53px !important;
}

.font-54 {
  font-size: 54px !important;
}

.font-55 {
  font-size: 55px !important;
}

.font-56 {
  font-size: 56px !important;
}

.font-57 {
  font-size: 57px !important;
}

.font-58 {
  font-size: 58px !important;
}

.font-59 {
  font-size: 59px !important;
}

.font-60 {
  font-size: 60px !important;
}

.font-61 {
  font-size: 61px !important;
}

.font-62 {
  font-size: 62px !important;
}

.font-63 {
  font-size: 63px !important;
}

.font-64 {
  font-size: 64px !important;
}

.font-65 {
  font-size: 65px !important;
}

.font-66 {
  font-size: 66px !important;
}

.font-67 {
  font-size: 67px !important;
}

.font-68 {
  font-size: 68px !important;
}

.font-69 {
  font-size: 69px !important;
}

.font-70 {
  font-size: 70px !important;
}

.font-71 {
  font-size: 71px !important;
}

.font-72 {
  font-size: 72px !important;
}

.font-73 {
  font-size: 73px !important;
}

.font-74 {
  font-size: 74px !important;
}

.font-75 {
  font-size: 75px !important;
}

.font-76 {
  font-size: 76px !important;
}

.font-77 {
  font-size: 77px !important;
}

.font-78 {
  font-size: 78px !important;
}

.font-79 {
  font-size: 79px !important;
}

.font-80 {
  font-size: 80px !important;
}

.font-81 {
  font-size: 81px !important;
}

.font-82 {
  font-size: 82px !important;
}

.font-83 {
  font-size: 83px !important;
}

.font-84 {
  font-size: 84px !important;
}

.font-85 {
  font-size: 85px !important;
}

.font-86 {
  font-size: 86px !important;
}

.font-87 {
  font-size: 87px !important;
}

.font-88 {
  font-size: 88px !important;
}

.font-89 {
  font-size: 89px !important;
}

.font-90 {
  font-size: 90px !important;
}

.font-91 {
  font-size: 91px !important;
}

.font-92 {
  font-size: 92px !important;
}

.font-93 {
  font-size: 93px !important;
}

.font-94 {
  font-size: 94px !important;
}

.font-95 {
  font-size: 95px !important;
}

.font-96 {
  font-size: 96px !important;
}

.font-97 {
  font-size: 97px !important;
}

.font-98 {
  font-size: 98px !important;
}

.font-99 {
  font-size: 99px !important;
}

.font-100 {
  font-size: 100px !important;
}

.font-101 {
  font-size: 101px !important;
}

.font-102 {
  font-size: 102px !important;
}

.font-103 {
  font-size: 103px !important;
}

.font-104 {
  font-size: 104px !important;
}

.font-105 {
  font-size: 105px !important;
}

.font-106 {
  font-size: 106px !important;
}

.font-107 {
  font-size: 107px !important;
}

.font-108 {
  font-size: 108px !important;
}

.font-109 {
  font-size: 109px !important;
}

.font-110 {
  font-size: 110px !important;
}

.font-111 {
  font-size: 111px !important;
}

.font-112 {
  font-size: 112px !important;
}

.font-113 {
  font-size: 113px !important;
}

.font-114 {
  font-size: 114px !important;
}

.font-115 {
  font-size: 115px !important;
}

.font-116 {
  font-size: 116px !important;
}

.font-117 {
  font-size: 117px !important;
}

.font-118 {
  font-size: 118px !important;
}

.font-119 {
  font-size: 119px !important;
}

.font-120 {
  font-size: 120px !important;
}

.font-121 {
  font-size: 121px !important;
}

.font-122 {
  font-size: 122px !important;
}

.font-123 {
  font-size: 123px !important;
}

.font-124 {
  font-size: 124px !important;
}

.font-125 {
  font-size: 125px !important;
}

.font-126 {
  font-size: 126px !important;
}

.font-127 {
  font-size: 127px !important;
}

.font-128 {
  font-size: 128px !important;
}

.font-129 {
  font-size: 129px !important;
}

.font-130 {
  font-size: 130px !important;
}

@media (max-width: 768px) {
  .r-font-1 {
    font-size: 1px !important;
  }
  .r-font-2 {
    font-size: 2px !important;
  }
  .r-font-3 {
    font-size: 3px !important;
  }
  .r-font-4 {
    font-size: 4px !important;
  }
  .r-font-5 {
    font-size: 5px !important;
  }
  .r-font-6 {
    font-size: 6px !important;
  }
  .r-font-7 {
    font-size: 7px !important;
  }
  .r-font-8 {
    font-size: 8px !important;
  }
  .r-font-9 {
    font-size: 9px !important;
  }
  .r-font-10 {
    font-size: 10px !important;
  }
  .r-font-11 {
    font-size: 11px !important;
  }
  .r-font-12 {
    font-size: 12px !important;
  }
  .r-font-13 {
    font-size: 13px !important;
  }
  .r-font-14 {
    font-size: 14px !important;
  }
  .r-font-15 {
    font-size: 15px !important;
  }
  .r-font-16 {
    font-size: 16px !important;
  }
  .r-font-17 {
    font-size: 17px !important;
  }
  .r-font-18 {
    font-size: 18px !important;
  }
  .r-font-19 {
    font-size: 19px !important;
  }
  .r-font-20 {
    font-size: 20px !important;
  }
  .r-font-21 {
    font-size: 21px !important;
  }
  .r-font-22 {
    font-size: 22px !important;
  }
  .r-font-23 {
    font-size: 23px !important;
  }
  .r-font-24 {
    font-size: 24px !important;
  }
  .r-font-25 {
    font-size: 25px !important;
  }
  .r-font-26 {
    font-size: 26px !important;
  }
  .r-font-27 {
    font-size: 27px !important;
  }
  .r-font-28 {
    font-size: 28px !important;
  }
  .r-font-29 {
    font-size: 29px !important;
  }
  .r-font-30 {
    font-size: 30px !important;
  }
  .r-font-31 {
    font-size: 31px !important;
  }
  .r-font-32 {
    font-size: 32px !important;
  }
  .r-font-33 {
    font-size: 33px !important;
  }
  .r-font-34 {
    font-size: 34px !important;
  }
  .r-font-35 {
    font-size: 35px !important;
  }
  .r-font-36 {
    font-size: 36px !important;
  }
  .r-font-37 {
    font-size: 37px !important;
  }
  .r-font-38 {
    font-size: 38px !important;
  }
  .r-font-39 {
    font-size: 39px !important;
  }
  .r-font-40 {
    font-size: 40px !important;
  }
  .r-font-41 {
    font-size: 41px !important;
  }
  .r-font-42 {
    font-size: 42px !important;
  }
  .r-font-43 {
    font-size: 43px !important;
  }
  .r-font-44 {
    font-size: 44px !important;
  }
  .r-font-45 {
    font-size: 45px !important;
  }
  .r-font-46 {
    font-size: 46px !important;
  }
  .r-font-47 {
    font-size: 47px !important;
  }
  .r-font-48 {
    font-size: 48px !important;
  }
  .r-font-49 {
    font-size: 49px !important;
  }
  .r-font-50 {
    font-size: 50px !important;
  }
  .r-font-51 {
    font-size: 51px !important;
  }
  .r-font-52 {
    font-size: 52px !important;
  }
  .r-font-53 {
    font-size: 53px !important;
  }
  .r-font-54 {
    font-size: 54px !important;
  }
  .r-font-55 {
    font-size: 55px !important;
  }
  .r-font-56 {
    font-size: 56px !important;
  }
  .r-font-57 {
    font-size: 57px !important;
  }
  .r-font-58 {
    font-size: 58px !important;
  }
  .r-font-59 {
    font-size: 59px !important;
  }
  .r-font-60 {
    font-size: 60px !important;
  }
  .r-font-61 {
    font-size: 61px !important;
  }
  .r-font-62 {
    font-size: 62px !important;
  }
  .r-font-63 {
    font-size: 63px !important;
  }
  .r-font-64 {
    font-size: 64px !important;
  }
  .r-font-65 {
    font-size: 65px !important;
  }
  .r-font-66 {
    font-size: 66px !important;
  }
  .r-font-67 {
    font-size: 67px !important;
  }
  .r-font-68 {
    font-size: 68px !important;
  }
  .r-font-69 {
    font-size: 69px !important;
  }
  .r-font-70 {
    font-size: 70px !important;
  }
  .r-font-71 {
    font-size: 71px !important;
  }
  .r-font-72 {
    font-size: 72px !important;
  }
  .r-font-73 {
    font-size: 73px !important;
  }
  .r-font-74 {
    font-size: 74px !important;
  }
  .r-font-75 {
    font-size: 75px !important;
  }
  .r-font-76 {
    font-size: 76px !important;
  }
  .r-font-77 {
    font-size: 77px !important;
  }
  .r-font-78 {
    font-size: 78px !important;
  }
  .r-font-79 {
    font-size: 79px !important;
  }
  .r-font-80 {
    font-size: 80px !important;
  }
  .r-font-81 {
    font-size: 81px !important;
  }
  .r-font-82 {
    font-size: 82px !important;
  }
  .r-font-83 {
    font-size: 83px !important;
  }
  .r-font-84 {
    font-size: 84px !important;
  }
  .r-font-85 {
    font-size: 85px !important;
  }
  .r-font-86 {
    font-size: 86px !important;
  }
  .r-font-87 {
    font-size: 87px !important;
  }
  .r-font-88 {
    font-size: 88px !important;
  }
  .r-font-89 {
    font-size: 89px !important;
  }
  .r-font-90 {
    font-size: 90px !important;
  }
  .r-font-91 {
    font-size: 91px !important;
  }
  .r-font-92 {
    font-size: 92px !important;
  }
  .r-font-93 {
    font-size: 93px !important;
  }
  .r-font-94 {
    font-size: 94px !important;
  }
  .r-font-95 {
    font-size: 95px !important;
  }
  .r-font-96 {
    font-size: 96px !important;
  }
  .r-font-97 {
    font-size: 97px !important;
  }
  .r-font-98 {
    font-size: 98px !important;
  }
  .r-font-99 {
    font-size: 99px !important;
  }
  .r-font-100 {
    font-size: 100px !important;
  }
  .r-font-101 {
    font-size: 101px !important;
  }
  .r-font-102 {
    font-size: 102px !important;
  }
  .r-font-103 {
    font-size: 103px !important;
  }
  .r-font-104 {
    font-size: 104px !important;
  }
  .r-font-105 {
    font-size: 105px !important;
  }
  .r-font-106 {
    font-size: 106px !important;
  }
  .r-font-107 {
    font-size: 107px !important;
  }
  .r-font-108 {
    font-size: 108px !important;
  }
  .r-font-109 {
    font-size: 109px !important;
  }
  .r-font-110 {
    font-size: 110px !important;
  }
  .r-font-111 {
    font-size: 111px !important;
  }
  .r-font-112 {
    font-size: 112px !important;
  }
  .r-font-113 {
    font-size: 113px !important;
  }
  .r-font-114 {
    font-size: 114px !important;
  }
  .r-font-115 {
    font-size: 115px !important;
  }
  .r-font-116 {
    font-size: 116px !important;
  }
  .r-font-117 {
    font-size: 117px !important;
  }
  .r-font-118 {
    font-size: 118px !important;
  }
  .r-font-119 {
    font-size: 119px !important;
  }
  .r-font-120 {
    font-size: 120px !important;
  }
  .r-font-121 {
    font-size: 121px !important;
  }
  .r-font-122 {
    font-size: 122px !important;
  }
  .r-font-123 {
    font-size: 123px !important;
  }
  .r-font-124 {
    font-size: 124px !important;
  }
  .r-font-125 {
    font-size: 125px !important;
  }
  .r-font-126 {
    font-size: 126px !important;
  }
  .r-font-127 {
    font-size: 127px !important;
  }
  .r-font-128 {
    font-size: 128px !important;
  }
  .r-font-129 {
    font-size: 129px !important;
  }
  .r-font-130 {
    font-size: 130px !important;
  }
}
/*######  TAMAÑOS DE LINEHEIGHT  ######*/
.lh-1 {
  line-height: 1px !important;
}

.lh-2 {
  line-height: 2px !important;
}

.lh-3 {
  line-height: 3px !important;
}

.lh-4 {
  line-height: 4px !important;
}

.lh-5 {
  line-height: 5px !important;
}

.lh-6 {
  line-height: 6px !important;
}

.lh-7 {
  line-height: 7px !important;
}

.lh-8 {
  line-height: 8px !important;
}

.lh-9 {
  line-height: 9px !important;
}

.lh-10 {
  line-height: 10px !important;
}

.lh-11 {
  line-height: 11px !important;
}

.lh-12 {
  line-height: 12px !important;
}

.lh-13 {
  line-height: 13px !important;
}

.lh-14 {
  line-height: 14px !important;
}

.lh-15 {
  line-height: 15px !important;
}

.lh-16 {
  line-height: 16px !important;
}

.lh-17 {
  line-height: 17px !important;
}

.lh-18 {
  line-height: 18px !important;
}

.lh-19 {
  line-height: 19px !important;
}

.lh-20 {
  line-height: 20px !important;
}

.lh-21 {
  line-height: 21px !important;
}

.lh-22 {
  line-height: 22px !important;
}

.lh-23 {
  line-height: 23px !important;
}

.lh-24 {
  line-height: 24px !important;
}

.lh-25 {
  line-height: 25px !important;
}

.lh-26 {
  line-height: 26px !important;
}

.lh-27 {
  line-height: 27px !important;
}

.lh-28 {
  line-height: 28px !important;
}

.lh-29 {
  line-height: 29px !important;
}

.lh-30 {
  line-height: 30px !important;
}

.lh-31 {
  line-height: 31px !important;
}

.lh-32 {
  line-height: 32px !important;
}

.lh-33 {
  line-height: 33px !important;
}

.lh-34 {
  line-height: 34px !important;
}

.lh-35 {
  line-height: 35px !important;
}

.lh-36 {
  line-height: 36px !important;
}

.lh-37 {
  line-height: 37px !important;
}

.lh-38 {
  line-height: 38px !important;
}

.lh-39 {
  line-height: 39px !important;
}

.lh-40 {
  line-height: 40px !important;
}

.lh-41 {
  line-height: 41px !important;
}

.lh-42 {
  line-height: 42px !important;
}

.lh-43 {
  line-height: 43px !important;
}

.lh-44 {
  line-height: 44px !important;
}

.lh-45 {
  line-height: 45px !important;
}

.lh-46 {
  line-height: 46px !important;
}

.lh-47 {
  line-height: 47px !important;
}

.lh-48 {
  line-height: 48px !important;
}

.lh-49 {
  line-height: 49px !important;
}

.lh-50 {
  line-height: 50px !important;
}

.lh-51 {
  line-height: 51px !important;
}

.lh-52 {
  line-height: 52px !important;
}

.lh-53 {
  line-height: 53px !important;
}

.lh-54 {
  line-height: 54px !important;
}

.lh-55 {
  line-height: 55px !important;
}

.lh-56 {
  line-height: 56px !important;
}

.lh-57 {
  line-height: 57px !important;
}

.lh-58 {
  line-height: 58px !important;
}

.lh-59 {
  line-height: 59px !important;
}

.lh-60 {
  line-height: 60px !important;
}

.lh-61 {
  line-height: 61px !important;
}

.lh-62 {
  line-height: 62px !important;
}

.lh-63 {
  line-height: 63px !important;
}

.lh-64 {
  line-height: 64px !important;
}

.lh-65 {
  line-height: 65px !important;
}

.lh-66 {
  line-height: 66px !important;
}

.lh-67 {
  line-height: 67px !important;
}

.lh-68 {
  line-height: 68px !important;
}

.lh-69 {
  line-height: 69px !important;
}

.lh-70 {
  line-height: 70px !important;
}

.lh-71 {
  line-height: 71px !important;
}

.lh-72 {
  line-height: 72px !important;
}

.lh-73 {
  line-height: 73px !important;
}

.lh-74 {
  line-height: 74px !important;
}

.lh-75 {
  line-height: 75px !important;
}

.lh-76 {
  line-height: 76px !important;
}

.lh-77 {
  line-height: 77px !important;
}

.lh-78 {
  line-height: 78px !important;
}

.lh-79 {
  line-height: 79px !important;
}

.lh-80 {
  line-height: 80px !important;
}

.lh-81 {
  line-height: 81px !important;
}

.lh-82 {
  line-height: 82px !important;
}

.lh-83 {
  line-height: 83px !important;
}

.lh-84 {
  line-height: 84px !important;
}

.lh-85 {
  line-height: 85px !important;
}

.lh-86 {
  line-height: 86px !important;
}

.lh-87 {
  line-height: 87px !important;
}

.lh-88 {
  line-height: 88px !important;
}

.lh-89 {
  line-height: 89px !important;
}

.lh-90 {
  line-height: 90px !important;
}

.lh-91 {
  line-height: 91px !important;
}

.lh-92 {
  line-height: 92px !important;
}

.lh-93 {
  line-height: 93px !important;
}

.lh-94 {
  line-height: 94px !important;
}

.lh-95 {
  line-height: 95px !important;
}

.lh-96 {
  line-height: 96px !important;
}

.lh-97 {
  line-height: 97px !important;
}

.lh-98 {
  line-height: 98px !important;
}

.lh-99 {
  line-height: 99px !important;
}

.lh-100 {
  line-height: 100px !important;
}

.lh-101 {
  line-height: 101px !important;
}

.lh-102 {
  line-height: 102px !important;
}

.lh-103 {
  line-height: 103px !important;
}

.lh-104 {
  line-height: 104px !important;
}

.lh-105 {
  line-height: 105px !important;
}

.lh-106 {
  line-height: 106px !important;
}

.lh-107 {
  line-height: 107px !important;
}

.lh-108 {
  line-height: 108px !important;
}

.lh-109 {
  line-height: 109px !important;
}

.lh-110 {
  line-height: 110px !important;
}

.lh-111 {
  line-height: 111px !important;
}

.lh-112 {
  line-height: 112px !important;
}

.lh-113 {
  line-height: 113px !important;
}

.lh-114 {
  line-height: 114px !important;
}

.lh-115 {
  line-height: 115px !important;
}

.lh-116 {
  line-height: 116px !important;
}

.lh-117 {
  line-height: 117px !important;
}

.lh-118 {
  line-height: 118px !important;
}

.lh-119 {
  line-height: 119px !important;
}

.lh-120 {
  line-height: 120px !important;
}

.lh-121 {
  line-height: 121px !important;
}

.lh-122 {
  line-height: 122px !important;
}

.lh-123 {
  line-height: 123px !important;
}

.lh-124 {
  line-height: 124px !important;
}

.lh-125 {
  line-height: 125px !important;
}

.lh-126 {
  line-height: 126px !important;
}

.lh-127 {
  line-height: 127px !important;
}

.lh-128 {
  line-height: 128px !important;
}

.lh-129 {
  line-height: 129px !important;
}

.lh-130 {
  line-height: 130px !important;
}

@media (max-width: 768px) {
  .r-lh-1 {
    line-height: 1px !important;
  }
  .r-lh-2 {
    line-height: 2px !important;
  }
  .r-lh-3 {
    line-height: 3px !important;
  }
  .r-lh-4 {
    line-height: 4px !important;
  }
  .r-lh-5 {
    line-height: 5px !important;
  }
  .r-lh-6 {
    line-height: 6px !important;
  }
  .r-lh-7 {
    line-height: 7px !important;
  }
  .r-lh-8 {
    line-height: 8px !important;
  }
  .r-lh-9 {
    line-height: 9px !important;
  }
  .r-lh-10 {
    line-height: 10px !important;
  }
  .r-lh-11 {
    line-height: 11px !important;
  }
  .r-lh-12 {
    line-height: 12px !important;
  }
  .r-lh-13 {
    line-height: 13px !important;
  }
  .r-lh-14 {
    line-height: 14px !important;
  }
  .r-lh-15 {
    line-height: 15px !important;
  }
  .r-lh-16 {
    line-height: 16px !important;
  }
  .r-lh-17 {
    line-height: 17px !important;
  }
  .r-lh-18 {
    line-height: 18px !important;
  }
  .r-lh-19 {
    line-height: 19px !important;
  }
  .r-lh-20 {
    line-height: 20px !important;
  }
  .r-lh-21 {
    line-height: 21px !important;
  }
  .r-lh-22 {
    line-height: 22px !important;
  }
  .r-lh-23 {
    line-height: 23px !important;
  }
  .r-lh-24 {
    line-height: 24px !important;
  }
  .r-lh-25 {
    line-height: 25px !important;
  }
  .r-lh-26 {
    line-height: 26px !important;
  }
  .r-lh-27 {
    line-height: 27px !important;
  }
  .r-lh-28 {
    line-height: 28px !important;
  }
  .r-lh-29 {
    line-height: 29px !important;
  }
  .r-lh-30 {
    line-height: 30px !important;
  }
  .r-lh-31 {
    line-height: 31px !important;
  }
  .r-lh-32 {
    line-height: 32px !important;
  }
  .r-lh-33 {
    line-height: 33px !important;
  }
  .r-lh-34 {
    line-height: 34px !important;
  }
  .r-lh-35 {
    line-height: 35px !important;
  }
  .r-lh-36 {
    line-height: 36px !important;
  }
  .r-lh-37 {
    line-height: 37px !important;
  }
  .r-lh-38 {
    line-height: 38px !important;
  }
  .r-lh-39 {
    line-height: 39px !important;
  }
  .r-lh-40 {
    line-height: 40px !important;
  }
  .r-lh-41 {
    line-height: 41px !important;
  }
  .r-lh-42 {
    line-height: 42px !important;
  }
  .r-lh-43 {
    line-height: 43px !important;
  }
  .r-lh-44 {
    line-height: 44px !important;
  }
  .r-lh-45 {
    line-height: 45px !important;
  }
  .r-lh-46 {
    line-height: 46px !important;
  }
  .r-lh-47 {
    line-height: 47px !important;
  }
  .r-lh-48 {
    line-height: 48px !important;
  }
  .r-lh-49 {
    line-height: 49px !important;
  }
  .r-lh-50 {
    line-height: 50px !important;
  }
  .r-lh-51 {
    line-height: 51px !important;
  }
  .r-lh-52 {
    line-height: 52px !important;
  }
  .r-lh-53 {
    line-height: 53px !important;
  }
  .r-lh-54 {
    line-height: 54px !important;
  }
  .r-lh-55 {
    line-height: 55px !important;
  }
  .r-lh-56 {
    line-height: 56px !important;
  }
  .r-lh-57 {
    line-height: 57px !important;
  }
  .r-lh-58 {
    line-height: 58px !important;
  }
  .r-lh-59 {
    line-height: 59px !important;
  }
  .r-lh-60 {
    line-height: 60px !important;
  }
  .r-lh-61 {
    line-height: 61px !important;
  }
  .r-lh-62 {
    line-height: 62px !important;
  }
  .r-lh-63 {
    line-height: 63px !important;
  }
  .r-lh-64 {
    line-height: 64px !important;
  }
  .r-lh-65 {
    line-height: 65px !important;
  }
  .r-lh-66 {
    line-height: 66px !important;
  }
  .r-lh-67 {
    line-height: 67px !important;
  }
  .r-lh-68 {
    line-height: 68px !important;
  }
  .r-lh-69 {
    line-height: 69px !important;
  }
  .r-lh-70 {
    line-height: 70px !important;
  }
  .r-lh-71 {
    line-height: 71px !important;
  }
  .r-lh-72 {
    line-height: 72px !important;
  }
  .r-lh-73 {
    line-height: 73px !important;
  }
  .r-lh-74 {
    line-height: 74px !important;
  }
  .r-lh-75 {
    line-height: 75px !important;
  }
  .r-lh-76 {
    line-height: 76px !important;
  }
  .r-lh-77 {
    line-height: 77px !important;
  }
  .r-lh-78 {
    line-height: 78px !important;
  }
  .r-lh-79 {
    line-height: 79px !important;
  }
  .r-lh-80 {
    line-height: 80px !important;
  }
  .r-lh-81 {
    line-height: 81px !important;
  }
  .r-lh-82 {
    line-height: 82px !important;
  }
  .r-lh-83 {
    line-height: 83px !important;
  }
  .r-lh-84 {
    line-height: 84px !important;
  }
  .r-lh-85 {
    line-height: 85px !important;
  }
  .r-lh-86 {
    line-height: 86px !important;
  }
  .r-lh-87 {
    line-height: 87px !important;
  }
  .r-lh-88 {
    line-height: 88px !important;
  }
  .r-lh-89 {
    line-height: 89px !important;
  }
  .r-lh-90 {
    line-height: 90px !important;
  }
  .r-lh-91 {
    line-height: 91px !important;
  }
  .r-lh-92 {
    line-height: 92px !important;
  }
  .r-lh-93 {
    line-height: 93px !important;
  }
  .r-lh-94 {
    line-height: 94px !important;
  }
  .r-lh-95 {
    line-height: 95px !important;
  }
  .r-lh-96 {
    line-height: 96px !important;
  }
  .r-lh-97 {
    line-height: 97px !important;
  }
  .r-lh-98 {
    line-height: 98px !important;
  }
  .r-lh-99 {
    line-height: 99px !important;
  }
  .r-lh-100 {
    line-height: 100px !important;
  }
  .r-lh-101 {
    line-height: 101px !important;
  }
  .r-lh-102 {
    line-height: 102px !important;
  }
  .r-lh-103 {
    line-height: 103px !important;
  }
  .r-lh-104 {
    line-height: 104px !important;
  }
  .r-lh-105 {
    line-height: 105px !important;
  }
  .r-lh-106 {
    line-height: 106px !important;
  }
  .r-lh-107 {
    line-height: 107px !important;
  }
  .r-lh-108 {
    line-height: 108px !important;
  }
  .r-lh-109 {
    line-height: 109px !important;
  }
  .r-lh-110 {
    line-height: 110px !important;
  }
  .r-lh-111 {
    line-height: 111px !important;
  }
  .r-lh-112 {
    line-height: 112px !important;
  }
  .r-lh-113 {
    line-height: 113px !important;
  }
  .r-lh-114 {
    line-height: 114px !important;
  }
  .r-lh-115 {
    line-height: 115px !important;
  }
  .r-lh-116 {
    line-height: 116px !important;
  }
  .r-lh-117 {
    line-height: 117px !important;
  }
  .r-lh-118 {
    line-height: 118px !important;
  }
  .r-lh-119 {
    line-height: 119px !important;
  }
  .r-lh-120 {
    line-height: 120px !important;
  }
  .r-lh-121 {
    line-height: 121px !important;
  }
  .r-lh-122 {
    line-height: 122px !important;
  }
  .r-lh-123 {
    line-height: 123px !important;
  }
  .r-lh-124 {
    line-height: 124px !important;
  }
  .r-lh-125 {
    line-height: 125px !important;
  }
  .r-lh-126 {
    line-height: 126px !important;
  }
  .r-lh-127 {
    line-height: 127px !important;
  }
  .r-lh-128 {
    line-height: 128px !important;
  }
  .r-lh-129 {
    line-height: 129px !important;
  }
  .r-lh-130 {
    line-height: 130px !important;
  }
}
.bg-primary {
  background-color: #eb212e !important;
}

.bg-secondary {
  background-color: #E4AE53 !important;
}

.bg-dark {
  background-color: #2F2F2F !important;
}

.bg-dark-blue {
  background-color: #2C2E3C !important;
}

.bg-yellow {
  background-color: #F4D21C !important;
}

.bg-gray {
  background-color: #D1D1D1 !important;
}

.bg-black {
  background-color: #000000 !important;
}

.bg-light-gray {
  background-color: rgba(0, 0, 0, 0.0509803922) !important;
}

.bg-white {
  background-color: white !important;
}

.bg-red {
  background-color: #D9000D !important;
}

.text-primary {
  color: #eb212e !important;
}

.text-secondary {
  color: #E4AE53 !important;
}

.text-red {
  color: #D9000D !important;
}

.text-yellow {
  color: #F4D21C !important;
}

.text-white {
  color: white !important;
}

.text-gray {
  color: #5BA8AF !important;
}

.text-orange {
  color: #DD6F2D !important;
}

.text-light-gray {
  color: rgba(0, 0, 0, 0.0509803922) !important;
}

.text-black {
  color: #000000 !important;
}

.btn-outline-primary {
  color: #eb212e !important;
  border-color: #eb212e !important;
  transition: all ease-in-out 0.2s;
  border-radius: 50px;
  opacity: 0.6;
}
.btn-outline-primary:hover {
  background-color: #eb212e !important;
  border: solid 1px #eb212e !important;
  opacity: 1;
  color: white !important;
  transform: scale(1.04) !important;
}

.btn-outline-secondary {
  color: #E4AE53 !important;
  border-color: #E4AE53 !important;
  transition: all ease-in-out 0.2s;
  border-radius: 50px;
  opacity: 0.6;
}
.btn-outline-secondary:hover {
  background-color: #E4AE53 !important;
  border: solid 1px #E4AE53 !important;
  opacity: 1;
  color: white !important;
  transform: scale(1.04) !important;
}

.btn-outline-red {
  color: #D9000D !important;
  border-color: #D9000D !important;
  transition: all ease-in-out 0.2s;
  border-radius: 50px;
  opacity: 0.6;
}
.btn-outline-red:hover {
  background-color: #D9000D !important;
  border: solid 1px #D9000D !important;
  opacity: 1;
  color: white !important;
  transform: scale(1.04) !important;
}

.btn-outline-yellow {
  color: #F4D21C !important;
  border-color: #F4D21C !important;
  transition: all ease-in-out 0.2s;
  border-radius: 50px;
  opacity: 0.6;
}
.btn-outline-yellow:hover {
  background-color: #F4D21C !important;
  border: solid 1px #F4D21C !important;
  opacity: 1;
  color: white !important;
  transform: scale(1.04) !important;
}

.btn-outline-white {
  color: white !important;
  border-color: white !important;
  transition: all ease-in-out 0.2s;
  border-radius: 50px;
  opacity: 0.6;
}
.btn-outline-white:hover {
  background-color: white !important;
  border: solid 1px white !important;
  opacity: 1;
  color: white !important;
  transform: scale(1.04) !important;
}

.btn-outline-gray {
  color: #5BA8AF !important;
  border-color: #5BA8AF !important;
  transition: all ease-in-out 0.2s;
  border-radius: 50px;
  opacity: 0.6;
}
.btn-outline-gray:hover {
  background-color: #5BA8AF !important;
  border: solid 1px #5BA8AF !important;
  opacity: 1;
  color: white !important;
  transform: scale(1.04) !important;
}

.btn-outline-orange {
  color: #DD6F2D !important;
  border-color: #DD6F2D !important;
  transition: all ease-in-out 0.2s;
  border-radius: 50px;
  opacity: 0.6;
}
.btn-outline-orange:hover {
  background-color: #DD6F2D !important;
  border: solid 1px #DD6F2D !important;
  opacity: 1;
  color: white !important;
  transform: scale(1.04) !important;
}

.btn-outline-light-gray {
  color: rgba(0, 0, 0, 0.0509803922) !important;
  border-color: rgba(0, 0, 0, 0.0509803922) !important;
  transition: all ease-in-out 0.2s;
  border-radius: 50px;
  opacity: 0.6;
}
.btn-outline-light-gray:hover {
  background-color: rgba(0, 0, 0, 0.0509803922) !important;
  border: solid 1px rgba(0, 0, 0, 0.0509803922) !important;
  opacity: 1;
  color: white !important;
  transform: scale(1.04) !important;
}

.btn-outline-black {
  color: #000000 !important;
  border-color: #000000 !important;
  transition: all ease-in-out 0.2s;
  border-radius: 50px;
  opacity: 0.6;
}
.btn-outline-black:hover {
  background-color: #000000 !important;
  border: solid 1px #000000 !important;
  opacity: 1;
  color: white !important;
  transform: scale(1.04) !important;
}

.btn-primary {
  color: white !important;
  background-color: #eb212e !important;
  height: 43px;
  border-radius: 8px;
  transition: all ease-in-out 0.3s;
  position: relative;
  overflow: hidden;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
  border-radius: 10px !important;
}
.btn-primary::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.4s ease, height 0.4s ease;
}
.btn-primary:hover {
  background: linear-gradient(135deg, #eb212e 0%, rgb(239.2148760331, 79.7851239669, 90.0454545455) 100%) !important;
  border: 2px solid #eb212e !important;
  box-shadow: 0 4px 12px rgba(235, 33, 46, 0.3);
}
.btn-primary:hover::before {
  width: 350px;
  height: 350px;
}
.btn-primary:active {
  transform: scale(0.98);
  transition: transform 0.1s ease;
  box-shadow: 0 2px 6px rgba(235, 33, 46, 0.4);
}
.btn-primary:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(235, 33, 46, 0.4);
}
.btn-primary:disabled, .btn-primary.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none !important;
}
.btn-primary:disabled:hover, .btn-primary.disabled:hover {
  background-color: #eb212e !important;
  color: white !important;
  transform: none !important;
  box-shadow: none !important;
}
.btn-primary:disabled:hover::before, .btn-primary.disabled:hover::before {
  width: 0;
  height: 0;
}
.btn-primary.btn-outline-primary {
  background-color: transparent !important;
  border: 2px solid #eb212e !important;
  color: #eb212e !important;
}
.btn-primary.btn-outline-primary:hover {
  background-color: #eb212e !important;
  color: white !important;
  box-shadow: 0 4px 12px rgba(235, 33, 46, 0.3);
}

.btn-secondary {
  color: #333333 !important;
  background-color: #E4AE53 !important;
  height: 43px;
  border-radius: 8px;
  transition: all ease-in-out 0.3s;
  position: relative;
  overflow: hidden;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
  border-radius: 10px !important;
}
.btn-secondary::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.4s ease, height 0.4s ease;
}
.btn-secondary:hover {
  background: linear-gradient(135deg, #E4AE53 0%, rgb(234.9195979899, 194.7587939698, 127.0804020101) 100%) !important;
  border: 2px solid #E4AE53 !important;
  box-shadow: 0 4px 12px rgba(228, 174, 83, 0.3);
}
.btn-secondary:hover::before {
  width: 350px;
  height: 350px;
}
.btn-secondary:active {
  transform: scale(0.98);
  transition: transform 0.1s ease;
  box-shadow: 0 2px 6px rgba(228, 174, 83, 0.4);
}
.btn-secondary:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(228, 174, 83, 0.4);
}
.btn-secondary:disabled, .btn-secondary.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none !important;
}
.btn-secondary:disabled:hover, .btn-secondary.disabled:hover {
  background-color: #E4AE53 !important;
  color: #333333 !important;
  transform: none !important;
  box-shadow: none !important;
}
.btn-secondary:disabled:hover::before, .btn-secondary.disabled:hover::before {
  width: 0;
  height: 0;
}
.btn-secondary.btn-outline-secondary {
  background-color: transparent !important;
  border: 2px solid #E4AE53 !important;
  color: #E4AE53 !important;
}
.btn-secondary.btn-outline-secondary:hover {
  background-color: #E4AE53 !important;
  color: #333333 !important;
  box-shadow: 0 4px 12px rgba(228, 174, 83, 0.3);
}

.btn-red {
  color: white !important;
  background-color: #D9000D !important;
  height: 43px;
  border-radius: 8px;
  transition: all ease-in-out 0.3s;
  position: relative;
  overflow: hidden;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
  border-radius: 10px !important;
}
.btn-red::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.4s ease, height 0.4s ease;
}
.btn-red:hover {
  background: linear-gradient(135deg, #D9000D 0%, rgb(255, 13, 27.4976958525) 100%) !important;
  border: 2px solid #D9000D !important;
  box-shadow: 0 4px 12px rgba(217, 0, 13, 0.3);
}
.btn-red:hover::before {
  width: 350px;
  height: 350px;
}
.btn-red:active {
  transform: scale(0.98);
  transition: transform 0.1s ease;
  box-shadow: 0 2px 6px rgba(217, 0, 13, 0.4);
}
.btn-red:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(217, 0, 13, 0.4);
}
.btn-red:disabled, .btn-red.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none !important;
}
.btn-red:disabled:hover, .btn-red.disabled:hover {
  background-color: #D9000D !important;
  color: white !important;
  transform: none !important;
  box-shadow: none !important;
}
.btn-red:disabled:hover::before, .btn-red.disabled:hover::before {
  width: 0;
  height: 0;
}
.btn-red.btn-outline-red {
  background-color: transparent !important;
  border: 2px solid #D9000D !important;
  color: #D9000D !important;
}
.btn-red.btn-outline-red:hover {
  background-color: #D9000D !important;
  color: white !important;
  box-shadow: 0 4px 12px rgba(217, 0, 13, 0.3);
}

.btn-yellow {
  color: #333333 !important;
  background-color: #F4D21C !important;
  height: 43px;
  border-radius: 8px;
  transition: all ease-in-out 0.3s;
  position: relative;
  overflow: hidden;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
  border-radius: 10px !important;
}
.btn-yellow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.4s ease, height 0.4s ease;
}
.btn-yellow:hover {
  background: linear-gradient(135deg, #F4D21C 0%, rgb(246.3571428571, 219.6428571429, 76.6428571429) 100%) !important;
  border: 2px solid #F4D21C !important;
  box-shadow: 0 4px 12px rgba(244, 210, 28, 0.3);
}
.btn-yellow:hover::before {
  width: 350px;
  height: 350px;
}
.btn-yellow:active {
  transform: scale(0.98);
  transition: transform 0.1s ease;
  box-shadow: 0 2px 6px rgba(244, 210, 28, 0.4);
}
.btn-yellow:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(244, 210, 28, 0.4);
}
.btn-yellow:disabled, .btn-yellow.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none !important;
}
.btn-yellow:disabled:hover, .btn-yellow.disabled:hover {
  background-color: #F4D21C !important;
  color: #333333 !important;
  transform: none !important;
  box-shadow: none !important;
}
.btn-yellow:disabled:hover::before, .btn-yellow.disabled:hover::before {
  width: 0;
  height: 0;
}
.btn-yellow.btn-outline-yellow {
  background-color: transparent !important;
  border: 2px solid #F4D21C !important;
  color: #F4D21C !important;
}
.btn-yellow.btn-outline-yellow:hover {
  background-color: #F4D21C !important;
  color: #333333 !important;
  box-shadow: 0 4px 12px rgba(244, 210, 28, 0.3);
}

.btn-white {
  color: #333333 !important;
  background-color: white !important;
  height: 43px;
  border-radius: 8px;
  transition: all ease-in-out 0.3s;
  position: relative;
  overflow: hidden;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
  border-radius: 10px !important;
}
.btn-white::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.4s ease, height 0.4s ease;
}
.btn-white:hover {
  background: linear-gradient(135deg, white 0%, hsl(0, 0%, 110%) 100%) !important;
  border: 2px solid white !important;
  box-shadow: 0 4px 12px rgba(255, 255, 255, 0.3);
}
.btn-white:hover::before {
  width: 350px;
  height: 350px;
}
.btn-white:active {
  transform: scale(0.98);
  transition: transform 0.1s ease;
  box-shadow: 0 2px 6px rgba(255, 255, 255, 0.4);
}
.btn-white:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.4);
}
.btn-white:disabled, .btn-white.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none !important;
}
.btn-white:disabled:hover, .btn-white.disabled:hover {
  background-color: white !important;
  color: #333333 !important;
  transform: none !important;
  box-shadow: none !important;
}
.btn-white:disabled:hover::before, .btn-white.disabled:hover::before {
  width: 0;
  height: 0;
}
.btn-white.btn-outline-white {
  background-color: transparent !important;
  border: 2px solid white !important;
  color: white !important;
}
.btn-white.btn-outline-white:hover {
  background-color: white !important;
  color: #333333 !important;
  box-shadow: 0 4px 12px rgba(255, 255, 255, 0.3);
}

.btn-gray {
  color: #333333 !important;
  background-color: #5BA8AF !important;
  height: 43px;
  border-radius: 8px;
  transition: all ease-in-out 0.3s;
  position: relative;
  overflow: hidden;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
  border-radius: 10px !important;
}
.btn-gray::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.4s ease, height 0.4s ease;
}
.btn-gray:hover {
  background: linear-gradient(135deg, #5BA8AF 0%, rgb(125.2786885246, 186.1844262295, 191.7213114754) 100%) !important;
  border: 2px solid #5BA8AF !important;
  box-shadow: 0 4px 12px rgba(91, 168, 175, 0.3);
}
.btn-gray:hover::before {
  width: 350px;
  height: 350px;
}
.btn-gray:active {
  transform: scale(0.98);
  transition: transform 0.1s ease;
  box-shadow: 0 2px 6px rgba(91, 168, 175, 0.4);
}
.btn-gray:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(91, 168, 175, 0.4);
}
.btn-gray:disabled, .btn-gray.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none !important;
}
.btn-gray:disabled:hover, .btn-gray.disabled:hover {
  background-color: #5BA8AF !important;
  color: #333333 !important;
  transform: none !important;
  box-shadow: none !important;
}
.btn-gray:disabled:hover::before, .btn-gray.disabled:hover::before {
  width: 0;
  height: 0;
}
.btn-gray.btn-outline-gray {
  background-color: transparent !important;
  border: 2px solid #5BA8AF !important;
  color: #5BA8AF !important;
}
.btn-gray.btn-outline-gray:hover {
  background-color: #5BA8AF !important;
  color: #333333 !important;
  box-shadow: 0 4px 12px rgba(91, 168, 175, 0.3);
}

.btn-orange {
  color: #333333 !important;
  background-color: #DD6F2D !important;
  height: 43px;
  border-radius: 8px;
  transition: all ease-in-out 0.3s;
  position: relative;
  overflow: hidden;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
  border-radius: 10px !important;
}
.btn-orange::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.4s ease, height 0.4s ease;
}
.btn-orange:hover {
  background: linear-gradient(135deg, #DD6F2D 0%, rgb(228.106557377, 141.0983606557, 88.893442623) 100%) !important;
  border: 2px solid #DD6F2D !important;
  box-shadow: 0 4px 12px rgba(221, 111, 45, 0.3);
}
.btn-orange:hover::before {
  width: 350px;
  height: 350px;
}
.btn-orange:active {
  transform: scale(0.98);
  transition: transform 0.1s ease;
  box-shadow: 0 2px 6px rgba(221, 111, 45, 0.4);
}
.btn-orange:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(221, 111, 45, 0.4);
}
.btn-orange:disabled, .btn-orange.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none !important;
}
.btn-orange:disabled:hover, .btn-orange.disabled:hover {
  background-color: #DD6F2D !important;
  color: #333333 !important;
  transform: none !important;
  box-shadow: none !important;
}
.btn-orange:disabled:hover::before, .btn-orange.disabled:hover::before {
  width: 0;
  height: 0;
}
.btn-orange.btn-outline-orange {
  background-color: transparent !important;
  border: 2px solid #DD6F2D !important;
  color: #DD6F2D !important;
}
.btn-orange.btn-outline-orange:hover {
  background-color: #DD6F2D !important;
  color: #333333 !important;
  box-shadow: 0 4px 12px rgba(221, 111, 45, 0.3);
}

.btn-light-gray {
  color: #333333 !important;
  background-color: rgba(0, 0, 0, 0.0509803922) !important;
  height: 43px;
  border-radius: 8px;
  transition: all ease-in-out 0.3s;
  position: relative;
  overflow: hidden;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
  border-radius: 10px !important;
}
.btn-light-gray::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.4s ease, height 0.4s ease;
}
.btn-light-gray:hover {
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.0509803922) 0%, rgba(25.5, 25.5, 25.5, 0.0509803922) 100%) !important;
  border: 2px solid rgba(0, 0, 0, 0.0509803922) !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
.btn-light-gray:hover::before {
  width: 350px;
  height: 350px;
}
.btn-light-gray:active {
  transform: scale(0.98);
  transition: transform 0.1s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
}
.btn-light-gray:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.4);
}
.btn-light-gray:disabled, .btn-light-gray.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none !important;
}
.btn-light-gray:disabled:hover, .btn-light-gray.disabled:hover {
  background-color: rgba(0, 0, 0, 0.0509803922) !important;
  color: #333333 !important;
  transform: none !important;
  box-shadow: none !important;
}
.btn-light-gray:disabled:hover::before, .btn-light-gray.disabled:hover::before {
  width: 0;
  height: 0;
}
.btn-light-gray.btn-outline-light-gray {
  background-color: transparent !important;
  border: 2px solid rgba(0, 0, 0, 0.0509803922) !important;
  color: rgba(0, 0, 0, 0.0509803922) !important;
}
.btn-light-gray.btn-outline-light-gray:hover {
  background-color: rgba(0, 0, 0, 0.0509803922) !important;
  color: #333333 !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.btn-black {
  color: white !important;
  background-color: #000000 !important;
  height: 43px;
  border-radius: 8px;
  transition: all ease-in-out 0.3s;
  position: relative;
  overflow: hidden;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
  border-radius: 10px !important;
}
.btn-black::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.4s ease, height 0.4s ease;
}
.btn-black:hover {
  background: linear-gradient(135deg, #000000 0%, rgb(25.5, 25.5, 25.5) 100%) !important;
  border: 2px solid #000000 !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
.btn-black:hover::before {
  width: 350px;
  height: 350px;
}
.btn-black:active {
  transform: scale(0.98);
  transition: transform 0.1s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
}
.btn-black:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.4);
}
.btn-black:disabled, .btn-black.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none !important;
}
.btn-black:disabled:hover, .btn-black.disabled:hover {
  background-color: #000000 !important;
  color: white !important;
  transform: none !important;
  box-shadow: none !important;
}
.btn-black:disabled:hover::before, .btn-black.disabled:hover::before {
  width: 0;
  height: 0;
}
.btn-black.btn-outline-black {
  background-color: transparent !important;
  border: 2px solid #000000 !important;
  color: #000000 !important;
}
.btn-black.btn-outline-black:hover {
  background-color: #000000 !important;
  color: white !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.thin {
  font-weight: 100 !important;
}

.light {
  font-weight: 200 !important;
}

.semi-normal {
  font-weight: 400 !important;
}

.normal {
  font-weight: 500 !important;
}

.semi-bold {
  font-weight: 700 !important;
}

.bold {
  font-weight: 800 !important;
}

.extra-bold {
  font-weight: 900 !important;
}

.black {
  font-weight: 900 !important;
}

.uppercase {
  text-transform: uppercase !important;
}

.lowercase {
  text-transform: lowercase !important;
}

.capitalize {
  text-transform: capitalize !important;
}

.italic {
  font-style: italic !important;
}

.text-right {
  text-align: right !important;
}

.text-left {
  text-align: left !important;
}

.border-1 {
  border: solid 1px !important;
}

.border-2 {
  border: solid 2px !important;
}

.border-3 {
  border: solid 3px !important;
}

.border-4 {
  border: solid 4px !important;
}

.border-5 {
  border: solid 5px !important;
}

.bg-transparent {
  background: transparent !important;
}

.overflow-x-hidden {
  overflow: hidden !important;
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
  border: solid 15px white;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #404357;
  opacity: 0.9;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.zoom-infinite {
  -webkit-animation: zoomSlow 60s infinite linear;
  -moz-animation: zoomSlow 60s infinite linear;
  animation: zoomSlow 60s infinite linear;
}

@-webkit-keyframes zoomSlow {
  0% {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.3) rotate(0.1deg);
    -webkit-transform: scale(1.3) rotate(0.1deg);
    transform: scale(1.3) rotate(0.1deg);
  }
  100% {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes zoomSlow {
  0% {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.3) rotate(0.1deg);
    -webkit-transform: scale(1.3) rotate(0.1deg);
    transform: scale(1.3) rotate(0.1deg);
  }
  100% {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.pb-60 {
  padding-bottom: 60px;
}

.btn .badge {
  position: absolute;
  top: -1px;
  background: red;
  border-radius: 10px;
  left: 30px;
  top: 9px;
}

span.select2.select2-container.select2-container--default {
  margin: auto;
}

.select2-container .select2-selection--single {
  height: 50px !important;
  border-radius: 8px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 47px !important;
  position: absolute;
  top: 1px;
  right: 8px !important;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #000000 !important;
  font-size: 16px !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: #000000 !important;
  color: #fff;
  font-size: 16px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 33px !important;
  font-size: 16px !important;
  padding-left: 20px !important;
}

.select2-container--default .select2-results__option {
  font-size: 16px !important;
}

#filter-inicio {
  height: 66px;
  z-index: 1;
  position: relative;
}
@media (max-width: 768px) {
  #filter-inicio {
    height: auto;
  }
}

section#slider-home {
  position: relative !important;
  z-index: 0;
  top: -33px;
}

.container.slider-info {
  position: relative;
  z-index: 2;
  top: -450px;
}

button#search-button {
  position: absolute;
  height: 66px;
  width: 66px;
  top: 0px;
  right: -25px;
  border: none;
  border-radius: 10px;
}
@media (max-width: 768px) {
  button#search-button {
    position: relative;
    width: 100%;
    top: unset;
    right: unset;
    height: 50px;
    display: flex;
    margin-bottom: 15px;
  }
  button#search-button span.d-md-none.d-block.text-white.font-16 {
    padding-right: 10px;
    text-transform: uppercase;
  }
}

.bg-white-semi {
  background: rgba(255, 255, 255, 0.7019607843);
}

.border-radius-filter {
  border-radius: 10px;
}
@media (max-width: 768px) {
  .border-radius-filter {
    border-radius: 0px;
  }
}

.bg-header {
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.bg-header .logo img {
  max-width: 140px;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .bg-header .logo img {
    max-width: 170px;
    padding-top: 18px;
    padding-bottom: 21px;
  }
}
@media (max-width: 768px) {
  .bg-header {
    padding-bottom: 20px;
  }
}

.img-oportunities {
  min-height: 450px;
}
@media (max-width: 768px) {
  .img-oportunities {
    min-height: 250px;
    background-position: right;
  }
}

#home-slider .carousel-item .media-item {
  width: 100%;
  object-fit: cover;
  height: 450px;
}

.nav-pills .nav-link, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #4E9051;
  font-size: 14px;
  font-weight: 200;
  padding: 15px 20px;
  width: 190px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .nav-pills .nav-link, .nav-pills .show > .nav-link {
    font-size: 11px !important;
    width: 150px;
    padding: 15px 18px;
  }
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: black;
  background-color: transparent;
  font-size: 14px;
  font-weight: 200;
  padding: 14px 20px;
  width: 190px;
  border: solid 1px #4E9051;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    font-size: 11px !important;
    width: 150px;
    padding: 15px 18px;
  }
}

.box-widget {
  height: 240px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .box-widget {
    height: 140px;
  }
}
.box-widget .box-widget-velo {
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.34);
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  transition: 0.6s;
}
.box-widget .box-widget-body {
  z-index: 1;
  position: relative;
  padding: 25px;
  color: white;
  height: 100%;
}
.box-widget .box-widget-body h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  width: 120px;
  position: absolute;
  bottom: 5px;
  line-height: 1.1;
}
.box-widget .box-widget-body .box-readmore {
  transform: translateY(130px);
  transition: all 0.4s ease;
  font-size: 14px;
}
.box-widget .box-widget-bg-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  transition: all 0.4s ease;
}
.box-widget:hover .box-readmore {
  transform: translateY(85px);
}
@media (max-width: 768px) {
  .box-widget:hover .box-readmore {
    transform: translateY(45px);
  }
}
.box-widget:hover .box-readmore a {
  text-decoration: underline;
}
.box-widget:hover .box-widget-bg-img {
  -webkit-animation: zoomSlow 10s infinite linear;
  -moz-animation: zoomSlow 10s infinite linear;
  animation: zoomSlow 10s infinite linear;
}

section.bg-slide {
  height: 350px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
}
section.bg-slide img.logo-parallax.m-auto {
  width: 100%;
  max-width: 420px;
  margin: auto auto;
}

.gallery-brands .gallery-brand-item {
  max-height: 150px;
  max-width: 215px;
  min-height: 100px;
  object-fit: contain;
}
@media (max-width: 768px) {
  .gallery-brands .gallery-brand-item {
    max-width: 150px !important;
  }
}

img.skip-lazy.wcgs-slider-image-tag {
  height: 100% !important;
  background-size: cover;
  object-fit: cover;
}

.wcgs-slider-image {
  height: 500px;
}

nav.woocommerce-breadcrumb {
  margin-top: -20px !important;
  font-size: 12px !important;
  color: white !important;
  font-weight: 200;
}

.woocommerce .woocommerce-breadcrumb a {
  color: white !important;
}

.nutrition-facts {
  height: 426px !important;
}
@media (max-width: 768px) {
  .nutrition-facts {
    width: 100%;
    height: auto !important;
    margin-top: 10px;
  }
}

h1.product_title.entry-title {
  clear: none;
  margin-top: 0;
  padding: 0;
  max-width: 400px;
  font-size: 37px;
  line-height: 1.2;
  font-weight: bold;
}

.img-product-item {
  height: 423px;
  background-size: cover;
  width: 350px;
  position: relative;
  background-position: center;
}
@media (max-width: 768px) {
  .img-product-item {
    width: 100%;
    margin-bottom: 20px;
  }
}
.img-product-item .tag-image-product {
  background: #263935;
  color: white;
  rotate: deg(90);
  top: 33px;
  position: absolute;
  transform: rotate(270deg);
  right: -33px;
  width: 107px;
  text-align: center;
  height: 40px;
  font-weight: 200;
  font-size: 18px;
  border-radius: 18px 0 0;
  font-style: italic;
  padding-top: 6px;
}

@media (max-width: 768px) {
  .product-category-single {
    margin-bottom: 20px;
  }
}
.product-category-single a {
  color: #e4ae53;
  font-size: 24px;
  font-weight: 300;
}

.leaf-mask {
  width: 100%; /* Ajusta según tus necesidades */
  position: relative;
  overflow: hidden;
  /* Compatibilidad con navegadores */
  /* Compatibilidad con navegadores */
  -webkit-clip-path: inset(0 0 0 0 round 90% 0%);
  clip-path: inset(0 0 0 0 round 90% 0%);
}

.leaf-mask img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.semi-light {
  font-weight: 300;
}

span.woocommerce-Price-amount.amount {
  display: block;
}

.owl-stage-outer {
  padding-left: 1px;
  padding-right: 0px;
}

span.nav-slider-button {
  background: #EB212E;
  padding: 10px 16px;
  border-radius: 26px;
}

.tag-image-product {
  position: relative;
  width: 42px;
  background-color: #C30613;
  color: white;
  display: flex;
  padding: 0px;
  height: 20px;
  margin: auto 8px;
}
.tag-image-product span {
  margin: auto;
}
.tag-image-product div {
  width: 50%;
  line-height: 1;
}

.product-card {
  border-radius: 15px;
}
.product-card img {
  width: 100%;
  height: 185px !important;
  object-fit: contain;
  padding: 30px 20px 0 20px;
}

span.old-price {
  font-size: 14px;
  text-decoration: line-through;
  color: #999999 !important;
}

span.new-price {
  font-size: 18px;
  font-weight: 600;
}

button.ff-btn.ff-btn-submit.ff-btn-md.ff_btn_style.wpf_has_custom_css {
  background: transparent linear-gradient(104deg, #009150 0%, #B5CF47 100%) 0% 0% no-repeat padding-box;
  border-radius: 30px;
  border: none;
  padding: 10px 35px;
  float: none;
  display: inline-block;
}

.add-to-cart.mt-3 {
  position: absolute !important;
  bottom: -20px !important;
}

.cfw-side-cart-quantity-wrap svg {
  color: #F4D21C important;
  width: var(--cfw-side-cart-icon-width, 34px);
}

.cfw-side-cart-quantity-wrap.cfw_cart_icon_shortcode.cfw-side-cart-open-trigger .cfw-side-cart-quantity-wrap svg {
  color: #b6cf47 !important;
  width: var(--cfw-side-cart-icon-width, 34px);
}
.cfw-side-cart-quantity-wrap.cfw_cart_icon_shortcode.cfw-side-cart-open-trigger .cfw-side-cart-quantity {
  color: #F4D21C;
}

#footer-menu ul {
  list-style: none;
}
#footer-menu ul li a {
  color: white;
  font-size: 16px;
  font-weight: 300;
}

a.checkout-button.button.alt.wc-forward {
  background: transparent linear-gradient(104deg, #009150 0%, #B5CF47 100%) 0% 0% no-repeat padding-box;
  border-radius: 30px;
  border: none;
}

a.box-round-large.d-block.h-100.relative {
  height: 445px !important;
  position: relative;
}
a.box-round-large.d-block.h-100.relative h3.title-box-round {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.woocommerce-cart-form__cart-item.cart_item a {
  color: #111111;
  font-size: 16px;
  font-weight: 300;
}

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
  width: 70px;
  box-shadow: none;
}

.custom-dots {
  text-align: center;
  margin-top: 10px;
}

.col-md-12.py-md-4.px-md-4.py-3.wyswyg.aos-init.aos-animate {
  font-weight: 400;
}

button.btn.btn-primary.btn-lg.font-14.px-4.semi-light {
  width: auto;
  background-color: #EB212E !important;
}
@media (max-width: 768px) {
  button.btn.btn-primary.btn-lg.font-14.px-4.semi-light {
    width: auto;
  }
}

img.logo-black {
  display: block;
  width: 175px;
  left: 13px;
  top: 28px;
}

.custom-dots button {
  background-color: #ddd;
  border: none;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.custom-dots button.active {
  background-color: #333;
}

button.owl-prev,
button.owl-next {
  background: none;
  border: none;
}

.relative {
  position: relative !important;
}

.alm-listing.alm-ajax.row {
  width: 100% !important;
  margin-top: 30px;
}

a.box-round-medium.d-block.h-100.relative {
  height: 210px !important;
  position: relative;
}
a.box-round-medium.d-block.h-100.relative h3.title-box-round {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.border-x {
  border-left: solid 1px #fff;
  border-right: solid 1px #fff;
}

.col-md-3.my-auto.border-left {
  margin-bottom: 15px;
  text-align: end !important;
  border-left: solid 1px #fff;
  color: greenyellow !important;
  font-size: 14px;
}
.col-md-3.my-auto.border-left a {
  color: #e4ae53;
  font-size: 14px;
  font-weight: 300;
}
.col-md-3.my-auto.border-left .cfw-side-cart-quantity-wrap svg {
  color: #e4ae53;
  width: var(--cfw-side-cart-icon-width, 34px);
}
.col-md-3.my-auto.border-left .cfw-side-cart-quantity-wrap {
  color: #e4ae53;
  font-size: 18px;
}

@media (max-width: 768px) {
  img.img-item {
    position: relative;
    width: 300px;
  }
}

.product-description {
  font-size: 16px;
  padding-right: 85px;
}
@media (max-width: 768px) {
  .product-description {
    padding-right: 35px;
  }
}

.col-auto.tag-formats {
  font-size: 16px;
  border: solid 1px #4E9051;
  margin: 17px 6px 10px 10px;
  padding: 2px 16px;
  border-radius: 5px;
}

header.header-simple {
  background-repeat: no-repeat;
  background-size: cover;
}

a.list-group-item.list-group-item-action.font-14 {
  background: transparent;
  border: none;
  font-size: 14px !important;
  padding: 0.5rem 0rem;
}
a.list-group-item.list-group-item-action.font-14.active {
  color: #4E9051;
  font-weight: 600;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .container.sticky {
    background: white;
    z-index: 100;
    position: fixed;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-shadow: 3px 9px 17px -9px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 3px 9px 17px -9px rgba(0, 0, 0, 0.45);
    box-shadow: 3px 9px 17px -9px rgba(0, 0, 0, 0.45);
  }
}

.img-product-loop {
  height: 296px;
  background-size: cover;
  background-position: center;
  position: relative;
}
@media (max-width: 768px) {
  .img-product-loop {
    width: 100%;
    margin-bottom: 20px;
    height: 256px;
  }
}
.img-product-loop .box-title-container {
  padding: 22px;
  position: absolute;
  bottom: -12px;
  max-width: 200px;
}
.img-product-loop .tag-image-product {
  background: #263935;
  color: white;
  rotate: deg(90);
  top: 33px;
  position: absolute;
  transform: rotate(270deg);
  right: -33px;
  width: 107px;
  text-align: center;
  height: 40px;
  font-weight: 200;
  font-size: 18px;
  border-radius: 18px 0 0;
  font-style: italic;
  padding-top: 6px;
}

select.orderby {
  font-size: 14px;
  font-weight: 300;
  padding: 8px 10px;
  border: solid 1px #999999;
  border-radius: 5px;
}

.box-widget-product {
  height: 460px;
  position: relative;
  overflow: hidden;
}
.box-widget-product .tag-image-product {
  background: #263935;
  color: white;
  rotate: deg(90);
  top: 33px;
  position: absolute;
  transform: rotate(270deg);
  right: -33px;
  width: 107px;
  text-align: center;
  height: 40px;
  font-weight: 200;
  font-size: 18px;
  border-radius: 18px 0 0;
  font-style: italic;
  padding-top: 6px;
  z-index: 2;
}
.box-widget-product .box-widget-product-body {
  padding: 25px;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 1;
  transform: translateY(80px);
  transition: all 0.5s ease;
}
.box-widget-product .box-widget-product-body .box-title-container {
  max-width: 200px;
}
.box-widget-product .box-widget-product-body .btn-container {
  margin-top: 30px;
  width: 100%;
  position: absolute;
}
.box-widget-product:hover .box-widget-product-body {
  transform: translateY(0px);
}

a.text-dark.btn.btn-product-more.font-14 {
  width: 100%;
  height: 50px;
  color: black;
  background: white;
  display: flex;
  border-radius: 6px;
}

.box-widget-product-velo {
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.26);
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  transition: 0.6s;
}

img.box-widget-product-bg-img.lazy-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

footer {
  overflow-x: hidden;
}
footer .logo img {
  margin-top: 10px;
  width: 100%;
  max-width: 200px;
  margin: auto;
  margin-bottom: 10px;
}
footer ul#footer-menu {
  display: grid;
  /* grid-template-columns: 1fr 1fr; */
  column-gap: 30px;
  row-gap: 9px;
  list-style: none;
  padding-left: 0 !important;
}
footer ul#footer-menu li a {
  color: white;
  font-size: 14px;
  font-weight: 300;
}
footer .newsletter-form .form-control {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  border-radius: 5px;
  font-size: 14px;
}
footer .newsletter-form button#button-addon2 {
  background: #4f9052;
  border: none;
  border-radius: 0 5px 5px 0;
  opacity: 1;
  color: white !important;
  padding: 10px 18px;
  font-weight: 300;
  font-size: 14px;
}

.icons-products-labels .icon {
  margin: auto;
  width: 59px;
}

#menu-smart-desktop {
  background-color: white;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1607843137);
  z-index: 5;
  position: absolute;
  max-width: 1320px;
  top: 80px;
  display: none;
  right: 5%;
}
@media (max-width: 992px) {
  #menu-smart-desktop {
    max-width: 1020px;
  }
  #menu-smart-desktop ul.product-list-items {
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 50px;
    row-gap: 0px;
    list-style: none;
  }
  #menu-smart-desktop ul.product-list-items li a {
    transition: all 0.5s ease;
    color: black;
    font-size: 14px;
    font-weight: 300;
  }
}
@media (max-width: 768px) {
  #menu-smart-desktop {
    display: none;
  }
}
#menu-smart-desktop #menu-tab {
  border-right: 1px solid #e3e3e3;
}
#menu-smart-desktop #menu-tab .nav-link {
  width: 195px;
  border: none;
  opacity: 0.6;
  font-size: 14px;
  font-weight: 300;
  background-color: white;
  color: black;
  height: 250px;
}
#menu-smart-desktop #menu-tab .nav-link.active {
  opacity: 1;
  font-weight: 800;
}
#menu-smart-desktop #menu-tab .circle-bg-menu {
  background-color: #E9EAEA;
  width: 107px;
  height: 107px;
  border-radius: 50%;
  margin: auto;
}
#menu-smart-desktop #menu-tab .menu-item {
  padding-top: 15px;
}
#menu-smart-desktop .category-menu-container {
  border-right: 1px solid #e3e3e3;
  width: 350px;
  height: 100%;
  margin-left: -4px;
  padding: 0;
  height: 520px;
}
#menu-smart-desktop .category-menu-container .image-category-menu {
  width: 100%;
  height: 162px;
  object-fit: cover;
}
#menu-smart-desktop .category-menu-container ul.menu-cat-list {
  padding: 0;
  margin: 0;
  list-style: none;
  height: 100%;
  padding-right: 10px;
  padding-left: 20px;
  padding-top: 20px;
}
#menu-smart-desktop .category-menu-container ul.menu-cat-list li.menu-vertical-products {
  cursor: pointer;
  padding: 0;
  margin: 0;
  list-style: none;
  height: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 5px;
  transition: all 0.5s ease;
  display: -webkit-box;
  position: relative;
}
#menu-smart-desktop .category-menu-container ul.menu-cat-list li.menu-vertical-products i.font-10.dashicons-align-pull-right.fas.fa-chevron-right {
  position: absolute;
  right: 20px;
  top: 10px;
  color: right;
}
#menu-smart-desktop .category-menu-container ul.menu-cat-list li.menu-vertical-products .title {
  color: black;
  font-size: 14px;
  font-weight: 300;
  padding: 4px 0;
  display: block;
}
#menu-smart-desktop .category-menu-container ul.menu-cat-list li.menu-vertical-products.active .title {
  font-weight: 700;
  color: #4E9051;
}
#menu-smart-desktop .category-menu-container ul.menu-cat-list li.menu-vertical-products.active {
  text-decoration: underline;
}
#menu-smart-desktop ul.product-list-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 50px;
  row-gap: 2px;
  list-style: none;
}
@media tablet {
  #menu-smart-desktop ul.product-list-items {
    padding-top: 40px;
    grid-template-columns: 1fr;
  }
}
#menu-smart-desktop ul.product-list-items li a {
  transition: all 0.5s ease;
  color: black;
  font-size: 14px;
  font-weight: 300;
}

.home-header {
  padding-top: 100px;
}

.modal-header {
  border: none;
}

.menu-container {
  padding: 0 70px;
  transition: all 0.5s ease;
}
.menu-container.sticky {
  position: fixed;
  z-index: 50;
  background-image: url("assets/images/bg/bg-header.svg");
  background-size: cover;
  width: 100%;
}
@media (max-width: 768px) {
  .menu-container {
    padding: 0 20px;
  }
}

.search-smart {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 60;
  position: fixed;
  display: none;
}

img.logo-search {
  height: auto;
  max-width: 100%;
  display: block;
  width: 175px;
  left: 13px;
  top: 28px;
}

.woocommerce-address-fields button {
  background: transparent linear-gradient(104deg, #009150 0%, #B5CF47 100%) 0% 0% no-repeat padding-box;
  border-radius: 30px;
  border: none;
  color: white;
  padding: 10px 35px;
  font-size: 16px;
}

.fluentform_wrapper_1 .ff-el-input--content input, .fluentform_wrapper_1 .ff-el-input--content .ff-el-form-control.ff_stripe_card_element, .fluentform_wrapper_1 .ff-el-input--content select, .fluentform_wrapper_1 .choices__list--single, .fluentform_wrapper_1 .choices[data-type*=select-multiple] {
  background-color: rgb(255, 255, 255) !important;
  font-size: 16px;
  border-style: solid;
  border-color: rgb(255, 255, 255) !important;
  border-width: 1px;
  border-radius: 0px !important;
  padding: 17px 20px !important;
  font-weight: 300;
  height: 48px !important;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.18);
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.18);
}

.fluentform_wrapper_1 .ff-el-input--content textarea {
  background-color: rgb(255, 255, 255) !important;
  font-size: 16px;
  border-style: solid;
  border-color: rgb(255, 255, 255) !important;
  border-width: 1px;
  border-radius: 0px !important;
  padding: 17px 20px !important;
  font-weight: 300;
  height: 170px !important;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.18);
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.18);
}

.fluentform .ff-el-form-check-label .ff-el-form-check-input {
  position: relative;
  top: -2px;
  vertical-align: middle;
  height: 20px !important;
}

.ff-default .ff-el-input--label label {
  display: inline-block;
  font-weight: 600;
  line-height: inherit;
  margin-bottom: 0;
}

button.ff-btn.ff-btn-submit.ff-btn-md.ff_btn_style {
  background: #EB212E;
  position: static;
  height: 54px;
  width: 240px;
  color: white;
  border: none;
  border-radius: 15px;
  margin-top: 15px;
  float: none;
  display: inline-block;
}
@media (max-width: 768px) {
  button.ff-btn.ff-btn-submit.ff-btn-md.ff_btn_style {
    position: static;
    background: #EB212E;
    height: 54px;
    width: 100%;
    margin-top: 15px;
  }
}

/* Alinear wrapper del botón con el formulario */
.ff-el-group.ff-text-right.ff_submit_btn_wrapper {
  text-align: initial !important;
  display: flex;
  justify-content: flex-start;
  margin-top: 15px;
}
@media (max-width: 768px) {
  .ff-el-group.ff-text-right.ff_submit_btn_wrapper {
    justify-content: flex-start;
  }
}

.col-md-8.border-contacto.p-md-5.py-4.aos-init.aos-animate {
  background: white;
  box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.1490196078);
  border-radius: 46px;
}

.user-registration-MyAccount-navigation li a {
  color: #1c1c1c;
  font-size: 18px !important;
  font-weight: 300;
}

#staticBackdrop .btn-close {
  position: absolute;
  right: 50px;
  background: #B5CF47 !important;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

button.ff-btn.ff-btn-submit.ff-btn-md.btn-primary.ff_btn_style {
  background: transparent linear-gradient(104deg, #009150 0%, #B5CF47 100%) 0% 0% no-repeat padding-box;
  border-radius: 30px;
  border: none;
  padding: 10px 35px;
}

.modal-backdrop {
  background-color: rgba(255, 255, 255, 0.9); /* Color negro semi-transparente */
}

.modal-content.modal-dialog-centered.modal-dialog.modal-lg {
  border-radius: 50px;
  box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.3764705882);
}

a.bt-greet.d-md-flex.d-none.pt-2.fomt-14.text-yellow {
  font-size: 14px !important;
  margin-right: 8px;
}

#menu-buscar {
  height: 50vh;
  z-index: 10000 !important;
  display: none;
  position: fixed;
  background: white;
  width: 100%;
}
#menu-buscar #altalena-search {
  border: none;
  /* border-bottom: 1px solid #000000; */
  padding: 10px;
  font-size: 42px;
  width: 100% !important;
  color: #BFBFBF !important;
  border-left: 1px solid;
  border-radius: 0px;
  padding-left: 44px;
  box-shadow: none;
}

.closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.wyswyg {
  font-family: "Montserrat", sans-serif;
}
.wyswyg strong {
  font-weight: 700;
}
.wyswyg a {
  color: black;
  text-decoration: underline;
}

.img-box-blog {
  height: 320px;
  background-size: cover;
  background-position: center;
  width: 100%;
  padding: 10px;
}
.img-box-blog .img-border {
  border: solid 5px white;
  padding: 35px;
  height: 100%;
  width: 100%;
  display: flex;
}
.img-box-blog .img-border h2 {
  margin: auto;
  color: white;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .img-box-blog {
    height: 220px;
  }
}

.content-box-blog {
  height: 230px;
  position: relative;
}
.content-box-blog .btn-read-more-blog {
  text-decoration: underline;
  position: absolute;
  bottom: 20px;
  right: 25px;
  color: black;
}

.uwaw-footer__i {
  display: none !important;
}

.wyswsg-20 p {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 300;
}

.icon-about-us {
  height: 120px;
  margin: auto;
}

.img-about-fluid {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.fluentform_wrapper_3 .ff-el-input--content input, .fluentform_wrapper_3 .ff-el-input--content .ff-el-form-control.ff_stripe_card_element, .fluentform_wrapper_3 .ff-el-input--content textarea, .fluentform_wrapper_3 .ff-el-input--content select, .fluentform_wrapper_3 .choices__list--single, .fluentform_wrapper_3 .choices[data-type*=select-multiple] {
  background-color: rgb(248, 248, 248);
  font-size: 14px;
  border-style: solid;
  border-color: rgb(214, 206, 206);
  border-width: 1px;
  border-radius: 30px;
  height: 44px;
}

.fluentform .ff-el-progress-bar {
  background-color: #4E9051 !important;
  color: #fff;
  height: inherit;
  text-align: right;
  transition: width 0.3s;
  width: 0;
}

.fluentform_wrapper_1 .ff-el-input--content input, .fluentform_wrapper_1 .ff-el-input--content .ff-el-form-control.ff_stripe_card_element, .fluentform_wrapper_1 .ff-el-input--content textarea, .fluentform_wrapper_1 .ff-el-input--content select, .fluentform_wrapper_1 .choices__list--single, .fluentform_wrapper_1 .choices[data-type*=select-multiple] {
  font-size: 14px;
  border-style: solid;
  border-color: rgb(78, 144, 81);
  border-width: 1px;
  border-radius: px;
  height: 46px;
}

.pagination {
  text-align: center;
  margin: 20px 0;
}

.pagination a {
  padding: 5px 10px;
  margin: 0 5px;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
}

.pagination a:hover {
  background-color: #eee;
}

.pagination .current {
  background-color: #333;
  color: #fff;
}

button.owl-prev {
  position: absolute;
  top: 44%;
  left: -5%;
  transform: translateY(-50%);
  z-index: 10;
}
button.owl-prev img.arrow-prev {
  transform: rotate(180deg);
}
@media (max-width: 768px) {
  button.owl-prev {
    position: absolute;
    left: 65%;
    top: -35px;
  }
}

button.owl-next {
  position: absolute;
  top: 44%;
  right: -5%;
  transform: translateY(-50%);
  z-index: 10;
}
@media (max-width: 768px) {
  button.owl-next {
    position: absolute;
    top: -35px;
    right: 5%;
  }
}

#menu-tab-r {
  border-right: 1px solid #e3e3e3;
}
#menu-tab-r .nav-link {
  width: 100%;
  border: none;
  opacity: 0.6;
  font-size: 18px;
  font-weight: 300;
  background-color: white;
  color: black;
  height: 250px;
}
#menu-tab-r .nav-link.active {
  opacity: 1;
  font-weight: 800;
}
#menu-tab-r .circle-bg-menu {
  background-color: #E9EAEA;
  width: 107px;
  height: 107px;
  border-radius: 50%;
  margin: auto;
}
#menu-tab-r .menu-item {
  padding-top: 15px;
  font-size: 18px;
}

.responsive-menu-container-2 div#v-pills-type-product-r,
.responsive-menu-container-2 div#v-pills-type-business-r {
  width: 350px;
  height: 100%;
  margin-left: -4px;
  padding: 0;
  height: 520px;
}
.responsive-menu-container-2 div#v-pills-type-product-r .image-category-menu,
.responsive-menu-container-2 div#v-pills-type-business-r .image-category-menu {
  width: 100%;
  height: 162px;
  object-fit: cover;
}
.responsive-menu-container-2 div#v-pills-type-product-r ul.menu-cat-list,
.responsive-menu-container-2 div#v-pills-type-business-r ul.menu-cat-list {
  padding: 0;
  margin: 0;
  list-style: none;
  height: 100%;
  padding-right: 10px;
  padding-top: 20px;
}
.responsive-menu-container-2 div#v-pills-type-product-r ul.menu-cat-list li.menu-vertical-products-responsive,
.responsive-menu-container-2 div#v-pills-type-business-r ul.menu-cat-list li.menu-vertical-products-responsive {
  cursor: pointer;
  padding: 0;
  margin: 0;
  list-style: none;
  padding-right: 10px;
  margin-bottom: 5px;
  transition: all 0.5s ease;
  display: -webkit-box;
  position: relative;
}
.responsive-menu-container-2 div#v-pills-type-product-r ul.menu-cat-list li.menu-vertical-products-responsive i.font-10.dashicons-align-pull-right.fas.fa-chevron-right,
.responsive-menu-container-2 div#v-pills-type-business-r ul.menu-cat-list li.menu-vertical-products-responsive i.font-10.dashicons-align-pull-right.fas.fa-chevron-right {
  position: absolute;
  right: 20px;
  top: 10px;
  color: right;
  font-size: 16px !important;
}
.responsive-menu-container-2 div#v-pills-type-product-r ul.menu-cat-list li.menu-vertical-products-responsive .title,
.responsive-menu-container-2 div#v-pills-type-business-r ul.menu-cat-list li.menu-vertical-products-responsive .title {
  color: black;
  font-size: 16px;
  font-weight: 300;
  padding: 5px 0;
  display: block;
}
.responsive-menu-container-2 div#v-pills-type-product-r ul.menu-cat-list li.menu-vertical-products-responsive.active .title,
.responsive-menu-container-2 div#v-pills-type-business-r ul.menu-cat-list li.menu-vertical-products-responsive.active .title {
  font-weight: 700;
  color: #4E9051;
}
.responsive-menu-container-2 div#v-pills-type-product-r ul.menu-cat-list li.menu-vertical-products-responsive.active,
.responsive-menu-container-2 div#v-pills-type-business-r ul.menu-cat-list li.menu-vertical-products-responsive.active {
  text-decoration: underline;
}

.responsive-menu-container-3 ul.product-list-items-responsive {
  overflow-y: auto;
  list-style: none;
  padding: 0;
  max-height: 60vh;
}
.responsive-menu-container-3 ul.product-list-items-responsive li.product-item a {
  font-size: 16px !important;
  color: black;
  padding-bottom: 5px;
}

li#menu-item-11:before {
  content: "\f078";
  font-family: FontAwesome;
  position: absolute;
  top: 19px;
  left: 38px;
}
@media (max-width: 768px) {
  li#menu-item-11:before {
    font-family: FontAwesome;
    content: "\f054";
    position: absolute;
    top: 2px;
    font-size: 24px;
    color: black;
    left: 260px;
  }
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgb(18, 18, 18) 4%, rgba(0, 0, 0, 0.1) 67%);
}

.card-shadow {
  box-shadow: 0px 1px 3px 1px rgba(163, 163, 163, 0.75);
  -webkit-box-shadow: 0px 1px 5px 1px rgba(163, 163, 163, 0.75);
  -moz-box-shadow: 0px 1px 5px 1px rgba(163, 163, 163, 0.75);
}

.new-price del span.woocommerce-Price-amount.amount {
  display: none;
}
.new-price ins {
  text-decoration: none;
}

.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--anchor svg.yith-wcwl-icon-svg, .yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--anchor img {
  width: 25px;
  color: currentColor;
  max-width: 25px;
}

select#product-ordering {
  border-radius: 20px;
}

.alm-listing button.btn.btn-primary.btn-lg.font-14.px-4.semi-light {
  width: 222px;
}
@media (max-width: 768px) {
  .alm-listing button.btn.btn-primary.btn-lg.font-14.px-4.semi-light {
    width: 72vw;
  }
}
.alm-listing .yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--anchor svg.yith-wcwl-icon-svg, .alm-listing .yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--anchor img {
  width: 25px;
  color: rgb(235, 33, 47);
  max-width: 25px;
}

.btn.btn-primary {
  border: none;
  border-radius: 10px !important;
}

.alm-filters-container .alm-filter li div.alm-filter--link {
  font-size: 14px;
}

.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--anchor svg.yith-wcwl-icon-svg, .yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--anchor img {
  width: 25px;
  color: rgb(195, 5, 19);
  max-width: 25px;
}

button.btn.btn-light-gray.text-dark.plg-sidebar-cart-trigger {
  display: flex;
}

.faq-accordion .accordion-item {
  background-color: transparent;
  border: none;
  margin-bottom: 8px;
  border-radius: 8px !important;
  overflow: hidden;
}

.faq-accordion .accordion-button {
  background-color: #ce1d28 !important;
  color: white !important;
  border: none !important;
  padding: 8px !important;
  font-size: 18px;
  font-weight: 600;
  box-shadow: none !important;
  border-radius: 0px !important;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  text-align: left;
}

.faq-accordion .accordion-button:hover {
  background-color: #ce1d28 !important;
  color: white !important;
}

.faq-accordion .accordion-button:focus {
  background-color: #ce1d28 !important;
  color: white !important;
  box-shadow: none !important;
}

.faq-accordion .accordion-button:not(.collapsed) {
  background-color: #ce1d28 !important;
  color: white !important;
  box-shadow: none !important;
}

/* Ocultar el ícono por defecto de Bootstrap */
.faq-accordion .accordion-button::after {
  display: none;
}

.faq-title {
  flex: 1;
  margin: 0;
  font-size: 16px;
  padding-left: 20px;
}
@media (max-width: 768px) {
  .faq-title {
    font-size: 14px;
    line-height: 1.5;
  }
}

.faq-chevron {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  transition: transform 0.3s ease;
  margin-left: 15px;
  background: #eb212e;
  border-radius: 40px;
  font-size: 37px;
}

/* Rotar el chevron cuando está expandido */
.faq-accordion .accordion-button:not(.collapsed) .faq-chevron {
  transform: rotate(90deg);
}

.faq-accordion .accordion-body {
  background-color: #ffffff !important;
  color: #0e0e0e !important;
  padding: 30px;
  border-top: none !important;
}

.faq-content {
  line-height: 1.6;
}

.faq-content p {
  margin: 0 0 15px 0;
  color: #ce1d28;
  font-weight: 500;
}

.faq-content p:last-child {
  margin-bottom: 0;
}

.img-faqs {
  min-height: 550px;
}
@media (max-width: 768px) {
  .img-faqs {
    min-height: 300px;
  }
}

/* Estilos responsive */
@media (max-width: 768px) {
  .faq-accordion .accordion-button {
    padding: 15px !important;
    font-size: 16px;
  }
  .faq-accordion .accordion-body {
    padding: 25px !important;
  }
  .faq-chevron {
    margin-left: 10px;
  }
}
/* Transiciones suaves para el colapso */
.faq-accordion .accordion-collapse {
  transition: all 0.3s ease;
}

/* Estilos adicionales para mejor apariencia */
.faq-accordion {
  max-width: 800px;
  margin: 0 auto;
}

/* Override para asegurar que el background se mantenga */
.faq-accordion .accordion-item:first-child .accordion-button {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}

.faq-accordion .accordion-item:last-child .accordion-button.collapsed {
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

#fluentform_2 button.ff-btn.ff-btn-submit.ff-btn-md.ff_btn_style {
  background: #eb212f;
  position: static;
  height: 54px;
  width: 240px;
  color: white;
  margin-top: 30px;
  border-radius: 10px;
}
#fluentform_2 select#ff_2_dropdown {
  height: 56px;
  font-size: 14px;
}

#fluentform_3 button.ff-btn.ff-btn-submit.ff-btn-md.ff_btn_style {
  background: #eb212f;
  position: static;
  left: auto;
  bottom: auto;
  height: 54px;
  width: 240px;
  margin-top: 10px;
  float: none;
  display: inline-block;
}
@media (max-width: 768px) {
  #fluentform_3 button.ff-btn.ff-btn-submit.ff-btn-md.ff_btn_style {
    width: 100%;
  }
}
#fluentform_3 .fluentform_wrapper_3 .ff-el-input--content input, #fluentform_3 .fluentform_wrapper_3 .ff-el-input--content .ff-el-form-control.ff_stripe_card_element, #fluentform_3 .fluentform_wrapper_3 .ff-el-input--content textarea, #fluentform_3 .fluentform_wrapper_3 .ff-el-input--content select, #fluentform_3 .fluentform_wrapper_3 .choices__list--single, #fluentform_3 .fluentform_wrapper_3 .choices[data-type*=select-multiple] {
  background-color: rgb(248, 248, 248);
  font-size: 14px;
  border-style: solid;
  border-color: rgb(214, 206, 206);
  border-width: 1px;
  border-radius: 0;
  height: 44px;
}

#slider-repuestos .container.slider-info {
  position: relative;
  z-index: 2;
  top: -270px;
}
@media (max-width: 768px) {
  #slider-repuestos .carousel-inner.relative {
    max-height: 300px;
  }
}

small.wholesale-min-qty {
  padding: 4px 6px;
  font-size: 9px;
  display: block;
}

.woocommerce-notices-wrapper {
  display: none;
}

.empty-cart-container {
  max-width: 600px;
  width: 90%;
  background: white;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
  padding: 60px 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.empty-cart-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #eb212e 0%, #ff4757 100%);
}

.cart-icon {
  width: 120px;
  height: 120px;
  margin: 0 auto 30px;
  background: linear-gradient(135deg, #eb212e 0%, #ff4757 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(235, 33, 46, 0.4);
  }
  70% {
    box-shadow: 0 0 0 20px rgba(235, 33, 46, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(235, 33, 46, 0);
  }
}
.cart-svg {
  width: 60px;
  height: 60px;
  fill: white;
}

.empty-cart-title {
  color: #212529;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.2;
}

.empty-cart-subtitle {
  color: #6c757d;
  font-size: 1.1rem;
  margin-bottom: 40px;
  line-height: 1.6;
}

.cta-buttons {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 40px;
}

.btn-primary {
  background: linear-gradient(135deg, #eb212e 0%, #ff4757 100%);
  color: white;
  border: none;
  padding: 15px 30px;
  border-radius: 50px;
  font-size: 1.1rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(235, 33, 46, 0.3);
  text-decoration: none;
  color: white;
}

.btn-secondary {
  background: transparent;
  color: #212529;
  border: 2px solid #212529;
  padding: 12px 30px;
  border-radius: 50px;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.btn-secondary:hover {
  background: #212529;
  color: white;
  transform: translateY(-1px);
  text-decoration: none;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 25px;
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #e9ecef;
}

.feature-item {
  text-align: center;
  padding: 20px 10px;
}

.feature-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #eb212e 0%, #ff4757 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
}

.feature-icon svg {
  width: 24px;
  height: 24px;
  fill: white;
}

.feature-title {
  color: #212529;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 5px;
}

.feature-description {
  color: #6c757d;
  font-size: 0.8rem;
  line-height: 1.4;
}

@media (max-width: 768px) {
  .empty-cart-container {
    padding: 40px 25px;
  }
  .empty-cart-title {
    font-size: 1.8rem;
  }
  .cta-buttons {
    flex-direction: column;
  }
  .features-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.shopping-animation {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 30px;
  height: 30px;
  background: #eb212e;
  border-radius: 50%;
  opacity: 0.8;
  animation: float 3s ease-in-out infinite;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
.wc-block-grid__products {
  display: none !important;
}

.wp-block-woocommerce-empty-cart-block {
  padding: 50px 0;
}

select#billing_state_shortcode- {
  border: none;
  border-bottom: solid 1px #eb212e;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* Botón "Quiero ser Distribuidor": comportamiento responsivo del ancho */
/* <= 1023px: ocupar 100% del ancho y anular max-width inline */
@media (max-width: 1023px) {
  a.btn.btn-primary.d-flex.my-4[style*="max-width: 250px"][style*="height: 50px"] {
    width: 100%;
    max-width: 100% !important;
    display: block;
  }
}
/* >= 1024px: aplicar max-width de 250px explícitamente */
@media (min-width: 1024px) {
  a.btn.btn-primary.d-flex.my-4[style*="max-width: 250px"][style*="height: 50px"] {
    max-width: 250px !important;
    max-height: 250px;
    display: inline-flex !important;
    width: auto;
    flex: 0 0 auto;
    align-items: center;
  }
}
/* Mejor práctica: clase semántica para el botón de distribuidores */
@media (max-width: 1023px) {
  a.btn-distribuidor {
    width: 100%;
    max-width: 100%;
    display: block;
  }
}
@media (min-width: 1024px) {
  a.btn-distribuidor {
    max-width: 250px !important;
    width: auto;
    height: 50px;
    max-height: 250px;
    flex: 0 0 auto;
    display: inline-flex !important;
    align-items: center;
  }
}

/*# sourceMappingURL=style.css.map */
