﻿\\header {
    position: relative;
    z-index: 12;
    height: 125px;
}

.header-top-name {
    text-transform: uppercase;
    color: var(--default-color-2);
    font-family: 'interB';
    font-size: 13px;
    padding-right: 5px;
    text-align: center;
    text-transform: uppercase;
}

.header-banner {
    margin-top: 0;
}

    .header-banner .swiper {
        width: 100%;
        overflow: hidden;
    }

.header-banner-sub .sub-item {
    border-radius: 15px;
    overflow: hidden;
}

.header-banner-sub {
    width: calc(100% - 794px);
    padding-left: 11px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    display: none;
}

.header-top-name {
    display: none;
}

    .header-top-name br {
        display: none;
    }

header {
    height: 125px;
}

.header-container {
    position: relative;
    width: 100%;
    z-index: 4;
    background: #fff;
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.10);
    backdrop-filter: blur(5.75px);
}

header.fixed .header-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    box-shadow: 0 0 10px 0 #3333333b;
}

.header-top-container .decor {
    position: absolute;
    right: 100%;
    top: 0;
    height: 100%;
    opacity: 0;
}

.header-banner-container {
    display: flex;
}

.header-top-left .text strong {
    color: var(--default-color-2);
    font-family: osB;
    font-size: 28px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    font-weight: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.header-bottom-hotline {
    font-size: 13px;
    font-family: 'interM';
    color: #333;
    display: flex;
    flex-direction: column;
    line-height: 130%;
    position: absolute;
    left: 163px;
    display: none;
}

    .header-bottom-hotline strong {
        margin-top: 4px;
        color: var(--default-color-2);
        font-weight: 100;
        font-family: 'interSB';
        font-size: 18px;
    }

.header-top-left .text strong::before {
    content: attr(title);
    position: absolute;
    -webkit-text-stroke: 0px var(--default-color-2);
    left: 0;
    z-index: 1;
}

.header-nav-item.df:hover .header-nav-drop-df {
    opacity: 1;
    pointer-events: all;
}

.header-nav-drop-df {
    position: absolute;
    width: 100%;
    left: 0;
    top: calc(100% - 7px);
    display: flex;
    background-color: #fff;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    box-shadow: 0 0 10px #33333321;
    opacity: 0;
    pointer-events: none;
    min-height: 500px;
}

.header-nav-item.df {
    position: unset;
}

.header-nav-drop-df .drop-left {
    max-height: 500px;
    overflow-x: hidden;
    overflow-y: overlay;
    width: 27%;
    border-bottom-left-radius: 25px;
}
    /* width */
    .header-nav-drop-df .drop-left::-webkit-scrollbar {
        width: 0;
    }

.header-nav-drop-df .drop-left-nav {
}

.header-nav-drop-df .drop-left-item {
}

.header-nav-drop-df .drop-left-link {
    display: flex;
    align-items: center;
    padding: 10px 24px;
    border-bottom: 1px solid #33333317;
}

    .header-nav-drop-df .drop-left-link:hover,
    .header-nav-drop-df .drop-left-item.show .drop-left-link {
        background-color: #fafafa;
    }

.header-nav-drop-df .drop-left-item:last-child .drop-left-link {
    border-bottom: 0;
}

.header-nav-drop-df .drop-left-link .img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .header-nav-drop-df .drop-left-link .img img {
        max-width: 24px;
        filter: invert(63%) sepia(60%) saturate(4627%) hue-rotate(145deg) brightness(97%) contrast(95%);
        filter: invert(31%) sepia(20%) saturate(1515%) hue-rotate(143deg) brightness(99%) contrast(88%);
    }

.header-nav-drop-df .drop-left-link span {
    color: #333;
    font-size: 15px;
    margin-left: 4px;
    line-height: 150%;
    font-family: 'interM';
}

.header-nav-drop-df .drop-left-link:hover span,
.header-nav-drop-df .drop-left-item.show .drop-left-link span {
    color: var(--default-color-1);
}

.header-nav-drop-df .drop-left-item:hover .header-nav-drop-df .drop-right-wrap {
}

.header-nav-drop-df .drop-right-wrap {
    padding: 22px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: overlay;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    padding-bottom: 0;
    z-index: -2;
}

    .header-nav-drop-df .drop-right-wrap.show {
        z-index: 1;
        opacity: 1;
    }

.header-nav-drop-df .drop-right {
    width: calc(100% - 27%);
    background-color: #fafafa;
    border-bottom-right-radius: 25px;
    max-height: 500px;
    position: relative;
}

.header-nav-drop-df .drop-right-top {
    display: grid;
    grid-auto-rows: minmax(min-content,max-content);
    grid-template-columns: repeat(4,minmax(0,1fr));
    column-gap: 12px;
    row-gap: 12px;
}

.header-nav-drop-df .drop-right-bottom {
}

    .header-nav-drop-df .drop-right-bottom .bottom-title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 25px;
        margin-bottom: 15px;
    }

        .header-nav-drop-df .drop-right-bottom .bottom-title h3 {
            margin: 0;
            color: #333;
            font-family: 'interM';
            font-weight: 100;
            font-size: 25px;
        }

        .header-nav-drop-df .drop-right-bottom .bottom-title a {
            color: var(--default-color-2);
            font-size: 15px;
            transition: all .3s;
        }

            .header-nav-drop-df .drop-right-bottom .bottom-title a:hover {
                color: var(--default-color-1);
                text-decoration: underline;
            }

