.filters_mods {
	display: flex;
	flex-wrap: wrap;
	padding: 0 10px;
	padding-bottom: 20px;
}

.filter_mod {
	width: 80px;
	font-weight: bold;
	text-align: center;
	display: flex;
	flex-direction: column;
	text-decoration: none;
	margin: 10px;
	align-items: center;
	font-size: 16px;
	min-height: 146px;
}

.filter_mod span {
	font-weight: normal;
	font-size: 14px;
	margin-top: 2px;
}

.filter_mods_icon {
	width: 75px;
	height: 75px;
	background-size: cover;
	background-position: center;
	margin-bottom: 7px;
	border-radius: 50%;
}
.plus,
.minus {
	position: relative !important;
}
.plus::before,
.minus::before {
	position: absolute;
	font-size: 35px;
	color: #4d6dda;
	top: 20px;
	left: 27px;
	content: '+';
}
.minus::before {
	top: 15px;
	left: 32px;
	content: '-';
}

.filter_mod:hover {
	color: #4d6dda;
}
