.t-store__filter__input {
    border: 1px #2D3240 solid;
}

.t-store__filter__btn-text {
       color: #2D3240 !important; /*цвет фильтр*/
   }
   
   
.t-store__filter__input  {
       color: #2D3240 !important; /*цвет цены слайдер*/
   }
   
   .t-store__filter__range_bg {
       background-color: #2D3240 !important; /*цвет ползунка*/
   }
   

.t-store__filter__item-title {
    color: #2D3240 !important;  /*Цвет текста самих фильтров*/
    text-transform: uppercase;
    font-size:13px;
}

.t951 .t951__sidebar .t-store__filter__item .t-checkbox__control {
    color: inherit;
    text-transform: uppercase;
    font-size: 11px;
}

  
.t-checkbox__indicator {
    border: 1px solid #2D3240!important;
    border-radius: 100px;
}

 .t-store__parts-switch-btn {
    color: #053130;
    text-transform: uppercase;
    font-size: 13px!important;
}


 .t758__link-item__wrapper .t-menu__link-item {
font-size: 10px!important;
}

.t-store__prod-popup__sku {
    text-transform: uppercase;
}

.t794__arrow {
    display: none !important;
}



.link[data-elem-type="text"] a {
    border: 0 !important;
    display: inline-block !important;
    width: auto !important;
    position: relative !important;
    transition: all 0.3s ease !important;
    /* цвет ссылки до наведения */
    color: #292E4E !important;
}

.link[data-elem-type="text"] a:hover {
    /* цвет ссылки после наведения */
    color: #292E4E !important;
}

.link[data-elem-type="text"] a::after {
    content: '';
    position: absolute;
    transition: all 0.3s ease;
    margin: auto;
    /* отступ между ссылкой и подчеркиванием; 
    если нужно сделать расстояние больше, то используй отрицательное значение */
    margin-bottom: -2px;
    /* толщина подчеркивания */
    height: 1px;  
    /* цвет подчеркивания до наведения */
    background: transparent; 
     
    opacity: 1;
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    width: 0;
     
}

.link[data-elem-type="text"] a:hover::after {
    /* цвет подчеркивания после наведения */
    background: #292E4E;
     
    opacity: 1;
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
    width: 100%;
     
}
