/* Header */
body #header {
    background: #DE058A;
    color: #fff;
    padding: 20px 0;
}

#header .container-wrapper {
    display: flex;
    align-items: center;
}

#header .logo-anchor {
    flex: 0 0 180px;
    margin-right: 40px;
}

#header .logo-anchor img {
    width: 100%;
    display: block;
}

#header .header-text {
    flex: 1 1 auto;
    font-family: 'Gloria Hallelujah';
}

#button-mobile-menu { display: none; }

#header #search_widget input[type="search"] {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    font-size: 0.9em;
    padding: 0.9rem 2rem;
    margin: 0;
    outline: none;
    border: none;
    text-align: left;
}

#header #search_widget form {
    display: flex;
}

#header #search_widget [type="submit"] {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding-left: 0;
    font-size: 0;
    padding-left: 5px;

}

#header #search_widget [type="submit"]::after {
    content: '\f002';
    font-family: 'Font Awesome 5 Pro';
    font-weight: normal;
    font-size: 1rem;
}

/* In-header shopping cart */
.blockcart {
    position: relative;
}

#header .shopping-cart-button {
    position: relative;
    padding: 15px 18px;
}

#header .container-wrapper > .button,
#header #wishtlist_top,
#header .cart-preview > .button {
    margin-left: 20px;
}

#header span.cart-wishlist-number span.count,
#header .shopping-cart-button span {
    position: absolute;
    background: #FFE2F3;
    color: #DE058A;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 35px;
    transform: translateY(-25%) translateX(-25%);
    top: 0;
}

/* Header-specific blockcart rules*/
#header .blockcart {
    z-index: 2000;
}

#header .blockcart .body {
    display: none;
    width: 480px;
    position: absolute;
    padding: 30px 40px;
}

#header #blockcart-preview-show { display: none; }
#header #blockcart-preview-show:checked + #blockcart-wrapper .body {
    display: block;
}

/* Categorie menu */
#categories {
    border-bottom: 2px solid #EFEFEF;
    z-index: 1000;
    position: sticky;
    top: 0;
    background: #fff;
}

#categories .container-wrapper {
    padding: 0;
}

#categories .category-menu {
    list-style: none;
    display: flex;
    justify-content: space-between;
}

#categories .category-menu li {
    position: relative;
}

#categories .category-menu li a,
#categories .category-menu li label {
    padding: 24px 7px;
    color: inherit;
    text-decoration: inherit;
}

#categories .category-menu li a {
    display: block;
}

#categories .category-menu li ul a,
#categories .category-menu li ul label {
    padding: 7px 20px;
    white-space: nowrap;
}

#categories .category-menu li ul a:hover {
    color: #DE058A;
}

#categories .category-menu ul {
    display: none;
    position: absolute;
    background: #FFFFFF;
    border: 2px solid #EFEFEF;
    border-top: none;
    min-width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}

/* 'Nieuw' category */
/* #categories .category-menu > li:first-child a::before {
    color: #DE058A;
    content: '\f111';
    font-family: 'Font Awesome 5 Pro';
    font-weight: bold;
    vertical-align: 50%;
    font-size: 8px;
    margin-right: 11px;
} */

#categories .category-menu .has-children > label::after,
#categories .category-menu .has-children > a::after {
    font-family: 'Font Awesome 5 Pro';
    content: '\f078';
    margin-left: 12px;
    font-size: 11px;
    font-weight: bold;
}
