@media screen and (max-width: 1024px) {
    .menubar .mega-menu .submenu-list {
        min-width: 130px;
    }
    .mega-menu .submenu-list .image {
        max-width: 120px;
        margin: auto;
    }
}


@media screen and (max-width: 767px) {
    .support-btn {
        right: 50px;
        bottom: 35px;
        width: 40px;
    }
    .support-btn.open{
        width: auto;
    }
    .whatsapp-btn {
        right: 15px;
        bottom: 30px;
        width: 40px;
    }
    .support-btn .text{
        width: 140px;
    }
    .menubar {
        border-top: 0;
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        height: 100vh;
        overflow: auto;
        background: white;
        width: var(--sidebar-width);
        z-index: 999;
        display: none;
    }
    .mobile-sidebar{
        position: fixed;
        top: 0;
        left: -100%;
        bottom: 0;
        height: 100vh;
        overflow: auto;
        background: white;
        width: 75%;
        box-shadow: 0 0 5px 0 #ddd;
        transition: .4s all;
        z-index: 9999;
    }
    .mobile-sidebar-overlay{
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        background: rgba(0,0,0,.5);
        z-index: 999;
        opacity: 0;
        visibility: hidden;
        transition: .6s all;
    }
    body.sidebar-open .mobile-sidebar{
        left: 0;
    }
    body.sidebar-open .mobile-sidebar-overlay{
        opacity: 1;
        visibility: visible;
    }

    .mobile-sidebar .login-box{
        height: 75px;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }
    .mobile-sidebar .login-box a{
        /*color: #909090;*/
        font-weight: bold;
        font-size: 14px;
        text-transform: uppercase;
    }

    .mobile-sidebar ul li {
        display: block;
    }
    .mobile-sidebar > ul li:nth-child(1),
    .mobile-sidebar > ul li:nth-child(4){
        border-bottom: 1px solid #eee;
    }
    .mobile-sidebar ul li a{
        display: flex;
        padding: .75rem 1rem;
        font-size: 14px;
        text-transform: capitalize;
        letter-spacing: 1px;
        align-items: center;
    }

    .mobile-category-menu {
        position: fixed;
        top: 0;
        left: -100%;
        bottom: 0;
        height: 100vh;
        overflow: auto;
        background: white;
        width: 75%;
        box-shadow: 0 0 5px 0 #ddd;
        transition: .4s all;
        z-index: 99999;
    }
    body.sidebar-open .mobile-category-menu.show{
        left: 0;
    }

    .mobile-category-menu > ul li a{
        border-bottom: 1px solid #eee;
    }
    .mobile-category-menu ul.sub-menu1,
    .mobile-category-menu ul.sub-menu2{
        display: none;
        padding-left: 20px;
    }


    .slider-area .owl-carousel .owl-nav [class*=owl-].owl-prev {
        left: 10px;
    }
    .slider-area .owl-carousel .owl-nav [class*=owl-].owl-next {
        right: 10px;
    }
}
