






/* Large grid view */
.cbp-vm-view-grid {
	
}
.cbp-vm-view-grid .grid-products-list{
	list-style: none;
	margin: 0;
	padding: 20px;
	width: 102%;
	margin-left: -2%;
	overflow:hidden;
	-moz-box-sizing: border-box; 
    box-sizing: border-box;
}
.cbp-vm-view-grid .grid-products-list li{
	display: block;
	float: left;
	padding: 0;
	background:#fff;
	width: 31.33333333%;
	margin-left: 2%;
	margin-bottom: 2%;
	
}
.cbp-vm-view-grid  .grid-products-list li .list-product-image img{
	width:100%;
	height:auto;
	display:block;
}
.cbp-vm-view-grid .list-product-name{
	text-align:center;

}
.cbp-vm-view-grid .list-product-jshop-price{

	height:50px;
	text-align:center;
}











/* List view */
.cbp-vm-view-list {
	
}
.cbp-vm-view-list .grid-products-list{
	list-style: none;
	margin: 0;
	padding: 20px;
	width: 100%;
	overflow:hidden;
	-moz-box-sizing: border-box; 
    box-sizing: border-box;
}
.cbp-vm-view-list .grid-products-list li{
	display: block;
	padding: 0;
	background:#fff;
	margin-bottom: 2%;
	clear:both;
	overflow:hidden;
	background:#f2f2f2;
	position:relative;
	
}
.cbp-vm-view-list .grid-products-list li .list-product-image img{
	width:30%;
	height:auto;
	display:block;
	float:left;
	margin-right:20px;
}
.cbp-vm-view-list .list-product-name{
	text-align:left;
	padding:10px 0px;
}
.cbp-vm-view-list .list-product-jshop-price{
	width:150px;
	text-align:right;
	position:absolute;
	right:0;
	left:0;
	height:50px;
	line-height:50px;
	color:#f9a123;
	font-size:18px;
}








