#emm-wrapper {
    background: #57379f url('../images/background-mobile.svg') no-repeat center / cover;

    z-index: 500;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    min-height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden !important;
    display: none;
}

body .swal2-container {
    z-index: 9999999999 !important;
}

#emm-wrapper.active-sub {
   
}

#emm-wrapper.base.active-sub img.main-logo-top {
   display:none;
}

#emm-wrapper .emm-top {
     height:58px;
     width:100%;
}

#emm-wrapper .emm-close {
    position:absolute;
    top:59px;
    right:50px;
}

#emm-wrapper .emm-close img {
    width:18px;
    height:auto;
}

#emm-wrapper .emm-close:after {
    content:'';
    position: absolute;
    top: -20px;
    bottom: -20px;
    left: -20px;
    right: -30px;
}

#emm-wrapper a.emm-back {
   padding-left:18px;
   position: absolute;
   top:56px;
   left:50px;
   font-size:15px;
   font-weight: 500;
   color:#fff !important;
   text-decoration: none !important;
   display:none;     
}

#emm-wrapper a.emm-back:before {
    position:absolute;
    background-image: url('../images/pijl-mobile-terug-links.svg');
    content:'';
    width: 11px;
    height: 10px;
    background-size:cover;
    left:0;
    top:0;
    bottom:0;
    margin:auto;
}

#emm-wrapper a.emm-back:after {
    background-color:#fff;
    height:4px;
    width: calc(100% + 1px);
    position: absolute;
    content: '';
    bottom: -7px;
    left: 0;
}

#emm-wrapper.active-sub a.emm-back {
    display:block;
}

#emm-wrapper .emm-contents {
    margin-top:0px;
    padding:30px;
}

#emm-wrapper .emm-contents-sub {
    display:none;
    padding:50px;
}

#emm-wrapper .emm-contents-sub .title {
   margin-top:20px;
}

#emm-wrapper div.title {
   
}

#emm-wrapper li.title {
    display:none;
}

#emm-wrapper ul {
    margin:0;
    padding:0;
    list-style-type: none;
}

#emm-wrapper ul.sub-menu {
    display:none;
}

#emm-wrapper li.active ul.sub-menu {
    display:block;
}

#emm-wrapper .emm-contents li {
    position: relative;
}

#emm-wrapper .emm-contents li a {
    color:#fff !important;
    font-weight: 600;
    font-size:15px;
    padding-top:10px;
    padding-bottom:10px;
    font-family: Lora;
    display:block;
    position:relative;
    text-decoration: none;
}



#emm-wrapper .emm-contents li > a:after {
    position:absolute;
    content:'';
    width: 11px;
    height: 11px;
    background-image:url('../images/arrow_forward.svg');
    background-size:cover;
    right:0;
    top:2px;
    bottom:0;
    left:auto;
    margin:auto;
    background-color:transparent !important;
}

#emm-wrapper .emm-contents li.mobile-menu-only a {
    color: #00AEEF !important;
}

#emm-wrapper .emm-contents li.mobile-menu-only.b > a:after {
    background-image:url('../images/upr.svg');
    width:12px;
    height:12px;
}

#emm-wrapper li.active ul.sub-menu li {
    border-bottom:0px;
}

#emm-wrapper li.active ul.sub-menu li a {
    padding-left: 0px;
    margin-left: 20px;
    position: relative;
    font-weight: 400;
}

#emm-wrapper li.active ul.sub-menu li a:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 11px;
    background-image: url('../images/pijltje.svg');
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-size: cover;
    display:none;
}

.emm-contents-sub .level-1 li.menu-item-has-children > a:after {
    transform: rotate(90deg);
}

.emm-contents-sub .level-1 li.menu-item-has-children.active > a:after {
    transform: rotate(-90deg);
}

.emm-contents-sub .level-1 li.menu-item-has-children ul.sub-menu li a:after {
    display:none;
}

#emm-wrapper .buttons-wrapper a.button {
    width:100%;
    margin-bottom:19px;
}

#emm-wrapper .buttons-wrapper a.button + a.button span {
    margin-left:0;
}

#emm-wrapper .buttons-wrapper a.button + a.button span:after {
    display:none;
}

#emm-wrapper .txt-bottom {
    
    display: flex;
    flex-direction: column;
    gap: 20px;
    
    margin:0px;
    
    padding:20px;
    width:100%;
    
    text-align:center;
}

#emm-wrapper .txt-bottom h2 {
    font-size:22px;
    line-height: 26px;
    display:inline-block;
}

#emm-wrapper .txt-bottom p {
    font-weight: 800;
    font-size: 21px;
    line-height: 31px;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
}

#emm-wrapper .txt-bottom h6 {
    font-family: Nunito;
    font-weight: 800;
    font-size: 24px;
    line-height: 37px;
    text-align: center;
    color:#fff;
}

#emm-wrapper .txt-bottom h6 span {
    color:#00AEEF;
}

.container-nav-mobile {
    display: flex;
    align-items: center;
}

#emm-icon-wrapper a.hamburger {
    position: relative;
}

#emm-icon-wrapper a.hamburger:after {
    content: '';
    position: absolute;
    top: -20px;
    bottom: -20px;
    left: -20px;
    right: -12px;
}

#emm-icon-wrapper .logo-m-wrapper {
    position: absolute;
    left: 15px;
    top: 19px;
    z-index: 3;
}

