.mobile-menu-new {
    position: absolute;
    top: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: #FFF;
    z-index: 1002;
}

.mobile-menu-items {
    background-color: #fff;
    bottom: 0;
    left: 0;
    top: 0;
    z-index: 1011;
    width: 100% !important;
    height: -moz-calc(100dvh - 220px) !important;
    height: -webkit-calc(100dvh - 220px) !important;
    height: calc(100dvh - 220px) !important;
    position: relative !important;
    border-bottom: 1px solid #eae8e4 !important;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.mobile-menu-items ul {
    list-style-type: none;
    padding: 0;
    -webkit-overflow-scrolling: touch;
}

.mobile-menu-items ul > li {
    display: block;
    cursor: pointer;
}

.mobile-menu-items ul > li.has-submenu > a {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.mobile-menu-items ul > li > a:not(.btn) {
    color: inherit;
    display: block;
    padding: 14px 30px;
    text-decoration: none;
    cursor: pointer;
}

.mobile-menu-items ul > li.has-submenu > a:after {
    font-family: "Font Awesome 5 Pro";
    font-weight: 700;
    font-size: 0.75rem;
}

.mobile-menu-items ul > li.has-submenu > a::after {
    content: "\f054";
}

.mobile-menu-items .submenu {
    background-color: #fff;
    display: none;
    bottom: 0;
    min-height: 100%;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
    pointer-events: none;
    position: fixed;
}

.submenu-header {
    background-color: rgba(95, 95, 95, 0.1);
    cursor: pointer;
    position: relative;
}

.submenu-header > a {
    color: inherit;
    display: block;
    margin-bottom: 1rem;
    padding: 14px 30px;
    text-decoration: none;
}

.submenu-header > a:before {
    content: "\f053";
    margin-right: 0.75rem;
    font-family: "Font Awesome 5 Pro";
    font-weight: 700;
    font-size: 0.75rem;
}

.cc-bottom {
    left: unset !important;
    right: 3em;
}