.whatsapp-fixed {
  position: fixed;
  left: 15px;
  bottom: 15px;
}
.whatsapp-fixed img {
  width: 65px;
}
.brand-icons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.brand-icons a {
  width: 100px;
  height: 100px;
  font-size: 0;
  display: inline-block;
  text-decoration: none;
  margin: 5px;
}
.brand-icons a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
table.price td {
  border: 1px solid #555;
  padding: 5px;
}
table.price th {
  border: 1px solid #555;
  padding: 5px;
}
