/* Стили для фильтров каталога */
.t-store__filter {
    background-color: #ffffff !important;
    padding: 15px !important;
    border-radius: 10px !important;
}
.t-store__filter__chosen-val {
    background-color: #f3eadd !important;
}
@media (min-width: 640px) {
  .t-store__filter__chosen-bar {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  
  .t-store__filter__chosen-wrapper {
    flex: 1 1 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 15px !important;
    margin-bottom: 0px !important;
  }
  
  .t-store__filter__prods-number {
    flex: 0 0 auto;
    margin-left: 20px !important;
    text-align: right !important;
    margin-top: 15px !important;
    margin-bottom: 0px !important;
  }
}
/* Стили для карточки товара */
.js-store-prod-all-charcs {
    display: none !important;
}
.js-store-prod-all-text {
    font-size: 16px !important;
}
.t050__title {
    padding-bottom: 0px!important;
}
.t-typography__title {
    padding-bottom: 0px!important;
}
.t-store__card__btns-wrapper {
    margin-top: 0px!important;
}
@media (max-width: 690px){
    .js-store-prod-all-text {
    font-size: 16px !important;
}
.t-store__stretch-col {
        margin-bottom: 20px !important;
    }
}