.header-nav-drop-df .bottom-list {
    overflow-x: overlay;
    overflow-y: hidden;
    white-space: nowrap;
    margin-bottom: 25px;
    padding: 5px;
}

    .header-nav-drop-df .bottom-list .p-product-item {
        width: calc((100% /3) - 6px);
        display: inline-block;
        margin: 0 4px;
    }

.header-nav-drop-df .drop-right-item {
    border: 2px solid #1d67776e;
    display: flex;
    padding: 6px 12px;
    border-radius: 55px;
    transition: all .3s;
    background-color: #fff;
    height: fit-content;
}

    .header-nav-drop-df .drop-right-item:hover span {
        color: #fff;
    }

    .header-nav-drop-df .drop-right-item:hover {
        color: #fff;
        background-color: var(--default-color-1);
    }

    .header-nav-drop-df .drop-right-item .img {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .header-nav-drop-df .drop-right-item:hover .img img {
        filter: invert(99%) sepia(36%) saturate(236%) hue-rotate(209deg) brightness(115%) contrast(100%);
    }

    .header-nav-drop-df .drop-right-item .img img {
        position: relative;
        max-width: 20px;
        filter: invert(63%) sepia(60%) saturate(4627%) hue-rotate(145deg) brightness(97%) contrast(95%);
        filter: invert(31%) sepia(20%) saturate(1515%) hue-rotate(143deg) brightness(99%) contrast(88%);
    }

    .header-nav-drop-df .drop-right-item span {
        flex: 1;
        font-size: 13px;
        color: var(--default-color-1);
        display: block;
        padding-left: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        transition: all .3s;
        margin-left: 6px;
        line-height: 150%;
    }

.header-top-left .text strong::after {
    content: attr(title);
    position: absolute;
    -webkit-text-stroke: 4px #fff;
    left: 0;
    z-index: 0;
}

.header-hotline {
    margin-right: 9px;
}

    .header-hotline a:hover span {
        color: var(--default-color-1);
    }

.header-search-options .container {
    position: absolute;
    display: flex;
    align-items: center;
    right: 0;
}

.header-search-options a {
    display: flex;
    align-items: center;
    padding: 0 11px;
    width: fit-content;
}

    .header-search-options a:first-child {
        padding-left: 0;
        position: relative;
    }

        .header-search-options a:first-child::before {
            content: '';
            position: absolute;
            width: 1px;
            height: 18px;
            background: rgba(255, 255, 255, 0.30);
            right: 0;
        }

    .header-search-options a:last-child {
        padding-right: 0;
    }

    .header-search-options a:last-child {
        border: none;
    }

.header-search-options img {
}

.header-search-options span {
    font-family: 'sfl';
    font-size: 15px;
    color: #fff;
    display: block;
    margin-left: 6px;
}

.header-bottom .grid.wide {
    max-width: 1264px;
}

.btn-menu-rs {
    display: none;
}

.header-bottom .nav-item:hover .drop-df {
    transform: translateY(0);
    opacity: 1;
    pointer-events: all;
}

.header-bottom .nav-item .drop-df {
    width: 100%;
    position: fixed;
    left: 0;
    background-color: #fff;
    box-shadow: 0 5px 10px 0 #33333370;
    transform: translateY(31px);
    opacity: 0;
    pointer-events: none;
    transition: 0.6s cubic-bezier(.3,2.2,.3,1);
}

.header-bottom .drop-df .grid.wide {
    display: grid;
    grid-auto-rows: minmax(min-content,max-content);
    grid-template-columns: repeat(5,minmax(0,1fr));
    column-gap: 18px;
    row-gap: 12px;
    padding: 35px 20px;
}

.header-bottom .nav-item .drop-item-df {
    transform: translateY(22px);
    opacity: 0;
    transition: 0.6s cubic-bezier(.3,2.2,.3,1);
}

.header-bottom .nav-item .drop-link-df:hover {
    color: var(--default-color-2);
}

.header-bottom .nav-item:hover .drop-item-df {
    transform: translateY(0);
    opacity: 1;
}

.header-bottom .nav-item .drop-link-df {
    color: var(--default-color-4);
    font-family: 'SFM';
    font-size: 16px;
    line-height: 26px;
    transition: all linear .2s;
    /* text-transform: capitalize; */
}

.header-nav-link:hover {
}

.header-nav-drop {
    top: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 0 10px 0 #33333340;
    padding: 4px 0;
    transform: translateY(20px);
    opacity: 0;
    transition: 0.6s cubic-bezier(.3,2.2,.3,1);
}

.header-top {
    height: 66px;
    position: relative;
    z-index: 99;
    pointer-events: none;
}

    .header-top .grid.wide {
        padding-left: 167px;
    }

.header-top-container::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    clip-path: path("M0 0H1158V66H104.088C70.6955 66 39.1809 50.5534 18.7249 24.1599L0 0Z");
    background: linear-gradient(90deg, #EFDCBC 0%, #F8F0D9 13.34%, #EFE0B9 21.27%, #EFE0B9 52.5%, #F4EDDD 70.5%, #EFDCBC 100%);
    pointer-events: none;
}

.header-top-container {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: space-between;
    z-index: 2;
    position: relative;
    pointer-events: all;
    padding-left: 64px;
}

    .header-top-container::before {
        content: '';
        position: absolute;
        width: 1000vw;
        height: 100%;
        left: 100%;
        top: 0;
        background: linear-gradient(90deg, #EFDCBC 0%, #F8F0D9 13.34%, #EFE0B9 21.27%, #EFE0B9 52.5%, #F4EDDD 70.5%, #EFDCBC 100%);
    }

.header-top-left {
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
    z-index: 2;
    display: none;
}

.header-bottom-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    transform: translate(0, -32px);
}

    .header-bottom-logo img {
    }

    .header-bottom-logo img,
    .header-bottom-logo canvas {
    }

.header-top-left .text {
    font-family: geoB;
}

    .header-top-left .text > div {
        display: flex;
        align-items: center;
    }

    .header-top-left .text h3 {
        color: var(--default-color-1);
    }

    .header-top-left .text h4 {
        color: var(--default-color-2);
        margin-left: 7px !important;
    }

    .header-top-left .text
    h3,
    .header-top-left .text
    h4 {
        margin: 0;
        font-size: 25px;
        line-height: 100.1%;
        text-transform: uppercase;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .header-top-left .text span {
        color: #575757;
        font-family: 'geoR';
        line-height: 150%;
        font-size: 14px;
        display: block;
        margin-top: 1px;
    }

    .header-top-left .text
    h3::before,
    .header-top-left .text
    h4::before {
        content: attr(title);
        position: absolute;
        -webkit-text-stroke: 0px var(--default-color-2);
        z-index: 1;
    }

    .header-top-left .text
    h3::after,
    .header-top-left .text
    h4::after {
        content: attr(title);
        position: absolute;
        -webkit-text-stroke: 5px #fff;
        z-index: 0;
    }

    .header-top-left .text
    h3::before {
    }

    .header-top-left .text
    h4::before {
    }

    .header-top-left .text
    h3::after {
    }

    .header-top-left .text
    h4::after {
    }

.header-top-right {
    display: flex;
    align-items: center;
    z-index: 2;
    width: 100%;
    justify-content: space-between;
}

.header-top-slogan {
    margin: 0;
    font-family: robotoSESBI;
    color: #743E06;
    line-height: 140%;
    font-size: 24px;
    white-space: nowrap;
}

.header-top-cart,
.header-top-cart-df {
    position: relative;
    background-color: #fff;
    border-radius: 55px;
    padding: 6px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #743E06;
    font-size: 15px;
}

    .header-top-cart .cart-icon,
    .header-top-cart-df .cart-icon {
    }

    .header-top-cart img,
    .header-top-cart-df img {
        width: 21px;
    }

    .header-top-cart span,
    .header-top-cart-df span {
        width: 14px;
        height: 14px;
        background-color: var(--default-color-2);
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        font-size: 8px;
        color: #fff;
        top: -6px;
        position: absolute;
        right: -3px;
    }

.header-hotline
p {
    margin: 0;
    color: #D9EAF9;
    font-family: sfl;
    font-size: 14px;
    /* margin-bottom: 12px; */
    display: none;
}

.header-hotline
a:hover {
    background-color: #fff;
}

    .header-hotline
    a:hover span {
        color: var(--default-color-1);
    }

.header-hotline
a {
    background-color: var(--default-color-2);
    display: flex;
    align-items: center;
    width: fit-content;
    padding: 7px 9px;
    border-radius: 7px;
    transition: all linear .2s;
    border-radius: 55px;
    padding-left: 6px;
    padding-right: 15px;
}

.header-hotline
span {
    transition: all linear .2s;
}

    .header-hotline
    span strong {
    }

.header-hotline
a .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background-color: #fff;
    border-radius: 50%;
    margin-right: 5px;
}

    .header-hotline
    a .icon img {
    }

.header-hotline
a span {
    color: #fff;
    display: block;
    font-size: 17px;
    font-family: 'geoB';
    transform: translateY(2px);
}

.header-search {
}

.header-search-options {
    display: flex;
    align-items: center;
    height: 18px;
    position: relative;
    display: none;
}

    .header-search-options .container {
        position: absolute;
        display: flex;
        align-items: center;
        right: 0;
    }

    .header-search-options
    a {
        display: flex;
        align-items: center;
        padding: 0 11px;
        width: fit-content;
    }

        .header-search-options a:hover span {
            color: var(--default-color-2);
        }

        .header-search-options
        a:first-child::before {
            content: '';
            position: absolute;
            width: 1px;
            height: 18px;
            background: rgba(255, 255, 255, 0.30);
            right: 0;
        }

        .header-search-options
        a:last-child {
            padding-right: 0;
        }

        .header-search-options a:last-child {
            border: none;
        }

    .header-search-options
    img {
    }

    .header-search-options
    span {
        font-family: 'sfl';
        font-size: 15px;
        color: #fff;
        display: block;
        margin-left: 6px;
        transition: all linear .2s;
    }

.header-top-cart-df {
    display: none;
}

.header-bottom-search:hover .header-bottom-search_drop {
    opacity: 1;
    pointer-events: all;
}

.header-bottom-search::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 17px;
    background-color: transparent;
    bottom: -12px;
    display: none;
}

