#product-label.lefttop {
    position: absolute;
    left: 0;
    top: 0;
    right: auto;
    bottom: auto;
    z-index: 1;
}

#product-label.leftbottom {
    position: absolute;
    left: 0;
    bottom: 35px;
    top: auto;
    right: auto;
    z-index: 1;
}

#product-label.righttop {
    position: absolute;
    right: 0;
    top: 0;
    bottom: auto;
    left: auto;
    z-index: 1;
}
#category #product-label.righttop {
    position: absolute;
    right: 1rem;
    top: 0;
    bottom: auto;
    left: auto;
    z-index: 1;
}

#product-label.rightbottom {
    position: absolute;
    right: 0;
    bottom: 35px;
    top: auto;
    left: auto;
    z-index: 1;
}
#category #product-label.rightbottom {
    position: absolute;
    right: 1rem;
    bottom: 35px;
    top: auto;
    left: auto;
    z-index: 1;
}

.product-container .product_img_link {
    position: relative;
    display: block;
}

#product #product-label {
    width: auto;
    z-index: inherit;
}

.text-label {
    padding: 5px;
}