@import url('global.css');
@import url('header.css');
@import url('footer.css');
@import url('icofont.css');
@import url('font-awesome.css');
@import url('flaticon.css');
@import url('animate.css');
@import url('owl.css');
@import url('swiper.css');
@import url('jquery-ui.css');
@import url('preloader.css');
@import url('custom-animate.css');
@import url('magnific-popup.css');
@import url('jquery.bootstrap-touchspin.css');
@import url('odometer-theme-default.css');
@import url('jquery.mCustomScrollbar.min.css');




/*** 

====================================================================
	Products Section
====================================================================

***/

.products-section {
	position: relative;
	padding-bottom: var(--padding-bottom-70);
}

.products-section .owl-dots {
	display: none;
}

.products-section .owl-nav {
	position: absolute;
	left: -90px;
	top: 50%;
	right: -90px;
	margin-top: -100px;
}

.products-section .owl-nav .owl-prev {
	position: absolute;
	left: 0px;
	width: 46px;
	height: 45px;
	opacity: 0.50;
	font-weight: 600;
	line-height: 46px;
	text-align: center;
	font-family: "Flaticon";
	font-size: var(--font-24);
	color: var(--color-seventyfive);
	border-radius: 50px 50px 50px 0px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.products-section .owl-nav .owl-next {
	position: absolute;
	right: 0px;
	width: 46px;
	height: 45px;
	opacity: 0.50;
	font-weight: 600;
	line-height: 46px;
	text-align: center;
	font-family: "Flaticon";
	font-size: var(--font-24);
	color: var(--color-seventyfive);
	border-radius: 50px 50px 50px 0px;
	font-family: "Flaticon";
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.products-section .owl-nav .owl-prev:hover,
.products-section .owl-nav .owl-next:hover {
	opacity: 1;
	color: var(--main-color);
}

.shop-item {
	position: relative;
	margin-bottom: var(--margin-bottom-60);
	padding: 0px 20px;
}

.shop-item .inner-box {
	position: relative;
}

.shop-item .image {
	position: relative;
	overflow: hidden;
	background-color: var(--color-seven);
}

.shop-item .image img {
	position: relative;
	width: 100%;
	display: block;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.shop-item .image:before {
	position: absolute;
	top: 0;
	left: -85%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .8) 100%);
	background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .8)));
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .8) 100%);
	-webkit-transform: skewX(-25deg);
	-ms-transform: skewX(-25deg);
	transform: skewX(-25deg);
	z-index: 1;
}

.shop-item .inner-box:hover .image:before {
	-webkit-animation: shine 1s;
	animation: shine 1s;
}

