.count {
  background-color: #ffffff;
}

.woocommerce ul.products li.product .onsale {
  background-color: #ff0000;
  top: 28px;
}

body.single-product.woocommerce span.onsale {
  background-color: #ff0000;
  top: 450px;
}

.woocommerce ul.products li.product .price {
  color: #ff0000;
  font-size: 17px;
}

.woocommerce div.product p.price {
  color: #ff0000;
}

.woocommerce ul.product_list_widget li a {
  color: #0089d9;
}

.woocommerce-price-suffix {
  font-size: 8px;
}

.tagged_as {
  font-size: 1px;
}





.woocommerce-Price-amount.amount {
  background-color: #ffffff;
  color: #3991c4;
}