.header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000
}

.header__navbar .header__logo {
    display: none;
}

.header__navbar {
    background: #0B3253;
    color: #fff;
    padding: 0 1rem
}

.header__navbar,
.header__navbar .header__navbar-inner {
    align-items: center;
    display: flex;
    justify-content: center
}

.header__navbar .header__menu {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    list-style: none;
    margin: 16px 0;
    padding: 0
}

.header__navbar .header__menu-item {
    margin-bottom: 0;
}

.header__navbar .header__menu-item .header__menu-link {
    box-sizing: border-box;
    color: #fff;
    display: block;
    font-size: 20px;
    margin: 0 1rem;
    padding: .4rem .6rem;
    text-decoration: none
}

.header__navbar .header__logo img {
    max-width: 100%
}

.header__logo {
    max-width: 350px;

}


.header__navbar .header__menu-toggle {
    color: #fff;
    cursor: pointer;
    display: none;
    font-size: 1.5rem
}

.header__navbar .header__submenu-overlay {
    background-color: #005a9c;
    box-shadow: inset 0 6px 11px 6px rgba(0, 0, 0, .13);
    box-sizing: border-box;
    height: calc(100vh - 162px);
    left: 0;
    opacity: 0;
    overflow-y: auto;
    padding: 60px 15px;
    pointer-events: none;
    position: fixed;
    top: 162px;
    transition: opacity .4s ease;
    width: 100vw;
    z-index: 999
}

.header__navbar .header__submenu-overlay.active {
    opacity: 1
}

.header__menu-item--has-submenu>a.active-bg {
    border-bottom: 2px solid #fff !important
}

.header__navbar .header__submenu-overlay.fade-in {
    opacity: 1;
    pointer-events: auto
}

.header__navbar .header__submenu-overlay.fade-out {
    opacity: 0;
    pointer-events: none
}

.header__navbar .header__submenu {
    align-items: start;
    display: flex;
    gap: 85px;
    justify-content: center;
    min-width: auto
}

.header__navbar .header__submenu .header__list {
    margin: 0;
    padding: 0 0 30px 15px
}

.header__navbar .header__submenu .header__list:last-child {
    padding: 0 0 0 15px
}

.header__navbar .header__submenu .header__list-item {
    list-style: none
}

.header__navbar .header__submenu .header__inner-box {
    background-color: #fff;
    border: 2px solid #141515;
    border-radius: 16px;
    margin-bottom: 15px;
    min-width: 400px;
    padding: 20px 30px
}

.header__navbar .header__submenu .header__inner-box .button {
    width: 100%
}

.header__navbar .header__submenu .header__inner-box .btn-primary,
.header__navbar .header__submenu .header__inner-box .btn-primary-outline {
    font-weight: 400;
    margin-bottom: 15px
}

.header__navbar .header__submenu .header__inner-box .btn-primary-outline:last-child,
.header__navbar .header__submenu .header__inner-box .btn-primary:last-child {
    margin-bottom: 0
}

.header__navbar .header__submenu .btn-primary-outline {
    border: 1px solid #b5b8ba;
    padding: 12px;
    transition: all .3s;
    width: 100%
}

.header__navbar .header__submenu .header__inner-box p {
    border-bottom: 1px solid #000;
    color: #000;
    font-size: 16px;
    margin-bottom: 30px;
    padding: 0 0 10px
}

.header__navbar .header__submenu .header__inner-box .header__link {
    border-bottom: 1px solid #00000000;
    color: #000;
    font-size: 16px;
    margin-bottom: 20px;
    padding: 0 0 10px 13px
}

.header__navbar .header__submenu .header__inner-box .header__link:last-child {
    margin-bottom: 0
}

.header__navbar .header__submenu .header__inner-box .header__link:hover {
    border-bottom: 1px solid #000
}

.header__navbar .header__submenu .header__list-item a {
    border-bottom: 2px solid transparent;
    color: #fff;
    display: block;
    font-size: 16px;
    margin: 0;
    padding: 10px 0 5px;
    text-decoration: none
}

.header__navbar .header__menu-item .header__menu-link {
    border-bottom: 2px solid #ffffff00;
    font-weight: 400
}

.header__navbar .header__menu-item .header__menu-link:hover {
    border-bottom: 2px solid #fff;
    text-decoration: none
}

.header__navbar .header__menu-item .header__submenu a:hover {
    border-bottom: 2px solid #3385c1;
    text-decoration: none
}

