    .t-store__prod__price-portion {
        display: none;
    }
    
    
    
    /* количество товаров */
    .uc-product-list .t-store__card::after {
        content: "осталось " attr(data-product-inv) " шт.";
        font-weight: 500;
        font-family: 'ThreeRegularFonts';
        font-size: 16px;
        color: #565656;
        margin-top: -15px;
    }
    
    @media screen and (max-width: 480px) {
        .t-store__card__wrap_all {
            margin-bottom: -18px !important;
        }
        
        .t-store__card__mark-wrapper {
            top: 15px !important;
        }
    }
    
    
    /* каталог */
    .t-store__card__price_old {
        font-size: 20px !important;
    }
    
    .t-store__prod-popup__name {
        font-weight: 500 !important;
        font-family: 'ThreeRegularFonts' !important;
        font-size: 46px !important;
    }
    
    .t-store__prod-popup__price-item {
        font-size: 36px !important;
    }
    
    .t-store__prod-popup__price_old {
        font-size: 20px !important;
    }
    
    div.t-store__prod-popup__sku.t-typography__sku.t-descr.t-descr_xxs {
        font-weight: 500 !important;
        font-family: 'ThreeRegularFonts' !important;
        font-size: 16px !important;
    }
    /* отступ для кружочка на картинке */
    .t-store__card__mark-wrapper {
        top: 30px !important;
    }
    /* скругление краев картинки */
    .t-store__card__bgimg,
    .t-store__card__bgimg_second,
    .t-store__card__img {
        border-radius: 20px !important;
    }
    
    /* карточка товара */
    /*поле выбора количества*/
    .t-store__prod__quantity {
        background-color: transparent;
        border-width: 3px;
        border-color: #fff0e0;
        font-family: 'ThreeRegularFonts' !important;
        font-weight: 500 !important;
    }
    
    .t-store__prod__quantity-input {
        color: #fff0e0;
        font-size: 18px;
    }
    
    .t-store__prod__quantity__minus, .t-store__prod__quantity__plus {
        background-color: transparent;
        color: #fff0e0;
    }
    
    
    /*кнопка покупки*/
    .t-store__prod-popup__btn {
        color: #000000 !important;
        background-color: #fff0e0 !important;
        font-family: 'ThreeRegularFonts' !important;
        font-weight: 500 !important;
    }
    
    
    /*текст в карточке*/
    .js-store-prod-all-text, .js-store-close-text .t-store__prod-popup__close-txt, .t-product__option-title {
        font-family: 'ThreeRegularFonts' !important;
        font-weight: 500 !important;
    }
    
    .js-store-prod-all-charcs {
        font-family: 'ThreeRegularFonts' !important;
        font-weight: 500 !important;
        font-size: 15px !important;
    }
    
    
    /*выбор размера*/
    .t-product__option-variants label {
        border-radius: 10px !important;
    }
    
    .t-product__option-title_buttons {
        font-family: 'ThreeRegularFonts' !important;
        font-weight: 500 !important;
    }
    
    .js-product .t-product__option-variants_buttons .t-product__option-item_simple.t-product__option-item_active,
    .js-product .t-product__option-variants_buttons .t-product__option-item_simple:hover {
        border-color: #f26227 !important;
        background-color: #f26227 !important;
    }
    
    .js-product .t-product__option-variants_buttons .t-product__option-item_simple {
        background-color: #fff0e0 !important;
    }
    
    
    /* корзина */
    .t706__sidebar-content_showed {
        border-left: 4px #f26227 solid !important;
        background-color: #fff0e0 !important;
    }
    
    .t706__sidebar-heading.t-name {
        /*color: #fff0e0 !important;*/
        font-family: 'ThreeRegularFonts' !important;
        font-weight: 300 !important;
    }
    
    /*.t706__sidebar-close-icon g {
        fill: #fff0e0 !important;
    }*/
    
    /*.t706__sidebar-top {*/
    /*    border-bottom-color: #fff0e0 !important;*/
    /*}*/
    
    .t706__product-quantity,
    .t706__product-title__option,
    .t706__product-title__portion,
    .t706__cartpage-heading,
    .t706__cartwin-totalamount-info,
    .delivery-full-address {
        font-family: 'ThreeRegularFonts' !important;
        font-weight: 500 !important;
    }
    
    /*.t706__sidebar-products {
        border-bottom-color: #fff0e0 !important;
        background-color: #fff0e0 !important;
    }
    
    .t706__sidebar-prodamount-wrap {
        color: #fff0e0 !important;
    }*/
    
    
    /* второй этап корзины*/
    .t706__cartpage_showed,
    .t706__cartpage-top,
    .t706__cartpage-totals {
        background-color: #fff0e0 !important;
        
    }
    
    .t706__cartpage-top {
        font-family: 'ThreeRegularFonts' !important;
        font-weight: 500 !important;
    }