.header {
    z-index: 50 !important;
}

.header-logo-row .row.align-middle {
    max-width: 100%;
}
.header-logo-row .thb-navbar, .header-logo-row .columns .quick-search-wrap, .header-logo-row #header-mega-area {
    order: 2;
}
.header-logo-row .columns .quick-search-wrap {
    max-width: 700px;
    margin: auto;
    padding-right: 20px;
}
.header-logo-row .columns .quick-search-wrap .woocommerce-product-search {
    max-width: 700px;
}
.header-logo-row .quick-search-wrap .woocommerce-product-search .search-field {
    border-radius: 5px;
}
.header-logo-row .columns .thb-secondary-area {
    order: 9;
}
.header-logo-row .item-menu {
    width: 50%;
}
.header-logo-row .item-widget {
    width: 50%;
    text-align: right;
}

.header-logo-row .thb-full-menu .menu-item a {
    font-size: 18px;
}

.woocommerce-MyAccount-navigation, .woocommerce-MyAccount-content {
    margin-top: 75px;
}

body.header-sticky div[role="main"]{
    margin-top: var(--wb-header-height);
}

body.header-sticky #custom-mega-area .custom-nav-container,
body.header-sticky #wb-megamenu-search {
    position: fixed;
}

body:not(.header-sticky) #custom-mega-area .custom-nav-container,
body:not(.header-sticky) #wb-megamenu-search{
    position: static;
}

@media only screen and (min-width: 1068px) {
    .header .thb-navbar {
        width: auto !important;
        margin-right: 25px;
    }
    body.woocommerce-account .header {
        margin-bottom: 0 !important;
    }
}

.thb-navbar {
    flex-grow: 1;
}
