/* WooCommerce */

/* Sale Badge Color */
.woocommerce .onsale {
background-color: #32CD32;
  font-weight: bold;
  font-size: large;
}
/* Sale Price Color */
.woocommerce .product .price {
  color: #FF0000;
  font-weight: bold;
  font-size: medium;
}
    
  /* Price Wording ins=sale del=Current Price */
}
del .amount::before,
ins .amount::before {
  margin-right: 5px;
}
del .amount::before {
  content: 'WAS:';
}

ins .amount::before {
  content: 'Now:';
}
  /* Product Rating (Stars) Color */
.product .star-rating span:before,
.product .star-rating:before {
    color: #FFD700;
}

/* Add to Car Button Above Description -- Located In Functions.php*/
