@import url("https://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css");
.stickers-ns {
	left: 0px;
	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: 600;
	padding:2px 6px;
	position: relative;
	text-transform: uppercase;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.stickers-rs {
    right: 6px;
    position: absolute;
    top: 10px;
    transition: all 0.15s ease 0s;
    z-index: 99;
    height: 40px;
    width: 40px;
}

.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 {
	/* font-family: Roboto Condenced,fontawesome  !important; */
	background: rgba(255,25,0,.9) none repeat scroll 0 0;
	color: #fff;
	font-weight: 600;
	opacity: 0.75;
	z-index: 99;
	transition: all 0.15s  ease 0s;
	font-size: 2em;
	font-style: italic;
	line-height: 1em;
	border-radius: 0 1em 1em 0;
	line-height: 24px;
}

.sticker-ns.special {
	/* font-family: fontawesome !important; */
	margin-bottom: 5px;
    background: #fd6500 none repeat scroll 0 0;
    color: #ffffff;
	text-align: center;
	line-height: 20px;


}