._hidden_menu.onScroll {
   background-color: #191919;
}
.normal{

    text-transform: uppercase;
}
.style-cart-tcquick{
    color: #C92634;
}

._hidden_menu .hidden_menu_block a {
    font-family: 'Mitr', sans-serif;
}

._hidden_menu .hidden_menu_block a.normal {
    transition: all 0.3s;
    color: #fff;
}

._hidden_menu .hidden_menu_block a.normal:hover {
    text-decoration: none !important;
    color: #C92634;
}
section.menu.desktopOnActive ._menuHeadList a {
    display: inline;
    color: #fff !important;
    line-height: 112px !important;
}

section[data-name="tkgroup"].menu a:not(.md-button) {
    transition: all 0.3s;
}

section[data-name="tkgroup"].menu a:not(.md-button):hover {
    text-decoration: none !important;
    color: #C92634 !important;
}

._hidden_menu .hidden_menu_block a.normal {
    padding: 0;
    font-weight: normal;
    margin: 0px 10px;
}

/* Desktop Mid,Large */

@media (min-width:992px){

    section[data-name="tkgroup"].menu {
        height: 64px;
        max-height: 64px;
        padding-top: 20px;
        padding-bottom: 20px;
        background-color: #191919 !important;
        color: #fff !important;
        position: absolute;
        top: 0;
        z-index: 1010;

    }

    section[data-name="tkgroup"].menu.desktopOnActive {
        background-color: #191919 ;
        color: white ;
        height: 100px;
        padding: 10px 0 ;
        width: 100% ;
        float: left ;
        position: relative ;
        transition: all 0.6s;
    }

    section[data-name="tkgroup"].menu a {
        padding-left: 50px;
        padding-right: 50px;
        font-family: 'Mitr', sans-serif;
        color: white !important;
        line-height: 150px !important;
        width: 190px;
        text-align: center;
        padding: 0 10px;
        font-weight: normal;
    }


    section[data-name="tkgroup"].menu a img {
        height: 80px;
        width: auto;
        padding: 0;
    }

    section.menu.desktopOnActive ._menuHeadCover a img {
        height: 44px;
        width: auto;
    }

}

/* Mobile Mid,Xs,Tablet */

@media (max-width:991px){
    section[data-name="tkgroup"].menu {
        background-color: #191919 !important;
        color: #fff !important;
    }
    section.mobileOnActive {
        background-color: #191919;
        overflow: hidden;
        height: 100%;
    }

    section.mobileOnActive ._menuHeadList a {
        color: #fff !important;
    }

    
}

section.menu.desktopOnActive ._menuHeadCover a {
    line-height: 100% !important;
}

section.menu.desktopOnActive ._menuHeadList a {
    line-height: 47px !important;
}

.hamburger_close .x-a {
    background-color: #fff !important;
}
.hamburger_close .x-b {
    background-color: #fff !important;
}