section * {
    font-family: "Athiti";
}
section.menu.desktopOnActive {
    background-color: white !important;
    color: grey !important;
    height: auto;
}
section.menu.desktopOnActive * {
    background-color: #ffffff !important;
    color: #000000;
}
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: #000000;
}
section.menu.desktopOnActive ._menuHeadList a:hover {
    color: #FBC2EB !important;
}
section.menu.desktopOnActive ._menuHeadList a.active_login {
    color: #FBC2EB !important;
}
.mobileOnActive {
    background-color: #fff;
}
.mobileOnActive a {
    color: #111;
}
.mobileOnActive a {
    font-family: "Athiti";
}
img.icon_cart {
    opacity: 0.7;
}
img.icon_cart:hover {
    opacity: 1;
}
._hidden_menu {
    background-color: #ffffff !important;
}
._hidden_menu .hidden_menu_block ._list {
    margin-top: 10px;
}
._hidden_menu .hidden_menu_block a {
    color: #000000;
    font-family: "Athiti" !important;
    font-size: 16px;
    font-weight: normal;
}
._hidden_menu .hidden_menu_block a:hover {
    color: #FBC2EB !important;
    text-decoration: none;
}
.active_login {
    color: #8F726A !important;
}
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;
    }*/
    section.menu {
        padding: 15px 0 !important;
    }
}
@media(max-width: 2000px) and (min-width: 992px) {
    section.menu.desktopOnActive ._menuHeadList a {
        font-size: 15px;
    }
}
/* 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: 50px !important;
    }
    section.menu.desktopOnActive {
        background-color: white;
        color: white;
        height: 90px !important;
        padding: 0px;
        width: 100%;
        float: left;
        position: relative;
        transition: all 0.6s;
    }
    section.menu {
        max-height: 140px !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;
}
.mobileOnActive ._menuHeadList a:hover {
    color: #8F726A !important;
}
div._hidden_menu.onScroll .hidden_menu_block {
    padding: 15px 0 !important;
}
div._hidden_menu .hidden_menu_block a img.cover {
    height: 34px !important;
}
section.menu.desktopOnActive ._menuHeadList {
    float: none !important;
    margin-top: 18px;
}
.clearfixed_onscroll {
    height: 65px !important;
    z-index: 200;
}
section.menu a:not(.md-button) {
    padding-left: 10px;
    padding-right: 10px;
}