.box-home{
	color: #000;
}
.box-home:hover{
	text-decoration: none;
}
.box-home:hover .box{
	border: solid 1px red;
	text-decoration: none;
}
.box{
	background: #fff;
	border: solid 1px #ddd;
	margin: 10px 0;
	transition: all ease 0.5s;
	border-radius: 5px;
}
.box>.box-body{
	position: relative;
	padding: 7px;
	height: auto;
}
.box>.box-galeri{
	position: relative;
	padding: 0;
	min-height: 150px;
	max-height: 250px;
	overflow: hidden;
}
.box-img{
	height: auto;
	position: relative;
}
.box-img>img{
	width: 100%;
}
.box>.box-body>.box-description{
	padding: 5px;
	text-align: center;
}
.box-description>h4{
	font-size: 13pt;
	text-align: center;
	margin: 5px 0;
	font-weight: 500;
	color: #1E90FF;
}
.news-title{
	font-size: 15px;
	padding: 0;
}
.box-description>._price{
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	display: block;
	text-align: center;
	color: #FF4825;
	font-size: 16px;
	font-weight: bold;
	padding: 6px 0;
	border-top: solid 1px #ddd;
}
.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;
}
._label-view{
	position: absolute;
	top: 5px;
	right: 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;
}
.desc:nth-child(2){
	border-left: solid 1px #fff;
}
	
.box-right>.box-body>.box-img{
	height: 160px;
}
.box-default .box-img{
	height: 175px;
}