.transparent-menu {
    background-color: transparent !important;
}

.t-store__prod-popup__btn { 
    width: 100%;
    
}
.uc-katalog .t-store__parts-switch-wrapper {
    margin-bottom: 10px;
}
 
.uc-katalog .t-store__card__textwrapper {
    padding-top: 5px;
    padding-left: 15px;
    padding-right: 15px;
}
.uc-katalog  .t-store__card__price-wrapper {
    margin-top: 0px;

}
.uc-katalog < .t-store__card .t-store__card__price_old {
    font-size: 13px;
}
/* бейджи New, Нет в наличии */
.uc-katalog  .t-store__card__mark { 
        border-radius: 0px;
        height: 22px;
        color: #ff4a4a;
        background-color: #eedbd9;
        font-size: 10px;
}
.uc-katalog .t-store__card__sold-out-msg {
    font-size: 12px;
    z-index: 10;
    margin-top: -70px;
    position: relative;
}
/* отображаем Заголовок и Подзаголовок по всей ширине дисплея, игнорирую 12 колончатую верстку*/
.uc-katalog .t-container {
    max-width: 100%;
}
.uc-katalog .t-col_12 {
    max-width: 100%;
    margin-right: 40px;
    margin-left: 40px;
}
/* отображаем Заголовок и Подзаголовок по всей ширине дисплея, игнорирую 12 колончатую верстку*/
/* перестановка заголовка в прилипающий блок*/
.sticky-category-title {
    display: none;
    font-size: 18px;
    font-weight: 500;
    white-space: nowrap;
    text-align: center;
    position: absolute;
    font-family: 'Gilroy', Arial, sans-serif;
    left: 50%;
    width: 100%;
    pointer-events: none;
    color: #000 !important;
    bottom: 0;
    transform: translate(-50%, -50%); /* объединенный transform */
    z-index: 1;
}
.sticky-active .sticky-category-title {
    display: block !important;
}
/* перестановка заголовка в прилипающий блок*/

/* кастомизация хлебных крошек */
.uc-breadcrambs .t-container {
    max-width: 100%;
    padding-left: 20px;

}
/* пуменьшение лого при наведении */

.t1261__logo-image:hover {
    -o-transform: scale(0.98,0.98);
    -ms-transform: scale(0.98,0.98);
    -moz-transform: scale(0.98,0.98);
    -webkit-transform: scale(0.98, 0.98);
    transform: scale(0.98, 0.98);
    -webkit-transition: -webkit-transform 0.15s;
    transition: -webkit-transform 0.15s;
    transition: transform 0.15s;
    transition: transform 0.15s, -webkit-transform 0.15s;
}



    
    /* Подсказка следует за курсором */

@media screen and (min-width: 980px) {
    .zoom-hint {
        position: fixed;
        background: rgba(0, 0, 0, 0.0);
        color: #999;
        padding: 1px 1px;
        border-radius: px;
        font-size: 12px;
        white-space: nowrap;
        pointer-events: none;
        z-index: 999;
        opacity: 0;
        transition: opacity 0.2s ease;
        font-family: 'Gilroy', Arial, sans-serif;
    }

    .t-zoomable, 
    .t-zoomer__show .t-carousel__zoomer__inner, 
    .t-zoomer__show .t-zoomable {
        cursor: crosshair !important;
    }
    
    /* увеличение заголовка на странице */
    
    .js-store-product .t-store__prod-popup__name {
        font-size: 22px!important;
    }

}


.sticky-active {
    position: fixed !important;
    top: 60px !important;
    width: 100% !important;
    z-index: 10 !important;
    background: white !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1) !important;
}

.t-store__filter {
    margin-bottom: 15px!important;
}

.t-store__sort-select {
    background: #ffffff!important;
    border: none! important ;
    border-radius: 0px!important;
}

.t-store__filter__btn, 
.t-store__filter__input {
    border-top: none! important ;
    border-left: none! important ;
    border-right: none! important ;
    border-bottom: 1px solid #000 !important;
    border-radius: 0px!important;
}

.t-store__filter__input {
    background: #ffffff!important;
}

.t-store__search-icon {
    border-left: 0px solid #fff!important;

}

.js-store-parts-select-container.t-store__grid-cont_col-width_stretch[data-col-gap="0"] {
    padding: 10px 40px 0;
}

@media screen and (max-width: 1960px) {
    /*.uc-katalog .t-store__filter__opts-mob-btn {
        -ms-flex-order: 1;
        display: block;
        -webkit-order: 1;
        order: 1;
    } */
}