/*
Theme Name:   Envo eCommerce MC Shop
Theme URI:    https://example.com/envo-ecommerce-child
Description:  A child theme for Envo eCommerce.
Author:       Your Name
Author URI:   https://example.com
Template:     envo-ecommerce
Version:      1.0.0
*/

/* Import the parent theme's style.css */
@import url("../envo-ecommerce/style.css");


.cart-mc-shop path{
    fill: #fff;
    background-color: transparent;
    vertical-align: middle;
}

.cart .single_add_to_cart_button path{
    fill: #fff;
    background-color: transparent;
    vertical-align: middle;
}

.cart .button span.bestellen-text{
    margin-left: 7px;
}

.usp-list-top:last-child{
    margin-right: 0px;
}

.fa-ul{
    margin-left: 0 !important;
    list-style: none;
    padding-left: 0;
}
  
.li-top-icon{
    display: inline-flex;
    vertical-align: middle;
    margin: 0;
}

.li-top-icon path{
    fill: #39b54a;
    transition: fill 0.3s ease, stroke 0.3s ease;
}

.li-top-tekst, span.li-top-tekst, .usp-list-top a span{
    font-size: 14px;
    line-height: 1.2;
    color: #333;
    display: inline-flex;
    align-items: center;
    margin: 0;
}

.top-header .usp-banner-top{
    display: flex;
    align-self: center;
    gap: 20px;
}

.top-header .usp-list-top{
    height: 30px;
    display: flex;
    align-items: center;
    gap: 7px;
    margin-right: 0;
}

.usp-list-top a{
    display: flex;
    align-items: center; /* Center SVG and text in links */
    gap: 7px; /* Match gap in <li> */
    text-decoration: none; /* Remove underline */
    color: #333; /* Text color */
    margin: 0; /* Reset any default margins */
    padding: 0; /* Reset any default padding */
}

#menu-multicool-shop-hoofdmenu .active .nav-link a:active, #menu-multicool-shop-hoofdmenu .menu-item.active a{
    color: #fff;
}

.product .summary h1{
    margin-bottom: 2px;
}

.product .summary .product_meta{
    display: block;
    font-size: 13px;
    padding: 8px 0 !important;
}

.woocommerce table.shop_table tfoot td{
    font-weight: 400;
}

.woocommerce #shipping_method li label{
    font-weight: 400;
}

.woocommerce .cart_totals .shop_table tbody .order-total td, .woocommerce .shop_table tfoot .order-total td{
    font-weight: 600;
}

#payment .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions-checkbox-text{
    font-size: 14px;
}

@media (max-width: 374px){
    .usp-banner-top .usp-list-top:nth-child(2){
        display: none;
    }
}

@media (max-width: 575px){
    .usp-banner-top .usp-list-top:last-child{
        display: none;
    }
}

@media (max-width: 767px){
    .cart-contents span.count{
        top: -3px;
    }
}

@media (min-width: 768px){
    .site-header .header-cart{
        top: 0;
        padding-right: 4px;
    }
    .navbar-expand-md .navbar-collapse{
        display: block !important;
        margin: 0 auto;
        width: calc(100% - 16px);
    }
    #menu-multicool-shop-hoofdmenu{
        display: flex;
        justify-content: flex-start;
        gap: 40px;
        height: 40px;
        padding: 0;
        margin: 0;
        list-style: none;
        width: max-content;
    }
    #menu-multicool-shop-hoofdmenu > li{
        height: 100%;
        display: flex;
        align-items: center;
        margin: 0;
    }
    #menu-multicool-shop-hoofdmenu a.nav-link{
        padding: 0;
        line-height: 1;
    }
    .navbar .nav:before{
        content: none;
    }
}