/*цвет фона корзины*/
.t706__sidebar-content {
    background-color: #393d3f !important;
}

/*цвет загаловка в корзине */
.t-name {
    font-family: 'Racama', Arial, sans-serif;
    font-weight: 600;
    color: #ffffff !important;
}

/*цвет товара в корзине */
.t706__product-title {
    color: #fff0af !important;
    display: table-cell;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 0;
    vertical-align: middle;
}

/*цвет цены в корзине*/
.t706__product-amount, .t706__product-amount--portion {
    color: #fff0af !important;
}
.t706__sidebar-prodamount-wrap {
    color: #fff0af !important;
}

/*кол-во в корзине */
.t706__product-quantity {
    color: #fff0af !important;
}
/*перекрас корзины в мобилке*/
.t706__cartpage {
    background-color: #393D3F !important;
}

/*@media screen and (max-width:960px)*/
.t706__cartpage-totals {
    background: #393D3F !important;
}

.t706__cartpage-top {
    background: #393D3F !important;
}

.t706__cartwin-prodamount-wrap {
    color: #fff0af !important;
}

.t1002__wishlistwin-content {
    background-color: #393D3F !important;
}

.t1002__product-title {
    color: #fff0af !important;
}

.t1002__product-amount, .t1002__product-amount--portion {
   color: #fff0af !important; 
}

/*убрать описание из карточек в каталоге*/
.t-store__card__descr {
   display:none !important;
}

js-pagination-item t-store__pagination__item t-store__pagination__item_active t-store__pagination__item_page t-descr t-descr_xxs {
    border-color: #494B4D !important;
}

#rec1180490516 .t951__cont-wrapper .t951__sidebar {
    background-color: #3f4345;
    padding: 30px;
    border-radius: 8px !important;
}

.t-descr {
    color: #ffffff !important;
}

.t-checkbox__indicator {
    border: 2px solid #fff0af !important;
}

.t-checkbox__indicator:after {
    border: solid #fff0af;
    border-width: 0 2px 2px 0;
    content: "";
    display: none;
    height: 8px;
    left: 6px;
    position: absolute;
    top: 2px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 3px;
}

.js-product .t-product__option-variants_buttons .t-product__option-item_simple {
    background-color: #3f6e80 !important;
}