﻿
@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800&amp;subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Rubik:300,400,500,700,900&amp;subset=latin-ext');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,400&display=swap');
@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700&display=swap');

@import url('/admin/assets/icon/ion-icon/css/ionicons.min.css');
@import url('/admin/assets/icon/simple-line-icons/css/simple-line-icons.css');
@import url('/admin/assets/icon/icofont/css/icofont.css');
@import url('../css/pe-icon-set-food.min.css');


body {
	font-size: 14px;
	background: #ffffff;
	overflow-x: hidden;
	font-family: 'poppins', sans-serif;
	color: #2f2d2d;
}

a {
	color: #2c2b2b;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

	a:hover {
		color: #ff7900;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}

:focus {
	box-shadow: none !important;
	outline: unset !important;
	text-decoration: none !important;
}

img[src=""] {
	opacity: 0;
}

ul {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

p {
	margin-bottom: 0;
}

#header {
	position: relative;
	min-height: 67px;
}

.header {
	padding: 22px 0;
	background: #ffffff !important;
	min-height: 90px;
}

	.header .row {
		min-height: 45px;
	}
.logo img {
    max-width: 180px;
}
.mobile-logo img {
    max-width: 110px;
}
.header-bottom {
	background: #ff7900 !important;
}

.navbar-toggler-icon {
	height: 20px;
}

.navbar-toggler {
	padding: 0rem 0.75rem;
}

.topbar {
	padding: 14px 0px;
	border-bottom: 1px solid #eeeeee;
}

.main {
	min-height: 700px;
}

.hidden {
	visibility: hidden;
	opacity: 0;
}

.visible {
	visibility: visible !important;
	opacity: 1;
}

.btn-link {
	color: #f05127;
}

.section {
	position: relative;
	background-attachment: inherit !important;
	background-size: cover !important;
	background-position: top center !important;
	width: 100%;
}

.bg-1 {
	background: white;
	padding: 15px 5px 15px 0 !important;
}

.bb-1 {
	border-bottom: 1px solid #D6D6D6;
}

.bt-1 {
	border-top: 1px solid #D6D6D6;
}

.br-1 {
	border-right: 1px solid #e86e00 !important;
}

.user-text, .visitor-text {
	font-size: 14px;
	text-transform: capitalize;
	color: #7d7878;
}

	.user-text:hover, .visitor-text:hover {
		/* color: white; */
	}

.logout-text {
	color: #7d7878;
	font-size: 14px;
	margin-left: 10px;
	padding-left: 12px;
}

	.logout-text:before {
		content: "\e682";
		font-family: 'themify';
	}

	.user-text:hover, .logout-text:hover, visitor-text:hover {
		/* color: #d2dbe6; */
	}
/* NAV STYLES */
.main-nav .navbar-toggler-icon {
	margin: 0;
	height: unset;
	color: white;
}
/* NAV STYLES */
/* SECTIONS */

/* SLIDER SECTIONS */
.slider .owl-item .owl-lazy {
	opacity: 1 !important;
}

.slider .owl-item.active .owl-lazy {
	opacity: 1 !important;
	max-height: unset !important;
	/* display: none; */
}

.owl-dots {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0px auto;
	bottom: 12px;
	z-index: 5;
	/* background: rebeccapurple; */
	margin: 0px auto;
	display: inline-block;
	width: auto;
}


	.owl-dots .owl-dot span {
		background: #9c9898;
		border: 0;
		width: 12px !important;
		height: 12px !important;
	}

	.owl-dots .owl-dot.active span {
		background: #ff7900;
		border: 0 !important;
	}

.more-button-1 {
	background: #ff7900;
	padding: 0px 30px;
	border-radius: 36px;
	line-height: 52px;
	display: inline-block;
	text-align: center;
	font-size: 13px;
	font-weight: 500;
	color: #ffffff !important;
	letter-spacing: 2px;
}

a.more-button-1:hover {
	-webkit-box-shadow: 0px 2px 20px 2px rgb(160 160 160);
	box-shadow: 0px 2px 20px 2px rgb(185 185 185);
}

.more-button-1 i {
	margin-right: 6px;
	color: #ffffff;
	font-size: 19px;
	line-height: 50px;
	float: left;
}

.slider-style-1 {
	background: #f7efd8;
}

	.slider-style-1 .item {
		margin: 0px auto;
	}

		.slider-style-1 .item .row {
			margin: 0;
		}

	.slider-style-1 .slide-description h2 {
	}

	.slider-style-1 .slide-description p {
	}


.active .slide-description h2,
.active .slide-description p,
.active .more-button-1 {
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-name: fadeInLeft;
	-moz-animation-name: fadeInLeft;
	-o-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
	-webkit-animation-delay: 0.3s;
	-moz-animation-delay: 0.3s;
	-o-animation-delay: 0.3s;
	animation-delay: 0.3s;
	/*text-shadow: 0px 0px 1px #222;*/
}

.active .slide-description p {
	-webkit-animation-delay: 0.5s;
	-moz-animation-delay: 0.5s;
	-o-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

.active .more-button-1 {
	-webkit-animation-delay: 0.7s;
	-moz-animation-delay: 0.7s;
	-o-animation-delay: 0.7s;
	animation-delay: 0.7s;
}
/* SLIDER SECTIONS */

/* ADVANCED PARAGRAPH SECTIONS */
.ap-style-1 {
	-ms-flex-pack: start !important;
	justify-content: flex-start !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-align: center !important;
	align-items: center !important;
	margin: 20px 0px !important;
}

	.ap-style-1 .advanced-paragraph-icon {
		/* width: 70px; */
		font-size: 48px;
	}

		.ap-style-1 .advanced-paragraph-icon i {
			color: #544e4e;
		}

	.ap-style-1 .advanced-paragraph-content h3 {
		margin: 0;
		color: #1d1d1d;
		font-size: 16px;
		font-weight: 600;
		text-transform: capitalize;
		line-height: 25px;
		margin-bottom: 0;
	}

	.ap-style-1 .advanced-paragraph-content p {
		line-height: 20px;
		color: #888;
		font-size: 13px;
		margin: 0;
	}
.ap-style-4 {
	padding: 20px 0px !important;
	/* color: #ffffff; */
	padding-left: 0 !important;
	display: flex;
	-ms-flex-align: center !important;
	align-items: center !important;
}

.ap-style-4 .advanced-paragraph-content {
	padding-left: 24px;
}

.ap-style-4 .advanced-paragraph-icon {
	text-align: center;
}

.ap-style-4 .advanced-paragraph-icon a {
	font-size: 26px;
	line-height: 86px;
	color: #7fb82d;
	width: 86px;
	display: block;
	border-radius: 50%;
	border: 1px solid #7fb82d;
}


.ap-style-4 a {
	color: #6E6D6D;
	font-size: 14px;
}

.ap-style-4 .advanced-paragraph-heading h3 {
	font-size: 18px;
	color: black;
	font-weight: 700 !important;
}

.ap-style-4 .advanced-paragraph-text p {
	font-size: 16px;
	color: #908b8b;
}

.icon {
	width: 58px;
	height: 45px;
	display: block;
	background-size: contain;
}

.icon-1 {
	background: url("/uploads/images/ecommerce05/icon-1.png") no-repeat 0 0 transparent;
	margin-right: 10px;
}

.icon-2 {
	background: url("/uploads/images/ecommerce05/icon-2.png") no-repeat 0 0 transparent;
}

.icon-3 {
	background: url("/uploads/images/ecommerce05/icon-3.png") no-repeat 0 0 transparent;
}

.icon-4 {
	background: url("/uploads/images/ecommerce05/icon-4.png") no-repeat 0 0 transparent;
}

.ap-style-2 {
	color: #ffffff;
	padding-left: 0 !important;
	display: flex;
	-ms-flex-align: center !important;
	align-items: center !important;
}

	.ap-style-2 .advanced-paragraph-content {
		padding-left: 12px;
		font-size: 13px;
	}

	.ap-style-2 .advanced-paragraph-icon {
		text-align: center;
	}

		.ap-style-2 .advanced-paragraph-icon a {
			font-size: 24px;
			color: #ffffff;
			display: block;
			border-radius: 50%;
			line-height: 1;
		}


	.ap-style-2 a {
		color: #6E6D6D;
		font-size: 14px;
	}

	.ap-style-2 .advanced-paragraph-heading h3 {
		font-size: 16px;
		color: #ffffff;
		font-weight: 500 !important;
		margin: 0;
	}

.ap-style-3 {
	padding: 20px 0px !important;
	color: #ffffff;
	padding-left: 0 !important;
	display: flex;
	-ms-flex-align: center !important;
	align-items: center !important;
}

	.ap-style-3 .advanced-paragraph-content {
		padding-left: 24px;
	}

	.ap-style-3 .advanced-paragraph-icon {
		text-align: center;
	}

		.ap-style-3 .advanced-paragraph-icon a {
			font-size: 26px;
			line-height: 86px;
			color: #ffffff;
			width: 86px;
			display: block;
			/* background: #ffffff; */
			border-radius: 50%;
			border: 1px solid #ffffff6b;
		}


	.ap-style-3 a {
		color: #6E6D6D;
		font-size: 14px;
	}

	.ap-style-3 .advanced-paragraph-heading h3 {
		font-size: 18px;
		color: #ffffff;
		font-weight: 500 !important;
	}
/* PARAGRAPH STYLES */
.paragraph-style-1 {
	font-size: 14px;
	line-height: 32px;
	color: #696969;
}

header .paragraph-style-1 {
	margin-bottom: 0;
	font-weight: 400 !important;
	line-height: 1.2;
	color: #7d7878;
}

	header .paragraph-style-1 b {
		font-weight: 500;
		color: black;
		/* text-decoration: underline; */
	}

.italic p {
	font-style: italic !important;
	font-weight: 400 !important;
	line-height: 1.2;
	font-size: 15px;
}

p.paragraph-style-2 {
	max-width: 680px;
	margin: 0px auto;
	font-size: 15px;
	line-height: 32px;
}

.heading-style-1 h1, .heading-style-1 h2, .heading-style-1 h3, .heading-style-1 h4, .heading-style-1 h5 {
	color: #161616;
	margin-bottom: 24px;
	display: inline-block;
}

.heading-style-1 h6 {
	font-size: 20px;
	color: #1d1c1c;
	margin-bottom: 30px !important;
	display: inline-block;
}

.heading-style-2 h2, .heading-style-2 h3 {
	font-size: 22px;
	position: relative;
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 12px;
	margin-bottom: 28px;
	color: #252424;
	font-weight: 400 !important;
	line-height: 32px;
}

	.heading-style-2 h2 span, .heading-style-2 h3 span {
		position: relative;
		padding-bottom: 16px;
	}

		.heading-style-2 h2 span:before, .heading-style-2 h3 span:before {
			left: 0;
			right: 0;
			bottom: -1px;
			float: left;
			margin-right: 4px;
			border-radius: 9px;
			color: #ff7900;
			font-size: 22px;
			line-height: 30px;
			content: "\e020";
			font-family: 'simple-line-icons';
			speak: none;
		}

.heading-style-4 h3 {
	font-weight: 600;
	font-size: 18px;
	color: #2b2a2a;
	letter-spacing: -0.35px;
	font-weight: 500 !important;
}
/* PARAGRAPH STYLES */

/* BUTTON STYLES */
.button-style-default {
	border: 1px solid transparent;
	color: white;
	padding: 0px 28px;
	background: #f05127;
	min-width: 160px;
	font-size: 14px;
	font-weight: 600;
	line-height: 44px;
	border-radius: 0;
}

	.button-style-default:hover {
		background: #242424;
		color: white;
	}

.button-style-1 {
	border: 1px solid transparent;
	color: white;
	font-weight: 400;
	font-size: 15px;
	line-height: 46px;
	padding: 0px 28px;
	border-radius: 36px;
	background: black;
}

	.button-style-1 i {
		margin-right: 5px;
	}

	.button-style-1:hover {
		background: #f56e6e;
		color: #ffffff;
	}

.user-buttons a {
	font-size: 22px;
	color: white;
	display: block;
	padding: 0px 10px;
}

	.user-buttons a:hover, .button-cart:hover {
		text-decoration: none;
		color: #7db2f5;
	}

.button-favorite {
	color: #212121;
	font-size: 22px;
	padding: 0;
}

.favorite-module .favorite-count {
	position: absolute;
	right: 0px;
	background: #141414;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	border-radius: 50%;
	color: #ffffff;
	font-weight: 600;
	top: -5px;
	font-size: 12px;
}

.button-cart {
	font-size: 22px;
	color: #212121;
	padding: 0;
	display: block;
}

.minicart-module .cart-count {
	position: absolute;
	right: 0px;
	background: #ff7900;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	border-radius: 50%;
	color: #ffffff;
	font-weight: 600;
	top: -5px;
	font-size: 12px;
}

.store-info {
	padding: 0px 15px !important;
	min-height: 20px !important;
	margin-top: 6px !important;
	line-height: 1;
}

	.store-info > .btn-link {
		font-size: 0.82rem !important;
		pointer-events: none;
		padding: 0;
	}
/* BUTTON STYLES */
/* CARD STYLES */
.card-style-1 .card-body {
	text-align: center;
}

	.card-style-1 .card-body a {
		display: block;
	}

	.card-style-1 .card-body .card-title {
		color: #161616;
		margin-bottom: 5px;
	}

	.card-style-1 .card-body .btn {
		display: none;
	}

.card-style-1 .card {
	border: 0;
}

.card-style-2 {
	margin: 16px 0px;
}

	.card-style-2 .card-body .btn {
		border: 1px solid #f56e6e;
		padding: 0;
		width: 38px;
		height: 38px;
		line-height: 38px;
		border-radius: 50%;
		color: white;
		background: #f56e6e;
		float: left;
		position: absolute;
		right: 15px;
		top: 22px;
	}

	.card-style-2:hover .card-body .btn {
		background: #1b1b1b;
		border-color: #1b1b1b;
	}

	.card-style-2 .card-body {
		display: block;
		position: relative;
		padding: 15px 20px;
	}

	.card-style-2 .card-title {
		max-width: 300px;
		color: #232222;
		margin-bottom: 8px;
		font-weight: 500;
		font-size: 18px;
	}

	.card-style-2 .card-text {
		float: left;
		max-width: 300px;
	}
/* CARD STYLES */


/* COUNTER STYLES */
.count-default {
	text-align: center;
}

	.count-default .counter-icon {
		font-size: 36px;
		width: 50px;
		margin: 0px auto;
	}

	.count-default .counter {
		font-size: 26px;
		color: #191919;
		font-weight: 500 !important;
	}

	.count-default .counter-icon a {
		color: #f56e6e;
	}

	.count-default .counter-title a h3 {
		font-size: 18px;
		font-weight: 400 !important;
	}


/* COUNTER STYLES */

/* BLOG SLIDER STYLES */

.blog-item-descriptions h3 {
	font-weight: 600;
	font-size: 17px;
	margin: 20px 0px;
}

.blog-item-descriptions p {
	font-size: 14px;
	line-height: 28px;
	color: #696b6d;
	font-weight: 300;
}

.blog-slider .owl-dots {
	bottom: 0;
	position: relative;
	margin: 0px auto;
	display: inherit;
	top: 40px !important;
}
/* BLOG SLIDER STYLES */
.style-default .card-header {
	padding: 0 !important;
	border: 0;
	background: #f4f4f4;
	border-radius: 0;
	padding: 0 !important;
	font-size: 14px;
}

.style-default .card {
	border: 0;
	margin-bottom: 30px;
}

.style-default .card-header h2 button {
	color: black !important;
	padding: 16px 20px !important;
	font-size: 15px;
	font-weight: 500;
}

.style-default .card-body {
	line-height: 30px;
	font-size: 15px;
	font-weight: 500;
	color: #807878;
	padding: 20px 16px 6px 24px;
}
/* BLOG SLIDER STYLES */

/* BRAND SLIDER */
.brand-slider-default .owl-item.active {
	animation: flipInY .5s;
}

.brand-slider-default .brand-image a {
	height: 100px;
	-ms-flex-align: center !important;
	align-items: center !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.brand-image a {
	display: block;
	text-align: center;
}

.brand-image img {
	width: auto !important;
	margin: 0px auto;
}
/* BRAND SLIDER */

/* BREADCRUMB */
.breadcrumb-area {
	color: #ffffff;
	text-align: center;
	position: relative;
	background-color: #f8f8f8;
	padding: 4rem 0;
}

	.breadcrumb-area:before {
		content: "";
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		background: #05050591;
		z-index: 0;
		opacity: 0;
	}
.bt-2:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0px auto;
    width: 1px;
    height: 53px;
    background: #d3d3d3;
    top: -50px;
}
	.breadcrumb-area .breadcrumb {
		margin: 0;
		background: transparent;
		border-radius: 0;
		padding: 0;
		border-top-left-radius: 6px;
		border-top-right-radius: 6px;
		display: inline-block;
		width: auto;
		position: relative;
	}

		.breadcrumb-area .breadcrumb li {
			display: inline-block;
			padding-right: 12px;
		}


		.breadcrumb-area .breadcrumb a {
			font-size: 13px;
			/* line-height: 32px; */
			color: #949393;
		}

		.breadcrumb-area .breadcrumb li:last-child {
			padding-right: 0 !important;
		}

		.breadcrumb-area .breadcrumb a:after {
			content: "\f054";
			font-family: 'font awesome 5 free';
			font-weight: 900;
			position: relative;
			left: 6px;
			font-size: 10px;
		}

		.breadcrumb-area .breadcrumb li:last-child a:after {
			opacity: 0;
		}

	.breadcrumb-area p {
		max-width: 600px;
		line-height: 28px;
		font-size: 15px;
		margin-bottom: 60px;
	}

	.breadcrumb-area h1 {
		font-size: 38px;
		margin: 0;
		color: #ff7900;
		position: relative;
		margin-bottom: 12px;
	}

		.breadcrumb-area h1 .first-word {
			color: #232323;
		}
/* BREADCRUMB */

/* FORM */
.form-style-default .form-button button {
	background: #ff7900 !important;
	border: 1px solid #ff7900;
}

	.form-style-default .form-button button:focus {
		background: #f56e6e !important;
		border: 1px solid #f56e6e;
	}

	.form-style-default .form-button button:hover {
		background: #151515 !important;
		border: 1px solid #151515;
	}

.form-style-default .form-button {
	text-align: left;
}

.form-style-default p {
	margin-bottom: 10px;
	font-weight: 600;
	color: black;
}

.form-style-1 .form-button button {
	background: #f56e6e !important;
	border: 1px solid #f56e6e;
}

	.form-style-1 .form-button button:focus {
		background: #f56e6e !important;
		border: 1px solid #f56e6e;
	}

	.form-style-1 .form-button button:hover {
		background: #151515 !important;
		border: 1px solid #151515;
	}

.form-style-1 .form-button {
	text-align: left;
}

.form-style-1 .form-control {
	border-radius: 5px;
	min-height: 52px;
	background: #eeeeee57;
	border: 1px solid transparent;
	padding-left: 20px;
}

.form-style-1 .form-button button {
	background: #146cda !important;
	border: 0 !important;
	border-radius: 4px;
	padding: 16px 40px;
}

.newsletter .form-control {
	border: 0;
	border-radius: 36px;
	padding: 0px 30px;
	height: 52px;
}

.newsletter {
	margin-top: 24px;
	position: relative;
}

	.newsletter .recaptcha > div > div {
		background: white;
	}

	.newsletter .form-button button {
		margin-top: 10px;
		background: #ff7900 !important;
		border: 1px solid #ff7900 !important;
		border-radius: 36px;
		font-size: 14px;
		margin: 0 !important;
		line-height: 38px;
		padding: 0px 20px;
	}

	.newsletter .form-button {
		position: absolute;
		right: 8px;
		top: 6px;
		width: auto;
		float: right;
		padding: 0;
	}
/* FORM */
.button-white a.btn {
	background: white;
	color: #30ce89;
	border-color: white;
}

	.button-white a.btn:hover {
		background: transparent;
		color: white;
	}

.pricing-table {
	background: #FBFBFB;
	padding: 80px 30px;
	border-top-left-radius: 36px;
	border-bottom-left-radius: 36px;
}

	.pricing-table .pricing-header h2 {
		text-align: center;
		font-weight: 600;
		color: #1E1E1E;
		position: relative;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}

.pricing-price span:first-child {
	font-size: 46px;
	font-weight: 600;
	color: black;
	display: block;
	text-align: center;
	line-height: 40px;
	margin-bottom: 8px;
}

.pricing-table h2:after {
	background: #30CE89;
	content: "";
	position: absolute;
	width: 90px;
	height: 8px;
	border-radius: 36px;
	left: 0;
	right: 0;
	margin: 0px auto;
	bottom: 0;
}

.pricing-header {
	position: relative;
}

span.suffix {
	text-align: center;
	display: block;
	font-size: 16px;
}

.pricing-table ul li {
	line-height: 36px;
	font-size: 15px;
}



.pricing-table ul {
	margin: 20px 0px;
}

.pricing-button {
	border: 1px solid #30ce89;
	border-radius: 36px;
	color: #ffffff;
	font-weight: 500;
	font-size: 18px;
	line-height: 68px;
	padding: 0px 42px;
	background: #30ce89;
	display: block;
	margin: 0px auto;
	width: 220px;
	text-align: center;
	margin-top: 40px !important;
}

	.pricing-button:hover {
		background: #212121;
		color: white;
		border-color: #212121;
	}

.featured {
}

.br-36 {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-top-right-radius: 36px;
	border-bottom-right-radius: 36px;
}

.pricing-table.featured h2:after {
	background: #FB7500;
}

.pricing-table.featured .pricing-button {
	background: #fb7500;
	border-color: #fb7500;
}


.dmenu-style-3 .navbar-nav li a {
	font-size: 14px;
	line-height: 36px;
	padding: 0 !important;
	color: #ffffff;
}

	.dmenu-style-3 .navbar-nav li a i {
		width: 26px;
		display: inline-block;
	}

		.dmenu-style-3 .navbar-nav li a i:before {
			margin-right: 10px;
			display: inline-block;
			width: 12px;
		}

.dmenu-style-3 .navbar-nav li {
	display: block;
	width: 100%;
}

.dmenu-style-3 .navbar-nav {
	display: block;
	margin-bottom: 20px;
}

/* SECTIONS */
/* ACTUAL MENU */
.actual-menu {
	background: -webkit-gradient(linear, left top, right top, from(#c467f5), to(#53f3ff));
	background: linear-gradient(90deg, #c467f5, #53f3ff);
	position: relative;
	padding-left: 70px;
}

	.actual-menu:before {
		content: '';
		border-width: 0 0 63px 75px;
		border-color: transparent transparent transparent #fff;
		border-style: solid;
		position: absolute;
		bottom: 0;
		left: 0;
	}



	.actual-menu .navbar-nav > li > a {
		color: white;
		padding: 0 1.2rem !important;
		line-height: 63px;
		font-weight: 600;
		letter-spacing: -0.4px;
		font-size: 14px;
	}
/* ACTUAL MENU */

/* PRODUCT SEARCH MODULE */
.search-product-module {
	max-width: 580px;
	margin: 0px auto;
}

.search-style-default {
	position: relative;
}

.search-product-input {
	height: 46px;
	border-radius: 36px;
	border: none;
	padding-left: 24px;
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: 1;
	background: white !important;
	z-index: 1;
	border: 1px solid #e1e1e1;
}

	.search-product-input::placeholder {
		color: #969696;
	}

.search-product-button {
	color: white;
	width: 56px;
	height: 34px;
	background: #ff7900;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	position: absolute;
	right: 9px;
	top: 6px;
	font-size: 16px;
	border-radius: 34px;
	border: 0;
	z-index: 2;
	line-height: 36px;
}

	.search-product-button:hover {
		color: #ffffff;
		background: #1f1e1e;
	}

.search-product-input.tt-hint {
	opacity: 0 !important;
	/* z-index: 1; */
	/* position: relative; */
}

.open-search-box {
	font-size: 18px;
	color: black;
	padding: 0;
	display: block;
	line-height: 35px;
	text-align: center;
}

.fancy-search {
	width: 100%;
	max-width: 800px !important;
	padding: 4rem 1.4rem 3rem 1.4rem !important;
	overflow: visible !important;
	border-radius: 0px !important;
}

.fancy-close {
	position: absolute;
	right: 0;
	top: 0;
	border: 0;
	background: #ffffff;
	font-size: 16px;
	width: 60px;
	border-radius: 0;
	line-height: 50px;
}

.morphing-btn-wrap {
	display: block;
	/* position: relative; */
	text-align: center;
	margin: 0px auto;
}

.morphing-btn {
	-webkit-transition: background 0.3s, color 0.2s 0.2s, width 0.2s 0s;
	-moz-transition: background 0.3s, color 0.2s 0.2s, width 0.2s 0s;
	-o-transition: background 0.3s, color 0.2s 0.2s, width 0.2s 0s;
	transition: color 0.3s 0.2s, width 0.2s 0s;
	white-space: nowrap;
	box-sizing: border-box;
}

.morphing-btn_circle {
	/* color: transparent !important; */
	width: 35.6px !important;
	/* Override inline style rule */
	-webkit-transition: color 0.2s 0s, width .3s 0.2s;
	-moz-transition: color 0.2s 0s, width .3s 0.2s;
	-o-transition: color 0.2s 0s, width .3s 0.2s;
	transition: color 0.2s 0s, width .3s 0.2s;
	margin: 0px auto;
	width: 100%;
}

.morphing-btn-clone {
	position: fixed;
	background: #ff7900;
	border-radius: 50%;
	z-index: 3;
	-webkit-transition: all 0.5s cubic-bezier(.65, .05, .36, 1);
	-moz-transition: all 0.5s cubic-bezier(.65, .05, .36, 1);
	-o-transition: all 0.5s cubic-bezier(.65, .05, .36, 1);
	transition: all 0.5s cubic-bezier(.65, .05, .36, 1);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.morphing-btn-clone_visible {
	display: block;
	-webkit-transform: scale(1) !important;
	-moz-transform: scale(1) !important;
	-ms-transform: scale(1) !important;
	-o-transform: scale(1) !important;
	transform: scale(1) !important;
}

.fancybox-morphing .fancybox-bg {
	background: #ff7900;
	opacity: 1 !important;
}

.fancybox-morphing .fancybox-toolbar {
	top: 20px;
	right: 40px;
}

.fancybox-morphing .fancybox-button--close {
	background: rgba(0, 0, 0, 0.2);
	border-radius: 50%;
	color: #fff;
}

	.fancybox-morphing .fancybox-button--close::after,
	.fancybox-morphing .fancybox-button--close::before {
		height: 1.55px;
		width: 22px;
		left: calc(50% - 11px);
	}

	.fancybox-morphing .fancybox-button--close:hover {
		background: rgba(0, 0, 0, 0.25);
	}

.fancybox-morphing .search-module-content {
	position: relative;
}

.fancybox-morphing .search-style-2 h3 {
	font-weight: 400;
	font-size: 18px;
	text-align: center;
	margin-bottom: 16px;
	color: white;
}

.fancybox-morphing .search-style-2 .search-product-button {
	font-size: 16px;
	line-height: 36px;
	height: auto;
	border: 0;
	top: 6px;
	color: #ffffff;
	height: 34px;
	background: #393737;
}
/* Styling for element used in example */

#morphing-content {
	margin: 0;
	position: relative;
	background: transparent;
	/* color: #fff; */
	padding: 6em 10vw;
	line-height: 2;
	z-index: 3;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0px auto;
	top: 20%;
}

	#morphing-content a {
	}

.search-product-input:focus {
	outline: none;
	border: 1px solid #e1e1e1;
	border-radius: 20px;
}
/* PRODUCT SEARCH MODULE */

/* PRODUCT BREADCRUMB */
.back-home:before {
	color: #bbbaba;
	font-family: 'simple-line-icons';
	content: "\f015";
	font-family: 'Font Awesome 5 Free';
	font-weight: 700;
}

.product-breadcrumb-module li {
	display: inline-block;
}

	.product-breadcrumb-module li:after {
		font-family: 'themify';
		content: "\e649";
		color: #d4d0d0;
		font-size: 11px;
	}

	.product-breadcrumb-module li a {
		font-size: 13px;
		color: #898787;
		font-weight: 500;
		padding: 0px 4px;
		line-height: 30px;
	}

	.product-breadcrumb-module li:first-child a {
		padding-left: 0;
	}

	.product-breadcrumb-module li:last-child:after {
		opacity: 0;
	}
/* PRODUCT BREADCRUMB */
/* PRODUCT SLIDER MODULE */
.product-slider-module .owl-carousel .owl-item.active .owl-lazy {
	opacity: 1 !important;
	width: auto;
	max-width: 100%;
}
.product-slider-default img {
    max-height: 200px !important;
    width: auto !important;
    padding: 0 !important;
}
.product-slider-default .nav-tabs > li > a {
	color: #404142;
	padding: 0px 14px;
	line-height: 40px;
	border: 0;
	font-weight: 500;
	font-size: 0.88rem;
}

	.product-slider-default .nav-tabs > li > a i {
		font-size: 15px;
		float: left;
		line-height: 40px;
		margin-right: 8px;
	}

.product-slider-default .nav-tabs > li a:focus, .product-slider-default .nav-tabs > li a:hover {
	border: 0;
}

.product-slider-default .nav-tabs > li > a.active {
	color: #f05127;
	border: 0;
}

.product-slider-default .nav-tabs > li:last-child > a {
	padding-right: 0;
}

.product-slider-default .nav-tabs > li {
	margin: 0 !important;
	display: inline-block;
}

.product-slider-default .nav-tabs {
	border: 0;
	text-align: right;
	display: block;
	position: absolute;
	top: -70px;
	right: 0;
}

.product-slider-module .owl-dots {
	border: 1px solid #eaeaea;
	border-radius: 999px;
	margin: 0px auto !important;
	position: absolute;
	bottom: -32px;
	max-width: fit-content;
	padding: 8px 18px;
	height: 38px;
	background: white;
}

	.product-slider-module .owl-dots button {
		zoom: 0 !important;
		margin: 0;
	}

		.product-slider-module .owl-dots button span {
			padding: 0 !important;
			margin: 0 4px !important;
		}

.product-slider-default .owl-nav > button {
	width: 30px;
	height: 30px;
	border-radius: 50% !important;
	background: #ffffff !important;
	border: 1px solid #d2d2d2 !important;
	line-height: 30px !important;
	margin: 0 !important;
	color: #969090 !important;
}

	.product-slider-default .owl-nav > button:hover {
		color: white !important;
		background: #ff7900 !important;
		border: 1px solid transparent !important;
	}

.product-slider-default .owl-nav > .owl-next {
	right: 0;
	margin-left: 12px !important;
}

.product-slider-default .owl-nav > .owl-prev {
	left: 0;
}

.product-slider-default .owl-nav {
	opacity: 1;
	right: 0;
	top: -74px;
	position: absolute;
	margin: 0;
}

.product-slider-default:hover .owl-nav {
	opacity: 1;
}

.product-slider-1 .product-item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border: 1px solid #eeeeee;
}

	.product-slider-1 .product-item .product-tags {
		display: none;
		zoom: 0.8;
	}

.product-slider-1 .product-image {
	-ms-flex: 0 0 40%;
	flex: 0 0 40%;
	max-width: 40%;
	/* min-height: 100px; */
}

.product-slider-1 .product-info {
	-ms-flex: 0 0 60%;
	flex: 0 0 60%;
	max-width: 60%;
	padding-left: 18px;
	text-align: left !important;
}

.product-slider-1 .product-item h3 {
	overflow: hidden;
}

.product-slider-1 .action-hover {
	display: none !important;
}

.product-slider-1 .owl-nav {
	position: absolute;
	top: -86px;
	right: 0;
}

	.product-slider-1 .owl-nav > button {
		color: #000000 !important;
		background: transparent !important;
	}

.featured .owl-nav > button {
	background: transparent !important;
	border: 1px solid transparent !important;
	/* color: white !important; */
	opacity: 1 !important;
	width: 19px;
	text-align: center;
}

	.featured .owl-nav > button:hover {
		/* background: #ee5a63 !important; */
		color: #f05127 !important;
	}

	.featured .owl-nav > button.disabled {
		/* background: #f2f2f2 !important; */
		/* color: black !important; */
	}

.product-slider-1 .nav-tabs > li > a {
	padding-bottom: 18px;
	color: #252424 !important;
	border: 0 !important;
	border-bottom: 1px solid #ebebeb !important;
	padding: 0 0 14px 0;
	font-size: 20px;
	position: relative;
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 12px;
	margin-bottom: 28px;
	color: #252424;
	font-weight: 400 !important;
	line-height: 32px;
}

	.product-slider-1 .nav-tabs > li > a:before {
		content: "\e020";
		font-family: 'simple-line-icons';
		color: #ff7900;
	}

	.product-slider-1 .nav-tabs > li > a i {
		left: 0;
		right: 0;
		bottom: -1px;
		float: left;
		margin-right: 4px;
		border-radius: 9px;
		content: "\e68a";
		font-family: 'themify';
		color: #0869d8;
		font-size: 22px;
		line-height: 30px;
	}

.product-slider-1 .nav-tabs > li {
	width: 100%;
}

.product-slider-1 .nav-tabs {
	border: 0;
}
.multi-tabs .nav-tabs > li {
    display: inline-block !important;
    width: auto !important;
}

.multi-tabs .nav-tabs {}

.multi-tabs .nav-tabs {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.multi-tabs .nav-tabs > li a {
    margin: 0;
    font-size: 15px;
    margin-right: 16px;
    color: #7a7979 !important;
    border: 0 !important;
}

.multi-tabs .nav-tabs > li a:before {
    display: none;
}

.multi-tabs .nav-tabs > li a.active {
    color: #ff7900 !important;
    font-weight: 500 !important;
}

.toast-fixed {
	position: fixed !important;
	top: 40px !important;
	z-index: 9999 !important;
	right: 20px !important;
	background: #ff7900;
	color: white;
	border-color: #ff7900;
	box-shadow: none;
	visibility: hidden;
	border-radius: 6px;
	max-width: 80%;
}

	.toast-fixed.showing, .toast-fixed.show {
		visibility: visible;
		-webkit-transition: all .4s ease .1s;
		transition: all .4s ease .1s;
		-webkit-animation: slideInRight 0.5s;
		animation: slideInRight 0.5s;
	}


	.toast-fixed .toast-header {
		background: #ff7900;
		color: white;
		font-weight: 300;
		line-height: 36px;
	}

		.toast-fixed .toast-header > span {
			background: white;
			border-radius: 50%;
			width: 26px;
			height: 26px;
			color: #ff7900;
			text-align: center;
			line-height: 26px;
			font-size: 12px;
			font-weight: 700;
			margin-right: 6px;
		}

	.toast-fixed button.close {
		color: white;
		text-shadow: none;
		opacity: 1;
		margin: 0 0 0 6px !important;
		padding: 0 !important;
		font-size: 14px;
		float: right;
		margin-left: auto !important;
	}

	.toast-fixed .toast-body {
		background: white !important;
		color: #2d2d2d;
		font-size: 13px;
	}

.shoppingcart-toast {
	margin-top: 120px;
	background: #ff7900;
	border-color: #ff7900;
}

	.shoppingcart-toast .toast-header {
		background: #ff7900;
	}

		.shoppingcart-toast .toast-header > span, .shoppingcart-toast .btn-link {
			color: #ff7900;
		}
/* PRODUCT SLIDER MODULE */

/* PRODUCT LIST */
.product-list-module {
}

.featured .product-item {
	padding: 15px 9px 0px 0px;
}

.product-item {
	padding: 14px;
	margin-bottom: 20px;
	position: relative;
	background: white;
	border: 1px solid #f0ecec;
	border-radius: 12px;

}

	.product-item:hover {
		border: 1px solid #ff7900;
	}
.product-slider-1 .product-item {
		display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-align: center !important;
	align-items: center !important;
	}

.product-image > a {
    display: block;
    text-align: center;
    margin-top: auto;
    margin-bottom: auto;
}

.product-image a img {
	width: 100% !important;
	z-index: 1;
	position: relative;
	border-radius: 12px;
	margin: 0px auto;
}

.product-info {
	text-align: left;
}

	.product-info .product-mark {
		color: #9a9a9a;
		font-size: 12px;
		text-transform: uppercase;
		margin-bottom: 10px;
		display: block;
		letter-spacing: 1px;
	}

	.product-info h3 {
		margin: 0;
	}

	.product-info .product-title {
		font-size: 14px;
		line-height: 1.5;
		display: block;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
		/* max-width: 230px; */
		/* margin: 0px auto; */
		font-weight: 500;
	}

.product-review {
	margin-bottom: 8px;
	margin-top: 4px;
}

	.product-review i {
		color: #d0d0d0;
		font-size: 12px;
	}

		.product-review i.plus {
			color: #f2ca18;
		}

	.product-review button {
		background: transparent;
		border: 0;
		padding: 0;
	}

/*#product-comment-rating {
	direction: rtl;
}

.product-review button:hover i, .product-review button:hover ~ button i {
	color: #ffd82f;
}*/

.produt-item-quantity {
	width: 28px;
	position: absolute;
	background: transparent;
	text-align: center;
	top: 10px;
	right: 8px;
	/* border-radius: 6px; */
	overflow: hidden;
	/* border: 1px solid #eaeaea; */
	z-index: 1;
	display: none;
}


.spinner:after {
	content: "";
	display: inline-block;
	vertical-align: text-bottom;
	border: .15em solid currentColor;
	border-right-color: transparent;
	border-radius: 50%;
	-webkit-animation: spinner-border .75s linear infinite;
	animation: spinner-border .75s linear infinite;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	color: #ffffff;
	top: 37%;
	background: #f05127;
	width: 14px;
	height: 14px;
	font-weight: 400;
}

.quantity-section .spinner:after {
	top: 16px;
}

.spinner:before {
	content: "";
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	/* background: #ffffff66; */
	left: 0;
}

.produt-item-quantity input {
	display: block;
	width: 100%;
	border: 0;
	text-align: center;
	padding: 0;
	line-height: 28px;
	color: white;
	font-size: 12px;
	font-weight: 500;
	background: #f05127;
}

.produt-item-quantity button {
	border: 0;
	background: white;
	width: 100%;
	display: block;
	color: #565151;
	border: 1px solid #eaeaea;
	height: 27px;
	border-radius: 6px;
}

	.produt-item-quantity button i {
		font-size: 9px;
	}

.produt-item-quantity .quantity-plus {
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

.produt-item-quantity .quantity-minus {
	border-top: 1px solid #eaeaea;
}

.produt-item-quantity.toggle.active .quantity-plus {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom: 1px solid transparent;
}

.produt-item-quantity.toggle.active .quantity-minus {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-top: 1px solid transparent;
}

.produt-item-quantity.toggle {
	height: 27px;
	-webkit-transition: all 0.2s ease !important;
	transition: all 0.2s ease !important;
}

	.produt-item-quantity.toggle.active {
		height: 92px;
		-webkit-transition: all 0.2s ease !important;
		transition: all 0.2s ease !important;
	}

.product-image {
	position: relative;
	overflow: hidden;
	-ms-flex-align: center !important;
	align-items: center !important;
	display: -ms-flexbox !important;
	display: flex !important;
	    flex-direction: column;
}
.out-of-stock {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    z-index: 4;
    background: #3d3a38;
    width: 68px;
    height: 68px;
    margin: 0px auto;
    border-radius: 50%;
    padding: 26px 0px;
    color: white;
    font-size: 13px;
    text-align: center;
}
	.product-image > a:before {
		content: "";
		display: inline-block;
		width: 2rem;
		height: 2rem;
		vertical-align: text-bottom;
		border: .25em solid currentColor;
		border-right-color: transparent;
		border-radius: 50%;
		-webkit-animation: spinner-border .75s linear infinite;
		animation: spinner-border .75s linear infinite;
		position: absolute;
		top: 42%;
		left: 0;
		right: 0;
		margin: 0 auto;
		color: #e2e2e2;
		opacity:0;
	}

.product-tags {
}

	.product-tags li {
		display: block;
		margin-bottom: 2px;
		position: absolute;
		z-index: 1;
	}

		.product-tags li span {
			background: #ff7900;
			display: block;
			border-radius: 4px;
			color: white;
			padding: 6px 8px;
			font-size: 10px;
			text-align: center;
			text-transform: uppercase;
		}

			.product-tags li span:after {
				content: "\f0dd";
				font-family: 'Font Awesome 5 Free';
				font-weight: 900;
				position: absolute;
				left: 8px;
				bottom: -10px;
				color: #ff7900;
				font-size: 14px;
			}

		.product-tags li:nth-child(1) {
			top: 6px;
		}

		.product-tags li:nth-child(2) {
			left: 0;
			top: 46px;
		}

			.product-tags li:nth-child(2) span {
				background: #da3e0a;
			}

				.product-tags li:nth-child(2) span:after {
					color: #da3e0a;
				}

		.product-tags li:nth-child(3) {
			top: 40px;
			right: 0;
		}

		.product-tags li:nth-child(4) {
			right: 0;
			top: 0;
		}

		.product-tags li:nth-child(5) {
			top: 80px;
		}

.product-item .product-price .price {
	color: #da3e0a;
	font-size: 15px;
	font-weight: 600;
}

.product-item .product-price .old-price {
	text-decoration: line-through;
	margin-left: 6px;
	font-size: 14px;
	color: #999;
}

.product-slider-1 .product-price .old-price {
	display: none;
}

.product-item .action-hover {
	z-index: 1;
	width: 100%;
	text-align: center;
	position: absolute;
	opacity: 0;
	bottom: -150%;
}

.product-item:hover .action-hover {
	opacity: 1;
	-webkit-transition: all 0.6s ease !important;
	transition: all 0.6s ease !important;
	bottom: 16px;
}

	.product-item:hover .action-hover ul li div {
		display: inline-block;
		position: absolute;
	}

.product-item .action-hover ul li div span {
	border-radius: 0px;
	padding: 7px 13px 5px 13px;
}

.product-item .action-hover li {
	display: inline-block;
	border-radius: 3px;
}
.product-item .action-hover li:nth-child(2) {
    display: none;
}
	.product-item .action-hover li:last-child {
	}

	.product-item .action-hover li a {
		position: relative;
		font-size: 14px;
		color: #ffffff;
		cursor: pointer;
		width: 100%;
		padding: 0;
		background: #ff7900;
		line-height: 40px;
		display: block;
		border-radius: 50%;
		width: 40px;
	}

		.product-item .action-hover li a i {
		}



		.product-item .action-hover ul li div span span, .product-item .action-hover li a span {
			white-space: nowrap;
			font-size: 11px;
			letter-spacing: 0.50px;
			padding: 0px 20px;
			position: absolute;
			bottom: 100%;
			color: rgba(0,0,0,0);
			background-color: rgba(255, 194, 41,0);
			-webkit-transition: all 0.4s ease 0.1s;
			transition: all 0.4s ease 0.1s;
			right: 0;
			border-radius: 3px;
			height: 35px;
			line-height: 35px;
			display: none;
		}

.product-item:hover .action-hover ul li div span span, .product-item:hover .action-hover ul li a span {
}

.product-item .action-hover ul li div span:hover span, .product-item .action-hover ul li a:hover > span {
	display: inline-block;
	color: white;
	background-color: #2d2c2d;
}

.product-item .action-hover ul li div span i {
	padding-right: 0px;
}

.product-item.action-hover li div:hover, .product-item .action-hover li a:hover {
	background: #da3e0a;
}

	.product-item .action-hover li a:hover i {
		color: white !important;
	}

.product-list-pagination .page-item.active .page-link {
	background: #ff7900;
	border-color: #ff7900;
}

.page-item .page-link {
	cursor: pointer;
}

.product-list-pagination .page-link {
	color: #353535;
}
/* PRODUCT LIST */

/* PRODUCT FILTER */
.product-filter {
	border: 1px solid #f0f0f0;
	border-radius: 9px;
}

.filter-box {
	padding: 20px;
	border-bottom: 1px solid #f0f0f0;
}

.order-filter {
	display: none;
}

.filter-box:last-child {
	border-bottom: 0;
}

.filter-header {
	border-bottom: 1px solid #f0f0f0;
	padding: 30px 20px;
	font-size: 16px;
	font-weight: 600;
	color: #1d1c1c;
	background: white;
	z-index: 2;
}

.product-filter h1 {
	font-size: 16px;
	font-weight: 600;
	color: #1d1c1c;
	margin: 0;
}

.filter-box h6 {
	font-weight: 600;
	color: #1d1c1c;
	font-size: 16px;
	margin-bottom: 14px;
}

.filter-box ul li a {
	line-height: 32px;
	font-size: 13px;
}

.filter-box ul li span {
	margin-left: 8px;
}

.filter-box ul li a:hover {
	/* color: #21b1bb; */
}

.brands-filter li, .tags-filter li, .variant-filter li {
	padding: 4px 0px;
}

.filter-button {
	width: 90%;
	background: #ff7900;
	border: 0;
	padding: 14px 0px !important;
	color: white;
	font-size: 17px;
	border-radius: 6px;
	margin: 14px auto;
	display: block;
}

.filter-open {
	position: fixed;
	left: -5px;
	top: 30%;
	background: #ff7900;
	width: 37px;
	line-height: 68px;
	border: 0;
	font-size: 14px;
	color: white;
	/* height: 76px; */
	padding: 0;
	z-index: 3;
	border-top-right-radius: 90px;
	border-bottom-right-radius: 90px;
}
/* PRODUCT FILTER */

/* PRODUCT DETAIL */
.product-header {
	margin-bottom: 30px;
}

	.product-header h1 {
		font-size: 24px;
		color: black;
		font-weight: 500;
		margin-bottom: 16px;
	}

	.product-header .product-mark-detail {
		color: #ff7900;
		font-weight: 600;
		margin-bottom: 4px;
		display: inline-block;
		margin-right: 10px;
	}

		.product-header .product-mark-detail:before {
			content: "\f02c";
			font-family: 'font awesome 5 free';
			margin-right: 5px;
			color: #ff7900;
		}

.product-detail-module .product-tags li {
	position: unset;
	display: inline-block;
	position: relative;
	left: 0;
	top: 0;
}

.product-detail-module .product-tags {
	/* display: inline-block; */
	position: absolute;
	right: 0;
	top: 0;
	display: none;
}

	.product-detail-module .product-tags li span:after {
		opacity: 0;
	}

.product-pricing ul {
	/* border: 1px solid #f0e4e4; */
	border-radius: 6px;
	background: white;
}

	.product-pricing ul li {
		border-bottom: 1px solid #f0e4e4;
		line-height: 45px;
	}

		.product-pricing ul li:last-child {
			border-bottom: 0;
		}

		.product-pricing ul li label {
			/* border-right: 1px solid #f0e4e4; */
			margin: 0;
			padding: 0px 0;
			min-width: 140px;
			font-weight: 400;
			color: #444444;
		}

		.product-pricing ul li span {
			padding: 0px 10px;
			font-size: 15px;
		}

		.product-pricing ul li.old-price span {
			text-decoration: line-through;
		}

		.product-pricing ul li.featured-price span {
			font-size: 22px;
			font-weight: 700;
			color: #ff7900;
		}

			.product-pricing ul li.featured-price span small {
				font-size: 14px;
				font-weight: 700;
			}

		.product-pricing ul li:nth-child(2) {
			/* background: #f9f9f999; */
		}

.short-description {
	padding: 12px;
	border: 1px solid #f0e4e4;
	margin-bottom: 30px;
	border-radius: 9px;
	line-height: 24px;
	font-size: 14px;
}

	.short-description p {
		font-size: 0.97em;
		color: #777575;
	}

.buy-section {
	margin: 30px 0px;
	float: left;
}

.quantity-section button {
	background: #f0f0f0;
	border: 0;
	width: 36px;
	line-height: 50px;
	font-size: 10px;
	color: #1b1919;
	float: left;
	border-radius: 36px;
	width: 52px;
}

.quantity-section {
	/* margin-top: 30px; */
	border: 0;
	display: inline-block;
	border-radius: 3px;
	overflow: hidden;
	float: left;
	position: relative;
}

	.quantity-section input {
		width: 36px;
		height: 52px;
		border: 0;
		text-align: center;
		padding: 0;
		margin: 0;
		float: left;
		border: 1px solid #f0f0f0;
		border-left: 0;
		border-right: 0;
		background: #ffffff;
	}

.add-to-cart-button {
	background: #ff7900;
	display: inline-block;
	line-height: 52px;
	margin: 0px 10px;
	padding: 0px 26px;
	border-radius: 36px;
	color: white;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 13px;
}

	.add-to-cart-button:hover {
		color: white;
		background: #ff7900;
	}

	.add-to-cart-button span:before {
		content: "\f07a";
		font-family: 'font awesome 5 free';
		font-weight: 600;
		margin-right: 10px;
	}

.social-section {
	float: right;
	margin: 30px 0px;
}

	.social-section a {
		color: #5e6363;
		text-align: center;
		height: 26px;
		line-height: 26px;
		display: inline-block;
		margin: 0;
		width: 26px;
		border-radius: 50%;
		font-size: 12px;
		border: 1px solid #e9e9e9;
	}

		.social-section a:hover {
			color: #33bcd4;
		}



.product-tabs .nav-link.active, .product-tabs .show > .nav-link {
	background-color: #eeeeee8a;
	color: #3e3c3c;
}

.product-tabs > li > a {
	padding: 16px 28px;
	border-radius: 0;
	background: #fbfbfb;
	/* border-right: 1px solid #eeeded; */
}

.product-tabs-module .tab-content {
	border: 1px solid #e8e8e8;
	padding: 20px;
	border-radius: 4px;
}

.product-tabs > li:first-child a {
	border-radius: 0;
	border-top-left-radius: 9px;
}

.product-tabs > li > a.active {
	/* border-right: 1px solid transparent !important; */
}

.product-tabs-module .total-comment {
	border-radius: 0;
	background: transparent;
	color: black;
	margin: 0;
	text-align: right;
	display: block;
	padding: 0;
}

.product-tabs-module .post-comments {
	border: 0 !important;
	margin: 0;
	padding: 0;
}

.tab-description h2, .tab-description h3, .tab-description h4 {
	font-size: 15px;
	font-weight: 600;
}

.tab-description p {
	margin-bottom: 20px;
	font-weight: 400;
	color: #949393;
}

.tab-installment h6 {
	text-align: center;
	font-weight: 600;
	font-size: 15px;
	color: black;
	background: #f7f9fa;
	line-height: 46px;
	text-transform: capitalize;
}

.tab-installment table {
	border: 1px solid #eff0f0;
	border-top: 0;
}
/* PRODUCT DETAIL */

/* COMMENTS */
.post-comments {
	margin-top: 35px;
	border: 1px solid #e2e0e0;
	padding: 0px 20px;
	margin: 34px 0px;
}

.total-comment {
	font-weight: 600;
	background: #00a6f6;
	padding: 10px 20px;
	color: white;
	border-bottom-left-radius: 9px;
	display: inline-block;
	border-bottom-right-radius: 9px;
}

.comment-avatar span {
	width: 80px;
	height: 80px;
	background: #f2f2f2;
	display: block;
	text-align: center;
	line-height: 80px;
	border-radius: 50%;
	font-size: 22px;
	font-weight: 700;
	color: #1d1d1d;
}

.comment-author span {
	font-weight: 600;
	font-size: 15px;
	color: black;
	display: block;
}

.comment-info span {
	color: #949494;
	font-weight: 400;
}

.comment {
	margin-top: 10px;
}

	.comment p {
		font-size: 14px;
	}

.comment-container form {
	margin-top: 30px !important;
}

.comment-container {
	border-bottom: 1px solid #e2e0e0;
	padding: 20px 0px;
	font-weight: 600;
}

.post-comments .comment-container:last-child {
	border-bottom: 0;
}

.reply-button {
	background: #3b405d;
	padding: 6px 16px;
	color: white !important;
	border-radius: 3px;
	display: inline-block;
}

.leave-a-comment {
	margin-top: 40px !important;
}

	.leave-a-comment h4 {
		font-weight: 500;
		font-size: 20px;
		color: black;
		display: block;
		border-bottom: 1px solid #e2e0e0;
		padding-bottom: 11px;
		margin-bottom: 26px;
	}
/* COMMENTS */
/* ACCOUNT */
.account-page .account-tabs li a {
	padding: 16px 20px;
	margin: 0;
}

.account-page .tab-content {
	padding: 20px;
	border: 1px solid #dedede;
	border-top: 0;
}

ul.order-totals {
	min-width: 160px;
	text-align: right;
}

	ul.order-totals b {
		text-align: left;
		float: left;
		min-width: 109px;
	}

.box h3 {
	font-size: 14px;
	font-weight: 600;
	color: black;
	margin-bottom: 0;
	background: #f7f9fa;
	padding: 14px 20px;
	border-radius: 0;
	border: 1px solid #eceeef;
}

.box-content {
	border: 1px solid #eceeef;
	margin-bottom: 20px;
	padding: 10px 20px;
	border-top: 0;
}

.currency {
	margin: 0px 4px;
}

ul.order-totals li {
	line-height: 28px;
}
/* ACCOUNT */

/* CART PAGE */
.cart-page {
	background: #ffffff;
	min-height: 600px;
	padding: 3rem 0;
}

.title-type-2 {
	border-top-left-radius: 2px;
	background: #f6f9f8;
	overflow: hidden;
	border-top-right-radius: 2px;
	border-radius: 9px;
}

	.title-type-2 span {
		padding: 0px 9px;
		font-family: Rajdhani,sans-serif;
		font-weight: 600;
		font-size: 18px;
		line-height: 60px;
		color: #434443;
	}

.step {
	width: 28px;
	background: #ffffff;
	border-radius: 50%;
	padding: 0 !important;
	line-height: 28px !important;
	text-align: center;
	display: inline-block;
	color: #232222 !important;
	margin-left: 15px;
	/* font-size: 20px !important; */
}

.cart-section {
	margin-bottom: 1.6rem;
}

.cart-item {
	border: 1px solid #dee2e687;
	border-radius: 9px;
	margin-bottom: 20px;
	padding-right: 20px;
	/* min-height: 142px; */
	/* padding-left: 20px; */
}

.cart-product-image {
	border-right: 1px solid #dee2e687;
	overflow: hidden;
	padding: 14px;
	max-width: 128px;
}

.cart-product-name {
	font-weight: 600;
	font-size: 14px;
	color: #292828;
	margin-bottom: 0;
}

.cart-product-price {
	font-size: 16px;
	font-weight: 700;
	color: #ff7900;
	/* font-family: Rajdhani,sans-serif; */
	/* padding-left: 20px; */
}

.quantity-container {
	border-left: 1px solid #dee2e687;
}

.cart-product-quantity button {
	background: transparent;
	border: 1px solid #eeeeee;
	border-radius: 0;
	width: 32px;
	height: 32px;
	color: #252525;
	font-size: 10px;
	display: block;
	margin: 0 !important;
	padding: 0;
	border-radius: 50%;
}

.cart-product-quantity #count {
	width: 32px;
	text-align: center;
	height: 36px;
	font-weight: 600;
	padding: 0;
	/* background: #f7f9fa; */
	border: 0;
	border-top: 0;
	border-bottom: 0;
}

.cart-product-quantity button:hover {
	background: #ff7900;
	color: white;
	border: 1px solid transparent;
}

.delete-item {
	background: 0 0;
	border: 0;
	display: block;
	color: #777676 !important;
	font-size: 20px;
	padding: 0px 16px;
	cursor: pointer;
}

.cart-summary {
	border-radius: 9px;
	padding: 20px;
	border: 1px solid #dee2e687;
}

.order-total h3 {
	font-weight: 600;
	/* color: #353434; */
	font-size: 15px;
	/* font-family: Rajdhani,sans-serif; */
	margin-bottom: 10px;
	/* font-family: 'poppins'; */
}

.cart-summary #totalAmount {
	font-size: 22px;
	/* font-family: Rajdhani,sans-serif; */
	line-height: 1;
	border: 0;
	color: #2c2d2d;
	width: 100%;
	display: block;
	font-weight: 700;
	border-bottom: 1px solid #f0e7e7;
	padding-bottom: 12px;
	margin-bottom: 12px;
	/* font-family: 'poppins'; */
}

.next-button {
	background: #3bd2a8;
	border: 0;
	color: white;
	border-radius: 6px;
	padding: 16px 20px;
	width: 100%;
	display: block;
	font-weight: 600;
	margin: 14px 0px;
	display: none;
}

.cart-summary .btn-success {
	background: #f05127;
	border-radius: 36px;
	border: none;
	padding: 12px 10px;
}

	.cart-summary .btn-success:hover {
		background: #e54a22;
	}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
	background: #dc431b;
}

.item-price {
	display: inline-block;
	text-align: right;
	width: 50%;
	float: right;
}

.cart-summary ul li .title {
	width: 50%;
	display: inline-block;
}

.cart-summary ul li {
	line-height: 26px;
	font-weight: 600;
	font-size: 13px;
	color: #353434;
}
.PaymentSurchargeAmountLabel {
    display: none;
}
.static-content {
	/* border-right: 1px solid #dee2e687; */
	padding: 0;
	border-radius: 0;
	/* padding-right: 2rem; */
}

.login-button {
	border: 0;
	background: #3ebccb;
	padding: 0px 28px;
	line-height: 42px;
	color: white;
	border-radius: 4px;
}

#continue-with-email-form {
	border-top: 1px solid #e6e6e6;
	padding-top: 34px;
	position: relative;
}

	#continue-with-email-form .or {
		position: absolute;
		top: -23px;
		left: 0;
		right: 0;
		margin: 0px auto;
		width: 62px;
		line-height: 40px;
		background: #ffffff;
		border-radius: 50%;
		text-align: center;
		font-size: 11px;
		text-transform: lowercase;
	}

	#continue-with-email-form p {
		font-size: 13px;
		line-height: 1.8;
	}

	#continue-with-email-form h3 {
		font-family: Rajdhani,sans-serif;
		font-weight: 600;
		color: #2f2d2d;
		font-size: 22px;
	}

