/*---------------------
  Featured
-----------------------*/

.featured {
	padding-top: 80px;
	padding-bottom: 40px;
}

.featured__controls {
	text-align: center;
	margin-bottom: 50px;
}

.featured__controls ul li {
	list-style: none;
	font-size: 1rem;
	color: #1c1c1c;
	display: inline-block;
	margin-right: 25px;
	position: relative;
	cursor: pointer;
}

.featured__controls ul li.active:after {
	opacity: 1;
}

.featured__controls ul li:after {
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 100%;
	height: 2px;
	background: #1A4957;
	content: "";
	opacity: 0;
}

.featured__controls ul li:last-child {
	margin-right: 0;
}

.featured__item {
	margin-bottom: 50px;
	width: 230px;
}

.ifeatured__item {
	margin-bottom: 50px;
	width: 230px;
}

.featured__item:hover .featured__item__pic .featured__item__pic__hover {
	bottom: 20px;
}

.featured__item__pic {
	border-radius: 1rem;
	width: 300px;
	height: 300px;
	position: relative;
	overflow: hidden;
	background-position: center center;
	border: 1px solid #1f1c1c18;
	box-shadow: 1px 10px 20px 3px #8f43090d;
	display: flex;
	justify-content: center;
	align-items: center;
}

.featured__item__pic:hover {
	box-shadow: 1px 1px 10px 2px #faa9464b;
}

.featured__item__pic__hover {
	position: absolute;
	left: 0;
	bottom: -50px;
	width: 100%;
	text-align: center;
	-webkit-transition: all, 0.5s;
	-moz-transition: all, 0.5s;
	-ms-transition: all, 0.5s;
	-o-transition: all, 0.5s;
	transition: all, 0.5s;
}

.featured__item__pic__hover li {
	list-style: none;
	display: inline-block;
	margin-right: 6px;
}

.featured__item__pic__hover li:last-child {
	margin-right: 0;
}

.featured__item__pic__hover li:hover a {
	background: #FAAA46;
	border-color: #FAAA46;
}

.featured__item__pic__hover li:hover a i {
	color: #ffffff;
	transform: rotate(360deg);
}

.featured__item__pic__hover li a {
	font-size: 16px;
	color: #1c1c1c;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #ebebeb;
	background: #ffffff;
	display: block;
	border-radius: 50%;
	-webkit-transition: all, 0.5s;
	-moz-transition: all, 0.5s;
	-ms-transition: all, 0.5s;
	-o-transition: all, 0.5s;
	transition: all, 0.5s;
}

.featured__item__pic__hover li a i {
	position: relative;
	transform: rotate(0);
	-webkit-transition: all, 0.3s;
	-moz-transition: all, 0.3s;
	-ms-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
}

.featured__item__text {
	text-align: center;
	padding-top: 15px;
	width: 350px;
}

.ifeatured__item__text {
	width: 230px;
}

.featured__item__text h6 {
	margin-bottom: 10px;
}

.featured__item__text h6 a {
	color: #252525;
	font-size: 1.2rem;
	font-weight: bold !important;
}

.featured__item__text h5 {
	color: #252525;
	font-weight: 700;
	font-size: 0.9rem;
}

.vendor-and-rating {
	display: flex;
	justify-content: space-between;
}

.vendor-and-rating span {
	font-size: 1.1rem;
}

.vendor-and-rating span i {
	color: #FAAA46;
	font-size: 1rem;
}

.featured__item__text a {
	text-decoration: none;
	font-size: 0.8rem;
	color: gray;
}

.see-more {
	display: flex;
	width: 100%;
	justify-content: center;
}

.see-more .btn-explore-more {
	background: #1A4957;
	color: white;
	padding: 0.3rem 1rem;
}

.see-more .btn-explore-more:hover {
	color: #FAAA46;
}

.featured__item__text a:hover {
	color: #FAAA46;
}

.featured__item__text .vendor-and-rating p {
	font-size: 0.8rem;
	color: gray;
}

.featured__item__text .description {
	font-size: 1rem !important;
}

/* small devices */
@media only screen and (min-width: 320px) and (max-width: 575px) {
	.featured__item {
		width: 100%;
	}

	.featured__item__pic {
		width: 90%;
		margin: 0 auto;
	}

	.featured__item__text {
		width: 85%;
		margin: 0 auto;
	}
}

@media only screen and (min-width: 575px) and (max-width: 768px) {
	.featured__filter {
		width: 100%;
	}

	.featured__item__pic {
		width: 240px;
		height: 240px;
	}

	.featured__item__text {
		width: 230px;
	}
}

/* medium devices */
@media only screen and (min-width: 992px) and (max-width:1199px) {
	.featured__item__pic {
		width: 300px;
	}

	.featured__item__text {
		width: 290px;
	}
}