.t706__cartwin-content {
    /* Укажи цвет фона корзины */
    background-color: #FFFFFF !important;
    /* Укажи радиус окна корзины */
    border-radius: 10px;
}

.t706__cartwin-heading {
    /* Укажи цвет заголовка окна корзины */
    color: #D8A8A8 !important;
    font-weight:900;
    font-size:16px;
}

.t706__product-title {
    /* Укажи цвет заголовка в карточке товара */
    color: #D8A8A8 !important;
    font-size: 12px;
    text-transform: uppercase;
}
.t706__product-title__option {
    /* Укажи цвет описания в карточке товара */
    color: #D8A8A8 !important;
    opacity: 1 !important;
}

.t706__product-quantity,
.t706__product-quantity-inp {
    /* Укажи цвет количества товара */
    color: #D8A8A8 !important;
}

.t706__product-quantity:hover,
.t706__product-quantity_editing:hover {
    /* Укажи цвет бордюра, который появляется при наведении на количество товара */
    border: 1px solid rgba(256,256,256,0.7) !important;
}

.t706__product-amount {
    /* Укажи цвет цены в карточке товара */
    color: #D8A8A8 !important;
}

.t706__cartwin-prodamount-wrap {
    /* Укажи цвет суммы заказа */
    color: #D8A8A8 !important;
}

.t706__cartwin-top {
    /* Укажи толщину и цвет верхней линии */
    border-bottom: 1px solid #D8A8A8;
}
.t706__cartwin-bottom {
    /* Укажи толщину и цвет нижней линии */
    border-top: 1px solid #D8A8A8;
}

.t706__product-plus,
.t706__product-minus,
.t706__product-del {
    opacity: 1!important;
}
.t706__product-plus img,
.t706__product-minus img,
.t706__product-del img{
    display: none;
}
.t706__product-plus:before,
.t706__product-minus:before,
.t706__product-del:before {
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    position: relative;
    top: 3px;
}
.t706__product-del:before {
    width: 20px;
    height: 20px;
    top: 2px;
}
.t706__product-plus:before {
    /* Укажи ссылку на иконку «Плюс» */
    background-image: url('https://optim.tildacdn.com/tild3439-3761-4062-b761-663932313433/-/resize/192x/-/format/webp/icons8-plus-96.png');
    background-position: 50% 50%;
}
.t706__product-minus:before {
    /* Укажи ссылку на иконку «Минус» */
    background-image: url('https://optim.tildacdn.com/tild3665-6266-4034-b563-636563376239/-/resize/192x/-/format/webp/icons8-minus-96.png');
    background-position: 50% 50%;
}
.t706__product-del:before {
    /* Укажи ссылку на иконку «Крестик» */
    background-image: url('https://optim.tildacdn.com/tild3735-3435-4433-b961-653835666531/-/resize/200x/-/format/webp/icons8-close-100.png');
    background-position: 50% 50%;
}

.t-descr {
    font-family: 'TildaSans', Arial, sans-serif;
    font-weight: 600;
    color: #d8a8a8;
    font-size: 14px ;
}
.t-search-widget__result_product-img {
    width: 100px;
    height: 100px;
    background-position: center;
    background-size: cover;
    border: 1px solid #c4c4c4;
    border-radius: 10px;
}
.t-name {
    font-family: 'TildaSans', Arial, sans-serif;
    font-weight: 600;
    color: #d8a8a8;
    font-size: 16px ;
}

.t-store__filter__item {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;

}

.t-store__filter__item-title, .t-store__filter__opts-mob-btn {
    color: #ffffff;
    font-family: TildaSans;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
}

.t-store__sort-select {
    width: 100%;
    border: 1px #ddd solid;
    background: rgb(255 255 255);
    color: #172917;
    box-sizing: border-box;
    cursor: pointer;
    padding: 2px 30px 2px 10px;
    border-radius: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}

.t-store__filter__search .t-store__filter__input {
    width: 200px;
    border-radius: 10px;
}

.t-text_xs {
    font-size: 16px;
    font-weight: 600;
}
.t706 .t-form .t-descr_md {
    font-size: 16px;
    text-transform: uppercase;
}

.t849__img {
    display: block;
    width: 50%;
    margin-bottom: 14px;
    float: right;
    margin-left: 30px;
    margin-bottom: 30px;
    border-radius: 20px;
    box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 0.5);
}
.t-search-widget__loadmore-btn {
    color: #d8a8a8;
    background-color: #ffffff;
    border: 1px solid #d8a8a8;
    border-radius: 10px;
}



/*меню*/ 
#rec862420372 .t830m {
    height: 101%;
    top: -5px;
    border-right: 1px solid #fff;
    border-radius: 0px 20px 20px 0px;
    box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 0.5);
}
.t830m__container {
    scrollbar-width: none;
    scrollbar-color: #ffffff #d8a8a8;
}

html { scrollbar-width: thin; }