.loginForm {
	border: 1px solid #f1f0f0;
	padding: 20px;
}

.left-sidebar {
	position: fixed;
	/* left: -100%; */
	z-index: 9;
	display: none;
}

	.left-sidebar.show {
		display: block;
		/* left: 0; */
	}

	.left-sidebar .btn-link {
		font-size: 13px;
		font-family: 'Poppins';
	}

.sidebar-content {
	background: white;
	padding: 1rem 2rem;
	height: 100%;
	-webkit-animation: slideInLeft 0.5s;
	animation: slideInLeft 0.5s;
	position: fixed;
	max-width: 480px;
	left: 0;
	top: 0;
	overflow-y: scroll;
	box-shadow: 20px 40px 40px 0 rgba(24, 37, 66, 0.63);
}
/* width */
.left-sidebar ::-webkit-scrollbar {
	width: 14px;
}

/* Track */
.left-sidebar ::-webkit-scrollbar-track {
	background: #ffffff;
}

/* Handle */
.left-sidebar ::-webkit-scrollbar-thumb {
	background: #d8d8d8;
	border-radius: 9px;
}

	/* Handle on hover */
	.left-sidebar ::-webkit-scrollbar-thumb:hover {
		background: #555;
	}

.backdrop {
	background: #000000bd;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	display: none;
}


