header {
    /* padding-top: 40px; */
    height: 88px;
    border-bottom: 1px solid #E7E7E7;
    z-index: 20;
    position: relative;
    background: #fff;
}


body.home header{
    margin-top: 21px;
}

header .wrap-base {
    position: relative;
    padding: 13px 0;
    z-index: 20;
}

.hdr-wrap{
    position: absolute;
    top: 27px;
    left: 0;
    width: 100%;
}

.hdr {
    display: flex;
    align-items: center;
    
    border-radius: 100px;
    height: 60px;
    padding: 0 17px;
    width: 100%;
}





.hdr-hover-overlay{
    background: #fff;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 630px;
    display: none;
}

header.active .hdr-hover-overlay{
   display: block; 
}

header.active .hdr{
   background: #F8F8F8;
}

.hdr-logo {
    width:182px;
    height:35px;
    display: block;
    background: url(/wp-content/themes/biohacking-redesign/img/hdr-logo.png) center / 100%  no-repeat;
}




.hdr > nav {
    margin-left: 48px;
}





.hdr > nav > ul {
    display: flex;
    /* gap: 27px; */
}
.hdr > nav > ul > li {
    display: flex;
    gap: 5px;
    align-items: center;
    height: 80px;
    padding-right: 27px;
}
.hdr > nav > ul > li.drop-down::after{
    content:"";
    display: block;
    background: url(/wp-content/themes/biohacking-redesign/img/icons/hdr-drop.png) no-repeat;
    width: 11px;
    height: 7px;
    background-size: 100%;
}




.hdr > nav > ul > li.drop-down:hover::after{
    background-image: url(/wp-content/themes/biohacking-redesign/img/icons/hdr-drop-primary.png) ;
}





.hdr > nav > ul > li > a:hover,
.hdr > nav > ul > li > span:hover,
.hdr > nav > ul > li:hover > span  {
    color:var(--primary);
    cursor: pointer;
}
.hdr-icons {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 20px;
}

.hdr-icons .icon {
    width: 20px;
    height: 20px;
    display: block;
    background-position: center;
    background-size: 20px;
    cursor: pointer;
}
.hdr-icons .icon-box{
    position: relative;
}

.hdr-icons-search {
    background: url(/wp-content/themes/biohacking-redesign/img/icons/hdr-icons-search.png) no-repeat;
}

.hdr-icons-cart {
    background: url(/wp-content/themes/biohacking-redesign/img/icons/hdr-icons-cart.png) no-repeat;
}

.icon-box .count{
    background: var(--primary);
    color:var(--white-500);
    font-size: 12px;
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 16px;
    position: absolute;
    top: -8px;
    border-radius: 50px;
    right: -10px;
    letter-spacing: -0.5px;
}

.hdr-icons-wishes {
    background: url(/wp-content/themes/biohacking-redesign/img/icons/hdr-icons-wishes.png) no-repeat;
    display: none;
}

body.logged-in .hdr-icons-wishes {
    display: block;
}

.hdr-icons-search:hover {
    background-image: url(/wp-content/themes/biohacking-redesign/img/icons/hdr-icons-search-primary.png) !important;
}

.hdr-icons-cart:hover {
    background-image: url(/wp-content/themes/biohacking-redesign/img/icons/hdr-icons-cart-primary.png) !important;
}

.hdr-icons-wishes:hover {
    background-image: url(/wp-content/themes/biohacking-redesign/img/icons/hdr-icons-wishes-primary.png) !important;
}

.hdr-icons .icon.hdr-icons-mobmenu{
    background-image: url(/wp-content/themes/biohacking-redesign/img/icons/icon-hdr-mobmenu.png) !important;
    display: none;
}

.hdr-icons .icon.hdr-icons-mobmenu.hdr-icons-mobmenu:hover{
    background-image: url(/wp-content/themes/biohacking-redesign/img/icons/icon-hdr-mobmenu-primary.png) !important;
}






.hdr-icons-lang {
    display: flex;
    gap: 7px;
    align-items: center;
    cursor: pointer;
}




.globe {
    background: url(/wp-content/themes/biohacking-redesign/img/icons/icons-lang.png) no-repeat;
}

.hdr-icons-lang:hover .globe {
    background-image: url(/wp-content/themes/biohacking-redesign/img/icons/icons-lang-primary.png) !important;
}

.lang {}



.hdr-icons-lang:hover .lang {
    color:var(--primary);
}

.hdr-icons .icon.drop-down {
    background: url(/wp-content/themes/biohacking-redesign/img/icons/hdr-drop.png) no-repeat;
    width: 12px;
    height: 7px;
    background-size: 100%;
}

