/* manufacturers logos - start */
.manufacturers-block {
    clear: both;
	margin-top:50px;
}
.manufacturers-logos-wrapper .logos-images img {	
	width:11%;
	margin-right:1.4%;	
	box-sizing: border-box;
	vertical-align:middle;
}
.manufacturers-logos-wrapper .logos-images img.last{
	margin-right:0!important;
}

.manufacturers-logos-wrapper{
	margin: 20px auto;
	text-align: center;
}

.manufacturers-logos-wrapper h1 {
	margin-bottom: 0;
	font-size: 26px;
 	font-weight: 600;
}

.manufacturers-logos-wrapper p {
	margin-bottom: 2em;
}

@media only screen and (min-width:320px) and (max-width:480px){
	.manufacturers-logos-wrapper .logos-images img{
		width:46%;
	}
}
@media only screen and (min-width:481px) and (max-width:767px){
	.manufacturers-logos-wrapper .logos-images img{
		width:23%;
	}
}
@media only screen and (min-width:768px) and (max-width:1190px){
	.manufacturers-logos-wrapper .logos-images img{
		width:10.8%;
	}
}
/* manufacturers logos - end */


/* header custom - start */
@media only screen and (max-width:480px){
	.header-custom {
		width:100%;
	}
	.header-custom .phone-number{
		margin-top:8px;
		width:100%;
	}
	.header-custom .text{
		display:none;
	}
	
}
/* header custom - end */

.productlist-itemline span.decrease-qty,
.productlist-itemline span.increase-qty {
	font-size: 17px;
	height: 32px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	width: 30%;
	padding: 0;
	box-sizing: border-box;
	max-width: 26px;	
}


.productlist-itemline input.input-text-qty {
	height: 32px;
	width: 40%;
}

@media only screen and (max-width:310px){
	.shared_table.product_list_product_holder td {
		padding: 0;
	}
}

/* credit limit exceeded warning message */

.credit-exceeded {
    	color: black;
	padding: 10px 20px;
	background: lightyellow;
}

.credit-exceeded::before {
   	content: "\26A0";
	font-size: 22px;
	vertical-align: sub;
	color: red;
	margin-right: 5px;
}

