/*СТРОКА ПОИСКА В ФИЛЬТРАХ КАРТОЧКИ*/
.t-store__search-icon {
    border-left: 0px solid #22262D !important;
}

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

/*ПОЛЕ СОРТИРОВКИ В ФИЛЬТРАХ*/
.t-store__sort-select {
    border: 0px #ffffff solid !important;
    background: #ffffff00 !important;
    color: #0C0C0C !important;
    padding: 0px 26px 0px 0px !important;
}

/*ФИЛЬТРЫ МОБ*/
.t-store__grid-cont_col-width_stretch .t951__sidebar {
        margin: 0px 5px 15px 5px !important;
}

.t951__cont-wrapper .t951__sidebar {
    padding: 18px !important;
}


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

/*СТИКЕР НА КАРТОЧКЕ*/
.t-store__card__mark {
    font-weight: 600; !important;
    font-family: 'GilroyBebasNeue'; !important;
    font-size: 9px; !important;
    width: 35px; !important;
    height: 25px; !important;
    border-radius: 60px; !important;
}

/*ИЗБРАНОЕ СТИЛИ*/
.t-store__card__imgwrapper .t1002__addBtn, .t1002__picture-wrapper .t1002__addBtn {
    position: absolute;
    right: 0px; !important;
    top: 0px; !important;
    background: #fff0; !important;
}

.t1002__addBtn {
    background: #fff0; !important;
}


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

@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: 32%;
}
.t-store__prod-popup__info.t-align_left.t-store__prod-popup__col-right,
.t-store__tabs.t-store__tabs_accordion{
    margin-left: 52%;
}


@media screen and (min-width:1240px){
.t-store__tabs.t-store__tabs_accordion {
    max-width: 32%;
    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: 52%x;
}


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

  .FullName .tn-atom {
display: -webkit-box;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
max-width: 100%;
-webkit-line-clamp: 1;
white-space: normal;
margi*/n-top: 0;
}

/*ШРИФТ В ТАБАХ*/
h2.t-store__tabs__item-title.t-name.t-name_xs {
    font-size: 20px !important;
    font-family: 'GilroyBebasNeue' !important;
    font-weight: 500 !important;
}

.t-store .t-store__filter__item_custom .t-store__filter__item-controls-container_buttons.t-store__filter__item-controls-container_color {
    padding: 8px 0px 0 !important;
}

/*ОТСТУПЫ ОТ КНОПКИ В КАРТОЧКЕ*/
.t-store__card__textwrapper {
    margin-bottom: -10px !important;
}

@media screen and (max-width: 420px) {
    .t-store__card__textwrapper {
    margin-bottom: -5px !important;
}