.header-bottom-search:hover::before {
    display: block;
}

.header-bottom-search {
    display: flex;
    align-items: center;
    position: relative;
    width: 426px;
    height: 39px;
    border-radius: 55px;
    border: 1px solid #3333331f;
    background: #FFF;
    box-shadow: 0px 3px 9px 0px rgba(211, 211, 211, 0.25) inset;
}

    .header-bottom-search
    input {
        width: 100%;
        height: 100%;
        position: relative;
        border: none;
        outline: none;
        padding-left: 18px;
        color: #8E8E8E;
        font-size: 14px;
        padding-right: 50px;
        background-color: transparent;
    }

    .header-bottom-search
    a {
        position: absolute;
        width: 35px;
        height: 35px;
        right: 3px;
        background-color: var(--default-color-2);
        border-radius: 50%;
    }

.header-bottom {
    height: 59px;
    position: relative;
    z-index: 10;
    width: 100%;
}

    .header-bottom.fixed {
        position: fixed;
        top: 0 !important;
        left: 0;
        width: 100%;
        box-shadow: 0 0 10px 0 #33333352;
    }

    .header-bottom .text {
        margin-left: 0;
    }

        .header-bottom .text
        h3 {
            margin: 0;
            font-family: 'geoM';
            font-weight: 100;
            font-size: 20px;
            color: #fff;
            text-transform: uppercase;
        }

        .header-bottom .text
        strong {
            color: var(--default-color-2);
            font-family: osB;
            font-size: 23px;
            letter-spacing: 0.7px;
            text-transform: uppercase;
            font-weight: 100;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            margin-top: 3px;
        }

            .header-bottom .text
            strong::before {
                content: attr(title);
                position: absolute;
                -webkit-text-stroke: 0px var(--default-color-2);
                left: 0;
                z-index: 1;
            }

            .header-bottom .text
            strong::after {
                content: attr(title);
                position: absolute;
                -webkit-text-stroke: 4px #fff;
                left: 0;
                z-index: 0;
            }

    .header-bottom .grid.wide {
    }

