﻿@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/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');


body {
	font-size: 14px;
	background: #f5f5f59e;
	overflow-x: hidden;
	/* font-family: 'Poppins'; */
	color: #393939;
	font-family: 'Rajdhani', sans-serif;
}

a {
	color: #2c2b2b;
	text-decoration: none;
}

p {
	margin-bottom: 0;
}

#header {
	/* box-shadow: -2px 3px 28px #b3b3b375; */
	position: relative;
	z-index: 2;
}

.header {
	padding: 1.2rem 0 2rem 0;
	min-height: 48px;
}
.logo a {
    max-width: 140px;
    display: block;
}
.navbar-toggler-icon {
	height: 20px;
}

.navbar-toggler {
	padding: 0rem 0.75rem;
}

#light-mode-toggle {
	display: none;
}

.topbar {
	padding: 10px 0px;
	border-bottom: 1px solid #ebebeb;
}

a:hover {
	color: #393939;
	-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;
}

.image-caption {
	display: none;
}

img[src=""] {
	opacity: 0;
}

.main {
	min-height: 700px;
}

ul {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

.hidden {
	visibility: hidden;
	opacity: 0;
}

.visible {
	visibility: visible !important;
	opacity: 1;
}

.btn-link {
	color: #146cda;
}

.section {
	position: relative;
	background-attachment: inherit !important;
	background-size: cover !important;
	background-position: top center !important;
	width: 100%;
}

.shape-1:before, .shape-2:before, .shape-3:before, .shape-4:before {
	content: "";
	width: 100px;
	height: 240px;
	position: absolute;
	border-radius: 220px;
	transform: rotateZ(45deg) scale(2.5);
}

.shape-1:before {
	background: #615BB8;
	left: -100px;
	top: 50%;
}

.shape-2:before {
	background: #0077C8;
	border-radius: 220px;
	transform: rotateZ(45deg) scale(2.5);
	right: -100px;
	top: 22%;
}

.shape-3:before {
	background: #1AC152;
	border-radius: 220px;
	transform: rotateZ(45deg) scale(2.5);
	left: -100px;
	top: 42%;
}

.shape-4:before {
	background: #9A2FCE;
	border-radius: 220px;
	transform: rotateZ(45deg) scale(2.5);
	right: -100px;
	top: 40%;
}

.animation-1 img {
	animation: animation-01 8s infinite linear alternate;
}

@keyframes animation-01 {
	0% {
		transform: translateY(0)
	}

	25% {
		transform: translateY(40px)
	}

	50% {
		transform: translateY(0px)
	}

	75% {
		transform: translateY(30px)
	}

	100% {
		transform: translateY(0)
	}
}

.mini-shape-1:before {
	content: "";
	width: 36px;
	height: 36px;
	position: absolute;
	border: 8px solid #7F00C8;
	animation: mini-01 6s infinite linear alternate;
	right: 57px;
}

@keyframes mini-01 {
	0% {
		transform: rotate(0eg)
	}

	25% {
		transform: rotate(90deg)
	}

	50% {
		transform: rotate(-45deg)
	}

	75% {
		transform: rotate(90deg);
		border-radius: 12px;
	}

	100% {
		transform: rotate(-90deg);
		border-radius: 50%;
	}
}

.mini-shape-2:before {
	content: "";
	width: 36px;
	height: 36px;
	position: absolute;
	border: 8px solid #0077C8;
	animation: mini-02 10s infinite linear alternate;
	bottom: 50%;
	left: 14%;
	border-radius: 50%;
}

@keyframes mini-02 {
	0% {
		transform: translateY(0);
	}

	25% {
		transform: translateY(40px);
		border-color: #1AC152;
	}

	50% {
		transform: translateY(0px);
		border-color: #1ac1ab;
	}

	75% {
		transform: translateY(30px);
		border-color: #8fc11a;
	}

	100% {
		transform: translateY(0);
		border-color: #51c11a;
	}
}

.bg-1 {
	background: #f2f6f7 !important;
	padding: 2rem 0px;
}

.bg-2 {
	background: #f4f3f3 !important;
}

.bg-3 {
	background: #222222;
	padding: 4rem 4rem 5rem 9rem !important;
	position: relative;
}



.bt-1 {
}

	.bt-1:before {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		margin: 0px auto;
		width: 2px;
		height: 80px;
		background: #2d2c2c;
		top: -40px;
	}

.bt-2:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin: 0px auto;
	width: 1px;
	height: 80px;
	background: #c9c2c2;
	top: -73px;
}

.bb-1:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin: 0px auto;
	width: 2px;
	height: 80px;
	background: #2d2c2c;
	bottom: -40px;
}

.user-text, .visitor-text {
	color: white;
	font-size: 13px;
	text-transform: capitalize;
}

	.user-text:hover, .visitor-text:hover {
		color: white;
	}

.logout-text {
	color: white;
	font-size: 13px;
	margin-left: 10px;
	border-left: 1px solid #227def;
	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 */
.owl-carousel .owl-item.active .owl-lazy {
	opacity: 1;
}

.slider .owl-item .owl-lazy {
	opacity: 1 !important;
}

.slider .owl-item.active .owl-lazy {
	opacity: 1 !important;
	max-height: unset !important;
}

.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: #D6D6D6;
		border: 0;
		width: 12px !important;
		height: 12px !important;
	}

	.owl-dots .owl-dot.active span {
		background: #e53e29;
		border: 0 !important;
	}

.more-button-1 {
	background: #e53e29;
	padding: 0px 46px;
	border-radius: 6px;
	line-height: 64px;
	display: inline-block;
	text-align: center;
	font-size: 17px;
	font-weight: 700;
	margin-top: 30px;
	color: #ffffff !important;
}

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);
	color: #ffffff !important;
	background: black;
}

.more-button-1 i {
}

.slider-style-1 {
}

	.slider-style-1 .item {
		margin: 0px auto;
	}

		.slider-style-1 .item .row {
			-ms-flex-align: center !important;
			align-items: center !important;
			margin: 0;
		}

	.slider-style-1 .slide-description h2 {
		color: #161616;
		font-size: 45px;
		font-weight: 900;
		max-width: 550px;
		font-size: 16px;
		order: 2;
		font-family: 'Rajdhani', sans-serif;
	}

		.slider-style-1 .slide-description h2:before {
			content: "//";
			color: #e53e29;
		}

	.slider-style-1 .slide-description p {
		line-height: 1;
		font-size: 58px;
		color: #171717;
		margin: 30px 0px;
		font-weight: 700;
	}


.slider-style-2 {
	/* min-height: 634px; */
	background: #F6F6F6;
}

	.slider-style-2 .item {
		margin: 0px auto;
	}

		.slider-style-2 .item .row {
			-ms-flex-align: center !important;
			align-items: center !important;
			margin: 0;
		}

	.slider-style-2 .slide-description h2 {
		font-size: 45px;
		font-weight: 500;
		margin: 0 !important;
		color: #171616;
		padding-bottom: 6px;
	}

	.slider-style-2 .slide-description b {
		margin: 0;
		color: #f95070;
	}

	.slider-style-2 .slide-description p {
		line-height: 30px;
		font-size: 14px;
		color: #5c5b5b;
	}

	.slider-style-2 .slide-description span {
		display: block;
		font-size: 45px;
		margin-bottom: 30px;
		font-weight: 700;
		color: #171616;
	}

	.slider-style-2 .slide-image img {
		display: none !important;
	}

