.t706__cartwin-content {
    /* Укажи цвет фона корзины */
    background-color: white !important;
    font-family: Philosopher, Arial;
    /* Укажи радиус окна корзины */
    border-radius: 5px;
}

.t706__cartwin-heading {
    /* Укажи цвет заголовка окна корзины */
    color: black !important;
    font-family: Philosopher, Arial;
}

.t706__product-title {
    /* Укажи цвет заголовка в карточке товара */
    color: black; !important;
    font-family: Philosopher, Arial;
}
.t706__product-title__option {
    /* Укажи цвет описания в карточке товара */
    color: black !important;
    opacity: 1 !important;
    font-family: Philosopher, Arial;
    font-size: 16px;
}

.t706__product-quantity,
.t706__product-quantity-inp {
    /* Укажи цвет количества товара */
    color: black !important;
    font-family: Philosopher, Arial;
        font-size: 16px;
}

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

.t706__product-amount {
    /* Укажи цвет цены в карточке товара */
    color: black !important;
    font-family: Philosopher, Arial;
        font-size: 16px;
}

.t706__cartwin-prodamount-wrap {
    /* Укажи цвет суммы заказа */
    color: black !important;
    font-family: Philosopher, Arial;
}

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

.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;
        font-size: 16px;
    font-family: Philosopher, Arial;
    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://static.tildacdn.com/tild3762-6633-4138-a563-363266613365/arrows_circle_plus.svg');
    background-position: 50% 50%;
}
.t706__product-minus:before {
    /* Укажи ссылку на иконку «Минус» */
    background-image: url('https://static.tildacdn.com/tild3737-6338-4130-b631-356634356366/arrows_circle_minus.svg');
    background-position: 50% 50%;
}
.t706__product-del:before {
    /* Укажи ссылку на иконку «Крестик» */
    background-image: url('https://static.tildacdn.com/tild3237-6263-4363-a239-313862383964/arrows_circle_remove.svg');
    background-position: 50% 50%;
}

.t706__orderform {
        font-family: Philosopher, Arial;
    margin-bottom: 20px;
    margin-top: 20px;
}

.t706 .t-input-block textarea
 {  
     font-family: Philosopher, Arial;
}

.t706 .t-form .t-input.t-input-phonemask
 {  
     font-family: Philosopher, Arial;
}


.t706 .t-form input.t-input
  {  
     font-family: Philosopher, Arial;
}

.t-input-phonemask__options-code, .t-input-phonemask__select-code {
    font-family: Philosopher, Arial;
}



.t706__cartwin-prodamount-currency, .t706__cartwin-prodamount-price, .t706__cartwin-totalamount-label,  {
        font-family: Philosopher, Arial;
}

.t-form__successbox {
    background: #dcdcdc;
    color: black;
    margin-bottom: 20px;
    padding: 20px;
    text-align: center;
}
