/* ======= HEADER ======== */
.ast-site-title-wrap{
    display: none;
}
.ast-main-header-wrap .main-navigation ul li a{
    font-size: 14px;
    color: var(--link-color) !important;
    transition: var(--transition);
}
.ast-main-header-wrap .main-navigation ul li a:hover{
    color: var(--primary-color) !important;
}
.ast-below-header-wrap  ul li a{
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    position: relative;
    letter-spacing: 0.48px !important;
    /* font-family: 'Plus Jakarta Sans Bold', sans-serif; */
}
.ast-below-header-wrap  ul li a::after{
    position: absolute;
    content: '';
    bottom: 10px;
    width: 0;
    height: 1px;
    background-color: var(--white);
    transition: all 0.4s linear;
    opacity: 0;
    left: 50%;
    transform: translateX(-50%);
}
.ast-below-header-wrap  ul li a:hover::after{
    opacity: 1;
    width: 100%;
}
.ast-below-header-wrap .main-navigation ul{
    gap: 24px;
}
#ast-hf-menu-1 li:first-child a{
    padding-left: 0;
}
.ast-primary-header-bar .ast-container{
    max-width: 1600px !important;
}
#ast-hf-menu-1 .menu-link{
    letter-spacing: 0.48px;
    padding: 0 12px;
}
.header-right{
    display: flex;
    gap: 48px;
    align-items: center;
    line-height: 1.5;
}
.header-right img{
    opacity: 0.7;
}
.header-right > a img{
    opacity: 1;
    width: 20px;
    height: 20px;
}
.header-right .header-search{
    display: flex;
    gap: 8px;
    cursor: pointer;
}
.header-right a{
    line-height: 1;
}
.header-right .header-search p{
    margin-bottom: 0;
    font-size: 14px;
    color: var(--text-color);
    letter-spacing: 0.48px;
}
.header-cart{
    position: relative;
}
.header-cart span{
    position: absolute;
    width: 18px;
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--dark-bg);
    color: var(--white);
    border-radius: 50%;
    top: -6px;
    right: -13px;
    font-size: 10px;
    line-height: 1;
}
/* .ast-below-header-bar{
    height: 49px
} */
header .headIcon{
    width: 20px;
}
header .headIcon:not(:last-child){
    position: relative;
}
header .headIcon:not(:last-child)::before{
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    background-color: #f5f0eb;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    opacity: 0;
    z-index: -1;
    transition: all .3s ease;
}
header .headIcon:not(:last-child):hover::before{
    opacity: 1;
}

/* ===== CUSTOM TAB AND MOBILE HEADER ======  */
#customHeader{
    background-color: var(--primary-color);
    display: flex;
    padding: 25px 35px;
    align-items: center;
}
#customHeader .headerImg{
    width: 20px;
    height: 20px;
    opacity: 0.6;
}
#customHeader .headerImg:first-child{
    margin-right: 13px;
}
#customHeader .mobile-right img:last-child{
    width: 18px;
    height: 18px;
}
/* #customHeader>div:nth-of-type(2){
    flex: 1;
    text-align: center;
    margin-left: -50px;
}
#customHeader>div:nth-of-type(2) img{
    width: 109px;
} */
.mobileLogo{
    /* flex: 1; */
    text-align: center;
}
.mobileLogo img{
    width: 109.31px;
    position: relative;
    /* right: -4.5px; */
    top: -2px
    /* position: relative;
    left: 50%;
    transform: translateX(-74%); */
}
#offcanvasMenu{
    position: fixed;
    left: -100%;
    top: 0;
    background-color: var(--white);
    width: 100%;
    height: 100%;
    z-index: 10;
    transition: var(--transition);
}
#offcanvasMenu.show{
    left: 0%;
}
#offcanvasMenu .offcanvasTitle{
    background-color: var(--primary-color);
    padding: 21px 35px;
    text-align: center;
    position: relative;
    height: 72px;
}
.offcanvasTitle img:first-child{
    position: absolute;
    left: 29px;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
}
.offcanvasTitle img:nth-of-type(2){
    width: 109px;
}
.m-wrapper{
    overflow-y: auto;
    height: 100%;
}
.mobilePrimayrMenu{
    margin: 0;
    list-style: none;
    padding: 0 16px 8px;
}
.mobileSecondaryMenu{
    padding: 12px 16px;
    margin: 0;
    list-style: none;
    margin: 0 0 30px;
    background-color: var(--lightgrey);
}

