.wpf-whatsapp {
    position: fixed !important;
    bottom: 20px;
    width: 60px;
    height: 60px;
    background-color: #C2AD99;
    border-radius: 50%;

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

    z-index: 999999 !important;
    isolation: isolate;

    box-shadow: 0 4px 10px rgba(0,0,0,.3);
    transition: transform .2s ease;
}

.wpf-whatsapp i {
    font-size: 32px;
    color: #fff;
    line-height: 1;
}


.wpf-whatsapp:hover {
    transform: scale(1.1);
}

.wpf-right {
    right: 20px;
}

.wpf-left {
    left: 20px;
}

.wpf-whatsapp svg {
    width: 32px;
    height: 32px;
    display: block;
}

@media (max-width: 768px) {
    .wpf-whatsapp {
        bottom: 85px;
    }
}