.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 */

/* MAIN SECTION */
.bg-gray {
	background: #f2f6f7 !important;
}

#section-main-screen {
	margin-top: -126px;
	padding-top: 12rem;
	overflow: hidden;
}

	#section-main-screen:before {
		content: "";
		width: 50%;
		height: 38%;
		background: #0077C8;
		position: absolute;
		bottom: 0;
		right: 0;
	}



.futured-items {
	padding: 3.8rem 3rem !important;
	position: absolute !important;
	bottom: 0;
	left: 0;
	width: 50%;
	flex-direction: column;
	border: 0;
	backdrop-filter: blur(10px);
	/*box-shadow: 1px 6px 38px 6px rgba(0,0,0,0.06);
	-webkit-box-shadow: 1px 6px 38px 6px rgba(0,0,0,0.06);
	-moz-box-shadow: 1px 6px 38px 6px rgba(0,0,0,0.06);*/
	background-color: #ffffff8c;
	border-top-left-radius: 36px;
	border-top-right-radius: 36px;
}

	.futured-items ul {
		margin: 0px auto;
		width: 100%;
	}

		.futured-items ul li {
			margin: 0 !important;
			text-align: center;
			padding: 0 !important;
			position: relative;
			width: 33%;
			border-right: 1px solid #E1E1E1;
		}

			.futured-items ul li:last-child {
				border: 0;
			}

			.futured-items ul li p {
				margin: 0;
				line-height: 1;
				text-align: center;
				font-size: 15px;
				color: #161515;
				font-weight: 600;
			}

.icon-box {
	min-height: 70px;
}
/* MAIN SECTION */
/* HEADING STYLES */
.heading-style-1 h2 {
	text-transform: none;
	color: #000000;
	margin-bottom: 30px !important;
	/* max-width: 600px; */
	font-size: 60px;
	font-weight: 700 !important;
	line-height: 1;
}

.mx-auto h2 {
	margin: 0px auto;
}

.mx-auto .button-style-default {
	text-align: center;
	display: inline-block !important;
}

.heading-style-2 h2 {
	font-family: "Open Sans", sans-serif;
	font-size: 24px;
	position: relative;
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 18px;
	margin-bottom: 28px;
	color: #1d1d1d;
}

	.heading-style-2 h2 span {
		position: relative;
		padding-bottom: 16px;
	}

.heading-style-1 h2 span span {
	color: #0077c8;
}

.heading-style-1.green span span {
	color: #1ac152;
}

.heading-style-2 h2 span:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	height: 2px;
	bottom: -1px;
	background: #146cda;
}

.heading-style-1 h3 {
	letter-spacing: 4px;
	font-size: 20px;
	font-weight: 700 !important;
}

.underline-text h2 span {
	border-bottom: 10px solid white;
}
/* HEADING STYLES */

/* ADVANCED PARAGRAPH SECTIONS */
.margin-negative .ap-style-1 {
	margin-top: -100px !important;
	position: relative;
	z-index: 1;
}

.ap-style-1 {
	margin: 20px 0px;
	text-align: left;
	padding: 2.5rem 2.5rem !important;
	background: white;
	border: 1px solid #f6f6f6;
}

	.ap-style-1:hover {
		-webkit-box-shadow: 0 16px 32px 0 rgba(7, 28, 31, 0.1);
		box-shadow: 0 16px 32px 0 rgba(7, 28, 31, 0.1);
	}


	.ap-style-1:after {
		content: "";
		width: 0;
		height: 4px;
		background: #e95c4a;
		position: absolute;
		bottom: 0;
		left: 0;
		-webkit-transition: all 0.5s ease 0s;
		-o-transition: all 0.5s ease 0s;
		transition: all 0.5s ease 0s;
	}

	.ap-style-1:hover:after {
		width: 100%;
	}


	.ap-style-1 .advanced-paragraph-icon {
		font-size: 48px;
		margin-bottom: 18px;
	}

		.ap-style-1 .advanced-paragraph-icon i {
			color: #e53e29;
			font-weight: 400 !important;
			font-size: 66px;
		}

	.ap-style-1 .advanced-paragraph-content h3 {
		margin: 0;
		color: #1B1D1E;
		font-size: 22px;
		text-transform: capitalize;
		line-height: 25px;
		margin-bottom: 16px;
		position: relative;
		font-weight: 700 !important;
	}



	.ap-style-1 .advanced-paragraph-content p {
		line-height: 27px;
		color: #716f6f;
		margin: 0;
		font-family: 'Poppins';
		font-size: 14px;
	}

.black.ap-style-1 {
	background-color: #181818;
}

	.black.ap-style-1 h3 {
		color: white;
	}

	.black.ap-style-1 .advanced-paragraph-icon i {
		color: #ededed;
	}

	.black.ap-style-1 h3:after {
		border-color: white;
	}

.dark-bg {
	background: url(/uploads/images/theme34/dark-bg.jpg) no-repeat 0 0 #071c21 !important;
	background-size: cover !important;
	overflow: visible;
}

	.dark-bg:before {
		content: "";
		background: url(/uploads/images/theme34/left.png) no-repeat right top transparent;
		width: 665px;
		height: 124%;
		position: absolute;
		left: 0;
		bottom: -74px;
		z-index: 1;
		background-size: cover !important;
		max-width: 31%;
	}

	.dark-bg:after {
		content: "";
		background: url(/uploads/images/theme34/right.png) no-repeat right top transparent;
		max-width: 514px;
		height: 584px;
		position: absolute;
		right: 0;
		bottom: 0;
		z-index: 1;
		background-size: cover !important;
		width: 31%;
	}

.section-bg-1 {
	background: url(/uploads/images/theme34/section-bg-1.jpg) no-repeat center top transparent !important;
}

	.section-bg-1 .heading-style-1 h2 {
		color: white;
	}

	.section-bg-1 .title .paragraph-style-1 {
		color: white;
	}

