.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;
    top: 50px;
    position: relative;
}

.sticky-active {
    position: fixed !important;
    top: 60px !important;
    width: 100% !important;
    z-index: 1000 !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;
    } */
}