/* Навигация. Убрать хвостик меню */
    .t794__tooltip-menu_bottom:after, .t794__tooltip-menu_bottom:before {
        top: 0px;
    }
    
/* Навигация. Убрать подчёркивание ссылок в мобильном меню на всю ширину */
    .t794__typo {
        display: inline;
        border-bottom: 1px solid;
        border-bottom-color: rgba(0,0,0,0.1);
}

/* Куки. Шрифты для всплывающего окна */
    .t972__title {
        font-weight:600;
}
    .t972__text {
        font-weight:500;
    }
    .t972__btn {
        font-weight:600;
}

/* Магазин. Оформление для фильтра */
    .t-store__filter__options_center {
        text-align: left;
    }
    .t-store__filter__item-title, .t-store__filter__opts-mob-btn {
        font-size: 16px;
        line-height: 1;
        text-decoration: none; 
        color: rgba(0, 0, 0, 1); 
        border-bottom: 1px dotted; 
        border-bottom-color: rgba(0, 0, 0, 0.2); 
    }

/* Товар. Подчёркивание ссылок в попапах товаров */
    .t-store__prod-popup__container a { 
        text-decoration: none; 
        color: rgba(62, 141, 247, 1); 
        border-bottom: 1px solid; 
        border-bottom-color: rgba(62, 141, 247, 0.2); 
}