#emm-icon-wrapper .logo-m-wrapper img {
    width:221px;
    height:auto;
}

.search-bar-mobile {
    position:relative;
}

header.sticky2 #emm-icon-wrapper:after,
.search-bar-mobile:after {
    content: '';
    position: absolute;
    bottom: -40px;
    width: 100%;
    box-shadow: inset 0px 11px 6px -10px #bdbdbd;
    opacity:0.1;
    left: 0;
    z-index: 2;
    height: 40px;
}

.emm-top img.main-logo-top {
    position: absolute;
    top: 50px;
    left: 50px;
    
    
    width: 100px;
    height: auto;
    
}

.emm-contents-base .emm-mobile-menu {
    
    padding:20px;
    margin-top:20px;
}

.emm-contents-base .search-inner {
    padding-top:0px !important;
    padding-bottom:5px !important;
}

.emm-contents-base .search-inner .input-wrapper {
    display:block !important;
    max-width:100% !important;
}

.emm-contents-base .search-inner .input-wrapper input {
    font-size:15px !important;
    font-weight: 500;
}

.emm-contents-base .search-inner ::placeholder,
.emm-contents-base .search-inner.dark ::placeholder {
    font-weight: 500;
}

.emm-contents-base .search-inner :-ms-input-placeholder,
.emm-contents-base .search-inner.dark :-ms-input-placeholder {
    font-weight: 500;
}

.emm-contents-base .search-inner ::-ms-input-placeholder,
.emm-contents-base .search-inner.dark ::-ms-input-placeholder {
    font-weight: 500;
}

.wp-menu-img-before img {
    margin-right: 18px;
    position: relative;
    top:-2px;
}



html.emm-bg,
html.emm-bg body {
    background-color: #57379f !important;
}

html.emm-bg2,
html.emm-bg2 body {
    
}

.container-nav-mobile a.button {
    width:100%;
    
}

li.mobile-menu-title a:after, li.menu-seperator a:after {
    display:none;
}

#emm-wrapper .emm-contents ul li.mobile-menu-title a, #emm-wrapper div.title, li.menu-seperator a, #emm-wrapper .emm-contents li.menu-seperator a {
    pointer-events:none;
    font-family: Inter;
    font-weight: 400;
   
    font-size: 9px;
    color: rgba(255, 255, 255, 0.35) !important;
    line-height: 30px;
    letter-spacing: 3px;
    text-transform: uppercase;
    padding-bottom:3px;
    
}

li.menu-seperator a span, #emm-wrapper .emm-contents li.menu-seperator a {
    font-size: 9px;
    color:#4C2C82 !important;
    letter-spacing:3px;
}

#emm-wrapper .emm-contents li.menu-seperator a {
    color: rgba(255, 255, 255, 0.35) !important;
}

#emm-wrapper .emm-contents ul li.mobile-menu-title {
    margin-top: 20px;
}

#emm-wrapper .emm-contents ul li.mobile-menu-title:first-of-type {
    margin-top: 0;
}

.main-menu-wrapper nav.a2 .login-wrapper.mobile-active {
    display: block !important;
}

.main-menu-wrapper nav.a2 .login-wrapper.mobile-active .login-dropdown {
    display: flex !important;
    flex-direction: column;
    position: fixed;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 501;
    visibility: visible;
    opacity:1;
    border-radius:0;
    
background: linear-gradient(
    180deg,
    #f4f2f9 0%,
    #ebe8f3 50%,
    #d7d4dc 100%
);

    text-align:center;
    height:100vh;
}

.main-menu-wrapper nav.a2 .login-wrapper.mobile-active .login-dropdown h3 {
    margin-bottom: 40px;
}

.main-menu-wrapper nav.a2 .login-wrapper.mobile-active .login-dropdown input {
    margin-bottom:25px;
}

.login-wrapper .close-a {
  position: absolute;
  z-index: 99;
  top: 59px;
  right: 50px;
}

/** !!! ----------------------  MOBIEL BREEKPUNT ----------------------------------------- */

@media (min-width: 1334px) {
    
   .container-nav-mobile {
       display:none;
   }

   nav li.mobile-menu-only {
       display:none !important;
   }
   
   ul li.mobile-menu-title {
       display:none !important;
   }
   
   .login-wrapper .close-a {
       display:none;
   }
   
  
}

@media (max-width: 1333px) {

 .w-msg:after {

    right: 0;
    margin: auto;
 }
   
   .block .container {
       padding-left:20px;
       padding-right:20px;
   }

   header.top-header {
       top:15px;
   }

   .main-menu-wrapper nav.a1,
   .main-menu-wrapper nav.a2 .login-wrapper {
       display:none !important;
   }

   .main-menu-wrapper nav.a2 {
       margin-left:auto;
       margin-right: 32px;
   }

   .main-menu-wrapper nav.cta:before {
        height: 28px;
        width: 1px;
        top: 0;
        bottom: 0;
        margin: auto;
        left: auto;
        right:-15px;
    }

    .cart-badge {
        top: 14px;
        right: -2px;
        width: 18px;
        height: 18px;
    }

    .main-menu-wrapper .logo img {
        width: 85px !important;
    }

    .main-menu-wrapper {
        padding-top: 4px;
        padding-bottom: 4px;
        padding-right:15px;
        padding-left:14px;
        margin:0;
        border-radius:10px;
    }
}