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: 80px;
    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:#0BBDEB !important;
}
section.menu.desktopOnActive ._menuHeadList a.active_login{
     color:#0BBDEB !important;
}
.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: #0BBDEB !important;
    text-decoration: none;
}

.active_login{
    color: #0BBDEB !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;
    }
}

/* 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: 200px !important;
        padding: 0px;
        width: 100%;
        float: left;
        position: relative;
        transition: all 0.6s;
    }
    section.menu {
        max-height: 180px !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: #0BBDEB !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;
}
section.menu a:not(.md-button) {
            color: black !important;
            line-height: 84px !important;
}


