@media(max-width:1000px){

    .mobile-bottom-bar,
    .mobile-contact-bar,
    .bottom-contact-bar,
    .sticky-contact-bar,
    .mobile-sticky-bar,
    .mobile-actions-bar,
    .mobile-action-bar,
    .mobile-cta-bar,

    .obacars-mobile-buttons,
    .oc-mobile-actions,
    .oc-mobile-bottom-actions,

    .floating-whatsapp,
    .sticky-whatsapp,
    .bottom-whatsapp,
    .whatsapp-bottom,
    .whatsapp-bar,
    .whatsapp-fixed,
    .mobile-whatsapp,
    .mobile-whatsapp-bar,

    [class*="floating-whatsapp"],
    [class*="sticky-whatsapp"],
    [class*="bottom-whatsapp"],
    [class*="whatsapp-bottom"],
    [class*="whatsapp-bar"],
    [class*="mobile-whatsapp"]{
        display:none !important;
        visibility:hidden !important;
        opacity:0 !important;
        pointer-events:none !important;
    }

    body{
        padding-bottom:0 !important;
        margin-bottom:0 !important;
    }
}
