.fma_oow_icon{
    top: 0;
}
@media screen and (min-width:200px) and (max-width: 995px) {
    .fma_order_on_whatsapp_btn_on_shop_page{
        max-width: 100% !important;
        white-space: unset !important;
    }
}
@media screen and (min-width:200px) and (max-width: 355px) {
    .whatsapp_contact, .whatsapp_contact_cart_page{
        max-width: 100% !important;
        white-space: unset !important;
    }
}
@media screen and (min-width:200px) and (max-width: 355px) {
    .whatsapp_contact, .whatsapp_contact_cart_page{
        max-width: fit-content !important;
    }
}
@media screen and (min-width:992px) and (max-width: 1170px) {
    .whatsapp_contact_cart_page{
        max-width: fit-content !important;
        white-space: unset !important;
    }
}