/*****************************/
/*** Core html setup stuff ***/
/* Tran Thanh Sang */
/* sangtialia@gmail.com */
/*****************************/
/*browser */
div.product-list .item{
	margin-bottom:30px;
	text-align:center;
}
div.product-list .item .thumb{
	min-height:200px;
	margin:5px;
	text-align:center;
	border:1px solid #ccc;
	margin-bottom:20px;
}
div.product-list .item h4{
	font-weight:600;
	min-height:45px;
	font-size:16px;
	text-transform:uppercase;
	
}
div.product-list .item h4 a{
	color:inherit;
}
div.product-list .item .price{
	text-align:center;
}
div.product-list .item .price b{
	color:#F00;
}
div.product-list .item .price del{
	color:#999;
}
/* list 2 (right) */
div.product-list-2 .item{
	margin-bottom:30px;
	text-align:center;
}
div.product-list-2 .item .thumb{
	min-height:190px;
	margin:5px;
	text-align:center;
	border:1px solid #e6e6ed;
	margin-bottom:20px;
}
div.product-list-2 .item h4{
	color:inherit;
	font-weight:600;
	min-height:45px;
	font-size:16px;
	
}
div.product-list-2 .item h4 a{
	color:inherit;
}
div.product-list-2 .item .price{
	text-align:center;
}
div.product-list-2 .item .price b{
	color:#F00;
}
div.product-list-2 .item .price del{
	color:#999;
}

/* product categories */
div.product-cat-list .item{
	text-align:center;
	margin-bottom:20px;
}
div.product-cat-list .item .thumb{
	padding:0 0 0 0;
	text-align:center;
	height:auto;
	position:relative;
	overflow:hidden;
	border:2px solid #083f88;
	
}
div.product-cat-list .item .thumb img{
	width:100%;
	transition: all 500ms ease 0s;
	
	box-sizing: border-box;
}
div.product-cat-list .item .thumb img:hover{
	transform: scale(1.1);
}
div.product-cat-list .item h3{
	color:#bf1724;
	font-size:13px;
	position:absolute;
	height:35px;
	line-height:35px;
	float:left;
	margin-top:-35px;
	opacity: 0.7;
	background:#083f88;
	color:#FFF;
	text-transform:uppercase;
	padding:0 0;
	transition: all 200ms ease 0s;
	left:0;
	right:0;
}
div.product-cat-list .item h3:hover{
	background:#333;
}
/* product detail */
.product-detail .icons .bookmark{
	float:left;
}
.product-detail .icons .g-plus{
	float:left;
}

