.stickers-ns {
	left: 0px;
	position: absolute;
	top: 10px;
	transition: all 0.15s ease 0s;
	z-index:49;
}
.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: 600;
  padding: 4px 8px;
  position: relative;
}
.sticker-ns:after {
  border-style: solid;
  border-width: 14px 4px 15px 0;
  content: "";
  height: 0;
  position: absolute;
  right: -9px;
  top: 0;
  width: 10px;
}
.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;
}
.procent-skidka {
	background: #2c7fc3 none repeat scroll 0 0;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	line-height: 1;
	padding: 3px 5px;
	position: absolute;
	right: -42px;
	top: -5px;
	z-index: 1;
}
.procent-skidka:before {
	border-color: #2c7fc3 #2c7fc3 #2c7fc3 transparent;
	border-style: solid;
	border-width: 0 3px 18px;
	content: "";
	height: 18px;
	left: -4px;
	position: absolute;
	top: 0;
	width: 5px;
}