/**/
.cbd_color-gray-500 *,
.st_homepage .widget-container h1,
.st_homepage .widget-container h2,
.st_homepage .widget-container h3,
.st_homepage .widget-container h4,
.st_homepage .widget-container h5,
.st_homepage .widget-container h6 {
  	 color: var(--grey-500) !important;
}


@media (min-width: 700px) {
  .site-header > .bs-container {
    background-image: url(/images/shoplogoimages/thumbnail-cibiday-omslag-banner.jpg);
    height: 244px;
    background-repeat: no-repeat;
  	background-size: 100% 100%;
  	background-clip: content-box;
}
}



.site-header-inner {
    height: 85px;
    margin-right: 10px;
}

.site-header {
    --header-searchbar-max-width: 22rem;
}
.site-header-large-logo-left .site-header-searchbar {
    padding-right: 0;
    margin-right: 0;
}

.mega-menu {
    --mega-menu-column-width: auto;
}
.hasSubChilds .mega-menu__nav, .smallMenuMaxItems .mega-menu__nav {
    column-count: 4;
}

.site-nav-item-link--level-0 {
    font-weight: 700;
}

.header-logo-image {
    height: 87px;
}


.header-mobile-top-logo {
    padding: 0;
}
.header-mobile-top-logo a {
    display: flex;
}

.cbd_color-supporting-500 * {
  	 color: var(--supporting-500) !important;
}

/* Footer */
.site-footer {
 	--footer-caret-icons-display: none; 
}