.stickers-ns {
	left: 5px;
	position: absolute;
	top: 5px;
	transition: all 0.15s ease 0s;
	z-index:99;
}
.stickers-ns .fa{
	font-size: 14px;
	vertical-align: middle;
}
.stickers-ns > .sticker-ns {
	margin-bottom: 5px;
}
.sticker-ns {
    clear: left;
    float: left;
    font-size: 12px;
    font-weight: 400;
    padding: 2px 6px;
    position: relative;
    text-transform: initial;
    font-style: italic;
    box-shadow: 0 1px 3px rgb(0 0 0 / 30%);
}
i.fa.fa.fa-hourglass-end.fa-fw {
    font-size: 10px;
    position: relative;
    top: -1px;
}
.product-item:hover .stickers-ns, .product-block:hover .stickers-ns , .thumbnails:hover .stickers-ns{
	opacity:0;
	transition: all 0.15s  ease 0s;
	z-index:-1;
}
.product-thumb:hover .stickers-ns{
	opacity:0;
	transition: all 0.15s  ease 0s;
	z-index:-1;
}
.sticker-ns.procent-skidka {
	background: #e55b4c none repeat scroll 0 0;
	color: #fff;
	font-weight: 600;
	opacity: 0.75;
	z-index: 99;
	transition: all 0.15s  ease 0s;
}