/* -------------------------
   carrousel categ

------------------------- */
.carrousel_produits{
    background-position: center!important;
    background-size: cover !important;
    width: 100%;
    height: 550px;
    
}
.carrousel_produits.marque{
    background-position: center!important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    width: 100%;
    height: 400px;
}
.sous_carrousel{
    background-color: var(--color-primary-3);
    padding: 60px 160px;
    text-align: center;
}
.sous_carrousel h1{
    font-size: 54px;
    font-weight: 400;
    color: white;
    font-family: var(--glacial-font);
    margin-bottom: 25px;
}
.sous_carrousel .short_description{
    font-size: 24px;
    font-weight: 400;
    font-style: normal;
    color: var(--color-beige-3);
}
.term-description{
    display: none;
}
/* -------------------------
   grid products

------------------------- */
.woocommerce.columns-3{
    
}
ul.products li.product, 
.woocommerce-page ul.products li.product,
.products li{
    margin: 0 !important;
    flex: 0 0 auto;
    width: 33.33%;
    float: left;
}
ul.products li.first, .woocommerce-page ul.products li.first{
    clear: none;
}
.products li a,
ul.products li.product a{
    display:  block ;
}
.products .product-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 10px 10px 30px 10px;
    text-align: center;
    position: relative;
    text-align: left;
}
.products .card-image{
    background-color: var(--color-secondary);
    padding: 0px;
    border-radius: 25px;
    height: 280px;
    width: 100%;
    overflow: hidden;

}
.products .card-image img{
    object-fit: cover;
    object-position: center;
    height: 100% !important;
    width: 100%!important;
    border-radius: 25px;
}
.products .product-brand{
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    color: rgb(0, 0, 0);
    margin-top: 20px;
    text-transform: uppercase;
    line-height: 15px;
}
.products .product-title {
    font-weight: bold;
    font-size: 14px;
    margin-top: 10px;
    color: #000;
    margin-top: 0;
    line-height: 20px;
    margin-bottom: 15px;

}

.products .product-price {
    font-weight: bold;
    color: #000;
}
.products .product-price ins{
    color:var(--color-danger);
    text-decoration: none;
}
.products .unit-price {
    font-size: 12px;
    color: #888;
}

.products .badge {
    position: absolute;
    top: 15px;
    left: 40px;
    padding: 5px 10px;
    font-size: 15px;
    font-weight: bold;
    border-radius: 8px;
    color: white;
}
.products .badge-new {
    background: var(--color-purple);
}
.products .badge-promo {
    background: var(--color-danger);
}
.products .badge-kids {
    background: var(--color-success);
}
.wc-pagination{
    text-align: center;
    margin-bottom: 30px;
}
.wc-pagination span{
    padding:10px;
    cursor: pointer;
}
.wc-pagination span.active{
    color: var(--color-primary);
}
.woocommerce-result-count-1{
    color:var(--color-primary);
    font-size: 21px;
    float: left;
}
.woocommerce-result-count-1,
.woocommerce-ordering{
    margin: 0 0 0px 0;
    text-align: right;
}

select.orderby{
    color:var(--color-primary);
    font-size: 21px;
    background-color: #fff;
    border: 0px;
    position: relative;
    background: url("../img/flech_select.png") no-repeat;
    background-position: right;
    -webkit-appearance: none;  
    -moz-appearance: none;    
    appearance: none;
    padding-right: 40px;
    outline: none;
    text-align: right;
}
select.orderby option {
    background-color: #f0f0f0;  
    color: #222;                
    padding: 5px 10px;
    
}
.wc-filter-group{
    margin-bottom: 20px;
}

.label-group{
    color:var(--color-primary);
    font-size: 21px;
    background-color: #fff;
    border: 0px;
    position: relative;
    background: url("../img/flech_select.png") no-repeat;
    background-position: right;
    padding-right: 28px;
    outline: none;
    text-align: left;
    display: block;
}
.groupe_price{
    display: none;
}
.irs--round{
    margin-top: 20px;
}
.irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single{
    background-color: var(--color-primary);
}
.irs--round .irs-from:before, 
.irs--round .irs-to:before, 
.irs--round .irs-single:before{
    border-top-color:var(--color-primary);
}
.irs--round .irs-bar{
    background-color: var(--color-primary);
}
.irs--round .irs-handle{
    border: 1px solid var(--color-primary);
    background-color: var(--color-primary);
}
.irs--round .irs-handle.state_hover, .irs--round .irs-handle:hover{
    background-color: var(--color-secondary);
}
.appliquer-filters-mobile,
.titre-filters-mobile{
    display: none;
}
.woocommerce nav.woocommerce-pagination{
    display: none;
}
#main > .woocommerce-breadcrumb{
    display: none;
}
@media (max-width: 767.98px) {
    .container-padding-woocommerce{
        padding: 30px 15px 0  15px;
    }
    /* -------------------------
        carrousel categ

        ------------------------- */
    .carrousel_produits{
        
        height: 200px;
    }
    .sous_carrousel h1{
        font-size: 44px;
    }
    .sous_carrousel{
        
        padding: 30px 15px;
    }
    .sous_carrousel .short_description{
        font-size: 21px;
    }
    /* -------------------------
    grid products

    ------------------------- */
    #wc-ajax-products ul.products li.product{
        width: 50%;
        padding:0 7px;
    }
    .products .product-card{
        padding: 0px 0px 20px 0px;
    }
    .products .card-image{
        height: 150px;
    }
   
    .bloc-woocommerce-ordering{
        padding: 0px 15px 0  15px;
        position: relative;
        top: 15px;
    }
    span.filter{
        background: var(--color-primary-3);
        color: #fff;
        display: block;
        border-radius: 25px;
        width: max-content;
        padding: 5px 15px;
        text-align: center;
        align-items: center;
        margin-bottom: 20px;
        
        float: right;
    }
    .woocommerce .woocommerce-result-count-1{
        position: relative;
        top: 70px;
        width: max-content;
        padding: 0 15px;
    }

    /* -------------------------
        open wc-ajax-filters

    ------------------------- */
    
    #wc-ajax-filters{
      
        width: 100%;
        position: fixed;
        top: 0px;
        bottom: 0;
        left: 0;
        right: 0;
        overflow-x: hidden;
        overflow-y: auto;
        z-index: 11111;
        transform: translateX(-100%);
        transition: all 0.4s;
        background-color: #fff;
        margin: 0;
        padding: 50px 15px;
    }
    #wc-ajax-filters.opened{
        transform: translateX(0);
    }
    .appliquer-filters-mobile,
    .titre-filters-mobile{
        display: block;
    }
    .titre-filters-mobile{
        font-size: 24px;
        font-weight: 400;
        color:var(--color-primary-3);
        font-family: var(--glacial-font);
        margin-bottom: 25px;
        text-align: center;
    }
    .appliquer-filters-mobile{
        margin-top: 50px;
    }
    .appliquer-filters-mobile button.appliquer{
        background: transparent;
        border: 0;
        float: right;
        background-color:var(--color-primary-3);
        color: #fff;
        text-align: center;
        border-radius: 25px;
        padding: 5px 30px;
    }
    .appliquer-filters-mobile a.annuler{
        text-decoration: underline;
        padding: 5px 30px 5px 0;
    }
}
@media (max-width: 575.98px) {
}