/*
Theme Name: Shoptimizer Child
Template: shoptimizer
Author: MakeDigital
Author URI: https://MakeDigital.fr/
Tags: e-commerce,two-columns,left-sidebar,right-sidebar,custom-background,custom-colors,custom-header,custom-menu,featured-images,full-width-template,threaded-comments,accessibility-ready,rtl-language-support,footer-widgets,sticky-post,theme-options
Version: 2.8.13.1765675686
Updated: 2025-12-14 02:28:06

*/

.woocommerce-card__header .product__categories {
    display: none !important;
}

.cart .single_add_to_cart_button {
    float: left !important;
    width: calc(100% - 90px) !important;
    height: 52px !important;
    margin-left: 40px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    border-radius: 4px !important;
    background-color: #4CB6B5 !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 52px !important;
    text-align: center !important;
    transition: all 0.2s !important;
}

.cart .single_add_to_cart_button:hover,
.image-feature figcaption span,
ul.products li.product .button:hover {
    background-color: #00A6A6 !important;
}

ul.products li.product .button {
    background-color: #4CB6B5 !important;
}

.stock.in-stock {
    margin-bottom: 12px!important;
}

.col-full.topbar-wrapper {
    border: 1px solid #eee !important;
}

@media (min-width: 993px) {
    ul.products li.product:not(.product-category):before {
        position: absolute;
        left: 0;
        background-color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) !important;
        content: "";
        width: calc(100% + 0px);
        height: calc(100% + 30px);
        margin-top: -15px;
        margin-left: 0;
    }
}

.site .elementor-products-grid ul.products.elementor-grid li.product {
    padding-bottom: 0 !important;
}
