.bg-brown-brand-light {
  background-color: #f9f0da;
}
.bg-brown-brand {
  background-color: #652521;
}
.color-brown-brand {
  color: #652521;
}
.bg-brown-brand {
  background: #652521;
}
.text-brown-brand {
  color: #652521;
}
.border-brown-brand {
  border-color: #652521;
}
.bg-brown-custom {
  background: #652521;
}
.bg-brown-custom:hover {
  background: #F5A287;
}
.bg-brown-brand-light {
  background: #F9F0DA;
}
.text-brown-brand-light {
  color: #F9F0DA;
}
.border-brown-brand-light {
  border-color: #F9F0DA;
}
.bg-brown-custom-light {
  background: #F9F0DA;
}
.bg-brown-custom-light:hover {
  background: #F5A287;
}
.bg-pink-brand {
  background: #F5A287;
}
.text-pink-brand {
  color: #F5A287;
}
.border-pink-brand {
  border-color: #F5A287;
}
.bg-pink-custom {
  background: #F5A287;
}
.bg-pink-custom:hover {
  background: #652521;
}
.bg-blue-brand {
  background: #3A99D6;
}
.text-blue-brand {
  color: #3A99D6;
}
.border-blue-brand {
  border-color: #3A99D6;
}
.bg-blue-custom {
  background: #3A99D6;
}
.bg-blue-custom:hover {
  background: #1E479F;
}
.bg-blue-brand-dark {
  background: #1E479F;
}
.text-blue-brand-dark {
  color: #1E479F;
}
.border-blue-brand-dark {
  border-color: #1E479F;
}
.bg-blue-custom-dark {
  background: #1E479F;
}
.bg-blue-custom-dark:hover {
  background: #3A99D6;
}
.bg-brown-brand {
  background: #652521;
}
.text-brown-brand {
  color: #652521;
}
.variation-border-color {
  border-color: #f5a287;
}
.variation-border-color:hover {
  border-color: #652521;
}
.text-color-price-discount {
  color: #374151;
}
.text-color-price {
  color: #1e479f;
}