.shop-item .image .cart-box {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	opacity: 0;
	z-index: 2;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.shop-item .inner-box:hover .image .cart-box {
	opacity: 1;
}

.shop-item .image .cart-box a {
	position: relative;
	padding: 10px 25px;
	display: inline-block;
	font-size: var(--font-12);
	color: var(--black-color);
	text-transform: capitalize;
	background-color: var(--white-color);
	font-family: var(--font-family-Outfit);
	border: 1px solid var(--color-seventyeight);
}

.shop-item .image .cart-box a:hover {
	color: var(--white-color);
	border-color: var(--main-color);
	background-color: var(--main-color);
}

.shop-item .off-tag {
	position: absolute;
	left: 15px;
	top: 15px;
	font-weight: 500;
	padding: 2px 15px;
	line-height: 26px;
	display: inline-block;
	color: var(--white-color);
	font-size: var(--font-14);
	background-color: var(--black-color);
}

.shop-item .tag {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 1;
	width: 44px;
	height: 44px;
	cursor: pointer;
	font-weight: 600;
	line-height: 44px;
	text-align: center;
	font-family: "flaticon";
	color: var(--black-color);
	font-size: var(--font-16);
	background-color: var(--white-color);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.shop-item .inner-box:hover .tag {
	color: var(--white-color);
	background-color: var(--main-color);
}

.shop-item .lower-content {
	position: relative;
	padding-top: var(--padding-top-20);
}

.shop-item .lower-content p {
	margin: var(--margin-zero);
}

.shop-item h6 {
	font-weight: 400;
	font-size: var(--font-28);
	text-transform: capitalize;
	font-family: var(--font-family-Jost);
	margin-bottom: var(--margin-bottom-5);
	padding-bottom: var(--padding-bottom-15);
	border-bottom: 1px solid rgba(var(--black-color-rgb), 0.06);
}

.shop-item h6 a {
	position: relative;
	color: var(--black-color);
}

.shop-item .price {
	position: relative;
	font-weight: 500;
	font-size: var(--font-14);
	display: inline-block;
	color: rgba(var(--black-color-rgb), 0.50);
}

.shop-item .options-box {
	position: absolute;
	right: 15px;
	top: 15px;
	z-index: 2;
	bottom: 15px;
	overflow: hidden;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.shop-item .options-box .plus {
	position: relative;
	width: 42px;
	height: 42px;
	z-index: 1;
	line-height: 42px;
	text-align: center;
	display: inline-block;
	font-family: "flaticon";
	color: var(--black-color);
	background-color: var(--white-color);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.shop-item .inner-box:hover .options-box .plus {
	color: var(--white-color);
	background-color: var(--main-color);
}

.shop-item .inner-box .options-box .plus:before {
	display: inline-block;
	-webkit-transition: all 150ms ease;
	-moz-transition: all 150ms ease;
	-ms-transition: all 150ms ease;
	-o-transition: all 150ms ease;
	transition: all 150ms ease;
}

.shop-item .inner-box:hover .options-box .plus:before {
	transform: rotate(45deg);
}

.shop-item .inner-box:hover .option-list {
	top: 0%;
}

.shop-item .option-list {
	position: relative;
	top: -100%;
	margin-top: var(--margin-top-20);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.shop-item .option-list li {
	position: relative;
	width: 42px;
	text-align: center;
	margin-bottom: var(--margin-bottom-15);
}

.shop-item .option-list li a {
	position: relative;
	font-weight: 500;
	opacity: 0.70;
	font-family: "flaticon";
	font-size: var(--font-16);
	color: var(--black-color);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.shop-item .option-list li:last-child {
	margin-bottom: var(--margin-zero);
}

.shop-item .option-list li a:hover {
	color: var(--main-color);
}

.shop-item .product-time-countdown {
	position: absolute;
	left: 10px;
	bottom: 10px;
	z-index: 2;
}

.product-time-countdown {
	position: relative;
}

.product-time-countdown .counter-column {
	position: relative;
	font-size: 11px;
	text-align: center;
	display: inline-block;
	text-transform: uppercase;
	color: var(--color-seventyfive);
}

.product-time-countdown .counter-column .count {
	position: relative;
	width: 35px;
	height: 35px;
	font-size: 11px;
	display: block;
	font-weight: 600;
	margin-right: 0px;
	padding-top: 6px;
	text-align: center;
	border-radius: 50px;
	color: var(--black-color);
	text-transform: uppercase;
	font-family: var(--font-family-Inter);
	margin-bottom: var(--margin-bottom-5);
	border: 1px solid rgba(var(--black-color-rgb), 0.06);
}

.shop-item.style-two .price {
	padding-top: var(--padding-top-10);
	padding-bottom: var(--padding-bottom-10);
}

.shop-item.style-two .price:before {
	top: 9px;
}

/*** 

====================================================================
	Products Section Two
====================================================================

***/

.products-section-two {
	position: relative;
	padding-top: var(--padding-top-70);
}

.products-section-two .owl-dots {
	display: none;
}

.products-section-two .owl-nav {
	position: absolute;
	left: 0px;
	top: -60px;
	right: 0px;
}

.products-section-two .owl-nav .owl-prev {
	position: absolute;
	left: 0px;
	font-size: var(--font-24);
	font-family: "flaticon";
}

.products-section-two .owl-nav .owl-next {
	position: absolute;
	right: 0px;
	font-size: var(--font-24);
	font-family: "flaticon";
}

.price__current.price__current--on-sale .money.price__current--min::before {
	position: absolute;
	content: '';
	right: -20px;
	top: 0px;
	width: 20px;
	height: 20px;
	background-color: #ffffff;
}

.products-section-two .bottom-white-border {
	position: absolute;
	left: 0px;
	bottom: 0px;
	right: 0px;
	height: 2px;
	z-index: 1;
	background-color: var(--white-color);
}

.products-section-two .inner-container {
	position: relative;
	background-color: var(--white-color);
}

.products-section-two .inner-container:after {
	position: absolute;
	content: '';
	right: 105%;
	top: 0px;
	width: 850px;
	height: 210px;
	background-color: var(--color-thirteen);
}

.products-section-two .inner-container:before {
	position: absolute;
	content: '';
	top: -1px;
	z-index: 1;
	right: -1px;
	bottom: -1px;
	border: 5px solid var(--white-color);
}

.product-block-two {
	position: relative;
}

.product-block-two .inner-box {
	position: relative;
	text-align: center;
	padding: 30px 0px;
	border-right: 1px solid rgba(var(--black-color-rgb), 0.10);
	border-bottom: 1px solid rgba(var(--black-color-rgb), 0.10);
}

.product-block-two .total {
	position: absolute;
	right: 20px;
	width: 24px;
	height: 24px;
	opacity: 0;
	line-height: 24px;
	font-weight: 500;
	border-radius: 50px;
	display: inline-block;
	font-size: var(--font-12);
	color: var(--white-color);
	transform: rotateX(90deg);
	font-family: var(--font-family-Jost);
	background-color: var(--black-color);
	transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-webkit-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
}

.product-block-two .inner-box:hover .total {
	opacity: 1;
	transform: rotateX(0deg);
}

.product-block-two .image {
	position: relative;
	margin: 0 auto;
}

.product-block-two h6 a {
	color: var(--color-twelve);
}

.product-block-two h6 {
	font-size: var(--font-16);
}

.products-section-two .product-block-two {
	width: 16.666%;
	float: left;
}

/*** 

====================================================================
	Counter Section
====================================================================

***/

.counter-section {
	position: relative;
	overflow: hidden;
	padding: 60px 0px 50px;
}

.counter-section .inner-container {
	position: relative;
}

.counter-section .inner-container:before {
	position: absolute;
	content: '';
	left: 105%;
	top: 0px;
	width: 850px;
	height: 210px;
	background-color: var(--color-thirteen);
}

.shipping-box {
	position: relative;
	width: 197px;
	height: 192px;
	font-weight: 500;
	text-align: center;
	padding: 65px 0px 30px;
	font-size: var(--font-20);
}

.shipping-box .order {
	position: relative;
	font-weight: 500;
	color: var(--black-color);
	font-size: var(--font-14);
	margin-top: var(--margin-top-10);
}

.shipping-box:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background: url(../images/icons/counter-vector.png);
	background-position: center center;
	background-repeat: no-repeat;
}

.counter-section .counter-boxed {
	position: relative;
}

.counter-section .counter-boxed .counter {
	position: relative;
	font-weight: 500;
	width: 160px;
	font-size: var(--font-70);
	color: var(--color-fourteen);
	font-family: var(--font-family-Josefin);
}

.counter-section .counter-boxed .counter .odometer {
	top: -5px;
	margin-right: var(--margin-right-10);
}

.counter-section .counter-boxed .counter-text {
	position: relative;
	font-weight: 400;
	font-size: var(--font-16);
	color: var(--color-fifteen);
	margin-left: var(--margin-left-30);
	font-family: var(--font-family-Inter);
}

.counter-section .counter-boxed .counter:before {
	position: absolute;
	content: '';
	right: 5px;
	top: 15px;
	width: 1px;
	height: 25px;
	opacity: 0.30;
	background-color: var(--white-color);
}

.counter-section .counter-boxed .counter-block:last-child .counter::before {
	display: none;
}

/*** 

====================================================================
	Collection Section
====================================================================

***/

.collection-section {
	position: relative;
	padding: 40px 0px 0px;
}

.collection-section .shape-layer {
	position: absolute;
	left: 0px;
	top: -50px;
	right: 0px;
	height: 82px;
	background-repeat: repeat-x;
}

.collection-section .inner-container {
	position: relative;
	padding: 20px 0px 20px 50px;
	background-color: var(--color-sixteen);
}

.collection-section .title {
	position: relative;
	display: block;
	font-weight: 500;
	font-size: var(--font-14);
	color: var(--main-color);
	margin-top: var(--margin-top-50);
}

.collection-section h2 {
	font-weight: 500;
	font-size: var(--font-34);
	color: var(--black-color);
	text-transform: capitalize;
	margin-top: var(--margin-top-10);
	font-family: var(--font-family-Josefin);
}

.collection-section .deals {
	position: relative;
	display: block;
	font-weight: 500;
	font-size: var(--font-20);
	color: var(--color-twelve);
	margin-top: var(--margin-top-15);
}

.collection-section .deals span {
	position: relative;
	color: var(--main-color);
}

.collection-section .shop-now {
	position: relative;
	font-weight: 500;
	display: inline-block;
	font-size: var(--font-14);
	color: var(--black-color);
	text-transform: uppercase;
	margin-top: var(--margin-top-45);
	font-family: var(--font-family-Jost);
	padding-right: var(--padding-right-25);
}

.collection-section .shop-now:before {
	position: absolute;
	content: "\f10e";
	right: 0px;
	font-family: "flaticon";
}

.collection-section .shop-now:hover {
	color: var(--main-color);
}

.collection-section .image {
	position: relative;
	text-align: center;
	z-index: 1;
}

.collection-section .arrow {
	position: absolute;
	left: 32%;
	bottom: 10%;
	width: 126px;
	height: 128px;
	background-repeat: no-repeat;
}

.collection-section .pattern-layer {
	position: absolute;
	left: 55%;
	top: 40%;
	width: 60px;
	height: 60px;
	background-repeat: no-repeat;
}

.collection-section .shadow-layer {
	position: absolute;
	left: 0px;
	top: 0px;
	right: -115px;
	bottom: 0px;
	z-index: -1;
	background-position: center center;
	background-repeat: no-repeat;
}

.collection-section .price-tag {
	position: absolute;
	left: 18%;
	bottom: 15%;
	width: 74px;
	height: 76px;
	z-index: 1;
	font-weight: 700;
	padding: 20px 10px 10px;
	font-size: var(--font-24);
	color: var(--white-color);
	font-family: var(--font-family-Roboto);
}

.collection-section .price-tag:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: -1;
	background: url(../images/icons/price-tag.png) no-repeat;
}

.collection-section .price-tag sup {
	position: relative;
	top: 1px;
	font-size: var(--font-12);
	margin-left: var(--margin-left-5);
}

.collection-section .price-tag span {
	font-weight: 500;
	font-size: var(--font-14);
	text-decoration: line-through;
}

/*** 

====================================================================
	Products Section
====================================================================

***/

.products-section-three {
	position: relative;
	padding: 70px 0px 65px;
}

.products-section-three.style-two {
	padding: 90px 0px 40px;
}

.products-section-three .button-box {
	position: relative;
	margin-top: var(--margin-top-25);
}

.products-section-three .filters {
	position: relative;
	text-align: right;
	margin-top: -60px;
	margin-bottom: var(--margin-bottom-35);
}

.products-section-three .filters li {
	position: relative;
	font-weight: 400;
	cursor: pointer;
	display: inline-block;
	font-size: var(--font-16);
	text-transform: capitalize;
	color: var(--color-seventeen);
	margin-left: var(--margin-left-60);
	font-family: var(--font-family-Jost);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	border-bottom: 1px solid transparent;
}

.products-section-three .filters li.active,
.products-section-three .filters li:hover {
	color: var(--color-twelve);
	border-color: var(--main-color);
}

.shop-item.mix {
	display: none;
}

/***

==================================================================
	Sponsors Section
==================================================================

***/

.sponsors-section {
	position: relative;
	padding: 0px 0px 0px;
}

.sponsors-section .inner-container {
	position: relative;
	padding: 42px 0px;
	border: 1px dashed rgba(var(--black-color-rgb), 0.10);
}

.sponsors-section .sponsors-outer {
	position: relative;
}

.sponsors-section .sponsors-outer .owl-dots,
.sponsors-section .sponsors-outer .owl-nav {
	position: relative;
	display: none;
}

.sponsors-section .sponsors-outer .image-box {
	position: relative;
	text-align: center;
	margin: var(--margin-zero);
}

.sponsors-section .sponsors-outer .image-box img {
	max-width: 100%;
	width: auto;
	display: inline-block;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.sponsors-section .sponsors-outer .image-box img:hover {
	opacity: 0.8;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.sponsors-section.style-two {
	padding: 70px 0px;
}

.sponsors-section.style-two .inner-container {
	border: none;
	padding: var(--padding-zero);
}

.sponsors-section .feature-icon {
	position: absolute;
	left: 2%;
	top: 40px;
	width: 114px;
	height: 110px;
	background-repeat: no-repeat;
}

/***

==================================================================
	News Section
==================================================================

***/

.news-section {
	position: relative;
	padding: 70px 0px 50px;
}

.news-section .owl-carousel .owl-stage-outer {
	padding-bottom: var(--padding-bottom-15);
}

.news-section .owl-dots {
	display: none;
}

.news-section .owl-nav {
	position: absolute;
	left: -80px;
	top: 50%;
	right: -80px;
	margin-top: -80px;
}

.news-section .owl-nav .owl-prev {
	position: absolute;
	left: 0px;
	width: 46px;
	height: 45px;
	opacity: 0.50;
	font-weight: 600;
	line-height: 46px;
	text-align: center;
	font-family: "Flaticon";
	font-size: var(--font-24);
	color: var(--color-seventyfive);
	border-radius: 50px 50px 50px 0px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-section .owl-nav .owl-next {
	position: absolute;
	right: 0px;
	width: 46px;
	height: 45px;
	opacity: 0.50;
	font-weight: 600;
	line-height: 46px;
	text-align: center;
	font-family: "Flaticon";
	font-size: var(--font-24);
	color: var(--color-seventyfive);
	border-radius: 50px 50px 50px 0px;
	font-family: "Flaticon";
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-section .owl-nav .owl-prev:hover,
.news-section .owl-nav .owl-next:hover {
	opacity: 1;
	color: var(--main-color);
}

.news-block {
	position: relative;
	z-index: 1;
	margin-bottom: var(--margin-bottom-30);
}

.news-block .inner-box {
	position: relative;
}

.news-block .image {
	position: relative;
	overflow: hidden;
	background-color: var(--main-color);
}

.news-block .image img {
	position: relative;
	width: 100%;
	display: block;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.news-block .inner-box:hover .image img {
	opacity: 0.70;
	transform: scale(1.07, 1.07);
}

.news-block .tag {
	position: absolute;
	right: 15px;
	top: 15px;
	z-index: 1;
	font-weight: 500;
	padding: 3px 15px;
	font-size: var(--font-14);
	color: var(--black-color);
	text-transform: uppercase;
	background-color: var(--white-color);
}

.news-block .lower-content {
	position: relative;
	margin-top: -80px;
	z-index: 1;
	padding: 0px 45px 35px;
	margin-left: var(--margin-left-20);
	margin-right: var(--margin-right-20);
}

.news-block .lower-content:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 30px;
	right: 0px;
	bottom: 0px;
	z-index: -1;
	border-radius: 1px;
	background-color: var(--white-color);
	box-shadow: 0px 6px 13px rgba(0, 0, 0, 0.04);
}

.news-block .author {
	position: relative;
	width: 60px;
	height: 60px;
	overflow: hidden;
	border-radius: 50px;
}

.news-block h5 {
	font-weight: 500;
	margin-top: var(--margin-top-20);
}

.news-block h5 a {
	color: var(--color-eightteen);
	border-bottom: 1px solid var(--color-eightteen);
}

.news-block h5 a:hover {
	color: var(--main-color);
	border-color: var(--main-color);
}

.news-block .info {
	position: relative;
	font-weight: 500;
	font-size: var(--font-15);
	color: var(--color-eightteen);
	margin-top: var(--margin-top-20);
	font-family: var(--font-family-Jost);
}

.news-block .info span {
	position: relative;
	color: var(--main-color);
}

.news-block .info i {
	position: relative;
	font-style: normal;
	color: var(--color-nineteen);
	margin-left: var(--margin-left-20);
}

/***

==================================================================
	Testimonial Section
==================================================================

***/

.testimonial-section {
	position: relative;
	padding-top: var(--padding-top-20);
	padding-bottom: var(--padding-bottom-100);
}

.testimonial-section .pattern-layer {
	position: absolute;
	right: 0px;
	bottom: -100px;
	width: 294px;
	height: 383px;
}

.testimonial-section .pattern-layer-two {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 149px;
	height: 111px;
	background-repeat: no-repeat;
}

.testimonial-section .inner-container {
	position: relative;
}

.testimonial-section .owl-nav {
	position: relative;
	margin-left: 530px;
	margin-top: -35px;
}

.testimonial-section .owl-nav .owl-prev,
.testimonial-section .owl-nav .owl-next {
	position: relative;
	max-width: 130px;
	width: 100%;
	display: inline-block;
	font-size: var(--font-16);
	color: var(--black-color);
	font-family: "flaticon";
}

.testimonial-section .owl-dots {
	top: -26px;
	display: inline-block;
	position: relative;
	counter-reset: slides-num;
	margin-left: 540px;
}

.testimonial-section .owl-dots .owl-dot {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-left: 28px;
	counter-increment: slides-num;
}

.testimonial-section .owl-dots .owl-dot span {
	position: relative;
	display: block;
	font-weight: 500;
	padding-bottom: 5px;
	font-size: var(--font-16);
	color: var(--black-color);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	content: "0" counter(slides-num) "";
}

.testimonial-section .owl-dots .owl-dot span:after {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	right: 0px;
	height: 2px;
	opacity: 0;
	background-color: var(--main-color);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.testimonial-section .owl-dots .owl-dot:hover span:after,
.testimonial-section .owl-dots .owl-dot.active span:after {
	opacity: 1;
}

.testimonial-section .owl-dots .owl-dot span:before {
	position: relative;
	content: "0" counter(slides-num) "";
}

.testimonial-section .owl-dots .owl-dot:hover span,
.testimonial-section .owl-dots .owl-dot.active span {
	color: var(--main-color);
	opacity: 1;
}

.testimonial-block {
	position: relative;
}

.testimonial-section .vector-layer {
	position: absolute;
	left: 0px;
	top: -80px;
	right: 0px;
	bottom: 0px;
	width: 400px;
	height: 309px;
	background-position: center center;
	background-repeat: no-repeat;
}

.testimonial-block .inner-box {
	position: relative;
}

.testimonial-block .quote-icon {
	position: relative;
	right: 140px;
	bottom: 0px;
	opacity: 0.10;
	line-height: 1em;
	text-align: right;
	font-size: var(--font-40);
	font-family: "Flaticon";
}

.testimonial-block .image-column {
	position: relative;
}

.testimonial-block .image-column .inner-column {
	position: relative;
	padding-top: var(--padding-top-15);
}

.testimonial-block .image-column .image {
	position: relative;
	width: 217px;
	height: 217px;
	margin: 0 auto;
}

.testimonial-block .image-column .image img {
	position: relative;
	overflow: hidden;
	border-radius: 50%;
}

.testimonial-block .arrow-layer {
	position: absolute;
	right: -60px;
	bottom: -40px;
	width: 130px;
	height: 53px;
	background-repeat: no-repeat;
}

.testimonial-block .social-box {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	opacity: 0;
	padding: 15px 0px;
	text-align: center;
	transform: scale(1, 0.4);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.testimonial-block .inner-box:hover .social-box {
	opacity: 1;
	transform: scale(1, 1);
}

.testimonial-block .social-box:before {
	position: absolute;
	content: '';
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	transform: skewX(-10deg);
	background-color: var(--white-color);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
}

.testimonial-block .social-box li {
	position: relative;
	margin: 0px 7px;
	display: inline-block;
}

.testimonial-block .social-box li a {
	position: relative;
	color: var(--black-color);
	font-size: var(--font-18);
}

.testimonial-block .content-column {
	position: relative;
}

.testimonial-block .content-column .inner-column {
	position: relative;
	padding-left: var(--padding-left-80);
}

.testimonial-block .rating {
	position: relative;
	font-size: var(--font-18);
	color: var(--color-eight);
}

.testimonial-block .text {
	line-height: 56px;
	color: var(--black-color);
	font-size: var(--font-28);
	margin-top: var(--margin-top-20);
	margin-bottom: var(--margin-bottom-15);
	font-family: var(--font-family-Jost);
}

.testimonial-block .text span {
	color: var(--main-color);
}

.testimonial-block .author-info {
	position: relative;
	color: var(--color-twelve);
	font-size: var(--font-13);
	margin-top: var(--margin-top-20);
}

.testimonial-block .author-info span {
	position: relative;
	font-size: var(--font-16);
	padding-right: var(--padding-right-35);
}

.testimonial-block .author-info span:before {
	position: absolute;
	content: '';
	left: 0px;
	right: 0px;
	bottom: 0px;
	height: 2px;
	z-index: -1;
	background: url(../images/icons/vector-4.png) no-repeat;
}

.testimonial-block .author-info span:after {
	position: absolute;
	content: '';
	right: 7px;
	top: 11px;
	width: 20px;
	height: 1px;
	opacity: 0.10;
	background-color: var(--black-color);
}

/***

==================================================================
	Gallery Section
==================================================================

***/

.gallery-section {
	position: relative;
}

.gallery-section .owl-dots,
.gallery-section .owl-nav {
	display: none;
}

.insta-gallery {
	position: relative;
	overflow: hidden;
}

.insta-gallery img {
	position: relative;
	width: 100%;
}

.insta-gallery .overlay-box {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;

	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
	background-position: center center;
}

.insta-gallery .overlay-box:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	opacity: 0.60;
	background-color: var(--main-color);
}

.insta-gallery .overlay-inner {
	position: relative;
}

.insta-gallery:hover .overlay-box {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
}

.insta-gallery .overlay-inner .icon {
	position: relative;
	line-height: 1em;
	display: inline-block;
	font-size: var(--font-44);
	color: var(--white-color);
	font-family: "Flaticon";
}

/*** 

====================================================================
	Products Section Four
====================================================================

***/

.products-section-four {
	position: relative;
	padding: 60px 0px 40px;
}

.products-section-four .owl-dots {
	display: none;
}

.products-section-four .owl-nav {
	position: absolute;
	right: 0px;
	top: -55px;
}

.products-section-four .owl-nav .owl-prev,
.products-section-four .owl-nav .owl-next {
	position: relative;
	opacity: 0.20;
	display: inline-block;
	font-family: "flaticon";
	color: var(--black-color);
	font-size: var(--font-24);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	margin-left: var(--margin-left-20);
}

.products-section-four .owl-nav .owl-prev:hover,
.products-section-four .owl-nav .owl-next:hover {
	opacity: 1;
}

.product-block-three {
	position: relative;
	margin-bottom: var(--margin-bottom-30);
}

.product-block-three .inner-box {
	position: relative;
}

.product-block-three .upper-box {
	position: relative;
	/* padding: 32px 25px; */
	background-color: var(--color-twentysix);
}

.product-block-three .icon {
	position: relative;
	line-height: 1em;
	opacity: 0.20;
	font-family: "flaticon";
	font-size: var(--font-70);
	color: var(--black-color);
	display: inline-block;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.product-block-three .inner-box:hover .icon {
	opacity: 1;
	color: var(--main-color);
	-webkit-transform: scale(-1) rotate(180deg);
	-moz-transform: scale(-1) rotate(180deg);
	-ms-transform: scale(-1) rotate(180deg);
	-o-transform: scale(-1) rotate(180deg);
	transform: scale(-1) rotate(180deg);
}

.product-block-three .number {
	position: absolute;
	right: 30px;
	top: 20px;
	width: 24px;
	height: 24px;
	font-weight: 500;
	line-height: 24px;
	border-radius: 50px;
	text-align: center;
	font-size: var(--font-12);
	color: var(--white-color);
	background-color: var(--black-color);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 1;
}

.product-block-three .inner-box:hover .number {
	background-color: var(--main-color);
}

.product-block-three .title {
	position: relative;
	font-weight: 500;
	font-size: var(--font-18);
	color: var(--black-color);
	margin-top: var(--margin-top-20);
	margin-bottom: var(--margin-bottom-20);
	font-family: var(--font-family-Outfit);
}

.product-block-three .list {
	position: relative;
}

.product-block-three .list li {
	position: relative;
	margin-bottom: var(--margin-bottom-15);
}

.product-block-three .list li a {
	position: relative;
	color: var(--color-twentyseven);
}

.product-block-three .list li a:hover {
	color: var(--main-color);
}

.product-block-three .list li:last-child {
	margin-bottom: var(--margin-zero);
}

.product-block-three .view-all {
	position: relative;
	font-weight: 500;
	display: inline-block;
	color: var(--main-color);
	font-size: var(--font-14);
	text-transform: capitalize;
	margin-top: var(--margin-top-25);
	padding-right: var(--padding-right-20);
}

.product-block-three .view-all:before {
	position: absolute;
	content: "\f10d";
	right: 0px;
	font-weight: 700;
	font-size: var(--font-10);
	font-family: "flaticon";
}

.product-block-three .view-all:hover {
	color: var(--black-color);
}

/*** 

====================================================================
	Collection Section Two
====================================================================

***/

.collection-section-two {
	position: relative;
}

.collection-section-two .collection-tabs {
	position: relative;
}

.collection-section-two .collection-tabs .feature-icon {
	position: absolute;
	right: 300px;
	top: 50px;
}

.collection-section-two .collection-tabs .tab-btns {
	position: absolute;
	right: -70px;
	top: 180px;
	z-index: 1;
	text-align: left;
}

.collection-section-two .collection-tabs .tab-btns .tab-btn {
	position: relative;
	font-weight: 400;
	cursor: pointer;
	font-size: var(--font-30);
	margin-bottom: var(--margin-bottom-65);
}

.collection-section-two .collection-tabs .tab-btns .tab-btn:hover,
.collection-section-two .collection-tabs .tab-btns .tab-btn.active-btn {
	color: var(--main-color);
	text-decoration: underline;
}

.collection-section-two .collection-tabs .tabs-content {
	position: relative;
}

.collection-section-two .collection-tabs .tabs-content .tab {
	position: relative;
	display: none;
	border-top: 0px;
}

.collection-section-two .collection-tabs .tabs-content .tab.active-tab {
	display: block;
}

.collection-section-two .image {
	position: relative;
	margin-left: -160px;
	display: inline-block;
	margin-right: var(--margin-right-60);
}

.collection-section-two .image:before {
	position: absolute;
	content: '';
	left: 25px;
	top: 25px;
	right: 25px;
	bottom: 25px;
	border: 1px solid rgba(var(--white-color-rgb), 0.50);
}

.collection-section-two .icon {
	position: relative;
	display: inline-block;
}

.collection-section-two .hover-box {
	position: absolute;
	right: 0%;
	top: 30%;
	z-index: 10;
}

.collection-section-two .hover-box.style-two {
	top: 62%;
	right: 22%;
}

.collection-section-two .hover-box.style-three {
	top: 50%;
	left: 5%;
	right: auto;
}

.collection-section-two .hover-box .dott {
	position: relative;
	width: 29px;
	height: 29px;
	margin: 0 auto;
	border-radius: 50px;
	display: block;
	margin-bottom: var(--margin-bottom-20);
	background-color: var(--black-color);
	border: 2px solid var(--white-color);
}

.collection-section-two .hover-box .dott:before {
	position: absolute;
	content: '';
	left: 9px;
	top: 9px;
	right: 9px;
	bottom: 9px;
	border-radius: 50px;
	background-color: var(--white-color);
}

.collection-section-two .hover-box:hover .dott {
	background-color: var(--main-color);
}

.collection-section-two .hover-box .dott .ripple,
.collection-section-two .hover-box .dott .ripple:before,
.collection-section-two .hover-box .dott .ripple:after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 29px;
	height: 29px;
	border-radius: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
	-moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
	-ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
	-o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
	box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
	-webkit-animation: ripple 3s infinite;
	-moz-animation: ripple 3s infinite;
	-ms-animation: ripple 3s infinite;
	-o-animation: ripple 3s infinite;
	animation: ripple 3s infinite;
}

.collection-section-two .hover-box .dott .ripple:before {
	-webkit-animation-delay: .9s;
	-moz-animation-delay: .9s;
	-ms-animation-delay: .9s;
	-o-animation-delay: .9s;
	animation-delay: .9s;
	content: "";
	position: absolute;
}

.collection-section-two .hover-box .dott .ripple:after {
	-webkit-animation-delay: .6s;
	-moz-animation-delay: .6s;
	-ms-animation-delay: .6s;
	-o-animation-delay: .6s;
	animation-delay: .6s;
	content: "";
	position: absolute;
}

.collection-section-two .hover-box:hover .hover-content {
	opacity: 1;
	visibility: visible;
}

.collection-section-two .hover-box .hover-content {
	position: relative;
	width: 240px;
	opacity: 0;
	visibility: hidden;
	padding: 20px 25px;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	background-color: var(--color-three);
}

.collection-section-two .hover-box .rating {
	position: relative;
	color: var(--color-five);
	font-size: var(--font-16);
}

.collection-section-two .hover-box .rating .light {
	opacity: 0.20;
	color: var(--black-color);
}

.collection-section-two .hover-box .hover-title {
	position: relative;
	font-weight: 500;
	margin: 3px 0px;
	font-size: var(--font-15);
	color: var(--black-color);
	font-family: var(--font-family-Outfit);
}

.collection-section-two .hover-box .hover-price {
	position: relative;
	font-size: var(--font-12);
	line-height: 1.5;
	margin-bottom: 10px;
}

.collection-section-two .hover-box .v_btn {
	width: fit-content;
	padding: 5px 8px;
	font-size: 10px;
	background-color: var(--main-color);
	color: var(--white-color);
}

.collection-section-two .hover-box .hover-price span {
	position: relative;
	opacity: 0.50;
	color: var(--black-color);
	text-decoration: line-through;
}

/*** 

====================================================================
	Products Section Five
====================================================================

***/

.products-section-five {
	position: relative;
	padding: 50px 0px 75px;
}

.products-section-three .side-title {
	position: absolute;
	left: 60px;
	z-index: 1;
	bottom: 320px;
	opacity: 0.10;
	font-weight: 500;
	color: var(--black-color);
	font-size: var(--font-100);
	transform: translateY(-50%);
	writing-mode: vertical-rl;
	transform: rotate(180deg);
	font-family: var(--font-family-Outfit);
}

.products-section-five .purchase-box {
	position: relative;
	padding: 12px 25px;
	margin-top: var(--margin-top-60);
	background-color: var(--main-color);
}

.products-section-five .purchase-box .text {
	position: relative;
	font-weight: 500;
	font-size: var(--font-18);
	color: var(--white-color);
}

.products-section-five .purchase-box .theme-btn {
	display: block;
}

.products-section-five .owl-dots {
	display: none;
}

.products-section-five .owl-nav {
	position: absolute;
	left: -80px;
	top: 50%;
	right: -80px;
	margin-top: -100px;
}

.products-section-five .owl-nav .owl-prev {
	position: absolute;
	left: 0px;
	width: 46px;
	height: 45px;
	opacity: 0.50;
	font-weight: 600;
	line-height: 46px;
	text-align: center;
	font-family: "Flaticon";
	font-size: var(--font-24);
	color: var(--color-seventyfive);
	border-radius: 50px 50px 50px 0px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.products-section-five .owl-nav .owl-next {
	position: absolute;
	right: 0px;
	width: 46px;
	height: 45px;
	opacity: 0.50;
	font-weight: 600;
	line-height: 46px;
	text-align: center;
	font-family: "Flaticon";
	font-size: var(--font-24);
	color: var(--color-seventyfive);
	border-radius: 50px 50px 50px 0px;
	font-family: "Flaticon";
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.products-section-five .owl-nav .owl-prev:hover,
.products-section-five .owl-nav .owl-next:hover {
	opacity: 1;
	color: var(--main-color);
}

/*** 

====================================================================
	Services Section
====================================================================

***/

.services-section {
	position: relative;
	overflow: hidden;
	padding-top: var(--padding-top-25);
}

.services-section:before {
	position: absolute;
	content: '';
	left: 60px;
	top: 0px;
	bottom: 0px;
	right: 0px;
	border: 1px dotted rgba(var(--black-color-rgb), 0.20);
}

.services-section .services-tabs {
	position: relative;
	margin-top: -60px;
	margin-bottom: var(--margin-bottom-20);
}

.services-section .services-tabs .feature-icon {
	position: absolute;
	top: 50%;
	right: -15%;
	transform: translateY(-50%);
}

.services-section .services-tabs .tab-btns {
	position: absolute;
	left: 0px;
	top: 100px;
	z-index: 1;
	text-align: left;
}

.services-section .services-tabs .tab-btns .tab-btn {
	position: relative;
	font-weight: 400;
	cursor: pointer;
	font-size: var(--font-34);
	margin-bottom: var(--margin-bottom-65);
}

.services-section .services-tabs .tab-btns .tab-btn:hover,
.services-section .services-tabs .tab-btns .tab-btn.active-btn {
	color: var(--main-color);
	text-decoration: underline;
}

.services-section .services-tabs .tabs-content {
	position: relative;
	margin-left: 400px;
	padding: 25px 25px;
}

.services-section .services-tabs .tabs-content:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	bottom: 0px;
	width: 200%;
	background-color: var(--color-seven);
}

.services-section .services-tabs .tabs-content .tab {
	position: relative;
	display: none;
}

.services-section .services-tabs .tabs-content .tab.active-tab {
	display: block;
}

.services-section .content {
	position: relative;
	width: 310px;
	height: 315px;
	text-align: center;
	background-repeat: no-repeat;
	margin-top: var(--margin-top-60);
	padding-top: var(--padding-top-90);
}

.services-section .content .title {
	position: relative;
	font-weight: 500;
	z-index: 1;
	padding: 5px 20px;
	display: inline-block;
	color: var(--white-color);
	font-size: var(--font-14);
}

.services-section .content .title:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: -1;
	transform: skewX(-10deg);
	background-color: var(--main-color);
}

.services-section .content h3 {
	font-weight: 600;
	color: var(--color-twentyeight);
	margin-top: var(--margin-top-30);
	font-family: var(--font-family-Josefin);
}

.services-section .content .numbers {
	position: relative;
	color: #FF5F6C;
	line-height: 1em;
	font-weight: 600;
	font-size: var(--font-36);
	margin-top: var(--margin-top-20);
	background: linear-gradient(to left, #FF5F6C 0%, #FC9B34 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.services-section .blocks-column {
	position: relative;
	margin-bottom: var(--margin-bottom-30);
}

.services-section .blocks-column .inner-column {
	position: relative;
	padding: 25px 25px;
}

.services-section .blocks-column .inner-column:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	bottom: 0px;
	width: 200%;
	background-color: var(--color-seven);
}

.services-section .blocks-column .circle-icon {
	position: absolute;
	top: 50%;
	right: -15%;
	transform: translateY(-50%);
}

.services-section .blocks-column .owl-nav,
.services-section .blocks-column .owl-dots {
	display: none;
}


/* Service Block */

.service-block {
	position: relative;
}

.service-block .inner-box {
	position: relative;
	text-align: center;
	padding: 40px 30px;
	border-radius: 20px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.service-block .inner-box:hover,
.service-block.active .inner-box {
	background-color: var(--white-color);
}

.service-block .image {
	position: relative;
	margin-bottom: var(--margin-bottom-20);
}

.service-block .image img {
	width: 80%;
}

.service-block .lower-content {
	position: relative;
}

.service-block h5 {
	font-weight: 400;
	font-family: var(--font-family-Josefin);
}

.service-block h5 a {
	position: relative;
	color: var(--color-twentyfive);
}

.service-block .text {
	margin-top: var(--margin-top-15);
	font-family: var(--font-family-Jost);
}

/***

==================================================================
	Testimonial Section
==================================================================

***/

.testimonial-section-two {
	position: relative;
	padding-top: var(--padding-top-70);
	padding-bottom: var(--padding-bottom-100);
}

.testimonial-section-two .pattern-layer {
	position: absolute;
	left: 0px;
	bottom: -90px;
	width: 309px;
	height: 497px;
	background-repeat: no-repeat;
}

.testimonial-section-two .inner-container {
	position: relative;
}

.testimonial-section-two .dott {
	position: absolute;
	right: 5%;
	bottom: 0px;
	width: 8px;
	height: 8px;
	border-radius: 50px;
	background-color: var(--main-color);
}

.testimonial-block-two {
	position: relative;
}

.testimonial-block-two .inner-box {
	position: relative;
	text-align: center;
}

.testimonial-block-two h3 {
	position: relative;
	font-weight: 500;
	font-size: var(--font-32);
	color: var(--color-twentyfive);
	margin-bottom: var(--margin-bottom-20);
}

.testimonial-block-two .text {
	line-height: 45px;
	max-width: 920px;
	margin: 0 auto;
	font-size: var(--font-20);
	color: var(--black-color);
	font-family: var(--font-family-Jost);
	margin-bottom: var(--margin-bottom-20);
}

.testimonial-block-two .designation {
	position: relative;
	font-weight: 400;
	font-size: var(--font-13);
	color: var(--color-twentynine);
	font-family: var(--font-family-Jost);
}

.testimonial-block-two .designation span:before {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	height: 2px;
	width: 91px;
	background: url(../images/icons/seperater.png) no-repeat;
}

.testimonial-block-two .designation span {
	position: relative;
	font-size: var(--font-16);
	padding-right: var(--padding-right-30);
	font-family: var(--font-family-Josefin);
}

.testimonial-block-two .designation span:after {
	position: absolute;
	content: '';
	right: 6px;
	top: 6px;
	height: 1px;
	width: 13px;
	opacity: 0.20;
	background-color: var(--black-color);
}

.testimonial-section-two .owl-dots,
.testimonial-section-two .owl-nav {
	display: none;
}

/*** 

====================================================================
	Main Slider Three
====================================================================

***/

.main-slider-three {
	position: relative;
	overflow: hidden;
}

.main-slider-three .inner-container {
	position: relative;
	padding-left: 285px;
}

.main-slider-three .slide {
	position: relative;
	overflow: hidden;
	background-size: cover;
	background-color: var(--color-thirtyone);
}

.main-slider-three .content-column {
	position: relative;
}

.main-slider-three .vector-icon {
	position: absolute;
	right: 0px;
	bottom: 80px;
	width: 149px;
	height: 57px;
	background-repeat: no-repeat;
}

.main-slider-three .vector-icon-two {
	position: absolute;
	left: 70px;
	bottom: -40px;
	width: 60px;
	height: 60px;
	background-repeat: no-repeat;
}

.main-slider-three .vector-icon-three {
	position: absolute;
	right: 120px;
	width: 305px;
	height: 301px;
	bottom: -120px;
	background-repeat: no-repeat;
}

.main-slider-three .content-column .inner-column {
	position: relative;
	padding: 120px 0px 130px 60px;
}

.main-slider-three .title {
	position: relative;
	opacity: 0;
	z-index: 1;
	font-weight: 500;
	padding: 4px 22px;
	border-radius: 50px;
	display: inline-block;
	font-size: var(--font-13);
	text-transform: capitalize;
	color: var(--black-color);
	transform-origin: top;
	border: 1px solid #000000;
	transform: translateX(200px);
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	font-family: var(--font-family-Inter);
	margin-bottom: var(--margin-bottom-20);
}

.main-slider-three .active .title {
	opacity: 1;
	transform: translateX(0px);
	-webkit-transition-delay: 500ms;
	-moz-transition-delay: 500ms;
	-ms-transition-delay: 500ms;
	-o-transition-delay: 500ms;
	transition-delay: 500ms;
}

.main-slider-three h1 {
	opacity: 0;
	font-weight: 600;
	color: var(--black-color);
	transform-origin: top;
	font-size: var(--font-38);
	transform: translateX(200px);
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	font-family: var(--font-family-Josefin);
	margin-bottom: var(--margin-bottom-10);
}

.main-slider-three .active h1 {
	opacity: 1;
	transform: translateX(0px);
	-webkit-transition-delay: 800ms;
	-moz-transition-delay: 800ms;
	-ms-transition-delay: 800ms;
	-o-transition-delay: 800ms;
	transition-delay: 800ms;
}

.main-slider-three .text {
	opacity: 0;
	font-size: var(--font-18);
	color: var(--color-twentyfour);
	transform-origin: top;
	transform: translateX(200px);
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	font-family: var(--font-family-Jost);
	margin-bottom: var(--margin-bottom-30);
}

.main-slider-three .active .text {
	opacity: 1;
	transform: translateX(0px);
	-webkit-transition-delay: 1100ms;
	-moz-transition-delay: 1100ms;
	-ms-transition-delay: 1100ms;
	-o-transition-delay: 1100ms;
	transition-delay: 1100ms;
}

.main-slider-three .price {
	opacity: 0;
	font-weight: 500;
	color: var(--color-thirtytwo);
	transform-origin: top;
	font-size: var(--font-20);
	transform: translateX(200px);
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	font-family: var(--font-family-Jost);
	margin-bottom: var(--margin-bottom-40);
}

.main-slider-three .price span {
	font-size: var(--font-24);
	color: var(--main-color);
}

.main-slider-three .active .price {
	opacity: 1;
	transform: translateX(0px);
	-webkit-transition-delay: 1500ms;
	-moz-transition-delay: 1500ms;
	-ms-transition-delay: 1500ms;
	-o-transition-delay: 1500ms;
	transition-delay: 1500ms;
}

.main-slider-three .button-box {
	opacity: 0;
	transform: translateX(200px);
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.main-slider-three .active .button-box {
	opacity: 1;
	transform: translateX(0px);
	-webkit-transition-delay: 1800ms;
	-moz-transition-delay: 1800ms;
	-ms-transition-delay: 1800ms;
	-o-transition-delay: 1800ms;
	transition-delay: 1800ms;
}

.main-slider-three .image-column {
	position: relative;
}

.main-slider-three .image-column .inner-column {
	position: relative;
}

.main-slider-three .image {
	position: relative;
	margin-left: -30px;
	margin-top: var(--margin-top-120);
	padding-right: var(--padding-right-20);
}

.main-slider-three .circle-box {
	position: absolute;
	left: 130px;
	top: -60px;
	width: 380px;
	height: 380px;
	border-radius: 50%;
	border: 50px solid var(--white-color);
}

.main-slider-three .owl-dots {
	display: none;
}

.main-slider-three .owl-nav {
	position: absolute;
	left: 50%;
	bottom: 0px;
	width: 100%;
	display: none;
	max-width: 1170px;
	text-align: right;
	max-width: 1340px;
	transform: translateX(-50%);
}

.main-slider-three .owl-nav .owl-prev,
.main-slider-three .owl-nav .owl-next {
	position: relative;
	width: 85px;
	height: 70px;
	margin-left: 1px;
	line-height: 70px;
	text-align: center;
	display: inline-block;
	font-size: var(--font-24);
	color: var(--white-color);
	font-family: "flaticon";
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	background-color: var(--main-color);
}

.main-slider-three .owl-nav .owl-prev:hover,
.main-slider-three .owl-nav .owl-next:hover {
	background-color: var(--black-color);
}

/* Scroll Box */

.main-slider-three .scroll-box {
	position: absolute;
	left: 50%;
	bottom: 60px;
	z-index: 10;
	cursor: pointer;
	font-size: var(--font-50);
	font-family: "Flaticon";
	color: var(--white-color);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	-webkit-animation: icon-bounce 0.8s ease-out infinite;
	animation: icon-bounce 0.8s ease-out infinite;
}

.main-slider-three .scroll-box:hover {
	color: var(--main-color);
}

/*** 

====================================================================
	Products Section Six
====================================================================

***/

.products-section-six {
	position: relative;
	padding: 70px 0px 75px;
}

.shop-item-two {
	position: relative;
	margin-bottom: var(--margin-bottom-20);
}

.shop-item-two .inner-box {
	position: relative;
	overflow: hidden;
	background-color: var(--color-seven);
}

.shop-item-two .image {
	position: relative;
}

.shop-item-two .inner-box:before {
	position: absolute;
	top: 0;
	left: -85%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .8) 100%);
	background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .8)));
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .8) 100%);
	-webkit-transform: skewX(-25deg);
	-ms-transform: skewX(-25deg);
	transform: skewX(-25deg);
	z-index: 1;
}

.shop-item-two .inner-box:hover::before {
	-webkit-animation: shine 1s;
	animation: shine 1s;
}

.shop-item-two .image img {
	position: relative;
	width: 100%;
	display: block;
}

.shop-item-two .content {
	position: relative;
	padding: 0px 30px 25px;
}

.shop-item-two .lower-box {
	position: relative;
	margin-top: var(--margin-top-10);
}

.shop-item-two h6 {
	font-weight: 400;
	font-size: var(--font-16);
	text-transform: capitalize;
	margin-top: var(--margin-top-10);
	font-family: var(--font-family-Jost);
}

.shop-item-two h6 a {
	position: relative;
	color: var(--black-color);
}

.shop-item-two h6 a:hover {
	color: var(--main-color);
}

.shop-item-two .price {
	position: relative;
	font-weight: 500;
	padding: 5px 0px;
	display: inline-block;
	font-size: var(--font-14);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	color: rgba(var(--black-color-rgb), 0.50);
}

.shop-item-two .price span {
	position: relative;
	color: var(--main-color);
	text-decoration: line-through;
	margin-right: var(--margin-right-10);
}

.shop-item-two .inner-box:hover .price {
	opacity: 0;
}

.shop-item-two .options-box {
	position: absolute;
	right: 20px;
	top: 20px;
	bottom: 15px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.shop-item-two .inner-box:hover .option-list {
	top: 0%;
}

.shop-item-two .option-list {
	position: relative;
	top: -100%;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.shop-item-two .option-list li {
	position: relative;
	width: 42px;
	text-align: center;
	margin-bottom: var(--margin-bottom-15);
}

.shop-item-two .option-list li a {
	position: relative;
	width: 38px;
	height: 38px;
	font-weight: 500;
	line-height: 38px;
	text-align: center;
	border-radius: 50px;
	display: inline-block;
	font-family: "flaticon";
	color: var(--black-color);
	font-size: var(--font-14);
	background-color: var(--white-color);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
}

.shop-item-two .option-list li:last-child {
	margin-bottom: var(--margin-zero);
}

.shop-item-two .option-list li a:hover {
	color: var(--white-color);
	background-color: var(--main-color);
}

.shop-item-two .inner-box .select-amount {
	position: absolute;
	left: 0px;
	bottom: -2px;
	opacity: 0;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.shop-item-two .inner-box:hover .select-amount {
	opacity: 1;
}

.shop-item-two .select-amount {
	position: relative;
}

.shop-item-two .select-box {
	position: relative;
	float: left;
	text-align: center;
	margin: 0px 8px 0px 0px;
}

.shop-item-two .select-box:last-child {
	margin-right: 0px;
}

.shop-item-two .select-box input[type="radio"] {
	left: 0px;
	top: 0px;
	visibility: hidden;
	position: absolute;
	opacity: 0;
}

.shop-item-two .select-box label {
	width: 37px;
	height: 33px;
	display: block;
	line-height: 24px;
	padding: 4px 6px;
	text-align: center;
	font-size: 12px;
	font-weight: 400;
	color: #808080;
	cursor: pointer;
	min-width: 30px;
	margin-bottom: 0px;
	border-radius: 0px;
	transition: all 500ms ease;
	text-transform: uppercase;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	border: 1px solid var(--color-seventyseven);
}

.shop-item-two .select-box.not-available label {
	border-color: #e6e6e6;
	cursor: inherit;
}

.shop-item-two .select-box label:hover,
.shop-item-two .select-box input[type="radio"]:checked+label {
	color: var(--white-color);
	border-color: var(--main-color);
	background-color: var(--main-color);
}

/* .products-section-six .lower-box{
	position:relative;
	margin-top:var(--margin-top-30);
} */

/* Feature Block Three */

.feature-block-three {
	position: relative;
	margin-bottom: var(--margin-bottom-30);
}

.feature-block-three .inner-box {
	position: relative;
	overflow: hidden;
	min-height: 244px;
	padding: 20px 60px;
	background-color: var(--color-thirtyone);
}

.feature-block-three .content {
	position: relative;
}

.feature-block-three .image {
	position: relative;
	z-index: 1;
}

.feature-block-three:first-child .image {
	top: -20px;
}

.feature-block-three .off-box {
	position: absolute;
	left: 0px;
	bottom: 40px;
	width: 57px;
	height: 60px;
	font-weight: 500;
	text-align: center;
	line-height: 18px;
	color: var(--white-color);
	font-size: var(--font-20);
	text-transform: uppercase;
	padding-top: var(--padding-top-10);
	background: url(../images/icons/price-tag-1.png) no-repeat;
}

.feature-block-three .off-box i {
	position: relative;
	font-style: normal;
	font-size: var(--font-12);
}

.feature-block-three .off-box span {
	position: relative;
	display: block;
	font-size: var(--font-10);
}

.feature-block-three h5 {
	font-weight: 600;
	line-height: 28px;
	font-size: var(--font-16);
	text-transform: capitalize;
	margin-top: var(--margin-top-10);
	margin-bottom: var(--margin-bottom-10);
}

.feature-block-three h5 a {
	color: var(--color-twelve);
}

.feature-block-three h5 a:hover {
	color: var(--main-color);
}

.feature-block-three .off {
	position: relative;
	font-weight: 500;
	color: var(--main-color);
	font-size: var(--font-13);
}

.feature-block-three .price {
	position: relative;
	font-size: var(--font-14);
	color: var(--color-thirtytwo);
}

.feature-block-three .price span {
	position: relative;
	font-weight: 500;
	color: var(--main-color);
	font-size: var(--font-16);
}

.feature-block-three .circle-layer {
	position: absolute;
	right: 0px;
	top: 15px;
	z-index: -1;
	width: 180px;
	height: 180px;
	border-radius: 50%;
	border: 25px solid var(--white-color);
}

.feature-block-three .buy-now {
	position: relative;
	font-weight: 500;
	font-size: var(--font-14);
	color: var(--color-thirtythree);
}

.feature-block-three .buy-now:hover {
	color: var(--main-color);
}

/*** 

====================================================================
	Sale Section Two
====================================================================

***/

.sale-section-two {
	position: relative;
	padding: 90px 0px 60px;
	background-color: var(--color-sixteen);
}

.sale-section-two .collection {
	position: absolute;
	left: 44%;
	top: 42%;
	width: 118px;
	height: 116px;
	transform: translateX(-50%) translateY(-50%);
}

.sale-section-two .content-column {
	position: relative;
	margin-bottom: var(--margin-bottom-30);
}

.sale-section-two .content-column .inner-column {
	position: relative;
}

.sale-section-two .product-time-countdown .counter-column {
	font-size: var(--font-15);
	color: var(--color-seventysix);
	margin-right: 18px;
	text-transform: capitalize;
}

.sale-section-two .product-time-countdown .counter-column .count {
	width: 42px;
	height: 42px;
	font-size: var(--font-13);
	padding-top: var(--padding-top-10);
	border-color: var(--white-color);
	background-color: var(--white-color);
	margin-bottom: var(--margin-bottom-10);
}

.sale-section-two .title {
	position: relative;
	font-weight: 500;
	padding: 4px 22px;
	border-radius: 50px;
	display: inline-block;
	font-size: var(--font-13);
	text-transform: capitalize;
	color: var(--black-color);
	border: 1px solid #000000;
	font-family: var(--font-family-Inter);
	margin-bottom: var(--margin-bottom-30);
}

.sale-section-two h2 {
	top: -13px;
	font-weight: 500;
	line-height: 46px;
	color: var(--black-color);
	font-size: var(--font-34);
	margin-bottom: var(--margin-bottom-10);
}

.sale-section-two .text {
	color: var(--color-twentyfour);
	font-family: var(--font-family-Jost);
	margin-bottom: var(--margin-bottom-30);
	font-family: var(--font-family-Outfit);
}

.sale-section-two .shop-now {
	position: relative;
	font-weight: 500;
	display: inline-block;
	font-size: var(--font-15);
	text-transform: uppercase;
	color: var(--color-thirtyfour);
	margin-top: var(--margin-top-40);
	padding-right: var(--padding-right-25);
	font-family: var(--font-family-Outfit);
}

.sale-section-two .shop-now:before {
	position: absolute;
	content: "\f152";
	right: 0px;
	font-weight: 700;
	font-style: normal;
	font-size: var(--font-14);
	font-family: "flaticon";
}

.sale-section-two .shop-now:hover {
	color: var(--main-color);
}

.sale-section-two .image-column {
	position: relative;
	margin-bottom: var(--margin-bottom-30);
}

.sale-section-two .image-column .inner-column {
	position: relative;
}

.sale-section-two .image-column .image {
	position: relative;
	z-index: 1;
	text-align: right;
}

.sale-section-two .price-tag {
	position: absolute;
	left: 10%;
	bottom: 5%;
	width: 74px;
	height: 76px;
	z-index: 1;
	font-weight: 700;
	text-align: center;
	padding: 20px 10px 10px;
	font-size: var(--font-24);
	color: var(--white-color);
	font-family: var(--font-family-Roboto);
}

.sale-section-two .price-tag:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: -1;
	background: url(../images/icons/price-tag.png) no-repeat;
}

.sale-section-two .price-tag sup {
	position: relative;
	top: 1px;
	font-weight: 500;
	font-size: var(--font-12);
	margin-left: var(--margin-left-5);
}

.sale-section-two .price-tag span {
	font-weight: 500;
	font-size: var(--font-14);
	text-decoration: line-through;
}

.sale-section-two .image-column .vector-icon-one {
	position: absolute;
	right: 20%;
	top: 0px;
	width: 60px;
	height: 60px;
	background-repeat: no-repeat;
}

.sale-section-two .image-column .vector-icon-two {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 251px;
	height: 256px;
	background-repeat: no-repeat;
}

.sale-section-two .circle-layer {
	position: absolute;
	right: 0px;
	bottom: -30px;
	width: 280px;
	height: 280px;
	border-radius: 50%;
	border: 35px solid var(--white-color);
}

/* Shop Item Three */

.shop-item-three {
	position: relative;
	margin-bottom: var(--margin-bottom-30);
}

.shop-item-three .inner-box {
	position: relative;
	overflow: hidden;
	min-height: 175px;
	padding-left: 220px;
}

.shop-item-three .image {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 194px;
	overflow: hidden;
	background-color: var(--color-seven);
}

.shop-item-three .image:before {
	position: absolute;
	top: 0;
	left: -85%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .8) 100%);
	background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .8)));
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .8) 100%);
	-webkit-transform: skewX(-25deg);
	-ms-transform: skewX(-25deg);
	transform: skewX(-25deg);
	z-index: 1;
}

