.block-filter {
	background: white;
	width: 100%;
	max-width: 148px;
	height: 55px;
	border-top: 1px solid #D6D6D6;
	border-left: 1px solid #D6D6D6;
	border-right: 1px solid #D6D6D6;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #C90000;;
}
.filter-button span {
	padding-left: 10px;
}