/*responsive nav style*/

header .userform .userformwrapper{
    width: 100%;
    height: 100%;
    position: relative;
}

header .userformwrapper .container{
    height: 100%;
    overflow: visible;
}

header .account{
    cursor: pointer;
}

header .heart .verlanglijst i{
    font-size: 24px;
    color: #e91e1e;
}

header .account .loginlink i{
    font-size: 24px;
}

header .userform{
    position: absolute;
    top: 100%;
    background: #fff;
    z-index: 9;
    padding: 20px;
    box-sizing: border-box;
    display: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    min-width: 300px;
    right: 0;
    pointer-events: all;
}

header .userform .input{
    display: block;
    width: 100%;
    border: 1px solid #ddd;
    margin-top: 5px;
    padding: 5px 10px;
    border-radius: 3px;
}

header .userform input[type='checkbox']{
    appearance: checkbox;
    border: 1px solid #ddd;
}

header .userform .login-remember label{
    display: flex;
    align-items: center;
    gap: 5px;
}

header .userform .login-submit{
    margin-bottom: 0;
}

header .userform h2{
    font-size: 28px;
    line-height: 32px;
    margin-top: 0;
    margin-bottom: 10px;
}

header .userform a{
    display: block;
    color: #000000;
    text-decoration: underline;
}

header .userformwrapper{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
}

.bottommenu {
    background: white;
}

body.xoo-wsc-cart-active .productenmega{
    z-index: 1;
}

header#mainbar .search{
    flex: 1;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link{
    font-weight: 400;
}

header#mainbar .cart .xoo-wsc-sc-subt{
    display: none;
}

header#mainbar .container{
    justify-content: space-between;
}

header#mainbar .cart .xoo-wsc-sc-count{
    position: absolute;
    top: -5px;
    right: -10px;
}

ul.menu{
    list-style-type: none;
    padding: 10px 0;
    display: flex;
    gap: 15px;
    margin: 0;
}

ul.menu a{
    color: black;
}

header#mainbar .trustbadge .cr-badge{
    padding: 0 20px;
}

.bottommenu .container {
    overflow: visible;
    display: flex;
    justify-content: space-between;
    gap: 80px;
}

header#topbar {
    position: absolute;
    top: 0;
}

header nav ul li ul li .sub-menu li a {
    padding-left: 60px !important;
    font-weight: 300;
}


body .desktopmenu > .menu-hoofdmenu-container > #menu-hoofdmenu > li.contactmenuitem > a{
    background: #ae0018;
    padding: 10px 20px;
    color: #000000;
    font-weight: bold;
}

header ul, header li{
    list-style: none;
    padding: 0;
}


#nav-menu-1{
    
    display: none;
    flex-wrap: wrap;
    justify-content: flex-end;
    flex: 1;
}

header li .nummertje{
    position: absolute;
    width: 18px;
    height: 18px;
    color: white;
    background: #FF8A15;
    border-radius: 100%;
    top: -14px;
    right: -14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.rightpartmenu .button{
    border: 2px solid white;
    color: white;
    background: transparent;
    font-size: 18px;
    padding: 5px 20px!important;
}

.switchpartmenu{
    display: flex;
    justify-content: flex-end;
    gap: 20px;
}

.switchpartmenu a.button{
    background: transparent!important;
    border: 1px solid #FDFFF5;
    color: #FDFFF5!important;
    font-weight: bold!important;
    font-size: 20px;
    border-radius: 80px;
}

.rightpartmenu{
    display: flex;
    gap: 60px;
    align-items: flex;
}

header a.button{
    text-transform: uppercase;
    background: #476930;
    color: white;
    justify-content: center;
}

.desktopmenu{
    display: flex;
    flex: 1;
    justify-content: center;
}

.desktopmenu #menu-hoofdmenu{
    display: flex;
    align-items: center;
    height: 100%;
    margin: 0;
}


.desktopmenu #menu-hoofdmenu a{
    color: #FDFFF5;
    font-size: 18px;
    text-decoration: none;
    text-transform: uppercase;
}

header > .container {
    overflow: visible;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: static!important;
    gap: 20px;
}

header #nav-menu .custom-logo-link img{
    max-height: 100px;
    width: auto;
    padding: 20px;
     padding-bottom: 0;
     box-sizing: border-box;
}
      
header#mainbar {
    width: 100%;
    z-index: 999;
    background: #000000a1;
    position: relative;
    padding-top: 5px;
}

