/*ИЗБРАНОЕ СТИЛИ*/
.t-store__card__imgwrapper .t1002__addBtn, .t1002__picture-wrapper .t1002__addBtn {
    position: absolute;
    right: 0px; !important;
    top: 0px; !important;
    background: #fff0; !important;
}
/*СТИКЕР НА КАРТОЧКЕ*/
.t-store__card__mark {
    font-weight: 600; !important;
    font-family: 'Involve'; !important;
    font-size: 9px; !important;
    width: 35px; !important;
    height: 25px; !important;
    border-radius: 60px; !important;
}

/*ПОЛЗУНОК ЦЕНЫ ЦВЕТ*/
.t-store__filter__range_bg {
    position: absolute;
    z-index: -1; !important;
    width: 100%; !important;
    height: 1px; !important;
    background-color: #1B365D !important;
    border-radius: 60px !important;
}

/*ПОЛЕ СОРТИРОВКИ В ФИЛЬТРАХ*/
.t-store__sort-select {
    border: 0px #ffffff solid !important;
    background: #ffffff00 !important;
    color: #1B365D !important;
    padding: 0px 25px 0px 10px !important;
}
/*ИКОНКИ В ФОРМЕ*/
.t-radio__indicator {
    height: 12px !important;
    width: 12px !important;
}
/*ГАЛОЧКИ В ФОРМЕ*/
.t-img-select__indicator:after {
    width: 20px !important;
    height: 20px !important;
}
/*СТРОКА ПОИСКА В ФИЛЬТРАХ КАРТОЧКИ*/
.t-store__search-icon {
    border-left: 0px solid #22262D !important;
}

.t-store__filter__input, .t-store__filter__btn {
    border: 1px #F1F3F5 solid !important;
    background: #ffffff !important;
    color: #1B365D !important;
    min-height: 36px !important;
}

/*ЦВЕТ ФИЛЬТРОВ*/
.t-descr {
    font-family: 'EuropeExt/EuropeDemiC', Arial, sans-serif;
    font-weight: 300;
    color: #1B365D;
}
.t-store .t-checkbox__indicator {
    border: 2px solid #F0143D !important;
}

/*ВЕРХНИЙ ОТСТУП КАРТОЧКИ*/
.t-store__prod-snippet__container {
    padding-bottom: 120px !important;
    padding-top: 0px !important;
}

/*ШРИФТ КНОПКИ КАРТОЧКИ*/
.t-btn_sm {
    font-size: 11px!important;
}

/*ОПЦИИ КАРТОЧКИ*/
.js-product .t-product__option-variants_buttons .t-product__option-item_simple.t-product__option-item_active {
    border: 1px solid #f0143d !important;
}
.js-product .t-product__option-variants_buttons .t-product__option-item_simple {
    border: 1px solid #ffffff !important;
    background-color: #F8F9FA !important;
    margin-bottom: 5px !important;
    min-height: 34px !important;
    min-width: 34px !important;
    padding: 12px !important;
}

.t-store__prod__quantity {
    border: 1px solid #f1f1f1 !important;
}

.js-product .t-product__option-variants_buttons .t-product__option-input:checked+.t-product__option-checkmark_image:before {
    border: 1px solid #1b365d!important;
}
    
/*ИЗБРАНОЕ КАРТОЧКИ*/
.t1002__addBtn {
    border: 0px solid #ffffff !important;
    
}

/*ОТСТУП ПРИ ФИКСАЦИИ КАРТОЧКИ ПК*/
.t-store__prod-popup__col_fixed {
    top: 100px !important;
}

/*ТАБЫ В КАРТОЧКЕ*/
.js-store-product.js-product.t-store__product-popup, 
.t-store__product-snippet .t-container {
    min-height:820px;
}

@media screen and (min-width:960px){

.js-store-product.js-product.t-store__product-popup,
.t-store__product-snippet .t-container{
    position: relative;
}
.t-store__prod-popup__slider.js-store-prod-slider {
    position: absolute;
    top: 0;
    left: 0;
}  
.t-store__tabs.t-store__tabs_accordion {
    max-width: 48%;
}
.t-store__prod-popup__info.t-align_left.t-store__prod-popup__col-right,
.t-store__tabs.t-store__tabs_accordion{
    margin-left: 50%;
}
}

@media screen and (min-width:1240px){
.t-store__tabs.t-store__tabs_accordion {
    max-width: 48%;
    margin-top: 20px;
}
.t-store__prod-popup__info.t-align_left.t-store__prod-popup__col-right,
.t-store__tabs.t-store__tabs_accordion{
    margin-left: 50%x;
}
}

@media screen and (max-width: 1240px){
.js-store-product.js-product.t-store__product-popup, 
.t-store__product-snippet .t-container {
    min-height:650px;
}
}

/*ФИКС КНОПКА В КОРЗИНУ НА МОБ*/
.t-popup .t-popup__container .t-store__prod-popup__btn-wrapper-fixed, .t-store__product-snippet .t-store__prod-popup__btn-wrapper-fixed {
 z-index: 100!important;
    }