
.product-card__label {
    .tag.percent-off {
        background-color: #2b0d00;
        color: #ff5132;
    }
}
.product-list-wrap .best-selling-products__item {
    .product-card__content .price--listing .price__sale .price-item--sale {
        color: #ff5132;
    }
    .product-card_title.sale-text {
        color: #ff5132;
        margin:0 0 5px;
        font-size: 16px !important;
        @media (max-width:767px){
           margin-bottom:0 !important;
           font-size: 10px !important;
        }
    }
    .product-card__title-wrapper {
        @media (max-width:767px){
            display:block;
        }
    }
}
