.action-label-category,
.action-label-product {
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	line-height: 1;
	height: 50px;
	width: 50px;
	position: absolute;
	margin-top: 0;
	margin-left: 0;
	z-index: 2;
	background: var(--theme-red);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.action-label-category b,
.action-label-product b {
	font-weight: 300;
}
.action-label-product {
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	line-height: 1;
	height: 50px;
	width: 50px;
	position: absolute;
	margin-top: 0;
	margin-left: 0;
	z-index: 2;
	background: var(--theme-red);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	left: 130px;
}

