span.product-flash.red {
    position: absolute;
    top: 10px;
    left: 10px;
    display: inline-block !important;
    z-index: 2;
    background: red;
	 background: -webkit-linear-gradient(to right, #f42249, #ff1800);
	background: linear-gradient(to right, #f42249, #ff1800);
    color: #FFF;
    padding: 5px 10px;
    border-radius: 20px;
    font-weight: bold;
	    box-shadow: 0px 0px 10px #00000040;
}
span.product-flash.newin {
      position: absolute;
    top: 10px;
    right: 10px;
    display: inline-block !important;
    z-index: 2;
    background: #30e8bf;
    background: -webkit-linear-gradient(to right, #30e8bf, #35ff6c);
    background: linear-gradient(to right, #30e8bf, #35ff6c);
    color: #1b2e2c;
    padding: 5px 10px;
    border-radius: 20px;
    font-weight: bold;
    box-shadow: 0px 0px 10px #00000040;
}

li.item.product.product-item {
    position: relative;
}
.page-layout-1column .toolbar-products {
	position: relative !important;
}
.old-price {
    text-decoration: line-through;
}
.special-price {
    color: red;
}