
/*
 * DG HOME WHATSAPP ONLY
 * Tutte le regole sono limitate alla classe aggiunta dal plugin.
 * Nessuna regola su body, tema, pulsanti generici, Sound o Vendi da privato.
 */
.dghwo-whatsapp-button{
    position:fixed !important;
    right:18px !important;
    bottom:20px !important;
    left:auto !important;
    top:auto !important;

    width:56px !important;
    height:56px !important;
    min-width:56px !important;
    min-height:56px !important;
    max-width:56px !important;
    max-height:56px !important;

    padding:0 !important;
    margin:0 !important;
    border:0 !important;
    border-radius:50% !important;

    background:#25D366 !important;
    color:#FFFFFF !important;

    display:flex !important;
    align-items:center !important;
    justify-content:center !important;

    text-decoration:none !important;
    box-shadow:0 5px 18px rgba(0,0,0,.18) !important;
    z-index:2147483646 !important;

    transform:none !important;
    overflow:hidden !important;
}

.dghwo-whatsapp-button:hover,
.dghwo-whatsapp-button:focus{
    background:#20BD5A !important;
    color:#FFFFFF !important;
}

.dghwo-whatsapp-button svg{
    display:block !important;
    width:31px !important;
    height:31px !important;
    fill:#FFFFFF !important;
    color:#FFFFFF !important;
    margin:0 !important;
    padding:0 !important;
}

@media (max-width:767px){
    .dghwo-whatsapp-button{
        right:14px !important;
        bottom:18px !important;
        width:54px !important;
        height:54px !important;
        min-width:54px !important;
        min-height:54px !important;
        max-width:54px !important;
        max-height:54px !important;
    }
}
