.dali-product-labels-wrapper{
	width: 100%;
	position: absolute;
    top: 0;
    left: -10px;
    display: flex;
    flex-direction: column;
}
.dali-product-label{
	display: flex;
}
.dali-label{
	width: 125px;
    margin: 0 0 10px 0;
}
.dali-image-label{
	width: 100px;
}
.dali-image-label img{
	width: 100%;
}
.dali-text-label span{
	display: block;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	line-height: 20px;
	padding: 5px 15px;
    border-radius: 5px;
}
.daliDiscountLabel{
	position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.daliDiscountLabel img{
	width: 75px !important;
}
.daliDiscountLabel span{
	width: 100%;
	text-align: center;
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 16px;
	font-weight: 700;
}