.js-store-prod-text a {
    display: inline-block;
    padding: 10px 15px;
    margin-right: 15px;
    margin-top: 20px;
    border-radius: 3px;
    font-weight: 600;
}
.js-store-prod-text a:first-of-type {
    background-color: #bc574b;
    color: #ffffff !important;
}
.js-store-prod-text a:last-of-type {
    background-color: #566d90;
    color: #ffffff !important;
}
 
.t706__cartwin_showed {
    z-index: 999999999;
}



  /* Стиль для активного пункта меню */
  .t-menu__link-item.t-active {
    text-decoration: underline; /* Подчёркивание текста */
    color: black; /* Цвет текста чёрный */
  }
  
  
 

  /* Убираем скругление у индикатора выбора цвета */
  .t-checkbox__indicator {
    border-radius: 0 !important; /* Делаем квадраты вместо кружков */
    width: 30px;  /* Задаем размер квадрата */
    height: 30px; /* Высота квадрата */
  }


.t-store .t-store__filter__item_custom .t-store__filter__checkbox_buttons.active .t-store__filter__checkmark_color:after {
    display: block !important; /* Используйте с осторожностью */
}

t451m__overlay_bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    opacity: 0;
}

.t451m__menu_show.t451m__overlay {
    z-index: 99999;
    opacity: 0;
}

.t-store__filter__title {
    font-family: PT Sans;
}

