.quicksearch-list{height:450px;overflow-y:auto;}
.banner-phone{color: rgb(255 241 44);
	font-weight: 600;}
@media(min-width:470px){
	.w-12-hbon{
		width:12.5%;
	}
}
@media(max-width:470px){
	.w-6-hbon{
		width:50%;
	}
}
.home-cat-img{ 
	background: #fff;
	border-radius: 10px;
	padding: 11px;
	margin: 10px 0;
}
.home-cat-wrapper{    background: linear-gradient(269deg, #dddddd, #e1e1e1);
	border-radius: 10px; }
@media(max-width:470px){
	.home-cat-item-title{line-height: 1.2;
		font-size: 11px;
		font-weight: 800;}
}
@media(max-width:470px){
	.hbon-breakpoint {
		width: 33.3%;
	}
}
@media(min-width:470px) and (max-width:768px){
	.hbon-breakpoint{
		width:25%;
	}
}
@media(min-width:768px) and (max-width:1024px){
	.hbon-breakpoint{
		width:16.6%;
	}
}
@media(min-width:1024px) {
	.hbon-breakpoint{
		width:12.5%;
	}
}