.whatsapp-link-button {
  display: inline-block;
  width: 100%;
  background-color: #25D366;
  color: white !important;
  padding: 12px 20px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}

.whatsapp-link-button:hover {
  opacity: 0.7;
  cursor: pointer;
}


body .product-page-info__details-buttons{
  margin-top: 110px !important;
}