﻿@media screen and (min-width: 320px) and (max-width: 1024px) {
    img.logo {
        width: 80px !important;
    }

    img.mobile-menu-logo {
        width: 90px;
    }

    .categories::before,
    .categories::after {
        display: none !important;
    }

    .main-title {
        font-size: 24px;
    }

    .home-prd img {
        height: 150px !important;
    }

    .home-prd-details {
        height: 80px;
        font-size: 12px;
    }
    .wellness {
        padding-left: 10px !important;
    }

    .right-panel {
        max-width: 100%;
    }

    .menu {
        position: fixed;
        top: 0;
        left: -280px;
        width: 280px;
        height: 100vh;
        /*        background: #042c19;*/
        background: linear-gradient(45deg, black, #2a2929);
        z-index: 1000;
        transition: all 0.3s ease-in-out;
        box-shadow: 2px 0 6px rgba(0, 0, 0, 0.15);
        padding: 20px 15px;
        overflow-y: auto;
        border-right: 1px solid #858484;
    }


        .menu.open {
            left: 0;
        }


    .mobile-overlay {
        position: fixed;
        width: 100%;
        height: 100%;
        /*        background: rgba(0,0,0,0.6);*/
        top: 0;
        left: 0;
        z-index: 999;
    }


    .main-menu {
        list-style: none;
        padding-left: 0;
        margin: 0;
    }

    .ul.main-menu {
        display: block !important;
        width: 100%;
        margin-bottom: 15px;
    }

    .main-menu li a {
        display: block;
        color: #ebd399 !important;
        font-size: 16px;
        font-weight: 600;
        padding: 4px 0;
    }

    .main-menu li:last-child a {
        border-bottom: none;
    }
    .mbl-rightlinks li a {
        color: #f9df8c !important;
    }

    .myaccount-drop-down span {
        display: none !important
    }
    ul.main-menu {
        display: block !important;
        /* stack vertically */
        font-size: 18px;
    }

        ul.main-menu li {
            margin: 10px 0;
            /* spacing between links */
        }



            ul.main-menu li:last-child a {
                border-bottom: none;
            }

    .closemenu {
        display: block;
        text-align: right;
        font-size: 24px;
        cursor: pointer;
        margin-bottom: 20px;
    }

    .Categories {
        background-color: rgba(0, 152, 70, 1);
        padding: 10px;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        border: none;
        color: #fff;
        z-index: 10000;
    }

    .side-filter {
        position: fixed;
        top: 0;
        left: -100%;
        height: 100vh;
        width: 100%;
        background-color: white;
        z-index: 99999;
        transition: left 0.5s ease;
        overflow-y: auto;
        height: 100vh;
    }

    .mobile-overlay {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        /* background-color: rgba(0, 0, 0, 0.5);*/
        z-index: 9;
    }

    .left-0 {
        left: 0px;
    }
    .subheading {
        font-size: 22px !important;
    }
        .wellness{
        width:100%;
    }
}

/* ==== Desktop Menu (992px and up) ==== */
@media screen and (min-width: 992px) {

    .checkout-sec {
        overflow-y: auto;
        height: 600px;
    }
}