/*ФОРМА КАРТИНКИ*/
.t-img-select__indicator {
    /*background-size: cover !important;*/
    /*position: relative !important;*/
    /*width: 100% !important;*/
    border: 1px solid #141414 !important;
    box-shadow: 2px 2px 0px 0px rgb(20 20 20) !important;
    border-radius: 10px !important;
}


/*КНОПКА ЗАГРУЗКИ*/
.uploadcare--widget__button.uploadcare--widget__button_type_open {
    font-family: GoogleSans !important;
    font-size: 10px !important;;
    white-space: nowrap !important;
    background-color: #ffffff !important;
    border-radius: 3px !important;
    color: #235BC6 !important;
    text-align: center !important;
    cursor: pointer !important;
}


.t-radio__indicator {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 15px !important;
    width: 15px !important;
    border-color: #EC6C27 !important;
    border-style: solid;
    border-width: 2px;
    box-sizing: border-box;
    border-radius: 50%;
    margin-right: 10px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    opacity: .6;
}

.t-descr {
    font-family: 'TildaSans',Arial,sans-serif !important;
    font-weight: 400;
    color: #000000;
}

.t-datepicker__icon {
    width: 15px; !important;
}

.galeryimage .t-slds__bullet {
    border-radius: 10px !important;
    border: 1px solid #141414 !important;
}


.t-btn_sm {
    height: 55px; !important;
    font-size: 20px; !important;
}

/*скругление фотографии */
.js-product-img {
    top: 0px !important;
    border-radius: 20px; !important;
    border: 1.5px #000000 solid !important;
}

.t-store__card__bgimg_second, .t-store__card__img_second {
    border-radius: 20px; !important;
    border: 1.5px #000000 solid !important;
    z-index: 1;
    opacity: 0;
}

.t-text_xs {
    font-size: 12px; !important;
    line-height: 1.35;
}

/*ФОН КОРЗИНЫ*/
.t706__cartwin-content {
    background-color: rgb(249 233 221); !important;
    border-radius: 20px; !important;
    border: 1.5px #000000 solid !important;
}

.t706__product-title {
    font-family: 'TildaSans/THE-WEEKEND',Arial,sans-serif !important;
    font-weight: 700; !important;
}

.t-popup__container {
    border-radius: 20px !important;
    border: 1.5px #000000 solid !important;
}