.categories {
	color: #656565;
	font-family: 'Roboto Condensed', Arial, Geneva, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 25px 0 15px 0;
}

.group_categories {
	list-style-type: none;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}

.list_category a {
	transition: all 0.3s;
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	margin-right: 10px;
	padding: 0 15px;
	height: 30px;
	background: #f2f2f2;
	border-radius: 6px;
	overflow: hidden;
	color: #656565;
	font-weight: 500;
}

.list_category a:hover {
	color: #da251d;
	text-decoration: none;
}