.ef-header {
    display: none;
}

.ef-sub-category {
    display: none;
}

.category-details {
    display: none;
}

@media (max-width: 991.95px) {
    .ef-header {
        height: auto !important;
        border: none !important;
        padding: 25px 0px;
        margin: 0;
        display: block;
        background: #fff !important;
    }

    .ef-header-open {
        padding: 25px 0px 0px;
    }

    .eh-mobile-logo{
        display: flex;
        align-items: center;
        width: 25%;
    }
    
    .ef-header .container-fluid {
        justify-content: start;
    }
    
    .ef-header .ef-header-logo img {
        width: 100%;
    }
    
    .ef-header .navbar-toggler {
        border: none;
    }
    
    .ef-header .ef-collapse .navbar-nav {
        width: 100%;
        border: none;
        font-size: 1.125rem;
        font-weight: 700;
        text-transform: uppercase;
        text-align: left;
        background: #fff;
        line-height: 36px;
        padding: 10px 0;
    }
    
    .ef-header .ef-collapse .navbar-nav li {
        width: 100% !important;
        background: transparent;
    }
    
    .ef-header .ef-collapse .navbar-nav li a {
        background: transparent;
        text-align: left;
        color: inherit;
        outline: none;
        font-size: 18px;
        box-shadow: unset !important;
    }
    
    .ef-header .ef-collapse .navbar-nav li .nav-link{
        padding: 8px 18px;
        width: 100%;
        box-shadow: unset !important;
    }
    
    .ef-collapse ul,
    .ef-collapse ul li {
        background: transparent;
        border: none;
    }
    
    .dropdown-toggle::after {
        border: none;
    }


    .ef-header .header-menu {
        flex-wrap: nowrap;
        justify-content: space-between !important;
    }

    .ef-dropdown-menu {
        display: none !important;
    }

    .ef-dropdown-menu.show {
        display: block !important;
        background: #f8f8f8;
        margin: 0;
    }

    .ef-dropdown-menu li {
        display: flex;
        padding: 4px 26px;

    }

    .ef-category-list{
        display: flex;
        align-items: center;
    }

    .ef-dropdown-menu .ef-category-list .dropdown-item{
        padding: 0px 6px;
        text-transform: capitalize;
    }

    .ef-category-list img{
        width: 15px;
        height: 15px;
    }

    

    .dropdown-toggles::after {
        background: url(../../img/easyhome-facelift/downarrow.svg);
        border: none;
        position: absolute;
        right: 10px;
        height: 20px;
        background-size: 20px;
        width: 28px;
        content: "";
        background-repeat: no-repeat;
        top: 14px;
    }

    .dropdown-toggle.show::after{
        transform: rotate(180deg);
        right: 20px;
        top: 10px;
    }

    .utility-row {
        padding-top: 30px;
    }

    .language-toggle-parent {
        display: flex
    }

    #mobile-uitlity-bar {
        padding: 18px 16px;
        background: #f8f8f8;
    }

    #mobile-uitlity-bar .utility-row:first-child {
        padding-top: 10px;
    }

    #mobile-uitlity-bar .bt {
        color: #005da5;
        display: inline-block;
        font-weight: 700;
        padding: 0;
    }

    .mobile-search-wrapper{
        width: 30%;
    }

    .mobile-search-wrapper #search_header{
        width: 100%;
    }

    .bt {
        background-color: transparent;
        border: 1px solid transparent;
        border-radius: .25rem;
        display: inline-block;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        padding: .375rem .75rem;
        text-align: center;
        -webkit-user-select: none;
        user-select: none;
        vertical-align: middle;
    }

    .locale-text {
        font-weight: 500;
        margin-left: .5rem;
        color: #333;
        font-size: 16px;
    }

    .location-name span {
        margin-left: .5rem;
    }


    .category-details{
        background: #f8f8f8;
        width: 100%;
    }

    .category-details img {
        padding: 1rem 1.8rem 0.5rem;
    }

    .separate-menu {
        font-size: 1.125rem;
        font-weight: 700;
        padding: 1rem 2.5rem;
        width: 100%;
        background: #f8f8f8;
    }

    .separate-menu ul li a{
        font-weight: 400;
    }

    .separate-menu .category-title-menu {
        font-weight: 700;
        font-size: 1.125rem;
        color: #555659;
        padding-bottom: 5px;
        text-decoration: underline;
    }

    .separate-menu ul {
        line-height: 42px;
        margin-top: 6px;
    }

    .other-menu {
        display: flex;
        gap: 14px;
        align-items: center;
        color: #333 !important;
        line-height: 1.625rem;
        font-size: 16px;
        font-weight: 500;
    }

    .other-menu span, .other-menu a{
        color: #333 !important;
    }

    .animate {
        animation-duration: 0.3s;
        -webkit-animation-duration: 0.3s;
        animation-fill-mode: both;
        -webkit-animation-fill-mode: both;
    }

    .slideIn {
        -webkit-animation-name: slideIn;
        animation-name: slideIn;
    }

    @keyframes slideIn {
        0% {
          transform: translateY(1rem);
          opacity: 0;
        }
        100% {
          transform: translateY(0rem);
          opacity: 1;
        }
        0% {
          transform: translateY(1rem);
          opacity: 0;
        }
    }
      
    @-webkit-keyframes slideIn {
        0% {
          -webkit-transform: transform;
          -webkit-opacity: 0;
        }
        100% {
          -webkit-transform: translateY(0);
          -webkit-opacity: 1;
        }
        0% {
          -webkit-transform: translateY(1rem);
          -webkit-opacity: 0;
        }
    }
      
    .slide-left {
        position: fixed;
        animation: slide-left 0.6s ease 1;
        width: 100%;
    }

    .slide-top {
        position: fixed;
        animation: slide-top 0.5s ease 1;
        width: 100%;
    }

    @keyframes slide-top {
        0% {
            top: 10%;
            width: 100%;
          }
        100% {
            top: 11%;
            width: 100%;
        }
    }

    @keyframes slide-left {
        0% {
            left: 100%;
            width: 50%;
          }
        100% {
            left: 0;
            width: 100%;
        }
    }
    #navbarToggler{
        padding: 2px 10px 0 0px;
        display: flex;
        align-items: center;
    }
}


@media (max-width: 576px) {
    .mobile-search-wrapper {
        width: 50%;
    }
    
    .eh-mobile-logo{
        width: 35%;
    }

    #navbarToggler{
        padding: 0px 10px 0 0px;
        -webkit-appearance: unset;
        appearance: unset;
    }
}

@media (max-width: 430px) {
    .eh-mobile-logo{
        width: 42%;
    }
}