/* Floating widget */
.waps-float{
    position:fixed;
    bottom:20px;
    right:20px;
    background:#25D366;
    color:#fff;
    padding:12px 18px;
    border-radius:30px;
    font-weight:600;
    text-decoration:none;
    box-shadow:0 2px 6px rgba(0,0,0,.2);
    z-index:9999;
}
.waps-float:hover{background:#128C7E}

/* Inline/product buttons inherit Woo styles but can be customised */
.waps-inline-btn{
    background:#25D366!important;
    border-color:#1DA851!important;
    color:#fff!important;
}
.waps-inline-btn:hover{background:#128C7E!important;border-color:#0f7a68!important;color:#fff!important}
