.nbCatalogSectionUtils {margin-bottom: 2rem;}
.nbCatalogSectionUtils__title {padding: 0 1rem 0.5rem; font-weight: 600; color: #000;}

/*1600*/
@media (max-width: 1600px) { 

}

/*1366*/
@media (max-width: 1366px) { 

}

/*desktops*/
@media (max-width: 1200px) { 

}

/*tablets*/
@media (max-width: 991px) {
	
}

/*phones*/
@media (max-width: 767px) { 
	.nbCatalogSectionUtils__col._filter {display: none !important;}
}