  html.mobile-menu-open {
    background: #fff;
    overflow-x: unset !important;
}
html.mobile-menu-open body {
    /*overflow-y: hidden;*/
}

#mobile-menu-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 60px 1fr;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
    margin-left: -100%;
    z-index: 2000;
    transition: 500ms;
    background: #ffffff;
}
#Wrapper {
    transition: 500ms;
    margin-left: 0;
}
#mobile-menu-wrapper.slide-in {
     transition: 500ms !important;
     margin-left: 0 !important;
 }
#Wrapper.slide-out {
     transition: 500ms  !important;
     margin-left: 100% !important;
 }
.hidden {
    display: none !important;
}
#mobile-menu-wrapper #mobile-menu-user {
    grid-column: 1/4;
    grid-row: 1;
    justify-self: start;
    align-self: center;
}
#mobile-menu-wrapper #mobile-menu-logo {
    grid-column: 2;
    grid-row: 1;
    justify-self: center;
    align-self: start;
}
#mobile-menu-wrapper #mobile-menu-logo div.logo {
    margin-top: 7px;
}
#mobile-menu-wrapper #mobile-menu-logo #logo > img {
    height: 64px;
}
#mobile-menu-wrapper #mobile-menu-logo #logo > img:not(.logo-mobile) {
    display: none;
}
#mobile-menu-wrapper #mobile-menu-trigger{
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
    align-self: center;
}
#mobile-menu-wrapper #mobile-menu-items{
    grid-column: 1/4;
    grid-row: 2;
}

#mobile-menu-user .user-mobile-bar {
    height: 60px;
    border: none;
    position: relative;
    padding: 0 10px;
}

#mobile-menu-user .user-mobile-bar > a.box {
    display: grid;
    grid-auto-columns: auto;
    align-items: center;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    color: #c5281c;
    padding: 0;
    line-height: unset;
    height: 100%;
    background: transparent;
    box-shadow: none;
    border: none;
}

#mobile-menu-user .user-mobile-bar > a.box > img.logo-user {
    grid-column: 1;
    position: relative;
    left: 5px;
}

#mobile-menu-user .user-mobile-bar > a.box > img.arrow-down {
    grid-column: 3;
    margin: 0 5px 0 5px;
    position: relative;
}
#mobile-menu-user .user-mobile-bar > a.box > div {
    grid-column: 2;
    white-space: nowrap;
    max-width: 59px;
    overflow: hidden;
    margin: 0 0 0 10px;
    position: relative;
    text-transform: uppercase;
    color: #c5281c;
    font-family: DIN_WebFont_Bold;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 20px;
}

#mobile-menu-user .user-mobile-bar > ul.sub-menu {
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 1000;
    background: #ffffff;
    font-weight: normal;
    padding: 0;
    width: 160px;
    text-align: left;
}

#mobile-menu-user .user-mobile-bar > ul.sub-menu > li {
    margin: 5px 20px 5px 25px;
    padding: 0;
    font-weight: 600;
    font-family: DIN_WebFont_Regular;
    font-size: 0.875rem;
    border: none;
    top: 0;
}

#mobile-menu-user .user-mobile-bar > ul.sub-menu > li > a {
    display: block;
    color: #c5281c;
    padding: 0px 20px;
    line-height: 28px;
    height: 30px;
    width: auto;
}

#mobile-menu-trigger a.responsive-menu-toggle {
    display: block;
    width: 30px;
    height: 30px;
    margin-right: 11px;
    margin-top: 3px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(/wp-content/themes/betheme-child/assets/icons/svg/close/close-black.svg);
}
#mobile-menu-trigger a.responsive-menu-toggle:hover {
    background-image: url(/wp-content/themes/betheme-child/assets/icons/svg/close/close-red.svg);
}


#mobile-menu-items .mobile-menu-level{
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 40px;
    margin-left: 0;
    position: absolute;
    width: calc(100% - 30px);
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    /*right: 0;*/
    /*bottom: 0;*/
    /*width: 100%;*/
    /*height: 100%;*/
}

#mobile-menu-items .mobile-menu-level.slide-to-left {
    transition: 500ms  !important;
    margin-left: -100% !important;
}

#mobile-menu-items .mobile-menu-level.slide-in {
    transition: 500ms !important;
    margin-left: 0 !important;
}
#mobile-menu-items .mobile-menu-level.left-position {
    margin-left: -100%;
}
#mobile-menu-items .mobile-menu-level.right-position {
    margin-left: 100%;
}
#mobile-menu-items .mobile-menu-level.slide-to-right {
    transition: 500ms !important;
    margin-left: 100% !important;
}


#mobile-menu-items .mobile-menu-button .action_button{
    width: 100%;
    padding: 10px 15px;
    text-align: center;
    margin-bottom: 10px;
}


#mobile-menu-items .mobile-menu-header > a,
#mobile-menu-items .mobile-menu-link > a {
    border-bottom-color: lightgray;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    margin-bottom: 0;
    font-weight: bold;
    color: #000000;
    font-size: 1.150rem;
    width: 100%;
    display: block;
    text-decoration: none;
    cursor: pointer;
    padding: 15px 0;
    position: relative;
}


#mobile-menu-items .mobile-menu-header > a {
    padding: 30px 0 15px;
    color: #c5281c;
}

#mobile-menu-items .mobile-menu-link > a.section-heading {
    border-top-color: red;
    border-top-width: 2px;
    border-top-style: solid;
    margin-top: -1px;
}

#mobile-menu-items .mobile-menu-link > a.border-top {
    border-top-color: lightgray;
    border-top-width: 1px;
    border-top-style: solid;
}

#mobile-menu-items .mobile-menu-link > a:hover  {
    color: #c5281c;
}
#mobile-menu-items .mobile-menu-link a > .mobile-menu-item-content {
    white-space: nowrap;
    max-width: calc(100% - 25px);
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

#mobile-menu-items .mobile-menu-link a > .right-arrow {
    background-image: url(/wp-content/themes/betheme-child/assets/icons/svg/arrow/right/arrow-right-red.svg);
    margin-top: -2px;
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    right: 0;
    top: 15px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

#mobile-menu-items .mobile-menu-back > a {
    border-bottom-color: lightgray;
    border-bottom-width: 1px;
    margin-bottom: 0;
    font-weight: bold;
    color: #000000;
    width: 100%;
    display: block;
    text-decoration: none;
    cursor: pointer;
    padding: 5px 0;
}

#mobile-menu-items .mobile-menu-back > a:hover  {
    color: #c5281c;
}
#mobile-menu-items .mobile-menu-back a > .back-arrow {
    background-image: url(/wp-content/themes/betheme-child/assets/icons/svg/arrow/left/arrow-left-red.svg);
    margin-top: 1px;
    margin-right: 5px;
    width: 1rem;
    height: 1rem;
    position: relative;
    float: left;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
}
#mobile-menu-items .mobile-menu-extra > a {
    margin-bottom: 0;
    font-weight: bold;
    color: #000000;
    font-size: 1.050rem;
    width: 100%;
    display: block;
    text-decoration: none;
    cursor: pointer;
    padding: 15px 0;
}
#mobile-menu-items a > .right-arrow {
    background-image: url(/wp-content/themes/betheme-child/assets/icons/svg/arrow/right/arrow-right-red.svg);
}

#mobile-menu-items .main-menu .mobile-menu-link > a > .mobile-menu-item-content {
    font-family: DIN_WebFont_Medium;
}
#mobile-menu-items .main-menu .mobile-menu-extra > a > .mobile-menu-item-content {
    font-family: DIN_WebFont_Regular;
}