.grid .color-list-container,
.grid .product-desc,
.grid .comments_note,
.grid  .left-block .pos_quick-view,
.product_list.list  li  .quick-view{
	display:none;
}
.product_list  li{
	margin-bottom:30px;
	max-height: 470px;
}
.product_list.list  li .button-container{
	border-top: 1px dotted #ccc;
}
.product_list.list  li .right .content_price{
	border-bottom: 1px dotted #ccc;
	padding-bottom:10px;
}
.product_list.list  li .button-container a{

	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	-ms-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
}
.product_list.list  li .button-container a:hover{
}
.product_list.list  li   h5 a{
	font-size:14px;
	line-height:14px;
}
.product_list.list  .old-price,	
.product_list.list .price.product-price{
	font-size: 25px;
    line-height: 25px;
}
.product_list.list li h5 a:hover{
	color: #fe4e4e;
}
.product_list.list  .right{
	text-align:left;
}
.color-list-container ul {
	overflow:hidden;
	margin-bottom:15px;
}
.color-list-container ul li{
	margin:0;
	float:left;display:inline;
}
.color-list-container ul li a{
	display:block;
	width:20px;
	height:20px;
	margin-right:5px;
	border:1px solid #ddd;
}
.listProducts.list  .item-top{
	position:relative;
}
.listProducts.list  .item-top .pos_quick-view{
	bottom: 30px;
    position: absolute;
    right: 30px;
}
.listProducts.list  .item-top .pos_quick-view a{
	background: #aaa;
    color: #fff;
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
}
.listProducts.list  .item-top .pos_quick-view a:hover{
	background:#ec5355;
}