.header__navbar .header__submenu.slide-in {
    opacity: 1;
    transform: translateY(0)
}

.header__navbar .header__submenu.slide-out {
    opacity: 0;
    transform: translateY(30px)
}

.header__navbar .header__search {
    display: none !important
}

.header__mega-col-menu {
    margin-bottom: 30px
}

.header__mega-col .btn-primary,
.header__mega-col .btn-primary-outline {
    display: block !important;
    margin: 15px 0 !important
}

.header__navbar .header__mega-col-menu:last-child {
    margin-bottom: 0
}

.header__navbar .header__search-button {
    display: none !important
}

.header__navbar .header__submenu a.header__cart-button {
    align-items: center;
    background-color: #fff;
    border: 1px solid #b5b8ba;
    border-radius: 70px;
    color: #3b3e40;
    display: flex;
    font-size: 16px;
    font-weight: 600;
    gap: 10px;
    justify-content: center;
    padding: 11px 24px;
    text-align: center;
    transition: all .3s;
    width: max-content
}

.header__top-bar {
    align-items: center;
    background-color: #fff;
    box-sizing: border-box;
    display: flex;
    gap: 30px;
    justify-content: end;
    padding: 1rem;
    position: relative
}

/* .header__top-bar .header__logo {
    display: none
} */

.header__top-bar .header__nav {
    align-items: center;
    display: flex;
    gap: 2rem
}

.header__top-bar .header__nav .header__nav-link {
    border-bottom: 2px solid #005b9c00;
    color: #141515;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all .3s
}

.header__top-bar .button {
    border-radius: 24px !important;
    font-weight: 600;
    font-size: 14px;
    padding: 7px 16px;
    min-width: auto;
    margin-bottom: 5px;
}

.header__top-bar .header__nav .header__nav-link:hover {
    border-bottom: 2px solid #005a9c
}

.header__right-col {
    align-items: center;
    display: flex;
    gap: 10px;
    justify-content: space-between
}

.header .header__search-button {
    background: transparent;
    border: 0;
    cursor: pointer;
    padding-top: 25px;
}

.header .header__search {
    align-items: center;
    border: 1px solid #b5b8ba;
    border-radius: 70px;
    color: #3b3e40 !important;
    display: flex;
    font-size: 16px;
    font-weight: 600;
    height: 35px;
    justify-content: center;
    overflow: hidden;
    padding: 0 5px;
    position: relative;
    text-align: center;
    transition: all .3s;
    transition: all .4s;
    width: 35px;
    margin-bottom: 8px;
}

.header .header__search .header__search-input {
    border: 0;
    display: none;
    font-family: Lexend, sans-serif;
    max-width: 0;
    padding-right: 35px;
    transition: all .4s
}

.header .header__search .header__search-input:focus {
    outline: 0
}

.header .header__search.active {
    max-width: 400px !important;
    padding: 0 5px 0 15px
}

.header .header__search.active .header__search-input {
    display: block;
    max-width: 300px;
    min-width: 300px
}

.header .header__search.active .header__search-button {
    position: absolute;
    right: 5px;

}

.header__search-button {
    min-width: auto
}

.header__top-bar .header__menu-toggle {
    cursor: pointer;
    display: none;
    flex-direction: column
}

.header__top-bar .header__menu-toggle span {
    background: #000;
    height: 2px;
    margin: 2px 0;
    transition: .4s;
    width: 19px
}

.header__accordion {
    margin-bottom: 16px;
    overflow: hidden
}

.header__accordion-title {
    font-size: 1.2rem;
    font-weight: 700;
    padding: 10px 16px
}

.header__accordion-header {
    align-items: center;
    background-color: transparent;
    border: none;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-family: Lexend, sans-serif;
    font-size: 16px;
    justify-content: space-between;
    padding: 12px 0;
    text-align: left;
    width: 100%;
    margin: 0;
}

.header__accordion-header:focus {
    background: transparent;
    border: 0;
    color: #fff;
}

.header__accordion-header:hover {
    ;
    color: #fff;
    background: transparent !important;
}


.header__accordion-header {
    border: 0 !important
}

.header__accordion-arrow {
    transition: transform .3s ease
}

.header__accordion-content {
    border-top: 1px solid #ddd;
    overflow: hidden;
    transition: max-height .3s ease
}

.header__accordion-content .header__list.more-list {
    list-style: none;
    margin: 0;
    padding: 10px 20px;
    display: block;
    column-count: 2;
    gap: 65px;

}