.ap-style-2 {
	padding: 20px 0px !important;
	color: #808080;
	-ms-flex-pack: start !important;
	justify-content: flex-start !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

	.ap-style-2 .advanced-paragraph-content {
	}

	.ap-style-2 .advanced-paragraph-icon {
		-ms-flex: 0 0 80px;
		flex: 0 0 80px;
		max-width: 80px;
		text-align: center;
		padding: 0;
		margin-right: 20px;
	}

.advanced-paragraph-icon {
}

.ap-style-2 .advanced-paragraph-icon a {
	color: #e53e29;
	display: block;
	border: 1px solid #ffffff6b;
	margin-right: 20px;
	font-size: 70px;
}

.ap-style-2 p {
	line-height: 27px;
	color: #716f6f;
	font-size: 15px;
	margin: 0;
	font-family: 'Poppins';
}


.ap-style-2 .advanced-paragraph-heading h3 {
	margin: 0;
	color: #1d1d1d;
	font-size: 20px;
	text-transform: capitalize;
	line-height: 25px;
	margin-bottom: 12px;
	position: relative;
	font-weight: 700 !important;
}

.ap-style-3 {
	-ms-flex-align: center !important;
	align-items: center !important;
	-ms-flex-pack: start !important;
	justify-content: flex-start !important;
	color: white;
	display: -ms-flexbox !important;
	display: flex !important;
	padding: 42px 26px !important;
	background: white;
	border: 1px solid #f6f6f6;
}

	.ap-style-3 h3 {
		font-weight: 700 !important;
		margin-bottom: 8px;
		color: #1B1D1E;
		font-size: 24px;
	}

	.ap-style-3 .advanced-paragraph-icon a {
		color: #e53e29;
		font-weight: 400 !important;
		font-size: 50px;
		display: flex;
	}

	.ap-style-3 .advanced-paragraph-icon {
		margin-right: 24px;
	}

	.ap-style-3.style-right .advanced-paragraph-icon {
		order: 2;
		margin-right: 0;
		margin-left: 24px;
	}

	.ap-style-3 p {
		line-height: 1.8;
		color: #716f6f;
		margin: 0;
		font-family: 'Poppins';
		font-size: 14px;
	}



.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: #e03d2a;
			width: 86px;
			display: block;
			border-radius: 50%;
			border: 1px solid #e03d2a;
		}


	.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: #7a7575;
		font-weight: 500 !important;
	}
/* PARAGRAPH STYLES */
.paragraph-style-1 {
	font-size: 15px;
	line-height: 32px;
	margin-bottom: 30px;
	color: #716f6f;
	font-family: 'Poppins';
}

.title .paragraph-style-1 {
	color: #e53e29;
	margin: 0;
	font-weight: 700 !important;
	line-height: 1;
}

.quote-p .paragraph-style-1 {
	padding-left: 2.4rem;
	border-left: 2px solid #e53e29;
	color: #716f6f;
}

p.paragraph-style-2 {
	max-width: 680px;
	margin: 0px auto;
	font-size: 15px;
	line-height: 32px;
	margin-bottom: 30px;
}



/* PARAGRAPH STYLES */

