body[data-hhun="1"] #header-outer.detached{
    top: 25px;
}
header#top nav .sf-menu{
    margin-left: 80px;
}
nav .sf-menu .menu-title-text{
    font-size: 1rem;
}

header#top .right-aligned-menu-items .nav-mobile{
    display: flex;
}
header#top #custom-header-search-container{
    display: none;
}

header#top #custom-header-search-container .custom-search-form{
    display: flex;
    width: 100%;
}
body #header-outer #top nav>ul>li.current-menu-item>a .menu-title-text{
    font-weight: 700;
}
body #header-outer #top nav>ul>li.current-menu-item>a .menu-title-text:after{
    content: '';
    width: 90%;
    position: absolute;
    bottom: -7px;
    height: 2px;
    background-color: #4a545b;
    left: 50%;
    transform: translateX(-50%);
}
@media screen and (min-width: 1000px) {
    body[data-hhun="1"]:not(.no-scroll) #header-outer[data-remove-fixed="1"]:not(.detached){
        top: 10px;
    }
}
@media screen and (min-width: 1200px) {
    header#top>.container{
        max-width: 1600px;
        padding-inline: 20px;
    }
    header#top #logo{
        margin-top: 20px;
        margin-bottom: 20px;
        margin-left: 35px;
    }
    #header-outer nav>ul>.megamenu.nectar-megamenu-menu-item>.sub-menu{
        padding-bottom: 60px;
        padding-top: 87px;
    }
    #header-outer nav>ul>.megamenu.nectar-megamenu-menu-item>.sub-menu .menu-title-text:not(.nectar-inherit-h5){
        padding-left: 15px;
        padding-bottom: 10px;
    }
    #header-outer nav>ul>.megamenu.nectar-megamenu-menu-item>.sub-menu .menu-title-text:not(.nectar-inherit-h5):last-child{
        padding-bottom: 0;
    }
    #header-outer #top nav > ul li a:hover{
        color: #4a545b;
        padding-left: 10px;
        transition: padding-left 0.1s ease-in-out;
    }
    header#top>nav .sf-menu>.sub-menu>li.menu-item{
        padding-left: 36px;
    }
    #header-outer:not([data-format=left-header]) #top>.container>.row nav>ul{
        gap: 13px;
        padding-left: 35px;
        padding-top: 5px;
    }

    #header-outer:not([data-format=left-header]) #top>.container>.row{
        padding: 10px 0 20px 0;
    }
    #header-outer:not([data-format=left-header]) #top>.container{
        padding-inline: 0;
    }
    header#top>.container .right-aligned-menu-items{
        width: 100%;
        justify-content: flex-end;
        padding-left: clamp(10px, 10vw, 250px);
    }
    header#top>.container .right-aligned-menu-items .nav-mobile{
        display: none !important;
    }
    header#top #custom-header-search-container{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-grow: 1;
    }
    header#top #custom-header-search-container .custom-search-form #custom-s{
        background: transparent;
        display: block;
        width: 100%;
        padding: 0.5625rem 0.5625rem 9px;
        font-size: 0.875rem;
        font-weight: 400;
        line-height: 1.5;
        color: #4a545b;
        appearance: none;
        background-clip: padding-box;
        border: 1px solid #bcc1c7;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        border-right: 0;
        border-radius: 25px 0 0 25px;
    }
    header#top #custom-header-search-container .custom-search-form .custom-search-submit {
        border: 1px solid #bcc1c7;
        background: transparent;
        border-left: none;
        border-radius: 0 25px 25px 0 !important;
        width: 50px;
    }

    header#top #custom-header-search-container .custom-search-form .custom-search-submit .icon-salient-search{
        color: #bcc1c7;
    }
}