/*******************************************************/
/******************* ## Default Style *****************/
/*******************************************************/
* {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

body {
	color: var(--base-color);
	background: white;
	font-weight: 400;
	line-height: 25px;
	font-size: 15px;
	font-family: "Roboto", sans-serif;
	--base-color: #535353;
	--heading-color: #0C0C0C;
	--primary-color: #00b81d;
	--red-color: #ff4040;
	--black-color: #212121;
	--yellow-color: #FFD80D;
	--secondary-color: #FF5F1B;
	--lighter-color: #F6F6F6;
	--border-color: #DDDDDD;
}

a {
	color: var(--base-color);
	cursor: pointer;
	outline: none;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	text-decoration: none;
}
a:hover, a:focus, a:visited {
	text-decoration: none;
	outline: none;
}
a:hover {
	color: var(--primary-color);
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: var(--heading-color);
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white h1 a,
.text-white h2 a,
.text-white h3 a,
.text-white h4 a,
.text-white h5 a,
.text-white h6 a {
	color: white;
}

ul, li {
	list-style: none;
	padding: 0;
	margin: 0;
}

img {
	max-width: 100%;
	display: inline-block;
}

mark {
	color: var(--secondary-color);
	background: transparent;
	text-decoration: underline;
}

header:after, section:after, footer:after {
	display: block;
	clear: both;
	content: "";
}

/*======= Input Styles =======*/
input,
select,
textarea,
.nice-select,
.form-control {
	width: 100%;
	height: auto;
	border-radius: 5px;
	background-color: #fff;
	border: 1px solid var(--border-color);
}
.nice-select {
	font-size: 18px;
	line-height: 1.3;
}
.nice-select:after {
	height: 8px;
	width: 8px;
	right: 25px;
	border-color: var(--heading-color);
}
.nice-select .list {
	width: 100%;
	border-radius: 0;
}

textarea {
	display: inherit;
	padding-top: 20px;
}

label {
	cursor: pointer;
	font-weight: 500;
	margin-bottom: 5px;
	color: var(--base-color);
}

.form-group {
	position: relative;
	margin-bottom: 20px;
}

input:focus,
button:focus,
.form-control:focus {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #cfdbf1;
}

input[type=search]::-ms-clear {
	display: none;
	width: 0;
	height: 0;
}

input[type=search]::-ms-reveal {
	display: none;
	width: 0;
	height: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
	display: none;
}

input[type=checkbox], input[type=radio] {
padding:initial;
}

/* For Scroll Animation */
html {
	scroll-behavior: unset !important;
}

/*******************************************************/
/*****************  ## Common Classes *****************/
/*******************************************************/
.page-wrapper {
	position: relative;
	z-index: 9;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	min-width: 300px;
}

@media only screen and (min-width: 1200px) {
	.container {
		max-width: 1350px;
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media only screen and (min-width: 1200px) {
	.container-1440 {
		max-width: 1470px;
	}
}

@media only screen and (min-width: 1600px) {
	.container-1620 {
		max-width: 1650px;
	}
}

@media only screen and (min-width: 1600px) {
	.container-1720 {
		max-width: 1750px;
	}
}

@media only screen and (min-width: 1400px) {
	.container-fluid {
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media only screen and (max-width: 375px) {
	.col-small {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

.row {
	--bs-gutter-x: 30px;
}

@media only screen and (min-width: 1400px) {
	.gap-40 {
		--bs-gutter-x: 40px;
	}
}

@media only screen and (min-width: 1400px) {
	.gap-50 {
		--bs-gutter-x: 50px;
	}
}

@media only screen and (min-width: 1400px) {
	.gap-60 {
		--bs-gutter-x: 60px;
	}
}

@media only screen and (min-width: 1400px) {
	.gap-70 {
		--bs-gutter-x: 70px;
	}
}

@media only screen and (min-width: 1400px) {
	.gap-80 {
		--bs-gutter-x: 80px;
	}
}

@media only screen and (min-width: 1400px) {
	.gap-90 {
		--bs-gutter-x: 90px;
	}
}

@media only screen and (min-width: 1400px) {
	.gap-100 {
		--bs-gutter-x: 100px;
	}
}

.gap-0 {
	--bs-gutter-x: 0px;
}

.gap-10 {
	--bs-gutter-x: 10px;
}

.gap-20 {
	--bs-gutter-x: 20px;
}

@media only screen and (min-width: 1200px) {
	.row-cols-xl-7 > * {
		width: 14.2857%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}
}

@media only screen and (min-width: 1600px) {
	.row-cols-xxxl-5 > * {
		width: 20%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}
}

@media only screen and (max-width: 479px) {
	.row-cols-small > * {
		width: 100%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}
}

/** Section Title style **/
.section-title {
	margin-top: -10px;
}
.section-title .sub-title {
	font-size: 20px;
	font-weight: 700;
	color: var(--heading-color);
	display: inline-block;
	text-transform: uppercase;
}
.section-title h2 {
	margin-bottom: 18px;
	text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
	.section-title h2 {
		font-size: 35px;
	}
}
@media only screen and (max-width: 479px) {
	.section-title h2 {
		font-size: 30px;
	}
}
.section-title h3 {
	margin-bottom: 15px;
	text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
	.section-title h3 {
		font-size: 30px;
	}
}
@media only screen and (max-width: 479px) {
	.section-title h3 {
		font-size: 25px;
	}
}
.section-title p {
	font-size: 16px;
}

/* Title With Btn */
.title-with-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.title-with-btn h4 {
	text-transform: uppercase;
}

/** Button style **/
.theme-btn,
a.theme-btn {
	z-index: 1;
	color: white;
	cursor: pointer;
	overflow: hidden;
	font-size: 14px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	font-weight: 500;
	border-radius: 5px;
	text-align: center;
	padding: 12px 35px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-transform: uppercase;
	background: var(--primary-color);
}
.theme-btn:hover,
a.theme-btn:hover {
	background: var(--heading-color);
}
.theme-btn.style-two,
a.theme-btn.style-two {
	background: var(--heading-color);
}
.theme-btn.style-two:hover,
a.theme-btn.style-two:hover {
	background: var(--primary-color);
}
.theme-btn.style-three,
a.theme-btn.style-three {
	font-size: 14px;
	font-weight: 600;
	color: var(--heading-color);
	background: transparent;
	border: 2px solid var(--heading-color);
}
.theme-btn.style-three:hover,
a.theme-btn.style-three:hover {
	color: white;
	background: var(--heading-color);
}
.theme-btn.style-four,
a.theme-btn.style-four {
	border-radius: 3px;
	background: #FED604;
	color: var(--heading-color);
}
.theme-btn.style-four:hover,
a.theme-btn.style-four:hover {
	color: white;
	background: var(--primary-color);
}
.theme-btn.style-five,
a.theme-btn.style-five {
	border-radius: 25px;
}
.theme-btn.style-five:not(:hover),
a.theme-btn.style-five:not(:hover) {
	background: var(--secondary-color);
}
.theme-btn.style-six,
a.theme-btn.style-six {
	padding: 8px 30px;
	border-radius: 25px;
	background: transparent;
	border: 2px solid white;
}
.theme-btn.style-six:hover,
a.theme-btn.style-six:hover {
	background: white;
	color: var(--heading-color);
}
.theme-btn.big-btn,
a.theme-btn.big-btn {
	font-size: 24px;
}
@media only screen and (min-width: 376px) {
	.theme-btn.big-btn,
	a.theme-btn.big-btn {
		padding-top: 15px;
		padding-bottom: 15px;
	}
}
@media only screen and (max-width: 375px) {
	.theme-btn.big-btn,
	a.theme-btn.big-btn {
		font-size: 20px;
	}
}
@media only screen and (max-width: 575px) {
	.theme-btn,
	a.theme-btn {
		padding: 9px 25px;
	}
}

.btn-style-two {
	font-size: 14px;
	font-weight: 600;
	background: white;
	padding: 10px 30px;
	display: inline-block;
	color: var(--heading-color);
	text-transform: uppercase;
}
.btn-style-two:hover {
	color: white;
	background: var(--primary-color);
}
@media only screen and (max-width: 375px) {
	.btn-style-two {
		padding: 8px 25px;
	}
}

/* Details Btn */
.details-btn {
	font-size: 22px;
	width: 70px;
	height: 70px;
	background: white;
	line-height: 70px;
	border-radius: 50%;
	text-align: center;
	display: inline-block;
	color: var(--primary-color);
}
@media only screen and (max-width: 479px) {
	.details-btn {
		width: 45px;
		height: 45px;
		font-size: 16px;
		line-height: 45px;
	}
}

/* Read More */
.read-more {
	font-size: 14px;
	font-weight: 500;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	text-transform: uppercase;
}
.read-more:before {
	content: '';
	margin-top: 5px;
	width: 20px;
	height: 1px;
	margin-right: 6px;
	background: var(--base-color);
}

/* List style One */
.list-style-one li {
	margin-top: 5px;
}

/* List style Two */
.list-style-two li:not(:last-child) {
	margin-bottom: 10px;
}

/* List style three */
.list-style-three li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 20px;
}
.list-style-three li:before {
	content: '\f00c';
	margin-right: 8px;
	color: var(--primary-color);
	font-family: 'Font Awesome 5 Pro';
}

/* Category List */
.category-list > li {
	padding-top: 16.6px;
	padding-bottom: 16.6px;
}
.category-list > li:not(:last-child) {
	border-bottom: 1px solid var(--border-color);
}
.category-list > li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.category-list > li a i {
	font-size: 20px;
	margin-right: 13px;
}

.category-list .dropdown {
	position: relative;
}
.category-list .dropdown > a {
	padding-right: 15px;
}
.category-list .dropdown ul {
	display: none;
	margin-top: 10px;
	margin-left: 15px;
}
.category-list .dropdown ul li {
	padding: 5px 0;
}
.category-list .dropdown .dropdown-btn {
	position: absolute;
	cursor: pointer;
	line-height: 1;
	top: 23px;
	right: 0;
	font-size: 13px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.category-list .dropdown .dropdown-btn.active {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}

/** Social Link One **/
.social-style-one {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-left: -5px;
	margin-right: -5px;
}
.social-style-one a {
	color: white;
	width: 40px;
	height: 40px;
	background: #383838;
	line-height: 40px;
	border-radius: 50%;
	text-align: center;
	margin-left: 5px;
	margin-right: 5px;
}
.social-style-one a:hover {
	background: white;
	color: var(--primary-color);
}

/** Social Link Two **/
.social-style-two {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-left: -5px;
	margin-right: -5px;
}
.social-style-two a {
	margin: 10px 5px 0;
	width: 44px;
	height: 44px;
	background: white;
	line-height: 44px;
	border-radius: 50%;
	text-align: center;
	color: var(--heading-color);
}
.social-style-two a:hover {
	color: white;
	background: var(--primary-color);
}

/* Video Play */
.video-play {
	z-index: 1;
	width: 100px;
	height: 100px;
	line-height: 90px;
	position: relative;
	border-radius: 50%;
	text-align: center;
	display: inline-block;
	color: var(--primary-color);
	border: 5px solid rgba(255, 255, 255, 0.7);
}
.video-play:before {
	content: '';
	width: 72px;
	height: 72px;
	z-index: -1;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: white;
	border-radius: 50%;
}
@media only screen and (max-width: 479px) {
	.video-play {
		width: 80px;
		height: 80px;
		line-height: 70px;
	}
}

/*** Preloader style ** */
.preloader {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999999;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: none;
}
.preloader:after {
	content: '';
	width: 50px;
	height: 50px;
	position: absolute;
	border-radius: 50%;
	top: calc(50% - 25px);
	left: calc(50% - 25px);
	border: 3px dashed var(--primary-color);
	-webkit-animation: rotated_scale 5s infinite ease-in-out;
	animation: rotated_scale 5s infinite ease-in-out;
}

/* Pagination */
.pagination {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: -5px;
	margin-right: -5px;
}
.pagination li {
	margin: 10px 5px 0;
}
.pagination li a,
.pagination li .page-link {
	padding: 0;
	width: 50px;
	height: 50px;
	border: none;
	font-size: 14px;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-weight: 500;
	line-height: 50px;
	text-align: center;
	border-radius: 50%;
	color: var(--heading-color);
	background: var(--lighter-color);
}
@media only screen and (max-width: 375px) {
	.pagination li a,
	.pagination li .page-link {
		width: 40px;
		height: 40px;
		font-size: 12px;
		line-height: 40px;
	}
}
.pagination li:last-child .page-link, .pagination li:first-child .page-link {
	border-radius: 50%;
}
.pagination li.active .page-link, .pagination li:hover:not(.disabled) .page-link {
	color: white;
	background: var(--primary-color);
}
.pagination.style-two li .page-link {
	width: 44px;
	height: 44px;
	line-height: 44px;
}
@media only screen and (max-width: 375px) {
	.pagination.style-two li .page-link {
		width: 35px;
		height: 35px;
		line-height: 35px;
	}
}
.pagination.style-two li:last-child .page-link, .pagination.style-two li:first-child .page-link {
	width: auto;
	padding: 0 15px;
	font-weight: 500;
	border-radius: 0;
	text-transform: uppercase;
}
.pagination.style-two li:first-child {
	margin-right: auto;
}
.pagination.style-two li:last-child {
	margin-left: auto;
}

/* Rating */
.ratting i {
	color: #AAAAAA;
	font-size: 12px;
	display: inline-block;
}
.ratting i.rated {
	color: #FFA818;
}
.ratting i:not(:last-child) {
	margin-right: 1px;
}

/*** Slick Dots ***/
.slick-dots {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.slick-dots li {
	position: relative;
	cursor: pointer;
	width: 10px;
	height: 10px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	border-radius: 50%;
	margin: 7px 3.5px 0;
	background: #E0E0E0;
}
.slick-dots li button {
	opacity: 0;
}
.slick-dots li.slick-active {
	background: var(--primary-color);
}

/*Tab Style One*/
.tab-btn-one button {
	font-size: 14px;
	font-weight: 500;
	padding: 5px 17px;
	border-radius: 5px;
	margin-right: 10px;
	color: var(--base-color);
	margin-bottom: 10px;
	background: transparent;
	text-transform: uppercase;
	border: 1px dashed #535353;
}
@media only screen and (max-width: 375px) {
	.tab-btn-one button {
		padding: 3px 15px;
	}
}
.tab-btn-one button:hover, .tab-btn-one button.active {
	color: var(--primary-color);
	border-color: var(--primary-color);
}

/*Tab Style Two*/
.tab-btn-two {
	border-radius: 10px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	background: var(--lighter-color);
}
.tab-btn-two button {
	font-size: 16px;
	font-weight: 600;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	padding: 16px 35px;
	border-radius: 10px;
	color: var(--heading-color);
	background: transparent;
	font-family: "Montserrat", sans-serif;
	text-transform: capitalize;
}
@media only screen and (max-width: 991px) {
	.tab-btn-two button {
		font-size: 14px;
		padding: 10px 25px;
	}
}
@media only screen and (max-width: 479px) {
	.tab-btn-two button {
		padding-left: 20px;
		padding-right: 20px;
	}
}
.tab-btn-two button:hover, .tab-btn-two button.active {
	color: white;
	background: var(--primary-color);
}

/*Tab Style Three*/
.tab-btn-three {
	border-bottom: 1px solid var(--border-color);
}
.tab-btn-three button {
	font-size: 16px;
	font-weight: 600;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	padding: 17px 35px;
	margin-bottom: -1px;
	color: var(--heading-color);
	background: transparent;
	font-family: "Montserrat", sans-serif;
	text-transform: capitalize;
}
@media only screen and (max-width: 991px) {
	.tab-btn-three button {
		font-size: 14px;
		padding: 10px 25px;
	}
}
@media only screen and (max-width: 479px) {
	.tab-btn-three button {
		padding-left: 19px;
		padding-right: 19px;
	}
}
.tab-btn-three button:hover {
	color: var(--primary-color);
}
.tab-btn-three button.active {
	color: white;
	background: var(--primary-color);
}

/*Filter Btns One*/
.filter-btns-one {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	mrgin-left: -5px;
	mrgin-right: -5px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.filter-btns-one li {
	font-size: 14px;
	cursor: pointer;
	font-weight: 500;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	padding: 5px 17px;
	border-radius: 18px;
	margin: 0 5px 10px;
	color: var(--base-color);
	margin-bottom: 10px;
	background: transparent;
	text-transform: uppercase;
	border: 1px dashed #535353;
}
@media only screen and (max-width: 375px) {
	.filter-btns-one li {
		padding: 3px 15px;
	}
}
.filter-btns-one li:hover, .filter-btns-one li.current {
	color: var(--primary-color);
	border-color: var(--primary-color);
}

/* Arrows Btn One */
.arrows-btn-one button {
	font-size: 18px;
	background: transparent;
}
.arrows-btn-one button:not(:last-child) {
	margin-right: 3px;
}

/* Arrows Btn Two */
.arrows-btn-two button {
	width: 25px;
	height: 25px;
	line-height: 24px;
	text-align: center;
	border-radius: 50%;
	background: transparent;
	border: 1px solid var(--border-color);
}
.arrows-btn-two button:not(:last-child) {
	margin-right: 3px;
}

/*** Scroll Top style ***/
.scroll-top {
	position: fixed;
	bottom: 55px;
	right: 10px;
	width: 40px;
	height: 40px;
	z-index: 99;
	color: white;
	display: none;
	font-size: 14px;
	cursor: pointer;
	line-height: 40px;
	border-radius: 5px;
	background: var(--primary-color);
	-webkit-animation: pulse 2s infinite;
	animation: pulse 2s infinite;
}

/* Text White */
.text-white *, .text-white a,
.text-white .count-text,
.text-white .footer-newsletter-content .sub-title {
	color: white;
}

.text-white li li .dropdown-btn span {
	color: var(--heading-color);
}

.text-white .copyright-area p {
	opacity: 0.5;
}

.text-white .copyright-area a {
	opacity: 0.5;
}
.text-white .copyright-area a:hover {
	opacity: 1;
}

/* Position */
.rel {
	position: relative;
}

.z-0 {
	z-index: 0;
}

.z-1 {
	z-index: 1;
}

.z-2 {
	z-index: 2;
}

.z-3 {
	z-index: 3;
}

.z-4 {
	z-index: 4;
}

.z-5 {
	z-index: 5;
}

.overlay {
	z-index: 1;
	position: relative;
}
.overlay::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	z-index: -1;
	top: 0;
	left: 0;
	opacity: 0.75;
	background-color: var(--heading-color);
}

/* Backgruond Size */
.bgs-cover {
	background-size: cover;
	background-position: center;
}

/* Color + Background */
.bgc-black {
	background-color: var(--black-color);
}

.bgc-yellow {
	background-color: var(--yellow-color);
}

.bgc-red {
	background-color: var(--red-color);
}

.bgc-primary {
	background-color: var(--primary-color);
}

.bgc-secondary {
	background-color: var(--secondary-color);
}

.bgc-lighter {
	background-color: var(--lighter-color);
}

.bgc-green {
	background-color: #3DC26E;
}

.color-secondary {
	color: var(--secondary-color);
}

.bgc-black-with-lighting {
	background: #1e1e22;
}
.bgc-black-with-lighting:after, .bgc-black-with-lighting:before {
	position: absolute;
	width: 450px;
	height: 450px;
	z-index: -1;
	content: '';
	border-radius: 50%;
	background: var(--primary-color);
	-webkit-animation: zoomInOut 5s infinite;
	animation: zoomInOut 5s infinite;
}
.bgc-black-with-lighting:after {
	right: -8%;
	top: -15%;
	-webkit-filter: blur(110px);
	filter: blur(110px);
}
.bgc-black-with-lighting:before {
	left: -10%;
	top: 20%;
	-webkit-filter: blur(350px);
	filter: blur(350px);
	-webkit-animation-delay: 2.5s;
	animation-delay: 2.5s;
}

/* Border Radius */
.br-5 {
	border-radius: 5px;
}

.br-10 {
	border-radius: 10px;
}

.br-15 {
	border-radius: 15px;
}

.br-20 {
	border-radius: 20px;
}

.br-25 {
	border-radius: 25px;
}

.br-30 {
	border-radius: 30px;
}

/* Home Two */
@media only screen and (min-width: 1600px) {
	.home-two .container {
		max-width: 1750px;
	}
}

/* Home Three */
.home-three,
.primary-two {
	--primary-color: #FF5F1B;
	--secondary-color: #6534CE;
}

.home-three .section-title h3 {
	font-weight: 800;
	margin-bottom: 0;
	text-transform: capitalize;
}

.home-three .product-item .image .badges span {
	border-radius: 13px;
	font-weight: 500;
}


#slider .owl-nav, #products-slider .owl-nav, #testimonial-slider .owl-nav {
	position: absolute;
	top: 47%;
	left: 0;
	right: 0;
}

#slider .owl-nav .owl-prev, #slider .owl-nav .owl-next, #products-slider .owl-nav .owl-prev, #products-slider .owl-nav .owl-next , #testimonial-slider .owl-nav .owl-prev, #testimonial-slider .owl-nav .owl-next {
	position: absolute;
	color: inherit;
	background: none;
	border: none;
	z-index: 100;

}

#slider .owl-nav i {
	font-size: 2.5rem;
	color: rgba(255, 255, 255, 0.2);
}

#slider:hover .owl-nav i {
	font-size: 2.5rem;
	color: rgba(255, 255, 255, 1);
}

#products-slider .owl-nav i, #testimonial-slider .owl-nav i {
	font-size: 2.5rem;
	color: rgba(0, 0, 0, 0.2);
}

#products-slider:hover .owl-nav i, #testimonial-slider:hover .owl-nav i {
	font-size: 2.5rem;
	color: rgba(0, 0, 0, 1);
}

#slider .owl-nav .owl-prev, #products-slider .owl-nav .owl-prev, #testimonial-slider .owl-nav .owl-prev {
	left: 10px;
}

#slider .owl-nav .owl-next, #products-slider .owl-nav .owl-next, #testimonial-slider .owl-nav .owl-next {
	right: 10px;
}

/*******************************************************/
/******************* ## Repeat Style ******************/
/*******************************************************/
.heading,
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.slider-left-content .offer-text,
.product-description-tab .nav .nav-link {
	color: var(--heading-color);
	font-family: "Montserrat", sans-serif;
}

h1, .h1 {
	font-weight: 900;
	line-height: 1.13;
	font-size: 80px;
}

h2, .h2 {
	font-weight: 700;
	line-height: 1.25;
	font-size: 40px;
}

h3, .h3 {
	font-weight: 700;
	line-height: 1.25;
	font-size: 36px;
}

h4, .h4 {
	font-weight: 700;
	font-size: 24px;
}

h5, .h5 {
	line-height: 1.5;
	font-weight: 700;
	font-size: 20px;
}

h6, .h6 {
	font-weight: 600;
	font-size: 16px;
}

.sale-offer-left,
.sale-offer-right {
	-webkit-box-shadow: 0px 4px 20px rgba(0, 35, 99, 0.06);
	box-shadow: 0px 4px 20px rgba(0, 35, 99, 0.06);
}

/*******************************************************/
/************** ## Padding Margin Spacing *************/
/*******************************************************/
/* Padding Around */
.p-5 {
	padding: 5px !important;
}

.p-10 {
	padding: 10px;
}

.p-15 {
	padding: 15px;
}

.p-20 {
	padding: 20px;
}

.p-25 {
	padding: 25px;
}

.p-30 {
	padding: 30px;
}

.p-35 {
	padding: 35px;
}

.p-40 {
	padding: 40px;
}

.p-45 {
	padding: 45px;
}

.p-50 {
	padding: 50px;
}

.p-55 {
	padding: 55px;
}

.p-60 {
	padding: 60px;
}

.p-65 {
	padding: 65px;
}

.p-70 {
	padding: 70px;
}

.p-75 {
	padding: 75px;
}

.p-80 {
	padding: 80px;
}

.p-85 {
	padding: 85px;
}

.p-90 {
	padding: 90px;
}

.p-95 {
	padding: 95px;
}

.p-100 {
	padding: 100px;
}

.p-105 {
	padding: 105px;
}

.p-110 {
	padding: 110px;
}

.p-115 {
	padding: 115px;
}

.p-120 {
	padding: 120px;
}

.p-125 {
	padding: 125px;
}

.p-130 {
	padding: 130px;
}

.p-135 {
	padding: 135px;
}

.p-140 {
	padding: 140px;
}

.p-145 {
	padding: 145px;
}

.p-150 {
	padding: 150px;
}

.p-155 {
	padding: 155px;
}

.p-160 {
	padding: 160px;
}

.p-165 {
	padding: 165px;
}

.p-170 {
	padding: 170px;
}

.p-175 {
	padding: 175px;
}

.p-180 {
	padding: 180px;
}

.p-185 {
	padding: 185px;
}

.p-190 {
	padding: 190px;
}

.p-195 {
	padding: 195px;
}

.p-200 {
	padding: 200px;
}

.p-205 {
	padding: 205px;
}

.p-210 {
	padding: 210px;
}

.p-215 {
	padding: 215px;
}

.p-220 {
	padding: 220px;
}

.p-225 {
	padding: 225px;
}

.p-230 {
	padding: 230px;
}

.p-235 {
	padding: 235px;
}

.p-240 {
	padding: 240px;
}

.p-245 {
	padding: 245px;
}

.p-250 {
	padding: 250px;
}

/* Padding Top */
.pt-5,
.py-5 {
	padding-top: 5px !important;
}

.pt-10,
.py-10 {
	padding-top: 10px;
}

.pt-15,
.py-15 {
	padding-top: 15px;
}

.pt-20,
.py-20 {
	padding-top: 20px;
}

.pt-25,
.py-25 {
	padding-top: 25px;
}

.pt-30,
.py-30 {
	padding-top: 30px;
}

.pt-35,
.py-35 {
	padding-top: 35px;
}

.pt-40,
.py-40 {
	padding-top: 40px;
}

.pt-45,
.py-45 {
	padding-top: 45px;
}

.pt-50,
.py-50 {
	padding-top: 50px;
}

.pt-55,
.py-55 {
	padding-top: 55px;
}

.pt-60,
.py-60 {
	padding-top: 60px;
}

.pt-65,
.py-65 {
	padding-top: 65px;
}

.pt-70,
.py-70 {
	padding-top: 70px;
}

.pt-75,
.py-75 {
	padding-top: 75px;
}

.pt-80,
.py-80 {
	padding-top: 80px;
}

.pt-85,
.py-85 {
	padding-top: 85px;
}

.pt-90,
.py-90 {
	padding-top: 90px;
}

.pt-95,
.py-95 {
	padding-top: 95px;
}

.pt-100,
.py-100 {
	padding-top: 100px;
}

.pt-105,
.py-105 {
	padding-top: 105px;
}

.pt-110,
.py-110 {
	padding-top: 110px;
}

.pt-115,
.py-115 {
	padding-top: 115px;
}

.pt-120,
.py-120 {
	padding-top: 120px;
}

.pt-125,
.py-125 {
	padding-top: 125px;
}

.pt-130,
.py-130 {
	padding-top: 130px;
}

.pt-135,
.py-135 {
	padding-top: 135px;
}

.pt-140,
.py-140 {
	padding-top: 140px;
}

.pt-145,
.py-145 {
	padding-top: 145px;
}

.pt-150,
.py-150 {
	padding-top: 150px;
}

.pt-155,
.py-155 {
	padding-top: 155px;
}

.pt-160,
.py-160 {
	padding-top: 160px;
}

.pt-165,
.py-165 {
	padding-top: 165px;
}

.pt-170,
.py-170 {
	padding-top: 170px;
}

.pt-175,
.py-175 {
	padding-top: 175px;
}

.pt-180,
.py-180 {
	padding-top: 180px;
}

.pt-185,
.py-185 {
	padding-top: 185px;
}

.pt-190,
.py-190 {
	padding-top: 190px;
}

.pt-195,
.py-195 {
	padding-top: 195px;
}

.pt-200,
.py-200 {
	padding-top: 200px;
}

.pt-205,
.py-205 {
	padding-top: 205px;
}

.pt-210,
.py-210 {
	padding-top: 210px;
}

.pt-215,
.py-215 {
	padding-top: 215px;
}

.pt-220,
.py-220 {
	padding-top: 220px;
}

.pt-225,
.py-225 {
	padding-top: 225px;
}

.pt-230,
.py-230 {
	padding-top: 230px;
}

.pt-235,
.py-235 {
	padding-top: 235px;
}

.pt-240,
.py-240 {
	padding-top: 240px;
}

.pt-245,
.py-245 {
	padding-top: 245px;
}

.pt-250,
.py-250 {
	padding-top: 250px;
}

/* Padding Bottom */
.pb-5,
.py-5 {
	padding-bottom: 5px !important;
}

.pb-10,
.py-10 {
	padding-bottom: 10px;
}

.pb-15,
.py-15 {
	padding-bottom: 15px;
}

.pb-20,
.py-20 {
	padding-bottom: 20px;
}

.pb-25,
.py-25 {
	padding-bottom: 25px;
}

.pb-30,
.py-30 {
	padding-bottom: 30px;
}

.pb-35,
.py-35 {
	padding-bottom: 35px;
}

.pb-40,
.py-40 {
	padding-bottom: 40px;
}

.pb-45,
.py-45 {
	padding-bottom: 45px;
}

.pb-50,
.py-50 {
	padding-bottom: 50px;
}

.pb-55,
.py-55 {
	padding-bottom: 55px;
}

.pb-60,
.py-60 {
	padding-bottom: 60px;
}

.pb-65,
.py-65 {
	padding-bottom: 65px;
}

.pb-70,
.py-70 {
	padding-bottom: 70px;
}

.pb-75,
.py-75 {
	padding-bottom: 75px;
}

.pb-80,
.py-80 {
	padding-bottom: 80px;
}

.pb-85,
.py-85 {
	padding-bottom: 85px;
}

.pb-90,
.py-90 {
	padding-bottom: 90px;
}

.pb-95,
.py-95 {
	padding-bottom: 95px;
}

.pb-100,
.py-100 {
	padding-bottom: 100px;
}

.pb-105,
.py-105 {
	padding-bottom: 105px;
}

.pb-110,
.py-110 {
	padding-bottom: 110px;
}

.pb-115,
.py-115 {
	padding-bottom: 115px;
}

.pb-120,
.py-120 {
	padding-bottom: 120px;
}

.pb-125,
.py-125 {
	padding-bottom: 125px;
}

.pb-130,
.py-130 {
	padding-bottom: 130px;
}

.pb-135,
.py-135 {
	padding-bottom: 135px;
}

.pb-140,
.py-140 {
	padding-bottom: 140px;
}

.pb-145,
.py-145 {
	padding-bottom: 145px;
}

.pb-150,
.py-150 {
	padding-bottom: 150px;
}

.pb-155,
.py-155 {
	padding-bottom: 155px;
}

.pb-160,
.py-160 {
	padding-bottom: 160px;
}

.pb-165,
.py-165 {
	padding-bottom: 165px;
}

.pb-170,
.py-170 {
	padding-bottom: 170px;
}

.pb-175,
.py-175 {
	padding-bottom: 175px;
}

.pb-180,
.py-180 {
	padding-bottom: 180px;
}

.pb-185,
.py-185 {
	padding-bottom: 185px;
}

.pb-190,
.py-190 {
	padding-bottom: 190px;
}

.pb-195,
.py-195 {
	padding-bottom: 195px;
}

.pb-200,
.py-200 {
	padding-bottom: 200px;
}

.pb-205,
.py-205 {
	padding-bottom: 205px;
}

.pb-210,
.py-210 {
	padding-bottom: 210px;
}

.pb-215,
.py-215 {
	padding-bottom: 215px;
}

.pb-220,
.py-220 {
	padding-bottom: 220px;
}

.pb-225,
.py-225 {
	padding-bottom: 225px;
}

.pb-230,
.py-230 {
	padding-bottom: 230px;
}

.pb-235,
.py-235 {
	padding-bottom: 235px;
}

.pb-240,
.py-240 {
	padding-bottom: 240px;
}

.pb-245,
.py-245 {
	padding-bottom: 245px;
}

.pb-250,
.py-250 {
	padding-bottom: 250px;
}

/* Margin Around */
.m-5 {
	margin: 5px !important;
}

.m-10 {
	margin: 10px;
}

.m-15 {
	margin: 15px;
}

.m-20 {
	margin: 20px;
}

.m-25 {
	margin: 25px;
}

.m-30 {
	margin: 30px;
}

.m-35 {
	margin: 35px;
}

.m-40 {
	margin: 40px;
}

.m-45 {
	margin: 45px;
}

.m-50 {
	margin: 50px;
}

.m-55 {
	margin: 55px;
}

.m-60 {
	margin: 60px;
}

.m-65 {
	margin: 65px;
}

.m-70 {
	margin: 70px;
}

.m-75 {
	margin: 75px;
}

.m-80 {
	margin: 80px;
}

.m-85 {
	margin: 85px;
}

.m-90 {
	margin: 90px;
}

.m-95 {
	margin: 95px;
}

.m-100 {
	margin: 100px;
}

.m-105 {
	margin: 105px;
}

.m-110 {
	margin: 110px;
}

.m-115 {
	margin: 115px;
}

.m-120 {
	margin: 120px;
}

.m-125 {
	margin: 125px;
}

.m-130 {
	margin: 130px;
}

.m-135 {
	margin: 135px;
}

.m-140 {
	margin: 140px;
}

.m-145 {
	margin: 145px;
}

.m-150 {
	margin: 150px;
}

.m-155 {
	margin: 155px;
}

.m-160 {
	margin: 160px;
}

.m-165 {
	margin: 165px;
}

.m-170 {
	margin: 170px;
}

.m-175 {
	margin: 175px;
}

.m-180 {
	margin: 180px;
}

.m-185 {
	margin: 185px;
}

.m-190 {
	margin: 190px;
}

.m-195 {
	margin: 195px;
}

.m-200 {
	margin: 200px;
}

.m-205 {
	margin: 205px;
}

.m-210 {
	margin: 210px;
}

.m-215 {
	margin: 215px;
}

.m-220 {
	margin: 220px;
}

.m-225 {
	margin: 225px;
}

.m-230 {
	margin: 230px;
}

.m-235 {
	margin: 235px;
}

.m-240 {
	margin: 240px;
}

.m-245 {
	margin: 245px;
}

.m-250 {
	margin: 250px;
}

/* Margin Top */
.mt-5,
.my-5 {
	margin-top: 5px !important;
}

.mt-10,
.my-10 {
	margin-top: 10px;
}

.mt-15,
.my-15 {
	margin-top: 15px;
}

.mt-20,
.my-20 {
	margin-top: 20px;
}

.mt-25,
.my-25 {
	margin-top: 25px;
}

.mt-30,
.my-30 {
	margin-top: 30px;
}

.mt-35,
.my-35 {
	margin-top: 35px;
}

.mt-40,
.my-40 {
	margin-top: 40px;
}

.mt-45,
.my-45 {
	margin-top: 45px;
}

.mt-50,
.my-50 {
	margin-top: 50px;
}

.mt-55,
.my-55 {
	margin-top: 55px;
}

.mt-60,
.my-60 {
	margin-top: 60px;
}

.mt-65,
.my-65 {
	margin-top: 65px;
}

.mt-70,
.my-70 {
	margin-top: 70px;
}

.mt-75,
.my-75 {
	margin-top: 75px;
}

.mt-80,
.my-80 {
	margin-top: 80px;
}

.mt-85,
.my-85 {
	margin-top: 85px;
}

.mt-90,
.my-90 {
	margin-top: 90px;
}

.mt-95,
.my-95 {
	margin-top: 95px;
}

.mt-100,
.my-100 {
	margin-top: 100px;
}

.mt-105,
.my-105 {
	margin-top: 105px;
}

.mt-110,
.my-110 {
	margin-top: 110px;
}

.mt-115,
.my-115 {
	margin-top: 115px;
}

.mt-120,
.my-120 {
	margin-top: 120px;
}

.mt-125,
.my-125 {
	margin-top: 125px;
}

.mt-130,
.my-130 {
	margin-top: 130px;
}

.mt-135,
.my-135 {
	margin-top: 135px;
}

.mt-140,
.my-140 {
	margin-top: 140px;
}

.mt-145,
.my-145 {
	margin-top: 145px;
}

.mt-150,
.my-150 {
	margin-top: 150px;
}

.mt-155,
.my-155 {
	margin-top: 155px;
}

.mt-160,
.my-160 {
	margin-top: 160px;
}

.mt-165,
.my-165 {
	margin-top: 165px;
}

.mt-170,
.my-170 {
	margin-top: 170px;
}

.mt-175,
.my-175 {
	margin-top: 175px;
}

.mt-180,
.my-180 {
	margin-top: 180px;
}

.mt-185,
.my-185 {
	margin-top: 185px;
}

.mt-190,
.my-190 {
	margin-top: 190px;
}

.mt-195,
.my-195 {
	margin-top: 195px;
}

.mt-200,
.my-200 {
	margin-top: 200px;
}

.mt-205,
.my-205 {
	margin-top: 205px;
}

.mt-210,
.my-210 {
	margin-top: 210px;
}

.mt-215,
.my-215 {
	margin-top: 215px;
}

.mt-220,
.my-220 {
	margin-top: 220px;
}

.mt-225,
.my-225 {
	margin-top: 225px;
}

.mt-230,
.my-230 {
	margin-top: 230px;
}

.mt-235,
.my-235 {
	margin-top: 235px;
}

.mt-240,
.my-240 {
	margin-top: 240px;
}

.mt-245,
.my-245 {
	margin-top: 245px;
}

.mt-250,
.my-250 {
	margin-top: 250px;
}

/* Margin Bottom */
.mb-5,
.my-5 {
	margin-bottom: 5px !important;
}

.mb-10,
.my-10 {
	margin-bottom: 10px;
}

.mb-15,
.my-15 {
	margin-bottom: 15px;
}

.mb-20,
.my-20 {
	margin-bottom: 20px;
}

.mb-25,
.my-25 {
	margin-bottom: 25px;
}

.mb-30,
.my-30 {
	margin-bottom: 30px;
}

.mb-35,
.my-35 {
	margin-bottom: 35px;
}

.mb-40,
.my-40 {
	margin-bottom: 40px;
}

.mb-45,
.my-45 {
	margin-bottom: 45px;
}

.mb-50,
.my-50 {
	margin-bottom: 50px;
}

.mb-55,
.my-55 {
	margin-bottom: 55px;
}

.mb-60,
.my-60 {
	margin-bottom: 60px;
}

.mb-65,
.my-65 {
	margin-bottom: 65px;
}

.mb-70,
.my-70 {
	margin-bottom: 70px;
}

.mb-75,
.my-75 {
	margin-bottom: 75px;
}

.mb-80,
.my-80 {
	margin-bottom: 80px;
}

.mb-85,
.my-85 {
	margin-bottom: 85px;
}

.mb-90,
.my-90 {
	margin-bottom: 90px;
}

.mb-95,
.my-95 {
	margin-bottom: 95px;
}

.mb-100,
.my-100 {
	margin-bottom: 100px;
}

.mb-105,
.my-105 {
	margin-bottom: 105px;
}

.mb-110,
.my-110 {
	margin-bottom: 110px;
}

.mb-115,
.my-115 {
	margin-bottom: 115px;
}

.mb-120,
.my-120 {
	margin-bottom: 120px;
}

.mb-125,
.my-125 {
	margin-bottom: 125px;
}

.mb-130,
.my-130 {
	margin-bottom: 130px;
}

.mb-135,
.my-135 {
	margin-bottom: 135px;
}

.mb-140,
.my-140 {
	margin-bottom: 140px;
}

.mb-145,
.my-145 {
	margin-bottom: 145px;
}

.mb-150,
.my-150 {
	margin-bottom: 150px;
}

.mb-155,
.my-155 {
	margin-bottom: 155px;
}

.mb-160,
.my-160 {
	margin-bottom: 160px;
}

.mb-165,
.my-165 {
	margin-bottom: 165px;
}

.mb-170,
.my-170 {
	margin-bottom: 170px;
}

.mb-175,
.my-175 {
	margin-bottom: 175px;
}

.mb-180,
.my-180 {
	margin-bottom: 180px;
}

.mb-185,
.my-185 {
	margin-bottom: 185px;
}

.mb-190,
.my-190 {
	margin-bottom: 190px;
}

.mb-195,
.my-195 {
	margin-bottom: 195px;
}

.mb-200,
.my-200 {
	margin-bottom: 200px;
}

.mb-205,
.my-205 {
	margin-bottom: 205px;
}

.mb-210,
.my-210 {
	margin-bottom: 210px;
}

.mb-215,
.my-215 {
	margin-bottom: 215px;
}

.mb-220,
.my-220 {
	margin-bottom: 220px;
}

.mb-225,
.my-225 {
	margin-bottom: 225px;
}

.mb-230,
.my-230 {
	margin-bottom: 230px;
}

.mb-235,
.my-235 {
	margin-bottom: 235px;
}

.mb-240,
.my-240 {
	margin-bottom: 240px;
}

.mb-245,
.my-245 {
	margin-bottom: 245px;
}

.mb-250,
.my-250 {
	margin-bottom: 250px;
}

/* Responsive Padding Margin */
@media only screen and (max-width: 991px) {
	/* Padding Around */
	.rp-0 {
		padding: 0px !important;
	}
	.rp-5 {
		padding: 5px !important;
	}
	.rp-10 {
		padding: 10px;
	}
	.rp-15 {
		padding: 15px;
	}
	.rp-20 {
		padding: 20px;
	}
	.rp-25 {
		padding: 25px;
	}
	.rp-30 {
		padding: 30px;
	}
	.rp-35 {
		padding: 35px;
	}
	.rp-40 {
		padding: 40px;
	}
	.rp-45 {
		padding: 45px;
	}
	.rp-50 {
		padding: 50px;
	}
	.rp-55 {
		padding: 55px;
	}
	.rp-60 {
		padding: 60px;
	}
	.rp-65 {
		padding: 65px;
	}
	.rp-70 {
		padding: 70px;
	}
	.rp-75 {
		padding: 75px;
	}
	.rp-80 {
		padding: 80px;
	}
	.rp-85 {
		padding: 85px;
	}
	.rp-90 {
		padding: 90px;
	}
	.rp-95 {
		padding: 95px;
	}
	.rp-100 {
		padding: 100px;
	}
	.rp-105 {
		padding: 105px;
	}
	.rp-110 {
		padding: 110px;
	}
	.rp-115 {
		padding: 115px;
	}
	.rp-120 {
		padding: 120px;
	}
	.rp-125 {
		padding: 125px;
	}
	.rp-130 {
		padding: 130px;
	}
	.rp-135 {
		padding: 135px;
	}
	.rp-140 {
		padding: 140px;
	}
	.rp-145 {
		padding: 145px;
	}
	.rp-150 {
		padding: 150px;
	}
	/* Padding Top */
	.rpt-0,
	.rpy-0 {
		padding-top: 0px !important;
	}
	.rpt-5,
	.rpy-5 {
		padding-top: 5px !important;
	}
	.rpt-10,
	.rpy-10 {
		padding-top: 10px;
	}
	.rpt-15,
	.rpy-15 {
		padding-top: 15px;
	}
	.rpt-20,
	.rpy-20 {
		padding-top: 20px;
	}
	.rpt-25,
	.rpy-25 {
		padding-top: 25px;
	}
	.rpt-30,
	.rpy-30 {
		padding-top: 30px;
	}
	.rpt-35,
	.rpy-35 {
		padding-top: 35px;
	}
	.rpt-40,
	.rpy-40 {
		padding-top: 40px;
	}
	.rpt-45,
	.rpy-45 {
		padding-top: 45px;
	}
	.rpt-50,
	.rpy-50 {
		padding-top: 50px;
	}
	.rpt-55,
	.rpy-55 {
		padding-top: 55px;
	}
	.rpt-60,
	.rpy-60 {
		padding-top: 60px;
	}
	.rpt-65,
	.rpy-65 {
		padding-top: 65px;
	}
	.rpt-70,
	.rpy-70 {
		padding-top: 70px;
	}
	.rpt-75,
	.rpy-75 {
		padding-top: 75px;
	}
	.rpt-80,
	.rpy-80 {
		padding-top: 80px;
	}
	.rpt-85,
	.rpy-85 {
		padding-top: 85px;
	}
	.rpt-90,
	.rpy-90 {
		padding-top: 90px;
	}
	.rpt-95,
	.rpy-95 {
		padding-top: 95px;
	}
	.rpt-100,
	.rpy-100 {
		padding-top: 100px;
	}
	.rpt-105,
	.rpy-105 {
		padding-top: 105px;
	}
	.rpt-110,
	.rpy-110 {
		padding-top: 110px;
	}
	.rpt-115,
	.rpy-115 {
		padding-top: 115px;
	}
	.rpt-120,
	.rpy-120 {
		padding-top: 120px;
	}
	.rpt-125,
	.rpy-125 {
		padding-top: 125px;
	}
	.rpt-130,
	.rpy-130 {
		padding-top: 130px;
	}
	.rpt-135,
	.rpy-135 {
		padding-top: 135px;
	}
	.rpt-140,
	.rpy-140 {
		padding-top: 140px;
	}
	.rpt-145,
	.rpy-145 {
		padding-top: 145px;
	}
	.rpt-150,
	.rpy-150 {
		padding-top: 150px;
	}
	/* Padding Bottom */
	.rpb-0,
	.rpy-0 {
		padding-bottom: 0px !important;
	}
	.rpb-5,
	.rpy-5 {
		padding-bottom: 5px !important;
	}
	.rpb-10,
	.rpy-10 {
		padding-bottom: 10px;
	}
	.rpb-15,
	.rpy-15 {
		padding-bottom: 15px;
	}
	.rpb-20,
	.rpy-20 {
		padding-bottom: 20px;
	}
	.rpb-25,
	.rpy-25 {
		padding-bottom: 25px;
	}
	.rpb-30,
	.rpy-30 {
		padding-bottom: 30px;
	}
	.rpb-35,
	.rpy-35 {
		padding-bottom: 35px;
	}
	.rpb-40,
	.rpy-40 {
		padding-bottom: 40px;
	}
	.rpb-45,
	.rpy-45 {
		padding-bottom: 45px;
	}
	.rpb-50,
	.rpy-50 {
		padding-bottom: 50px;
	}
	.rpb-55,
	.rpy-55 {
		padding-bottom: 55px;
	}
	.rpb-60,
	.rpy-60 {
		padding-bottom: 60px;
	}
	.rpb-65,
	.rpy-65 {
		padding-bottom: 65px;
	}
	.rpb-70,
	.rpy-70 {
		padding-bottom: 70px;
	}
	.rpb-75,
	.rpy-75 {
		padding-bottom: 75px;
	}
	.rpb-80,
	.rpy-80 {
		padding-bottom: 80px;
	}
	.rpb-85,
	.rpy-85 {
		padding-bottom: 85px;
	}
	.rpb-90,
	.rpy-90 {
		padding-bottom: 90px;
	}
	.rpb-95,
	.rpy-95 {
		padding-bottom: 95px;
	}
	.rpb-100,
	.rpy-100 {
		padding-bottom: 100px;
	}
	.rpb-105,
	.rpy-105 {
		padding-bottom: 105px;
	}
	.rpb-110,
	.rpy-110 {
		padding-bottom: 110px;
	}
	.rpb-115,
	.rpy-115 {
		padding-bottom: 115px;
	}
	.rpb-120,
	.rpy-120 {
		padding-bottom: 120px;
	}
	.rpb-125,
	.rpy-125 {
		padding-bottom: 125px;
	}
	.rpb-130,
	.rpy-130 {
		padding-bottom: 130px;
	}
	.rpb-135,
	.rpy-135 {
		padding-bottom: 135px;
	}
	.rpb-140,
	.rpy-140 {
		padding-bottom: 140px;
	}
	.rpb-145,
	.rpy-145 {
		padding-bottom: 145px;
	}
	.rpb-150,
	.rpy-150 {
		padding-bottom: 150px;
	}
	/* Margin Around */
	.rm-0 {
		margin: 0px !important;
	}
	.rm-5 {
		margin: 5px !important;
	}
	.rm-10 {
		margin: 10px;
	}
	.rm-15 {
		margin: 15px;
	}
	.rm-20 {
		margin: 20px;
	}
	.rm-25 {
		margin: 25px;
	}
	.rm-30 {
		margin: 30px;
	}
	.rm-35 {
		margin: 35px;
	}
	.rm-40 {
		margin: 40px;
	}
	.rm-45 {
		margin: 45px;
	}
	.rm-50 {
		margin: 50px;
	}
	.rm-55 {
		margin: 55px;
	}
	.rm-60 {
		margin: 60px;
	}
	.rm-65 {
		margin: 65px;
	}
	.rm-70 {
		margin: 70px;
	}
	.rm-75 {
		margin: 75px;
	}
	.rm-80 {
		margin: 80px;
	}
	.rm-85 {
		margin: 85px;
	}
	.rm-90 {
		margin: 90px;
	}
	.rm-95 {
		margin: 95px;
	}
	.rm-100 {
		margin: 100px;
	}
	.rm-105 {
		margin: 105px;
	}
	.rm-110 {
		margin: 110px;
	}
	.rm-115 {
		margin: 115px;
	}
	.rm-120 {
		margin: 120px;
	}
	.rm-125 {
		margin: 125px;
	}
	.rm-130 {
		margin: 130px;
	}
	.rm-135 {
		margin: 135px;
	}
	.rm-140 {
		margin: 140px;
	}
	.rm-145 {
		margin: 145px;
	}
	.rm-150 {
		margin: 150px;
	}
	/* Margin Top */
	.rmt-0,
	.rmy-0 {
		margin-top: 0px !important;
	}
	.rmt-5,
	.rmy-5 {
		margin-top: 5px !important;
	}
	.rmt-10,
	.rmy-10 {
		margin-top: 10px;
	}
	.rmt-15,
	.rmy-15 {
		margin-top: 15px;
	}
	.rmt-20,
	.rmy-20 {
		margin-top: 20px;
	}
	.rmt-25,
	.rmy-25 {
		margin-top: 25px;
	}
	.rmt-30,
	.rmy-30 {
		margin-top: 30px;
	}
	.rmt-35,
	.rmy-35 {
		margin-top: 35px;
	}
	.rmt-40,
	.rmy-40 {
		margin-top: 40px;
	}
	.rmt-45,
	.rmy-45 {
		margin-top: 45px;
	}
	.rmt-50,
	.rmy-50 {
		margin-top: 50px;
	}
	.rmt-55,
	.rmy-55 {
		margin-top: 55px;
	}
	.rmt-60,
	.rmy-60 {
		margin-top: 60px;
	}
	.rmt-65,
	.rmy-65 {
		margin-top: 65px;
	}
	.rmt-70,
	.rmy-70 {
		margin-top: 70px;
	}
	.rmt-75,
	.rmy-75 {
		margin-top: 75px;
	}
	.rmt-80,
	.rmy-80 {
		margin-top: 80px;
	}
	.rmt-85,
	.rmy-85 {
		margin-top: 85px;
	}
	.rmt-90,
	.rmy-90 {
		margin-top: 90px;
	}
	.rmt-95,
	.rmy-95 {
		margin-top: 95px;
	}
	.rmt-100,
	.rmy-100 {
		margin-top: 100px;
	}
	.rmt-105,
	.rmy-105 {
		margin-top: 105px;
	}
	.rmt-110,
	.rmy-110 {
		margin-top: 110px;
	}
	.rmt-115,
	.rmy-115 {
		margin-top: 115px;
	}
	.rmt-120,
	.rmy-120 {
		margin-top: 120px;
	}
	.rmt-125,
	.rmy-125 {
		margin-top: 125px;
	}
	.rmt-130,
	.rmy-130 {
		margin-top: 130px;
	}
	.rmt-135,
	.rmy-135 {
		margin-top: 135px;
	}
	.rmt-140,
	.rmy-140 {
		margin-top: 140px;
	}
	.rmt-145,
	.rmy-145 {
		margin-top: 145px;
	}
	.rmt-150,
	.rmy-150 {
		margin-top: 150px;
	}
	/* Margin Bottom */
	.rmb-0,
	.rmy-0 {
		margin-bottom: 0px !important;
	}
	.rmb-5,
	.rmy-5 {
		margin-bottom: 5px !important;
	}
	.rmb-10,
	.rmy-10 {
		margin-bottom: 10px;
	}
	.rmb-15,
	.rmy-15 {
		margin-bottom: 15px;
	}
	.rmb-20,
	.rmy-20 {
		margin-bottom: 20px;
	}
	.rmb-25,
	.rmy-25 {
		margin-bottom: 25px;
	}
	.rmb-30,
	.rmy-30 {
		margin-bottom: 30px;
	}
	.rmb-35,
	.rmy-35 {
		margin-bottom: 35px;
	}
	.rmb-40,
	.rmy-40 {
		margin-bottom: 40px;
	}
	.rmb-45,
	.rmy-45 {
		margin-bottom: 45px;
	}
	.rmb-50,
	.rmy-50 {
		margin-bottom: 50px;
	}
	.rmb-55,
	.rmy-55 {
		margin-bottom: 55px;
	}
	.rmb-60,
	.rmy-60 {
		margin-bottom: 60px;
	}
	.rmb-65,
	.rmy-65 {
		margin-bottom: 65px;
	}
	.rmb-70,
	.rmy-70 {
		margin-bottom: 70px;
	}
	.rmb-75,
	.rmy-75 {
		margin-bottom: 75px;
	}
	.rmb-80,
	.rmy-80 {
		margin-bottom: 80px;
	}
	.rmb-85,
	.rmy-85 {
		margin-bottom: 85px;
	}
	.rmb-90,
	.rmy-90 {
		margin-bottom: 90px;
	}
	.rmb-95,
	.rmy-95 {
		margin-bottom: 95px;
	}
	.rmb-100,
	.rmy-100 {
		margin-bottom: 100px;
	}
	.rmb-105,
	.rmy-105 {
		margin-bottom: 105px;
	}
	.rmb-110,
	.rmy-110 {
		margin-bottom: 110px;
	}
	.rmb-115,
	.rmy-115 {
		margin-bottom: 115px;
	}
	.rmb-120,
	.rmy-120 {
		margin-bottom: 120px;
	}
	.rmb-125,
	.rmy-125 {
		margin-bottom: 125px;
	}
	.rmb-130,
	.rmy-130 {
		margin-bottom: 130px;
	}
	.rmb-135,
	.rmy-135 {
		margin-bottom: 135px;
	}
	.rmb-140,
	.rmy-140 {
		margin-bottom: 140px;
	}
	.rmb-145,
	.rmy-145 {
		margin-bottom: 145px;
	}
	.rmb-150,
	.rmy-150 {
		margin-bottom: 150px;
	}
}

/*******************************************************/
/***************** ## Custom Animation ****************/
/*******************************************************/
/* Animation Delay */
.delay-1-0s {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.delay-2-0s {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}

.delay-0-1s {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}

.delay-0-2s {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

.delay-0-3s {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

.delay-0-4s {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

.delay-0-5s {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

.delay-0-6s {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}

.delay-0-7s {
	-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s;
}

.delay-0-8s {
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
}

.delay-0-9s {
	-webkit-animation-delay: 0.9s;
	animation-delay: 0.9s;
}

.delay-1-1s {
	-webkit-animation-delay: 1.1s;
	animation-delay: 1.1s;
}

.delay-1-2s {
	-webkit-animation-delay: 1.2s;
	animation-delay: 1.2s;
}

.delay-1-3s {
	-webkit-animation-delay: 1.3s;
	animation-delay: 1.3s;
}

.delay-1-4s {
	-webkit-animation-delay: 1.4s;
	animation-delay: 1.4s;
}

.delay-1-5s {
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
}

.delay-1-6s {
	-webkit-animation-delay: 1.6s;
	animation-delay: 1.6s;
}

.delay-1-7s {
	-webkit-animation-delay: 1.7s;
	animation-delay: 1.7s;
}

.delay-1-8s {
	-webkit-animation-delay: 1.8s;
	animation-delay: 1.8s;
}

.delay-1-9s {
	-webkit-animation-delay: 1.9s;
	animation-delay: 1.9s;
}

/* Menu Sticky */
@-webkit-keyframes sticky {
	0% {
		top: -100px;
	}
	100% {
		top: 0;
	}
}

@keyframes sticky {
	0% {
		top: -100px;
	}
	100% {
		top: 0;
	}
}

/* Preloader */
@-webkit-keyframes rotated_scale {
	0% {
		-webkit-transform: rotate(0deg) scale(1);
		transform: rotate(0deg) scale(1);
	}
	50% {
		-webkit-transform: rotate(360deg) scale(1.5);
		transform: rotate(360deg) scale(1.5);
	}
	100% {
		-webkit-transform: rotate(720deg) scale(1);
		transform: rotate(720deg) scale(1);
	}
}
@keyframes rotated_scale {
	0% {
		-webkit-transform: rotate(0deg) scale(1);
		transform: rotate(0deg) scale(1);
	}
	50% {
		-webkit-transform: rotate(360deg) scale(1.5);
		transform: rotate(360deg) scale(1.5);
	}
	100% {
		-webkit-transform: rotate(720deg) scale(1);
		transform: rotate(720deg) scale(1);
	}
}

/* Hero Circle */
@-webkit-keyframes rotated_circle {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes rotated_circle {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/* Feedback Rotated */
@-webkit-keyframes semi_rotated {
	0%,
	100% {
		-webkit-transform: rotate(20deg);
		transform: rotate(20deg);
	}
	50% {
		-webkit-transform: rotate(-20deg);
		transform: rotate(-20deg);
	}
}
@keyframes semi_rotated {
	0%,
	100% {
		-webkit-transform: rotate(20deg);
		transform: rotate(20deg);
	}
	50% {
		-webkit-transform: rotate(-20deg);
		transform: rotate(-20deg);
	}
}

/* Image BG Rotated */
@-webkit-keyframes semi_rotated_two {
	0%,
	100% {
		-webkit-transform: rotate(-11deg);
		transform: rotate(-11deg);
	}
	50% {
		-webkit-transform: rotate(11deg);
		transform: rotate(11deg);
	}
}
@keyframes semi_rotated_two {
	0%,
	100% {
		-webkit-transform: rotate(-11deg);
		transform: rotate(-11deg);
	}
	50% {
		-webkit-transform: rotate(11deg);
		transform: rotate(11deg);
	}
}

@-webkit-keyframes move_arround {
	0% {
		top: 20px;
		left: 20px;
	}
	25% {
		top: 20px;
		left: -20px;
	}
	50% {
		top: -20px;
		left: -20px;
	}
	75% {
		top: -20px;
		left: 20px;
	}
	100% {
		top: 20px;
		left: 20px;
	}
}

@keyframes move_arround {
	0% {
		top: 20px;
		left: 20px;
	}
	25% {
		top: 20px;
		left: -20px;
	}
	50% {
		top: -20px;
		left: -20px;
	}
	75% {
		top: -20px;
		left: 20px;
	}
	100% {
		top: 20px;
		left: 20px;
	}
}

/* Hero Circle */
@-webkit-keyframes upDownLeft {
	0%,
	100% {
		-webkit-transform: translate(0px, 0px);
		transform: translate(0px, 0px);
	}
	25%,
	75% {
		-webkit-transform: translate(0px, 50px);
		transform: translate(0px, 50px);
	}
	50% {
		-webkit-transform: translate(-50px, 50px);
		transform: translate(-50px, 50px);
	}
}
@keyframes upDownLeft {
	0%,
	100% {
		-webkit-transform: translate(0px, 0px);
		transform: translate(0px, 0px);
	}
	25%,
	75% {
		-webkit-transform: translate(0px, 50px);
		transform: translate(0px, 50px);
	}
	50% {
		-webkit-transform: translate(-50px, 50px);
		transform: translate(-50px, 50px);
	}
}

@-webkit-keyframes shapeAnimationOne {
	0% {
		-webkit-transform: translate(0px, 0px) rotate(0deg);
		transform: translate(0px, 0px) rotate(0deg);
	}
	25% {
		-webkit-transform: translate(0px, 150px) rotate(90deg);
		transform: translate(0px, 150px) rotate(90deg);
	}
	50% {
		-webkit-transform: translate(150px, 150px) rotate(180deg);
		transform: translate(150px, 150px) rotate(180deg);
	}
	75% {
		-webkit-transform: translate(150px, 0px) rotate(270deg);
		transform: translate(150px, 0px) rotate(270deg);
	}
	100% {
		-webkit-transform: translate(0px, 0px) rotate(360deg);
		transform: translate(0px, 0px) rotate(360deg);
	}
}

@keyframes shapeAnimationOne {
	0% {
		-webkit-transform: translate(0px, 0px) rotate(0deg);
		transform: translate(0px, 0px) rotate(0deg);
	}
	25% {
		-webkit-transform: translate(0px, 150px) rotate(90deg);
		transform: translate(0px, 150px) rotate(90deg);
	}
	50% {
		-webkit-transform: translate(150px, 150px) rotate(180deg);
		transform: translate(150px, 150px) rotate(180deg);
	}
	75% {
		-webkit-transform: translate(150px, 0px) rotate(270deg);
		transform: translate(150px, 0px) rotate(270deg);
	}
	100% {
		-webkit-transform: translate(0px, 0px) rotate(360deg);
		transform: translate(0px, 0px) rotate(360deg);
	}
}

@-webkit-keyframes shapeAnimationTwo {
	0% {
		-webkit-transform: translate(0px, 0px) rotate(0deg);
		transform: translate(0px, 0px) rotate(0deg);
	}
	25% {
		-webkit-transform: translate(-150px, 0px) rotate(270deg);
		transform: translate(-150px, 0px) rotate(270deg);
	}
	50% {
		-webkit-transform: translate(-150px, 150px) rotate(180deg);
		transform: translate(-150px, 150px) rotate(180deg);
	}
	75% {
		-webkit-transform: translate(0px, 150px) rotate(90deg);
		transform: translate(0px, 150px) rotate(90deg);
	}
	100% {
		-webkit-transform: translate(0px, 0px) rotate(360deg);
		transform: translate(0px, 0px) rotate(360deg);
	}
}

@keyframes shapeAnimationTwo {
	0% {
		-webkit-transform: translate(0px, 0px) rotate(0deg);
		transform: translate(0px, 0px) rotate(0deg);
	}
	25% {
		-webkit-transform: translate(-150px, 0px) rotate(270deg);
		transform: translate(-150px, 0px) rotate(270deg);
	}
	50% {
		-webkit-transform: translate(-150px, 150px) rotate(180deg);
		transform: translate(-150px, 150px) rotate(180deg);
	}
	75% {
		-webkit-transform: translate(0px, 150px) rotate(90deg);
		transform: translate(0px, 150px) rotate(90deg);
	}
	100% {
		-webkit-transform: translate(0px, 0px) rotate(360deg);
		transform: translate(0px, 0px) rotate(360deg);
	}
}

@-webkit-keyframes shapeAnimationThree {
	0% {
		-webkit-transform: translate(0px, 0px) rotate(0deg);
		transform: translate(0px, 0px) rotate(0deg);
	}
	25% {
		-webkit-transform: translate(50px, 150px) rotate(90deg);
		transform: translate(50px, 150px) rotate(90deg);
	}
	50% {
		-webkit-transform: translate(150px, 150px) rotate(180deg);
		transform: translate(150px, 150px) rotate(180deg);
	}
	75% {
		-webkit-transform: translate(150px, 50px) rotate(270deg);
		transform: translate(150px, 50px) rotate(270deg);
	}
	100% {
		-webkit-transform: translate(0px, 0px) rotate(360deg);
		transform: translate(0px, 0px) rotate(360deg);
	}
}

@keyframes shapeAnimationThree {
	0% {
		-webkit-transform: translate(0px, 0px) rotate(0deg);
		transform: translate(0px, 0px) rotate(0deg);
	}
	25% {
		-webkit-transform: translate(50px, 150px) rotate(90deg);
		transform: translate(50px, 150px) rotate(90deg);
	}
	50% {
		-webkit-transform: translate(150px, 150px) rotate(180deg);
		transform: translate(150px, 150px) rotate(180deg);
	}
	75% {
		-webkit-transform: translate(150px, 50px) rotate(270deg);
		transform: translate(150px, 50px) rotate(270deg);
	}
	100% {
		-webkit-transform: translate(0px, 0px) rotate(360deg);
		transform: translate(0px, 0px) rotate(360deg);
	}
}

@-webkit-keyframes shapeAnimationFour {
	0% {
		-webkit-transform: translate(0px, 0px) rotate(0deg);
		transform: translate(0px, 0px) rotate(0deg);
	}
	25% {
		-webkit-transform: translate(-150px -50px) rotate(90deg);
		transform: translate(-150px -50px) rotate(90deg);
	}
	50% {
		-webkit-transform: translate(-150px, -150px) rotate(180deg);
		transform: translate(-150px, -150px) rotate(180deg);
	}
	75% {
		-webkit-transform: translate(-50px, -150px) rotate(270deg);
		transform: translate(-50px, -150px) rotate(270deg);
	}
	100% {
		-webkit-transform: translate(0px, 0px) rotate(360deg);
		transform: translate(0px, 0px) rotate(360deg);
	}
}

@keyframes shapeAnimationFour {
	0% {
		-webkit-transform: translate(0px, 0px) rotate(0deg);
		transform: translate(0px, 0px) rotate(0deg);
	}
	25% {
		-webkit-transform: translate(-150px -50px) rotate(90deg);
		transform: translate(-150px -50px) rotate(90deg);
	}
	50% {
		-webkit-transform: translate(-150px, -150px) rotate(180deg);
		transform: translate(-150px, -150px) rotate(180deg);
	}
	75% {
		-webkit-transform: translate(-50px, -150px) rotate(270deg);
		transform: translate(-50px, -150px) rotate(270deg);
	}
	100% {
		-webkit-transform: translate(0px, 0px) rotate(360deg);
		transform: translate(0px, 0px) rotate(360deg);
	}
}

@-webkit-keyframes shapeAnimationFive {
	0% {
		-webkit-transform: translate(0px, 0px) rotate(0deg);
		transform: translate(0px, 0px) rotate(0deg);
	}
	25% {
		-webkit-transform: translate(-100px -100px) rotate(90deg);
		transform: translate(-100px -100px) rotate(90deg);
	}
	50% {
		-webkit-transform: translate(100px, 50px) rotate(180deg);
		transform: translate(100px, 50px) rotate(180deg);
	}
	75% {
		-webkit-transform: translate(-100px, 150px) rotate(270deg);
		transform: translate(-100px, 150px) rotate(270deg);
	}
	100% {
		-webkit-transform: translate(0px, 0px) rotate(360deg);
		transform: translate(0px, 0px) rotate(360deg);
	}
}

@keyframes shapeAnimationFive {
	0% {
		-webkit-transform: translate(0px, 0px) rotate(0deg);
		transform: translate(0px, 0px) rotate(0deg);
	}
	25% {
		-webkit-transform: translate(-100px -100px) rotate(90deg);
		transform: translate(-100px -100px) rotate(90deg);
	}
	50% {
		-webkit-transform: translate(100px, 50px) rotate(180deg);
		transform: translate(100px, 50px) rotate(180deg);
	}
	75% {
		-webkit-transform: translate(-100px, 150px) rotate(270deg);
		transform: translate(-100px, 150px) rotate(270deg);
	}
	100% {
		-webkit-transform: translate(0px, 0px) rotate(360deg);
		transform: translate(0px, 0px) rotate(360deg);
	}
}

@-webkit-keyframes down-up-one {
	0% {
		-webkit-transform: rotateX(0deg) translateY(0px);
		transform: rotateX(0deg) translateY(0px);
	}
	50% {
		-webkit-transform: rotateX(0deg) translateY(25px);
		transform: rotateX(0deg) translateY(25px);
	}
	100% {
		-webkit-transform: rotateX(0deg) translateY(0px);
		transform: rotateX(0deg) translateY(0px);
	}
}

@keyframes down-up-one {
	0% {
		-webkit-transform: rotateX(0deg) translateY(0px);
		transform: rotateX(0deg) translateY(0px);
	}
	50% {
		-webkit-transform: rotateX(0deg) translateY(25px);
		transform: rotateX(0deg) translateY(25px);
	}
	100% {
		-webkit-transform: rotateX(0deg) translateY(0px);
		transform: rotateX(0deg) translateY(0px);
	}
}

@-webkit-keyframes down-up-two {
	0% {
		-webkit-transform: rotateX(0deg) translate(0px);
		transform: rotateX(0deg) translate(0px);
	}
	50% {
		-webkit-transform: rotateX(0deg) translate(25px, -25px);
		transform: rotateX(0deg) translate(25px, -25px);
	}
	100% {
		-webkit-transform: rotateX(0deg) translate(0px);
		transform: rotateX(0deg) translate(0px);
	}
}

@keyframes down-up-two {
	0% {
		-webkit-transform: rotateX(0deg) translate(0px);
		transform: rotateX(0deg) translate(0px);
	}
	50% {
		-webkit-transform: rotateX(0deg) translate(25px, -25px);
		transform: rotateX(0deg) translate(25px, -25px);
	}
	100% {
		-webkit-transform: rotateX(0deg) translate(0px);
		transform: rotateX(0deg) translate(0px);
	}
}

@-webkit-keyframes leftRightOne {
	0%,
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	50% {
		-webkit-transform: translateX(-100px);
		transform: translateX(-100px);
	}
}

@keyframes leftRightOne {
	0%,
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	50% {
		-webkit-transform: translateX(-100px);
		transform: translateX(-100px);
	}
}

@-webkit-keyframes zoomInOut {
	0%,
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	50% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
}

@keyframes zoomInOut {
	0%,
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	50% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
}

/*******************************************************/
/******************* ## Header style ******************/
/*******************************************************/
.main-header {
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 999;
	width: 100%;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.main-header .header-upper {
	z-index: 5;
	width: 100%;
	position: relative;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.main-header .logo-outer {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
}
@media only screen and (max-width: 991px) {
	.main-header .logo-outer {
		display: none;
	}
}
.main-header .logo {
	z-index: 9;
	padding: 2px 0;
	position: relative;
	margin-right: 25px;
}
.main-header.menu-absolute .header-upper {
	position: absolute;
}
.main-header.fixed-header .header-upper {
	top: 0;
	left: 0;
	position: fixed;
	background: white;
	-webkit-animation: sticky  1s;
	animation: sticky  1s;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(87, 95, 245, 0.1);
	box-shadow: 0px 0px 30px 0px rgba(87, 95, 245, 0.1);
}

.header-top-inner ul {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 10px 0 1px;
	display: -webkit-box;
	display: -ms-flexbox;
	width: 100%;
	display: flex;
	justify-content: space-evenly;
}
.header-top-inner ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 10px;
	line-height: 1.2;
	margin-bottom: 10px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.header-top-inner ul li i {
	margin-right: 10px;
	font-size: 23px;
	color: var(--primary-color);
}
.header-top-inner ul li:not(:last-child) {
}
@media only screen and (max-width: 375px) {
	.header-top-inner ul li:not(:last-child) {
		margin-left: 5px;
		padding-right: 0;
		margin-right: 5px;
		border-right: none;
	}
}

.header-middle {
	border-bottom: 1px solid var(--border-color);
}
@media only screen and (max-width: 575px) {
	.header-middle {
		display: none;
	}
}

.header-middle-inner {
	padding-top: 25px;
	padding-bottom: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.header-middle-inner .search-form,
.header-middle-inner .middle-right,
.header-middle-inner .middle-right > ul,
.header-middle-inner .middle-right > ul > li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.header-middle-inner .search-form {
	width: 30%;
	padding: 4px;
	max-width: 350px;
	margin-bottom: 15px;
	border-radius: 27px;
	border: 1px solid var(--border-color);
}
@media only screen and (max-width: 991px) {
	.header-middle-inner .search-form {
		width: 40%;
	}
}
.header-middle-inner .search-form input {
	width: 100%;
	border: none;
	padding: 8px 0 8px 20px;
}
.header-middle-inner .search-form button {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	color: white;
	width: 44px;
	height: 44px;
	background: var(--primary-color);
	line-height: 44px;
	border-radius: 50%;
	text-align: center;
}
.header-middle-inner .logo {
	margin-bottom: 15px;
}
@media only screen and (max-width: 991px) {
	.header-middle-inner .logo {
		display: none;
	}
}
.header-middle-inner .middle-right {
	margin-bottom: 15px;
}
.header-middle-inner .middle-right .select {
	font-size: 14px;
	margin-right: 20px;
	text-transform: capitalize;
	padding: 10px 40px 10px 12px;
}
@media only screen and (max-width: 767px) {
	.header-middle-inner .middle-right .select {
		display: none;
	}
}
.header-middle-inner .middle-right .select:after {
	width: 7px;
	height: 7px;
	right: 15px;
	margin-top: -6px;
	border-color: var(--base-color);
}
.header-middle-inner .middle-right > ul > li {
	line-height: 1.2;
}
.header-middle-inner .middle-right > ul > li a i {
	font-size: 20px;
	margin-right: 8px;
	position: relative;
}
.header-middle-inner .middle-right > ul > li a i span {
	top: -10px;
	right: -7px;
	color: white;
	font-size: 12px;
	font-weight: 700;
	position: absolute;
	width: 18px;
	height: 18px;
	background: var(--primary-color);
	line-height: 18px;
	border-radius: 50%;
	text-align: center;
}
.header-middle-inner .middle-right > ul > li a b {
	margin-left: 5px;
	font-weight: 600;
}
.header-middle-inner .middle-right > ul > li:not(:last-child) {
	margin-right: 15px;
	padding-right: 15px;
	border-right: 1px solid var(--border-color);
}

.nav-outer {
	margin-right: auto;
}
@media only screen and (max-width: 991px) {
	.nav-outer {
		width: 100%;
	}
}

/** Header Main Menu **/
@media only screen and (max-width: 991px) {
	.main-menu {
		width: 100%;
	}
}

.main-menu .mobile-logo {
/*	margin-right: auto;*/
}
@media only screen and (max-width: 575px) {
	.main-menu .mobile-logo {
		max-width: 175px;
	}
}

@media only screen and (max-width: 991px) {
	.main-menu .collapse {
		overflow: auto;
	}
}

.main-menu .navbar-collapse {
	padding: 0px;
}
.main-menu .navbar-collapse > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media only screen and (min-width: 991px) {
	.main-menu .navbar-collapse {
		justify-content: end;
	}
}
@media only screen and (max-width: 991px) {
	.main-menu .navbar-collapse > ul {
		display: block;
		padding: 25px 0;
		background: #FFFFFF;
		z-index: 9;
		position: relative;
	}
	.main-menu .navbar-collapse > ul > li:last-child {
		border-bottom: 1px solid #f3f3f3;
	}
}
@media only screen and (max-width: 991px) {
	.main-menu .navbar-collapse {
		left: 0;
		width: 100%;
		position: absolute;
	}
}
.main-menu .navbar-collapse li {
	padding: 7px 22px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
@media only screen and (max-width: 1399px) {
	.main-menu .navbar-collapse li {
		padding-left: 10px;
		padding-right: 10px;
	}
}
@media only screen and (max-width: 991px) {
	.main-menu .navbar-collapse li {
		display: block;
		padding: 0 15px;
		border-top: 1px solid #f3f3f3;
	}
}
.main-menu .navbar-collapse li.dropdown .dropdown-btn {
	cursor: pointer;
	font-size: 12px;
	margin-left: 5px;
	color: var(--heading-color);
}
@media only screen and (max-width: 991px) {
	.main-menu .navbar-collapse li.dropdown .dropdown-btn {
		position: absolute;
		right: 10px;
		top: 0;
		width: 50px;
		height: 43px;
		border-left: 1px solid #f2f2f2;
		text-align: center;
		line-height: 43px;
	}
}
.main-menu .navbar-collapse li a {
	display: block;
	font-size: 16px;
	opacity: 1;
	font-weight: 500;
	position: relative;
	color: var(--heading-color);
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
@media only screen and (max-width: 991px) {
	.main-menu .navbar-collapse li a {
		padding: 10px 10px;
		line-height: 22px;
	}
}
.main-menu .navbar-collapse li a:hover {
	color: var(--primary-color);
	text-decoration: underline;
}
.main-menu .navbar-collapse li.current > a, .main-menu .navbar-collapse li.current-menu-item > a {
	font-weight: 500;
}
.main-menu .navbar-collapse li li {
	border-top: 1px solid #f3f3f3;
}
.main-menu .navbar-collapse li li a {
	text-transform: capitalize;
}
.main-menu .navbar-collapse li li a:before {
	display: none;
}
.main-menu .navbar-collapse li .megamenu {
	position: absolute;
	left: 0px;
	top: 100%;
	width: 100%;
	z-index: 100;
	display: none;
	padding: 20px 0;
	background: #ffffff;
	-webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
.main-menu .navbar-collapse li .megamenu:after {
	display: block;
	clear: both;
	content: "";
}
@media only screen and (max-width: 991px) {
	.main-menu .navbar-collapse li .megamenu {
		position: relative;
		-webkit-box-shadow: none;
		box-shadow: none;
		width: 100%;
	}
	.main-menu .navbar-collapse li .megamenu .container {
		max-width: 100%;
	}
	.main-menu .navbar-collapse li .megamenu .row {
		margin: 0px;
	}
}
.main-menu .navbar-collapse li .megamenu ul {
	display: block;
	position: relative;
	top: 0;
	width: 100%;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.main-menu .navbar-collapse li ul {
	position: absolute;
	left: inherit;
	top: 100%;
	min-width: 250px;
	z-index: 100;
	display: none;
	background: #ffffff;
	-webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 991px) {
	.main-menu .navbar-collapse li ul {
		position: relative;
		display: none;
		width: 100%;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.main-menu .navbar-collapse li ul:after {
		display: block;
		clear: both;
		content: "";
	}
}
@media only screen and (max-width: 991px) and (max-width: 375px) {
	.main-menu .navbar-collapse li ul {
		min-width: auto;
	}
}
.main-menu .navbar-collapse li ul li {
	width: 100%;
	padding: 7px 20px;
}
@media only screen and (max-width: 991px) {
	.main-menu .navbar-collapse li ul li {
		padding: 0 15px;
	}
}
.main-menu .navbar-collapse li ul li ul {
	left: 100%;
	top: 0%;
}
@media only screen and (max-width: 991px) {
	.main-menu .navbar-collapse li ul li ul {
		left: auto;
	}
}

.main-menu .navbar-header {
	display: none;
}

.navbar-header .middle-right a, .searchbar-toggle {
	background: #EAEEF1;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 10px;
	color: var(--primary-color);
}
.navbar-header .middle-right a:hover {
	background: var(--primary-color);
	color: #fff;
}
.navbar-header .shopping-count {
	margin-left: 3px;
}

.mobile-phones-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 14px 0 10px;
}

.mobile-phones-container a {
	font-size: 13px;
	display: block;
	line-height: 18px;
}

.mobile-ordercall a {
	background: #EAEEF1;
	padding: 14px;
	border-radius: 14px;
	font-weight: bold;
	color: var(--primary-color);
}

.mobile-ordercall a:hover {
	background: var(--primary-color);
	color: #EAEEF1;
}

.mobile-search	 {
	display: flex;
	justify-content: space-between;
}

@media only screen and (max-width: 991px) {
	.main-menu .navbar-header {
		display: block;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: start;
	}
}
.main-menu .navbar-header .navbar-toggle {
	float: right;
	padding: 4px 0;
	cursor: pointer;
	background: transparent;
}
.main-menu .navbar-header .navbar-toggle .icon-bar {
	background: var(--base-color);
	height: 2px;
	width: 30px;
	display: block;
	margin: 7px 0;
}

/* Menu Right */
.menu-right {
	margin-bottom: 10px;
}
@media only screen and (max-width: 575px) {
	.menu-right {
		display: none;
	}
}
.menu-right ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.menu-right ul li a {
	font-weight: 500;
}
.menu-right ul li a i {
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	margin-right: 10px;
}
.menu-right ul li a:hover {
	color: var(--heading-color);
}
.menu-right ul li a:hover i {
	color: var(--primary-color);
}
.menu-right ul li:not(:last-child) {
	margin-right: 15px;
	padding-right: 15px;
	border-right: 1px solid var(--border-color);
}

/* Header Search */
.nav-search {
	position: relative;
	margin-right: auto;
	margin-left: 15px;
}
@media only screen and (max-width: 575px) {
	.nav-search {
		display: none;
	}
}
.nav-search button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: transparent;
}
.nav-search button i {
	font-size: 20px;
	margin-right: 8px;
}
.nav-search form {
	position: absolute;
	width: 320px;
	top: 35px;
	right: 0;
	z-index: 777;
	padding: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #fff;
	-webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.05);
}
.nav-search form.hide {
	display: none;
}
.nav-search form input {
	border: none;
	padding: 15px 5px 15px 25px;
}
.nav-search form button {
	padding: 15px 20px 15px 0;
}
.mobile-search input {
	padding: 7px 8px;
	width: 83%;
}
.mobile-search button {
	background: #fff;
	border: 1px solid var(--border-color);
	padding: 7px 10px;
	border-radius: 6px;
}
.mobile-search button:hover {
	color: var(--primary-color);
}
/* Header One */
.main-header.header-one .main-menu {
	margin-bottom: 10px;
}
@media only screen and (min-width: 992px) {
	.main-header.header-one .main-menu .navigation > li:first-child {
		padding-left: 0;
	}
}
@media only screen and (max-width: 991px) {
	.main-header.header-one .main-menu .navbar-header {
		margin-right: 0;
	}
}

/* Header Two */
#main-content .category-accordion {
	margin-top: -2px;
	margin-bottom: 10px;
	position: relative;
}
@media only screen and (max-width: 991px) {
	#main-content .category-accordion, #left-menu .card.card-body {
		display: none;
	}
}
#main-content .category-accordion .accordion-item {
	border: none;
	border-radius: 0;
}
#main-content .category-accordion .accordion-item .accordion-button {
	color: white;
	border: none;
	font-size: 16px;
	font-weight: 600;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 18px 25px;
	background: var(--primary-color);
}
#main-content .category-accordion .accordion-item .accordion-button > i {
	font-weight: 400;
	margin-right: 10px;
}
#main-content .category-accordion .accordion-item .accordion-button:after {
	display: none;
	width: auto;
	height: auto;
	content: "\f107";
	font-weight: 400;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	background-image: none;
	font-family: 'Font Awesome 5 Pro';
}
#main-content .category-accordion .accordion-item .accordion-button.collapsed {
	border-radius: 0;
}
#main-content .category-accordion .accordion-item .accordion-collapse {
	width: 100%;
	background: white;
	border: 1px solid var(--border-color);
}
#main-content .category-accordion .accordion-item .accordion-collapse .accordion-body {
	overflow: auto;
	padding: 0 6px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	max-height: 75vh;
}
#main-content .category-accordion .accordion-item .accordion-collapse .accordion-body::-webkit-scrollbar {
	width: 5px;
}
#main-content .category-accordion .accordion-item .accordion-collapse .accordion-body::-webkit-scrollbar-track {
	background: var(--lighter-color);
}
#main-content .category-accordion .accordion-item .accordion-collapse .accordion-body::-webkit-scrollbar-thumb {
	background: #e3e3e3;
}
#main-content .category-accordion .accordion-item .accordion-collapse .accordion-body::-webkit-scrollbar-thumb:hover {
	background: gray;
}

