.stickers-ns {
	left        : 0px;
	right       : auto;
	margin-right: 15px;
	position    : absolute;
	top         : -45px;
	bottom      : auto;
	z-index     : 5;
}

.stickers-ns .fa {
	font-size     : 12px;
	vertical-align: middle;
}

.stickers-ns>.sticker-ns {
	margin-top : 2px;
	margin-left: -33px;
}

.sticker-ns {
	font-size    : 16px;
	font-weight  : 600;
	padding      : 15px 30px;
	position     : relative;
	line-height  : 14px;
	border-radius: 30px;
	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;
	}
}

@media (max-width: 500px) {
	.sticker-ns {
		font-size  : 14px;
		font-weight: 600;
		padding    : 10px 20px;
	}

	.stickers-ns>.sticker-ns {
		margin-top : 22px;
		margin-left: -12px;
	}
}