.label_container {
    display: flex;
    width: 30%;
    position: relative;
    z-index: 8;
    align-items: center;
}

.product_label {
    line-height: normal;
    position: absolute;
    display: flex;
    width: 100%;
}

.product-item-photo {
    position: relative;
    display: block;
}

.configurable_product_label {
    line-height: normal;
    position: absolute;
    display: flex;
    width: 100%;
}
p.label_text {
    white-space: nowrap;
}
.product_view_label_container {
    display: flex;
    width: 20%;
    position: relative;
    z-index: 9;
    align-items: center;
}
.product_view_label, .configurable_product_view_label {
    line-height: normal;
    position: absolute;
    display: flex;
    width: 100%;
   
}
.product.media {
    position: relative;
}
p.label_text {
    color: #000000;
    white-space: nowrap;

}
.product_labels_view {
    width: 30% !important;
}
