/* ================== PAGE PRINCIPALE ================== */
.product-flags li.product-flag,
#header .header-nav .cart-preview.active,
.btn-primary, .btn-primary:hover {
    background-color: #8c2828;
}

a, 
#header .top-menu a[data-depth="0"]:hover, 
#header a:hover, .footer-container li a:hover {
    color: #8c2828;
}


/* ================== PRODUIT ================== */
.btn.btn-primary.add-to-cart{
    background-color: #8c2828;
}


.tabs .nav-tabs .nav-link.active{
    border-color: #8c2828;
    color: #8c2828;
}
.tabs .nav-tabs .nav-link:hover{
    border: 0;
    border-bottom: #8c2828 3px solid;
}



#wrapper .breadcrumb li:last-child,.current-price-value {
    color:#8c2828
}

/* ================== CONTACT ================== */
.bootstrap-touchspin .group-span-filestyle .btn-touchspin, 
.group-span-filestyle .bootstrap-touchspin .btn-touchspin, 
.group-span-filestyle .btn-default {
    background-color: #8c2828;
}


div#search_filters_suppliers{
    display: none;

}

/* ================== MENU ================== */

#subcategories ul li .subcategory-name:hover, .block-categories .arrows .arrow-down:hover, .block-categories .arrows .arrow-right:hover, .block-categories .collapse-icons .add:hover, .block-categories .collapse-icons .remove:hover, .cart-grid-body a.label:hover {
color: #F39D72;
}


#subcategories ul li:hover .subcategory-image a {
    border: 5px solid #F39D72
}

.pagination .current a{
    color: #8c2828;
}