.product_cat{
	display:inline-block;
	background-color:rgba(255,255,255,0.9);
}

.product_cat li{
	padding:7px 15px;
	margin:0 15px;
	border-bottom:1px dashed #aaa;
	font-size:14px;
}

.product_cat li:last-child{
	border-bottom:0px dashed #aaa;
}


#hotProduct{
	margin-top:80px;
}

#hotProduct .product_cat a{
    font-size:22px;
	background-color:#f4f4f4;
	display:inline-block;
	font-weight:700;
	padding:3px 10px;
	margin-bottom:20px;
}

#hotProduct .product_cat a.current{
    font-size:22px;
	background-color:#bd0000;
	color:#fff;
}


#hotProduct .row{
   margin-bottom:0px;
}

.product_item{
	text-align:center;	
}

.product_item .more{
	text-align:center;
	padding-top:80px;
	
}
.product_item .more a{
	background-position: 16px 44px;
    padding-bottom: 40px;
    padding-right: 0px;
}

.product_item .more a:hover{
	background-position: 21px 44px;
    padding-bottom: 40px;
    padding-right: 0px;
}

.product_item .mid_menu{
	float: initial;
    margin-top: 25px;
}

.product_img {
    height: 150px;
	
}

.product_img img{
    vertical-align: middle;
	
}

.product_item{
    height: 250px;
    padding: 0;
    margin: 15px 0px;
}



.product_item_container{
	padding-bottom: 20px;
	padding-top: 20px;
    margin-bottom: 50px;
    border-right: 1px dashed #ccc;	
}


@media (max-width: 1199px){
	#hotProduct .mid_menu .rfq_link{
		width: 84px;
		margin-bottom: 10px;
	}


}


@media (max-width: 991px){
	.product_item_container{
		border-right: 0px dashed #ccc;		
		
	}

}

@media (max-width: 499px){
	.product_item_container{
		width:100%;	
		
	}

}

.product_name{
	text-align:left;
}

.product_name p{
	width:80%;
	font-weight:700;
}

.product_price{
	text-align:left;
	width:80%;
	margin-left:auto;
	margin-right:auto;
}

.mid_menu .cart_link.added{
    background-image: url(../img/icon_cart_w.png);
    background-repeat: no-repeat;
    background-position: 7% center;	
	background-color:#bd0000;
    border: 2px solid #bd0000;

}
.mid_menu .cart_link.added a{
    	color:#fff;

}

.mid_menu .rfq_link.added{
    background-image: url(../img/icon_rfq_w.png);
    background-repeat: no-repeat;
    background-position: 7% center;	
	background-color:#bd0000;
    border: 2px solid #bd0000;

}
.mid_menu .rfq_link.added a{
    	color:#fff;

}