.mobile-button {
    font-size: 24px;
    color: #fff;
}
#mobile-menu .mobile-nav.isvisible {
    display: block;
}
#mobile-menu .text_menu {
    display: none;
}
.mobile-nav .level-1 {
    font-size: 14px;
    display: block;
    position: fixed;
    left: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: left .4s ease-in-out;
    -webkit-transition: left .4s ease-in-out;
    -o-transition: left .4s ease-in-out;
    transition: left .4s ease-in-out;
    zoom: 1;
    height: 100%;
    overflow-y: auto;
    border-top: 1px solid #eee;
    width: 100%;
    background-color: #fff;
    z-index: 6001;
    top: 0;
    left: -100%;
}
.mobile-nav .level-1, .mobile-nav .level-2, .mobile-nav .level-3, .mobile-nav .level-4  {
    top: 0 !important;
    height: 100% !important;
    left: -100%;
	z-index: 99999;
}

.mobile-nav .level-2, .mobile-nav .level-3, .mobile-nav .level-4 {
    -moz-transition: left .4s ease-in-out;
    -webkit-transition: left .4s ease-in-out;
    -o-transition: left .4s ease-in-out;
    transition: left .4s ease-in-out;
}

.mobile-nav.isvisible .level-1{
    left: 0;
}
.mobile-nav .guide_arrow {
    display: block;
}

.mobile-nav ul li {
    position: relative;
    display: inline-flex;
    width: 100%;
    padding: 10px 30px 0 60px;
    justify-content: space-between;
    align-items: center;
    min-height: 50px;
    border-bottom: 1px solid #eee;
}

.mobile-nav .level-1-item:before {
    font-family: 'font6pro' !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    vertical-align: middle;
    font-size: 22px;
    /* padding-right: 10px; */
    color: #f15a22;
    position: absolute;
    left: 20px;
    top: 13px;
    display: flex;
    position: absolute;
    top: 6px;
    left: 6px;
    font-size: 20px;
    line-height: 1;
    width: 40px;
    height: 40px;
    background-color: #eaeaea;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

.mobile-nav ul li a {
    font-weight: 600;
    color: #787878;
}
.mobile-nav .all-products a {
    color:#f7941d;
}

.mob-submenu-wrapper {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    border-top: 0;
    z-index: 9999;
    -moz-transition: left .2s ease-in-out;
    -webkit-transition: left .2s ease-in-out;
    -o-transition: left .2s ease-in-out;
    transition: left .2s ease-in-out;
    background: #fff;
    padding: 0;
    left: -100%;
}
.mob-submenu-wrapper.opened {
    display: block;
    left: 0;
}
.guide_arrow {
    order: 2;
    color: #aaa;
    font-weight: bold;
}
.js-close-submenu {
    color:#fff;
    font-size: 20px;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    font-size: 19px;
    line-height: 50px;
    text-align: center;
    z-index: 1;   
}
.mobile-nav ul li.first_child_ident, .mobile-nav ul li.main-category-title {
    background: #f15a22;
    color:#fff;
    padding: 0;
    justify-content: center;
    display: flex;
    line-height: 50px;
}
.mobile-nav ul li.first_child_ident a, .mobile-nav ul li.main-category-title {
    color: #fff;
    width: 100%;
    text-align: center;
    z-index: 1;
    font-weight: 600;
    letter-spacing: .5px;
    font-size: 15px;
}

.menu-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    font-size: 15px;
    line-height: 50px;
    text-align: center;
    z-index: 0;
}
.all-products a {
    font-weight: 600 !important;
    letter-spacing: .02em;
    color: #ec5b03;
}

.mobile-nav ul::-webkit-scrollbar{
    width:5px;
    height:5px;
   }
.mobile-nav ul::-webkit-scrollbar-track{
background:#f1f1f1;
}
.mobile-nav ul::-webkit-scrollbar-thumb{
background:#a9a9a9;
}
.mobile-nav ul::-webkit-scrollbar-thumb:hover{
background:#555;
}