/* CSS CUSTOM */

.whatsapp-button i {
 color: #fff;
}

.whatsapp-button {
 width: 60px;
 height: 60px;
 font-size: 28px;
 background-color: #189d0e;
 position: fixed;
 bottom: 20px;
 left: 20px;
 z-index: 99999;
 border-radius: 50%;
 box-shadow: #000 1px 1px 20px;
 display: block;
 display: -webkit-flex;
 display: flex;
 -webkit-align-items: center;
 align-items: center;
 -webkit-justify-content: center;
 justify-content: center;
}