@charset "UTF-8";
body {
	color: #666666;
	font-size: 1rem;
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	line-height: 1.8;
	margin: 0;
	overflow-x: hidden;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	color: #000000;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: 10px;
	margin-top: 0;
}
a {
	color: #009688;
	text-decoration: none;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}
a:hover, a:active, a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #a87958;
	outline: none;
	text-decoration: none;
}
a img {
	border: none;
}
.btn:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}
p {
	color: #777;
	margin-bottom: 30px;
}
p:last-child {
	margin-bottom: 0;
}
:active,
:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none !important;
}
::-moz-selection {
	background: #009688;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #009688;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #009688;
	/* Firefox */
	color: #fff;
	text-shadow: none;
}
::-webkit-selection {
	background: #009688;
	/* Safari */
	color: #fff;
	text-shadow: none;
}
img {
	max-width: 100%;
}
iframe {
	border: none !important;
}
textarea:focus, textarea:active, input:focus, input:active {
	outline: none;
}
ul {
	margin: 0;
	padding: 0;
}
ul li {
	list-style: none;
}
pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset {
	margin-bottom: 30px;
}
table p {
	margin-bottom: 0;
}
/*
-----------------------------------------------------------------------
  Common CSS
-----------------------------------------------------------------------
*/
.container {
	padding-left: 15px;
	padding-right: 15px;
}
@media only screen and (min-width: 1200px) {
	.container {
		max-width: 1200px;
	}
}
@media only screen and (max-width: 1199px) {
	.container {
		max-width: 100%;
	}
}
.row {
	margin-right: -15px;
	margin-left: -15px;
}
.row > [class*=col-] {
	padding-right: 15px;
	padding-left: 15px;
}
.section-title {
	margin-bottom: 51px;
}
@media only screen and (max-width: 767px) {
	.section-title {
		margin-bottom: 35px;
	}
}
.section-title .subtitle {
	color: #009688;
	display: inline-block;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 1.6px;
	line-height: 1;
	margin-bottom: 0;
	margin-top: 10px;
	text-transform: uppercase;
}
@media only screen and (max-width: 1199px) {
	.section-title .subtitle {
		font-size: 14px;
		margin-top: 5px;
	}
}
.section-title .subtitle.line-theme-color:after {
	background-color: #009688;
}
.section-title .subtitle.line-white-color:after {
	background-color: #fff;
}
.section-title .title {
	font-size: 40px;
	font-weight: 600;
	letter-spacing: -0.8px;
	line-height: 1;
	margin-bottom: 0;
	margin-top: 0;
}
@media only screen and (max-width: 1199px) {
	.section-title .title {
		font-size: 32px;
	}
}
@media only screen and (max-width: 767px) {
	.section-title .title {
		font-size: 24px;
	}
}
.section-title .title.line-bottom {
	display: inline-block;
	position: relative;
}
.section-title .title.line-bottom:after {
	background-color: #2b2b2b;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	bottom: -1px;
	width: 100%;
	z-index: 1;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}
.section-title p {
	color: #444;
	font-size: 16px;
}
.section-title.separator-line-top {
	padding-top: 85px;
	position: relative;
}
.section-title.separator-line-top:before {
	background-color: #AFE1D5;
	content: "";
	height: 60px;
	left: 50%;
	position: absolute;
	top: 0;
	width: 2px;
}
.section-title.stitle-style2 .subtitle {
	color: #000000;
	font-size: 18px;
	letter-spacing: 0;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.section-title.stitle-style2 .title {
	font-size: 50px;
	font-weight: 400;
	letter-spacing: -1px;
}
@media only screen and (max-width: 767px) {
	.section-title.stitle-style2 .title {
		font-size: 36px;
	}
}
@media only screen and (max-width: 479.98px) {
	.section-title.stitle-style2 .title {
		font-size: 30px;
	}
}
.section-title.stitle-style2 p {
	margin-top: 25px;
}
@media only screen and (max-width: 767px) {
	.section-title.stitle-style2 p {
		font-size: 14px;
	}
}
.section-title.section-light .subtitle {
	color: #fff;
}
.section-title.section-light .title {
	color: #fff;
}
.section-title.section-light .desc p {
	color: #fff;
}
.bg-img {
	background: no-repeat center center;
	background-size: cover;
}
.bg-img.bg-img-top {
	background-position: top center;
}
.bg-img-cover {
	background-size: cover;
}
.site-wrapper-reveal {
	background-color: #FFFFFF;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.niceselect {
	float: inherit;
}
.niceselect .list {
	border-radius: 0;
	width: 100%;
}
.line-hr {
	border-bottom: 1px solid #e2e2e2;
}
.lh-1 {
	line-height: 1;
}
.no-border {
	border: none !important;
}
.z-index-1 {
	z-index: 1;
}
.z-index-2 {
	z-index: 2;
}
.content-items-center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.justify-items-center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.form-message.alert {
	margin-top: 10px;
}
.row-gutter-0 {
	margin: 0;
}
.row-gutter-0 [class*=col-] {
	margin: 0;
	padding: 0;
}
.row-gutter-6 {
	margin-right: -3px;
	margin-left: -3px;
}
.row-gutter-6 [class*=col] {
	padding-left: 3px;
	padding-right: 3px;
}
.row-gutter-4 {
	margin-right: -2px;
	margin-left: -2px;
}
.row-gutter-4 [class*=col] {
	padding-left: 2px;
	padding-right: 2px;
}
.row-gutter-10 {
	margin-right: -5px;
	margin-left: -5px;
}
.row-gutter-10 [class*=col] {
	padding-left: 5px;
	padding-right: 5px;
}
.row-gutter-12 {
	margin-right: -6px;
	margin-left: -6px;
}
.row-gutter-12 [class*=col] {
	padding-left: 6px;
	padding-right: 6px;
}
@media only screen and (min-width: 1200px) {
	.row-gutter-20 {
		margin-right: -10px;
		margin-left: -10px;
	}
	.row-gutter-20 [class*=col] {
		padding-left: 10px;
		padding-right: 10px;
	}
}
.row-gutter-36 {
	margin-right: -18px;
	margin-left: -18px;
}
@media only screen and (max-width: 1199px) {
	.row-gutter-36 {
		margin-left: -15px;
		margin-right: -15px;
	}
}
.row-gutter-36 [class*=col] {
	margin: 0;
	padding-left: 18px;
	padding-right: 18px;
}
@media only screen and (max-width: 1199px) {
	.row-gutter-36 [class*=col] {
		padding-left: 15px;
		padding-right: 15px;
	}
}
.row-gutter-40 {
	margin-right: -20px;
	margin-left: -20px;
}
@media only screen and (max-width: 1199px) {
	.row-gutter-40 {
		margin-left: -15px;
		margin-right: -15px;
	}
}
.row-gutter-40 [class*=col-] {
	margin: 0;
	padding-left: 20px;
	padding-right: 20px;
}
@media only screen and (max-width: 1199px) {
	.row-gutter-40 [class*=col-] {
		padding-left: 15px;
		padding-right: 15px;
	}
}
.row-gutter-45 {
	margin-right: -22.5px;
	margin-left: -22.5px;
}
.row-gutter-45 [class*=col-] {
	margin: 0;
	padding-left: 22.5px;
	padding-right: 22.5px;
}
@media only screen and (min-width: 1200px) {
	.row-gutter-50 {
		margin-right: -25px;
		margin-left: -25px;
	}
	.row-gutter-50 [class*=col] {
		padding-left: 25px;
		padding-right: 25px;
	}
}
@media only screen and (min-width: 1200px) {
	.row-gutter-60 {
		margin-right: -30px;
		margin-left: -30px;
	}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.row-gutter-60 {
		margin-left: -15px;
		margin-right: -15px;
	}
}
@media only screen and (min-width: 1200px) {
	.row-gutter-60 [class*=col-] {
		margin: 0;
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.row-gutter-60 [class*=col-] {
		padding-left: 15px;
		padding-right: 15px;
	}
}
.row-gutter-70 {
	margin-right: -35px;
	margin-left: -35px;
}
@media only screen and (max-width: 1199px) {
	.row-gutter-70 {
		margin-left: -15px;
		margin-right: -15px;
	}
}
.row-gutter-70 [class*=col-] {
	margin: 0;
	padding-left: 35px;
	padding-right: 35px;
}
@media only screen and (max-width: 1199px) {
	.row-gutter-70 [class*=col-] {
		padding-left: 15px;
		padding-right: 15px;
	}
}
.row-gutter-80 {
	margin-right: -40px;
	margin-left: -40px;
}
.row-gutter-80 [class*=col-] {
	margin: 0;
	padding-left: 40px;
	padding-right: 40px;
}
.row-gutter-90 {
	margin-right: -45px;
	margin-left: -45px;
}
.row-gutter-90 [class*=col-] {
	margin: 0;
	padding-left: 45px;
	padding-right: 45px;
}
.row-gutter-150 {
	margin-right: -75px;
	margin-left: -75px;
}
@media (max-width: 1599px) {
	.row-gutter-150 {
		margin-left: -30px;
		margin-right: -30px;
	}
}
@media only screen and (max-width: 1199px) {
	.row-gutter-150 {
		margin-left: -15px;
		margin-right: -15px;
	}
}
.row-gutter-150 [class*=col-] {
	margin: 0;
	padding-left: 75px;
	padding-right: 75px;
}
@media (max-width: 1599px) {
	.row-gutter-150 [class*=col-] {
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media only screen and (max-width: 1199px) {
	.row-gutter-150 [class*=col-] {
		padding-left: 15px;
		padding-right: 15px;
	}
}
.wrapper {
	overflow-x: hidden;
}
.btn-theme {
	background-color: #009688;
	border-color: #009688;
	border-radius: 0;
	color: #fff;
	display: inline-block;
	font-size: 15px;
	font-weight: 400;
	line-height: 25px;
	padding: 21px 37px;
	position: relative;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}
.btn-theme .icon {
	font-size: 23px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 42px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}
.btn-theme .icon.icon-img {
	max-width: none;
	width: auto;
}
.btn-theme:hover, .btn-theme:focus {
	background-color: #f8f3f0;
	border-color: #f8f3f0;
	color: #fff;
}
.btn-theme:hover .icon, .btn-theme:focus .icon {
	right: 40px;
}
.btn-theme.btn-theme-color2 {
	background-color: #f8f3f0;
	border-color: #f8f3f0;
}
.btn-theme.btn-theme-color2:hover, .btn-theme.btn-theme-color2:focus {
	background-color: #009688;
	border-color: #009688;
}
.btn-theme.btn-black {
	background-color: #000000;
	border-color: #000000;
}
.btn-theme.btn-black:hover {
	background-color: #009688;
	border-color: #009688;
	color: #fff;
}
.btn-theme.btn-black.btn-border {
	background-color: transparent;
	border-color: #000000;
	color: #000000;
}
.btn-theme.btn-black.btn-border:hover {
	background-color: #000000;
	border-color: #000000;
	color: #fff;
}
.btn-theme.btn-white {
	background-color: #fff;
	border-color: #fff;
	color: #000;
}
.btn-theme.btn-white:hover {
	background-color: #000;
	border-color: #000;
	color: #fff;
}
.btn-theme.btn-white.btn-border {
	background-color: transparent;
	border-color: #fff;
	color: #fff;
}
.btn-theme.btn-white.btn-border:hover {
	background-color: #fff;
	border-color: #fff;
	color: #009688;
}
.btn-theme.btn-gray {
	background-color: #f4f4f4;
	border-color: #f4f4f4;
	color: #000;
}
.btn-theme.btn-gray:hover {
	background-color: #009688;
	border-color: #009688;
	color: #fff;
}
.btn-theme.btn-border {
	background-color: transparent;
	border: 1px solid #009688;
	color: #009688;
	padding: 5px 25px 5px 25px;
}
.btn-theme.btn-border:hover {
	background-color: #009688;
	border-color: #009688;
	color: #fff;
}
.btn-theme.btn-border.btn-theme-color2 {
	background-color: transparent;
	border-color: #f8f3f0;
	color: #f8f3f0;
}
.btn-theme.btn-border.btn-theme-color2:hover {
	background-color: #f8f3f0;
	border-color: #f8f3f0;
	color: #fff;
}
.btn-theme.btn-border.btn-gray {
	background-color: transparent;
	border-color: #e8e8e8;
	color: #1b1b1b;
}
.btn-theme.btn-border.btn-gray:hover {
	background-color: #009688;
	border-color: #009688;
	color: #fff;
}
.btn-theme.btn-border.btn-white {
	background-color: transparent;
	border-color: #fff;
	color: #fff;
}
.btn-theme.btn-border.btn-white:hover {
	background-color: #009688;
	border-color: #009688;
	color: #fff;
}
.btn-theme.btn-padding {
	padding: 10px 30px 10px 30px;
}
.btn-theme.btn-round {
	border-radius: 25px;
}
.btn-theme.btn-round.btn-slide:before {
	border-radius: 25px;
}
.btn-theme.btn-slide {
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.btn-theme.btn-slide:before {
	background-color: rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	bottom: -40px;
	content: "";
	height: 65px;
	left: -27px;
	position: absolute;
	width: 65px;
	z-index: -1;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}
.btn-theme.btn-slide:after {
	background-color: rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	content: "";
	height: 65px;
	position: absolute;
	right: -27px;
	top: -40px;
	width: 65px;
	z-index: -1;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}
.btn-theme.btn-slide .icon.icon-img {
	right: 42px;
}
.btn-theme.btn-slide:hover:before {
	border-radius: 32.5px;
	bottom: 0;
	height: 100%;
	left: 0;
	opacity: 0;
	width: 100%;
}
.btn-theme.btn-slide:hover:after {
	border-radius: 32.5px;
	height: 100%;
	opacity: 0;
	right: 0;
	top: 0;
	width: 100%;
}
.btn-theme.btn-hover-style {
	background-color: transparent;
	border: 1px solid #3a3a3a;
	color: #000000;
	position: relative;
	z-index: 1;
}
.btn-theme.btn-hover-style:before {
	background-color: #0a1039;
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}
.btn-theme.btn-hover-style:hover {
	color: #fff;
}
.btn-theme.btn-hover-style:hover:before {
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
}
.btn-theme.btn-hover-style-bg {
	background-color: #009688;
	border: 1px solid #009688;
	color: #fff;
	position: relative;
	z-index: 1;
}
.btn-theme.btn-hover-style-bg:before {
	background-color: #0a1039;
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}
.btn-theme.btn-hover-style-bg:hover {
	color: #fff;
}
.btn-theme.btn-hover-style-bg:hover:before {
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
}
.btn-theme.btn-size-xs {
	border-radius: 19px;
	font-size: 15px;
	line-height: 1.5;
	min-height: 38px;
	min-width: 105px;
	padding: 8px 17px;
}
.btn-theme.btn-size-xs .icon {
	right: 20px;
}
.btn-theme.btn-size-xs.btn-border {
	padding: 7px 18px;
}
.btn-theme.btn-size-sm {
	font-size: 14.4px;
	padding: 5.76px 21.6px;
}
.btn-theme.btn-size-md {
	font-size: 15px;
	min-height: 45px;
	min-width: 150px;
	padding: 12px 22px;
}
.btn-theme.btn-size-md .icon {
	right: 22px;
}
.btn-theme.btn-size-md.btn-border {
	padding: 10px 20px;
}
.btn-theme.btn-size-lg {
	font-size: 20px;
	line-height: 1.4;
	padding: 10px 30px 10px 30px;
}
.btn-theme.btn-size-xl {
	height: 50px;
	min-width: 220px;
	text-align: center;
}
.btn-theme.btn-size-xxl {
	height: 52px;
	min-width: 270px;
	text-align: center;
}
.page-title-area {
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.page-title-area.page-title-area2 .container {
	max-width: 1670px;
}
.page-title-area .page-title-content {
	letter-spacing: 0;
	padding: 70px 0 52px;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.page-title-area .page-title-content {
		padding: 75px 0 70px;
	}
}
@media only screen and (max-width: 575px) {
	.page-title-area .page-title-content {
		padding: 50px 0 40px;
	}
}
.page-title-area .page-title-content .title {
	color: #fff;
	font-size: 40px;
	font-weight: 600;
	letter-spacing: -0.8px;
	line-height: 1.2;
	margin-bottom: 13px;
}
@media only screen and (max-width: 1199px) {
	.page-title-area .page-title-content .title {
		font-size: 26px;
	}
}
@media only screen and (max-width: 575px) {
	.page-title-area .page-title-content .title {
		font-size: 18px;
	}
}
.page-title-area .page-title-content .bread-crumbs {
	color: #999999;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 8px;
}
@media only screen and (max-width: 1199px) {
	.page-title-area .page-title-content .bread-crumbs {
		margin-bottom: 0;
	}
}
.page-title-area .page-title-content .bread-crumbs .line-shape {
	margin-right: 19px;
}
@media only screen and (max-width: 575px) {
	.page-title-area .page-title-content .bread-crumbs .line-shape {
		margin-right: 12px;
	}
}
.page-title-area .page-title-content .bread-crumbs a {
	color: #999999;
}
.page-title-area .page-title-content .bread-crumbs a:hover {
	color: #fff;
}
.page-title-area .page-title-content .bread-crumbs span.active {
	color: #fff;
}
.page-title-area .page-title-content .bread-crumbs .breadcrumb-sep {
	color: #fff;
	padding: 0 4.2px;
	position: relative;
	top: 0;
}
.page-title-area .page-title-content.content-style2 {
	padding: 230px 0;
}
@media only screen and (max-width: 1199px) {
	.page-title-area .page-title-content.content-style2 {
		padding: 90px 0;
	}
}
@media only screen and (max-width: 575px) {
	.page-title-area .page-title-content.content-style2 {
		padding: 70px 0;
	}
}
.page-title-area .page-title-content.content-style2 .title {
	line-height: 1;
	margin: 0;
}
@media only screen and (max-width: 575px) {
	.page-title-area .page-title-content.content-style2 .title {
		line-height: 1.4;
	}
}
.page-title-area .page-title-content.content-style-2 {
	padding: 50px 0 43px;
	text-align: left;
}
.page-title-area .page-title-content.content-style-2 .bread-crumbs a:hover {
	color: #000000;
}
.page-title-area .page-title-content.content-style-2 .bread-crumbs .active {
	color: #000000;
}
.page-title-area .page-title-content.content-style-2 .bread-crumbs .breadcrumb-sep {
	color: #000000;
}
.bread-crumbs {
	color: #777;
	font-size: 16px;
}
.bread-crumbs a {
	color: #777;
}
.bread-crumbs a:hover {
	color: #009688;
}
.pagination-area .page-numbers {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0px;
	padding: 0px;
}
.pagination-area .page-numbers li {
	display: inline-block;
	margin: 0 8px 0 0;
}
@media only screen and (max-width: 575px) {
	.pagination-area .page-numbers li {
		margin-bottom: 7px;
	}
}
.pagination-area .page-numbers li .page-number {
	background-color: transparent;
	border: 1px solid #ebebeb;
	border-radius: 0;
	display: inline-block;
	color: #a8a8a8;
	height: 38px;
	padding: 0;
	font-size: 14px;
	line-height: 38px;
	text-align: center;
	min-width: 38px;
}
.pagination-area .page-numbers li .page-number.active {
	background-color: #000000;
	color: #fff;
}
.pagination-area .page-numbers li .page-number.disabled {
	cursor: not-allowed;
}
.pagination-area .page-numbers li .page-number i {
	font-size: 24px;
	line-height: 40px;
}
.pagination-area .page-numbers li .page-number.prev {
	font-size: 24px;
}
.pagination-area .page-numbers li .page-number.next {
	font-size: 24px;
}
.pagination-area .page-numbers li .page-number:hover {
	background-color: #000000;
	color: #fff;
}
.pagination-area .total-pages {
	font-size: 14px;
	line-height: 24px;
}
.pagination-area .total-pages p {
	color: #666666;
	margin: 4px 0 0;
}
.accordian-content .accordion .accordion-item {
	border: none;
	margin-bottom: 30px;
	overflow: visible;
}
.accordian-content .accordion .accordion-item:last-child {
	margin-bottom: 0;
}
.accordian-content .accordion .accordion-item .accordion-header {
	padding: 0;
}
.accordian-content .accordion .accordion-item .accordion-header .accordion-button {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #e1e1e1;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: "Poppins", sans-serif;
	font-size: 20px;
	font-weight: 600;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 0 11px 0;
	position: relative;
	text-align: left;
	width: 100%;
	z-index: 1;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}
.accordian-content .accordion .accordion-item .accordion-header .accordion-button:after {
	display: none;
}
.accordian-content .accordion .accordion-item .accordion-header .accordion-button .icon {
	color: #000;
	font-size: 18px;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}
.accordian-content .accordion .accordion-item .accordion-header .accordion-button .icon.icon-plus {
	display: none;
}
.accordian-content .accordion .accordion-item .accordion-header .accordion-button.collapsed {
	color: #000;
}
.accordian-content .accordion .accordion-item .accordion-header .accordion-button.collapsed .icon {
	color: #000;
}
.accordian-content .accordion .accordion-item .accordion-header .accordion-button.collapsed .icon.icon-plus {
	display: inline-block;
}
.accordian-content .accordion .accordion-item .accordion-header .accordion-button.collapsed .icon.icon-minus {
	display: none;
}
.accordian-content .accordion .accordion-item .accordion-collapse {
	border: none;
}
.accordian-content .accordion .accordion-item .accordion-body {
	padding: 29px 0 9px 0;
}
.faq-area {
	padding: 120px 0 120px;
}
@media only screen and (max-width: 767px) {
	.faq-area {
		padding: 70px 0 80px;
	}
}
.faq-area .section-title {
	margin-bottom: 39px;
}
.faq-area .section-title .title {
	color: #000000;
	font-size: 28px;
	font-weight: 600;
	letter-spacing: -0.56px;
}
@media only screen and (max-width: 575px) {
	.faq-area .section-title .title {
		font-size: 24px;
	}
}
.faq-area .accordian-content .accordion .accordion-item {
	border-radius: 3px;
	margin-bottom: 0;
	overflow: visible;
}
.faq-area .accordian-content .accordion .accordion-item .accordion-header {
	padding: 0;
}
.faq-area .accordian-content .accordion .accordion-item .accordion-header .accordion-button {
	border-top: 1px solid #d4d4d4;
	border-bottom: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #000;
	font-size: 16px;
	font-weight: 600;
	padding: 22px 0 20px;
	position: relative;
}
.faq-area .accordian-content .accordion .accordion-item .accordion-header .accordion-button:before {
	color: #000000;
	content: "";
	font-family: "LaStudioIcons";
	position: absolute;
	right: 0;
	font-size: 12px;
	font-weight: 400;
	top: 19px;
}
.faq-area .accordian-content .accordion .accordion-item .accordion-header .accordion-button.collapsed {
	color: #000;
	padding: 20px 0;
}
.faq-area .accordian-content .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
	border: none;
}
.faq-area .accordian-content .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed):after {
	display: block;
	content: "";
	position: absolute;
	background: none;
	width: 100%;
	-webkit-transform: none;
	transform: none;
	height: 2px;
	top: 0;
	background-color: #009688;
	margin: 0;
}
.faq-area .accordian-content .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed):before {
	content: "";
}
.faq-area .accordian-content .accordion .accordion-item .accordion-collapse {
	border: none;
}
.faq-area .accordian-content .accordion .accordion-item .accordion-body {
	font-size: 14px;
	letter-spacing: 0;
	line-height: 1.8;
	padding: 0px 0px 30px 0px;
}
.faq-area .accordian-content .accordion .accordion-item .accordion-body p {
	color: #666;
	margin-bottom: 14px;
}
.faq-area .accordian-content .accordion .accordion-item .accordion-body p:last-child {
	margin-bottom: 0;
}
.faq-area .accordian-content .accordion .accordion-item:last-child {
	border-bottom: 1px solid #d4d4d4;
}
.page-not-found-area {
	padding: 80px 0 170px;
}
@media only screen and (max-width: 1199px) {
	.page-not-found-area {
		padding: 80px 0 90px;
	}
}
@media only screen and (max-width: 767px) {
	.page-not-found-area .thumb img {
		width: 50%;
	}
}
.page-not-found-area .content .title {
	font-size: 40px;
	font-weight: 700;
	font-family: "Abril Fatface", cursive;
	letter-spacing: -0.4px;
	line-height: 1.3;
	margin-bottom: 20px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 250px;
	text-transform: capitalize;
}
@media only screen and (max-width: 767px) {
	.page-not-found-area .content .title {
		font-size: 30px;
	}
}
.page-not-found-area .content .title:before {
	bottom: 24px;
	content: "";
	position: absolute;
	width: 75px;
	border-top: 2px solid #009688;
	right: 120%;
}
@media only screen and (max-width: 575px) {
	.page-not-found-area .content .title:before {
		display: none;
	}
}
.page-not-found-area .content .title:after {
	top: 24px;
	content: "";
	position: absolute;
	width: 75px;
	border-top: 2px solid #009688;
	left: 120%;
}
@media only screen and (max-width: 575px) {
	.page-not-found-area .content .title:after {
		display: none;
	}
}
.page-not-found-area .content p {
	color: #444;
	font-size: 20px;
	line-height: 1.8;
	margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
	.page-not-found-area .content p {
		font-size: 16px;
	}
}
.page-not-found-area .content .btn-theme {
	border-color: #000000;
	color: #000000;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.75;
	padding: 15px 45px;
}
@media only screen and (max-width: 575px) {
	.page-not-found-area .content .btn-theme {
		font-size: 14px;
		padding: 10px 25px;
	}
}
.page-not-found-area .content .btn-theme:hover {
	border-color: #009688;
	color: #fff;
}
.coming-soon-area .container-fluid {
	padding: 0;
}
.coming-soon-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100vh;
	min-height: 740px;
}
@media only screen and (max-width: 1199px) {
	.coming-soon-wrap {
		display: block;
	}
}
.coming-soon-wrap .coming-soon-content {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 4px solid #fff;
	min-height: 562.2px;
	min-width: 800px;
	margin-left: -90px;
	padding: 80px 60px 51px;
	text-align: center;
}
@media (max-width: 1599px) {
	.coming-soon-wrap .coming-soon-content {
		min-width: auto;
		padding: 80px 100px 51px;
	}
}
@media only screen and (max-width: 1199px) {
	.coming-soon-wrap .coming-soon-content {
		margin-left: 0;
	}
}
@media only screen and (max-width: 767px) {
	.coming-soon-wrap .coming-soon-content {
		min-height: 360px;
		padding: 70px;
	}
}
@media only screen and (max-width: 575px) {
	.coming-soon-wrap .coming-soon-content {
		border: none;
	}
}
.coming-soon-wrap .coming-soon-content .title {
	color: #fff;
	font-size: 40px;
	font-weight: 400;
	font-family: "Abril Fatface", cursive;
	letter-spacing: -0.8px;
	line-height: 1.3;
	text-align: center;
	position: relative;
	width: 300px;
	max-width: 300px;
	margin: 0 auto 50px;
}
@media only screen and (max-width: 767px) {
	.coming-soon-wrap .coming-soon-content .title {
		font-size: 30px;
	}
}
.coming-soon-wrap .coming-soon-content .title:after {
	top: 24px;
	content: "";
	position: absolute;
	width: 75px;
	border-top: 2px solid #fff;
	left: 120%;
}
@media only screen and (max-width: 767px) {
	.coming-soon-wrap .coming-soon-content .title:after {
		display: none;
	}
}
.coming-soon-wrap .coming-soon-content .title:before {
	bottom: 24px;
	content: "";
	position: absolute;
	width: 75px;
	border-top: 2px solid #fff;
	right: 120%;
}
@media only screen and (max-width: 767px) {
	.coming-soon-wrap .coming-soon-content .title:before {
		display: none;
	}
}
.coming-soon-wrap .coming-soon-content .countdown-content {
	margin-bottom: 48px;
}
.coming-soon-wrap .coming-soon-content .countdown-content .countdown-timer {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transform: none;
	transform: none;
	top: 0;
	left: 0;
	margin-bottom: 0;
	bottom: 0;
}
.coming-soon-wrap .coming-soon-content .countdown-content .countdown-timer li {
	background-color: transparent;
	display: inline-block;
	margin: 0;
	padding: 0;
	text-align: center;
}
.coming-soon-wrap .coming-soon-content .countdown-content .countdown-timer li + li {
	margin-left: 38px;
}
@media only screen and (max-width: 479.98px) {
	.coming-soon-wrap .coming-soon-content .countdown-content .countdown-timer li + li {
		margin-left: 25px;
	}
}
.coming-soon-wrap .coming-soon-content .countdown-content .countdown-timer li span {
	color: #fff;
	font-size: 60px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 8px;
}
@media only screen and (max-width: 767px) {
	.coming-soon-wrap .coming-soon-content .countdown-content .countdown-timer li span {
		font-size: 36px;
	}
}
@media only screen and (max-width: 479.98px) {
	.coming-soon-wrap .coming-soon-content .countdown-content .countdown-timer li span {
		font-size: 24px;
	}
}
.coming-soon-wrap .coming-soon-content .countdown-content .countdown-timer li p {
	color: #fff;
	display: block;
	font-size: 20px;
}
@media only screen and (max-width: 479.98px) {
	.coming-soon-wrap .coming-soon-content .countdown-content .countdown-timer li p {
		font-size: 16px;
	}
}
.coming-soon-wrap .coming-soon-content .btn-theme {
	display: inline-block;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	padding: 14px 29px;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.coming-soon-wrap .coming-soon-content .btn-theme:hover {
	background-color: #f4f4f4;
	color: #000;
}
.coming-soon-wrap .coming-soon-content .coming-social-icons a {
	color: #fff;
	font-size: 24px;
}
.coming-soon-wrap .coming-soon-content .coming-social-icons a + a {
	margin-left: 30px;
}
.coming-soon-wrap .coming-soon-content .coming-social-icons a:hover {
	color: #009688;
}
.coming-soon-wrap .column-left {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100vh;
	min-height: 600px;
	width: 49.558%;
}
@media only screen and (max-width: 1199px) {
	.coming-soon-wrap .column-left {
		display: none;
	}
}
.coming-soon-wrap .column-right {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-position: center right;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	width: 50.442%;
}
@media (max-width: 1599px) {
	.coming-soon-wrap .column-right {
		padding-right: 50px;
	}
}
@media only screen and (max-width: 1199px) {
	.coming-soon-wrap .column-right {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding-right: 0;
		width: 100%;
	}
}
.preloader-deactive .preloader-wrap {
	display: none;
}
.preloader-wrap {
	background-color: #fff;
	position: fixed;
	left: 0;
	top: 0;
	height: 100vh;
	width: 100vw;
	z-index: 99999;
	overflow: hidden;
}
.preloader-wrap .preloader {
	position: absolute;
	width: 50px;
	height: 50px;
	top: 50%;
	left: 50%;
	margin-left: -32px;
	margin-top: -50px;
}
.preloader-wrap .preloader .dot {
	height: 100%;
	width: 100%;
	display: block;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
	-webkit-animation: la-rotateplane 1.2s infinite ease-in-out;
	animation: la-rotateplane 1.2s infinite ease-in-out;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #009688;
}
@-webkit-keyframes la-rotateplane {
	0% {
		-webkit-transform: perspective(120px);
	}
	50% {
		-webkit-transform: perspective(120px) rotateY(180deg);
	}
	100% {
		-webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
	}
}
@keyframes la-rotateplane {
	0% {
		-webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
		transform: perspective(120px) rotateX(0deg) rotateY(0deg);
	}
	50% {
		-webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
		transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
	}
	100% {
		-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
		transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
	}
}
.mt-01 {
	margin-top: 1px;
}
.mt-10 {
	margin-top: 10px;
}
.mt-12 {
	margin-top: 12px !important;
}
.mt-14 {
	margin-top: 14px !important;
}
.mt-15 {
	margin-top: 15px !important;
}
.mt-18 {
	margin-top: 18px !important;
}
.mt-20 {
	margin-top: 20px !important;
}
.mt-21 {
	margin-top: 21px !important;
}
.mt-25 {
	margin-top: 25px !important;
}
.mt-30 {
	margin-top: 30px !important;
}
.mt-35 {
	margin-top: 35px;
}
.mt-40 {
	margin-top: 40px;
}
.mt-50 {
	margin-top: 50px !important;
}
.mt-55 {
	margin-top: 55px;
}
.mt-60 {
	margin-top: 60px !important;
}
.mt-65 {
	margin-top: 65px;
}
.mt-80 {
	margin-top: 80px !important;
}
.mt-70 {
	margin-top: 70px !important;
}
.mt-90 {
	margin-top: 90px !important;
}
.mt-100 {
	margin-top: 100px !important;
}
.mt-120 {
	margin-top: 120px !important;
}
.mt-n8 {
	margin-top: -8px !important;
}
@media only screen and (max-width: 1399px) {
	.mt-xl-30 {
		margin-top: 30px !important;
	}
}
@media only screen and (max-width: 1199px) {
	.mt-lg-50 {
		margin-top: 50px !important;
	}
	.mt-lg-70 {
		margin-top: 70px !important;
	}
}
@media only screen and (max-width: 991px) {
	.md-mt-0 {
		margin-top: 0 !important;
	}
	.mt-md-30 {
		margin-top: 30px !important;
	}
	.mt-md-40 {
		margin-top: 40px !important;
	}
	.mt-md-50 {
		margin-top: 50px !important;
	}
	.mt-md-60 {
		margin-top: 60px !important;
	}
	.mt-md-70 {
		margin-top: 70px !important;
	}
}
@media only screen and (max-width: 767px) {
	.sm-mt-0 {
		margin-top: 0 !important;
	}
	.mt-sm-20 {
		margin-top: 20px !important;
	}
	.mt-sm-30 {
		margin-top: 30px !important;
	}
	.mt-sm-40 {
		margin-top: 40px !important;
	}
	.mt-sm-50 {
		margin-top: 50px !important;
	}
}
@media only screen and (max-width: 575px) {
	.mt-xs-0 {
		margin-top: 0px;
	}
	.mt-xs-20 {
		margin-top: 20px !important;
	}
	.mt-xs-30 {
		margin-top: 30px !important;
	}
	.mt-xs-40 {
		margin-top: 40px !important;
	}
	.mt-xs-50 {
		margin-top: 50px !important;
	}
}
.mr-0 {
	margin-right: 0 !important;
}
.mr-5 {
	margin-right: 5px;
}
.mr-10 {
	margin-right: 10px !important;
}
.mr-15 {
	margin-right: 15px !important;
}
.mr-20 {
	margin-right: 20px !important;
}
.mr-25 {
	margin-right: 25px !important;
}
.mr-30 {
	margin-right: 30px !important;
}
.mr-50 {
	margin-right: 50px !important;
}
.mr-70 {
	margin-right: 70px !important;
}
.mr-80 {
	margin-right: 80px !important;
}
.mr--100 {
	margin-right: -100px;
}
@media only screen and (max-width: 1199px) {
	.lg-mr-0 {
		margin-right: 0 !important;
	}
}
@media only screen and (max-width: 991px) {
	.md-mr-0 {
		margin-right: 0 !important;
	}
}
@media only screen and (max-width: 767px) {
	.sm-mr-0 {
		margin-right: 0 !important;
	}
}
@media only screen and (max-width: 575px) {
	.mr-xs-0 {
		margin-right: 0;
	}
	.mr-xs-15 {
		margin-right: 15;
	}
}
.mb-7 {
	margin-bottom: 7px !important;
}
.mb-10 {
	margin-bottom: 10px !important;
}
.mb-13 {
	margin-bottom: 13px !important;
}
.mb-14 {
	margin-bottom: 14px !important;
}
.mb-15 {
	margin-bottom: 15px !important;
}
.mb-20 {
	margin-bottom: 20px !important;
}
.mb-21 {
	margin-bottom: 21px !important;
}
.mb-25 {
	margin-bottom: 25px !important;
}
.mb-26 {
	margin-bottom: 26px !important;
}
.mb-29 {
	margin-bottom: 29px !important;
}
.mb-30 {
	margin-bottom: 30px !important;
}
.mb-31 {
	margin-bottom: 31px !important;
}
.mb-32 {
	margin-bottom: 32px !important;
}
.mb-34 {
	margin-bottom: 34px !important;
}
.mb-35 {
	margin-bottom: 35px !important;
}
.mb-39 {
	margin-bottom: 39px !important;
}
.mb-40 {
	margin-bottom: 40px !important;
}
.mb-44 {
	margin-bottom: 44px !important;
}
.mb-45 {
	margin-bottom: 45px !important;
}
.mb-50 {
	margin-bottom: 50px !important;
}
.mb-55 {
	margin-bottom: 55px !important;
}
.mb-60 {
	margin-bottom: 60px !important;
}
.mb-65 {
	margin-bottom: 65px !important;
}
.mb-70 {
	margin-bottom: 70px !important;
}
.mb-80 {
	margin-bottom: 80px !important;
}
.mb-85 {
	margin-bottom: 85px !important;
}
.mb-90 {
	margin-bottom: 90px !important;
}
.mb-95 {
	margin-bottom: 95px !important;
}
.mb-100 {
	margin-bottom: 100px !important;
}
.mb-115 {
	margin-bottom: 115px !important;
}
.mb-120 {
	margin-bottom: 120px !important;
}
.mb-150 {
	margin-bottom: 150px !important;
}
.mb-438 {
	margin-bottom: 438px !important;
}
.mb-470 {
	margin-bottom: 470px !important;
}
.mb-471 {
	margin-bottom: 471px !important;
}
@media only screen and (max-width: 1199px) {
	.lg-mb-0 {
		margin-bottom: 0 !important;
	}
	.mb-lg-30 {
		margin-bottom: 30px !important;
	}
	.mb-lg-40 {
		margin-bottom: 40px !important;
	}
	.mb-lg-50 {
		margin-bottom: 50px !important;
	}
	.mb-lg-70 {
		margin-bottom: 70px !important;
	}
	.mb-lg-80 {
		margin-bottom: 80px !important;
	}
	.mb-lg-448 {
		margin-bottom: 448px !important;
	}
}
@media only screen and (max-width: 991px) {
	.md-mb-0, .md-mb-0 {
		margin-bottom: 0px !important;
	}
	.mb-md-0 {
		margin-bottom: 0px !important;
	}
	.mb-md-10 {
		margin-bottom: 10px !important;
	}
	.mb-md-30 {
		margin-bottom: 30px !important;
	}
	.mb-md-40 {
		margin-bottom: 40px !important;
	}
	.mb-md-50 {
		margin-bottom: 50px !important;
	}
	.mb-md-60 {
		margin-bottom: 60px !important;
	}
	.mb-md-70 {
		margin-bottom: 70px !important;
	}
	.mb-md-80 {
		margin-bottom: 80px !important;
	}
	.mb-md-90 {
		margin-bottom: 90px !important;
	}
	.mb-md-100 {
		margin-bottom: 100px !important;
	}
	.mb-md-150 {
		margin-bottom: 150px !important;
	}
}
@media only screen and (max-width: 767px) {
	.mb-sm-0, .sm-mb-0 {
		margin-bottom: 0px !important;
	}
	.mb-sm-10 {
		margin-bottom: 10px !important;
	}
	.mb-sm-20 {
		margin-bottom: 20px !important;
	}
	.mb-sm-30 {
		margin-bottom: 30px !important;
	}
	.mb-sm-40 {
		margin-bottom: 40px !important;
	}
	.mb-sm-50 {
		margin-bottom: 50px !important;
	}
	.mb-sm-60 {
		margin-bottom: 60px !important;
	}
	.mb-sm-70 {
		margin-bottom: 70px !important;
	}
}
@media only screen and (max-width: 575px) {
	.mb-xs-0 {
		margin-bottom: 0 !important;
	}
	.mb-xs-10 {
		margin-bottom: 10px !important;
	}
	.mb-xs-30 {
		margin-bottom: 30px !important;
	}
	.mb-xs-50 {
		margin-bottom: 50px !important;
	}
	.mb-xs-80 {
		margin-bottom: 80px !important;
	}
}
@media only screen and (max-width: 479.98px) {
	.mb-xxs-0 {
		margin-bottom: 0 !important;
	}
	.mb-xxs-30 {
		margin-bottom: 30px !important;
	}
}
.ml-0 {
	margin-left: 0 !important;
}
.ml-5 {
	margin-left: 5px;
}
.ml-10 {
	margin-left: 10px;
}
.ml-11 {
	margin-left: 11px;
}
.ml-15 {
	margin-left: 15px;
}
.ml-14 {
	margin-left: 14px;
}
.ml-20 {
	margin-left: 20px;
}
.ml-25 {
	margin-left: 25px;
}
.ml-30 {
	margin-left: 30px;
}
.ml-39 {
	margin-left: 39px;
}
.ml-40 {
	margin-left: 40px;
}
.ml-45 {
	margin-left: 45px;
}
.ml-50 {
	margin-left: 50px !important;
}
.ml-51 {
	margin-left: 51px !important;
}
@media only screen and (max-width: 991px) {
	.ml-md-0 {
		margin-left: 0 !important;
	}
	.md-ml-0 {
		margin-left: 0 !important;
	}
}
@media only screen and (max-width: 767px) {
	.ml-sm-0 {
		margin-left: 0 !important;
	}
	.sm-ml-0 {
		margin-left: 0 !important;
	}
}
@media only screen and (max-width: 575px) {
	.ml-xs-0 {
		margin-left: 0 !important;
	}
	.xs-ml-0 {
		margin-left: 0 !important;
	}
}
@media only screen and (max-width: 479.98px) {
	.ml-xxs-5 {
		margin-left: 5px !important;
	}
}
.pb-5 {
	padding-bottom: 5px !important;
}
.pb-10 {
	padding-bottom: 10px !important;
}
.pb-15 {
	padding-bottom: 15px !important;
}
.pb-20 {
	padding-bottom: 20px !important;
}
.pb-25 {
	padding-bottom: 25px !important;
}
.pb-27 {
	padding-bottom: 27px !important;
}
.pb-30 {
	padding-bottom: 30px !important;
}
.pb-35 {
	padding-bottom: 35px !important;
}
.pb-40 {
	padding-bottom: 40px !important;
}
.pb-50 {
	padding-bottom: 50px !important;
}
.pb-55 {
	padding-bottom: 55px !important;
}
.pb-60 {
	padding-bottom: 60px !important;
}
.pb-70 {
	padding-bottom: 70px !important;
}
.pb-75 {
	padding-bottom: 75px !important;
}
.pb-80 {
	padding-bottom: 80px !important;
}
.pb-85 {
	padding-bottom: 85px !important;
}
.pb-90 {
	padding-bottom: 90px !important;
}
.pb-95 {
	padding-bottom: 95px !important;
}
.pb-100 {
	padding-bottom: 100px !important;
}
.pb-110 {
	padding-bottom: 110px !important;
}
.pb-115 {
	padding-bottom: 115px !important;
}
.pb-120 {
	padding-bottom: 120px !important;
}
.pb-125 {
	padding-bottom: 125px !important;
}
.pb-130 {
	padding-bottom: 130px;
}
.pb-140 {
	padding-bottom: 140px;
}
.pb-150 {
	padding-bottom: 150px;
}
.pb-160 {
	padding-bottom: 160px;
}
.pb-170 {
	padding-bottom: 170px;
}
@media only screen and (max-width: 1399px) {
	.pb-xl-70 {
		padding-bottom: 70px !important;
	}
}
@media only screen and (max-width: 1199px) {
	.pb-lg-10 {
		padding-bottom: 10px !important;
	}
	.pb-lg-30 {
		padding-bottom: 30px !important;
	}
	.pb-lg-70 {
		padding-bottom: 70px !important;
	}
	.pb-lg-90 {
		padding-bottom: 90px !important;
	}
}
@media only screen and (max-width: 991px) {
	.md-pb-0 {
		padding-bottom: 0 !important;
	}
	.pb-md-10 {
		padding-bottom: 10px !important;
	}
	.pb-md-20 {
		padding-bottom: 20px !important;
	}
	.pb-md-30 {
		padding-bottom: 30px !important;
	}
	.pb-md-40 {
		padding-bottom: 40px !important;
	}
	.pb-md-50 {
		padding-bottom: 50px !important;
	}
	.pb-md-60 {
		padding-bottom: 60px !important;
	}
	.pb-md-70 {
		padding-bottom: 70px !important;
	}
	.pb-md-80 {
		padding-bottom: 80px !important;
	}
	.pb-md-90 {
		padding-bottom: 90px !important;
	}
	.pb-md-100 {
		padding-bottom: 100px !important;
	}
	.pb-md-120 {
		padding-bottom: 120px !important;
	}
	.pb-md-170 {
		padding-bottom: 170px !important;
	}
}
@media only screen and (max-width: 767px) {
	.sm-pb-0 {
		padding-bottom: 0 !important;
	}
	.pb-sm-10 {
		padding-bottom: 10px !important;
	}
	.pb-sm-20 {
		padding-bottom: 20px !important;
	}
	.pb-sm-30 {
		padding-bottom: 30px !important;
	}
	.pb-sm-50 {
		padding-bottom: 50px !important;
	}
	.pb-sm-60 {
		padding-bottom: 60px !important;
	}
	.pb-sm-70 {
		padding-bottom: 70px !important;
	}
	.pb-sm-80 {
		padding-bottom: 80px !important;
	}
	.pb-sm-100 {
		padding-bottom: 100px !important;
	}
	.pb-sm-170 {
		padding-bottom: 170px !important;
	}
}
@media only screen and (max-width: 575px) {
	.pb-xs-30 {
		padding-bottom: 30px !important;
	}
	.pb-xs-80 {
		padding-bottom: 80px !important;
	}
}
.pl-0 {
	padding-left: 0 !important;
}
.pl-10 {
	padding-left: 10px !important;
}
.pl-15 {
	padding-left: 15px;
}
.pl-20 {
	padding-left: 20px;
}
.pl-27 {
	padding-left: 27px !important;
}
.pl-30 {
	padding-left: 30px !important;
}
.pl-40 {
	padding-left: 40px;
}
.pl-50 {
	padding-left: 50px;
}
.pl-60 {
	padding-left: 60px;
}
.pl-70 {
	padding-left: 70px;
}
.pl-80 {
	padding-left: 80px;
}
.pl-100 {
	padding-left: 100px;
}
.pl-130 {
	padding-left: 130px !important;
}
@media only screen and (max-width: 1199px) {
	.lg-pl-0 {
		padding-left: 0 !important;
	}
	.pl-lg-15 {
		padding-left: 15px !important;
	}
	.pl-lg-30 {
		padding-left: 30px !important;
	}
	.pl-lg-50 {
		padding-left: 50px !important;
	}
}
@media only screen and (max-width: 991px) {
	.md-pl-0 {
		padding-left: 0 !important;
	}
	.md-pl-15, .pl-md-15 {
		padding-left: 15px !important;
	}
}
@media only screen and (max-width: 767px) {
	.sm-pl-0 {
		padding-left: 0 !important;
	}
	.pl-sm-5 {
		padding-left: 5px !important;
	}
	.sm-pl-15, .pl-sm-15 {
		padding-left: 15px !important;
	}
}
@media only screen and (max-width: 575px) {
	.pl-xs-0 {
		padding-left: 0 !important;
	}
	.pl-xs-15 {
		padding-left: 15px !important;
	}
	.pl-xs-30 {
		padding-left: 30px !important;
	}
}
@media only screen and (max-width: 479.98px) {
	.pl-xxs-0 {
		padding-left: 0 !important;
	}
	.pl-xxs-30 {
		padding-left: 30px !important;
	}
}
.pt-10 {
	padding-top: 10px !important;
}
.pt-12 {
	padding-top: 12px !important;
}
.pt-15 {
	padding-top: 15px !important;
}
.pt-20 {
	padding-top: 20px !important;
}
.pt-30 {
	padding-top: 30px !important;
}
.pt-35 {
	padding-top: 35px !important;
}
.pt-40 {
	padding-top: 40px !important;
}
.pt-45 {
	padding-top: 45px !important;
}
.pt-50 {
	padding-top: 50px !important;
}
.pt-55 {
	padding-top: 55px !important;
}
.pt-60 {
	padding-top: 60px !important;
}
.pt-70 {
	padding-top: 70px !important;
}
.pt-80 {
	padding-top: 80px !important;
}
.pt-90 {
	padding-top: 90px !important;
}
.pt-95 {
	padding-top: 95px !important;
}
.pt-100 {
	padding-top: 100px !important;
}
.pt-110 {
	padding-top: 110px !important;
}
.pt-120 {
	padding-top: 120px !important;
}
.pt-125 {
	padding-top: 125px !important;
}
.pt-130 {
	padding-top: 130px !important;
}
.pt-140 {
	padding-top: 140px !important;
}
.pt-150 {
	padding-top: 150px !important;
}
.pt-160 {
	padding-top: 160px !important;
}
.pt-165 {
	padding-top: 165px;
}
.pt-170 {
	padding-top: 170px;
}
@media only screen and (max-width: 1199px) {
	.lg-pt-0 {
		padding-top: 0 !important;
	}
	.lg-pt-15 {
		padding-top: 15px !important;
	}
	.lg-pt-60 {
		padding-top: 60px !important;
	}
}
@media only screen and (max-width: 991px) {
	.md-pt-0 {
		padding-top: 0 !important;
	}
	.pt-md-10 {
		padding-top: 10px !important;
	}
	.pt-md-30 {
		padding-top: 30px !important;
	}
	.pt-md-40 {
		padding-top: 40px !important;
	}
	.pt-md-50 {
		padding-top: 50px !important;
	}
	.pt-md-60 {
		padding-top: 60px !important;
	}
	.pt-md-65 {
		padding-top: 65px !important;
	}
	.pt-md-70 {
		padding-top: 70px !important;
	}
	.pt-md-80 {
		padding-top: 80px !important;
	}
	.pt-md-90 {
		padding-top: 90px !important;
	}
	.pt-md-100 {
		padding-top: 100px !important;
	}
	.pt-md-120 {
		padding-top: 120px !important;
	}
}
@media only screen and (max-width: 767px) {
	.pt-sm-10 {
		padding-top: 10px !important;
	}
	.pt-sm-30 {
		padding-top: 30px !important;
	}
	.pt-sm-50 {
		padding-top: 50px !important;
	}
	.pt-sm-60 {
		padding-top: 60px !important;
	}
	.pt-sm-70 {
		padding-top: 70px !important;
	}
	.pt-sm-80 {
		padding-top: 80px !important;
	}
	.pt-sm-90 {
		padding-top: 90px !important;
	}
	.pt-sm-100 {
		padding-top: 100px !important;
	}
}
@media only screen and (max-width: 575px) {
	.pt-xs-40 {
		padding-top: 40px !important;
	}
}
.pr-0 {
	padding-right: 0 !important;
}
.pr-10 {
	padding-right: 10px;
}
.pr-15 {
	padding-right: 15px;
}
.pr-20 {
	padding-right: 20px;
}
.pr-30 {
	padding-right: 30px;
}
.pr-40 {
	padding-right: 40px;
}
.pr-45 {
	padding-right: 45px;
}
.pr-50 {
	padding-right: 50px;
}
.pr-60 {
	padding-right: 60px;
}
.pr-70 {
	padding-right: 70px !important;
}
.pr-80 {
	padding-right: 80px;
}
.pr-90 {
	padding-right: 90px;
}
.pr-100 {
	padding-right: 100px;
}
.pr-110 {
	padding-right: 110px !important;
}
@media only screen and (max-width: 1199px) {
	.lg-pr-0 {
		padding-right: 0 !important;
	}
	.pr-lg-15 {
		padding-right: 15px !important;
	}
}
@media only screen and (max-width: 767px) {
	.sm-pr-0 {
		padding-right: 0 !important;
	}
	.pr-sm-5 {
		padding-right: 5px !important;
	}
	.sm-pr-15, .pr-sm-15 {
		padding-right: 15px !important;
	}
}
@media only screen and (max-width: 991px) {
	.md-pr-15 {
		padding-right: 15px;
	}
	.md-pl-15 {
		padding-left: 15px;
	}
}
@media only screen and (max-width: 575px) {
	.xs-pr-15, .pr-xs-15 {
		padding-right: 15px !important;
	}
}
@media only screen and (max-width: 575px) {
	.xs-pl-15, .pl-xs-15 {
		padding-left: 15px !important;
	}
}
.d-contents {
	display: contents;
}
.scroll-to-top {
	background-color: #262626;
	border: none;
	border-radius: 50%;
	bottom: 53px;
	color: #fff;
	cursor: pointer;
	display: none;
	font-size: 22px;
	height: 50px;
	line-height: 50px;
	position: fixed;
	right: 50px;
	text-align: center;
	width: 50px;
	z-index: 100;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}
@media only screen and (max-width: 767px) {
	.scroll-to-top {
		right: 30px;
		bottom: 7px;
	}
}
.scroll-to-top:hover {
	background-color: #009688;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
}
/*
-----------------------------------------------------------------------
	Main Navigation CSS
-----------------------------------------------------------------------
*/
.main-menu {
	-ms-flex-line-pack: center;
	align-content: center;
	font-family: "Poppins", sans-serif;
}
.main-menu > li {
	margin-right: 14px;
	padding: 3px 0;
}
.main-menu > li:last-child {
	margin-right: 0;
}
.main-menu > li > a {
	color: #1b1b1b;
	display: block;
	font-size: 12.5px;
	font-weight: 700;
	line-height: 22px;
	padding: 7px 25px;
	position: relative;
	text-transform: uppercase;
}
.main-menu > li:hover > a, .main-menu > li.active > a {
	color: #009688;
}
.main-menu.menu-capitalize > li > a {
	font-size: 16px;
	text-transform: capitalize;
}
.has-submenu {
	padding-right: 10px;
	position: relative;
}
.has-submenu > a {
	position: relative;
}
.has-submenu > a:after {
	content: "";
	color: #1b1b1b;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	font-family: "FontAwesome";
	position: absolute;
	right: 11px;
	top: 7px;
}
.has-submenu:hover > .submenu-nav {
	opacity: 1;
	visibility: visible;
	margin: 0;
}
.has-submenu:hover .menu-content .menu-content-inner h4, .has-submenu:hover .menu-content .menu-content-inner .btn-brand {
	-webkit-transform: none !important;
	transform: none !important;
}
.has-submenu .submenu-nav {
	-webkit-box-shadow: 0 1px 24px 0 rgba(0, 0, 0, 0.09);
	box-shadow: 0 1px 24px 0 rgba(0, 0, 0, 0.09);
	background-color: #000000;
	color: #fff;
	display: block;
	margin-top: 20px;
	position: absolute;
	opacity: 0;
	visibility: hidden;
	padding: 20px 0;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	width: 250px;
	z-index: 999;
}
.has-submenu .submenu-nav:before {
	content: "";
	position: absolute;
	height: 56px;
	width: 100%;
	left: 0;
	bottom: 100%;
}
.has-submenu .submenu-nav > li {
	line-height: 1.8;
	position: relative;
}
.has-submenu .submenu-nav > li a {
	color: #fff;
	display: block;
	font-size: 14px;
	line-height: 1.8;
	padding: 10px 35px;
	position: relative;
}
.has-submenu .submenu-nav > li a:hover {
	color: #009688;
	text-decoration: underline;
}
.has-submenu .submenu-nav > li:hover > a {
	color: #009688;
	text-decoration: underline;
}
.has-submenu .submenu-nav > li:hover:after {
	color: #009688 !important;
}
.has-submenu .submenu-nav > li.has-submenu {
	position: relative;
}
.has-submenu .submenu-nav > li.has-submenu a:before {
	display: block;
}
.has-submenu .submenu-nav > li.has-submenu:hover > .submenu-nav {
	-webkit-transform: none;
	transform: none;
	opacity: 1;
	visibility: visible;
	pointer-events: visible;
}
.has-submenu .submenu-nav > li.has-submenu:after {
	content: "";
	color: #666666;
	font-size: 15px;
	line-height: 1.2;
	font-family: "FontAwesome";
	position: absolute;
	right: 25px;
	top: 12px;
}
.has-submenu .submenu-nav > li.has-submenu .submenu-nav {
	left: 100%;
	top: 0;
	margin-top: -15px;
}
.has-submenu .submenu-nav-mega {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 40px 50px;
	max-width: 1170px;
	width: 100%;
}
@media only screen and (max-width: 1199px) {
	.has-submenu .submenu-nav-mega {
		width: 830px;
	}
}
.has-submenu .submenu-nav-mega .mega-menu-item {
	text-align: left;
	padding-right: 30px;
	padding-left: 0;
	float: left;
	display: block;
	width: 20%;
	padding-top: 0;
}
.has-submenu .submenu-nav-mega .mega-menu-item.banner-menu-content-wrap {
	width: 40%;
}
.has-submenu .submenu-nav-mega .mega-menu-item:last-child {
	border-right: 0;
}
.has-submenu .submenu-nav-mega .mega-menu-item ul li {
	position: relative;
	padding: 10px 25px;
}
.has-submenu .submenu-nav-mega .mega-menu-item ul li a:hover {
	color: #fff;
}
.has-submenu .submenu-nav-mega .mega-menu-item ul li.feature a {
	position: relative;
}
.has-submenu .submenu-nav-mega .mega-menu-item ul li.feature a:before {
	content: "";
	position: absolute;
	font-family: "FontAwesome";
	color: #009688;
	right: -20px;
	top: 1px;
	font-size: 12px;
}
.has-submenu .submenu-nav-mega .mega-menu-item ul li.new a {
	position: relative;
}
.has-submenu .submenu-nav-mega .mega-menu-item ul li.new a:after {
	background-color: #009688;
	content: "New";
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	border-radius: 2px;
	position: absolute;
	top: 0;
	right: -38px;
	line-height: 1;
	padding: 2px 3px;
}
.has-submenu .submenu-nav-mega .mega-menu-item ul li:hover .menu-thumb {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
	visibility: visible;
}
.has-submenu .submenu-nav-mega .mega-menu-item ul li.active a {
	color: #fff;
}
.has-submenu .submenu-nav-mega .mega-menu-item.menu-content {
	padding: 0 !important;
	margin: -1px;
}
.has-submenu .submenu-nav-mega .mega-menu-item.menu-content .menu-content-inner {
	background-size: cover;
	background-position: center center;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	padding: 15px;
}
.has-submenu .submenu-nav-mega .mega-menu-item.menu-content .menu-content-inner h4, .has-submenu .submenu-nav-mega .mega-menu-item.menu-content .menu-content-inner .btn-brand {
	color: #fff;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
.has-submenu .submenu-nav-mega .mega-menu-item.menu-content .menu-content-inner h4 {
	-webkit-transform: translateY(-80%);
	transform: translateY(-80%);
}
.has-submenu .submenu-nav-mega .mega-menu-item.menu-content .menu-content-inner h4 span {
	color: #009688;
	font-style: italic;
}
.has-submenu .submenu-nav-mega .mega-menu-item.menu-content .menu-content-inner .btn-brand {
	margin-top: 30px;
	font-weight: 700;
	-webkit-transform: translateY(80%);
	transform: translateY(80%);
}
.has-submenu.full-width {
	position: static;
}
.has-submenu.colunm-two {
	position: relative;
}
.has-submenu.colunm-two .submenu-nav-mega {
	left: 100px !important;
	width: 550px;
}
.has-submenu.colunm-two .submenu-nav-mega .mega-menu-item {
	padding: 0 !important;
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
}
/* Responsive Mobile Menu */
.res-mobile-menu {
	margin: 0 -10px;
}
.res-mobile-menu .slicknav_btn {
	display: none;
}
.res-mobile-menu .slicknav_menu {
	background-color: transparent;
	padding: 0;
}
.res-mobile-menu .slicknav_menu + .slicknav_menu {
	display: none;
}
.res-mobile-menu .slicknav_nav {
	display: block !important;
}
.res-mobile-menu .slicknav_nav li {
	border-bottom: none;
	margin-bottom: 1px;
	position: relative;
}
.res-mobile-menu .slicknav_nav li:last-child {
	border-bottom: 0;
}
.res-mobile-menu .slicknav_nav li a {
	color: #777;
	font-size: 28px;
	font-weight: 500;
	line-height: 1;
	padding: 10px 25px;
	margin: 0;
	text-transform: capitalize;
	position: relative;
}
@media only screen and (max-width: 575px) {
	.res-mobile-menu .slicknav_nav li a {
		font-size: 16px;
		padding: 10px 15px;
	}
}
.res-mobile-menu .slicknav_nav li a .slicknav_arrow {
	background-color: transparent;
	color: #878b93;
	font-size: 17px;
	display: block;
	text-align: center;
	margin: 0;
	position: absolute;
	right: 8px;
	top: 48%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 35px;
	line-height: 35px;
}
@media only screen and (max-width: 767px) {
	.res-mobile-menu .slicknav_nav li a .slicknav_arrow {
		font-size: 10px;
	}
}
.res-mobile-menu .slicknav_nav li a a {
	padding: 0;
}
.res-mobile-menu .slicknav_nav li a:hover {
	color: #009688;
	background-color: transparent;
}
.res-mobile-menu .slicknav_nav li img {
	display: none;
}
.res-mobile-menu .slicknav_nav li div {
	display: none;
}
.res-mobile-menu .slicknav_nav li ul {
	margin: 0;
	padding-left: 10px;
}
.res-mobile-menu .slicknav_nav li ul li {
	padding-left: 20px;
}
@media only screen and (max-width: 575px) {
	.res-mobile-menu .slicknav_nav li ul li {
		padding-left: 15px;
	}
}
.res-mobile-menu .slicknav_nav li ul li a {
	color: #999999;
	font-size: 24px;
	padding: 10px 16px;
}
@media only screen and (max-width: 575px) {
	.res-mobile-menu .slicknav_nav li ul li a {
		font-size: 14px;
		padding: 7px 15px;
	}
}
.res-mobile-menu .slicknav_nav li ul li a:hover {
	color: #009688;
}
.res-mobile-menu .slicknav_nav li ul li ul li a {
	font-size: 16px;
}
.res-mobile-menu .slicknav_nav .slicknav_open > .slicknav_item {
	position: relative;
}
.res-mobile-menu .slicknav_nav .slicknav_open > .slicknav_item .slicknav_arrow {
	color: #009688;
}
/*
-----------------------------------------------------------------------
  Header CSS
-----------------------------------------------------------------------
*/
.header-wrapper .header-top {
	background-color: #000000;
	padding: 0;
	text-align: center;
}
.header-wrapper .header-top .header-info {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	font-family: "Mukta", sans-serif;
	line-height: 1.8;
	text-transform: uppercase;
	margin: 0;
	padding: 5px 0 6px;
}
@media only screen and (max-width: 575px) {
	.header-wrapper .header-top .header-info {
		font-size: 13px;
		padding: 5px 0 4px;
	}
}
.header-area.header-default {
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
	position: relative;
	z-index: 999;
}
.header-area.header-default .container-fluid {
	max-width: 1640px;
	padding: 0;
}
@media (max-width: 1700px) {
	.header-area.header-default .container-fluid {
		padding: 0 30px;
	}
}
@media only screen and (max-width: 1199px) {
	.header-area.header-default .container-fluid {
		padding: 38px 30px;
	}
}
@media only screen and (max-width: 479.98px) {
	.header-area.header-default .container-fluid {
		padding: 38px 15px;
	}
}
@media only screen and (max-width: 767px) {
	.header-area.header-default .container-fluid {
		padding: 22px 15px;
	}
}
.header-area.header-default .header-logo-area {
	max-width: 160px;
	top: 0;
}
.header-area.header-default .header-navigation-area .main-menu {
	margin-left: 31px;
}
@media (max-width: 1449px) {
	.header-area.header-default .header-navigation-area .main-menu {
		margin-left: 0;
	}
}
.header-area.header-default .header-navigation-area .main-menu > li {
	margin: 0;
	padding: 0;
}
.header-area.header-default .header-navigation-area .main-menu > li > a {
	color: #000000;
	font-weight: bold;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	height: 120px;
	line-height: 120px;
	padding: 0 25px;
	text-transform: uppercase;
}
.header-area.header-default .header-navigation-area .main-menu > li > a:hover {
	color: #009688;
}
.header-area.header-default .header-navigation-area .main-menu .has-submenu > a:after {
	content: "";
	display: inline-block;
	font-family: "LaStudioIcons";
	font-weight: 400;
	font-size: 10px;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.header-area.header-default .header-navigation-area .main-menu .has-submenu .submenu-nav:before {
	display: none;
}
.header-area.header-default .header-navigation-area .main-menu .has-submenu .submenu-nav > li a.srmenu-title {
	display: none;
}
.header-area.header-default .header-navigation-area .main-menu .has-submenu .submenu-nav-mega {
	left: 50%;
	min-width: 1200px;
	padding: 40px 31px 30px 40px;
	width: 100%;
	-webkit-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
}
@media (max-width: 1600px) {
	.header-area.header-default .header-navigation-area .main-menu .has-submenu .submenu-nav-mega {
		-webkit-transform: translate(-40%, 0%);
		transform: translate(-40%, 0%);
	}
}
@media only screen and (max-width: 1399px) {
	.header-area.header-default .header-navigation-area .main-menu .has-submenu .submenu-nav-mega {
		-webkit-transform: translate(-31%, 0%);
		transform: translate(-31%, 0%);
	}
}
.header-area.header-default .header-navigation-area .main-menu .has-submenu .submenu-nav-mega > li.mega-menu-item {
	padding-right: 0;
}
.header-area.header-default .header-navigation-area .main-menu .has-submenu .submenu-nav-mega > li.mega-menu-item.banner-menu-content-wrap {
	padding-right: 0;
	margin-top: -10px;
}
.header-area.header-default .header-navigation-area .main-menu .has-submenu .submenu-nav-mega > li.mega-menu-item.banner-menu-content-wrap ul li {
	position: relative;
	padding-bottom: 0;
}
.header-area.header-default .header-navigation-area .main-menu .has-submenu .submenu-nav-mega > li.mega-menu-item.banner-menu-content-wrap ul li:before {
	background-color: #000;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	pointer-events: none;
	top: 0;
	width: 100%;
	z-index: 1;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.header-area.header-default .header-navigation-area .main-menu .has-submenu .submenu-nav-mega > li.mega-menu-item.banner-menu-content-wrap ul li:hover:before {
	opacity: 0.4;
}
.header-area.header-default .header-navigation-area .main-menu .has-submenu .submenu-nav-mega > li.mega-menu-item.banner-menu-content-wrap ul li .banner-menu-content span {
	background-color: #000;
	color: #fff;
	font-size: 14px;
	display: inline-block;
	left: 50%;
	padding: 9px 29px;
	pointer-events: none;
	position: absolute;
	top: 50%;
	z-index: 2;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}
.header-area.header-default .header-navigation-area .main-menu .has-submenu .submenu-nav-mega > li.mega-menu-item:nth-child(1) {
	width: 17.986%;
}
.header-area.header-default .header-navigation-area .main-menu .has-submenu .submenu-nav-mega > li.mega-menu-item:nth-child(2) {
	width: 17.222%;
}
.header-area.header-default .header-navigation-area .main-menu .has-submenu .submenu-nav-mega > li.mega-menu-item:nth-child(3) {
	width: 18.182%;
}
.header-area.header-default .header-navigation-area .main-menu .has-submenu .submenu-nav-mega > li.mega-menu-item:nth-child(4) {
	width: 18.714%;
}
.header-area.header-default .header-navigation-area .main-menu .has-submenu .submenu-nav-mega > li.mega-menu-item:nth-child(5) {
	width: 28.271%;
}
.header-area.header-default .header-navigation-area .main-menu .has-submenu .submenu-nav-mega > li > ul > li {
	padding: 0 0 10px;
}
.header-area.header-default .header-navigation-area .main-menu .has-submenu .submenu-nav-mega > li > ul > li > a {
	padding: 0;
}
.header-area.header-default .header-navigation-area .main-menu .has-submenu .submenu-nav-mega > li > ul > li > a:hover {
	color: #009688;
}
.header-area.header-default .header-navigation-area .main-menu .has-submenu:hover > a {
	color: #009688;
}
.header-area.header-default .header-navigation-area .main-menu .has-submenu:hover > a:after {
	color: #009688;
}
.header-area.header-default .header-action-area {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	line-height: 1;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-top: 1px;
}
.header-area.header-default .header-action-area .search-form .form-input-item input {
	background: none;
	border-style: solid;
	color: #fff;
	border-color: #cccccc;
	border-width: 0 0 1px 0;
	font-size: 15px;
	height: 30px;
	opacity: 1;
	margin-top: -1px;
	padding: 0px;
	text-align: right;
	width: 250px;
}
.header-area.header-default .header-action-area .search-form .form-input-item input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #fff;
	opacity: 1;
}
.header-area.header-default .header-action-area .search-form .form-input-item input::-moz-placeholder {
	/* Firefox 19+ */
	color: #fff;
	opacity: 1;
}
.header-area.header-default .header-action-area .search-form .form-input-item input:-ms-input-placeholder {
	/* IE 10+ */
	color: #fff;
	opacity: 1;
}
.header-area.header-default .header-action-area .search-form .form-input-item input:-moz-placeholder {
	/* Firefox 18- */
	color: #fff;
	opacity: 1;
}
.header-area.header-default .header-action-area .btn-search {
	background-color: transparent;
	color: #000000;
	font-size: 20px;
	line-height: 1;
	border: none;
	margin: 0;
	padding: 0;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
@media only screen and (max-width: 479.98px) {
	.header-area.header-default .header-action-area .btn-search {
		margin-right: 32px;
	}
}
.header-area.header-default .header-action-area .btn-search:hover {
	color: #009688;
}
@media only screen and (max-width: 479.98px) {
	.header-area.header-default .header-action-area .header-action-login {
		display: none;
	}
}
.header-area.header-default .header-action-area .btn-login {
	background: transparent;
	border: none;
	color: #000000;
	font-size: 18px;
	line-height: 1;
	margin: 0 35px 0 35px;
	padding: 0;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
.header-area.header-default .header-action-area .btn-login:hover {
	color: #009688;
}
.header-area.header-default .header-action-area .btn-wishlist {
	background: transparent;
	border: none;
	color: #000000;
	font-size: 18px;
	line-height: 1;
	margin: 0 35px 0 35px;
	padding: 0;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
.header-area.header-default .header-action-area .btn-wishlist:hover {
	color: #009688;
}
.header-area.header-default .header-action-area .btn-cart {
	background-color: transparent;
	border: none;
	color: #000000;
	font-size: 20px;
	line-height: 1;
	margin: 0;
	padding: 0;
	position: relative;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
.header-area.header-default .header-action-area .btn-cart .cart-count {
	border-radius: 50%;
	background-color: #009688;
	color: #fff;
	display: inline-block;
	top: -11px;
	font-size: 10px;
	height: 16px;
	line-height: 16px;
	right: -4px;
	position: absolute;
	text-align: center;
	width: 16px;
}
.header-area.header-default .header-action-area .btn-cart:hover {
	color: #009688;
}
.header-area.header-default .header-action-area .btn-sign-up {
	border: none;
	background-color: #000000;
	font-weight: 400;
	font-size: 15px;
	color: #fff;
	display: inline-block;
	padding: 10px 25px;
	line-height: 1;
	margin-left: 30px;
	text-align: center;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.header-area.header-default .header-action-area .btn-sign-up:hover {
	background-color: #009688;
}
.header-area.header-default .header-action-area .btn-menu {
	background-color: transparent;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #000000;
	font-size: 23px;
	margin: 0 0 0 32px;
	padding: 0;
}
.header-area.header-default.header-style2 {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.header-area.header-default.header-style2 .container-fluid {
	max-width: 100%;
	padding: 0 38px;
}
@media only screen and (max-width: 575px) {
	.header-area.header-default.header-style2 .container-fluid {
		padding: 0 15px;
	}
}
.header-area.header-default.header-style2 .header-logo-area {
	max-width: 180px;
}
.header-area.header-default.header-style2 .header-align {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media only screen and (max-width: 1199px) {
	.header-area.header-default.header-style2 .header-align {
		height: 100px;
	}
}
.header-area.header-default.header-style2 .header-align .header-align-left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.header-area.header-default.header-style2 .header-align .header-align-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.header-area.header-default.header-style2 .header-navigation-area .main-menu {
	margin-left: 40px;
}
.header-area.header-default.header-style2 .header-navigation-area .main-menu > li > a {
	color: #fff;
}
@media only screen and (max-width: 1399px) {
	.header-area.header-default.header-style2 .header-navigation-area .main-menu > li > a {
		padding: 0 17px;
	}
}
.header-area.header-default.header-style2 .header-navigation-area .main-menu > li > a:after {
	color: #fff;
}
.header-area.header-default.header-style2 .header-navigation-area .main-menu > li > a:hover {
	color: #fff;
}
.header-area.header-default.header-style2 .header-navigation-area .main-menu .has-submenu .submenu-nav-mega {
	left: 0;
	-webkit-transform: none;
	transform: none;
}
@media (max-width: 1450px) {
	.header-area.header-default.header-style2 .header-navigation-area .main-menu .has-submenu .submenu-nav-mega {
		padding: 35px 25px 25px 25px;
		min-width: 950px;
	}
}
.header-area.header-default.header-style2 .header-navigation-area .main-menu .has-submenu .submenu-nav-mega > li.mega-menu-item.banner-menu-content-wrap ul li .banner-menu-content span {
	color: #fff;
}
@media (max-width: 1450px) {
	.header-area.header-default.header-style2 .header-navigation-area .main-menu .has-submenu .submenu-nav-mega > li.mega-menu-item.banner-menu-content-wrap ul li .banner-menu-content span {
		font-size: 13px;
	}
}
.header-area.header-default.header-style2 .header-navigation-area .main-menu .has-submenu .submenu-nav-mega > li.mega-menu-item:nth-child(1) {
	width: 17.986%;
}
.header-area.header-default.header-style2 .header-navigation-area .main-menu .has-submenu .submenu-nav-mega > li.mega-menu-item:nth-child(2) {
	width: 17.222%;
}
.header-area.header-default.header-style2 .header-navigation-area .main-menu .has-submenu .submenu-nav-mega > li.mega-menu-item:nth-child(3) {
	width: 18.182%;
}
.header-area.header-default.header-style2 .header-navigation-area .main-menu .has-submenu .submenu-nav-mega > li.mega-menu-item:nth-child(4) {
	width: 18.714%;
}
.header-area.header-default.header-style2 .header-navigation-area .main-menu .has-submenu .submenu-nav-mega > li.mega-menu-item:nth-child(5) {
	width: 28.271%;
}
.header-area.header-default.header-style2 .header-navigation-area .main-menu .has-submenu .submenu-nav-mega > li > ul > li > a:hover {
	color: #fff;
}
.header-area.header-default.header-style2 .header-navigation-area .main-menu .has-submenu:hover > a {
	color: #fff;
}
.header-area.header-default.header-style2 .header-navigation-area .main-menu .has-submenu:hover > a:after {
	color: #fff;
}
@media only screen and (max-width: 575px) {
	.header-area.header-default.header-style2 .header-action-area .search-form {
		display: none;
	}
}
.header-area.header-default.header-style2 .header-action-area .btn-search {
	color: #fff;
	display: none;
	font-size: 18px;
}
.header-area.header-default.header-style2 .header-action-area .btn-search:hover {
	color: #fff;
}
.header-area.header-default.header-style2 .header-action-area .btn-login {
	color: #fff;
	font-size: 16px;
	margin: 0;
	margin-top: 1px;
	margin-left: 35px;
}
.header-area.header-default.header-style2 .header-action-area .btn-login:hover {
	color: #fff;
}
.header-area.header-default.header-style2 .header-action-area .btn-cart {
	color: #fff;
	font-size: 18px;
	margin-left: 25px;
}
.header-area.header-default.header-style2 .header-action-area .btn-cart .cart-count {
	color: #fff;
}
.header-area.header-default.header-style2 .header-action-area .btn-cart:hover {
	color: #fff;
}
@media only screen and (max-width: 1199px) {
	.header-area.header-default.header-style2 .header-action-area .btn-menu {
		color: #fff;
	}
}
.header-area.header-default.header-style3 {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.header-area.header-default.header-style3 .container-fluid {
	max-width: 100%;
	padding: 0 38px 0;
}
@media only screen and (max-width: 767px) {
	.header-area.header-default.header-style3 .container-fluid {
		padding: 0 15px 0;
	}
}
.header-area.header-default.header-style3 .header-align {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 120px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.header-area.header-default.header-style3 .header-align .header-align-left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.header-area.header-default.header-style3 .header-align .header-align-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.header-area.header-default.header-style3 .btn-menu {
	background-color: transparent;
	padding: 0;
	margin: 0;
	border: none;
	line-height: 1;
	color: #000000;
	font-size: 26px;
	margin-right: 30px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
	.header-area.header-default.header-style3 .btn-menu {
		margin-right: 10px;
	}
}
.header-area.header-default.header-style3 .btn-menu:hover {
	color: #9771B0;
}
.header-area.header-default.header-style3 .header-navigation-area {
	display: none;
}
@media only screen and (max-width: 575px) {
	.header-area.header-default.header-style3 .header-action-area .btn-search {
		margin-right: 15px;
	}
}
.header-area.header-default.header-style3 .header-action-area .btn-search:hover {
	color: #9771B0;
}
.header-area.header-default.header-style3 .header-action-area .btn-login {
	font-size: 19px;
	margin: 0 30px 0 30px;
}
.header-area.header-default.header-style3 .header-action-area .btn-login:hover {
	color: #9771B0;
}
.header-area.header-default.header-style3 .header-action-area .btn-cart .cart-count {
	background-color: #9771B0;
}
.header-area.header-default.header-style3 .header-action-area .btn-cart:hover {
	color: #9771B0;
}
.header-area.header-default.header-style4 {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.header-area.header-default.header-style4 .header-align {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 120px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.header-area.header-default.header-style4 .header-align .header-align-left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.header-area.header-default.header-style4 .header-align .header-align-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.header-area.header-default.header-style4 .btn-menu {
	background-color: transparent;
	padding: 0;
	margin: 0;
	border: none;
	line-height: 1;
	color: #fff;
	font-size: 26px;
	margin-right: 30px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.header-area.header-default.header-style4 .btn-menu:hover {
	color: #64ad9c;
}
.header-area.header-default.header-style4 .header-logo-area {
	margin-left: 64px;
	width: 160px;
}
@media only screen and (max-width: 575px) {
	.header-area.header-default.header-style4 .header-logo-area {
		margin-left: 0;
	}
}
.header-area.header-default.header-style4 .header-logo-area img {
	width: 100%;
}
.header-area.header-default.header-style4 .header-navigation-area {
	display: none;
}
.header-area.header-default.header-style4 .header-action-area .btn-search {
	color: #fff;
}
.header-area.header-default.header-style4 .header-action-area .btn-search:hover {
	color: #64ad9c;
}
.header-area.header-default.header-style4 .header-action-area .btn-login {
	color: #fff;
	font-size: 19px;
	margin: 0 30px 0 30px;
}
.header-area.header-default.header-style4 .header-action-area .btn-login:hover {
	color: #64ad9c;
}
.header-area.header-default.header-style4 .header-action-area .btn-cart {
	color: #fff;
}
.header-area.header-default.header-style4 .header-action-area .btn-cart .cart-count {
	background-color: #64ad9c;
}
.header-area.header-default.header-style4 .header-action-area .btn-cart:hover {
	color: #64ad9c;
}
.header-area.header-default.header-style5 {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.header-area.header-default.header-style5 .header-logo-area img {
	width: 100%;
}
.header-area.header-default.header-style5 .header-navigation-area .main-menu > li > a {
	color: #fff;
}
.header-area.header-default.header-style5 .header-navigation-area .main-menu > li > a:after {
	color: #fff;
}
.header-area.header-default.header-style5 .header-navigation-area .main-menu > li > a:hover {
	color: #fff;
	text-decoration: underline;
}
.header-area.header-default.header-style5 .header-navigation-area .main-menu > li > a:hover:after {
	color: #fff;
}
.header-area.header-default.header-style5 .header-navigation-area .main-menu .has-submenu.active > a {
	color: #fff;
	text-decoration: underline;
}
.header-area.header-default.header-style5 .header-navigation-area .main-menu .has-submenu .submenu-nav-mega > li.mega-menu-item.banner-menu-content-wrap ul li .banner-menu-content span {
	color: #fff;
}
.header-area.header-default.header-style5 .header-navigation-area .main-menu .has-submenu .submenu-nav-mega > li > ul > li > a:hover {
	color: #009688;
}
.header-area.header-default.header-style5 .header-navigation-area .main-menu .has-submenu:hover > a {
	color: #fff;
	text-decoration: underline;
}
.header-area.header-default.header-style5 .header-navigation-area .main-menu .has-submenu:hover > a:after {
	color: #fff;
}
.header-area.header-default.header-style5 .header-action-area .btn-search {
	color: #fff;
}
.header-area.header-default.header-style5 .header-action-area .btn-search:hover {
	color: #fff;
}
.header-area.header-default.header-style5 .header-action-area .btn-login {
	color: #fff;
}
.header-area.header-default.header-style5 .header-action-area .btn-login:hover {
	color: #fff;
}
.header-area.header-default.header-style5 .header-action-area .btn-cart {
	color: #fff;
}
.header-area.header-default.header-style5 .header-action-area .btn-cart .cart-count {
	background-color: #A64637;
}
.header-area.header-default.header-style5 .header-action-area .btn-cart:hover {
	color: #fff;
}
.header-area.header-default.header-style6 {
	border-bottom: 1px solid #e6e5e3;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.header-area.header-default.header-style6 .header-align {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.header-area.header-default.header-style6 .header-align .header-navigation-area .main-menu {
	margin-left: 160px;
}
.header-area.header-default.header-style6 .header-align .header-navigation-area .main-menu > li > a {
	font-size: 18px;
	font-family: "Mukta", sans-serif;
	height: 129px;
	line-height: 131px;
}
.header-area.header-default.header-style6 .header-align .header-navigation-area .main-menu > li > a:hover {
	color: #bb7b1c;
}
.header-area.header-default.header-style6 .header-align .header-navigation-area .main-menu > li > a:hover:after {
	color: #bb7b1c;
}
.header-area.header-default.header-style6 .header-align .header-navigation-area .main-menu .has-submenu.active > a {
	color: #bb7b1c;
}
.header-area.header-default.header-style6 .header-align .header-navigation-area .main-menu .has-submenu.active > a:after {
	color: #bb7b1c;
}
.header-area.header-default.header-style6 .header-align .header-navigation-area .main-menu .has-submenu:hover > a {
	color: #bb7b1c;
}
.header-area.header-default.header-style6 .header-align .header-navigation-area .main-menu .has-submenu:hover > a:after {
	color: #bb7b1c;
}
.header-area.header-default.header-style6 .header-align .header-action-area .search-form .form-input-item input {
	color: #757575;
	width: 200px;
}
.header-area.header-default.header-style6 .header-align .header-action-area .search-form .form-input-item input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #757575;
	opacity: 1;
}
.header-area.header-default.header-style6 .header-align .header-action-area .search-form .form-input-item input::-moz-placeholder {
	/* Firefox 19+ */
	color: #757575;
	opacity: 1;
}
.header-area.header-default.header-style6 .header-align .header-action-area .search-form .form-input-item input:-ms-input-placeholder {
	/* IE 10+ */
	color: #757575;
	opacity: 1;
}
.header-area.header-default.header-style6 .header-align .header-action-area .search-form .form-input-item input:-moz-placeholder {
	/* Firefox 18- */
	color: #757575;
	opacity: 1;
}
.header-area.header-default.header-style6 .header-align .header-action-area .btn-login {
	font-size: 16px;
	margin: 0;
	margin-left: 35px;
	margin-top: 2px;
}
.header-area.header-default.header-style6 .header-align .header-action-area .btn-wishlist {
	font-size: 16px;
	margin: 2px 15px 0 20px;
}
.header-area.header-default.header-style6 .header-align .header-action-area .btn-cart {
	font-size: 18px;
}
.header-area.header-default.header-style6 .header-align .header-action-area .btn-cart .cart-count {
	background-color: #bb7b1c;
}
.header-area.sticky-header.sticky {
	animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
	-webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
	background-color: #fff;
	-webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.06);
	box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.06);
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 999;
}
.header-area.sticky-header.sticky.header-style2 .header-logo-area .logo-main {
	display: none;
}
.header-area.sticky-header.sticky.header-style2 .header-logo-area .logo-light {
	display: block;
}
.header-area.sticky-header.sticky.header-style2 .header-navigation-area .main-menu > li > a {
	color: #000000;
}
.header-area.sticky-header.sticky.header-style2 .header-navigation-area .main-menu > li > a:after {
	color: #000000;
}
.header-area.sticky-header.sticky.header-style2 .header-navigation-area .main-menu > li > a:hover {
	color: #009688;
}
.header-area.sticky-header.sticky.header-style2 .header-navigation-area .main-menu .has-submenu:hover > a {
	color: #009688;
}
.header-area.sticky-header.sticky.header-style2 .header-navigation-area .main-menu .has-submenu:hover > a:after {
	color: #009688;
}
.header-area.sticky-header.sticky.header-style2 .header-action-area .btn-menu {
	color: #000000;
}
.header-area.sticky-header.sticky.header-style2 .header-action-area .search-form .form-input-item input {
	color: #757575;
}
.header-area.sticky-header.sticky.header-style2 .header-action-area .search-form .form-input-item input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #757575;
}
.header-area.sticky-header.sticky.header-style2 .header-action-area .search-form .form-input-item input::-moz-placeholder {
	/* Firefox 19+ */
	color: #757575;
}
.header-area.sticky-header.sticky.header-style2 .header-action-area .search-form .form-input-item input:-ms-input-placeholder {
	/* IE 10+ */
	color: #757575;
}
.header-area.sticky-header.sticky.header-style2 .header-action-area .search-form .form-input-item input:-moz-placeholder {
	/* Firefox 18- */
	color: #757575;
}
.header-area.sticky-header.sticky.header-style2 .header-action-area .btn-search {
	color: #000000;
}
.header-area.sticky-header.sticky.header-style2 .header-action-area .btn-login {
	color: #000000;
}
.header-area.sticky-header.sticky.header-style2 .header-action-area .btn-cart {
	color: #000000;
}
.header-area.sticky-header.sticky.header-style4 .btn-menu {
	color: #000000;
}
.header-area.sticky-header.sticky.header-style4 .btn-menu:hover {
	color: #64ad9c;
}
.header-area.sticky-header.sticky.header-style4 .header-logo-area .logo-main {
	display: none;
}
.header-area.sticky-header.sticky.header-style4 .header-logo-area .logo-light {
	display: block;
}
.header-area.sticky-header.sticky.header-style4 .header-action-area .btn-search {
	color: #000000;
}
.header-area.sticky-header.sticky.header-style4 .header-action-area .btn-search:hover {
	color: #64ad9c;
}
.header-area.sticky-header.sticky.header-style4 .header-action-area .btn-login {
	color: #000000;
}
.header-area.sticky-header.sticky.header-style4 .header-action-area .btn-login:hover {
	color: #64ad9c;
}
.header-area.sticky-header.sticky.header-style4 .header-action-area .btn-cart {
	color: #000000;
}
.header-area.sticky-header.sticky.header-style4 .header-action-area .btn-cart .cart-count {
	background-color: #64ad9c;
}
.header-area.sticky-header.sticky.header-style4 .header-action-area .btn-cart:hover {
	color: #64ad9c;
}
.header-area.sticky-header.sticky.header-style5 .header-logo-area .logo-main {
	display: none;
}
.header-area.sticky-header.sticky.header-style5 .header-logo-area .logo-light {
	display: block;
}
.header-area.sticky-header.sticky.header-style5 .header-navigation-area .main-menu > li > a {
	color: #000000;
}
.header-area.sticky-header.sticky.header-style5 .header-navigation-area .main-menu > li > a:after {
	color: #000000;
}
.header-area.sticky-header.sticky.header-style5 .header-navigation-area .main-menu > li > a:hover {
	color: #A64637;
}
.header-area.sticky-header.sticky.header-style5 .header-navigation-area .main-menu > li > a:hover:after {
	color: #A64637;
}
.header-area.sticky-header.sticky.header-style5 .header-navigation-area .main-menu .has-submenu.active > a {
	color: #A64637;
	text-decoration: underline;
}
.header-area.sticky-header.sticky.header-style5 .header-navigation-area .main-menu .has-submenu.active > a:after {
	color: #A64637;
}
.header-area.sticky-header.sticky.header-style5 .header-navigation-area .main-menu .has-submenu .submenu-nav-mega > li.mega-menu-item.banner-menu-content-wrap ul li .banner-menu-content span {
	color: #000000;
}
.header-area.sticky-header.sticky.header-style5 .header-navigation-area .main-menu .has-submenu .submenu-nav-mega > li > ul > li > a:hover {
	color: #A64637;
}
.header-area.sticky-header.sticky.header-style5 .header-navigation-area .main-menu .has-submenu:hover > a {
	color: #A64637;
}
.header-area.sticky-header.sticky.header-style5 .header-navigation-area .main-menu .has-submenu:hover > a:after {
	color: #A64637;
}
.header-area.sticky-header.sticky.header-style5 .header-action-area .btn-search {
	color: #000000;
}
.header-area.sticky-header.sticky.header-style5 .header-action-area .btn-search:hover {
	color: #A64637;
}
.header-area.sticky-header.sticky.header-style5 .header-action-area .btn-login {
	color: #000000;
}
.header-area.sticky-header.sticky.header-style5 .header-action-area .btn-login:hover {
	color: #A64637;
}
.header-area.sticky-header.sticky.header-style5 .header-action-area .btn-cart {
	color: #000000;
}
.header-area.sticky-header.sticky.header-style5 .header-action-area .btn-cart .cart-count {
	background-color: #A64637;
}
.header-area.sticky-header.sticky.header-style5 .header-action-area .btn-cart:hover {
	color: #A64637;
}
.header-area.header-transparent {
	background-color: transparent;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 9;
}
.header-area.fixed-left {
	background-color: #fff;
	-webkit-box-shadow: 0 0 20px 0 rgba(41, 44, 58, 0.06);
	box-shadow: 0 0 20px 0 rgba(41, 44, 58, 0.06);
	padding: 39px 39px 0 80px;
	position: fixed;
	height: 100vh;
	max-width: 320px;
	top: 0;
	width: 100%;
	z-index: 999;
}
.header-area.fixed-left .header-left-fix-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 100%;
}
@media only screen and (max-width: 991px) {
	.header-area.fixed-left .header-left-fix-inner {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		height: auto;
	}
}
.header-area.fixed-left .header-logo-area {
	margin-bottom: 40px;
	max-width: 100%;
	margin-top: 1px;
}
.header-area.fixed-left .header-logo-area a {
	max-width: 160px;
	display: block;
	display: block;
}
.header-area.fixed-left .header-navigation-area {
	margin-left: -5px;
	padding-top: 10px;
}
.header-area.fixed-left .header-navigation-area .nav {
	display: block;
	margin: 0;
}
.header-area.fixed-left .header-navigation-area .nav > li {
	display: block;
	margin-right: 0;
	margin-bottom: 0;
	cursor: pointer;
	position: relative;
	padding: 0;
}
.header-area.fixed-left .header-navigation-area .nav > li > a {
	display: block !important;
	height: auto;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.466;
	padding: 15px 0;
}
.header-area.fixed-left .header-navigation-area .nav > li.has-submenu.active > a {
	color: #009688;
}
.header-area.fixed-left .header-navigation-area .nav > li.has-submenu > a {
	display: block;
}
.header-area.fixed-left .header-navigation-area .nav > li.has-submenu > a:after {
	color: #444;
	content: "";
	right: 16px;
	font-size: 8px;
	line-height: 1;
	font-family: "LaStudioIcons";
	display: inline-block;
	vertical-align: middle;
	font-style: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.header-area.fixed-left .header-navigation-area .nav > li.has-submenu > a:before {
	display: none;
}
.header-area.fixed-left .header-navigation-area .nav > li.has-submenu:hover .submenu-nav {
	margin-left: 0;
}
.header-area.fixed-left .header-navigation-area .nav > li:last-child {
	margin-bottom: 0;
}
.header-area.fixed-left .header-navigation-area .nav > li a {
	display: inline-block;
}
.header-area.fixed-left .header-navigation-area .nav > li .submenu-nav {
	left: 100%;
	top: -30px;
	margin-top: 0;
	margin-left: -30px;
}
.header-area.fixed-left .header-navigation-area .nav > li .submenu-nav:before {
	display: none;
}
.header-area.fixed-left .header-navigation-area .nav > li .submenu-nav-mega {
	left: 100% !important;
	-webkit-transform: none !important;
	transform: none !important;
}
.header-area.fixed-left .widget-search-box {
	margin-bottom: 49px;
	margin-left: -20px;
}
.header-area.fixed-left .widget-search-box .form-input-item input {
	border: 1px solid #666666;
	border-radius: 20px;
	font-size: 12px;
	height: 42px;
	padding: 5px 35px 5px 20px;
}
.header-area.fixed-left .widget-search-box .form-input-item .btn-src {
	font-size: 14px;
	top: 55%;
}
.header-area.fixed-left .widget-contact-info {
	margin-bottom: 0;
	margin-left: -20px;
}
.header-area.fixed-left .widget-contact-info li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-top: 10px;
}
.header-area.fixed-left .widget-contact-info li i {
	color: #666666;
	font-size: 14px;
	display: inline-block;
	line-height: 1.72;
	margin-right: 0;
	width: 25px;
}
.header-area.fixed-left .widget-contact-info li i.fa-map-marker {
	width: 34px;
}
.header-area.fixed-left .widget-contact-info li span {
	color: #666666;
	font-size: 14px;
}
.header-area.fixed-left .widget-contact-info li:first-child {
	margin-top: 0;
}
.header-area.fixed-left .widget-social-icons {
	margin-left: -20px;
	margin-top: 30px;
}
.header-area.fixed-left .widget-social-icons a {
	color: #666666;
	margin-left: 36px;
}
.header-area.fixed-left .widget-social-icons a:first-child {
	margin-left: 0;
}
.header-area.fixed-left .header-widget-area {
	font-size: 0.875rem;
}
.header-area.fixed-left .header-widget-area .copyright-content {
	margin-top: 40px;
}
@media only screen and (max-width: 991px) {
	.header-area.fixed-left .header-action-area .btn-search-content {
		bottom: -120px;
		right: 30px;
	}
	.header-area.fixed-left .header-action-area .btn-search-content.show {
		bottom: -100px;
	}
}
.header-area.fixed-left.transparet {
	background-color: transparent;
}
@media only screen and (max-width: 991px) {
	.header-area.fixed-left.transparet {
		background-color: #fff;
	}
}
@media only screen and (max-width: 991px) {
	.header-area.fixed-left.transparet .header-logo-area a .logo-light {
		display: block;
	}
	.header-area.fixed-left.transparet .header-logo-area a .logo-main {
		display: none;
	}
}
.header-area.fixed-left.transparet .header-navigation-area .nav > li > a {
	color: #fff;
}
.header-area.fixed-left.transparet .widget-search-box .form-input-item input {
	border: 1px solid #fff;
}
.header-area.fixed-left.transparet .widget-search-box .form-input-item input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #fff;
}
.header-area.fixed-left.transparet .widget-search-box .form-input-item input::-moz-placeholder {
	/* Firefox 19+ */
	color: #fff;
}
.header-area.fixed-left.transparet .widget-search-box .form-input-item input:-ms-input-placeholder {
	/* IE 10+ */
	color: #fff;
}
.header-area.fixed-left.transparet .widget-search-box .form-input-item input:-moz-placeholder {
	/* Firefox 18- */
	color: #fff;
}
.header-area.fixed-left.transparet .widget-search-box .form-input-item .btn-src {
	color: #fff;
}
.header-area.fixed-left.transparet .widget-contact-info li i {
	color: #fff;
}
.header-area.fixed-left.transparet .widget-contact-info li span {
	color: #fff;
}
.header-area.fixed-left.transparet .widget-social-icons a {
	color: #fff;
}
.header-top {
	background-color: #efefef;
	padding: 1px 0px 3px;
}
.header-top .container-fluid {
	padding: 0 55px;
}
@media only screen and (max-width: 767px) {
	.header-top .container-fluid {
		padding: 0 15px;
	}
}
.header-top .header-info {
	color: #232953;
	display: inline-block;
	font-size: 13px;
	font-weight: 300;
	line-height: 19px;
}
.header-top .header-top-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.header-top .header-top-nav ul {
	margin: 0;
	text-align: right;
}
.header-top .header-top-nav ul li {
	float: left;
	margin-right: 40px;
	position: relative;
}
@media only screen and (max-width: 479.98px) {
	.header-top .header-top-nav ul li {
		margin-right: 10px;
	}
}
.header-top .header-top-nav ul li:before {
	background-color: #232953;
	content: "";
	height: 13px;
	position: absolute;
	right: -20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 1px;
}
@media only screen and (max-width: 479.98px) {
	.header-top .header-top-nav ul li:before {
		display: none;
	}
}
.header-top .header-top-nav ul li a {
	color: #232953;
	font-size: 13px;
	font-weight: 300;
}
.header-top .header-top-nav ul li a:hover {
	color: #009688;
}
@media only screen and (max-width: 479.98px) {
	.header-top .header-top-nav ul li a {
		font-size: 12px;
	}
}
.header-top .header-top-nav ul li:last-child {
	margin-right: 0;
}
.header-top .header-top-nav ul li:last-child:before {
	display: none;
}
.btn-menu-slide-close {
	background-color: rgba(33, 35, 49, 0.8);
	height: 100vh;
	opacity: 0;
	position: fixed;
	right: -50%;
	top: 0;
	visibility: hidden;
	width: 100%;
	z-index: 999;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}
.btn-menu-slide-close .icon-menu-slide-close {
	color: #fff;
	font-size: 32px;
	position: absolute;
	right: 360px;
	top: 45px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}
.btn-menu-slide-close .icon-menu-slide-close:hover {
	color: #009688;
	cursor: pointer;
}
.btn-menu-slide-close.active {
	opacity: 1;
	right: 0;
	visibility: visible;
}
.btn-menu-slide-close.active .icon-menu-slide-close {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
.header-logo-area {
	max-width: 120px;
	position: relative;
	top: 1px;
}
@media only screen and (max-width: 575px) {
	.header-logo-area {
		max-width: 150px;
	}
}
.header-logo-area .logo-light {
	display: none;
}
.sidebar-cart-modal {
	background-color: #fff;
	-webkit-box-shadow: 0 0 87px 0 rgba(0, 0, 0, 0.09);
	box-shadow: 0 0 87px 0 rgba(0, 0, 0, 0.09);
	position: fixed;
	top: 0;
	width: 420px;
	padding: 100px 50px 50px;
	min-height: 100vh;
	bottom: 0;
	z-index: 9999;
	right: 0;
	opacity: 0;
	-webkit-transition: all 250ms ease-in;
	transition: all 250ms ease-in;
	-webkit-transform: translate(200px, 0);
	transform: translate(200px, 0);
	visibility: hidden;
}
@media only screen and (max-width: 575px) {
	.sidebar-cart-modal {
		padding: 100px 20px 40px;
		width: 310px;
	}
}
.sidebar-cart-modal .sidebar-cart-inner .sidebar-cart-content .cart-close {
	color: #444;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 36px;
	line-height: 36px;
	top: 50px;
	right: 50px;
}
.sidebar-cart-modal .sidebar-cart-inner .sidebar-cart-content .cart-close:hover {
	color: #009688;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
}
.sidebar-cart-modal .sidebar-cart-inner .sidebar-cart-content .sidebar-cart-title {
	color: #393939;
	font-size: 20px;
	font-weight: 600;
	margin: 0 0 40px;
}
.sidebar-cart-modal .sidebar-cart-inner .sidebar-cart-content .sidebar-cart .product-cart {
	margin: 0 -30px 0 0;
	padding: 0 30px 0 0;
	max-height: 310px;
	max-height: calc(100vh - 430px);
	overflow: auto;
}
.sidebar-cart-modal .sidebar-cart-inner .sidebar-cart-content .sidebar-cart .product-cart .product-cart-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 30px;
}
.sidebar-cart-modal .sidebar-cart-inner .sidebar-cart-content .sidebar-cart .product-cart .product-cart-item .product-img {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 70px;
	flex: 0 0 70px;
}
.sidebar-cart-modal .sidebar-cart-inner .sidebar-cart-content .sidebar-cart .product-cart .product-cart-item .product-img img {
	border: 1px solid rgba(0, 0, 0, 0.1);
	width: 100%;
}
.sidebar-cart-modal .sidebar-cart-inner .sidebar-cart-content .sidebar-cart .product-cart .product-cart-item .product-info {
	margin-left: 20px;
	margin-top: 3px;
}
.sidebar-cart-modal .sidebar-cart-inner .sidebar-cart-content .sidebar-cart .product-cart .product-cart-item .product-info .title {
	font-size: 16px;
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	margin-bottom: 5px;
}
.sidebar-cart-modal .sidebar-cart-inner .sidebar-cart-content .sidebar-cart .product-cart .product-cart-item .product-info .title a {
	color: #000000;
}
.sidebar-cart-modal .sidebar-cart-inner .sidebar-cart-content .sidebar-cart .product-cart .product-cart-item .product-info .info {
	font-size: 14px;
	color: #262626;
}
.sidebar-cart-modal .sidebar-cart-inner .sidebar-cart-content .sidebar-cart .product-cart .product-cart-item .product-delete {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 100;
	-ms-flex-positive: 100;
	flex-grow: 100;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.sidebar-cart-modal .sidebar-cart-inner .sidebar-cart-content .sidebar-cart .product-cart .product-cart-item .product-delete a {
	line-height: 1;
}
.sidebar-cart-modal .sidebar-cart-inner .sidebar-cart-content .sidebar-cart .product-cart .product-cart-item:last-child {
	margin-bottom: 0;
}
.sidebar-cart-modal .sidebar-cart-inner .sidebar-cart-content .sidebar-cart .cart-total {
	display: block;
	width: 100%;
	margin: 24px 0 21px;
}
.sidebar-cart-modal .sidebar-cart-inner .sidebar-cart-content .sidebar-cart .cart-total h4 {
	font-size: 16px;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	margin: 0;
}
.sidebar-cart-modal .sidebar-cart-inner .sidebar-cart-content .sidebar-cart .cart-total h4 .money {
	font-size: 16px;
	color: #2F2F2F;
	float: right;
}
.sidebar-cart-modal .sidebar-cart-inner .sidebar-cart-content .sidebar-cart .shipping-info {
	display: block;
	margin-bottom: 10px;
}
.sidebar-cart-modal .sidebar-cart-inner .sidebar-cart-content .sidebar-cart .shipping-info .loading-bar {
	width: 100%;
	height: 30px;
	line-height: 30px;
	background: #ff7433;
	display: inline-block;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.sidebar-cart-modal .sidebar-cart-inner .sidebar-cart-content .sidebar-cart .shipping-info .loading-bar .load-percent {
	display: block;
	height: 100%;
	position: absolute;
	width: calc(100% - 50%);
	color: #fff;
	line-height: 30px;
	max-width: 100%;
	background: #3c3;
	z-index: -1;
}
.sidebar-cart-modal .sidebar-cart-inner .sidebar-cart-content .sidebar-cart .shipping-info .loading-bar .label-free-shipping {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.sidebar-cart-modal .sidebar-cart-inner .sidebar-cart-content .sidebar-cart .shipping-info .loading-bar .label-free-shipping span {
	color: #fff;
	fill: #fff;
	display: inline-block;
	height: 21px;
	margin-right: 5px;
	margin-left: 10px;
	width: 21px;
}
.sidebar-cart-modal .sidebar-cart-inner .sidebar-cart-content .sidebar-cart .shipping-info .loading-bar .label-free-shipping p {
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
}
@media only screen and (max-width: 575px) {
	.sidebar-cart-modal .sidebar-cart-inner .sidebar-cart-content .sidebar-cart .shipping-info .loading-bar .label-free-shipping p {
		font-size: 12px;
	}
}
.sidebar-cart-modal .sidebar-cart-inner .sidebar-cart-content .sidebar-cart .cart-checkout-btn {
	display: block;
	width: 100%;
}
.sidebar-cart-modal .sidebar-cart-inner .sidebar-cart-content .sidebar-cart .cart-checkout-btn .btn-theme {
	width: 100%;
	display: block;
	margin: 10px 0 0;
	text-align: center;
	line-height: 20px;
	padding: 17px 20px;
	background-color: #000000;
	color: #fff;
	font-size: 14px;
}
.sidebar-cart-modal .sidebar-cart-inner .sidebar-cart-content .sidebar-cart .cart-checkout-btn .btn-theme:first-child {
	margin-top: 0;
}
.sidebar-cart-modal .sidebar-cart-inner .sidebar-cart-content .sidebar-cart .cart-checkout-btn .btn-theme:hover {
	background-color: #009688;
}
.sidebar-cart-modal.sidebar-cart-active {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	visibility: visible;
}
.sidebar-cart-overlay {
	position: fixed;
	background: #232324;
	z-index: 999;
	visibility: hidden;
	opacity: 0;
	right: 0;
	left: 0;
	bottom: 0;
	top: 0;
	-webkit-transition: all 250ms ease-out;
	transition: all 250ms ease-out;
}
.sidebar-cart-overlay.show {
	visibility: inherit;
	opacity: 0.7;
}
.search-box-wrapper {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: rgba(0, 0, 0, 0.9);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: fixed;
	min-height: 550px;
	left: 0;
	opacity: 0;
	visibility: hidden;
	top: 0;
	height: 100vh;
	padding: 0 15px;
	width: 100vw;
	z-index: 999;
	transition: all ease-in-out 0.25s;
	-webkit-transition: all ease-in-out 0.25s;
	-moz-transition: all ease-in-out 0.25s;
	-ms-transition: all ease-in-out 0.25s;
	-o-transition: all ease-in-out 0.25s;
}
.search-box-wrapper .search-box-content-inner {
	width: 800px;
	margin: 0 auto;
}
.search-box-wrapper .search-box-content-inner .search-box-form-wrap {
	text-align: center;
	transform: scale(0.9);
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-o-transform: scale(0.9);
	transition: all ease-in-out 0.25s;
	-webkit-transition: all ease-in-out 0.25s;
	-moz-transition: all ease-in-out 0.25s;
	-ms-transition: all ease-in-out 0.25s;
	-o-transition: all ease-in-out 0.25s;
}
.search-box-wrapper .search-box-content-inner .search-box-form-wrap .search-note {
	margin-bottom: 15px;
}
.search-box-wrapper .search-box-content-inner .search-box-form-wrap .search-note p {
	color: #fff;
	font-size: 18px;
}
.search-box-wrapper .search-box-content-inner .search-box-form-wrap form .search-form .form-control {
	background-color: transparent;
	border: 0;
	border-bottom: 2px solid #fff;
	color: #fff;
	text-align: center;
	font-size: 30px;
	padding: 10px;
	border-radius: 0;
	height: 73px;
	-webkit-box-shadow: none;
	box-shadow: none;
	line-height: 73px;
	padding-right: 58px;
}
.search-box-wrapper .search-box-content-inner .search-box-form-wrap form .search-form .form-control::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #fff;
}
.search-box-wrapper .search-box-content-inner .search-box-form-wrap form .search-form .form-control::-moz-placeholder {
	/* Firefox 19+ */
	color: #fff;
}
.search-box-wrapper .search-box-content-inner .search-box-form-wrap form .search-form .form-control:-ms-input-placeholder {
	/* IE 10+ */
	color: #fff;
}
.search-box-wrapper .search-box-content-inner .search-box-form-wrap form .search-form .form-control:-moz-placeholder {
	/* Firefox 18- */
	color: #fff;
}
@media only screen and (max-width: 767px) {
	.search-box-wrapper .search-box-content-inner .search-box-form-wrap form .search-form .form-control {
		font-size: 20px;
	}
}
.search-box-wrapper .search-box-content-inner .search-box-form-wrap form .search-form .search-button {
	color: #fff;
	border: none;
	line-height: 1;
	font-size: 30px;
	background-color: transparent;
	padding: 0;
	margin: 0;
	position: absolute;
	bottom: 18px;
	right: 15px;
}
.search-box-wrapper .search-box-content-inner .search-box-form-wrap form .search-form .search-button i {
	font-size: 30px;
}
.search-box-wrapper .search-box-content-inner .search-box-form-wrap form .search-form .search-button:hover {
	color: #009688;
}
.search-box-wrapper .search-close {
	color: #fff;
	font-size: 40px;
	display: block;
	position: absolute;
	z-index: 5;
	top: 20%;
	right: 20%;
	line-height: 40px;
	height: 40px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.search-box-wrapper .search-close:hover {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	color: #009688;
}
.search-box-wrapper.show {
	visibility: visible;
	opacity: 1;
}
.search-box-wrapper.show .search-box-content-inner .search-box-form-wrap {
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
}
.off-canvas-wrapper {
	-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.09);
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.09);
	background-color: #fff;
	bottom: 0;
	min-height: 100vh;
	opacity: 0;
	position: fixed;
	right: 0;
	visibility: hidden;
	-webkit-transform: translate(200px, 0);
	transform: translate(200px, 0);
	top: 0;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	width: 400px;
	z-index: 999;
}
@media only screen and (max-width: 575px) {
	.off-canvas-wrapper {
		width: 310px;
	}
}
.off-canvas-wrapper .off-canvas-inner {
	padding: 150px 50px 20px;
	height: 100%;
	overflow-y: auto;
}
@media only screen and (max-width: 575px) {
	.off-canvas-wrapper .off-canvas-inner {
		padding: 150px 30px 20px;
	}
}
.off-canvas-wrapper .off-canvas-inner .off-canvas-overlay {
	display: none;
}
.off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-header .close-action .btn-close {
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #0A1039;
	font-size: 30px;
	left: 45px;
	line-height: 30px;
	height: auto;
	margin: 0;
	opacity: 1;
	padding: 0;
	position: absolute;
	top: 80px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	width: auto;
}
@media only screen and (max-width: 575px) {
	.off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-header .close-action .btn-close {
		left: 25px;
	}
}
.off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-header .close-action .btn-close:hover {
	color: #009688;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
}
.off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu {
	margin: 0;
}
.off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav li {
	margin-bottom: 40px;
}
@media only screen and (max-width: 575px) {
	.off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav li {
		margin-bottom: 30px;
	}
}
.off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav li:last-child {
	margin-bottom: 0;
}
.off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav li a {
	color: #0A1039;
	font-size: 18px;
	font-weight: 400;
	display: block;
	padding: 0;
	text-transform: capitalize;
}
@media only screen and (max-width: 575px) {
	.off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav li a {
		font-size: 16px;
	}
}
.off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav li a .slicknav_arrow {
	color: #0A1039;
	font-size: 14px;
	right: 10px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav li a:hover {
	color: #009688;
}
.off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav li ul {
	padding: 38px 0 0px 25px;
}
.off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav li ul li {
	margin: 0;
	padding-bottom: 22px;
	padding-left: 0;
}
.off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav li ul li:last-child {
	padding-bottom: 0;
}
.off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav li ul li a {
	color: #0A1039;
	font-size: 14px;
	display: block;
}
.off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav li ul li a.slicknav_row .slicknav_arrow {
	top: 5px;
}
.off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav li ul li a:hover {
	color: #009688;
}
.off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav li.slicknav_open a {
	color: #009688;
}
.off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav li.slicknav_open a .slicknav_arrow {
	color: #009688;
}
.off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav li.slicknav_open ul li a {
	color: #0A1039;
}
.off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav li.slicknav_open ul li a .slicknav_arrow {
	color: #0A1039;
}
.off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav li.slicknav_open ul li a:hover {
	color: #009688;
}
.off-canvas-wrapper.active {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}
.off-canvas-wrapper.canvas-fullpage-menu {
	background-color: transparent;
	height: 100vh;
	left: 0;
	right: 0;
	-webkit-transform: none;
	transform: none;
	width: 100%;
}
.off-canvas-wrapper.canvas-fullpage-menu .off-canvas-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0;
}
.off-canvas-wrapper.canvas-fullpage-menu .off-canvas-inner .off-canvas-overlay {
	background-color: rgba(0, 0, 0, 0.9);
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.off-canvas-wrapper.canvas-fullpage-menu .off-canvas-inner .off-canvas-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	-webkit-transform: none;
	transform: none;
}
.off-canvas-wrapper.canvas-fullpage-menu .off-canvas-inner .off-canvas-content .off-canvas-header .close-action .btn-close {
	color: #fff;
	font-size: 40px;
	left: auto;
	right: 9%;
	top: 20%;
}
.off-canvas-wrapper.canvas-fullpage-menu .off-canvas-inner .off-canvas-content .off-canvas-item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: center;
}
.off-canvas-wrapper.canvas-fullpage-menu .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu {
	margin: 0;
	max-height: 90%;
}
.off-canvas-wrapper.canvas-fullpage-menu .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav li:nth-child(2) ul li:last-child {
	display: none;
}
.off-canvas-wrapper.canvas-fullpage-menu .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav li a {
	color: #fff;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 32px;
	display: inline-block;
}
.off-canvas-wrapper.canvas-fullpage-menu .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav li a .slicknav_arrow {
	color: #fff;
	position: relative;
	font-size: 12px;
	padding: 0;
	pointer-events: auto;
	width: auto;
	height: auto;
	right: 0;
	top: -4px;
	-webkit-transform: none;
	transform: none;
	line-height: 1;
	margin: 0;
	display: inline-block;
}
.off-canvas-wrapper.canvas-fullpage-menu .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav li a:hover {
	color: #9771B0;
}
.off-canvas-wrapper.canvas-fullpage-menu .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav li a:hover .slicknav_arrow {
	color: #9771B0;
}
.off-canvas-wrapper.canvas-fullpage-menu .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav li ul {
	padding: 38px 0 0 0;
}
.off-canvas-wrapper.canvas-fullpage-menu .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav li ul li a {
	color: #fff;
	font-size: 18px;
	display: inline-block;
}
.off-canvas-wrapper.canvas-fullpage-menu .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav li ul li a .slicknav_arrow {
	color: #fff;
	font-size: 9px;
	top: -2px;
	right: -4px;
}
.off-canvas-wrapper.canvas-fullpage-menu .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav li ul li a:hover {
	color: #9771B0;
}
.off-canvas-wrapper.canvas-fullpage-menu .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav li ul li ul {
	padding: 30px 0 0 0;
}
.off-canvas-wrapper.canvas-fullpage-menu.fullpage-menu-style2 .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav li a {
	font-family: "Montserrat", sans-serif;
}
.off-canvas-wrapper.canvas-fullpage-menu.fullpage-menu-style2 .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav li a:hover {
	color: #64ad9c;
}
.off-canvas-wrapper.canvas-fullpage-menu.fullpage-menu-style2 .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav li a:hover .slicknav_arrow {
	color: #64ad9c;
}
.off-canvas-wrapper.canvas-fullpage-menu.fullpage-menu-style2 .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav li ul li a:hover {
	color: #64ad9c;
}
.off-canvas-wrapper.canvas-fullpage-menu.fullpage-menu-style3 .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav li a {
	font-family: "Taviraj", serif;
}
.off-canvas-wrapper.canvas-fullpage-menu.fullpage-menu-style3 .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav li a:hover {
	color: #009688;
}
.off-canvas-wrapper.canvas-fullpage-menu.fullpage-menu-style3 .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav li a:hover .slicknav_arrow {
	color: #009688;
}
.off-canvas-wrapper.canvas-fullpage-menu.fullpage-menu-style3 .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav li ul li a:hover {
	color: #009688;
}
/*
-----------------------------------------------------------------------
	Home Slider CSS
-----------------------------------------------------------------------
*/
.home-slider-area.slider-default {
	position: relative;
}
.home-slider-area.slider-default .home-slider-content .swiper-container .swiper-wrapper .swiper-slide-active .home-slider-item .bg-img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
	-webkit-animation-name: ken-burns-in;
	animation-name: ken-burns-in;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-transition-duration: calc(15000ms);
	transition-duration: calc(15000ms);
}
.home-slider-area.slider-default .home-slider-content .swiper-container .swiper-wrapper .swiper-slide-active .slider-content-area .content .inner-content {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
	-webkit-animation-name: lafadeInUp;
	animation-name: lafadeInUp;
}
.home-slider-area.slider-default .home-slider-content .swiper-container .swiper-wrapper .swiper-slide-active .slider-content-area .slider-thumb img {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
.home-slider-area.slider-default .home-slider-content .swiper-container .swiper-pagination {
	bottom: 23px;
}
.home-slider-area.slider-default .home-slider-content .swiper-container .swiper-pagination .swiper-pagination-bullet {
	background-color: rgba(255, 255, 255, 0.46);
	height: 12px;
	margin: 0 8px;
	opacity: 1;
	width: 12px;
}
.home-slider-area.slider-default .home-slider-content .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #fff;
}
.home-slider-area.slider-default .home-slider-content .swiper-button-prev,
.home-slider-area.slider-default .home-slider-content .swiper-button-next {
	background-color: rgba(255, 255, 255, 0.1);
	height: 50px;
	line-height: 50px;
	text-align: center;
	top: calc(50% - 3px);
	width: 50px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}
@media only screen and (max-width: 767px) {
	.home-slider-area.slider-default .home-slider-content .swiper-button-prev,
	.home-slider-area.slider-default .home-slider-content .swiper-button-next {
		display: none;
	}
}
.home-slider-area.slider-default .home-slider-content .swiper-button-prev:before,
.home-slider-area.slider-default .home-slider-content .swiper-button-next:before {
	color: rgba(0, 0, 0, 0.3);
	font-family: "LaStudioIcons";
	font-size: 18px;
	left: -2px;
	line-height: 1;
	position: relative;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}
.home-slider-area.slider-default .home-slider-content .swiper-button-prev:after,
.home-slider-area.slider-default .home-slider-content .swiper-button-next:after {
	display: none;
}
.home-slider-area.slider-default .home-slider-content .swiper-button-prev:hover,
.home-slider-area.slider-default .home-slider-content .swiper-button-next:hover {
	background-color: #fff;
}
.home-slider-area.slider-default .home-slider-content .swiper-button-prev:hover:before,
.home-slider-area.slider-default .home-slider-content .swiper-button-next:hover:before {
	color: #000;
}
.home-slider-area.slider-default .home-slider-content .swiper-button-prev {
	left: 50px;
}
.home-slider-area.slider-default .home-slider-content .swiper-button-prev:before {
	content: "";
}
.home-slider-area.slider-default .home-slider-content .swiper-button-next {
	right: 50px;
}
.home-slider-area.slider-default .home-slider-content .swiper-button-next:before {
	content: "";
	left: auto;
	right: -2px;
}
.home-slider-area.slider-default .bg-overlay {
	position: relative;
}
.home-slider-area.slider-default .bg-overlay:before {
	background-color: rgba(0, 0, 0, 0.3);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.home-slider-area.slider-default .home-slider-item {
	overflow: hidden;
	position: relative;
}
.home-slider-area.slider-default .home-slider-item .bg-img {
	height: 100%;
	position: absolute;
	width: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-animation-duration: 20s;
	animation-duration: 20s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	transition: 2s;
	-webkit-transition: 2s;
	-moz-transition: 2s;
	-ms-transition: 2s;
	-o-transition: 2s;
}
.home-slider-area.slider-default .slider-content-area {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 1080px;
	position: relative;
}
@media (max-width: 1600px) {
	.home-slider-area.slider-default .slider-content-area {
		height: 840px;
	}
}
@media only screen and (max-width: 1199px) {
	.home-slider-area.slider-default .slider-content-area {
		height: 600px;
	}
}
@media only screen and (max-width: 575px) {
	.home-slider-area.slider-default .slider-content-area {
		height: 480px;
	}
}
.home-slider-area.slider-default .slider-content-area .content {
	margin-top: -30px;
	text-align: center;
}
@media only screen and (max-width: 1199px) {
	.home-slider-area.slider-default .slider-content-area .content {
		margin-top: 30px;
	}
}
.home-slider-area.slider-default .slider-content-area .content .inner-content {
	position: relative;
	-webkit-animation-duration: 1.25s;
	animation-duration: 1.25s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	transition: 2s;
	-webkit-transition: 2s;
	-moz-transition: 2s;
	-ms-transition: 2s;
	-o-transition: 2s;
}
.home-slider-area.slider-default .slider-content-area .content .inner-content h2 {
	color: #fff;
	font-family: "Abril Fatface", cursive;
	font-size: 155px;
	line-height: 0.9;
	margin-bottom: 20px;
	text-transform: uppercase;
}
@media (max-width: 1600px) {
	.home-slider-area.slider-default .slider-content-area .content .inner-content h2 {
		font-size: 60px;
	}
}
@media only screen and (max-width: 1199px) {
	.home-slider-area.slider-default .slider-content-area .content .inner-content h2 {
		font-size: 107px;
	}
}
@media only screen and (max-width: 991px) {
	.home-slider-area.slider-default .slider-content-area .content .inner-content h2 {
		font-size: 74px;
	}
}
@media only screen and (max-width: 575px) {
	.home-slider-area.slider-default .slider-content-area .content .inner-content h2 {
		font-size: 40px;
		margin-bottom: 10px;
	}
}
.home-slider-area.slider-default .slider-content-area .content .inner-content h2:after {
	border-top: 2px solid;
	content: "";
	left: -18px;
	position: absolute;
	top: 220px;
	width: 130px;
}
@media only screen and (max-width: 1199px) {
	.home-slider-area.slider-default .slider-content-area .content .inner-content h2:after {
		display: none;
		top: 183px;
	}
}
.home-slider-area.slider-default .slider-content-area .content .inner-content p {
	color: #fff;
	margin: auto;
	max-width: 410px;
}
.home-slider-area.slider-default .slider-content-area .content .inner-content p:after {
	border-top: 2px solid;
	bottom: -27px;
	content: "";
	position: absolute;
	right: -11px;
	width: 230px;
}
@media only screen and (max-width: 1199px) {
	.home-slider-area.slider-default .slider-content-area .content .inner-content p:after {
		display: none;
	}
}
.home-slider-area.slider-default .slider-content-area .slider-thumb {
	overflow: hidden;
}
@media only screen and (max-width: 767px) {
	.home-slider-area.slider-default .slider-content-area .slider-thumb {
		display: none;
	}
}
.home-slider-area.slider-default .slider-content-area .slider-thumb img {
	display: block;
	margin-left: auto;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}
@media only screen and (max-width: 991px) {
	.home-slider-area.slider-home2 .home-slider-content .home-slider2-container {
		margin-top: 120px;
	}
}
.home-slider-area.slider-home2 .home-slider-content .home-slider2-container .swiper-wrapper .swiper-slide-active .home-slider-item .slider-content-area {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
	-webkit-animation-name: lafadeInUp;
	animation-name: lafadeInUp;
}
.home-slider-area.slider-home2 .home-slider-content .home-slider2-container .swiper-wrapper .swiper-slide .home-slider-item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 1020px;
}
@media only screen and (max-width: 1399px) {
	.home-slider-area.slider-home2 .home-slider-content .home-slider2-container .swiper-wrapper .swiper-slide .home-slider-item {
		height: 700px;
	}
}
@media only screen and (max-width: 1199px) {
	.home-slider-area.slider-home2 .home-slider-content .home-slider2-container .swiper-wrapper .swiper-slide .home-slider-item {
		height: 650px;
	}
}
@media only screen and (max-width: 991px) {
	.home-slider-area.slider-home2 .home-slider-content .home-slider2-container .swiper-wrapper .swiper-slide .home-slider-item {
		height: 550px;
	}
}
.home-slider-area.slider-home2 .home-slider-content .home-slider2-container .swiper-wrapper .swiper-slide .home-slider-item .thumb {
	height: 100%;
	overflow: hidden;
	position: absolute;
	right: 0;
	width: 63%;
	z-index: -1;
}
@media only screen and (max-width: 991px) {
	.home-slider-area.slider-home2 .home-slider-content .home-slider2-container .swiper-wrapper .swiper-slide .home-slider-item .thumb {
		width: 50%;
	}
}
@media only screen and (max-width: 575px) {
	.home-slider-area.slider-home2 .home-slider-content .home-slider2-container .swiper-wrapper .swiper-slide .home-slider-item .thumb {
		width: 100%;
		z-index: 1;
	}
}
@media only screen and (max-width: 575px) {
	.home-slider-area.slider-home2 .home-slider-content .home-slider2-container .swiper-wrapper .swiper-slide .home-slider-item .thumb:before {
		background-color: rgba(0, 0, 0, 0.6);
		height: 100%;
		left: 0;
		content: "";
		position: absolute;
		top: 0;
		width: 100%;
	}
}
.home-slider-area.slider-home2 .home-slider-content .home-slider2-container .swiper-wrapper .swiper-slide .home-slider-item .thumb .bg-thumb {
	background-position: top center;
	height: 100%;
	width: 100%;
}
.home-slider-area.slider-home2 .home-slider-content .home-slider2-container .swiper-wrapper .swiper-slide .home-slider-item .slider-content-area {
	margin: 0 0 0 140px;
	max-width: 400px;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
@media only screen and (max-width: 1399px) {
	.home-slider-area.slider-home2 .home-slider-content .home-slider2-container .swiper-wrapper .swiper-slide .home-slider-item .slider-content-area {
		margin: 0 0 0 15px;
	}
}
@media only screen and (max-width: 575px) {
	.home-slider-area.slider-home2 .home-slider-content .home-slider2-container .swiper-wrapper .swiper-slide .home-slider-item .slider-content-area {
		margin: 0 auto;
		max-width: 100%;
		padding: 10px;
		text-align: center;
		z-index: 3;
	}
}
@media only screen and (max-width: 575px) {
	.home-slider-area.slider-home2 .home-slider-content .home-slider2-container .swiper-wrapper .swiper-slide .home-slider-item .slider-content-area .content .inner-content {
		text-align: center;
	}
}
.home-slider-area.slider-home2 .home-slider-content .home-slider2-container .swiper-wrapper .swiper-slide .home-slider-item .slider-content-area .content .inner-content h2 {
	font-size: 50px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 15px;
	text-transform: uppercase;
}
@media only screen and (max-width: 1199px) {
	.home-slider-area.slider-home2 .home-slider-content .home-slider2-container .swiper-wrapper .swiper-slide .home-slider-item .slider-content-area .content .inner-content h2 {
		font-size: 30px;
		margin-bottom: 7px;
	}
}
@media only screen and (max-width: 991px) {
	.home-slider-area.slider-home2 .home-slider-content .home-slider2-container .swiper-wrapper .swiper-slide .home-slider-item .slider-content-area .content .inner-content h2 {
		font-size: 26px;
	}
}
@media only screen and (max-width: 575px) {
	.home-slider-area.slider-home2 .home-slider-content .home-slider2-container .swiper-wrapper .swiper-slide .home-slider-item .slider-content-area .content .inner-content h2 {
		color: #fff;
	}
}
.home-slider-area.slider-home2 .home-slider-content .home-slider2-container .swiper-wrapper .swiper-slide .home-slider-item .slider-content-area .content .inner-content p {
	color: #000000;
	font-size: 22px;
	line-height: 1.4;
	margin-bottom: 20px;
	text-transform: uppercase;
}
@media only screen and (max-width: 1199px) {
	.home-slider-area.slider-home2 .home-slider-content .home-slider2-container .swiper-wrapper .swiper-slide .home-slider-item .slider-content-area .content .inner-content p {
		font-size: 18px;
		margin-bottom: 14px;
	}
}
@media only screen and (max-width: 575px) {
	.home-slider-area.slider-home2 .home-slider-content .home-slider2-container .swiper-wrapper .swiper-slide .home-slider-item .slider-content-area .content .inner-content p {
		color: #fff;
	}
}
.home-slider-area.slider-home2 .home-slider-content .home-slider2-container .swiper-wrapper .swiper-slide .home-slider-item .slider-content-area .content .inner-content .price {
	color: #9771B0;
	font-size: 42px;
	line-height: 1;
	margin-bottom: 25px;
}
@media only screen and (max-width: 1199px) {
	.home-slider-area.slider-home2 .home-slider-content .home-slider2-container .swiper-wrapper .swiper-slide .home-slider-item .slider-content-area .content .inner-content .price {
		font-size: 30px;
	}
}
@media only screen and (max-width: 575px) {
	.home-slider-area.slider-home2 .home-slider-content .home-slider2-container .swiper-wrapper .swiper-slide .home-slider-item .slider-content-area .content .inner-content .price {
		color: #fff;
	}
}
.home-slider-area.slider-home2 .home-slider-content .home-slider2-container .swiper-wrapper .swiper-slide .home-slider-item .slider-content-area .content .inner-content .btn-theme {
	font-size: 20px;
	padding: 11.5px 30px 11.5px 30px;
	text-transform: uppercase;
}
@media only screen and (max-width: 1199px) {
	.home-slider-area.slider-home2 .home-slider-content .home-slider2-container .swiper-wrapper .swiper-slide .home-slider-item .slider-content-area .content .inner-content .btn-theme {
		font-size: 14px;
		padding: 10px 20px;
	}
}
@media only screen and (max-width: 575px) {
	.home-slider-area.slider-home2 .home-slider-content .home-slider2-container .swiper-wrapper .swiper-slide .home-slider-item .slider-content-area .content .inner-content .btn-theme {
		color: #fff;
		border-color: #fff;
	}
}
.home-slider-area.slider-home2 .home-slider-content .home-slider2-container .swiper-wrapper .swiper-slide .home-slider-item .slider-content-area .content .inner-content .btn-theme:hover {
	background-color: #9771B0;
	border-color: #9771B0;
	color: #fff;
}
.home-slider-area.slider-home2 .home-slider-content .home-slider2-container .swiper-pagination {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	bottom: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: 140px;
	text-align: left;
}
@media only screen and (max-width: 575px) {
	.home-slider-area.slider-home2 .home-slider-content .home-slider2-container .swiper-pagination {
		margin: 0;
		text-align: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		z-index: 3;
	}
}
.home-slider-area.slider-home2 .home-slider-content .home-slider2-container .swiper-pagination .swiper-pagination-bullet {
	background-color: rgba(153, 153, 153, 0.45);
	height: 10px;
	margin: 6px 10px;
	opacity: 1;
	width: 10px;
}
.home-slider-area.slider-home2 .home-slider-content .home-slider2-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #bfabcd;
	height: 14px;
	width: 14px;
}
.home-slider-area.slider-home3 {
	position: relative;
}
.home-slider-area.slider-home3 .home-slider-content .home-slider3-container .swiper-wrapper .swiper-slide-active .home-slider-item .bg-img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
	-webkit-animation-name: ken-burns-in;
	animation-name: ken-burns-in;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-transition-duration: calc(15000ms);
	transition-duration: calc(15000ms);
}
.home-slider-area.slider-home3 .home-slider-content .home-slider3-container .swiper-wrapper .swiper-slide-active .slider-content-area .content .inner-content {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
	-webkit-animation-name: lafadeInUp;
	animation-name: lafadeInUp;
}
.home-slider-area.slider-home3 .home-slider-content .swiper-button-prev,
.home-slider-area.slider-home3 .home-slider-content .swiper-button-next {
	background-color: transparent;
	height: 50px;
	line-height: 50px;
	text-align: center;
	top: calc(50% - 3px);
	width: 50px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}
@media only screen and (max-width: 359.98px) {
	.home-slider-area.slider-home3 .home-slider-content .swiper-button-prev,
	.home-slider-area.slider-home3 .home-slider-content .swiper-button-next {
		display: none;
	}
}
.home-slider-area.slider-home3 .home-slider-content .swiper-button-prev:before,
.home-slider-area.slider-home3 .home-slider-content .swiper-button-next:before {
	color: #fff;
	font-family: "LaStudioIcons";
	font-size: 18px;
	left: -2px;
	line-height: 1;
	position: relative;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}
.home-slider-area.slider-home3 .home-slider-content .swiper-button-prev:after,
.home-slider-area.slider-home3 .home-slider-content .swiper-button-next:after {
	display: none;
}
.home-slider-area.slider-home3 .home-slider-content .swiper-button-prev:hover,
.home-slider-area.slider-home3 .home-slider-content .swiper-button-next:hover {
	background-color: transparent;
}
.home-slider-area.slider-home3 .home-slider-content .swiper-button-prev:hover:before,
.home-slider-area.slider-home3 .home-slider-content .swiper-button-next:hover:before {
	color: #fff;
}
.home-slider-area.slider-home3 .home-slider-content .swiper-button-prev {
	left: 20px;
}
.home-slider-area.slider-home3 .home-slider-content .swiper-button-prev:before {
	content: "";
}
.home-slider-area.slider-home3 .home-slider-content .swiper-button-next {
	right: 20px;
}
.home-slider-area.slider-home3 .home-slider-content .swiper-button-next:before {
	content: "";
	left: auto;
	right: -2px;
}
.home-slider-area.slider-home3 .home-slider-content .swiper-pagination {
	bottom: 15px;
}
.home-slider-area.slider-home3 .home-slider-content .swiper-pagination .swiper-pagination-bullet {
	background-color: rgba(255, 255, 255, 0.22);
	height: 10px;
	margin: 0 10px;
	opacity: 1;
	width: 10px;
}
.home-slider-area.slider-home3 .home-slider-content .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #fff;
}
.home-slider-area.slider-home3 .home-slider-item {
	overflow: hidden;
	position: relative;
}
.home-slider-area.slider-home3 .home-slider-item .bg-img {
	height: 100%;
	position: absolute;
	width: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-animation-duration: 20s;
	animation-duration: 20s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	transition: 2s;
	-webkit-transition: 2s;
	-moz-transition: 2s;
	-ms-transition: 2s;
	-o-transition: 2s;
}
.home-slider-area.slider-home3 .slider-content-area {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 1060px;
	position: relative;
}
@media (max-width: 1599px) {
	.home-slider-area.slider-home3 .slider-content-area {
		height: 780px;
	}
}
@media only screen and (max-width: 767px) {
	.home-slider-area.slider-home3 .slider-content-area {
		height: 620px;
	}
}
.home-slider-area.slider-home3 .slider-content-area .content {
	margin-left: 174px;
	max-width: 500px;
}
@media only screen and (max-width: 1399px) {
	.home-slider-area.slider-home3 .slider-content-area .content {
		margin-top: 50px;
	}
}
@media only screen and (max-width: 991px) {
	.home-slider-area.slider-home3 .slider-content-area .content {
		margin-left: 150px;
	}
}
@media only screen and (max-width: 767px) {
	.home-slider-area.slider-home3 .slider-content-area .content {
		margin-left: 80px;
		margin-right: 80px;
	}
}
@media only screen and (max-width: 479.98px) {
	.home-slider-area.slider-home3 .slider-content-area .content {
		margin-left: 30px;
		margin-right: 30px;
		text-align: center;
	}
}
@media only screen and (max-width: 359.98px) {
	.home-slider-area.slider-home3 .slider-content-area .content {
		margin-left: 15px;
		margin-right: 15px;
		text-align: center;
	}
}
.home-slider-area.slider-home3 .slider-content-area .content .inner-content {
	position: relative;
	-webkit-animation-duration: 1.25s;
	animation-duration: 1.25s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	transition: 2s;
	-webkit-transition: 2s;
	-moz-transition: 2s;
	-ms-transition: 2s;
	-o-transition: 2s;
}
.home-slider-area.slider-home3 .slider-content-area .content .inner-content h4 {
	color: #fff;
	font-family: "Nunito Sans", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.8;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.home-slider-area.slider-home3 .slider-content-area .content .inner-content h2 {
	color: #fff;
	font-family: "Nunito Sans", sans-serif;
	font-size: 84px;
	font-weight: 700;
	line-height: 1.1;
	margin-bottom: 20px;
	margin-right: 45px;
	text-transform: uppercase;
}
@media (max-width: 1599px) {
	.home-slider-area.slider-home3 .slider-content-area .content .inner-content h2 {
		font-size: 44px;
	}
}
@media only screen and (max-width: 767px) {
	.home-slider-area.slider-home3 .slider-content-area .content .inner-content h2 {
		font-size: 36px;
	}
}
@media only screen and (max-width: 479.98px) {
	.home-slider-area.slider-home3 .slider-content-area .content .inner-content h2 {
		margin-right: 0;
	}
}
.home-slider-area.slider-home3 .slider-content-area .content .inner-content p {
	color: #fff;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 40px;
}
.home-slider-area.slider-home3 .slider-content-area .content .inner-content .btn-theme.btn-black {
	background-color: #000000;
	font-family: "Poppins", sans-serif;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.5;
	padding: 10px 30px 10px 30px;
	text-transform: uppercase;
}
.home-slider-area.slider-home3 .slider-content-area .content .inner-content .btn-theme.btn-black:hover {
	background-color: #fff;
	color: #000;
}
.home-slider-area.slider-home4 {
	margin-bottom: 200px;
}
.home-slider-area.slider-home4 .home-slider-content {
	margin: 140px 0px -200px 0px;
}
@media only screen and (max-width: 1399px) {
	.home-slider-area.slider-home4 .home-slider-content {
		padding: 0 50px;
	}
}
@media only screen and (max-width: 767px) {
	.home-slider-area.slider-home4 .home-slider-content {
		padding: 0 15px;
	}
}
@media only screen and (max-width: 479.98px) {
	.home-slider-area.slider-home4 .home-slider-content {
		margin-top: 120px;
		padding: 0;
	}
}
.home-slider-area.slider-home4 .home-slider-content .home-slider4-container .swiper-wrapper .swiper-slide-active .home-slider-item .thumb .bg-img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
	-webkit-animation-name: ken-burns-in;
	animation-name: ken-burns-in;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}
.home-slider-area.slider-home4 .home-slider-content .home-slider4-container .swiper-wrapper .swiper-slide .home-slider-item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 700px;
}
@media only screen and (max-width: 1199px) {
	.home-slider-area.slider-home4 .home-slider-content .home-slider4-container .swiper-wrapper .swiper-slide .home-slider-item {
		height: 600px;
	}
}
@media only screen and (max-width: 991px) {
	.home-slider-area.slider-home4 .home-slider-content .home-slider4-container .swiper-wrapper .swiper-slide .home-slider-item {
		height: 500px;
	}
}
@media only screen and (max-width: 767px) {
	.home-slider-area.slider-home4 .home-slider-content .home-slider4-container .swiper-wrapper .swiper-slide .home-slider-item {
		height: 450px;
	}
}
@media only screen and (max-width: 575px) {
	.home-slider-area.slider-home4 .home-slider-content .home-slider4-container .swiper-wrapper .swiper-slide .home-slider-item {
		height: 300px;
	}
}
.home-slider-area.slider-home4 .home-slider-content .home-slider4-container .swiper-wrapper .swiper-slide .home-slider-item .thumb {
	height: 700px;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.home-slider-area.slider-home4 .home-slider-content .home-slider4-container .swiper-wrapper .swiper-slide .home-slider-item .thumb .bg-thumb {
	background-position: top center;
	height: 100%;
	width: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-animation-duration: 20s;
	animation-duration: 20s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	transition: 10s;
	-webkit-transition: 10s;
	-moz-transition: 10s;
	-ms-transition: 10s;
	-o-transition: 10s;
}
.home-slider-area.slider-home4 .home-slider-content .home-slider4-container .swiper-wrapper .swiper-slide .home-slider-item .thumb a {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0%;
	width: 100%;
}
.home-slider-area.slider-home4 .home-slider-content .home-slider4-container .swiper-pagination {
	bottom: 15px;
}
.home-slider-area.slider-home4 .home-slider-content .home-slider4-container .swiper-pagination .swiper-pagination-bullet {
	background-color: rgba(255, 255, 255, 0.32);
	height: 10px;
	margin: 0 8px;
	opacity: 1;
	width: 10px;
}
.home-slider-area.slider-home4 .home-slider-content .home-slider4-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #fff;
}
.home-slider-area.slider-home5 .home-slider-content {
	position: relative;
}
@media (max-width: 1699px) {
	.home-slider-area.slider-home5 .home-slider-content {
		padding: 0 30px;
	}
}
@media only screen and (max-width: 767px) {
	.home-slider-area.slider-home5 .home-slider-content {
		padding: 0 15px;
	}
}
.home-slider-area.slider-home5 .home-slider-content:before {
	background-color: #A64637;
	content: "";
	height: 720px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
@media only screen and (max-width: 1199px) {
	.home-slider-area.slider-home5 .home-slider-content:before {
		height: 520px;
	}
}
@media only screen and (max-width: 991px) {
	.home-slider-area.slider-home5 .home-slider-content:before {
		height: 350px;
	}
}
.home-slider-area.slider-home5 .home-slider-content .home-slider-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
	max-width: 1440px;
	padding-top: 140px;
	width: 100%;
}
@media only screen and (max-width: 1199px) {
	.home-slider-area.slider-home5 .home-slider-content .home-slider-item {
		padding-top: 110px;
	}
}
@media only screen and (max-width: 767px) {
	.home-slider-area.slider-home5 .home-slider-content .home-slider-item {
		display: block;
	}
}
.home-slider-area.slider-home5 .home-slider-content .home-slider-item .col-left {
	width: 44%;
}
@media only screen and (max-width: 767px) {
	.home-slider-area.slider-home5 .home-slider-content .home-slider-item .col-left {
		width: 100%;
	}
}
.home-slider-area.slider-home5 .home-slider-content .home-slider-item .col-right {
	padding-left: 50px;
	width: 56%;
}
@media only screen and (max-width: 767px) {
	.home-slider-area.slider-home5 .home-slider-content .home-slider-item .col-right {
		padding-left: 0;
		width: 100%;
	}
}
.home-slider-area.slider-home5 .home-slider-content .home-slider-item .category-items-style4 {
	position: relative;
}
.home-slider-area.slider-home5 .home-slider-content .home-slider-item .category-items-style4 .text-rotate {
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	left: -40px;
	letter-spacing: 0.8px;
	line-height: 1;
	margin: auto;
	position: absolute;
	text-transform: uppercase;
	-webkit-writing-mode: vertical-lr;
	-ms-writing-mode: tb-lr;
	writing-mode: vertical-lr;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	top: 50%;
}
@media (max-width: 1699px) {
	.home-slider-area.slider-home5 .home-slider-content .home-slider-item .category-items-style4 .text-rotate {
		display: none;
	}
}
.home-slider-area.slider-home5 .home-slider-content .home-slider-item .inner-content {
	position: relative;
}
.home-slider-area.slider-home5 .home-slider-content .home-slider-item .inner-content .title-style {
	left: -90px;
	margin-bottom: 90px;
	margin-top: 40px;
	position: relative;
	z-index: 1;
}
@media only screen and (max-width: 991px) {
	.home-slider-area.slider-home5 .home-slider-content .home-slider-item .inner-content .title-style {
		margin-bottom: 60px;
	}
}
@media only screen and (max-width: 767px) {
	.home-slider-area.slider-home5 .home-slider-content .home-slider-item .inner-content .title-style {
		display: inline-block;
		left: 0;
		margin-bottom: 115px;
	}
}
@media only screen and (max-width: 575px) {
	.home-slider-area.slider-home5 .home-slider-content .home-slider-item .inner-content .title-style {
		margin-bottom: 107px;
		margin-top: 35px;
	}
}
@media only screen and (max-width: 479.98px) {
	.home-slider-area.slider-home5 .home-slider-content .home-slider-item .inner-content .title-style {
		margin-bottom: 80px;
	}
}
.home-slider-area.slider-home5 .home-slider-content .home-slider-item .inner-content .title-style .title {
	color: #fff;
	display: inline-block;
	font-size: 136px;
	font-weight: 700;
	font-style: italic;
	letter-spacing: -0.64px;
	line-height: 1;
	text-transform: uppercase;
}
@media only screen and (max-width: 1199px) {
	.home-slider-area.slider-home5 .home-slider-content .home-slider-item .inner-content .title-style .title {
		font-size: 100px;
	}
}
@media only screen and (max-width: 991px) {
	.home-slider-area.slider-home5 .home-slider-content .home-slider-item .inner-content .title-style .title {
		font-size: 64px;
	}
}
@media only screen and (max-width: 767px) {
	.home-slider-area.slider-home5 .home-slider-content .home-slider-item .inner-content .title-style .title {
		color: #000000;
	}
}
@media only screen and (max-width: 575px) {
	.home-slider-area.slider-home5 .home-slider-content .home-slider-item .inner-content .title-style .title {
		font-size: 50px;
	}
}
@media only screen and (max-width: 479.98px) {
	.home-slider-area.slider-home5 .home-slider-content .home-slider-item .inner-content .title-style .title {
		font-size: 36px;
	}
}
.home-slider-area.slider-home5 .home-slider-content .home-slider-item .inner-content .title-style .title-stroke {
	color: #801111;
	font-size: 136px;
	font-weight: 700;
	font-style: italic;
	left: 201px;
	line-height: 1;
	position: absolute;
	text-transform: uppercase;
	top: 30px;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: currentColor;
	z-index: -1;
}
@media only screen and (max-width: 1199px) {
	.home-slider-area.slider-home5 .home-slider-content .home-slider-item .inner-content .title-style .title-stroke {
		font-size: 100px;
		left: 150px;
	}
}
@media only screen and (max-width: 991px) {
	.home-slider-area.slider-home5 .home-slider-content .home-slider-item .inner-content .title-style .title-stroke {
		font-size: 64px;
		left: 100px;
		top: 20px;
	}
}
@media only screen and (max-width: 575px) {
	.home-slider-area.slider-home5 .home-slider-content .home-slider-item .inner-content .title-style .title-stroke {
		font-size: 50px;
	}
}
@media only screen and (max-width: 479.98px) {
	.home-slider-area.slider-home5 .home-slider-content .home-slider-item .inner-content .title-style .title-stroke {
		font-size: 36px;
	}
}
.home-slider-area.slider-home5 .home-slider-content .home-slider-item .inner-content .title-style .sub-title {
	color: #fff;
	font-family: "Black And White Picture", sans-serif;
	font-size: 136px;
	font-weight: 400;
	font-style: italic;
	letter-spacing: -0.64px;
	line-height: 1;
	position: absolute;
	right: 17px;
	top: 0px;
}
@media only screen and (max-width: 1199px) {
	.home-slider-area.slider-home5 .home-slider-content .home-slider-item .inner-content .title-style .sub-title {
		font-size: 100px;
		top: 80px;
	}
}
@media only screen and (max-width: 991px) {
	.home-slider-area.slider-home5 .home-slider-content .home-slider-item .inner-content .title-style .sub-title {
		font-size: 64px;
		top: 40px;
	}
}
@media only screen and (max-width: 767px) {
	.home-slider-area.slider-home5 .home-slider-content .home-slider-item .inner-content .title-style .sub-title {
		color: #000000;
		right: -100px;
		top: 68px;
	}
}
@media only screen and (max-width: 575px) {
	.home-slider-area.slider-home5 .home-slider-content .home-slider-item .inner-content .title-style .sub-title {
		top: 54px;
	}
}
@media only screen and (max-width: 479.98px) {
	.home-slider-area.slider-home5 .home-slider-content .home-slider-item .inner-content .title-style .sub-title {
		top: 45px;
		font-size: 36px;
	}
}
.home-slider-area.slider-home5 .home-slider-content .home-slider-item .inner-content .inner-content {
	margin-top: 30px;
}
@media only screen and (max-width: 991px) {
	.home-slider-area.slider-home5 .home-slider-content .home-slider-item .inner-content .inner-content {
		margin-top: 10px;
	}
}
@media only screen and (max-width: 767px) {
	.home-slider-area.slider-home5 .home-slider-content .home-slider-item .inner-content .inner-content {
		margin-top: 20px;
	}
}
.home-slider-area.slider-home5 .home-slider-content .home-slider-item .inner-content .inner-content p {
	color: #444;
	font-size: 18px;
	line-height: 2;
}
@media only screen and (max-width: 991px) {
	.home-slider-area.slider-home5 .home-slider-content .home-slider-item .inner-content .inner-content p {
		font-size: 16px;
	}
}
@media only screen and (max-width: 1199px) {
	.home-slider-area.slider-home5 .home-slider-content .home-slider-item .inner-content .inner-content .btn-theme.btn-size-lg {
		font-size: 14px;
		line-height: 1.4;
		padding: 7px 20px 7px 20px;
	}
}
.home-slider-area.slider-home5 .home-slider-content .home-slider-item .inner-content .text-rotate {
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	left: calc(102% + 1px);
	letter-spacing: 0.8px;
	line-height: 1;
	margin: auto;
	position: absolute;
	text-transform: uppercase;
	top: calc(60% - 1px);
	width: 120px;
}
@media (max-width: 1699px) {
	.home-slider-area.slider-home5 .home-slider-content .home-slider-item .inner-content .text-rotate {
		display: none;
	}
}
.home-slider-area.slider-home6 .home-slider-content {
	background-color: #e6e5e3;
	position: relative;
}
.home-slider-area.slider-home6 .home-slider-content:before {
	background-color: #fff;
	bottom: 0;
	content: "";
	height: 180px;
	left: 0;
	position: absolute;
	width: 100%;
}
@media only screen and (max-width: 575px) {
	.home-slider-area.slider-home6 .home-slider-content:before {
		height: 80px;
	}
}
.home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-wrapper .swiper-slide-active .home-slider-item .slider-content-area .content .inner-content span {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
	-webkit-animation-name: lafadeInUp;
	animation-name: lafadeInUp;
}
.home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-wrapper .swiper-slide-active .home-slider-item .slider-content-area .content p {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
	-webkit-animation-name: lafadeInUp;
	animation-name: lafadeInUp;
}
.home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-wrapper .swiper-slide-active .home-slider-item .slider-content-area .box-item .thumb {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
	-webkit-animation-name: lafadeInLeft;
	animation-name: lafadeInLeft;
}
.home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-wrapper .swiper-slide-active .home-slider-item .slider-content-area .box-item .box-content .box-item-number {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
	-webkit-animation-name: lafadeInUp;
	animation-name: lafadeInUp;
}
.home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-wrapper .swiper-slide-active .home-slider-item .slider-content-area .box-item .box-content .box-title {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
	-webkit-animation-name: lafadeInUp;
	animation-name: lafadeInUp;
}
.home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-wrapper .swiper-slide-active .home-slider-item .thumb.thumb-style {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
	-webkit-animation-name: zoomInLight;
	animation-name: zoomInLight;
}
.home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-wrapper .swiper-slide-active .home-slider-item .shape-layer-items .shape-layer-one {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
	-webkit-animation-name: lafadeInDown;
	animation-name: lafadeInDown;
}
.home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-wrapper .swiper-slide-active .home-slider-item .shape-layer-items .shape-layer-two {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
	-webkit-animation-name: lafadeInUp;
	animation-name: lafadeInUp;
}
.home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-wrapper .swiper-slide-active .home-slider-item .shape-layer-items .shape-layer-three {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
	-webkit-animation-name: lafadeInUp;
	animation-name: lafadeInUp;
}
.home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-wrapper .swiper-slide .home-slider-item {
	height: 1250px;
	overflow: hidden;
	padding-top: 50px;
	position: relative;
}
@media only screen and (max-width: 1399px) {
	.home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-wrapper .swiper-slide .home-slider-item {
		height: 804px;
	}
}
@media only screen and (max-width: 767px) {
	.home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-wrapper .swiper-slide .home-slider-item {
		height: 699px;
	}
}
@media only screen and (max-width: 575px) {
	.home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-wrapper .swiper-slide .home-slider-item {
		height: 589px;
	}
}
@media only screen and (max-width: 479.98px) {
	.home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-wrapper .swiper-slide .home-slider-item {
		height: 513px;
	}
}
.home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-wrapper .swiper-slide .home-slider-item .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 1640px;
	padding: 0;
}
.home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-wrapper .swiper-slide .home-slider-item .container .col-left {
	width: 57.073%;
}
@media only screen and (max-width: 1399px) {
	.home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-wrapper .swiper-slide .home-slider-item .container .col-left {
		width: 65%;
	}
}
@media only screen and (max-width: 767px) {
	.home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-wrapper .swiper-slide .home-slider-item .container .col-left {
		width: 100%;
	}
}
.home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-wrapper .swiper-slide .home-slider-item .container .col-right {
	width: 42.927%;
}
@media only screen and (max-width: 1399px) {
	.home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-wrapper .swiper-slide .home-slider-item .container .col-right {
		width: 35%;
	}
}
@media only screen and (max-width: 767px) {
	.home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-wrapper .swiper-slide .home-slider-item .container .col-right {
		display: none;
	}
}
.home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-wrapper .swiper-slide .home-slider-item .slider-content-area .content {
	margin-bottom: 164px;
	padding-left: 100px;
	padding-top: 150px;
}
@media only screen and (max-width: 1399px) {
	.home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-wrapper .swiper-slide .home-slider-item .slider-content-area .content {
		margin-bottom: 60px;
		padding-left: 50px;
		padding-top: 90px;
	}
}
@media only screen and (max-width: 767px) {
	.home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-wrapper .swiper-slide .home-slider-item .slider-content-area .content {
		margin-bottom: 50px;
		padding-left: 15px;
		padding-top: 95px;
	}
}
@media only screen and (max-width: 479.98px) {
	.home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-wrapper .swiper-slide .home-slider-item .slider-content-area .content {
		margin-bottom: 30px;
		padding-left: 15px;
		padding-top: 55px;
	}
}
.home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-wrapper .swiper-slide .home-slider-item .slider-content-area .content .inner-content {
	margin-bottom: 1px;
}
.home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-wrapper .swiper-slide .home-slider-item .slider-content-area .content .inner-content span {
	color: #000000;
	display: inline-block;
	font-family: "Taviraj", serif;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 1;
	-webkit-animation-duration: 1.25s;
	animation-duration: 1.25s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	transition: 2s;
	-webkit-transition: 2s;
	-moz-transition: 2s;
	-ms-transition: 2s;
	-o-transition: 2s;
}
.home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-wrapper .swiper-slide .home-slider-item .slider-content-area .content .inner-content span.style-one {
	font-size: 130px;
}
@media only screen and (max-width: 1399px) {
	.home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-wrapper .swiper-slide .home-slider-item .slider-content-area .content .inner-content span.style-one {
		font-size: 100px;
	}
}
@media only screen and (max-width: 1199px) {
	.home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-wrapper .swiper-slide .home-slider-item .slider-content-area .content .inner-content span.style-one {
		font-size: 70px;
	}
}
@media only screen and (max-width: 767px) {
	.home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-wrapper .swiper-slide .home-slider-item .slider-content-area .content .inner-content span.style-one {
		font-size: 48px;
	}
}
@media only screen and (max-width: 479.98px) {
	.home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-wrapper .swiper-slide .home-slider-item .slider-content-area .content .inner-content span.style-one {
		font-size: 38px;
	}
}
.home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-wrapper .swiper-slide .home-slider-item .slider-content-area .content .inner-content span.style-two {
	font-size: 50px;
	padding-left: 22px;
	position: relative;
	top: -49px;
}
@media only screen and (max-width: 1199px) {
	.home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-wrapper .swiper-slide .home-slider-item .slider-content-area .content .inner-content span.style-two {
		font-size: 42px;
		padding-left: 0;
		top: -56px;
	}
}
@media only screen and (max-width: 767px) {
	.home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-wrapper .swiper-slide .home-slider-item .slider-content-area .content .inner-content span.style-two {
		font-size: 32px;
		padding-left: 0;
		top: -30px;
	}
}
@media only screen and (max-width: 479.98px) {
	.home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-wrapper .swiper-slide .home-slider-item .slider-content-area .content .inner-content span.style-two {
		font-size: 22px;
	}
}
.home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-wrapper .swiper-slide .home-slider-item .slider-content-area .content .inner-content span.style-three {
	font-size: 130px;
	top: -12px;
	padding-left: 16px;
	position: relative;
}
@media only screen and (max-width: 1399px) {
	.home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-wrapper .swiper-slide .home-slider-item .slider-content-area .content .inner-content span.style-three {
		font-size: 80px;
		padding-left: 0;
		margin-top: 20px;
	}
}
@media only screen and (max-width: 1199px) {
	.home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-wrapper .swiper-slide .home-slider-item .slider-content-area .content .inner-content span.style-three {
		font-size: 70px;
	}
}
@media only screen and (max-width: 767px) {
	.home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-wrapper .swiper-slide .home-slider-item .slider-content-area .content .inner-content span.style-three {
		font-size: 48px;
	}
}
@media only screen and (max-width: 479.98px) {
	.home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-wrapper .swiper-slide .home-slider-item .slider-content-area .content .inner-content span.style-three {
		font-size: 38px;
	}
}
.home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-wrapper .swiper-slide .home-slider-item .slider-content-area .content p {
	color: #000000;
	font-family: "Prompt", sans-serif;
	font-size: 20px;
	line-height: 1.25;
	max-width: 530px;
	-webkit-animation-duration: 1.2s;
	animation-duration: 1.2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	transition: 2s;
	-webkit-transition: 2s;
	-moz-transition: 2s;
	-ms-transition: 2s;
	-o-transition: 2s;
}
@media only screen and (max-width: 1399px) {
	.home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-wrapper .swiper-slide .home-slider-item .slider-content-area .content p {
		font-size: 16px;
		line-height: 2;
	}
}
.home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-wrapper .swiper-slide .home-slider-item .slider-content-area .box-item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: -215px;
	position: relative;
	z-index: 1;
}
@media only screen and (max-width: 1399px) {
	.home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-wrapper .swiper-slide .home-slider-item .slider-content-area .box-item {
		margin-right: auto;
	}
}
.home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-wrapper .swiper-slide .home-slider-item .slider-content-area .box-item .thumb {
	min-width: 520px;
	position: relative;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	transition: 2s;
	-webkit-transition: 2s;
	-moz-transition: 2s;
	-ms-transition: 2s;
	-o-transition: 2s;
}
@media only screen and (max-width: 1399px) {
	.home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-wrapper .swiper-slide .home-slider-item .slider-content-area .box-item .thumb {
		min-width: 320px;
		width: 320px;
	}
}
@media only screen and (max-width: 991px) {
	.home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-wrapper .swiper-slide .home-slider-item .slider-content-area .box-item .thumb {
		min-width: 280px;
		width: 280px;
	}
}
@media only screen and (max-width: 575px) {
	.home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-wrapper .swiper-slide .home-slider-item .slider-content-area .box-item .thumb {
		min-width: 200px;
		width: 200px;
	}
}
@media only screen and (max-width: 479.98px) {
	.home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-wrapper .swiper-slide .home-slider-item .slider-content-area .box-item .thumb {
		min-width: 200px;
		width: 200px;
	}
}
@media only screen and (max-width: 479.98px) {
	.home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-wrapper .swiper-slide .home-slider-item .slider-content-area .box-item .thumb {
		min-width: 140px;
		width: 140px;
	}
}
.home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-wrapper .swiper-slide .home-slider-item .slider-content-area .box-item .thumb img {
	width: auto;
}
.home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-wrapper .swiper-slide .home-slider-item .slider-content-area .box-item .box-content {
	margin-left: 50px;
	margin-top: 44px;
}
@media only screen and (max-width: 1399px) {
	.home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-wrapper .swiper-slide .home-slider-item .slider-content-area .box-item .box-content {
		margin-top: -120px;
		margin-left: 20px;
	}
}
@media only screen and (max-width: 575px) {
	.home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-wrapper .swiper-slide .home-slider-item .slider-content-area .box-item .box-content {
		margin-top: -50px;
	}
}
@media only screen and (max-width: 479.98px) {
	.home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-wrapper .swiper-slide .home-slider-item .slider-content-area .box-item .box-content {
		margin-top: -100px;
	}
}
.home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-wrapper .swiper-slide .home-slider-item .slider-content-area .box-item .box-content .box-item-number {
	color: #000000;
	font-size: 30px;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 20px;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	transition: 2s;
	-webkit-transition: 2s;
	-moz-transition: 2s;
	-ms-transition: 2s;
	-o-transition: 2s;
}
@media only screen and (max-width: 479.98px) {
	.home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-wrapper .swiper-slide .home-slider-item .slider-content-area .box-item .box-content .box-item-number {
		font-size: 20px;
		margin-bottom: 10px;
	}
}
.home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-wrapper .swiper-slide .home-slider-item .slider-content-area .box-item .box-content .box-item-number span {
	font-size: 18px;
}
.home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-wrapper .swiper-slide .home-slider-item .slider-content-area .box-item .box-content .box-title {
	color: #fff;
	font-size: 75px;
	font-weight: 300;
	line-height: 1;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	transition: 2s;
	-webkit-transition: 2s;
	-moz-transition: 2s;
	-ms-transition: 2s;
	-o-transition: 2s;
}
@media (max-width: 1636px) {
	.home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-wrapper .swiper-slide .home-slider-item .slider-content-area .box-item .box-content .box-title {
		font-size: 52px;
	}
}
@media only screen and (max-width: 1199px) {
	.home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-wrapper .swiper-slide .home-slider-item .slider-content-area .box-item .box-content .box-title {
		font-size: 36px;
	}
}
@media only screen and (max-width: 767px) {
	.home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-wrapper .swiper-slide .home-slider-item .slider-content-area .box-item .box-content .box-title {
		font-size: 28px;
	}
}
@media only screen and (max-width: 479.98px) {
	.home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-wrapper .swiper-slide .home-slider-item .slider-content-area .box-item .box-content .box-title {
		font-size: 22px;
	}
}
.home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-wrapper .swiper-slide .home-slider-item .thumb.thumb-style {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	transition: 2s;
	-webkit-transition: 2s;
	-moz-transition: 2s;
	-ms-transition: 2s;
	-o-transition: 2s;
}
.home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-wrapper .swiper-slide .home-slider-item .shape-layer-items .shape-layer-one {
	background-color: #fff;
	border-radius: 50%;
	height: 360px;
	left: calc(55% - 175px);
	position: absolute;
	top: -220px;
	width: 360px;
	z-index: -1;
	-webkit-animation-duration: 1.25s;
	animation-duration: 1.25s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	transition: 2s;
	-webkit-transition: 2s;
	-moz-transition: 2s;
	-ms-transition: 2s;
	-o-transition: 2s;
}
@media only screen and (max-width: 767px) {
	.home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-wrapper .swiper-slide .home-slider-item .shape-layer-items .shape-layer-one {
		right: -80px;
		left: auto;
		top: -180px;
	}
}
@media only screen and (max-width: 575px) {
	.home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-wrapper .swiper-slide .home-slider-item .shape-layer-items .shape-layer-one {
		display: none;
	}
}
.home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-wrapper .swiper-slide .home-slider-item .shape-layer-items .shape-layer-two {
	background-color: #fff;
	border-radius: 50%;
	bottom: -150px;
	height: 610px;
	left: -100px;
	position: absolute;
	width: 610px;
	z-index: -1;
	-webkit-animation-duration: 1.25s;
	animation-duration: 1.25s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	transition: 2s;
	-webkit-transition: 2s;
	-moz-transition: 2s;
	-ms-transition: 2s;
	-o-transition: 2s;
}
@media only screen and (max-width: 1399px) {
	.home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-wrapper .swiper-slide .home-slider-item .shape-layer-items .shape-layer-two {
		display: none;
	}
}
.home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-wrapper .swiper-slide .home-slider-item .shape-layer-items .shape-layer-three {
	background-color: #fff;
	border-radius: 50%;
	bottom: -150px;
	height: 610px;
	position: absolute;
	right: -250px;
	width: 610px;
	z-index: -1;
	-webkit-animation-duration: 1.25s;
	animation-duration: 1.25s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	transition: 2s;
	-webkit-transition: 2s;
	-moz-transition: 2s;
	-ms-transition: 2s;
	-o-transition: 2s;
}
@media only screen and (max-width: 1399px) {
	.home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-wrapper .swiper-slide .home-slider-item .shape-layer-items .shape-layer-three {
		height: 330px;
		right: -100px;
		width: 330px;
		bottom: 0;
	}
}
@media only screen and (max-width: 1399px) {
	.home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-wrapper .swiper-slide .home-slider-item .shape-layer-items .shape-layer-three {
		display: none;
	}
}
.home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-button-next {
	background-color: transparent;
	border: 3px solid #ddd;
	border-radius: 50%;
	bottom: 47px;
	height: 66px;
	left: calc(37% + 5px);
	line-height: 68px;
	right: auto;
	text-align: center;
	top: auto;
	width: 66px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}
@media (max-width: 1636px) {
	.home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-button-next {
		height: 50px;
		line-height: 50px;
		width: 50px;
		left: calc(37% + 50px);
	}
}
@media only screen and (max-width: 1399px) {
	.home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-button-next {
		height: 50px;
		line-height: 50px;
		width: 50px;
		left: auto;
		right: 30px;
	}
}
@media only screen and (max-width: 575px) {
	.home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-button-next {
		bottom: 0;
	}
}
@media only screen and (max-width: 479.98px) {
	.home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-button-next {
		height: 40px;
		line-height: 40px;
		width: 40px;
		left: auto;
		right: 20px;
	}
}
.home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-button-next:before {
	color: #ddd;
	content: "";
	font-family: "LaStudioIcons";
	font-size: 40px;
	left: auto;
	line-height: 1;
	position: relative;
	right: 2px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}
@media (max-width: 1636px) {
	.home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-button-next:before {
		font-size: 26px;
	}
}
.home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-button-next:after {
	display: none;
}
.home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-button-next:hover {
	background-color: transparent;
	border-color: #009688;
}
.home-slider-area.slider-home6 .home-slider-content .home-slider6-container .swiper-button-next:hover:before {
	color: #009688;
}
.home-slider-area.slider-home7 .home-slider-content .home-slider7-container {
	padding-bottom: 73px;
}
@media only screen and (max-width: 991px) {
	.home-slider-area.slider-home7 .home-slider-content .home-slider7-container {
		padding-bottom: 45px;
	}
}
.home-slider-area.slider-home7 .home-slider-content .home-slider7-container .swiper-wrapper .swiper-slide-active .home-slider-item .thumb .bg-thumb {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
	-webkit-animation-name: ken-burns-in;
	animation-name: ken-burns-in;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}
.home-slider-area.slider-home7 .home-slider-content .home-slider7-container .swiper-wrapper .swiper-slide-active .home-slider-item .slider-content-area {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
	-webkit-animation-name: lafadeInUp;
	animation-name: lafadeInUp;
}
.home-slider-area.slider-home7 .home-slider-content .home-slider7-container .swiper-wrapper .swiper-slide .home-slider-item {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 741.04px;
}
@media (max-width: 1710px) {
	.home-slider-area.slider-home7 .home-slider-content .home-slider7-container .swiper-wrapper .swiper-slide .home-slider-item {
		height: 680px;
	}
}
@media (max-width: 1599px) {
	.home-slider-area.slider-home7 .home-slider-content .home-slider7-container .swiper-wrapper .swiper-slide .home-slider-item {
		height: 620px;
	}
}
@media only screen and (max-width: 1399px) {
	.home-slider-area.slider-home7 .home-slider-content .home-slider7-container .swiper-wrapper .swiper-slide .home-slider-item {
		height: 520px;
	}
}
@media only screen and (max-width: 1199px) {
	.home-slider-area.slider-home7 .home-slider-content .home-slider7-container .swiper-wrapper .swiper-slide .home-slider-item {
		height: 420px;
	}
}
@media only screen and (max-width: 991px) {
	.home-slider-area.slider-home7 .home-slider-content .home-slider7-container .swiper-wrapper .swiper-slide .home-slider-item {
		height: 340px;
	}
}
@media only screen and (max-width: 479.98px) {
	.home-slider-area.slider-home7 .home-slider-content .home-slider7-container .swiper-wrapper .swiper-slide .home-slider-item {
		height: 280px;
	}
}
.home-slider-area.slider-home7 .home-slider-content .home-slider7-container .swiper-wrapper .swiper-slide .home-slider-item .thumb {
	height: 100%;
	overflow: hidden;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: -1;
}
.home-slider-area.slider-home7 .home-slider-content .home-slider7-container .swiper-wrapper .swiper-slide .home-slider-item .thumb .bg-thumb {
	background-position: top center;
	height: 100%;
	width: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-animation-duration: 20s;
	animation-duration: 20s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	transition: 10s;
	-webkit-transition: 10s;
	-moz-transition: 10s;
	-ms-transition: 10s;
	-o-transition: 10s;
}
.home-slider-area.slider-home7 .home-slider-content .home-slider7-container .swiper-wrapper .swiper-slide .home-slider-item .slider-content-area {
	max-width: 700px;
	padding: 40px 0 30px;
	position: relative;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
@media only screen and (max-width: 479.98px) {
	.home-slider-area.slider-home7 .home-slider-content .home-slider7-container .swiper-wrapper .swiper-slide .home-slider-item .slider-content-area {
		padding: 30px 0 20px;
	}
}
.home-slider-area.slider-home7 .home-slider-content .home-slider7-container .swiper-wrapper .swiper-slide .home-slider-item .slider-content-area:before {
	background-color: #fff;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: calc(86% + 2px);
	z-index: -1;
}
.home-slider-area.slider-home7 .home-slider-content .home-slider7-container .swiper-wrapper .swiper-slide .home-slider-item .slider-content-area .content .inner-content h4 {
	font-family: "Mukta", sans-serif;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 6px;
	line-height: 1;
	text-transform: uppercase;
}
@media only screen and (max-width: 479.98px) {
	.home-slider-area.slider-home7 .home-slider-content .home-slider7-container .swiper-wrapper .swiper-slide .home-slider-item .slider-content-area .content .inner-content h4 {
		font-size: 16px;
		letter-spacing: 3px;
	}
}
.home-slider-area.slider-home7 .home-slider-content .home-slider7-container .swiper-wrapper .swiper-slide .home-slider-item .slider-content-area .content .inner-content h2 {
	font-size: 50px;
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: 15px;
	text-transform: capitalize;
}
@media only screen and (max-width: 1399px) {
	.home-slider-area.slider-home7 .home-slider-content .home-slider7-container .swiper-wrapper .swiper-slide .home-slider-item .slider-content-area .content .inner-content h2 {
		font-size: 40px;
	}
}
@media only screen and (max-width: 991px) {
	.home-slider-area.slider-home7 .home-slider-content .home-slider7-container .swiper-wrapper .swiper-slide .home-slider-item .slider-content-area .content .inner-content h2 {
		font-size: 30px;
		margin-bottom: 0;
	}
}
@media only screen and (max-width: 479.98px) {
	.home-slider-area.slider-home7 .home-slider-content .home-slider7-container .swiper-wrapper .swiper-slide .home-slider-item .slider-content-area .content .inner-content h2 {
		font-size: 20px;
	}
}
.home-slider-area.slider-home7 .home-slider-content .home-slider7-container .swiper-pagination {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	bottom: -9px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: left;
}
.home-slider-area.slider-home7 .home-slider-content .home-slider7-container .swiper-pagination .swiper-pagination-bullet {
	background-color: transparent;
	border-top: 1px solid #ddd;
	border-radius: 0;
	color: #444;
	font-family: "Mukta", sans-serif;
	font-size: 18px;
	height: 32px;
	margin: 0;
	opacity: 1;
	position: relative;
	width: 33.33%;
}
.home-slider-area.slider-home7 .home-slider-content .home-slider7-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	border-color: #bb7b1c;
}
@-webkit-keyframes ken-burns-in {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	to {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}
}
@keyframes ken-burns-in {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	to {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}
}
@-webkit-keyframes lafadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 50px, 0);
		transform: translate3d(0, 50px, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@keyframes lafadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 50px, 0);
		transform: translate3d(0, 50px, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@-webkit-keyframes lafadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -50px, 0);
		transform: translate3d(0, -50px, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@keyframes lafadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -50px, 0);
		transform: translate3d(0, -50px, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@-webkit-keyframes lafadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-50px, 0, 0);
		transform: translate3d(-50px, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@keyframes lafadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-50px, 0, 0);
		transform: translate3d(-50px, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@-webkit-keyframes zoomInLight {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9);
	}
	50% {
		opacity: 1;
	}
}
@keyframes zoomInLight {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9);
	}
	50% {
		opacity: 1;
	}
}
@-webkit-keyframes elementor-animation-push {
	50% {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
@keyframes elementor-animation-push {
	50% {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
/*
-----------------------------------------------------------------------
	About CSS
-----------------------------------------------------------------------
*/
.about-area.about-default-area {
	padding: 100px 0;
}
@media only screen and (max-width: 1199px) {
	.about-area.about-default-area {
		padding: 70px 0;
	}
}
.about-area.about-default-area .about-content {
	margin: 100px 0 0 70px;
}
@media only screen and (max-width: 1199px) {
	.about-area.about-default-area .about-content {
		margin: 0;
	}
}
.about-area.about-default-area .about-content .section-title .title {
	font-size: 29px;
	line-height: 46px;
	margin: 0 0 22px;
}
@media only screen and (max-width: 479.98px) {
	.about-area.about-default-area .about-content .section-title .title {
		font-size: 20px;
		line-height: 26px;
		margin: 0 0 12px;
	}
}
.about-area.about-default-area .thumb {
	position: relative;
}
@media only screen and (max-width: 991px) {
	.about-area.about-default-area .thumb img {
		width: 100%;
	}
}
.about-area.about-default-area .thumb .img-content {
	background-color: #000000;
	border-radius: 50%;
	height: 159px;
	position: absolute;
	top: 14%;
	right: 2.5%;
	text-align: center;
	width: 159px;
}
.about-area.about-default-area .thumb .img-content h3 {
	color: #fff;
	font-size: 29px;
	font-weight: 700;
	line-height: 23px;
	margin: 50px 0 9px;
}
.about-area.about-default-area .thumb .img-content span {
	color: #fff;
	font-size: 29px;
	font-weight: 300;
	display: block;
	line-height: 1;
}
/*
-----------------------------------------------------------------------
	Team CSS
-----------------------------------------------------------------------
*/
.team-area.team-default-area {
	padding: 100px 0;
}
.team-creative-area {
	padding: 0 0 41px;
}
@media only screen and (max-width: 767px) {
	.team-creative-area {
		padding-bottom: 20px;
	}
}
.team-creative-area .container {
	max-width: 1470px;
}
.team-creative-area .section-title {
	margin-bottom: 79px;
}
@media only screen and (max-width: 767px) {
	.team-creative-area .section-title {
		margin-bottom: 69px;
	}
}
.team-creative-area .section-title .title {
	font-size: 36px;
	letter-spacing: -0.72px;
	line-height: 1.3px;
}
.team-member .thumb {
	overflow: hidden;
	position: relative;
}
.team-member .thumb img {
	width: 100%;
}
.team-member .thumb .social-icons {
	bottom: 15px;
	position: absolute;
	right: 15px;
}
.team-member .thumb .social-icons a {
	background-color: #f4a460;
	border-radius: 50%;
	color: #fff;
	left: 30px;
	opacity: 0;
	visibility: hidden;
	position: relative;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	width: 40px;
	text-align: center;
	font-size: 18px;
	margin-right: 1px;
}
.team-member .thumb .social-icons a:last-child {
	margin-right: 0;
}
.team-member .thumb .social-icons a:nth-child(1) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
.team-member .thumb .social-icons a:nth-child(2) {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.team-member .thumb .social-icons a:nth-child(3) {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
.team-member .thumb .social-icons a:hover {
	background-color: #fff;
	color: #f4a460;
}
.team-member .content {
	text-align: center;
	-webkit-box-shadow: 0 3px 5px rgba(85, 85, 85, 0.2);
	box-shadow: 0 3px 5px rgba(85, 85, 85, 0.2);
	padding: 20px 10px 16px;
}
.team-member .content .member-info .name {
	font-size: 18px;
	font-weight: 500;
	font-family: "Poppins", sans-serif;
}
.team-member .content .member-info .name a {
	color: #6d6d6d;
}
.team-member .content .member-info .designation {
	font-size: 15px;
}
.team-member:hover .thumb .social-icons a {
	opacity: 1;
	visibility: visible;
	left: 0;
}
.team-members-style2 .team-member {
	position: relative;
}
.team-members-style2 .team-member .thumb {
	position: relative;
}
.team-members-style2 .team-member .thumb:after {
	background-color: #009688;
	content: "";
	position: absolute;
	opacity: 0.8;
	width: calc(100% - 40px);
	height: calc(100% - 40px);
	top: 50%;
	left: 50%;
	opacity: 0;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.team-members-style2 .team-member .thumb img {
	width: 100%;
}
.team-members-style2 .team-member .content {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 2;
}
.team-members-style2 .team-member .content .member-info {
	position: relative;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.team-members-style2 .team-member .content .member-info .name,
.team-members-style2 .team-member .content .member-info p,
.team-members-style2 .team-member .content .member-info .social-icons {
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	visibility: hidden;
	opacity: 0;
}
.team-members-style2 .team-member .content .member-info .name {
	color: #fff;
	font-size: 22px;
	font-weight: 600;
	font-family: "Montserrat", sans-serif;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.team-members-style2 .team-member .content .member-info p {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 11px;
}
.team-members-style2 .team-member .content .member-info .social-icons a {
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 13px;
	padding: 8px;
	line-height: 1;
	margin: 3px;
	height: 31px;
	width: 31px;
	text-align: center;
}
.team-members-style2 .team-member .content .member-info .social-icons a:last-child {
	margin-right: 8px;
}
.team-members-style2 .team-member .content .member-info .social-icons a:hover {
	background-color: #009688;
	border-color: transparent;
}
.team-members-style2 .team-member:hover .thumb:after {
	opacity: 0.8;
	width: 100%;
	height: 100%;
}
.team-members-style2 .team-member:hover .content .member-info .name,
.team-members-style2 .team-member:hover .content .member-info p,
.team-members-style2 .team-member:hover .content .member-info .social-icons {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.team-members-style2 .team-member:hover .content .member-info .name {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.team-members-style2 .team-member:hover .content .member-info p {
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}
.team-members-style2 .team-member:hover .content .member-info .social-icons {
	-webkit-transition-delay: 0.6s;
	transition-delay: 0.6s;
}
/*
-----------------------------------------------------------------------
	Gallery CSS
-----------------------------------------------------------------------
*/
.gallery-area.gallery-trends-area {
	padding: 95px 0 0;
}
@media only screen and (max-width: 991px) {
	.gallery-area.gallery-trends-area {
		padding: 85px 0 0;
	}
}
@media only screen and (max-width: 767px) {
	.gallery-area.gallery-trends-area {
		padding: 65px 0 0;
	}
}
.gallery-area.gallery-style5-area {
	padding: 94px 0 80px;
}
@media only screen and (max-width: 991px) {
	.gallery-area.gallery-style5-area {
		padding: 84px 0 70px;
	}
}
@media only screen and (max-width: 767px) {
	.gallery-area.gallery-style5-area {
		padding: 64px 0 50px;
	}
}
.gallery-area.gallery-style5-area .section-title {
	margin-bottom: 52px;
}
@media only screen and (max-width: 575px) {
	.gallery-area.gallery-style5-area .section-title {
		margin-bottom: 45px;
	}
}
.gallery-area.gallery-style5-area .section-title .title {
	font-style: italic;
}
.gallery-area.gallery-style5-area .section-title .title-stroke {
	color: #A64637;
	font-size: 60px;
	font-style: italic;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: currentColor;
}
@media only screen and (max-width: 575px) {
	.gallery-area.gallery-style5-area .section-title .title-stroke {
		font-size: 36px;
	}
}
.gallery-item .thumb {
	position: relative;
}
.gallery-item .thumb img {
	width: 100%;
}
.gallery-item .thumb .overlay {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: rgba(0, 0, 0, 0.5);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	visibility: hidden;
	width: 100%;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}
.gallery-item .thumb .overlay i {
	color: #fff;
	font-size: 36px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}
.gallery-item:hover .thumb .overlay {
	opacity: 1;
	visibility: visible;
}
.galery-masonry-style1 {
	margin-left: -10px;
	margin-right: -10px;
}
.galery-masonry-style1 .masonry-item {
	margin-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	width: 46.555%;
}
.galery-masonry-style1 .masonry-item.item-size2 {
	width: 53.194%;
}
.galery-masonry-style1 .gallery-item .thumb {
	overflow: hidden;
}
.galery-masonry-style1 .gallery-item .thumb img {
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}
.galery-masonry-style1 .gallery-item:hover .thumb img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.gallery-trends-container {
	margin-right: 10%;
	overflow: visible;
}
.gallery-trends-container .slider-item {
	height: 844.83px;
	overflow: hidden;
}
.gallery-trends-container .slider-item .bg-thumb {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}
.gallery-trends-container .slider-item:hover .bg-thumb {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.social-area.social-style1-area {
	background-color: #eee;
	padding: 0 0 91px;
}
@media only screen and (max-width: 1399px) {
	.social-area.social-style1-area {
		padding-bottom: 50px;
	}
}
@media only screen and (max-width: 1199px) {
	.social-area.social-style1-area {
		padding-bottom: 30px;
	}
}
.social-area.social-style1-area .container {
	max-width: 1470px;
}
.social-area.social-style1-area .section-title {
	margin-bottom: 115px;
	margin-top: -39px;
}
@media only screen and (max-width: 1199px) {
	.social-area.social-style1-area .section-title {
		margin-top: -20px;
		margin-bottom: 75px;
	}
}
.social-area.social-style1-area .section-title .title {
	font-size: 70px;
	font-weight: 400;
	letter-spacing: -1.4px;
}
@media only screen and (max-width: 1199px) {
	.social-area.social-style1-area .section-title .title {
		font-size: 40px;
	}
}
.social-items-style1 .social-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media only screen and (max-width: 991px) {
	.social-items-style1 .social-item {
		margin-bottom: 30px;
	}
}
@media only screen and (max-width: 479.98px) {
	.social-items-style1 .social-item {
		display: block;
	}
}
.social-items-style1 .social-item .thumb {
	margin-right: 55px;
}
@media only screen and (max-width: 1199px) {
	.social-items-style1 .social-item .thumb {
		margin-right: 30px;
	}
}
@media only screen and (max-width: 479.98px) {
	.social-items-style1 .social-item .thumb {
		margin-bottom: 30px;
	}
}
.social-items-style1 .social-item .thumb img {
	width: 340px;
}
@media only screen and (max-width: 991px) {
	.social-items-style1 .social-item .thumb img {
		width: 140px;
	}
}
.social-items-style1 .social-item .content {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0%;
	flex: 1 0 0%;
}
.social-items-style1 .social-item .content .inner-content .title {
	font-size: 28px;
	font-weight: 400;
	margin-bottom: 20px;
	letter-spacing: -0.56px;
}
@media only screen and (max-width: 1199px) {
	.social-items-style1 .social-item .content .inner-content .title {
		font-size: 20px;
	}
}
@media only screen and (max-width: 991px) {
	.social-items-style1 .social-item .content .inner-content .title {
		margin-bottom: 10px;
	}
}
.social-items-style1 .social-item .content .inner-content p {
	color: #666;
	font-size: 20px;
	font-weight: 400;
}
@media only screen and (max-width: 1199px) {
	.social-items-style1 .social-item .content .inner-content p {
		font-size: 16px;
	}
}
.social-items-style1 .social-item.item-style2 {
	margin-bottom: 60px;
	margin-left: -3px;
}
@media only screen and (max-width: 991px) {
	.social-items-style1 .social-item.item-style2 {
		margin-left: 0;
	}
}
@media only screen and (max-width: 991px) {
	.social-items-style1 .social-item.item-style2 {
		margin-bottom: 30px;
	}
}
.social-items-style1 .social-item.item-style2 .thumb {
	margin-right: 50px;
}
@media only screen and (max-width: 1199px) {
	.social-items-style1 .social-item.item-style2 .thumb {
		margin-right: 30px;
	}
}
.social-items-style1 .social-item.item-style2 .thumb img {
	width: 140px;
}
.social-items-style1 .social-item.item-style2 .content .inner-content .title {
	margin-bottom: 10px;
}
/*
-----------------------------------------------------------------------
	Testimonial CSS
-----------------------------------------------------------------------
*/
.testimonial-single .client-thumb {
	position: absolute;
	padding-top: 10px;
}
@media only screen and (max-width: 479.98px) {
	.testimonial-single .client-thumb {
		margin-bottom: 20px;
		position: relative;
	}
}
.testimonial-single .client-content {
	padding: 0px 0px 0px 150px;
}
@media only screen and (max-width: 479.98px) {
	.testimonial-single .client-content {
		padding: 0;
	}
}
.testimonial-single .client-content p {
	color: #000000;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 5px;
}
@media only screen and (max-width: 991px) {
	.testimonial-single .client-content p {
		font-size: 18px;
	}
}
.testimonial-single .client-rating {
	padding: 0px 0px 0px 150px;
}
@media only screen and (max-width: 479.98px) {
	.testimonial-single .client-rating {
		padding: 0;
	}
}
.testimonial-single .client-rating ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 9px;
}
.testimonial-single .client-rating ul li {
	color: #f2d057;
	font-size: 24px;
	letter-spacing: 4.8px;
}
.testimonial-single .client-info {
	padding: 0px 0px 0px 150px;
}
@media only screen and (max-width: 479.98px) {
	.testimonial-single .client-info {
		padding: 0;
	}
}
.testimonial-single .client-info .name {
	color: #000000;
	font-size: 22px;
	margin-bottom: 6px;
}
@media only screen and (max-width: 991px) {
	.testimonial-single .client-info .name {
		font-size: 18px;
	}
}
.testimonial-single .client-info .designation {
	color: #000000;
	font-size: 14px;
	font-weight: 400;
}
.testimonial-slider-content .testimonial-slider-container .swiper-button-prev,
.testimonial-slider-content .testimonial-slider-container .swiper-button-next {
	color: #ddd;
	top: calc(50% + 1px);
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}
@media only screen and (max-width: 1399px) {
	.testimonial-slider-content .testimonial-slider-container .swiper-button-prev,
	.testimonial-slider-content .testimonial-slider-container .swiper-button-next {
		display: none;
	}
}
.testimonial-slider-content .testimonial-slider-container .swiper-button-prev:before,
.testimonial-slider-content .testimonial-slider-container .swiper-button-next:before {
	content: "";
	font-family: "LaStudioIcons";
	font-size: 40px;
}
.testimonial-slider-content .testimonial-slider-container .swiper-button-prev:after,
.testimonial-slider-content .testimonial-slider-container .swiper-button-next:after {
	display: none;
}
.testimonial-slider-content .testimonial-slider-container .swiper-button-prev:hover,
.testimonial-slider-content .testimonial-slider-container .swiper-button-next:hover {
	color: #000000;
}
.testimonial-slider-content .testimonial-slider-container .swiper-button-prev {
	left: 106px;
}
@media (max-width: 1599px) {
	.testimonial-slider-content .testimonial-slider-container .swiper-button-prev {
		left: 30px;
	}
}
.testimonial-slider-content .testimonial-slider-container .swiper-button-prev:before {
	content: "";
}
.testimonial-slider-content .testimonial-slider-container .swiper-button-next {
	right: 106px;
}
@media (max-width: 1599px) {
	.testimonial-slider-content .testimonial-slider-container .swiper-button-next {
		right: 30px;
	}
}
.testimonial-slider-content .testimonial-slider-container .swiper-button-next:before {
	content: "";
}
.testimonial-item .client-content {
	margin-bottom: 42px;
}
.testimonial-item .client-content p {
	color: #fff;
	font-size: 16px;
	line-height: 28px;
}
.testimonial-item .client-info {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.testimonial-item .client-info .thumb {
	margin-right: 20px;
}
.testimonial-item .client-info .thumb img {
	width: auto;
}
.testimonial-item .client-info .desc {
	margin-top: 1px;
}
.testimonial-item .client-info .desc .name {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 5px;
}
.testimonial-item .client-info .desc .designation {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 0;
}
/*
-----------------------------------------------------------------------
  Brand Logo CSS
-----------------------------------------------------------------------
*/
.brand-logo-area.brand-logo-default-area {
	padding: 90px 0;
}
@media only screen and (max-width: 767px) {
	.brand-logo-area.brand-logo-default-area {
		padding: 45px 0;
	}
}
.brand-logo-area.brand-logo-default-area .container {
	max-width: 1500px;
	padding: 0;
}
.brand-logo-area.brand-logo-default-area .brand-logo-slider-container .swiper-wrapper {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.brand-logo-area.brand-logo-default-area .brand-logo-item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 10px;
	text-align: center;
}
.brand-logo-area.brand-logo-style1-area {
	padding: 70px 0 106px;
}
@media only screen and (max-width: 991px) {
	.brand-logo-area.brand-logo-style1-area {
		padding: 80px 0 100px;
	}
}
.brand-logo-area.brand-logo-style1-area .container {
	max-width: 1440px;
	padding: 0;
}
.brand-logo-area.brand-logo-style1-area .section-title {
	margin-bottom: 82px;
}
@media only screen and (max-width: 991px) {
	.brand-logo-area.brand-logo-style1-area .section-title {
		margin-bottom: 50px;
	}
}
.brand-logo-area.brand-logo-style1-area .section-title .title {
	font-size: 36px;
	font-weight: 600;
	letter-spacing: -0.72px;
	line-height: 1.3px;
}
.brand-logo-area.brand-logo-style1-area .brand-logo-slider-container .swiper-wrapper {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.brand-logo-area.brand-logo-style1-area .brand-logo-item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 10px;
	text-align: center;
}
.brand-logo-item img {
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}
.brand-logo-item:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}
/*
-----------------------------------------------------------------------
	Divider CSS
-----------------------------------------------------------------------
*/
.divider-area.divider-about-area {
	background-color: #F8F3F0;
	padding: 100px 120px;
}
@media only screen and (max-width: 1399px) {
	.divider-area.divider-about-area {
		padding: 80px 5px;
	}
}
@media only screen and (max-width: 575px) {
	.divider-area.divider-about-area {
		padding: 80px 0;
	}
}
.divider-area.divider-about-area .divider-about-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: auto;
	margin-right: auto;
	max-width: 1640px;
}
@media only screen and (max-width: 767px) {
	.divider-area.divider-about-area .divider-about-content {
		display: block;
	}
}
.divider-area.divider-about-area .divider-about-content .divider-content {
	margin: 102px auto 0;
	max-width: 500px;
	text-align: center;
	width: 44%;
}
@media only screen and (max-width: 767px) {
	.divider-area.divider-about-area .divider-about-content .divider-content {
		max-width: 100%;
		width: 100%;
		margin-bottom: 79px;
		margin-top: 0;
	}
}
.divider-area.divider-about-area .divider-about-content .divider-content span {
	color: #009688;
	display: block;
	letter-spacing: 1.6px;
	margin-bottom: 13px;
	text-transform: uppercase;
}
.divider-area.divider-about-area .divider-about-content .divider-content .logo-divider {
	margin-bottom: 30px;
	max-width: 280px;
}
@media only screen and (max-width: 1199px) {
	.divider-area.divider-about-area .divider-about-content .divider-content .logo-divider {
		margin-bottom: 12px;
		max-width: 220px;
	}
}
.divider-area.divider-about-area .divider-about-content .divider-content p {
	color: #000000;
	margin-bottom: 30px;
}
@media only screen and (max-width: 1199px) {
	.divider-area.divider-about-area .divider-about-content .divider-content p {
		font-size: 14px;
		margin-bottom: 23px;
	}
}
.divider-area.divider-about-area .divider-about-content .video-content {
	padding-left: 58px;
	width: 56%;
}
@media only screen and (max-width: 1399px) {
	.divider-area.divider-about-area .divider-about-content .video-content {
		padding-left: 0;
	}
}
@media only screen and (max-width: 767px) {
	.divider-area.divider-about-area .divider-about-content .video-content {
		width: 100%;
	}
}
.divider-area.divider-about-area .divider-about-content .video-content .thumb img {
	height: 488.38px;
}
@media only screen and (max-width: 1199px) {
	.divider-area.divider-about-area .divider-about-content .video-content .thumb img {
		height: 400px;
	}
}
@media only screen and (max-width: 767px) {
	.divider-area.divider-about-area .divider-about-content .video-content .thumb img {
		height: 350px;
		width: 100%;
	}
}
@media only screen and (max-width: 575px) {
	.divider-area.divider-about-area .divider-about-content .video-content .thumb img {
		height: 300px;
	}
}
.divider-area.divider-about-area-style2 .container {
	max-width: 1470px;
	padding-bottom: 43px;
	padding-top: 100px;
}
@media only screen and (max-width: 1199px) {
	.divider-area.divider-about-area-style2 .container {
		padding-bottom: 0;
		padding-top: 80px;
	}
}
.divider-area.divider-about-area-style2 .divider-about-thumb {
	padding-right: 79px;
}
@media only screen and (max-width: 1199px) {
	.divider-area.divider-about-area-style2 .divider-about-thumb {
		padding-right: 40px;
	}
}
@media only screen and (max-width: 991px) {
	.divider-area.divider-about-area-style2 .divider-about-thumb {
		padding-right: 0;
	}
}
@media only screen and (max-width: 767px) {
	.divider-area.divider-about-area-style2 .divider-about-thumb {
		margin-bottom: 40px;
	}
}
@media only screen and (max-width: 575px) {
	.divider-area.divider-about-area-style2 .divider-about-thumb .video-content .thumb .btn-play svg {
		width: 85px;
	}
}
.divider-area.divider-about-area-style2 .divider-about-content {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	margin-left: -29px;
}
@media only screen and (max-width: 991px) {
	.divider-area.divider-about-area-style2 .divider-about-content {
		margin-left: 0;
	}
}
.divider-area.divider-about-area-style2 .divider-about-content .title {
	font-size: 36px;
	font-weight: 600;
	letter-spacing: -0.72px;
	line-height: 1.3;
	margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
	.divider-area.divider-about-area-style2 .divider-about-content .title {
		font-size: 30px;
	}
}
@media only screen and (max-width: 1199px) {
	.divider-area.divider-about-area-style2 .divider-about-content .title br {
		display: none;
	}
}
.divider-area.divider-about-area-style2 .divider-about-content p {
	color: #444;
	font-size: 18px;
	margin-bottom: 29px;
	line-height: 1.8;
}
@media only screen and (max-width: 1199px) {
	.divider-area.divider-about-area-style2 .divider-about-content p {
		font-size: 16px;
	}
}
@media only screen and (max-width: 767px) {
	.divider-area.divider-about-area-style2 .divider-about-content p {
		margin-bottom: 0;
	}
}
@media only screen and (max-width: 575px) {
	.divider-area.divider-about-area-style2 .divider-about-content p {
		font-size: 14px;
	}
}
.divider-content.divider-content-style1 {
	padding: 120px 0;
	position: relative;
	text-align: center;
	z-index: 1;
}
.divider-content.divider-content-style1 h2 {
	color: #fff;
	font-size: 60px;
	font-weight: 700;
	letter-spacing: -1.2px;
	text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
	.divider-content.divider-content-style1 h2 {
		font-size: 36px;
	}
}
.divider-content.divider-content-style1 p {
	color: #fff;
	font-size: 22px;
	line-height: 35.2px;
	margin-bottom: 40px;
}
@media only screen and (max-width: 575px) {
	.divider-content.divider-content-style1 p {
		font-size: 18px;
		line-height: 1.4;
	}
	.divider-content.divider-content-style1 p br {
		display: none;
	}
}
.divider-content.divider-content-style1 .btn-theme {
	font-size: 22px;
	padding: 10px 30px 10px 30px;
	line-height: 30px;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
	.divider-content.divider-content-style1 .btn-theme {
		font-size: 16px;
		padding: 7px 20px 7px 20px;
	}
}
.divider-content.divider-content-style1 .btn-theme:hover {
	background-color: #9771B0;
	color: #fff;
}
.divider-content.divider-content-style2 {
	min-height: 800px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media only screen and (max-width: 1199px) {
	.divider-content.divider-content-style2 {
		min-height: 450px;
	}
}
@media only screen and (max-width: 575px) {
	.divider-content.divider-content-style2 {
		min-height: 300px;
	}
}
@media only screen and (max-width: 479.98px) {
	.divider-content.divider-content-style2 {
		min-height: 250px;
	}
}
.divider-content.divider-content-style2 h2 {
	color: #fff;
	font-size: 100px;
	letter-spacing: -2px;
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
}
@media only screen and (max-width: 1199px) {
	.divider-content.divider-content-style2 h2 {
		font-size: 80px;
	}
}
@media only screen and (max-width: 575px) {
	.divider-content.divider-content-style2 h2 {
		font-size: 60px;
	}
}
@media only screen and (max-width: 479.98px) {
	.divider-content.divider-content-style2 h2 {
		font-size: 40px;
	}
}
.divider-content.divider-content-style3 {
	min-height: 800px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media only screen and (max-width: 991px) {
	.divider-content.divider-content-style3 {
		min-height: 550px;
	}
}
@media only screen and (max-width: 575px) {
	.divider-content.divider-content-style3 {
		min-height: 400px;
	}
}
.divider-content.divider-content-style3 .video-content .btn-play .svg-icon {
	color: #fff;
	display: inline-block;
	width: 110px;
}
.divider-content.divider-content-style3 .video-content .btn-play:hover .svg-icon {
	-webkit-animation-name: elementor-animation-push;
	animation-name: elementor-animation-push;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}
.divider-content.divider-content-style4 {
	padding: 212px 0 220px;
	position: relative;
	text-align: center;
	z-index: 1;
}
@media only screen and (max-width: 767px) {
	.divider-content.divider-content-style4 {
		padding: 120px 0;
	}
}
.divider-content.divider-content-style4 h2 {
	color: #fff;
	font-size: 84px;
	font-weight: 700;
	letter-spacing: -1.68px;
	margin-bottom: 6px;
	text-transform: uppercase;
}
@media only screen and (max-width: 575px) {
	.divider-content.divider-content-style4 h2 {
		font-size: 48px;
	}
}
.divider-content.divider-content-style4 h4 {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 3.6px;
	margin-bottom: 28px;
	text-transform: uppercase;
}
.divider-content.divider-content-style4 .btn-theme {
	border-color: #fff;
	color: #fff;
	font-size: 20px;
	padding: 10px 30px 10px 30px;
	line-height: 28px;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.divider-content.divider-content-style4 .btn-theme:hover {
	background-color: #a37f66;
	border-color: #a37f66;
	color: #fff;
}
.divider-content.divider-content-style5 {
	padding: 244px 0 249px;
	position: relative;
	text-align: center;
	z-index: 1;
}
@media only screen and (max-width: 991px) {
	.divider-content.divider-content-style5 {
		padding: 120px 0;
	}
}
.divider-content.divider-content-style5 h2 {
	color: #fff;
	font-size: 50px;
	font-weight: 600;
	letter-spacing: -1px;
	margin-bottom: 35px;
	text-transform: uppercase;
}
@media only screen and (max-width: 575px) {
	.divider-content.divider-content-style5 h2 {
		font-size: 36px;
	}
}
.divider-content.divider-content-style5 .btn-theme {
	border-color: #fff;
	color: #fff;
	font-size: 18px;
	padding: 10px 30px 10px 30px;
	line-height: 30px;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.divider-content.divider-content-style5 .btn-theme:hover {
	background-color: #fff;
	background-color: #fff;
	color: #000000;
}
.divider-content.divider-content-style6 {
	padding: 195px 0 200px;
	position: relative;
	text-align: center;
	z-index: 1;
}
@media only screen and (max-width: 1199px) {
	.divider-content.divider-content-style6 {
		padding: 100px 0;
	}
}
.divider-content.divider-content-style6 h2 {
	color: #fff;
	font-size: 50px;
	font-weight: 600;
	letter-spacing: -1px;
	margin-bottom: 25px;
	text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
	.divider-content.divider-content-style6 h2 {
		font-size: 36px;
	}
}
.divider-content.divider-content-style6 h4 {
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	font-family: "Poppins", sans-serif;
	line-height: 1.8;
	margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
	.divider-content.divider-content-style6 h4 {
		font-size: 16px;
	}
}
.divider-content.divider-content-style6 .btn-theme {
	border-color: #fff;
	color: #fff;
	font-size: 16px;
	padding: 13px 40px 13px 40px;
	line-height: 30px;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
	.divider-content.divider-content-style6 .btn-theme {
		font-size: 14px;
		padding: 10px 35px;
	}
}
.divider-content.divider-content-style6 .btn-theme:hover {
	background-color: #fff;
	border-color: #fff;
	color: #000;
}
.newsletter-content.content-style1 {
	position: relative;
	margin-bottom: 70px;
	margin-top: 19px;
	z-index: 1;
}
.newsletter-content.content-style1 .title {
	color: #fff;
	font-size: 50px;
	font-weight: 700;
	letter-spacing: -1px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
	.newsletter-content.content-style1 .title {
		font-size: 36px;
	}
}
@media only screen and (max-width: 575px) {
	.newsletter-content.content-style1 .title {
		font-size: 24px;
	}
}
.newsletter-content.content-style1 p {
	color: #fff;
	font-size: 22px;
	line-height: 1.8;
	margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
	.newsletter-content.content-style1 p {
		font-size: 16px;
	}
}
.newsletter-content.content-style1 .newsletter-form {
	margin: 35px auto 0;
	max-width: 700px;
	position: relative;
}
.newsletter-content.content-style1 .newsletter-form .form-control {
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #fff;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	font-size: 20px;
	line-height: 35px;
	padding: 0 125px 10px 0;
}
.newsletter-content.content-style1 .newsletter-form .form-control::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #fff;
}
.newsletter-content.content-style1 .newsletter-form .form-control::-moz-placeholder {
	/* Firefox 19+ */
	color: #fff;
}
.newsletter-content.content-style1 .newsletter-form .form-control:-ms-input-placeholder {
	/* IE 10+ */
	color: #fff;
}
.newsletter-content.content-style1 .newsletter-form .form-control:-moz-placeholder {
	/* Firefox 18- */
	color: #fff;
}
@media only screen and (max-width: 575px) {
	.newsletter-content.content-style1 .newsletter-form .form-control {
		font-size: 16px;
		padding: 0 100px 10px 0;
	}
}
.newsletter-content.content-style1 .newsletter-form .btn-submit {
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	padding: 0;
	position: absolute;
	right: -1px;
	text-transform: uppercase;
	top: 5px;
}
@media only screen and (max-width: 575px) {
	.newsletter-content.content-style1 .newsletter-form .btn-submit {
		font-size: 16px;
		top: 9px;
	}
}
.newsletter-content.content-style2 {
	text-align: center;
	padding: 88px 0 100px;
}
@media only screen and (max-width: 767px) {
	.newsletter-content.content-style2 {
		padding: 90px 0;
	}
}
.newsletter-content.content-style2 .title {
	font-size: 50px;
	font-weight: 600;
	letter-spacing: -1px;
	text-transform: uppercase;
	margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
	.newsletter-content.content-style2 .title {
		font-size: 36px;
	}
}
.newsletter-content.content-style2 p {
	color: #000000;
	font-size: 20px;
	margin-bottom: 26px;
}
@media only screen and (max-width: 767px) {
	.newsletter-content.content-style2 p {
		font-size: 16px;
	}
}
.newsletter-content.content-style2 .newsletter-form {
	display: inline-block;
	position: relative;
}
.newsletter-content.content-style2 .newsletter-form .form-control {
	border: none;
	border-bottom: 1px solid #cccccc;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #999999;
	margin: 0 auto;
	padding: 10px 50px 9px 0px;
	line-height: 35px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 500px;
}
@media only screen and (max-width: 575px) {
	.newsletter-content.content-style2 .newsletter-form .form-control {
		width: 100%;
	}
}
.newsletter-content.content-style2 .newsletter-form .form-control::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #999999;
	font-size: 20px;
}
.newsletter-content.content-style2 .newsletter-form .form-control::-moz-placeholder {
	/* Firefox 19+ */
	color: #999999;
	font-size: 20px;
}
.newsletter-content.content-style2 .newsletter-form .form-control:-ms-input-placeholder {
	/* IE 10+ */
	color: #999999;
	font-size: 20px;
}
.newsletter-content.content-style2 .newsletter-form .form-control:-moz-placeholder {
	/* Firefox 18- */
	color: #999999;
	font-size: 20px;
}
.newsletter-content.content-style2 .newsletter-form .btn-submit {
	position: absolute;
	top: 0;
	right: -1px;
	padding: 10px 0px 10px 0px;
}
.newsletter-content.content-style2 .newsletter-form .btn-submit i {
	font-size: 30px;
}
.newsletter-content.content-style3 {
	padding: 195px 0 200px;
	position: relative;
	text-align: center;
	z-index: 1;
}
@media only screen and (max-width: 991px) {
	.newsletter-content.content-style3 {
		padding: 110px 0 120px;
	}
}
@media only screen and (max-width: 479.98px) {
	.newsletter-content.content-style3 {
		padding: 80px 0 90px;
	}
}
.newsletter-content.content-style3 .title {
	color: #fff;
	font-size: 50px;
	font-weight: 500;
	letter-spacing: -1px;
	margin-bottom: 10px;
}
@media only screen and (max-width: 991px) {
	.newsletter-content.content-style3 .title {
		font-size: 36px;
	}
}
@media only screen and (max-width: 479.98px) {
	.newsletter-content.content-style3 .title {
		font-size: 30px;
	}
}
.newsletter-content.content-style3 p {
	color: #fff;
	font-size: 20px;
	font-family: "Prompt", sans-serif;
	font-weight: 300;
	line-height: 1.8;
	margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
	.newsletter-content.content-style3 p {
		font-size: 16px;
		line-height: 1.4;
	}
}
@media only screen and (max-width: 479.98px) {
	.newsletter-content.content-style3 p {
		font-size: 14px;
	}
}
.newsletter-content.content-style3 .newsletter-form {
	margin: 50px auto 0;
	max-width: 600px;
	position: relative;
}
.newsletter-content.content-style3 .newsletter-form .form-control {
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #fff;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	font-size: 20px;
	font-family: "Prompt", sans-serif;
	font-weight: 300;
	line-height: 30px;
	padding: 0 110px 10px 0;
}
@media only screen and (max-width: 479.98px) {
	.newsletter-content.content-style3 .newsletter-form .form-control {
		font-size: 14px;
	}
}
.newsletter-content.content-style3 .newsletter-form .form-control::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #fff;
}
.newsletter-content.content-style3 .newsletter-form .form-control::-moz-placeholder {
	/* Firefox 19+ */
	color: #fff;
}
.newsletter-content.content-style3 .newsletter-form .form-control:-ms-input-placeholder {
	/* IE 10+ */
	color: #fff;
}
.newsletter-content.content-style3 .newsletter-form .form-control:-moz-placeholder {
	/* Firefox 18- */
	color: #fff;
}
.newsletter-content.content-style3 .newsletter-form .btn-submit {
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	font-family: "Prompt", sans-serif;
	line-height: 30px;
	padding: 0;
	position: absolute;
	right: -1px;
	text-transform: uppercase;
	top: -1px;
}
@media only screen and (max-width: 479.98px) {
	.newsletter-content.content-style3 .newsletter-form .btn-submit {
		font-size: 16px;
	}
}
.newsletter-content.content-style4 {
	text-align: center;
	padding: 89px 0 100px;
}
@media only screen and (max-width: 767px) {
	.newsletter-content.content-style4 {
		padding: 80px 0;
	}
}
.newsletter-content.content-style4 .title {
	font-size: 50px;
	font-weight: 700;
	letter-spacing: -1px;
	text-transform: uppercase;
	margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
	.newsletter-content.content-style4 .title {
		font-size: 36px;
	}
}
.newsletter-content.content-style4 p {
	color: #000000;
	font-size: 20px;
	margin-bottom: 26px;
}
@media only screen and (max-width: 767px) {
	.newsletter-content.content-style4 p {
		font-size: 14px;
	}
	.newsletter-content.content-style4 p br {
		display: none;
	}
}
.newsletter-content.content-style4 .newsletter-form {
	display: inline-block;
	position: relative;
}
.newsletter-content.content-style4 .newsletter-form .form-control {
	border: none;
	border-bottom: 1px solid #cccccc;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #999999;
	margin: 0 auto;
	padding: 10px 60px 9px 0px;
	line-height: 35px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 500px;
}
@media only screen and (max-width: 575px) {
	.newsletter-content.content-style4 .newsletter-form .form-control {
		width: 100%;
	}
}
.newsletter-content.content-style4 .newsletter-form .form-control::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #999999;
	font-size: 20px;
}
@media only screen and (max-width: 575px) {
	.newsletter-content.content-style4 .newsletter-form .form-control::-webkit-input-placeholder {
		font-size: 14px;
	}
}
.newsletter-content.content-style4 .newsletter-form .form-control::-moz-placeholder {
	/* Firefox 19+ */
	color: #999999;
	font-size: 20px;
}
@media only screen and (max-width: 575px) {
	.newsletter-content.content-style4 .newsletter-form .form-control::-moz-placeholder {
		font-size: 14px;
	}
}
.newsletter-content.content-style4 .newsletter-form .form-control:-ms-input-placeholder {
	/* IE 10+ */
	color: #999999;
	font-size: 20px;
}
@media only screen and (max-width: 575px) {
	.newsletter-content.content-style4 .newsletter-form .form-control:-ms-input-placeholder {
		font-size: 14px;
	}
}
.newsletter-content.content-style4 .newsletter-form .form-control:-moz-placeholder {
	/* Firefox 18- */
	color: #999999;
	font-size: 20px;
}
@media only screen and (max-width: 575px) {
	.newsletter-content.content-style4 .newsletter-form .form-control:-moz-placeholder {
		font-size: 14px;
	}
}
.newsletter-content.content-style4 .newsletter-form .btn-submit {
	position: absolute;
	top: 1px;
	right: -1px;
	padding: 10px 0px 10px 0px;
}
.newsletter-content.content-style4 .newsletter-form .btn-submit i {
	font-size: 30px;
}
.discount-content {
	height: 580px;
}
.video-content .thumb {
	position: relative;
}
.video-content .thumb .btn-play {
	color: #fff;
	position: absolute;
	top: 49%;
	-webkit-transform: translate(-50px, -50px);
	transform: translate(-50px, -50px);
	left: calc(50% - 5px);
}
.bg-overlay2 {
	position: relative;
}
.bg-overlay2:before {
	background-color: #1C152F;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.7;
	position: absolute;
	top: 0;
	width: 100%;
}
.bg-overlay3 {
	position: relative;
}
.bg-overlay3:before {
	background-color: #000;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.3;
	position: absolute;
	top: 0;
	width: 100%;
}
.bg-overlay4 {
	position: relative;
}
.bg-overlay4:before {
	background-color: #000000;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.5;
	position: absolute;
	top: 0;
	width: 100%;
}
.bg-overlay-black-5 {
	position: relative;
}
.bg-overlay-black-5:before {
	background-color: #000;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.5;
	position: absolute;
	top: 0;
	width: 100%;
}
.bg-overlay-black2-5 {
	position: relative;
}
.bg-overlay-black2-5:before {
	background-color: #222;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.5;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}
.bg-overlay-black2-51 {
	position: relative;
}
.bg-overlay-black2-51:before {
	background-color: #222;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.5;
	position: absolute;
	top: 0;
	width: 100%;
}
.bg-overlay-black2-6 {
	position: relative;
}
.bg-overlay-black2-6:before {
	background-color: #222;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.6;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}
.hover-effect .thumb {
	position: relative;
}
.hover-effect.effect-style1 .effect-content {
	height: 100%;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 9;
}
.hover-effect.effect-style1 .effect-content:before, .hover-effect.effect-style1 .effect-content:after {
	content: "";
	opacity: 0;
	position: absolute;
	z-index: 2;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
	-webkit-transition: opacity 0.35s, transform 0.35s;
	-moz-transition: opacity 0.35s, transform 0.35s;
	-ms-transition: opacity 0.35s, transform 0.35s;
	-o-transition: opacity 0.35s, transform 0.35s;
}
.hover-effect.effect-style1 .effect-content:before {
	top: 40px;
	right: 20px;
	bottom: 40px;
	left: 20px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}
.hover-effect.effect-style1 .effect-content:after {
	top: 20px;
	right: 40px;
	bottom: 20px;
	left: 40px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
}
.hover-effect.effect-style1:hover .effect-content:before {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.hover-effect.effect-style1:hover .effect-content:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}
/*
-----------------------------------------------------------------------
  Featured CSS
-----------------------------------------------------------------------
*/
.featured-area {
	padding: 79px 0 62px;
}
.featured-area .container {
	max-width: 1170px;
}
.featured-area.featured-style2-area {
	padding: 79px 0 62px;
}
.featured-area.featured-style3-area {
	padding: 80px 0 80px;
}
.featured-item {
	padding: 0 10px;
}
.featured-item .content {
	text-align: center;
	padding: 20px 25px 30px;
	-webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0);
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0);
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}
.featured-item .content span {
	display: inline-block;
}
.featured-item .content span svg {
	color: #009688;
	margin-bottom: 21px;
	height: 76px;
	width: 76px;
}
.featured-item .content .inner-content {
	margin: 0 auto;
	max-width: 290px;
}
.featured-item .content .inner-content .title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 14px;
}
.featured-item .content .inner-content p {
	font-size: 14px;
	line-height: 25px;
}
.featured-item:hover .content {
	-webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
}
.featured-style2 .featured-item .content .inner-content .title {
	font-family: "Poppins", sans-serif;
	font-weight: 700;
}
.featured-style2 .featured-item .content .inner-content p {
	font-family: "Poppins", sans-serif;
}
.featured-style3 .featured-item .content .inner-content .title {
	font-size: 20px;
	font-family: "Poppins", sans-serif;
	font-weight: 700;
}
.featured-style3 .featured-item .content .inner-content p {
	font-family: "Poppins", sans-serif;
}
/*
-----------------------------------------------------------------------
	Form CSS
-----------------------------------------------------------------------
*/
.contact-form .contact-form-wrapper .section-title {
	margin-bottom: 0;
}
.contact-form .contact-form-wrapper .section-title .title {
	color: #222;
	font-size: 32px;
	font-weight: 600;
	letter-spacing: -0.64px;
	margin-bottom: 50px;
}
.contact-form .contact-form-wrapper .form-group {
	margin-bottom: 30px;
}
.contact-form .contact-form-wrapper .form-group .form-control {
	background-color: transparent;
	border: 1px solid #ccc;
	border-radius: 0;
	color: #444;
	font-size: 16px;
	font-weight: 400;
	height: 62px;
	padding: 2px 25px;
}
.contact-form .contact-form-wrapper .form-group .form-control::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #444;
	font-size: 16px;
	font-weight: 400;
}
.contact-form .contact-form-wrapper .form-group .form-control::-moz-placeholder {
	/* Firefox 19+ */
	color: #444;
	font-size: 16px;
	font-weight: 400;
}
.contact-form .contact-form-wrapper .form-group .form-control:-ms-input-placeholder {
	/* IE 10+ */
	color: #444;
	font-size: 16px;
	font-weight: 400;
}
.contact-form .contact-form-wrapper .form-group .form-control:-moz-placeholder {
	/* Firefox 18- */
	color: #444;
	font-size: 16px;
	font-weight: 400;
}
.contact-form .contact-form-wrapper .form-group .form-control:focus {
	border-color: #ccc;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
}
.contact-form .contact-form-wrapper .form-group .form-control.textarea {
	min-height: 152px;
	padding: 29px 25px;
}
.contact-form .contact-form-wrapper .form-group .btn-theme {
	background-color: #000000;
	border: none;
	margin-top: 20px;
	border-radius: 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	min-width: 45px;
	padding: 12px 30px;
}
.contact-form .contact-form-wrapper .form-group .btn-theme:hover {
	background-color: #009688;
}
.login-form-content .tab-pane .login-form .login-form-wrapper .form-group .form-label {
	margin-top: 24px;
}
.login-form-content .tab-pane .login-form .login-form-wrapper .form-group .form-control {
	border: 1px solid #ebebeb;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0 20px;
	height: 50px;
	line-height: 48px;
	width: 100%;
}
.login-form-content .tab-pane .login-form .login-form-wrapper .form-group .form-control:active, .login-form-content .tab-pane .login-form .login-form-wrapper .form-group .form-control:focus {
	border-color: #bbb;
}
.login-form-content .tab-pane .login-form .login-form-wrapper .form-group .form-check-input {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	margin-right: 10px;
	margin-top: 5px;
}
.login-form-content .tab-pane .login-form .login-form-wrapper .form-group .btn-theme {
	font-size: 18px;
	font-weight: 400;
	padding: 18px 30px;
	margin-top: 17px;
	margin-bottom: 15px;
	width: 100%;
	text-transform: uppercase;
}
.login-form-content .tab-pane .login-form .login-form-wrapper .form-group .btn-forgot:hover {
	color: #009688;
	text-decoration: underline;
}
.login-form-content .tab-pane .login-form .login-form-wrapper .form-group p {
	color: #000000;
	font-size: 14px;
	line-height: 1.8;
	margin-top: 15px;
	margin-bottom: 7px;
}
.comment-form .comment-form-content .form-group {
	margin-bottom: 30px;
	position: relative;
	z-index: 1;
}
.comment-form .comment-form-content .form-group .form-control {
	background-color: transparent;
	border: 1px solid #d1d1d1;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #2f2f2f;
	font-size: 14px;
	height: 60px;
	padding: 1px 20px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}
.comment-form .comment-form-content .form-group .form-control::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #707070;
	font-size: 14px;
}
.comment-form .comment-form-content .form-group .form-control::-moz-placeholder {
	/* Firefox 19+ */
	color: #707070;
	font-size: 14px;
}
.comment-form .comment-form-content .form-group .form-control:-ms-input-placeholder {
	/* IE 10+ */
	color: #707070;
	font-size: 14px;
}
.comment-form .comment-form-content .form-group .form-control:-moz-placeholder {
	/* Firefox 18- */
	color: #707070;
	font-size: 14px;
}
.comment-form .comment-form-content .form-group .form-control:focus {
	border-color: #ddd;
}
.comment-form .comment-form-content .form-group .form-control.textarea {
	height: 150px;
	margin-bottom: 37px;
	padding: 22px 20px 2px 20px;
}
.comment-form .comment-form-content .form-group .btn-theme {
	background-color: #1d1d1d;
	border: none;
	border-radius: 0;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 19px 45px;
	min-width: auto;
	text-transform: uppercase;
}
.comment-form .comment-form-content .form-group .btn-theme:hover {
	background-color: #009688;
	border-color: #009688;
}
.input-btn-group {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 52px;
}
.input-btn-group .form-control {
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 0;
	color: #868686;
	font-size: 14px;
	font-weight: 300;
	height: 57px;
	line-height: 57px;
	padding-left: 25px;
}
.input-btn-group .form-control::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #fff;
	font-size: 14px;
	font-weight: 300;
}
.input-btn-group .form-control::-moz-placeholder {
	/* Firefox 19+ */
	color: #fff;
	font-size: 14px;
	font-weight: 300;
}
.input-btn-group .form-control:-ms-input-placeholder {
	/* IE 10+ */
	color: #fff;
	font-size: 14px;
	font-weight: 300;
}
.input-btn-group .form-control:-moz-placeholder {
	/* Firefox 18- */
	color: #fff;
	font-size: 14px;
	font-weight: 300;
}
.input-btn-group .form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.input-btn-group .btn-theme {
	border-radius: 0;
	font-size: 16px;
	font-weight: 700;
	height: 57px;
	line-height: 52px;
	min-width: auto;
	margin-left: -1px;
	padding: 2px 34px;
}
.input-btn-group .btn-theme:hover {
	background-color: #009688;
	border-color: #009688;
}
.form-message {
	overflow: hidden;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}
.form-message button.btn-close {
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: transparent;
	float: right;
	font-size: 14px;
	margin-top: 0;
	text-indent: 1000px;
}
.form-control:focus::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: transparent;
	opacity: 0;
}
.form-control:focus::-moz-placeholder {
	/* Firefox 19+ */
	color: transparent;
	opacity: 0;
}
.form-control:focus:-ms-input-placeholder {
	/* IE 10+ */
	color: transparent;
	opacity: 0;
}
.form-control:focus:-moz-placeholder {
	/* Firefox 18- */
	color: transparent;
	opacity: 0;
}
/*
-----------------------------------------------------------------------
  Shop CSS
-----------------------------------------------------------------------
*/
.product-area.new-product-area {
	padding: 95px 0 100px;
}
@media only screen and (max-width: 991px) {
	.product-area.new-product-area {
		padding: 85px 0 90px;
	}
}
@media only screen and (max-width: 767px) {
	.product-area.new-product-area {
		padding: 65px 0 70px;
	}
}
.product-area.best-sellers-product-area {
	padding: 95px 0 69px;
}
@media only screen and (max-width: 991px) {
	.product-area.best-sellers-product-area {
		padding: 85px 0 60px;
	}
}
@media only screen and (max-width: 767px) {
	.product-area.best-sellers-product-area {
		padding: 65px 0 40px;
	}
}
.product-area.outfit-product-area {
	background-color: #f4f4f4;
	padding: 94px 0 91px;
}
.product-area.outfit-product-area .container {
	max-width: 1670px;
}
.product-area.outfit-product-area .section-title {
	margin-bottom: 52px;
}
.product-area.outfit-product-area .section-title .title {
	color: #000000;
	font-family: "Montserrat", sans-serif;
	font-size: 50px;
	font-weight: 400;
	letter-spacing: -1px;
}
.product-area.outfit-product-area .items-align {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 21px;
}
@media only screen and (max-width: 575px) {
	.product-area.outfit-product-area .items-align {
		display: block;
	}
}
.product-area.outfit-product-area .items-align .align-left {
	width: 39%;
}
@media only screen and (max-width: 575px) {
	.product-area.outfit-product-area .items-align .align-left {
		width: 100%;
	}
}
.product-area.outfit-product-area .items-align .align-right {
	padding-left: 50px;
	width: 60.665%;
}
@media only screen and (max-width: 575px) {
	.product-area.outfit-product-area .items-align .align-right {
		padding-left: 0;
		width: 100%;
	}
}
.product-area.outfit-product-area .items-align2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media only screen and (max-width: 991px) {
	.product-area.outfit-product-area .items-align2 {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
}
@media only screen and (max-width: 575px) {
	.product-area.outfit-product-area .items-align2 {
		display: block;
	}
}
.product-area.outfit-product-area .items-align2 .align-left {
	padding-right: 50px;
	width: 60.665%;
}
@media only screen and (max-width: 991px) {
	.product-area.outfit-product-area .items-align2 .align-left {
		padding-right: 0;
	}
}
@media only screen and (max-width: 575px) {
	.product-area.outfit-product-area .items-align2 .align-left {
		width: 100%;
	}
}
.product-area.outfit-product-area .items-align2 .align-right {
	width: 39%;
}
@media only screen and (max-width: 991px) {
	.product-area.outfit-product-area .items-align2 .align-right {
		padding-right: 50px;
	}
}
@media only screen and (max-width: 575px) {
	.product-area.outfit-product-area .items-align2 .align-right {
		padding-right: 0;
		width: 100%;
	}
}
.product-area.product-grid-area .container {
	padding-top: 70px;
	padding-bottom: 70px;
	max-width: 1670px;
}
.product-area.wishlist-page-area {
	padding-top: 100px;
	padding-bottom: 115px;
}
@media only screen and (max-width: 1199px) {
	.product-area.wishlist-page-area {
		padding-bottom: 0;
	}
}
.product-area.cart-page-area {
	padding-top: 100px;
	padding-bottom: 0;
}
@media only screen and (max-width: 991px) {
	.product-area.cart-page-area {
		padding-top: 90px;
	}
}
@media only screen and (max-width: 767px) {
	.product-area.cart-page-area {
		padding-top: 70px;
	}
}
.product-area.compare-page-area {
	padding-top: 95px;
	padding-bottom: 127px;
}
@media only screen and (max-width: 1199px) {
	.product-area.compare-page-area {
		padding-bottom: 0;
	}
}
.product-area.product-most-viewed-area {
	padding: 95px 0 70px;
}
@media only screen and (max-width: 1199px) {
	.product-area.product-most-viewed-area {
		padding: 70px 0 30px;
	}
}
.product-area.product-style1-area {
	padding: 100px 0;
}
.product-area.product-style1-area.style-one {
	padding: 100px 0 10px;
	position: relative;
}
@media only screen and (max-width: 991px) {
	.product-area.product-style1-area.style-one {
		padding: 80px 0 10px;
	}
}
.product-area.product-style1-area.style-one:before {
	background-color: #eee;
	bottom: 0;
	content: "";
	height: 242px;
	left: 0;
	position: absolute;
	width: 100%;
}
.product-area.product-style1-area.style-two {
	background-color: #eee;
	padding: 100px 0 10px;
	position: relative;
}
.product-area.product-style1-area.style-two:before {
	background-color: #fff;
	bottom: 0;
	content: "";
	height: 174px;
	left: 0;
	position: absolute;
	width: 100%;
}
.product-area.product-style1-area .container {
	max-width: 1470px;
}
.product-area.shop-single-product .container {
	max-width: 1670px;
	padding: 0 15px;
}
.product-area.related-products-area {
	padding-bottom: 70px;
}
@media only screen and (max-width: 991px) {
	.product-area.related-products-area {
		padding-bottom: 60px;
	}
}
@media only screen and (max-width: 767px) {
	.product-area.related-products-area {
		padding-bottom: 40px;
	}
}
.product-area.related-products-area .container {
	max-width: 1642px;
	padding: 0;
}
.product-area.related-products-area .section-title {
	border-top: 1px solid #ebebeb;
	padding: 95px 0 63px;
	margin: 0;
}
@media only screen and (max-width: 991px) {
	.product-area.related-products-area .section-title {
		padding: 85px 0 63px;
	}
}
@media only screen and (max-width: 991px) {
	.product-area.related-products-area .section-title {
		padding: 65px 0 63px;
	}
}
.product-area.related-products-area .section-title .title {
	font-size: 28px;
	letter-spacing: -0.56px;
}
.product-area.product-description-review-area {
	padding-top: 100px;
	padding-bottom: 91px;
}
@media only screen and (max-width: 1199px) {
	.product-area.product-description-review-area {
		padding-top: 60px;
	}
}
@media only screen and (max-width: 1199px) {
	.product-area.product-description-review-area {
		padding-bottom: 80px;
	}
}
@media only screen and (max-width: 991px) {
	.product-area.product-description-review-area {
		padding-bottom: 50px;
	}
}
.product-area.shop-fullwidth-area {
	padding: 52px 0 100px;
}
.product-area.shop-fullwidth-area .container {
	max-width: 1670px;
	padding: 0 15px;
}
.product-area.shop-fullwidth-area.style-two {
	padding: 83px 0 99px;
}
@media only screen and (max-width: 991px) {
	.product-area.shop-fullwidth-area.style-two {
		padding: 73px 0 89px;
	}
}
@media only screen and (max-width: 767px) {
	.product-area.shop-fullwidth-area.style-two {
		padding: 53px 0 69px;
	}
}
.product-area.shop-fullwidth-area-style1 {
	padding: 100px 0 0;
}
@media only screen and (max-width: 1199px) {
	.product-area.shop-fullwidth-area-style1 {
		padding: 80px 0 0;
	}
}
.product-area.shop-fullwidth-area-style1 .container {
	max-width: 1620px;
}
.product-area.shop-fullwidth-area-style1 .item-style2 {
	padding-left: 91px;
}
@media only screen and (max-width: 767px) {
	.product-area.shop-fullwidth-area-style1 .item-style2 {
		padding-left: 0;
	}
}
.product-area.shop-fullwidth-area-style2 {
	padding: 10px 0 0;
}
.product-area.shop-fullwidth-area-style2 .container {
	max-width: 1499px;
}
.product-area.shop-fullwidth-area-style2 .container .row-gutter-119 {
	margin-right: -59.5px;
	margin-left: -59.5px;
}
@media only screen and (max-width: 1399px) {
	.product-area.shop-fullwidth-area-style2 .container .row-gutter-119 {
		margin-left: -15px;
		margin-right: -15px;
	}
}
.product-area.shop-fullwidth-area-style2 .container .row-gutter-119 [class*=col-] {
	margin: 0;
	padding-left: 59.5px;
	padding-right: 59.5px;
}
@media only screen and (max-width: 1399px) {
	.product-area.shop-fullwidth-area-style2 .container .row-gutter-119 [class*=col-] {
		padding-left: 15px;
		padding-right: 15px;
	}
}
.product-area.shop-masonry-area {
	padding: 83px 0 100px;
}
@media only screen and (max-width: 991px) {
	.product-area.shop-masonry-area {
		padding: 73px 0 90px;
	}
}
@media only screen and (max-width: 991px) {
	.product-area.shop-masonry-area {
		padding: 53px 0 70px;
	}
}
.product-area.shop-masonry-area .container-fluid {
	padding-left: 38px;
	padding-right: 41px;
}
@media only screen and (max-width: 575px) {
	.product-area.shop-masonry-area .container-fluid {
		padding: 0 15px;
	}
}
.product-area.shop-masonry-area .product-item {
	margin-bottom: 0;
}
.product-area.shop-masonry-area .product-item .product-thumb {
	margin-bottom: 0;
}
.product-area.shop-masonry-area .product-item .product-thumb .action-info-style2 .content-inner .title {
	text-transform: capitalize;
}
.product-area.shop-masonry-area .product-item .product-thumb .action-info-style2 .content-inner .title a:hover {
	color: #009688;
}
.product-area.shop-masonry-area .product-item .product-thumb .action-info-style2 .content-inner .prices .price {
	color: #009688;
}
.product-area.shop-masonry-area .masonry-btn {
	margin-top: 50px;
	text-align: center;
}
.product-area.shop-masonry-area .masonry-btn .btn-theme {
	border-color: #ebebeb;
	color: #000000;
	display: inline-block;
	font-size: 12px;
	line-height: 1.5;
	padding: 10px 30px;
	text-transform: uppercase;
}
.product-area.shop-masonry-area .masonry-btn .btn-theme:hover {
	color: #fff;
}
.product-area.product-inner-area {
	padding: 60px 0 60px;
}
.product-area.product-inner-area .container {
	min-width: 1640px;
	padding: 0;
}
.product-area.product-inner-area .inner-right-padding {
	margin-right: -52px;
}
.product-area.product-inner-area .inner-left-padding {
	padding-left: 102px;
}
.product-area.product-shop-inner-area {
	padding: 83px 0 100px;
}
@media only screen and (max-width: 1199px) {
	.product-area.product-shop-inner-area {
		padding: 58px 0 10px;
	}
}
.product-area.product-shop-inner-area .container {
	max-width: 1670px;
	padding: 0 15px;
}
.product-area.product-shop-inner-area .inner-right-padding {
	margin-right: 50px;
}
@media only screen and (max-width: 1199px) {
	.product-area.product-shop-inner-area .inner-right-padding {
		margin-right: 10px;
	}
}
@media only screen and (max-width: 991px) {
	.product-area.product-shop-inner-area .inner-right-padding.shop-sidebar-area {
		margin-top: 70px;
		max-width: 300px;
	}
}
.product-item {
	margin-bottom: 25px;
}
.product-item .product-thumb {
	margin-bottom: 14px;
	overflow: hidden;
	position: relative;
}
.product-item .product-thumb img {
	width: 100%;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}
.product-item .product-thumb .bg-thumb {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
	-webkit-transition: opacity 0.5s ease, -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
	transition: opacity 0.5s ease, -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
	transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
	transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}
.product-item .product-thumb .thumb-overlay {
	background-color: #000000;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
}
.product-item .product-thumb .thumb-overlay.overlay-black-7 {
	background-color: #000;
}
.product-item .product-thumb .ribbon {
	background-color: #F5832F;
	border-radius: 20px;
	color: #fff;
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-size: 12px;
	left: auto;
	line-height: 21px;
	min-width: 60px;
	padding: 2px 15px 2px 12px;
	position: absolute;
	right: 10px;
	text-align: center;
	top: 20px;
	width: auto;
}
.product-item .product-thumb .ribbon.align-right {
	left: auto;
	right: 20px;
}
.product-item .product-thumb .ribbon.align-right-top {
	left: auto;
	right: 20px;
	top: 70px;
}
.product-item .product-thumb .product-action {
	bottom: calc(50% - 20px);
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 2;
}
.product-item .product-thumb .product-action a {
	background-color: #fff;
	color: #000000;
	display: inline-block;
	font-size: 16px;
	height: 44px;
	line-height: 44px;
	margin: 0 2.5px;
	opacity: 0;
	position: relative;
	text-align: center;
	visibility: hidden;
	width: 44px;
	transform: translate(0, 40px);
	-webkit-transform: translate(0, 40px);
	-moz-transform: translate(0, 40px);
	-ms-transform: translate(0, 40px);
	-o-transform: translate(0, 40px);
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.product-item .product-thumb .product-action a i {
	margin: 0;
}
.product-item .product-thumb .product-action a[class*=action-] {
	-webkit-transition-delay: 100ms;
	transition-delay: 100ms;
}
.product-item .product-thumb .product-action a[class*=action-] + a {
	-webkit-transition-delay: 150ms;
	transition-delay: 150ms;
}
.product-item .product-thumb .product-action a[class*=action-] + a + a {
	-webkit-transition-delay: 200ms;
	transition-delay: 200ms;
}
.product-item .product-thumb .product-action a[class*=action-] + a + a + a {
	-webkit-transition-delay: 250ms;
	transition-delay: 250ms;
}
.product-item .product-thumb .product-action a:hover {
	background-color: #009688;
	color: #fff;
}
.product-item .product-thumb .product-action.action-style2 {
	bottom: calc(50% - 55px);
}
.product-item .product-thumb .product-action.action-style3 {
	bottom: -80px;
}
.product-item .product-thumb .product-action.action-style3 a {
	background-color: #000000;
	color: #fff;
}
.product-item .product-thumb .product-action.action-style3 a:hover {
	background-color: #A64637;
}
.product-item .product-thumb .product-action-info {
	bottom: -100%;
	left: 0;
	position: absolute;
	width: 100%;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
}
.product-item .product-thumb .product-action-info .content-inner {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 14px 16px;
}
.product-item .product-thumb .product-action-info .content-inner .title {
	font-size: 16px;
	line-height: 1.2;
	margin: 0;
}
.product-item .product-thumb .product-action-info .content-inner .prices {
	color: #9771B0;
}
.product-item .product-thumb .product-action-info .content-inner .prices .price {
	font-size: 16px;
	line-height: 1.2;
}
.product-item .product-thumb .product-action-info.action-info-style2 {
	bottom: calc(50% - 20px);
	opacity: 0;
	transform: translate(0, 40px);
	-webkit-transform: translate(0, 40px);
	-moz-transform: translate(0, 40px);
	-ms-transform: translate(0, 40px);
	-o-transform: translate(0, 40px);
}
.product-item .product-thumb .product-action-info.action-info-style2 .content-inner {
	background-color: transparent;
	display: block;
	text-align: center;
}
.product-item .product-thumb .product-action-info.action-info-style2 .content-inner .title {
	font-weight: 600;
	letter-spacing: -0.32px;
	line-height: 1.4;
	text-transform: uppercase;
}
.product-item .product-thumb .product-action-info.action-info-style2 .content-inner .title a {
	color: #fff;
}
.product-item .product-thumb .product-action-info.action-info-style2 .content-inner .prices .price {
	line-height: 1.4;
}
.product-item .product-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.product-item .product-info .title {
	font-size: 16px;
	font-weight: 600;
	letter-spacing: -0.32px;
	line-height: 1.4;
	margin-bottom: 5px;
}
.product-item .product-info .title a {
	color: #000000;
}
.product-item .product-info .title a:hover {
	color: #009688;
}
.product-item .product-info .prices {
	color: #009688;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
}
.product-item .product-info .prices .price-old {
	text-decoration: line-through;
	margin-left: 8px;
}
.product-item .product-info-action {
	margin-top: 7px;
}
.product-item .product-info-action a {
	font-size: 18px;
	line-height: 20px;
	margin: 2.5px;
}
.product-item .product-info-action a.action-wishlist {
	position: relative;
	top: 1px;
}
.product-item .product-info-action a:last-child {
	margin-right: 0;
}
.product-item .product-info.info-style2 {
	display: block;
	text-align: center;
}
.product-item .product-info.info-style2 .content-inner .title {
	text-transform: uppercase;
}
.product-item .product-info.info-style2 .content-inner .title:hover a {
	color: #A64637;
}
.product-item .product-info.info-style2 .content-inner .prices .price {
	color: #A64637;
}
.product-item .product-info.info-style3 {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.product-item .product-info.info-style3 .content-inner {
	text-align: center;
}
.product-item .product-info.info-style3 .content-inner .title {
	text-transform: capitalize;
}
.product-item .product-info.info-style3 .content-inner .title a:hover {
	color: #009688;
}
.product-item .product-info.info-style3 .content-inner .prices .price {
	color: #009688;
}
.product-item:hover .product-thumb .thumb-overlay {
	opacity: 0.2;
}
.product-item:hover .product-thumb .thumb-overlay.overlay-black-7 {
	opacity: 0.7;
}
.product-item:hover .product-thumb .bg-thumb {
	opacity: 1;
}
.product-item:hover .product-thumb .product-action {
	margin-top: 0;
	opacity: 1;
}
.product-item:hover .product-thumb .product-action a {
	opacity: 1;
	visibility: visible;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
}
.product-item:hover .product-thumb .product-action.action-style3 {
	bottom: 0;
}
.product-item:hover .product-thumb .product-action-info {
	bottom: 0;
}
.product-item:hover .product-thumb .product-action-info.action-info-style2 {
	bottom: calc(50% - 0px);
	opacity: 1;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
}
.product-item:hover .product-thumb .countdown-timer {
	transform: translate(-50%, 200%);
	-webkit-transform: translate(-50%, 200%);
	-moz-transform: translate(-50%, 200%);
	-ms-transform: translate(-50%, 200%);
	-o-transform: translate(-50%, 200%);
}
.product-item-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media only screen and (max-width: 767px) {
	.product-item-list {
		display: block;
	}
}
.product-item-list .product-thumb {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 270px;
	flex: 0 0 270px;
	margin-right: 50px;
	margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
	.product-item-list .product-thumb {
		margin-right: 0;
		margin-bottom: 30px;
	}
}
.product-item-list .product-info {
	text-align: left;
}
.product-item-list .product-info .title {
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 11px;
}
.product-item-list .product-info .prices {
	margin-bottom: 13px;
}
.product-item-list .product-info p {
	font-size: 15px;
	margin-bottom: 15px;
	line-height: 30px;
}
.product-item-list .product-action-quick-view a {
	background-color: #000000;
	color: #fff;
	border-radius: 100%;
	width: 50px;
	height: 50px;
	line-height: 50px;
	display: inline-block;
	text-align: center;
	-webkit-transform: translate(-50%, -50%) scale(0);
	transform: translate(-50%, -50%) scale(0);
	top: 50%;
	left: 50%;
	position: absolute;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}
.product-item-list .product-action-quick-view a:hover {
	background-color: #009688;
}
.product-item-list .product-action-btn .btn-compare {
	border: none;
	padding: 0;
	background-color: transparent;
	color: #B2B2B2;
	font-size: 20px;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}
.product-item-list .product-action-btn .btn-compare:hover {
	color: #009688;
}
.product-item-list .product-action-btn .btn-add-cart {
	border: none;
	padding: 7px 32px 7px;
	background-color: #000000;
	color: #fff;
	font-weight: 500;
	font-size: 12px;
	margin: 0 9px;
}
.product-item-list .product-action-btn .btn-add-cart:hover {
	background-color: #009688;
}
.product-item-list .product-action-btn .btn-wishlist {
	border: none;
	padding: 0;
	background-color: transparent;
	color: #B2B2B2;
	font-size: 20px;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}
.product-item-list .product-action-btn .btn-wishlist:hover {
	color: #009688;
}
.product-item-list .countdown-content {
	margin-top: 14px;
}
.product-item-list .countdown-content .countdown-timer {
	bottom: auto;
	display: inline-block;
	left: auto;
	margin-bottom: 0;
	position: relative;
	top: auto;
}
.product-item-list .countdown-content .countdown-timer li {
	display: inline-block;
	margin: 0;
	margin-right: 2px;
}
.product-item-list:hover .product-action-quick-view a {
	-webkit-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
}
.product-items-list .product-item {
	display: inline-block;
	margin-bottom: 50px;
}
.product-items-list .product-item .product-thumb {
	float: left;
	width: 32%;
}
@media only screen and (max-width: 479.98px) {
	.product-items-list .product-item .product-thumb {
		margin-bottom: 30px;
		width: 100%;
	}
}
.product-items-list .product-item .product-thumb .product-action a {
	border-radius: 50%;
	font-size: 22px;
	height: 50px;
	line-height: 54px;
	width: 50px;
}
.product-items-list .product-item .product-info {
	float: left;
	padding-left: 50px;
	width: 68%;
}
@media only screen and (max-width: 575px) {
	.product-items-list .product-item .product-info {
		padding-left: 20px;
	}
}
@media only screen and (max-width: 479.98px) {
	.product-items-list .product-item .product-info {
		padding-left: 0;
		width: 100%;
	}
}
.product-items-list .product-item .product-info .content-inner {
	margin-top: -2px;
}
.product-items-list .product-item .product-info .content-inner .title {
	font-size: 18px;
	letter-spacing: -0.36px;
	margin-bottom: 13px;
}
.product-items-list .product-item .product-info .content-inner .prices {
	font-size: 18px;
	margin-bottom: 15px;
}
.product-items-list .product-item .product-info .content-inner p {
	color: #444;
	font-size: 14px;
	margin-bottom: 20px;
}
.product-items-list .product-item .product-info .content-inner .product-action-btn {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.product-items-list .product-item .product-info .content-inner .product-action-btn .btn-add-cart {
	background-color: #000000;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
}
.product-items-list .product-item .product-info .content-inner .product-action-btn .btn-add-cart.btn-theme {
	padding: 13px 30px 12px;
}
.product-items-list .product-item .product-info .content-inner .product-action-btn .btn-add-cart.btn-theme:hover {
	background-color: #009688;
}
.product-items-list .product-item .product-info .content-inner .product-action-btn a.btn-wishlist {
	color: #000000;
	font-size: 18px;
	margin-left: 26px;
}
.product-items-list .product-item .product-info .content-inner .product-action-btn a.btn-wishlist:hover {
	color: #009688;
}
.product-items-list .product-item .product-info .content-inner .product-action-btn a.btn-compare {
	color: #000000;
	font-size: 18px;
	margin-left: 22px;
}
.product-items-list .product-item .product-info .content-inner .product-action-btn a.btn-compare:hover {
	color: #009688;
}
.product-items-style2 .product-item .product-info .content-inner .title {
	font-weight: 500;
}
.product-items-style2 .product-item .product-info .content-inner .prices .price {
	font-family: "Poppins", sans-serif;
}
.product-items-style3 .product-item {
	margin-bottom: auto;
	position: relative;
	z-index: 1;
}
.product-items-style3 .product-item:before {
	background-color: #fff;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	content: "";
	position: absolute;
	left: -30px;
	right: -30px;
	bottom: -35px;
	top: -30px;
	opacity: 0;
	pointer-events: none;
	z-index: -1;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1199px) {
	.product-items-style3 .product-item:before {
		left: -15px;
		right: -15px;
		bottom: -15px;
		top: -15px;
	}
}
.product-items-style3 .product-item .product-thumb {
	margin-bottom: 14px;
}
.product-items-style3 .product-item .product-thumb .product-action a:hover {
	background-color: #bb7b1c;
}
.product-items-style3 .product-item .product-info {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.product-items-style3 .product-item .product-info .content-inner .title {
	font-size: 30px;
	font-weight: 400;
	letter-spacing: -0.6px;
	margin-bottom: 6px;
}
.product-items-style3 .product-item .product-info .content-inner .title:hover a {
	color: #bb7b1c;
}
.product-items-style3 .product-item .product-info .content-inner .category {
	font-size: 14px;
	font-weight: 400;
}
.product-items-style3 .product-item .product-info .content-inner .category a {
	color: #bb7b1c;
}
.product-items-style3 .product-item .product-info .content-inner .category:hover {
	text-decoration: underline;
}
.product-items-style3 .product-item .product-info .prices {
	top: 2px;
	position: relative;
}
.product-items-style3 .product-item .product-info .prices .price {
	color: #000000;
	font-size: 24px;
}
.product-items-style3 .product-item:hover:before {
	opacity: 1;
}
.product-items-style4 .product-item {
	margin-bottom: 64px;
}
@media only screen and (max-width: 1399px) {
	.product-items-style4 .product-item {
		margin-bottom: 30px;
	}
}
.product-items-style4 .product-item .product-thumb .product-action a:hover {
	background-color: #009688;
}
.product-items-style4 .product-item .product-info .content-inner .title {
	text-transform: capitalize;
}
.product-items-style4 .product-item .product-info .content-inner .title a:hover {
	color: #009688;
}
.product-items-style4 .product-item .product-info .content-inner .prices .price {
	color: #009688;
}
.category-area.category-default-area {
	padding: 0;
}
.category-area.category-style4-area {
	padding: 0 0 91px;
}
@media only screen and (max-width: 991px) {
	.category-area.category-style4-area {
		padding: 0 0 81px;
	}
}
@media only screen and (max-width: 767px) {
	.category-area.category-style4-area {
		padding: 0 0 61px;
	}
}
.category-area.category-style4-area .section-title {
	margin-bottom: 51px;
}
.category-area.category-style5-area {
	padding: 94px 0 50px;
}
@media only screen and (max-width: 767px) {
	.category-area.category-style5-area {
		padding: 94px 0 30px;
	}
}
.category-area.category-style5-area .container {
	max-width: 1470px;
}
.category-area.category-style6-area {
	padding: 100px 0 0;
}
@media only screen and (max-width: 1199px) {
	.category-area.category-style6-area {
		padding: 80px 0 0;
	}
}
.category-area.category-style7-area {
	padding: 99px 0 0;
}
.category-area.category-style7-area .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 1670px;
}
@media only screen and (max-width: 767px) {
	.category-area.category-style7-area .container {
		display: block;
	}
}
.category-area.category-style7-area .col-left {
	width: 66.666%;
}
@media only screen and (max-width: 1199px) {
	.category-area.category-style7-area .col-left {
		width: 60%;
	}
}
@media only screen and (max-width: 767px) {
	.category-area.category-style7-area .col-left {
		margin-bottom: 30px;
		width: 100%;
	}
}
.category-area.category-style7-area .col-right {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 33.333%;
}
@media only screen and (max-width: 1199px) {
	.category-area.category-style7-area .col-right {
		width: 40%;
	}
}
@media only screen and (max-width: 767px) {
	.category-area.category-style7-area .col-right {
		width: 100%;
	}
}
.category-area.category-style7-area .col-right .content {
	position: relative;
	z-index: 9;
}
.category-area.category-style7-area .col-right .content .inner-content {
	z-index: 1;
	position: relative;
	padding: 0 0 0 90px;
}
@media only screen and (max-width: 1399px) {
	.category-area.category-style7-area .col-right .content .inner-content {
		padding-left: 60px;
	}
}
@media only screen and (max-width: 991px) {
	.category-area.category-style7-area .col-right .content .inner-content {
		padding-left: 30px;
	}
}
@media only screen and (max-width: 767px) {
	.category-area.category-style7-area .col-right .content .inner-content {
		padding-left: 0;
	}
}
.category-area.category-style7-area .col-right .content .inner-content .title {
	font-size: 70px;
	font-weight: 400;
	letter-spacing: -1.4px;
	line-height: 1.15;
	margin: 0 0 35px -220px;
}
@media only screen and (max-width: 1199px) {
	.category-area.category-style7-area .col-right .content .inner-content .title {
		font-size: 36px;
		margin: 0 0 20px -60px;
	}
}
@media only screen and (max-width: 991px) {
	.category-area.category-style7-area .col-right .content .inner-content .title {
		font-size: 30px;
		margin: 0 0 20px -35px;
	}
}
@media only screen and (max-width: 767px) {
	.category-area.category-style7-area .col-right .content .inner-content .title {
		margin: 0 0 20px 0;
	}
}
@media only screen and (max-width: 479.98px) {
	.category-area.category-style7-area .col-right .content .inner-content .title {
		font-size: 20px;
		margin-bottom: 15px;
	}
}
.category-area.category-style7-area .col-right .content .inner-content p {
	color: #666;
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 60px;
}
@media only screen and (max-width: 1199px) {
	.category-area.category-style7-area .col-right .content .inner-content p {
		font-size: 18px;
		margin-bottom: 20px;
	}
}
@media only screen and (max-width: 479.98px) {
	.category-area.category-style7-area .col-right .content .inner-content p {
		font-size: 15px;
	}
}
.category-area.category-style7-area .col-right .content .inner-content .btn-theme {
	background-color: #222;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 1.8px;
	line-height: 30px;
	padding: 20px 30px;
	text-transform: uppercase;
}
@media only screen and (max-width: 1199px) {
	.category-area.category-style7-area .col-right .content .inner-content .btn-theme {
		font-size: 16px;
		padding: 10px 15px 8px 15px;
	}
}
@media only screen and (max-width: 479.98px) {
	.category-area.category-style7-area .col-right .content .inner-content .btn-theme {
		font-size: 13px;
		padding: 8px 15px 7px 15px;
	}
}
.category-area.category-style7-area .col-right .content .inner-content .btn-theme:hover {
	background-color: #bb7b1c;
}
.category-area.category-style7-area .category-items-style12 {
	position: relative;
}
.category-area.category-style7-area .category-items-style12 .thumb-style {
	width: 50%;
}
.category-area.category-style7-area .category-items-style12 .category-item {
	max-width: 79%;
	position: absolute;
	right: -20px;
	top: 14%;
	width: 100%;
}
@media only screen and (max-width: 991px) {
	.category-area.category-style7-area .category-items-style12 .category-item {
		right: 40px;
	}
}
@media only screen and (max-width: 479.98px) {
	.category-area.category-style7-area .category-items-style12 .category-item .content .btn-theme {
		font-size: 13px;
		padding: 7px 15px;
	}
}
.category-area.category-style8-area {
	background-color: #eee;
	padding: 82px 0 0;
}
@media only screen and (max-width: 1199px) {
	.category-area.category-style8-area {
		padding: 80px 0 0;
	}
}
.category-area.category-style8-area .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 1440px;
	padding: 0;
}
@media (max-width: 1799px) {
	.category-area.category-style8-area .container {
		padding: 0 50px;
	}
}
@media only screen and (max-width: 1199px) {
	.category-area.category-style8-area .container {
		padding: 0 15px;
	}
}
.category-area.category-style8-area .section-title {
	left: 10px;
	margin-top: 140px;
	padding-left: 35px;
	position: relative;
}
@media only screen and (max-width: 1199px) {
	.category-area.category-style8-area .section-title {
		padding-left: 0;
	}
}
@media only screen and (max-width: 767px) {
	.category-area.category-style8-area .section-title {
		margin-top: 50px;
	}
}
.category-area.category-style8-area .section-title .title {
	font-family: "Russo One", sans-serif;
	font-size: 70px;
	font-weight: 400;
	letter-spacing: -1.4px;
	line-height: 1.15;
	margin-left: -140px;
}
@media only screen and (max-width: 1399px) {
	.category-area.category-style8-area .section-title .title {
		font-size: 60px;
		margin-left: -100px;
	}
}
@media only screen and (max-width: 1199px) {
	.category-area.category-style8-area .section-title .title {
		font-size: 36px;
		margin-left: -30px;
	}
}
@media only screen and (max-width: 767px) {
	.category-area.category-style8-area .section-title .title {
		margin-left: 0;
	}
}
.category-area.category-style8-area .section-title .title-stroke {
	font-family: "Russo One", sans-serif;
	font-size: 70px;
	font-weight: 400;
	letter-spacing: -1.4px;
	line-height: 1.15;
	margin-bottom: 0;
	margin-left: -140px;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: currentColor;
}
@media only screen and (max-width: 1399px) {
	.category-area.category-style8-area .section-title .title-stroke {
		font-size: 60px;
		margin-left: -100px;
	}
}
@media only screen and (max-width: 1199px) {
	.category-area.category-style8-area .section-title .title-stroke {
		font-size: 36px;
		margin-left: -30px;
	}
}
@media only screen and (max-width: 767px) {
	.category-area.category-style8-area .section-title .title-stroke {
		margin-left: 0;
	}
}
.category-area.category-style8-area .section-title p {
	color: #666;
	font-family: "Mukta", sans-serif;
	font-size: 20px;
	line-height: 1.8;
	margin: 80px 0;
}
@media only screen and (max-width: 1199px) {
	.category-area.category-style8-area .section-title p {
		font-size: 16px;
		margin: 30px 0;
	}
}
@media only screen and (max-width: 767px) {
	.category-area.category-style8-area .section-title p {
		margin: 15px 0 30px;
	}
}
.category-area.category-style8-area .section-title .btn-theme {
	background-color: #222;
	font-family: "Mukta", sans-serif;
	font-size: 18px;
	letter-spacing: 1.8px;
	line-height: 30px;
	padding: 20px 30px;
	text-transform: uppercase;
}
@media only screen and (max-width: 1199px) {
	.category-area.category-style8-area .section-title .btn-theme {
		font-size: 14px;
		padding: 10px 25px;
	}
}
@media only screen and (max-width: 575px) {
	.category-area.category-style8-area .section-title .btn-theme {
		margin-bottom: 15px;
	}
}
.category-area.category-style8-area .section-title .btn-theme:hover {
	background-color: #bb7b1c;
	border-color: #bb7b1c;
}
.category-area.category-style8-area .category-items-style12.item-one {
	margin-top: 140px;
}
@media only screen and (max-width: 767px) {
	.category-area.category-style8-area .category-items-style12.item-one {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-top: 0;
	}
}
@media only screen and (max-width: 479.98px) {
	.category-area.category-style8-area .category-items-style12.item-one {
		display: block;
	}
}
.category-area.category-style8-area .category-items-style12.item-one .category-item:first-child {
	margin-bottom: 100px;
	margin-left: -100px;
	max-width: 290px;
	width: 100%;
}
@media (max-width: 1599px) {
	.category-area.category-style8-area .category-items-style12.item-one .category-item:first-child {
		margin-left: 0;
	}
}
@media only screen and (max-width: 767px) {
	.category-area.category-style8-area .category-items-style12.item-one .category-item:first-child {
		margin-right: 15px;
	}
}
@media only screen and (max-width: 575px) {
	.category-area.category-style8-area .category-items-style12.item-one .category-item:first-child {
		margin-bottom: 0;
	}
}
@media only screen and (max-width: 479.98px) {
	.category-area.category-style8-area .category-items-style12.item-one .category-item:first-child {
		margin-right: 0;
	}
}
.category-area.category-style8-area .category-items-style12.item-one .category-item:last-child {
	max-width: 380px;
	width: 100%;
}
@media only screen and (max-width: 767px) {
	.category-area.category-style8-area .category-items-style12.item-one .category-item:last-child {
		margin-left: 15px;
	}
}
@media only screen and (max-width: 479.98px) {
	.category-area.category-style8-area .category-items-style12.item-one .category-item:last-child {
		margin-left: 0;
	}
}
.category-area.category-style8-area .category-items-style12.item-two {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.category-area.category-style8-area .category-items-style12.item-two .category-item {
	margin-right: -100px;
	max-width: 360px;
}
@media (max-width: 1599px) {
	.category-area.category-style8-area .category-items-style12.item-two .category-item {
		margin-right: 0;
	}
}
.category-area.category-style9-area {
	padding: 108px 0 131px;
}
@media only screen and (max-width: 1399px) {
	.category-area.category-style9-area {
		padding: 90px 0;
	}
}
@media only screen and (max-width: 1199px) {
	.category-area.category-style9-area {
		padding: 70px 0;
	}
}
.category-area.category-style9-area .container {
	max-width: 1640px;
	padding: 0;
}
@media only screen and (max-width: 991px) {
	.category-area.category-style9-area .container {
		padding: 0 15px;
	}
}
.category-area.category-style9-area .section-title {
	margin: 0 0 85px 200px;
}
@media (max-width: 1599px) {
	.category-area.category-style9-area .section-title {
		margin: 0 0 85px 100px;
	}
}
@media only screen and (max-width: 1399px) {
	.category-area.category-style9-area .section-title {
		margin: 0 0 85px 15px;
	}
}
@media only screen and (max-width: 1199px) {
	.category-area.category-style9-area .section-title {
		margin: 0 0 70px 15px;
	}
}
@media only screen and (max-width: 991px) {
	.category-area.category-style9-area .section-title {
		margin: 0 0 70px 0;
	}
}
.category-area.category-style9-area .section-title .title {
	color: #000000;
	font-size: 70px;
	font-weight: 400;
	letter-spacing: -1.4px;
	line-height: 1.15px;
	margin-bottom: 79px;
}
@media only screen and (max-width: 1199px) {
	.category-area.category-style9-area .section-title .title {
		font-size: 40px;
		margin-bottom: 50px;
	}
}
.category-area.category-style9-area .section-title .title-stroke {
	color: #000000;
	font-size: 70px;
	font-weight: 400;
	line-height: 1.15px;
	letter-spacing: -1.4px;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: currentColor;
}
@media only screen and (max-width: 1199px) {
	.category-area.category-style9-area .section-title .title-stroke {
		font-size: 40px;
	}
}
.category-area.category-style9-area .col-items {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: 33px;
}
@media only screen and (max-width: 479.98px) {
	.category-area.category-style9-area .col-items {
		display: block;
		margin-right: 0;
	}
}
.category-area.category-style9-area .col-items .col-left {
	padding-left: 0;
	padding-right: 33px;
}
@media only screen and (max-width: 479.98px) {
	.category-area.category-style9-area .col-items .col-left {
		padding-right: 0;
	}
}
.category-area.category-style9-area .item-one {
	margin-bottom: 30px;
}
@media only screen and (max-width: 479.98px) {
	.category-area.category-style9-area .item-two {
		margin-bottom: 30px;
	}
}
.category-area.category-style9-area .item-four .category-item {
	margin: 0 -140px 0 50px;
}
@media (max-width: 1799px) {
	.category-area.category-style9-area .item-four .category-item {
		margin: 0 0 0 30px;
	}
}
@media only screen and (max-width: 479.98px) {
	.category-area.category-style9-area .item-four .category-item {
		margin-left: 0;
	}
}
.category-area.category-style9-area .content {
	margin-bottom: 50px;
	margin-left: 20px;
}
@media only screen and (max-width: 1199px) {
	.category-area.category-style9-area .content {
		margin-bottom: 20px;
	}
}
@media only screen and (max-width: 991px) {
	.category-area.category-style9-area .content {
		margin-bottom: 50px;
	}
}
@media only screen and (max-width: 991px) {
	.category-area.category-style9-area .content {
		margin-left: 0;
	}
}
.category-area.category-style9-area .content .inner-content {
	padding: 101px 117px 30px 130px;
}
@media only screen and (max-width: 1399px) {
	.category-area.category-style9-area .content .inner-content {
		padding: 101px 100px 30px 40px;
	}
}
@media only screen and (max-width: 991px) {
	.category-area.category-style9-area .content .inner-content {
		margin-top: 40px;
		padding: 0;
	}
}
.category-area.category-style9-area .content .inner-content p {
	color: #666;
	font-size: 20px;
	font-weight: 400;
}
@media only screen and (max-width: 575px) {
	.category-area.category-style9-area .content .inner-content p {
		font-size: 16px;
		margin-bottom: 20px;
	}
}
.category-area.category-style9-area .content .inner-content .btn-theme {
	background-color: #222;
	font-size: 18px;
	letter-spacing: 1.8px;
	line-height: 30px;
	margin-top: 10px;
	padding: 20px 30px;
	text-transform: uppercase;
}
@media only screen and (max-width: 1199px) {
	.category-area.category-style9-area .content .inner-content .btn-theme {
		font-size: 13px;
		padding: 10px 25px;
	}
}
@media only screen and (max-width: 479.98px) {
	.category-area.category-style9-area .content .inner-content .btn-theme {
		padding: 9px 15px;
	}
}
.category-area.category-style9-area .content .inner-content .btn-theme:hover {
	background-color: #bb7b1c;
}
.category-area.category-slider-area {
	padding: 0;
}
.category-area.category-discover-area {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding-bottom: 90px;
}
.category-area.category-discover-area .container {
	max-width: 1670px;
}
.category-area.category-discover-area .section-title {
	margin: 94px 0 51px;
}
@media only screen and (max-width: 1199px) {
	.category-area.category-discover-area .section-title {
		margin: 70px 0 50px;
	}
}
.category-area.category-discover-area .section-title .title {
	font-size: 50px;
	font-weight: 500;
	letter-spacing: -1px;
}
@media only screen and (max-width: 1199px) {
	.category-area.category-discover-area .section-title .title {
		font-size: 38px;
	}
}
.category-area.category-arrivals-area {
	padding: 100px 0 0;
}
@media only screen and (max-width: 1199px) {
	.category-area.category-arrivals-area {
		padding: 40px 0 0;
	}
}
.category-area.category-arrivals-area .container {
	max-width: 1470px;
}
@media only screen and (max-width: 1199px) {
	.category-area.category-arrivals-area .row-gutter-80 {
		margin-right: -15px;
		margin-left: -15px;
	}
}
@media only screen and (max-width: 1199px) {
	.category-area.category-arrivals-area .row-gutter-80 [class*=col-] {
		padding-left: 15px;
		padding-right: 15px;
	}
}
.category-area.category-trending-area {
	padding: 94px 0 100px;
}
@media only screen and (max-width: 1199px) {
	.category-area.category-trending-area {
		padding: 70px 0 78px;
	}
}
@media only screen and (max-width: 991px) {
	.category-area.category-trending-area {
		padding: 70px 0 48px;
	}
}
.category-area.category-trending-area .container {
	max-width: 1670px;
}
.category-area.category-trending-area .section-title {
	margin-bottom: 51px;
}
@media only screen and (max-width: 1199px) {
	.category-area.category-trending-area .section-title {
		margin-bottom: 58px;
	}
}
.category-area.category-trending-area .section-title .title {
	font-size: 50px;
	font-weight: 500;
	letter-spacing: -1px;
}
@media only screen and (max-width: 1199px) {
	.category-area.category-trending-area .section-title .title {
		font-size: 38px;
	}
}
.category-area.product-category1-area {
	padding: 100px 0;
}
@media only screen and (max-width: 991px) {
	.category-area.product-category1-area {
		padding: 90px 0;
	}
}
@media only screen and (max-width: 767px) {
	.category-area.product-category1-area {
		padding: 70px 0;
	}
}
.category-area.product-category1-area .container-fluid {
	padding: 0 60px;
}
@media only screen and (max-width: 479.98px) {
	.category-area.product-category1-area .container-fluid {
		padding: 0 15px;
	}
}
.category-area.product-category1-area .items-align {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media only screen and (max-width: 991px) {
	.category-area.product-category1-area .items-align {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: start;
	}
}
@media only screen and (max-width: 479.98px) {
	.category-area.product-category1-area .items-align {
		display: block;
	}
}
.category-area.product-category1-area .items-align .align-left {
	width: 30%;
}
@media only screen and (max-width: 479.98px) {
	.category-area.product-category1-area .items-align .align-left {
		margin-bottom: 40px;
		width: 100%;
	}
}
.category-area.product-category1-area .items-align .align-right {
	padding: 0 0 0 60px;
	width: 70%;
}
@media only screen and (max-width: 575px) {
	.category-area.product-category1-area .items-align .align-right {
		padding-left: 30px;
	}
}
@media only screen and (max-width: 479.98px) {
	.category-area.product-category1-area .items-align .align-right {
		padding: 0;
		width: 100%;
	}
}
.category-area.product-category1-area .items-align .align-right .product-item {
	margin-bottom: 21px;
}
.category-area.product-category1-area .items-align .align-right .product-item .product-info .content-inner .title {
	font-size: 18px;
	font-weight: 400;
	letter-spacing: -0.36px;
	text-transform: uppercase;
}
@media only screen and (max-width: 1199px) {
	.category-area.product-category1-area .items-align .align-right .product-item .product-info .content-inner .title {
		font-size: 14px;
	}
}
.category-area.product-category1-area .items-align .align-right .product-item .product-info .content-inner .title a {
	color: #000000;
}
.category-area.product-category1-area .items-align .align-right .product-item .product-info .content-inner .title a:hover {
	color: #009688;
}
.category-area.product-category1-area .items-align .align-right .product-item .product-info .content-inner .prices .price {
	color: #000000;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 5px;
}
@media only screen and (max-width: 1199px) {
	.category-area.product-category1-area .items-align .align-right .product-item .product-info .content-inner .prices .price {
		font-size: 15px;
	}
}
.category-area.product-category1-area .items-align .align-right .product-item .product-color-slect ul {
	margin-bottom: 0;
	margin-top: 9px;
}
.category-area.product-category1-area .items-align .align-right .product-item .product-color-slect ul li {
	cursor: pointer;
	display: inline-block;
	height: 15px;
	margin-right: 4px;
	position: relative;
	width: 15px;
}
.category-area.product-category1-area .items-align .align-right .product-item .product-color-slect ul li.bg-color-blue {
	background-color: #2253d8;
}
.category-area.product-category1-area .items-align .align-right .product-item .product-color-slect ul li.bg-color-brown {
	background-color: #c1972c;
}
.category-area.product-category1-area .items-align .align-right .product-item .product-color-slect ul li.bg-color-violet {
	background-color: #b524e5;
}
.category-area.product-category1-area .items-align .align-right .btn-theme:hover {
	color: #fff;
	background-color: #009688;
	border-color: #009688;
}
.category-area.product-category2-area .container-fluid {
	padding: 0 60px;
}
@media only screen and (max-width: 479.98px) {
	.category-area.product-category2-area .container-fluid {
		padding: 0 15px;
	}
}
.category-area.product-category2-area .items-align {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media only screen and (max-width: 991px) {
	.category-area.product-category2-area .items-align {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: start;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
}
@media only screen and (max-width: 479.98px) {
	.category-area.product-category2-area .items-align {
		display: block;
	}
}
.category-area.product-category2-area .items-align .align-left {
	padding: 0 0 0 58px;
	max-width: 34%;
}
@media only screen and (max-width: 991px) {
	.category-area.product-category2-area .items-align .align-left {
		padding-left: 0;
		width: 30%;
	}
}
@media only screen and (max-width: 479.98px) {
	.category-area.product-category2-area .items-align .align-left {
		margin-top: 70px;
		max-width: none;
		width: 100%;
	}
}
.category-area.product-category2-area .items-align .align-right {
	max-width: 66%;
}
@media only screen and (max-width: 991px) {
	.category-area.product-category2-area .items-align .align-right {
		max-width: none;
		padding-left: 60px;
		width: 70%;
	}
}
@media only screen and (max-width: 575px) {
	.category-area.product-category2-area .items-align .align-right {
		padding-left: 30px;
	}
}
@media only screen and (max-width: 479.98px) {
	.category-area.product-category2-area .items-align .align-right {
		padding-left: 0;
		width: 100%;
	}
}
.category-area.product-category2-area .items-align .align-right .product-item {
	margin-bottom: 21px;
}
.category-area.product-category2-area .items-align .align-right .product-item .product-info .content-inner .title {
	font-size: 18px;
	font-weight: 400;
	letter-spacing: -0.36px;
	text-transform: uppercase;
}
@media only screen and (max-width: 1199px) {
	.category-area.product-category2-area .items-align .align-right .product-item .product-info .content-inner .title {
		font-size: 14px;
	}
}
.category-area.product-category2-area .items-align .align-right .product-item .product-info .content-inner .title a {
	color: #000000;
}
.category-area.product-category2-area .items-align .align-right .product-item .product-info .content-inner .title a:hover {
	color: #009688;
}
.category-area.product-category2-area .items-align .align-right .product-item .product-info .content-inner .prices .price {
	color: #000000;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 5px;
}
@media only screen and (max-width: 1199px) {
	.category-area.product-category2-area .items-align .align-right .product-item .product-info .content-inner .prices .price {
		font-size: 15px;
	}
}
.category-area.product-category2-area .items-align .align-right .product-item .product-color-slect ul {
	margin-bottom: 0;
	margin-top: 9px;
}
.category-area.product-category2-area .items-align .align-right .product-item .product-color-slect ul li {
	cursor: pointer;
	display: inline-block;
	height: 15px;
	margin-right: 4px;
	position: relative;
	width: 15px;
}
.category-area.product-category2-area .items-align .align-right .product-item .product-color-slect ul li.bg-color-blue {
	background-color: #2253d8;
}
.category-area.product-category2-area .items-align .align-right .product-item .product-color-slect ul li.bg-color-brown {
	background-color: #c1972c;
}
.category-area.product-category2-area .items-align .align-right .product-item .product-color-slect ul li.bg-color-violet {
	background-color: #b524e5;
}
.category-area.product-category2-area .items-align .align-right .btn-theme:hover {
	color: #fff;
	background-color: #009688;
	border-color: #009688;
}
.category-area.product-category3-area {
	padding: 100px 0 100px;
}
@media only screen and (max-width: 991px) {
	.category-area.product-category3-area {
		padding: 90px 0 90px;
	}
}
@media only screen and (max-width: 767px) {
	.category-area.product-category3-area {
		padding: 70px 0 70px;
	}
}
.category-area.product-category3-area .container-fluid {
	padding: 0 60px;
}
@media only screen and (max-width: 479.98px) {
	.category-area.product-category3-area .container-fluid {
		padding: 0 15px;
	}
}
.category-area.product-category3-area .items-align {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media only screen and (max-width: 991px) {
	.category-area.product-category3-area .items-align {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: start;
	}
}
@media only screen and (max-width: 479.98px) {
	.category-area.product-category3-area .items-align {
		display: block;
	}
}
.category-area.product-category3-area .items-align .align-left {
	width: 30%;
}
@media only screen and (max-width: 479.98px) {
	.category-area.product-category3-area .items-align .align-left {
		margin-bottom: 40px;
		width: 100%;
	}
}
.category-area.product-category3-area .items-align .align-right {
	padding: 0 0 0 60px;
	width: 70%;
}
@media only screen and (max-width: 575px) {
	.category-area.product-category3-area .items-align .align-right {
		padding-left: 30px;
	}
}
@media only screen and (max-width: 479.98px) {
	.category-area.product-category3-area .items-align .align-right {
		padding: 0;
		width: 100%;
	}
}
.category-area.product-category3-area .items-align .align-right .product-item {
	margin-bottom: 21px;
}
.category-area.product-category3-area .items-align .align-right .product-item .product-info .content-inner .title {
	font-size: 18px;
	font-weight: 400;
	letter-spacing: -0.36px;
	text-transform: uppercase;
}
@media only screen and (max-width: 1199px) {
	.category-area.product-category3-area .items-align .align-right .product-item .product-info .content-inner .title {
		font-size: 14px;
	}
}
.category-area.product-category3-area .items-align .align-right .product-item .product-info .content-inner .title a {
	color: #000000;
}
.category-area.product-category3-area .items-align .align-right .product-item .product-info .content-inner .title a:hover {
	color: #009688;
}
.category-area.product-category3-area .items-align .align-right .product-item .product-info .content-inner .prices .price {
	color: #000000;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 5px;
}
@media only screen and (max-width: 1199px) {
	.category-area.product-category3-area .items-align .align-right .product-item .product-info .content-inner .prices .price {
		font-size: 15px;
	}
}
.category-area.product-category3-area .items-align .align-right .product-item .product-color-slect ul {
	margin-bottom: 0;
	margin-top: 9px;
}
.category-area.product-category3-area .items-align .align-right .product-item .product-color-slect ul li {
	cursor: pointer;
	display: inline-block;
	height: 15px;
	margin-right: 4px;
	position: relative;
	width: 15px;
}
.category-area.product-category3-area .items-align .align-right .product-item .product-color-slect ul li.bg-color-blue {
	background-color: #2253d8;
}
.category-area.product-category3-area .items-align .align-right .product-item .product-color-slect ul li.bg-color-brown {
	background-color: #c1972c;
}
.category-area.product-category3-area .items-align .align-right .product-item .product-color-slect ul li.bg-color-violet {
	background-color: #b524e5;
}
.category-area.product-category3-area .items-align .align-right .btn-theme:hover {
	color: #fff;
	background-color: #009688;
	border-color: #009688;
}
.category-area.product-category4-area {
	padding: 0 0 100px;
}
@media only screen and (max-width: 991px) {
	.category-area.product-category4-area {
		padding: 0 0 90px;
	}
}
@media only screen and (max-width: 991px) {
	.category-area.product-category4-area {
		padding: 0 0 70px;
	}
}
.category-area.product-category4-area .container-fluid {
	padding: 0 60px;
}
@media only screen and (max-width: 479.98px) {
	.category-area.product-category4-area .container-fluid {
		padding: 0 15px;
	}
}
.category-area.product-category4-area .items-align {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media only screen and (max-width: 991px) {
	.category-area.product-category4-area .items-align {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: start;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
}
@media only screen and (max-width: 479.98px) {
	.category-area.product-category4-area .items-align {
		display: block;
	}
}
.category-area.product-category4-area .items-align .align-left {
	padding: 0 0 0 58px;
	max-width: 34%;
}
@media only screen and (max-width: 991px) {
	.category-area.product-category4-area .items-align .align-left {
		padding-left: 0;
		width: 30%;
	}
}
@media only screen and (max-width: 479.98px) {
	.category-area.product-category4-area .items-align .align-left {
		margin-top: 40px;
		max-width: none;
		width: 100%;
	}
}
.category-area.product-category4-area .items-align .align-right {
	max-width: 66%;
	position: relative;
	top: -4px;
}
@media only screen and (max-width: 991px) {
	.category-area.product-category4-area .items-align .align-right {
		max-width: none;
		padding-left: 60px;
		top: 0;
		width: 70%;
	}
}
@media only screen and (max-width: 575px) {
	.category-area.product-category4-area .items-align .align-right {
		padding-left: 30px;
	}
}
@media only screen and (max-width: 479.98px) {
	.category-area.product-category4-area .items-align .align-right {
		padding-left: 0;
		width: 100%;
	}
}
.category-area.product-category4-area .items-align .align-right .product-item {
	margin-bottom: 25px;
}
.category-area.product-category4-area .items-align .align-right .product-item .product-info .content-inner .title {
	font-size: 18px;
	font-weight: 400;
	letter-spacing: -0.36px;
	text-transform: uppercase;
}
@media only screen and (max-width: 1199px) {
	.category-area.product-category4-area .items-align .align-right .product-item .product-info .content-inner .title {
		font-size: 14px;
	}
}
.category-area.product-category4-area .items-align .align-right .product-item .product-info .content-inner .title a {
	color: #000000;
}
.category-area.product-category4-area .items-align .align-right .product-item .product-info .content-inner .title a:hover {
	color: #009688;
}
.category-area.product-category4-area .items-align .align-right .product-item .product-info .content-inner .prices .price {
	color: #000000;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 5px;
}
@media only screen and (max-width: 1199px) {
	.category-area.product-category4-area .items-align .align-right .product-item .product-info .content-inner .prices .price {
		font-size: 15px;
	}
}
.category-area.product-category4-area .items-align .align-right .product-item .product-color-slect ul {
	margin-bottom: 0;
	margin-top: 9px;
}
.category-area.product-category4-area .items-align .align-right .product-item .product-color-slect ul li {
	cursor: pointer;
	display: inline-block;
	height: 15px;
	margin-right: 4px;
	position: relative;
	width: 15px;
}
.category-area.product-category4-area .items-align .align-right .product-item .product-color-slect ul li.bg-color-blue {
	background-color: #2253d8;
}
.category-area.product-category4-area .items-align .align-right .product-item .product-color-slect ul li.bg-color-brown {
	background-color: #c1972c;
}
.category-area.product-category4-area .items-align .align-right .product-item .product-color-slect ul li.bg-color-violet {
	background-color: #b524e5;
}
.category-area.product-category4-area .items-align .align-right .btn-theme:hover {
	color: #fff;
	background-color: #009688;
	border-color: #009688;
}
.category-area.product-category5-area {
	padding: 100px 0 87px;
}
@media only screen and (max-width: 991px) {
	.category-area.product-category5-area {
		padding: 60px 0 50px;
	}
}
.category-area.product-category5-area .section-title .title {
	font-size: 28px;
	letter-spacing: -0.56px;
	margin-bottom: 63px;
}
.category-area.product-category5-area .product-item .product-info {
	display: block;
}
.category-area.product-category5-area .product-item .product-info .content-inner {
	text-align: center;
}
.category-area.product-category5-area .product-item .product-color-slect ul {
	margin-bottom: 0;
	margin-top: 2px;
	text-align: center;
}
.category-area.product-category5-area .product-item .product-color-slect ul li {
	cursor: pointer;
	display: inline-block;
	height: 15px;
	margin-right: 4px;
	position: relative;
	width: 15px;
}
.category-area.product-category5-area .product-item .product-color-slect ul li.bg-color-brown {
	background-color: #c1972c;
}
.category-area.product-category5-area .product-item .product-color-slect ul li.bg-color-red {
	background-color: #dd3333;
}
.category-area.product-category5-area .product-item .product-color-slect ul li.bg-color-violet {
	background-color: #b524e5;
}
.category-area.product-category5-area .product-item .product-size-slect ul {
	margin-bottom: 0;
	margin-top: 1px;
	text-align: center;
}
.category-area.product-category5-area .product-item .product-size-slect ul li {
	color: #000;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	margin-right: 4px;
	position: relative;
}
.category-area.product-collection-area {
	padding: 80px 72px 80px 73px;
}
@media only screen and (max-width: 479.98px) {
	.category-area.product-collection-area {
		padding: 80px 15px 40px;
	}
}
.category-area.product-collection-area .items-align {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media only screen and (max-width: 1199px) {
	.category-area.product-collection-area .items-align {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: start;
	}
}
@media only screen and (max-width: 575px) {
	.category-area.product-collection-area .items-align {
		display: block;
	}
}
.category-area.product-collection-area .items-align .align-left {
	width: 27%;
}
@media only screen and (max-width: 767px) {
	.category-area.product-collection-area .items-align .align-left {
		padding-right: 30px;
		width: 40%;
	}
}
@media only screen and (max-width: 575px) {
	.category-area.product-collection-area .items-align .align-left {
		padding-right: 0;
		width: 100%;
	}
}
.category-area.product-collection-area .items-align .align-right {
	padding: 0 0 0 60px;
	width: 73%;
}
@media only screen and (max-width: 767px) {
	.category-area.product-collection-area .items-align .align-right {
		padding: 0;
		width: 60%;
	}
}
@media only screen and (max-width: 575px) {
	.category-area.product-collection-area .items-align .align-right {
		width: 100%;
	}
}
.category-area.product-collection-area .items-align .align-right .product-item {
	margin-bottom: 13px;
}
@media only screen and (max-width: 575px) {
	.category-area.product-collection-area .items-align .align-right .product-item {
		margin-bottom: 30px;
	}
}
.category-area.product-collection-area .items-align .align-right .product-item .product-thumb .product-action.action-style3 a {
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	width: 30px;
}
.category-area.product-collection-area .items-align .align-right .product-item .product-info .content-inner .title {
	font-size: 16px;
	font-weight: 600;
	font-family: "Montserrat", sans-serif;
	text-transform: capitalize;
}
.category-area.product-collection-area .items-align .align-right .product-item .product-info .content-inner .title a {
	color: #000000;
}
.category-area.product-collection-area .items-align .align-right .product-item .product-info .content-inner .title a:hover {
	color: #009688;
}
.category-area.product-collection-area .items-align .align-right .product-item .product-info .content-inner .prices .price {
	color: #009688;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 5px;
}
.category-area.product-collection-area-style1 {
	padding: 80px 73px 80px 73px;
}
@media only screen and (max-width: 479.98px) {
	.category-area.product-collection-area-style1 {
		padding: 80px 15px;
	}
}
.category-area.product-collection-area-style1 .items-align {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media only screen and (max-width: 1199px) {
	.category-area.product-collection-area-style1 .items-align {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: start;
	}
}
@media only screen and (max-width: 575px) {
	.category-area.product-collection-area-style1 .items-align {
		display: block;
	}
}
.category-area.product-collection-area-style1 .items-align .align-left {
	width: 27%;
}
@media only screen and (max-width: 767px) {
	.category-area.product-collection-area-style1 .items-align .align-left {
		width: 40%;
	}
}
@media only screen and (max-width: 575px) {
	.category-area.product-collection-area-style1 .items-align .align-left {
		width: 100%;
	}
}
.category-area.product-collection-area-style1 .items-align .align-right {
	padding-right: 59px;
	width: 73%;
}
@media only screen and (max-width: 767px) {
	.category-area.product-collection-area-style1 .items-align .align-right {
		padding-right: 30px;
		width: 60%;
	}
}
@media only screen and (max-width: 575px) {
	.category-area.product-collection-area-style1 .items-align .align-right {
		padding-right: 0;
		width: 100%;
	}
}
.category-area.product-collection-area-style1 .items-align .align-right .product-item {
	margin-bottom: 13px;
}
@media only screen and (max-width: 575px) {
	.category-area.product-collection-area-style1 .items-align .align-right .product-item {
		margin-bottom: 30px;
	}
}
.category-area.product-collection-area-style1 .items-align .align-right .product-item .product-thumb .product-action.action-style3 a {
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	width: 30px;
}
.category-area.product-collection-area-style1 .items-align .align-right .product-item .product-info .content-inner .title {
	font-size: 16px;
	font-weight: 600;
	font-family: "Montserrat", sans-serif;
	text-transform: capitalize;
}
.category-area.product-collection-area-style1 .items-align .align-right .product-item .product-info .content-inner .title a {
	color: #000000;
}
.category-area.product-collection-area-style1 .items-align .align-right .product-item .product-info .content-inner .title a:hover {
	color: #009688;
}
.category-area.product-collection-area-style1 .items-align .align-right .product-item .product-info .content-inner .prices .price {
	color: #009688;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 5px;
}
.category-item {
	position: relative;
}
.category-item .thumb {
	overflow: hidden;
	position: relative;
}
.category-item .thumb:after {
	background-color: #009688;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.1;
	position: absolute;
	top: 0;
	width: 100%;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}
.category-item .thumb img {
	width: 100%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.category-item .content {
	position: absolute;
	text-align: center;
	top: 50%;
	width: 100%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}
.category-item .content .inner-content .title {
	color: #fff;
	font-size: 32px;
	font-family: "Poppins", sans-serif;
	text-transform: uppercase;
	transform: translate(0, 140%);
	-webkit-transform: translate(0, 140%);
	-moz-transform: translate(0, 140%);
	-ms-transform: translate(0, 140%);
	-o-transform: translate(0, 140%);
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}
@media only screen and (max-width: 1199px) {
	.category-item .content .inner-content .title {
		font-size: 20px;
		margin-bottom: 0;
	}
}
.category-item .content .inner-content .meta {
	margin-bottom: 19px;
	opacity: 0;
	visibility: hidden;
	transform: translate(0, 70%);
	-webkit-transform: translate(0, 70%);
	-moz-transform: translate(0, 70%);
	-ms-transform: translate(0, 70%);
	-o-transform: translate(0, 70%);
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}
.category-item .content .inner-content .meta a {
	color: #fff;
	font-size: 18px;
	margin: 5px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}
@media only screen and (max-width: 1199px) {
	.category-item .content .inner-content .meta a {
		font-size: 15px;
	}
}
.category-item .content .inner-content .meta a:hover {
	color: #009688;
}
.category-item .content .inner-content .btn-theme {
	visibility: hidden;
	opacity: 0;
	transform: translate(0, 70%);
	-webkit-transform: translate(0, 70%);
	-moz-transform: translate(0, 70%);
	-ms-transform: translate(0, 70%);
	-o-transform: translate(0, 70%);
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}
.category-item .content .inner-content .btn-theme:hover {
	background-color: #000000;
	border-color: #000000;
}
.category-item:hover .thumb:after {
	opacity: 0.6;
}
.category-item:hover .thumb img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.category-item:hover .content .inner-content .title {
	opacity: 1;
	visibility: visible;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
}
.category-item:hover .content .inner-content .meta {
	opacity: 1;
	visibility: visible;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
}
.category-item:hover .content .inner-content .btn-theme {
	opacity: 1;
	visibility: visible;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
}
.category-items-style2 .category-item {
	margin-bottom: 6px;
}
.category-items-style2 .category-item .thumb {
	position: relative;
}
.category-items-style2 .category-item .thumb:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	opacity: 0.6;
	-webkit-transition: opacity 0.5s cubic-bezier(0.21, 0.75, 0.27, 0.96);
	transition: opacity 0.5s cubic-bezier(0.21, 0.75, 0.27, 0.96);
	pointer-events: none;
	background-color: #9771B0;
	z-index: 9;
}
.category-items-style2 .category-item .thumb:after {
	display: none;
}
.category-items-style2 .category-item .content {
	pointer-events: none;
	top: calc(50% - 1px);
	z-index: 10;
}
.category-items-style2 .category-item .content .title {
	color: #fff;
	font-size: 40px;
	font-weight: 700;
	line-height: 1;
	margin: 0;
	opacity: 0.5;
	-webkit-transition: opacity 0.5s cubic-bezier(0.21, 0.75, 0.27, 0.96);
	transition: opacity 0.5s cubic-bezier(0.21, 0.75, 0.27, 0.96);
}
.category-items-style2 .category-item:hover .thumb:before {
	opacity: 0;
}
.category-items-style2 .category-item:hover .content .title {
	opacity: 1;
}
.category-items-style3 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media only screen and (max-width: 767px) {
	.category-items-style3 {
		display: block;
	}
}
.category-items-style3 .align-left-style {
	width: 54%;
}
@media only screen and (max-width: 767px) {
	.category-items-style3 .align-left-style {
		margin-bottom: 30px;
		padding: 0 30px;
		width: 100%;
	}
}
@media only screen and (max-width: 575px) {
	.category-items-style3 .align-left-style {
		padding: 0;
	}
}
.category-items-style3 .align-right-style {
	padding-left: 50px;
	position: relative;
	width: 46%;
}
@media only screen and (max-width: 767px) {
	.category-items-style3 .align-right-style {
		padding: 0 30px;
		width: 100%;
	}
}
@media only screen and (max-width: 575px) {
	.category-items-style3 .align-right-style {
		padding: 0;
	}
}
.category-items-style3 .align-right-style:before {
	background-color: rgba(175, 225, 213, 0.34);
	bottom: 60px;
	content: "";
	height: 500px;
	position: absolute;
	right: 0;
	width: 180%;
	z-index: -1;
}
@media only screen and (max-width: 1199px) {
	.category-items-style3 .align-right-style:before {
		height: 400px;
	}
}
@media only screen and (max-width: 991px) {
	.category-items-style3 .align-right-style:before {
		bottom: 60px;
		height: 300px;
	}
}
@media only screen and (max-width: 767px) {
	.category-items-style3 .align-right-style:before {
		display: none;
	}
}
.category-items-style3 .align-right-style .category-item {
	margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
	.category-items-style3 .align-right-style .category-item {
		margin-bottom: 30px;
	}
}
.category-items-style3 .align-right-style .category-item:last-child {
	display: inline-block;
	margin-bottom: 0;
	width: 80%;
}
@media only screen and (max-width: 767px) {
	.category-items-style3 .align-right-style .category-item:last-child {
		width: 100%;
	}
}
.category-items-style3 .category-item {
	margin-bottom: 6px;
}
.category-items-style3 .category-item .thumb {
	position: relative;
}
.category-items-style3 .category-item .thumb:before {
	background-color: #000;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 9;
	transition: 0.35s;
	-webkit-transition: 0.35s;
	-moz-transition: 0.35s;
	-ms-transition: 0.35s;
	-o-transition: 0.35s;
}
.category-items-style3 .category-item .thumb:after {
	display: none;
}
.category-items-style3 .category-item .content {
	pointer-events: none;
	top: calc(50% - 1px);
	z-index: 10;
}
.category-items-style3 .category-item .content .title {
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-size: 30px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1;
	margin: 0;
	opacity: 0;
	-webkit-transition: opacity 0.5s cubic-bezier(0.21, 0.75, 0.27, 0.96);
	transition: opacity 0.5s cubic-bezier(0.21, 0.75, 0.27, 0.96);
	text-transform: uppercase;
	transform: translate(-50px, 0);
	-webkit-transform: translate(-50px, 0);
	-moz-transform: translate(-50px, 0);
	-ms-transform: translate(-50px, 0);
	-o-transform: translate(-50px, 0);
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}
@media only screen and (max-width: 767px) {
	.category-items-style3 .category-item .content .title {
		font-size: 16px;
	}
}
.category-items-style3 .category-item .content .title i {
	margin-left: 8px;
}
.category-items-style3 .category-item:hover .thumb:before {
	opacity: 0.6;
}
.category-items-style3 .category-item:hover .thumb img {
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
}
.category-items-style3 .category-item:hover .content .title {
	opacity: 1;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
}
.category-items-style4 .category-item {
	margin-bottom: 6px;
}
.category-items-style4 .category-item .thumb {
	position: relative;
}
.category-items-style4 .category-item .thumb:before {
	background-color: #000;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 9;
	transition: 0.35s;
	-webkit-transition: 0.35s;
	-moz-transition: 0.35s;
	-ms-transition: 0.35s;
	-o-transition: 0.35s;
}
.category-items-style4 .category-item .thumb:after {
	display: none;
}
.category-items-style4 .category-item .content {
	pointer-events: none;
	top: calc(50% - 1px);
	z-index: 10;
}
.category-items-style4 .category-item .content .title {
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-size: 40px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1;
	margin: 0;
	opacity: 0;
	text-transform: uppercase;
	transform: translate(0, 50px);
	-webkit-transform: translate(0, 50px);
	-moz-transform: translate(0, 50px);
	-ms-transform: translate(0, 50px);
	-o-transform: translate(0, 50px);
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}
@media only screen and (max-width: 767px) {
	.category-items-style4 .category-item .content .title {
		font-size: 30px;
	}
}
.category-items-style4 .category-item:hover .thumb:before {
	opacity: 0.4;
}
.category-items-style4 .category-item:hover .thumb img {
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
}
.category-items-style4 .category-item:hover .content .title {
	opacity: 1;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
}
.category-items-style5 .category-item .thumb {
	border-radius: 50%;
}
.category-items-style5 .category-item .thumb:after {
	background-color: #222;
	content: "";
	opacity: 0;
	position: absolute;
}
.category-items-style5 .category-item .thumb .btn-theme {
	border-color: #fff;
	display: inline-block;
	color: #fff;
	top: 50%;
	left: 50%;
	margin-top: 50px;
	opacity: 0;
	position: absolute;
	text-transform: uppercase;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1;
}
@media only screen and (max-width: 991px) {
	.category-items-style5 .category-item .thumb .btn-theme {
		font-size: 14px;
		padding: 7px 15px;
	}
}
.category-items-style5 .category-item .thumb .btn-theme:hover {
	background-color: transparent;
}
.category-items-style5 .category-item .thumb:hover:after {
	opacity: 0.4;
}
.category-items-style5 .category-item .thumb:hover .btn-theme {
	margin-top: 0;
	opacity: 1;
}
.category-items-style5 .category-item .content {
	position: relative;
}
.category-items-style5 .category-item .content .title {
	margin-top: 54px;
	font-size: 40px;
	font-style: italic;
	font-weight: 700;
	letter-spacing: -0.8px;
	line-height: 40px;
}
@media only screen and (max-width: 1199px) {
	.category-items-style5 .category-item .content .title {
		font-size: 24px;
	}
}
.category-items-style5 .category-item .content .title a {
	color: #000000;
}
.category-items-style5 .category-item .content .title-shadow {
	color: #A64637;
	font-size: 50px;
	font-style: italic;
	font-weight: 700;
	line-height: 50px;
	margin-top: -32px;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: currentColor;
}
@media only screen and (max-width: 1199px) {
	.category-items-style5 .category-item .content .title-shadow {
		font-size: 30px;
	}
}
.category-items-style5 .category-item .content .title-shadow a {
	color: #A64637;
}
.category-items-style6 {
	position: relative;
}
.category-items-style6 .category-item {
	margin-bottom: 0;
}
.category-items-style6 .category-item .thumb {
	position: relative;
}
.category-items-style6 .category-item .thumb:before {
	background-color: #222;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.5;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 9;
	transition: 0.35s;
	-webkit-transition: 0.35s;
	-moz-transition: 0.35s;
	-ms-transition: 0.35s;
	-o-transition: 0.35s;
}
.category-items-style6 .category-item .thumb:after {
	display: none;
}
.category-items-style6 .category-item .content {
	pointer-events: none;
	top: calc(50% - 2px);
	z-index: 10;
}
.category-items-style6 .category-item .content .title {
	color: #fff;
	font-family: "Poppins", sans-serif;
	font-size: 26px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1;
	margin: 0;
	opacity: 1;
	text-transform: uppercase;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}
@media only screen and (max-width: 991px) {
	.category-items-style6 .category-item .content .title {
		font-size: 16px;
	}
}
.category-items-style6 .category-item:hover .thumb:before {
	opacity: 0.4;
}
.category-items-style6 .category-item:hover .thumb img {
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
}
.category-items-style6 .category-item:hover .content .title {
	opacity: 1;
	transform: translate(0, 30px);
	-webkit-transform: translate(0, 30px);
	-moz-transform: translate(0, 30px);
	-ms-transform: translate(0, 30px);
	-o-transform: translate(0, 30px);
}
.category-items-style7 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	position: relative;
}
.category-items-style7 .category-item {
	margin-bottom: 6px;
}
.category-items-style7 .category-item .thumb {
	position: relative;
}
.category-items-style7 .category-item .thumb:before {
	background-color: #000;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 9;
	transition: 0.35s;
	-webkit-transition: 0.35s;
	-moz-transition: 0.35s;
	-ms-transition: 0.35s;
	-o-transition: 0.35s;
}
.category-items-style7 .category-item .thumb:after {
	display: none;
}
.category-items-style7 .category-item:hover .thumb:before {
	opacity: 0.4;
}
.category-items-style7 .category-item:hover .thumb img {
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
}
.category-items-style7 .category-item.item-one {
	max-width: 54%;
	width: 100%;
}
.category-items-style7 .category-item.item-two {
	max-width: 60%;
	position: absolute;
	right: 60%;
	top: 0;
	width: 100%;
}
.category-items-style7 .category-item.item-three {
	bottom: 0;
	max-width: 32%;
	position: absolute;
	right: 60%;
	width: 100%;
}
.category-items-style8 .category-item .thumb:after {
	display: none;
}
.category-items-style8 .category-item .thumb a img {
	-webkit-transform: none;
	transform: none;
}
.category-items-style8 .category-item .content {
	position: relative;
	-webkit-transform: none;
	transform: none;
	top: 0;
}
.category-items-style8 .category-item .content .inner-content .title {
	color: #000000;
	font-size: 36px;
	font-weight: 500;
	font-family: "Taviraj", serif;
	letter-spacing: -0.72px;
	margin-top: 30px;
	-webkit-transform: none;
	transform: none;
	text-transform: capitalize;
}
@media only screen and (max-width: 1399px) {
	.category-items-style8 .category-item .content .inner-content .title {
		font-size: 30px;
	}
}
@media only screen and (max-width: 991px) {
	.category-items-style8 .category-item .content .inner-content .title {
		font-size: 22px;
		margin-bottom: 10px;
		margin-top: 20px;
	}
}
.category-items-style8 .category-item .content .inner-content p {
	color: #444;
	font-size: 20px;
	font-weight: 300;
	font-family: "Prompt", sans-serif;
}
@media only screen and (max-width: 1399px) {
	.category-items-style8 .category-item .content .inner-content p {
		font-size: 18px;
	}
	.category-items-style8 .category-item .content .inner-content p br {
		display: none;
	}
}
@media only screen and (max-width: 991px) {
	.category-items-style8 .category-item .content .inner-content p {
		font-size: 16px;
		line-height: 1.4;
	}
}
@media only screen and (max-width: 991px) {
	.category-items-style9 .category-item {
		margin-bottom: 36px;
	}
}
.category-items-style9 .category-item .thumb:after {
	display: none;
}
.category-items-style9 .category-item .thumb img {
	width: 100%;
}
.category-items-style9 .category-item .thumb .category-banner-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.category-items-style9 .category-item .content {
	top: auto;
	bottom: 0;
}
.category-items-style9 .category-item .content .title {
	color: #fff;
	font-size: 30px;
	font-weight: 500;
	letter-spacing: -0.6px;
	margin-top: -25px;
	opacity: 0;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.category-items-style9 .category-item:hover .content .title {
	opacity: 1;
}
.category-items-style10 .category-item .thumb a img {
	-webkit-transform: none;
	transform: none;
}
.category-items-style10 .category-item .thumb:after {
	background-color: #000;
	content: "";
	opacity: 0;
	pointer-events: none;
}
.category-items-style10 .category-item .thumb .category-banner-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.category-items-style10 .category-item .content .title {
	color: #fff;
	font-size: 60px;
	font-weight: 500;
	margin-bottom: 30px;
}
@media only screen and (max-width: 1399px) {
	.category-items-style10 .category-item .content .title {
		font-size: 48px;
		margin-bottom: 20px;
	}
}
@media only screen and (max-width: 1199px) {
	.category-items-style10 .category-item .content .title {
		font-size: 38px;
		margin-bottom: 0;
	}
}
@media only screen and (max-width: 991px) {
	.category-items-style10 .category-item .content .title {
		font-size: 28px;
	}
}
.category-items-style10 .category-item .content .btn-theme {
	border-bottom: 1px solid #fff;
	background-color: transparent;
	font-size: 24px;
	font-weight: 300;
	font-family: "Prompt", sans-serif;
	line-height: 23px;
	padding: 0;
	text-transform: uppercase;
}
@media only screen and (max-width: 1199px) {
	.category-items-style10 .category-item .content .btn-theme {
		font-size: 16px;
	}
}
.category-items-style10 .category-item:hover .thumb:after {
	opacity: 0.4;
}
.category-items-style10 .category-item:hover .content .btn-theme {
	border: none;
}
@media only screen and (max-width: 767px) {
	.category-items-style11 .category-item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
}
.category-items-style11 .category-item .thumb:after {
	background-color: #000;
	content: "";
	opacity: 0;
}
.category-items-style11 .category-item .thumb a img {
	-webkit-transform: none;
	transform: none;
}
.category-items-style11 .category-item .thumb .category-banner-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.category-items-style11 .category-item .content {
	position: relative;
	-webkit-transform: none;
	transform: none;
	top: 0;
}
@media only screen and (max-width: 767px) {
	.category-items-style11 .category-item .content .inner-content {
		margin-bottom: 30px;
	}
}
.category-items-style11 .category-item .content .inner-content .title {
	color: #000000;
	font-size: 50px;
	font-weight: 500;
	font-family: "Taviraj", serif;
	letter-spacing: -1px;
	margin-top: 40px;
	-webkit-transform: none;
	transform: none;
	text-transform: capitalize;
}
@media only screen and (max-width: 1199px) {
	.category-items-style11 .category-item .content .inner-content .title {
		line-height: 1;
		font-size: 40px;
	}
}
@media only screen and (max-width: 767px) {
	.category-items-style11 .category-item .content .inner-content .title {
		font-size: 30px;
		margin-top: 0;
	}
}
.category-items-style11 .category-item .content .inner-content p {
	color: #000000;
	font-size: 20px;
	font-weight: 300;
	font-family: "Prompt", sans-serif;
	margin-bottom: 25px;
}
@media only screen and (max-width: 1199px) {
	.category-items-style11 .category-item .content .inner-content p {
		font-size: 16px;
		margin-bottom: 5px;
	}
}
.category-items-style11 .category-item .content .inner-content .btn-theme {
	border-bottom: 1px solid #000000;
	background-color: transparent;
	color: #000000;
	padding: 0;
	font-size: 20px;
	font-family: "Prompt", sans-serif;
	font-weight: 300;
	line-height: 1;
	text-transform: uppercase;
	-webkit-transform: none;
	transform: none;
	visibility: visible;
	opacity: 1;
}
@media only screen and (max-width: 1199px) {
	.category-items-style11 .category-item .content .inner-content .btn-theme {
		font-size: 16px;
	}
}
.category-items-style11 .category-item .content .inner-content .btn-theme:hover {
	border-color: transparent;
	color: #009688;
}
.category-items-style11 .category-item .content.content-style2 {
	margin-bottom: 60px;
}
@media only screen and (max-width: 1199px) {
	.category-items-style11 .category-item .content.content-style2 {
		margin-bottom: 40px;
	}
}
@media only screen and (max-width: 767px) {
	.category-items-style11 .category-item .content.content-style2 {
		margin-bottom: 0;
		margin-top: 30px;
	}
}
@media only screen and (max-width: 767px) {
	.category-items-style11 .category-item .content.content-style2 .inner-content {
		margin-bottom: 0;
	}
}
.category-items-style11 .category-item .content.content-style2 .inner-content .title {
	margin-top: -5px;
}
@media only screen and (max-width: 1199px) {
	.category-items-style11 .category-item .content.content-style2 .inner-content .title {
		margin-top: 0;
	}
}
.category-items-style11 .category-item:hover .thumb:after {
	opacity: 0.4;
}
.category-items-style12 .category-item .thumb:after {
	background-color: #000;
	opacity: 0;
}
.category-items-style12 .category-item .thumb img {
	-webkit-transform: none;
	transform: none;
}
.category-items-style12 .category-item .content {
	opacity: 0;
	transition: 0.35s;
	-webkit-transition: 0.35s;
	-moz-transition: 0.35s;
	-ms-transition: 0.35s;
	-o-transition: 0.35s;
}
.category-items-style12 .category-item .content .btn-theme {
	background-color: #bb7b1c;
	color: #fff;
	font-size: 16px;
	opacity: 0;
	padding: 10px 30px 9px 30px;
	letter-spacing: 1.6px;
	text-transform: uppercase;
	visibility: hidden;
	transform: translate(0, 50px);
	-webkit-transform: translate(0, 50px);
	-moz-transform: translate(0, 50px);
	-ms-transform: translate(0, 50px);
	-o-transform: translate(0, 50px);
	transition: 0.35s;
	-webkit-transition: 0.35s;
	-moz-transition: 0.35s;
	-ms-transition: 0.35s;
	-o-transition: 0.35s;
}
@media only screen and (max-width: 575px) {
	.category-items-style12 .category-item .content .btn-theme {
		font-size: 13px;
		padding: 7px 15px;
	}
}
.category-items-style12 .category-item:hover .thumb:after {
	opacity: 0.2;
}
.category-items-style12 .category-item:hover .content {
	opacity: 1;
}
.category-items-style12 .category-item:hover .content .btn-theme {
	opacity: 1;
	visibility: visible;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
}
.category-items-style13 .category-item .thumb:after {
	background-color: #000;
	content: "";
}
.category-items-style13 .category-item .thumb img {
	-webkit-transform: none;
	transform: none;
}
.category-items-style13 .category-item:hover .thumb:after {
	opacity: 0.2;
}
.category-items-style13 .content .btn-theme {
	background-color: #bb7b1c;
	color: #fff;
	font-size: 16px;
	padding: 10px 30px 9px 30px;
	letter-spacing: 1.6px;
	text-transform: uppercase;
}
.category-items-style14 .category-item .thumb:after {
	background-color: #000;
	opacity: 0;
}
.category-items-style14 .category-item .thumb img {
	-webkit-transform: none;
	transform: none;
}
.category-items-style14 .category-item .content {
	opacity: 1;
	transition: 0.35s;
	-webkit-transition: 0.35s;
	-moz-transition: 0.35s;
	-ms-transition: 0.35s;
	-o-transition: 0.35s;
}
.category-items-style14 .category-item .content .title {
	color: #fff;
	font-family: "Russo One", sans-serif;
	font-size: 60px;
	line-height: 1;
	transform: translate(0, -30px);
	-webkit-transform: translate(0, -30px);
	-moz-transform: translate(0, -30px);
	-ms-transform: translate(0, -30px);
	-o-transform: translate(0, -30px);
	transition: 0.35s;
	-webkit-transition: 0.35s;
	-moz-transition: 0.35s;
	-ms-transition: 0.35s;
	-o-transition: 0.35s;
}
@media only screen and (max-width: 1399px) {
	.category-items-style14 .category-item .content .title {
		font-size: 40px;
	}
}
@media only screen and (max-width: 991px) {
	.category-items-style14 .category-item .content .title {
		font-size: 22px;
		transform: translate(0, -5px);
		-webkit-transform: translate(0, -5px);
		-moz-transform: translate(0, -5px);
		-ms-transform: translate(0, -5px);
		-o-transform: translate(0, -5px);
	}
}
@media only screen and (max-width: 767px) {
	.category-items-style14 .category-item .content .title {
		font-size: 36px;
	}
}
.category-items-style14 .category-item .content .btn-theme {
	background-color: #fff;
	color: #000000;
	font-size: 18px;
	opacity: 1;
	padding: 17px 40px 16px;
	letter-spacing: 1.8px;
	text-transform: uppercase;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transition: 0.35s;
	-webkit-transition: 0.35s;
	-moz-transition: 0.35s;
	-ms-transition: 0.35s;
	-o-transition: 0.35s;
}
@media only screen and (max-width: 991px) {
	.category-items-style14 .category-item .content .btn-theme {
		font-size: 12px;
		padding: 7px 20px 6px;
	}
}
.category-items-style14 .category-item .content .btn-theme:hover {
	background-color: #bb7b1c;
	color: #fff;
}
.category-items-style14 .category-item:hover .thumb:after {
	opacity: 0.2;
}
.category-items-style14 .category-item:hover .content .title {
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
}
.category-items-style14 .category-item:hover .content .btn-theme {
	background-color: #bb7b1c;
	color: #fff;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
}
.category-items-style15 {
	position: relative;
}
.category-items-style15 .category-item {
	margin-bottom: 0;
}
.category-items-style15 .category-item .thumb {
	position: relative;
}
.category-items-style15 .category-item .thumb:before {
	background-color: #222;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 9;
	transition: 0.35s;
	-webkit-transition: 0.35s;
	-moz-transition: 0.35s;
	-ms-transition: 0.35s;
	-o-transition: 0.35s;
}
.category-items-style15 .category-item .thumb:after {
	display: none;
}
.category-items-style15 .category-item .content {
	pointer-events: none;
	top: calc(50% - 2px);
	z-index: 10;
}
.category-items-style15 .category-item .content .title {
	color: #fff;
	font-family: "Poppins", sans-serif;
	font-size: 50px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1;
	margin: 0;
	opacity: 1;
	text-transform: uppercase;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}
@media only screen and (max-width: 1199px) {
	.category-items-style15 .category-item .content .title {
		font-size: 30px;
	}
}
@media only screen and (max-width: 767px) {
	.category-items-style15 .category-item .content .title {
		font-size: 18px;
	}
}
@media only screen and (max-width: 575px) {
	.category-items-style15 .category-item .content .title {
		font-size: 36px;
	}
}
.category-items-style15 .category-item:hover .thumb:before {
	opacity: 0.2;
}
.category-items-style15 .category-item:hover .thumb img {
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
}
.category-items-style15 .category-item:hover .content .title {
	opacity: 1;
	transform: translate(0, 30px);
	-webkit-transform: translate(0, 30px);
	-moz-transform: translate(0, 30px);
	-ms-transform: translate(0, 30px);
	-o-transform: translate(0, 30px);
}
.category-masonry-style1 .masonry-item {
	margin-bottom: 6px;
	width: 24.987%;
}
@media only screen and (max-width: 991px) {
	.category-masonry-style1 .masonry-item {
		float: left;
		width: 49.8%;
	}
}
@media only screen and (max-width: 575px) {
	.category-masonry-style1 .masonry-item {
		width: 100%;
	}
}
.category-masonry-style1 .masonry-item.item-size2 {
	width: 34.94%;
}
@media only screen and (max-width: 991px) {
	.category-masonry-style1 .masonry-item.item-size2 {
		width: 49.8%;
	}
}
@media only screen and (max-width: 575px) {
	.category-masonry-style1 .masonry-item.item-size2 {
		width: 100%;
	}
}
.category-masonry-style1 .masonry-item.item-size3 {
	width: 39.969%;
}
@media only screen and (max-width: 991px) {
	.category-masonry-style1 .masonry-item.item-size3 {
		width: 49.8%;
	}
}
@media only screen and (max-width: 575px) {
	.category-masonry-style1 .masonry-item.item-size3 {
		width: 100%;
	}
}
.category-masonry-style1.row-gutter-6 {
	margin-right: -3px;
	margin-left: -3px;
}
.category-masonry-style1.row-gutter-6 [class*=masonry-] {
	padding-left: 3px;
	padding-right: 3px;
}
.category-slider-content .category-shop-slider-container {
	margin-right: 10%;
	overflow: visible;
}
@media only screen and (max-width: 575px) {
	.category-slider-content .category-shop-slider-container {
		margin-right: 0;
		overflow: hidden;
	}
}
.category-slider-content .category-shop-slider-container .swiper-button-next {
	background-color: #fff;
	border-radius: 50%;
	color: #000000;
	font-size: 20px;
	height: 50px;
	line-height: 50px;
	right: calc(-10% + 8px);
	text-align: center;
	top: calc(50% - 3px);
	width: 50px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 575px) {
	.category-slider-content .category-shop-slider-container .swiper-button-next {
		display: none;
	}
}
.category-slider-content .category-shop-slider-container .swiper-button-next:before {
	content: "";
	font-family: "LaStudioIcons";
}
.category-slider-content .category-shop-slider-container .swiper-button-next:after {
	display: none;
}
.category-slider-content .category-shop-slider-container .swiper-button-next:hover {
	background-color: #000000;
	color: #fff;
}
.collection-area.collection-winter-area {
	background-color: #eee;
	padding: 100px 0 94px;
}
@media only screen and (max-width: 767px) {
	.collection-area.collection-winter-area {
		padding: 80px 0 85px;
	}
}
.collection-area.collection-winter-area .container {
	max-width: 1640px;
	padding: 0;
}
@media (max-width: 1699px) {
	.collection-area.collection-winter-area .container {
		padding: 0 15px;
	}
}
.collection-area.collection-winter-area .align-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media only screen and (max-width: 767px) {
	.collection-area.collection-winter-area .align-items {
		display: block;
	}
}
.collection-area.collection-winter-area .align-items .col-left {
	width: 44%;
}
@media (max-width: 1699px) {
	.collection-area.collection-winter-area .align-items .col-left {
		width: 51%;
	}
}
@media only screen and (max-width: 767px) {
	.collection-area.collection-winter-area .align-items .col-left {
		margin-bottom: 50px;
		width: 100%;
	}
}
.collection-area.collection-winter-area .align-items .col-right {
	width: 56%;
}
@media (max-width: 1699px) {
	.collection-area.collection-winter-area .align-items .col-right {
		width: 49%;
	}
}
@media only screen and (max-width: 767px) {
	.collection-area.collection-winter-area .align-items .col-right {
		width: 100%;
	}
}
.collection-area.collection-winter-area .content {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
}
.collection-area.collection-winter-area .section-title {
	margin-bottom: 0;
	padding-top: 124px;
}
@media only screen and (max-width: 767px) {
	.collection-area.collection-winter-area .section-title {
		padding-top: 0;
	}
}
.collection-area.collection-winter-area .section-title .title {
	color: #A64637;
	font-size: 70px;
	font-style: italic;
	font-weight: 700;
	letter-spacing: -0.64px;
	line-height: 1;
	margin-bottom: 0;
	max-width: 468px;
	text-align: right;
	text-transform: uppercase;
}
@media (max-width: 1699px) {
	.collection-area.collection-winter-area .section-title .title {
		font-size: 54px;
	}
}
@media only screen and (max-width: 1199px) {
	.collection-area.collection-winter-area .section-title .title {
		font-size: 44px;
		padding-right: 100px;
	}
}
@media only screen and (max-width: 767px) {
	.collection-area.collection-winter-area .section-title .title {
		max-width: none;
		padding-left: 70px;
		text-align: left;
	}
}
@media only screen and (max-width: 479.98px) {
	.collection-area.collection-winter-area .section-title .title {
		font-size: 36px;
		padding-right: 0;
	}
}
@media only screen and (max-width: 359.98px) {
	.collection-area.collection-winter-area .section-title .title {
		font-size: 30px;
		padding-left: 50px;
	}
}
.collection-area.collection-winter-area .section-title .title span {
	padding-right: 9px;
	position: relative;
}
.collection-area.collection-winter-area .section-title .title span:before {
	background-color: #A64637;
	content: "";
	height: 1px;
	position: absolute;
	right: calc(100% + 10px);
	top: calc(50% - .5px);
	width: 150px;
}
@media only screen and (max-width: 767px) {
	.collection-area.collection-winter-area .section-title .title span:before {
		width: 70px;
	}
}
.collection-area.collection-winter-area .section-title p {
	color: #000000;
	font-size: 18px;
	line-height: 2;
	margin-bottom: 40px;
	margin-top: 40px;
}
@media only screen and (max-width: 1199px) {
	.collection-area.collection-winter-area .section-title p {
		font-size: 15px;
	}
}
@media only screen and (max-width: 575px) {
	.collection-area.collection-winter-area .section-title p {
		margin-bottom: 20px;
		margin-top: 25px;
	}
}
.collection-slider-area {
	margin-top: 100px;
}
@media only screen and (max-width: 991px) {
	.collection-slider-area {
		margin-top: 90px;
	}
}
@media only screen and (max-width: 575px) {
	.collection-slider-area {
		margin-top: 70px;
	}
}
.collection-slider-content .collection-slider-container .swiper-wrapper .swiper-slide-active .slider-item .bg-img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
	-webkit-animation-name: ken-burns-in;
	animation-name: ken-burns-in;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}
.collection-slider-content .collection-slider-container .swiper-wrapper .swiper-slide-active .slider-item .slider-content-area {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
	-webkit-animation-name: lafadeInUp;
	animation-name: lafadeInUp;
}
.collection-slider-content .collection-slider-container .swiper-wrapper .swiper-slide .slider-item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 800px;
}
@media only screen and (max-width: 1199px) {
	.collection-slider-content .collection-slider-container .swiper-wrapper .swiper-slide .slider-item {
		height: 570px;
	}
}
@media only screen and (max-width: 767px) {
	.collection-slider-content .collection-slider-container .swiper-wrapper .swiper-slide .slider-item {
		height: 470px;
	}
}
.collection-slider-content .collection-slider-container .swiper-wrapper .swiper-slide .slider-item .thumb {
	height: 100%;
	overflow: hidden;
	position: absolute;
	width: 64%;
	z-index: -1;
}
.collection-slider-content .collection-slider-container .swiper-wrapper .swiper-slide .slider-item .bg-thumb {
	background-position: top center;
	height: 100%;
	width: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-animation-duration: 20s;
	animation-duration: 20s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	transition: 10s;
	-webkit-transition: 10s;
	-moz-transition: 10s;
	-ms-transition: 10s;
	-o-transition: 10s;
}
.collection-slider-content .collection-slider-container .swiper-wrapper .swiper-slide .slider-item .slider-content-area {
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
	margin: 0 0 0 57%;
	max-width: 600px;
	padding: 70px;
	width: 100%;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
@media only screen and (max-width: 1399px) {
	.collection-slider-content .collection-slider-container .swiper-wrapper .swiper-slide .slider-item .slider-content-area {
		padding: 44px 48px;
	}
}
@media only screen and (max-width: 1199px) {
	.collection-slider-content .collection-slider-container .swiper-wrapper .swiper-slide .slider-item .slider-content-area {
		margin: 0 0 0 46%;
		padding: 35px 38px;
	}
}
@media only screen and (max-width: 767px) {
	.collection-slider-content .collection-slider-container .swiper-wrapper .swiper-slide .slider-item .slider-content-area {
		padding: 26px 28px;
	}
}
@media only screen and (max-width: 575px) {
	.collection-slider-content .collection-slider-container .swiper-wrapper .swiper-slide .slider-item .slider-content-area {
		margin: 0 0 0 10%;
	}
}
@media only screen and (max-width: 479.98px) {
	.collection-slider-content .collection-slider-container .swiper-wrapper .swiper-slide .slider-item .slider-content-area {
		margin: 0 15px 0 15px;
	}
}
.collection-slider-content .collection-slider-container .swiper-wrapper .swiper-slide .slider-item .slider-content-area .content span {
	color: #009688;
	display: inline-block;
	letter-spacing: 1.6px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
	.collection-slider-content .collection-slider-container .swiper-wrapper .swiper-slide .slider-item .slider-content-area .content span {
		font-size: 13px;
		margin-bottom: 4px;
	}
}
.collection-slider-content .collection-slider-container .swiper-wrapper .swiper-slide .slider-item .slider-content-area .content h2 {
	font-size: 36px;
	font-weight: 600;
	letter-spacing: -0.72px;
	margin-bottom: 25px;
}
@media only screen and (max-width: 1199px) {
	.collection-slider-content .collection-slider-container .swiper-wrapper .swiper-slide .slider-item .slider-content-area .content h2 {
		font-size: 30px;
		margin-bottom: 8px;
	}
}
@media only screen and (max-width: 767px) {
	.collection-slider-content .collection-slider-container .swiper-wrapper .swiper-slide .slider-item .slider-content-area .content h2 {
		font-size: 24px;
	}
}
.collection-slider-content .collection-slider-container .swiper-wrapper .swiper-slide .slider-item .slider-content-area .content p {
	margin: 0;
}
@media only screen and (max-width: 1199px) {
	.collection-slider-content .collection-slider-container .swiper-wrapper .swiper-slide .slider-item .slider-content-area .content p {
		font-size: 14px;
	}
}
.collection-slider-content .collection-slider-container .swiper-button-prev,
.collection-slider-content .collection-slider-container .swiper-button-next {
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}
.collection-slider-content .collection-slider-container .swiper-button-prev:before,
.collection-slider-content .collection-slider-container .swiper-button-next:before {
	content: "";
	font-family: "LaStudioIcons";
	font-size: 36px;
}
@media only screen and (max-width: 767px) {
	.collection-slider-content .collection-slider-container .swiper-button-prev:before,
	.collection-slider-content .collection-slider-container .swiper-button-next:before {
		font-size: 24px;
	}
}
.collection-slider-content .collection-slider-container .swiper-button-prev:after,
.collection-slider-content .collection-slider-container .swiper-button-next:after {
	display: none;
}
.collection-slider-content .collection-slider-container .swiper-button-prev:hover,
.collection-slider-content .collection-slider-container .swiper-button-next:hover {
	color: #009688;
}
.collection-slider-content .collection-slider-container .swiper-button-prev {
	color: #fff;
	left: calc(57% - 60px);
}
@media (max-width: 1599px) {
	.collection-slider-content .collection-slider-container .swiper-button-prev {
		left: auto;
		right: 82px;
		color: #c4c4c4;
		bottom: 0;
		top: auto;
	}
}
.collection-slider-content .collection-slider-container .swiper-button-prev:before {
	content: "";
}
.collection-slider-content .collection-slider-container .swiper-button-next {
	color: #c4c4c4;
	left: calc(57% + 631.5px);
	right: auto;
}
@media (max-width: 1599px) {
	.collection-slider-content .collection-slider-container .swiper-button-next {
		top: auto;
		bottom: 0;
		left: auto;
		right: 30px;
	}
}
.collection-slider-content .collection-slider-container .swiper-button-next:before {
	content: "";
}
.wishlist-item {
	margin-bottom: 30px;
}
.wishlist-item .wishlist-thumb {
	margin-bottom: 20px;
	position: relative;
}
.wishlist-item .wishlist-thumb img {
	width: 100%;
}
.wishlist-item .wishlist-thumb .ribbon {
	background-color: #000;
	border-radius: 3px;
	color: #fff;
	font-weight: 700;
	font-size: 12px;
	height: 25px;
	left: 9px;
	line-height: 25px;
	position: absolute;
	right: auto;
	text-align: center;
	top: 10px;
	width: 45px;
}
.wishlist-item .wishlist-thumb .ribbon.align-right {
	left: auto;
	right: 9px;
}
.wishlist-item .wishlist-thumb .ribbon.align-right-top {
	left: auto;
	right: 9px;
	top: 60px;
}
.wishlist-item .wishlist-thumb .ribbon-soldout {
	background-color: #009688;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 20px;
	font-weight: 700;
	height: 150px;
	left: 50%;
	line-height: 150px;
	opacity: 0.8;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 150px;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}
.wishlist-item .wishlist-thumb .wishlist-action {
	bottom: 20px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	left: auto;
	position: absolute;
	right: auto;
	text-align: center;
	width: 100%;
}
.wishlist-item .wishlist-thumb .wishlist-action a {
	background-color: #f1f1f1;
	border-radius: 2px;
	color: #313131;
	display: inline-block;
	font-size: 18px;
	height: 40px;
	line-height: 44px;
	margin: 0 2px;
	width: 40px;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transform: scale(0);
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
}
.wishlist-item .wishlist-thumb .wishlist-action a:hover {
	background-color: #009688;
	color: #fff;
}
.wishlist-item .wishlist-info {
	text-align: left;
}
.wishlist-item .wishlist-info .title {
	color: #6d6d6d;
	font-family: "Poppins", sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.2;
	margin-bottom: 6px;
}
.wishlist-item .wishlist-info .title a {
	color: #000000;
}
.wishlist-item .wishlist-info .title a:hover {
	color: #009688;
}
.wishlist-item .wishlist-info .btn-wishlist {
	color: #6d6d6d;
	font-size: 17px;
	font-weight: 700;
}
.wishlist-item .wishlist-info .prices {
	color: #000000;
	font-size: 14px;
	font-weight: 900;
}
.wishlist-item .wishlist-info .prices .price-old {
	color: #767575;
	margin-left: 2px;
}
.wishlist-item:hover .wishlist-thumb .wishlist-action a {
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
}
.offer-area {
	padding: 100px 0 18px;
}
@media only screen and (max-width: 575px) {
	.single-offer {
		margin-bottom: 30px;
	}
}
.single-offer .thumb {
	overflow: hidden;
}
.single-offer .thumb img {
	width: 100%;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}
.single-offer:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.product-tab-content .nav.nav-tabs-style1.nav-tabs {
	border: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 50px;
	text-align: center;
}
.product-tab-content .nav.nav-tabs-style1.nav-tabs .nav-item {
	margin-right: 0;
}
.product-tab-content .nav.nav-tabs-style1.nav-tabs .nav-item .nav-link {
	background-color: transparent;
	border: none;
	border-radius: 0;
	color: #999999;
	font-size: 18px;
	font-weight: 400;
	margin: 0;
	padding: 0 15px;
	position: relative;
	text-transform: uppercase;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}
@media only screen and (max-width: 991px) {
	.product-tab-content .nav.nav-tabs-style1.nav-tabs .nav-item .nav-link {
		font-size: 16px;
	}
}
@media only screen and (max-width: 479.98px) {
	.product-tab-content .nav.nav-tabs-style1.nav-tabs .nav-item .nav-link {
		font-size: 14px;
	}
}
.product-tab-content .nav.nav-tabs-style1.nav-tabs .nav-item .nav-link.active {
	color: #A64637;
}
.product-tab-content .nav.nav-tabs-style1.nav-tabs .nav-item .nav-link:hover {
	color: #A64637;
}
.product-tab-content .nav.nav-tabs-style1.nav-tabs .nav-item:last-child {
	margin-right: 0;
}
.product-tab-content .nav.nav-tabs-style1.nav-tabs.nav-tabs-style {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-top: -6px;
}
@media only screen and (max-width: 767px) {
	.product-tab-content .nav.nav-tabs-style1.nav-tabs.nav-tabs-style {
		margin-top: 0;
	}
}
.product-tab-content .nav.nav-tabs-style1.nav-tabs.nav-tabs-style .nav-item {
	display: block;
	margin-bottom: 38px;
	margin-right: 0;
	width: 100%;
}
@media only screen and (max-width: 1199px) {
	.product-tab-content .nav.nav-tabs-style1.nav-tabs.nav-tabs-style .nav-item {
		margin-bottom: 15px;
	}
}
@media only screen and (max-width: 991px) {
	.product-tab-content .nav.nav-tabs-style1.nav-tabs.nav-tabs-style .nav-item {
		margin-bottom: 10px;
	}
}
.product-tab-content .nav.nav-tabs-style1.nav-tabs.nav-tabs-style .nav-item .nav-link {
	padding: 0;
	text-align: left;
}
.product-tab-content .nav.nav-tabs-style1.nav-tabs.nav-tabs-style .nav-item .nav-link.active:after {
	display: none;
}
.product-tab-content .nav.nav-tabs-style1.nav-tabs.nav-tabs-style .nav-item:last-child {
	margin-bottom: 0;
}
.single-product-info {
	position: relative;
	padding-left: 15px;
}
@media only screen and (max-width: 991px) {
	.single-product-info {
		padding-left: 0;
	}
}
.single-product-info .title {
	color: #000000;
	font-size: 28px;
	font-weight: 600;
	letter-spacing: -0.56px;
	line-height: 1.2;
	margin-bottom: 5px;
}
.single-product-info .product-rating {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	float: right;
	position: relative;
	top: 8px;
}
@media only screen and (max-width: 767px) {
	.single-product-info .product-rating {
		display: block;
		float: none;
		top: 0;
	}
}
.single-product-info .product-rating .ratting-icons {
	margin-right: 6px;
}
.single-product-info .product-rating .ratting-icons i {
	color: #f5a623;
	font-size: 15px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: -2px;
}
.single-product-info .product-rating .ratting-icons i:last-child {
	margin-right: 0;
}
.single-product-info .product-rating .review {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.single-product-info .product-rating .review a {
	color: #444;
	font-size: 10px;
	font-weight: 400;
	line-height: 1;
	margin-right: 10px;
}
.single-product-info .product-rating .review p {
	color: #000000;
	display: contents;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.8;
}
.single-product-info .product-rating .review span {
	border-radius: 50%;
	border: 1px solid;
	color: #86BA45;
	display: inline-block;
	width: 15px;
	height: 15px;
	font-size: 8px;
	line-height: 14px;
	text-align: center;
	margin-left: 5px;
	margin-right: 5px;
}
.single-product-info .product-rating .review span:before {
	content: "";
	font-family: LaStudioIcons;
}
.single-product-info .prices {
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 21px;
	padding-bottom: 7px;
}
.single-product-info .prices span {
	color: #009688;
	font-size: 24px;
	font-weight: 400;
}
.single-product-info .prices .price-old2 {
	color: #a8a8a8;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	margin-right: 2px;
	text-decoration: line-through;
}
.single-product-info .product-sku {
	border-top: 1px solid #ebebeb;
	font-size: 14px;
	padding-top: 20px;
	margin-bottom: 5px;
}
.single-product-info .product-category {
	font-size: 14px;
	margin-bottom: 3px;
}
.single-product-info .product-category span {
	cursor: pointer;
}
.single-product-info .product-category span:hover {
	text-decoration: underline;
}
.single-product-info .widget {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.single-product-info .widget .title {
	color: #444;
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.8;
	margin-right: 5px;
	margin-top: 1px;
}
.single-product-info .widget .widget-tags ul {
	margin: 0;
}
.single-product-info .widget .widget-tags ul li {
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.8;
}
.single-product-info .widget .widget-tags ul li a {
	color: #444;
}
.single-product-info .widget .widget-tags ul li a:hover {
	text-decoration: underline;
}
.single-product-info .product-availability {
	font-size: 14px;
	margin-bottom: 8px;
}
.single-product-info .product-availability span {
	color: #009688;
}
.single-product-info .product-desc {
	color: #444;
	margin-bottom: 32px;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.8;
}
@media only screen and (max-width: 767px) {
	.single-product-info .product-desc {
		font-size: 15px;
	}
}
.single-product-info .product-meta {
	margin-bottom: 19px;
}
.single-product-info .product-meta .meta-item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: inline-block;
	margin-bottom: 15px;
	vertical-align: middle;
	width: 100%;
}
.single-product-info .product-meta .meta-item span {
	color: #000;
	display: inline-block;
	font-weight: 700;
	text-transform: uppercase;
	width: 100px;
}
.single-product-info .product-meta .meta-item form {
	display: inline-block;
	width: 81.82%;
}
.single-product-info .product-meta .meta-item form .form-group {
	margin-bottom: 0;
}
.single-product-info .product-meta .meta-item form .form-group .form-control {
	border: 1px solid #ddd;
	background-color: transparent;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #727883;
	display: block;
	font-size: 14px;
	height: 42px;
	padding: 5px 10px;
}
.single-product-info .product-meta .meta-item form .form-group .form-control option {
	font-size: 14px;
	color: #727883;
}
.single-product-info .product-meta .meta-item form .form-group .form-control:active, .single-product-info .product-meta .meta-item form .form-group .form-control:focus {
	border-color: #000;
}
.single-product-info .product-meta .meta-item form .form-group select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background-image: url("../img/icons/select-arrow.html");
	background-repeat: no-repeat;
	background-position: right center;
}
.single-product-info .product-action-size {
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.single-product-info .product-action-size .title {
	color: #444;
	display: block;
	font-size: 16px;
	font-weight: 400;
	margin: 0 70px 0 0;
	line-height: 1.8;
}
.single-product-info .product-action-size ul {
	margin-bottom: 5px;
}
.single-product-info .product-action-size ul li {
	display: inline-block;
	color: #444;
	cursor: pointer;
	font-size: 16px;
	border: 1px solid #E3E4E9;
	min-width: 40px;
	min-height: 40px;
	text-align: center;
	line-height: 40px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.single-product-info .product-action-size ul li:last-child {
	margin-right: 0;
}
.single-product-info .product-action-size ul li.active {
	border-color: #000;
}
.single-product-info .product-action-size ul li a {
	color: #444;
	display: block;
}
.single-product-info .product-action-color {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.single-product-info .product-action-color .title {
	color: #444;
	display: block;
	font-size: 16px;
	font-weight: 400;
	margin: 0 59px 0 0;
	line-height: 1.8;
}
.single-product-info .product-action-color ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 10px;
}
.single-product-info .product-action-color ul li {
	border: 1px solid #E3E4E9;
	cursor: pointer;
	display: inline-block;
	width: 40px;
	height: 40px;
	font-size: 0;
	position: relative;
	margin-right: 5px;
}
.single-product-info .product-action-color ul li a {
	display: block;
}
.single-product-info .product-action-color ul li.active:before {
	color: #fff;
	content: "";
	font-family: IcoFont;
	font-size: 20px;
	position: absolute;
	z-index: 9;
	left: 50%;
	top: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}
.single-product-info .product-action-color ul li.soldout:after, .single-product-info .product-action-color ul li.soldout:before {
	position: absolute;
	left: 43%;
	top: -10%;
	content: "";
	color: red;
	font-size: 40px;
	text-align: center;
	width: 2px;
	height: 32px;
	background: red;
	opacity: 0.5;
}
.single-product-info .product-action-color ul li.soldout:before {
	-webkit-transform: rotate(-40deg);
	transform: rotate(-40deg);
}
.single-product-info .product-action-color ul li.soldout:after {
	-webkit-transform: rotate(40deg);
	transform: rotate(40deg);
}
.single-product-info .product-action-color ul li.bg-color-purple {
	background-color: #800080;
}
.single-product-info .product-action-color ul li.bg-color-violet {
	background-color: #ee82ee;
}
.single-product-info .product-action-color ul li.bg-color-brown {
	background-color: #c1972c;
}
.single-product-info .product-action-color ul li.bg-color-black {
	background-color: #000000;
}
.single-product-info .product-action-color ul li.bg-color-pink {
	background-color: #ffc0cb;
}
.single-product-info .product-action-color ul li.bg-color-orange {
	background-color: #ffa500;
}
.single-product-info .product-action-color ul li.bg-color-red {
	background-color: #ff0000;
}
.single-product-info .product-action-color ul li.bg-color-green {
	background-color: #008000;
}
.single-product-info .product-action-color ul li.bg-color-blue {
	background-color: #0000ff;
}
.single-product-info .product-action-color ul li.bg-color-yellow {
	background-color: #ffff00;
}
.single-product-info .product-action-color ul li.bg-color-white {
	background-color: #ffffff;
}
.single-product-info .product-action-color ul li.bg-color-gold {
	background-color: #ffd700;
}
.single-product-info .product-action-color ul li.bg-color-gray {
	background-color: #808080;
}
.single-product-info .product-action-material .title {
	display: block;
	font-size: 13px;
	font-weight: 300;
	color: #777777;
	margin: 0 0 16px;
	line-height: 13px;
}
.single-product-info .product-action-material ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 24px;
}
.single-product-info .product-action-material ul li {
	cursor: pointer;
	width: 55px;
	height: 34px;
	line-height: 32px;
	font-size: 12px;
	color: #828495;
	border: 1px solid #E3E4E9;
	text-align: center;
	margin-right: 10px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.single-product-info .product-action-material ul li:last-child {
	margin-right: 0;
}
.single-product-info .product-action-material ul li.active {
	background-color: #000000;
	color: #ffffff;
	border: 1px solid #000000;
}
.single-product-info .product-action-material ul li:hover {
	background-color: #000000;
	color: #ffffff;
	border: 1px solid #000000;
}
.single-product-info .countdown-content {
	margin-bottom: 30px;
	margin-top: 5px;
}
.single-product-info .countdown-content .countdown-timer {
	bottom: auto;
	left: auto;
	position: relative;
}
.single-product-info .countdown-content .countdown-timer li {
	display: inline-block;
}
.single-product-info .quick-product-action {
	margin-bottom: 28px;
	margin-top: 0;
}
.single-product-info .quick-product-action .action-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 17px;
}
.single-product-info .quick-product-action .action-top .pro-qty-area {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin-right: 12px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.single-product-info .quick-product-action .action-top .pro-qty-area .qty-title {
	display: block;
	font-size: 13px;
	font-weight: 300;
	margin: 0 0 10px;
}
.single-product-info .quick-product-action .action-top .pro-qty-area .pro-qty {
	display: inline-block;
	position: relative;
}
.single-product-info .quick-product-action .action-top .pro-qty-area .pro-qty input {
	color: #666;
	border: none;
	text-align: center;
	font-size: 14px;
	width: 83px;
}
.single-product-info .quick-product-action .action-top .pro-qty-area .pro-qty .qty-btn {
	color: #666;
	font-size: 20px;
	font-weight: 400;
	position: absolute;
	text-align: center;
	line-height: 30px;
	width: 20px;
}
.single-product-info .quick-product-action .action-top .pro-qty-area .pro-qty .qty-btn.inc {
	right: 0;
}
.single-product-info .quick-product-action .action-top .pro-qty-area .pro-qty .qty-btn.dec {
	left: 0;
}
.single-product-info .quick-product-action .action-top .btn-theme {
	font-size: 16px;
	line-height: 30px;
	min-width: 230px;
	vertical-align: middle;
	font-weight: 400;
	padding: 15px 30px;
	text-align: center;
}
@media only screen and (max-width: 1199px) {
	.single-product-info .quick-product-action .action-top .btn-theme {
		min-width: 160px;
	}
}
.single-product-info .quick-product-action .action-top .btn-theme:hover {
	background-color: #009688;
}
.single-product-info .quick-product-action .action-bottom .btn.btn-black {
	border: 1px solid #ededed;
	border-radius: 0px;
	color: #000000;
	display: inline-block;
	font-size: 17px;
	line-height: 1;
	padding: 16px 18px 17px;
	margin-right: 15px;
	position: relative;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}
.single-product-info .quick-product-action .action-bottom .btn.btn-black:hover {
	background-color: #009688;
	color: #fff;
}
.single-product-info .quick-product-action .action-bottom a {
	color: #000000;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 12px;
	line-height: 1;
	margin-right: 15px;
	position: relative;
	text-transform: uppercase;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}
.single-product-info .quick-product-action .action-bottom a i {
	font-size: 14px;
	margin-right: 10px;
}
.single-product-info .quick-product-action .action-bottom a:hover {
	color: #009688;
}
.single-product-info .quick-product-action .action-bottom .btn-buy-amazon {
	border: 1px solid #EDEDED;
	color: #000000;
	display: inline-block;
	font-size: 17px;
	line-height: 1;
	padding: 16px 18px 17px;
	position: relative;
}
.single-product-info .quick-product-action .action-bottom .btn-buy-amazon:hover {
	background-color: #009688;
	border-color: #009688;
	color: #fff;
}
.single-product-info .quick-product-action .quick-product-quantity {
	margin-bottom: 30px;
}
.single-product-info .quick-product-action .quick-product-quantity .quantity-list-item {
	border-bottom: 1px solid #eceaea;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	min-height: 60px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
@media only screen and (max-width: 479.98px) {
	.single-product-info .quick-product-action .quick-product-quantity .quantity-list-item {
		display: block;
	}
}
.single-product-info .quick-product-action .quick-product-quantity .quantity-list-item .pro-qty-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.single-product-info .quick-product-action .quick-product-quantity .quantity-list-item .pro-qty-area .pro-qty {
	display: inline-block;
	position: relative;
	height: 36px;
	width: 70px;
}
.single-product-info .quick-product-action .quick-product-quantity .quantity-list-item .pro-qty-area .pro-qty input {
	height: 36px;
	width: 70px;
	border: none;
	background-color: transparent;
	text-align: center;
	font-size: 14px;
	color: #000000;
	margin: 0;
	padding: 0;
}
.single-product-info .quick-product-action .quick-product-quantity .quantity-list-item .pro-qty-area .pro-qty .qty-btn {
	color: #000000;
	font-size: 20px;
	line-height: 1;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	-o-transform: translate(0%, -50%);
}
.single-product-info .quick-product-action .quick-product-quantity .quantity-list-item .pro-qty-area .pro-qty .qty-btn.inc {
	left: auto;
	right: 0;
}
.single-product-info .quick-product-action .quick-product-quantity .quantity-list-item .pro-qty-area .content {
	margin-left: 28px;
	margin-top: 4px;
}
.single-product-info .quick-product-action .quick-product-quantity .quantity-list-item .pro-qty-area .content .title {
	color: #000000;
	font-size: 14px;
	font-weight: 400;
	font-family: "Poppins", sans-serif;
	line-height: 1;
	margin-bottom: 10px;
}
.single-product-info .quick-product-action .quick-product-quantity .quantity-list-item .pro-qty-area .content .title a {
	color: #000000;
}
.single-product-info .quick-product-action .quick-product-quantity .quantity-list-item .pro-qty-area .content .price {
	font-size: 14px;
	font-family: "Poppins", sans-serif;
	color: #444;
	margin-bottom: 0;
}
.single-product-info .quick-product-action .quick-product-quantity .quantity-list-item .product-stock {
	-ms-flex-item-align: end;
	align-self: flex-end;
	color: #444;
	font-size: 12px;
	margin-bottom: 4px;
	position: relative;
}
.single-product-info .quick-product-action .quick-product-quantity .quantity-list-item .product-stock:before {
	content: "";
	font-family: LaStudioIcons;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	border: 1px solid;
	font-size: 8px;
	display: inline-block;
	line-height: 14px;
	text-align: center;
	color: #86BA45;
	margin-left: 5px;
	margin-right: 5px;
}
.single-product-info .product-social-info {
	border-top: 1px solid #EDEDED;
	padding-top: 21px;
	margin-bottom: 10px;
	margin-top: 16px;
}
.single-product-info .product-social-info a {
	color: #444;
	display: inline-block;
	margin: 0 15px 0 0;
	font-size: 18px;
}
.single-product-info .product-social-info a:hover {
	color: #009688;
}
.single-product-info .payment-support h5 {
	font-size: 13px;
	font-weight: 300;
	margin-bottom: 16px;
}
.single-product-info .payment-support .payment-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.single-product-info .payment-support .payment-items .payment-item {
	float: left;
	margin-right: 4px;
}
.single-product-info .payment-support .payment-items .payment-item img {
	padding: 0.2em;
}
.single-product-info .payment-support .payment-items .payment-item:last-child {
	margin-right: 0;
}
.single-product-info .widget-social-icons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.single-product-info .widget-social-icons span {
	color: #000;
	font-size: 16px;
	font-weight: 600;
	margin-right: 12px;
}
@media only screen and (max-width: 575px) {
	.single-product-info .widget-social-icons span {
		font-size: 14px;
		margin-right: 2px;
	}
}
.single-product-info .widget-social-icons a {
	background-color: #009688;
	border: 1px solid transparent;
	color: #fff;
	display: inline-block;
	font-size: 15px;
	line-height: 16px;
	margin-right: 10px;
	padding: 6.5px 9px;
	text-align: center;
	width: auto;
}
@media only screen and (max-width: 575px) {
	.single-product-info .widget-social-icons a {
		font-size: 12px;
		margin-right: 6px;
	}
}
.single-product-info .widget-social-icons a:last-child {
	margin-right: 0;
}
.single-product-info .widget-social-icons a.facebook {
	background-color: #435f9f;
}
.single-product-info .widget-social-icons a.facebook:hover {
	background-color: transparent;
	border-color: #435f9f;
	color: #435f9f;
}
.single-product-info .widget-social-icons a.twitter {
	background-color: #55acee;
}
.single-product-info .widget-social-icons a.twitter:hover {
	background-color: transparent;
	border-color: #00aaf0;
	color: #00aaf0;
}
.single-product-info .widget-social-icons a.google-plus {
	background-color: #fe6553;
}
.single-product-info .widget-social-icons a.google-plus:hover {
	background-color: transparent;
	border-color: #e04b34;
	color: #e04b34;
}
.single-product-info .widget-social-icons a.pinterest {
	background-color: #c32026;
}
.single-product-info .widget-social-icons a:hover {
	background-color: transparent;
	border-color: #ce1f21;
	color: #ce1f21;
}
.single-product-info .widget-social-icons a i {
	font-size: 14px;
}
.single-product-info .product-nextprev {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	top: -43px;
	right: 0;
	z-index: 1;
}
@media only screen and (max-width: 1199px) {
	.single-product-info .product-nextprev {
		position: relative;
		top: 0;
		margin-top: 20px;
	}
}
.single-product-info .product-nextprev a {
	color: #444;
	font-size: 20px;
	line-height: 20px;
}
.single-product-info .product-nextprev a + a {
	margin-left: 10px;
}
.single-product-info .product-nextprev a:hover {
	color: #009688;
}
.single-product-info.product-info-affiliate .title {
	margin-bottom: 23px;
}
.single-product-info.product-info-countdown .countdown-content {
	margin-bottom: 12px;
	margin-top: 16px;
}
.single-product-info.product-info-countdown .countdown-content h4 {
	font-size: 14px;
	margin-bottom: 15px;
}
.single-product-info.product-info-countdown .countdown-content h4 span {
	font-weight: 400;
}
.single-product-info.product-info-countdown .countdown-content .countdown-timer {
	left: 0;
	-webkit-transform: none;
	transform: none;
	bottom: 0;
	top: 0;
}
.single-product-info.product-info-countdown .countdown-content .countdown-timer li span {
	display: block;
}
.single-product-info.product-info-countdown .countdown-content .countdown-timer li p {
	display: block;
}
.single-product-slider {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	margin-left: 12px;
}
@media (max-width: 1599px) {
	.single-product-slider {
		margin-left: 25px;
	}
}
@media only screen and (max-width: 1399px) {
	.single-product-slider {
		margin-left: 46px;
	}
}
@media only screen and (max-width: 1199px) {
	.single-product-slider {
		margin-left: 0;
		display: block;
	}
}
@media only screen and (max-width: 991px) {
	.single-product-slider {
		margin-bottom: 40px;
	}
}
.single-product-slider .single-product-thumb {
	padding-left: 20px;
	padding-right: 14px;
	position: relative;
}
@media only screen and (max-width: 1199px) {
	.single-product-slider .single-product-thumb {
		padding-left: 0;
		padding-right: 0;
		margin-bottom: 15px;
		height: 600px;
		overflow: hidden;
	}
}
@media only screen and (max-width: 575px) {
	.single-product-slider .single-product-thumb {
		height: auto;
	}
}
.single-product-slider .single-product-thumb .thumb-item {
	position: relative;
}
.single-product-slider .single-product-thumb .thumb-item img {
	cursor: pointer;
	width: 100%;
}
.single-product-slider .single-product-thumb .thumb-item .ribbons .ribbon {
	background-color: #8EBB25;
	border-radius: 20px;
	color: #fff;
	font-weight: 400;
	font-size: 12px;
	left: auto;
	line-height: 21px;
	min-width: 60px;
	padding: 2px 15px 2px 12px;
	position: absolute;
	right: 10px;
	text-align: center;
	top: 20px;
	width: auto;
}
.single-product-slider .single-product-thumb .zoomImg {
	pointer-events: none;
}
.single-product-slider .single-product-thumb .product-gallery-actions {
	bottom: 29px;
	position: absolute;
	right: 34px;
}
.single-product-slider .single-product-thumb .product-gallery-actions a {
	-webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
	background: #fff;
	color: #000000;
	width: 50px;
	height: 50px;
	text-align: center;
	font-size: 19px;
	border-radius: 50%;
	display: block;
	margin: 5px;
	line-height: 52px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.single-product-slider .single-product-thumb .product-gallery-actions a:hover {
	background-color: #000000;
	color: #fff;
}
@media only screen and (max-width: 1199px) {
	.single-product-slider .single-product-thumb.product-thumb-style2 {
		height: auto;
	}
}
@media only screen and (max-width: 991px) {
	.single-product-slider .single-product-thumb.product-thumb-style2 .thumb-item .d-flex a {
		width: 50%;
	}
}
.single-product-slider .single-product-thumb.product-thumb-style3 {
	padding-left: 0;
	padding-right: 0;
}
@media only screen and (max-width: 1199px) {
	.single-product-slider .single-product-thumb.product-thumb-style3 {
		height: auto;
	}
}
.single-product-slider .single-product-nav {
	position: relative;
}
.single-product-slider .single-product-nav .nav-item {
	cursor: pointer;
	opacity: 0.5;
	position: relative;
	margin-bottom: 18px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.single-product-slider .single-product-nav .nav-item:before {
	border: 1px solid #009688;
	content: "";
	height: 100%;
	opacity: 0;
	left: 0;
	top: 0;
	width: 100%;
	position: absolute;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.single-product-slider .single-product-nav .nav-item img {
	width: 100%;
}
.single-product-slider .single-product-nav .slick-slide {
	border: none;
	width: 130px;
}
@media only screen and (max-width: 991px) {
	.single-product-slider .single-product-nav .slick-slide {
		max-width: 130px !important;
		width: 100% !important;
	}
}
@media only screen and (max-width: 479.98px) {
	.single-product-slider .single-product-nav .slick-slide {
		max-width: 97px !important;
	}
}
.single-product-slider .single-product-nav .slick-slide div {
	line-height: 1;
}
.single-product-slider .single-product-nav .slick-slide.slick-current .nav-item {
	opacity: 1;
}
.single-product-slider .single-product-nav .slick-slide.slick-current .nav-item:before {
	opacity: 1;
}
@media only screen and (max-width: 1199px) {
	.single-product-slider .single-product-nav .slick-track {
		margin: 0 -10px;
	}
}
@media only screen and (max-width: 575px) {
	.single-product-slider .single-product-nav .slick-track {
		margin: 0;
	}
}
@media only screen and (max-width: 1199px) {
	.single-product-slider .single-product-nav .slick-track .slick-slide {
		padding: 0 10px;
	}
}
@media only screen and (max-width: 575px) {
	.single-product-slider .single-product-nav .slick-track .slick-slide {
		padding: 0;
	}
}
.single-product-slider .product-dec-slider-right {
	width: 85%;
}
@media (max-width: 1599px) {
	.single-product-slider .product-dec-slider-right {
		width: 84%;
	}
}
@media only screen and (max-width: 1199px) {
	.single-product-slider .product-dec-slider-right {
		width: 100%;
	}
}
.single-product-slider .product-dec-slider-left {
	width: 130px;
}
@media only screen and (max-width: 1199px) {
	.single-product-slider .product-dec-slider-left {
		width: 100%;
	}
}
.product-description-review .product-description-tab-menu {
	border: none;
	border-top: 1px solid #ebebeb;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: 50px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.product-description-review .product-description-tab-menu .nav-item .nav-link {
	border: none;
	border-radius: 0;
	background-color: transparent;
	color: #a8a8a8;
	font-size: 18px;
	font-weight: 400;
	font-family: "Poppins", sans-serif;
	padding: 22px 27px 0;
	position: relative;
	line-height: 1;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 575px) {
	.product-description-review .product-description-tab-menu .nav-item .nav-link {
		font-size: 16px;
		padding: 20px 10px 0;
	}
}
.product-description-review .product-description-tab-menu .nav-item .nav-link.active {
	font-size: 18px;
	font-weight: 600;
	color: #000000;
}
@media only screen and (max-width: 575px) {
	.product-description-review .product-description-tab-menu .nav-item .nav-link.active {
		font-size: 16px;
		font-weight: 400;
	}
}
.product-description-review .product-description-tab-menu .nav-item .nav-link.active:after {
	opacity: 1;
}
.product-description-review .product-description-tab-menu .nav-item .nav-link:after {
	background-color: #009688;
	content: "";
	position: absolute;
	opacity: 0;
	width: 50px;
	height: 4px;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 575px) {
	.product-description-review .product-description-tab-menu .nav-item .nav-link:after {
		display: none;
	}
}
.product-description-review .tab-content {
	padding: 75px 0 0;
	margin-bottom: 5px;
}
@media only screen and (max-width: 1199px) {
	.product-description-review .tab-content {
		margin: 55px 0 0;
	}
}
@media only screen and (max-width: 991px) {
	.product-description-review .tab-content {
		margin: 0 0 0;
		padding: 50px 0 0;
	}
}
.product-description-review .tab-content .product-desc {
	font-size: 14px;
	line-height: 24px;
}
.product-description-review .tab-content .product-desc p {
	color: #000000;
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 1.8;
}
.product-description-review .tab-content .product-desc .product-desc-row {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media only screen and (max-width: 991px) {
	.product-description-review .tab-content .product-desc .product-desc-row {
		display: block;
	}
}
.product-description-review .tab-content .product-desc .product-desc-row .product-thumb {
	margin-right: 70px;
}
@media only screen and (max-width: 1199px) {
	.product-description-review .tab-content .product-desc .product-desc-row .product-thumb {
		margin-right: 30px;
	}
}
@media only screen and (max-width: 991px) {
	.product-description-review .tab-content .product-desc .product-desc-row .product-thumb {
		margin-right: 0;
		margin-bottom: 40px;
	}
}
@media only screen and (max-width: 991px) {
	.product-description-review .tab-content .product-desc .product-desc-row .product-thumb img {
		width: 100%;
	}
}
.product-description-review .tab-content .product-desc .product-desc-row .product-content {
	width: 100%;
	max-width: 550px;
}
@media only screen and (max-width: 1199px) {
	.product-description-review .tab-content .product-desc .product-desc-row .product-content {
		max-width: 100%;
	}
}
.product-description-review .tab-content .product-desc .product-desc-row .product-content h4 {
	color: #000000;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 20px;
}
.product-description-review .tab-content .product-desc .product-desc-row .product-content p {
	color: #444;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.8;
}
@media only screen and (max-width: 1199px) {
	.product-description-review .tab-content .product-desc .product-desc-row .product-content p {
		font-size: 14px;
	}
}
.product-description-review .tab-content .product-desc .product-desc-row .product-content p:last-child {
	margin-bottom: 11px;
}
.product-description-review .tab-content .product-size-chart .table tbody tr td {
	padding: 10px;
	border: 1px solid #ebebeb;
}
.product-description-review .tab-content .product-review .product-review-form .title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 17px;
}
.product-description-review .tab-content .product-review .product-review-form p {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	font-size: 14px;
	font-style: italic;
	padding-bottom: 10px;
	margin-bottom: 50px;
}
.product-description-review .tab-content .product-review .product-review-form .rating {
	margin-bottom: 15px;
}
.product-description-review .tab-content .product-review .product-review-form .rating .rating-title {
	margin-right: 15px;
}
.product-description-review .tab-content .product-review .product-review-form .rating span {
	color: #444;
}
.product-description-review .tab-content .product-review .product-review-form form .review-form-content .form-group label {
	color: #444;
	font-size: 16px;
	margin-bottom: 10px;
}
.product-description-review .tab-content .product-review .product-review-form form .review-form-content .form-group textarea {
	padding: 20px;
	max-width: 100%;
	height: 150px;
	width: 100%;
	margin-bottom: 16px;
}
.product-description-review .tab-content .product-review .product-review-form form .review-form-content .form-group input {
	max-height: 60px;
}
.product-description-review .tab-content .product-review .product-review-form form .review-form-content .form-group .form-control {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	max-width: 100%;
	padding: 15px 25px;
	line-height: 2;
	width: 100%;
}
.product-description-review .tab-content .product-review .product-review-form form .review-form-content .form-group .btn-theme {
	font-size: 14px;
	min-width: 180px;
	padding: 13.5px 40px;
}
.product-description-review .tab-content .product-review .product-review-form form .review-form-content .form-check {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 18px;
	margin-bottom: 16px;
}
.product-description-review .tab-content .product-review .product-review-form form .review-form-content .form-check .form-check-input {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	margin-right: 20px;
	min-width: 16px;
	min-height: 16px;
}
.product-description-review .tab-content .product-review .product-review-form form .review-form-content .form-check .form-check-label {
	font-size: 14px;
}
.product-description-review .tab-content .product-review .product-review-comments .title {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	font-size: 20px;
	font-weight: 400;
	letter-spacing: -0.4px;
	margin-bottom: 30px;
	padding-bottom: 22px;
}
.product-description-review .tab-content .product-review .product-review-comments .title span {
	font-weight: 600;
}
.product-description-review .tab-content .product-review .product-review-comments .comment-item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 62px;
	padding-bottom: 30px;
}
@media only screen and (max-width: 575px) {
	.product-description-review .tab-content .product-review .product-review-comments .comment-item {
		display: block;
	}
}
.product-description-review .tab-content .product-review .product-review-comments .comment-item .thumb img {
	border-radius: 50%;
	min-width: 100px;
	margin-right: 30px;
	width: 100px;
	height: 100px;
}
.product-description-review .tab-content .product-review .product-review-comments .comment-item .content {
	position: relative;
	top: 0;
}
@media only screen and (max-width: 575px) {
	.product-description-review .tab-content .product-review .product-review-comments .comment-item .content {
		top: 0;
		margin-top: 8px;
	}
}
.product-description-review .tab-content .product-review .product-review-comments .comment-item .content .rating {
	margin-bottom: 7px;
}
.product-description-review .tab-content .product-review .product-review-comments .comment-item .content .rating span {
	color: #F5A623;
	font-size: 14px;
	line-height: 1;
	letter-spacing: -0.63px;
}
.product-description-review .tab-content .product-review .product-review-comments .comment-item .content .meta {
	color: #444;
	font-size: 16px;
	font-weight: 400;
	font-family: "Poppins", sans-serif;
}
.product-description-review .tab-content .product-review .product-review-comments .comment-item .content .meta span {
	font-weight: 600;
}
.product-description-review .tab-content .product-review .product-review-comments .comment-item .content .review {
	color: #444;
	font-size: 16px;
	font-weight: 400;
	font-family: "Poppins", sans-serif;
	margin-bottom: 7px;
}
.product-description-review .tab-content .product-review .product-review-comments .comment-item2 {
	margin-bottom: 62px;
}
.product-description-review.style-two {
	margin-top: 30px;
}
.product-description-review.style-two .accordion {
	border: none;
	margin: 0;
	padding: 0;
}
.product-description-review.style-two .accordion .accordion-item {
	margin-bottom: 12px;
}
.product-description-review.style-two .accordion .accordion-item .accordion-header .accordion-button {
	background-color: transparent;
	border: none;
	border-radius: 0;
	border-bottom: 1px solid #000;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #009688;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-weight: 600;
	padding-left: 0;
	text-transform: uppercase;
}
.product-description-review.style-two .accordion .accordion-item .accordion-header .accordion-button:before {
	content: "-";
	font-size: 30px;
	font-weight: 400;
	position: absolute;
	right: 0;
	top: 9px;
}
.product-description-review.style-two .accordion .accordion-item .accordion-header .accordion-button:after {
	display: none;
}
.product-description-review.style-two .accordion .accordion-item .accordion-header .accordion-button.collapsed {
	color: #000000;
	font-weight: 400;
}
.product-description-review.style-two .accordion .accordion-item .accordion-header .accordion-button.collapsed:before {
	content: "+";
}
.product-description-review.style-two .accordion .accordion-item .accordion-collapse {
	border: none;
	padding: 0;
}
.product-description-review.style-two .accordion .accordion-item .accordion-collapse .accordion-body {
	padding: 20px 0 0 0;
}
.product-description-review.style-two .accordion-item .product-desc .product-desc-row .product-content .desc-title {
	font-weight: 600;
	margin-bottom: 20px;
}
.product-description-review.style-two .accordion-item .product-desc .product-desc-row .product-content p {
	color: #444;
	font-size: 16px;
}
.shop-toolbar-wrap {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
	.shop-toolbar-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
@media only screen and (max-width: 479.98px) {
	.shop-toolbar-wrap {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: start;
	}
}
@media only screen and (max-width: 479.98px) {
	.shop-toolbar-wrap .shop-toolbar-left {
		margin-bottom: 10px;
	}
}
.shop-toolbar-wrap .shop-toolbar-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
@media only screen and (max-width: 479.98px) {
	.shop-toolbar-wrap .shop-toolbar-right {
		display: block;
	}
}
.shop-toolbar-wrap .product-showing-status .count-result {
	color: #444;
	font-size: 16px;
	line-height: 24px;
}
.shop-toolbar-wrap .product-sorting-menu {
	cursor: pointer;
	position: relative;
}
.shop-toolbar-wrap .product-sorting-menu .current {
	color: #444;
	display: block;
	font-size: 16px;
	line-height: 24px;
	padding: 12px 20px 12px 18px;
	position: relative;
}
@media only screen and (max-width: 575px) {
	.shop-toolbar-wrap .product-sorting-menu .current {
		padding: 12px 8px;
	}
}
@media only screen and (max-width: 479.98px) {
	.shop-toolbar-wrap .product-sorting-menu .current {
		padding-left: 0;
	}
}
.shop-toolbar-wrap .product-sorting-menu .current i {
	font-size: 12px;
	margin-left: 11px;
	position: relative;
	top: -1px;
}
.shop-toolbar-wrap .product-sorting-menu ul {
	background-color: #fff;
	border: 1px solid #ebebeb;
	right: 0;
	opacity: 0;
	position: absolute;
	top: 47px;
	visibility: hidden;
	z-index: 1;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.shop-toolbar-wrap .product-sorting-menu ul li {
	border-bottom: 1px solid #ebebeb;
	display: block;
	min-width: 115px;
}
.shop-toolbar-wrap .product-sorting-menu ul li:last-child {
	border-bottom: none;
}
.shop-toolbar-wrap .product-sorting-menu ul li a {
	color: #444;
	display: block;
	font-size: 14px;
	line-height: 24px;
	padding: 8px 15px;
	position: relative;
}
.shop-toolbar-wrap .product-sorting-menu ul li.active a {
	background-color: #f1f0f0;
}
.shop-toolbar-wrap .product-sorting-menu ul li:hover a {
	background-color: #f1f0f0;
}
.shop-toolbar-wrap .product-sorting-menu:hover ul {
	opacity: 1;
	visibility: visible;
}
.product-view-mode {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media only screen and (max-width: 479.98px) {
	.product-view-mode {
		margin-top: 30px;
	}
}
.product-view-mode nav .nav.nav-tabs {
	background-color: transparent;
	border: none;
}
.product-view-mode nav .nav.nav-tabs .nav-link {
	background-color: transparent;
	border: none;
	color: #444;
	font-size: 20px;
	line-height: 24px;
	margin-left: 30px;
	margin-top: -1px;
	opacity: 0.5;
	padding: 0;
}
.product-view-mode nav .nav.nav-tabs .nav-link:first-child {
	margin-left: 22px;
}
@media only screen and (max-width: 479.98px) {
	.product-view-mode nav .nav.nav-tabs .nav-link:first-child {
		margin-left: 0;
	}
}
.product-view-mode nav .nav.nav-tabs .nav-link.active {
	color: #009688;
	opacity: 1;
}
.shop-sidebar-area .widget .widget-price-filter {
	margin-bottom: 80px;
	margin-top: 25px;
	position: relative;
	padding-right: 15px;
}
.shop-sidebar-area .widget .widget-price-filter .slider-labels {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 0;
	position: absolute;
	right: 0;
}
.shop-sidebar-area .widget .widget-price-filter .slider-labels span, .shop-sidebar-area .widget .widget-price-filter .slider-labels .caption {
	color: #000000;
	font-size: 12px;
	line-height: 21px;
}
.shop-sidebar-area .widget .widget-price-filter .slider-labels .range-price-title {
	margin-right: 5px;
}
.shop-sidebar-area .widget .widget-price-filter .slider-labels .range-separator {
	margin: -2px 4px 0;
}
.shop-sidebar-area .widget .widget-price-filter .noUi-background {
	background: #dadadd;
}
.shop-sidebar-area .widget .widget-price-filter .noUi-target {
	border-radius: 4px;
}
.shop-sidebar-area .widget .widget-price-filter .noUi-connect {
	background: #009688;
}
.shop-sidebar-area .widget .widget-price-filter .noUi-horizontal {
	height: 5px;
	margin-bottom: 22px;
}
.shop-sidebar-area .widget .widget-price-filter .noUi-horizontal .noUi-handle {
	width: 18px;
	height: 18px;
	background-color: #fff;
	cursor: ew-resize;
	-webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.4);
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.4);
	top: -8px;
}
.shop-sidebar-area .widget .widget-price-filter .noUi-horizontal .noUi-handle:active {
	border: none;
	left: -7px;
	top: -8px;
}
.shop-sidebar-area .widget .widget-price-filter .btn-filter {
	text-transform: uppercase;
	width: 110px;
	padding: 8px 10px;
	line-height: 20px;
	font-size: 11px;
	border: 2px solid;
	background-color: transparent;
	color: #000000;
	display: inline-block;
	margin: 0;
	cursor: pointer;
	text-align: center;
	border-radius: 0;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.shop-sidebar-area .widget .widget-color-menu {
	margin-top: 30px;
	margin-left: -10px;
	margin-bottom: 60px;
}
.shop-sidebar-area .widget .widget-color-menu ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.shop-sidebar-area .widget .widget-color-menu ul li {
	border-radius: 50%;
	cursor: pointer;
	height: 28px;
	margin: 0 10px 10px 10px;
	padding: 0;
	position: relative;
	width: 28px;
}
.shop-sidebar-area .widget .widget-color-menu ul li.blue {
	background-color: #2253d8;
}
.shop-sidebar-area .widget .widget-color-menu ul li.brown {
	background-color: #c1972c;
}
.shop-sidebar-area .widget .widget-color-menu ul li.red {
	background-color: #dd3333;
}
.shop-sidebar-area .widget .widget-color-menu ul li.violet {
	background-color: #b524e5;
}
.shop-sidebar-area .widget .widget-color-menu ul li:before {
	color: #fff;
	content: "";
	font-family: LaStudioIcons;
	position: absolute;
	opacity: 0;
	top: 6px;
	font-size: 16px;
	line-height: 1;
	left: 7px;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
.shop-sidebar-area .widget .widget-color-menu ul li:hover:before {
	opacity: 1;
}
.shop-sidebar-area .widget .widget-size-menu {
	margin-top: 30px;
	margin-bottom: 70px;
}
.shop-sidebar-area .widget .widget-size-menu ul li {
	color: #000000;
	font-size: 14px;
	line-height: 1;
	margin-bottom: 25px;
}
.shop-sidebar-area .widget .widget-size-menu ul li a {
	color: #000000;
	position: relative;
}
.shop-sidebar-area .widget .widget-size-menu ul li a:before {
	border: 1px solid #a8a8a8;
	border-radius: 0;
	color: transparent;
	content: "";
	display: inline-block;
	height: 15px;
	margin-right: 10px;
	text-align: center;
	width: 15px;
	vertical-align: -2px;
}
.shop-sidebar-area .widget .widget-size-menu ul li a:after {
	content: "";
	font-family: LaStudioIcons;
	position: absolute;
	left: 0;
	font-size: 10px;
	margin-left: 3px;
	margin-top: 3px;
	color: #fff;
}
.shop-sidebar-area .widget .widget-size-menu ul li a:hover {
	color: #009688;
}
.shop-sidebar-area .widget .widget-size-menu ul li a:hover:before {
	background-color: #009688;
	border-color: #009688;
}
.wishlist-table table {
	width: 100%;
}
.wishlist-table table .pro-remove {
	width: 30px;
}
.wishlist-table table .pro-thumbnail {
	width: 90px;
}
@media only screen and (max-width: 767px) {
	.wishlist-table table .pro-thumbnail {
		display: none;
	}
}
.wishlist-table table .pro-name {
	width: 241px;
}
.wishlist-table table .pro-stock-status {
	width: 275px;
}
.wishlist-table table .pro-price {
	width: 145px;
	text-align: center;
}
.wishlist-table table .pro-action {
	width: 389px;
}
.wishlist-table table thead tr th {
	color: #444;
	border-bottom: 1px solid #959595;
	font-size: 14px;
	font-weight: 600;
	padding: 10px 0;
}
.wishlist-table table tbody tr td {
	color: #444;
	border-bottom: 1px solid #BEBEBE;
	font-size: 14px;
	padding-top: 40px;
	padding-bottom: 40px;
}
.wishlist-table table tbody tr td .pro-info .pro-img a img {
	width: 70px;
}
.wishlist-table table tbody tr td.pro-action {
	text-align: right;
}
.wishlist-table table tbody tr td.pro-action .btn-theme {
	font-size: 14px;
	line-height: 1;
	padding: 15px;
	min-width: 125px;
	text-align: center;
	text-transform: uppercase;
}
.shipping-info .loading-bar {
	width: 100%;
	height: 30px;
	line-height: 30px;
	background: #ff7433;
	display: inline-block;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.shipping-info .loading-bar .load-percent {
	display: block;
	height: 100%;
	position: absolute;
	width: 50%;
	color: #fff;
	line-height: 30px;
	max-width: 100%;
	background: #3c3;
	z-index: -1;
}
.shipping-info .loading-bar .label-free-shipping {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 30px;
}
.shipping-info .loading-bar .label-free-shipping .free-shipping {
	height: 30px;
}
.shipping-info .loading-bar .label-free-shipping span {
	color: #fff;
	fill: #fff;
	display: inline-block;
	height: 21px;
	margin-right: 5px;
	margin-left: 10px;
	width: 21px;
}
.shipping-info .loading-bar .label-free-shipping p {
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
}
.cart-table table {
	width: 100%;
	margin-bottom: 20px;
}
.cart-table table .pro-remove {
	width: 30px;
}
.cart-table table .pro-thumbnail {
	width: 90px;
}
@media only screen and (max-width: 575px) {
	.cart-table table .pro-thumbnail {
		display: none;
	}
}
.cart-table table .pro-name {
	width: 326px;
}
.cart-table table .pro-price {
	width: 97px;
	text-align: center;
}
.cart-table table .pro-quantity {
	width: 100px;
	text-align: center;
}
.cart-table table .pro-subtotal {
	width: 127px;
	text-align: center;
}
.cart-table table thead tr th {
	color: #444;
	border-bottom: 1px solid #ebebeb;
	font-size: 14px;
	font-weight: 600;
	padding: 10px 0;
}
.cart-table table tbody tr td {
	color: #444;
	font-size: 14px;
	padding: 20px 0;
}
.cart-table table tbody tr td .pro-info .pro-img a img {
	width: 70px;
}
.cart-table table tbody tr td .action-top .pro-qty-area .pro-qty {
	position: relative;
	text-align: center;
	margin: auto;
	width: 50px;
	top: -1px;
}
.cart-table table tbody tr td .action-top .pro-qty-area .pro-qty input {
	color: #000000;
	border: none;
	display: inline-block;
	width: 100%;
	font-size: 14px;
	font-weight: 400;
	margin: 0 auto;
	padding: 0;
	height: auto;
	padding: 0;
	text-align: center;
	width: 50px;
}
.cart-table table tbody tr td .action-top .pro-qty-area .pro-qty .qty-btn {
	color: #444;
	position: absolute;
	font-size: 14px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
}
.cart-table table tbody tr td .action-top .pro-qty-area .pro-qty .inc {
	left: auto;
	right: 2px;
}
.cart-table table tbody tr td .action-top .pro-qty-area .pro-qty .dec {
	left: 3px;
}
.cart-table table tbody tr td.pro-subtotal span {
	font-weight: 600;
}
.coupon-action {
	border-top: 1px solid #ededed;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: 20px;
	padding-top: 20px;
}
@media only screen and (max-width: 767px) {
	.coupon-action {
		display: block;
	}
}
.coupon-action .coupon {
	border-bottom: 1px solid #d8d8d8;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 50%;
}
@media only screen and (max-width: 767px) {
	.coupon-action .coupon {
		width: 100%;
		margin-bottom: 30px;
	}
}
.coupon-action .coupon input {
	border: none;
	padding: 0 10px 0 0;
	height: 34px;
	font-size: 12px;
	width: auto;
	min-height: 34px;
}
.coupon-action .coupon button {
	border: none;
	background: none;
	padding: 0;
	font-size: 14px;
	font-weight: 600;
	line-height: 34px;
	text-transform: none;
}
.coupon-action button {
	border: none;
	background: none;
	padding: 0;
	font-size: 14px;
	font-weight: 600;
	line-height: 31px;
	text-transform: none;
}
.compare-table table {
	display: block;
	margin: 0;
	width: 100%;
	overflow: auto;
	padding: 0;
	border: 1px solid #ebebeb;
}
.compare-table table tbody .compare-tr th {
	border-bottom: 1px solid #ebebeb;
	border-right: 1px solid #e9e9e9;
	min-width: 268px;
	vertical-align: middle;
	color: #444;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.8;
	padding: 15px;
}
.compare-table table tbody .compare-tr td {
	border-bottom: 1px solid #ebebeb;
	border-right: 1px solid #e9e9e9;
	color: #444;
	min-width: 300px;
	max-width: 100%;
	font-size: 14px;
	text-align: center;
	padding: 15px 20px;
	vertical-align: middle;
}
.compare-table table tbody .compare-tr td p {
	color: #008000;
}
.compare-table table tbody .compare-tr-info th {
	border-right: 1px solid #e9e9e9;
	border-bottom: 1px solid #ebebeb;
	color: #444;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.8;
	padding: 15px;
	vertical-align: bottom;
	min-width: 268px;
}
.compare-table table tbody .compare-tr-info td {
	border-bottom: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
	min-width: 300px;
	max-width: 100%;
	text-align: center;
	padding: 15px 20px;
	vertical-align: middle;
}
.compare-table table tbody .compare-tr-info td .remove a {
	color: #444;
	font-size: 12px;
}
.compare-table table tbody .compare-tr-info td .image-wrap {
	width: 150px;
	max-width: 100%;
	margin: 0 auto;
}
.compare-table table tbody .compare-tr-info td h4 {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	margin: 15px 0;
}
.compare-table table tbody .compare-tr-info td .add-to-cart-wrap .btn-theme {
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	padding: 10px 15px;
	margin: 0;
}
.order-tracking-area {
	padding: 100px 0;
}
@media only screen and (max-width: 991px) {
	.order-tracking-area {
		padding: 90px 0;
	}
}
@media only screen and (max-width: 767px) {
	.order-tracking-area {
		padding: 70px 0;
	}
}
.order-tracking-area .container-fluid {
	padding-left: 0;
	padding-right: 0;
}
@media only screen and (max-width: 1199px) {
	.order-tracking-area .container-fluid {
		padding: 0 80px;
	}
}
@media only screen and (max-width: 575px) {
	.order-tracking-area .container-fluid {
		padding: 0 60px;
	}
}
.order-tracking-area .tracking-item .contact-form {
	padding: 160px 164px 160px 163px;
}
@media (max-width: 1599px) {
	.order-tracking-area .tracking-item .contact-form {
		padding: 50px 50px 0 50px;
	}
}
@media only screen and (max-width: 1199px) {
	.order-tracking-area .tracking-item .contact-form {
		padding: 0;
	}
}
.order-tracking-area .tracking-item .contact-form p {
	color: #444;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.8;
	margin-bottom: 16px;
	padding-left: 29px;
	padding-right: 28px;
	text-align: center;
}
@media only screen and (max-width: 991px) {
	.order-tracking-area .tracking-item .contact-form p {
		padding: 0;
	}
}
.order-tracking-area .tracking-item .contact-form form h4 {
	color: #000000;
	font-size: 16px;
	font-weight: 600;
	font-family: "Poppins", sans-serif;
	line-height: 1.8;
	margin-bottom: 8px;
}
.order-tracking-area .tracking-item .contact-form form .form-group {
	margin-bottom: 20px;
}
.order-tracking-area .tracking-item .contact-form form .form-group .form-control {
	border-color: #ebebeb;
	font-size: 14px;
	font-weight: 400;
	line-height: 60px;
	height: 60px;
	padding: 12px 21px 15px;
}
.order-tracking-area .tracking-item .contact-form form .form-group .form-control::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	font-size: 14px;
	font-weight: 400;
	line-height: 60px;
}
.order-tracking-area .tracking-item .contact-form form .form-group .form-control::-moz-placeholder {
	/* Firefox 19+ */
	font-size: 14px;
	font-weight: 400;
	line-height: 60px;
}
.order-tracking-area .tracking-item .contact-form form .form-group .form-control:-ms-input-placeholder {
	/* IE 10+ */
	font-size: 14px;
	font-weight: 400;
	line-height: 60px;
}
.order-tracking-area .tracking-item .contact-form form .form-group .form-control:-moz-placeholder {
	/* Firefox 18- */
	font-size: 14px;
	font-weight: 400;
	line-height: 60px;
}
.order-tracking-area .tracking-item .contact-form form .form-group .btn-theme {
	display: block;
	font-size: 14px;
	font-weight: 400;
	height: 60px;
	line-height: 1;
	margin-top: 0;
	padding: 18px 30px;
	width: 100%;
	text-transform: uppercase;
}
.cart-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-top: 40px;
}
@media only screen and (max-width: 767px) {
	.cart-buttons {
		display: block;
		margin-top: 35px;
	}
}
.cart-buttons .btn-shopping {
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	color: #777;
	border: 1px solid #EFEFEF;
	margin-left: 14px;
	padding: 18px 30px 20px;
}
@media only screen and (max-width: 767px) {
	.cart-buttons .btn-shopping {
		width: 100%;
		margin-left: 0;
		text-align: center;
		margin-top: 5px;
	}
}
.cart-buttons .btn-shopping:hover {
	background-color: #009688;
	color: #fff;
}
.cart-payment {
	margin-top: 0;
}
@media only screen and (max-width: 991px) {
	.cart-payment {
		margin-top: 70px;
	}
}
.cart-payment .culculate-shipping {
	background: #fff;
	padding: 51px 55px 63px;
	border: none;
	border-radius: 0;
}
@media only screen and (max-width: 991px) {
	.cart-payment .culculate-shipping {
		margin-bottom: 50px;
	}
}
@media only screen and (max-width: 767px) {
	.cart-payment .culculate-shipping {
		padding: 30px;
	}
}
.cart-payment .culculate-shipping .title {
	font-size: 16px;
	font-weight: 700;
	color: #434343;
	position: relative;
	margin: 0 0 20px;
	padding: 0 0 11px;
}
.cart-payment .culculate-shipping .title:before {
	position: absolute;
	content: "";
	height: 3px;
	width: 50px;
	background-color: #eee;
	left: 0;
	bottom: 0;
}
.cart-payment .culculate-shipping .form-group .form-control {
	background: transparent;
	border: 1px solid #e5e5e5;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	color: #737373;
	font-size: 14px;
	resize: vertical;
	padding: 10px;
	height: 100px;
	width: 100%;
}
.cart-payment .cart-subtotal {
	background-color: #f9f9f9;
	padding: 30px 30px 23px;
}
.cart-payment .cart-subtotal .title {
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: -0.28px;
	margin-bottom: 18px;
	padding: 10px 0;
}
.cart-payment .cart-subtotal table {
	margin-bottom: 0;
	width: 100%;
}
.cart-payment .cart-subtotal table tbody .amount {
	font-weight: 400;
}
.cart-payment .cart-subtotal table tbody tr.shipping-totals ul {
	margin-bottom: 0;
}
.cart-payment .cart-subtotal table tbody tr.shipping-totals ul li {
	display: inline-block;
	margin-bottom: 8px;
}
.cart-payment .cart-subtotal table tbody tr.shipping-totals ul li .form-check input:hover,
.cart-payment .cart-subtotal table tbody tr.shipping-totals ul li .form-check label:hover {
	cursor: pointer;
}
.cart-payment .cart-subtotal table tbody tr.shipping-totals p {
	color: #2f2f2f;
	margin-bottom: 10px;
}
.cart-payment .cart-subtotal table tbody tr.shipping-totals th,
.cart-payment .cart-subtotal table tbody tr.shipping-totals td {
	padding-bottom: 0;
	padding-top: 8px;
}
.cart-payment .cart-subtotal table tbody tr.amount-total {
	border-top: 1px solid #dbdbdb;
}
.cart-payment .cart-subtotal table tbody tr.amount-total th,
.cart-payment .cart-subtotal table tbody tr.amount-total td {
	padding-top: 10px;
}
.cart-payment .cart-subtotal table tbody th {
	color: #000000;
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: -0.28px;
	padding: 12px 0;
	vertical-align: top;
}
.cart-payment .cart-subtotal table tbody td {
	color: #2f2f2f;
	font-size: 14px;
	font-weight: 400;
	padding: 12px 0;
	text-align: right;
	vertical-align: top;
}
.cart-payment .cart-subtotal table tbody td .amount {
	font-weight: 600;
}
.cart-payment .btn-theme {
	background-color: #000000;
	display: block;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	padding: 20px 37px;
	text-align: center;
	text-transform: uppercase;
}
.cart-payment .btn-theme:hover {
	background: #009688;
	border-color: #009688;
	color: #fff;
}
.product-information-wrapper {
	position: relative;
	height: 100vh;
	overflow: hidden;
}
@media only screen and (max-width: 1199px) {
	.product-information-wrapper {
		height: auto;
		overflow: auto;
	}
}
.product-information-wrapper:before {
	border-left: 1px solid #e1e1e1;
	background-color: #fafafa;
	content: "";
	position: absolute;
	width: calc(50% - 96px);
	height: 100vh;
	z-index: -1;
	right: 0;
}
@media only screen and (max-width: 1199px) {
	.product-information-wrapper:before {
		display: none;
	}
}
.product-information {
	margin: 0 43px;
	padding: 55px 0 40px;
	position: relative;
}
@media only screen and (max-width: 1199px) {
	.product-information {
		margin: 0;
	}
}
.product-information .edit-checkout-head {
	margin-right: 47px;
}
.product-information .edit-checkout-head .header-logo-area img {
	width: 150px;
	margin-bottom: 28px;
}
.product-information .edit-checkout-head .breadcrumb-area ul {
	margin-bottom: 30px;
}
.product-information .edit-checkout-head .breadcrumb-area ul li {
	font-weight: 500;
	font-size: 12px;
	color: #737373;
	line-height: 1;
	display: inline-block;
}
.product-information .edit-checkout-head .breadcrumb-area ul li a {
	color: #000000;
}
.product-information .edit-checkout-head .breadcrumb-area ul li i {
	color: #737373;
	font-size: 15px;
	position: relative;
	top: 1px;
	margin: 0 5px 0 8px;
}
.product-information .edit-checkout-head .breadcrumb-area ul li.active {
	color: #000000;
}
.product-information .edit-checkout-information {
	margin-right: 47px;
}
@media only screen and (max-width: 1199px) {
	.product-information .edit-checkout-information {
		margin-right: 0;
	}
}
@media only screen and (max-width: 991px) {
	.product-information .edit-checkout-information {
		margin-bottom: 70px;
	}
}
.product-information .edit-checkout-information .title {
	color: #000000;
	font-size: 18px;
	margin-bottom: 23px;
}
.product-information .edit-checkout-information .logged-in-information .thumb {
	border-radius: 8px;
	background-size: cover;
	display: table-cell;
	position: relative;
	max-width: none;
	width: 50px;
	height: 50px;
	overflow: hidden;
}
.product-information .edit-checkout-information .logged-in-information .thumb:before {
	background-repeat: no-repeat;
	background-image: url("../img/photos/gravatar.svg");
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.product-information .edit-checkout-information .logged-in-information p {
	color: #545454;
	display: table-cell;
	font-size: 14px;
	line-height: 1;
	vertical-align: middle;
	padding-left: 13px;
}
.product-information .edit-checkout-information .logged-in-information p a {
	color: #000;
	display: block;
	font-size: 14px;
	line-height: 1;
	margin-top: 7px;
}
.product-information .edit-checkout-information .form-check.form-check-inline {
	line-height: 1;
	margin: 0;
	margin-top: 21px;
	padding: 0;
}
.product-information .edit-checkout-information .form-check.form-check-inline .form-check-input {
	cursor: pointer;
	line-height: 1;
	margin: 0;
	width: 18px;
	height: 18px;
	position: relative;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.product-information .edit-checkout-information .form-check.form-check-inline .form-check-label {
	cursor: pointer;
	color: #545454;
	font-size: 14px;
	margin-left: 10px;
	vertical-align: -1px;
}
.product-information .edit-checkout-information .edit-checkout-form {
	background-color: #fff;
	margin-top: 36px;
}
.product-information .edit-checkout-information .edit-checkout-form .title {
	margin-bottom: 23px;
}
.product-information .edit-checkout-information .edit-checkout-form .form-floating {
	margin-bottom: 12px;
	position: relative;
}
.product-information .edit-checkout-information .edit-checkout-form .form-floating .form-control {
	background-color: #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #d9d9d9;
	color: #000000;
	font-size: 12px;
	height: 46px;
	border-radius: 5px;
	padding: 14px 0 0 11px;
}
.product-information .edit-checkout-information .edit-checkout-form .form-floating .form-control.form-select {
	position: relative;
	background-image: none;
	cursor: pointer;
}
.product-information .edit-checkout-information .edit-checkout-form .form-floating label {
	color: #737373;
	font-size: 12px;
	opacity: 1;
	padding: 12px 0 0 10px;
}
.product-information .edit-checkout-information .edit-checkout-form .form-floating .field-caret {
	display: block;
	background-image: url("../img/icons/1.png");
	background-repeat: no-repeat;
	background-position: center;
	border-left: 1px rgba(179, 179, 179, 0.5) solid;
	width: 2.1428571429em;
	height: 43%;
	pointer-events: none;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	-o-transform: translate(0%, -50%);
}
.product-information .edit-checkout-information .edit-checkout-form .btn-box {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 15px;
}
.product-information .edit-checkout-information .edit-checkout-form .btn-box .btn-return {
	color: #000;
	font-size: 14px;
}
.product-information .edit-checkout-information .edit-checkout-form .btn-box .btn-return svg {
	width: 10px;
	height: 10px;
	padding: 0;
	margin-right: 3px;
	top: -1px;
	position: relative;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.product-information .edit-checkout-information .edit-checkout-form .btn-box .btn-return:hover {
	color: #009688;
}
.product-information .edit-checkout-information .edit-checkout-form .btn-box .btn-return:hover svg {
	fill: #009688;
}
.product-information .edit-checkout-information .edit-checkout-form .btn-box .btn-shipping {
	cursor: pointer;
	display: inline-block;
	background-color: #000000;
	background-clip: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px transparent solid;
	border-radius: 5px;
	color: white;
	padding: 0;
	text-align: center;
	position: relative;
	width: 183px;
	height: 60px;
	font-size: 14px;
	line-height: 60px;
	font-weight: 600;
}
.product-information .shipping-cart-subtotal {
	margin-left: 33px;
	margin-top: 12px;
	width: 418px;
}
@media only screen and (max-width: 1199px) {
	.product-information .shipping-cart-subtotal {
		margin-left: 0;
		margin-top: 0;
		width: auto;
	}
}
.product-information .shipping-cart-subtotal .shipping-cart-item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 14px;
}
.product-information .shipping-cart-subtotal .shipping-cart-item .thumb {
	border-radius: 8px;
	width: 64px;
	position: relative;
	min-width: 64px;
}
.product-information .shipping-cart-subtotal .shipping-cart-item .thumb img {
	width: 100%;
	border-radius: 8px;
	border: 1px solid #dedede;
}
.product-information .shipping-cart-subtotal .shipping-cart-item .thumb .quantity {
	font-size: 0.8571428571em;
	font-weight: 500;
	line-height: 1.75em;
	white-space: nowrap;
	text-align: center;
	border-radius: 1.75em;
	background-color: rgba(114, 114, 114, 0.9);
	color: #fff;
	min-width: 1.75em;
	height: 1.75em;
	padding: 0 0.5833333333em;
	position: absolute;
	right: -0.75em;
	top: -0.75em;
	z-index: 3;
}
.product-information .shipping-cart-subtotal .shipping-cart-item .content {
	width: 100%;
	margin-left: 15px;
}
.product-information .shipping-cart-subtotal .shipping-cart-item .content .title {
	color: #323232;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 0;
}
.product-information .shipping-cart-subtotal .shipping-cart-item .content .info {
	color: #717171;
	font-size: 12px;
	font-weight: 400;
}
.product-information .shipping-cart-subtotal .shipping-cart-item .content .price {
	color: #323232;
	font-size: 14px;
	font-weight: 600;
	float: right;
}
.product-information .shipping-cart-subtotal .shipping-subtotal {
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	padding-top: 22px;
	margin-top: 21px;
	padding-bottom: 20px;
	margin-bottom: 24px;
}
.product-information .shipping-cart-subtotal .shipping-subtotal p {
	line-height: 1;
	margin-bottom: 16px;
}
.product-information .shipping-cart-subtotal .shipping-subtotal p span {
	color: #535353;
	font-size: 14px;
}
.product-information .shipping-cart-subtotal .shipping-subtotal p span:last-child {
	float: right;
}
.product-information .shipping-cart-subtotal .shipping-subtotal p:nth-child(2) {
	margin-bottom: 0;
}
.product-information .shipping-cart-subtotal .shipping-subtotal p:nth-child(2) span:last-child {
	font-size: 12px;
}
.product-information .shipping-cart-subtotal .shipping-total {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.product-information .shipping-cart-subtotal .shipping-total p {
	margin-bottom: 0;
	line-height: 1;
}
.product-information .shipping-cart-subtotal .shipping-total .total {
	color: #323232;
	font-size: 16px;
}
.product-information .shipping-cart-subtotal .shipping-total .price {
	font-weight: 500;
	color: #323232;
	font-size: 24px;
}
.product-information .shipping-cart-subtotal .shipping-total .price span {
	font-size: 12px;
	font-weight: 400;
	color: #717171;
	text-transform: uppercase;
	margin-right: 8px;
	position: relative;
	top: -2px;
}
.edit-checkout-footer {
	border-top: 1px solid #e6e6e6;
	font-size: 12px;
	color: #737373;
	padding: 12px 0;
	position: absolute;
	margin-right: 0;
	right: calc(50% - 32px);
	min-width: 572px;
	bottom: 0;
}
@media only screen and (max-width: 1199px) {
	.edit-checkout-footer {
		position: relative;
		right: 0;
		padding: 38px 50px;
	}
}
@media only screen and (max-width: 991px) {
	.edit-checkout-footer {
		text-align: center;
		min-width: auto;
	}
}
.shop-info-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.shop-info-wrapper .toolbar-left .result-count {
	color: #444;
}
.product-quick-view-modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
	left: 0;
	z-index: 1050;
	overflow-x: hidden;
	overflow-y: auto;
	outline: 0;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1199px) {
	.product-quick-view-modal {
		padding: 0 10px;
	}
}
.product-quick-view-modal.active {
	opacity: 1;
	visibility: visible;
}
.product-quick-view-modal.active .product-quick-view-inner {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}
.product-quick-view-modal .canvas-overlay {
	position: fixed;
	top: 0;
	opacity: 0.5;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
}
.product-quick-view-inner {
	margin: 150px auto;
	max-width: 1483px;
	transition: -webkit-transform 0.3s ease-out;
	-webkit-transition: -webkit-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
	-webkit-transform: translate(0, -25%);
	transform: translate(0, -25%);
	position: relative;
	z-index: 9999;
}
@media only screen and (max-width: 1199px) {
	.product-quick-view-inner {
		margin: 50px auto;
	}
}
.product-quick-view-content {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	pointer-events: auto;
	position: relative;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.2);
	outline: 0;
	padding: 0;
	z-index: 9999;
}
@media only screen and (max-width: 1199px) {
	.product-quick-view-content {
		padding: 20px;
	}
}
.product-quick-view-content .btn-close {
	background-color: #444;
	background-image: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	height: 50px;
	padding: 0;
	margin: 0;
	color: #fff;
	cursor: pointer;
	float: right;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	opacity: 1;
	position: absolute;
	right: -25px;
	text-shadow: 0 1px 0 #fff;
	top: -25px;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	border-radius: 50%;
	width: 50px;
	z-index: 9999;
}
@media (max-width: 1540px) {
	.product-quick-view-content .btn-close {
		top: 0;
		right: 0;
	}
}
.product-quick-view-content .btn-close:hover {
	background-color: #009688;
}
.product-quick-view-content .thumb img {
	width: 100%;
}
.product-quick-view-content .single-product-info {
	padding: 40px 35px 20px;
}
@media only screen and (max-width: 767px) {
	.product-quick-view-content .single-product-info {
		padding: 40px 0 20px;
	}
}
.countdown-timer {
	bottom: 23px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	left: 50%;
	margin-bottom: 0;
	position: absolute;
	top: auto;
	transform: translate(-50%, 0%);
	-webkit-transform: translate(-50%, 0%);
	-moz-transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%);
	-o-transform: translate(-50%, 0%);
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}
.countdown-timer li {
	background-color: #009688;
	color: #fff;
	display: inline-block;
	margin-right: 3px;
	padding: 10px 7px 12px;
	text-align: center;
	line-height: 1;
}
.countdown-timer li span {
	display: inline-block;
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 4px;
}
.countdown-timer li p {
	color: #fff;
	font-size: 13px;
	font-weight: 300;
	line-height: 1;
	display: inline-block;
}
.countdown-timer li:last-child {
	margin-right: 0;
}
.fix {
	overflow: hidden;
}
.shop-checkout-area {
	padding: 100px 0 83px;
}
@media only screen and (max-width: 991px) {
	.shop-checkout-area {
		padding: 90px 0 73px;
	}
}
@media only screen and (max-width: 767px) {
	.shop-checkout-area {
		padding: 70px 0 53px;
	}
}
.shop-checkout-area .title {
	border-bottom: 2px solid #009688;
	color: #000;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: -0.48px;
	margin-bottom: 28px;
	padding-bottom: 24px;
}
.shop-checkout-area .shop-checkout-info {
	color: #000000;
	font-size: 14px;
}
.shop-checkout-area .place-order-btn {
	background-color: #000000;
	border: none;
	border-radius: 0;
	color: #fff;
	display: block;
	font-size: 14px;
	font-weight: 500;
	height: 60px;
	line-height: 60px;
	margin-top: 20px;
	padding: 0 26px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}
.shop-checkout-area .place-order-btn:hover {
	background-color: #009688;
}
.shop-checkout-area .shop-checkout-coupon {
	margin-bottom: 50px;
}
.shop-checkout-area .shop-checkout-coupon .card {
	border-radius: 0;
	border: none;
	background-color: transparent;
}
.shop-checkout-area .shop-checkout-coupon .card h6 {
	background-color: #eeeff2;
	color: #444;
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 0;
	padding: 17.5px 30px 19.5px 60px;
	position: relative;
}
.shop-checkout-area .shop-checkout-coupon .card h6:before {
	color: #6dde6d;
	content: "";
	font-family: "LaStudioIcons";
	font-size: 26px;
	top: calc(50% - 2px);
	left: 25px;
	position: absolute;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.shop-checkout-area .shop-checkout-coupon .card h6 span {
	color: #444;
	cursor: pointer;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}
.shop-checkout-area .shop-checkout-coupon .card h6 span:hover {
	color: #009688;
}
.shop-checkout-area .shop-checkout-coupon .card .card-body {
	border: 1px solid #d3ced2;
	padding: 22px 20px 32px;
	text-align: left;
	border-radius: 0;
	margin-top: 24px;
}
.shop-checkout-area .shop-checkout-coupon .card .card-body p {
	color: #666;
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 26px;
}
.shop-checkout-area .shop-checkout-coupon .card .card-body form .form-group {
	margin-bottom: 0;
}
.shop-checkout-area .shop-checkout-coupon .card .card-body form .form-group .form-control {
	border: 1px solid #ccc;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #000000;
	font-size: 14px;
	font-weight: 400;
	height: 52px;
	padding: 0 27px;
	line-height: 52px;
}
.shop-checkout-area .shop-checkout-coupon .card .card-body form .form-group .form-control::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #999999;
}
.shop-checkout-area .shop-checkout-coupon .card .card-body form .form-group .form-control::-moz-placeholder {
	/* Firefox 19+ */
	color: #999999;
}
.shop-checkout-area .shop-checkout-coupon .card .card-body form .form-group .form-control:-ms-input-placeholder {
	/* IE 10+ */
	color: #999999;
}
.shop-checkout-area .shop-checkout-coupon .card .card-body form .form-group .form-control:-moz-placeholder {
	/* Firefox 18- */
	color: #999999;
}
.shop-checkout-area .shop-checkout-coupon .card .card-body form .btn-coupon {
	background-color: #000;
	border: none;
	border-radius: 0;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	height: 50px;
	line-height: 50px;
	margin-top: 28px;
	padding: 0 26px;
	text-align: center;
	text-transform: uppercase;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}
.shop-checkout-area .shop-checkout-coupon .card .card-body form .btn-coupon:hover {
	background-color: #009688;
}
.shop-checkout-area .shop-return-login {
	margin-bottom: 30px;
}
.shop-checkout-area .shop-return-login .card {
	border-radius: 0;
	border: none;
	background-color: transparent;
}
.shop-checkout-area .shop-return-login .card h6 {
	background-color: #eeeff2;
	color: #444;
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 0;
	padding: 17.5px 30px 19.5px 60px;
	position: relative;
}
.shop-checkout-area .shop-return-login .card h6:before {
	color: #6dde6d;
	content: "";
	font-family: "LaStudioIcons";
	font-size: 26px;
	top: calc(50% - 2px);
	left: 25px;
	position: absolute;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.shop-checkout-area .shop-return-login .card h6 span {
	color: #444;
	cursor: pointer;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}
.shop-checkout-area .shop-return-login .card h6 span:hover {
	color: #009688;
}
.shop-checkout-area .shop-return-login .card .card-body {
	border: 1px solid #d3ced2;
	padding: 20px 20px 22px;
	text-align: left;
	border-radius: 0;
	margin-top: 24px;
}
.shop-checkout-area .shop-return-login .card .card-body p {
	color: #666;
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 26px;
}
.shop-checkout-area .shop-return-login .card .card-body form .form-group {
	margin-bottom: 12px;
}
.shop-checkout-area .shop-return-login .card .card-body form .form-group label {
	color: #666;
	font-size: 14px;
	margin-bottom: 9px;
}
.shop-checkout-area .shop-return-login .card .card-body form .form-group label .required {
	color: #009688;
	text-decoration: none;
}
.shop-checkout-area .shop-return-login .card .card-body form .form-group .form-control {
	border: 1px solid #ccc;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #000000;
	font-size: 14px;
	font-weight: 400;
	height: 52px;
	padding: 0 27px;
	line-height: 52px;
}
.shop-checkout-area .shop-return-login .card .card-body form .form-group .form-control::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #999999;
}
.shop-checkout-area .shop-return-login .card .card-body form .form-group .form-control::-moz-placeholder {
	/* Firefox 19+ */
	color: #999999;
}
.shop-checkout-area .shop-return-login .card .card-body form .form-group .form-control:-ms-input-placeholder {
	/* IE 10+ */
	color: #999999;
}
.shop-checkout-area .shop-return-login .card .card-body form .form-group .form-control:-moz-placeholder {
	/* Firefox 18- */
	color: #999999;
}
.shop-checkout-area .shop-return-login .card .card-body form .btn-coupon {
	background-color: #000;
	border: none;
	border-radius: 0;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	float: left;
	height: 50px;
	line-height: 50px;
	margin-top: 18px;
	padding: 0 20px;
	min-width: 200px;
	text-align: center;
	text-transform: uppercase;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}
.shop-checkout-area .shop-return-login .card .card-body form .btn-coupon:hover {
	background-color: #009688;
}
.shop-checkout-area .shop-return-login .card .card-body form .remember-lostpassword {
	display: inline-block;
	text-align: center;
	margin-left: 0;
	margin-bottom: 0;
	margin-top: 10px;
}
.shop-checkout-area .shop-return-login .card .card-body form .remember-lostpassword .lost-password {
	color: #000;
	text-decoration: underline;
	margin-top: 18px;
	display: inline-block;
}
.shop-checkout-area .shop-return-login .card .card-body form .remember-lostpassword .lost-password:hover {
	color: #009688;
}
.shop-checkout-area .shop-billing-form form .form-group {
	margin-bottom: 18px;
}
.shop-checkout-area .shop-billing-form form .form-group label {
	color: #000000;
	font-size: 14px;
	margin-bottom: 8px;
}
.shop-checkout-area .shop-billing-form form .form-group label .required {
	color: #009688;
	text-decoration: none;
}
.shop-checkout-area .shop-billing-form form .form-group .form-control {
	border: 1px solid #ebebeb;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #000000;
	font-size: 14px;
	font-weight: 400;
	height: 50px;
	padding: 0 20px;
	line-height: 52px;
}
.shop-checkout-area .shop-billing-form form .form-group .form-control::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #000000;
}
.shop-checkout-area .shop-billing-form form .form-group .form-control::-moz-placeholder {
	/* Firefox 19+ */
	color: #000000;
}
.shop-checkout-area .shop-billing-form form .form-group .form-control:-ms-input-placeholder {
	/* IE 10+ */
	color: #000000;
}
.shop-checkout-area .shop-billing-form form .form-group .form-control:-moz-placeholder {
	/* Firefox 18- */
	color: #000000;
}
.shop-checkout-area .shop-billing-form form .form-group .form-control:active, .shop-checkout-area .shop-billing-form form .form-group .form-control:focus {
	border-color: #bbb;
}
.shop-checkout-area .shop-billing-form form .form-group textarea.form-control {
	min-height: 150px;
}
.shop-checkout-area .shop-billing-form form .checkout-box-wrap .form-group {
	margin-bottom: 0;
}
.shop-checkout-area .shop-billing-form form .checkout-box-wrap .custom-checkbox .custom-control-input {
	position: relative;
	top: 1px;
}
.shop-checkout-area .shop-billing-form form .checkout-box-wrap .custom-checkbox .custom-control-input:checked ~ .custom-control-label:before {
	background-color: #fff;
	border-radius: 0;
	border-color: #999999;
	-webkit-box-shadow: none;
	box-shadow: none;
	height: 18px;
	text-align: center;
	width: 18px;
}
.shop-checkout-area .shop-billing-form form .checkout-box-wrap .custom-checkbox .custom-control-label {
	color: #000000;
	font-size: 14px;
	margin-bottom: 0;
	padding-left: 5px;
	padding-top: 1px;
	cursor: pointer;
}
.shop-checkout-area .shop-billing-form form .checkout-box-wrap .custom-checkbox .custom-control-label:before {
	background-color: #fff;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #999999;
	width: 18px;
	height: 18px;
}
.shop-checkout-area .shop-billing-form form .checkout-box-wrap.ship-different-address {
	padding-top: 10px;
	margin-bottom: 25px;
}
.shop-checkout-area .shop-billing-form form .checkout-box-wrap.ship-different-address .custom-control-input {
	position: relative;
	top: 1px;
}
.shop-checkout-area .shop-billing-form form .checkout-box-wrap.ship-different-address .custom-control-input:checked ~ .custom-control-label:after {
	top: 1px;
}
.shop-checkout-area .shop-billing-form form .checkout-box-wrap.ship-different-address .custom-control-label {
	color: #000000;
	font-size: 14px;
	line-height: 25px;
}
.shop-checkout-area .shop-billing-form form .checkout-box-wrap .account-create {
	display: none;
}
.shop-checkout-area .shop-billing-form form .checkout-box-wrap .ship-to-different {
	display: none;
}
.shop-checkout-area .order-review-details .table thead {
	margin-bottom: 27px;
}
.shop-checkout-area .order-review-details .table thead tr th {
	border-bottom: 1px solid #ebebeb;
	border-top: none;
	color: #000000;
	font-size: 14px;
	font-weight: 400;
	padding: 12px 0 10px;
}
.shop-checkout-area .order-review-details .table thead tr th:last-child {
	text-align: right;
}
.shop-checkout-area .order-review-details .table tbody tr td {
	border-color: #ebebeb;
	border-top: none;
	color: #000000;
	font-size: 14px;
	font-weight: 400;
	padding: 11px 0 9px;
}
.shop-checkout-area .order-review-details .table tbody tr td:last-child {
	text-align: right;
	font-size: 16px;
}
.shop-checkout-area .order-review-details .table tbody tr td .product-quantity {
	font-weight: 600;
	margin-left: 3px;
}
.shop-checkout-area .order-review-details .table tfoot .cart-subtotal th, .shop-checkout-area .order-review-details .table tfoot .cart-subtotal td {
	border-color: #ebebeb;
	border-top: none;
	color: #000000;
	font-size: 14px;
	font-weight: 400;
	padding: 10px 0 10px;
}
.shop-checkout-area .order-review-details .table tfoot .cart-subtotal td {
	color: #000000;
	font-size: 16px;
	text-align: right;
}
.shop-checkout-area .order-review-details .table tfoot .shipping .shipping-title {
	font-size: 14px;
	font-weight: 400;
	padding-left: 0;
	margin-bottom: 30px;
	padding: 21px 0 21px;
}
.shop-checkout-area .order-review-details .table tfoot .shipping .shipping-check {
	padding: 13px 0 9px;
	text-align: right;
}
.shop-checkout-area .order-review-details .table tfoot .shipping td {
	border-bottom: 1px solid #ebebeb;
	padding: 10px 0 10px;
}
.shop-checkout-area .order-review-details .table tfoot .shipping td .form-check {
	cursor: pointer;
	margin-bottom: 6px;
}
.shop-checkout-area .order-review-details .table tfoot .shipping td .form-check .form-check-input {
	-webkit-box-shadow: none;
	box-shadow: none;
	text-align: right;
	position: absolute;
	-webkit-box-shadow: 0 0 3px 0 inset rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 3px 0 inset rgba(0, 0, 0, 0.2);
}
.shop-checkout-area .order-review-details .table tfoot .shipping td label {
	color: #000000;
	font-size: 14px;
	font-weight: 400;
	cursor: pointer;
	padding-left: 2px;
	position: relative;
	top: -3px;
}
.shop-checkout-area .order-review-details .table tfoot .shipping td label span {
	font-size: 16px;
}
.shop-checkout-area .order-review-details .table tfoot .final-total th {
	font-weight: 400;
	font-size: 14px;
}
.shop-checkout-area .order-review-details .table tfoot .final-total th, .shop-checkout-area .order-review-details .table tfoot .final-total td {
	font-size: 14px;
	border-bottom: 1px solid #d6d6d6;
	border-top: none;
	padding: 10px 0 10px;
}
.shop-checkout-area .order-review-details .table tfoot .final-total td {
	color: #000000;
	font-weight: 600;
	font-size: 24px;
	text-align: right;
}
.shop-checkout-area .order-review-details .shop-payment-method {
	margin-top: 28px;
}
.shop-checkout-area .order-review-details .shop-payment-method .card {
	background-color: transparent;
	border-radius: 0;
	border: none;
	margin-bottom: 18px;
}
.shop-checkout-area .order-review-details .shop-payment-method .card .card-header {
	border: none;
	background-color: transparent;
	display: inline-block;
	padding: 0;
	line-height: 1;
}
.shop-checkout-area .order-review-details .shop-payment-method .card .card-header .title {
	border: none;
	color: #000000;
	font-size: 14px;
	font-weight: 400;
	font-family: "Poppins", sans-serif;
	position: relative;
	margin-bottom: 0;
	padding-left: 25px;
	padding-bottom: 0;
}
.shop-checkout-area .order-review-details .shop-payment-method .card .card-header .title:before {
	width: 16px;
	height: 16px;
	border: 1px solid #ccc;
	content: "";
	position: absolute;
	left: 0;
	border-radius: 50%;
	top: calc(50% - 2px);
	-webkit-box-shadow: 0 0 3px 0 inset rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 3px 0 inset rgba(0, 0, 0, 0.2);
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}
.shop-checkout-area .order-review-details .shop-payment-method .card .card-header .title[aria-expanded=true]:before {
	border: 5px solid #2196F3;
}
.shop-checkout-area .order-review-details .shop-payment-method .card .card-header .title img {
	max-width: 120px;
}
.shop-checkout-area .order-review-details .shop-payment-method .card .card-header .title a {
	color: #000000;
	font-size: 11.2px;
	padding-left: 10px;
}
.shop-checkout-area .order-review-details .shop-payment-method .card .card-header:hover {
	cursor: pointer;
}
.shop-checkout-area .order-review-details .shop-payment-method .card .card-body {
	padding: 0;
	margin-top: 10px;
	margin-bottom: 0;
}
.shop-checkout-area .order-review-details .shop-payment-method .card .card-body p {
	color: #000000;
	font-size: 13px;
	font-weight: 400;
}
/*
-----------------------------------------------------------------------
	Blog CSS
-----------------------------------------------------------------------
*/
.blog-area.blog-default-area {
	padding: 88px 0 161px;
}
@media only screen and (max-width: 991px) {
	.blog-area.blog-default-area {
		padding: 78px 0 137px;
	}
}
@media only screen and (max-width: 767px) {
	.blog-area.blog-default-area {
		padding: 58px 0 130px;
	}
}
.blog-area.blog-default-area .container {
	max-width: 1470px;
}
@media only screen and (max-width: 1199px) {
	.blog-area.blog-default-area .container .section-title {
		margin-bottom: 25px;
	}
}
.blog-area.blog-default-area .container .section-title .title {
	font-size: 50px;
	letter-spacing: -1px;
	margin-bottom: 55px;
}
@media only screen and (max-width: 1199px) {
	.blog-area.blog-default-area .container .section-title .title {
		font-size: 36px;
	}
}
.blog-area.blog-grid-area {
	padding: 100px 0 100px;
}
@media only screen and (max-width: 767px) {
	.blog-area.blog-grid-area {
		padding: 80px 0 50px;
	}
}
.blog-area.blog-grid-area .blog-content-column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
@media only screen and (max-width: 767px) {
	.blog-area.blog-grid-area .blog-content-column {
		display: block;
	}
}
.blog-area.blog-grid-area .sidebar-area {
	max-width: 300px;
	width: 100%;
}
@media only screen and (max-width: 767px) {
	.blog-area.blog-grid-area .sidebar-area {
		margin-top: 70px;
	}
}
.blog-area.blog-grid-area .blog-content-area {
	max-width: 790px;
	width: 100%;
}
@media only screen and (max-width: 1199px) {
	.blog-area.blog-grid-area .blog-content-area {
		padding-left: 50px;
	}
}
@media only screen and (max-width: 767px) {
	.blog-area.blog-grid-area .blog-content-area {
		padding-left: 0;
	}
}
.blog-area.blog-grid-area .blog-content-area.no-sidebar {
	padding: 0;
	max-width: none;
}
.blog-area.blog-grid-area .post-item {
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 50px;
	padding-bottom: 50px;
}
.blog-area.blog-grid-area .post-item .thumb {
	overflow: hidden;
}
.blog-area.blog-grid-area .post-item .thumb img {
	width: 100%;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transition: all 2s ease-in-out;
	-webkit-transition: all 2s ease-in-out;
	-moz-transition: all 2s ease-in-out;
	-ms-transition: all 2s ease-in-out;
	-o-transition: all 2s ease-in-out;
}
.blog-area.blog-grid-area .post-item .content .meta {
	margin-top: 18px;
	margin-bottom: 4px;
}
.blog-area.blog-grid-area .post-item .content .meta a {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.8;
}
.blog-area.blog-grid-area .post-item .content .meta a:hover {
	text-decoration: underline;
}
.blog-area.blog-grid-area .post-item .content .inner-content {
	margin-bottom: 22px;
}
.blog-area.blog-grid-area .post-item .content .inner-content .title {
	font-size: 24px;
	font-weight: 600;
	letter-spacing: -0.48px;
	line-height: 1.2;
}
@media only screen and (max-width: 767px) {
	.blog-area.blog-grid-area .post-item .content .inner-content .title {
		font-size: 18px;
		line-height: 1.4;
	}
}
.blog-area.blog-grid-area .post-item .content .inner-content .title a {
	color: #000000;
}
.blog-area.blog-grid-area .post-item .content .inner-content .title a:hover {
	color: #009688;
}
.blog-area.blog-grid-area .post-item .content .inner-content p {
	color: #444;
	font-size: 15px;
	font-weight: 400;
	line-height: 27px;
}
.blog-area.blog-grid-area .post-item .content .btn-theme {
	font-size: 14px;
	line-height: 1.7;
	padding: 11px 35px 11.3px;
}
.blog-area.blog-grid-area .post-item:hover .thumb img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
}
.blog-area.blog-grid-area .pagination-area {
	margin-top: 66px;
}
.blog-area.blog-grid-area .pagination-area nav .page-numbers li {
	margin: 0 9px 0 0;
}
.blog-area.blog-grid-area .pagination-area nav .page-numbers li .page-number {
	color: #a8a8a8;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	padding: 8px 2px;
	min-width: 38px;
}
.blog-area.blog-grid-area .pagination-area nav .page-numbers li .page-number.next i {
	line-height: 1;
	font-size: 14px;
}
.blog-area.blog-grid-area .pagination-area nav .page-numbers li .page-number.active {
	background-color: #000000;
	color: #fff;
	cursor: pointer;
}
.blog-area.blog-grid-area .pagination-area nav .page-numbers li .page-number:hover {
	background-color: #000000;
	color: #fff;
}
.blog-area.blog-grid-area.style-two .blog-content-column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
@media only screen and (max-width: 767px) {
	.blog-area.blog-grid-area.style-two .blog-content-column {
		display: block;
	}
}
@media only screen and (max-width: 1199px) {
	.blog-area.blog-grid-area.style-two .blog-content-area {
		padding-right: 50px;
	}
}
@media only screen and (max-width: 767px) {
	.blog-area.blog-grid-area.style-two .blog-content-area {
		padding-right: 0;
	}
}
.blog-area.blog-style1-area {
	background-color: #eee;
	padding: 0;
}
.blog-area.blog-style1-area .container-fluid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0;
}
@media only screen and (max-width: 991px) {
	.blog-area.blog-style1-area .container-fluid {
		padding: 0 50px;
	}
}
@media only screen and (max-width: 767px) {
	.blog-area.blog-style1-area .container-fluid {
		display: block;
		padding: 0 15px;
	}
}
.blog-area.blog-style1-area .container-fluid .col-left {
	padding-top: 105px;
	position: relative;
	width: 41.18%;
}
@media only screen and (max-width: 767px) {
	.blog-area.blog-style1-area .container-fluid .col-left {
		margin-bottom: 30px;
		padding-top: 30px;
		width: 100%;
	}
}
.blog-area.blog-style1-area .container-fluid .col-left .post-items.post-items-style3 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.blog-area.blog-style1-area .container-fluid .col-left .post-items.post-items-style3 .post-item {
	max-width: 600px;
	position: relative;
	right: -56px;
}
@media only screen and (max-width: 991px) {
	.blog-area.blog-style1-area .container-fluid .col-left .post-items.post-items-style3 .post-item {
		right: auto;
	}
}
@media only screen and (max-width: 767px) {
	.blog-area.blog-style1-area .container-fluid .col-left .post-items.post-items-style3 .post-item {
		max-width: none;
	}
}
.blog-area.blog-style1-area .container-fluid .col-left .post-items.post-items-style3 .post-item .text-rotate {
	color: #999999;
	font-family: "Mukta", sans-serif;
	font-size: 22px;
	left: -50px;
	letter-spacing: 6.6px;
	line-height: 1;
	margin: auto;
	padding: 0;
	position: absolute;
	top: 13px;
	-webkit-writing-mode: vertical-lr;
	-ms-writing-mode: tb-lr;
	writing-mode: vertical-lr;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
@media (max-width: 1599px) {
	.blog-area.blog-style1-area .container-fluid .col-left .post-items.post-items-style3 .post-item .text-rotate {
		left: -30px;
	}
}
@media only screen and (max-width: 767px) {
	.blog-area.blog-style1-area .container-fluid .col-left .post-items.post-items-style3 .post-item .text-rotate {
		display: none;
	}
}
.blog-area.blog-style1-area .container-fluid .col-left .btn-theme.btn-top {
	background-color: #222;
	bottom: 0;
	font-size: 18px;
	left: 0;
	letter-spacing: 1.8px;
	line-height: 30px;
	padding: 20px 30px 20px 30px;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}
@media only screen and (max-width: 767px) {
	.blog-area.blog-style1-area .container-fluid .col-left .btn-theme.btn-top {
		display: none;
	}
}
.blog-area.blog-style1-area .container-fluid .col-left .btn-theme.btn-top:hover {
	background-color: #bb7b1c;
}
.blog-area.blog-style1-area .container-fluid .col-right {
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-bottom: 80px;
	padding-top: 100px;
	width: 58.82%;
}
@media only screen and (max-width: 1199px) {
	.blog-area.blog-style1-area .container-fluid .col-right {
		padding-top: 70px;
	}
}
@media only screen and (max-width: 767px) {
	.blog-area.blog-style1-area .container-fluid .col-right {
		padding-bottom: 60px;
		width: 100%;
	}
}
.blog-area.blog-style1-area .container-fluid .col-right .content-right {
	left: 34px;
	max-width: 546.55px;
	position: relative;
}
@media only screen and (max-width: 991px) {
	.blog-area.blog-style1-area .container-fluid .col-right .content-right {
		left: 0;
		max-width: 300px;
	}
}
@media only screen and (max-width: 767px) {
	.blog-area.blog-style1-area .container-fluid .col-right .content-right {
		max-width: none;
	}
}
.blog-area.blog-style1-area .container-fluid .col-right .post-items.post-items-style3 .post-item {
	position: relative;
}
.blog-area.blog-style1-area .container-fluid .col-right .post-items.post-items-style3 .post-item .text-rotate {
	color: #999999;
	font-family: "Mukta", sans-serif;
	font-size: 22px;
	left: -50px;
	letter-spacing: 6.6px;
	line-height: 1;
	margin: auto;
	padding: 0;
	position: absolute;
	top: 13px;
	-webkit-writing-mode: vertical-lr;
	-ms-writing-mode: tb-lr;
	writing-mode: vertical-lr;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
@media (max-width: 1599px) {
	.blog-area.blog-style1-area .container-fluid .col-right .post-items.post-items-style3 .post-item .text-rotate {
		left: -30px;
	}
}
@media only screen and (max-width: 767px) {
	.blog-area.blog-style1-area .container-fluid .col-right .post-items.post-items-style3 .post-item .text-rotate {
		display: none;
	}
}
.blog-area.blog-style1-area .container-fluid .col-right .btn-theme.btn-blog {
	background-color: #222;
	font-size: 18px;
	letter-spacing: 1.8px;
	line-height: 30px;
	margin-bottom: 110px;
	padding: 20px 30px 20px 30px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}
@media only screen and (max-width: 1199px) {
	.blog-area.blog-style1-area .container-fluid .col-right .btn-theme.btn-blog {
		margin-bottom: 50px;
	}
}
.blog-area.blog-style1-area .container-fluid .col-right .btn-theme.btn-blog:hover {
	background-color: #bb7b1c;
}
.blog-area.blog-style1-area .container-fluid .section-title {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 88px;
	position: relative;
	right: -58px;
}
@media only screen and (max-width: 991px) {
	.blog-area.blog-style1-area .container-fluid .section-title {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: start;
		right: auto;
	}
}
@media only screen and (max-width: 767px) {
	.blog-area.blog-style1-area .container-fluid .section-title {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 30px;
	}
}
.blog-area.blog-style1-area .container-fluid .section-title .title {
	font-size: 70px;
	font-weight: 400;
	letter-spacing: -1.4px;
	margin-bottom: 3px;
}
@media only screen and (max-width: 1199px) {
	.blog-area.blog-style1-area .container-fluid .section-title .title {
		font-size: 40px;
	}
}
.blog-area.blog-style1-area .container-fluid .section-title .title-stroke {
	font-size: 70px;
	font-weight: 400;
	letter-spacing: -1.4px;
	margin-right: 17px;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: currentColor;
}
@media only screen and (max-width: 1199px) {
	.blog-area.blog-style1-area .container-fluid .section-title .title-stroke {
		font-size: 40px;
	}
}
.blog-area.blog-related-area {
	padding-bottom: 69px;
}
.blog-area.blog-related-area .section-title {
	margin: 0;
	padding: 49px 0 50px;
	border-top: 1px solid #ebebeb;
}
.blog-area.blog-related-area .section-title .title {
	font-size: 28px;
	font-weight: 600;
	letter-spacing: -0.56px;
	line-height: 1.2;
}
.blog-area.blog-about-area {
	padding: 81px 0 65px;
}
@media only screen and (max-width: 1199px) {
	.blog-area.blog-about-area {
		padding: 60px 0 60px;
	}
}
.blog-area.blog-about-area .container {
	max-width: 1470px;
}
.blog-area.blog-about-area .container .section-title {
	margin-bottom: 92px;
}
@media only screen and (max-width: 1199px) {
	.blog-area.blog-about-area .container .section-title {
		margin-bottom: 70px;
	}
}
.blog-area.blog-about-area .container .section-title .title {
	font-size: 36px;
	letter-spacing: -0.72px;
	line-height: 1.3px;
	margin-bottom: 0;
}
@media only screen and (max-width: 575px) {
	.blog-area.blog-about-area .post-items .post-item {
		display: block;
	}
}
@media only screen and (max-width: 575px) {
	.blog-area.blog-about-area .post-items .post-item .thumb {
		margin-bottom: 30px;
		margin-right: 0;
		width: 100%;
	}
}
@media only screen and (max-width: 1199px) {
	.blog-area.blog-about-area .post-items .post-item .content {
		padding-top: 0;
	}
}
.blog-area.blog-about-area .post-items .post-item .content .inner-content .title {
	font-size: 18px;
	font-weight: 600;
	text-transform: capitalize;
}
.blog-area.blog-about-area .post-items .post-item .content .inner-content p {
	font-size: 14px;
}
.blog-area.blog-about-area .post-items .post-item .content .btn-theme {
	font-size: 13px;
	text-transform: capitalize;
}
.post-items .post-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}
.post-items .post-item .thumb {
	margin-right: 30px;
	overflow: hidden;
	position: relative;
	width: 345px;
}
.post-items .post-item .thumb > a {
	display: block;
	position: relative;
}
.post-items .post-item .thumb img {
	width: 100%;
	transition: 2s;
	-webkit-transition: 2s;
	-moz-transition: 2s;
	-ms-transition: 2s;
	-o-transition: 2s;
}
.post-items .post-item .thumb:hover img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
}
.post-items .post-item .content {
	max-width: 315px;
	padding: 19px 0 0;
}
.post-items .post-item .content .post-meta {
	margin-bottom: 14px;
}
.post-items .post-item .content .post-meta img {
	border-radius: 50%;
	margin-top: 1px;
	height: 40px;
	width: 40px;
}
.post-items .post-item .content .post-meta a {
	color: #000000;
	font-size: 14px;
	margin-left: 10px;
}
.post-items .post-item .content .post-meta a:hover {
	color: #9771B0;
}
.post-items .post-item .content .inner-content .title {
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.post-items .post-item .content .inner-content .title a {
	color: #000000;
}
.post-items .post-item .content .inner-content .title a:hover {
	color: #9771B0;
}
.post-items .post-item .content .inner-content p {
	color: #666;
	font-size: 18px;
	margin-bottom: 20px;
	line-height: 1.6;
}
.post-items .post-item .content .btn-theme {
	border-color: #000000;
	color: #000000;
	font-size: 18px;
	padding: 10px 15px 10px 15px;
	text-transform: uppercase;
	line-height: normal;
}
.post-items .post-item .content .btn-theme:hover {
	background-color: #bfabcd;
	border-color: #bfabcd;
	color: #fff;
}
.post-items.post-items-style3 .post-item {
	display: block;
}
.post-items.post-items-style3 .post-item .thumb {
	width: auto;
	margin-right: 0;
}
@media only screen and (max-width: 1199px) {
	.post-items.post-items-style3 .post-item .thumb {
		width: 345px;
	}
}
@media only screen and (max-width: 991px) {
	.post-items.post-items-style3 .post-item .thumb {
		width: 100%;
	}
}
.post-items.post-items-style3 .post-item .thumb img {
	width: 100%;
}
.post-items.post-items-style3 .post-item .content {
	max-width: none;
	padding-top: 30px;
	text-align: center;
}
.post-items.post-items-style3 .post-item .content .inner-content .title {
	color: #000000;
	font-size: 32px;
	font-weight: 400;
	letter-spacing: -0.64px;
	text-transform: none;
}
@media only screen and (max-width: 1199px) {
	.post-items.post-items-style3 .post-item .content .inner-content .title {
		font-size: 24px;
	}
}
.post-items.post-items-style3 .post-item .content .inner-content .title a:hover {
	color: #000000;
}
.post-items.post-items-style3 .post-item .content .inner-content p {
	color: #666;
	font-size: 20px;
	line-height: 36px;
}
@media only screen and (max-width: 991px) {
	.post-items.post-items-style3 .post-item .content .inner-content p br {
		display: none;
	}
}
.post-items.post-items-style3 .btn-blog {
	background-color: #222;
	margin-bottom: 100px;
	padding: 23px 30px 22px 30px;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 1.8px;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
}
.post-items.post-items-style3 .btn-blog:hover {
	background-color: #bb7b1c;
}
.post-items-style2 .post-item {
	margin-bottom: 50px;
}
.post-items-style2 .pagination-area {
	margin-top: 22px;
}
.post-items-style3 .post-item .content .title {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.4;
	margin-top: 20px;
	text-align: center;
}
.post-items-style3 .post-item .content .title a {
	color: #000000;
}
.post-items-style3 .post-item .content .title a:hover {
	color: #009688;
}
.blog-grid-area {
	padding: 100px 0 101px;
}
@media only screen and (max-width: 1199px) {
	.blog-grid-area {
		padding: 70px 0px 70px;
	}
}
.post-slider-container .swiper-pagination {
	bottom: auto;
	position: relative;
	margin-top: 56px;
}
.post-slider-container .swiper-pagination .swiper-pagination-bullet {
	background-color: #d8d8d8;
	width: 14px;
	height: 14px;
	opacity: 1;
	margin: 0 10px !important;
}
.post-slider-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #bfabcd;
}
.post-slider-container .swiper-pagination .swiper-pagination-bullet:hover {
	background-color: #bfabcd;
}
.blog-details-area {
	padding: 80px 0 78px;
}
.blog-details-area .blog-content-column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
@media only screen and (max-width: 991px) {
	.blog-details-area .blog-content-column {
		display: block;
	}
}
.blog-details-area .blog-content-column .sidebar-area {
	max-width: 300px;
	width: 100%;
}
@media only screen and (max-width: 991px) {
	.blog-details-area .blog-content-column .sidebar-area {
		margin-top: 70px;
	}
}
.blog-details-area .blog-content-column .blog-content-area {
	max-width: 790px;
	width: 100%;
}
@media only screen and (max-width: 1199px) {
	.blog-details-area .blog-content-column .blog-content-area {
		padding-left: 50px;
	}
}
@media only screen and (max-width: 991px) {
	.blog-details-area .blog-content-column .blog-content-area {
		padding-left: 0;
		max-width: none;
	}
}
.blog-details-area .blog-content-column .blog-content-area.no-sidebar {
	max-width: none;
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.blog-details-area.style-two .blog-content-column {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}
@media only screen and (max-width: 991px) {
	.blog-details-area.style-two .blog-content-column {
		display: block;
	}
}
@media only screen and (max-width: 1199px) {
	.blog-details-area.style-two .blog-content-area {
		padding-right: 50px;
	}
}
@media only screen and (max-width: 991px) {
	.blog-details-area.style-two .blog-content-area {
		padding-right: 0;
	}
}
.sidebar-area .widget .widget-title {
	color: #000000;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: -0.4px;
	margin: 0;
	text-transform: capitalize;
}
.sidebar-area .widget-search-box form .form-input-item {
	color: #000000;
	margin-bottom: 60px;
	margin-top: 17px;
	position: relative;
}
.sidebar-area .widget-search-box form .form-input-item input {
	border: 1px solid #ebebeb;
	font-size: 14px;
	font-weight: 400;
	line-height: 28px;
	height: 60px;
	padding: 15px 40px 15px 20px;
	width: 100%;
	background: transparent;
	color: inherit;
}
.sidebar-area .widget-search-box form .form-input-item input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	font-size: 14px;
}
.sidebar-area .widget-search-box form .form-input-item input::-moz-placeholder {
	/* Firefox 19+ */
	font-size: 14px;
}
.sidebar-area .widget-search-box form .form-input-item input:-ms-input-placeholder {
	/* IE 10+ */
	font-size: 14px;
}
.sidebar-area .widget-search-box form .form-input-item input:-moz-placeholder {
	/* Firefox 18- */
	font-size: 14px;
}
.sidebar-area .widget-search-box form .form-input-item button {
	border: none;
	background-color: transparent;
	display: block;
	color: inherit;
	position: absolute;
	padding-right: 16px;
	right: 0;
	top: 50%;
	font-size: 18px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.sidebar-area .widget-search-box form .form-input-item button i {
	font-size: 16px;
}
.sidebar-area .widget-custom-menu {
	margin-bottom: 60px;
	margin-top: 20px;
}
.sidebar-area .widget-custom-menu ul .has-sub {
	color: #444;
	padding: 6px 0;
	margin-bottom: 6px;
	position: relative;
}
.sidebar-area .widget-custom-menu ul .has-sub a {
	display: block;
	position: relative;
}
.sidebar-area .widget-custom-menu ul .has-sub a:before {
	color: #000000;
	content: "";
	font-family: "LaStudioIcons";
	position: absolute;
	right: 0;
	font-size: 12px;
	font-weight: 400;
	top: 4px;
}
.sidebar-area .widget-custom-menu ul .has-sub a:not(.collapsed):before {
	content: "";
}
.sidebar-area .widget-custom-menu ul .has-sub .collapsed {
	color: #444;
	font-size: 16px;
}
.sidebar-area .widget-custom-menu ul .has-sub .collapsed:hover {
	color: #009688;
}
.sidebar-area .widget-custom-menu ul .has-sub ul {
	margin-left: 15px;
	margin-left: 16px;
	padding-top: 14px;
	padding-bottom: 3px;
}
.sidebar-area .widget-custom-menu ul .has-sub ul li {
	margin-bottom: 9px;
}
.sidebar-area .widget-custom-menu ul .has-sub ul li a {
	color: #444;
}
.sidebar-area .widget-custom-menu ul .has-sub ul li a:before {
	display: none;
}
.sidebar-area .widget-custom-menu ul .has-sub ul li a:hover {
	color: #009688;
}
.sidebar-area .widget-custom-menu ul .has-sub ul li:last-child {
	margin-bottom: 0;
}
.sidebar-area .widget-tags {
	margin-top: 23px;
}
.sidebar-area .widget-tags ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.sidebar-area .widget-tags ul li {
	margin: 0;
	padding-bottom: 5px;
	padding-right: 4px;
}
.sidebar-area .widget-tags ul li a {
	border: none;
	color: #000000;
	font-size: 14px;
	padding: 0;
}
.sidebar-area .widget-tags ul li a:hover {
	background-color: transparent;
	color: #009688;
	text-decoration: underline;
}
.sidebar-area .widget-blog-post {
	margin-top: 36px;
}
.sidebar-area .widget-blog-post ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 38px;
	padding-bottom: 35px;
}
.sidebar-area .widget-blog-post ul li .thumb {
	min-width: 100px;
	margin-right: 20px;
}
.sidebar-area .widget-blog-post ul li .content h4 {
	color: #000000;
	font-size: 16px;
	font-weight: 400;
	font-family: "Poppins", sans-serif;
	line-height: 1.4;
	margin-bottom: 5px;
}
.sidebar-area .widget-blog-post ul li .content h4 a {
	color: #000000;
}
.sidebar-area .widget-blog-post ul li .content h4 a:hover {
	color: #009688;
}
.sidebar-area .widget-blog-post ul li .content span {
	color: #a8a8a8;
	display: block;
	font-size: 12px;
	line-height: 1.8;
}
.sidebar-area .widget-blog-post ul li:last-child {
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.sidebar-area .widget-gallery {
	margin-bottom: 68px;
	margin-top: 32px;
}
.sidebar-area .widget-gallery .gallery-item {
	position: relative;
	margin-bottom: 4px;
}
.sidebar-area .widget-gallery .gallery-item:before {
	background-color: rgba(84, 89, 95, 0.6);
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	opacity: 0;
	left: 0;
	z-index: 0;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.sidebar-area .widget-gallery .gallery-item a {
	color: #fff;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
.sidebar-area .widget-gallery .gallery-item a i {
	font-size: 14px;
	left: 50%;
	position: absolute;
	top: 50%;
	opacity: 0;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.sidebar-area .widget-gallery .gallery-item:hover:before {
	opacity: 1;
}
.sidebar-area .widget-gallery .gallery-item:hover a i {
	opacity: 1;
}
.sidebar-area .widget-banner {
	margin-top: 62px;
	margin-bottom: 70px;
	position: relative;
}
.sidebar-area .widget-banner a:before {
	background-color: #000000;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.1;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}
.sidebar-area .widget-banner:hover a:before {
	opacity: 0.4;
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
}
.post-details-content .post-details-body .content .category {
	margin-top: 23px;
	margin-bottom: 4px;
}
.post-details-content .post-details-body .content .category a {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.8;
}
.post-details-content .post-details-body .content .category a:hover {
	text-decoration: underline;
}
.post-details-content .post-details-body .content p {
	color: #444;
	font-size: 16px;
	font-weight: 400;
	line-height: 2;
	margin-bottom: 0;
	margin-top: 10px;
}
.post-details-content .post-details-body .content h4 {
	font-size: 28px;
	font-weight: 600;
	letter-spacing: -0.56px;
	line-height: 1.2;
	margin-top: 0;
}
@media only screen and (max-width: 575px) {
	.post-details-content .post-details-body .content h4 {
		font-size: 20px;
		line-height: 1.41;
	}
}
.post-details-content .post-details-body .content .meta {
	border-bottom: 1px solid #ebebeb;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 20px;
	margin-top: 8px;
	margin-bottom: 30px;
}
.post-details-content .post-details-body .content .meta li {
	color: #444;
	font-size: 14px;
	font-weight: 400;
}
.post-details-content .post-details-body .content .meta li a {
	color: #444;
}
.post-details-content .post-details-body .content .meta li a:hover {
	color: #009688;
}
.post-details-content .post-details-body .content .meta .author {
	margin-right: 14px;
}
.post-details-content .post-details-body .content .meta .date {
	margin-left: 14px;
}
.post-details-content .post-details-body .content .blockquote-area {
	margin-bottom: 10px;
}
.post-details-content .post-details-body .content .blockquote-area .blockquote-style1 {
	color: #000000;
	font-size: 16px;
	font-weight: 600;
	line-height: 32px;
	margin-bottom: 10px;
}
.post-details-content .post-details-body .content .blockquote-area2 {
	text-align: center;
	padding: 60px 40px;
	margin: 50px 0;
	position: relative;
}
.post-details-content .post-details-body .content .blockquote-area2:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	pointer-events: none;
	background-color: #009688;
	z-index: -1;
	width: 17em;
	height: 17em;
	border-radius: 50%;
	opacity: 0.3;
}
.post-details-content .post-details-body .content .blockquote-area2 .blockquote-style2 {
	color: #000000;
	font-size: 34px;
	font-weight: 600;
	letter-spacing: -0.68px;
	line-height: 1.3;
	margin: 0;
	max-width: 400px;
	margin-bottom: 11px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.post-details-content .post-details-body .content .blockquote-area2 h5 {
	font-size: 16px;
	font-weight: 400;
	font-family: "Poppins", sans-serif;
	line-height: 1.6;
	margin: 0;
}
.post-details-content .post-details-body .content .video-thumb {
	position: relative;
	margin-top: 20px;
	margin-bottom: 32px;
}
.post-details-content .post-details-body .content .video-thumb:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}
.post-details-content .post-details-body .content .video-thumb .video-img:before {
	color: #000000;
	font-family: LaStudioIcons;
	display: inline-block;
	vertical-align: middle;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	content: "";
	position: absolute;
	width: 68px;
	height: 68px;
	line-height: 68px;
	text-align: center;
	left: 50%;
	top: 50%;
	margin-left: -34px;
	margin-top: -34px;
	z-index: 2;
	font-size: 18px;
	background: white;
	border-radius: 50%;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}
.post-details-content .post-details-body .content .video-thumb:hover .video-img:before {
	color: #009688;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.post-details-content .post-details-body .content .video-thumb:hover:after {
	opacity: 0.2;
}
.post-details-content .post-details-body .content .category-social-content {
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 12px;
	padding-bottom: 15px;
	margin-top: 70px;
	margin-bottom: 61px;
}
@media only screen and (max-width: 575px) {
	.post-details-content .post-details-body .content .category-social-content {
		display: block;
	}
}
@media only screen and (max-width: 575px) {
	.post-details-content .post-details-body .content .category-social-content .category-items {
		margin-bottom: 15px;
	}
}
.post-details-content .post-details-body .content .category-social-content .category-items span {
	color: #a8a8a8;
	font-size: 14px;
}
.post-details-content .post-details-body .content .category-social-content .category-items a {
	color: #444;
	font-size: 14px;
	font-weight: 400;
	margin-right: 0;
}
.post-details-content .post-details-body .content .category-social-content .category-items a:hover {
	color: #009688;
}
.post-details-content .post-details-body .content .category-social-content .social-items {
	margin-top: 1px;
}
.post-details-content .post-details-body .content .category-social-content .social-items a {
	font-size: 14px;
	margin-left: 6px;
	display: inline-block;
	line-height: 29px;
	width: 27px;
	height: 27px;
	text-align: center;
	color: #fff;
	border-radius: 50%;
}
.post-details-content .post-details-body .content .category-social-content .social-items a.one {
	background-color: #272eae;
}
.post-details-content .post-details-body .content .category-social-content .social-items a.two {
	background-color: #1590d8;
}
.post-details-content .post-details-body .content .category-social-content .social-items a.three {
	background-color: #a8a8a8;
}
.post-details-content .post-details-body .content .category-social-content .social-items a.four {
	background-color: #d0021b;
}
.comments-area h2 {
	font-size: 20px;
	font-weight: 600;
	letter-spacing: -0.4px;
	line-height: 1.4;
	margin-bottom: 15px;
}
.comments-area .comments-form-wrap form .comments-form-content .form-group .form-control {
	border-color: #ebebeb;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 17px;
	min-height: 60px;
	padding: 15px 25px;
}
.comments-area .comments-form-wrap form .comments-form-content .form-group .form-control.textarea {
	margin-bottom: 20px;
	min-height: 150px;
	padding: 20px;
}
.comments-area .comments-form-wrap form .comments-form-content .form-group .form-control::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #000000;
	font-size: 14px;
}
.comments-area .comments-form-wrap form .comments-form-content .form-group .form-control::-moz-placeholder {
	/* Firefox 19+ */
	color: #000000;
	font-size: 14px;
}
.comments-area .comments-form-wrap form .comments-form-content .form-group .form-control:-ms-input-placeholder {
	/* IE 10+ */
	color: #000000;
	font-size: 14px;
}
.comments-area .comments-form-wrap form .comments-form-content .form-group .form-control:-moz-placeholder {
	/* Firefox 18- */
	color: #000000;
	font-size: 14px;
}
.comments-area .comments-form-wrap form .comments-form-content .form-group .form-control:focus {
	border-color: #bbb;
}
.comments-area .comments-form-wrap form .comments-form-content .form-group .comment-form-cookies {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 22px;
}
.comments-area .comments-form-wrap form .comments-form-content .form-group .comment-form-cookies input[type=checkbox] {
	background-color: #fff;
	border: 1px solid #bbb;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	display: inline-block;
	line-height: 0;
	min-width: 16px;
	height: 16px;
	margin: -3px 14px 0 0;
	outline: 0;
	text-align: center;
	vertical-align: middle;
	clear: none;
	cursor: pointer;
	-webkit-appearance: none;
	width: 16px;
}
.comments-area .comments-form-wrap form .comments-form-content .form-group .comment-form-cookies label {
	color: #444;
	font-size: 14px;
	padding: 0 5px;
}
.comments-area .comments-form-wrap form .comments-form-content .form-group .btn-theme {
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	top: -3px;
	padding: 19px 30px;
	min-width: 180px;
}
.comments-area .comments-form-wrap form .comments-form-content .form-group .form-check-input {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	margin-top: 6px;
}
.comments-area .comments-form-wrap form .comments-form-content .form-group .form-check-label {
	color: #444;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.8;
	padding-left: 15px;
	margin-bottom: 22px;
}
/*
-----------------------------------------------------------------------
	Contact CSS
-----------------------------------------------------------------------
*/
.contact-area {
	padding: 110px 0;
	position: relative;
}
@media only screen and (max-width: 1199px) {
	.contact-area {
		padding: 70px 0;
	}
}
.contact-area .section-title {
	margin-bottom: 30px;
}
.contact-area .section-title .title {
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 9px;
}
.contact-area .section-title p {
	font-weight: 500;
	line-height: 24px;
}
.contact-area .contact-form .contact-form-wrapper.form-style {
	padding-right: 14.82px;
}
@media only screen and (max-width: 575px) {
	.contact-area .contact-form .contact-form-wrapper.form-style {
		padding-right: 0;
	}
}
.contact-area .contact-form .contact-form-wrapper.form-style .form-group {
	margin-bottom: 20px;
}
.contact-area .contact-form .contact-form-wrapper.form-style .form-group .form-control {
	padding: 2px 20px;
}
.contact-area .contact-form .contact-form-wrapper.form-style .form-group .form-control.textarea {
	min-height: 120px;
	padding: 18px 20px 12px 20px;
}
.contact-area .contact-info-wrapper {
	padding-left: 85px;
}
@media only screen and (max-width: 1199px) {
	.contact-area .contact-info-wrapper {
		padding-left: 15px;
	}
}
@media only screen and (max-width: 991px) {
	.contact-area .contact-info-wrapper {
		margin-top: 70px;
		padding-left: 0;
	}
}
.contact-area.contact-about-area {
	padding: 0;
	position: relative;
}
.contact-area.contact-about-area .container-fluid {
	padding: 0;
}
.contact-area.contact-about-area .container-fluid .col-left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	top: 50%;
	z-index: 3;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}
.contact-area.contact-about-area .container-fluid .col-left .section-title {
	margin-bottom: 0;
	margin-top: 6px;
}
@media only screen and (max-width: 991px) {
	.contact-area.contact-about-area .container-fluid .col-left .section-title {
		padding: 70px 0;
	}
}
.contact-area.contact-about-area .container-fluid .col-left .section-title .title {
	color: #fff;
	font-size: 36px;
	font-weight: 600;
	letter-spacing: -0.72px;
	margin-bottom: 25px;
	text-transform: capitalize;
}
.contact-area.contact-about-area .container-fluid .col-left .section-title p {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.8;
	width: 460px;
}
.contact-area.contact-about-area .container-fluid .col-right {
	background-color: rgba(0, 0, 0, 0.7);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 104px 80px 133px 80px;
	position: relative;
	z-index: 3;
}
@media only screen and (max-width: 767px) {
	.contact-area.contact-about-area .container-fluid .col-right {
		padding-bottom: 100px;
	}
}
@media only screen and (max-width: 575px) {
	.contact-area.contact-about-area .container-fluid .col-right {
		padding: 80px 30px;
	}
}
.contact-area.contact-about-area .container-fluid .col-right .contact-form {
	max-width: 610px;
	z-index: 1;
}
.contact-area.contact-about-area .container-fluid .col-right .contact-form .contact-form-wrapper .form-group {
	text-align: center;
	margin-bottom: 14px;
}
.contact-area.contact-about-area .container-fluid .col-right .contact-form .contact-form-wrapper .form-group .form-control {
	border: none;
	border-bottom: 1px solid #ccc;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 35px;
	padding: 15px 0 19px 0;
}
.contact-area.contact-about-area .container-fluid .col-right .contact-form .contact-form-wrapper .form-group .form-control::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #fff;
	font-size: 16px;
}
.contact-area.contact-about-area .container-fluid .col-right .contact-form .contact-form-wrapper .form-group .form-control::-moz-placeholder {
	/* Firefox 19+ */
	color: #fff;
	font-size: 16px;
}
.contact-area.contact-about-area .container-fluid .col-right .contact-form .contact-form-wrapper .form-group .form-control:-ms-input-placeholder {
	/* IE 10+ */
	color: #fff;
	font-size: 16px;
}
.contact-area.contact-about-area .container-fluid .col-right .contact-form .contact-form-wrapper .form-group .form-control:-moz-placeholder {
	/* Firefox 18- */
	color: #fff;
	font-size: 16px;
}
.contact-area.contact-about-area .container-fluid .col-right .contact-form .contact-form-wrapper .form-group .form-control.textarea {
	min-height: 176px;
	padding-top: 11px;
}
.contact-area.contact-about-area .container-fluid .col-right .contact-form .contact-form-wrapper .form-group .btn-theme {
	background-color: #009688;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	padding: 10px 30px;
	margin-top: 30px;
}
.contact-area.contact-about-area .container-fluid .col-right .contact-form .contact-form-wrapper .form-group .btn-theme:hover {
	background-color: #fff;
	color: #000;
}
.contact-area.contact-about-area .canvas-overlay {
	background-color: #222;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0.6;
	z-index: 2;
}
.account-login-area {
	padding: 122px 0 185px;
}
@media only screen and (max-width: 767px) {
	.account-login-area {
		padding: 80px 0 90px;
	}
}
.account-login-area .login-top .login-form-nav .nav-tabs {
	border-bottom: 2px solid #009688;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: 6px;
}
.account-login-area .login-top .login-form-nav .nav-tabs .nav-link {
	cursor: pointer;
	color: #009688;
	border: none;
	background: none;
	padding: 0;
	font-size: 20px;
	font-weight: 400;
	font-family: "Montserrat", sans-serif;
	letter-spacing: -0.4px;
}
.account-login-area .login-top .login-form-nav .nav-tabs .nav-link i {
	font-size: 16px;
	font-weight: 400;
	margin-right: 10px;
}
.account-login-area .login-top .login-form-nav .nav-tabs .nav-link.active {
	border: none;
	background: none;
	color: #000000;
	cursor: default;
	font-size: 24px;
	font-weight: 500;
	padding: 0;
	letter-spacing: -0.48px;
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
}
.account-login-area .login-top .login-form-nav .nav-tabs .nav-link.active i {
	display: none;
}
.account-login-area .login-top .login-form-nav .nav-tabs .nav-link.nav-register {
	position: relative;
	top: -2px;
}
.contact-area .section-title {
	margin-bottom: 0;
}
.contact-area .section-title .title {
	color: #222;
	font-size: 32px;
	font-weight: 600;
	letter-spacing: -0.64px;
	margin-bottom: 56px;
}
.contact-info-content .align-top {
	padding-bottom: 4px;
}
.contact-info-content .align-top .contact-info-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.contact-info-content .align-top .contact-info-item .icon {
	position: relative;
	top: -4px;
}
.contact-info-content .align-top .contact-info-item .icon i {
	color: #009688;
	font-size: 22px;
	margin-right: 15px;
}
.contact-info-content .align-top .contact-info-item .content h4 {
	color: #222;
	font-size: 16px;
	font-weight: 600;
	font-family: "Poppins", sans-serif;
	line-height: 1;
	margin: 0 0 11px;
}
.contact-info-content .align-top .contact-info-item .content p {
	color: #666;
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 36px;
}
.contact-info-content .align-top .contact-info-item.info-item2 {
	border-top: 1px solid #c4c4c4;
}
.contact-info-content .align-bottom {
	border-top: 1px solid #c4c4c4;
	padding-top: 40px;
}
.contact-info-content .align-bottom .contact-info-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.contact-info-content .align-bottom .contact-info-item .icon {
	margin-right: 5px;
	position: relative;
	top: 2px;
}
.contact-info-content .align-bottom .contact-info-item .icon i {
	color: #009688;
	font-size: 20px;
	margin-right: 10px;
}
.contact-info-content .align-bottom .contact-info-item .content h4 {
	color: #222;
	font-size: 16px;
	font-weight: 600;
	font-family: "Poppins", sans-serif;
	line-height: 1;
	margin: 0 0 11px;
}
.contact-info-content .align-bottom .contact-info-item .content p {
	color: #666;
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 10px;
}
.contact-info-content .align-bottom .contact-info-item .content .social-widget {
	line-height: 1;
	margin-top: 20px;
}
.contact-info-content .align-bottom .contact-info-item .content .social-widget a {
	color: #666;
	font-size: 24px;
	margin-right: 35px;
}
.contact-info-content .align-bottom .contact-info-item .content .social-widget a:hover {
	color: #009688;
}
.contact-info-content .align-bottom .contact-info-item .content .social-widget a:last-child {
	margin-right: 0;
}
.contact-info-content .align-bottom .contact-info-item.social-icons-item {
	margin-left: 5px;
	margin-top: 10px;
}
.contact-map-area {
	height: 600px;
}
@media only screen and (max-width: 991px) {
	.contact-map-area {
		height: 400px;
	}
}
.contact-map-area iframe {
	height: 100%;
	width: 100%;
}
@media only screen and (max-width: 575px) {
	.contact-map-area iframe {
		height: 400px;
	}
}
/*
-----------------------------------------------------------------------
  Footer CSS
-----------------------------------------------------------------------
*/
.footer-area.default-style .footer-main {
	background-color: #000000;
	padding: 97px 0 84px;
}
@media only screen and (max-width: 991px) {
	.footer-area.default-style .footer-main {
		padding: 78px 0 0;
	}
}
@media only screen and (max-width: 767px) {
	.footer-area.default-style .footer-main {
		padding: 78px 0 65px;
	}
}
.footer-area.default-style .footer-main .container {
	max-width: 1470px;
}
.footer-area.default-style .footer-main .widget-item.widget-column1 {
	margin-right: 21px;
}
@media only screen and (max-width: 767px) {
	.footer-area.default-style .footer-main .widget-item.widget-column1 {
		margin-bottom: 50px;
		margin-right: 0;
	}
}
.footer-area.default-style .footer-main .widget-item.widget-column2 {
	margin-left: 44px;
	margin-right: 25px;
}
@media only screen and (max-width: 1199px) {
	.footer-area.default-style .footer-main .widget-item.widget-column2 {
		margin-left: 0;
	}
}
@media only screen and (max-width: 991px) {
	.footer-area.default-style .footer-main .widget-item.widget-column2 {
		margin-bottom: 50px;
		margin-right: 0;
	}
}
.footer-area.default-style .footer-main .widget-item.widget-column3 {
	margin-left: 40px;
}
@media only screen and (max-width: 767px) {
	.footer-area.default-style .footer-main .widget-item.widget-column3 {
		margin-left: 0;
	}
}
.footer-area.default-style .footer-main .widget-item h4 {
	border-bottom: 1px solid #999999;
	font-size: 18px;
	font-weight: 600;
	font-family: "Poppins", sans-serif;
	margin-bottom: 39px;
	padding-bottom: 19px;
}
.footer-area.default-style .footer-main .widget-item .newsletter-content-wrap {
	display: block;
	position: relative;
	top: 1px;
}
.footer-area.default-style .footer-main .widget-item .newsletter-content-wrap .newsletter-form .form-control {
	border: none;
	background-color: #444;
	border-right: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	padding: 12px 20px 12px 20px;
	font-size: 16px;
	line-height: 35px;
	width: 100%;
}
.footer-area.default-style .footer-main .widget-item .newsletter-content-wrap .newsletter-form .form-control::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #fff;
}
.footer-area.default-style .footer-main .widget-item .newsletter-content-wrap .newsletter-form .form-control::-moz-placeholder {
	/* Firefox 19+ */
	color: #fff;
}
.footer-area.default-style .footer-main .widget-item .newsletter-content-wrap .newsletter-form .form-control:-ms-input-placeholder {
	/* IE 10+ */
	color: #fff;
}
.footer-area.default-style .footer-main .widget-item .newsletter-content-wrap .newsletter-form .form-control:-moz-placeholder {
	/* Firefox 18- */
	color: #fff;
}
.footer-area.default-style .footer-main .widget-item .newsletter-content-wrap .newsletter-form .btn-theme {
	border: none;
	background-color: #222;
	color: #fff;
	position: absolute;
	padding: 12px 40px;
	font-size: 16px;
	line-height: 17px;
	height: 59px;
	min-width: 131px;
	top: 0;
	right: 0;
}
.footer-area.default-style .footer-main .widget-item .newsletter-content-wrap .newsletter-form .btn-theme:hover {
	background-color: #000;
	color: #009688;
}
.footer-area.default-style .footer-main .widget-item .widget-menu-wrap .nav-menu {
	margin-top: -7px;
}
.footer-area.default-style .footer-main .widget-item .widget-menu-wrap .nav-menu li {
	font-size: 14px;
	margin-bottom: 7px;
}
.footer-area.default-style .footer-main .widget-item .widget-menu-wrap .nav-menu li a {
	color: #eaeaea;
}
@media only screen and (max-width: 991px) {
	.footer-area.default-style .footer-main .widget-item .widget-menu-wrap .nav-menu li a {
		font-size: 12px;
	}
}
@media only screen and (max-width: 767px) {
	.footer-area.default-style .footer-main .widget-item .widget-menu-wrap .nav-menu li a {
		font-size: 14px;
	}
}
.footer-area.default-style .footer-main .widget-item .widget-menu-wrap .nav-menu li a:hover {
	color: #009688;
}
.footer-area.default-style .footer-main .widget-item .widget-menu-wrap.menu-col-2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.footer-area.default-style .footer-main .widget-item .widget-menu-wrap.menu-col-2 .nav-menu {
	margin-right: 79px;
	width: 45%;
}
@media only screen and (max-width: 1199px) {
	.footer-area.default-style .footer-main .widget-item .widget-menu-wrap.menu-col-2 .nav-menu {
		margin-right: 40px;
		width: 48%;
	}
}
@media only screen and (max-width: 991px) {
	.footer-area.default-style .footer-main .widget-item .widget-menu-wrap.menu-col-2 .nav-menu {
		margin-right: 20px;
		width: 52%;
	}
}
.footer-area.default-style .footer-main .widget-item .widget-menu-wrap.menu-col-2 .nav-menu:last-child {
	margin-right: 0;
}
.footer-area.default-style .footer-bottom {
	background-color: #222;
	padding: 24px 18px 20px;
}
.footer-area.default-style .footer-bottom .widget-item .widget-social-icons {
	margin: auto;
	margin-right: 70px;
	text-align: center;
}
.footer-area.default-style .footer-bottom .widget-item .widget-social-icons a {
	color: #fff;
	font-size: 18px;
	margin-right: 60px;
}
.footer-area.default-style .footer-bottom .widget-item .widget-social-icons a:hover {
	color: #009688;
}
.footer-area.default-style .footer-bottom .widget-item .widget-social-icons a:last-child {
	margin-right: 0;
}
.footer-area.footer-style1 .footer-top {
	border-top: 1px solid #999999;
	padding: 100px 30px;
}
@media only screen and (max-width: 991px) {
	.footer-area.footer-style1 .footer-top {
		padding: 72px 0;
	}
}
@media only screen and (max-width: 575px) {
	.footer-area.footer-style1 .footer-top {
		padding: 42px 0;
	}
}
.footer-area.footer-style1 .footer-top .footer-logo-area {
	margin-top: 6px;
}
@media only screen and (max-width: 767px) {
	.footer-area.footer-style1 .footer-top .footer-logo-area {
		text-align: center;
	}
}
.footer-area.footer-style1 .footer-top .footer-logo-area a .logo-main {
	width: 195px;
}
.footer-area.footer-style1 .footer-top .newsletter-content-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 400px;
	position: relative;
	margin-left: auto;
}
@media only screen and (max-width: 767px) {
	.footer-area.footer-style1 .footer-top .newsletter-content-wrap {
		max-width: 355px;
		margin: 30px auto 0;
		width: 100%;
	}
}
@media only screen and (max-width: 575px) {
	.footer-area.footer-style1 .footer-top .newsletter-content-wrap {
		display: block;
		max-width: 100%;
	}
}
.footer-area.footer-style1 .footer-top .newsletter-content-wrap .newsletter-form .form-control {
	border: 1px solid #ddd;
	border-right: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #999999;
	padding: 15px 20px 15px 20px;
	font-size: 15px;
	height: 52px;
	line-height: 20px;
	min-width: 275px;
}
.footer-area.footer-style1 .footer-top .newsletter-content-wrap .newsletter-form .form-control::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #999999;
}
.footer-area.footer-style1 .footer-top .newsletter-content-wrap .newsletter-form .form-control::-moz-placeholder {
	/* Firefox 19+ */
	color: #999999;
}
.footer-area.footer-style1 .footer-top .newsletter-content-wrap .newsletter-form .form-control:-ms-input-placeholder {
	/* IE 10+ */
	color: #999999;
}
.footer-area.footer-style1 .footer-top .newsletter-content-wrap .newsletter-form .form-control:-moz-placeholder {
	/* Firefox 18- */
	color: #999999;
}
@media only screen and (max-width: 1199px) {
	.footer-area.footer-style1 .footer-top .newsletter-content-wrap .newsletter-form .form-control {
		height: 51px;
	}
}
@media only screen and (max-width: 575px) {
	.footer-area.footer-style1 .footer-top .newsletter-content-wrap .newsletter-form .form-control {
		height: 44px;
		line-height: 44px;
		padding: 0 0 0 8px;
		font-size: 13px;
		min-width: 100%;
		width: 100%;
	}
}
.footer-area.footer-style1 .footer-top .newsletter-content-wrap .newsletter-form .btn-theme {
	border: none;
	background-color: #000000;
	color: #fff;
	padding: 15px 25px 15px 25px;
	position: absolute;
	font-size: 15px;
	line-height: 20px;
	height: 50px;
	min-width: 124px;
	top: 0;
	right: 0;
}
@media only screen and (max-width: 575px) {
	.footer-area.footer-style1 .footer-top .newsletter-content-wrap .newsletter-form .btn-theme {
		font-size: 12px;
		line-height: 44px;
		height: 44px;
		padding: 0;
		min-width: 78px;
	}
}
.footer-area.footer-style1 .footer-main {
	background-color: #F8F3F0;
	padding: 86px 30px 90px 30px;
}
@media only screen and (max-width: 991px) {
	.footer-area.footer-style1 .footer-main {
		padding: 66px 30px 70px 30px;
	}
}
@media only screen and (max-width: 767px) {
	.footer-area.footer-style1 .footer-main {
		padding: 46px 30px 50px 30px;
	}
}
.footer-area.footer-style1 .footer-main .footer-logo-area a .logo-main {
	width: 195px;
}
.footer-area.footer-style1 .footer-main .widget-item.widget-social-item {
	padding-left: 86px;
}
@media only screen and (max-width: 767px) {
	.footer-area.footer-style1 .footer-main .widget-item.widget-social-item {
		padding-left: 0;
	}
}
.footer-area.footer-style1 .footer-main .widget-menu-wrap {
	margin-top: 4px;
}
.footer-area.footer-style1 .footer-main .widget-menu-wrap h4 {
	color: #666;
	font-family: "Poppins", sans-serif;
	margin-bottom: 16px;
}
.footer-area.footer-style1 .footer-main .widget-menu-wrap .nav-menu li {
	font-family: "Poppins", sans-serif;
}
.footer-area.footer-style1 .footer-main .widget-menu-wrap .nav-menu li a {
	color: #666;
}
.footer-area.footer-style1 .footer-main .widget-menu-wrap .nav-menu li a:hover {
	color: #000;
}
.footer-area.footer-style1 .footer-main span {
	color: #666;
	font-size: 14px;
}
@media only screen and (max-width: 767px) {
	.footer-area.footer-style1 .footer-main span {
		font-size: 17px;
		font-weight: 600;
	}
}
.footer-area.footer-style1 .footer-main .widget-social-icons {
	margin-top: 20px;
}
.footer-area.footer-style1 .footer-main .widget-social-icons a {
	color: #009688;
	font-size: 30px;
	margin-right: 30px;
}
@media only screen and (max-width: 991px) {
	.footer-area.footer-style1 .footer-main .widget-social-icons a {
		margin-right: 18px;
	}
}
.footer-area.footer-style1 .footer-main .widget-social-icons a:hover {
	color: #000;
}
.footer-area.footer-style2 .footer-main {
	background-color: #000000;
	padding: 97px 0 62px;
}
@media only screen and (max-width: 991px) {
	.footer-area.footer-style2 .footer-main {
		padding: 58px 0 45px;
	}
}
@media only screen and (max-width: 767px) {
	.footer-area.footer-style2 .footer-main {
		padding: 80px 0 40px;
	}
}
.footer-area.footer-style2 .footer-main .footer-logo-area a .logo-main {
	margin: 90px 0 30px 0;
	width: 145px;
}
@media only screen and (max-width: 767px) {
	.footer-area.footer-style2 .footer-main .footer-logo-area a .logo-main {
		margin: 0 0 30px 0;
	}
}
.footer-area.footer-style2 .footer-main .footer-logo-area p {
	color: #fff;
}
@media only screen and (max-width: 991px) {
	.footer-area.footer-style2 .footer-main .footer-logo-area p br {
		display: none;
	}
}
.footer-area.footer-style2 .footer-main .widget-item h4 {
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	font-family: "Roboto Condensed", sans-serif;
	margin-bottom: 17px;
}
.footer-area.footer-style2 .footer-main .widget-item .widget-contact-info li a {
	color: #999999;
	font-size: 14px;
	font-weight: 400;
	font-family: "Roboto Condensed", sans-serif;
	line-height: 30px;
}
.footer-area.footer-style2 .footer-main .widget-item .widget-contact-info li a:hover {
	color: #fff;
}
.footer-area.footer-style2 .footer-main .widget-item .widget-contact-info li.info-address {
	line-height: 1;
}
.footer-area.footer-style2 .footer-main .widget-item .widget-contact-info li.info-address a {
	line-height: 1.8;
}
.footer-area.footer-style2 .footer-main .widget-item .widget-menu-wrap .nav-menu li {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 14px;
	font-weight: 400;
}
.footer-area.footer-style2 .footer-main .widget-item .widget-menu-wrap.menu-col-2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.footer-area.footer-style2 .footer-main .widget-item .widget-menu-wrap.menu-col-2 .nav-menu {
	width: 45%;
}
.footer-area.footer-style2 .footer-main .widget-item .widget-social-icons {
	margin-top: 24px;
	margin-left: auto;
}
.footer-area.footer-style2 .footer-main .widget-item .widget-social-icons a {
	background-color: #444;
	color: #999999;
	display: inline-block;
	height: 40px;
	font-size: 20px;
	margin-right: 6px;
	margin-top: auto;
	line-height: 40px;
	text-align: center;
	width: 40px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.footer-area.footer-style2 .footer-main .widget-item .widget-social-icons a:hover {
	background-color: #000;
}
.footer-area.footer-style2 .footer-main .widget-item.widget-item-style2 {
	margin-top: 30px;
}
.footer-area.footer-style2 .footer-main .widget-item.widget-item-style3 {
	margin-top: 50px;
}
.footer-area.footer-style4 .footer-main {
	background-color: #000000;
	padding: 100px 0px 90px;
}
@media only screen and (max-width: 767px) {
	.footer-area.footer-style4 .footer-main {
		padding: 80px 0 70px;
	}
}
.footer-area.footer-style4 .footer-main .footer-logo-area {
	text-align: center;
	border-bottom: 1px solid #666666;
	padding-bottom: 61px;
}
@media only screen and (max-width: 575px) {
	.footer-area.footer-style4 .footer-main .footer-logo-area {
		text-align: left;
	}
}
.footer-area.footer-style4 .footer-main .footer-logo-area a .logo-main {
	width: 195px;
}
.footer-area.footer-style4 .footer-main .widget-item {
	margin-top: 97px;
}
@media only screen and (max-width: 767px) {
	.footer-area.footer-style4 .footer-main .widget-item {
		margin-top: 77px;
	}
}
.footer-area.footer-style4 .footer-main .widget-item h4 {
	font-family: "Poppins", sans-serif;
	letter-spacing: 0;
	margin-bottom: 15px;
}
.footer-area.footer-style5 .footer-top {
	border-bottom: 2px solid #222;
	background-color: #000000;
	padding: 100px 0;
}
.footer-area.footer-style5 .footer-top .footer-logo-area {
	margin-top: 5px;
}
@media only screen and (max-width: 767px) {
	.footer-area.footer-style5 .footer-top .footer-logo-area {
		margin-bottom: 40px;
		text-align: center;
	}
}
@media only screen and (max-width: 575px) {
	.footer-area.footer-style5 .footer-top .footer-logo-area {
		margin-bottom: 30px;
	}
}
.footer-area.footer-style5 .footer-top .footer-logo-area a .logo-main {
	width: 195px;
}
.footer-area.footer-style5 .footer-top .newsletter-content-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 400px;
	position: relative;
	margin-left: auto;
}
@media only screen and (max-width: 991px) {
	.footer-area.footer-style5 .footer-top .newsletter-content-wrap {
		max-width: 400px;
		width: auto;
	}
}
@media only screen and (max-width: 767px) {
	.footer-area.footer-style5 .footer-top .newsletter-content-wrap {
		margin-right: auto;
	}
}
.footer-area.footer-style5 .footer-top .newsletter-content-wrap .newsletter-form .form-control {
	background-color: #444;
	border: none;
	border-right: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #999999;
	padding: 15px 20px 15px 20px;
	font-size: 15px;
	line-height: 20px;
	min-width: 271px;
}
.footer-area.footer-style5 .footer-top .newsletter-content-wrap .newsletter-form .form-control::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #999999;
}
@media only screen and (max-width: 479.98px) {
	.footer-area.footer-style5 .footer-top .newsletter-content-wrap .newsletter-form .form-control::-webkit-input-placeholder {
		font-size: 12px;
	}
}
.footer-area.footer-style5 .footer-top .newsletter-content-wrap .newsletter-form .form-control::-moz-placeholder {
	/* Firefox 19+ */
	color: #999999;
}
@media only screen and (max-width: 479.98px) {
	.footer-area.footer-style5 .footer-top .newsletter-content-wrap .newsletter-form .form-control::-moz-placeholder {
		font-size: 12px;
	}
}
.footer-area.footer-style5 .footer-top .newsletter-content-wrap .newsletter-form .form-control:-ms-input-placeholder {
	/* IE 10+ */
	color: #999999;
}
@media only screen and (max-width: 479.98px) {
	.footer-area.footer-style5 .footer-top .newsletter-content-wrap .newsletter-form .form-control:-ms-input-placeholder {
		font-size: 12px;
	}
}
.footer-area.footer-style5 .footer-top .newsletter-content-wrap .newsletter-form .form-control:-moz-placeholder {
	/* Firefox 18- */
	color: #999999;
}
@media only screen and (max-width: 479.98px) {
	.footer-area.footer-style5 .footer-top .newsletter-content-wrap .newsletter-form .form-control:-moz-placeholder {
		font-size: 12px;
	}
}
.footer-area.footer-style5 .footer-top .newsletter-content-wrap .newsletter-form .btn-theme {
	border: none;
	background-color: #A64637;
	color: #fff;
	padding: 15px 25px 15px 25px;
	position: absolute;
	font-size: 15px;
	line-height: 20px;
	height: 50px;
	min-width: 124px;
	top: 0;
	text-transform: uppercase;
	right: 0;
}
.footer-area.footer-style5 .footer-main {
	background-color: #000000;
	padding: 97px 0px 90px;
}
.footer-area.footer-style5 .footer-main .widget-item h4 {
	font-family: "Poppins", sans-serif;
	letter-spacing: 0;
	margin-bottom: 15px;
}
.footer-area.footer-style6 .footer-main {
	background-color: transparent;
	border-top: 1px solid #000;
	padding-top: 96px;
	padding-bottom: 68px;
}
@media only screen and (max-width: 991px) {
	.footer-area.footer-style6 .footer-main {
		padding-top: 90px;
		padding-bottom: 78px;
	}
}
@media only screen and (max-width: 767px) {
	.footer-area.footer-style6 .footer-main {
		padding-top: 70px;
		padding-bottom: 58px;
	}
}
@media only screen and (max-width: 575px) {
	.footer-area.footer-style6 .footer-main {
		padding-bottom: 80px;
	}
}
.footer-area.footer-style6 .footer-main .footer-logo-area {
	margin-bottom: 63px;
	text-align: center;
}
@media only screen and (max-width: 991px) {
	.footer-area.footer-style6 .footer-main .footer-logo-area {
		text-align: left;
	}
}
.footer-area.footer-style6 .footer-main .footer-logo-area a .logo-main {
	width: 195px;
}
.footer-area.footer-style6 .footer-main .widget-item h4 {
	color: #000000;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 29px;
	text-transform: uppercase;
}
.footer-area.footer-style6 .footer-main .widget-item .widget-menu-wrap .nav-menu li {
	margin-bottom: 25px;
	line-height: 24px;
}
.footer-area.footer-style6 .footer-main .widget-item .widget-menu-wrap .nav-menu li a {
	color: #444;
	font-size: 15px;
}
.footer-area.footer-style6 .footer-main .widget-item .widget-menu-wrap .nav-menu li a:hover {
	color: #009688;
}
.footer-area.footer-style6 .footer-main .widget-item .widget-social-icons {
	margin-left: 4px;
	margin-top: -2px;
}
.footer-area.footer-style6 .footer-main .widget-item .widget-social-icons a {
	color: #000;
	font-size: 20px;
	margin-top: 0;
	margin-right: 28px;
}
.footer-area.footer-style6 .footer-main .widget-item .widget-social-icons a:hover {
	color: #000;
}
.footer-area.footer-style6 .footer-main .widget-item .widget-social-icons a:last-child {
	margin: 0;
}
.footer-area.footer-style7 .footer-main {
	background-color: #000000;
	padding: 79px 0 60px 0;
}
.footer-area.footer-style7 .footer-main .container {
	max-width: 1470px;
}
.footer-area.footer-style7 .footer-main .widget-item.widget-column1 {
	margin-right: 21px;
}
@media only screen and (max-width: 767px) {
	.footer-area.footer-style7 .footer-main .widget-item.widget-column1 {
		margin-bottom: 50px;
		margin-right: 0;
	}
}
.footer-area.footer-style7 .footer-main .widget-item.widget-column2 {
	margin-left: 44px;
	margin-right: 25px;
}
@media only screen and (max-width: 1199px) {
	.footer-area.footer-style7 .footer-main .widget-item.widget-column2 {
		margin-left: 0;
	}
}
@media only screen and (max-width: 991px) {
	.footer-area.footer-style7 .footer-main .widget-item.widget-column2 {
		margin-bottom: 50px;
		margin-right: 0;
	}
}
.footer-area.footer-style7 .footer-main .widget-item.widget-column3 {
	margin-left: 40px;
}
@media only screen and (max-width: 767px) {
	.footer-area.footer-style7 .footer-main .widget-item.widget-column3 {
		margin-left: 0;
	}
}
.footer-area.footer-style7 .footer-main .widget-item h4 {
	border-bottom: 1px solid #999999;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 40px;
	padding-bottom: 18px;
}
.footer-area.footer-style7 .footer-main .widget-item .newsletter-content-wrap {
	display: block;
	position: relative;
}
.footer-area.footer-style7 .footer-main .widget-item .newsletter-content-wrap .newsletter-form .form-control {
	border: none;
	background-color: #444;
	border-right: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	padding: 12px 20px 12px 20px;
	font-size: 16px;
	line-height: 35px;
	width: 100%;
}
.footer-area.footer-style7 .footer-main .widget-item .newsletter-content-wrap .newsletter-form .form-control::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #fff;
}
.footer-area.footer-style7 .footer-main .widget-item .newsletter-content-wrap .newsletter-form .form-control::-moz-placeholder {
	/* Firefox 19+ */
	color: #fff;
}
.footer-area.footer-style7 .footer-main .widget-item .newsletter-content-wrap .newsletter-form .form-control:-ms-input-placeholder {
	/* IE 10+ */
	color: #fff;
}
.footer-area.footer-style7 .footer-main .widget-item .newsletter-content-wrap .newsletter-form .form-control:-moz-placeholder {
	/* Firefox 18- */
	color: #fff;
}
.footer-area.footer-style7 .footer-main .widget-item .newsletter-content-wrap .newsletter-form .btn-theme {
	border: none;
	background-color: #222;
	color: #fff;
	position: absolute;
	font-size: 16px;
	line-height: 17px;
	height: 59px;
	min-width: 131px;
	top: 0;
	right: 0;
}
.footer-area.footer-style7 .footer-main .widget-item .newsletter-content-wrap .newsletter-form .btn-theme:hover {
	background-color: #000;
	color: #009688;
}
.footer-area.footer-style7 .footer-main .widget-item .widget-menu-wrap .nav-menu {
	margin-top: -7px;
}
.footer-area.footer-style7 .footer-main .widget-item .widget-menu-wrap .nav-menu li {
	font-size: 14px;
	margin-bottom: 7px;
}
.footer-area.footer-style7 .footer-main .widget-item .widget-menu-wrap .nav-menu li a {
	color: #eaeaea;
}
.footer-area.footer-style7 .footer-main .widget-item .widget-menu-wrap .nav-menu li a:hover {
	color: #009688;
}
.footer-area.footer-style7 .footer-main .widget-item .widget-menu-wrap.menu-col-2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.footer-area.footer-style7 .footer-main .widget-item .widget-menu-wrap.menu-col-2 .nav-menu {
	margin-right: 79px;
	width: 45%;
}
@media only screen and (max-width: 991px) {
	.footer-area.footer-style7 .footer-main .widget-item .widget-menu-wrap.menu-col-2 .nav-menu {
		margin-right: 30px;
		width: 48%;
	}
}
.footer-area.footer-style7 .footer-main .widget-item .widget-menu-wrap.menu-col-2 .nav-menu:last-child {
	margin-right: 0;
}
.footer-area.footer-style7 .footer-bottom {
	background-color: #222;
	padding: 24px 18px 20px;
}
.footer-area.footer-style7 .footer-bottom .widget-item .widget-social-icons {
	margin: auto;
	margin-right: 70px;
	text-align: center;
}
.footer-area.footer-style7 .footer-bottom .widget-item .widget-social-icons a {
	color: #fff;
	font-size: 18px;
	margin-right: 60px;
}
.footer-area.footer-style7 .footer-bottom .widget-item .widget-social-icons a:hover {
	color: #009688;
}
.footer-area.footer-style7 .footer-bottom .widget-item .widget-social-icons a:last-child {
	margin-right: 0;
}
.footer-area .widget-item h4 {
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 16px;
}
.footer-area .widget-menu-wrap .nav-menu {
	display: block;
}
.footer-area .widget-menu-wrap .nav-menu li {
	line-height: 30px;
}
.footer-area .widget-menu-wrap .nav-menu li a {
	color: #999999;
	font-size: 14px;
	font-weight: 400;
}
.footer-area .widget-menu-wrap .nav-menu li a:hover {
	color: #fff;
}
.footer-area .widget-social-icons {
	margin-left: 5px;
}
.footer-area .widget-social-icons a {
	color: #999999;
	display: inline-block;
	font-size: 26px;
	margin-right: 30px;
	margin-top: 3px;
	line-height: 1px;
}
.footer-area .widget-social-icons a:last-child {
	margin-right: 0;
}
.footer-area .widget-social-icons a:hover {
	color: #fff;
}
.reveal-footer {
	bottom: 0;
	left: 0;
	position: fixed;
	width: 100%;
}
@media only screen and (max-width: 991px) {
	.reveal-footer {
		position: relative;
	}
}
.site-wrapper-reveal {
	position: relative;
}
@media only screen and (max-width: 991px) {
	.site-wrapper-reveal {
		margin-bottom: 0 !important;
	}
}
/*
-----------------------------------------------------------------------
  Home Two CSS
-----------------------------------------------------------------------
*/
.home-two-wrapper {
	font-family: "Roboto Condensed", sans-serif;
}
.home-two-wrapper h1, .home-two-wrapper h2, .home-two-wrapper h3, .home-two-wrapper h4, .home-two-wrapper h5, .home-two-wrapper h6,
.home-two-wrapper .h1, .home-two-wrapper .h2, .home-two-wrapper .h3, .home-two-wrapper .h4, .home-two-wrapper .h5, .home-two-wrapper .h6 {
	font-family: "Roboto Condensed", sans-serif;
}
.home-two-wrapper .section-title .subtitle {
	font-family: "Roboto Condensed", sans-serif;
}
.home-two-wrapper .product-area.new-collection-product-area {
	padding: 100px 0 75px;
}
@media only screen and (max-width: 991px) {
	.home-two-wrapper .product-area.new-collection-product-area {
		padding: 90px 0 65px;
	}
}
@media only screen and (max-width: 767px) {
	.home-two-wrapper .product-area.new-collection-product-area {
		padding: 70px 0 45px;
	}
}
.home-two-wrapper .product-area.new-collection-product-area .container-fluid {
	padding: 0 48px 0 120px;
	position: relative;
}
@media only screen and (max-width: 479.98px) {
	.home-two-wrapper .product-area.new-collection-product-area .container-fluid {
		padding: 0 15px 0 60px;
	}
}
.home-two-wrapper .product-area.new-collection-product-area .container-fluid .title-rotate {
	left: 65px;
	max-width: 100%;
	position: absolute;
	top: 0%;
	-webkit-transform: translateX(-100%) rotate(-90deg);
	transform: translateX(-100%) rotate(-90deg);
	-webkit-transform-origin: right;
	transform-origin: right;
	width: auto;
}
@media only screen and (max-width: 479.98px) {
	.home-two-wrapper .product-area.new-collection-product-area .container-fluid .title-rotate {
		left: 30px;
	}
}
.home-two-wrapper .product-area.new-collection-product-area .container-fluid .title-rotate .title {
	color: #c3c3c3;
	font-size: 70px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1;
	letter-spacing: 10.5px;
	margin: 0;
}
@media (max-width: 1799px) {
	.home-two-wrapper .product-area.new-collection-product-area .container-fluid .title-rotate .title {
		font-size: 64px;
		letter-spacing: 7px;
	}
}
@media (max-width: 1599px) {
	.home-two-wrapper .product-area.new-collection-product-area .container-fluid .title-rotate .title {
		font-size: 44px;
		letter-spacing: 5px;
	}
}
@media only screen and (max-width: 1199px) {
	.home-two-wrapper .product-area.new-collection-product-area .container-fluid .title-rotate .title {
		font-size: 34px;
		letter-spacing: 3px;
	}
}
@media only screen and (max-width: 479.98px) {
	.home-two-wrapper .product-area.new-collection-product-area .container-fluid .title-rotate .title {
		font-size: 20px;
		letter-spacing: 2px;
	}
}
.home-two-wrapper .product-area.top-product-area {
	padding: 94px 0 100px;
}
@media only screen and (max-width: 991px) {
	.home-two-wrapper .product-area.top-product-area {
		padding: 84px 0 90px;
	}
}
@media only screen and (max-width: 767px) {
	.home-two-wrapper .product-area.top-product-area {
		padding: 64px 0 70px;
	}
}
.home-two-wrapper .product-area.top-product-area .section-title {
	margin-bottom: 55px;
}
@media only screen and (max-width: 991px) {
	.home-two-wrapper .product-area.top-product-area .section-title {
		margin-bottom: 45px;
	}
}
.home-two-wrapper .product-area.top-product-area .section-title .title {
	font-size: 50px;
	letter-spacing: -1px;
}
@media only screen and (max-width: 991px) {
	.home-two-wrapper .product-area.top-product-area .section-title .title {
		font-size: 36px;
	}
}
.home-two-wrapper .product-area.top-product-area .product-item {
	margin-bottom: 24px;
}
.home-two-wrapper .product-area.top-product-area .product-item .product-info .content-inner .title a:hover {
	color: #9771B0;
}
.home-two-wrapper .product-area.top-product-area .btn-theme {
	border-color: #000000;
	color: #000000;
	font-size: 22px;
	line-height: 28px;
	text-transform: uppercase;
	margin-top: 20px;
	padding: 10px 30px 10px 30px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.home-two-wrapper .product-area.top-product-area .btn-theme:hover {
	background-color: #9771B0;
	border-color: #9771B0;
	color: #fff;
}
.home-two-wrapper .product-item .product-thumb .product-action a:hover {
	background-color: #9771B0;
}
.home-two-wrapper .product-item .product-thumb .product-action-info .content-inner .title {
	font-size: 28px;
	font-weight: 700;
	letter-spacing: -0.56px;
	line-height: 1.4;
	text-transform: uppercase;
}
@media (max-width: 1599px) {
	.home-two-wrapper .product-item .product-thumb .product-action-info .content-inner .title {
		font-size: 18px;
	}
}
@media only screen and (max-width: 479.98px) {
	.home-two-wrapper .product-item .product-thumb .product-action-info .content-inner .title {
		font-size: 13px;
	}
}
.home-two-wrapper .product-item .product-thumb .product-action-info .content-inner .title a {
	color: #000000;
}
.home-two-wrapper .product-item .product-thumb .product-action-info .content-inner .prices .price {
	font-size: 28px;
	line-height: 1.4;
}
@media (max-width: 1599px) {
	.home-two-wrapper .product-item .product-thumb .product-action-info .content-inner .prices .price {
		font-size: 18px;
	}
}
@media only screen and (max-width: 479.98px) {
	.home-two-wrapper .product-item .product-thumb .product-action-info .content-inner .prices .price {
		font-size: 14px;
	}
}
.home-two-wrapper .product-item .product-info .title {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: -0.4px;
	line-height: 1.4;
	text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
	.home-two-wrapper .product-item .product-info .title {
		font-size: 16px;
	}
}
.home-two-wrapper .product-item .product-info .prices .price {
	color: #9771B0;
	font-size: 20px;
	line-height: 1.4;
}
@media only screen and (max-width: 991px) {
	.home-two-wrapper .product-item .product-info .prices .price {
		font-size: 16px;
	}
}
.home-two-wrapper .category-item .content .inner-content .title {
	font-family: "Roboto Condensed", sans-serif;
}
.home-two-wrapper .newsletter-area {
	padding: 0 0 30px;
	position: relative;
}
.home-two-wrapper .newsletter-area:before {
	background-color: #1C152F;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.6;
	position: absolute;
	top: 0;
	width: 100%;
}
.home-two-wrapper .newsletter-area .newsletter-content {
	text-align: center;
}
.home-two-wrapper .testimonial-area {
	background-color: #fff;
	-webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
	margin: 0 auto 0;
	max-width: 1640px;
	position: relative;
	width: 100%;
	z-index: 1;
	transform: translate(0, -70px);
	-webkit-transform: translate(0, -70px);
	-moz-transform: translate(0, -70px);
	-ms-transform: translate(0, -70px);
	-o-transform: translate(0, -70px);
}
@media (max-width: 1699px) {
	.home-two-wrapper .testimonial-area {
		background-color: transparent;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
}
@media (max-width: 1699px) {
	.home-two-wrapper .testimonial-area .testimonial-slider-content {
		background-color: #fff;
		-webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
		box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
		margin-left: 30px;
		margin-right: 30px;
	}
}
@media only screen and (max-width: 991px) {
	.home-two-wrapper .testimonial-area .testimonial-slider-content {
		margin-left: 15px;
		margin-right: 15px;
	}
}
.home-two-wrapper .testimonial-area .testimonial-single {
	padding: 60px 0;
	margin-left: auto;
	margin-right: auto;
	max-width: 1170px;
	position: relative;
	width: 100%;
}
@media only screen and (max-width: 1399px) {
	.home-two-wrapper .testimonial-area .testimonial-single {
		padding: 60px 30px;
	}
}
@media only screen and (max-width: 991px) {
	.home-two-wrapper .testimonial-area .testimonial-single {
		padding: 40px 15px;
	}
}
@media only screen and (max-width: 479.98px) {
	.home-two-wrapper .testimonial-area .testimonial-single {
		padding: 35px 15px 35px 15px;
	}
}
@media only screen and (max-width: 575px) {
	.home-two-wrapper .post-items .post-item {
		display: block;
	}
}
@media only screen and (max-width: 1199px) {
	.home-two-wrapper .post-items .post-item .thumb {
		margin-right: 20px;
		min-width: 220px;
	}
}
@media only screen and (max-width: 991px) {
	.home-two-wrapper .post-items .post-item .thumb {
		min-width: 450px;
	}
}
@media only screen and (max-width: 767px) {
	.home-two-wrapper .post-items .post-item .thumb {
		min-width: 250px;
	}
}
@media only screen and (max-width: 575px) {
	.home-two-wrapper .post-items .post-item .thumb {
		margin-bottom: 30px;
		width: 100%;
	}
}
@media only screen and (max-width: 575px) {
	.home-two-wrapper .post-items .post-item .thumb img {
		width: 100%;
	}
}
@media only screen and (max-width: 1399px) {
	.home-two-wrapper .post-items .post-item .content {
		padding: 0;
	}
}
@media only screen and (max-width: 991px) {
	.home-two-wrapper .post-items .post-item .content {
		padding-top: 20px;
	}
}
@media only screen and (max-width: 767px) {
	.home-two-wrapper .post-items .post-item .content {
		padding-top: 0;
	}
}
@media only screen and (max-width: 575px) {
	.home-two-wrapper .post-items .post-item .content {
		max-width: none;
	}
}
@media only screen and (max-width: 1199px) {
	.home-two-wrapper .post-items .post-item .content .inner-content .title {
		font-size: 18px;
	}
}
@media only screen and (max-width: 1199px) {
	.home-two-wrapper .post-items .post-item .content .inner-content p {
		margin-bottom: 12px;
	}
}
@media only screen and (max-width: 1199px) {
	.home-two-wrapper .post-items .post-item .content .btn-theme {
		font-size: 13px;
		padding: 7px 11px 7px 11px;
	}
}
/*
-----------------------------------------------------------------------
  Home Three CSS
-----------------------------------------------------------------------
*/
.home-three-wrapper {
	font-family: "Mukta", sans-serif;
}
.home-three-wrapper h1, .home-three-wrapper h2, .home-three-wrapper h3, .home-three-wrapper h4, .home-three-wrapper h5, .home-three-wrapper h6,
.home-three-wrapper .h1, .home-three-wrapper .h2, .home-three-wrapper .h3, .home-three-wrapper .h4, .home-three-wrapper .h5, .home-three-wrapper .h6 {
	font-family: "Russo One", sans-serif;
}
.home-three-wrapper .header-area.header-default.header-style5 .container-fluid {
	max-width: none;
	padding: 50px 30px;
}
@media only screen and (max-width: 767px) {
	.home-three-wrapper .header-area.header-default.header-style5 .container-fluid {
		padding: 30px 30px;
	}
}
.home-three-wrapper .header-area.header-default.header-style5 .header-logo-area {
	display: none;
}
@media only screen and (max-width: 1399px) {
	.home-three-wrapper .header-area.header-default.header-style5 .header-logo-area {
		display: block;
	}
}
.home-three-wrapper .header-area.header-default.header-style5 .header-action-area .btn-cart .cart-count {
	background-color: #009688;
}
.home-three-wrapper .header-area.header-default.header-style5 .header-action-area .btn-menu i {
	color: #fff;
}
.home-three-wrapper .header-area.header-default.header-style5.sticky-header.sticky .header-action-area .btn-menu i {
	color: #000000;
}
@media only screen and (max-width: 1399px) {
	.home-three-wrapper .main-content.site-wrapper-left-header {
		padding-left: 0 !important;
	}
}
.home-three-wrapper .section-title .subtitle {
	font-family: "Russo One", sans-serif;
}
@media only screen and (max-width: 1199px) {
	.home-three-wrapper .product-item .product-thumb .product-action a {
		font-size: 14px;
		height: 24px;
		line-height: 24px;
		width: 24px;
	}
}
@media only screen and (max-width: 991px) {
	.home-three-wrapper .category-area .category-items-style15 .category-item .thumb img {
		width: 100%;
	}
}
.home-three-wrapper .category-area .category-items-style15 .category-item .content .title {
	font-family: "Nunito Sans", sans-serif;
}
@media only screen and (max-width: 1199px) {
	.home-three-wrapper .category-area .category-items-style15 .category-item .content .title {
		font-size: 36px;
	}
}
@media only screen and (max-width: 767px) {
	.home-three-wrapper .category-area .category-items-style15 .category-item .content .title {
		font-size: 24px;
	}
}
.home-three-wrapper .category-area .btn-theme {
	margin-top: 20px;
	font-family: "Poppins", sans-serif;
}
@media only screen and (max-width: 767px) {
	.home-three-wrapper .category-area .btn-theme {
		margin-top: 15px;
	}
}
.home-three-wrapper .category-area .product-info .content-inner .title {
	font-family: "Poppins", sans-serif;
}
.home-three-wrapper .category-area .product-info .content-inner .prices .price {
	font-family: "Poppins", sans-serif;
}
.home-three-wrapper .divider-area .divider-content.divider-content-style4 h2 {
	font-family: "Nunito Sans", sans-serif;
}
.home-three-wrapper .divider-area .divider-content.divider-content-style4 h4 {
	font-family: "Montserrat", sans-serif;
}
.home-three-wrapper .divider-area .divider-content.divider-content-style4 .btn-theme {
	font-family: "Poppins", sans-serif;
}
.home-three-wrapper .newsletter-content.content-style4 .title {
	font-family: "Nunito Sans", sans-serif;
}
.home-three-wrapper .newsletter-content.content-style4 p {
	font-family: "Poppins", sans-serif;
}
.home-three-wrapper .newsletter-content.content-style4 .newsletter-form .form-control {
	font-family: "Poppins", sans-serif;
}
@media only screen and (max-width: 1399px) {
	.home-three-wrapper .footer-area.footer-style6 {
		padding-left: 0 !important;
	}
}
.home-three-wrapper .footer-area .footer-main .widget-item h4 {
	font-family: "Poppins", sans-serif;
}
.home-three-wrapper .footer-area .footer-main .widget-item .widget-menu-wrap .nav-menu li {
	font-family: "Poppins", sans-serif;
}
/*
-----------------------------------------------------------------------
  Home Four CSS
-----------------------------------------------------------------------
*/
.home-four-wrapper {
	font-family: "Poppins", sans-serif;
}
.home-four-wrapper h1, .home-four-wrapper h2, .home-four-wrapper h3, .home-four-wrapper h4, .home-four-wrapper h5, .home-four-wrapper h6,
.home-four-wrapper .h1, .home-four-wrapper .h2, .home-four-wrapper .h3, .home-four-wrapper .h4, .home-four-wrapper .h5, .home-four-wrapper .h6 {
	font-family: "Montserrat", sans-serif;
}
@media only screen and (max-width: 479.98px) {
	.home-four-wrapper .header-area.header-default.header-style4 .header-logo-area {
		width: 120px;
	}
}
@media only screen and (max-width: 479.98px) {
	.home-four-wrapper .header-area.header-default.header-style4 .header-action-area .btn-search {
		margin-right: 15px;
	}
}
.home-four-wrapper .section-title .subtitle {
	font-family: "Montserrat", sans-serif;
}
.home-four-wrapper .product-area.new-product-area {
	padding: 100px 0;
}
@media only screen and (max-width: 991px) {
	.home-four-wrapper .product-area.new-product-area {
		padding: 90px 0;
	}
}
@media only screen and (max-width: 767px) {
	.home-four-wrapper .product-area.new-product-area {
		padding: 70px 0;
	}
}
.home-four-wrapper .product-area.new-product-area .product-item {
	margin-bottom: 24px;
}
.home-four-wrapper .product-area.new-product-area .btn-theme {
	margin-top: 20px;
}
.home-four-wrapper .product-area.outfit-product-area .product-item {
	margin-bottom: 30px;
}
.home-four-wrapper .product-item .product-thumb .product-action a:hover {
	background-color: #64ad9c;
}
.home-four-wrapper .product-item .product-thumb .product-action-info .content-inner .prices {
	color: #64ad9c;
}
@media only screen and (max-width: 767px) {
	.home-four-wrapper .product-item .product-info .content-inner .title {
		font-size: 13px;
	}
}
@media only screen and (max-width: 575px) {
	.home-four-wrapper .product-item .product-info .content-inner .title {
		font-size: 14px;
	}
}
.home-four-wrapper .product-item .product-info .content-inner .title a:hover {
	color: #64ad9c;
}
.home-four-wrapper .product-item .product-info .content-inner .prices .price {
	color: #64ad9c;
}
.home-four-wrapper .product-item .product-info .product-info-action a {
	color: #64ad9c;
}
.home-four-wrapper .product-item .product-info .product-info-action a:hover {
	color: #000000;
}
/*
-----------------------------------------------------------------------
  Home Five CSS
-----------------------------------------------------------------------
*/
@media only screen and (max-width: 767px) {
	.home-five-wrapper .header-area.header-default.header-style5 .container-fluid {
		padding: 40px 15px;
	}
}
.home-five-wrapper .header-area.header-default.header-style5 .header-action-area .btn-menu i {
	color: #fff;
}
.home-five-wrapper .header-area.header-default.header-style5.sticky-header.sticky .header-action-area .btn-menu i {
	color: #000000;
}
.home-five-wrapper .section-title .subtitle {
	font-family: "Montserrat", sans-serif;
}
.home-five-wrapper .product-area.new-product-area {
	padding: 94px 0 69px;
}
@media only screen and (max-width: 991px) {
	.home-five-wrapper .product-area.new-product-area {
		padding: 84px 0 59px;
	}
}
@media only screen and (max-width: 767px) {
	.home-five-wrapper .product-area.new-product-area {
		padding: 64px 0 39px;
	}
}
.home-five-wrapper .product-area.new-product-area .section-title {
	margin-bottom: 15px;
}
.home-five-wrapper .product-area.new-product-area .section-title .title {
	margin-bottom: 25px;
	font-style: italic;
	text-transform: uppercase;
}
.home-five-wrapper .product-area.new-product-area .product-item {
	margin-bottom: 25px;
}
/*
-----------------------------------------------------------------------
  Home Six CSS
-----------------------------------------------------------------------
*/
.home-six-wrapper {
	font-family: "Taviraj", serif;
}
.home-six-wrapper h1, .home-six-wrapper h2, .home-six-wrapper h3, .home-six-wrapper h4, .home-six-wrapper h5, .home-six-wrapper h6,
.home-six-wrapper .h1, .home-six-wrapper .h2, .home-six-wrapper .h3, .home-six-wrapper .h4, .home-six-wrapper .h5, .home-six-wrapper .h6 {
	font-family: "Taviraj", serif;
}
@media only screen and (max-width: 575px) {
	.home-six-wrapper .header-area.header-default.header-style3 .header-align {
		height: 90px;
	}
}
.home-six-wrapper .header-area.header-default.header-style3 .btn-menu:hover {
	color: #009688;
}
.home-six-wrapper .header-area.header-default.header-style3 .header-action-area .btn-search:hover {
	color: #009688;
}
.home-six-wrapper .header-area.header-default.header-style3 .header-action-area .btn-login:hover {
	color: #009688;
}
.home-six-wrapper .header-area.header-default.header-style3 .header-action-area .btn-cart .cart-count {
	background-color: #009688;
}
.home-six-wrapper .header-area.header-default.header-style3 .header-action-area .btn-cart:hover {
	color: #009688;
}
.home-six-wrapper .section-title .subtitle {
	font-family: "Taviraj", serif;
}
.home-six-wrapper .product-area.product-most-viewed-area .section-title {
	margin-bottom: 52px;
}
@media only screen and (max-width: 1199px) {
	.home-six-wrapper .product-area.product-most-viewed-area .section-title {
		margin-bottom: 50px;
	}
}
.home-six-wrapper .product-area.product-most-viewed-area .section-title .title {
	font-size: 50px;
	font-weight: 500;
	letter-spacing: -1px;
}
@media only screen and (max-width: 1199px) {
	.home-six-wrapper .product-area.product-most-viewed-area .section-title .title {
		font-size: 38px;
	}
}
.home-six-wrapper .footer-area.footer-style6 .footer-main .widget-item {
	font-family: "Poppins", sans-serif;
}
.home-six-wrapper .footer-area.footer-style6 .footer-main .widget-item h4 {
	font-family: "Poppins", sans-serif;
}
/*
-----------------------------------------------------------------------
  Home Seven CSS
-----------------------------------------------------------------------
*/
.home-seven-wrapper {
	font-family: "Mukta", sans-serif;
}
.home-seven-wrapper h1, .home-seven-wrapper h2, .home-seven-wrapper h3, .home-seven-wrapper h4, .home-seven-wrapper h5, .home-seven-wrapper h6,
.home-seven-wrapper .h1, .home-seven-wrapper .h2, .home-seven-wrapper .h3, .home-seven-wrapper .h4, .home-seven-wrapper .h5, .home-seven-wrapper .h6 {
	font-family: "Russo One", sans-serif;
}
@media only screen and (max-width: 1199px) {
	.home-seven-wrapper .header-area.header-default.header-style6 .header-align .header-align-center {
		display: none;
	}
}
@media only screen and (max-width: 1399px) {
	.home-seven-wrapper .header-area.header-default.header-style6 .header-align .header-align-center .header-navigation-area .main-menu {
		margin-left: 0;
	}
}
@media only screen and (max-width: 1399px) {
	.home-seven-wrapper .header-area.header-default.header-style6 .header-align .header-align-center .header-navigation-area .main-menu .has-submenu .submenu-nav-mega {
		left: 85%;
	}
}
@media only screen and (max-width: 575px) {
	.home-seven-wrapper .header-area.header-default.header-style6 .header-align .header-logo-area {
		max-width: 115px;
	}
}
@media only screen and (max-width: 575px) {
	.home-seven-wrapper .header-area.header-default.header-style6 .header-align .header-action-area .header-action-search-form {
		display: none;
	}
}
.home-seven-wrapper .header-area.header-default.header-style6 .header-align .header-action-area .btn-menu {
	color: #000000;
}
.home-seven-wrapper .section-title .subtitle {
	font-family: "Russo One", sans-serif;
}
.home-seven-wrapper .home-area {
	padding-top: 100px;
}
@media only screen and (max-width: 991px) {
	.home-seven-wrapper .home-area {
		padding-top: 80px;
	}
}
.home-seven-wrapper .home-area .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 1640px;
	padding: 0;
}
@media (max-width: 1710px) {
	.home-seven-wrapper .home-area .container {
		padding: 0 40px;
	}
}
@media only screen and (max-width: 991px) {
	.home-seven-wrapper .home-area .container {
		padding: 0 30px;
	}
}
@media only screen and (max-width: 767px) {
	.home-seven-wrapper .home-area .container {
		display: block;
		padding: 0 15px;
	}
}
.home-seven-wrapper .home-area .container .col-left {
	padding-right: 20px;
	width: 66.666%;
}
@media only screen and (max-width: 991px) {
	.home-seven-wrapper .home-area .container .col-left {
		padding-right: 10px;
	}
}
@media only screen and (max-width: 767px) {
	.home-seven-wrapper .home-area .container .col-left {
		margin-bottom: 70px;
		padding-right: 0;
		width: 100%;
	}
}
.home-seven-wrapper .home-area .container .col-right {
	padding-left: 20px;
	width: 33.333%;
}
@media only screen and (max-width: 767px) {
	.home-seven-wrapper .home-area .container .col-right {
		padding-left: 0;
		width: 100%;
	}
}
@media (max-width: 1599px) {
	.home-seven-wrapper .product-area.product-style1-area .container {
		padding: 0 60px;
	}
}
@media only screen and (max-width: 1199px) {
	.home-seven-wrapper .product-area.product-style1-area .container {
		padding: 0 15px;
	}
}
.home-seven-wrapper .product-area.product-style1-area .product-items-style3 .product-item .product-info .content-inner .title {
	font-family: "Russo One", sans-serif;
}
@media only screen and (max-width: 1199px) {
	.home-seven-wrapper .product-area.product-style1-area .product-items-style3 .product-item .product-info .content-inner .title {
		font-size: 20px;
	}
}
.home-seven-wrapper .product-area.product-style1-area .product-items-style3 .product-item .product-info .content-inner .category {
	font-family: "Mukta", sans-serif;
}
@media only screen and (max-width: 1199px) {
	.home-seven-wrapper .product-area.product-style1-area .product-items-style3 .product-item .product-info .prices {
		top: -3px;
	}
}
.home-seven-wrapper .product-area.product-style1-area .product-items-style3 .product-item .product-info .prices .price {
	font-family: "Mukta", sans-serif;
}
@media only screen and (max-width: 1199px) {
	.home-seven-wrapper .product-area.product-style1-area .product-items-style3 .product-item .product-info .prices .price {
		font-size: 20px;
	}
}
.home-seven-wrapper .post-items.post-items-style3 .post-item .content {
	padding-top: 7px;
}
.home-seven-wrapper .post-items.post-items-style3 .post-item .content .inner-content .title {
	margin-bottom: 7px;
}
.home-seven-wrapper .footer-area.default-style .footer-main .widget-item {
	font-family: "Mukta", sans-serif;
}
.home-seven-wrapper .footer-area.default-style .footer-main .widget-item h4 {
	font-family: "Mukta", sans-serif;
}
.home-seven-wrapper .footer-area.footer-style7 .footer-main .widget-item h4 {
	font-family: "Mukta", sans-serif;
}