::-webkit-scrollbar-thumb {
    /* Укажи цвет скроллбара */
    background: #0b0d10;
    /* Укажи радиус скругления скроллбара */
    /*border-radius: 10px;*/
}
::-webkit-scrollbar {
    /* Укажи ширину вертикального скроллбара */
    width: 5px;
    /* Укажи высоту горизонтального скроллбара */
    height: 0;
    /* Укажи цвет фона под скроллбаром */
    background: #fff;
}

::selection {
    background: #262626; /* Цвет фона */
    color: #fff; /* Цвет текста */
}

a, div {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a, a:active, a:hover, a:link, a:visited, a:focus {
    outline: none;
}

@media screen and (max-width: 960px) {
    .t-store__filter__title,
    .t-store__filter__item-title,
    .t-store__filter__opts-mob-btn {
        font-family: 'Inter';
        font-size: 14px;
    }
    
    .t-store__filter__custom-sel {
        border-radius: 3px;
        padding: 10px !important;
    }
    
    .t-store__filter__chosen-val {
        font-size: 12px !important;
        padding: 6px 15px 4px 30px !important;
        background-color: #0c0c0c !important;
        color: #fff !important;
        border-radius: 5px !important;
    }
    
    .t-store__filter__reset {
        margin-left: 0 !important;
    }
    
    .t-store__prod-popup__col-right {
        padding: 20px 0 0 0;
    }
    
    .t-store__card__price-wrapper {
        margin-top: 9px;
    }
    
    .t-store__prod-popup__name {
        font-size: 26px;
    }
    
    .t985__close-icon {
        height: 17px;
    }
}

@media screen and (min-width: 960px) {
    .t-store__filter__title,
    .t-store__filter__item-title,
    .t-store__filter__opts-mob-btn {
        font-family: 'Inter';
        font-size: 16px;
    }
    
    .t-store__filter__item-controls-wrap {
        border-radius: 5px !important;
        padding: 5px;
    }
    
    .t-store__filter__custom-sel {
        border-radius: 3px;
        margin: 5px;
    }
    
    .t-store__filter__chosen-val {
        padding: 5px 10px 5px 25px !important;
        font-size: 14px !important;
        background-color: #0c0c0c !important;
        color: #fff !important;
        border-radius: 5px !important;
    }
    
    .t-store__filter__reset {
        margin-top: 2px;
        font-size: 14px;
    }
    
    .t-store__prod-popup__col-right {
        padding: 10px 0;
    }
    
    .t-store__card__price-wrapper {
        margin-top: 3px;
    }
    
    .t-store__prod-popup__name {
        font-size: 30px;
    }
}

.t-store__prod-popup__text {
    font-family: 'Inter';
}

.t-store__filter__item_select .t-store__filter__item-controls-container {
    padding: 0 !important;
}

.js-product .t-product__option-variants_buttons .t-product__option-item_simple {
    border-radius: 5px;
    padding: 7px 15px;
}

.js-product .t-product__option-variants_buttons .t-product__option-item_simple.t-product__option-item_active {
    background-color: #0c0c0c;
}

.t-product__option-title {
    font-size: 14px;
}

.js-product .t-product__option-variants_buttons .t-product__option-item_simple.t-product__option-item_active .t-product__option-title {
    color: #fff;
}

.t-slds__thumbsbullet-border {
    border: 0;
}

.t-slds__thumbsbullet-wrapper {
    margin-top: 10px;
    text-align: center;
}

.t-slds__thumbsbullet.t-slds__bullet {
    margin: 10px;
}

.t-store__filter__controls-wrapper {
    display: inline !important;
}

.t-store__card .t-store__card__price_old {
    margin-left: 6px;
}

.t-store__card__descr {
    margin-top: 3px;
}

.t-store__prod-popup__price-wrapper {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.t-store__prod-popup__price_old {
    margin: 3px 0 0 0;
    width: fit-content;
    font-size: 14px;
}

.t-store__prod-popup__price_old .t-store__prod-popup__price-currency:after {
    content: " *";
}

.t-store__prod-popup__price_old .t-store__prod-popup__price-value {
    text-decoration: line-through;
}

.t-store__prod-popup__price_old:after {
    content: "*Скидка действует при оплате наличными";
    font-size: 11px;
    border: 0;
    position: relative;
    display: block;
    margin-top: 6px;
}

.t-search-widget__result_product-desc {
    font-size: 12px;
    font-family: 'Inter';
}

.t-search-widget__result_product-img {
    border: none !important;
}

.t-search-widget__search-icon {
    top: 4px;
}