.seosa_product_label {
    position: absolute;
    width: 80px;
    height: 80px;
    display: none;
}
.seosa_product_label a,
.seosa_product_label img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    background: transparent!important;
}

.product_list .product-container .left-block a.product_img_link {
    display: inline-block;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    width: -webkit-fill-available;
    width: -moz-available;
    width: fill-available;
}

.seosa_product_label.top-left,
.seosa_product_label.top-center,
.seosa_product_label.top-right {
    top: 0;
}

.seosa_product_label.center-left,
.seosa_product_label.center-center,
.seosa_product_label.center-right {
    top: 50%;
    margin-top: -40px;
}

.seosa_product_label.bottom-left,
.seosa_product_label.bottom-center,
.seosa_product_label.bottom-right {
    bottom: 0;
    margin-top: -40px;
}

.seosa_product_label.top-left,
.seosa_product_label.center-left,
.seosa_product_label.bottom-left {
    left: 0;
}

.seosa_product_label.top-center,
.seosa_product_label.center-center,
.seosa_product_label.bottom-center {
    left: 50%;
    margin-left: -40px;
}

.seosa_product_label.top-right,
.seosa_product_label.center-right,
.seosa_product_label.bottom-right {
    right: 0;
}
.seosa_product_label.liquid-text,
.seosa_product_label.liquid-bottles-text{
    display: flex;
    -flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #4a4a4a;
    color: white;
    border-radius: 20px;
}