
.product-labels.labels-rounded .product-label {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px 7px;
	min-height: 50px;
	border-radius: 35px;
	font-size: 14px;
}

.product-labels.labels-rounded .label-with-img {
	padding: 0;
	min-height: auto;
	max-width: 55px;
}

.product-labels.labels-rounded .out-of-stock {
	max-width: 50px;
	font-size: 12px;
}

@media (max-width: 576px) {
	.product-labels.labels-rounded .product-label {
		min-height: 40px;
		font-size: 10px;
	}
	
	.product-labels.labels-rounded .label-with-img {
		min-height: auto;
	}
}