.shop-item-three .inner-box:hover .image:before {
	-webkit-animation: shine 1s;
	animation: shine 1s;
}

.shop-item-three .image img {
	position: relative;
	width: 100%;
	display: block;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.shop-item-three .inner-box:hover .image img {
	transform: scale(1.06, 1.06);
	opacity: 0.70;
}

.shop-item-three .image .heart-tag {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	display: inline-block;
	font-family: "flaticon";
	font-size: var(--font-14);
	color: var(--black-color);
	background-color: var(--white-color);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.shop-item-three .inner-box:hover .heart-tag {
	color: var(--white-color);
	background-color: var(--main-color);
}

.shop-item-three .content {
	position: relative;
}

.shop-item-three .lower-box {
	position: relative;
	margin-top: var(--margin-top-10);
}

.shop-item-three .rating {
	position: relative;
}

.shop-item-three .rating .fa {
	position: relative;
	color: var(--color-eight);
}

.shop-item-three .rating .fa.light {
	position: relative;
	opacity: 0.20;
	color: var(--black-eight);
}

.shop-item-three h6 {
	font-weight: 500;
	font-size: var(--font-15);
	text-transform: capitalize;
	margin-top: var(--margin-top-5);
	font-family: var(--font-family-Jost);
	padding-bottom: var(--padding-bottom-5);
	border-bottom: 1px solid rgba(var(--black-color-rgb), 0.06);
}

.shop-item-three h6 a {
	position: relative;
	color: var(--black-color);
}

.shop-item-three h6 a:hover {
	color: var(--main-color);
}

.shop-item-three .price {
	position: relative;
	font-weight: 500;
	display: inline-block;
	font-size: var(--font-14);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	color: rgba(var(--black-color-rgb), 0.50);
}

.shop-item-three .price span {
	position: relative;
	color: var(--main-color);
	text-decoration: line-through;
	margin-right: var(--margin-right-10);
}

.shop-item-three .inner-box .select-amount {
	position: relative;
}

.shop-item-three .select-amount {
	position: relative;
}

.shop-item-three .select-box {
	position: relative;
	float: left;
	text-align: center;
	margin: 0px 8px 0px 0px;
}

.shop-item-three .select-box:last-child {
	margin-right: 0px;
}

.shop-item-three .select-box input[type="radio"] {
	left: 0px;
	top: 0px;
	visibility: hidden;
	position: absolute;
	opacity: 0;
}

.shop-item-three .select-box label {
	width: 37px;
	height: 33px;
	display: block;
	line-height: 24px;
	padding: 4px 6px;
	text-align: center;
	font-size: 12px;
	font-weight: 400;
	color: #808080;
	cursor: pointer;
	min-width: 30px;
	margin-bottom: 0px;
	border-radius: 0px;
	transition: all 500ms ease;
	text-transform: uppercase;
	border: 1px solid var(--color-seventyseven);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.shop-item-three .select-box.not-available label {
	border-color: #e6e6e6;
	cursor: inherit;
}

.shop-item-three .select-box label:hover,
.shop-item-three .select-box input[type="radio"]:checked+label {
	color: var(--white-color);
	border-color: var(--main-color);
	background-color: var(--main-color);
}

.shop-item-three.mix {
	display: none;
}

/***

==================================================================
	Testimonial Section Three
==================================================================

***/

.testimonial-section-three {
	position: relative;
	padding-bottom: var(--padding-bottom-70);
}

.testimonial-section-three .inner-container {
	position: relative;
}

.testimonial-section-three .image-column {
	position: relative;
}

.testimonial-section-three .image-column .inner-column {
	position: relative;
	margin-left: -180px;
	padding-right: var(--padding-right-80);
}

.testimonial-section-three .image-column .image {
	position: relative;
}

.testimonial-section-three .image-column .image:before {
	position: absolute;
	content: '';
	left: 10px;
	top: -15px;
	right: -12px;
	bottom: 0px;
	z-index: -1;
	background-color: var(--main-color);
	clip-path: polygon(0 0, 100% 0, 98% 100%, 10% 100%);
}

.testimonial-section-three .carousel-column {
	position: relative;
}

.testimonial-section-three .carousel-column .inner-column {
	position: relative;
	padding-top: var(--padding-top-80);
}

.testimonial-section-three .rating {
	position: relative;
	font-size: var(--font-18);
	color: var(--color-eight);
}

.testimonial-section-three .text {
	line-height: 56px;
	color: var(--black-color);
	font-size: var(--font-28);
	margin-top: var(--margin-top-20);
	margin-bottom: var(--margin-bottom-15);
	font-family: var(--font-family-Jost);
}

.testimonial-section-three .text span {
	color: var(--main-color);
}

.testimonial-section-three .author-info {
	position: relative;
	color: var(--color-twelve);
	font-size: var(--font-13);
	margin-top: var(--margin-top-20);
}

.testimonial-section-three .author-info span {
	position: relative;
	font-size: var(--font-16);
	padding-right: var(--padding-right-35);
}

.testimonial-section-three .author-info span:before {
	position: absolute;
	content: '';
	left: 0px;
	right: 0px;
	bottom: 0px;
	height: 2px;
	z-index: -1;
	background: url(../images/icons/vector-4.png) no-repeat;
}

.testimonial-section-three .author-info span:after {
	position: absolute;
	content: '';
	right: 7px;
	top: 11px;
	width: 20px;
	height: 1px;
	opacity: 0.10;
	background-color: var(--black-color);
}

.testimonial-section-three .quote-icon {
	position: relative;
	right: 140px;
	bottom: 0px;
	opacity: 0.10;
	line-height: 1em;
	text-align: right;
	font-size: var(--font-40);
	font-family: "Flaticon";
}

.testimonial-section-three .pattern-layer {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 149px;
	height: 111px;
	background-repeat: no-repeat;
}

.testimonial-section-three .owl-nav {
	position: relative;
	margin-top: -35px;
}

.testimonial-section-three .owl-nav .owl-prev,
.testimonial-section-three .owl-nav .owl-next {
	position: relative;
	max-width: 110px;
	width: 100%;
	display: inline-block;
	font-size: var(--font-16);
	color: var(--black-color);
	font-family: "flaticon";
}

.testimonial-section-three .owl-dots {
	top: -26px;
	display: inline-block;
	position: relative;
	counter-reset: slides-num;
}

.testimonial-section-three .owl-dots .owl-dot {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-left: 28px;
	counter-increment: slides-num;
}

.testimonial-section-three .owl-dots .owl-dot span {
	position: relative;
	display: block;
	font-weight: 500;
	padding-bottom: 5px;
	font-size: var(--font-16);
	color: var(--black-color);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	content: "0" counter(slides-num) "";
}

.testimonial-section-three .owl-dots .owl-dot span:after {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	right: 0px;
	height: 2px;
	opacity: 0;
	background-color: var(--main-color);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.testimonial-section-three .owl-dots .owl-dot:hover span:after,
.testimonial-section-three .owl-dots .owl-dot.active span:after {
	opacity: 1;
}

.testimonial-section-three .owl-dots .owl-dot span:before {
	position: relative;
	content: "0" counter(slides-num) "";
}

.testimonial-section-three .owl-dots .owl-dot:hover span,
.testimonial-section-three .owl-dots .owl-dot.active span {
	color: var(--main-color);
	opacity: 1;
}

/***

====================================================================
	Page Title
====================================================================

***/

.page-title {
	position: relative;
	text-align: center;
	background-size: cover;
	padding: 120px 0px 120px;
	background-image: url(../images/about\ page/PageTitle.png);
	background-position: center center;
	background-repeat: no-repeat;
}

.page-title-contact-us {
	background-image: url(../images/contactus/PageTitle.png) !important;
}


.page-title h2 {
	text-transform: capitalize;
	color: var(--color-twentyeight);
}

.page-title .bread-crumb {
	position: relative;
	margin-top: var(--margin-top-20);
}

.page-title .bread-crumb li {
	position: relative;
	font-weight: 400;
	display: inline-block;
	text-transform: capitalize;
	font-size: var(--font-16);
	color: var(--color-thirtyseven);
	margin-right: var(--margin-right-15);
	padding-right: var(--padding-right-15);
}

.page-title .bread-crumb li:before {
	position: absolute;
	right: -6px;
	top: 0px;
	font-weight: 700;
	content: "\f105";
	color: var(--color-fifty);
	font-family: 'FontAwesome';
}

.page-title .bread-crumb li:last-child {
	padding-right: 0;
	margin-right: 0;
}

.page-title .bread-crumb li:last-child:before {
	display: none;
}

.page-title .bread-crumb li a {
	color: var(--black-color);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.page-title .bread-crumb li a:hover {
	color: var(--main-color);
}

/***

====================================================================
	Sidebar Page Container
====================================================================

***/

.sidebar-page-container {
	position: relative;
	/* padding: 100px 0px 60px; */
}

.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side {
	margin-bottom: var(--margin-bottom-40);
}

.sidebar-page-container .sidebar-inner {
	position: relative;
	padding: 30px 20px;
	border: 1px solid rgba(var(--black-color-rgb), 0.05);
}

.sticky-top {
	top: 90px;
	z-index: 1;
}

.sidebar-widget {
	position: relative;
	margin-bottom: var(--margin-bottom-30);
}

.sidebar-widget-two {
	position: relative;
	margin-bottom: var(--margin-bottom-50);
}

.sidebar-widget-two:last-child {
	margin-bottom: var(--margin-zero);
}


/*** 

====================================================================
	Styled Pagination
====================================================================

***/

.shops-outer .styled-pagination {
	margin-top: var(--margin-top-20);
}

.styled-pagination {
	position: relative;
}

.styled-pagination li {
	position: relative;
	margin: 0px 5px 10px;
	display: inline-block;
}

.styled-pagination li a {
	position: relative;
	display: inline-block;
	line-height: 46px;
	height: 50px;
	width: 50px;
	min-width: 50px;
	font-weight: 500;
	border-radius: 0px;
	text-align: center;
	text-transform: capitalize;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	font-size: var(--font-18);
	color: var(--color-thirtyeight);
	border: 2px solid rgba(var(--black-color-rgb), 0.08);
}

.styled-pagination li.prev a,
.styled-pagination li.next a {
	line-height: 40px;
	top: 1px;
	font-size: var(--font-20);
	font-family: "Flaticon";
}

.styled-pagination li a:hover,
.styled-pagination li a.active {
	color: var(--white-color);
	border-color: var(--color-thirtyeight);
	background-color: var(--color-thirtyeight);
}

/* Sidebar Title */

.sidebar-title {
	position: relative;
	margin-bottom: var(--margin-bottom-30);
}

.sidebar-title h6 {
	font-weight: 400;
	color: var(--black-color);
	text-transform: capitalize;
}

/* Sidebar Title */

.sidebar-title-two {
	position: relative;
	margin-bottom: var(--margin-bottom-25);
}

.sidebar-title-two h5 {
	font-weight: 500;
	font-size: var(--font-22);
	color: var(--black-color);
	text-transform: capitalize;
	padding-bottom: var(--padding-bottom-10);
	font-family: var(--font-family-Josefin);
	border-bottom: 1px solid rgba(var(--black-color-rgb), 0.08);
}

.sidebar-title-two h5:before {
	position: absolute;
	content: '';
	left: 0px;
	bottom: -1px;
	width: 75px;
	height: 1px;
	background-color: var(--main-color);
}

/* Category List */

.category-list {
	position: relative;
}

.category-list li {
	position: relative;
	margin-bottom: var(--margin-bottom-25);
}

.category-list li a {
	position: relative;
	display: block;
	font-size: var(--font-16);
	color: var(--color-thirtynine);
	font-family: var(--font-family-Outfit);
}

.category-list li a:hover {
	color: var(--main-color);
}

.category-list li:last-child {
	margin-bottom: var(--margin-zero);
}

.sel-colors {
	position: relative;
	margin-top: 15px;
	margin-bottom: 15px;
}

.sel-colors strong {
	position: relative;
	top: -11px;
	display: inline-block;
	font-size: 16px;
	color: #333333;
	font-weight: 600;
	line-height: 30px;
	text-transform: uppercase;
	margin-right: 10px;
}

.sel-colors .color-box {
	position: relative;
	width: 18px;
	height: 18px;
	margin-right: 5px;
	border-radius: 50%;
	display: inline-block;
}

.sel-colors .color-box input {
	position: absolute;
	visibility: hidden;
	opacity: 0;
}

.sel-colors .color-box label {
	position: relative;
	display: block;
	width: 18px;
	height: 18px;
	cursor: pointer;
	border-radius: 50%;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.sel-colors .color-box input[type="radio"]:checked+label:before {
	position: absolute;
	content: '';
	left: -3px;
	top: -3px;
	right: -3px;
	bottom: -3px;
	opacity: 0.50;
	border-radius: 50%;
	border: 1px solid var(--black-color);
}


/* Tag List */

.tag-list {
	position: relative;
	display: block;
}

.tag-list li {
	position: relative;
	display: inline-block;
	margin-right: var(--margin-right-5);
	margin-bottom: var(--margin-bottom-10);
}

.tag-list li a {
	position: relative;
	display: block;
	line-height: 20px;
	font-weight: 400;
	padding: 9px 16px;
	border-radius: 0px;
	font-size: var(--font-14);
	text-transform: capitalize;
	color: var(--color-fourtyfour);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	background-color: var(--color-fourtythree);
}

.tag-list li a:hover {
	color: var(--white-color);
	background-color: var(--main-color);
}



/***

====================================================================
	Shop Detail Section
====================================================================

***/

.shop-detail-section {
	position: relative;
	/* padding: 120px 0px 0px; */
}

.shop-detail-section .bread-crumb {
	display: flex;
	align-content: center;
	gap: 10px;
	margin-bottom: 10px;
	font-size: 15px;
}

.shop-detail-section .p_discription {
	font-size: 40px;
	text-align: center;
	margin-bottom: 50px;
	text-decoration: underline;
}

.shop-detail-section .upper-box {
	position: relative;
}

.shop-detail-section .gallery-column {
	position: relative;
	margin-bottom: var(--margin-bottom-30);
}

.shop-detail-section .gallery-column .inner-column {
	position: relative;
}

.shop-detail-section .gallery-column .carousel-outer {
	position: relative;
	padding-right: 125px;
}

.shop-detail-section .gallery-column .image {
	position: relative;
	text-align: center;
}

.shop-detail-section .gallery-column .image img {
	position: relative;
	width: 100%;
	display: block;
	background-color: var(--color-seven);
}

.shop-detail-section .gallery-column .thumbs-carousel {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 105px;
}

.shop-detail-section .gallery-column .thumb {
	cursor: pointer;
	margin-bottom: var(--margin-zero);
	border: 1px solid rgba(var(--black-color-rgb), 0.06);
	background-color: var(--color-seven);
}

.shop-detail-section .content-column {
	position: relative;
	margin-bottom: var(--margin-bottom-30);
}

.shop-detail-section .content-column .inner-column {
	position: relative;
	padding-left: var(--padding-left-60);
}

.shop-detail-section .content-column .series_tag {
	width: fit-content;
	font-size: var(--font-14);
	color: var(--white-color);
	background-color: var(--main-color);
	padding: 5px 10px;
	border-radius: 10px;
	margin-bottom: var(--margin-bottom-15);
}

.shop-detail-section .content-column h3 {
	font-size: var(--font-40);
	font-weight: 600;
	color: var(--black-color);
	font-family: var(--font-family-Josefin);
}

.shop-detail-section .content-column .text {
	position: relative;
	opacity: 0.80;
	line-height: 30px;
	font-size: var(--font-15);
	color: var(--color-fourtyfive);
	margin-top: var(--margin-zero);
	margin-bottom: var(--margin-bottom-25);
}

.shop-detail-section .content-column .rating {
	position: relative;
	font-size: var(--font-16);
	color: var(--color-five);
	margin-top: var(--margin-top-15);
}

.shop-detail-section .content-column .rating .light {
	opacity: 0.20;
	color: var(--black-color);
}

.shop-detail-section .content-column .rating i {
	position: relative;
	font-weight: 500;
	font-style: normal;
	font-size: var(--font-14);
	color: var(--color-twelve);
	margin-left: var(--margin-left-10);
}

.shop-detail-section .content-column .price {
	position: relative;
	font-weight: 500;
	color: var(--black-color);
	font-size: var(--font-16);
	margin-top: var(--margin-top-25);
	margin-bottom: var(--margin-bottom-15);
}

.shop-detail-section .content-column .price i {
	position: relative;
	top: -2px;
	border-radius: 0px;
	padding: 1px 10px;
	font-style: normal;
	display: inline-block;
	font-size: var(--font-13);
	color: var(--black-color);
	margin-left: var(--margin-left-5);
	border: 1px solid var(--black-color);
}

.shop-detail-section .content-column .price span {
	position: relative;
	font-weight: 400;
	opacity: 0.50;
	margin: 0px 5px;
	font-size: var(--font-14);
	text-decoration: line-through;
}

.shop-detail-section .content-column .model {
	position: relative;
	margin-top: var(--margin-top-5);
	margin-right: var(--margin-right-15);
}

.shop-detail-section .content-column .model .model-title {
	position: relative;
	display: block;
	font-weight: 500;
	display: inline-block;
	font-size: var(--font-16);
	color: var(--color-fourtysix);
	margin-bottom: var(--margin-bottom-15);
}

.shop-detail-section .content-column .button-box {
	position: relative;
}

.shop-detail-section .content-column .button-box .theme-btn {
	margin-right: var(--margin-right-20);
	text-transform: uppercase;
	font-size: var(--font-14);
	padding: 17px 44px;
}

.shop-detail-section .content-column .social-box {
	position: relative;
	margin-top: var(--margin-top-20);
	margin-bottom: var(--margin-bottom-25);
}

.shop-detail-section .content-column .social-box li {
	position: relative;
	display: inline-block;
	margin-right: var(--margin-right-15);
}

.shop-detail-section .content-column .social-box li.share {
	font-weight: 500;
	font-size: var(--font-16);
	color: var(--color-fourtysix);
}

.shop-detail-section .content-column .social-box li a {
	position: relative;
	font-size: var(--font-16);
	color: var(--color-fourtysix);
}

.shop-detail-section .content-column .social-box li a:hover {
	color: var(--main-color);
}

.select-size-box .select-box {
	float: left;
	text-align: center;
	margin: 0px 10px 10px 0px;
}

.select-size-box .select-box label {
	display: block;
	line-height: 24px;
	padding: 4px 18px;
	text-align: center;
	font-weight: 600;
	border-radius: 0px;
	font-size: var(--font-12);
	transition: all 500ms ease;
	text-transform: uppercase;
	color: var(--white-color);
	background-color: var(--main-color);
}


.shop-detail-section .content-column .categories {
	position: relative;
	font-weight: 400;
	font-size: var(--font-20);
	margin-top: var(--margin-top-15);
	color: rgba(var(--color-fourtyfive-rgb));
	text-decoration: underline;
}

.shop-detail-section .content-column .details {
	position: relative;
	font-weight: 400;
	font-size: var(--font-15);
	margin-top: var(--margin-top-10);
	color: rgba(var(--color-fourtyfive-rgb), 0.80);
}

.shop-detail-section .content-column .details span {
	position: relative;
	font-weight: 500;
	font-size: var(--font-16);
	color: var(--color-fourtysix);
}

.quantity-box {
	display: flex;
	width: 40px;
	height: 40px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: var(--main-color);
}

.price_link:hover {
	color: var(--main-color) !important;
	font-weight: 600;
}

.product_details_list {
	display: flex;
	justify-content: center;
	align-content: center;
	gap: 20px;
}

/*** 

====================================================================
	Product Tabs Style
====================================================================

***/

.shop-detail-section .prod-tabs {
	position: relative;
	margin-top: var(--margin-top-30);
}

.shop-detail-section .prod-tabs .tab-btns {
	position: relative;
}

.shop-detail-section .prod-tabs .tab-btns .tab-btn {
	position: relative;
	display: inline-block;
	margin-right: var(--margin-right-40);
	background: var(--white-color);
	color: var(--black-color);
	text-transform: uppercase;
	font-size: var(--font-14);
	line-height: 24px;
	cursor: pointer;
	font-weight: 500;
	padding: 14px 44px;
	transition: all 500ms ease;
	border: 1px solid rgba(var(--black-color-rgb), 0.06);
}

.shop-detail-section .prod-tabs .tab-btns .tab-btn:hover,
.shop-detail-section .prod-tabs .tab-btns .tab-btn.active-btn {
	color: var(--white-color);
	border-color: var(--black-color);
	background-color: var(--black-color);
}

.shop-detail-section .prod-tabs .tabs-content {
	position: relative;
	padding: 40px 0px 0px;
}

.shop-detail-section .prod-tabs .tabs-content .tab {
	position: relative;
	display: none;
	border-top: 0px;
}

.shop-detail-section .prod-tabs .tabs-content .tab.active-tab {
	display: block;
}

.prod-tabs .tabs-content p {
	position: relative;
	line-height: 32px;
	font-size: var(--font-18);
	color: var(--color-fourtynine);
	margin-bottom: var(--margin-bottom-30);
	font-family: var(--font-family-Jost);
}

.prod-tabs .tabs-content .tab .title {
	position: relative;
	color: var(--text-color);
	font-size: var(--font-20);
	font-weight: 400;
	margin-top: var(--margin-top-10);
	margin-bottom: var(--margin-bottom-25);
}


.shop-detail-section .related-products h4 {
	text-transform: uppercase;
	margin-bottom: var(--margin-bottom-30);
}

.shop-detail-section .lower-box h3 {
	color: var(--color-twelve);
	font-size: var(--font-28);
	font-family: var(--font-family-Jost);
	margin-bottom: var(--margin-bottom-15);
}

.shop-detail-section .lower-box h5 {
	margin-bottom: var(--margin-bottom-20);
}

.shop-detail-section .list-one {
	position: relative;
}

.shop-detail-section .list-one li {
	position: relative;
	font-size: var(--font-16);
	color: var(--color-fourtynine);
	padding-left: var(--padding-left-30);
	margin-bottom: var(--margin-bottom-25);
	font-family: var(--font-family-Jost);
}

.shop-detail-section .list-one li:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 5px;
	width: 10px;
	height: 10px;
	background-color: var(--black-color);
}

.shop-detail-section .list-one li:last-child {
	margin-bottom: var(--margin-zero);
}

.shop-detail-section .list-two {
	position: relative;
	margin-top: -40px;
}

.shop-detail-section .list-two li {
	position: relative;
	font-size: var(--font-16);
	color: var(--color-fourtynine);
	padding-left: var(--padding-left-50);
	margin-bottom: var(--margin-bottom-25);
}

.shop-detail-section .list-two li:last-child {
	margin-bottom: var(--margin-zero);
}

.shop-detail-section .list-two li:before {
	position: absolute;
	content: "\f1a2";
	left: 0px;
	top: 0px;
	width: 28px;
	height: 28px;
	text-align: center;
	border-radius: 50px;
	line-height: 28px;
	font-size: var(--font-12);
	font-family: "Flaticon";
	color: var(--black-color);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
}

/*** 

====================================================================
	About Section
====================================================================

***/

.about-section {
	position: relative;
	padding: 100px 0px 70px;
}

.about-section .image-column {
	position: relative;
	margin-bottom: var(---margin-bottom-30);
}

.about-section .image-column .inner-column {
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.about-section .image-column .inner-column .image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.about-section .image-column .inner-column .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.about-section .experiance {
	position: absolute;
	left: 20px;
	top: 20px;
	width: 128px;
	padding: 15px 15px;
	text-align: center;
	display: inline-block;
	background-color: var(--white-color);
	font-family: var(--font-family-SpaceGrotesk);
}

.about-section .experiance .counter {
	position: relative;
	font-size: var(--font-30);
}

.about-section .experiance .counter span {
	position: relative;
	font-weight: 500;
	font-size: var(--font-49);
	color: var(--black-color);
}

.about-section .experiance .years {
	position: relative;
	font-size: var(--font-14);
	color: var(--color-fiftyfour);
}

.about-section .content-column .inner-column .four_p {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

/* Email Box */

.about-section .years-box {
	position: absolute;
	left: 20px;
	bottom: 20px;
	z-index: 10;
	writing-mode: vertical-rl;
	/* transform:rotate(180deg); */
	font-weight: 400;
	letter-spacing: 1px;
	padding: 30px 15px;
	font-size: var(--font-16);
	color: var(--black-color);
	background-color: var(--white-color);
	font-family: var(--font-family-Outfit);
}

.about-section .years-box span {
	color: var(--main-color);
}

.about-section .content-column {
	position: relative;
	margin-bottom: var(---margin-bottom-30);
}

.about-section .content-column .inner-column {
	position: relative;
	padding-top: var(--padding-top-30);
	padding-left: var(--padding-left-50);
}

.about-section .title {
	position: relative;
	padding: 6px 32px;
	font-weight: 500;
	border-radius: 2px;
	display: inline-block;
	font-size: var(--font-14);
	color: var(--black-color);
	border: 1px solid var(--black-color);
	font-family: var(--font-family-Inter);
}

.about-section h2 {
	font-weight: 500;
	margin-top: var(--margin-top-20);
	color: var(--color-twentyeight);
	font-family: var(--font-family-Jost);
}

.about-section .text {
	font-weight: 400;
	text-align: justify;
	font-size: var(--font-16);
	color: var(--color-fiftyfive);
	margin-top: var(--margin-top-20);
	margin-bottom: var(--margin-bottom-25);
	font-family: var(--font-family-Outfit);
}

.about-section .options {
	position: relative;
}

.about-section .options li {
	position: relative;
	font-weight: 400;
	display: inline-block;
	font-size: var(--font-16);
	color: var(--color-twentyfive);
	padding-left: var(--padding-left-45);
	margin-right: var(--margin-right-50);
	font-family: var(--font-family-Outfit);
}

.about-section .options li .icon {
	position: absolute;
	left: 0px;
	top: -4px;
	line-height: 1em;
	font-weight: 500;
	font-family: "flaticon";
	color: var(--black-color);
	font-size: var(--font-28);
}

.about-section .check-list {
	position: relative;
	margin-top: var(--margin-top-35);
}

.about-section .check-list li {
	position: relative;
	font-size: var(--font-16);
	color: var(--color-fourtynine);
	padding-left: var(--padding-left-40);
	margin-bottom: var(--margin-bottom-15);
}

.about-section .check-list li:last-child {
	margin-bottom: var(--margin-zero);
}

.about-section .check-list li:before {
	position: absolute;
	content: "\f1a2";
	left: 0px;
	top: 0px;
	font-size: var(--font-18);
	font-family: "Flaticon";
	color: var(--black-color);
}

.about-section .designation {
	position: relative;
	font-weight: 400;
	font-size: var(--font-13);
	color: var(--color-twentynine);
	margin-top: var(--margin-top-20);
	padding-top: var(--padding-top-20);
	font-family: var(--font-family-Jost);
	border-top: 1px solid rgba(var(--black-color-rgb), 0.10);
}

.about-section .designation span {
	position: relative;
	font-size: var(--font-16);
	padding-right: var(--padding-right-30);
	font-family: var(--font-family-Josefin);
}

.about-section .designation span:after {
	position: absolute;
	content: '';
	right: 6px;
	top: 6px;
	height: 1px;
	width: 13px;
	opacity: 0.20;
	background-color: var(--black-color);
}

/*** 

====================================================================
	Sale Section Three
====================================================================

***/

.sale-section-three {
	position: relative;
	padding: 30px 0px 90px;
}

.sale-section-three .title-box {
	position: relative;
	margin-bottom: var(--margin-bottom-40);
}

.sale-section-three .title-box .title {
	position: relative;
	padding: 5px 24px;
	font-weight: 500;
	border-radius: 50px;
	display: inline-block;
	font-size: var(--font-14);
	color: var(--black-color);
	border: 1px solid var(--black-color);
	font-family: var(--font-family-Inter);
}

.sale-section-three .title-box h2 {
	font-size: var(--font-34);
	margin-top: var(--margin-top-20);
}

/* Sale Tabs */

.sale-tabs {
	position: relative;
	margin-top: var(--margin-top-30);
}

.sale-tabs .tab-btns {
	position: relative;
}

.sale-tabs .tab-btns .tab-btn {
	position: relative;
	top: 1px;
	display: inline-block;
	margin-right: var(--margin-right-20);
	background: var(--white-color);
	color: var(--black-color);
	text-transform: uppercase;
	font-size: var(--font-14);
	line-height: 24px;
	cursor: pointer;
	font-weight: 500;
	padding: 14px 44px;
	transition: all 500ms ease;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
}

.sale-tabs .tab-btns .tab-btn:hover,
.sale-tabs .tab-btns .tab-btn.active-btn {
	color: var(--white-color);
	border-color: var(--main-color);
	background-color: var(--main-color);
}

.sale-tabs .tabs-content {
	position: relative;
	padding: 40px 0px 0px;
}

.sale-tabs .tabs-content .tab {
	position: relative;
	display: none;
	border-top: 0px;
}

.sale-tabs .tabs-content .tab.active-tab {
	display: block;
}

.sale-tabs p {
	color: var(--color-fourtynine);
	text-align: justify;
	margin-bottom: var(--margin-bottom-20);
}

.sale-tabs h5 {
	font-weight: 500;
	font-size: var(--font-22);
	color: var(--color-fiftysix);
	margin-bottom: var(--margin-bottom-25);
}

.sale-tabs .check-list {
	position: relative;
}

.sale-tabs .check-list li {
	position: relative;
	font-size: var(--font-16);
	color: var(--color-fourtynine);
	padding-left: var(--padding-left-30);
	margin-bottom: var(--margin-bottom-15);
}

.sale-tabs .check-list li:last-child {
	margin-bottom: var(--margin-zero);
}

.sale-tabs .check-list li:before {
	position: absolute;
	content: "\f1a2";
	left: 0px;
	top: -1px;
	font-size: var(--font-14);
	font-family: "Flaticon";
	color: var(--black-color);
}

/*** 

====================================================================
	Services Section Two
====================================================================

***/

.services-section-two {
	position: relative;
}

.services-section-two .inner-container {
	position: relative;
	padding: 25px 25px;
	background-color: var(--color-seven);
}

/* Search Box Widget */

.sidebar .search-box {
	position: relative;
}

.sidebar .search-box .form-group {
	position: relative;
	margin: var(--margin-zero);
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"] {
	position: relative;
	line-height: 28px;
	font-size: var(--font-16);
	padding: 10px 50px 10px 25px;
	background: var(--white-color);
	display: block;
	width: 100%;
	height: 52px;
	border-radius: 0px;
	color: var(--color-fiftyseven);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	font-family: var(--font-family-Jost);
	border: 1px solid rgba(var(--black-color-rgb), 0.06);
}

.sidebar .search-box .form-group input::placeholder,
.sidebar .search-box .form-group textarea::placeholder {
	color: var(--color-fiftyseven);
	opacity: 0.58;
}

.sidebar .search-box .form-group button {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 52px;
	width: 60px;
	display: block;
	cursor: pointer;
	line-height: 100%;
	font-weight: normal;
	border-radius: 0px;
	font-size: var(--font-18);
	color: var(--color-two);
	background: none;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.sidebar .search-box .form-group button:hover {
	background-color: var(--main-color);
	color: var(--white-color);
}


.sidebar .social-list {
	position: relative;
}

.sidebar .social-list li {
	position: relative;
	font-weight: 400;
	font-size: var(--font-18);
	font-family: var(--font-family-Josefin);
	margin-bottom: var(--margin-bottom-25);
}

.sidebar .social-list li .icon {
	position: relative;
	width: 36px;
	height: 36px;
	line-height: 34px;
	border-radius: 50px;
	text-align: center;
	font-size: var(--font-16);
	margin-right: var(--margin-right-15);
	border: 1px solid rgba(var(--black-color-rgb), 0.10);
}

.sidebar .social-list a {
	position: absolute;
	right: 0px;
	font-weight: 500;
	border-radius: 50px;
	display: inline-block;
	padding: 5px 20px 4px;
	font-size: var(--font-15);
	text-transform: capitalize;
	color: var(--color-fiftyeight);
	font-family: var(--font-family-Inter);
	border: 1px solid rgba(var(--black-color-rgb), 0.10);
}

.sidebar .social-list a:hover {
	color: var(--white-color);
	background-color: var(--main-color);
}

.sidebar .social-list li:last-child {
	margin-bottom: var(--margin-zero);
}

/*** 

====================================================================
	Error Section
====================================================================

***/

.error-section {
	position: relative;
	text-align: center;
	padding: 110px 0px 80px;
}

.error-section .content {
	position: relative;
}

.error-section h1 {
	line-height: 1em;
	font-size: 340px;
	font-weight: 700;
	color: rgba(var(--black-color-rgb), 0.15);
}

.error-section h2 {
	font-weight: 600;
	font-size: var(--font-55);
	margin-top: var(--margin-top-15);
	font-family: var(--font-family-Josefin);
}

.error-section .text {
	font-size: var(--font-18);
	color: var(--color-sixtyone);
	margin-top: var(--margin-top-35);
}

.error-section .button-box {
	margin-top: var(--margin-top-35);
}

/*** 

====================================================================
	Contact Page Section
====================================================================

***/

.contact-page-section {
	position: relative;
	padding: 110px 0px 110px;
}

.contact-page-section .info-column {
	position: relative;
	margin-bottom: var(--margin-bottom-30);
}

.contact-page-section .info-column .inner-column {
	position: relative;
}

/* Info Box */

.contact-page-section .info-box {
	position: relative;
	margin-bottom: var(--margin-bottom-30);
}

.contact-page-section .info-box .box-inner {
	position: relative;
	padding: 30px 30px 25px;
	border: 1px solid rgba(var(--black-color-rgb), 0.07);
}

.contact-page-section .info-box .icon {
	position: relative;
	line-height: 1em;
	margin-right: 25px;
	font-family: "Flaticon";
	color: var(--black-color);
	font-size: var(--font-56);
}

.contact-page-section .info-box .content {
	position: relative;
}

.contact-page-section .info-box strong {
	position: relative;
	display: block;
	font-weight: 500;
	font-size: var(--font-20);
	color: var(--black-color);
	margin-bottom: var(--margin-bottom-5);
	font-family: var(--font-family-Josefin);
}

.contact-page-section .info-box a {
	display: inline-block;
	font-size: var(--font-16);
	color: var(--color-seventy);
	margin-top: var(--margin-top-5);
}

.contact-page-section .info-box a:hover {
	color: var(--main-color);
}

.contact-page-section .info-box .text {
	line-height: 26px;
	font-size: var(--font-16);
	color: var(--color-seventy);
	margin-top: var(--margin-top-5);
}

.contact-page-section .map-column {
	position: relative;
	margin-bottom: var(--margin-bottom-30);
}

.contact-page-section .map-column .inner-column {
	position: relative;
}

.contact-page-section iframe {
	position: relative;
	width: 100%;
	height: 475px;
}

.contact-page-section .contact-boxed {
	position: relative;
	padding: 50px 55px 60px;
	background-color: var(--color-sixty);
}

.contact-page-section .title-box {
	position: relative;
	margin-bottom: var(--margin-bottom-25);
}

.contact-page-section .title-box h3 {
	font-weight: 500;
	font-family: var(--font-family-Josefin);
}

.contact-page-section .title-box .text {
	color: var(--color-seventy);
	margin-top: var(--margin-top-10);
}

/*** 

====================================================================
	Contact Form
====================================================================

***/

.contact-form .form-group {
	margin-bottom: var(--margin-bottom-30);
}

.contact-form .form-group:last-child {
	margin-bottom: 0px;
}

.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="password"],
.contact-form .form-group input[type="tel"],
.contact-form .form-group input[type="email"],
.contact-form .form-group select,
.contact-form .form-group .ui-selectmenu-button.ui-button {
	position: relative;
	display: block;
	width: 100%;
	line-height: 32px;
	padding: 10px 25px;
	height: 55px;
	border-radius: 0px;
	font-size: var(--font-16);
	color: var(--color-fourtyfive);
	background: none;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	border: 1px solid rgba(var(--black-color-rgb), 0.08);
}

.contact-form .form-group .ui-selectmenu-button.ui-button {
	font-weight: 400;
	opacity: 0.80;
	color: var(--color-fourtyfive);
}

.contact-form .form-group .ui-button .ui-icon {
	top: 6px;
}

.contact-form .form-group textarea::-webkit-input-placeholder,
.contact-form .form-group input::-webkit-input-placeholder {
	opacity: 0.80;
	color: var(--color-fourtyfive);
}

.contact-form .form-group input[type="text"]:focus,
.contact-form .form-group input[type="password"]:focus,
.contact-form .form-group input[type="tel"]:focus,
.contact-form .form-group input[type="email"]:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus {
	border-color: var(--main-color);
}

.contact-form .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	line-height: 24px;
	padding: 15px 25px 25px;
	font-size: var(--font-16);
	color: var(--black-color);
	height: 230px;
	background: none;
	resize: none;
	font-size: 16px;
	border-radius: 0px;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	border: 1px solid rgba(var(--black-color-rgb), 0.08);
}

.contact-form .theme-btn {
	cursor: pointer;
	padding: 19px 36px;
	text-transform: uppercase;
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error {
	border-color: #ff0000 !important;
}

.contact-form label.error {
	display: block;
	line-height: 24px;
	padding: 5px 0px 0px;
	margin: 0px;
	text-transform: uppercase;
	font-size: 12px;
	color: #ff0000;
	font-weight: 500;
}

.product-block-four {
	position: relative;
	margin-bottom: var(--margin-bottom-30);
}

.product-block-four .inner-box {
	position: relative;
	padding: 25px 25px 20px;
	border: 1px solid rgba(var(--black-color-rgb), 0.06);
}

.product-block-four .image {
	position: relative;
}

.product-block-four .number {
	position: absolute;
	right: -15px;
	top: -5px;
	width: 24px;
	height: 24px;
	font-weight: 500;
	line-height: 24px;
	text-align: center;
	border-radius: 50px;
	display: inline-block;
	font-size: var(--font-12);
	color: var(--white-color);
	background-color: var(--black-color);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.product-block-four .inner-box:hover .number {
	background-color: var(--main-color);
}

.product-block-four h6 {
	font-weight: 400;
	font-family: var(--font-family-Jost);
}

.product-block-four h6 a {
	position: relative;
	color: var(--black-color);
}

.product-block-four h6 a:hover {
	color: var(--main-color);
}

.product-block-four .total-products {
	position: relative;
	font-size: var(--font-15);
	color: var(--color-seventyone);
	margin-top: var(--margin-top-5);
}