/* header 2 styles */
/* .header_2{
    height: 183px;
}

@media (min-width: 1199px) {
    .-type-2 .mainSearch {
        position: fixed;
        top:120px;
        margin-top: 0; 
    }
} */

/* ===== */
/* @media (min-width: 1199px) {
    .masthead.-type-2 .mainSearch {
        bottom: -7px; 
        margin-top: 0; 
    }
}  */

.profileMenu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 120px;
    z-index: 1100;
    pointer-events: auto;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.profileMenu.is-hidden {
    pointer-events: none;
    opacity: 0;
}

.profileMenu__bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(25, 26, 27, 0.4);
}

.profileMenu__content {
    position: absolute;
    left:70%;
    z-index: 1;
    width: 240px;
    height: auto;
    transform: translateX(-50%);
}

@media (min-width: 577px) and (max-width: 992px) {
    .profileMenu__content {
        left: 80%;
    }
}

@media (min-width: 993px) and (max-width: 1400px) {
    .profileMenu__content {
        left: 85%;
    }
}

.hover-underline:hover {
    text-decoration: underline;
}

@media (min-width: 576px) {
    .cus_profileb {
      padding-left: 30px !important;
      padding-right: 30px !important;
    }
}
/* @media (max-width:425px) {
} */
