/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 31 2025 | 19:45:53 */
.woocommerce-Tabs-panel  {display: none !important;}
.woocommerce-Tabs-panel#tab-reviews  {display: block !important;}
.tabs.wc-tabs {visibility: hidden !important; height: 1px;}

.et_column.flex.align-items-center.justify-content-center.et_b_mobile-panel-custom a {
background: var(--single-buy-now-button-background-color, #339438) !important;
    width: 100%;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: row !important;
    align-items: center;
    gap: 0.5rem;
    justify-content: center;
    padding: 7px 5px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    margin-left: 5px;
}
.et_b_mobile-panel-custom {
	display: none;
}


.et-mobile-panel .et_b_mobile-panel-custom {
    flex: 1 0 50%;
}
#product-699 .element-YhhW4  svg {
    max-width: 48px;
    height: auto;
    display: inline-block;
}

.elementor-699 .elementor-element.elementor-element-8b797a2.elementor-view-framed .elementor-icon, .elementor-699 .elementor-element.elementor-element-8b797a2.elementor-view-default .elementor-icon {
    fill: #B41A28;
    color: #B41A28;
    border-color: #B41A28;
}

.st-swatch-preview li.selected {
    border-width: 3px;
    border-color: #B41A28;
}

span#custom-delivery-button {
    margin-bottom: 30px;
}

#checkout-loader {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(255,255,255,0.9);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    font-family: Arial, sans-serif;
    font-size: 18px;
    color: #333;
}

#checkout-loader .spinner {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #555;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
    margin-bottom: 10px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@media (max-width: 991px) {
    #swiper-unique-id-1 {
        display: none !important;
    }
}


body.woocommerce-checkout .woocommerce-message[role="alert"] {
    display: none !important;
}

span#amp-map-button {
    width: 100%;
    font-size: 14px;
    font-weight: bold;
}