section * {
    font-family: "Athiti";
}
section.menu ._menuHeadList i.fa-home {
    font-size: 20px;
    position: relative;
    bottom: -5px;
}
section.menu.desktopOnActive {
    background-color: #191919 !important;
    color: grey !important;
}
section.menu.desktopOnActive * {
    background-color: #191919 !important;
    color: grey !important;
}
section.menu.desktopOnActive ._menuHeadCover a img {
    height: 36px;
    width: auto;
}
section.menu.desktopOnActive ._menuHeadCover a {
    line-height: 36px !important;
    color: grey !important;
}
section.menu.desktopOnActive ._menuHeadList a {
    line-height: 36px !important;
    color: grey !important;
}
.mobileOnActive a {
    font-family: "Athiti";
}
img.icon_cart {
    opacity: 0.7;
}
img.icon_cart:hover {
    opacity: 1;
}
._hidden_menu {
    background-color: #191919 !important;
}
._hidden_menu .hidden_menu_block ._list {
    margin-top: 10px;
}
._hidden_menu .hidden_menu_block a {
    color: grey !important;
    font-family: "Athiti" !important;
    font-size: 16px;
    font-weight: normal;
}
section.menu.desktopOnActive ._menuHeadList a:hover {
    text-decoration: none;
}
/* Small */

@media(max-width:991px) {
    section.menu.desktopOnActive ._menuHeadCover a {
        line-height: 34px !important;
    }
    .mobileOnActive ._menuHeadCover img {
        height: 34px !important;
        width: auto !important;
    }
}
/* Ex Small */

@media(max-width:480px) {
    section.menu.desktopOnActive ._menuHeadCover img {
        height: 34px !important;
        width: auto !important;
    }
}
@media(min-width:992px) {
    section.menu.desktopOnActive ._menuHeadCover a {
        line-height: 84px !important;
    }
    section.menu.desktopOnActive ._menuHeadList a {
        line-height: 84px !important;
    }
}
section.menu a img._activeCart {
    display: none;
}
section.menu a img:not(._activeCart) {
    display: inline-block;
}
section.menu.desktopOnActive ._menuHeadList a._activeCart {
    color: red !important;
}
section.menu.desktopOnActive ._menuHeadList a._activeCart:hover {
    color: red !important;
}
section.menu.desktopOnActive ._menuHeadList a._activeCart img:not(._activeCart) {
    display: none;
}
section.menu.desktopOnActive ._menuHeadList a._activeCart img._activeCart {
    display: inline-block;
    opacity: 1;
}
img.icon_cart._activeCart {
    display: none;
}
img.icon_cart:not(._activeCart) {
    display: inline-block;
}
._hidden_menu .hidden_menu_block a._activeCart {
    color: red !important;
}
._hidden_menu .hidden_menu_block a._activeCart:hover {
    color: red !important;
}
._hidden_menu .hidden_menu_block a._activeCart img:not(._activeCart) {
    display: none;
}
._hidden_menu .hidden_menu_block a._activeCart img._activeCart {
    display: inline-block;
    opacity: 1;
}
.mobileOnActive ._menuHeadList a._activeCart {
    color: red;
}
.mobileOnActive ._menuHeadList a._activeCart:hover {
    color: red;
}
.mobileOnActive ._menuHeadList a._activeCart img:not(._activeCart) {
    display: none;
}
.mobileOnActive ._menuHeadList a._activeCart img._activeCart {
    display: inline-block;
    opacity: 1;
}
div._hidden_menu.onScroll .hidden_menu_block {
    padding: 15px 0 !important;
}
div._hidden_menu .hidden_menu_block a img.cover {
    height: 34px !important;
}