/* BUTTON STYLES */
.button-style-default {
	background: #e43d28;
	color: white;
	border-radius: 0;
	line-height: 60px;
	padding: 0px 2.4rem;
	font-size: 16px;
	font-weight: 900;
	border: 0;
	-ms-flex-align: center !important;
	align-items: center !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

	.button-style-default i {
		font-size: 22px;
	}

	.button-style-default:hover {
		background: #ce2510;
		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-module .btn-link {
	font-size: 17px;
	font-weight: 600;
	color: #000000;
	padding: 15px 33px 15px 0px;
	text-transform: none;
	letter-spacing: 1px;
}

	.button-module .btn-link i {
	}

.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;
	}

.favorite-module .favorite-count {
	position: absolute;
	right: -6px;
	background: #ffffff;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	border-radius: 50%;
	color: #209290;
	font-weight: 700;
	top: -9px;
	font-size: 13px;
}

.fixed-button-1 {
	position: fixed;
	right: 39px;
	padding: 0;
	bottom: 154px;
	z-index: 1;
}



	.fixed-button-1 i {
		background: #181818;
		width: 42px;
		height: 42px;
		line-height: 42px;
		border-radius: 50%;
		color: white;
	}

	.fixed-button-1 .cart-count {
		background: #209290;
		width: 22px;
		height: 22px;
		display: block;
		position: absolute;
		right: 0;
		top: -9px;
		border-radius: 50%;
		color: white;
		font-size: 14px;
		line-height: 22px;
	}

.fixed-button-2 {
	position: fixed;
	right: 39px;
	bottom: 96px;
	padding: 0;
	display: block;
	background: #209290;
	width: 42px;
	height: 42px;
	line-height: 42px;
	border-radius: 50%;
	color: white !important;
	z-index: 1;
	line-height: 45px;
}

	.fixed-button-2 .cart-count {
		position: absolute;
		right: -7px;
		background: #181818;
		width: 20px;
		height: 20px;
		line-height: 20px;
		text-align: center;
		border-radius: 50%;
		color: #ffffff;
		font-weight: 700;
		font-size: 13px;
		top: -4px;
	}

.play-button > .button-style-default {
	background: #6c6c6c45;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	display: inline-block;
	padding: 0;
}

.play-button .play-icon {
	background: url("/uploads/images/theme29/play-button.png") no-repeat center center transparent;
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover;
}

.box-button .btn-link {
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	-webkit-box-shadow: 0 16px 32px 0 rgba(7, 28, 31, 0.1);
	box-shadow: 0 16px 32px 0 rgba(7, 28, 31, 0.1);
	background: white;
	border: 0;
	width: 50px;
	height: 50px;
	line-height: 50px;
	padding: 0;
	text-align: center;
}

	.box-button .btn-link i {
		font-size: 22px;
	}

	.box-button .btn-link:hover {
		background: #e53e29;
		color: white;
	}

.box-button.red-box .btn-link {
	background: #e53e29;
	color: white;
}

	.box-button.red-box .btn-link:hover {
		background: #121212;
	}
/* BUTTON STYLES */
/* CARD STYLES */
.card-style-1 .card-body {
	text-align: left;
	padding: 0;
}

	.card-style-1 .card-body a {
	}

	.card-style-1 .card-body .card-title {
		color: #1B1D1E;
		margin-bottom: 5px;
		font-weight: 900;
		font-size: 56px;
	}

.card-style-1 .card-text {
	color: #7E888D;
	line-height: 32px;
	margin: 2rem 0;
	font-size: 16px;
}

.card-style-1 .card-body .btn {
	background: #0077C8;
	color: white;
	border-radius: 12px;
	line-height: 60px;
	padding: 0px 3rem;
	font-size: 15px;
	font-weight: 500;
}

	.card-style-1 .card-body .btn:hover {
		background: #39b362;
	}

.card-style-1 .card {
	border: 0;
	background: transparent;
}

.card-style-1 .card-image {
	overflow: hidden;
	border-radius: 4px;
	display: none;
}

.card-style-1:hover .card-image img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.card-style-1 .card-image img {
	transition: opacity 300ms ease-out, transform 300ms ease-out, filter 300ms ease-out;
	-moz-transition: opacity 300ms ease-out, -moz-transform 300ms ease-out, -moz-filter 300ms ease-out;
	-o-transition: opacity 300ms ease-out, -o-transform 300ms ease-out, -o-filter 300ms ease-out;
	-webkit-transition: opacity 300ms ease-out, -webkit-transform 300ms ease-out, -webkit-filter 300ms ease-out;
}

.card-medium .card-body .card-title {
	font-size: 32px;
}

.card-medium .card-body .card-text {
	font-size: 15px;
	line-height: 30px;
	margin: 1.2rem 0;
}

.card-style-2 {
	background: transparent;
	margin: 0 !important;
}


	.card-style-2 .card {
		background: transparent;
		border: 0;
		color: white;
	}

	.card-style-2 .card-body .btn {
		display: none;
	}

	.card-style-2:hover .card-body .btn {
		background: #1b1b1b;
		border-color: #1b1b1b;
	}

	.card-style-2 .card-body {
		display: block;
		position: relative;
		padding: 0;
		margin-top: 2rem;
	}

	.card-style-2 .card-title {
		margin-bottom: 8px;
		font-weight: 700;
		font-size: 28px;
		letter-spacing: -1px;
	}

	.card-style-2 .card-text {
		float: left;
		max-width: 300px;
		line-height: 28px;
	}

.card-style-3 .card {
	text-align: center;
	border: 0;
	background: #071c1f;
	padding: 4rem 0 3.4rem 0;
}

.card-style-3.red-card .card {
	background: #e53e29;
}

.card-style-3 .card-image img {
	width: auto;
	padding: 0;
	max-width: 80px;
}

.card-style-3 .card-image {
}

.card-style-3 .card-body {
	padding: 0;
}

.card-style-3 .card-title {
	font-size: 24px;
	font-weight: 700;
	color: #ffffff;
	margin-top: 1.6rem;
}

.card-style-3 .card-text {
	color: #ffffff;
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
	font-family: 'Poppins';
	padding: 0 20px;
}

.card-style-3 .card-body .btn {
	color: #19191a;
	font-weight: 600;
	font-size: 18px;
	width: 100%;
	background: white;
	border-radius: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	opacity: 0;
	box-shadow: 0 1px 6px 0 rgba(32, 33, 36, .28);
	padding: 12px 20px;
}

.card-style-3 .card:hover .btn {
	bottom: -40px;
	opacity: 1;
}

.card-style-3 .card-body .btn:hover {
	color: #d01111;
}
/* 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 */
/* TESTIMONIALS */

.testimonials .item {
	text-align: center;
	max-width: 760px;
	margin: 0px auto;
	display: flex;
	flex-direction: column;
	position: relative;
}

	.testimonials .item .avatar {
		width: 80px;
		height: 80px;
		border-radius: 50%;
		overflow: hidden;
		margin: 0px auto;
		order: 1;
		border: 4px solid #ffffff9e;
		display: none;
	}

	.testimonials .item p {
		font-size: 16px;
		color: #6a6666;
		position: relative;
		padding-top: 2rem;
		padding-bottom: 2rem;
		order: 3;
		line-height: 2.4;
		font-family: 'Poppins';
	}

	.testimonials .item h3 {
		order: 1;
		margin-top: 12px;
		color: #232223;
		font-size: 16px;
		font-weight: 600;
	}

	.testimonials .item p:before {
		content: "\f10d";
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		position: absolute;
		top: -13px;
		color: #e53e29;
		font-size: 26px;
		font-style: initial;
		left: -40px;
	}

	.testimonials .item p:after {
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		position: absolute;
		bottom: 0;
		color: #e53e29;
		font-size: 26px;
		right: -40px;
		content: "\f10e";
		font-style: initial;
	}

.testimonials .owl-dots {
	position: absolute;
	margin: 0px auto;
	bottom: -36px;
}
/* TESTIMONIALS */
/* ACCORDION */
.accordion-module.style-default .card-header {
	border: none;
	background: #ffffff;
	border-radius: 5px;
	box-shadow: 0px 0.625rem 1.25rem rgb(0 51 204 / 10%);
	-webkit-box-shadow: 0px 0.625rem 1.25rem rgb(0 51 204 / 10%);
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	padding: 16px 17px;
	cursor: pointer;
	font-weight: 600;
	font-family: 'Poppins';
	box-shadow: 0 15px 28px -16px rgb(0 0 0 / 27%);
}

	.accordion-module.style-default .card-header[aria-expanded="true"] {
		background: #0077C8;
		color: #ffffff;
	}

		.accordion-module.style-default .card-header[aria-expanded="true"]:after {
			background: white;
		}

.general-questions, .presale-questions {
	counter-reset: accordioncounter;
}

.accordion-module.style-default .card-header:before {
	counter-increment: accordioncounter;
	content: counters(accordioncounter,".") ".";
	margin: 0 1rem;
}

.accordion-module.style-default .card {
	border: 0;
	background: transparent !important;
	margin-bottom: 2rem;
}

.accordion-module.style-default .card-header span {
	margin: 0;
	padding: 0;
	font-size: 16px;
}

.accordion-module.style-default .card + .card {
	margin-top: 1.4rem;
}

.accordion-module.style-default .card-body {
	line-height: 30px;
	color: #707070;
	background: transparent !important;
	font-size: 15px;
	padding: 24px 2rem;
}


.accordion-module .card .card-header[aria-expanded="false"]:after {
	position: absolute;
	right: 18px;
	content: "+";
	font-size: 26px;
	line-height: 35px;
	background: #f8f9fa;
	width: 36px;
	text-align: center;
	transform: rotate(0deg);
	transition: all 0.3s ease;
	border-radius: 3px;
}

.accordion-module .card .card-header[aria-expanded="true"]:after {
	position: absolute;
	right: 18px;
	content: "-";
	font-size: 26px;
	line-height: 35px;
	background: #f8f9fa;
	width: 36px;
	text-align: center;
	transform: rotate(-180deg);
	transition: all 0.3s ease;
	color: #0c0c0c;
	border-radius: 3px;
}


/* ACCORDION */
/* BLOG SLIDER STYLES */


.blog-slider .owl-dots {
	bottom: 0;
	position: relative;
	margin: 0px auto;
	display: inherit;
	top: 40px !important;
}

.blog-slider .blog-item {
	padding-bottom: 2rem;
}

	.blog-slider .blog-item .avatar {
		/* display: none; */
	}

.blog-item-descriptions {
	background: white;
	box-shadow: 0 5px 20px 0 rgba(23, 44, 82, 0.1);
	width: calc( 100% - 30px);
	margin: 0px auto;
	padding: 30px;
	margin-top: -50px;
	position: relative;
}

.blog-slider .blog-item h3 {
	margin: 0;
	padding-bottom: 1rem;
	font-size: 24px;
	font-weight: 700;
}

	.blog-slider .blog-item h3 a {
		-webkit-transition: all .4s ease-out 0s;
		transition: all .4s ease-out 0s;
	}

.blog-slider .blog-item:hover h3 a {
	color: #e53e29;
}

.blog-slider .blog-item p {
	font-size: 15px;
	font-family: 'Poppins';
	color: #716f6f;
}


.blog-slider-style-1 .owl-stage {
	padding: 2rem 0;
}

.blog-slider-style-1 .owl-dots {
	bottom: 0;
	position: relative;
	margin: 0px auto;
	display: inherit;
	top: 40px !important;
}

.blog-slider-style-1 .blog-item {
	background: white;
	border-radius: 12px;
	padding: 2.2rem 20px;
	-ms-flex-align: center !important;
	align-items: center !important;
	-ms-flex-pack: start !important;
	justify-content: flex-start !important;
	display: -ms-flexbox !important;
	display: flex !important;
	top: 0;
	-webkit-transition: all .4s ease-out 0s;
	transition: all .4s ease-out 0s;
	position: relative;
}

	.blog-slider-style-1 .blog-item:hover {
		position: relative;
		top: -4px;
	}

	.blog-slider-style-1 .blog-item .avatar {
		display: block;
		min-width: 60px;
		margin-right: 18px;
	}

		.blog-slider-style-1 .blog-item .avatar img {
			width: auto;
			max-width: 100%;
		}

	.blog-slider-style-1 .blog-item h3 {
		margin: 0;
		padding-bottom: 1rem;
		font-size: 20px;
		font-weight: 700;
		letter-spacing: -0.2px;
	}

	.blog-slider-style-1 .blog-item p {
		font-size: 14px;
	}

.blog-slider .owl-nav {
	position: absolute;
	right: 0;
	top: -120px;
}

	.blog-slider .owl-nav button {
		background: white !important;
		width: 60px;
		height: 60px;
		border-radius: 0 !important;
		border: 2px solid white !important;
	}

		.blog-slider .owl-nav button.disabled {
			background: transparent !important;
			color: white;
			opacity: 0.8;
		}

		.blog-slider .owl-nav button:hover {
			background: transparent !important;
		}

/* FIGURES */

.position-unset {
	/* position: unset; */
}



.absolute-image {
	width: 100%;
	left: 0;
	right: 0;
	margin: 0px auto;
	text-align: center;
}

	.absolute-image img {
		z-index: -1;
		position: relative;
	}

	.absolute-image .edit-button {
		top: 10%;
	}
/* FIGURES */
/* BRAND SLIDER */

.brand-slider-default {
	z-index: auto !important;
}

	.brand-slider-default .owl-item {
		-ms-flex-align: center !important;
		align-items: center !important;
		display: flex;
	}

.brand-image a {
	display: block;
	text-align: center;
}

.brand-image img {
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.brand-image {
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	opacity: 0.5;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	margin: 10px 0;
}

	.brand-image:hover {
		-webkit-filter: grayscale(0);
		filter: grayscale(0);
		opacity: 1;
	}

	.brand-image:hover {
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}


/* BRAND SLIDER */

/* BREADCRUMB */
#section-navigasyon {
	/* margin-top: -125px; */
}

.breadcrumb-area {
	text-align: center;
	position: relative;
	background-color: #efefef;
	padding: 6rem 0 6rem 0rem;
	background: url(/uploads/images/theme34/section-bg-1.jpg) no-repeat center top transparent !important;
}

	.breadcrumb-area:before {
		content: "";
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		background: #05050591;
		z-index: 0;
		opacity: 0;
	}

	.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: 22px;
		}


		.breadcrumb-area .breadcrumb a {
			font-size: 13px;
			/* line-height: 32px; */
			color: #ffffff;
		}

		.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: 12px;
			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, .breadcrumb-area h2 {
		font-size: 50px;
		margin: 0;
		color: #ffffff;
		position: relative;
		/* margin-bottom: 12px; */
	}

		.breadcrumb-area h1 .first-word {
			color: #ffffff;
			letter-spacing: 1px;
			font-weight: 800 !important;
		}

