/* Подчёркивание пунктов выпадающего меню каталога */
.t-menusub__link-item {
    text-decoration: underline !important;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
}

.t-menusub__link-item:hover {
    text-decoration: underline !important;
    opacity: 0.7;
}