
.block-categories,
#search_filters_suppliers,
#search_filters_brands,
#search_filters,
#subcategories,
.block-category{
	background-color: #f4f4ec;
}

.block-category h1{
	color: white;
	font-size: 7rem;
    text-transform: lowercase;
    font-weight: 300;
	margin-top: -2rem;
}
@media (max-width: 768px) {
	.block-category h1 {
		font-size: 1rem;
		font-weight: 300;
		margin-top: -1rem;
		color: #000;
		text-transform: uppercase;
		font-weight: 300;
		letter-spacing: 2px;
	}
}