.mobile-menu-hamburger {
    display: none;
}

#myMobSidenav {
    display: none;
}

body.lock_scroll_y {
    overflow-y: hidden;
}


@media (max-width: 1199px){
    .mobile-menu-hamburger {
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;
        padding-left: 0;
        padding-right: 0;
    }
    .menu-nav {
        display: none;
    }
    .desk-menu {
        display: none;
    }
    #myMobSidenav {
        display: block;
        height: 100vh;
        top: 0;
        position: fixed;
        left: 0;
        overflow-x: hidden;
        overflow-y: hidden;
        padding-top: 0px;
        z-index: 99999;
        width: 0;
        transition: 0.3s all;
    }
    
    #myMobSidenav.active {
        width: 60vw;
        background:#F4F4F4;
    }

    #top_mob_sidemenu_bar {
        height: 80px;
        display: flex;
        justify-content: space-between;
        max-width: 60vw;
        padding: 0 1vw;
        align-items: center;
        background: #fff;
    }

    a.rantevou_btn {
        background: #7E5475;
        display: inline-block;
        padding: 15px 20px;
        color: #fff;
        text-decoration: none;
        border: 1px solid #7E5475;
        font-family: "JURA-MEDUIM",sans-serif;
    }

    a.rantevou_btn:hover {
        background: transparent;
        color: #7E5475;

    }

    #mob_sidemenu_menu {
        max-width: 58vw;
        margin: 30px auto;
    }

    /*KLEISTE RANTEVOU DISPLAY DISABLE*/

    #mob_sidemenu_menu #menu-main-menu li#menu-item-27 {
        display: none;
    }

    #menu-side-bar-menu-1 .kleise_rantevou_sidebar {
        display: none;
    }

    /*KLEISTE RANTEVOU DISPLAY DISABLE*/

    #mob_sidemenu_menu #menu-main-menu {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    #mob_sidemenu_menu #menu-main-menu li ul {
        display: none;
        list-style: none;
    }

    #mob_sidemenu_menu #menu-side-bar-menu-1 li ul {
        display: none;
        list-style: none;
    }

    #mob_sidemenu_menu #menu-main-menu li a:after {
        content: unset;
    }

    #menu-side-bar-menu-1 {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    #mob_sidemenu_menu ul#menu-main-menu li {
        margin-left: 0px;
    }

    #mob_sidemenu_menu ul#menu-main-menu a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px 0;
        border-bottom: 1px solid #3B3B3B1A;
        font-weight: 400;
        font-size: 24px;
        line-height: 28px;
        color: #3B3B3B;
        font-family: "JURA-MEDUIM",sans-serif;
    }

    #mob_sidemenu_menu ul#menu-side-bar-menu-1 a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px 0;
        border-bottom: 1px solid #3B3B3B1A;
        font-weight: 400;
        font-size: 24px;
        line-height: 28px;
        color: #3B3B3B;
        font-family: "JURA-MEDUIM",sans-serif;
    }


    #mob_second_layer_menu {
        display: block;
        height: 100vh;
        top: 0;
        position: fixed;
        left: 0;
        overflow-x: hidden;
        overflow-y: hidden;
        padding-top: 0px;
        z-index: 100000;
        width: 0;
        transition: 0.3s all;
    }

    #mob_second_layer_menu.active {
        width: 60vw;
        background: #F4F4F4;
    }

    #top_mob_second_layer_menu_bar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 1vw;
        background: #fff;
    }

    #top_mob_second_layer_menu_bar .back_btn {
        display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    }

    #top_mob_second_layer_menu_bar .back_btn span {
        font-weight: 400;
        font-size: 24px;
        line-height: 28px;
        color: #3B3B3B;
        font-family: "JURA-MEDUIM",sans-serif;
        display: inline-block;
        margin-left: 15px;
    }

    #mob_second_layer_menu #menu_items {
        width: 60vw;
        padding: 0 1vw;
        height: calc(100vh - 80px);
        overflow-y: scroll;
    }

    #mob_second_layer_menu #menu_items #heading {
        font-family: 'Jura';
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 28px;
        color: #7E5475;
        border-bottom: 1px solid #3B3B3B1A;
        padding-bottom: 20px;
        margin-top: 30px;
    }

    #mob_second_layer_menu #menu_items ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    #mob_second_layer_menu #menu_items ul li a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px 0;
        border-bottom: 1px solid #3B3B3B1A;
        font-weight: 400;
        font-size: 24px;
        line-height: 28px;
        color: #3B3B3B;
        font-family: "JURA-MEDUIM",sans-serif;
    }
    .mobile-menu-hamburger a {
        order: 2 !important;
    }

    .mobile-menu-hamburger img {
        max-width: 100px;
    }

}

@media (max-width: 767px){
    #myMobSidenav.active {
        width: 100vw;
    }

    #top_mob_sidemenu_bar {
        max-width: 100vw;
        padding: 0 3vw;
    }

    #mob_sidemenu_menu {
        max-width: 100vw;
        padding: 0 3vw;
    }

    #mob_second_layer_menu.active {
        width: 100vw;
    }

    #mob_second_layer_menu #menu_items {
        width: 100vw;
        padding: 0 3vw;
    }


}