.stickers-ns {
	left: 0px;
	right: auto;
	margin-right: 15px;
	position: absolute;
	bottom:0px;
	top:auto;
	z-index:5;
}
.stickers-ns .fa{
	font-size: 12px;
	vertical-align: middle;
}
.stickers-ns > .sticker-ns {
	margin-top: 8px;
	margin-right: 8px;
}
.sticker-ns {
	font-size: 9.5px;
	font-weight: 600;
	padding: 4px 7px;
	position: relative;
	line-height: 14px;
	border-radius: 3px;
	text-align: center;
	min-width: 40px;
}
@media (min-width: 992px) {
	.product-item:hover .stickers-ns, .product-block:hover .stickers-ns{
		opacity:0;
		z-index:-1;
	}

	.product-thumb:hover .stickers-ns{
		opacity:0;
		z-index:-1;
	}
}
.sticker-ns.procent-skidka {
	background: #53A974;
	color: #fff;
}
.sticker-ch-pd.procent-skidka {
	font-size: 10px;
	padding: 2px 6px;
	position: relative;
	line-height: 16px;
	border-radius: 3px;
	background: #53A974;
	color: #fff;
	z-index: 99;
	display: inline-block;
	transition: all 0.15s  ease 0s;
	margin-left: 5px;
}
@media (min-width: 1200px) {
	.sticker-ch-pd.procent-skidka {
		margin-left: 15px;
	}
}
