/*Нет в наличии*/
.t-store__card__sold-out-msg,
.t-store__prod-popup__btn_disabled td.js-store-prod-popup-buy-btn-txt{
    font-size: 0;
}
.t-store__card__sold-out-msg:after,
.t-store__prod-popup__btn_disabled td.js-store-prod-popup-buy-btn-txt:after{
    content: "OUT OF STOCK";
    font-size: 14px;
    color: #e9354b /*  устанавливаем своей цвет */
}

/*Обязательные поля в корзине*/
.t-input-error {
    font-size: 0;
}
.t-input-error:after {
    content: "required field";
    font-size: 14px;
    color: #e9354b /*  устанавливаем своей цвет */
}


.t-form__errorbox-link {
    font-size: 0;
}
.t-form__errorbox-link:after {
    content: "Please fill in all required fields";
    font-size: 16px;
    color: #ffffff /*  устанавливаем своей цвет */
}
/*СУММА В КОРЗИНЕ*/
.t706__cartwin-totalamount-info_label:first-child {
    font-size: 0;
}

.t706__cartwin-totalamount-info_label:first-child:after {
    content: "Amount:";
    font-size: 14px;
    color: #000000; /*  устанавливаем своей цвет */
}

.t706__cartwin-totalamount-label {
    font-size: 0;
}

.t706__cartwin-totalamount-label:after {
    content: "Total amount: ";
    font-size: 14px;
    color: #000000; /*  устанавливаем своей цвет */
    font-style: bold;
}

.t706__cartwin-prodamount-label {
    font-size: 0;
}

.t706__cartwin-prodamount-label:after {
    content: "Amount: ";
    font-size: 14px;
    color: #000000; /*  устанавливаем своей цвет */
    font-style: bold;
}

.t706__cartwin-heading {
    font-size: 0;
}

.t706__cartwin-heading:after {
    content: "Your order:";
    font-size: 24px;
    color: #000000; /*  устанавливаем своей цвет */
    font-style: bold;
}

.t-upwidget-container__button,
.t-upwidget-container__button-indiv{
    font-size: 0!important;
    color: #000000;
}

.t-upwidget-container__button:after,
.t-upwidget-container__button-indiv:after {
    content: "Upload file";
    font-size: 16px;
    color: #ffffff; /*  устанавливаем своей цвет */
    font-style: bold;
}

.js-product-controls-wrapper .t-checkbox__indicator {
    border: 2px solid #ffffff;
}

.js-product-controls-wrapper .t-checkbox__indicator:after {
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
}

.js-product-controls-wrapper .t-checkbox__control span {
    color: #ffffff;
}

