    .t794__arrow {
        display:none;
    }
    
.t-btn_sm { 
    width:300px;
}


.t-store__filter__range_bg {

background-color: #FF5F99!important;
}


@media screen and (max-width: 960px) {
    .t-store__filter__controls-wrapper {
    border: 1px solid #ECECEC;
    border-radius: 1px;
    background: #FAFAFA;
    padding: 15px 0px 15px 0px;
    }
}

.t-store__filter__search-mob-btn-icon {
padding-right: 10px;
}

.js-store-filter-mob-btn {
    padding-left: 10px;
}

@media screen and (max-width: 960px) {
    .t-store__filter__search .t-store__filter__input {
        width: 98%!important;
        margin-right: 5px;

    }
}

@media screen and (max-width: 960px) {
    .t-store__search-icon {
        padding-right: 19px!important;
    }
}

@media screen and (max-width: 960px) {
    .t-store__filter__item, .t-store__filter__item.t-store__filter__item_sort-mobile {
        display: block;
        margin-left: 8px!important;
        margin-right: 8px!important;
        padding: 10px 0;
    }
}


 
@media (max-width:960px) { /*указываем максимальное разрешение экрана, до достижении которого будет действовать код*/
    .js-product {
        margin-bottom: 20px!important;/*указываем размер отступа*/
    }
}