.left-sidebar.show .backdrop {
	display: block;
}

button.close-button {
	display: inline-block;
}

.form-header {
	width: 100%;
	margin-bottom: 10px;
}

	.form-header h3 {
		display: inline-block;
		margin: 0;
		float: left;
		line-height: 36px;
		font-family: Rajdhani,sans-serif;
		font-weight: 600;
		color: #2f2d2d;
		font-size: 24px;
	}

button.close-button {
	float: right;
	background: transparent;
	border: 0;
	line-height: 36px;
	font-size: 22px;
}

.left-sidebar .form-control {
	border-radius: 9px;
	padding: 10px 20px;
	min-height: 52px;
	border: 2px solid #e5e8e8ab;
	color: #757575;
	font-family: Rajdhani,sans-serif;
	font-weight: 500;
	font-size: 15px;
}

	.left-sidebar .form-control option {
		font-weight: 500;
		color: #8a8888;
	}

.left-sidebar label {
	color: #353434;
	font-family: Rajdhani,sans-serif;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.8;
}

.address-section {
	margin-bottom: 1.6rem;
}

.default-address {
	position: absolute;
	top: 10px;
	right: 18px;
	padding: 0;
}

	.default-address .custom-control-input:checked ~ .custom-control-label::before {
		background: #3bd2a8 !important;
		border-color: #3bd2a8;
	}

