.product-grid, .product-thumb, .product-thumb .image, .thumbnails > li, .thumbnails .main-image-wrapper { 
	position: relative;
}
.stickers {
	display: flex;
	position: absolute;
	top: 4px;
	left: 4px;
	flex-direction: column;
}
.sticker1 {
    	background: #FF3D33;
}
.sticker2 {
    	background: #61B5FA;
}
.sticker3 {
    	background: #6CC622;
}
.sticker4 {
    	background: #FFA133;
}
.sticker1, .sticker2, .sticker3, .sticker4 {
	border-radius: 4px;
	color: #fff;
	font-family: Arial;
	font-size: 11px;
	font-weight: 700;
	padding: 0 5px;
	margin-bottom: 2px;
	text-align: center;
	text-transform: uppercase;
	z-index: 100;
}
