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

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

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

div {
    -webkit-tap-highlight-color: transparent;
}

.uc-mains-creen .t-btn {
    height: 40px;
}

.t-search-widget__loadmore-btn {
    background-color: #292c32 !important;
    border-radius: 30px !important;
    font-weight: normal;
}

.t-search-widget__result_product-img {
    width: 100px !important;
    height: 125px !important;
    border: none !important;
    border-radius: 10px !important;
}

.t-store__filter__range_bg {
    background-color: #a01818 !important;
}

.t-store__card__bgimg, .t-store__card__bgimg_second {
    border-radius: 20px;
}

/*.t-slds__bgimg,*/
/*.t-slds__thumbsbullet-border,*/
/*.t-slds__thumbsbullet.t-slds__bullet_active .t-slds__thumbsbullet-border, */
/*.t-slds__thumbsbullets-with-gallery .t-slds__thumbs_gallery:before, */
/*.t-slds__thumbsbullets-with-gallery .t-slds__thumbs_gallery:after {*/
/*    border-radius: 30px;*/
/*}*/

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

.t-product__option-variants_buttons .t-product__option-item_simple {
    padding: 8px 10px !important;
    border-radius: 30px;
}

.t-product__option-variants_buttons .t-product__option-title_buttons {
    margin: 0px 10px;
}

.t-slds__thumbsbullets-with-gallery .t-slds__thumbs_gallery:after {
    font-size: 26px;
    font-weight: normal;
}

.t-store__empty-part-msg-wrapper {
    border: none;
}

.t-store__sort-select {
    border-radius: 20px !important;
    padding: 5px 30px 5px 15px !important;
}

.t-store__sort-select-wrapper {
    width: 220px !important;
}

.t-store__card__img-preloader {
    border-radius: 15px;
}

.t-slds__thumbsbullet-wrapper {
    padding-top: 20px;
}

.t-store__card__mark {
    font-size: 11px;
    width: 40px;
    height: 40px;
    padding: 0;
}

.t-store__filter__custom-sel {
    padding: 10px 15px !important;
    margin: 10px 10px 10px 0;
    border-radius: 20px;
}

.t-store__filter__custom-sel.active {
    background-color: #333 !important;
    color: #fff !important;
}

.t-store__prod-popup__close-txt {
    font-weight: bold;
    font-size: 16px;
}

.t-store__prod-popup__text {
    font-size: 14px !important;
    margin-right: 20px;
}

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

.t1002__product-imgdiv,
.t706__product-imgdiv{
    border-radius: 16px;
    border: none;
}

.t-store__parts-switch-btn.t-active {
    opacity: 1 !important;
    color: #a01818 !important;
    font-weight: bold !important;
}

.t-checkbox__indicator {
    border: 1px solid #999 !important;
    margin-bottom: 2px;
    border-radius: 5px;
}

.t-checkbox__indicator:after {
    width: 4px !important;
    height: 9px !important;
    border-color: #a01818 !important;
}

.t-radio__indicator:after {
    background-color: #811c1c !important;
}

.t-store__prod-snippet__container {
    padding-top: 45px;
}

.t-store__filter__checkmark_color {
    border: 1px solid #ddd !important;
}

.t-store__filter__btn, .t-store__filter__input {
    border-radius: 5px;
}

.t-radio__indicator {
    border-width: 1px;
}

.t-input {
    font-size: 14px;
    padding: 12px;
}

.t706__cartpage-heading,
.t706__sidebar-heading,
.t1002__wishlistwin-heading {
    font-size: 16px !important;
    text-transform: uppercase;
    font-weight: 600;
}

.t706 .t-input-block {
    font-size: 14px;
}

.t-text_xs,
.t-descr_xxs {
    font-size: 14px;
}

.t-inputpromocode__btn {
    background: #333 !important;
    font-weight: 400 !important;
    font-size: 14px !important;
}

@media screen and (min-width: 560px) {
    .t-store .t-popup {
        backdrop-filter: blur(0px);
        background-color: rgba(255, 255, 255, 0) !important;
    }
    
    .t-store .t-popup.t-popup_show {
        backdrop-filter: blur(10px);
        background-color: rgba(255, 255, 255, 0.95) !important;
        transition: backdrop-filter 1s ease-in-out, background-color 5s ease-in-out;
    }
    
    .t-store .t-popup.t-popup_show .t-popup__container {
        box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.2);
    }
    
    /*.t-popup__container {*/
    /*    border-radius: 30px;*/
    /*}*/

    /*.t-store__prod-popup__container {*/
    /*    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.2);*/
        /*border-radius: 30px;*/
    /*}*/
    
    .t-store .t-slds__thumbsbullets-with-gallery .t-slds__wrapper {
        padding-left: 20px !important;
    }
    
    .t-store .t-slds__thumbsbullets-with-gallery .t-slds__arrow_wrapper-left {
        left: 20px;
    }
    
    .t-slds__thumbsbullets-with-gallery .t-slds__thumbsbullet-wrapper {
        padding-top: 0;
    }
}

@media screen and (max-width: 1200px) {
    .t-text_xs,
    .t-descr_xxs {
        font-size: 14px;
    }
}

@media screen and (max-width: 960px) {
    .t706__cartpage-top {
        padding: 4px 0 3px 0;
        box-shadow: 0 0 10px rgba(0,0,0,.1);
        border-bottom: none !important;
    }
    
    .t1002__wishlistwin-top {
        border-bottom: none !important;
        box-shadow: 0 0 10px rgba(0,0,0,.1);
        padding: 17px 0 13px 0;
        text-align: center;
    }
    
    .t1002__product {
        margin: 10px 0;
    }
    
    .t1002 .t1002__close {
        top: 7px;
    }
    
    .t985__close-icon {
        margin-top: 6px;
    }
}

@media screen and (min-width: 640px) {
    .t-slds__thumbsbullet.t-slds__bullet {
        width: 50px;
        margin-right: 6px;
        margin-top: 6px;
    }
}

@media screen and (max-width: 640px) {
    .t706 .t-input-block textarea {
        padding-top: 12px;
    }
    
    .t706 .t-input-block {
        font-size: 12px;
    }
    
    .t706__product-title {
        font-size: 14px;
    }
    
    .t-slds__thumbsbullet.t-slds__bullet {
        width: 40px;
        margin-right: 4px;
        margin-top: 4px;
    }
    
    .t-text_xs,
    .t-descr_xs,
    .t-descr_xxs,
    .t-name_xs {
        font-size: 12px;
    }
}

@media screen and (max-width: 560px) {
    .t-store .t-popup__close-wrapper {
        border-bottom: none;
        box-shadow: 0 0 10px rgb(0,0,0,0.2);
    }
    
    .t-store__prod-snippet__container {
        padding-top: 0;
    }
    
    .t-slds__main {
        border-radius: 0 !important;
    }
}