.row>.box-wrapper{
}
.box-home{
	color: #000;
}
.box-home:hover{
	text-decoration: none;
}
.box-home:hover .box{
	border: solid 1px #0081AB;
}
.box{
	background: #fff;
	border: solid 1px #ddd;
	margin-bottom: 20px;
	transition: all ease 0.5s;
	border-radius: 0 0 5px 5px;
	overflow: hidden;
}
.box>.box-body{
	position: relative;
	padding: 0;
	height: 290px;
}
.box-img{
	height: 169px;
	overflow: hidden;
	position: relative;
}
.box-img>img{
	width: 100%;
	position: absolute;
}
.box>.box-body>.box-description{
	padding: 5px;
	text-align: center;
}
.box-description>h3{
	font-size: 13.5px;
	font-weight: 600;
	text-align: center;
	margin: 5px 0;
	height: 28px;
	overflow: hidden;
}
.box-description>._price{
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	display: block;
	text-align: center;
	color: #FF4825;
	font-size: 14px;
	font-weight: bold;
	padding: 6px 0;
}
.label-new{
	background: #5cb85c;
}
.label-new:before{
	content: "Baru";
}
.label-bekas{
	background: orange;
}
.label-bekas:before{
	content: "Bekas";
}
._label-condition{
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 9;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	padding: 0 5px;
	border-radius: 0.25em;
}
.box-description .desc{
	display: inline-block;
	padding: 0px 7px;
	text-align: center;
	color: #666;
	font-size: 12px;
	margin-top: 5px;
}
.desc:nth-child(2){
	border-left: solid 1px #fff;
}
	
.box-right>.box-body>.box-img{
	height: 160px;
}
.box-default .box-img{
	height: 175px;
}