@media only screen and (max-width: 600px){
    .mobile-head {
        z-index: 99 !important;
        padding: 16px 24px;
        height: 50px;
    }
    .mobile-slide-menu {
        display: none;
        position: fixed;
        width: 100%;
        top: 2px;
        height: 100% !important;
        z-index: 5;
        opacity: 1;
    }
    #webmobile-menu .nav-link.active {
        background: #4B90C5;
        color: #FFFFFF;
    }
    .mobile-slide-menu .mobile-slide-head {
        position: absolute;
        width: 100%;
        padding: 5px 24px;
        align-items: center!important;
    }
    .user_shipping{
        position: fixed;
        right: 79px;
        top: 10px;
    }
    #webmobile-menu {
        clear: both;
        position: absolute;
        top: 101px;
        padding: 25px;
        width: 100%;
        background: #FBFBF9;
    }
    .mobile-slide-menu .mobile-slide-head .menuactive {
        position: relative;
        top: 13px;
        float: right;
    } 
    .inactive{
        position: relative;
        top: 7px;
        float: right;
    }
    #webmobile-menu .nav-link {
        font-family: 'Josefin Sans';
        font-size: 15px;
        font-weight: 500;
        line-height: 26px;
        color: #375EB1;
        text-align: center;
        text-transform: capitalize;
        padding-top: 24px;
        padding-bottom: 24px;
        border-bottom: 1px solid #D0D0D0;
    }
    
    #webmobile-menu {
        clear: both;
        position: absolute;
        top: 80px;
        padding: 0px;
        width: 100%;
        max-width: 100%;
        background: #FFFEFF;
        right: 0px;
        padding: 0px 0 24px 0px;
    }      
    .nav_heading{
        position: relative;
    }
    .inactive, .menuactive{
        font-family: 'SoleilRegular';
        font-size: 16px;
        line-height: 36px;
        font-weight: 400;
        color: #2C3F29;
    }
    .header_divider{
        background: #BEC543;
        height: 1px;
        width: 100%;
        max-width: 90%;
        margin: auto;
        margin-bottom: 30px;
    }
    .header-top {
        padding: 16px 0px;
    }
    
}
/* --------------------------------------pp----------------------------------------- */
@media only screen and (max-width: 600px){
    .hambuger-title h2 {
        font-family: 'Mazzard-SemiBold';
        font-size: 40px;
        line-height: 100%;
        font-weight: 600;
        color: #F5A937;
        letter-spacing: 2px;
        text-transform: lowercase;
    }
    .bg_border_policy {
        padding-top: 2rem;
    }
    .privcy-box-content p {
        font-family: 'Inter';
        font-size: 16px;
        line-height: 23px;
        text-align: left;
        color: #12394A;
        font-weight: 400;
        letter-spacing: 0.5px;
    }
    .hambuger-pp {
        padding-bottom: 0.5rem;
        padding-left: 1rem;
        padding-right: 0.5rem;
    }        
    .footer {
        background: url(../img/footer_bg_mobo.png);
        background-repeat: no-repeat;
        background-size: cover;
        padding: 24px 12px;
    }
    .footer_menu{
        margin: 0px 0px 24px;
    }
    .footer_bottom p {
        font-family: 'Josefin Sans';
        font-size: 15px;
        line-height: 26px;
        font-weight: 500;
        color: #FFFFFF;
        text-decoration: none;
        display: block;
        letter-spacing: 1px;
        text-transform: capitalize;
        opacity: 1;
        padding: 0px;
        margin-bottom: 20px;
        max-width: 217px;
    }
    .footer_menu p.detail_foot {
        font-family: 'Inter';
        font-style: normal;
        font-size: 18px;
        line-height: 34px;
        font-weight: 400;
        color: rgba(255, 255, 255, 0.7);
        text-decoration: none;
        text-align: left;
    }
}
