    /*Возвращаем цвет фона карточкам в посмотреть еще*/
    .t-store__relevants-grid-cont .t-store__card__wrap_all {
        background-color: #f7f7f7 !important;
    }

    .js-store-prod-name js-product-name t-store__prod-popup__name t-typography__title t-name t-name_xl {
        color: #f7f7f7;
    }

    .js-store-prod-all-text {
        color: #f7f7f7 !important;
    }
    
    .t-popup .t-store__prod-popup__price {
        color:#f7f7f7 !important;
    }

@media screen and (max-width: 768px) {
    .js-store-prod-name js-product-name t-store__prod-popup__name t-typography__title t-name t-name_xl {
        color: #f7f7f7;
        font-size: 46px;
    }

    .t-name_xl {
        font-size: 36px !important;
        /*color: #f7f7f7;*/
    }

    .js-store-prod-all-text {
        color: #f7f7f7 !important;
        font-size: 16px !important;
    }
    
    .t-popup .t-store__prod-popup__price {
        color:#f7f7f7 !important;
        font-size: 18px !important;
    }
    
    /*Убираем иконку для скролла в посмотреть еще */
    .t-store__scroll-icon-wrapper {
        display: none !important;
    }
    
    /*Меняем размер и цвет заголовка "Посмотреть еще"*/
    .t-store__relevants__title {
        color: #f7f7f7 !important;
        font-size: 28px !important;
    }
    
    /*Делаем уже карточки в посмотреть еще*/
    .t-store__grid-cont_mobile-one-row .t-col, .t-store__grid-cont_mobile-one-row .t-store__stretch-col, .t-store__relevants-grid-cont.t-store__grid-cont_mobile-one-row .t-col, .t-store__relevants-grid-cont.t-store__grid-cont_mobile-one-row .t-store__stretch-col {
        min-width: 70% !important;
    }
    
    /* Делаем меньше отступы в Посмотреть еще между карточками*/
    .t-store__relevants-grid-cont.t-store__grid-cont_mobile-one-row .t-col {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }
}

/*Меняем настройки корзины*/
.t706__cartwin-content {
    background-color: #292626;
}
.t706__cartwin-heading.t-name.t-name_xl {
    color: #f7f7f7 !important;
}

.t706__product-title, .t706__product-plusminus, .t706__product-quantity, .t706__product-amount, .t706__product-amount--portion, .t706__cartwin-prodamount-wrap, .t706__cartwin-totalamount-wrap {
   color: #f7f7f7; 
}

.t706__cartwin-top, .t706__cartwin-bottom {
    border-color: #474444;
}

.t706__product-deleted__timer {
    color: #f7f7f7;
}

.t-radio__indicator:after {
    background: #e3000e !important;
}

@media screen and (max-width: 560px) {
    .t-store__grid-cont .t-col, .t-store__grid-cont .t-store__stretch-col {
        margin-bottom: 20px !important;
    }
}