/* BREADCRUMB */

/* IMAGE STYLES */
.image-shadow {
	box-shadow: 25px 0px 60px rgb(0 0 0 / 30%);
	-moz-box-shadow: 25px 0px 60px rgba(0, 0, 0,0.3);
	-webkit-box-shadow: 25px 0px 60px rgb(0 0 0 / 30%);
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	position: relative;
	/* left: 80px; */
	z-index: 1;
	top: -80px;
}

	.image-shadow img {
		width: 100%;
	}

.radius-img {
	border-radius: 12px;
}

.caption-01 img {
	max-width: 65%;
	border: 16px solid #f5f5f5;
}

.caption-02 img {
	max-width: 65%;
	border: 16px solid whitesmoke;
}

.caption-02 {
	text-align: right;
	position: relative;
	top: -80px;
}
/* IMAGE STYLES */

/* FORM */
.form-style-default .form-button button {
	background: #e53e29 !important;
	border: 1px solid #e53e29;
	padding: 16px 30px;
	font-family: 'Poppins';
	font-size: 15px;
}

	.form-style-default .form-button button:focus {
		background: #222222 !important;
		border: 1px solid #222222;
	}

	.form-style-default .form-button button:hover {
		background: #040404 !important;
		border: 1px solid #040404;
	}

.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;
}

/* 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 {
	margin-top: -80px;
	padding: 160px 30px;
	border-radius: 36px;
}

.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;
}

.blog-item-descriptions h3 {
}


.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;
}

.social-horizontal .navbar-nav {
	text-align: right;
	margin-left: auto !important;
}
/* 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;
	}

.top-menu .navbar-nav li a {
	font-weight: 600;
	color: #141313;
	font-size: 15px;
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-align: center !important;
	align-items: center !important;
}

	.top-menu .navbar-nav li a i {
		color: #e53e29;
	}
/* ACTUAL MENU */

/* PRODUCT SEARCH MODULE */
.search-product-input {
	height: 46px;
	border-radius: 9px;
	border: none;
	padding-left: 34px;
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: 1;
	background: white !important;
}

.search-product-button {
	color: #fff;
	width: 56px;
	height: 36px;
	background: #146cda;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	position: absolute;
	right: 6px;
	top: 5px;
	font-size: 14px;
	border-radius: 6px;
	border: 0;
}

	.search-product-button:hover {
		background: #343535;
	}

.search-product-input.tt-hint {
	opacity: 0 !important;
}

/* 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;
}

.product-slider-default .nav-tabs > li > a {
	color: #404142;
	padding: 0px 14px;
	line-height: 38px;
	border: 0;
	font-weight: 600;
	font-size: 13px;
}

	.product-slider-default .nav-tabs > li > a i {
		font-size: 16px;
		float: left;
		line-height: 40px;
		margin-right: 4px;
	}

.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: #146cda;
	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: -80px;
	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 {
	position: absolute;
	top: 45%;
	width: 36px;
	height: 36px;
	border-radius: 50% !important;
	background: #ffffff !important;
	border: 1px solid #d2d2d2 !important;
}

	.product-slider-default .owl-nav > button:hover {
		color: white !important;
		background: #146cda !important;
		border: 1px solid transparent;
	}

.product-slider-default .owl-nav > .owl-next {
	right: 0;
}

.product-slider-default .owl-nav > .owl-prev {
	left: 0;
}

.product-slider-default .owl-nav {
	opacity: 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;
}

.product-slider-1 .product-image {
	-ms-flex: 0 0 40%;
	flex: 0 0 40%;
	max-width: 40%;
	min-height: 120px;
}

.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 {
	height: 42px;
	overflow: hidden;
}

.product-slider-1 .action-hover {
	display: none !important;
}

.product-slider-1 .owl-nav {
	position: absolute;
	top: -72px;
	right: 22px;
}

	.product-slider-1 .owl-nav > button {
		color: #000000 !important;
		background: transparent !important;
	}

.toast-fixed {
	position: fixed !important;
	top: 40px !important;
	z-index: 3 !important;
	right: 20px !important;
	background: #146cda;
	color: white;
	border-color: #146cda;
	box-shadow: none;
	visibility: hidden;
	border-radius: 6px;
	max-width: 220px;
}

	.toast-fixed.showing, .toast-fixed.show {
		visibility: visible;
		-webkit-transition: all .4s ease .1s;
		transition: all .4s ease .1s;
		-webkit-animation: bounceInRight 1s;
		animation: bounceInRight 1s;
	}


	.toast-fixed .toast-header {
		background: #146cda;
		color: white;
		font-weight: 300;
		line-height: 36px;
	}

		.toast-fixed .toast-header > span {
			background: white;
			border-radius: 50%;
			width: 26px;
			height: 26px;
			color: #146cda;
			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: #d14d58;
	border-color: #d14d58;
}

	.shoppingcart-toast .toast-header {
		background: #d14d58;
	}

		.shoppingcart-toast .toast-header > span, .shoppingcart-toast .btn-link {
			color: #d14d58;
		}

/* PRODUCT SLIDER MODULE */

