/* ховер на ссылках в тексте */

.text-link a,
.text-link_light a {
    text-decoration: underline !important; 
}

.text-link a:hover,
.text-link_light a:hover {
    text-decoration: none !important;
    color: #ff5100 !important;
}

/* ховер на иконках в шапке */
.t-sociallinks a:hover svg path {
    fill: #FF5100;
    transition-duration: .2s;
}

/* убрать сумму заказа в корзине */
.t706__cartwin-bottom,
.t706__cartwin-totalamount-wrap { 
    display: none !important;
    
}

/* каталог на главной, разделы */
.t-store__parts-switch-btn.t-active {
    opacity: 1;
    color: #ff5100;
}

.t-store__parts-switch-wrapper {
    text-align: left;
    padding-left: 5px;
}

.js-store-parts-switcher:hover {
    text-decoration: underline !important; 
}

/* чёрная кнопка в блоке услуг */
.btn-black:hover a {
    background-color: #ff5100 !important;
}


/* цвет мобильного меню */
@media (max-width: 980px) {
    .tmenu-mobile__menucontent_hidden {
        background-color: #cccccc !important;
    }
}






