/* Header layout, shadows, and sticky compact mode. */

.wd-header-cats.wd-style-1 .menu-opener {
    border-bottom-left-radius: var(--wd-brd-radius);
    border-bottom-right-radius: var(--wd-brd-radius);
}

.wd-header-html.wd-entry-content.whb-aafbqtfzrotbjvyn8clh {
    margin-top: 25px;
}

.whb-general-header {
    min-height: 86px;
}

.whb-header-bottom {
    min-height: 70px;
}

.wd-nav-header > li > a {
    padding: 15px 25px;
}

.whb-col-right .wd-header-wishlist > a,
.whb-col-right .wd-header-my-account > a {
    min-width: 46px;
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.whb-col-right .wd-header-cart > a,
.whb-col-right .wd-header-cart .wd-tools-inner {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
}

.whb-col-right .wd-tools-element {
    margin-left: 6px;
    margin-right: 6px;
}

.whb-main-header,
.whb-main-header .whb-row,
.whb-main-header .container,
.whb-main-header .whb-flex-row,
.whb-main-header .whb-column {
    overflow: visible !important;
}

.whb-main-header .wd-search-form .searchform,
.whb-main-header .wd-search-form .searchsubmit,
.whb-main-header .wd-header-cats .menu-opener,
.whb-main-header .wd-header-secondary-nav .wd-nav > li > a,
.whb-main-header .wd-header-wishlist > a,
.whb-main-header .wd-header-my-account > a,
.whb-main-header .wd-header-cart > a,
.whb-main-header .wd-header-cart .wd-tools-inner,
.whb-main-header .wd-header-wishlist .wd-tools-icon,
.whb-main-header .wd-header-my-account .wd-tools-icon {
    box-shadow: none !important;
    filter: none !important;
}

.whb-main-header .wd-header-search-form {
    overflow: visible !important;
}

.whb-main-header .wd-header-search-form::before {
    content: none !important;
    display: none !important;
}

.whb-main-header .wd-header-search-form .searchform {
    position: relative !important;
    z-index: 1 !important;
    overflow: visible !important;
    box-shadow: none !important;
    filter: drop-shadow(0 6px 12px rgba(34, 29, 20, 0.07)) !important;
}

.whb-main-header .wd-header-search-form .searchsubmit {
    box-shadow: 0 6px 14px rgba(34, 29, 20, 0.12) !important;
}

.whb-main-header .wd-header-cats .menu-opener {
    box-shadow: 0 8px 18px rgba(34, 29, 20, 0.10) !important;
}

.whb-main-header .wd-header-secondary-nav .wd-nav > li > a {
    box-shadow: 0 8px 18px rgba(34, 29, 20, 0.07) !important;
}

.whb-main-header .wd-header-secondary-nav .wd-nav > li.current-menu-item > a,
.whb-main-header .wd-header-secondary-nav .wd-nav > li.wd-active > a {
    box-shadow: 0 10px 22px rgba(34, 29, 20, 0.10) !important;
}

.whb-main-header .wd-header-wishlist .wd-tools-icon,
.whb-main-header .wd-header-my-account .wd-tools-icon {
    box-shadow: 0 6px 14px rgba(34, 29, 20, 0.10) !important;
}

.whb-main-header .wd-header-cart .wd-tools-inner {
    box-shadow: 0 8px 18px rgba(34, 29, 20, 0.12) !important;
}

.whb-main-header .wd-dropdown {
    box-shadow: 0 16px 32px rgba(34, 29, 20, 0.12) !important;
}

.whb-sticked .whb-general-header {
    min-height: 64px;
}

.whb-sticked .whb-header-bottom {
    min-height: 52px;
}

.whb-sticked .wd-nav-header > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
}

.whb-sticked .wd-header-search-form .searchform {
    min-height: 44px;
}

.whb-sticked .whb-col-right .wd-header-wishlist > a,
.whb-sticked .whb-col-right .wd-header-my-account > a,
.whb-sticked .whb-col-right .wd-header-cart > a,
.whb-sticked .whb-col-right .wd-header-cart .wd-tools-inner {
    min-height: 40px;
}

@media (max-width: 1024px) {
    .whb-general-header,
    .whb-header-bottom {
        min-height: auto;
    }
}
