/* Sale badge */
.woocommerce ul.products li.product .onsale {
  top: 16px !important;
  right: 16px !important;
  border-radius: 4px;
  min-height: auto;
  min-width: auto;
  height: auto;
  width: auto;
  padding: 6px !important;
}

.woocommerce span.onsale {
  background-color: #c10007;
  /* 	text-transform: uppercase; */
  font-size: 12px;
  line-height: 12px;
}
