    .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;/*указываем размер отступа*/
    }
}



@media screen and (min-width: 641px) {
.t-store__card__mark {
    background-color: #ff5f99!important;
    border-radius: 0px;
    box-sizing: border-box;
    color: #fff;
    display: table-cell;
    font-size: 10px;
    font-weight: 400;
    height: 30px;
    padding: 8px 10px 7px 10px;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}
.t-store__card__mark-wrapper {
    display: table;
    position: absolute;
    left: 20px;
    top: 10px;
    z-index: 5;
}
}

@media screen and (max-width: 640px) {
.t-store__card__mark {
    background-color: #ff5f99!important;
    border-radius: 0px;
    box-sizing: border-box;
    color: #fff;
    display: table-cell;
    font-size: 10px;
    font-weight: 400;
    height: 22px;
    padding: 0px 6px 0px 6px;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}
.t-store__card__mark-wrapper {
    display: table;
    position: absolute;
    left: 12px;
    top: 12px;
    z-index: 5;
}
}
