.chhutkanHeader {
    padding: 0px;
    margin: 0px !important;
    border: 0px;
    position: sticky;
    top: 0;
}

.chhutkanHeader .topbar {
    background: #f8b729;
    padding: 10px 0px;
}
.chhutkanHeader .topbar a{
    color:#fff;
    text-decoration:underline;
    text-underline-offset: 6px;
}
.headerBlock {
    padding: 20px 0px;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    position: relative;
}
.chhutkanHeader .topbar p {
    gap: 20px;
    font-size: 16px;
    margin: 0px !important;
}
.chhutkanHeader .topbar p span {
    color: #fff;
    position: relative;
}
.chhutkanHeader .topbar p span:first-child::before {
    content: unset
}
.chhutkanHeader .topbar p span::before {
    position: absolute;
    content: "";
    border-left: 1px solid #fff;
    width: 2px;
    height: 26px;
    left: -8px;
}
.logoBlock {
    display: block;
    width: 16%;
    position: relative;
    z-index: 2;
}
.menusBlock {
    width: 75%;
    display: flex;
    justify-content: center;
}
.shopMenus {
    gap: 20px !important;
    align-items: center
}

.shopMenus a {
    width: 15px;
    height: 15px;
}
.menusWrapper {
    display: flex;
    flex: 1;
    gap: 20px;
}

.menusWrapper a {
    color: #3a3a3a;
    padding: 3px 4px;
}

.header__inner-block {
    gap: 20px
}

.sub-menu {
    position: absolute;
    display: none;
    transition: all .3s ease-in-out;
    background: #fff;
}

/*.menusWrapper .menu-item-has-children:hover>ul.sub-menu li .sub-menu,*/
/*ul.sub-menu li .sub-menu {*/
/*    display: block;*/
/*    position: initial;*/
/*    margin: 0;*/
/*}*/

ul.sub-menu li {
    margin: 10px 0px;
    position:relative;
}

.menusWrapper .childrens-clothing-menu:hover>ul.sub-menu {
    display: flex;
    gap: 10px;
    position: absolute;
    width: 80%;
    top: 66px;
    justify-content: space-between;
    max-width: 1000px;
    margin: auto;
    left: 0;
    right: 0;
    background: white;
    padding: 70px 20px 20px;
    min-width: 1000px;
    /*z-index: -1;*/
}

.menusWrapper .menu-item-has-children:not(.childrens-clothing-menu):hover>ul.sub-menu {
    display: block;
    min-width: 250px;
    position: absolute;
    background: white;
    padding: 70px 10px 20px;
        box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
        margin:0;
    
}
.menusWrapper .menu-item-has-children:hover>ul.sub-menu > li > ul.sub-menu   {
    right:-250px;
    top:0;
        padding: 20px 10px 20px;

}
.menusWrapper .childrens-clothing-menu .menu-item-has-children:hover>ul.sub-menu {
    padding: 0px 0px;
    max-width: initial;
    min-width: inherit;
}

.custom-mini-cart {
    position: relative;
}

.cart-count {
    position: absolute;
    background: #f8b729;
    border-radius: 100%;
    line-height: 1.3;
    width: 17px;
    text-align: center;
    height: 15px;
    font-size: 12px;
    color: #fff;
    left: 7px;
    top: -4px;
}

.menusWrapper li>a {
    position: relative;
}

.menusWrapper .menu-item-has-children {
    position:relative;
}

.menusWrapper .menu-item-has-children::after {
    content: "";
    display: inline-block;
    width: 16px;
    /* size adjust */
    height: 16px;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'><path fill='%23f8b729' d='M297.4 438.6C309.9 451.1 330.2 451.1 342.7 438.6L502.7 278.6C515.2 266.1 515.2 245.8 502.7 233.3C490.2 220.8 469.9 220.8 457.4 233.3L320 370.7L182.6 233.4C170.1 220.9 149.8 220.9 137.3 233.4C124.8 245.9 124.8 266.2 137.3 278.7L297.3 438.7z'/></svg>") no-repeat center;
    background-size: contain;
    position: absolute;
    top: 6px;
    right: -14px;

}
.menusWrapper .menu-item-has-children ul.sub-menu > li::after {
    
        right: 14px;
            /*transform: rotate(-180deg);*/
}
.menusWrapper .menu-item-has-children ul.sub-menu > li:hover::after {
            transform: rotate(-90deg);
}
.menusWrapper>.menu-item-has-children>.sub-menu>li>a {
    font-weight: 700;
}

.menusWrapper .menu-item-has-children:not(.childrens-clothing-menu)>.sub-menu>li>a {
    font-weight: 400;
}

.headerBlock:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #f8b729;
    bottom: 0px;
    left: 0;
    pointer-events: none;
}




/*search*/
#search_box {
    background: rgb(245, 245, 245);
    padding: 15px;
    position: absolute;
    width: 100%;
    max-width: 800px;
    left: 0px;
    right: 0px;
    z-index: 2;
    margin: 0px auto;
    bottom: -91px;
    border: 1px solid #f8b729;
    border-radius: 8px;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);

}

#search_box .woocommerce-product-search {
    display: flex;
    gap: 20px;
    margin: 0px;
}

@media(min-width:1200px) {
    .menusWrapper a {
        color: #3a3a3a;
        padding: 3px 4px;
        font-size: 14px;
    }

    .menusWrapper .childrens-clothing-menu:hover>ul.sub-menu {
        top: 66px;
    }

    .headerBlock {
        height: 120px;
    }

    .menusWrapper li a {
        min-height: 28px;
    }

    .header__inner-block {
        height: 73px;
    }
}

