.wcwa-whatsapp-button{
    position: fixed !important;
    bottom: 110px !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50%;
    background: #25D366;
    display: flex !important;
    align-items: center;
    justify-content: center;
    z-index: 999999 !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    transition: 0.3s ease;
    text-decoration: none;
}

.wcwa-whatsapp-button:hover{
    transform: scale(1.08);
}

.wcwa-right{
    right: 10px !important;
}

.wcwa-left{
    left: 10px !important;
}

@media(max-width:768px){

    .wcwa-whatsapp-button{
        width: 45px !important;
        height: 45px !important;
        bottom: 110px !important;
    }

    .wcwa-whatsapp-button svg{
        width: 30px !important;
        height: 30px !important;
    }

}