.t-store__filter__range_bg{
        background-color: #000000;
}
.t-store__card__price-wrapper {
    margin-top: 5px;
}
/*product card*/
.t-name_xl {
    font-size: 18px;
    text-transform: uppercase;
}
.js-product .t-product__option-variants_buttons .t-product__option-item_simple {
    border-radius: 3px;
}
.js-product .t-product__option-variants_buttons .t-product__option-item {
    margin-right: 5px;
}
.js-product .t-product__option-variants_buttons .t-product__option-title_buttons {
    padding: 4px;
}
.t-store__relevants__container .t-store__scroll-icon-wrapper {
    display: none !important;
}
.t-slds__bullet_body{
    width: 20px;
    height: 3px;
}
.t985__searchvariant {
    border-radius: 1px;
}
.uc-footer{
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

/*scrollbar*/
html { 
    scrollbar-color: #363738 #eeeeee; 
    scrollbar-width: thin; 
} 
html::-webkit-scrollbar { 
    width: 7px !important; 
    -webkit-appearance: none !important; 
} 
html::-webkit-scrollbar-track { 
    background: #eeeeee !important;
} 
html::-webkit-scrollbar-thumb:hover { 
    background: #3f4041 !important; 
} 
html::-webkit-scrollbar-thumb { 
    background: #363738 !important; 
    border: 1px solid #363738 !important; 
    -webkit-border-radius: 1px !important;  
}
/*catalog-btn*/

.js-store-parts-switcher {
    background-color: #ffffff;
    padding: 8px 16px;
    margin-right: 0px;    
    border: 1px solid #222222;
}
.t-store__parts-switch-wrapper {
    text-align: center;
}
.t-store__parts-switch-btn.t-active {
    opacity:1;
    background-color: #222222;
    color: #fff;
}   
.t-store__parts-switch-btn:hover {
    background-color: #222222;
    color: #fff;
}   
.t-name_xs {
    font-size: 14px;
    line-height: 1.5;
}
.t-name {
    font-family: 'Lato',Arial,sans-serif;
    font-weight: 400;
    color: #222;
}
.t-store__sort-select-wrapper {
    width: 200px !important;
}
.t-store__sort-select {
    border: 1px #222222 solid;
    background: #fff;
    border-radius: 0px !important;
}
/*header*/
.uc-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9998;
    transition: all 0.2s ease;
}
.scroll{
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}
#rec449523018 .tn-elem[data-elem-id="1653203126641"] .tn-atom {
    display: none;
}
/*store-mark*/
.t-store__card__mark {
    background-color: #3637389e;
    width: 50px;
    height: 25px;
    border-radius: 0;
}
.js-product .t-product__option-variants_buttons .t-product__option-checkmark_color {
    border-radius: 0; 
}
.js-product .t-product__option-variants_buttons .t-product__option-input:checked+.t-product__option-checkmark_color:before {
    border-radius: 0;
}
@media screen and (max-width: 480px){
.t-store__card__mark {
    width: 40px;
    height: 20px;
    font-size: 10px;
    padding: 0 8px;
}
}