/*
    Update style
*/
.product-items .product-item-photo .product-item-label .bot-left{
    bottom: 0;
    top: inherit;
}
.product-items .product-item-photo .product-item-label .bot-right{
    bottom: 0;
    top: inherit;
    right: 0;
    left: inherit;
}
.product-items .product-item-photo .product-item-label .top-right{
    right: 0;
    left: inherit;
    top: 0;
}
.product-items .product-item-photo .product-item-label .top-left{
    left: 0;
    right: inherit;
    top: 0;
}