
.carousel {
	   /* margin: 1.5rem auto;*/
    padding: 0 1.5rem;
}
.carousel .item {
	/*min-height: 330px;*/
    text-align: center;
	overflow: hidden;
}
.carousel .item .img-box {
	height: 160px;
	width: 100%;
	position: relative;
}
.carousel .item img {	
	max-width: 100%;
	max-height: 100%;
	display: inline-block;
	position: absolute;
	bottom: 0;
	margin: 0 auto;
	left: 0;
	right: 0;
	/*width: 140px;*/
    border-radius: 1rem;
}
.carousel .item h4 {
	font-size: 0.85rem;
    margin-top: 0.25rem;
    margin-bottom: 0;
}
.carousel .item .btn {
	color: #333;
    border-radius: 1rem;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    background: none;
    border: 1px solid #ccc;
    padding: 0.5rem 1.5rem;
    margin-top: 5px;
    line-height: 16px;
	background: white !important;
}
.carousel .item .btn:hover, .carousel .item .btn:focus {
	color: black;
	background: #000;
	border-color: #000;
	box-shadow: none;
}
.carousel .item .btn i {
	font-size: 14px;
    font-weight: bold;
    margin-left: 5px;
}
.carousel .thumb-wrapper {
	text-align: left;
	border-right: solid 1px white;
}
.carousel .thumb-content {
	padding: 1rem;
	padding-right:0.5rem;padding-bottom: 0.5rem;
}
.carousel .carousel-control {
	height: 100px;
    width: 25px;
    background: none;
    margin: auto 0;
    background: rgba(0, 0, 0, 0.2);
	    background: black;
}
.carousel .carousel-control i {
    font-size: 30px;
    position: absolute;
    top: 50%;
    display: inline-block;
    margin: -16px 0 0 0;
    z-index: 5;
    left: 0;
    right: 0;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: none;
    font-weight: bold;
}
.carousel .item-price {
	font-size: 11px;
    padding: 2px 0;
    min-height: 2.5rem;
    margin-bottom: 0.5rem !important;
	line-height:1rem;
}
.carousel .item-price strike {
	color: #999;
	margin-right: 5px;
}
.carousel .item-price span {
	color: #86bd57;
	font-size: 110%;
}
.carousel .carousel-control.left i {
	margin-left: -3px;
}
.carousel .carousel-control.left i {
	margin-right: -3px;
}
.carousel .carousel-indicators {
	bottom: -50px;
}
.carousel-indicators li, .carousel-indicators li.active {
	width: 10px;
	height: 10px;
	margin: 4px;
	border-radius: 50%;
	border-color: transparent;
}
.carousel-indicators li {	
	background: rgba(0, 0, 0, 0.2);
}
.carousel-indicators li.active {	
	background: rgba(0, 0, 0, 0.6);
}
.star-rating li {
	padding: 0;
}
.star-rating i {
	font-size: 14px;
	color: #ffc000;
}