@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;
    }
    .footer::before {
        content: "";
        position: absolute;
        background: url(../img/flo2_mobo.png);
        left: 0px;
        top: 0px;
        width: 68px;
        height: 89px;
    }
    .footer::after {
        content: "";
        position: absolute;
        background: url(../img/flo1_mobo.png);
        right: 0px;
        bottom: 0px;
        width: 78px;
        height: 84px;
    }
    .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: left;
    } 
    .inactive{
        position: relative;
        top: 7px;
        float: right;
    }
    #webmobile-menu .nav-link {
        color: #3C3C3C;
        font-family: 'Urbanist';
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 155%; /* 24.8px */
        text-transform: capitalize;
        padding: 12px 24px;
        margin-bottom: 8px;
    }
    
    #webmobile-menu {
        clear: both;
        position: absolute;
        top: 95px;
        width: 100%;
        max-width: 176px;
        background: #FFF;
        left: 0px;
        padding: 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;
        background: #F9F9F9;
        border-bottom: 1px solid var(--Teal-Light, #439D97);
    }
    .currency_dropdown {
        display: flex;
        flex-direction: column;
        position: fixed;
        background: #FFFFFF;
        border: none;
        border-top: none;
        width: 176px;
    }
    .btn_currency {
        color: #3C3C3C;
        font-family: 'Urbanist';
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 155%;
        border-radius: 0px;
        text-align: left;
        padding-left: 24px;
    }
}
/* --------------------------------------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 {
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 12px;
        padding-right: 12px;
    }
    .footer_top {
        display: flex;
        flex-direction: column;
        margin-bottom: 40px;
        align-items: flex-start;
    }
    .footer_bottom {
        display: none;
    }
    .footer_bottom_mobile {
        display: block;
        padding-top: 24px;
        border-top: 1px solid var(--BG-Blue, #F2FAFF);
    }
    .footer_bottom_left {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }
    .footer_bottom_right {
        margin-top: 24px;
    }
    .ftl_mo {
        width: 115px;
        height: 47px;
    }
    .footer_top_left {
        gap: 0px;
        margin-bottom: 24px;
    }
    .cart_icon_div {
        padding-left: 0px;
        margin-top: 0px;
    }
}
