/* заголовок в карточке товара каталога*/

.t-store__prod-popup__title-wrapper h1 {
    font-size: 22px !important;
    text-transform: uppercase;
    font-weight:800 !important;
    
}

/* !! Убираем цены на сайте */

.js-store-prod-price{
    display:none !important;
}
.t-store__card__price{
    display:none !important;
}
.js-product-price{
    display:none !important;
}
/* ---------------------- */
@media screen and (max-width:480px){

   .t-store__prod-popup__title-wrapper h1  {
        font-size: 20px !important;
    
    }
    
}


/*поиск в каталоге*/

.t-store__filter__search .t-store__filter__input {
    
    width: 450px;
   
    line-height: 35px;
}

/*отсутпы для фильтров каталога*/
.t-store__grid-cont_col-width_stretch[data-col-gap='0'] .t-store__filter {
    margin-left: 40px;
    margin-right: 40px;
}

/* заголовок секции смотрите также каталога*/
.t-store__relevants__title{
     text-transform: uppercase;
    font-weight:800 !important;
}

/*.t-store__card__price-item, .t-store__prod-popup__price-item{
    display:none !important; РРЦ
}*/

.t-store__card__price-item::before,.t-store__prod-popup__price-item::before{
  font-weight: light;
  content: "";
}

.js-store-prod-all-charcs{
    display:none !important;
}


/* выравнивает РРЦ в одну линию  */
.t-store__card__price-currency, .t-store__card__price-value, .t-store__prod-popup__price-currency, .t-store__prod-popup__price-value, .t-store__prod__price-portion {
    display: contents !important;
}
/* фильтр  ширина по контенту  */
.t-store__filter__item_checkbox .t-store__filter__item-controls-wrap, .t-store__filter__item_select .t-store__filter__item-controls-wrap {
    /* min-width: 220px; */
    width: max-content !important;
}

/*.t-store__card__sku , .t-store__prod-popup__sku {
position: relative;
color: transparent;
}

span.js-store-prod-sku.js-product-sku {
color: #777;
position: absolute;
left: 0px;
font-size:14px;
}*/

.t-descr_xxs {
    line-height: 1.9;
    font-size:16px;
}

.t-store .t-product__option {
    margin-top: 50px;
}


.t-store__grid-separator{
        margin-bottom: 30px;
}



.my-btn, .js-store-prod-text a[href="/dealers"] {
    padding-left: 40px;
    border: 1px solid #0b54a0;
    padding-right: 40px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 50px;
    margin-bottom: 50px;
    border-radius: 30px;
    color: #154b85 !important;
    font-size:12px !important;
    text-transform:uppercase;
    font-weight:600 !important;
    letter-spacing: 0.3px
    background-color:#f7f8f9;
}

.my-btn, .js-store-prod-text a[href="/dealers"]:hover{
    color:white !important;
    background-color: #0b54a0 !important;
    background: #0b54a0 !important;
}
.t-btn {

    font-size:12px !important;
    text-transform:uppercase;
    font-weight:600 !important;
    letter-spacing: 0.3px

}

.t-rec {
    word-break: normal !important;
}

/* ДЛЯ ТАБОВ*/

/*кастомизация табов карточки товара*/

.t-store .t-store__tabs__content{
	max-width: 1200px;
}

.t-store .t-store__tabs__controls .t-store__tabs__button:hover, .t-store .t-store__tabs__controls .t-store__tabs__button_active, .t-store .t-store__tabs_snippet .t-store__tabs__controls .t-store__tabs__button:first-child {
    border-bottom: 0px solid #000;
}

.t-store .t-store__tabs__controls .t-store__tabs__button-title, .t-store .t-store__tabs__item .t-store__tabs__item-title{
	display:none;
} 



.t-store__tabs__controls-wrap{
display:none;
}


/*обложка в ТМ*/
.t995__wrapper {
    padding-left: 40px;
    padding-right: 40px;
    margin-top: -100px;
}
/*для каталога ограничение названия товаров по ширине */
.t-store__card__textwrapper {

    max-width: 95%;
    margin: 0 auto;
}

/*отступ от верха карточки товара*/
.t-store__prod-snippet__container{
    padding-top:90px;
    padding-bottom:90px;
}

/*расстрояние между фильтрами */
.t-store__filter__item{

    margin-right:40px;
}

/*отстутп для фильтра */
.t-store__filter {
    margin-left: 30px !important;
    margin-right: 30px !important;
}

/*картинки уменьшающиеся в границах */
    .scale-image-css{
        overflow:hidden;   
    }


@media screen and (max-width:980px){

    .t-store__filter {
    margin-left: 20px !important;
    margin-right: 20px !important;
}
}

/* оттступ для хлебных крошек и информационного блока для страниц каталога. Сам класс добавляется на каждой странице каталога */
.t758-css{
	margin-left:30px;
}

@media screen and (max-width: 980px) {
.t758-css{
	margin-left:0px;
}
}

