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

.t706__cartwin-heading {
    /* Укажи цвет заголовка окна корзины */
    color: #ffffff !important;
}

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

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

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

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

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

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

.t706__cartwin-totalamount-info_label {
    /* Сумма СДЭК */
    color: #ffffff !important;
}
.t706__cartwin-prodamount-price {
    /* Сумма СДЭК */
    color: #ffffff !important;
}
.t706__cartwin-prodamount-currency {
    /* Сумма СДЭК */
    color: #ffffff !important;
}
.t706__cartwin-totalamount-label {
    /* Сумма СДЭК */
    color: #ffffff !important;
}
.t706__cartwin-prodamount-price {
    /* Сумма СДЭК */
    color: #ffffff !important;
}
.t706__cartwin-prodamount-currency {
    /* Сумма СДЭК */
    color: #ffffff !important;
}
.searchbox-change-pickup {
    /* Сумма СДЭК */
    border-bottom: 1px dashed #ffffff !important;
}


.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://static.tildacdn.com/tild6536-6365-4061-b763-666235363061/arrows_circle_plus.svg');
    background-position: 50% 50%;
}
.t706__product-minus:before {
    /* Укажи ссылку на иконку «Минус» */
    background-image: url('https://static.tildacdn.com/tild3966-3237-4261-a363-353937353635/arrows_circle_minus.svg');
    background-position: 50% 50%;
}
.t706__product-del:before {
    /* Укажи ссылку на иконку «Крестик» */
    background-image: url('https://static.tildacdn.com/tild6265-3130-4033-a465-623035316537/arrows_circle_remove.svg');
    background-position: 50% 50%;
}

.t-banktransfer { opacity: 1;display: block;width: 100%;height: 100vh;position: fixed;z-index: 100001;top: 0px;left: 0px;right: 0px;bottom: 0px;overflow-y: scroll;background-color: rgba(0,0,0,0.7) !important; }
.t-banktransfer .t-popup__container { margin: 65px auto; width: 100%; max-width: 560px; min-height: 300px; background-color: #363636 !important; padding: 40px; box-sizing: border-box; transform: none; position: initial;}
.t-banktransfer .t-popup__close { float: right; position: relative; cursor: pointer;top: initial; right: initial;}
.t-banktransfer .t-form .t-input { height: 55px; color:#dfdfdf !important; border:1px solid #826432 !important; background-color:#414141 !important; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;}
.t-banktransfer .t-input-group { margin-bottom: 20px }
.t-banktransfer .t-form .t-textarea { height: 110px; }
.t-banktransfer .t-input-title { padding-bottom: 5px }
.t-banktransfer .t-input-subtitle { padding-bottom: 15px }
.t-banktransfer .t-input-group_rd .t-input-subtitle { padding-bottom: 5px }
.t-banktransfer .t-inputtime,.t-banktransfer .t-datepicker__wrapper { max-width: 245px }
.t-banktransfer .t-form__submit { display: block; text-align: center; vertical-align: middle; height: 100%; margin-top: 30px; margin-bottom: 10px; width: 100% }
.t-banktransfer .t-submit { width: 100% }