.left-sidebar .form-group {
	margin-bottom: 1.2rem;
}

.add-button {
	background: #f05127;
	border: 0;
	color: white;
	border-radius: 5px;
	padding: 14px 20px;
	/* width: 100%; */
	/* display: block; */
	font-weight: 500;
	margin: 14px 0px;
	font-size: 14px;
	border-radius: 36px;
}

	.add-button:hover {
		background: #d6411a;
	}

.note {
	margin: 30px 0px;
}

	.note textarea {
		background: #f3f3f37a;
		border: 0;
		border-radius: 12px;
		padding: 30px;
	}

.add-new-address {
	margin: 0;
	display: block;
	font-weight: 600;
	text-align: left;
	float: right;
	background: transparent;
	border: 0;
	line-height: 60px;
	padding-right: 20px;
	font-size: 13px;
	padding-left: 0;
}

	.add-new-address i {
		color: #f56e6e;
	}

.address-box {
	padding: 1.6rem;
	position: relative;
	margin: 15px 0px;
	border: 1px solid #ececec;
	cursor: pointer;
	border-radius: 12px;
	overflow: hidden;
}

	.address-box.selected {
		/* border: 1px solid #3bd2a8; */
	}

		.address-box.selected:before {
			content: "";
			position: absolute;
			right: -11px;
			font-size: 17px;
			top: -10px;
			border-radius: 12px;
			background: #f7f9fa;
			width: 65px;
			height: 63px;
			border: 1px solid #ececec;
		}

		.address-box.selected:after {
			content: "\f058";
			font-family: 'Font Awesome 5 Free';
			position: absolute;
			right: 16px;
			top: 12px;
			color: #2f2f2f;
			font-size: 19px;
		}

	.address-box h3 {
		font-weight: 600;
		font-size: 17px;
		color: #292828;
		font-family: Rajdhani,sans-serif;
		margin-bottom: 10px;
		/* z-index: 1; */
		position: relative;
	}

	.address-box p {
		font-size: 13px;
		line-height: 22px;
		position: relative;
	}

