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


div#cart-subtotal-shipping {
    display: none;
}
.contentCMS {
    text-align: center;
}
input.search-bar__text.ui-autocomplete-input {
    color: #fff;
}
.font-cart {
    color: #fff;
}
.header-top {
    background-color: #000;
}
#content.page-content.card.card-block {
    background-color: #000;
}
.cms-id-2 .rte p {
    color: #fff;
}
.contentCMS p {
    color: #000;
}
.hidden-lg-up.mobile {
    background-color: #000;
}
.subcategories {
    display: none;
}
.product-manufacturer {
    width: 25px;
}
p.infoStock {
    display: none;
}
.product-unit-price.sub {
    display: none;
}
.contentCMS p {
    color: #000!important;
}
.product_features {
    font-size: 12px;
    font-size: 1.1rem;
    font-weight: 700;
    display: inline-block;
    padding: 6px 10px;
    text-transform: uppercase;
    color: #000;
    border-radius: 0 20px 20px 0;
    background: #ffcc00;
    position: absolute;
    z-index: 1;
    top: 10px;
    left: 0;
}

.custom-checkbox input[type="checkbox"] + span {
    border: 1px solid #323f48;
}
.social-sharing {
    display: none;
}
.product-additional-info {
    margin: 0;
}
.Etat h4 {
    margin: 0px;
}
#product .product-manufacturer {
    width: 100px;
}
#cart .current-price {
    display: none;
}
#product .product-variants {
    margin: 0;
}
.product-prices.js-product-prices {
    display: flex;
    gap: 10px;
}
.product-actions {
    border-bottom: 1px solid #e3e3e3;
}
#product .product-description-short {
    border-top: none;
    font-size: 14px;
    line-height: 1.7;
    padding-top: 0;
}



.message__container.locale--FR {
    display: none !important;
}
.message__content {
    display: none !important;
}

@media (max-width: 991px) {
    #menu-icon i {
        color: #fff;
    }
    #mobile_top_menu_wrapper {
        background: #f4f6f5;
        color: #000;
    }
    .wishtlist_top:before {
        color: #000;
    }
    input.search-bar__text.ui-autocomplete-input {
        color: #000;
        border-color: #ffcc00;
    }
    .wrapper-modules {
        border-top: none;
        border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    }
    .top-menu .dropdown-item {
        color: #000;
        border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    }
    .wrapper-nav {
        display: none;
    }
}
@media (max-width: 500px) {
    .top-logo {
        flex: 2 0 0%;
    }
    .home-banner .title-one {
        font-size: 1.2em;
    }
}