/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 05 2026 | 06:54:31 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

ul.products.swiper-wrapper, .wc-block-grid__products.swiper-wrapper {
    margin-left: -12px;
}

.free-shipping-msg {
    text-align: center;
    margin: 10px 0px 5px 0px;
    font-weight: 500;
    color: var(--primary);
}

.shake {
    animation: shakeAnim 0.5s ease-in-out;
}

@keyframes shake {
    0% { transform: translateX(0); }
    25% { transform: translateX(-5px); }
    50% { transform: translateX(5px); }
    75% { transform: translateX(-5px); }
    100% { transform: translateX(0); }
}

.shake {
    animation: shakeAnim 0.5s ease-in-out;
}



@keyframes shakeAnim {
    0% { transform: translateX(0); }
    20% { transform: translateX(-3px); }
    40% { transform: translateX(3px); }
    60% { transform: translateX(-3px); }
    80% { transform: translateX(3px); }
    100% { transform: translateX(0); }
}



input#coupon_code {
    margin: 10px 10px;
}

span#free_shipping {
    padding: 5px;
    background: #1CA1A3;
    color: white;
}

.site-header-cart-side .widget_shopping_cart .woocommerce-mini-cart-scroll {
    height: 100px;
}

.site-header-cart{
    display: none;
}



.elementor-element.elementor-element-03bcf9a.elementor-view-default.elementor-position-top.elementor-mobile-position-top.elementor-widget.elementor-widget-icon-box {
    display: none;
}

.e-rating {
    display: none;
}

.elementor-button-link {
    display:none;
}


/* 
body {
    margin: 0;
    font-family: Arial, sans-serif;
}

#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 1.5em;
    z-index: 1000;
    flex-direction: column;
}

.spinner {
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-top: 4px solid #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
    margin-bottom: 10px;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

div#content {
    display: none;
} */

/* Put this in your CSS file or inside <style> tag */
.e-con-inner:has(.elementor-element-03bcf9a) {
    display: none !important;
}

.site-header-cart .cart-contents.cart-red:before {
    color: red !important;
}

a.button.product_type_simple.add_to_cart_button{
    	padding: 7px 30px;
		background-color : #A31E1C!important;
	}

a.button.product_type_simple.add_to_cart_button:hover{
		color : #fff!important;
	    background-color : #1CA1A3!important;
	}


@media only screen and (max-width: 640px) {
	.elementor-header-group-wrapper .header-group-action .site-header-cart .cart-contents {
        line-height: 1;
        white-space: nowrap;
        position: fixed;
        right: 0;
        background: white;
        padding: 6px;
        top: 10%;
        z-index: 1;
    }
	
	a.button.product_type_simple.add_to_cart_button{
		font-size: 10px;
    	padding: 5px 15px;
		background-color : #A31E1C!important;
	}
	
	.cart{
		position: fixed;
        bottom: 0px;
        z-index: 9;
        background: #fff;
        left: 0;
        padding: 2%;
        width: 100%;
	}	
	.single-product div.product .single_add_to_cart_button{padding:14px !important; font-size:13px !important;}
	.single-product #colophon {
        margin-bottom: 220px;
    }	
}
