/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

.container, .container-fluid {
    padding-right: 35px;
    padding-left: 35px;
}

/* hide price in header cart */
span.cart-products-count span {
    display: none;
}

#subcart ul.cart_products li .cart_right .product-price {
    display: none;
}

#subcart ul.cart-subtotals li {
    display:none;
}
/* end hide price in header cart */

/* hide price in modal cart */
#blockcart-modal .price {
    display: none;
}

.cart-content p:nth-of-type(2), .cart-content p:nth-of-type(3), .cart-content p:nth-of-type(4) {
    display: none;
}
/* end hide price in modal cart */

#wrapper {
    padding-top: 40px!important;
    padding-bottom: 20px;
}

.cart-grid .blockreassurance_product {
    margin-top: 0;
}

.header-top {
    padding-top: 20px;
    padding-bottom: 20px;
}

#_desktop_top_menu > ul > li > a {
    padding: 12px 25px;
}

#_desktop_top_menu > ul > li > a.sf-with-ul:after {
    right: 7px;
}

.search_price {
    display: none!important;
}

.bottom-footer {
    display: none;
}

.footer-container {
    padding-top: 40px;
}

section.facet.clearfix {
    margin-top: 20px;
}

.collapse::-webkit-scrollbar {
    width: 10px;
}

.collapse::-webkit-scrollbar-track {
    background-color: #f7f7f7;
}

.collapse::-webkit-scrollbar-thumb {
    background-color: lightgray;
}

#search_filters .facet .collapse, #search_filters_brands .facet .collapse, #search_filters_suppliers .facet .collapse {
    max-height: 425px;
}

#subcart ul.cart_products {
    background: white;
}

#subcart ul.cart_products li .cart_left img {
    border: 1px solid white;
}

#subcart ul.cart_products li a.remove-from-cart {
    margin-right: -8px;
}

#subcart ul.cart_products li .cart_right {
    margin-top: 20px;
}

.cart_title {
    display: none;
}

.page-home .tabs {
    margin-top: 30px;
}

#category .list-block {
    display: none;
}

.custom-checkbox input[type=checkbox]+span .checkbox-checked {
    color: white;
    font-size: 16px;
    background: #33adf4;
}

.active_filters .filter-block {
    background: #33adf4;
    border: 1px solid #33adf4;
    padding: 5px 10px;
    color: white;
}

.filter-block .close {
    color: white;
}

#custom-text {
    background: #fff;
    border-radius: 0;
    margin-bottom: 0;
    padding: 0;
    margin-top: 40px;
}

.input-devis_group label{
display:none;
}

.quotationspro_request .page-subheading {
    border-bottom: 1px solid white;
}

.quotationspro_request.notes {
    display: none;
}

select.form-control:not([size]):not([multiple]) {
    height: calc(2.5rem - -4px);
}

#custom-text a{
color:#feac0a;
text-decoration:none;
}

#custom-text li {
    color: #232323;
    font-weight: 400;
    font-size: 1.1em;
    margin-bottom: 10px;
}

.cms-id-4 .page-header{
display:none;
}

.cms-id-4 .page-content{
margin-top:-25px;
}

ul {
  list-style: none!important;
}

#custom-text ul li::before {
    content: "\2022";
    color: black;
    font-weight: bold;
    display: inline-block;
    width: 18px;
    margin-left: -1em;
    font-size: 18px;
}

body .blockreassurance_product .item-product {
    width: 35px;
    height: 35px;
}

body .blockreassurance_product .item-product img, body .blockreassurance_product .item-product svg {
    width: 30px;
    height: 30px;
}

body .blockreassurance_product {
    text-transform: initial;
}

body .blockreassurance_product span.block-title {
    text-transform: uppercase;
}

#footer_account_list li:nth-of-type(2), #footer_account_list li:nth-of-type(3){
display:none;
}

#right-column ._desktop_wishlist_link, #left-column ._desktop_wishlist_link {
    box-shadow: 0px 0px 0px 0 rgb(0 0 0 / 20%);
    margin-bottom: 1.563rem;
    padding: 0.563rem 0;
}

.nxtal-product-list .product-price {
    color: #2fb5d2;
    display: inline-block;
    display: none;
}

.nxtal-wishlist-icon {
    background: transparent;
}

#header .header-nav ._desktop_wishlist_link .nxtal-wishlist-link {
    margin: 0;
}

.nxtal-wishlist-link .material-icons {
    font-size: 18px;
}

.header-nav ._desktop_wishlist_link .nxtal-wishlist-icon .hover i, .header-nav ._desktop_wishlist_link .nxtal-wishlist-link .hover i {
    color: white;
}

.header-nav ._desktop_wishlist_link .nxtal-wishlist-icon .default i, .header-nav ._desktop_wishlist_link .nxtal-wishlist-link .default i {
    color: white;
}

#lnk-liste-de-souhaits, #lnk-wishlist {
    float: right!important;
}