.edit-address {
	background: #f7f9fa;
	color: #696363;
	border: 0;
	width: 38px;
	line-height: 38px;
	border-radius: 50%;
	margin-top: 10px;
	padding: 0;
	margin-right: 10px;
}

	.edit-address:hover {
		background: #3b3b3b;
		color: white;
	}

.remove-address {
	background: #ff4b4c;
	color: white;
	border: 0;
	width: 38px;
	line-height: 38px;
	border-radius: 20px;
	margin-top: 10px;
	padding: 0;
	position: relative;
}

	.remove-address:hover {
		background: #ec3e3f;
	}

.credit-card-button, .bank-transfer-button {
	margin-bottom: 15px;
	margin: 10px 0;
	border-radius: 9px;
	padding: 0px 45px;
	border: 1px solid #d4d8da;
}

.underline a {
	text-decoration: underline;
	font-weight: 600;
}

.shipping-section {
	margin-bottom: 1.6rem;
}

ul.order-shipping-methods {
	padding: 20px;
}

	ul.order-shipping-methods li {
		padding: 2px 0;
	}

		ul.order-shipping-methods li label:before, ul.order-shipping-methods li label:after {
			margin-top: -2px;
		}

.custom-control-input:checked ~ .custom-control-label::before, .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
	border-color: #f05127;
	background-color: #f05127;
	box-shadow: none !important;
}

