#latest_shop h3 strong{
	color: #ff1e1e;
}
#latest_shop .img-thumbnail{
	border: 0px;
	border-radius: 0px;
	padding: 0px;
	position: relative;
}
#latest_shop .img-thumbnail img,
#latest_shop .img-thumbnail.img-thumbnail-hover-icon:before{
	border-radius: 0px;
}
#latest_shop .owl-carousel.show-nav-title .owl-nav [class*="owl-"] {
    color: #42a538;
}
#latest_shop .img-thumbnail p{
	position: absolute;
	left: 0px;
	bottom: 0px;
	background-color: rgba(0,0,0,0.5);
	color: #fff;
	width: 100%;
	z-index: 1;
	padding: 5px 10px;
}

#review-box a {
	display: block;
	border: 1px solid #eee;
	overflow: hidden;
	border-radius: 5px;
}

#review-box .txtbox {
	padding: 12px;
	background: linear-gradient(#fff,rgba(255, 255, 255, 0.9));
}

#review-box .txtbox h4 {
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#review-box .txtbox p {
	margin-bottom: 0;
}