
  .t-name_md {
      font-size: 30px;
  }
  
  @media screen and (max-width: 600px)
.t-name_md {
    font-size: 18px;
}

.t-store__filter__search .t-store__filter__input {

    width: 300px;
    height: 33px;
    border-radius: 15px;
}
.t-store__filter__btn, .t-store__filter__input {
    border: 1px #c2c2c2 solid;
    background: #ffffff;
    font-size: 14px;
    
}
.t-store__search-icon {
    width: 23px;
}

.t-store__sort-select {
    height: 33px;
    border-radius: 15px;
    border: 1px #c2c2c2 solid;
    background: #ffffff;
    font-size: 14px;
    width: 230px;
    color: #767676;
}
.js-store-filter-mob-btn{
    font-size: 18px
}

@media screen and (max-width: 960px) {
.t-store__filter__search .t-store__filter__input {
    width: 100% !important;
}
.t-store__filter__search-mob-btn-icon {
    width: 22px;
}
.js-store-filter-mob-btn{
    font-size: 18px
}

{
