/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

#content-wrapper {
margin-top: 0px;
}

.language-selector-wrapper {
display: inline-block;
margin-top:8%;
}

#leo_search_block_top .form-control{
background : #F1F1F1;
box-shadow : none;
min-width: auto !important;
} 

#leo_search_block_top .form-control:focus {
box-shadow:none !important;
}

.facet-dropdown .dropdown-menu {
position : relative;
background: #FFF;
width: 100%;
box-shadow: none;
border: none;

}

.facet-dropdown .dropdown-menu a{
display: block;
margin-bottom: 10px;

}
.facet-dropdown {
background: #FAFAFA;
border-radius: 10px;
padding: 10px 0px;
cursor:pointer;
}
.facet-dropdown.open {
background: #FFF;
border-radius: 10px;

}

.facet-dropdown i {
background: #000;
border-radius: 4px;
color: #FFF;
font-size: 20px;
}

#content.page-not-found {
text-align: center;
display: none;
}

.category-marques .block-categories {
display: none;
}

.subcategory-block{
margin-bottom: 20px;
}

.category-marques #products {
display:none;
}

.h8-box-product .nav-tabs li a {
font-size: 28px !important;
box-shadow : none !important;
}

.nav-tabs .nav-link.active {
color: #000 !important;
font-weight: 600;
}

.product-tabs.tabs {
border: none !important;
}

.product-tabs.tabs .tab-content {
padding: 0px !important;
}