/* Hide MSRP / RRP price but keep You Save visible */
.price-section--withoutTax.rrp-price--withoutTax {
  display: none !important; }

/* Default / Was price text and price color */
.price-section--withoutTax.non-sale-price--withoutTax,
.price-section--withoutTax.rrp-price--withoutTax {
  color: #999999;
  /* light gray for container text */
  font-size: 18px;
  /* increase size */
  font-weight: 600;
  /* make slightly bold */ }

.price--non-sale,
.price--rrp {
  color: #999999 !important;
  /* light gray for price */
  font-size: 18px;
  /* increase size */
  font-weight: 600;
  /* make slightly bold */ }

/* Sale label "Sale:" */
.price-now-label {
  color: #FF0000 !important;
  /* red color */
  font-size: 18px;
  /* adjust size as needed */
  font-weight: 600;
  /* make slightly bold */
  margin-right: 3px;
  /* space between label and price */ }

/* Sale price (currently has class price--withoutTax) */
.price-section--withoutTax .price--withoutTax {
  color: #FF0000 !important;
  /* red */
  font-size: 18px !important;
  /* bigger font */
  font-weight: 600;
  /* make slightly bold */ }

/* You Save text and price color */
.price-section--saving .price {
  color: #012369;
  /* navy blue for all text and amount */
  font-size: 16px;
  /* increase size */
  font-weight: 600;
  /* make slightly bold */ }

.default-reviews .stars i {
  color: #ffb400;
  /* gold */
  font-size: 16px; }

.default-reviews .rating-text {
  font-weight: 500;
  color: #555; }

.low-stock {
  color: red;
  font-weight: bold;
  font-size: 16px;
  margin: 10px 0; }
