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

/*.menu__item-header a:hover,.menu__item-link--nosubmenu:hover{
    color: #857550;
}
.menu__item-link--sub:hover{
    color: #000;
} */

.mail-newsletters {
    background-color: transparent !important;
    color: white !important;
}

.mail-newsletters::placeholder {
    color: white;
}

.text-nl {
    font-size: 12px;
}

.btn-newsletters {
    box-shadow: none;
    border-radius: 0.5rem;
}

@media (max-width: 991.98px) {

    .menu-sub__content,
    .menu__item-link--top {
        color: black;
    }

}

.menu-sub__list>li>a>span:hover {
    color: #000;
}

.current-price .discount,
.discount-amount {
    background-color: #202A44 !important;
}

.current-price .current-price-discount,
.product-price-and-shipping .current-price-discount {
    color: #202A44;
}

.variant-links>.color,
.label-color>.color.texture {
    border-radius: 25px;
    background-origin: border-box;
}

.label-color>.color.texture {
    background-size: 2rem 2rem !important;
}

.header__logo>img {
    width: 150px;
}

.new-top-menu {
    margin: 0 15px;
    color: #fff !important;
    font-weight: 600;
    text-transform: uppercase;
}

.new-top-menu:hover {
    color: #fff;
}

.block-categories {
    padding: 0;
    background-color: transparent;
    border: none;
}

.category-top-menu {
    margin: 10px 0;
}

#footer {
    background-color: #202A44;
}