/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

table {
    border-collapse: collapse;
    /* Ensure no spacing between table cells */
    width: 100%;
    /* Ensure the table takes up the full width available */
}

table,
table tr,
table td,
table th {
    background-color: #F6F6F6 !important;
    /* Set a uniform background color for all table elements */
    border: none !important;
    /* Remove all borders */
}

table tr:hover,
table td:hover,
table th:hover {
    background-color: #F6F6F6 !important;
    /* Ensure hover does not change the background color */
}

.hide_all_1 {
    display: none !important;
}

.red_link_1 a {
    color: red !important;
}

/* HOME CAROUSEL IMAGE RESPONSIVE FIX */



@media (min-width: 1200px) {
    .home .eael-woo-product-carousel-container.preset-1 .eael-product-carousel a {
        height: 472px;
        overflow: hidden;
        display: block;
    }

    .home .woocommerce ul.products li.product .image-wrap a {
        height: 340px;
        overflow: hidden;
        display: block;
    }

}

@media (min-width: 1000px) and (max-width:1200px) {
    .home .eael-woo-product-carousel-container.preset-1 .eael-product-carousel a {
        height: 346px;
        overflow: hidden;
        display: block;
    }

    .home .woocommerce ul.products li.product .image-wrap a {
        height: 340px;
        overflow: hidden;
        display: block;
    }

}

@media (min-width: 770px) and (max-width:1000px) {
    .home .eael-woo-product-carousel-container.preset-1 .eael-product-carousel a {
        height: 240px;
        overflow: hidden;
        display: block;
    }

    .home .woocommerce ul.products li.product .image-wrap a {
        height: 340px;
        overflow: hidden;
        display: block;
    }

}

@media (min-width: 500px) and (max-width:770px) {
    .home .eael-woo-product-carousel-container.preset-1 .eael-product-carousel a {
        height: 300px;
        overflow: hidden;
        display: block;
    }

    .home .woocommerce ul.products li.product .image-wrap a {
        height: 340px;
        overflow: hidden;
        display: block;
    }

}

@media (min-width: 300px) and (max-width:500px) {
    .home .eael-woo-product-carousel-container.preset-1 .eael-product-carousel a {
        height: 203px;
        min-height: 203px;
        overflow: hidden;
        display: block;
    }

    .home .woocommerce ul.products li.product .image-wrap a {
        height: 203px;
        min-height: 203px;
        overflow: hidden;
        display: block;
    }

}


.home .eael-woo-product-carousel-container.preset-1 .eael-product-carousel a img {
    min-height: 100%;
    width: 100% !IMPORTANT;
    object-fit: cover;
}


/* Jet Products CLS FIX */

    .jet-woo-products .jet-woo-products__item {
        --columns: 3;
    }

@media (max-width:768px){
	
    .jet-woo-products .jet-woo-products__item {
        --columns: 2;
    }
	
    .jet-woo-products .jet-woo-product-title a {
        font-family: "Noto Sans Hebrew", Sans-serif;
        font-size: 14px;
        font-weight: 300;
        color:#353535;
        line-height:1.2;
    }
	
    .jet-woo-products .jet-woo-product-title {
        font-size:14px !important;
        text-align:center;
    }
	
    .jet-woo-product-price {
        text-align: center;
    }
	
    .elementor-element.elementor-element-0acb44b {
        --padding-top: 125px;
        --padding-bottom: 60px;
        --padding-left: 20px;
        --padding-right: 20px;
    }
	
    .jet-woo-product-price .price {
        font-family: "Poppins", Sans-serif;
        font-size: 13px;
        font-weight: bold;
    }

    .jet-woo-products .jet-woo-products__item,
    .jet-woo-products .jet-woo-product,
    .jet-woo-products .product {
        min-width: 0;
    }

    .jet-woo-products .jet-woo-product-thumbnail,
    .jet-woo-products .jet-woo-product-img,
    .jet-woo-products .jet-woo-product-image,
    .jet-woo-products .woocommerce-loop-product__link {
        display: block;
        width: 100%;
        overflow: hidden;
    }

    .jet-woo-products .jet-woo-product-thumbnail img,
    .jet-woo-products .jet-woo-product-img img,
    .jet-woo-products .jet-woo-product-image img,
    .jet-woo-products .woocommerce-loop-product__link img {
        display: block;
        width: 100%;
        height: auto;
        aspect-ratio: 2 / 3;
        object-fit: cover;
    }
	
}

