.popup_inner {
    width: 90% !important;
    height: 95% !important;
    left: 2.5% !important;
    margin-top: 0% !important;
}
.popup_inner .fme_oc_popup .woocommerce{
    width: fit-content !important;
}
.fma_oow_share_btn_product_pg{
    margin-top: 10px !important;
}
.fme_oc_popup > div{
    padding-left: 15px;
    left: 0%;
}
.fme_close_btn{
    display: contents;
}
.fme_close_btn > button{
    color: white !important;
}
#Top_bar .menu > li{
    z-index: 0;
}
#whatsapp_link_cart_page{
    display: inline-flex;
}
.fma_oow_close_icon{
    right: 3% !important;
}
/* Responsive Media Queries */
@media screen and (min-width:200px) and (max-width:770px) {
    .fma_order_on_whatsapp_btn_on_shop_page{
        max-width: fit-content;
    }
}
@media screen and (min-width:200px) and (max-width:420px) {
    .whatsapp_contact_cart_page, .whatsapp_contact{
      max-width: fit-content;
    }
}

@media screen and (min-width:955px) and (max-width:1240px) {
    .whatsapp_contact_cart_page{
      max-width: fit-content;
    }
}
@media screen and (min-width:200px) and (max-width:550px) {
    .fma_oow_close_icon{
        top: 5% !important;
    }
    .responsive-menu-toggle{
        z-index: 0 !important;
    }
    .fme_oc_popup > div{
        height: 91% !important;
        top: 5%;
    }
}
@media screen and (min-width:550px) and (max-width:1240px) {
    .responsive-menu-toggle{
        z-index: 0 !important;
    }
    .fme_oc_popup > div{
        height: 94% !important;
        top: 3%;
    }
    .fma_oow_close_icon{
        top: 3%;
    }
    
}
@media screen and (min-width:150px) and (max-width:1600px) {
    #Footer{
        z-index: -1 !important;
    }
}