.product-label {
    padding: 10px;
    color: #fff;
    height: auto;
    font-weight: bold;
    text-align: left;
    position: absolute;
    top: 0;
    width: 100%;
}
.product-label>span{
    width: 100px;
    padding: 2px;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
    font-size: 11px;
}
.product-label-new{  
  display: inline-block;
  text-align: center;
    background-color: #1b95e0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.product-label-bestseller{
    display: block;
    text-align: center;
    margin-right: 30px;
    background-color: #e36397;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.product-label-sale{
  display: block;
  text-align: center;
  background-color: #f14a46;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.product-label-sold{
  display: block;
  text-align: center;
  background-color: #999;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.product-label-last {
    display: block;
    text-align: center;
    margin-right: 30px;
    background-color: #ff6600;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}