body .nav-open #navbar {

}
.nav-container-inner-wrapper #nav-search-form form input[type=text]::placeholder,
.nav-container-inner-wrapper #nav-search-mobile form input[type=text]::placeholder {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}
li.menu-item .back-btn-container,
li.menu-item .open-sub-menu {
    display: none;
}

body #nav-container nav#full-navbar ul.navbar-nav li.menu-item ul.dropdown-menu{
    position: absolute;
    width: 100vw;
    height: 100vh;
    transform: translateX(-100%);
    top: 13px;
    background: #000000;
    z-index: 9;
    left: 0;
}
.navbar-nav .menu-item-has-children.active > ul.dropdown-menu,
body #nav-container nav#full-navbar ul.navbar-nav li.menu-item-has-children.active ul.dropdown-menu{
    transform: translateX(0%);
}

#nav-search-form{
    display: flex;
    max-width: 100%;
    padding: 0 15px 0 15px;
}
#nav-search-form form,
#nav-search-form button{
    margin: 0;
}
.nav-search-form-block{
    width: 100%;
    display: flex;
    border-radius: 10px;
    border: 1px solid #ffffff;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.5);
}
#nav-search-form form ul li input[type=text]{
    border: none;
    background: transparent;
    height: 38px;
    outline: none;
}
body #nav-search-form form,
#nav-search-form form ul li,
body #nav-search-form form label{
    width: 100%;
}
#nav-search-form button{
    width: 38px;
    min-width: 38px;
    height: 38px;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 0 0 0 0;
    border-radius: 0;
    background: transparent;
}
#nav-search-form button svg{
    width: 18px;
    height: 18px;
}
#nav-search-form button:before{
    content: '';
    width: 1px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.1);
    position: absolute;
    top: 0;
    left: 0;
}
#nav-search-form button:after{
    display: none;
}
@media (max-width: 1024px) {
    .nav-search-form-block{
        background: #18171A;
    }
    #nav-search-form{
        display: flex;
        max-width: 100%;
        padding: 0 15px 0 15px;
        margin: 20px 0 30px 0;
    }
    li.menu-item .open-sub-menu,
    li.menu-item .back-btn-container {
        display: block;
    }
    li.menu-item .back-btn-container{
        background: #212121;
        width: 100%;
        padding: 80px 0 8px 0;
    }
    li.menu-item .back-btn-container svg{
        width: 14px;
        height: 14px;
        margin: 0 5px 0 0;
    }
    li.menu-item .back-btn-container .back-btn{
        font-family: "Mulish", sans-serif;
        color: #ffffff;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 22px;
        display: flex;
        align-items: center;
    }
    li.menu-item .open-sub-menu{
        margin: 0 0 0 auto;
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    body #nav-container.nav-open nav#full-navbar ul.navbar-nav li.menu-item a.nav-link,
    #nav-container nav#full-navbar ul.navbar-nav li.menu-item.menu-item-has-children.dropdown,
    #nav-container nav#full-navbar ul.navbar-nav li.menu-item.current-menu-item.menu-item-has-children.dropdown{
        position: static!important;
    }
    body #nav-container nav#full-navbar ul.navbar-nav li.menu-item.menu-item-has-children.dropdown ul.dropdown-menu li,
    #nav-container nav#full-navbar ul.navbar-nav li.menu-item{
        padding: 10px 0 10px 15px;
        height: 40px;
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        border-top: 1px solid #2D2D2D;
    }
    body #nav-container nav#full-navbar ul.navbar-nav li.menu-item.menu-item-has-children.dropdown ul.dropdown-menu li.back-btn-container{
        border-top: none;
    }
    body #nav-container nav#full-navbar ul.navbar-nav li.menu-item.menu-item-has-children.dropdown ul.dropdown-menu li a.dropdown-item,
    body #nav-container.nav-open nav#full-navbar ul.navbar-nav li.menu-item a.nav-link{
        color: #ffffff;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
        padding: 0 0 0 0;
    }
    body #nav-container.nav-open .nav-container-inner-wrapper{
        background-image: none;
        background: #000000;
        padding: 0 0 0 0;
    }
    body #nav-container .brand-and-button{
        margin: 0 0 0 0;
        padding: 0 15px 0 15px;
    }
    body .hamburger-box {
        height: 29px;
        width: 29px;
    }

    body .customer_login_link {
        font-family: "Mulish", sans-serif;
        border-radius: 1000px;
        background: #E02873;
        color: #FFF;
        font-size: 15px;
        font-style: normal;
        font-weight: 900;
        line-height: 17px;
        letter-spacing: 3px;
        text-transform: uppercase;
        padding: 17px 39px 17px 39px;
        width: max-content;
        height: max-content;
        margin: 30px 0 0 15px;
        box-sizing: border-box;
    }
}