.header-unified  {
    z-index: 9999;
    position: relative;
    padding: 6px 0 6px;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.109804) 0px 2px 3px 0px;
    background-color: #fff;
}
.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
}
.header-unified > *::after, .header-unified > *::before  {
    content: unset !important;
    display: unset !important;
}
.header-unified .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-active {
    font-size: 24px;
    color: #20292f;
    left: 5px;
    height: 30px;
    width: 30px;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
    display: none;
}
.header-actions > ul {
    display: flex;
}
.header-actions  .top-links li {
    float: unset;
}
.nav-close {
    position: relative;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.nav-close::before,
.nav-close::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 24px;
    height: 2px;
    background-color: #fff;
    transform-origin: center;
}

.nav-close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.nav-close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.nav-form {
    position: relative;
}
.nav-form input:first-child {
    padding-right: 50px;
}
.nav-btn {
    position: absolute;
    background: transparent;
    border: none;
    cursor: pointer;
    top: 50%;
    right: 0;
    transform: translate(-50%, -50%);
}
.nav-btn::before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: rgba(167, 187, 207, 0.3);
}
.nav-header form {
    width: calc(100% - 34px);
}
.nav-header form > * {
    display: flex;
}
.nav-header, .toggle-nav {
    display: none;
}
.header-unified.home-menu:not(.fixed-header) {
    background-color: transparent;
    position: fixed;
    box-shadow: unset;
}
.header-unified.home-menu:not(.fixed-header) .logo-scroll{
    width: 68px;
    height: 37px;
    margin-top: 10px;
}
.header-unified.home-menu:not(.fixed-header) .logo,
.header-unified.home-menu.fixed-header .logo-scroll{
    display: none;
}
.header-unified.home-menu:not(.fixed-header) .navigation-link,
.header-unified.home-menu:not(.fixed-header) .fa.fa-heart-o.z_20, 
.header-unified.home-menu:not(.fixed-header) #exchange-rate{
    color: #fff;
}
@media only screen and (max-width: 1296px) {
    .header-unified .container {
        flex-wrap: wrap;
    }
    .header-unified .container > *:nth-child(3) {
        order: 1;
        width: 100%;
        align-self: center;
    }
    
}
@media (max-width: 1199px) {
    .header-unified.home-menu:not(.fixed-header) {
        position: relative;
        background-color: #fff;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 3px 0px;
    }
    .header-unified.home-menu .logo-scroll{
        width: 0;
        display: none !important;
    }
    .header-unified.home-menu:not(.fixed-header) .logo{
        display: block;
    }
    .header-unified.home-menu:not(.fixed-header) .navigation-link,
    .header-unified.home-menu:not(.fixed-header) .fa.fa-heart-o.z_20, 
    .header-unified.home-menu:not(.fixed-header) #exchange-rate{
        color: unset;
    }
}
@media only screen and (max-width: 991px) {
    .header-unified .container {
        max-width: unset;
        position: relative;
    }
    .header-active {
        display: block;
    }
    .nav-header {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 8px;
    }
    .nav-list{
        position: fixed;
        width: 0;
        height: 100%;
        top: 0;
        left: 0;
        overflow-y: scroll;
        background-color: #345f19;
        z-index: 99999;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.35s;
        -o-transition: all 0.35s;
        transition: all 0.35s;
    }
    .nav-list.active{
        width: 100%;
        opacity: 1;
        visibility: visible;
    }
    .header-actions > ul .heart{
        order: 2;
    }
    .header-actions > ul .language-selector{
        order: 1;
    }
    .header-actions > ul > li:last-child{
        display: none;
    }
    .header-unified .container > .header-logo  {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .header-unified .navigation-menu{
        display: grid;
        width: 100%;
    }
    .header-unified #navigation, .header-unified .nav-menu {
        width: 100%;
    }
    .header-unified .navigation-title {
        display: flex;
        align-items: center;
        background-color: #fff;
    }
    .header-unified .caret{
        display: none;
    }
    .navigation-megamenu,
    .tabed-menu .navigation-tabs,
    .multi-column ul > ul {
        display: none !important;
    }
    .navigation-item.open > .sub-menu,
    .navigation-item.open > .navigation-dropdown {
        display: block;
    }
    .toggle-nav {
        height: 45px;
        width: 48px;
        background: #e7e7e7;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .navigation-title > a {
        width: calc(100% - 40px);
    }
    .nav-menu .sub-menu {
        position: unset !important;
        opacity: unset !important;
        width: 100% !important;
        display: none;
        visibility: unset;
        border: unset;
        border-radius: unset;
    }
    .navigation-item.open > .navigation-dropdown,
    .navigation-item.open > .sub-menu {
        display: block;
    }
    .nav-menu li:hover > .sub-menu {
        opacity: unset;
        visibility: unset;
        top: unset;
    }
    .toggle-nav i {
        transition: transform 0.3s ease;
    }

    .navigation-item.open > .navigation-title > .toggle-nav i,
    .navigation-dropdown-item.open > .navigation-title > .toggle-nav i {
        transform: rotate(180deg);
    }

    .nav-menu ul > li > ul > li {
        padding-left: 15px;
    }

    .nav-menu ul > li > ul > li > ul > li {
        padding-left: 30px;
    }

    .nav-menu ul > li > ul > li > ul > li > ul > li {
        padding-left: 45;
    }
    .header-unified .btn-style-enquire {
        width: 100%;
    }

}
