.sticker{position:absolute;top:0;left:0px;z-index:8}
.sticker__item{position:relative;float:left;clear:both;margin:0 0 5px;padding:0 8px 0 11px;line-height:20px;font-size:.8em;opacity:.8;white-space:nowrap;font-weight:bold;}
.sticker__item:before{position:absolute;z-index:2000;left:0;top:100%;content:'';border:2px solid transparent}
.sticker__item:after{position:absolute;display:block;top:0;right:-5px;content:'';width:10px;height:20px;transform:skew(-25deg);background:inherit}
.sticker button span{display:none}

@media (max-width:575px){

	.product-thumb .sticker {left:-11px}
	.product-thumb .sticker__item:before{display:none}

}

.sticker-prod{display: flex;-webkit-box-align: end;-webkit-align-items: flex-end;-ms-flex-align: end;align-items: flex-end;}
.sticker__item-prod{position:relative;float:left;clear:both;margin:0 2px 5px;padding:0 11px 0 11px;line-height:20px;font-size:.8em;opacity:.8;white-space:nowrap;font-weight:bold;}
/*.sticker__item-prod:before{position:absolute;z-index:2000;left:0;top:100%;content:'';border:2px solid transparent}
.sticker__item-prod:after{position:absolute;display:block;top:0;right:-5px;content:'';width:10px;height:20px;transform:skew(-25deg);background:inherit}*/
.sticker-prod button span{display:none}

@media (max-width:575px){

	.product-thumb .sticker-prod {left:-11px}
	.product-thumb .sticker__item-prod:before{display:none}

}