/* PRODUCT LIST */
.product-list-module {
}

.product-item {
	padding: 14px;
	margin-bottom: 20px;
	position: relative;
	background: white;
	border: 1px solid transparent;
	border-radius: 6px;
}

	.product-item:hover {
		border: 1px solid transparent;
	}

.product-image > a {
	display: block;
}

.product-image a img {
	width: 100%;
	z-index: 1;
	position: relative;
}

.product-info .product-mark {
	color: #1a1a1a;
	font-size: 13px;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-weight: 700;
	display: block;
}

.product-info h3 {
	margin: 0;
}

.product-info .product-title {
	font-size: 14px;
	line-height: 1.5;
	display: block;
	height: 44px;
	/* white-space: nowrap; */
	/* overflow: hidden; */
	/* text-overflow: ellipsis; */
	overflow: hidden;
}

.product-review {
	margin-bottom: 8px;
	margin-top: 4px;
}

	.product-review i {
		color: #d0d0d0;
		font-size: 12px;
	}

		.product-review i.plus {
			color: #ffd82f;
		}

	.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: 34px;
	position: absolute;
	background: #f4f4f4;
	text-align: center;
	right: 20px;
	top: 18%;
	z-index: 2;
	/* font-size: 13px; */
	border-radius: 6px;
	overflow: hidden;
	border: 1px solid #eaeaea;
	display: none;
}


.spinner:after {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	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;
	left: 0;
	right: 0;
	margin: 0 auto;
	color: #e2e4e6;
	top: 42%;
	background: white;
}

.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: 38px;
	color: #312e2e;
	/* border-left: 1px solid gray; */
}

.produt-item-quantity button {
	border: 0;
	background: transparent;
	line-height: 32px;
	width: 100%;
	display: block;
	color: #565151;
}

	.produt-item-quantity button i {
		font-size: 11px;
	}

.produt-item-quantity .quantity-plus {
	border-bottom: 1px solid #eaeaea;
}

.produt-item-quantity .quantity-minus {
	border-top: 1px solid #eaeaea;
}

.produt-item-quantity.toggle {
	height: 36px;
	-webkit-transition: all 0.2s ease !important;
	transition: all 0.2s ease !important;
}

	.produt-item-quantity.toggle.active {
		height: 110px;
		-webkit-transition: all 0.2s ease !important;
		transition: all 0.2s ease !important;
	}

.product-image {
	position: relative;
	overflow: hidden;
}

	.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;
	}

.product-tags {
}

	.product-tags li {
		display: block;
		margin-bottom: 2px;
		position: absolute;
		z-index: 1;
	}

		.product-tags li span {
			background: #146cda;
			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: #146cda;
				font-size: 14px;
			}

		.product-tags li:nth-child(1) {
			top: 40px;
		}

		.product-tags li:nth-child(2) {
			left: 0;
			top: 0;
		}

			.product-tags li:nth-child(2) span {
				background: #d14f57;
			}

				.product-tags li:nth-child(2) span:after {
					color: #d14f57;
				}

		.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: #252525;
	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;
}

.out-of-stock {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0px auto;
	width: 72px;
	height: 72px;
	z-index: 1;
	background: #fddbe0e0;
	line-height: 72px;
	border-radius: 50%;
	text-align: center;
	font-size: 12px;
	letter-spacing: 0.4px;
	display: none;
}

.discount-percentage {
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 1;
	background: #101010;
	border-radius: 50%;
	width: 36px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	font-size: 11px;
	color: white;
}

.quick-favorite {
	position: absolute;
	right: 15px;
	top: 23px;
	z-index: 1;
	width: 32px !important;
	line-height: 32px;
	border-radius: 50%;
	background: #f6f6f6;
	border: none !important;
	padding: 0 !important;
	box-shadow: none !important;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}

.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:last-child {
	}

	.product-item .action-hover li a {
		position: relative;
		font-size: 14px;
		color: #ffffff;
		cursor: pointer;
		width: 100%;
		padding: 0;
		background: #1e1e1e;
		line-height: 40px;
		display: block;
		border-radius: 4px;
		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: #1f1d1d;
}

	.product-item .action-hover li a:hover i {
		color: white !important;
	}

.product-list-pagination .page-item.active .page-link {
	background: #146cda;
	border-color: #146cda;
}

.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;
	background: white;
}

.filter-box {
	padding: 20px;
	border-bottom: 1px solid #f0f0f0;
}

	.filter-box.categories-filter {
		display: none;
	}

.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: 246px;
	background: #0077c8;
	border: 0;
	padding: 14px 0px !important;
	color: white;
	font-weight: 700;
	font-size: 13px;
	border-radius: 6px;
	margin: 14px auto;
	display: block;
}

.filter-open {
	position: fixed;
	left: 0;
	top: 50%;
	background: #d14d58;
	width: 38px;
	line-height: 38px;
	border: 0;
	font-size: 18px;
	color: white;
	height: 38px;
	padding: 0;
	z-index: 5;
}

/* 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: #080808;
		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: #181818;
		}

.product-detail-module .product-tags li {
	position: unset;
	display: inline-block;
	position: relative;
	left: 0;
	top: 0;
}

.product-detail-module .product-tags {
	display: none;
}

	.product-detail-module .product-tags li span:after {
		opacity: 0;
	}

.product-pricing ul {
	border: 1px solid #f0e4e4;
	border-radius: 6px;
}

	.product-pricing ul li {
		border-bottom: 1px solid #f0e4e4;
		line-height: 48px;
	}

		.product-pricing ul li:last-child {
			border-bottom: 0;
		}

		.product-pricing ul li label {
			border-right: 1px solid #f0e4e4;
			margin: 0;
			padding: 0px 10px;
			min-width: 140px;
			font-weight: 600;
			color: #676666;
			/* font-size: 13px; */
		}

		.product-pricing ul li span {
			padding: 0 0 0 8px;
			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: #111111;
		}

			.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;
}

.quantity-section {
	/* margin-top: 30px; */
	border: 0;
	display: inline-block;
	border-radius: 3px;
	overflow: hidden;
	float: left;
}

	.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: #181818;
	display: inline-block;
	line-height: 52px;
	margin: 0px 10px;
	padding: 0px 26px;
	border-radius: 3px;
	color: white;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.25px;
	font-size: 13px;
}

	.add-to-cart-button:hover {
		color: white;
		background: #de3f3f;
	}

	.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: #2b2d2d;
		text-align: center;
		width: 17px;
		height: 52px;
		line-height: 52px;
		display: inline-block;
		background: white;
		margin: 0px 4px 0px 0;
	}

		.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-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;
}

/* Variant Controller */
.variant-controller {
	margin-top: 2rem;
}

	.variant-controller h3 {
		font-size: 15px;
		font-weight: 600;
		border-bottom: 1px solid #e4e4e4;
		padding-bottom: 12px;
		margin-bottom: 20px;
	}

