html { overflow-x: hidden; } form .form-group >input { height: 50px; } span.woocommerce-Price-currencySymbol { font-size: clamp(16px, 0.55em, 20px); font-weight: 500; margin-right: 2px; opacity: 0.6; } del span.woocommerce-Price-currencySymbol { font-size: unset; font-weight: unset; margin-right: unset; opacity: unset; } span.woocommerce-Price-amount span.price-decimal { font-size: clamp(16px, 0.55em, 20px); font-weight: 400; } del span.woocommerce-Price-amount span.price-decimal { font-size: unset; font-weight: unset; } #brx-content { overflow: unset !important; } .woomotiv-popup { z-index: 10000; border: 1px solid white; max-width: 400px; bottom: 100px !important; background-color: #ffffff9e; backdrop-filter: blur(10px); } @media (max-width: 477px) { .woomotiv-popup { max-width: min(400px, calc(100vw - 2 * var(--gutter))); left: var(--gutter) !important; bottom: 60px !important; } } .woomotiv-close { width: 20px; height: 20px; top: 10px; right: 10px } .woomotiv-close:hover { background: var(--danger) } .woomotiv-popup[data-shape="bordered"] { border-radius: var(--radius-l); } @media (max-width: 767px) { [data-balloon]:after, [data-balloon]:before { display: none !important; } } [data-balloon]:hover:after { font-weight: normal; padding: var(--space-xs) var(--space-xs); border-radius: var(--radius); line-height: 1.3; font-size: var(--text-s); } @media (max-width: 477px) { .woot-widget-bubble { bottom: 6rem !important; } } @keyframes shimmer { 0% { left: -75%; } 100% { left: 125%; } } @keyframes button-pulse { 100% { box-shadow: 0 0 0 10px #fff0; } } @keyframes progress-bar-move { 0% { background-position: 0 0; } 100% { background-position: 30px 30px; } } .woocommerce .button.disabled { background-color: var(--neutral-light); color: var(--neutral-semi-dark); border-color: var(--neutral-light); }  .woocommerce-error, .woocommerce-info, .woocommerce-message { position: relative; } .woocommerce-error:before { content: "\f268"; font-size: var(--text-l); display: inline-block; font-family: Ionicons; font-style: normal; font-variant: normal; font-weight: 400; line-height: 1; text-transform: none; position: absolute; left: var(--space-xs); } .woocommerce-info:before { content: "\f1a0"; font-size: var(--text-l); display: inline-block; font-family: Ionicons; font-style: normal; font-variant: normal; font-weight: 400; line-height: 1; text-transform: none; position: absolute; left: var(--space-xs); } .woocommerce-message:before { content: "\f14a"; font-size: var(--text-l); display: inline-block; font-family: Ionicons; font-style: normal; font-variant: normal; font-weight: 400; line-height: 1; text-transform: none; position: absolute; left: var(--space-xs); }