ul.products li.product .wc-new-badge {
	top:0px;
	display: block;
  width: 3.631em;
  padding: 1em 0;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: .857em;
  -webkit-border-radius: 0.382em;
  border-radius: 0.382em;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  z-index: 98;
  background: #2ab6d6;
  -webkit-animation: salepulse 1s infinite;
  -moz-animation: salepulse 1s infinite;
  -o-animation: salepulse 1s infinite;
  animation: salepulse 1s infinite;
  z-index: 99;
  position: absolute;
}