.whatsapp-button {
    position: fixed;
    width: 60px!important;
    height: 60px;
    top: 85%;
    left: 15px;
    background-color: #25d366;
    border-radius: 50px;
    text-align: center;
    font-size: 40px;
    z-index: 500;
    box-shadow: 2px 2px 3px #999;
    padding: 1px 5px 5px
}

.whatsapp-button:hover {
    background-color: #075E54
}

#wa-button {
    color: #fff!important;
    z-index: 501
}

.wa-margin {
    margin-top: 10px
}

#wa-open-options {
    z-index: 500;
    display: none;
    margin-left: 25px;
    font-family: 'Montserrat',sans-serif!important
}

#wa-header {
    background-color: #135600;
    border-radius: 20px 20px 0px 0px
}

#wa-title {
    margin-bottom: 0px;
    padding: 15px;
    padding-left: 25px;
    color: white;
    letter-spacing: 0.01em;
    font-family: 'Montserrat',sans-serif!important;
    font-size: 25px
}

#wa-title-icon {
    color: white;
    font-size: 42px;
    vertical-align: sub
}

#wa-body {
    background-color: #f2ece4;
    padding: 8px 15px 20px 15px;
    border-radius: 0px 0px 50px 50px
}

.wa-list {
    text-align: left;
    position: fixed;
    width: 100%;
    max-width: 320px;
    height: auto; /*260px;*/
    bottom: 5%;
    left: 15px;
    z-index: 500!important
}

.wa-list .link-list {
    padding-bottom: 8px
}

.wa-label {
    background-color: #ffffff;
    margin: 10px 15px;
    border-radius: 5px
}

.wa-inner-label {
    padding: 4px 15px
}

.wa-label-icon {
    color: #135600;
    float: right;
    font-size: 28px;
    opacity: 0.42
}

.wa-label-text {
    vertical-align: sub;
    color: #333333
}