/*Search Container*/




/*Фильтр*/
.t-store__filter__item-title {
    font-size: 18px;
    font-weight: 600 !important;
}

.t-store__filter__title {
    font-size: 13px;
}

.t-store__filter__btn-expand {
    margin-top: 10px;
}
.t-store__filter__btn-text:hover {
    color: #ffd739 !important;
}
.t-store__filter__btn-text,
.t-store__filter__input {
    font-size: 13px !important;
    transition: all 0.1s ease;
}

.js-store-filter-mob-btn {
    font-size: 15px !important;
    color: #333333;
}

.t-store__card__textwrapper {
    padding-top: 12px;
}
.js-store-price-wrapper {
    margin-top: 8px;
}

.t-store__filter__input .js-store-filter-search {
    font-size: 16px !important;
    border-radius: 10px;
}

.t-store__filter__item-controls-wrap 
.t-store__filter__item-price-box 
.js-store-filter-item-controls-wr input {
    border-radius: 10px !important;
}

.t-store__filter__checkbox {
    align-items: center;
}
.t-store__filter__item-price-box {
    align-items: center;
}


/*Количество отфильтрованных товаров*/
.t-store__filter__chosen-bar {
    padding: 20px !important;
}
.t-store__filter__prods-number {
    font-size: 16px !important;
    font-weight: 700;
}
.t-store__filter__chosen-val {
    font-size: 13px !important;
    background-color: #ffd739 !important;
    font-weight: 500 !important;
}


/*Пагинация*/
.js-pagination-item {
    font-size: 12px;
    font-weight: 500 !important;
}


/*Popup*/
.js-store-prod-name {
    font-weight: 600 !important;
    font-size: 24px;
}
.t-store__prod-popup__price-wrapper div{
    font-size: 20px;
}
.js-store-prod-all-text {
    font-size: 16px;
}
.t-store__relevants__title {
    font-size: 20px !important;
    color: #333 ;
    font-weight: 700 !important;
}
.t-store__prod-popup__close-txt {
    font-size: 14px;
    font-weight: 500;
}




@media (max-width: 960px) {
    .t-store__filter__item-title {
        font-size: 16px;
    }
    .t-store__filter__title {
        font-size: 15px;
    }
}

@media (max-width: 576px) {
    .t-store__prod-popup__title-wrapper {
        margin-bottom: 10px;
    }
    .js-store-prod-name {
        font-size: 22px;
    }
    .js-store-prod-all-text {
        font-size: 15px;
    }
}