#header {
    box-shadow: none;
    background: transparent;
    width: 100%;
}

body.menuopen #header {
    backdrop-filter: none;
}

#header .header-top {
    background: transparent;
    padding: 0;
}

#header .header-nav {
    border-bottom: 0;
    max-height: none;
}

#adm_ecbackdrop {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: #FFFFFF24;
    backdrop-filter: blur(4px);
    width: 100%;
    height: 250px;
    z-index: -1;
}

body:not(#index) #adm_ecbackdrop {
    background: #fff;
    backdrop-filter: none;
}

body:not(.menuopen) #adm_ecbackdrop {
    display: none;
}

#header .headerbar {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #70707073;
    padding-left: 30px;
    padding-right: 30px;
    height: 138px;
    backdrop-filter: blur(4px);
}

.lesdisplaynav {
    display: flex;
    align-items: center;
    margin-left: auto;
}

#header .searchtrigger {
    cursor: pointer;
}

#header .searchtrigger svg {
    display: block;
    width: 31px;
    height: 31px;
}

#header #search_widget {
    flex-grow: 1;
    padding-left: 30px;
}

body:not(.searchopen) #header #search_widget {
    display: none;
}

#search_widget svg {
    display: block;
    width: 31px;
    height: 31px;
}

#header #search_widget form {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
}

#header #search_widget form i {
    position: static;
    color: #fff;
    line-height: 1;
    font-size: 31px;
    padding: 0;
}

/* #header #search_widget form:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    background: #fff;
    height: 1px;
    width: calc(100% - 40px);
} */

#header #search_widget input {
    border-bottom: 1px solid #fff;
    border-radius: 0;
    background: transparent;
    color: #fff;
    padding: 4px 0;
}

#header #search_widget input::placeholder {
    color: #fff;
}

#wishlist_nav .wishpic,
#header .header-nav .user-info,
#header .header-nav #_desktop_cart,
#header #_desktop_language_selector {
    margin-left: 20px;
}

#header .header-nav .user-info {
    margin-top: 0;
}

#header .header-nav .user-info .account {
    margin-left: 0;
}

#header .header-nav .user-info .accounttrigger {
    cursor: pointer;
}

#header .account svg {
    display: block;
    width: 36px;
    height: 36px;
}

#header .header-nav .blockcart {
    background: transparent;
    margin-left: 0;
    padding: 0;
    height: auto;
}

#header .header-nav .blockcart .header {
    margin-top: 0;
}

#header #_desktop_cart svg {
    display: block;
    width: 31px;
    height: 31px;
}

#header .header-nav .language-selector {
    font-size: 0;
    line-height: 1;
    margin-top: 0;
}

#_desktop_language_selector button {
    cursor: pointer;
}

#header #_desktop_language_selector svg {
    display: block;
    height: 31px;
    width: 31px;
}

#_desktop_language_selector .dropdown-menu {
    right: 50%;
    left: auto;
    min-width: 0;
    transform: translateX(50%);
}

#_desktop_language_selector .hoveriso {
    display: none;
}

#_desktop_language_selector:hover .hoveriso {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 100%;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    margin-top: 4px;
    transform: translateX(-50%);
}

#_desktop_language_selector ul li {
    text-transform: uppercase;
}

#header .lelogo .logo {
    width: 500px;
}

@media (max-width: 1550px) {
    #header .lelogo .logo {
        width: 400px;
    }
}

@media (max-width: 1399px) {
    body:not(#index) #header .headerbar {
        flex-wrap: wrap;
    }

    body:not(#index) #header .headerbar .lelogo {
        text-align: center;
        width: 100%;
    }

    body:not(#index) #_desktop_top_menu {
        padding-left: 0;
    }
}

@media (min-width: 992px) {
    body.searchopen .header-top {
        display: none;
    }
    
    body.searchopen .lesdisplaynav {
        flex-grow: 1;
    }
    
    body.searchopen .searchtrigger {
        visibility: hidden;
    }
    
    body.searchopen #header {
        padding-bottom: 200px;
    }
}

@media (max-width: 991px) {
    #adm_ecbackdrop {
        background: #fff;
    }

    #header .lelogo .logo {
        width: 400px;
    }

    #header .headerbar {
        height: 95px;
        padding-left: 15px;
        padding-right: 15px;
    }

    #header #search_widget {
        position: absolute;
        top: 100%;
        left: 0;
        background: #0000006b;
        padding: 10px 15px;
        width: 100%;
        z-index: 5;
    }
}

@media (max-width: 767px) {
    #header .headerbar {
        height: 80px;
    }

    #header .lelogo .logo {
        width: 300px;
    }
}