.e-variant-default {
	height: 36px;
	width: 36px;
	border-radius: 36px;
	line-height: 34px;
	padding: 0 !important;
	border: 2px solid transparent;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
}

.variant-size .e-variant-default {
	background: #ececec;
	cursor: pointer;
}

	.variant-size .e-variant-default.selected {
		background: black;
		color: white;
		border: 2px solid transparent;
		box-shadow: none;
	}

.e-variant-default.disabled {
	opacity: 0.4;
	cursor: no-drop;
	position: relative;
}

.e-variant-default.selected {
	border: 2px solid #129a32;
	box-shadow: 0px 0px 0px 3px #fff inset;
}

.control-defaults .stock-out {
	border: 2px solid red;
	cursor: no-drop;
	position: relative;
}

	.control-defaults .stock-out:after {
		position: absolute;
		left: 0;
		right: 0;
		content: "";
		border-bottom: 2px solid #ff0040;
		transform: rotate(45deg);
		width: 31px;
		top: 16px;
	}

.e-variant-default.disabled:after {
	position: absolute;
	left: 0;
	right: 0;
	content: "";
	/* border-bottom: 2px solid #adadad; */
	/* transform: rotate(45deg); */
	/* width: 31px; */
	/* top: 16px; */
}

.e-variant-default label {
	margin: 0 !important;
}

.control-defaults {
	margin-bottom: 24px;
}

.variant-price-box {
	display: none;
}

.variant-box {
	margin-right: 10px;
}

	.variant-box label {
		margin: 0;
		font-weight: 600;
		color: black;
	}

/* Variant Controller */
/* 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: 600;
		font-size: 22px;
		color: black;
		display: block;
		border-bottom: 1px solid #e2e0e0;
		padding-bottom: 14px;
		margin-bottom: 30px;
	}

/* COMMENTS */
.dynamic-form .form-control {
	border: 0;
	min-height: 50px;
	padding: 15px 20px;
	border-radius: 4px;
}
/* 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: #f7f9fa;
	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: #212121 !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;
	/* font-family: Rajdhani,sans-serif; */
	/* padding-left: 20px; */
	/* font-family: 'poppins'; */
	/* letter-spacing: -0.25px; */
}

.cart-product-price {
	font-size: 16px;
	font-weight: 700;
	color: #f55454;
	/* 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: 38px;
	height: 38px;
	color: #252525;
	font-size: 11px;
	display: block;
	margin: 0 !important;
	padding: 0;
	border-radius: 50%;
}

.cart-product-quantity #count {
	width: 38px;
	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: #146cda;
	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;
}

.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;
}

.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: #146cda;
	border: 0;
	color: white;
	border-radius: 5px;
	padding: 14px 20px;
	/* width: 100%; */
	/* display: block; */
	font-weight: 600;
	margin: 14px 0px;
	font-size: 16px;
}

	.add-button:hover {
		background: #252424;
	}

.note {
	display: none;
}

.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: #181818;
	color: #ffffff;
	border: 0;
	width: 38px;
	line-height: 38px;
	border-radius: 50%;
	margin-top: 10px;
	padding: 0;
	margin-right: 10px;
}

	.edit-address:hover {
		background: #20b68e;
	}

.remove-address {
	background: #f55454;
	color: white;
	border: 0;
	width: 38px;
	line-height: 38px;
	border-radius: 20px;
	margin-top: 10px;
	padding: 0;
	position: relative;
}

	.remove-address:hover {
		background: #3bd2a8;
	}

.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: #f55454;
	background-color: #f55454;
	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: 600;
		color: #605f5f;
		font-size: 18px;
		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 #146cda;
	color: #146cda;
	padding: 12px 12px;
	padding-left: 54px;
	border-radius: 3px;
	overflow: hidden;
}

	.alert-epsilos i {
		line-height: 45px;
		background: #146cda;
		position: absolute;
		top: 0;
		left: 0;
		width: 40px;
		text-align: center;
		color: white;
		font-size: 22px;
	}

/* FAVORITE PAGE */

/* BLOG PAGE */
.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: #df3c29;
	font-size: 13px;
	border-radius: 3px;
	line-height: 28px;
	font-weight: 700;
	margin-top: 8px;
	text-transform: uppercase;
}

.blog-item-descriptions .read-more:before {
	content: "\f061";
	font-family: 'Font Awesome 5 Free';
	margin-right: 8px;
}

read-more i {
	margin-right: 10px;
	font-size: 18px;
	float: left;
	line-height: 28px;
}

.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: 16px;
}

	.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: 21px;
	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;
	color: #0c0b0b;
	margin-bottom: 15px !important;
	font-weight: 600 !important;
}

.blog-post .post-content ul, .html-editor-module ul {
	margin-left: 0;
}

	.blog-post .post-content 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;
}

.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: 14px;
	color: #656262;
	font-weight: 400;
	margin-bottom: 25px;
	line-height: 28px;
	font-family: 'Poppins';
}

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;
	font-family: 'Poppins';
}

.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/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: #007bff;
	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 #3ebccb;
}

.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: #007bff;
	text-align: center;
	display: block;
	margin: 1.5rem;
}

.social-icons {
	text-align: center;
}

	.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: #007bff;
	border: 1px solid #007bff;
	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: #007bff;
		color: white;
	}