.header__accordion-content .header__list li {

    margin-bottom: 0;
}



.header__accordion-content .header__list-item {
    padding: 8px 0
}

.header__accordion-content .header__list-link {
    color: #004080;
    text-decoration: none
}

.header__accordion-content .header__list-link:hover {
    text-decoration: underline
}

.header__inner-box.header__mega-col .header__cart-button {
    align-items: center;
    background-color: #fff;
    border: 1px solid #b5b8ba;
    border-radius: 70px;
    color: #3b3e40 !important;
    display: flex;
    font-size: 16px;
    font-weight: 600;
    gap: 10px;
    justify-content: center;
    margin: auto;
    padding: 11px 24px !important;
    text-align: center;
    transition: all .3s;
    width: max-content
}

.header__inner-box.header__mega-col.cart-box {
    background: transparent;
    border: 0;
    min-width: auto;
    padding: 0;
    width: auto
}

.header__navbar .header__menu-item .header__menu-link i {
    display: none;
    opacity: .6
}

.header__accordion-arrow {
    display: none
}

@media (max-width: 1630px) {
    .header__navbar .header__submenu {
        gap: 35px
    }
}

@media (max-width: 1360px) {
    .header .header__search.active .header__search-input {
        max-width: 160px;
        min-width: 160px
    }

    .header__navbar .header__submenu .header__inner-box {

        min-width: 300px;

    }

    @media (max-width: 1330px) {
        .navbar .mega-col-menu a {
            margin: 0 .5rem
        }

        .header__top-bar .header__nav {
            gap: 1.3rem;
        }

        .header__logo {
            max-width: 300px;
        }

        .header__navbar .header__logo img {
            max-width: 80%
        }
    }

    @media (max-width: 1279px) {
        .header__navbar .header__menu-item .header__menu-link {
            margin: 0 .7rem
        }
    }

    @media screen and (max-width: 1210px) {

        .header__navbar .header__submenu-overlay {
            background-color: #0B3253;
        }


        .header .header__search {
            height: 45px;
            width: 45px;
            margin-bottom: 0;
        }

        .header__navbar .header__logo {
            display: block;
        }

        .header__navbar .header__search {
            display: flex !important
        }

        .header__accordion-arrow {
            display: block
        }

        .header__accordion-content .header__list.more-list {
            column-count: 1;
            gap: 0;
        }


        .header .header__search {
            background: #fff
        }

        .header__navbar .header__submenu {
            flex-wrap: wrap
        }

        .scroll-hide {
            overflow: hidden
        }

        .header__navbar .header__menu-item .header__menu-link {
            margin: 0;
            padding: 10px 15px
        }

        .header__menu-item--has-submenu>a.active-bg {
            border-bottom: 0 solid #fff !important;
            padding: 20px 15px 10px
        }

        .active-bg .fa-plus:before {
            content: "\f068"
        }

        .header__accordion-content .header__list-item {
            padding: 0
        }

        .header__accordion,
        .header__mega-col-menu {
            margin-bottom: 0
        }

        .navbar .submenu .accordion-content a {
            font-size: 16px;
            margin: 0 !important
        }

        .header__navbar .header__submenu-overlay {
            box-shadow: none;
            height: auto
        }

        .header__navbar .header__submenu a.header__cart-button {
            margin-top: 20px
        }

        .header__navbar .header__submenu-overlay {
            padding: 0 1rem 1rem
        }

        .navbar .mega-col-menu a {
            margin: 0 1rem !important
        }

        .header__navbar .header__submenu-overlay.fade-in {
            overflow-y: auto;
            position: relative;
            scrollbar-width: none;
            top: 0;
            width: 100%;
            -ms-overflow-style: none
        }

        .submenu-overlay::-webkit-scrollbar {
            display: none !important
        }

        .navbar .right-col {
            align-items: center;
            display: flex;
            gap: 10px;
            justify-content: end
        }

        .header__mega-col {
            width: 100%
        }

        .header__navbar .header__submenu .header__list:last-child {
            padding: 0
        }

        .header__navbar .header__navbar-inner {
            box-sizing: border-box;
            padding: 0 1rem
        }

        .header__navbar {
            box-sizing: border-box;
            flex-direction: column;
            padding: 1rem 0
        }

        .header__navbar .header__navbar-inner {
            width: 100%
        }

        .header__top-bar {
            display: none !important
        }

        .header__navbar .header__menu {
            display: none;
            flex-direction: column
        }

        .header__navbar .header__search-button {
            display: flex !important
        }

        .header__navbar .header__menu.show {
            box-shadow: inset 0 6px 11px 0 rgba(0, 0, 0, .13);
            box-sizing: border-box;
            display: block;
            height: calc(100vh - 80px);
            margin-bottom: 0;
            overflow-y: auto;
            padding-top: 10px;
            width: 100%
        }

        .header__navbar .header__menu-toggle {
            align-items: center;
            background-color: #fff;
            border: 1px solid #b5b8ba;
            border-radius: 70px;
            color: #3b3e40 !important;
            display: block;
            display: flex;
            font-weight: 600;
            height: 45px;
            justify-content: center;
            text-align: center;
            transition: all .3s;
            width: 45px
        }

        .header__menu-item {
            border-bottom: 1px solid #ffffff3d;
            width: 100%
        }

        .navbar .menu-item:hover {
            border-top: 0 solid #fff
        }

        .header__navbar .header__submenu {
            box-sizing: border-box;
            gap: 0
        }

        .header__navbar .header__menu-item .header__menu-link {
            align-items: center;
            border-bottom: 0 solid #fff;
            display: flex;
            font-size: 18px;
            justify-content: space-between;
            opacity: .6;
            width: 100%
        }

        .navbar .mega-col a {
            opacity: 1
        }

        .header__navbar .header__menu-item .header__menu-link i {
            display: block;
            transition: all .3s
        }

        .header__navbar .header__menu-item .header__menu-link:hover {
            border-bottom: 0 solid #fff
        }

        .accordion-container a {
            border-bottom: 1px solid #ffffff00 !important
        }

        .accordion-container a:hover {
            border-bottom: 1px solid #ffffffb8 !important
        }

        .header__navbar .header__submenu .header__inner-box {
            margin-top: 25px;
            width: 100%
        }
    }

    @media (max-width: 1100px) {

        .top-bar .right-col .btn-primary,
        .top-bar .right-col .btn-primary-outline {
            display: none
        }

        .header__top-bar .header__logo {
            display: block
        }

        .header__top-bar {
            background: #005a9c
        }

        .header__top-bar .header__nav {
            background-color: #005a9c;
            box-shadow: inset 0 6px 11px 6px rgba(0, 0, 0, .13);
            box-sizing: border-box;
            display: flex;
            flex-direction: column;
            left: 0;
            max-height: 0;
            overflow: hidden;
            padding: 0 2rem;
            position: absolute;
            top: 100%;
            transition: max-height .4s ease;
            width: 100%
        }

        .header__top-bar {
            justify-content: space-between
        }

        .header__top-bar .header__nav {
            gap: 0
        }

        .header__top-bar .header__nav .header__nav-link {
            color: #fff;
            padding: 10px 0
        }

        .top-bar nav.open {
            max-height: 500px;
            padding: 1rem 2rem
        }

        .header__top-bar .header__menu-toggle {
            align-items: center;
            background: #fff;
            border-radius: 50%;
            display: flex;
            height: 45px;
            justify-content: center;
            text-align: center;
            width: 45px
        }
    }

    @media (max-width: 550px) {
        .header__top-bar .header__logo {
            width: 100%
        }
    }

    @media (max-width: 1210px) {
        .header__accordion-content {
            max-height: 0
        }

        .header__accordion.active .header__accordion-content {
            max-height: 1000px
        }

        .header__accordion-arrow {
            transform: rotate(0deg)
        }

        .header__accordion.active .header__accordion-arrow {
            transform: rotate(180deg)
        }
    }

    @media (min-width: 1210px) {
        .header__list--two-column {
            column-count: 2
        }

        .header__accordion-header {
            cursor: default;
            font-size: 16px;
            padding-left: 15px
        }

        .header__accordion-content {
            max-height: none !important;
            transition: none
        }

        .header__accordion-arrow {
            display: none
        }
    }

    @media (max-width: 500px) {
        .header__navbar .header__logo img {
            max-width: 90%
        }

        .header .header__search.active {
            box-sizing: border-box;
            left: 0;
            margin: auto;
            max-width: 100% !important;
            position: absolute;
            right: 0;
            top: 100px;
            width: 90%;
            z-index: 2
        }

        .header .header__search.active .header__search-input {
            max-width: 100%;
            width: 100%
        }
    }