.top_mamufacturers,
.top_suppliers {
	overflow: hidden;
}
.top_mamufacturers li .image, .top_suppliers li .image, 
.top_mamufacturers li .noimage, .top_suppliers li .noimage {
	height:167px;
	display: flex;
    align-items: center;
}
.top_mamufacturers li a, .top_suppliers li a {display:flex; flex-direction: column; justify-content: space-between;}
.top_mamufacturers h1.page-heading,
.top_suppliers h1.page-heading {
	font-size:32px; 
	font-weight:600; 
	color:#456BB5; 
	line-height: normal;
	border: none;
    font-weight: 600;
	margin-bottom: 20px;
	text-align:center;
}

.top_mamufacturers ul,
.top_suppliers ul {
	overflow: hidden;
}

.top_mamufacturers li,
.top_suppliers li {
	float: left;
	text-align: center;
	margin-right: 2%!important;
    margin-bottom: 20px;
}

.top_mamufacturers li:nth-child(6n),
.top_suppliers li:nth-child(6n) {
	margin-right: 0px !important;
}


/*.top_mamufacturers li:nth-child(7n), .top_suppliers li:nth-child(7n) {clear:left;} */

.top_mamufacturers li a img,
.top_suppliers li a img {
	width: auto;
    max-width: 100%;
    height: auto;
    transition: .3s all;
}

.top_mamufacturers li a img:hover,
.top_suppliers li a img:hover {
	transform: scale(1.1);
}

.top_mamufacturers li span,
.top_suppliers li span {
	    display: block;
    font-weight: 400;
    color: #10476d;
    font-size: 13px;
    text-transform: uppercase;
    margin-top: 8px;
    line-height: 18px;
}

.top_mamufacturers li:hover span,
.top_suppliers li:hover span {
	text-decoration: underline;
}

.panel--body .btn {
	box-sizing: border-box;
	display: inline-block;
	height: 35px;
	margin: 3px 2px;
	text-align: center;
	padding: 0px;
	width: 35px;
}

.panel--body .btn:hover {
	background-color: #456bb5;
	color: #fff;
}

.manu-content-wrapper,
.supp-content-wrapper {
	width: 100%;
	margin: 0 auto;
}

#module-manufacturerlist-manulist .card,
#module-supplierlist-supplist .card {
	background: #fff;
	box-shadow: none;
	border: none;
}

.manu-items {
	overflow: hidden;
	padding: 20px 0;
	border-bottom: 1px solid #a0a0a0;
	;
}

.manu-items h2 {
	font-size: 18px;
	margin: 0px;
	padding-bottom: 5px;
	position: relative;
	font-weight: bold;
	color: #456bb5;
}

.manu-items h2:after {
	height: 2px;
	background-color: #456bb5;
	width: 1%;
	bottom: 0px;
	content: '';
	position: absolute;
	left: 0px;
}

.manu-items ul {
	overflow: hidden;
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.manu-items ul li {
	float: left;
	text-align: center;
	padding: 10px 0;
	margin-right: 18px !important;
	width: calc(12.5% - 18px) !important;
	/*width: 120px !important*/
}

.manu-items ul li:nth-child(8n) {
	margin-right: 0px;
}

.manu-items ul li:nth-child(8n+1) {
	clear: left;
}
.manu-items ul li a {
	display:flex;
	flex-direction: column;
    justify-content: space-between;
}
.manu-items ul li .noimage, .manu-items ul li .image {
	height:121px;
	display: flex;
    align-items: center;
}
.manu-items ul li a img {
	display: inline;
	width: auto;
    max-width: 100%;
	height: auto;
	transition: .3s all;
}

.manu-items ul li:hover img {
	transform: scale(1.1);
}

.manu-items ul li a span {
	display: block;
    font-weight: 600;
    color: #456bb5;
    font-size: 13px;
    text-transform: uppercase;
    margin-top: 8px;
    line-height: 18px;
}

.manu-items ul li:hover a span {
	text-decoration: underline;
	color: #232323;
}

#menufacturar,#suppliers {
	text-align: center;
}

@media screen and (min-width:769px) {
	.top_mamufacturers li,
	.top_suppliers li {
		width: 15%;
		margin-right: 10px;
	}
}

@media screen and (min-width:769px) and (max-width:1024px) {
	.manu-items ul li {
		width: 18.7% !important;
		margin-right: 1.3% !important;
	}
	.manu-items ul li a img {
		height: auto;
	}
	.manu-items ul li:nth-child(5n+1) {
		clear: left;
	}
	.manu-items ul li:nth-child(8n+1) {
		clear: none;
	}
	.top_mamufacturers li,
	.top_suppliers li {
		margin-right: 13px!important;
	}
}

@media screen and (min-width:641px) and (max-width:768px) {
	.top_mamufacturers ul,
	.top_suppliers ul {
		text-align: center;
	}
	.top_mamufacturers li,
	.top_suppliers li {
		margin-right: 1% !important;
		margin-left: 1% !important;
		width: 23%;
	}
	.manu-items ul li {
		width: 23.69% !important;
		margin-right: 1.3% !important;
	}
	.manu-items ul li a img {
		height: auto;
	}
	.manu-items ul li:nth-child(4n+1) {
		clear: left;
	}
}

@media screen and (min-width:480px) and (max-width:640px) {
	.top_mamufacturers ul,
	.top_suppliers ul {
		text-align: center;
	}
	.top_mamufacturers li,
	.top_suppliers li {
		margin-left: 0.8% !important;
		margin-right: 0.8% !important;
		display: inline-block;
		float: none;
		width: 30.3%;
	}
	.manu-items ul li {
		text-align: center;
		width: 32% !important;
		margin-right: 1.9% !important;
	}
	.manu-content-wrapper .manu-items ul li:nth-child(3n) {
		margin-right: 0px !important;
	}
	.manu-items ul li:nth-child(3n+1) {
		clear: left;
	}
	.manu-items ul li:nth-child(8n+1) {
		clear: initial;
	}
	.manu-items ul li a img {
		height: auto;
	}
	.manu-items ul li a span {
		font-weight: normal;
	}
	.top_mamufacturers li:nth-child(6n),
	.top_suppliers li:nth-child(6n) {
		margin-right: 18px;
	}
}

@media screen and (min-width:769px) {
	/* .manu-items ul li {width:19%;} */
}

@media screen and (max-width:479px) {
	.top_mamufacturers ul,
	.top_suppliers ul {
		text-align: center;
	}
	.top_mamufacturers li,
	.top_suppliers li {
		width: 48%;
		margin-right: 0.5%!important;
		margin-left: 0.5%!important;
		float: none;
		display: inline-block;
		vertical-align: top;
	}
	.top_mamufacturers li:nth-child(2n),
	.top_suppliers li:nth-child(2n) {
		margin-right: 0px;
	}
	.manu-content-wrapper .manu-items ul li {
		width: 46.5% !important;
	}
	.manu-content-wrapper .manu-items ul li a img {
		height: auto;
	}
	.manu-content-wrapper .manu-items ul li:nth-child(2n) {
		margin-right: 0px !important;
	}
	.manu-content-wrapper .manu-items ul li:nth-child(3n+1) {
		clear: none;
	}
}