.header-bottom-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.header-bottom.fixed .header-bottom-container {
    padding-left: 0;
}

.header-bottom.fixed .header-nav-list {
    width: 100%;
    justify-content: center;
}

.header-bottom .header-nav-list {
    display: flex;
    align-items: center;
    height: 100%;
    border-radius: 55px;
}

.btn-menu-rs {
    display: none;
}

.header-nav-item:hover .header-nav-drop {
    opacity: 1;
    pointer-events: all;
}

.header-nav-item:last-child .header-nav-link::before {
    display: none;
}

.header-nav-item {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-bottom .nav-item:last-child::before {
    display: none;
}

.header-bottom .nav-item::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 14px;
    background-color: #91DBFA;
    right: -20px;
    opacity: 0;
}

.header-bottom .nav-item:last-child {
    margin-right: 0;
}

.header-bottom .nav-item:first-child {
    margin-left: 0;
}

.header-bottom .nav-item .nav-link i {
    margin-left: 7px;
}

.header-nav-link::before {
    content: '';
    position: absolute;
    width: 2px;
    height: 22px;
    background-color: #ffffff63;
    right: 0;
}

.header-nav-link::after {
    content: '';
    position: absolute;
    width: 0%;
    height: 100%;
    background: linear-gradient(90deg, #EFDCBC 0%, #F8F0D9 13.34%, #EFE0B9 21.27%, #EFE0B9 52.5%, #F4EDDD 70.5%, #EFDCBC 100%);
    left: 0;
    transition: .4s cubic-bezier(.3,1,0.9,1);
}

.header-nav-link:hover::after {
    width: 100%;
}

.header-nav-link span {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
}

.header-nav-link.red {
    background-color: var(--default-color-2);
}

.header-nav-item:first-child .header-nav-link {
    border-top-left-radius: 55px;
    border-bottom-left-radius: 55px;
}

.header-nav-item:last-child .header-nav-link {
    border-top-right-radius: 55px;
    border-bottom-right-radius: 55px;
}

.header-nav-link {
    font-family: interM;
    color: #743E06;
    font-size: 18px;
    font-weight: 100;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s;
    position: relative;
    padding: 0 24px;
    text-transform: capitalize;
}

    .header-nav-link:hover {
        color: var(--default-color-2);
    }

    .header-nav-link i {
        margin-left: 7px;
    }

.header-nav-drop {
    transform: translateY(0);
    opacity: 1;
    pointer-events: all;
}

.header-nav-drop {
    top: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    border-radius: 6px;
    pointer-events: none;
    background-color: #fff;
    box-shadow: 0 0 10px 0 #33333340;
    padding: 4px 0;
    min-width: 100%;
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
    opacity: 0;
}

/* width */
.header-bottom .nav-drop::-webkit-scrollbar {
    width: 4px;
}

/* Track */
.header-bottom .nav-drop::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.header-bottom .nav-drop::-webkit-scrollbar-thumb {
    background: var(--default-color-1);
}

.header-bottom .drop-item a::after {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    height: 1px;
    background-color: #3333331f;
    bottom: 0;
}

.header-bottom .drop-item:last-child a::after {
    display: none;
}

.header-bottom .drop-item a {
    font-size: 15px;
    padding: 10px 12px;
    white-space: nowrap;
    color: #2c2c2cad;
    position: relative;
    display: flex;
    align-items: center;
    font-family: interM;
    text-transform: capitalize;
}

.header-bottom .drop-item:last-child a::before {
}

.header-bottom .drop-item a::before {
    content: '';
    position: absolute;
    width: 4px;
    height: 84%;
    border-top-right-radius: 5px;
    background-color: var(--default-color-2);
    left: -4px;
    border-bottom-right-radius: 5px;
    transition: all ease .3s;
}

.header-bottom .drop-item a span {
    transition: 0.6s cubic-bezier(.3,2.2,.3,1);
}

.header-bottom .drop-item a:hover::before {
    left: 0;
}

.header-bottom .drop-item a:hover span {
    color: var(--default-color-2);
    transform: translateX(5px);
}

.header-right-item {
    display: flex;
    align-items: center;
}

    .header-right-item:nth-child(3) {
    }

        .header-right-item:nth-child(3) span
        .header-top-branch span {
            font-family: 'interM';
            font-size: 14px;
            line-height: 116.5%;
            color: #FFFFFF;
            text-transform: capitalize;
            margin-left: 5px;
        }

        .header-right-item:nth-child(3) a {
            display: flex;
            flex-direction: column-reverse;
        }

        .header-right-item:nth-child(3) strong {
            font-family: 'interM';
            font-size: 14px;
            color: #8F5015;
        }

        .header-right-item:nth-child(3) span {
            font-family: interB;
            font-size: 16px;
        }

    .header-right-item:nth-child(4) a {
    }

    .header-right-item:nth-child(4) strong {
        font-family: 'interM';
        font-size: 14px;
        color: #B16F17;
    }

    .header-right-item:nth-child(4) span {
        font-family: interB;
        font-size: 16px;
    }

.header-top-branch {
    display: flex;
    align-items: center;
    background-color: var(--default-color-2);
    border-radius: 55px;
    padding: 7px 12px;
    user-select: none;
    transition: all .3s;
}

    .header-top-branch:hover {
        opacity: .7;
    }

.header-right-item:last-child {
    margin-right: 0;
}

.header-right-item .icon {
    width: 32px;
    height: 32px;
    background-color: #EDF3F3;
    border-radius: 50%;
    color: var(--default-color-5);
    font-size: 15px;
}

    .header-right-item .icon img {
    }

.header-right-item a {
    padding-left: 10px;
    flex: 1;
}

.header-right-item.address a span {
    font-family: interM;
    font-size: 14px;
    line-height: 126%;
}

.header-right-item.address a span {
    max-width: 218px;
    color: #B16F17;
}

.header-right-item.address {
    margin-left: 40px;
}

.header-right-item a span {
    font-size: 14px;
    color: var(--default-color-2);
    font-family: interM;
    line-height: 100%;
    max-width: 277px;
    display: block;
    line-height: 126%;
}

.header-right-item a strong {
    display: block;
    color: var(--default-color-2);
    font-family: 'interB';
    font-size: 16px;
    font-weight: 100;
    line-height: 100%;
}

.header-banner-wrap {
    position: relative;
}

    .header-banner-wrap .content {
        flex-direction: column;
        position: absolute;
        bottom: 64px;
        left: 0;
        display: flex;
        justify-content: center;
        padding-left: 48px;
    }

        .header-banner-wrap .content img {
            position: absolute;
            left: 0;
        }

        .header-banner-wrap .content h3 {
            font-size: 28px;
            position: relative;
            z-index: 2;
            margin: 0;
            color: #fff;
            text-transform: uppercase;
            font-weight: 100;
        }

        .header-banner-wrap .content h4 {
            font-size: 30px;
            margin: 0;
            position: relative;
            color: var(--default-color-4);
            text-transform: uppercase;
            font-family: robotoconb;
            margin-top: 2px;
        }

.header-bottom-search_drop {
    position: absolute;
    border-radius: 10px;
    background-color: #fff;
    width: 100%;
    box-shadow: 0 0 10px 0 #3333331c;
    opacity: 0;
    pointer-events: all;
    z-index: -10;
    top: calc(100% + 8px);
    pointer-events: none;
}

    .header-bottom-search_drop::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 15px;
        top: -10px;
        display: none;
    }

    .header-bottom-search_drop:hover::before {
        display: block;
    }

    .header-bottom-search_drop.show {
        opacity: 1;
        pointer-events: all;
        z-index: 2;
    }

