#rec160418089 .t-menu__link-item::after {
    border-bottom:0!important;
}
#nav160418089 .t450__list .t-menu__link-item:hover {
    color:#b48328!important;
}

/*Скрытие полей сортировки у товаров*/
option[data-filter-value="price:asc"] {
    display: none;
}
option[data-filter-value="price:desc"] {
    display: none;
}
option[data-filter-value="created:desc"] {
    display: none;
}
option[data-filter-value="created:asc"] {
    display: none;
}
div[data-product-uid="844636850461"] .t-store__card__price-currency {
    display: none;
}