.badge_cat {
 height: 17px;
	padding: 2px 9px 0px 9px;

	border-radius: 29px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-family: 'Graphik LCG', sans-serif;
	font-weight: 500;
	font-size: 9px;
	font-style: italic;
	text-transform: uppercase;
	letter-spacing: 0.3px;
	white-space: nowrap;  //  margin-bottom: 3px;

}

.badge-sale    { background: #FA1055; color: #fff; }
.badge-install { background: #E3F6FF; color: #0a7faa; }
.badge-super   { background: #9E35C9; color: #fff; }
@media screen and (max-width: 560px){
	.badge_cat{
		font-size: 9px;
	}
}