h2 {
	color: #213a8e;
	font-size: 23px;
	font-weight: 300;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	margin: 20px 0 30px;
	font-weight:bold;
}
h2::after {
	content: "";
	width: 100px;
	position: absolute;
	margin: 0 auto;
	height: 4px;
	border-radius: 1px;
	background: #f19200;
	left: 0;
	right: 0;
	bottom: -20px;
}
h3
{
	font-family: "Oswald",cursive;
	color: #000;
	font-size: 20px;
	font-weight: 300;
	text-align:center;
/*	text-transform: uppercase;
*/	position: relative;
}
.carousel {
	margin-bottom: 20px;
}
.carousel .item {
	color: #747d89;
	min-height: 325px;
    text-align: center;
	overflow: hidden;
}
.carousel .thumb-wrapper {
	margin-top: 15px;
	padding: 25px 15px;
	background: #fff;
	border-radius: 6px;
	text-align: center;
	position: relative;
	box-shadow: 0 2px 3px rgba(0,0,0,0.2);
}



.carousel .item .img-box {
	height: 250px;
	margin-bottom: 20px;
	width: 100%;
	position: relative;
}
.carousel .item img {
width: 95%;	
	max-height: 100%;
	display: inline-block;
	position: absolute;
	bottom: 0;
	margin: 0 auto;
	left: 0;
	right: 0;
}

@media(max-width: 640px) and (min-width: 320px){
   .carousel .item img {
    width: 95%;	
	max-height: 100%;
	display: inline-block;
	position: absolute;
	bottom: 80px;
	margin: 0 auto;
	left: 0;
	right: 0;
} 
}
.carousel .item .img-box:hover{
	transition: 0.30s;
	transform: scale(1.1);
}
.carousel .item h4 {
	font-size: 1.3vw;
}
@media(max-width: 578px)
{
	.carousel .item h4 {
	font-size: 3vw;
	}
}
.carousel .item h4, .carousel .item p, .carousel .item ul {
	margin-bottom: 5px;
}
.carousel .thumb-content .btn {
	color: lightblue;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    background: none;
    border: 1px solid lightblue;
    padding: 6px 14px;	
    margin-top: 5px;
    line-height: 16px;
    border-radius: 20px;
}
.carousel .thumb-content .btn:hover, .carousel .thumb-content .btn:focus {
	color: #fff;
	background: lightblue;
	box-shadow: none;
}
.carousel .thumb-content .btn i {
	font-size: 14px;
    font-weight: bold;
    margin-left: 5px;
}
.carousel .carousel-control {
	height: 44px;
	width: 40px;
	background: lightblue;	
    margin: auto 0;
    border-radius: 4px;
	opacity: 0.7;
}
.carousel .carousel-control:hover {
	background: lightblue;
	opacity: 1;
}
.carousel .carousel-control i {
    font-size: 36px;
    position: absolute;
    top: 50%;
    display: inline-block;
    margin: -19px 0 0 0;
    z-index: 5;
    left: 0;
    right: 0;
    color: #fff;
	text-shadow: none;
    font-weight: bold;
}
.carousel .item-price {
	font-size: 13px;
	padding: 2px 0;
}
.carousel .item-price strike {
	opacity: 0.7;
	margin-right: 5px;
}
.carousel .carousel-control.left i {
	margin-left: -2px;
}
.carousel .carousel-control.right i {
	margin-right: -4px;
}
.carousel .carousel-indicators {
	bottom: -50px;
}
.carousel-indicators li, .carousel-indicators li.active {
	width: 10px;
	height: 10px;
	margin: 4px;
	border-radius: 50%;
	border: none;
}
.carousel-indicators li {	
	background: rgba(0, 0, 0, 0.2);
}
.carousel-indicators li.active {	
	background: rgba(0, 0, 0, 0.6);
}
.carousel .wish-icon {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 99;
	cursor: pointer;
	font-size: 16px;
	color: #abb0b8;
}
.carousel .wish-icon .fa-heart {
	color: #ff6161;
}
.star-rating li {
	padding: 0;
}
.star-rating i {
	font-size: 14px;
	color: #ffc000;
}