@media screen and (max-width: 300px) {

    header .nav-bar .container .site-name a.logo-mobile img {
        width: auto;
        height: 50px;
    }
}

@media screen and (min-width: 800px) {
    header#mainbar nav ul li:not(:last-child) {
        margin-right: 5px;
    }
}
header#mainbar{
    background: white;
}

@media screen and (min-width: 1250px) {
    header#mainbar nav ul li:not(:last-child) {
        margin-right: 20px;
    }
}


    header #nav-menu-1{
        display: flex;
        justify-content: end;
    }

    .desktopmenu{
        display: none;
    }
    .menu-item-has-children{
        flex-wrap: wrap;
    }

    .menu-item-has-children > span{
        flex: 0 0 61px;
    }

    .menu-item-has-children > a{
        flex: 0 0 100%;
    }



    header .rightpartmenu .button{
        display: none!important;
    }

    .switchpartmenu{
        justify-content: center!important;
        flex: 0 0 100%;
    }

    header#mainbar .container a.button{
        order: 3;
        text-align: center;
        justify-content: center;
    }


@media screen and (min-width: 1000px) {

    .productenmega{
        z-index: 9999;
    }

    .productenmega .flyout .kopje{
        margin-bottom: 10px;
        font-weight: 600;
    }

    .productenmega .flyout .container > .kopje{
        display: none;
    }

    .productenmega .flyout .item .subitems .subitems .kopje{
        margin-left: 20px;
    }

    .productenmega:hover .flyout{
        opacity: 1;
        pointer-events: all;
    }

    .productenmega:hover ~ div.curtain{
        background: #0000007a;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 9998;
    }

    .productenmega .flyout{
        position: absolute;
        left: 0;
        
        width: 100%;
        z-index: 103;
        opacity: 0;
        pointer-events: none;
        transition: 0.1s all ease-in-out;
        padding: 20px 0;
    }

    .productenmega .flyout .flyoutbackground{
        padding: 20px 0;
        background: white;
    }

    .productenmega .flyout .subitems .subitems{
        display: none;
    }

    .productenmega .flyout .subitems .subitems .subitems a.ccats{
        border: 0;
    }

    .productenmega .flyout .container > .item > a{
        display: none!important;
    }

    .productenmega .flyout .container > .item:nth-child(n+3){
        display: none;
    } 

    .productenmega .flyout .container .item{
        width: 270px;
        height: 50px;
    }

    .productenmega .flyout .container .item a{
        width: 100%;
        display: flex;
        align-items: center;
        height: 100%;
        padding-right: 30px;
        position: relative;
        color: black;
        border-right: 1px solid #c9c9c9;
    }

    .productenmega .flyout .container .item a .label{
        display: flex;
        gap: 20px;
        align-items: center;
        color: black;
    }

    .productenmega .flyout .container .item .subitems .subitems .label{
        margin-left: 20px;
    }

    .productenmega .flyout .container .item .subitem{
        display: flex;
        height: 50px;
    }

    .productenmega .flyout .container .subitems .item:hover > .subitems{
        display: block;
        position: absolute;
        margin-left: 300px;
        top: 0;
        height: 100%;
    }

    .productenmega .flyout .container .item:hover > a{
        background-color: #4769300d;
    }

    .productenmega .flyout .container .item:hover > a:after{
        content: '\f105';
        display: inline-block;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        font: var(--fa-font-solid);
        right: 15px;
        color: black;
        position: absolute;
    }

    .productenmega .flyout .container .item img{
        height: 50px;
        width: 50px;
        object-fit: contain;
        background: #f2f3f3;
    }

    .productenmega .flyout .container > .item .label i{
        display: none;
    }

    .productenmega .flyout .container .item .subitems .subitems .subitems a:after{
        content: unset;
        
    }

    .productenmega .flyout .container .item .subitems .subitems .subitems a:hover{
        background: none!important;
        text-decoration: underline;
    }

    .productenmega .flyoutheader{
        display: none;
    }

    .item.general{
        display: none;
    }

    .productenmega .burger{
        display: none;
    }

    ul.menu .sub-menu{
        padding: 0;
        list-style-type: none;
        z-index: 1;
        min-width: 150px;
        z-index: 2;
        position: relative;
    }

    ul.menu .sub-menu li span{
        transform: rotate(-90deg);
        position: absolute;
        right: 10px;
    }

    ul.menu .sub-menu li{
        background: #f6f6f6;
        position: relative;
        display: flex;
        align-items: center;
    }

    ul.menu .sub-menu li a{
        padding: 5px 20px 5px 10px;
        width: 100%;
        box-sizing: border-box;
    }

    ul.menu .sub-menu li:hover{
        background: #e9e9e9;
    }

    ul.menu > li:hover > .sub-menu{
        display: block!important;
        position: absolute;
    }

    ul.menu .sub-menu{
        display: none;
    }

    ul.menu > li > .sub-menu li:hover > .sub-menu {
        display: block!important;
        position: absolute;
        left: 100%;
        top: 0;
    }

    .topuspbar.splide{
        display: none;
    }
}