.hdr-icons .hdr-icons-lang:hover .icon.drop-down {
    background-image: url(/wp-content/themes/biohacking-redesign/img/icons/hdr-drop-primary.png) !important;

}
.btn {}

.hdr-signin {
    border: 1px solid #232526;
    width: 95px;
    margin-left: 5px;
}




.hdr-drop {
    position: absolute;
    top: 74px;
    left: 0;
    height: 500px;
    width: 100%;
    background: #fff;
    z-index: 100;
    display: none;
    padding: 14px 0 0;
}

.hdr nav ul li.drop-down:hover .hdr-drop {
    display: flex;
}



.hdr-drop-in {
    display: flex;
    width: 100%;
}
.hdr-drop-left {
    border-right: 1px solid #ECECEC;
    width: 205px;
    padding: 10px 0px 0 30px;
    flex-shrink: 0;
}
.mob-menu-blog .hdr-drop-left{
    width: 260px;
}
.mob-menu-blog .hdr-drop-right-title{
    margin: 0 0 15px;
}
.hdr-drop-left-title {
    color:#E2552D;
    font-size: 24px;
    margin: 0 0 29px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.hdr-drop-left-title .close {
    width: 20px;
    height: 20px;
    display: block;
    background-position: center;
    background-size: 20px;
    cursor: pointer;
    background: url(/wp-content/themes/biohacking-redesign/img/icons/icon-close-black.svg) center / 20px no-repeat;
    display: none;
}
.hdr-drop-right-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
a.hdr-drop-right-title:hover{
    text-decoration: underline;
}
a.hdr-drop-right-title::after{
    content:"";
    width: 20px;
    height: 20px;
    display: none;
    background-position: center;
    background-size: 20px;
    cursor: pointer;
    background: url(/wp-content/themes/biohacking-redesign/img/icons/hdr-drop.png) center / 16px no-repeat;
    transform: rotate(-90deg);
}
.hdr-drop-left-subtitle {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 19px;
}

.hdr-drop-right {
    font-size: 24px;
    font-weight: 600;
    width: calc( 100% - 240px);
    padding: 9px 0 0 14px;
}

.hdr-drop-left-menu {
    width: fit-content;
    height: 36px;
    font-weight: 500;
    align-items: center;
    display: flex;
    border-radius: 50px;
    margin: 0 0 9px;
    gap: 5px;
    padding: 0 15px 0 9px;
    cursor:pointer;
    font-size: 14px;
}

.hdr-drop-left-menu img{
    filter: grayscale(1);
    opacity: 0.6;
}

.hdr-drop-left-menu.active img,
.hdr-drop-left-menu:hover img{
    filter: grayscale(0);
    opacity: 1;
}

.hdr-drop-left-menu.active,
.hdr-drop-left-menu:hover {
    background: #eee;
}

/*
.hdr-drop-left-menu::before{
    content:"";
    width: 20px;
    height: 20px;
}

 .hdr-drop-left-menu.amino-acids::before{
    background-image: url(/wp-content/themes/biohacking-redesign/img/icons/icon-cat-amino.svg);
}

.hdr-drop-left-menu.herbal-extracts::before{
    background-image: url(/wp-content/themes/biohacking-redesign/img/icons/icon-cat-herbal.svg);
}

.hdr-drop-left-menu.nootropics::before{
    background-image: url(/wp-content/themes/biohacking-redesign/img/icons/icon-cat-nootropics.svg);
} */


.hdr-drop-right-slider .productcard{
    margin: 14px 10px;
}




.hdr-drop-right .slick-prev {
    left: 40px;
    bottom: -24px;
    transform: none;
    top: auto;
    z-index: 30;
}

.hdr-drop-right .slick-next{
    right: 40px;
    bottom: -24px;
    transform: scaleX(-1);
    top: auto;
    z-index: 30;
}


.hdr-account {
    
display: flex;
    
align-items: center;
    
height: 70px;
}
.hdr-account-menu {
    display: flex;
    gap: 6px;
    max-width: 100px;
    width: fit-content;
    overflow: hidden;
}
.hdr-account-menu .info {
    display: flex;
    flex-direction: column;
    gap: 2px;
    font-size: 12px;
    font-weight: 500;
    max-width: 64px;
}
.hdr-account-menu .info div{

white-space: nowrap;

overflow: hidden;

width: 100%;

text-overflow: ellipsis;
}
.hdr-account-dropdown {
    box-shadow: 0px 4px 14px #00000014;
    padding: 12px 14px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    background: #fff;
    border-radius: 20px;
    position: absolute;
    top: 73px;
    width: 178px;
    right: -82px;
    display: none;
}
.hdr-account:hover .hdr-account-dropdown {

    display: flex;

}
.hdr-account-dropdown-item {
    display: flex;
    gap: 16px;
    align-items: center;
    font-weight: 500;
    cursor: pointer;
}

.hdr-account-dropdown-item img{
    width: 20px;
    height: 20px;
    filter: grayscale(1);
    opacity: 1;
}
.hdr-account-dropdown-item:hover img{
    filter: grayscale(0);
    opacity: 1;
}
.hdr-account-dropdown-item span{
    font-weight: 500;
    font-size: 14px;
}
.hdr-account-dropdown-item:hover span{
    color:var(--primary);
}
.hdr-account-dropdown-item-line {
    border: 1px solid #F1F1F1;
    width: 100%;
    margin: -3px;
}

header.transparent .hdr-account-dropdown {
    top: 64px;
}

@media (max-width: 1560px) {
    .hdr-account-dropdown {
        right: -8px;
    }
}

@media (min-width: 767px) {

    header.transparent {
        border: none;
        background: transparent;
    }

    header.transparent .hdr {
        border: 1px solid #eee;
        backdrop-filter: blur(4px);
        background: #fff3;
    }

    header.transparent .hdr-logo {
        background-image: url(/wp-content/themes/biohacking-redesign/img/hdr-logo-white.png);
    }

    header.transparent .hdr > nav {
        margin-left: 48px;
        color: #fff;
    }

    header.transparent .hdr *::after{
        filter: brightness(0) invert(1);
    }
    header.transparent .hdr-icons .icon:not(:hover){
        filter: brightness(0) invert(1);
    }

    header.transparent .hdr-icons > .hdr-icons-lang:not(:hover) .icon{
        filter: brightness(0) invert(1);
    }

    header.transparent .hdr-icons-lang:not(:hover) .lang {
        color: #fff;
    }

    header.transparent .hdr-signin {
        border: 1px solid #fff;
        color: #fff;
    }

    header.transparent .hdr-account-menu {
        filter: brightness(0) invert(1);
    }

}  

@media (max-width: 1340px) and (min-width: 767px) {

    body.home header.transparent .wrap-base{
        width: 95%;
    }

    /* body.home header.transparent {
        margin-top: 20px;
    } */

    body.home header.transparent .hdr {
        padding: 0 15px;
    }
}

@media (max-width: 1340px) {

    body.home .pagebuilder.wrap-base.wrap-base.bannertype1 {
        margin-top: -104px;
    }

    

    .hdr > nav > ul > li > a,
    .hdr > nav > ul > li > span {
        display: none;
    }

    .hdr > nav,
    .hdr-icons .hdr-icons-search,
    .hdr-icons .hdr-icons-wishes,
    .hdr-icons .hdr-icons-lang,
    .hdr-signin {
        display: none;
    }

    header.active .hdr > nav{
        display: block;
    }
    header.active{
        z-index: 110;
    }

    header {
        height: 70px;
        background: #fff;
        z-index: 20;
        position: relative;
    }
    header .wrap-base {
        padding: 5px 0;
    }
    .hdr {
        padding: 0;
    }

    .hdr-icons .icon.hdr-icons-mobmenu.hdr-icons-mobmenu{
        display: block;
    }

    .hdr-drop{
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        overflow: hidden;
        width: 100vw;
    }
    .hdr-drop-in {

        flex-direction: column;
    }
    .hdr-drop-left {
        border-right: none;
        width: calc( 100% - 30px) !important;
        padding: 10px 15px;
    }
    .hdr-drop-right {
        width: calc( 100% - 30px);
        padding: 15px;
    }

    .hdr-drop-left-title {
        font-size: 22px;
        margin: 0 0 17px;
        font-weight: 700;
    }

    .hdr-drop-left-subtitle {
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .hdr-drop-right-title{
        font-size: 22px;
        font-weight: 700;
    }
    .hdr-drop-left-title .close {
        display: block;
    }

    a.hdr-drop-right-title::after{
        display: flex;
    }

    .hdr-drop-left-menu-items{
        height: 125px;
        display: block;
        overflow-y: scroll;
    }
    
    .hdr-account-menu{
        display: none;
    }

    
    .hdr-account {
        display: none;
    }

}

@media (max-width: 767px) {

    body.home header {
        margin-top: 0;
    }

}