/** HEADER **/

.header-nav strong {
    color: #000;
}

#_desktop_logo img.logo {
    max-width: 100px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.main-menu {
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%;
}

.top-banner.alt-banner h4 {
    font-size: 2.3em;
}

.products-selection {
    margin: 0 0 10px;
}

.page-heading:before {
    display: none;
}

.category-miniature .h2 a {
    padding: 10px 0;
}

.bloc-garanties-left p {
    margin-bottom: 1rem;
}

.bloc-garanties-left ul li {
    padding: 10px;
    border-top: 1px solid #000;
}

.bloc-garanties-left ul li:first-child {
    border: 0;
}
#product-availability .product-last-items {
    top: -2px;
    position: relative;
}

.product-line-actions .bootstrap-touchspin .btn.btn-touchspin,
.product-line-actions .bootstrap-touchspin .btn.btn-touchspin:first-child,
.product-quantity .bootstrap-touchspin .btn.btn-touchspin,
.product-quantity .bootstrap-touchspin .btn.btn-touchspin:first-child {
    background: #fff;
    border: solid 1px #e9e9e9;
}
    .product-line-actions .bootstrap-touchspin .btn.btn-touchspin i,
    .product-quantity .bootstrap-touchspin .btn.btn-touchspin i {
        color: #000;
    }

.btn.add-to-cart {
    position: relative;
    padding-left: 70px;
}

.btn.add-to-cart:before {
    content: "";
    display: block;
    background: url("../img/bt-add-to-cart.png") no-repeat center center;
    background-size: 50px;
    width: 50px;
    height: 79px;
    top: -25px !important;
    position: absolute;
    left: 10px;
}

/* Page CMS */
#cms #content {
    border: 1px solid #000 !important;
    position: relative;
    padding: 15px;
}

#cms #content h1,
#cms #content h2,
#cms #content h3,
#cms #content h4,
#cms #content h5,
#cms #content h6 {
    line-height: 1.1em !important;
    color: #fff !important;
    background: #000;
    display: inline-block !important;
    padding: 10px 30px !important;
    margin: 15px 0 !important;
}

#cms #content h1 {
    margin-left: -15px !important;
}

#cms #content p,
#cms #content div,
#cms #content ul li {
    color: #000;
}

body#cms #content  .btn {
    background: #fff;
    border: solid 1px #000;
    color: #000;
}
    body#cms #content .btn * {
        color: #000;
    }

/** RESPONSIVE **/
@media (max-width: 991px) {
    .bloc-header-top-label {
        text-align: center;
        padding: 5 10px;
    }

    .bloc-header-top-label strong {
        font-size: 13px;
    }

    .top-logo {
        justify-content: left;
    }

    .top-logo img {
        max-width: 50px;
    }

    .subcategories li {
        width: 50%;
    }

    .sidebar .bloc-garanties-left .h6 {
        border-radius: 0;
        background: #000;
        color: #fff;
    }

    .sidebar .bloc-garanties-left .h6:after {
        display: none;
    }
}

@media (min-width: 992px) {
    .header_user_info a {
        overflow: hidden;
        display: inline-block;
        width: 22px;
        height: 40px;
        background: url('../img/account.svg') no-repeat center center;
        background-size: 22px;
        text-indent: 999px;
        padding: 0;
        margin: 0 5px;
        top: -1px;
        position: relative;
    }

    .header_user_info a span {
        display: none;
    }

    .subcategories li {
        width: 25%;
    }

    body .top-menu[data-depth="0"] > li > a:hover, body #header .search-btn-toggle.search-active:hover:before, body #header .search-btn-toggle.search-active:hover:after, body .cart-header .cart-products-count, body .sidebar .h6 {
        background-color: #ad3373;
    }
}

.store-content .search-button {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

#blockcart-modal .divide-right {
    position: relative;
}
    #blockcart-modal .divide-right:after {
        content: "";
        display: block;
        position: absolute;
        top: 30px;
        bottom: 30px;
        right: -1px;
        width: 1px;
        height: auto;
        background: #555;
    }

.cart-content .value,
.cart-summary .cart-summary-line .value {
    color: #000;
    font-weight: 900;
}

.layer-text .h4 {
    padding-right: 10px;
}