.whatsapp-wrapper {
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 9999;
    position: fixed;
    bottom: 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.whatsapp-wrapper a {
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    align-items: center;
    width: -webkit-fit-content;
    width: fit-content;
    padding: 8px 11px;
    border: 0 ! important;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    background-color: #089d4b;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-animation-name: wpwab-buzz-light;
    animation-name: wpwab-buzz-light;
    -webkit-animation-duration: 4s;
    animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.whatsapp-wrapper a .wrapper-text {
    padding: 0 25px;
    text-align: center;
}

.whatsapp-wrapper a .wrapper-text p {
    margin: 0;
    white-space: nowrap;
    line-height: normal;
}

.whatsapp-wrapper a .wrapper-text p:first-of-type {
    font-weight: bold;
    text-transform: uppercase
}

.whatsapp-wrapper a .button-icon {
    font-size: 30px;
    padding: 4px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 10px;
    line-height: 1;
    }

@-webkit-keyframes wpwab-buzz-light {
  5% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  10% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  15% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  20% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  25% {
    -webkit-transform: translateX(1px) rotate(0.5deg);
    transform: translateX(1px) rotate(0.5deg);
  }
  30% {
    -webkit-transform: translateX(-1px) rotate(-0.5deg);
    transform: translateX(-1px) rotate(-0.5deg);
  }
  35% {
    -webkit-transform: translateX(1px) rotate(0.5deg);
    transform: translateX(1px) rotate(0.5deg);
  }
  40% {
    -webkit-transform: translateX(-1px) rotate(-0.5deg);
    transform: translateX(-1px) rotate(-0.5deg);
  }
  45% {
    -webkit-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0);
  }
  100% {
    -webkit-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0);
  }
}
@keyframes wpwab-buzz-light {
  5% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  10% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  15% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  20% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  25% {
    -webkit-transform: translateX(1px) rotate(0.5deg);
    transform: translateX(1px) rotate(0.5deg);
  }
  30% {
    -webkit-transform: translateX(-1px) rotate(-0.5deg);
    transform: translateX(-1px) rotate(-0.5deg);
  }
  35% {
    -webkit-transform: translateX(1px) rotate(0.5deg);
    transform: translateX(1px) rotate(0.5deg);
  }
  40% {
    -webkit-transform: translateX(-1px) rotate(-0.5deg);
    transform: translateX(-1px) rotate(-0.5deg);
  }
  45% {
    -webkit-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0);
  }
  100% {
    -webkit-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0);
  }
}