.clear{clear: both;}
.grid, .list{
	border-radius: 3px;
	width: 15px; 
	height:15px; 
	margin-left: 10px; 
	float: left; 
	cursor:  pointer; 
	padding: 5px; 
}

.view-cnt{ width:70px; height: 25px; float: right; margin-right: 15px;}

.grid{background: url(assets/images/switch_products/grid.png) 50% no-repeat;}
.grid:hover{background: #BC68C9 url(assets/images/switch_products/gridw.png) 50% no-repeat;}
.grid-active{ background: #ca79d8 url(assets/images/switch_products/gridw.png) 50% no-repeat; }

.list{background:  url(assets/images/switch_products/list.png) 50% no-repeat;}
.list:hover{background: #BC68C9 url(assets/images/switch_products/listw.png) 50% no-repeat;}
.list-active{background: #ca79d8 url(assets/images/switch_products/listw.png) 50% no-repeat;}

.prods-cnt{
	width: 720px; 
	height:auto; min-height: 400px; 
	margin: 40px auto;
	background-color: #fafafa;

	overflow: auto; 
}

/* Category menu Style */
.category-menu ul{ padding-left: 15px;}
.category-menu ul li{ 
	list-style: none; cursor: pointer;
	float: left; margin-right: 10px;
	background-color: #ca79d8; color: #fff; 
	padding: 5px 10px;
	font-size: 13px;
	border-radius: 3px;
	-webkit-transition:background-color 0.3s ease-in;  
   	-moz-transition:background-color 0.3s ease-in;  
   	-o-transition:background-color 0.3s ease-in;  
   	transition:background-color 0.3s ease-in;
}
.category-menu ul li:hover, .category-menu ul li.cat-active{
	background: #BC68C9;
}

/* Grid Style */
.prod-box{
	width: 190px; height: 260px;
	padding: 10px; margin: 15px;
	background-color: #fff;
	float: left;
}

.prod-box img:first-child, .prod-box-list img:first-child{width: 190px; height: 190px; float: left;}
.prod-box h3 a{
	text-decoration: none;
	width:140px;
	float: left;
	margin: 5px 0;
	color:#888;
	font-size: 14px;
}
.prod-box p{ display: none;}

.prod-box .old{
	margin-right: 20px;
	color: #999 !important;
	text-decoration: line-through;
}
.prod-box .price{
	width: 60px;
	display: inline; 
	float: left;
	color: #181818;
}
.prod-box .buy-ico{
	border-radius: 20px;
	width: 35px; height: 35px;
	float: right;
	margin: 5px;
	cursor: pointer;
	background: #94c54a url(assets/images/switch_products/bag-ico.png) 50%  no-repeat;
	-webkit-transition:background-color 0.3s ease-in;  
   	-moz-transition:background-color 0.3s ease-in;  
   	-o-transition:background-color 0.3s ease-in;  
   	transition:background-color 0.3s ease-in;
}
.prod-box .buy-ico:hover{
	background-color: #BC68C9;
}

/* List View Style */
.prod-box-list{
	height: 190px;
	width: 670px;
	margin: 15px;
	padding: 10px;
	background-color: #fff;
}
.prod-box-list h3 a{
	text-decoration: none;
	width:320px;
	float: left;
	padding:0;
	margin: 0 10px;
	color:#3c2e25;
	/*font: italic normal 22px georgia;*/
	font-size: 22px;
}
.prod-box-list p{
	color: #888;
	width:360px;
	float: left;

	margin: 20px 10px 10px 10px;
	/*font: italic 13px  georgia;*/
	font-size: 13px;
	line-height: 20px;
}
.prod-box-list .buy-ico{
	border-radius: 5px;
	width: 85px; 
	height: 20px;
	color: #fff;
	padding: 5px 5px 5px 30px;
	/*font:italic 12px georgia;*/
	font-size: 12px;
	float: right;
	margin: 5px;
	cursor: pointer;

	background: #ca79d8 url(assets/images/switch_products/bag-ico.png) 5% 50%  no-repeat;
	-webkit-transition:background-color 0.3s ease-in;  
   	-moz-transition:background-color 0.3s ease-in;  
   	-o-transition:background-color 0.3s ease-in;  
   	transition:background-color 0.3s ease-in;
}
.prod-box-list .buy-ico:before{content: "Select Product";	line-height: 22px;  }
.prod-box-list .buy-ico:hover{	background-color: #BC68C9;}

.prod-box-list .old{	
	color: #999 !important; 
	float: right;	
	font-style: 18px;
	text-decoration: line-through;
}
.prod-box-list .price{
	margin-right: 10px;
	display: block; 
	font: italic 20px georgia;
	color: #181818;
	margin:7px;
}
.prod-box-list .price-cnt{ width: 95px; height: auto; float: right; text-align: right;}


/* Css Shadow Effect for the prod-box and prod-box-list div */
 .shadow{
    -webkit-box-shadow: 0px 0px 18px rgba(50, 50, 50, 0.31);
    -moz-box-shadow:    0px 0px 10px rgba(50, 50, 50, 0.31);
    box-shadow:         0px 0px 5px rgba(50, 50, 50, 0.31);
}
