/*общие*/

#allrecords a:hover {color: #F6522E};


/*меню*/
li.t770__list_item {margin-right: -15px}

/*Поиск*/
.t838 .t838__input {height: 50px }
.t838 .t-submit {height: 50px}


/*Каталог */
/*стили полей в фильтре*/
.t-store__filter__input {
    border: 0px;
    border-radius: 50px;
    height: 40px;
    text-align: center;
    font-weight: 600;
}

.t-store__sort-select {
    
    border: 0px;
    background: #fff;
}

.t-store__sort-select-wrapper {
    width: 230px;
    margin-bottom: 20px;

}

/*найдено*/
.t-store__filter__chosen-val {
    background-color: #2FB5B3;
    color: #fff;
    font-weight: 800;
}

.t951 .t-store__filter__prods-number {
    font-size: 18px;
    font-weight: 600;
}

.t-store__filter__chosen-val {font-size: 16px;}

.t-checkbox__indicator {    
    border: 1px solid #b3b3b3;
    border-radius: 5px;
}

.t-checkbox__control.active {font-weight: 600;}

/*.t-descr_xxs {display: none;}

@media screen and (max-width: 480px)
.t-store__card__descr {font-size: 10px;}*/

/*варианты товаров*/

.t-product__option-item_simple { 
    border-radius: 5px; 
    border: 0px; 
    background-color: #f3f3f3;
    
}

.t-product__option-variants_buttons .t-product__option-item_simple.t-product__option-item_active {background-color: #e2e2e2; border: 0px;}
.t-product__option-item_active .t-product__option-title_buttons { font-weight: 600;} 


/*Всплывающая карточка*/
/*поле количество*/
.t-store__prod__quantity {
    border: 1px solid #d8d8d8;
}

/*.t-store__prod__quantity__plus {
    background: linear-gradient(#777,#777),linear-gradient(#777,#777);
}
.t-store__prod__quantity__minus {
    background: linear-gradient(#777,#777);
}*/



