.t-store__search-wrapper .t-store__filter__input {
    border-radius: 13px!important;
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 10px;
    padding-right: 30px;
    width: 200px!important;
    background: #FFF;
    font-family: 'TildaSans', Arial, sans-serif;
    line-height: 2.1;
}

@media screen and (max-width: 640px) {
    .t-store__search-wrapper .t-store__filter__input {
        padding-right: 72px;
        width: 100%!important;
    }
    
    .t-store__parts-switch-wrapper.t-align_center.t-store__parts-switch-wrapper_tree
    {
        display: none;
    }
    
    
    div.t-store__prod-popup__btn-wrapper 
    {
        justify-content: space-between
        
    }




    
/*   .t-store__filter__options, .t-store__filter__search-and-sort, .t-store__filter__sort {*/
/*display: block;*/
/*}*/
/*.t-store__filter__opts-mob-btn {*/
/*display: none;*/
/*}*/
/* Открытый поиск (Блог Дмитрия Рыбалка)*/
/*.t-store__filter__options, .t-store__filter__search-and-sort, .t-store__filter__sort {*/
/*display: block;*/
/*}*/
/*.t-store__filter__search-mob-btn {*/
/*display: none;*/
/*}*/
}

div > svg.t-store__search-icon.js-store-filter-search-btn > path {
    fill: #71E8E6!important
}

div.t-store__filter__sort > div > select{
    line-height:1.8;
    background: #FFF;
    font-family: 'TildaSans', Arial, sans-serif;
    border-radius: 13px!important;
}

div.t-store__filter__item-title.js-store-filter-item-title{
    font-size: 18px;
}

div.t-store__filter__item-controls-wrap.js-store-filter-item-controls-wr > div > div > div {
    font-size: 16px!important;
}

div.t-store__filter__controls-wrapper > div.js-store-filter-mob-btn.t-store__filter__opts-mob-btn.t-name.t-name_xs{
    font-size: 20px!important;
    font-family: 'TildaSans', Arial, sans-serif!important;
}

div.t-store__filter__item-controls-wrap.t-store__filter__item-price-box.js-store-filter-item-controls-wr > input {
    background: #FFF;
    font-family: 'TildaSans', Arial, sans-serif;
    border-radius: 13px!important;
    line-height: 2.1;
}

div.t-store__filter__item-controls-wrap.t-store__filter__item-price-box.js-store-filter-item-controls-wr > button {
    background: #71E8E6!important;
    font-family: 'TildaSans', Arial, sans-serif;
    border-radius: 13px!important;
    line-height: 2.1;
    color: #FFF!important;
}

div.t-store__prod-popup__btn-wrapper {
    justify-content: space-around
}

.t-store__contact-btn {
    margin-left: 10px;
  padding: 12px 16px;
  text-align: center;
  border-radius: 5px;
  background: #71E8E6;
  color: #000!important;
  font-size: 14px;
  font-weight: 500;
  font-family: 'TildaSans', Arial, sans-serif;
  cursor: pointer;
  text-decoration: none;
}








