.catalog-item-container .sticker {
    position: absolute;
    right: 10px;    
    bottom: 106px;
}

.catalog-item-container .sticker img{
	float: left;
	margin-right: 5px;
	width: 40px;
}
.flexslider .sticker {
    position: absolute;
    right: 0;
    z-index: 1;
}

.sticker.hit {
    z-index: 3;
}
.sticker.sale {
    z-index: 4;
}
.sticker.new {
    z-index: 2;
}

