/*посты*/

.t-feed__post-popup {
    background-color: #1e1e1e !important;
}

.t-feed__post-popup__content .t-title,
.t-feed__post-popup__content .t-text {
    color: #FFFFFF !important;
}

.t-feed__post-popup__content .t-feed__post-popup__date {
    color: #FFFFFF !important;
    opacity: 0.7 !important;
}


/*!!! Страница товара*/
.t-store__prod-popup__close-txt:before {
    height: 28px !important;
}

@media (min-width: 560px) and (max-width: 1200px){
    .t-store__prod-popup__close-txt:before {
        height: 24px !important;
    }
}

.t-slds__item {
    background-color: transparent;
}
    
/*#rec893892118 {*/
/*    background: linear-gradient(0.069turn, rgba(0, 0, 0, 1) 0%, rgba(30, 0, 7, 1) 31%, rgba(0, 0, 0, 1) 49%, rgba(30, 0, 7, 1) 66%, rgba(0, 0, 0, 1) 100%) !important;*/
/*}*/

#rec893892118 .t-slds__container {
    background-color: transparent !important;
    
}

/*корзина*/

.t706__sidebar-content {
    background-color: #000 !important;
}

.t706__sidebar-heading,
.t706__product-title,
.t706__product-quantity,
.t706__product-amount,
.t706__product-portion,
.t706__sidebar-prodamount-wrap,
.t706__form-upper-text,
.t706__cartpage-prodamount,
.t706__cartpage-heading,
.t-input-title,
.t706__cartwin-prodamount-price,
.t706__cartwin-prodamount-currency,
.t706__form-bottom-text, 
.t706__cartwin-totalamount-label,
.t706__product-quantity_editing {
    color: #FFF !important;
}

.t706__product-quantity_editing {
    background-color: #a5a5a5 !important;
}

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

.t706__cartpage-totals{
    background: transparent !important;
}

.t706__cartpage {
    background: linear-gradient(0.069turn, rgba(0, 0, 0, 1) 0%, rgba(30, 0, 7, 1) 31%, rgba(0, 0, 0, 1) 49%, rgba(30, 0, 7, 1) 66%, rgba(0, 0, 0, 1) 100%) !important;
}

#rec893758141 .t-input{
    background: transparent !important;
}

.t706__product-title{
    font-weight: 800 !important;
}

.t706__product-imgdiv {
    background-color: #000;
}

/*Радио кнопки товар*/

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

.js-product .t-product__option-item_radio.t-product__option-item_active .t-product__option-input+.t-product__option-checkmark:before {
    border: 1px solid rgba(255, 255, 255, .9);
}

.js-product .t-product__option-item_radio.t-product__option-item_active .t-product__option-input:checked+.t-product__option-checkmark:after {
    background-color: rgba(255, 255, 255, .9);
}

.js-product .t-product__option-item_radio .t-product__option-input+.t-product__option-checkmark:before {
    border: 1px solid rgba(255, 255, 255, .9);
}

/*Описание жирным на странице товара*/
.js-store-prod-text strong {
    font-weight: 600 !important;
}

/*мобильный фон кнопок*/

store__product-snippet .t-store__prod-popup__btn-wrapper-fixed {
    background: rgba(0, 0, 0, 0.5) !important;
}

@media screen and (max-width: 560px) {
    .t-store__prod-snippet__container {
        padding-bottom: 100px !important;
    }
}

@media screen and (max-width: 561px) {
    .t-popup .t-popup__container .t-store__prod-popup__btn-wrapper-fixed, .t-store__product-snippet .t-store__prod-popup__btn-wrapper-fixed {
        background: rgba(0, 0, 0, 0.5) !important;
    }
}