#seProductsTab .sePromoText {
  font-size: 14px;
  font-weight: 700;
  color: #202020;
}

#ProductDetails .sePromoText {
  font-size: 16px;
  padding: 8px 15px;
  margin: 10px 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: 700;
}

#ProductDetails .sePromoText.FITSALE {
  color: #202020;
  border: 1px solid #bce8f1;
  background-color: #d9edf7;
  border-bottom: 2px solid #21407c;
}

#ProductDetails .sePromoText.SHOESALE {
  color: #ffffff;
  border: 1px solid #9a0000;
  background-color: #b30000;
  border-bottom: 2px solid #333;
}
