.stickers-ns{left:4px;position:absolute;top:4px;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: 13px;
    position: relative;

    box-shadow: 0 1px 3px rgba(0,0,0,0.3);
    padding: 0 4px 0 7px;
    height: 24px;
    line-height: 24px;
}
/*
.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}
.stickers-ns .sticker-ns:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 0;
    margin-left: -1px;
    border-radius: 0 0 3px 0;
    border-left: 8px solid currentColor;
    border-top: 8px solid transparent;
}
.stickers-ns .sticker-ns:after {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    width: 8px;
    height: 8px;
    border-radius: 0 0 0 2px;
    opacity: .7;
    background: -webkit-gradient(linear,left bottom,right top,from(#fff),color-stop(50%,#fff),color-stop(50%,rgba(255,255,255,0)),to(rgba(255,255,255,0)));
    background: linear-gradient(to top right,#fff 0%,#fff 50%,rgba(255,255,255,0) 50%,rgba(255,255,255,0) 100%);
    box-shadow: -2px 2px 3px rgba(0,0,0,.15);
}