/* 24.11.21 - Webbax | TUTO 137 */

/* tablet and desktop */
@media(min-width:768px){
    #left-column{display:none;}
    #category #content-wrapper{width:100%!important;}
    #category #search_filters_wrapper #_desktop_search_filters_clear_all{display:none;}
    #category #search_filters_wrapper #search_filters{display:flex;flex-wrap:wrap;}
    #category #search_filters_wrapper #search_filters .text-uppercase{display:none;}
    #category #search_filters_wrapper #search_filters .facet{width:20%;float:left;padding-right:5px;}
    #category #search_filters_wrapper #search_filters .facet-dropdown{border:1px solid #333;}
    #category #search_filters_wrapper #search_filters .facet-dropdown .select-title{background:#fff;}
}
/* mobile */
@media(max-width:767px){
    #left-column{display:block;}
}

a {
    color: #232323;
    text-decoration: none
}

a:focus,a:hover {
    color: #8e1e00;
    text-decoration: underline
}

#subcategories ul li .subcategory-image {
    display: none;
}


#wrapper .breadcrumb { 
    display:none;
}

.btn-primary {
    color: #fff;
    background-color:rgba(0,0,0,0.85);
    border-color: rgba(0,0,0,0)
}

.product-price {
    display: inline-block;
    color: rgba(142,36,7,0.85);
}

#blockcart-modal .product-name {
    font-size: 1.125rem;
    color:rgba(0,0,0,0.85) 
}

.block-category {
    min-height: 0;
}

#subcategories .subcategory-heading {
    margin-bottom: 20px;
    text-align: center;
    font-weight: 500
}

/* Commentaire cacher le petit espace blanc au dessus du footer */
#footer {
    padding-top: 0rem
}