.mobilePrimayrMenu li a{
    color: var(--black);
    display: block;
    font-size: 16px;
    padding: 16px 0;
    font-weight: 500;
}
.mobilePrimayrMenu li:not(:last-child) a{
    border-bottom: 1px solid #c9b99c;
}
.mobileSecondaryMenu li a{
    padding: 12px 0;
    display: block;
    color: var(--text-color);
    font-size: 16px;
}
.mprofileBtn{
    background-color: var(--primary-color);
    color: var(--white);
    border: 1px solid var(--primary-color);
    display: inline-block;
    width: 150px;
    margin-bottom: 115px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    padding: 10px 20px;
    letter-spacing: 0.5px;
}
.mprofileBtn.loggedIn{
    background-color: transparent;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
}
.site-primary-header-wrap.ast-container{
    padding: 0 28px !important;
    max-width: 1600px;
}
/* .site-content .ast-container {
    display: block;       
} */
.nav-right{
    display: flex;
    align-items: center;
    position: relative;
    top: -2px;
    flex: 1;
    justify-content: end;
    gap: 12px;
}
.nav-right >a {
    display: inline-block;
}
.nav-right img{
    filter: brightness(0) invert(1);
    width: 20px;
    height: 20px;
    opacity: 0.6;
}
.nav-right>img:first-child{
    margin-right: 12px;
    margin-top: 3px;
}
.mobile-cart{
    position: relative;
    margin-right: 10px;
}
.mobile-cart span{
    background-color: var(--dark-bg);
    color: var(--white);
    width: 18px;
    height: 18px;
    font-size: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    border-radius: 50%;
    top: -2px;
    right: -13px;
}
.ast-below-header-wrap.fixed{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
    animation-name: fixedHeader;
    animation-duration: 0.4s;
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(51, 51, 51, 0.05);
} 
header #ast-hf-menu-2 .main-header-menu > .menu-item > .menu-link{
    /* font-family: 'Plus Jakarta Sans', sans-serif; */
    font-weight: 600;
}
/* header .ast-below-header-bar .site-below-header-wrap{
    min-height: 48px;
    max-height: 48px;
} */
.ast-primary-header-bar > .site-primary-header-wrap{
    min-height: 63px;
    max-height: 63px;
}
.main-header-bar .main-header-bar-navigation{
    position: relative !important;
    top: -1px !important;
}

@keyframes fixedHeader {
    0% {
        opacity: 0;
        transform: translateY(-60px);
    }
    
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

#customHeader.fixed{
    width: 100%;
    position: fixed;
    box-shadow: 0 3px 6px rgba(51,51,51,.05);
    animation: slideDown .35s ease-out;
}
@keyframes slideDown{
    0%{
        transform: translateY(-100%);
    }
    100%{
        transform: translateY(0%);
    }
}
@media screen and (min-width: 992px) {
    #customHeader.d-none{
        display: none;
    }
    
}
@media screen and (max-width: 922px) {
    #customHeader{
        height: 76px;
    }
    #customHeader .mobile-right{
        display: flex;
        margin-top: 1px;
        flex: 1;
    }
}
@media screen and (max-width: 768px) {
    #customHeader{
        /* padding: 25px 25px 25px 16px; */
        padding: 0 16px;
    }
    .global-search-wrapper{
        padding: 20px 16px !important;
        height: auto !important;
    }
    .search-field{
        width: 100% !important;
    }
    .search-field input{
        font-size: 16px !important;
    }
}
