.container-fluid {
    padding-right: 6% !important;
    padding-left: 6% !important;
}

.brz-index-header header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    right: 0;
}

.brz-index-header .brz-header {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background: #ffffffc4;
}

.brz-index-header .brz-header .brz-top-header,
.brz-index-header .brz-header .brz-header-main {
    border-color: #ffffff21 !important;
}

.brz-header {
    border-top: 2px solid var(--primary-color);
    position: relative;
    background: #Fff;
}

.brz-top-header, .brz-header-main {
    border-bottom: 1px solid #e5f0ee;
}

.brz-top-header-nav nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.brz-top-header-nav nav ul li {
    display: inline-block;
    margin: 0 10px;
}

.brz-top-header-nav nav ul li:first-child {
    margin-right: 0;
}

.brz-top-header-nav nav ul li a {
    color: var(--secondary-color);
    border-bottom: 1px solid transparent;
    font-weight: 400;
    text-decoration: none;
    font-size: 9.5pt;
    display: block;
    transition: 0.2s;
    word-spacing: -1.5px;
    position: relative;
    top: 1px;
    padding: 12px 0;
}

.brz-top-header-nav nav ul li a:hover, .brz-top-header-scndbox-user a:hover {
    border-color: var(--primary-color);
    color: var(--primary-color);
    transition: 0.2s;
    font-weight: bold;
}

.brz-top-header-scndbox {
    display: flex;
    justify-content: end;
    align-items: center;
}

.brz-index-header .brz-top-header-scndbox-user {
    border-color: #ffffff21;
}

.brz-top-header-scndbox-user {
    border-left: 1px solid #e5f0ee;
    padding-left: 10px;
    margin-left: 5px;
}

.brz-top-header-scndbox-user a {
    word-spacing: -1.5px;
    border-bottom: 1px solid transparent;
    color: var(--secondary-color);
    font-weight: 400;
    position: relative;
    top: -1px;
    text-decoration: none !important;
    font-size: 9.5pt;
    padding: 12px 0;
}

.brz-header .site-header__lang-items a:hover {
    text-decoration: none !important;
}

.brz-header .site-header__lang-active {
    margin-right: 0 !important;
}

.brz-header .site-header__lang-items {
    top: 34px !important;
}

.brz-header .index-header-search-form {
    top: 26px !important;
    border: 1px solid #e5f0ee !important;
    border-radius: 0 !important;
}

.brz-header .index-header-search {
    margin-right: 0 !important;
}

.brz-search-btn {
    line-height: 1;
    padding: 4px 8px;
    cursor: pointer;
    border-radius: 2px;
}

.brz-search-btn i {
    font-weight: 500;
    font-size: 10pt;
}

.brz-search-btn:hover {
    background: #DDD;
    transition: 0.2s;
    font-weight: bold;
}

.brz-header-main {
    padding: 15px 0;
}

.brz-header-main-logo {
    display: flex;
    align-items: center;
}

.brz-header-main-logo h1 {
    margin: 0;
}

.brz-header-main-nav {
    display: flex;
    align-items: center;
}

.brz-header-main-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.brz-header-main-nav ul li {
    display: inline-block;
}

.brz-header-main-nav ul li a {
    font-size: 10.5pt;
    text-decoration: none;
    cursor: pointer;
    font-weight: 400;
    color: var(--secondary-color);
    word-spacing: -2px;
    padding: 10px;
}

.brz-mega-menu ul li ul {
    background: transparent !important;
}

.brz-header-main-nav ul li:first-child a {
    padding-right: 0;
}

.brz-header-main-nav ul li a:hover {
    color: var(--primary-color);
    font-weight: 600;
}

.brz-header-main-nav ul .brz-mega-menu:first-child {
    border-left: 1px solid #e5f0ee;
    margin-left: 5px;
}

.brz-header-main-nav ul .brz-mega-menu:first-child > a::before {
    content: "\f0c9";
    font-family: 'Font Awesome 6 Pro';
    margin-left: 8px;
    font-size: 16px;
    font-weight: 300;
    position: relative;
    top: 2px;
}

.brz-header-main-nav ul .brz-mega-menu > a::after {
    content: "\f107";
    font-family: 'Font Awesome 6 Pro';
    margin-left: 8px;
    font-size: 9pt;
    font-weight: 400;
}

.brz-header-main-btn {
    display: flex;
    justify-content: end;
    align-items: center;
}

.brz-header-main-btn .brz-header-main-btn-item:hover {
    transform: translateY(3px);
    transition: 0.2s;
}

.brz-header-main-btn .brz-header-main-btn-item {
    background: #ad5389;
    background: linear-gradient(0deg, var(--primary-color) 0%, rgb(254 3 13) 100%);
    border: 0;
    border-radius: 4px;
    color: white;
    padding: 15px;
    text-decoration: none !important;
    word-spacing: -1.5px;
    margin: 0 2px;
    font-size: 10pt;
    white-space: nowrap;
    transition: 0.2s;
}

.brz-header-cart {
    text-decoration: none !important;
    color: var(--secondary-color);
    position: relative;
    margin-right: 15px;
}

