.productcard.style2 .avatar img{
	display:block;
	margin:auto;
	max-width:100%;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	height: 175px;
	padding: 15px;
}
.productcard .avatar {
	background: #FFF;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.productcard.style2{
	border-radius:7px;
	height:300px;
	max-height:350px;
	position:relative;
	margin-bottom:10px;
}
.productcard.style2 .info .title{
	text-align:center;
	font-size:14px;
}
.productcard.style2 .info .desc *{
	font-size:12px;
	display:inline-table;
	padding:1px;
}
.productcard.style2 .info .desc.short-desc{
	padding: 5px;
	margin:5px;
	height:20px;
	display: none;
}
.productcard.style2 .info .desc.short-desc:after{
	content: '...';
}
.item-unit-desc{
	display:none!important;
}
@media (max-width:330px){
	.productcard.style2{
		border-radius:7px;
		height:245px;
		max-height:330px;
		position:relative;
	}
	.productcard.style2 .info .desc{
		font-size:1px;	
	}
	.productcard.style2 .info .desc.short-desc{
		display:none;
	}
	.productcard.style2 .info .desc *{
		font-size:11px;
		display:inline-table;
		padding:1px;
	}
	body .productcard.style2 .in-cart{
		left:50%;
		width:90px;
		font-size:11px;
		margin-left:-45px;
		z-index:110;
	}
}
.productcard.style2 .ui.left.corner.label::after, .productcard.style2 .ui.corner.label::after{
	display:none;
}
.productcard.style2 .in-cart{
	left:50%;
	margin-left:-55px;
}
.productcard.style2 .special_label{
	left:40px;
	border-top-left-radius:0;
	border-bottom-left-radius:0;
	top:10px;
	width:80px;
	font-size:11px !important;
	text-align:right;
}
.productcard.style2 .ui.corner.label{
	left:50%;
	width:0px;
	height:0px;
	line-height:0px;
	margin-left:0px;
	margin-top:0px;
	top:25%;
	background:rgba(0,0,0,0.6);
	z-index:10;
	color:#FFF;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	overflow:hidden;
}
.productcard.style2 .info .desc::before{
	display:none;
}
.productcard.style2:hover .ui.corner.label{
	width:40px;
	height:40px;
	line-height:40px;
	margin-left:-20px;
	margin-top:-20px;
}
.productcard.style2 .ui.corner.label i{
	background:rgba(0,0,0,0.4);
	color:#FFF;
	display:block;
	width:0px;
	height:0px;
	line-height:0px;
	border-radius:6px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	font-size:0;
}
.productcard.style2:hover .ui.corner.label i{
	width:40px;
	height:40px;
	line-height:40px;
	font-size:18px;
}
.product-search{
	position: absolute;
	left:0;
	bottom: 0;
	width:290px;
	padding: 20px;
	background: rgba(0,0,0,0.6);
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
.product-search input{
	width:80%;
	float:right;
	margin:0;
	padding: 5px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border: none;
	background: rgba(0,0,0,0.6);
	color:#FFF;
	font-size:13px;
	height: 40px;
}
.product-search button{
	width:20%;
	float:right;
	margin:0;
	padding: 5px;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	border: none;
	background: rgba(0,0,0,0.9);
	color:#FFF;
	height: 40px;
}
table{
	width:100%;
}
table tr td{
	padding:10px;
	border-bottom: 1px dotted #CCC;
}


