/*Скрываем описание товаров в каталоге*/

.t-store__card .t-typography__descr {
    display: none;
}


/*Размер изображения в списке товаров в корзине*/

.t706__product-imgdiv {
    width: 70px;
    height: 150px;
    background-size: cover;
    border-radius: 0px; !important
    background-position: center;
}    


/*Стилизация формы для товара не в наличии*/

.t-input {
    height: 54px;
}

.t1122__product-title {
    font-weight: 500;
    font-size: 18px;
}

.t1122__product-img {
    width: 70px;
    height: 150px;
    background-size: cover;
    border-radius: 0px; !important
    background-position: center;
}


/*Выравнивание текста в чекбоксах форм*/

@media screen and (max-width: 1119px) {
    label.t-checkbox__control {
        font-size: 12px !important;
        display: flex;
    }
}

@media screen and (min-width: 1200px) {
    label.t-checkbox__control {
        font-size: 14px !important;
        display: flex;
    }
}


/*Стилизация текста в корзине*/

.t706__product-title {
    font-weight: 500;
    line-height: 1.3;
}

.t706__cartwin-prodamount-wrap {
    font-weight: 500;
}

.t706__cartwin-totalamount-wrap {
    display: none !important;
}


/*Стилизация текста в карточке товара*/

.js-store-prod-all-text {
    font-size: 16px;
}

p.t-typography__characteristics.js-store-prod-charcs {
    margin-bottom: 4px;
}


/*Стилизация ошибок в полях ввода*/
.t-form .js-error-control-box .t-input:not(.t-input-phonemask):not(.t-input-ownanswer):not(.t-input__own-answer), .t-form .js-error-control-box .t-checkbox__control, .t-form .js-error-control-box .t-checkboxes__wrapper, .t-form .js-error-control-box .t-select, .t-form .js-error-control-box .t-radio__wrapper, .t-form .js-error-control-box .t-rate__wrapper, .t-form .js-error-control-box .uploadcare-widget {
    border: 2px solid #F60000 !important;
}

.tn-atom .js-error-control-box .t-checkbox__control:before, .tn-atom .js-error-control-box .t-radio__wrapper:before {
    border: 2px solid #F60000 !important;
    border-radius: 0px;
}

.tn-atom .js-error-control-box .t-checkbox__control, .tn-atom .js-error-control-box .t-checkboxes__wrapper .t-checkbox__control, .tn-atom .js-error-control-box .t-radio__wrapper {
    padding: 8px 12px 8px 12px !important;
}

div#tilda-popup-for-error {
    background: #F60000;
    border-radius: 0px;
    bottom: 20px;
    right: 20px;
    box-shadow: 0 0 0px 0px rgba(0, 0, 0, 0);
    font-family: 'InterDisplay', sans-serif;
    max-width: 400px;
    min-width: 260px;
    padding: 16px;
    border-radius: 0px;
}

.t-form__errorbox-text.t-text.t-text_xs {
    font-weight: 500;
    line-height: 1.3;
}

.tn-form__errorbox-close-line {
    height: 2px !important;
}

.t886__btn.t-btn.t-btn_md {
    font-size: 14px;
}

.t-input-error {
    display: none !important;
}


/*Отступы контейнера с контеном на странице товара*/
.t-store__prod-snippet__container {
    padding-top: 40px;
    padding-bottom: 52px;
}


/*Скрыть надпись нет в наличии в каталоге*/
.t-store__card__sold-out-msg {
    display: none;
}