.productenmega .openmega{
    cursor: pointer;
    padding: 10px 20px;
    background: #476930;
    color: white;
    border-radius: 3px;
    display: block;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
}

.curtain{
    position: absolute;
}

header .container .nav-logo{
    flex: 0 0 150px;
}

@media screen and (max-width: 700px) {
    header .container .nav-logo{
        flex: 0 0 110px;
    }
}

@media screen and (max-width: 1000px) {

    header#mainbar .productenmega{
        order: 1;
    }

    header#mainbar .container{
        row-gap: 0px;
    }

    .productenmega .openmega{
        padding-left: 0;
    }

    header#mainbar .search{
        order: 4;
        flex: 0 0 100%;
        margin-top: 10px;
    }

    header#mainbar .cart{
        display: none;
    }

    .bottommenu{
        display: none;
    }

    header#mainbar{
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .topuspbar:not(.splide){
        display: none;
    }

    body .uspbar.splide .usp{
        justify-content: center;
    }

    body .uspbar .container{
        gap: 2%!important;
        flex-wrap: wrap;
    }

    .productenmega .desktoptekst{
        display: none;
    }

    .productenmega .megaburger{
        width: 30px;
    }
    .productenmega .megaburger span{
        display: block;
        height: 3px;
        width: 100%;
        background: #476930;
    }

    .productenmega .openmega{
        background: none;
    }

    .productenmega .megaburger span:nth-child(n+2){
        margin-top: 5px;
    }

    .productenmega .flyout{
        transform: translateX(-100%);
        position: absolute;
        height: 100vh;
        width: 70%;
        left: 0;
        background: white;
        transition: 0.2s all ease-in-out;
        z-index: 3;
        top: 0;
        overflow: scroll;
    }

    .productenmega .flyout .flyoutbackground{
        height: 100%;
    }

    .productenmega .flyout .kopje{
        display: none;
    }

    .productenmega .flyout .container a.ccats{
        display: block;
        width: 100%;
    }

    .productenmega .flyout .container{
        overflow: hidden!important;
        width: 90%!important;
    }

    .productenmega .flyout .container .item{
        padding: 15px 0;
    }

    .productenmega .flyout .container .item:nth-child(n+3){
        border-top: 1px solid #c9c9c9;
    }

    .productenmega.flyoutopened .flyout{
        transform: translateX(0);
        z-index: 103;
    }

    .productenmega.flyoutopened .mobilecurtain{
        background: #0000007a;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 102;
    }

    .productenmega .flyoutheader{
        padding: 15px 15px;
        display: flex;
        border-bottom: 1px solid #c9c9c9;
        justify-content: space-between;
        align-items: center;
    }

    .productenmega .flyoutheader h3{
        margin: 0;
    }

    .productenmega .flyoutheader i{
        font-size: 22px;
        cursor: pointer;
    }

    .productenmega .subitems{
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        transform: translateX(100%);
        background: white;
        transition: 0.2s all ease-in-out;
        min-height: -webkit-fill-available;
        z-index: 1;
    }

    .productenmega .subitems.openedsubitem{
        transform: translateX(0);
    }

    .productenmega .flyout .container > .item .label{
        display: flex;
        align-items: center;
        gap: 20px;
        color: black;
        padding-right: 20px;
        box-sizing: border-box;
        position: relative;
    }

    .productenmega .flyout .container > .item .label i{
        position: absolute;
        right: 0;
    }

    .productenmega .flyout .container > .item .label img{
        height: 75px;
        width: 75px;
        object-fit: contain;
        background: #f2f3f3;
    }
}

@media screen and (max-width: 500px) {
    .productenmega .flyout{
        width: 100%;
    }
}