.buy-container .buy-desc {
  text-align: center;
}
.buy-container .buy-desc a {
  color: #333;
  font-weight: 500;
}
.buy-container .buy-button {
  margin-bottom: 20px;
}
.order-button {
  background: #f7991d;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  padding: 11px 15px;
  font-family: RobotoCondensed;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  text-decoration: none;
  text-align: center;
  margin-top: 10px;
  cursor: pointer;
}
.order-button:hover {
  color: #fff;
}
.product--teaser .field--name-field-image-teaser {
  padding: 0 10px;
  margin-bottom: 43px;
}
