/* Add here all your CSS customizations */
#whatsapp-button {
    position:fixed;
    bottom: 60px;
    right: 10px;
    z-index: 99999;
}

@media(max-width:575px) {
    #scrollUp,
    #back-top {
        right: 16px;
    }
    #whatsapp-button {
        right: 16px;
        bottom: 10px;
    }
}