.single-widget-area {
	position: relative;
	z-index: 1;
	margin-bottom: 80px;
}
.single-widget-area .widget-title {
	margin-bottom: 30px;
	font-size: 22px;
	font-weight: 700;
	text-transform: capitalize;
}
.search-widget-form {
	position: relative;
	z-index: 1;
}
.search-widget-form .form-control {
	padding: 0 35px;
	margin-bottom: 0;
}
.search-widget-form button {
	position: absolute;
	width: auto;
	height: 48px;
	line-height: 50px;
	top: 0;
	right: 15px;
	border: none;
	font-size: 18px;
	color: #707070;
	z-index: 99;
	background-color: transparent;
	cursor: pointer;
}
.cata-list {
	position: relative;
	z-index: 1;
}
.cata-list li a {
	display: block;
	font-size: 16px;
	padding: 10px 0;
	border-bottom: 1px solid #e1e1e1;
	color: #707070;
	font-weight: 400;
}
.cata-list li a:hover, .cata-list li a:focus {
	color: #69C6B5;
}
.cata-list li:first-child a {
	padding-top: 0;
}
.cata-list li:last-child a {
	border-bottom: none;
	padding-bottom: 0;
}
.cata-list.shop-page li a {
	font-size: 16px;
	padding: 5px 0;
	border-bottom: none;
}
.famie-tags {
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -5px;
}
.famie-tags li a {
	display: inline-block;
	padding: 5px 15px;
	background-color: #f2f4f5;
	margin: 5px;
	color: #707070;
	font-weight: 400;
}
.famie-tags li a:focus, .famie-tags li a:hover {
	background-color: #69C6B5;
	color: #fff;
}
.single-best-product {
	position: relative;
	z-index: 1;
	margin-bottom: 30px;
}
.single-best-product:last-child {
	margin-bottom: 0;
}
.single-best-product .product-thumbnail {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 90px;
	flex: 0 0 90px;
	max-width: 90px;
	width: 90px;
}
.single-best-product .product-info {
	padding-left: 20px;
	padding-right: 20px;
}
.single-best-product .product-info .pro-name {
	font-weight: 400;
	color: #707070;
	display: block;
	margin-bottom: 5px;
	font-size: 16px;
}
.single-best-product .product-info .pro-name:focus, .single-best-product .product-info .pro-name:hover {
	color: #69C6B5;
}
.single-best-product .product-info h6 {
	margin-bottom: 0;
	font-size: 18px;
}
.single-best-product .product-info .product-rating i {
	font-size: 10px;
	color: #ff9800;
}
.famie-blockquote {
	position: relative;
	z-index: 1;
	margin: 50px 0;
}
.famie-blockquote .quote-icon {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 80px;
	flex: 0 0 80px;
	max-width: 80px;
	width: 80px;
}
@media only screen and (max-width:767px) {
	.famie-blockquote .quote-icon {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50px;
		flex: 0 0 50px;
		max-width: 50px;
		width: 50px;
	}
}
.famie-blockquote .quote-text h5 {
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 15px;
}
@media only screen and (max-width:767px) {
	.famie-blockquote .quote-text h5 {
		font-size: 16px;
	}
}
.famie-blockquote .quote-text span {
	font-weight: 700;
	color: #69C6B5;
	text-transform: uppercase;
}
.share-post {
	position: relative;
	z-index: 1;
}
@media only screen and (max-width:767px) {
	.share-post {
		margin-bottom: 30px;
	}
}
.share-post span {
	font-size: 16px;
	color: #b7b7b7;
	font-weight: 400;
	margin-right: 15px;
	text-transform: capitalize;
}
.share-post .share-icons {
	position: relative;
	z-index: 1;
}
.share-post .share-icons a {
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid #e1e1e1;
	margin-right: 10px;
	text-align: center;
	line-height: 38px;
	color: #707070;
}
.share-post .share-icons a:focus, .share-post .share-icons a:hover {
	background-color: #69C6B5;
	color: #fff;
	border-color: #69C6B5;
}
.post-author-area {
	position: relative;
	z-index: 1;
	padding: 50px 0;
}
.post-author-area .post-author-img {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 80px;
	flex: 0 0 80px;
	max-width: 80px;
	width: 80px;
	margin-right: 20px;
	margin-left: 20px;
	border-radius: 50%;
}
.post-author-area .post-author-img img {
	border-radius: 50%;
}
.post-author-area .post-author-description h6 {
	font-size: 18px;
}
.post-author-area .post-author-description p {
	margin-bottom: 0;
}
 