.brz-header-cart span {
    background: var(--primary-color);
    color: white;
    position: absolute;
    line-height: 1.2;
    padding: 3px;
    font-size: 8pt;
    border-radius: 100%;
    width: 15px;
    height: 15px;
    text-align: center;
    right: -5px;
    bottom: -5px;
}

.brz-header-cart:hover {
    color: var(--primary-color);
}

.brz-header-main-nav .brz-mega-menu ul {
    background: #FFF;
    position: absolute;
    top: 76px;
    left: 0;
    right: 0;
    padding: 20px;
    display: flex;
    max-height: 319px;
    webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: white;
    border: 1px solid #e5f0ee;
    box-shadow: 0 4px 20px #0000001f;
    display: none;
    z-index: 400;
    overflow-y: auto;
}

.brz-header-main-nav .brz-mega-menu ul li a {
    padding: 8px;
    display: inline-block;
    font-size: 10pt;
    font-weight: 500;
}

.brz-mega-menu > .show {
    display: flex !important;
}

.brz-mega-menu ul li > ul {
    display: block !important;
    position: relative !important;
    top: unset !important;
    border: 0 !important;
    box-shadow: unset !important;
    padding: 0 5px !important;
    margin-right: 5px;
    margin-bottom: 15px;
}

.brz-mega-menu ul li > ul li {
    display: block;
}

.brz-mega-menu ul li > ul li a {
    font-size: 9pt !important;
    font-weight: 400 !important;
    color: #696969;
    padding: 5px 0 !important;
    line-height: 1.4;
}

.brz-mega-menu ul li > ul li a::before {
    content: "-";
    font-size: 18px;
    float: right;
    position: relative;
    margin-left: 10px;
    font-weight: 300;
    top: -5px;
}

.brz-quick-menu-btn {
    display: none;
    font-size: 13px;
    cursor: pointer;
    padding: 10px 0;
}

.brz-quick-menu-btn i:last-child {
    font-size: 9px;
    margin-right: 5px;
}

.brz-quick-menu-btn i:first-child {
    font-size: 16px;
    margin-right: 5px;
    position: relative;
    top: 3px;
}

.brz-mobile-nav-close-btn {
    display: none;
}

@media only screen and (max-width: 992px) {
    .brz-top-header-nav nav ul li {
        display: block;
        margin: 0;
    }

    .brz-top-header-nav {
        position: relative;
    }

    .brz-top-header-nav nav {
        position: absolute;
        top: 41px;
        background: white;
        border: 1px solid #e5f0ee;
        z-index: 50;
        display: none;
    }

    .brz-quick-menu-btn {
        white-space: nowrap;
    }

    .brz-top-header-nav .show, .brz-quick-menu-btn {
        display: block;
    }

    .brz-top-header-nav nav ul li a {
        padding: 10px 20px;
    }

    .brz-header-main-nav {
        position: fixed !important;
        top: 0;
        right: -1000px;
        bottom: 0;
        transition: 0.3s;
        z-index: 17000;
        background: #FFF;
        padding: 20px;
        padding-top: 55px;
        overflow-y: auto;
        border-top: 2px solid var(--primary-color);
    }

    .brz-header-main-nav-show {
        display: block !important;
        transition: 0.3s;
        right: 0;
    }

    .brz-header-main-btn .brz-header-main-btn-item {
        padding: 10px;
    }

    .brz-mobile-nav-btn {
        display: flex;
        padding: 15px 0;
        font-size: 10pt;
        font-weight: 500;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
    }

    .brz-mobile-nav-btn:hover {
        color: var(--primary-color);
    }

    .brz-mobile-nav-btn i {
        font-size: 16px;
    }

    .brz-header-main-nav ul li {
        display: block;
    }

    .brz-header-main-nav ul li:first-child a {
        padding-right: 10px;
    }

    .brz-header-main-nav ul li a {
        display: block;
    }

    .brz-mobile-nav-close-btn {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        padding: 15px 25px;
        border-bottom: 1px solid #e5f0ee;
        font-size: 14px;
        font-weight: 400;
        vertical-align: middle;
        align-items: center;
        cursor: pointer;
    }

    .brz-mobile-nav-close-btn:hover {
        color: var(--primary-color);
        font-weight: 600;
    }

    .brz-mobile-nav-close-btn i {
        font-size: 20px;
    }

    .brz-index-header header {
        position: unset;
    }

    .brz-index-header .brz-header {
        background: #FFF;
        backdrop-filter: unset;
    }

    .brz-index-header .brz-header .brz-top-header, .brz-index-header .brz-header .brz-header-main {
        border-color: #e5f0ee !important;
    }

    .brz-header-main-nav .brz-mega-menu ul {
        display: block;
        position: unset;
        box-shadow: unset;
        max-height: unset;
        border: 0;
        padding: 5px;
        background: #F5f5f5;
    }

    .brz-header-main-nav ul li a:first-child {
        font-weight: bold;
    }

    .brz-header-main-nav ul .brz-mega-menu > a::after {
        float: left;
    }
}
