/* 
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 */

body .elementor-menu-cart--items-indicator-bubble .elementor-menu-cart__toggle .elementor-button-icon .elementor-button-icon-qty[data-counter] {
    background: black !important;
}

.footerlogo {
    filter: invert(1);
}


/*innerproductslider*/

.custom-product-thumbs {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 12px;
    margin-bottom: 0;
}

.custom-product-thumbs img {
    width: 60px !important;
    height: 60px !important;
    object-fit: cover;
    border: 1px solid #ddd;
    cursor: pointer;
    border-radius: 4px;
    transition: 0.2s ease;
}

.custom-product-thumbs img:hover,
.custom-product-thumbs img.active-thumb {
    border-color: #000;
    transform: scale(1.05);
}


/* Product card main image fixed size */
.woocommerce ul.products li.product a img:not(.product-thumb-img),
.elementor-widget-woocommerce-products .products li.product a img:not(.product-thumb-img),
.woocommerce-loop-product__link img:not(.product-thumb-img) {
    width: 100% !important;
    height: 300px !important;
    object-position: center !important;
    display: block !important;
    object-fit: cover !important;
    background: #f5f5f5;
}

/* Product card image area fixed */
.woocommerce ul.products li.product .woocommerce-loop-product__link {
    display: block;
    overflow: hidden;
}

/* Thumbnails same small size */
.custom-product-thumbs img,
.product-thumb-img {
    width: 55px !important;
    height: 55px !important;
    object-fit: cover !important;
    border-radius: 4px;
}

/*cart*/

.elementor-menu-cart__footer-buttons .elementor-button--view-cart , .elementor-menu-cart__footer-buttons .elementor-button--checkout {
    background: black !important;
}




/*responsive*/

@media only screen and (max-width: 1000px) and (min-width: 320px)  {

    .custom-product-thumbs img, .product-thumb-img {
    width: 35px !important;
    height: 35px !important;
}

.woocommerce ul.products li.product a img:not(.product-thumb-img), .elementor-widget-woocommerce-products .products li.product a img:not(.product-thumb-img), .woocommerce-loop-product__link img:not(.product-thumb-img) {
    height: auto !important;
}
}
