.product-page-description a{
    text-decoration: underline;
}

.whatsapp_us a{
  position: fixed !important;
  bottom: 30px;
  right: 30px;
  height: 44px;
  width: 44px;
  background-image: url("../images/WhatsApp-us.svg");
  background-size: 42px;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.3 !important;
}

.whatsapp_us a:hover{
  transform: translateY(-2px);
  transition: all 0.3 !important;
}

.leading-none {
    line-height: 1;
}


#to-top-button {
    position: fixed !important;
    transition: all 0.3 !important;
    height: 40px;
    width: 40px;
    bottom: 30px;
    right: 90px;
    padding: 10px;
    border-radius: 50%;
}

button#to-top-button:hover{
  transform: translateY(-2px);
  transition: all 0.3 !important;
}

@media (max-width: 800px) {
  .whatsapp_us a{
    bottom: 20px;
    right: 20px;
  }
  
  #to-top-button {
    bottom: 20px;
    right: 80px;
}

}