/* пункты фильтра */
.t-catalog__parts-sidebar-title {
    font-size: 12px !important;
}
.t-catalog__parts-sidebar-title {
    font-size: 16px !important;
    margin-bottom: 18px !important;
}

.js-catalog-parts-select-container .t-catalog__parts-item {
    margin-bottom: 22px !important;
}


/* Фиксированная высота названия товара */
/* Карточка */
.t-catalog__card {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
}

/* Название */
.t-catalog__card__title {
    display: flex !important;
    align-items: flex-start !important;
    margin-bottom: 16px !important;
}

/* Цена */
.t-catalog__card__price-wrapper {
    margin-top: auto !important;
    padding-top: 10px !important;
}



.t-catalog__relevants__container .t-catalog__card__btn_second {
    margin-bottom: 5px !important;
}
.js-catalog-prod-name.js-product-name.t-catalog__card__title.t-typography__title.t-name t-name_xs {
    
}


/* оформления выдапающего пункта: размер, цвет и тд */
.js-product .t-product__option-select {
      background: #DE4343!important;
    border: 2px solid #DE4343 !important;
     color: #ffffff!important;
   
}

.js-product .t-product__option-variants:after {
    border-color: #f9fafb transparent transparent!important;
}


.js-product .t-product__option-selected_select {
    background: #de4343!important;
    border: 1px solid #de4343!important;
    color: #ffffff!important;
}

.js-product .t-product__option-selected_select:after {
    border-color: #f9fafb transparent transparent!important;
 }
 
 
 
 #allrecords button.t-submit,
#allrecords .t-submit {
    height: 50px !important;
    padding: 0 30px !important;
    line-height: 50px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}


@media (min-width: 1200px) {
    .t-btn.t-btn_sm.t-btn_md.js-custom-order-btn {
        margin-left: 20px;
        margin-top: 20px;
    }
}
@media (max-width: 960px) {
    .t-btn.t-btn_sm.t-btn_md.js-custom-order-btn {
        margin-left: 20px;
    }
}