h3.h-style-1 {
	margin-bottom: 20px;
	font-size: 18px;
	font-family: Rajdhani,sans-serif;
	font-weight: 600;
	padding-left: 20px;
}

.payment-section .custom-radio > label {
	width: 100%;
	padding: 20px 0px;
}

.payment-section .custom-radio label:before, .payment-section .custom-radio label:after {
	top: 22px;
}

.empty-cart {
	text-align: center;
	margin-top: 2rem;
}

	.empty-cart h5 {
		font-weight: 500;
		color: #605f5f;
		font-size: 16px;
		text-transform: capitalize;
		margin-top: 20px;
		display: block;
	}

	.empty-cart .empty-icon {
		width: 100px;
		height: 100px;
		background: #f7f9fa;
		margin: 0px auto;
		border-radius: 50%;
		margin-bottom: 12px;
		position: relative;
	}

		.empty-cart .empty-icon:before {
			content: "\f291";
			font-family: 'Font Awesome 5 Free';
			font-weight: 900;
			line-height: 100px;
			font-size: 32px;
			color: #d2d2d2;
		}

/* CART PAGE */

/* FAVORITE PAGE */
.favorites-page {
	min-height: 500px;
	padding: 3rem 0;
}

.favorites-list {
}

	.favorites-list .product-item button {
		margin-top: 10px;
		border-radius: 50%;
		font-size: 13px;
		width: 32px;
		line-height: 32px;
		height: 32px;
		padding: 0;
		margin-right: 6px;
	}

	.favorites-list .product-item {
		border: 1px solid #e2e1e1;
	}

