.item .product-item-info {
	position: relative;
}
.sticker-wrapper-productpage, .sticker-wrapper-category{
    position: absolute;
    transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -webkit-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    z-index: 2;
    top: 0px;
}
.sticker-wrapper-category{
    right: 0px;
    /*padding-top: 25%;*/
}
.sticker-wrapper-productpage{
    right: 1px;
    padding-top: 12.5%;
}
.sticker-wrapper-productpage img{
    width: 100px;
}
.sticker-wrapper-category img{
    width: 80px;
}
.stock.productlabel {
    display: block;
    padding-bottom: 8px;
}
.product-info-main .product-info-stock-sku > .product-label-message {
    display: block;
    padding: 3px 0;
}