/* Подчёркивание активного пункта меню */
.t-menu__link-item.t-active,
.t-store__cat-link.t-active {
    text-decoration: underline !important;
}