@media(min-width:1400px) {
    .menusWrapper a {
        font-size: 16px;
    }

}

@media(min-width:1500px) {
    .menusWrapper a {
        padding: 3px 9px;
    }
}

@media(min-width:1600px) {
    .menusWrapper a {
        padding: 3px 10px;
        font-size: 18px;
    }
}




#hamburger {
    position: relative;
    width: 24px;
    display: none;
}

#hamburger.open>div {
    background-color: transparent;
    position: relative;
}

#hamburger>div {
    position: relative;
    width: 16px;
    height: 2px;
    background-color: #000;
    color: black;
    left: 7px;
    transition: all 0.4s ease-out;
}

#hamburger:before {
    content: "";
    width: 23px;
    height: 2px;
    background-color: #000;
    position: absolute;
    bottom: 6px;
    transition: all 0.4s ease-out;
}

#hamburger:after {
    content: "";
    width: 23px;
    height: 2px;
    background-color: #000;
    position: absolute;
    top: 6px;
    transition: all 0.4s ease-out;
}

#hamburger.open::after {
    content: "";
    position: absolute;
    transform: rotate(45deg);
    top: 3px;
}

#hamburger.open::before {
    content: "";
    position: absolute;
    transform: rotate(-45deg);
    top: 3px;
}

.header__inner-rightBlock {
    width: 8%;
    align-items: center;
    gap: 30px;
}

@media (max-width: 1250px) {
    .header__inner-block {
        gap: 15px;
    }
}

@media (max-width: 1199px) {
    .header__inner-rightBlock {
        width: 14%;
        align-items: center;
        gap: 30px;
    }

    .topbar p span:nth-child(3) {
        display: none;
    }

    .menusBlock {
        width: auto;
        display: unset;
        justify-content: unset;
    }
    #hamburger {
        display: block;
    }
    #overlay {
        transform: translateX(-100%);
        position: fixed;
        left: 0;
        right: 0px;
        display: block;
        background-color: #fff;
        height: 77vh;
        transition: transform .3s ease-in-out;
        padding: 20px 15px;
        top: 197px;
        overflow-y: scroll;
    }
    #overlay.menu {
        transform: translateX(0);
    }
    .menusWrapper>.menu-item-has-children>.sub-menu>li>a {
        font-weight: 400;
    }
    #menu-header-menu li,
    #menu-header-menu .menu-item-has-children {
        position: relative;
        margin-bottom: 10px;
    }
    .menusWrapper {
        display: block;
    }
    /* clickable arrow overlay */
    .menusWrapper li>.arrow-click {
        display: inline-block;
        position: absolute;
        right: 0;
        top: 0;
    }
    .menusWrapper ul.sub-menu .arrow-click {
        display: inline-block;
        position: absolute;
        right: 0;
        top: 0;
    }
    #menu-header-menu .sub-menu {
        display: none;
    }
    #menu-header-menu .sub-menu.show {
        display: block;
        position: unset !important;
        max-width: initial !important;
        min-width: initial !important;
        width: 100% !important;
        padding: 0px 0px 0px 15px !important;
        margin: 0;
    }
    .menusWrapper .menu-item-has-children::after {
        content:unset;
    }
    .menusWrapper li>.arrow-click:after {
        content: "";
        display: inline-block;
        width: 16px;
        /* size adjust */
        height: 16px;
        background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'><path fill='%23f8b729' d='M297.4 438.6C309.9 451.1 330.2 451.1 342.7 438.6L502.7 278.6C515.2 266.1 515.2 245.8 502.7 233.3C490.2 220.8 469.9 220.8 457.4 233.3L320 370.7L182.6 233.4C170.1 220.9 149.8 220.9 137.3 233.4C124.8 245.9 124.8 266.2 137.3 278.7L297.3 438.7z'/></svg>") no-repeat center;
        background-size: contain;
        position: absolute;
        top: 6px;
        right: 6px;
    }
    .menusWrapper>.menu-item-has-children>a::after {
        content: unset;
    }
    #overlay {
        top: 170px;
    }
    .menusWrapper .menu-item-has-children:not(.childrens-clothing-menu):hover>ul.sub-menu {
   
        box-shadow: unset;}
}
@media(max-width:991px) {
    #search_box {
        max-width: 600px;
    }
    #overlay {
        top: 177px;
        height: 77vh;
    }
    .header__inner-rightBlock {
        width: 19%;
    }
    .logoBlock {
        width: 25%;
    }
}
@media(max-width:767px) {
    #search_box {
        max-width: 350px;
        bottom: -167px;
    }
    #search_box .woocommerce-product-search {
        display: flex;
        gap: 20px;
        flex-direction: column;
    }
    #overlay {
        top: 176px;
        height: 80vh;
    }
    .header__inner-block {
        flex-wrap: wrap;
    }
    .header__inner-rightBlock {
        width: 22%;
    }
    .logoBlock {
        width: 38%;
    }
    .chhutkanHeader .topbar p span:before {
        content: unset;
    }
    .chhutkanHeader .topbar p {
        flex-direction: column;
        align-items: center;
        gap: 8px;
    }
}
@media(max-width:680px) {
    .header__inner-rightBlock {
        width: 27%;
    }
    #overlay {
        top: 146px;
    }
}
@media(max-width:576px) {
    .header__inner-rightBlock {
        width: 27%;
    }
}
@media(max-width:480px) {
    .header__inner-rightBlock {
        width: 34%;
    }

    #overlay {
        top: 129px;
    }
}
@media(max-width:430px) {
    .header__inner-rightBlock {
        width: 40%;
    }
}