.alert-epsilos {
	border: 1px solid #ff7900;
	color: #ff7900;
	padding: 12px 12px;
	padding-left: 54px;
	border-radius: 3px;
	overflow: hidden;
}

	.alert-epsilos i {
		line-height: 45px;
		background: #ff7900;
		position: absolute;
		top: 0;
		left: 0;
		width: 40px;
		text-align: center;
		color: white;
		font-size: 22px;
	}
/* FAVORITE PAGE */

/* BLOG PAGE */
.edit-post {
	position: fixed;
	right: 0;
	top: 40%;
	background: #0090f0;
	color: white;
	width: 36px;
	line-height: 36px;
	text-align: center;
}

.blog-list-page {
	padding: 3rem 0;
}

.sidebar .hide-sidebar {
	padding: 0;
	background: transparent;
	border: 0;
	color: black;
	margin-right: 14px;
}

.post-image img {
	width: 100%;
	border-radius: 6px;
}

.post-title {
}

.post-type-1 {
	border-radius: 2px;
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
	text-align: left;
	padding-bottom: 10px !important;
	margin-bottom: 60px !important;
}

.post-container {
	padding: 2rem 0rem;
}

.post-title h2 {
	font-weight: 600;
	letter-spacing: 0;
	font-size: 20px;
	margin: 0;
	line-height: 30px;
}

	.post-title h2 a {
		color: #272727;
	}

.post-info {
	padding: 10px 0px;
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 10px;
}

.blog-post .post-title {
	padding: 20px 0px;
}

.post-info ul li {
	display: inline-block;
	padding-right: 24px;
	font-size: 13px;
	color: #6d6464;
}

.read-more {
	display: inline-block;
	color: #146cda;
	font-size: 13px;
	border-radius: 3px;
	line-height: 28px;
	font-weight: 600;
	margin-top: 8px;
	margin-right: 8px;
}

	.read-more i {
		margin-right: 10px;
		font-size: 14px;
		float: left;
		line-height: 24px;
	}

	.read-more:hover {
		color: #111111;
	}

.post-list-module ul li, .blog-categories-module ul li {
	display: block;
	line-height: 28px;
	border-bottom: 1px solid #f0eeee;
	padding: 10px 0px;
	font-size: 13px;
}

	.post-list-module ul li:last-child, .blog-categories-module ul li:last-child {
		border-bottom: 0;
	}

.post-list-module h2, .blog-categories-module h2 {
	font-size: 18px;
	margin: 0;
	padding: 16px 0px;
	color: #232222;
	font-weight: 600;
}

	.post-list-module h2 i, .blog-categories-module h2 i {
		color: #00a6f6;
		display: none;
	}

.post-list-type-1 ul, .blog-categories-module ul {
	padding: 0;
	border-top: 0;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}

	.blog-categories-module ul li:before {
		content: "\f30b";
		font-family: 'font awesome 5 free';
		font-weight: 900;
		margin-right: 12px;
		color: #ececec;
	}

	.blog-categories-module ul li:hover:before {
		color: #f56e6e;
	}

.post-content h2, .post-content h2 span, .post-summary h2 span {
	font-size: 18px;
	font-weight: 500 !important;
	color: black;
	margin-bottom: 15px !important;
}

.blog-post .post-content ul, .html-editor-module ul {
	margin-left: 0;
	margin-bottom: 40px;
}

	.blog-post .post-content ul li, .html-editor-module ul li {
		position: relative;
		padding-left: 20px;
		font-size: 15px;
		color: #656262;
		font-weight: 300;
		margin-bottom: 15px;
		line-height: 28px;
	}

		.blog-post .post-content ul li:before {
			content: "";
			width: 7px;
			line-height: 100%;
			background: #f3f3f3;
			height: 100%;
			position: absolute;
			left: 0;
		}

.post-content iframe {
	max-width: 100%;
	border: 0;
}

.blog-post h2 {
	font-size: 22px !important;
	font-weight: 500 !important;
}

