
.action-label-category {
    color: #000;
    font-size: 11px;
    line-height: 5px;
    letter-spacing: 2px;
    text-align: center;
    border: 20px solid #FFF;
    height: 0px;
    width: 10%;
    margin: 0 auto;
    /* padding-right: 49px; */
    border-radius: 50%;
    position: absolute;
    margin-top: 5%;
    margin-left: 8%;
}

.action-label-category > b {
    position: absolute;
    top: -2px;
    left: -17px;
}

.action-label-product > b {
	position: absolute;
    top: -2px;
    left: -20px;
}

.action-label-product {
	color: #000;
	font-size: 16px;
	line-height: 5px;
	letter-spacing: 2px;
	text-align: center;
	border: 36px solid #FFF;
	height: 0px;
	width: 10%;
	margin: 0 auto;
	/* padding-right: 49px; */
    border-radius: 50%;
	position: absolute;
 	margin-top: 5%;
 	margin-left: 8%;
 	
}
