.menu-mobile-menu-container{
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#mobile-site-navigation .menu {
    position: relative;
    overflow-x: hidden;
    box-sizing: content-box;
}

#mobile-site-navigation .menu>.menu-item>a {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}


#mobile-site-navigation .sub-menu {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    pointer-events: none;
    transition: none;
    -webkit-transform: translateX(110%);
    transform: translateX(110%);
    min-height: 100vh;
    background: #fff;
    z-index: 99;
    padding-left: 20px;
}

#mobile-site-navigation .sub-menu.show-drawer.active {
    pointer-events: all;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}


#mobile-site-navigation a.go-back {
    padding-left: 23px;
    font-size: 16px;
    background-repeat: no-repeat;
    background-size: 8px 14px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='14' viewBox='0 0 8 14'%3E%3Cpath id='Path_92' data-name='Path 92' d='M604.414,2158l5.293-5.293a1,1,0,0,0-1.414-1.414l-6,6a1,1,0,0,0,0,1.414l6,6a1,1,0,0,0,1.414-1.414Z' transform='translate(-602 -2151)' fill='%236d6e71'/%3E%3C/svg%3E%0A");
    background-position: left center;
}

#mobile-site-navigation .drawer-nav-drop-wrap .drawer-sub-toggle{
    position: absolute;
    width: 97%;
    display: flex;
    justify-content: end;
    top: -3px;
    padding-left: 0px;
    padding-right: 0;
}

#mobile-site-navigation .sub-menu .drawer-nav-drop-wrap .drawer-sub-toggle {
    top: -10px;
}


#mobile-menu .menu-item-has-children .drawer-nav-drop-wrap, #mobile-menu .menu-item-has-children .drawer-nav-drop-wrap .drawer-sub-toggle {
    font-size: 26px;
    font-weight: 600;
}

#mobile-drawer #mobile-menu .menu-item-has-children .sub-menu li,
#mobile-drawer ul#mobile-menu li.current-menu-item{
    display: block;
    background-color: transparent;
    color: #020202;
    border-radius: 0;
    border: none;
    margin-right: 4px;
    margin-bottom: 16px;
}

#mobile-drawer #mobile-menu .menu-item-has-children .sub-menu li a {
    font-size: 16px;
    line-height: 14.4px;
    padding: 11px 0px;
    font-weight: 400;
    color: #020202;
}

#mobile-menu .menu-item-has-children .sub-menu li.menu-item-has-children .drawer-nav-drop-wrap{
padding-left: 0px;
}

.site-header-item.site-header-item-mobile-navigation+div {
    padding: 20px;
    margin: 0
    
}

.drawer-nav-drop-wrap .drawer-sub-toggle svg{
transform: rotate(-90deg) !important;
}

#mobile-drawer #mobile-menu .menu-item-has-children .sub-menu li.menu-item.back-to-main{
border-bottom: 1px solid #ccc;
    margin-left: -20px;
    padding-left: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
}

#mobile-drawer #mobile-menu .menu-item-has-children .sub-menu li.menu-item.back-to-main .go-back{
background: transparent;
    color: #000;
    padding: 0;
    font-size: 14.5px;
}

#mobile-drawer #mobile-menu .menu-item-has-children .sub-menu li.mobile-menu-section-title a {
    font-size: 17px;
    font-weight: bold;
    padding-bottom: 1px;
    border-bottom: 1px solid #000;
    display: inline;
}

#mobile-site-navigation .sub-menu .sub-menu{
height: 100%;
}

#mobile-drawer #mobile-site-navigation ul#mobile-menu li.current-menu-item{
background-color: transparent;
    color: #020202;
    border-radius: 0;
    border: none;
}

.menu-toggle-close.drawer-toggle{
position: relative;
z-index: 999;
top: -7px;
}

button.go-back:before {
    content: "";
   background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' class='kadence-svg-icon kadence-arrow-down-svg' fill='currentColor' version='1.1' xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Ctitle%3EExpand%3C/title%3E%3Cpath d='M5.293 9.707l6 6c0.391 0.391 1.024 0.391 1.414 0l6-6c0.391-0.391 0.391-1.024 0-1.414s-1.024-0.391-1.414 0l-5.293 5.293-5.293-5.293c-0.391-0.391-1.024-0.391-1.414 0s-0.391 1.024 0 1.414z'%3E%3C/path%3E%3C/svg%3E");
    height: 20px;
    width: 20px;
    display: inline-block;
    transform: rotate(90deg);
    font-size: 0;
    background-size: contain;
    position: relative;
    top: 5px;
    left: 0px;
    
}