.blog-post h3 {
	font-size: 18px;
	color: black;
	font-weight: 500;
}

.post-content h3 span, .post-content h3 strong {
	font-size: 22px;
	font-weight: 500 !important;
	color: black;
}

.post-content p {
	font-size: 15px;
	color: #656262;
	font-weight: 300;
	margin-bottom: 15px;
	line-height: 28px;
}

blockquote {
	font-size: 15px;
	color: #656262;
	font-weight: 300;
	margin-bottom: 15px;
	border-left: 4px solid #f56e6e;
	padding: 12px;
	padding-right: 0;
	line-height: 28px;
}

.post-type-1 .post-summary p {
	line-height: 2;
	font-size: 14px;
	color: #7e7575;
}

.post-content p strong {
	color: black;
}

.blog-pagination li a {
	background: #e8e8e821;
	border: 1px solid #d6d4d480;
	color: black;
	padding: 0.7rem 1rem;
}

.blog-pagination .page-link:focus {
	background: white;
}

.blog-pagination .page-link:hover {
	background: white;
}

.items-info {
	font-size: 14px;
	margin-bottom: 15px;
}
/* BLOG PAGE */

/* LOGIN PAGE */
.login-page {
	position: relative;
	width: 100%;
	background-position: 100%;
	height: 100vh;
}

.login-bg {
	background: url(/uploads/images/ecommerce06/login-bg.jpg) no-repeat center center transparent;
	background-size: cover;
	position: absolute;
	width: 100%;
	height: 100%;
}

	.login-bg:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		background: #00000052;
		height: 100%;
	}

.login-form {
	margin: auto;
	max-width: 570px;
}

.login-content {
	border-radius: 0;
	padding: 0;
	background: white;
	/* overflow: hidden; */
	position: relative;
	height: 100vh;
}

.return-home {
	color: #f05127;
	letter-spacing: 1px;
	line-height: 28px;
	position: relative;
	top: 10px;
}

	.return-home i {
		float: left;
		line-height: 28px;
		margin-right: 10px;
	}

.login-panel {
	padding: 0px 30px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all .5s ease;
	opacity: 0;
	transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	display: flex;
	flex-direction: column;
}

	.login-panel.active {
		/* position: unset; */
		opacity: 1;
		transform: translateX(0);
		-webkit-transform: translateX(0);
	}

.login-form .form-group {
	margin-bottom: 1.4rem;
}

.login-form .form-control {
	border-radius: 36px;
	padding: 0px 24px;
	height: 54px;
	background: white;
	border: 1px solid #dae1e3;
	border-radius: 4px;
	font-size: 15px;
	color: #656565;
}

.login-form select {
	color: #9c9a9a !important;
}

.login-form .form-control::placeholder {
	color: #a09c9c;
}

.login-form .form-control:focus {
	border: 1px solid #f05127;
}

.login-form .custom-checkbox label {
	font-size: 15px;
	font-weight: 500;
	color: #948e8e;
	font-family: 'Poppins';
	line-height: 24px;
}

.login-form .or {
	display: block;
	text-align: center;
	position: relative;
	text-transform: lowercase;
	margin-bottom: 1.5rem;
}

	.login-form .or span {
		background: white;
		padding: 0px 10px;
		z-index: 1;
		position: relative;
	}

	.login-form .or:after {
		content: "";
		height: 1px;
		width: 100%;
		border-bottom: 1px solid #e2e2e2;
		position: absolute;
		left: 0;
		top: 11px;
	}

.forgot-password {
	color: #f05127;
	text-align: center;
	display: block;
	margin: 1.5rem;
}

.social-icons {
	text-align: center;
	display: none;
}

	.social-icons li {
		display: inline-block;
	}

		.social-icons li a {
			display: block;
			height: 38px;
			line-height: 38px;
			width: 38px;
			font-size: 18px;
			text-align: center;
			color: #fff;
			text-decoration: none;
			-webkit-transition: all 0.2s ease;
			transition: all 0.2s ease;
			border-radius: 4px;
		}

.social-icons-facebook a {
	background-color: #1874eb;
}

.social-icons-twitter a {
	background-color: #00ACEE;
}

.social-icons-linkedin a {
	background-color: #0E76A8;
}

.radius-button {
	padding: 0 16px;
	color: #f05127;
	border: 1px solid #f05127;
	border-radius: 36px;
	font-weight: 600;
	margin: 0px auto;
	display: block;
	max-width: 146px;
	text-align: center;
	margin-top: 2.5rem;
	line-height: 46px;
}

	.radius-button i {
		position: relative;
		top: 1px;
		margin-right: 4px;
	}

	.radius-button:hover {
		background: #f05127;
		color: white !important;
	}

.btn-login, .btn-register {
	background: #f05127;
	color: white;
	border-radius: 4px;
	padding: 12px 20px;
	display: block;
	width: auto;
	margin-top: 20px;
	width: 100%;
}

	.btn-login:hover, .btn-register:hover {
		background: #e2471f;
		color: white;
	}

.login-form h3 {
	font-size: 28px;
	font-weight: 500;
	text-align: center;
	color: black;
	margin-bottom: 2rem;
}

.login-form p {
	font-size: 14px;
	margin: 20px;
	color: gray;
	line-height: 1.8;
	text-align: center;
}

.register-message p {
	font-size: 11.2px;
}

.gender {
	display: none;
}

@media (max-width: 680px) {
	.login-form {
		padding: 20px 0px;
	}

		.login-form .form-control {
			font-size: 14px;
		}

		.login-form h3 {
			font-size: 20px;
		}

	.user-signup .radius-button {
		margin-top: 5px;
	}

	.btn-register {
		margin-top: 0;
	}
}
/* LOGIN PAGE */
/* LOGIN BACKGROUP */
#loginBackdrop .modal-content {
	border: 0;
	border-radius: 0;
}

#loginBackdrop .close-button {
	position: absolute;
	right: -16px;
	top: -19px;
	background: white !important;
	border: 0;
	border-radius: 50%;
	width: 44px;
	height: 44px;
	text-align: center;
	font-size: 19px;
	line-height: 44px;
}

#loginBackdrop:before {
	position: fixed;
	content: "";
	background: #000000c2;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
/* LOGIN BACKGROUP */

/* TERMS */
.terms-heading h1, .terms-heading h2, .terms-heading h3 {
	font-family: Rajdhani,sans-serif;
}

.terms h3 {
	font-size: 17px !important;
	font-weight: 600 !important;
	background: #f7f7f7;
	padding: 16px;
	color: #000;
	font-family: Rajdhani,sans-serif;
	margin-top: 30px !important;
	margin-bottom: 16px !important;
}

	.terms h3:first-child {
		margin-top: 0 !important;
	}

.terms p {
	font-size: 14px;
	line-height: 2.2;
}
/* TERMS */

/* FOOTER */
#footer {
	background-color: transparent;
	background-image: linear-gradient( 90deg, #f0f0f0 35%, #f7f7f7 0%) !important;
	min-height: 49px;
}

.footer {
	background-size: cover !important;
	padding-top: 3rem;
	padding-bottom: 2rem;
	background-color: transparent;
}

.social-menu {
	margin-top: 20px;
}

	.social-menu .navbar-nav li a {
		border: 0;
		margin: 0px 4px;
		width: 34px;
		line-height: 34px;
		padding: 0;
		background: white;
		border-radius: 36px;
		text-align: center;
	}

.footer-bottom {
	padding: 8px 0px;
	background: #f5f5f5 !important;
}

	.footer-bottom .paragraph-module p, .footer-bottom .paragraph-module p a {
		margin: 0;
		line-height: 30px;
		color: #676765;
		font-weight: 400 !important;
	}

		.footer-bottom .paragraph-module p a {
			color: #212121;
			font-weight: 600 !important;
		}

.footer-signature .paragraph-module p {
	text-align: right;
}
/* FOOTER */

.image-zoom-container {
	/* border: 1px solid #cccccc; */
	padding: 0;
	display: flex;
}

.xzoom-thumbs .image-zoom-container img {
	padding: 10px;
}

.image-zoom-container img {
	margin: auto;
}

.modal-backdrop {
	display: none;
}

.edit-module:before {
	content: "";
	position: fixed;
	background: #000000ad;
	width: 100%;
	height: 100%;
}

.tooltip {
	pointer-events: none;
}



.tab-content > .tab-pane {
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
}

.tab-content > .active.show {
	opacity: 1;
	visibility: visible;
	overflow: visible;
}

.skeleton-screen {
	width: 100%;
	height: 148px;
}

	.skeleton-screen .avatar {
		float: left;
		width: 120px;
		height: 106px;
		background-color: #f7f9fa;
		border-radius: 24%;
		margin: 8px;
		background-image: linear-gradient(90deg, #f7fafd 0px, #fbfdff 40px, #f7f9fa 80px);
		background-size: 600px;
		animation: shine-avatar 1.6s infinite linear;
		padding: 0;
		margin: 0 16px 0 0;
	}

	.skeleton-screen .line {
		float: left;
		width: 70%;
		height: 19px;
		margin-top: 12px;
		border-radius: 36px;
		background-image: linear-gradient(90deg, #f7fafd 0px, #fbfdff 40px, #f7f9fa 80px);
		background-size: 600px;
		animation: shine-lines 1.6s infinite linear;
	}

	.skeleton-screen .avatar + .line {
		margin-top: 15px;
	}

	.skeleton-screen .line ~ .line {
		background-color: #f7f9fa;
	}

	.skeleton-screen .line:nth-child(2) {
		width: 80% !important;
	}

	.skeleton-screen .line:nth-child(4) {
		width: 60%;
	}

	.skeleton-screen .line:nth-child(5) {
		width: 40%;
	}

@keyframes shine-lines {
	0% {
		background-position: -100px;
	}

	40%, 100% {
		background-position: 140px;
	}
}

@keyframes shine-avatar {
	0% {
		background-position: -32px;
	}

	40%, 100% {
		background-position: 208px;
	}
}
iframe {
    width: 100% !important;
}
button#light-mode-toggle {
    display: none;
}
.quick-favorite {
    display: none;
}
#exchange-amount-li {
    display: none;
}