/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 04 2025 | 15:57:59 */
.added_to_cart .wc-forward, .elementor-widget-wc-archive-products.elementor-wc-products .added_to_cart, a.added_to_cart.wc-forward {
	display: none !important;
}


.vi-wcaio-sidebar-cart-products .vi-wcaio-sidebar-cart-pd-img-wrap {
	align-items: center;
}






/* התאמת גלילה לאלמנטים מרכזיים */
html, body {
    overflow-y: scroll !important; /* תמיד מאפשר גלילה אנכית */
    height: auto !important;      /* התאמת הגובה לתוכן */
}

/* התאמת גובה לתוכן הדינמי */
.products.elementor-grid {
    height: auto !important; /* גובה מותאם דינמית */
}

/* ניטרול כל השפעה של מחלקות על גלילה */
html.vi-wcaio-html-non-scroll, body.vi-wcaio-html-non-scroll {
    overflow-y: scroll !important; /* מאפשר גלילה */
    height: auto !important;      /* גובה מותאם */
}



.site-footer{
	direction: rtl;
}

.elementor.elementor-392 {
/*     display: flex;
    justify-content: center; */
}


/* הסתרת הודעות ווקומרס */

.woocommerce-message{
    display: none;
}

