/*
 * Menu Header
 */

ul.sub-menu {
    padding: 0;
}

#mobile-header-menu, #mobile-header-nscl-menu {
    display: none;
}
/* */
@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    #mobile-header-menu, #mobile-header-nscl-menu {
        display: flex;
    }
    #header-menu {
        display: none;
    }
}

#header-menu li.cart-menu-item {
    color: #ffffff;
    float: right !important;
    padding-right: 10px;
    padding-top: 5px;
}

#header-menu li.cart-menu-item i:before {
    height: 40px;
    font-size: 26px;
}

#menu-tcvn-header-menu {
    font-size: 12px;
}

#home-icon a {
    font-size: 18px !important;
    padding-right: 0 !important;
}