/* Меню */
.t446__list_item .t-active {
    opacity: 1 !important;
}
.uc-topmenu1 .t-menu__link-item,
.uc-topmenu1 .t-active,
.uc-topmenu2 .t-menu__link-item,
.uc-topmenu2 .t-active {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
}
.uc-topmenu2 .t-menu__link-item,
.uc-topmenu2 .t-active {
    color: #1e1e1e;
}
.uc-topmenu1 .t-menu__link-item::after,
.uc-topmenu1 .t-active::after,
.uc-topmenu2 .t-menu__link-item::after,
.uc-topmenu2 .t-active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    height: 1px;
    background-color: #ffffff;
    transition: width 300ms ease;
}
.uc-topmenu2 .t-menu__link-item::after,
.uc-topmenu2 .t-active::after {
    background-color: #1e1e1e;
}
.uc-topmenu1 .t-menu__link-item:hover::after,
.uc-topmenu1 .t-active:hover::after,
.uc-topmenu2 .t-menu__link-item:hover::after,
.uc-topmenu2 .t-active:hover::after {
    width: 100%;
}
.uc-topmenu2 .t446 {
    transform: none;
    -webkit-transition-property: none;
    -moz-transition-property: none;
    -o-transition-property: none;
    transition-property: none;
}
.t-menuburger__small span {
    height: 2.5px;
}
@media screen and (min-width: 981px) {
    .t446__list_item {
        padding: 0px 20px 3px 0px !important;
    }
    .t446__list_item:last-child {
        padding: 0px 0px 3px 0px !important;
    }
}

/* Заголовки */
.uc-h1 .tn-atom {
    text-shadow: 0px 0px 30px rgba(97,77,55,0.5);
}

/* Каталог */
.t-store__card__mark {
    border-radius: 0px;
}
@media screen and (min-width: 960px) {
    .t-store__filter__range_bg {
        background-color: #da761c !important;
    }
}
@media screen and (max-width: 980px) {
    .t-slds__bgimg {
        background-size: contain !important;
    }
}

/* Скрываем «Корзину» из карточки товара */
.t-store__prod-popup__btn-wrapper a,
.js-store-buttons-wrapper a,
.t-store__prod-popup__btn-wrapper-fixed a {
    display: none! important;
}

/* Временно скрываем цены */
.t-store__card__price, .t-store__card__price-item,
.js-store-prod-price, .t-store__prod-popup__price, .t-store__prod-popup__price-item {
    display: none! important;
}

/* Футер */
.uc-footer {
    border-top: 1px solid #ff8562;
}