.header-bottom-search_title {
    text-transform: uppercase;
    font-family: 'interSB';
    font-size: 15px;
    padding: 8px 14px;
    color: var(--default-color-1);
}

.header-bottom-search_list {
}

.header-bottom-search_item:last-child {
    border-bottom: 0;
}

.header-bottom-search_item:hover {
    background-color: #fafafa;
}

.header-bottom-search_item {
    padding: 10px 18px;
    font-family: interR;
    font-size: 13px;
    border-bottom: 1px solid #33333317;
    user-select: none;
    cursor: pointer;
}
/*RS*/
@media(max-width:1023px) {
    .header-hotline {
        /* display: none; */
        margin: 0;
    }

    .header-top-slogan {
        display: none;
    }

    .header-right-item:nth-child(2) {
        display: none;
    }

    .header-bottom-search {
        width: 232px;
    }

    .header-top-left .text {
        /* display: none; */
    }

    .header-top-container .decor {
        display: none;
    }

    .header-top .grid.wide {
        padding-left: 188px;
    }

    .header-top-container {
        border-bottom: unset;
        padding-left: 76px;
    }

    .header-bottom-logo {
        transform: translate(4px, -37px);
    }

    .header-bottom-container {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .header-bottom .list {
        display: none;
    }

    .header-banner-wrap .content {
        display: none;
    }

    .header-bottom .header-nav-list {
        display: none;
    }

    .header-banner-container {
        flex-direction: column;
    }

    .header-banner-sub {
        width: 100%;
        padding-left: 0;
        flex-direction: row;
        margin-top: 30px;
    }

        .header-banner-sub .sub-item {
            width: calc(50% - 10px);
            height: 155px;
        }
}

@media(min-width:740px) and (max-width:1023px) {
    .header-hotline {
        margin-right: 15px;
    }
}

@media(max-width: 739px) {
    .header-bottom .text h3 {
        font-size: 13px;
    }

    .header-banner-sub {
        display: none;
    }

    .header-bottom-logo img {
        width: 72px;
    }

    .header-top {
        display: none;
    }

        .header-top .grid.wide {
            padding: 0;
        }

    .header-right-item a span {
        color: #333;
        font-size: 12px;
    }

    .header-top-container {
        background-color: #fff;
        border-bottom-left-radius: 0;
        padding: 0 5px;
    }

    .header-right-item:nth-child(1) {
        display: none;
    }

    .header-bottom .text strong {
        font-size: 14px;
        margin-top: 5px;
    }

    .header-bottom-search {
        width: 100%;
        margin-top: 4px;
        height: 42px;
    }

    .header-search-options,
    .header-hotline p {
        display: none;
    }

    .header-top-right {
        display: flex;
        align-items: center;
    }

    .header-hotline a {
        margin: 0;
        padding: 6px 9px;
    }

        .header-hotline a span {
            font-size: 14px;
            transform: translateY(0px);
        }

    .header-search {
        display: none;
    }

    .header-bottom-container {
        padding: 5px;
    }

    .header-bottom-logo {
        transform: translate(0, 0);
        background-color: transparent;
        padding: 0;
        padding-right: 0;
        box-shadow: unset;
    }

    .header-right-item {
        display: flex;
        margin-right: 12px;
        align-items: center;
    }

    .header-bottom {
        z-index: 9999;
        height: auto;
    }

    .my-news-rs .btn {
        !i;
        !;
        !u;
        !ui;
        !;
    }

    .header-bottom .grid.wide {
        max-width: 100%;
        padding: 0;
        padding-right: 0;
    }

    .header-right-item .icon {
        background-color: var(--default-color-1);
        width: 28px;
        height: 28px;
    }

        .header-right-item .icon img {
            filter: invert(99%) sepia(26%) saturate(251%) hue-rotate(245deg) brightness(297%) contrast(153%);
            width: 13px;
        }

    .header-right-item a strong {
        font-size: 14px;
        color: var(--default-color-1);
    }

    .header-container {
    }

    header {
        height: auto;
    }

        header.fixed .header-bottom {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            z-index: 5;
            background-color: #fff;
        }

    .header-top-name {
        position: absolute;
        left: 155px;
        text-align: left;
        padding: 0;
        height: 100%;
        display: flex;
        align-items: center;
    }

    .header-bottom-hotline {
        display: flex;
        color: #fff;
        left: 155px;
        display: none;
    }

        .header-bottom-hotline strong {
            color: #fff;
        }

    .header-top-branch {
        padding: 6px 8px;
        background-color: var(--default-color-1);
        display: none;
    }

        .header-top-branch img {
            width: 15px;
        }

        .header-top-branch span {
            font-size: 11px;
        }

    .header-top-cart .cart-icon {
        background-color: var(--default-color-2);
        border-radius: 55px;
        padding: 3px;
        width: 28px;
        height: 28px;
    }

    .header-top-cart img {
        width: 16px;
    }

    .header-top-cart {
        margin-right: 12px;
        margin-left: 0;
        background-color: unset;
        display: none;
    }

        .header-top-cart span {
            background-color: var(--default-color-1);
            right: 0;
            top: 7px;
        }

    .header-banner .swiper {
        width: 100%;
        border-radius: 0;
        height: auto;
    }

    .header-top-left .text {
        width: 100%;
    }

    .header-top-left {
        width: 100%;
    }

        .header-top-left .text > div {
            width: 100%;
        }

            .header-top-left .text > div > div {
                width: 100%;
            }

    .header-bottom-search a {
        width: 32px;
        height: 32px;
    }

    .header-top-cart-df {
        display: flex;
        right: 65px;
        position: absolute;
        margin: 0;
        background-color: transparent;
    }

        .header-top-cart-df img {
            filter: invert(31%) sepia(82%) saturate(415%) hue-rotate(143deg) brightness(89%) contrast(89%);
            width: 36px;
        }

        .header-top-cart-df span {
            width: 18px;
            height: 18px;
            font-size: 13px;
        }
}