.btn-login, .btn-register {
	background: #007bff;
	color: white;
	border-radius: 4px;
	padding: 12px 20px;
	display: block;
	width: auto;
	margin-top: 20px;
	width: 100%;
}

	.btn-login:hover, .btn-register:hover {
		background: #1068c5;
		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 {
	overflow: hidden;
	background: #051b1e;
}

.footer {
	padding-top: 8rem;
	padding-bottom: 5rem;
}



.social-media .navbar-nav li a {
	margin: 0px 12px;
	border-radius: 50%;
	width: 42px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	color: #ffffff;
	padding: 0 !important;
	font-size: 15px;
	background: #de3725;
}

.social-media .navbar-collapse {
	-ms-flex-pack: center !important;
	justify-content: center !important;
}

.social-media .navbar-nav li a:hover {
	background: #ffffff;
	color: #051b1e;
}

.footer-message {
	max-width: 820px;
	margin: 36px auto;
}

	.footer-message p {
		color: #c3c3c3;
		font-size: 14px;
		line-height: 2;
	}

.footer-bottom {
	padding: 16px 0px;
	border-top: 1px solid #f5f5f524;
	position: relative;
	/* background: #061e21 !important; */
}

	.footer-bottom .paragraph-module p, .footer-bottom .paragraph-module p a {
		margin: 0;
		line-height: 30px;
		color: #ffffff;
		font-weight: 400 !important;
		font-size: 14px;
	}

.footer-signature .paragraph-module p {
	text-align: right;
}
.logo-footer a {
    display: inline-block !important;
}

/* FOOTER */

.image-zoom-container {
	/* border: 1px solid #cccccc; */
	padding: 8px;
	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;
}

/*---------------------------------------------------------------
  2. Icomoon Icon
---------------------------------------------------------------*/
@font-face {
	font-family: 'icomoon';
	src: url('../webfonts/icomoon/icomoon.eot?3aun5s');
	src: url('.../webfonts/icomoon/icomoon.eot?3aun5s#iefix') format('embedded-opentype'), url('../webfonts/icomoon/icomoon.ttf?3aun5s') format('truetype'), url('../webfonts/icomoon/icomoon.woff?3aun5s') format('woff'), url('../webfonts/icomoon/icomoon.svg?3aun5s#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-cancel:before {
	content: "\e900";
}

.icon-star:before {
	content: "\e901";
}

.icon-star-1:before {
	content: "\e902";
}

.icon-plus:before {
	content: "\e903";
}

.icon-remove:before {
	content: "\e904";
}

.icon-compare:before {
	content: "\e905";
}

.icon-facebook:before {
	content: "\e906";
}

.icon-twitter:before {
	content: "\e907";
}

.icon-linkedin:before {
	content: "\e908";
}

.icon-whatsapp:before {
	content: "\e909";
}

.icon-youtube:before {
	content: "\e90a";
}

.icon-mail:before {
	content: "\e90b";
}

.icon-placeholder:before {
	content: "\e90c";
}

.icon-call:before {
	content: "\e90d";
}

.icon-left-arrow:before {
	content: "\e90e";
}

.icon-next:before {
	content: "\e90f";
}

.icon-arrows:before {
	content: "\e910";
}

.icon-down-arrow:before {
	content: "\e911";
}

.icon-mechanic:before {
	content: "\e912";
}

.icon-car-service:before {
	content: "\e913";
}

.icon-key:before {
	content: "\e914";
}

.icon-repair:before {
	content: "\e915";
}

.icon-car-parts:before {
	content: "\e916";
}

.icon-car:before {
	content: "\e917";
}

.icon-exterior:before {
	content: "\e918";
}

.icon-car-parts-1:before {
	content: "\e919";
}

.icon-maintenance:before {
	content: "\e91a";
}

.icon-car-1:before {
	content: "\e91b";
}

.icon-car-parts-2:before {
	content: "\e91c";
}

.icon-hand:before {
	content: "\e91d";
}

.icon-accumulator:before {
	content: "\e91e";
}

.icon-car-parts-3:before {
	content: "\e91f";
}

.icon-repair-1:before {
	content: "\e920";
}

.icon-carwash:before {
	content: "\e921";
}

.icon-car-parts-4:before {
	content: "\e922";
}

.icon-automobile:before {
	content: "\e923";
}

.icon-polisher:before {
	content: "\e924";
}

.icon-car-parts-5:before {
	content: "\e925";
}

.icon-gasoline:before {
	content: "\e926";
}

.icon-seat:before {
	content: "\e927";
}

.icon-car-parts-6:before {
	content: "\e928";
}

.icon-car-2:before {
	content: "\e929";
}

.icon-soap:before {
	content: "\e92a";
}

.icon-car-parts-7:before {
	content: "\e92b";
}

.icon-disc-brake:before {
	content: "\e92c";
}

.icon-car-parts-8:before {
	content: "\e92d";
}

.icon-wheel:before {
	content: "\e92e";
}

.icon-car-parts-9:before {
	content: "\e92f";
}

.icon-speedometer:before {
	content: "\e930";
}

.icon-maintenance-1:before {
	content: "\e931";
}

.icon-shopping-bags:before {
	content: "\e932";
}

.icon-shopping-cart:before {
	content: "\e933";
}

.icon-view:before {
	content: "\e934";
}

.icon-phone-call:before {
	content: "\e935";
}

.icon-calendar:before {
	content: "\e936";
}

.icon-calendar-1:before {
	content: "\e937";
}

.icon-right-arrow-angle:before {
	content: "\e938";
}

.icon-down-arrow-1:before {
	content: "\e939";
}

.icon-up-arrow-angle:before {
	content: "\e93a";
}

.icon-search:before {
	content: "\e93b";
}

.icon-share:before {
	content: "\e93c";
}

.icon-left-arrow-1:before {
	content: "\e93d";
}

.icon-quotation:before {
	content: "\e93e";
}

.icon-user:before {
	content: "\e93f";
}

.icon-tag:before {
	content: "\e940";
}

.icon-play:before {
	content: "\e941";
}

.icon-done:before {
	content: "\e942";
}

.icon-electric-car:before {
	content: "\e943";
}

.icon-cog:before {
	content: "\e944";
}

.icon-car-3:before {
	content: "\e945";
}

.icon-tyre:before {
	content: "\e946";
}

.icon-wheel-1:before {
	content: "\e947";
}

.icon-tire:before {
	content: "\e948";
}

.icon-tire-1:before {
	content: "\e949";
}

.icon-flat-tire:before {
	content: "\e94a";
}

.icon-pressure:before {
	content: "\e94b";
}

.icon-right-quote:before {
	content: "\e94c";
}

.icon-quote:before {
	content: "\e94d";
}

.icon-quotation-1:before {
	content: "\e94e";
}

.icon-quote-1:before {
	content: "\e94f";
}

.icon-open:before {
	content: "\e950";
}

.icon-options:before {
	content: "\e951";
}

.icon-location:before {
	content: "\e952";
}

.icon-edit:before {
	content: "\e953";
}

.icon-award:before {
	content: "\e954";
}

.icon-menu:before {
	content: "\e955";
}

.icon-categories:before {
	content: "\e956";
}

.icon-menu-1:before {
	content: "\e957";
}

.icon-menu-2:before {
	content: "\e958";
}

.icon-bookmark:before {
	content: "\e959";
}

.icon-bookmark-1:before {
	content: "\e95a";
}

.icon-reply:before {
	content: "\e95b";
}

.icon-reply-1:before {
	content: "\e95c";
}

.icon-globe:before {
	content: "\e95d";
}

.icon-clock:before {
	content: "\e95e";
}

.icon-alarm-clock:before {
	content: "\e95f";
}
.whatsapp-wrapper {
  position: relative;
  -ms-flex-align: center !important;
  align-items: center !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.whatsapp-button {
  position: fixed;
  bottom: 40px;
  right: 36px;
  z-index: 99999;
  text-align: center;
  cursor: pointer;
  -ms-flex-align: center !important;
  align-items: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.whatsapp-wrapper a {
  z-index: 1;
  position: relative;
  background: #de3725;
  border-radius: 50%;
  width: 46px;
  height: 46px;
  display: inline-block;
  color: white;
  line-height: 49px;
  font-size: 19px;
}
.pinkBg {
    background-color: #de3725 !important;
    background-image: linear-gradient(90deg, #de3725, #de3725);
}
.whatsapp-button .ripple {
  position: absolute;
  width: 100px;
  height: 100px;
  margin: 0px auto;
  opacity: 0;
  border-radius: 100px;
  -webkit-animation: ripple 1.8s infinite;
  animation: ripple 1.8s infinite;

  &:nth-child(2) {
    animation-delay: .3s;
    -webkit-animation-delay: 0.3s;
  }

  &:nth-child(3) {
    animation-delay: .6s;
    -webkit-animation-delay: 0.6s;
  }
}

@-webkit-keyframes ripple {
  0% {
    opacity: 1;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes ripple {
  0% {
    opacity: 1;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
#light-mode-toggle {
    display: none;
}
@keyframes skew {
  0% {
    transform: rotate(20deg);
  }
  100% {
    transform: rotate(-20deg);
    background: #1e8bdc;
  }
}