.main-header.header-two .logo {
	z-index: 1;
}

.main-header.header-two .header-top-inner {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
@media only screen and (max-width: 991px) {
	.main-header.header-two .header-top-inner {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-left: -15px;
		margin-right: -15px;
	}
	.main-header.header-two .header-top-inner ul, .main-header.header-two .header-top-inner shop-text {
		margin-left: 15px;
		margin-right: 15px;
	}
}
.main-header.header-two .header-top-inner ul li {
	border-color: #CECECE;
}
.main-header.header-two .header-top-inner .shop-text a {
	color: var(--primary-color);
}

@media only screen and (max-width: 991px) {
	.main-header.header-two .header-middle {
		display: none;
	}
}

.main-header.header-two .header-middle-inner .search-form {
	width: 45%;
	max-width: none;
	border-radius: 2px;
}
.main-header.header-two .header-middle-inner .search-form button {
	width: auto;
	height: auto;
	line-height: 1;
	padding: 17px 28px;
	border-radius: 2px;
}

.main-header.header-two .navbar-header {
	margin-right: 0;
}

@media only screen and (max-width: 1199px) {
	.main-header.header-two .menu-right {
		display: none;
	}
}

.main-header.header-two.fixed-header .category-accordion .accordion-item .accordion-collapse .accordion-body {
	max-height: 310px;
}

/* Header Three */
@media only screen and (max-width: 767px) {
	.main-header.header-three .header-top {
		display: none;
	}
}

.main-header.header-three .header-top-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.main-header.header-three .header-top-inner > ul:last-child {
	z-index: 1;
	padding-left: 55px;
	position: relative;
}
.main-header.header-three .header-top-inner > ul:last-child:after {
	content: '';
	left: 0;
	top: 0;
	z-index: -1;
	width: 50vw;
	height: 100%;
	position: absolute;
	background: var(--primary-color);
	-webkit-clip-path: polygon(20px 0%, 100% 0, 100% 100%, 0% 100%);
	clip-path: polygon(20px 0%, 100% 0, 100% 100%, 0% 100%);
}

.main-header.header-three .header-middle-inner {
	padding: 0;
	position: relative;
}
.main-header.header-three .header-middle-inner .middle-right {
	margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
	.main-header.header-three .header-middle-inner .middle-right {
		display: none;
	}
}
@media only screen and (max-width: 1199px) {
	.main-header.header-three .header-middle-inner .middle-right li:first-child {
		display: none;
	}
}

.main-header.header-three .logo,
.main-header.header-three .mobile-logo {
	padding: 0;
	margin-bottom: 0;
}
.main-header.header-three .logo a,
.main-header.header-three .mobile-logo a {
	padding: 30px;
	border-radius: 50px;
	display: inline-block;
	background: var(--primary-color);
}
@media only screen and (max-width: 991px) {
	.main-header.header-three .logo a,
	.main-header.header-three .mobile-logo a {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.main-header.header-three .navbar-header {
		margin-right: 0;
	}
}

/*******************************************************/
/******************* ## Main Slider *******************/
/*******************************************************/
.main-slider-area {
	overflow: hidden;
	padding-top: 115px;
	padding-bottom: 115px;
}
@media only screen and (max-width: 575px) {
	.main-slider-area {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}
.main-slider-area:after, .main-slider-area:before {
	content: '';
	top: 0;
	z-index: -2;
	width: 40%;
	height: 100%;
	position: absolute;
	background-size: cover;
	-webkit-animation: zoomInOut 5s infinite;
	animation: zoomInOut 5s infinite;
	background-position: center center;
}
@media only screen and (max-width: 991px) {
	.main-slider-area:after, .main-slider-area:before {
		width: 100%;
		height: 50%;
	}
}
.main-slider-area:before {
	left: 0;
	background-image: url(../../images/slider/slider-left-bg.png);
}
.main-slider-area:after {
	right: 0;
	background-image: url(../../images/slider/slider-right-bg.png);
}
@media only screen and (max-width: 991px) {
	.main-slider-area:after {
		bottom: 0;
	}
}

.main-slider-active {
	width: 100%;
}
.main-slider-active .slick-list {
	overflow: visible;
}

.slider-left-content {
	z-index: 2;
	position: relative;
}
.slider-left-content .offer-text {
	font-size: 24px;
	font-weight: 600;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 15px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}
@media only screen and (max-width: 375px) {
	.slider-left-content .offer-text {
		font-size: 20px;
	}
}
.slider-left-content .offer-text .badge {
	color: white;
	font-size: 14px;
	font-weight: 500;
	border-radius: 3px;
	margin-right: 15px;
	padding: 12px 12px 10px;
	font-family: "Roboto", sans-serif;
	text-transform: uppercase;
	background: var(--primary-color);
}
.slider-left-content h1 {
	margin-bottom: 0;
	text-transform: uppercase;
}
@media only screen and (max-width: 1199px) {
	.slider-left-content h1 {
		font-size: 60px;
		line-height: 1.2;
	}
}
@media only screen and (max-width: 575px) {
	.slider-left-content h1 {
		font-size: 50px;
	}
}
@media only screen and (max-width: 375px) {
	.slider-left-content h1 {
		font-size: 40px;
	}
}

.slider-right-content h3 {
	margin-bottom: 20px;
	text-transform: uppercase;
}
@media only screen and (max-width: 1199px) {
	.slider-right-content h3 {
		font-size: 27px;
		line-height: 1.35;
	}
}
@media only screen and (max-width: 375px) {
	.slider-right-content h3 {
		font-size: 25px;
	}
}

.slider-right-content p {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 30px;
}

.slider-middle-image {
	z-index: 1;
	position: relative;
	padding: 20px 0 0 20px;
}
.slider-middle-image img {
	width: 100%;
	border-radius: 0 60px;
}
.slider-middle-image:before {
	content: '';
	width: 92%;
	height: 92%;
	left: 0;
	top: 0;
	z-index: -1;
	position: absolute;
	border-radius: 0 60px;
	border: 3px solid var(--primary-color);
}

.main-slider-active .slick-arrow {
	width: 40px;
	height: 100px;
	position: absolute;
	line-height: 100px;
	top: 50%;
	z-index: 2;
	font-size: 22px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	color: var(--base-color);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: rgba(205, 205, 205, 0.5);
}
.main-slider-active .slick-arrow.slider-prev {
	left: 0;
	border-radius: 0 5px 5px 0;
}
.main-slider-active .slick-arrow.slider-next {
	right: 0;
	border-radius: 5px 0 0 5px;
}
.main-slider-active .slick-arrow:hover {
	background: white;
}

.slider-middle-image,
.slider-left-content,
.slider-right-content {
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.slick-active .slider-middle-image,
.slick-active .slider-left-content,
.slick-active .slider-right-content {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

.slick-active .slider-left-content {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

.slick-active .slider-middle-image {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}

.slick-active .slider-right-content {
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
}

.slider-slide-part {
	border-radius: 5px;
	padding: 120px 80px;
}
@media only screen and (max-width: 767px) {
	.slider-slide-part {
		padding: 100px 35px 120px;
	}
}
@media only screen and (max-width: 375px) {
	.slider-slide-part {
		padding-left: 25px;
		padding-right: 25px;
	}
}
.slider-slide-part .slider-two-content {
	max-width: 330px;
}
.slider-slide-part .slider-two-content .sub-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-weight: 500;
	margin-bottom: 15px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-transform: uppercase;
}
@media only screen and (min-width: 376px) {
	.slider-slide-part .slider-two-content .sub-title {
		font-size: 16px;
	}
}
.slider-slide-part .slider-two-content .sub-title:before {
	content: '';
	width: 20px;
	height: 20px;
	margin-right: 6px;
	background: url(../../images/slider/subtitle-before.png) no-repeat center/cover;
}
.slider-slide-part .slider-two-content h2 {
	margin-bottom: 20px;
}
@media only screen and (min-width: 1200px) {
	.slider-slide-part .slider-two-content h2 {
		font-size: 50px;
	}
}
@media only screen and (max-width: 575px) {
	.slider-slide-part .slider-two-content h2 {
		font-size: 25px;
	}
}
@media only screen and (max-width: 375px) {
	.slider-slide-part .slider-two-content h2 {
		font-size: 20px;
	}
}
.slider-slide-part .slider-two-content p {
	font-weight: 500;
	margin-bottom: 30px;
}
@media only screen and (min-width: 376px) {
	.slider-slide-part .slider-two-content p {
		font-size: 18px;
	}
}
.slider-slide-part .slick-dots {
	position: absolute;
	margin-top: 70px;
}
.slider-slide-part .slick-dots li {
	border: none;
	opacity: 0.6;
	background: white;
}
.slider-slide-part .slick-dots li.slick-active {
	opacity: 1;
}

.slider-two-content .sub-title, .slider-two-content h2, .slider-two-content p, .slider-two-content .theme-btn {
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.slick-active .slider-two-content .sub-title, .slick-active .slider-two-content h2, .slick-active .slider-two-content p, .slick-active .slider-two-content .theme-btn {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

.slick-active .slider-two-content .sub-title {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

.slick-active .slider-two-content h2 {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

.slick-active .slider-two-content p {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

.slick-active .slider-two-content .theme-btn {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}

/* Slider Three */
.slider-three-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.slider-three-item .slider-three-content {
	max-width: 465px;
}
.slider-three-item .slider-three-content .sub-title {
	font-weight: 500;
	margin-bottom: 10px;
	color: var(--primary-color);
	display: inline-block;
	text-transform: uppercase;
}
.slider-three-item .slider-three-content h2 {
	font-weight: 800;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.slider-three-item .slider-three-content h2 span {
	color: var(--primary-color);
}
@media only screen and (min-width: 768px) {
	.slider-three-item .slider-three-content h2 {
		font-size: 60px;
		line-height: 1.17;
	}
}
@media only screen and (max-width: 479px) {
	.slider-three-item .slider-three-content h2 {
		font-size: 33px;
	}
}
.slider-three-item .slider-three-content h3 {
	font-weight: 500;
	margin-bottom: 33px;
}
@media only screen and (max-width: 767px) {
	.slider-three-item .slider-three-content h3 {
		font-size: 30px;
	}
}
@media only screen and (max-width: 479px) {
	.slider-three-item .slider-three-content h3 {
		font-size: 25px;
	}
}
.slider-three-item .offer-text {
	width: 170px;
	height: 170px;
	color: white;
	font-size: 45px;
	line-height: 1;
	margin-top: 50px;
	font-weight: 500;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-transform: uppercase;
	background: url(../../images/slider/offer-text-bg.png) no-repeat;
	background-size: 100% 100%;
}
@media only screen and (max-width: 767px) {
	.slider-three-item .offer-text {
		display: none;
	}
}

.slider-three-active {
	max-width: 750px;
}
.slider-three-active .slider-three-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.slider-three-active .slick-dots {
	margin-top: 100px;
	position: absolute;
}
@media only screen and (max-width: 991px) {
	.slider-three-active .slick-dots {
		margin-top: 50px;
	}
}
.slider-three-active .slick-dots li {
	width: 15px;
	height: 15px;
	border: 1px solid var(--primary-color);
}
.slider-three-active .slick-dots li:not(.slick-active) {
	background: transparent;
}
.slider-three-active .slick-dots li:not(:last-child) {
	margin-right: 10px;
}

.slider-three-content .sub-title, .slider-three-content h2, .slider-three-content h3, .slider-three-content .theme-btn {
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.slick-active .slider-three-content .sub-title, .slick-active .slider-three-content h2, .slick-active .slider-three-content h3, .slick-active .slider-three-content .theme-btn {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

.slick-active .slider-three-content .sub-title {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

.slick-active .slider-three-content h2 {
	-webkit-animation-delay: 0.45s;
	animation-delay: 0.45s;
}

.slick-active .slider-three-content h3 {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}

.slick-active .slider-three-content .theme-btn {
	-webkit-animation-delay: 0.75s;
	animation-delay: 0.75s;
}

.slider-shapes .shape {
	z-index: -1;
	max-width: 15%;
	position: absolute;
}
.slider-shapes .shape.one {
	top: 7%;
	left: 5%;
	-webkit-animation: down-up-one 8s infinite;
	animation: down-up-one 8s infinite;
}
.slider-shapes .shape.two {
	left: 0;
	bottom: 6%;
	-webkit-animation: leftRightOne 20s infinite;
	animation: leftRightOne 20s infinite;
}
.slider-shapes .shape.three {
	left: 36%;
	top: 8%;
	-webkit-animation: down-up-one 8s infinite;
	animation: down-up-one 8s infinite;
}
.slider-shapes .shape.four {
	left: 42%;
	bottom: 4%;
	-webkit-animation: zoomInOut 5s infinite;
	animation: zoomInOut 5s infinite;
}

/*******************************************************/
/******************** ## Page Banner *******************/
/*******************************************************/
.breadcrumb {
}
.breadcrumb .breadcrumb-item {
	color: var(--heading-color);
}
.breadcrumb .breadcrumb-item a:not(:hover) {
	color: var(--heading-color);
}

/*******************************************************/
/********************* ## Category *********************/
/*******************************************************/
.category-item {
	position: relative;
	margin-bottom: 20px;
}
.category-item img {
	width: 100%;
	min-height: 150px;
}
.category-item .category-content {
	position: absolute;
	left: 30px;
	bottom: 30px;
	max-width: calc(100% - 60px);
}
.ct-image {
	height: 160px;
	margin-bottom: 4px;
	overflow: hidden;
	text-align: center;
}
.ct-image img {
	max-height: 160px;
}
#product-image img {
	max-width: 100%;
	width: initial!important;
}
.ct-name {
	font-size: 16px;
	height: 50px;
	display: block;
	margin-top: 2px;
	overflow: hidden;
}
.pr-price {
	height: 29px;
	padding: 2px 0;
}
@media only screen and (max-width: 767px) {
	.category-item .category-content {
		left: 20px;
		bottom: 20px;
		max-width: calc(100% - 40px);
	}
}
.category-item .category-content h5 {
	background: white;
	margin-bottom: 5px;
	padding: 12px 20px;
	text-transform: uppercase;
}
@media only screen and (max-width: 375px) {
	.category-item .category-content h5 {
		font-size: 16px;
	}
}
.category-item .category-content.top-right {
	top: 60px;
	right: 60px;
	left: auto;
}
@media only screen and (max-width: 767px) {
	.category-item .category-content.top-right {
		top: 20px;
		right: 20px;
	}
}

/* Product Category */
.product-category-item {
	padding: 20px;
	margin-bottom: 30px;
	height: calc(100% - 30px);
	border: 1px solid var(--border-color);
}
@media only screen and (min-width: 480px) {
	.product-category-item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}
.product-category-item .image {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	width: 50%;
	margin-right: 8%;
}
@media only screen and (max-width: 479px) {
	.product-category-item .image {
		width: 100%;
		margin: 0 0 25px;
	}
}
.product-category-item .content h6 {
	font-size: 18px;
	margin-bottom: 13px;
}
.product-category-item .content .list-style-one {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.product-category-item .content .list-style-one li {
	width: 48%;
	margin-top: 5px;
}

/*******************************************************/
/*********************** ## Shop ***********************/
/*******************************************************/
.product-item {
	margin-bottom: 30px;
}
@media only screen and (max-width: 575px) {
	.product-item {
		max-width: 300px;
		margin-left: auto;
		margin-right: auto;
	}
}
.product-item .image {
	padding-bottom: 110%;
	background: var(--lighter-color);
	z-index: 1;
	position: relative;
}
.product-item .image::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	z-index: -1;
	top: 0;
	left: 0;
	opacity: 0;
	background-color: #FFE1E1;
}
.product-item .image img {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 80%;
	max-height: 80%;
}
.product-item .image .social-style-two {
	z-index: 3;
	opacity: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 100%;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	margin-top: -20px;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}
.product-item .image .badges {
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.product-item .image .badges span {
	color: white;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.5;
	padding: 3px 10px;
	border-radius: 3px;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.product-item .image:before {
	z-index: 1;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.product-item .content {
	padding: 20px 25px;
	border: 1px solid var(--border-color);
	border-top: none;
}
.product-item .content .category {
	margin-bottom: 6px;
	display: inline-block;
}
.product-item .content .prices {
	font-weight: 500;
}
.product-item .content .prices span {
	color: var(--heading-color);
}
.product-item .content .prices del {
	color: #AAAAAA;
}
.product-item:hover .image:before {
	opacity: 0.8;
}
.product-params td {
	padding: 2px 4px;
	font-size: 12px;
	line-height: 18px;
}
.product-item:hover .image .social-style-two {
	opacity: 1;
	margin-top: 0;
}
.product-item.style-two {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.product-item.style-two .image {
	width: 36%;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	margin-right: 25px;
	padding-bottom: 39%;
}
.product-item.style-two .image:before {
	display: none;
}
.product-item.style-two .content {
	padding: 0;
	border: none;
}
.product-item.style-two:not(:last-child) {
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid var(--border-color);
}
.product-item.style-two:last-child {
	margin-bottom: 0;
}
.product-item.style-three .content {
	border: none;
	padding: 15px 0 0;
	text-align: center;
}
.product-item.style-three .content .ratting {
	margin-bottom: 8px;
}
.product-item.style-three .content .ratting .rated {
	color: var(--heading-color);
}
.product-item.style-three .content .prices {
	font-size: 16px;
	font-weight: 500;
}
.product-item.style-three .content .prices span {
	font-size: 18px;
	color: var(--primary-color);
}
.product-item.style-three.with-cart-btn {
	position: relative;
}
.product-item.style-three.with-cart-btn .social-style-two {
	padding: 5px;
	background: white;
	border-radius: 30px;
}
.product-item.style-three.with-cart-btn .social-style-two a {
	margin: 3px;
	color: white;
	background: var(--primary-color);
}
.product-item.style-three.with-cart-btn .social-style-two a:hover {
	background: var(--secondary-color);
}
.product-item.style-three.with-cart-btn .prices {
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.product-item.style-three.with-cart-btn .add-to-cart {
	left: 50%;
	bottom: 0;
	font-size: 14px;
	font-weight: 600;
	position: absolute;
	color: var(--secondary-color);
	text-transform: uppercase;
	text-decoration: underline;
	-webkit-transform: translate(-50%) scale(0);
	-ms-transform: translate(-50%) scale(0);
	transform: translate(-50%) scale(0);
}
.product-item.style-three.with-cart-btn:hover .add-to-cart {
	-webkit-transform: translate(-50%) scale(1);
	-ms-transform: translate(-50%) scale(1);
	transform: translate(-50%) scale(1);
}
.product-item.style-three.with-cart-btn:hover .prices {
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}
.product-item.product-list {
	padding: 20px;
	max-width: none;
	border: 1px solid var(--border-color);
}
@media only screen and (min-width: 768px) {
	.product-item.product-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}
@media only screen and (min-width: 768px) {
	.product-item.product-list .image {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 30%;
		margin-right: 30px;
		padding-bottom: 35%;
	}
}
@media only screen and (max-width: 1199px) {
	.product-item.product-list .image {
		padding-bottom: 55%;
	}
}
@media only screen and (max-width: 767px) {
	.product-item.product-list .image {
		margin-bottom: 15px;
	}
}
@media only screen and (max-width: 575px) {
	.product-item.product-list .image {
		padding-bottom: 75%;
	}
}
@media only screen and (max-width: 479px) {
	.product-item.product-list .image {
		padding-bottom: 100%;
	}
}


.cart-list {
	height: 100%;
	padding: 0px 15px;
	max-height: calc(100vh - 210px);
	overflow-y: scroll
}

.cart-item {
	padding: 15px 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	border-bottom: 1px solid var(--border)
}

.cart-item:hover .cart-media button {
	-webkit-transform: scale(1);
	transform: scale(1)
}

.cart-item:last-child {
	border-bottom: none
}

.cart-media {
	position: relative;
	margin-right: 25px
}

.cart-media a img {
	width: 100px;
	border-radius: 8px
}

.cart-media button {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border-radius: 8px;
	background: rgba(0, 0, 0, 0.2);
	-webkit-transform: scale(0);
	transform: scale(0);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.cart-media button i {
	width: 32px;
	height: 32px;
	font-size: 18px;
	line-height: 32px;
	text-align: center;
	border-radius: 5px;
	display: inline-block;
	color: var(--red);
	background: rgba(255, 255, 255, 0.9);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.cart-media button i:hover {
	color: var(--white);
	background: var(--red)
}

.cart-info-group {
	width: 100%
}

.cart-info {
	margin-bottom: 13px
}

.cart-info h6 {
	font-weight: 400;
}

.cart-info h6 a {
	color: var(--heading)
}

.cart-info p {
	font-size: 14px
}

.cart-action-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.cart-action-group .product-action {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.cart-action-group .product-action button i {
	width: 30px;
	height: 30px;
	font-size: 12px;
	line-height: 30px;
	border-radius: 5px
}

.cart-action-group .product-action input {
	width: 45px;
	height: 30px;
	font-size: 14px;
	border-radius: 5px;
	color: var(--primary);
	background: var(--chalk)
}

.cart-action-group h6 {
	font-weight: 500;
	color: var(--primary)
}

.cart-footer {
	padding: 20px 15px 0px;
	text-align: center;
	-webkit-box-shadow: 0px -3px 7px 0px rgba(0, 0, 0, 0.08);
	box-shadow: 0px -3px 7px 0px rgba(0, 0, 0, 0.08)
}

.coupon-btn {
	font-weight: 500;
	margin-bottom: 20px;
	color: var(--primary);
	text-shadow: var(--primary-tshadow)
}

.coupon-btn:hover {
	text-decoration: underline
}

.coupon-form {
	padding: 3px;
	border-radius: 8px;
	margin-bottom: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 1px solid var(--border);
	-webkit-box-shadow: 0px 7px 13px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 7px 13px 0px rgba(0, 0, 0, 0.1);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s;
	display: none
}

.coupon-form:focus-within {
	border-color: var(--primary)
}

.coupon-form input {
	width: 100%;
	height: 38px;
	padding: 0px 15px
}

.coupon-form button span {
	width: 100px;
	height: 38px;
	font-size: 14px;
	line-height: 38px;
	border-radius: 8px;
	display: block;
	text-align: center;
	text-transform: uppercase;
	color: var(--white);
	background: var(--primary)
}

.cart-checkout-btn {
	padding: 10px 0px;
	border-radius: 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}
.product-item.product-list .image:before {
	display: none;
}
.product-item.product-list .content {
	padding: 0;
	border: none;
}
.product-item.product-list .content .ratting {
	margin-bottom: 5px;
}
@media only screen and (min-width: 376px) {
	.product-item.product-list .content h6 {
		font-size: 18px;
	}
}
.product-item.product-list .content hr {
	margin-bottom: 20px;
}
.product-item.product-list .content .cart-btns .theme-btn {
	font-size: 14px;
	margin-top: 10px;
	padding: 9px 20px;
	border-radius: 3px;
	margin-right: 10px;
}
@media only screen and (max-width: 375px) {
	.product-item.product-list .content .cart-btns .theme-btn {
		margin-bottom: 10px;
	}
}
.product-item.product-list .content .cart-btns .theme-btn i {
	margin-top: -1px;
	margin-right: 5px;
}
@media only screen and (min-width: 376px) {
	.product-item.product-list .content .cart-btns br {
		display: none;
	}
}
.product-item.product-list .content .cart-btns button {
	width: 43px;
	height: 43px;
	font-size: 18px;
	margin-top: 10px;
	line-height: 43px;
	text-align: center;
	margin-right: 10px;
	background: var(--lighter-color);
}

/* Product Style Two */
.product-item-two {
	padding: 15px 10px 35px;
	border: 1px solid var(--border-color);
}
@media only screen and (max-width: 479px) {
	.product-item-two {
		max-width: 300px;
		margin-left: auto;
		margin-right: auto;
	}
}
.product-item-two .image {
	position: relative;
	margin-bottom: 15px;
	padding-bottom: 100%;
}
.product-item-two .image img {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-height: 100%;
}
.product-item-two .image .badges {
	position: absolute;
	left: -10px;
	top: 4px;
	z-index: 2;
}
.ct-image .badges {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
}
.ct-image .badges span, .product-item-two .image .badges span {
	color: white;
	font-size: 13px;
	font-weight: 500;
	padding: 5px 10px;
	border-radius: 3px;
	text-transform: uppercase;
}
.ct-image .badges span:not(:last-child), .product-item-two .image .badges span:not(:last-child) {
	margin-right: 3px;
}
.product-item-two .image .social-style-two {
	position: absolute;
	left: 25px;
	opacity: 0;
	bottom: 8%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.product-item-two .image .social-style-two a {
	margin: 5px 0 0;
	border: 1px solid var(--border-color);
}
.product-item-two .image .social-style-two a:hover {
	border-color: var(--primary-color);
}
.social-style-two .fa-heart {
	position: relative;
	top: -4px;
}
.product-item-two .content {
	position: relative;
}
.product-item-two .content .category {
	font-size: 14px;
	margin-bottom: 6px;
	display: inline-block;
}
.product-item-two .content .ratting {
	margin-bottom: 8px;
}
.product-item-two .content .prices {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.product-item-two .content .prices del, .pr-price del {
	color: #AAAAAA;
	margin-right: 5px;
}
.product-item-two .content .prices b {
	font-size: 18px;
	font-weight: 500;
	color: var(--heading-color);
}
.product-item-two .content .add-to-cart {
	left: 0;
	bottom: 0;
	opacity: 0;
	color: white;
	font-size: 14px;
	font-weight: 500;
	padding: 7px 17px;
	border-radius: 5px;
	position: absolute;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	text-transform: uppercase;
	background: var(--primary-color);
}
.product-item-two .content .add-to-cart i {
	font-size: 16px;
	margin-right: 5px;
}
.product-item-two:hover .social-style-two {
	left: 0;
	opacity: 1;
}
.product-item-two:hover .add-to-cart {
	opacity: 1;
	bottom: -29px;
	width: 100%;
	display: flex;
	justify-content: center;
}

.product-tab-slider .slick-list {
	padding-right: 3px;
	margin-right: -3px;
	padding-bottom: 1px;
}
.product-tab-slider .slick-list .product-item-two {
	margin: 0 -1px -1px 0;
	height: calc(100% + 1px);
	width: calc(100% + 1px) !important;
}

.products-tab-slider-part {
	position: relative;
}
.products-tab-slider-part .arrows-btn-one {
	position: absolute;
	top: 6px;
	right: 0;
}
@media only screen and (max-width: 575px) {
	.products-tab-slider-part .tab-content {
		max-width: 300px;
	}
}

.tab-and-arrow {
	margin-right: 35px;
}

/* product of the month tab */
.month-product-tab-part .arrows-btn-one {
	position: absolute;
	right: 15px;
	top: 6px;
}

@media only screen and (max-width: 575px) {
	.month-product-tab-slider {
		max-width: 300px;
	}
}

.month-product-tab-slider .slick-list {
	padding-right: 5px;
	margin-right: -5px;
	padding-bottom: 1px;
}
@media only screen and (max-width: 575px) {
	.month-product-tab-slider .slick-list {
		margin-right: -1px;
		padding-right: 1px;
	}
}

.month-product-tab-slider .slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.month-product-tab-slider .slick-track .slick-slide {
	height: auto;
}
.month-product-tab-slider .slick-track .slick-slide > div {
	height: 50%;
}
.month-product-tab-slider .slick-track .slick-slide > div .product-item-two {
	margin: 0 -1px -1px 0;
	height: calc(100% + 1px);
	width: calc(100% + 1px) !important;
}

/* Product Item Three */
.product-item-three {
	padding: 30px;
	height: 100%;
	margin: 0 -1px -1px 0;
	border: 1px solid var(--border-color);
}
@media only screen and (min-width: 376px) {
	.product-item-three {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}
@media only screen and (max-width: 479px) {
	.product-item-three {
		padding-left: 20px;
		padding-right: 20px;
	}
}
.product-item-three .image {
	width: 30%;
	margin-right: 5%;
}
@media only screen and (max-width: 375px) {
	.product-item-three .image {
		width: auto;
		margin-right: 0;
		margin-bottom: 15px;
	}
}
.product-item-three .content .category {
	font-size: 14px;
	margin-bottom: 4px;
	display: inline-block;
}
.product-item-three .content h6 {
	margin-bottom: 6px;
}
.product-item-three .content .prices {
	margin-top: 4px;
}
.product-item-three .content .prices del {
	color: #AAAAAA;
}
.product-item-three .content .prices b {
	font-size: 18px;
	font-weight: 500;
	color: var(--heading-color);
}

.new-popular-brand {
	padding: 30px;
	background: white;
}
@media only screen and (max-width: 479px) {
	.new-popular-brand {
		padding-left: 20px;
		padding-right: 20px;
	}
}
.new-popular-brand .slick-list {
	padding-right: 2px;
	margin-right: -2px;
	padding-bottom: 1px;
}
.new-popular-brand .product-item-three {
	width: calc(100% + 1px) !important;
}
@media only screen and (min-width: 376px) {
	.new-popular-brand .product-item-three {
		height: 182px;
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
}

.new-popular-brand-area .new-popular-brand-bg {
	position: absolute;
	width: 100%;
	height: 133%;
	left: 0;
	bottom: 0;
	z-index: -1;
}

/* Product Item Four */
.most-best-top-wrap {
	padding: 30px 35px;
	border: 1px solid var(--border-color);
}
@media only screen and (max-width: 375px) {
	.most-best-top-wrap {
		padding-left: 25px;
		padding-right: 25px;
	}
}
.most-best-top-wrap .title-with-btn h5 {
	margin-top: -4px;
}
.most-best-top-wrap .product-item-four {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.product-item-four {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 20px;
	padding-top: 20px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-top: 1px solid var(--border-color);
}
.product-item-four .image {
	width: 100px;
	height: 100px;
	padding: 10px;
	margin-right: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: var(--lighter-color);
}
@media only screen and (max-width: 375px) {
	.product-item-four .image {
		width: 90px;
		margin-right: 15px;
	}
}
.product-item-four .content .ratting {
	margin-bottom: 7px;
}
.product-item-four .content .ratting .rated {
	color: var(--heading-color);
}
.product-item-four .content h6 {
	margin-bottom: 7px;
}
@media only screen and (max-width: 375px) {
	.product-item-four .content h6 {
		font-size: 14px;
	}
}
.product-item-four .content .prices {
	font-size: 18px;
	font-weight: 500;
	color: var(--primary-color);
}

/* Best Seller Products */
.best-seller-products {
	border-radius: 5px;
	padding: 45px 28px 30px;
	border: 2px solid var(--primary-color);
}

.best-seller-btns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.best-seller-btns button {
	padding: 0;
	color: #888888;
	background: transparent;
}
.best-seller-btns .dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	margin-left: 8px;
	margin-right: 8px;
	background: #D9D9D9;
}

.best-seller-item .image {
	text-align: center;
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 75px;
	border-bottom: 1px solid var(--border-color);
}
.best-seller-item .image .offer-text {
	position: absolute;
	left: 22%;
	bottom: 35px;
	color: white;
	width: 100px;
	height: 100px;
	padding: 10px;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: var(--primary-color);
	font-family: "Montserrat", sans-serif;
}

.best-seller-item .content .category {
	font-size: 14px;
}

.best-seller-item .content h5 {
	margin-bottom: 6px;
}

.best-seller-item .content .status {
	display: block;
	margin-bottom: 12px;
}
.best-seller-item .content .status span {
	color: #04BA01;
	font-size: 16px;
	font-weight: 500;
}

.best-seller-item .content .prices {
	font-size: 18px;
	margin-bottom: 22px;
}
.best-seller-item .content .prices b {
	font-weight: 600;
	margin-right: 10px;
	color: var(--primary-color);
}
.best-seller-item .content .prices del {
	color: #AAAAAA;
}

.best-seller-item .content .availabe {
	display: block;
	font-size: 16px;
	margin-bottom: 10px;
}

.best-seller-item .content .progress {
	height: 10px;
	border-radius: 5px;
	margin-bottom: 30px;
	background: var(--lighter-color);
}
.best-seller-item .content .progress .progress-bar {
	border-radius: 5px;
	background: var(--primary-color);
}

.best-seller-item .content .hurrry-up-text {
	font-size: 16px;
	font-weight: 500;
}

.best-seller-item .content .count-down {
	margin-top: 5px;
	margin-bottom: 15px;
}

.best-seller-item.style-two {
	padding: 35px;
	border-radius: 5px;
	margin-bottom: 30px;
	border: 2px solid var(--primary-color);
}
@media only screen and (min-width: 480px) {
	.best-seller-item.style-two {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}
@media only screen and (max-width: 375px) {
	.best-seller-item.style-two {
		padding-left: 25px;
		padding-right: 25px;
	}
}
.best-seller-item.style-two .image {
	padding: 0;
	border: none;
	max-width: 36%;
	margin: 0 7% 0 0;
}
@media only screen and (max-width: 479px) {
	.best-seller-item.style-two .image {
		max-width: none;
		margin: 0 0 20px;
	}
}
.best-seller-item.style-two .content .category {
	margin-bottom: 5px;
	display: inline-block;
}
.best-seller-item.style-two .content .ratting {
	margin-bottom: 8px;
}
.best-seller-item.style-two .content .prices {
	margin-bottom: 12px;
}
@media only screen and (min-width: 376px) {
	.best-seller-item.style-two .content .count-down {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
}
.best-seller-item.style-two .content .count-down li {
	color: white;
	background: var(--heading-color);
}
.best-seller-item.style-two .content .count-down li span {
	color: white;
}

/* New Top Products */
.new-top-products {
	padding: 30px;
	border: 1px solid var(--border-color);
}
@media only screen and (max-width: 375px) {
	.new-top-products {
		padding-left: 15px;
		padding-right: 15px;
	}
}

/* Deal of day */
.deal-of-day-slider {
	margin-left: -15px;
	margin-right: -15px;
}
.deal-of-day-slider .best-seller-item {
	margin-left: 15px;
	margin-right: 15px;
}

/* Top Selling Product */
.top-selling-product-slider {
	margin-left: -15px;
	margin-right: -15px;
}
@media only screen and (max-width: 575px) {
	.top-selling-product-slider {
		max-width: 80%;
		margin:0 auto;
	}
}
.top-selling-product-slider .slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.top-selling-product-slider .product-item-two {
	border: none;
	height: auto;
	background: white;
	margin-left: 15px;
	margin-right: 15px;
	border-radius: 0.55rem;
}
@media only screen and (max-width: 575px) {
	.top-selling-product-slider .product-item-two {
		max-width: 100%;
	}
}

/* Recent View Slider */
@media only screen and (max-width: 575px) {
	.recent-view-slider {
		max-width: 350px;
	}
}

.recent-view-slider .slick-list {
	padding-right: 3px;
	margin-right: -3px;
	padding-bottom: 1px;
}
.recent-view-slider .slick-list .product-item-two {
	height: auto;
	margin: 0 -1px -1px 0;
	width: calc(100% + 1px);
}
@media only screen and (max-width: 479px) {
	.recent-view-slider .slick-list .product-item-two {
		max-width: 100%;
	}
}

.recent-view-slider .slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

/* Shop Shorter */
.shop-shorter {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.shop-shorter .sort-text {
	margin-right: auto;
}
.shop-shorter .grid-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: 30px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media only screen and (max-width: 767px) {
	.shop-shorter .grid-list {
		margin-right: 0;
	}
}
.shop-shorter .grid-list li {
	margin-left: 10px;
}
.shop-shorter .grid-list li a {
	width: 40px;
	height: 40px;
	font-size: 18px;
	line-height: 40px;
	text-align: center;
	color: var(--heading-color);
	display: inline-block;
	background: var(--lighter-color);
}
.shop-shorter .grid-list li a.active {
	color: white;
	background: var(--heading-color);
}
.shop-shorter .products-dropdown {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.shop-shorter .products-dropdown .sort-by {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	font-weight: 500;
	margin-right: 15px;
	color: var(--heading-color);
}
.shop-shorter .products-dropdown .nice-select {
	font-size: 14px;
	border-radius: 0;
	min-width: 200px;
	padding: 10px 45px 10px 15px;
}
.shop-shorter .products-dropdown .nice-select:after {
	width: 7px;
	height: 7px;
	right: 15px;
	margin-top: -5px;
	border-width: 1px;
}

/* Shop Category */
.shop-category-active {
	border: 1px dashed;
}
.shop-category-active .shop-category-item {
	margin-left: 50px;
	margin-right: 50px;
}
.shop-category-active .slick-arrow {
	z-index: 1;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	position: absolute;
	border-radius: 50%;
	width: 45px;
	height: 45px;
	background: white;
	line-height: 45px;
	border-radius: 50%;
	text-align: center;
	top: calc(50% - 22.5px);
	-webkit-box-shadow: 0px 0px 10px rgba(44, 45, 54, 0.1);
	box-shadow: 0px 0px 10px rgba(44, 45, 54, 0.1);
}
.shop-category-active .slick-arrow:hover {
	color: white;
	background: var(--primary-color);
}
.shop-category-active .slick-arrow.shop-category-prev {
	left: -22.5px;
}
.shop-category-active .slick-arrow.shop-category-next {
	right: -22.5px;
}

.shop-category-item {
	text-align: center;
	padding-bottom: 30px;
}
.shop-category-item .icon {
	width: 100px;
	height: 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50%;
	margin-bottom: 22px;
	margin-left: auto;
	margin-right: auto;
}

/* Product Filter Area */
/*******************************************************/
/********************** ## About ***********************/
/*******************************************************/
.about-content {
	max-width: 555px;
}

.about-images {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.about-images .image {
	width: calc(50% - 10px);
}
.about-images .image img {
	width: 100%;
}
.about-images .logo {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 33%;
}
.about-images .logo img {
	border-radius: 50%;
}

.mission-vision-content .section-title {
	max-width: 500px;
}

.mission-vision-content .tab-btn-one button {
	border-radius: 0;
	border: 1px solid var(--border-color);
}
@media only screen and (min-width: 576px) {
	.mission-vision-content .tab-btn-one button {
		padding: 11px 20px;
	}
}
@media only screen and (max-width: 375px) {
	.mission-vision-content .tab-btn-one button {
		margin-right: 5px;
		padding-left: 13px;
		padding-right: 13px;
	}
}
.mission-vision-content .tab-btn-one button:hover, .mission-vision-content .tab-btn-one button.active {
	color: white;
	background: var(--primary-color);
	border-color: var(--primary-color);
}

/*******************************************************/
/********************** ## Offers **********************/
/*******************************************************/
.sale-offer-left {
	-webkit-transform: rotate(-5.24deg);
	-ms-transform: rotate(-5.24deg);
	transform: rotate(-5.24deg);
}

.sale-offer-right {
	-webkit-transform: rotate(5.24deg);
	-ms-transform: rotate(5.24deg);
	transform: rotate(5.24deg);
}

.sale-offer-left,
.sale-offer-right {
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	background: white;
	padding: 20px 20px 40px;
}
.sale-offer-left img,
.sale-offer-right img {
	width: 100%;
}
.sale-offer-left:hover,
.sale-offer-right:hover {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}

.sale-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	line-height: 1;
	font-size: 100px;
	font-weight: 500;
	text-align: right;
	color: transparent;
	padding-right: 35px;
	letter-spacing: 5px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-text-stroke: 1px;
	text-transform: uppercase;
	-webkit-text-stroke-color: black;
}
@media only screen and (max-width: 1199px) {
	.sale-text {
		font-size: 70px;
	}
}
@media only screen and (max-width: 575px) {
	.sale-text {
		font-size: 55px;
		padding-right: 0;
	}
}
@media only screen and (max-width: 375px) {
	.sale-text {
		text-align: center;
		margin-bottom: 25px;
	}
}

.sale-offer-details {
	padding-left: 38px;
	margin-left: -18px;
	text-transform: uppercase;
	border-left: 2px solid var(--border-color);
}
@media only screen and (max-width: 575px) {
	.sale-offer-details {
		padding-left: 18px;
	}
}
@media only screen and (max-width: 375px) {
	.sale-offer-details {
		text-align: center;
	}
}
.sale-offer-details h4 {
	font-size: 30px;
	margin-bottom: 0;
}
.sale-offer-details .percent-text {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-bottom: 15px;
}
.sale-offer-details .percent-text .percentage {
	font-size: 120px;
	font-weight: 700;
	line-height: 1.05;
	color: var(--primary-color);
	font-family: "Montserrat", sans-serif;
}
@media only screen and (max-width: 1399px) {
	.sale-offer-details .percent-text .percentage {
		font-size: 110px;
	}
}
@media only screen and (max-width: 1199px) {
	.sale-offer-details .percent-text .percentage {
		font-size: 70px;
	}
}
@media only screen and (max-width: 479px) {
	.sale-offer-details .percent-text .percentage {
		font-size: 55px;
	}
}
.sale-offer-details .percent-text .after {
	width: 15px;
	font-size: 30px;
	margin-left: 5px;
	font-weight: 800;
	line-height: 0.95;
	word-break: break-all;
	color: var(--heading-color);
	font-family: "Montserrat", sans-serif;
}
@media only screen and (max-width: 1199px) {
	.sale-offer-details .percent-text .after {
		font-size: 20px;
	}
}
.sale-offer-details h5 {
	margin-bottom: 30px;
}
.sale-offer-details h5 span {
	color: var(--base-color);
}

/* Popular Product Offer */
.popular-product-offer {
	padding: 50px;
	margin-bottom: 30px;
	background-size: cover;
	height: calc(50% - 30px);
	background-position: center center;
}
@media only screen and (max-width: 991px) {
	.popular-product-offer {
		padding-bottom: 30%;
	}
}
@media only screen and (max-width: 479px) {
	.popular-product-offer {
		padding: 50px 25px 30%;
	}
}
.popular-product-offer .content {
	max-width: 280px;
}
.popular-product-offer .content .sub-title {
	font-weight: 600;
	margin-bottom: 5px;
	color: var(--heading-color);
	display: inline-block;
	text-transform: uppercase;
}
.popular-product-offer .content h3 {
	margin-bottom: 20px;
	letter-spacing: -2px;
	text-transform: uppercase;
}
@media only screen and (max-width: 479px) {
	.popular-product-offer .content h3 {
		font-size: 30px;
	}
}
.popular-product-offer .content.ms-auto {
	max-width: 190px;
}
.popular-product-offer.style-two {
	padding: 80px;
	border-radius: 5px;
	margin-bottom: 30px;
	height: calc(100% - 30px);
}
@media only screen and (max-width: 767px) {
	.popular-product-offer.style-two {
		padding-left: 35px;
		padding-right: 35px;
	}
}
.popular-product-offer.style-two .content.text-white .sub-title {
	color: white;
	font-weight: 500;
	margin-bottom: 15px;
}
.popular-product-offer.style-two .content.text-white .sub-title.yellow {
	color: #FED604;
}
.popular-product-offer.style-two .content.text-white .price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 20px;
	font-weight: 500;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 25px;
}
.popular-product-offer.style-two .content.text-white .price .h4 {
	color: white;
	font-size: 30px;
	margin-bottom: 0;
	margin-left: 10px;
}

/* Popular Product Offer Three */
.popular-product-offer-three {
	padding: 55px 60px 50px;
	margin-bottom: 30px;
	border-radius: 5px;
	background-size: cover;
	height: calc(100% - 30px);
	background-position: center center;
}
@media only screen and (max-width: 479px) {
	.popular-product-offer-three {
		padding-left: 25px;
		padding-right: 25px;
	}
}
.popular-product-offer-three .content .sub-title {
	color: white;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 12px;
	display: inline-block;
	text-transform: uppercase;
}
.popular-product-offer-three .content .sub-title.yellow {
	color: #FED604;
}
.popular-product-offer-three .content h3 {
	margin-bottom: 22px;
	text-transform: uppercase;
}
@media only screen and (max-width: 575px) {
	.popular-product-offer-three .content h3 {
		font-size: 30px;
	}
}
.popular-product-offer-three .content h4 {
	font-weight: 300;
	text-transform: uppercase;
}

.new-and-charger-area {
	z-index: 1;
	position: relative;
}
.new-and-charger-area::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	z-index: -1;
	top: 0;
	left: 0;
	opacity: 1;
	background-color: var(--lighter-color);
}
.new-and-charger-area:before {
	height: 125px;
}

/* CountDown Offer */
.count-down {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -5px;
	margin-right: -5px;
}
.count-down li {
	margin: 5px;
	padding: 10px;
	font-size: 12px;
	min-width: 53px;
	font-weight: 500;
	line-height: 1.5;
	border-radius: 3px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-transform: uppercase;
	background: var(--lighter-color);
}
.count-down li span {
	font-size: 18px;
	color: var(--heading-color);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.countdown-offer-inner {
		padding-left: 50px;
		padding-right: 50px;
	}
}

@media only screen and (max-width: 575px) {
	.countdown-offer-inner {
		padding-left: 50px;
		padding-right: 50px;
	}
}

@media only screen and (max-width: 479px) {
	.countdown-offer-inner {
		padding-left: 25px;
		padding-right: 25px;
	}
}

.countdown-offer-inner .count-down {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.countdown-offer-inner .count-down li {
	color: white;
	padding: 16px;
	line-height: 1.1;
	font-size: 14px;
	min-width: 80px;
	background: var(--primary-color);
}
.countdown-offer-inner .count-down li span {
	color: white;
	font-size: 30px;
	margin-bottom: 5px;
}

/* CTA Offer */
.cta-offer {
	margin-top: 60px;
	padding-bottom: 150px;
	height: calc(100% - 90px);
	background-position: top center;
}
@media only screen and (max-width: 375px) {
	.cta-offer {
		padding-left: 25px;
		padding-right: 25px;
	}
}

/* CTA Offer two */
.cta-offer-two {
	text-align: center;
	padding: 40px 25px 230px;
}
.cta-offer-two .section-title .sub-title {
	font-size: 16px;
}
@media only screen and (min-width: 376px) {
	.cta-offer-two .section-title h3 {
		font-size: 30px;
	}
}
.cta-offer-two .starting-from {
	font-size: 16px;
	font-weight: 500;
	color: var(--heading-color);
}
.cta-offer-two .starting-from span {
	color: white;
	font-size: 20px;
	margin-left: 10px;
	font-weight: 700;
	padding: 5px 15px;
	border-radius: 5px;
	background: var(--primary-color);
}

/* Slider Offer */
.slider-offer-part {
	border-radius: 5px;
	margin-bottom: 30px;
	padding: 40px 40px 30px;
	height: calc(100% - 30px);
}
@media only screen and (max-width: 479px) {
	.slider-offer-part {
		padding-left: 25px;
		padding-right: 25px;
	}
}
.slider-offer-part .content h3, .slider-offer-part .content .h4, .slider-offer-part .content h5 {
	font-weight: 500;
}
.slider-offer-part .content h3 {
	font-size: 30px;
	margin-top: 5px;
}
@media only screen and (max-width: 375px) {
	.slider-offer-part .content h3 {
		font-size: 25px;
	}
}
.slider-offer-part .image {
	position: relative;
}
.slider-offer-part .image .offer-text {
	position: absolute;
	left: 0;
	top: 20px;
	color: white;
	width: 100px;
	height: 100px;
	padding: 10px;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: var(--primary-color);
	font-family: "Montserrat", sans-serif;
}

/* Offer Style Two */
.offer-style-two {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-radius: 5px;
	padding: 85px 40px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 30px;
	background-size: cover;
	height: calc(100% - 30px);
	background-position: center;
}
@media only screen and (max-width: 375px) {
	.offer-style-two {
		padding-left: 25px;
		padding-right: 25px;
	}
}
.offer-style-two .content {
	max-width: 160px;
}
.offer-style-two .content .sub-title {
	font-weight: 500;
	margin-bottom: 8px;
	display: inline-block;
	text-transform: uppercase;
}
.offer-style-two .content h2 {
	margin-bottom: 10px;
	text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
	.offer-style-two .content h2 {
		font-size: 45px;
	}
}
@media only screen and (max-width: 479px) {
	.offer-style-two .content h2 {
		font-size: 35px;
	}
}
.offer-style-two .content h3 {
	margin-bottom: 10px;
	text-transform: uppercase;
}
@media only screen and (max-width: 479px) {
	.offer-style-two .content h3 {
		font-size: 30px;
	}
}
.offer-style-two .content h5, .offer-style-two .content .h5 {
	color: white;
	font-weight: 500;
	margin-bottom: 11px;
	display: inline-block;
	text-transform: uppercase;
}
.offer-style-two .content h4 {
	font-weight: 500;
	margin-bottom: 15px;
}
@media only screen and (max-width: 479px) {
	.offer-style-two .content h4 {
		font-size: 20px;
	}
}
.offer-style-two .content .theme-btn {
	margin-top: 12px;
}
.offer-style-two.big-item {
	position: relative;
}
@media only screen and (min-width: 480px) {
	.offer-style-two.big-item {
		padding-left: 60px;
		padding-right: 60px;
	}
}
.offer-style-two.big-item .content {
	max-width: 385px;
}
.offer-style-two.big-item .badge {
	padding: 0;
	margin-top: auto;
	margin-bottom: -30px;
}
@media only screen and (max-width: 767px) {
	.offer-style-two.big-item .badge {
		position: absolute;
		bottom: 50px;
		right: 30px;
		max-width: 25%;
	}
}

/*******************************************************/
/******************** ## Instagram *********************/
/*******************************************************/
.instagram-item {
	margin-bottom: 30px;
	z-index: 1;
	position: relative;
}
.instagram-item::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	z-index: -1;
	top: 0;
	left: 0;
	opacity: 0;
	background-color: var(--heading-color);
}
.instagram-item img {
	width: 100%;
}
.instagram-item:before {
	z-index: 2;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.instagram-item .instagram-btn {
	opacity: 0;
	font-size: 20px;
	background: white;
	padding: 15px 30px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 30px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 3;
}
.instagram-item .instagram-btn i {
	margin-right: 8px;
	color: var(--primary-color);
}
.instagram-item:hover .instagram-btn {
	opacity: 1;
}
.instagram-item:hover:before {
	opacity: 0.2;
}

/*******************************************************/
/******************* ## Contact Info *******************/
/*******************************************************/
.info-wrap {
	padding: 75px 50px 44px;
	border: 1px dashed var(--border-color);
}
@media only screen and (max-width: 375px) {
	.info-wrap {
		padding-left: 25px;
		padding-right: 25px;
	}
}

.info-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 30px;
}
.info-item .icon {
	line-height: 1;
	font-size: 50px;
	margin-right: 20px;
	color: var(--heading-color);
}
.info-item .content h6 {
	font-size: 18px;
	text-transform: uppercase;
}
.info-item .content p {
	font-size: 16px;
	line-height: 27px;
	margin-bottom: 0;
}
.info-item.style-two {
	min-width: 300px;
	padding: 22px 30px;
	border-radius: 3px;
	background: var(--lighter-color);
}
@media only screen and (max-width: 375px) {
	.info-item.style-two {
		min-width: auto;
		padding-left: 15px;
		padding-right: 15px;
	}
}
.info-item.style-two .content h6 {
	text-transform: capitalize;
}
.info-item.style-two.color-two {
	background: #FFF3EE;
}
.info-item.style-two.color-two .icon {
	color: #6534CE;
}
.info-item.style-three {
	margin-top: 30px;
	margin-bottom: 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.info-item.style-three .icon {
	margin-bottom: 5px;
	color: var(--primary-color);
}
.info-item.style-three h5 {
	margin-bottom: 10px;
}
.info-item.style-four {
	margin-bottom: 45px;
}
@media only screen and (max-width: 375px) {
	.info-item.style-four {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
.info-item.style-four .icon {
	width: 70px;
	height: 70px;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	font-size: 45px;
	line-height: 70px;
	border-radius: 5px;
	text-align: center;
	margin-bottom: 15px;
	color: var(--primary-color);
	background: var(--lighter-color);
}
.info-item.style-four h6 {
	font-weight: 700;
	margin-bottom: 10px;
}

/* Login Form */
.login-image img {
	width: 100%;
}

@media only screen and (max-width: 575px) {
	.login-form {
		padding-left: 25px;
		padding-right: 25px;
	}
}

.login-form .title {
	text-transform: uppercase;
}

.login-form .social-medias {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -10px;
}
.login-form .social-medias a {
	-webkit-box-flex: 1;
	-ms-flex: 1 1;
	flex: 1 1;
	color: white;
	font-weight: 500;
	border-radius: 3px;
	padding: 12px 20px;
	margin-right: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 10px;
	background: var(--primary-color);
	text-transform: capitalize;
}
.login-form .social-medias a i {
	margin-right: 8px;
}
.login-form .social-medias a.facebook {
	background: #3B5998;
}
.login-form .social-medias a.twitter {
	background: #139AF0;
}

.login-form .form-group {
	margin-bottom: 15px;
}
.login-form .form-group label {
	margin-bottom: 7px;
}
.login-form .form-group input {
	border-radius: 0;
	padding: 15px 20px;
	background: transparent;
}

.login-form b {
	font-weight: 500;
}

.login-form .theme-btn {
	border-radius: 0;
}

.login-form .have-account a {
	color: var(--primary-color);
}

/* Contact Page */
.contact-info-inner {
	padding: 38px 50px;
	background: var(--lighter-color);
}
@media only screen and (max-width: 375px) {
	.contact-info-inner {
		padding-left: 25px;
		padding-right: 25px;
	}
}
.contact-info-inner li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.62;
	color: var(--heading-color);
}
.contact-info-inner li i {
	margin-top: 5px;
	margin-right: 15px;
	color: var(--primary-color);
}
.contact-info-inner li a:not(:hover) {
	color: var(--heading-color);
}
.contact-info-inner li:not(:last-child) {
	margin-bottom: 35px;
}

.live-chat-btn {
	font-size: 14px;
	padding: 16px 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-transform: uppercase;
	border: 1px solid var(--border-color);
}
.live-chat-btn i {
	font-size: 20px;
	margin-right: 10px;
	color: var(--primary-color);
}

.comment-form .form-group,
.contact-page-form .form-group {
	margin-bottom: 25px;
}

.comment-form label,
.contact-page-form label {
	font-weight: 400;
}

.comment-form input[type=checkbox],
.contact-page-form input[type=checkbox] {
	margin-top: 7px;
	margin-right: 10px;
}

.comment-form .theme-btn,
.contact-page-form .theme-btn {
	border-radius: 0;
	padding: 18px 44px;
}

.location-map iframe {
	height: 600px;
}
@media only screen and (max-width: 1399px) {
	.location-map iframe {
		height: 500px;
	}
}
@media only screen and (max-width: 991px) {
	.location-map iframe {
		height: 400px;
	}
}
@media only screen and (max-width: 575px) {
	.location-map iframe {
		height: 350px;
	}
}

/*******************************************************/
/*********************** ## Blog ***********************/
/*******************************************************/
.journal-item {
	position: relative;
	margin-bottom: 30px;
}
.journal-item .image img {
	width: 100%;
}
.journal-item .content {
	padding: 28px 35px;
	border: 1px solid var(--border-color);
}
@media only screen and (max-width: 375px) {
	.journal-item .content {
		padding-left: 25px;
		padding-right: 25px;
	}
}
.journal-item .content .blog-meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	line-height: 1;
	font-size: 14px;
	font-weight: 500;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-bottom: 5px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-transform: uppercase;
}
.journal-item .content .blog-meta li {
	margin-bottom: 10px;
}
.journal-item .content .blog-meta li:not(:last-child) {
	margin-right: 5px;
	padding-right: 5px;
	border-right: 2px solid var(--border-color);
}
.journal-item .content h6 {
	line-height: 1.6;
	font-weight: 600;
	margin-bottom: 15px;
	text-transform: uppercase;
}
@media only screen and (min-width: 376px) {
	.journal-item .content h6 {
		font-size: 18px;
	}
}
.journal-item.style-two .content {
	padding: 33px;
}
.journal-item.style-three .image {
	position: relative;
}
.journal-item.style-three .image:before {
	position: absolute;
	content: '';
	z-index: 1;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: -webkit-linear-gradient(87.52deg, rgba(0, 0, 0, 0.5) 39.72%, rgba(0, 0, 0, 0) 43.79%);
	background: -o-linear-gradient(87.52deg, rgba(0, 0, 0, 0.5) 39.72%, rgba(0, 0, 0, 0) 43.79%);
	background: linear-gradient(2.48deg, rgba(0, 0, 0, 0.5) 39.72%, rgba(0, 0, 0, 0) 43.79%);
}
.journal-item.style-three .content {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: 2;
	border: none;
}
.journal-item.style-three .content * {
	color: white;
}
.journal-item.style-three .content .read-more:before {
	background: white;
}
.journal-item.style-three .content .blog-meta li {
	border-color: white;
}
.journal-item.style-three .content h6 a:hover,
.journal-item.style-three .content .read-more:hover,
.journal-item.style-three .content .blog-meta li a:hover {
	color: var(--primary-color);
}

/* Blog Standard */
.blog-standart-item .image img,
.blog-details-content .image img {
	width: 100%;
}

.blog-standart-item .content .blog-meta,
.blog-details-content .content .blog-meta {
	top: -25px;
	font-size: 14px;
	font-weight: 500;
	background: white;
	margin-left: 25px;
	position: relative;
	margin-right: 14px;
	margin-bottom: -5px;
	padding-right: 20px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	text-transform: uppercase;
	-webkit-box-shadow: 0px 4px 10px rgba(129, 134, 159, 0.12);
	box-shadow: 0px 4px 10px rgba(129, 134, 159, 0.12);
}
@media only screen and (max-width: 375px) {
	.blog-standart-item .content .blog-meta,
	.blog-details-content .content .blog-meta {
		margin-left: 14px;
	}
}
.blog-standart-item .content .blog-meta .tag,
.blog-details-content .content .blog-meta .tag {
	color: white;
	padding: 12px 22px;
	margin-right: 20px;
	background: var(--primary-color);
}
.blog-standart-item .content .blog-meta a,
.blog-details-content .content .blog-meta a {
	display: inline-block;
}
.blog-standart-item .content .blog-meta span,
.blog-details-content .content .blog-meta span {
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}

.blog-standart-item .content h2,
.blog-details-content .content h2 {
	margin-bottom: 20px;
	text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
	.blog-standart-item .content h2,
	.blog-details-content .content h2 {
		font-size: 35px;
	}
}
@media only screen and (max-width: 575px) {
	.blog-standart-item .content h2,
	.blog-details-content .content h2 {
		font-size: 30px;
	}
}
@media only screen and (max-width: 375px) {
	.blog-standart-item .content h2,
	.blog-details-content .content h2 {
		font-size: 25px;
	}
}

.blog-standart-item {
	margin-bottom: 50px;
}
.blog-standart-item .content p {
	margin-bottom: 28px;
}
.blog-standart-item .content .blog-btn {
	font-size: 14px;
	font-weight: 500;
	padding: 11px 22px;
	display: inline-block;
	text-transform: uppercase;
	border: 1px solid var(--border-color);
}

.blog-video {
	position: relative;
}
.blog-video .video-play {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/* Blog Grid */
.blog-grid-item {
	text-align: center;
	margin-bottom: 45px;
}
.blog-grid-item .image img {
	width: 100%;
}
.blog-grid-item .content {
	max-width: 360px;
	margin-left: auto;
	margin-right: auto;
}
.blog-grid-item .content .blog-meta {
	top: -25px;
	font-size: 14px;
	font-weight: 500;
	background: white;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	padding: 12px 20px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-transform: uppercase;
	-webkit-box-shadow: 0px 4px 10px rgba(129, 134, 159, 0.12);
	box-shadow: 0px 4px 10px rgba(129, 134, 159, 0.12);
}
.blog-grid-item .content .blog-meta li a:not(:hover) {
	color: var(--heading-color);
}
.blog-grid-item .content .blog-meta li:not(:last-child):after {
	content: '|';
	margin-left: 3px;
	margin-right: 3px;
}
.blog-grid-item .content h5 {
	margin-bottom: 15px;
}
@media only screen and (max-width: 375px) {
	.blog-grid-item .content h5 {
		font-size: 18px;
	}
}
.blog-grid-item .content p {
	margin-bottom: 15px;
}
.blog-grid-item .content .blog-btn {
	font-size: 14px;
	font-weight: 600;
	display: inline-block;
	text-transform: uppercase;
}
.blog-grid-item .content .blog-btn:hover {
	text-decoration: underline;
}
.blog-grid-item .content .blog-btn:not(:hover) {
	color: #1B1C29;
}

/* Blog Details */
.blog-details-content .content .blog-meta {
	margin-bottom: 5px;
}

.blog-details-content .content p a {
	color: var(--primary-color);
}
.blog-details-content .content p a:not(:hover) {
	text-decoration: underline;
}

.blog-details-content .content p, .blog-details-content .content h4, .blog-details-content .content .image, .blog-details-content .content blockquote {
	margin-bottom: 25px;
}

.blog-details-content .content blockquote {
	position: relative;
	padding-left: 80px;
}
.blog-details-content .content blockquote h6 {
	font-weight: 700;
	line-height: 1.65;
}
@media only screen and (min-width: 480px) {
	.blog-details-content .content blockquote h6 {
		font-size: 18px;
	}
}
.blog-details-content .content blockquote .blockquote-footer {
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
}
.blog-details-content .content blockquote:before {
	left: 0;
	top: 15px;
	font-weight: 300;
	content: '\f10d';
	font-size: 55px;
	position: absolute;
	color: var(--primary-color);
	font-family: 'Font Awesome 5 Pro';
}
@media only screen and (max-width: 575px) {
	.blog-details-content .content blockquote {
		padding-left: 50px;
	}
	.blog-details-content .content blockquote:before {
		font-size: 35px;
	}
}

.tag-share {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-top: 1px solid var(--border-color);
	border-bottom: 1px solid var(--border-color);
}
.tag-share .tags {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.tag-share .tags h6 {
	margin-bottom: 0;
}
.tag-share .tags a {
	margin-left: 5px;
}
.tag-share .tags a:not(:last-child):after {
	content: ',';
}
.tag-share .share-icon a {
	font-size: 16px;
}
.tag-share .share-icon a:not(:last-child) {
	margin-right: 15px;
}

/* Comments */
.comment-body {
	margin-bottom: 80px;
}
@media only screen and (min-width: 768px) {
	.comment-body {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}
.comment-body .author-thumb {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	max-width: 120px;
	margin-right: 30px;
}
@media only screen and (max-width: 767px) {
	.comment-body .author-thumb {
		margin-bottom: 20px;
	}
}
.comment-body .author-thumb img {
	border-radius: 5px;
}
.comment-body .content .comment-header {
	margin-bottom: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.comment-body .content .comment-header h6 {
	font-weight: 700;
	margin-bottom: 5px;
}
@media only screen and (min-width: 376px) {
	.comment-body .content .comment-header h6 {
		font-size: 18px;
	}
}
.comment-body .content .comment-header .date,
.comment-body .content .comment-header .rool,
.comment-body .content .comment-header .reply {
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
}
.comment-body .content p {
	margin-bottom: 0;
}
.comment-body.child-comment {
	margin-left: 110px;
}
@media only screen and (max-width: 479px) {
	.comment-body.child-comment {
		margin-left: 30px;
	}
}

.author-comment .comment-body {
	background: var(--lighter-color);
}
.author-comment .comment-body .author-thumb {
	margin: 0;
	max-width: 180px;
}
@media only screen and (max-width: 767px) {
	.author-comment .comment-body .author-thumb {
		max-width: none;
		padding: 30px 30px 0;
	}
}
.author-comment .comment-body .author-thumb img {
	border-radius: 0;
}
.author-comment .comment-body .content {
	padding: 30px;
}
.author-comment .comment-body .content .rool {
	margin-bottom: 5px;
	display: inline-block;
}

/*******************************************************/
/*********************** ## CTA ***********************/
/*******************************************************/
@media only screen and (max-width: 479px) {
	.cta-wrap {
		padding-left: 35px;
		padding-right: 35px;
	}
}

/* Product Month CTA */
.product-of-the-month-cta {
	height: calc(100% - 30px);
	padding: 50px 22px 200px;
	border-radius: 5px;
}
.product-of-the-month-cta .content {
	max-width: 335px;
	margin-left: auto;
	margin-right: auto;
}
.product-of-the-month-cta .content .sub-title {
	font-weight: 500;
	margin-bottom: 5px;
	display: inline-block;
	color: var(--heading-color);
	text-transform: uppercase;
}
.product-of-the-month-cta .content h3 {
	text-transform: uppercase;
}
@media only screen and (max-width: 575px) {
	.product-of-the-month-cta .content h3 {
		font-size: 30px;
	}
}
@media only screen and (max-width: 375px) {
	.product-of-the-month-cta .content h3 {
		font-size: 25px;
	}
}
.product-of-the-month-cta .content p {
	font-size: 18px;
	font-weight: 500;
	margin-top: 12px;
	margin-bottom: 25px;
}

.cta-inner-content .h4 {
	font-weight: 500;
	text-transform: uppercase;
}

/* CTA Three */
.cta-content-three .section-title .h4 {
	color: #FFC926;
	font-weight: 500;
	text-transform: capitalize;
}

.cta-content-three h3 {
	font-weight: 500;
	text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
	.cta-content-three h3 {
		font-size: 30px;
	}
}
@media only screen and (max-width: 575px) {
	.cta-content-three h3 {
		font-size: 25px;
	}
}

.cta-content-three .theme-btn {
	border-radius: 25px;
}

/*******************************************************/
/*********************** ## Team ***********************/
/*******************************************************/
.team-item {
	text-align: center;
	margin-bottom: 30px;
}
.team-item .image {
	position: relative;
	margin-bottom: 20px;
}
.team-item .image img {
	border-radius: 5px;
}
.team-item .image .social-style-two {
	bottom: 60px;
	left: 50%;
	width: 95%;
	opacity: 0;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	position: absolute;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transform: translate(-50%);
	-ms-transform: translate(-50%);
	transform: translate(-50%);
}
.team-item .image .social-style-two a {
	width: 42px;
	height: 42px;
	line-height: 42px;
	border-radius: 3px;
}
.team-item .content h5 {
	margin-bottom: 5px;
}
.team-item:hover .social-style-two {
	bottom: 30px;
	opacity: 1;
}

/*******************************************************/
/******************** ## Client Logo *******************/
/*******************************************************/
.client-logo-item {
	margin-bottom: 30px;
	text-align: center;
}
.client-logo-item img {
	display: inline-block;
}

.client-logo-wrap {
	margin-left: -15px;
	margin-right: -15px;
}
.client-logo-wrap .client-logo-item {
	margin-left: 15px;
	margin-right: 15px;
}

/* Client Logo */
.client-logo-two {
	padding: 30px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	position: relative;
	text-align: center;
	margin: 0 -1px -1px 0;
	border: 1px solid var(--border-color);
}
.client-logo-two img {
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	display: inline-block;
	-webkit-filter: contrast(0.25);
	filter: contrast(0.25);
}
.client-logo-two:hover {
	z-index: 2;
	border-color: var(--primary-color);
}
.client-logo-two:hover img {
	-webkit-filter: contrast(1);
	filter: contrast(1);
}

.client-logo-two-wrap .slick-list {
	padding-bottom: 1px;
	padding-right: 3px;
	margin-right: -3px;
}

.client-logo-two-wrap .slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.client-logo-two-wrap .slick-track .client-logo-two {
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

/* Popular Brands */
.popular-brands-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-left: -10px;
	margin-right: -10px;
}
.popular-brands-inner .popular-brand-item {
	padding: 22px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
	width: calc(20% - 20px);
	border: 1px solid var(--border-color);
}
@media only screen and (max-width: 1199px) {
	.popular-brands-inner .popular-brand-item {
		width: calc(25% - 20px);
	}
}
@media only screen and (max-width: 991px) {
	.popular-brands-inner .popular-brand-item {
		width: calc(33.3333% - 20px);
	}
}
@media only screen and (max-width: 479px) {
	.popular-brands-inner .popular-brand-item {
		width: calc(50% - 20px);
	}
}

/*******************************************************/
/***************** ## Product Details ******************/
/*******************************************************/
/* Preview Images */
.preview-images-wrap {
	position: relative;
	background: var(--lighter-color);
}
.preview-images-wrap .preview-image-item .image {
	position: relative;
	padding-bottom: 125%;
}
.preview-images-wrap .preview-image-item .image img {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 80%;
	max-height: 80%;
}
.preview-images-wrap .badges {
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.product-info .badges span {
	color: white;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.5;
	padding: 3px 10px;
	border-radius: 3px;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.preview-images-wrap .add-wishlist {
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 2;
	font-size: 20px;
	width: 50px;
	height: 50px;
	background: white;
	line-height: 50px;
	border-radius: 50%;
	text-align: center;
}
.preview-images-wrap .add-wishlist:hover {
	color: white;
	background: var(--primary-color);
}
@media only screen and (min-width: 1200px) {
	.preview-images-wrap.style-two {
		margin-right: -65px;
	}
}

.preview-images {
	background: var(--lighter-color);
}
.preview-images .preview-image-item .image {
	position: relative;
	padding-bottom: 100%;
}
.preview-images .preview-image-item .image img {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/* Thumb Images */
.thumb-images {
	margin-left: -10px;
	margin-right: -10px;
}
.thumb-images .thumb-image-item {
	margin-left: 10px;
	margin-right: 10px;
}
.thumb-images .thumb-image-item .image {
	position: relative;
	padding-bottom: 100%;
	background: var(--lighter-color);
}
.thumb-images .thumb-image-item .image img {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.thumb-images .slick-arrow {
	position: absolute;
	left: 25px;
	top: 50%;
	z-index: 2;
	font-size: 18px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	background: transparent;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.thumb-images .slick-arrow.product-thumb-next {
	left: auto;
	right: 25px;
}
.thumb-images .slick-arrow:focus, .thumb-images .slick-arrow:hover {
	color: var(--primary-color);
}

/* Thumb Images Two */
.thumb-images-two {
	height: calc(100% - 10px);
}
@media only screen and (min-width: 1200px) {
	.thumb-images-two {
		margin-left: 65px;
	}
}
@media only screen and (max-width: 767px) {
	.thumb-images-two {
		margin-left: -10px;
		margin-right: -10px;
	}
}
.thumb-images-two .thumb-item {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	position: relative;
	margin-bottom: 20px;
	background: var(--lighter-color);
}
@media only screen and (max-width: 767px) {
	.thumb-images-two .thumb-item {
		padding-bottom: 25%;
		margin-left: 10px;
		margin-right: 10px;
	}
}
.thumb-images-two .thumb-item img {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 60%;
	max-height: 60%;
}

/* Product Details content */
.product-details-content .in-stock {
	color: white;
	font-size: 14px;
	padding: 0 10px;
	font-weight: 500;
	border-radius: 3px;
	background: #0CC281;
	margin-bottom: 10px;
	display: inline-block;
}

.product-details-content b {
	font-weight: 500;
	margin-bottom: 10px;
	display: inline-block;
	color: var(--heading-color);
}

.product-details-content h5 {
	font-size: 18px;
	margin-bottom: 13px;
}

.product-details-content .price-vat {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.product-details-content .price-vat .price {
	font-size: 20px;
	font-weight: 700;
	margin-right: 10px;
	color: var(--primary-color);
	font-family: "Montserrat", sans-serif;
}
.product-details-content .price-vat .vat-text {
	font-size: 14px;
}
.product-details-content .price-vat del {
	color: #AAAAAA;
	font-size: 20px;
}

.product-details-content .radio-item {
	position: relative;
	display: inline-block;
	margin: 0 10px 10px 0;
}
.product-details-content .radio-item input {
	position: absolute;
	z-index: -1;
}
.product-details-content .radio-item input:checked ~ label {
	border-color: var(--primary-color);
}
.product-details-content .radio-item label {
	padding: 10px;
	margin-bottom: 0;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	background: white;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 1px solid var(--border-color);
}

.product-details-content .custom-products-color {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.product-details-content .custom-products-color .radio-item label {
	width: 70px;
	height: 74px;
}

.product-details-content .custom-products-size {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.product-details-content .custom-products-size .radio-item label {
	width: 50px;
	height: 50px;
}

.product-details-content .realtime span {
	color: white;
	padding: 3px 8px;
	margin-left: 5px;
	margin-right: 5px;
	border-radius: 3px;
	background: var(--primary-color);
}

.product-details-content .theme-btn {
	border-radius: 3px;
}

.product-details-content .quantity-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 10px;
}
.product-details-content .quantity-btn .quantity-input {
	border-radius: 3px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.product-details-content .quantity-btn .theme-btn {
	width: 100%;
	margin-bottom: 10px;
}
.product-details-content .quantity-btn.style-two {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.product-details-content .quantity-btn.style-two .quantity-input {
	max-width: 120px;
}
.product-details-content .quantity-btn.style-two .theme-btn {
	width: auto;
	margin-right: 10px;
}
.product-details-content .quantity-btn.style-two .btns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.product-details-content .quantity-btn.style-two .btns button {
	width: 54px;
	height: 54px;
	font-size: 18px;
	line-height: 54px;
	border-radius: 3px;
	text-align: center;
	background: var(--lighter-color);
}
.product-details-content .quantity-btn.style-two .btns button:not(:last-child) {
	margin-right: 10px;
}

.product-details-content .compare-shipping-question {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.product-details-content .compare-shipping-question li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: 15px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.product-details-content .compare-shipping-question li:last-child {
	margin-left: auto;
}
.product-details-content .compare-shipping-question li i {
	margin-right: 5px;
	color: var(--primary-color);
}

.product-details-content .sku-category-tags li {
	margin-bottom: 10px;
}
.product-details-content .sku-category-tags li b {
	margin-bottom: 0;
}
.product-details-content .sku-category-tags li a:not(:last-child):after {
	content: ',';
}

.product-details-content .sku-category-tags.inline {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.product-details-content .sku-category-tags.inline li {
	margin-right: 10px;
}

.product-details-content .social-share {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -5px -5px 0;
}
.product-details-content .social-share a {
	color: white;
	padding: 10px;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	font-size: 14px;
	line-height: 1.44;
	border-radius: 3px;
	margin: 0 5px 5px 0;
	background: var(--primary-color);
}
.product-details-content .social-share a.facebook {
	background: #3B5998;
}
.product-details-content .social-share a.twitter {
	background: #139AF0;
}
.product-details-content .social-share a.instagram {
	background: #E70C88;
}

.quantity-input {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 140px;
	padding: 10px 15px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid var(--border-color);
}
.quantity-input input {
	border: none;
	font-size: 18px;
	font-weight: 500;
	padding: 4px 15px;
	text-align: center;
}
.quantity-input button {
	font-size: 25px;
	background: transparent;
}

/* Product Preview Three */
@media only screen and (min-width: 576px) {
	.thumbnail-and-preview {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

@media only screen and (min-width: 576px) {
	.thumbnail-and-preview .thumb-images-three {
		width: 20%;
	}
}

@media only screen and (max-width: 575px) {
	.thumbnail-and-preview .thumb-images-three {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		margin-right: -10px;
	}
}

.thumbnail-and-preview .thumb-images-three .thumb-item {
	height: 110px;
	padding: 10px;
	margin-right: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 10px;
	background: var(--lighter-color);
}
@media only screen and (max-width: 575px) {
	.thumbnail-and-preview .thumb-images-three .thumb-item {
		height: auto;
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
	}
}

@media only screen and (min-width: 576px) {
	.thumbnail-and-preview .preview-images-wrap.style-three {
		width: calc(100% - 110px);
	}
}

.thumbnail-and-preview .preview-images-wrap.style-three .preview-image-item .image {
	padding-bottom: 130%;
}

/* Product Details Info */
.product-details-info .info-item.style-two {
	min-width: auto;
	padding: 30px 25px;
	margin-bottom: 20px;
}
@media only screen and (max-width: 375px) {
	.product-details-info .info-item.style-two {
		padding-left: 20px;
		padding-right: 20px;
	}
}
.product-details-info .info-item.style-two .icon {
	font-size: 35px;
	margin-top: 5px;
	margin-right: 15px;
	color: var(--primary-color);
}

/* Product Details Info Two */
.product-details-info-two {
	padding: 30px;
	background: var(--lighter-color);
}
.product-details-info-two .info-item {
	min-width: auto;
	margin-bottom: 0;
}
.product-details-info-two .info-item:not(:last-child) {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #E3E3E3;
}
.product-details-info-two .info-item .content h6 {
	text-transform: capitalize;
}
.product-details-info-two .info-item .content p {
	font-size: 15px;
}
.product-details-info-two .info-item .icon {
	font-size: 35px;
	margin-top: 5px;
	margin-right: 15px;
	color: var(--primary-color);
}

/* Product Description Tab */
.product-description-tab {
	border: 1px solid var(--border-color);
}
.product-description-tab .nav {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	margin: -1px;
}
.product-description-tab .nav .nav-link {
	font-weight: 600;
	padding: 17px 33px;
	background: transparent;
	border-right: 1px solid var(--border-color);
	border-bottom: 1px solid var(--border-color);
}
@media only screen and (max-width: 767px) {
	.product-description-tab .nav .nav-link {
		padding: 10px 20px;
	}
}
.product-description-tab .nav .nav-link.active {
	color: white;
	background: var(--primary-color);
	border-color: var(--primary-color);
}
.product-description-tab .tab-content {
	padding: 30px;
}
@media only screen and (max-width: 575px) {
	.product-description-tab .tab-content {
		padding-left: 20px;
		padding-right: 20px;
	}
}
.product-description-tab .tab-content .tab-pane p:not(:last-child) {
	margin-bottom: 20px;
}
.product-description-tab .tab-content .tab-pane p:last-child {
	margin-bottom: 0;
}

/* Product Description Tab Two */
.product-des-two-tab .tab-content p, .product-des-two-tab .tab-content h1, .product-des-two-tab .tab-content h2, .product-des-two-tab .tab-content h3, .product-des-two-tab .tab-content h4, .product-des-two-tab .tab-content h5, .product-des-two-tab .tab-content h6 {
	margin-bottom: 20px;
}

/* Product Details Bottom */
.product-detail-bottom .content h4 {
	margin-bottom: 25px;
}

.product-detail-bottom .content p:not(:last-child) {
	margin-bottom: 25px;
}

/* Related Product Slider */
.related-product-slider {
	margin-left: -15px;
	margin-right: -15px;
}
@media only screen and (max-width: 575px) {
	.related-product-slider {
		max-width: 350px;
		margin-left: auto;
		margin-right: auto;
	}
}
.related-product-slider .product-item {
	margin-left: 15px;
	margin-right: 15px;
}
@media only screen and (max-width: 575px) {
	.related-product-slider .product-item {
		max-width: none;
		margin-left: 0;
		margin-right: 0;
	}
}

/* Related Product Two Slider */
@media only screen and (max-width: 575px) {
	.related-product-two-slider {
		max-width: 350px;
	}
}

.related-product-two-slider .slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.related-product-two-slider .slick-list {
	padding-right: 2px;
	margin-right: -2px;
	padding-bottom: 1px;
}

.related-product-two-slider .product-item-two {
	margin: 0 -1px -1px 0;
	height: auto;
	max-width: none;
}

.recommended-item-area .product-item-two {
	margin: 0 -1px -1px 0;
	height: calc(100% + 1px);
}

/*******************************************************/
/******************* ## Work Process *******************/
/*******************************************************/
.work-process-item {
	text-align: center;
	margin-bottom: 50px;
}
.work-process-item .icon {
	z-index: 1;
	width: 120px;
	height: 120px;
	font-size: 55px;
	line-height: 120px;
	position: relative;
	color: var(--primary-color);
	display: inline-block;
	margin-bottom: 45px;
}
.work-process-item .icon:before {
	content: '';
	width: 100%;
	height: 100%;
	z-index: -1;
	left: 0;
	top: 0;
	background: white;
	position: absolute;
	border-radius: 35px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.work-process-item .icon:after {
	width: 50px;
	height: 50px;
	top: -10px;
	right: -10px;
	color: white;
	font-size: 20px;
	font-weight: 700;
	line-height: 45px;
	border-radius: 50%;
	position: absolute;
	border: 4px solid white;
	background: var(--heading-color);
	content: attr(data-number);
}
.work-process-item h4 {
	margin-bottom: 20px;
	text-transform: capitalize;
}

.work-process-arrow {
	color: #E7E7E7;
	line-height: 1;
	font-size: 123px;
	text-align: center;
}
.work-process-arrow i {
	left: 50%;
	position: relative;
	display: inline-block;
	-webkit-transform: translate(-50%);
	-ms-transform: translate(-50%);
	transform: translate(-50%);
}

/*******************************************************/
/******************* ## Cart Checkout ******************/
/*******************************************************/
.cart-table table {
	width: 100%;
	border: 1px solid var(--border-color);
}
@media only screen and (max-width: 767px) {
	.cart-table table thead {
		display: none;
	}
}
.cart-table table tr {
	border-bottom: 1px solid var(--border-color);
}
.cart-table table tr th {
	font-weight: 700;
	padding: 20px 30px;
	color: var(--heading-color);
	font-family: "Montserrat", sans-serif;
}
.cart-table table tr th:last-child {
	text-align: right;
}
.cart-table table tr td {
	padding: 30px;
}
.cart-table table tr td:last-child {
	text-align: right;
}
@media only screen and (max-width: 767px) {
	.cart-table table tr td:last-child {
		padding-top: 0;
		text-align: center;
	}
}
.cart-table table tr td:last-child .price {
	font-size: 18px;
	font-weight: 500;
	margin-right: 5px;
	color: var(--heading-color);
}
.cart-table table tr td:last-child button {
	color: #888888;
	background: transparent;
}
.cart-table table tr td .image {
	padding: 5px;
	height: 120px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: var(--lighter-color);
}
.cart-table table tr td b {
	font-weight: 500;
	color: var(--heading-color);
}
.cart-table table tr td .quantity-input {
	margin: auto;
}
@media only screen and (min-width: 768px) {
	.cart-table table tr td .quantity-input {
		padding: 10px;
		max-width: 80px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.cart-table table tr td .quantity-input input {
		padding: 10px 5px;
	}
}
.cart-table table tbody tr:last-child {
	border-bottom: none;
}
@media only screen and (max-width: 767px) {
	.cart-table table tbody tr {
		display: -ms-grid;
		display: grid;
	}
}
@media only screen and (min-width: 768px) {
	.cart-table table tbody tr td:nth-child(1) {
		padding-right: 0;
	}
	.cart-table table tbody tr td:nth-child(3) {
		padding-left: 0;
	}
}
@media only screen and (max-width: 767px) {
	.cart-table table tbody tr td:nth-child(2) {
		padding-top: 0;
		padding-bottom: 0;
		text-align: center;
	}
}

.update-shopping .theme-btn {
	border-radius: 0;
}
.update-shopping .theme-btn:not(:last-child) {
	margin-right: 7px;
}

.cart-total,
.order-summery {
	padding: 30px;
	border: 1px solid var(--border-color);
}
.cart-total .title,
.order-summery .title {
	margin-bottom: 35px;
	padding-bottom: 12px;
	text-transform: capitalize;
	border-bottom: 1px solid var(--border-color);
}
.cart-total table,
.order-summery table {
	width: 100%;
	margin-bottom: 30px;
}
.cart-total table tr td,
.order-summery table tr td {
	font-size: 16px;
	padding-bottom: 22px;
}
.cart-total table tr td:first-child,
.order-summery table tr td:first-child {
	font-weight: 500;
	color: var(--heading-color);
}
.cart-total table tr td:last-child,
.order-summery table tr td:last-child {
	text-align: right;
}
.cart-total table tr td strong,
.order-summery table tr td strong {
	font-size: 18px;
	font-weight: 500;
}
.cart-total table tr td .price,
.order-summery table tr td .price {
	font-size: 20px;
	font-weight: 500;
	color: var(--primary-color);
}
.cart-total table tr:last-child,
.order-summery table tr:last-child {
	border-top: 1px solid var(--border-color);
	border-bottom: 1px solid var(--border-color);
}
.cart-total table tr:last-child td,
.order-summery table tr:last-child td {
	padding-top: 25px;
	padding-bottom: 8px;
}
.cart-total .form-group input,
.order-summery .form-group input {
	margin-right: 5px;
}
.cart-total .form-group label,
.order-summery .form-group label {
	font-weight: 400;
}
.cart-total .theme-btn,
.order-summery .theme-btn {
	border-radius: 3px;
}

.cart-note .form-group,
.order-summery .form-group,
.billing-address .form-group,
.shipping-calculate .form-group {
	margin-bottom: 20px;
}
.cart-note .form-group:after,
.order-summery .form-group:after,
.billing-address .form-group:after,
.shipping-calculate .form-group:after {
	display: block;
	clear: both;
	content: "";
}
.cart-note .form-group input,
.cart-note .form-group textarea,
.cart-note .form-group .nice-select,
.order-summery .form-group input,
.order-summery .form-group textarea,
.order-summery .form-group .nice-select,
.billing-address .form-group input,
.billing-address .form-group textarea,
.billing-address .form-group .nice-select,
.shipping-calculate .form-group input,
.shipping-calculate .form-group textarea,
.shipping-calculate .form-group .nice-select {
	font-size: 15px;
	border-radius: 0;
	line-height: 1.6;
	padding: 15px 20px;
}
.cart-note .form-group .nice-select:after,
.order-summery .form-group .nice-select:after,
.billing-address .form-group .nice-select:after,
.shipping-calculate .form-group .nice-select:after {
	border-width: 1px;
}
.cart-note .form-group.coupon,
.order-summery .form-group.coupon,
.billing-address .form-group.coupon,
.shipping-calculate .form-group.coupon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.cart-note .form-group.coupon input,
.order-summery .form-group.coupon input,
.billing-address .form-group.coupon input,
.shipping-calculate .form-group.coupon input {
	margin-right: 10px;
}
.cart-note .form-group.coupon .theme-btn,
.order-summery .form-group.coupon .theme-btn,
.billing-address .form-group.coupon .theme-btn,
.shipping-calculate .form-group.coupon .theme-btn {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
}

.cart-note label,
.order-summery label,
.billing-address label,
.shipping-calculate label {
	margin-bottom: 10px;
	text-transform: capitalize;
}

.cart-note .title,
.order-summery .title,
.billing-address .title,
.shipping-calculate .title {
	font-weight: 700;
	margin-bottom: 15px;
}
@media only screen and (min-width: 376px) {
	.cart-note .title,
	.order-summery .title,
	.billing-address .title,
	.shipping-calculate .title {
		font-size: 18px;
	}
}

.cart-note .theme-btn,
.order-summery .theme-btn,
.billing-address .theme-btn,
.shipping-calculate .theme-btn {
	border-radius: 0;
}

.billing-address .click-for-login {
	font-weight: 500;
	padding: 22px 30px;
	background: var(--lighter-color);
}
.billing-address .click-for-login i {
	margin-right: 5px;
}
.billing-address .click-for-login a {
	color: var(--primary-color);
}

@media only screen and (max-width: 375px) {
	.order-summery {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.order-summery table tr:last-child td {
	padding-bottom: 25px;
}

.order-summery-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 25px;
	padding-bottom: 10px;
	border-bottom: 1px solid var(--border-color);
}
.order-summery-item .image {
	width: 100px;
	height: 100px;
	padding: 15px;
	margin-right: 25px;
	margin-bottom: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: var(--lighter-color);
}
@media only screen and (max-width: 375px) {
	.order-summery-item .image {
		width: 80px;
		height: 80px;
		margin-right: 10px;
	}
}
.order-summery-item h6 {
	margin-right: auto;
	margin-bottom: 15px;
}
.order-summery-item .price {
	margin-left: 15px;
	margin-bottom: 15px;
}

/*******************************************************/
/******************* ## Testimonials *******************/
/*******************************************************/
.testimonial-item {
	background: white;
	padding: 40px 50px;
	text-align: center;
	border-radius: 5px;
	margin-bottom: 30px;
}
@media only screen and (max-width: 479px) {
	.testimonial-item {
		padding-left: 25px;
		padding-right: 25px;
	}
}
.testimonial-item .author {
	max-width: 90px;
	margin-bottom: 10px;
	display: inline-block;
}
.testimonial-item .author img {
	border-radius: 50%;
}
.testimonial-item .ratting {
	margin-bottom: 13px;
}
.testimonial-item .ratting i {
	font-size: 13px;
}
.testimonial-item h5 {
	margin-top: 20px;
	margin-bottom: 5px;
}

.testimonials-active {
	margin-left: -15px;
	margin-right: -15px;
}
.testimonials-active .testimonial-item {
	margin-left: 15px;
	margin-right: 15px;
}
.testimonials-active .slick-dots {
	margin-top: 5px;
}
.testimonials-active .slick-dots li {
	width: 12px;
	height: 12px;
}
.testimonials-active .slick-dots li.slick-active {
	width: 40px;
	border-radius: 6px;
}

.video-section-area {
	z-index: 1;
	position: relative;
}
.video-section-area::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	z-index: -1;
	top: 0;
	left: 0;
	opacity: 1;
	background-color: var(--lighter-color);
}
.video-section-area:before {
	height: 40%;
}

/* Feedback */
.feedback-active {
	margin-left: -15px;
	margin-right: -15px;
}
.feedback-active .feedback-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: 15px;
	margin-right: 15px;
}
.feedback-active .slick-arrow {
	top: 40%;
	z-index: 1;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	font-size: 55px;
	position: absolute;
	background: transparent;
}
@media only screen and (max-width: 479px) {
	.feedback-active .slick-arrow {
		font-size: 35px;
	}
}
.feedback-active .slick-arrow:focus, .feedback-active .slick-arrow:hover {
	color: var(--primary-color);
}
.feedback-active .slick-arrow.feedback-prev {
	right: calc(100% + 25px);
}
@media only screen and (max-width: 1599px) {
	.feedback-active .slick-arrow.feedback-prev {
		right: calc(100% - 45px);
	}
}
.feedback-active .slick-arrow.feedback-next {
	left: calc(100% + 25px);
}
@media only screen and (max-width: 1599px) {
	.feedback-active .slick-arrow.feedback-next {
		left: calc(100% - 45px);
	}
}

.feedback-item {
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: white;
	position: relative;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 35px;
	margin-bottom: 70px;
	padding: 50px 30px 50px 70px;
}
@media only screen and (max-width: 767px) {
	.feedback-item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
@media only screen and (max-width: 479px) {
	.feedback-item {
		padding-left: 50px;
	}
}
.feedback-item .content {
	margin-right: 30px;
}
@media only screen and (max-width: 767px) {
	.feedback-item .content {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		margin-right: 0;
		margin-top: 20px;
	}
}
.feedback-item .content p {
	line-height: 1.68;
	margin-bottom: 10px;
}
@media only screen and (min-width: 480px) {
	.feedback-item .content p {
		font-size: 18px;
	}
}
.feedback-item .content .author {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.feedback-item .content .author h6 {
	margin-right: 5px;
	margin-top: 10px;
	margin-bottom: 0;
}
@media only screen and (min-width: 480px) {
	.feedback-item .content .author h6 {
		font-size: 18px;
	}
}
.feedback-item .content .author span {
	margin-top: 10px;
}
.feedback-item .image {
	width: 36%;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
}
.feedback-item:before {
	content: '';
	left: 35px;
	top: -20px;
	z-index: -2;
	position: absolute;
	width: calc(100% - 70px);
	height: calc(100% + 90px);
	background: url(../../images/testimonials/feedback-shape.png) no-repeat;
	background-size: 100% 100%;
}
.feedback-item:after {
	content: '';
	width: 50%;
	height: 100%;
	background: white;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}

/*******************************************************/
/***************** ## Sidebar Widgets *****************/
/*******************************************************/
.widget {
	padding: 35px;
	border: 1px solid var(--border-color);
}
@media only screen and (max-width: 1199px) {
	.widget {
		padding-left: 25px;
		padding-right: 25px;
	}
}
.widget:not(:last-child) {
	margin-bottom: 30px;
}

.widget-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 18px;
	font-weight: 700;
	position: relative;
	margin-bottom: 28px;
	text-transform: capitalize;
}
.widget-title:after, .widget-title:before {
	content: '';
	height: 2px;
	background: var(--primary-color);
}
.widget-title:before {
	width: 20px;
	margin-top: 12px;
	margin-right: 10px;
}
.widget-title:after {
	position: absolute;
	width: 12px;
	left: 8px;
	top: 7px;
}

.widget-search {
	padding: 5px;
}
.widget-search form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.widget-search form input {
	border: none;
	padding: 15px 20px;
}
.widget-search form button {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	width: 58px;
	height: 58px;
	color: white;
	line-height: 58px;
	text-align: center;
	border-radius: 3px;
	background: var(--primary-color);
}

.widget-menu ul li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-transform: capitalize;
}
.widget-menu ul li a:before {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	content: "\f111";
	margin-right: 10px;
	font-family: "Font Awesome 5 Pro";
}
.widget-menu ul li a span {
	margin-left: 5px;
}
.widget-menu ul li a:hover:before {
	content: '\f192';
	color: var(--primary-color);
}

.widget-menu ul li:not(:last-child) {
	margin-bottom: 15px;
}
.widget-menu ul li:not(:last-child) a {
	padding-bottom: 15px;
	border-bottom: 1px solid var(--border-color);
}
.widget-menu ul li:not(:last-child) a:hover {
	border-color: var(--primary-color);
}

.widget-category ul li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-transform: capitalize;
}
.widget-category ul li a:after {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	content: "\f0a9";
	margin-left: auto;
	font-family: "Font Awesome 5 Pro";
}
.widget-category ul li a span {
	margin-left: 5px;
	margin-right: 5px;
}

.widget-category ul li:not(:last-child) {
	margin-bottom: 15px;
}
.widget-category ul li:not(:last-child) a {
	padding-bottom: 15px;
	border-bottom: 1px solid var(--border-color);
}
.widget-category ul li:not(:last-child) a:hover {
	border-color: var(--primary-color);
}

.price-filter-wrap .btn-price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.price-filter-wrap .btn-price button {
	color: white;
	font-size: 14px;
	font-weight: 500;
	padding: 7px 18px;
	margin-right: 20px;
	text-transform: uppercase;
	background: var(--primary-color);
}
.price-filter-wrap .btn-price input {
	padding: 0;
	width: auto;
	border: none;
	font-size: 16px;
	font-weight: 500;
	color: var(--heading-color);
}

.ui-widget.ui-widget-content {
	height: 5px;
	border: none;
	cursor: pointer;
	margin-bottom: 35px;
	background: var(--border-color);
}

.ui-widget-header {
	background: var(--primary-color);
}

.ui-slider .ui-slider-handle {
	width: 15px;
	height: 15px;
	top: -5px;
	border: none;
	cursor: e-resize;
	border-radius: 50%;
	border: 2px solid white;
	background: var(--primary-color);
}

.widget-color ul li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-weight: 500;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.widget-color ul li a span {
	width: 15px;
	height: 15px;
	margin-right: 8px;
	border-radius: 50%;
	background: var(--lighter-color);
}
.widget-color ul li a span.pink {
	background: #FF9FF3;
}
.widget-color ul li a span.red {
	background: var(--primary-color);
}
.widget-color ul li a span.yellow {
	background: #FECA57;
}
.widget-color ul li a span.green {
	background: #1DD1A1;
}
.widget-color ul li a span.blue {
	background: #0ABDE3;
}
.widget-color ul li a:after {
	content: "\f105";
	margin-left: auto;
	font-family: "Font Awesome 5 Pro";
}

.widget-color ul li:not(:last-child) {
	margin-bottom: 14px;
	padding-bottom: 14px;
	border-bottom: 1px solid var(--border-color);
}

.widget-post ul > li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.widget-post ul > li .image {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	max-width: 100px;
	margin-right: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.widget-post ul > li .image {
		max-width: 80px;
		margin-right: 15px;
	}
}
@media only screen and (max-width: 375px) {
	.widget-post ul > li .image {
		max-width: 80px;
		margin-right: 15px;
	}
}
.widget-post ul > li .content b {
	display: block;
	font-weight: 500;
	font-size: 14px;
	margin-bottom: 5px;
}
.widget-post ul > li .content h6 {
	margin-bottom: 0;
	line-height: 1.65;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.widget-post ul > li .content h6 {
		font-size: 14px;
		line-height: 1.4;
	}
}
@media only screen and (max-width: 375px) {
	.widget-post ul > li .content h6 {
		font-size: 14px;
		line-height: 1.4;
	}
}
.widget-post ul > li:not(:last-child) {
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid var(--border-color);
}

.widget-products ul > li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.widget-products ul > li .image {
	width: 70px;
	height: 70px;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	padding: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-right: 20px;
	background: var(--lighter-color);
}
.widget-products ul > li:not(:last-child) {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid var(--border-color);
}

.tag-coulds {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -10px -10px 0;
}
.tag-coulds a {
	font-size: 14px;
	font-weight: 500;
	padding: 7px 25px;
	margin: 0 10px 10px 0;
	text-transform: capitalize;
	background: var(--lighter-color);
}
.tag-coulds a:hover {
	color: white;
	background: var(--primary-color);
}

.widget-cta {
	padding: 0;
	border: none;
}
.widget-cta .cta-widget-inner {
	padding: 45px;
	min-height: 515px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	background-size: cover;
	background-position: center;
}
.widget-cta .cta-widget-inner h2 {
	margin-bottom: 0;
	text-transform: uppercase;
}
.widget-cta .cta-widget-inner h2 a:not(:hover) {
	color: white;
}
@media only screen and (min-width: 576px) {
	.widget-cta .cta-widget-inner h2 {
		font-size: 50px;
	}
}

/* Shop Sidebar */
.shop-sidebar .widget {
	padding: 30px;
}
.shop-sidebar .widget .widget-title {
	font-weight: 600;
}

/*******************************************************/
/*********************** ## FAQs ***********************/
/*******************************************************/
.accordion .accordion-item {
	border: none;
	border-radius: 0;
	margin-bottom: 20px;
	background: var(--lighter-color);
}
.accordion .accordion-item .accordion-header > button {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 18px 25px;
	background: transparent;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.accordion .accordion-item .accordion-header > button .icon:before {
	content: '\f056';
	font-family: 'font awesome 5 pro';
}
.accordion .accordion-item .accordion-header > button.collapsed .icon:before {
	content: '\f055';
}
.accordion .accordion-item .accordion-body {
	padding: 0 25px 22px;
}

/* FAQ Page */
.faq-search form {
	padding: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 3px;
	border: 1px solid var(--border-color);
}
.faq-search form input {
	border: none;
	padding: 15px 25px;
}
.faq-search form button {
	width: 68px;
	height: 68px;
	color: white;
	line-height: 70px;
	text-align: center;
	border-radius: 3px;
	background: var(--primary-color);
}

.live-chat {
	border-radius: 3px;
	padding: 20px 40px;
	background: var(--lighter-color);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media only screen and (max-width: 767px) {
	.live-chat {
		padding: 35px;
		display: block;
		text-align: center;
	}
}
.live-chat .icon {
	width: 60px;
	height: 60px;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	color: white;
	font-size: 20px;
	line-height: 60px;
	margin-right: 20px;
	text-align: center;
	background: var(--primary-color);
}
@media only screen and (max-width: 767px) {
	.live-chat .icon {
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
	}
}
.live-chat .content {
	margin-right: auto;
}
.live-chat .content h6 {
	margin-top: 5px;
	margin-bottom: 5px;
}
@media only screen and (min-width: 576px) {
	.live-chat .content h6 {
		font-size: 18px;
	}
}
.live-chat .content p:last-child {
	margin-bottom: 0;
}
.live-chat .theme-btn {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	margin-left: 10px;
	border-radius: 3px;
	padding-left: 25px;
	padding-right: 25px;
}
@media only screen and (max-width: 767px) {
	.live-chat .theme-btn {
		margin: 20px 0 0;
	}
}

.faq-tabs {
	padding: 30px;
	border-radius: 3px;
	background: var(--heading-color);
}
.faq-tabs .title {
	color: white;
	margin-bottom: 28px;
}
.faq-tabs .accordion-item {
	margin-bottom: 0;
	background: transparent;
}
.faq-tabs .accordion-item .accordion-header > button {
	padding: 0;
	color: #B3B3B3;
	text-align: left;
	font-weight: 500;
	font-family: "Roboto", sans-serif;
	background: transparent;
}
.faq-tabs .accordion-item .accordion-header > button .icon:before {
	content: '\f106';
}
.faq-tabs .accordion-item .accordion-header > button.collapsed .icon:before {
	content: '\f107';
}
.faq-tabs .accordion-item .accordion-body {
	color: #B3B3B3;
	padding: 15px 0 0;
}
.faq-tabs .accordion-item .accordion-body .nav {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.faq-tabs .accordion-item .accordion-body .nav button {
	padding: 0;
	color: #B3B3B3;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	background-color: transparent;
}
.faq-tabs .accordion-item .accordion-body .nav button.active {
	color: var(--primary-color);
}
.faq-tabs .accordion-item .accordion-body .nav button:not(:last-child) {
	margin-bottom: 9px;
}
.faq-tabs .accordion-item:not(:last-child) {
	margin-bottom: 15px;
}
.faq-tabs .accordion-item:not(:last-child) > .accordion-header > button {
	padding-bottom: 15px;
	border-bottom: 1px solid #414141;
}
.faq-tabs .accordion-item:not(:last-child) .accordion-body {
	padding-bottom: 15px;
	border-bottom: 1px solid #414141;
}

@media only screen and (min-width: 376px) {
	.accordion-content .accordion-item .accordion-header {
		font-size: 18px;
	}
	.accordion-content .accordion-item .accordion-header > button {
		padding: 24px 30px;
	}
}

.accordion-content .accordion-item .accordion-header > button {
	text-align: left;
}
.accordion-content .accordion-item .accordion-header > button .icon {
	font-size: 16px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	margin-left: 5px;
	color: var(--primary-color);
}
.accordion-content .accordion-item .accordion-header > button.collapsed .icon {
	color: var(--base-color);
}

/*******************************************************/
/******************* ## Main Footer *******************/
/*******************************************************/
/* Footer Top */
.footer-top-newsletter {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border-radius: 5px;
	padding: 45px 60px 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.footer-top-newsletter.margined {
	-webkit-transform: translateY(-75px);
	-ms-transform: translateY(-75px);
	transform: translateY(-75px);
}
@media only screen and (max-width: 767px) {
	.footer-top-newsletter {
		padding-left: 35px;
		padding-right: 35px;
	}
}
@media only screen and (max-width: 375px) {
	.footer-top-newsletter {
		padding-left: 25px;
		padding-right: 25px;
	}
}
.footer-top-newsletter .newsletter-text {
	margin-bottom: 25px;
}
@media only screen and (min-width: 992px) {
	.footer-top-newsletter .newsletter-text {
		margin-right: 15px;
	}
}
.footer-top-newsletter .newsletter-text p {
	margin-bottom: 10px;
}
.footer-top-newsletter .newsletter-text h4 {
	margin-bottom: 0;
	text-transform: uppercase;
}
.footer-top-newsletter form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-width: 50%;
	margin-bottom: 15px;
}
@media only screen and (max-width: 479px) {
	.footer-top-newsletter form {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}
.footer-top-newsletter form .form-group {
	width: 100%;
	margin-bottom: 10px;
	position: relative;
}
@media only screen and (min-width: 480px) {
	.footer-top-newsletter form .form-group {
		margin-right: 10px;
	}
}
.footer-top-newsletter form .form-group label {
	position: absolute;
	top: 18px;
	right: 25px;
	color: var(--primary-color);
}
.footer-top-newsletter form .theme-btn {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	margin-bottom: 10px;
}
.footer-top-newsletter form .theme-btn:hover {
	background: var(--heading-color);
}

/* Footer Widgets */
.footer-widget {
	margin-bottom: 40px;
}

.footer-title {
	margin-bottom: 25px;
	text-transform: uppercase;
}
@media only screen and (min-width: 376px) {
	.footer-title {
		font-size: 18px;
	}
}

.widget_newsletter p {
	font-size: 18px;
}

.widget_newsletter form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 5px;
	border-radius: 3px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #404040;
}
.widget_newsletter form input {
	border: none;
	background: transparent;
	padding: 10px 0 10px 20px;
}
.widget_contact_info ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.widget_contact_info ul li:not(:last-child) {
	margin-bottom: 30px;
}
.widget_contact_info ul li i {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	font-size: 25px;
	margin-right: 10px;
	color: var(--primary-color);
}

/* Footer Middle */
@media only screen and (min-width: 768px) {
	.footer-middle-inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

.footer-middle-inner .footer-middle-newsletter {
	z-index: 1;
	position: relative;
	padding: 15px 15px 5px 0;
}
@media only screen and (min-width: 992px) {
	.footer-middle-inner .footer-middle-newsletter {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}
@media only screen and (min-width: 768px) {
	.footer-middle-inner .footer-middle-newsletter {
		width: 70%;
		margin-right: 5%;
	}
}
.footer-middle-inner .footer-middle-newsletter:after {
	content: '';
	width: 100vw;
	height: 100%;
	border-radius: 5px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
	background: var(--primary-color);
}
.footer-middle-inner .footer-middle-newsletter h5 {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	color: white;
	margin-right: 30px;
	margin-bottom: 15px;
}
.footer-middle-inner .footer-middle-newsletter form {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media only screen and (max-width: 479px) {
	.footer-middle-inner .footer-middle-newsletter form {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}
.footer-middle-inner .footer-middle-newsletter form .form-group {
	width: 100%;
	margin-bottom: 10px;
	position: relative;
}
@media only screen and (min-width: 480px) {
	.footer-middle-inner .footer-middle-newsletter form .form-group {
		margin-right: 10px;
	}
}
.footer-middle-inner .footer-middle-newsletter form .form-group label {
	position: absolute;
	top: 12px;
	right: 20px;
	color: var(--primary-color);
}
.footer-middle-inner .footer-middle-newsletter form .form-group input {
	padding: 12px 20px;
}
.footer-middle-inner .footer-middle-newsletter form .theme-btn {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	margin-bottom: 10px;
}
.footer-middle-inner .footer-middle-newsletter form .theme-btn:hover {
	background: var(--secondary-color);
}

@media only screen and (min-width: 768px) {
	.footer-middle-inner .payment-method {
		width: 25%;
	}
}

.footer-middle-inner .payment-method h6 {
	margin-bottom: 15px;
	text-transform: uppercase;
}

/* Footer Bottom */
.footer-bottom-inner {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.footer-bottom-inner .copyright-text p {
	margin-bottom: 0;
}
.footer-bottom-inner .copyright-text p a {
	font-weight: 500;
	color: var(--primary-color);
}
.footer-bottom-inner .copyright-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	line-height: 1;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.footer-bottom-inner .copyright-menu li:not(:last-child) {
	margin-right: 6px;
	padding-right: 6px;
	border-right: 1px solid #B3B3B3;
}

/* Footer Black */
.main-footer.text-white p, .main-footer.text-white a, .main-footer.text-white li {
	color: #B3B3B3;
}

.main-footer.text-white a i {
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.main-footer.text-white a:hover {
	color: var(--primary-color);
}
.main-footer.text-white a:hover i {
	color: var(--primary-color);
}

.main-footer.text-white .footer-bottom {
	background: #131313;
}

/* Footer One */
.footer-one .widget_about {
	text-align: center;
}
@media only screen and (min-width: 992px) {
	.footer-one .widget_about {
		margin-top: -50px;
	}
}

.footer-one .widget_newsletter {
	text-align: center;
}

/* Footer Two */
.footer-two .widget_about {
	max-width: 375px;
}
.footer-two .widget_about .social-style-one a:hover {
	color: white;
	background: var(--primary-color);
}
.footer-two .widget_about .social-style-one a:hover i {
	color: white;
}

.footer-two .footer-bottom {
	border-top: 1px solid var(--border-color);
}

/* Footer Three */
.footer-three .widget_about h6:not(.footer-title) {
	margin-top: 20px;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.footer-three .widget_about .apps {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.footer-three .widget_about .apps a:not(:last-child) {
	margin-right: 13px;
}

.footer-three .widget_contact_info ul li i {
	color: var(--base-color);
}

.footer-shapes .shape {
	z-index: -1;
	max-width: 20%;
	position: absolute;
}
.footer-shapes .shape.one {
	left: 0;
	top: 40%;
	-webkit-animation: leftRightOne 20s infinite;
	animation: leftRightOne 20s infinite;
}
.footer-shapes .shape.two {
	right: 0;
	bottom: 20%;
	-webkit-animation: down-up-one 10s infinite;
	animation: down-up-one 10s infinite;
}
.card {
	border-radius: 0.55rem;
}
#sub-email {
	padding: 15px 10px;
}