@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;
    }
    .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 {
        color: var(--core-off-white, #FBFBFB);
        text-align: center;
        font-family: 'Poppins';
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 141.059%; /* 33.854px */
        text-transform: capitalize;
        padding-top: 0px;
        padding-bottom: 40px;
    }
    .currency_drop_text_div {
        justify-content: center;
    }
    .currency_drop_text_div img {
        margin-top: -40px;
    }
    #webmobile-menu {
        clear: both;
        position: absolute;
        top: 80px;
        width: 100%;
        max-width: 100%;
        background: #0E0E0E;
        left: 0px;
        padding: 135px 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;
        border-bottom: 1px solid var(--grayscale-500, #F5129A);
        background: var(--core-off-white, #FBFBFB);
    }
    .currency_dropdown {
        display: flex;
        flex-direction: column;
        position: inherit;
        background: #FFFFFF;
        border: none;
        border-top: none;
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
        align-items: center;
        margin-top: -32px;
    }
    .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;
    }
    .footer_desktop {
        display: none;
    }
    .footer_mobo_top {
        display: flex;
        flex-direction: column;
        gap: 32px;
        justify-content: center;
        align-items: center;
        max-width: 327px;
        margin-bottom: 40px;
    }
    .footer_mobo_top_one {
        display: flex;
        flex-direction: column;
        gap: 8px;
        justify-content: center;
        align-items: center;
    }
    .footer_mobo_top_two {
        display: flex;
        flex-wrap: wrap;
        gap: 24px 24px;
        justify-content: center;
        align-items: center;
    }
    .footer_mobo {
        display: block !important;
    }
    .footer_mobo_bottom {
        display: flex;
        flex-direction: column;
        gap: 16px;
        justify-content: center;
        align-items: center;
    }
    .footer_breaker {
        margin-bottom: 16px;
    }
}
/* --------------------------------------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: 'Poppins';
        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: 24px;
        padding-left: 12px;
        padding-right: 12px;
    }
    .footer_top {
        display: flex;
        flex-direction: column;
        margin-bottom: 64px;
        align-items: flex-start;
    }
    .footer_bottom {
        display: none;
    }
    .footer_bottom_mobile {
        display: block;
    }
    .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;
    }
}
