/*.user-logged-in a.whatssaplink {*/
/*  position: relative;*/

/*}*/
.user-logged-in .js-lpb-component.paragraph.paragraph--type--whatsapp-button.paragraph--view-mode--default {
  height: 50px;
  background: #71bb7d;
  width: 25%;
  float: right;
  z-index: 9999;
  right: -11px;
}

.whatssapwrapper {
  position: relative;
}
a.whatssaplink {
  padding: 0 20px;
  font-size: 35px;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  color: green;
  position: fixed;
  right: 0;
  top: 50%;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  display: flex;
  justify-content: space-between;
  text-decoration: none;
  z-index: 99;
}
a.whatssaplink i {
  margin-right: 10px;
}
