.fma_oow_btns{
    margin-bottom: 10px !important;
}
.fma_oow_share_btn_product_pg{
    margin-top: 10px !important;
}
.fma_order_on_whatsapp_btn_on_shop_page{
    font-size: 100% !important;
    display: inline-flex !important;
}
.fma_oow_close_icon{
    top: 12px !important;
}
/* Responsive Media Queries */
@media screen and (min-width:850px) and (max-width:1370px) {
    .fme_oc_popup > div{
        height: 94%;
    }
}
@media screen and (min-width:480px) and (max-width:1370px) {
    .fma_order_on_whatsapp_btn_on_shop_page{
        max-width: 100% !important;
    }
}
@media screen and (max-width: 300px) {
    .whatsapp_contact{
        max-width: 100% !important;
    }
}
@media screen and (min-width:200px) and (max-width: 360px) {
    .whatsapp_contact_cart_page{
        font-size: 18px;
        max-width: fit-content !important;
    }
}
@media screen and (min-width:200px) and (max-width: 950px) {
   #whatsapp_link_cart_page, .whatsapp_share_cart_page{
    margin-bottom: 10px;
   }
}