.menunew {
    font-size: 16px;
    font-weight: 100;
    position: relative;
    top: 0px;
    z-index: 9;
    width: 100%;
    padding: 10px 0px;
    background: #FFE5CD!important;
    z-index: 100;
}
.menunew.fixed {
    position: fixed;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); 
}
header.menunew .container {
    display: flex
;
    align-items: center;
    justify-content: space-between;
    width: 90%;
    margin: auto;
}
.menu1 {
    display: flex
;
    align-items: center;
    padding-left: 0px;
}
.site-logo__logomark.onscroll {
    display: none;
}
header.menunew a {
    text-decoration: none;
    color: #69483C;
    line-height: 0px;
    font-weight: 600;
    text-align: left;
    display: inline-block;
}

.menutext {
    width: 90%;
    padding-left: 00px;
    text-align: left;
    top: -4px;
    position: relative;
}
.hamburger img {
    width: 31px;
}
header .menu2 a, header .menutext a {
    color: #69483C;
}
.menuwrap {
    position: fixed;
    left: -300px;
    background: var(--font-color-theme-sec);
    width: 300px;
    top: 0px;
    bottom: 0px;
    z-index: 999;
    transition: left 0.5s ease-in-out;
    background: #FFE5CD!important; 
    box-shadow: 4px 0 10px -3px rgba(0, 0, 0, 0.2);
}
.nested_dropdown {
    position: relative;
    height: 100%;
}
span.closemenu {
    display: block;
    text-align: right;
    padding-right: 10px;
    padding-top: 20px;
    cursor: pointer;
    /* color: var(--color-theme-sec); */
    color: #101010;
    font-weight: 300;
    font-size: 14px;
}
span.closemenu img {
    width: 15px;
    float: right;
}
.menuwrap-inner {
    padding: 25px 7px;
    overflow-y: auto;
    scrollbar-width: none;
    height: 100%;
    width: 100%
375px
;
}
.menuwrap-inner ul {
    list-style: none;
}
.menuwrap-inner ul li {
    padding: 15px 0;
}
.menuwrap-inner ul li a {
    font-size: 13px;
    text-transform: uppercase;
    padding: 0px;
}
.menuwrap-inner ul li.has-children {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.menuwrap-inner ul li ul {
    top: 0;
    left: 221px;
    width: 0px;
    height: 100%;
    transition: 0.5s;
    position: absolute;
    white-space: nowrap; 
    overflow-y: auto;
    padding: 90px 0 0 0px;
}
.menuwrap-inner ul li.has-children:after {
    content: "";
    clear: both;
    background-image: url(https://thedigitalimpressions.com/downloads/tll/images/right_arrow.svg);
    height: 15px;
    width: 15px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    filter: invert(1);
}
.menuwrap-inner ul li ul li.back_button {
    display: block;
    text-align: right;
    padding-right: 10px;
    padding-top: 20px;
    cursor: pointer;
    /* color: var(--color-theme-primary); */
    color: #101010;
    position: absolute;
    top: 0;
    right: 0;
    padding-bottom: 0;
    font-weight: 300;
    font-size: 14px;
}
.menuwrap-inner ul li ul li {
    padding: 15px 0 15px 30px;
}
.menu2 {
    text-align: right;
    padding-right: 0px;
}
header .menu2 a, header .menutext a {
    color: #69483C;
}

.sub-menu{
    background: #FFE5CD!important;
 
}
.menu-link{
    display: flex!important;
    align-items: center!important;
    justify-content: space-between!important;
}
.menu-link .menu-chevron{
    font-size: 15px;
    font-weight: 600;
}
.sub-menu.active{
  width:100%!important;  
  display: block!important;
     box-shadow: 4px 0 10px -3px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
    body .container {
        max-width: 100%;
        padding: 0 15px;
    }
}



@media screen and (max-width: 768px) {
    .menu1 {
        column-gap: 5px;
    }
        .hamburger {
        width: unset;
    }
        .hamburger img {
        width: 20px;
    }
        header .menutext a, .menu2 a {
        font-size: 12px;
        line-height: normal;
    }
        .nested_dropdown {
        overflow: hidden;
    }
}
.menuwrap {
    transition: left 0.3s ease;
}
.sub-menu {
    transition: all 0.3s ease;
    padding: 0px!important;
}
/* Add to your existing CSS */
.back-button {
    padding: 10px 15px !important;
    border-bottom: 1px solid rgba(105, 72, 60, 0.2) !important;
    margin-bottom: 10px !important;
}

.back-button a {
    display: flex !important;
    align-items: center !important;
    gap: 5px;
    font-weight: 600 !important;
}

.back-button svg {
    margin-right: 5px;
}
.menu-back a{
    display: flex!important;
    align-items: center;
}

.sub-menu {
    display: block!important;
    padding-left: 15px !important;
}

.menu-item-has-children.open > .sub-menu {
    display: block;
}
@media (max-width: 991px) { /* Match your JS breakpoint */
    .sub-menu {
        position: relative;
        left: 0 !important;
        width: 100%;
        box-shadow: none;
    }

  
}

