#manufactures_page_list .list .item {
	width: 19%;
	margin-bottom: 0.8rem;
}

#manufactures_page_list .list .item:empty {
	height: 0;
	border: none;
	margin: 0;
	padding: 0
} 


@media screen and (max-width: 991px) {

#manufactures_page_list .list {
	justify-content: space-evenly;
}

#manufactures_page_list .list .item {
	width: 32%;
}

.index_manufactures#manufactures_page_list .item .title {
	font-size: 15px;
}

}


@media screen and (max-width: 767px) {

#manufactures_page_list .list .item {
	width: 49%;
}
	
}


@media screen and (max-width: 575px) {
	
#manufactures_page_list .list {
	display: block;
}

#manufactures_page_list .list .item {
	width: 100%;
}
	
}
