body {
  font-family: 'roboto';
}

.buy-button {
  background-image: none;
  background-color: #b49238 !important;
  border: none !important;
  border-radius: 50px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  padding: 5px 25px;
  font-size: 18px;
  box-sizing: border-box;
  vertical-align: middle;
  margin: 0 !important;
}

.main-product-title {
  font-family: 'roboto';
  color: black !important;
  font-weight: 100;
}

.main-name {
  font-family: 'roboto';
  color: black !important;
  font-weight: 400;
}

.price-badge{
  background-color: black;
  width: 100px;
}