.sale-image,
.new-image{
	position: absolute;
	top: 10px;
	z-index: 9;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	padding: 10px 5px;
    font-size: 14px;
    font-weight: 400;
    height: 80px;
    width: 80px;
    line-height:18px;
    text-align: center;
    display: table;
}
.sale-image.sale-image-label,
.new-image.new-image-label{
	width: auto;
	height: auto;
	-webkit-border-radius:0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 0;
}
.sale-image.sale-bag-img,
.new-image.new-bag-img{
	width: auto;
	height: auto;
	-webkit-border-radius:0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 0;
	background-repeat: no-repeat;
	background-size: cover;
}
.sale-image .sale-title,
.new-image .new-title{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.top_left{
	left: 10px;
}
.top_right{
	right: 10px;
}
.item{
	position: relative;
}
.product-grid .sale-image,
.product-grid .new-image,
.products-grid .sale-image,
.products-grid .new-image{
    font-size: 12px;
    height: 65px;
    width: 65px;
}
.product-grid .sale-image.sale-image-label,
.product-grid .new-image.new-image-label,
.products-grid .sale-image.sale-image-label,
.products-grid .new-image.new-image-label{
	width: auto;
	height: auto;
}
.product-grid .sale-image.sale-bag-img,
.product-grid .new-image.new-bag-img,
.products-grid .sale-image.sale-bag-img,
.products-grid .new-image.new-bag-img{
	width: auto;
	height: auto;
}







@media only screen and (max-width: 768px){
	.sale-image,
	.new-image{
		width: 70px;
		height: 70px;
		font-size: 12px;
	}
	.product-grid .sale-image,
	.product-grid .new-image,
	.products-grid .sale-image,
	.products-grid .new-image{
		font-size: 10px;
		width: 55px;
		height: 55px;
	}
}