:root {
    --fg-on: #fff;
    --c-success: #00af68;
    --c-error: #c71d3e;

    --color-coupons-promo: #B61918;
    --color-coupons-promo-dark: #9E1915;
}

@media (max-width: 768px) {
    :root {
        --color-coupons-promo-dark: var(--color-coupons-promo);
    }
}

.new-provider-grey-area {
    display: block;
    padding: 30px 50px;
    background: #F5F5F5;
    margin-bottom: 15px;
}

.header-fav {
    padding: 0 30px;
    border-right: 1px solid #e5e5e5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-fav__inner {
    position: relative;
}

.header-fav svg:hover path {
    fill: #7D0930;
}

@media screen and (max-width: 1350px) {
    .header-fav {
        padding: 0 10px;
    }
}

.header-cart .total {
    display: none;
}

.large-order {
    background: #C71E3F;
    color: #ffffff;
    font-size: 14px;
    align-items: center;
    justify-content: center;
    position: relative;
    min-height: 40px;
    text-align: center;
    display: none;
    flex-wrap: wrap;
    width: 100vw;
    position: relative;
    z-index: 999;
}

.is-sidebar-active .large-order {
    position: absolute;
}

.large-order a {
    color: #ffffff;
    font-size: 14px;
    margin-left: 115px;
    width: auto;
}

.large-order__close {
    font-weight: 300;
    font-size: 35px;
    position: absolute;
    right: 38px;
    top: calc(50% - 23px);
    transform: rotate(45deg);
    cursor: pointer;
}

@media screen and (max-width: 1024px) {
    .large-order__close {
        right: 22px;
    }
}

@media screen and (max-width: 768px) {
    .large-order a {
        margin-left: 10px;
    }

    .large-order {
        padding: 10px 55px;
        box-sizing: border-box;

    }
}

@media screen and (max-width: 576px) {
    .large-order,
    .large-order a {
        font-size: 12px;
        flex-direction: column;
    }


}
@media screen and (max-width: 460px) {
    .large-order {
        font-size: 12px;
    }
    .large-order a {
        margin-top: 5px;
    }
}
/*AM-3929*/
/*
.favorite_label.changed:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    border: 28px solid transparent;
    border-bottom: 28px solid #555;
    border-right: 28px solid #555;
}

 */
