@import url("./common.css");

/*------------------- 4.8. Hero Area  -------------------*/
/* Hero Global ---------------------------------- */
.th-hero-wrapper {
	position: relative;
	z-index: 2;
	overflow: hidden;
}

.th-hero-bg {
	position: absolute;
	inset: 0;
}

.th-hero-bg img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

/* Hero 1 ---------------------------------- */
.hero-title {
	font-size: 100px;
	font-weight: 700;
	line-height: 1.1;
	margin-bottom: 26px;
	margin-top: -0.2em;
}

.hero-title .title1,
.hero-title .title2 {
	display: block;
	max-width: -webkit-fit-content;
	max-width: -moz-fit-content;
	max-width: fit-content;
	position: relative;
}

.hero-1 {
	margin-top: -8px;
}

.hero-1 .hero-img {
	position: absolute;
	top: 10%;
	right: 7%;
	/* Extra large devices */
	/* Medium Large devices */
	/* Large devices */
}

@media (max-width: 1500px) {
	.hero-1 .hero-img {
		right: 1%;
	}
}

@media (max-width: 1299px) {
	.hero-1 .hero-img {
		max-width: 540px;
		top: 15%;
	}
}

@media (max-width: 1199px) {
	.hero-1 .hero-img {
		max-width: 480px;
		top: 15%;
	}
}

.hero-1 .hero-shape4 {
	bottom: 0;
	left: 0;
}

.hero-1:hover path {
	-webkit-animation: fillAni 14s ease-in-out;
	animation: fillAni 14s ease-in-out;
}

.hero-1,
.hero-2 {
	overflow: hidden;
}

.hero-1 .hero-shape1,
.hero-1 .hero-shape2,
.hero-1 .hero-shape3,
.hero-1 .hero-shape4,
.hero-2 .hero-shape1,
.hero-2 .hero-shape2,
.hero-2 .hero-shape3,
.hero-2 .hero-shape4 {
	position: absolute;
	z-index: 0;
}

.hero-1 .hero-shape1,
.hero-2 .hero-shape1 {
	left: 42%;
	bottom: 12%;
}

.hero-1 .hero-shape2,
.hero-2 .hero-shape2 {
	left: 40%;
	top: 10%;
}

.hero-1 .hero-shape3,
.hero-2 .hero-shape3 {
	left: 7%;
	top: 20%;
	/* Extra large devices */
}

@media (max-width: 1500px) {
	.hero-1 .hero-shape3,
	.hero-2 .hero-shape3 {
		left: 2%;
		top: 8%;
	}
}

.svg-img path {
	fill-opacity: 1;
	stroke: var(--theme-color);
	fill: #cee3c6;
	stroke-width: 1;
	stroke-dasharray: 5000;
	stroke-dashoffset: 5000;
}

@-webkit-keyframes fillAni {
	0% {
		stroke-dashoffset: 5000;
		fill: transparent;
		opacity: 0.15;
	}
	99% {
		opacity: 0.2;
	}
	100% {
		stroke-dashoffset: 0;
		stroke-width: 1;
		fill: #cee3c6;
		opacity: 1;
	}
}

@keyframes fillAni {
	0% {
		stroke-dashoffset: 5000;
		fill: transparent;
		opacity: 0.15;
	}
	99% {
		opacity: 0.2;
	}
	100% {
		stroke-dashoffset: 0;
		stroke-width: 1;
		fill: #cee3c6;
		opacity: 1;
	}
}

.hero-style1 {
	position: relative;
	z-index: 6;
	padding: 205px 0;
}

.hero-style1 .sub-title {
	margin-bottom: 25px;
}

.hero-style1 .title-img {
	position: absolute;
	bottom: 85%;
	right: 6%;
}

@media (max-width: 1400px) {
	.hero-title {
		font-size: 86px;
	}
}

/* Large devices */
@media (max-width: 1199px) {
	.hero-title {
		font-size: 70px;
	}
	.hero-style1 {
		padding: 150px 0;
	}
	.hero-style1 .title-img {
		right: 3%;
	}
	.hero-1 .hero-shape4 {
		opacity: 0.4;
	}
}

/* Medium devices */
@media (max-width: 991px) {
	.hero-1 .hero-img {
		position: static;
		max-width: 100%;
		text-align: center;
		margin: 0 auto 50px auto;
	}
	.hero-1 .hero-shape2 {
		display: none;
	}
	.hero-title {
		font-size: 60px;
		line-height: 1.2;
	}
	.hero-style1 {
		padding: 110px 0 40px 0;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}
	.hero-style1 .title1,
	.hero-style1 .title2 {
		margin-left: auto;
		margin-right: auto;
	}
	.hero-style1 .title-img {
		max-width: 40px;
		right: 5%;
	}
}

/* Small devices */
@media (max-width: 767px) {
	.hero-title {
		font-size: 54px;
	}
}

/* Extra small devices */
@media (max-width: 575px) {
	.hero-style1 .title-img {
		right: 3%;
	}
	.hero-title {
		font-size: 42px;
		line-height: 1.24;
		margin-bottom: 20px;
	}
}

@media (max-width: 390px) {
	.hero-title {
		font-size: 36px;
		line-height: 1.3;
	}
}

@media (max-width: 330px) {
	.hero-title {
		font-size: 32px;
	}
}

/*------------------- 4.00. Category -------------------*/
/* Category Card -------------------------------------*/
.category-card {
	background-color: var(--smoke-color2);
	padding: 40px 15px 45px 15px;
	text-align: center;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

.category-card .box-shape {
	position: absolute;
	inset: 2px;
	pointer-events: none;
	background-size: 100% 100%;
}

.category-card .box-icon {
	width: 120px;
	height: 120px;
	line-height: 120px;
	background-color: var(--white-color);
	margin: 0 auto 20px auto;
}

.category-card .box-title {
	font-size: 18px;
	margin-bottom: -0.3em;
	-webkit-transition: 0.1s;
	transition: 0.1s;
}

.category-card .box-title a:hover {
	color: var(--title-color);
}

.category-card .box-subtitle {
	font-size: 14px;
	font-weight: 500;
	font-family: var(--title-font);
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

.category-card:hover {
	background-color: var(--theme-color);
}

.category-card:hover .box-title {
	color: var(--white-color);
}

.category-card:hover .box-subtitle {
	color: var(--white-color);
}

.category-card:hover .box-icon img {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

/*------------------- 4.00. About  -------------------*/
/* About 1 ---------------------------------- */
.img-box1 {
	position: relative;
	z-index: 2;
	text-align: right;
	width: 100%;
}

.img-box2 .img1 img,
.img-box1 .img2 img {
	border-radius: 30px;
}

.img-box1 .img2 {
	display: inline-block;
	position: relative;
	z-index: 2;
}

.img-box1 .img1 {
	position: absolute;
	bottom: 70px;
	left: 0;
	z-index: 1;
}

.img-box1 .shape1 {
	position: absolute;
	bottom: 0;
	right: 45%;
}

.img-box1 .shape1 img {
	max-width: -webkit-fit-content;
	max-width: -moz-fit-content;
	max-width: fit-content;
}

.img-box1 .year-counter {
	margin-top: 24px;
	margin-left: auto;
}

/* Large devices */
@media (max-width: 1199px) {
	.img-box1 {
		max-width: 690px;
		margin-left: auto;
		margin-right: auto;
	}
}

.year-counter {
	max-width: 230px;
	text-align: left;
	padding: 30px;
	box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.08);
	border-radius: 30px;
	background-color: var(--white-color);
	position: relative;
	z-index: 3;
}

.year-counter_number {
	font-family: var(--title-font);
	font-size: 70px;
	font-weight: 700;
	color: var(--theme-color);
	line-height: 50px;
	margin-bottom: 20px;
}

.year-counter_text {
	font-family: var(--title-font);
	color: var(--title-color);
	font-size: 22px;
	line-height: 32px;
	font-weight: 700;
	margin-bottom: -0.32em;
	text-transform: uppercase;
}

.about-feature {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 15px;
	background-color: var(--smoke-color2);
	border-radius: 15px;
	padding: 10px 15px;
	max-width: 244px;
	text-align: left;
}

.about-feature-wrap {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 20px 40px;
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid var(--th-border-color);
	/* Small devices */
}

@media (max-width: 767px) {
	.about-feature-wrap {
		gap: 20px;
	}
}

.about-feature .box-title {
	font-size: 18px;
	line-height: 26px;
	margin-top: -0.34em;
	margin-bottom: -0.34em;
}

/*------------------- 4.00. CTA -------------------*/
.offer-card {
	padding: 70px 40px;
	border-radius: 30px;
	background-position: top left;
	/* Extra small devices */
	/* Extra small devices */
}

.mega-hover {
	position: relative;
	overflow: hidden;
	z-index: 2;
}

.mega-hover:after,
.mega-hover:before {
	content: "";
	position: absolute;
	pointer-events: none;
	opacity: 1;
	z-index: -1;
}

.mega-hover:before {
	top: 0;
	right: 51%;
	bottom: 0;
	left: 50%;
	background: rgba(255, 255, 255, 0.2);
}

.mega-hover:after {
	top: 50%;
	right: 0;
	bottom: 50%;
	left: 0;
	background: rgba(255, 255, 255, 0.3);
}

.mega-hover:hover:before {
	left: 0;
	right: 0;
	opacity: 0;
	-webkit-transition: all 900ms linear;
	transition: all 900ms linear;
}

.mega-hover:hover:after {
	top: 0;
	bottom: 0;
	opacity: 0;
	-webkit-transition: all 900ms linear;
	transition: all 900ms linear;
}

/* Product Area */

/* Tab Row */
.filter-menu {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 15px;
	text-align: center;
	margin-top: -20px;
	margin-bottom: 60px;
	/* Large devices */
	/* Medium devices */
}

@media (max-width: 1199px) {
	.filter-menu {
		margin-bottom: 50px;
	}
}

@media (max-width: 991px) {
	.filter-menu {
		margin-top: -10px;
		margin-bottom: 45px;
		gap: 6px;
	}
}

.filter-menu .th-btn {
	border-radius: 5px;
	padding: 15px 30px;
	background-color: transparent;
	color: var(--body-color);
	border: 1px solid var(--th-border-color);
	min-width: auto;
	/* Medium devices */
}

.filter-menu .th-btn:before {
	background-color: var(--theme-color);
}

.filter-menu .th-btn:hover,
.filter-menu .th-btn.active {
	border-color: var(--theme-color);
	color: var(--white-color);
}

.filter-menu .th-btn:hover:before,
.filter-menu .th-btn.active:before {
	border-radius: 3px;
}

@media (max-width: 991px) {
	.filter-menu .th-btn {
		padding: 13px 20px;
	}
}

/* Tab Row */
.th-product {
	text-align: center;
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s;
	background-color: var(--white-color);
	box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.05);
	border-radius: 20px;
	padding: 18px;
}

.th-product .product-title {
	font-size: 22px;
	margin: 4px 0 6px 0;
	font-weight: 500;
}

.th-product .product-title a {
	color: inherit;
}

.th-product .product-title a:hover {
	color: var(--theme-color);
}

.th-product .product-category {
	color: var(--body-color);
	margin-bottom: 0px;
	display: block;
}

.th-product .product-category:hover {
	color: var(--theme-color);
}

.th-product .product-tag {
	font-size: 14px;
	position: absolute;
	top: 10px;
	left: 10px;
	background-color: var(--theme-color);
	color: var(--white-color);
	padding: 0 12px;
	min-width: 60px;
	z-index: 3;
	border-radius: 5px;
	line-height: 24px;
}

.th-product .woocommerce-product-rating {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 5px;
	margin-top: 8px;
	margin-bottom: 5px;
}

.th-product .star-rating {
	margin: 0 auto 0 auto;
	width: 93px;
}

.th-product .price {
	display: block;
	color: var(--body-color);
	font-weight: 500;
	margin-bottom: -0.4em;
	font-family: var(--body-font);
}

.th-product .price del {
	margin-left: 10px;
	color: #a9a9a9;
}

.th-product .product-img {
	--space: 0px;
	background-color: var(--smoke-color);
	overflow: hidden;
	position: relative;
	margin: 0 0 23px 0;
	text-align: center;
	background-color: var(--smoke-color);
	z-index: 2;
	border-radius: 12px;
}

.th-product .product-img:before {
	--space: 0px;
	content: "";
	height: calc(100% - var(--space) * 2);
	width: calc(100% - var(--space) * 2);
	border-radius: inherit;
	position: absolute;
	top: var(--space);
	left: var(--space);
	background-color: var(--theme-color);
	z-index: 1;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

.th-product .product-img img {
	width: 100%;
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.th-product .actions {
	height: 100%;
	position: absolute;
	top: 5px;
	right: 10px;
	text-align: center;
	z-index: 3;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	display: grid;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	width: 40px;
}

.th-product .actions .icon-btn {
	--btn-size: 40px;
	font-size: 14px;
	border-color: var(--white-color);
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
	color: var(--title-color);
	border-radius: 99px;
	margin-bottom: 10px;
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.08);
}

.th-product .actions .icon-btn:hover {
	color: var(--white-color);
	border-color: var(--theme-color);
}

.th-product .actions > * {
	margin: 0 0;
}

.th-product .actions > * > a {
	margin: 0;
}

.th-product .icon-btn {
	-webkit-transform: translateX(30px);
	-ms-transform: translateX(30px);
	transform: translateX(30px);
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

.th-product .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
.th-product .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
}

.th-product .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt::before,
.th-product .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt::before {
	position: relative;
	top: 0;
	left: 0;
	line-height: inherit;
	margin: 0;
	font-size: 24px;
}

.th-product .tinv-wishlist a {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background-color: var(--white-color);
	color: var(--title-color);
	border-radius: 50%;
}

.th-product .tinv-wishlist a:hover {
	background-color: var(--theme-color);
	color: var(--white-color);
}

.th-product .add_to_cart_button.added {
	display: none;
}

.th-product .added_to_cart {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 38px;
	background-color: var(--title-color);
	color: var(--white-color);
	font-size: 0;
	text-align: center;
	border-radius: 99px;
	border: none;
	margin-bottom: 10px;
}

.th-product .added_to_cart:after {
	content: "\f07a";
	position: relative;
	font-family: var(--icon-font);
	font-size: 16px;
	font-weight: 700;
}

.th-product .added_to_cart:hover {
	background-color: var(--theme-color);
	color: var(--white-color);
}

.th-product .action-btn {
	background-color: var(--white-color);
	font-size: 14px;
	font-family: var(--title-font);
	text-transform: uppercase;
	font-weight: bold;
	display: inline-block;
	padding: 13px 25px;
}

.th-product:hover .product-img img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.th-product:hover .product-img:before {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
	visibility: visible;
	opacity: 0.25;
}

.th-product:hover .actions {
	margin-top: 0;
	opacity: 1;
	visibility: visible;
}

.th-product:hover .icon-btn {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.th-product.list-view {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	text-align: left;
	height: 100%;
	padding: 10px;
}

.th-product.list-view .product-img {
	--space: 0px;
	width: 100%;
	width: 87px;
	margin: 0;
	border-radius: 10px;
}

.th-product.list-view .product-img:before {
	--space: 0px;
}

.th-product.list-view .product-category {
	font-size: 13px;
	line-height: 23px;
	margin-top: -3px;
}

.th-product.list-view .star-rating {
	margin: 5px 0 0 0;
	width: 93px;
	font-size: 12px;
}

.th-product.list-view .product-content {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 0 4px 0 13px;
}

.th-product.list-view .actions {
	--icon-gap-x: 2px;
	width: 100%;
	right: 0;
	text-align: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.th-product.list-view .actions .icon-btn {
	--btn-size: 36px;
	--btn-font-size: 14px;
	background-color: var(--theme-color2);
	color: var(--white-color);
	border: none;
}

.th-product.list-view .actions .icon-btn:hover {
	background-color: var(--title-color);
}

.th-product.list-view .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
.th-product.list-view .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
	width: 35px;
	height: 35px;
	line-height: 35px;
}

.th-product.list-view .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt::before,
.th-product.list-view .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt::before {
	font-size: 20px;
}

.th-product.list-view .tinv-wishlist a {
	width: 35px;
	height: 35px;
	line-height: 35px;
}

.th-product.list-view .added_to_cart {
	width: 35px;
	height: 35px;
	line-height: 35px;
}

.th-product.list-view .added_to_cart:after {
	font-size: 16px;
}

.th-product.list-view .tag {
	top: 8px;
	right: 8px;
	padding: 0px 15px;
}

.th-product.list-view .product-title {
	font-size: 16px;
	margin: 0;
}

.th-product.list-view .price {
	font-weight: 600;
	font-size: 13px;
	line-height: 23px;
	color: var(--theme-color);
}

.product-list-area {
	margin-bottom: -24px;
}

#productCarousel .slick-arrow {
	top: 37.5%;
}

.mfp-content {
	margin: 1.5rem auto;
}

.mfp-content .product-details-img {
	padding-top: 15px;
}

.mfp-content .product-about {
	padding-top: 20px;
	padding-bottom: 20px;
}

.mfp-content .container {
	position: relative;
}

.mfp-content .product-big-img {
	margin-top: 12px;
	margin-bottom: 12px;
}

.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}

.woosq-popup {
	border-radius: 10px;
}

.woosq-popup .product_meta > span > a:after,
.woosq-popup .product_meta > span > span:after {
	display: none;
}

.woosq-product > .product .summary {
	display: grid;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
}

.woosq-product .thumbnails .slick-list {
	display: block;
}

.woosq-product .thumbnails .slick-dots li button {
	width: 12px;
	height: 12px;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	background-color: var(--theme-color);
	opacity: 0.4;
}

.woosq-product .thumbnails .slick-dots li button:before {
	display: none;
}

.woosq-product .thumbnails .slick-dots li.slick-active button {
	opacity: 1;
}

.woosq-product .tinv-wraper {
	display: none;
}

.th-sort-bar {
	padding: 10px;
	margin: 0 0 24px 0;
	background-color: var(--smoke-color2);
	border-radius: 10px;
}

.th-sort-bar .row {
	--bs-gutter-x: 0;
	--bs-gutter-y: 15px;
}

.th-sort-bar select {
	height: 50px;
	border: 1px solid var(--th-border-color);
	background-color: var(--white-color);
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	min-width: 250px;
	font-size: 16px;
	margin: 0;
	color: var(--body-color);
}

.th-sort-bar .woocommerce-result-count {
	padding-left: 15px;
	margin-bottom: 0;
	color: var(--body-color);
}

.th-sort-bar .nav a {
	display: inline-block;
	height: 50px;
	width: 50px;
	line-height: 50px;
	border: 1px solid var(--th-border-color);
	background-color: var(--white-color);
	text-align: center;
	position: relative;
	font-family: var(--title-font);
	font-weight: 600;
	font-size: 16px;
	text-transform: capitalize;
	color: var(--body-color);
	margin: 0 0 0 10px;
	border-radius: 5px;
}

.th-sort-bar .nav a.active,
.th-sort-bar .nav a:hover {
	color: var(--theme-color);
}

.product-thumb-area {
	position: relative;
	margin-right: 10px;
}

.product-thumb-area .product-thumb-tab {
	position: absolute;
	top: 0;
	left: 0;
}

.product-thumb-tab {
	--thumb: 120px;
	--gap: 10px;
	max-width: var(--thumb);
	margin-left: calc(0px - var(--thumb) / 2);
	position: relative;
	z-index: 3;
	display: grid;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	height: 100%;
}

.product-thumb-tab .tab-btn {
	background-color: var(--white-color);
	cursor: pointer;
	height: var(--thumb);
	width: var(--thumb);
	padding: var(--gap);
}

.product-thumb-tab .tab-btn img {
	max-width: 100%;
}

.product-thumb-tab .tab-btn:not(:last-of-type) {
	margin-bottom: 20px;
}

.product-thumb-tab .indicator {
	position: absolute;
	top: calc(var(--pos-y) + var(--gap));
	left: calc(var(--pos-x) + var(--gap));
	width: calc(var(--width-set) - var(--gap) * 2);
	height: calc(var(--height-set) - var(--gap) * 2);
	border: 2px solid var(--theme-color);
	pointer-events: none;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

.product-big-img {
	background-color: var(--smoke-color2);
	text-align: center;
	overflow: hidden;
	border-radius: 20px;
}

.product-big-img .img {
	width: 100%;
}

.product-big-img .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

.product-big-img .slider-pagination {
	position: absolute;
	bottom: 40px;
	left: 0;
}

.product-big-img .slick-dots {
	margin: -11px 0 0 0 !important;
	-webkit-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	transform: translateY(-30px);
	--border-color: #c0c0c0;
}

.img-magnifier-container {
	position: relative;
}

.img-magnifier-glass {
	position: absolute;
	box-shadow: inset 0 10px 18px rgba(0, 0, 0, 0.2);
	border-radius: 50%;
	cursor: none;
	width: 200px;
	height: 200px;
}

.magnify {
	position: relative;
	cursor: none;
}

.magnify .magnifier {
	height: 180px;
	width: 180px;
	position: absolute;
	z-index: 20;
	box-shadow: inset 0 10px 18px rgba(0, 0, 0, 0.2);
	border-radius: 50%;
	background-size: 700%;
	background-repeat: no-repeat;
	margin-left: -90px !important;
	margin-top: -90px !important;
	pointer-events: none;
	display: none;
}

.magnify .magnified {
	display: block;
	z-index: 10;
	margin: auto;
	width: 100%;
	height: 100%;
}

.magnify img {
	width: 100%;
	height: 100%;
}

.quantity {
	position: relative;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	vertical-align: middle;
}

.quantity > .screen-reader-text {
	display: inline-block;
	font-weight: 600;
	color: var(--title-color);
	font-family: var(--title-font);
	margin: 0;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
	margin-right: 10px;
}

.quantity .qty-btn,
.quantity .qty-input {
	display: inline-block;
	width: 50px;
	height: 50px;
	border: none;
	border-right: none;
	background-color: transparent;
	padding: 0;
	border-radius: 0;
	text-align: center;
	color: var(--body-color);
	font-size: 18px;
	font-weight: 600;
}

.quantity .qty-btn:last-child,
.quantity .qty-input:last-child {
	border-right: none;
}

.quantity .qty-btn {
	font-size: 16px;
}

.product_meta {
	font-weight: 700;
	font-size: 16px;
	font-family: var(--body-font);
	margin: 35px 0 0 0;
}

.product_meta > span {
	display: block;
	margin-bottom: 5px;
	color: var(--title-color);
	font-weight: bold;
}

.product_meta > span:last-child {
	margin-bottom: 0;
}

.product_meta > span a {
	color: inherit;
}

.product_meta > span a:hover {
	color: var(--theme-color);
}

.product_meta > span > a,
.product_meta > span > span {
	position: relative;
	color: var(--body-color);
	font-weight: 400;
}

.product_meta > span > a:after,
.product_meta > span > span:after {
	content: ",";
	margin-right: 5px;
}

.product_meta > span > a:last-child:after,
.product_meta > span > span:last-child:after {
	display: none;
}

.product_meta > span > a:first-child,
.product_meta > span > span:first-child {
	margin-left: 7px;
}

.product-tab-style1 {
	border-bottom: 1px solid var(--smoke-color2);
	margin: 95px auto 40px auto;
	padding-bottom: 40px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 24px;
}

#productTabContent {
	margin-bottom: -10px;
}

#additional_information {
	margin-bottom: 40px;
}

.product-inner-list > ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.product-inner-list li {
	position: relative;
	padding-left: 15px;
}

.product-inner-list li:before {
	content: "-";
	position: absolute;
	left: 0;
}

.share-title {
	font-size: 16px;
	font-weight: 600;
	color: var(--title-color);
	margin-bottom: 8px;
}

.share-title i {
	color: var(--theme-color);
}

.summary-content .product-title,
.product-about .product-title {
	margin: 0 0 14px 0;
}

.summary-content .product_title,
.product-about .product_title {
	margin-bottom: 20px !important;
}

.summary-content > .price,
.product-about > .price {
	font-family: var(--body-font);
	font-size: 20px;
	font-weight: 800;
	color: var(--title-color);
	display: block;
	max-width: -webkit-fit-content;
	max-width: -moz-fit-content;
	max-width: fit-content;
	margin-bottom: 19px;
	margin-top: -0.2em;
}

.summary-content > .price del,
.product-about > .price del {
	color: var(--gray-color);
	font-weight: 500;
	margin-left: 15px;
}

.summary-content .woocommerce-product-rating,
.summary-content .product-rating,
.product-about .woocommerce-product-rating,
.product-about .product-rating {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	gap: 5px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	top: 2px;
	font-size: 16px;
	line-height: 20px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	margin-bottom: 22px;
}

.summary-content .woocommerce-product-rating .star-rating,
.summary-content .product-rating .star-rating,
.product-about .woocommerce-product-rating .star-rating,
.product-about .product-rating .star-rating {
	width: 80px;
	font-size: 12px;
	margin-right: 8px;
}

.summary-content .woocommerce-review-link,
.product-about .woocommerce-review-link {
	color: var(--body-color);
}

.summary-content .checklist,
.product-about .checklist {
	margin: 29px 0 29px 0;
}

.summary-content .actions,
.product-about .actions {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 15px;
	margin: 35px 0 27px 0;
}

.summary-content .actions .th-btn .btn-icon,
.product-about .actions .th-btn .btn-icon {
	padding: 10.5px 15px 10.5px 15px;
}

.summary-content .actions .icon-btn,
.product-about .actions .icon-btn {
	border-color: var(--theme-color2);
	background-color: var(--theme-color2);
	color: var(--white-color);
	border-radius: 99px;
}

.summary-content .actions .icon-btn:hover,
.product-about .actions .icon-btn:hover {
	background-color: var(--title-color);
	border-color: var(--title-color);
}

.summary-content .share,
.product-about .share {
	margin-top: 25px;
}

.summary-content .th-social a,
.product-about .th-social a {
	--icon-size: 40px;
	line-height: 38px;
	font-size: 14px;
	border: 1px solid var(--th-border-color);
	border-radius: 0;
}

.summary-content .th-social a:hover,
.product-about .th-social a:hover {
	border-color: var(--theme-color);
}

.summary-content .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
.summary-content .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt,
.product-about .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
.product-about .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
	width: 56px;
	height: 56px;
	line-height: 54px;
	display: inline-block;
	border-radius: 99px;
	background-color: var(--theme-color);
	color: var(--white-color);
	border: none;
}

.summary-content .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt::before,
.summary-content .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt::before,
.product-about .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt::before,
.product-about .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt::before {
	position: relative;
	top: 0;
	left: 0;
	line-height: inherit;
	margin: 0;
	font-size: 24px;
}

.summary-content .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt:hover,
.summary-content .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:hover,
.product-about .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt:hover,
.product-about .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:hover {
	background-color: var(--title-color);
}

.summary-content .tinv-wishlist a,
.product-about .tinv-wishlist a {
	display: inline-block;
	width: 56px;
	height: 56px;
	line-height: 56px;
	border-radius: 0;
}

.summary-content .tinv-wishlist a:hover,
.product-about .tinv-wishlist a:hover {
	background-color: var(--theme-color);
	color: var(--white-color);
}

.summary-content .quantity,
.product-about .quantity {
	position: relative;
}

.summary-content .quantity:after,
.product-about .quantity:after {
	content: "";
	height: 100%;
	width: 1px;
	background-color: var(--th-border-color);
	position: absolute;
	top: 0;
	left: 55px;
}

.summary-content .quantity .qty-input,
.product-about .quantity .qty-input {
	width: 112px;
	height: 56px;
	border: 1px solid var(--th-border-color);
	background-color: transparent;
	color: var(--title-color);
	padding: 0 21px;
	text-align: left;
	font-weight: 500;
	border-radius: 27px;
}

.summary-content .quantity .qty-btn,
.product-about .quantity .qty-btn {
	color: var(--title-color);
	background-color: transparent;
	position: absolute;
	right: 21px;
	height: auto;
	width: auto;
	border: none;
	line-height: 16px;
}

.summary-content .quantity .quantity-minus,
.product-about .quantity .quantity-minus {
	bottom: 7px;
}

.summary-content .quantity .quantity-plus,
.product-about .quantity .quantity-plus {
	top: 12px;
}

.woocommerce-Reviews .th-post-comment {
	border-radius: 20px;
}

.woocommerce-Reviews .th-post-comment .text {
	margin-bottom: -0.5em;
}

.woocommerce-Reviews .th-comments-wrap {
	padding: 0;
	margin-right: 0 !important;
	box-shadow: none;
}

.woocommerce-Reviews .th-comment-form {
	padding: 60px;
	background-color: var(--smoke-color2);
	box-shadow: none;
	margin-right: 0 !important;
	margin-top: 28px;
	margin-bottom: 40px;
}

.woocommerce-Reviews .th-comment-form input,
.woocommerce-Reviews .th-comment-form .form-control {
	background-color: var(--white-color);
}

.woocommerce-Reviews .th-comment-form .blog-inner-title {
	margin-bottom: 10px;
}

.woocommerce-Reviews .comment-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 0 24px;
	margin: -12px !important;
	margin-bottom: 28px !important;
}

.woocommerce-Reviews .comment-list li {
	width: 50%;
	/* Medium devices */
}

@media (max-width: 991px) {
	.woocommerce-Reviews .comment-list li {
		width: 100%;
	}
}

.woocommerce-Reviews .th-post-comment {
	border: 1px solid var(--th-border-color) !important;
	padding: 40px !important;
	box-shadow: 0px 4px 30px rgba(1, 15, 28, 0.06);
	margin: 12px;
	border-radius: 10px;
}

.woocommerce-Reviews .th-post-comment .name {
	margin-bottom: 3px;
}

.woocommerce-Reviews .th-post-comment .commented-on {
	margin-bottom: 12px;
}

/* Large devices */
@media (max-width: 1199px) {
	.woocommerce-Reviews .th-post-comment {
		padding: 30px !important;
	}
}

/* Medium devices */
@media (max-width: 991px) {
	.woocommerce-Reviews .comment-list {
		grid-template-columns: repeat(1, 1fr);
	}
	.woocommerce-Reviews .th-comment-form {
		padding: 40px;
	}
}

/* Extra small devices */
@media (max-width: 575px) {
	.woocommerce-Reviews .th-comment-form {
		padding: 40px 20px;
	}
}

#description {
	margin-bottom: 30px;
}

.product-details .th-comments-wrap {
	margin-top: 0;
}

.product-details .border-title {
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 40px;
}

.product-details .border-title:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 80px;
	background-color: var(--theme-color);
}

.product-inner-title {
	font-size: 32px;
	border-bottom: 1px solid var(--th-border-color);
	padding: 0 0 7px 0;
	margin: 0 0 30px 0;
}

.related-product-wrapper {
	padding-top: 115px;
}

/* Medium Large devices */
@media (max-width: 1399px) {
	.th-product.list-view .product-img {
		max-width: 150px;
	}
}

/* Medium Large devices */
@media (max-width: 1299px) {
	.product-thumb-tab {
		--thumb: 100px;
		margin-left: -40px;
	}
	.product-thumb-area {
		margin-right: 0;
	}
}

/* Large devices */
@media (max-width: 1199px) {
	.th-sort-bar select {
		min-width: auto;
	}
	.product-tab-style1 {
		margin: 55px 0 40px 0;
	}
	.summary-content,
	.product-about {
		padding-left: 0;
	}
}

/* Medium devices */
@media (max-width: 991px) {
	.product-big-img {
		margin-bottom: 40px;
	}
	.product-thumb-tab {
		margin-left: -10px;
	}
	.th-product-box.list-view .product-img {
		max-width: 150px;
	}
	.th-sort-bar .row {
		--bs-gutter-x: 20px;
	}
	.th-sort-bar .nav a:last-child {
		margin-right: 0;
		padding-right: 0;
	}
	.th-sort-bar .nav a:last-child:before {
		display: none;
	}
	.woosq-product > .product .thumbnails {
		max-height: 400px;
		min-height: 200px;
		padding: 10px;
	}
}

/* Small devices */
@media (max-width: 767px) {
	.th-sort-bar {
		text-align: center;
		padding: 10px 15px 15px 15px;
	}
	.th-sort-bar .nav {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.th-sort-bar select {
		margin: 0 auto;
	}
	.th-sort-bar .woocommerce-result-count {
		padding-left: 0;
	}
	.th-product-box.list-view .product-img {
		max-width: 130px;
	}
	.th-product-box.list-view .actions {
		--btn-size: 30px;
		--btn-font-size: 10px;
		--icon-gap-x: 2px;
	}
}

/* Extra small devices */
@media (max-width: 575px) {
	.product-about .actions {
		gap: 15px 15px;
	}
	.product-thumb-tab {
		--thumb: 74px;
		--gap: 6px;
	}
	.product-thumb-tab .tab-btn:not(:last-of-type) {
		margin-bottom: 10px;
	}
	.product-grid {
		max-width: 340px;
		margin-left: auto;
		margin-right: auto;
	}
}

/* Extra small devices */
@media (max-width: 375px) {
	.th-product.list-view .product-img {
		max-width: 130px;
	}
	.th-product.list-view .product-content {
		padding: 0 15px;
	}
}

.star-rating {
	overflow: hidden;
	position: relative;
	width: 100px;
	height: 1.2em;
	line-height: 1.2em;
	display: block;
	font-family: var(--icon-font);
	font-weight: 700;
	font-size: 14px;
}

.star-rating:before {
	content: "\e28b\e28b\e28b\e28b\e28b";
	color: #e1e1e1;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	letter-spacing: 3px;
}

.star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
}

.star-rating span:before {
	content: "\e28b\e28b\e28b\e28b\e28b";
	top: 0;
	position: absolute;
	left: 0;
	color: var(--theme-color2);
	letter-spacing: 3px;
}

.rating-select label {
	margin: 0;
	margin-right: 10px;
}

.rating-select p.stars {
	margin-bottom: 0;
	line-height: 1;
}

.rating-select p.stars a {
	position: relative;
	height: 14px;
	width: 18px;
	text-indent: -999em;
	display: inline-block;
	text-decoration: none;
}

.rating-select p.stars a::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
	height: 14px;
	line-height: 1;
	font-family: var(--icon-font);
	content: "\e28b";
	font-weight: 400;
	text-indent: 0;
	color: var(--yellow-color);
}

.rating-select p.stars a:hover ~ a::before {
	content: "\e28b";
	font-weight: 400;
}

.rating-select p.stars:hover a::before {
	content: "\e28b";
	font-weight: 700;
}

.rating-select p.stars.selected a.active::before {
	content: "\e28b";
	font-weight: 700;
}

.rating-select p.stars.selected a.active ~ a::before {
	content: "\e28b";
	font-weight: 400;
}

.rating-select p.stars.selected a:not(.active)::before {
	content: "\e28b";
	font-weight: 700;
}

/* Small devices */
@media (max-width: 767px) {
	.woocommerce-message,
	.woocommerce-info {
		font-size: 14px;
		line-height: 22px;
		padding: 10px 15px 10px 37px;
	}
	.woocommerce-message:before,
	.woocommerce-info:before {
		font-size: 16px;
		top: 10px;
		left: 15px;
	}
}

/* Product Area */

/* Why Choose Us ---------------------------------- */
.choose-feature {
	background-color: var(--white-color);
	padding: 20px 20px 20px 70px;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.06);
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	max-width: 285px;
	text-align: left;
	/* Large devices */
}

.choose-feature-area {
	background-color: var(--smoke-color2);
	border-radius: 30px;
	padding: 30px;
	position: relative;
	/* Large devices */
	/* Small devices */
}

@media (max-width: 1199px) {
	.choose-feature-area {
		display: inline-block;
		text-align: center;
	}
}

@media (max-width: 767px) {
	.choose-feature-area {
		background-color: transparent;
		padding: 0;
		border-radius: 0;
		display: block;
	}
}

.choose-feature-wrap {
	display: inline-grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;
	/* Extra small devices */
}

@media (max-width: 575px) {
	.choose-feature-wrap {
		grid-template-columns: repeat(1, 1fr);
	}
}

@media (max-width: 1199px) {
	.choose-feature {
		max-width: 350px;
	}
}

.choose-feature .box-icon {
	width: 80px;
	height: 80px;
	line-height: 60px;
	text-align: center;
	background-color: var(--theme-color);
	border-radius: 999px;
	border: 10px solid var(--smoke-color2);
	position: absolute;
	top: -20px;
	left: -20px;
	padding-left: 8px;
	padding-top: 3px;
}

.choose-feature .box-title {
	margin-bottom: 5px;
	font-size: 20px;
}

/* Small devices */
@media (max-width: 767px) {
	.choose-feature {
		text-align: center;
		padding: 30px 20px;
	}
	.choose-feature .box-icon {
		position: static;
		margin: 0 auto 20px auto;
		padding-top: 0;
		padding-left: 0;
	}
}

/* Extra small devices */
@media (max-width: 575px) {
	.choose-feature {
		max-width: 100%;
		width: 100%;
	}
	.choose-feature .box-text {
		max-width: 250px;
		margin-left: auto;
		margin-right: auto;
	}
}

.img-box2 {
	position: relative;
	z-index: 2;
}

.img-box2-wrap {
	position: absolute;
	bottom: 0;
	right: -30px;
	margin-left: -40px;
	/* Medium Large devices */
}

@media (max-width: 1299px) {
	.img-box2-wrap {
		max-width: 500px;
	}
}

.img-box2 .img2 {
	position: absolute;
	top: -70px;
	right: 10%;
	z-index: -1;
	-webkit-animation: spin 25s linear infinite;
	animation: spin 25s linear infinite;
}

/* Why Choose Us ---------------------------------- */

/* Counter Styles ---------------------------------- */
.counter-card {
	--border-color: #d4d4d4;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 15px;
}

.counter-card-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.counter-card-wrap .divider {
	width: 1px;
	height: 75px;
	background-color: rgba(255, 255, 255, 0.4);
}

.counter-card-wrap .divider:last-of-type {
	display: none;
}

.counter-card .box-number {
	font-size: 44px;
	color: var(--white-color);
	font-weight: 700;
	margin-bottom: 4px;
	margin-top: -0.2em;
}

.counter-card .box-number .counter-number {
	color: var(--white-color);
}

.counter-card .box-text {
	font-size: 18px;
	font-weight: 500;
	color: var(--white-color);
}

.counter-card .media-body {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	max-width: 180px;
}

.counter-sec1 {
	padding: 90px 0 80px 0;
	background-position: top center;
}
/* Large devices */
@media (max-width: 1199px) {
	.counter-card {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: center;
		gap: 20px;
	}
	.counter-card-wrap .divider {
		height: 155px;
	}
	.counter-card .box-number {
		margin-bottom: 0;
	}
}

/* Medium devices */
@media (max-width: 991px) {
	.counter-card .box-number {
		font-size: 36px;
	}
	.counter-card .box-text {
		font-size: 16px;
	}
}

/* Small devices */
@media (max-width: 767px) {
	.counter-sec1 {
		padding-bottom: 60px;
	}
	.counter-card {
		-webkit-box-flex: 50%;
		-webkit-flex: 50%;
		-ms-flex: 50%;
		flex: 50%;
		padding-left: 10px;
		padding-right: 10px;
	}
	.counter-card-wrap {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		position: relative;
	}
	.counter-card-wrap .divider {
		display: none;
	}
	.counter-card-wrap:after {
		content: "";
		height: 100%;
		width: 1px;
		position: absolute;
		top: 0;
		left: 50%;
		background-color: rgba(255, 255, 255, 0.4);
	}
	.counter-card:nth-child(1),
	.counter-card:nth-child(3) {
		padding-bottom: 30px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.4);
		margin-bottom: 30px;
	}
}

/* Counter Styles ---------------------------------- */

/*------------------- Deal Styles -------------------*/
.product-deal {
	border-radius: 40px;
	border-bottom: 56px solid var(--theme-color2);
	position: relative;
	z-index: 2;
	padding-bottom: 0;
}

.product-deal:before {
	content: "";
	height: 200px;
	width: 100%;
	background-color: var(--white-color);
	position: absolute;
	left: 0;
	bottom: -32px;
	border-radius: 0 0 40px 40px;
	z-index: -1;
}

.product-deal .product-img {
	margin-bottom: 30px;
	border-radius: 35px;
}

.product-deal .product-img .actions {
	top: 11px;
	right: 20px;
}

.product-deal .product-title {
	font-size: 24px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.product-deal .deal-counter {
	margin-top: 25px;
	margin-bottom: -15px;
}

.product-deal:hover {
	border-color: var(--theme-color);
}

.deal-counter {
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.deal-counter li {
	list-style: none;
	background-color: var(--white-color);
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.deal-counter li:after {
	content: ":";
	color: var(--theme-color);
	font-size: 44px;
	font-weight: bold;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: -11px;
}

@media (max-width: 340px) {
	.deal-counter li:after {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.deal-counter li:last-child {
	margin: 0;
}

.deal-counter li:last-child:after {
	display: none;
}

.deal-counter .count-number {
	font-size: 24px;
	margin-bottom: -2px;
	line-height: 1;
	font-weight: bold;
	font-family: var(--title-font);
	color: var(--title-color);
}

.deal-counter .count-name {
	font-weight: 500;
	font-size: 16px;
	text-transform: capitalize;
}

/*------------------- Deal Styles -------------------*/

/*------------------- Team Card Styles -------------------*/

.th-team {
	position: relative;
}

.th-team .team-img {
	position: relative;
	overflow: hidden;
}

.th-team .team-img img {
	width: 100%;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

.th-team .team-desig {
	font-size: 14px;
	font-weight: 500;
	display: block;
	margin-bottom: -0.45em;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	color: var(--theme-color);
}

.th-team .th-social {
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

.th-team .th-social a {
	--icon-size: 40px;
	background-color: var(--white-color);
	color: var(--theme-color);
}

.th-team .th-social a:hover {
	background-color: var(--theme-color);
	color: var(--white-color);
}

.th-team .box-title {
	margin-bottom: 0;
}

.team-card {
	position: relative;
	text-align: center;
}

.team-card .img-wrap {
	position: relative;
	display: grid;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	aspect-ratio: 16 / 16;
}

.team-card .img-wrap .shape {
	position: absolute;
	inset: 0;
	background-color: var(--smoke-color2);
	-webkit-transition: 0.4s ease-out;
	transition: 0.4s ease-out;
}

.team-card .team-img {
	border-radius: 50%;
	border: 4px solid var(--white-color);
	max-width: 300px;
}

.team-card .team-desig {
	margin-bottom: 8px;
}

.team-card .box-title {
	margin-bottom: 6px;
	font-size: 22px;
}

.team-card .box-content {
	background-color: var(--smoke-color2);
	border-radius: 20px;
	padding: 10px 10px 15px 10px;
	max-width: 290px;
	margin: -60px auto 0 auto;
	position: relative;
	z-index: 3;
}

.team-card:hover .img-wrap .shape {
	background-color: var(--theme-color);
	-webkit-transform: rotate(80deg);
	-ms-transform: rotate(80deg);
	transform: rotate(80deg);
}

/* Small devices */
@media (max-width: 767px) {
	.team-card {
		max-width: 440px;
		margin-left: auto;
		margin-right: auto;
	}
}

/*------------------- Team Card Styles -------------------*/

/* Testimonial Card ---------------------------------- */
.testi-card {
	position: relative;
}

.testi-card-area {
	padding-top: var(--section-space);
	padding-bottom: var(--section-space);
	max-width: 720px;
	margin-left: auto;
	/* Medium devices */
}

@media (max-width: 991px) {
	.testi-card-area {
		padding-top: var(--section-space-mobile);
		padding-bottom: var(--section-space-mobile);
	}
}

.testi-card-slide {
	position: relative;
}

.testi-card-slide .icon-box {
	position: absolute;
	bottom: 18px;
	right: 20px;
	/* Extra small devices */
}

.testi-card-slide .icon-box .slider-arrow {
	--icon-size: 46px;
	border: none;
	background-color: var(--white-color);
	color: var(--theme-color);
}

.testi-card-slide .icon-box .slider-arrow:hover {
	background-color: var(--theme-color);
	color: var(--white-color);
}

@media (max-width: 575px) {
	.testi-card-slide .icon-box {
		display: none;
	}
}

.testi-card_profile {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	z-index: 3;
	gap: 20px;
}

.testi-card_avater {
	width: 80px;
	min-width: 80px;
	border-radius: 15px;
}

.testi-card_avater img {
	border-radius: inherit;
}

.testi-card_name {
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 8px;
	/* Extra small devices */
}

@media (max-width: 375px) {
	.testi-card_name {
		font-size: 24px;
	}
}

.testi-card_desig {
	margin-bottom: 0;
	display: block;
	color: var(--theme-color);
}

.testi-card_text {
	font-size: 24px;
	font-weight: 500;
	margin: -0.5em 0 25px 0;
	font-style: italic;
	/* Small devices */
	/* Extra small devices */
}

@media (max-width: 767px) {
	.testi-card_text {
		font-size: 22px;
	}
}

@media (max-width: 575px) {
	.testi-card_text {
		font-size: 20px;
	}
}

.testi-shape1 {
	height: 100%;
	/* Medium devices */
}

.testi-shape1 img {
	height: 100%;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	object-position: center right;
	/* Medium Large devices */
	/* Large devices */
}

@media (max-width: 1750px) {
	.testi-shape1 img {
		margin-left: -25%;
	}
}

@media (max-width: 1299px) {
	.testi-shape1 img {
		margin-left: -45%;
	}
}

@media (max-width: 1199px) {
	.testi-shape1 img {
		margin-left: -65%;
	}
}

@media (max-width: 991px) {
	.testi-shape1 {
		display: none;
	}
}
/* Testimonial Card ---------------------------------- */

/* Blog Card ---------------------------------- */
.blog-card {
	border-radius: 20px;
}

.blog-card .blog-img {
	border-radius: 20px 20px 0 0;
	overflow: hidden;
}

.blog-card .blog-content {
	box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.06);
	border-radius: 0 0 20px 20px;
	background-color: var(--white-color);
	padding: 30px;
	position: relative;
	z-index: 3;
}

.blog-card .box-title {
	margin-bottom: 17px;
}

.blog-card .box-title a {
	background-image: -webkit-linear-gradient(right, var(--theme-color), var(--theme-color));
	background-image: linear-gradient(to left, var(--theme-color), var(--theme-color));
	background-repeat: no-repeat;
	background-position: bottom left;
	background-size: 0 2px;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}

.blog-card .box-title a:hover {
	background-size: 100% 2px;
}

.blog-card .blog-img {
	overflow: hidden;
}

.blog-card .blog-img img {
	width: 100%;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

.blog-card .blog-meta {
	margin: -0.4em 0 18px 0;
}

.blog-card .blog-meta span > i,
.blog-card .blog-meta a > i {
	color: var(--theme-color);
}

.blog-card:hover .blog-img img {
	-webkit-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08);
}

/* Medium Large devices */
@media (max-width: 1299px) {
	.blog-card .blog-content {
		padding: 20px;
	}
}

/* Large devices */
@media (max-width: 1199px) {
	.blog-card .blog-content {
		padding: 30px;
	}
}

/* Medium devices */
@media (max-width: 991px) {
	.blog-card .box-title {
		font-size: 22px;
	}
	.blog-card .blog-content {
		padding: 20px;
	}
}

/* Small devices */
@media (max-width: 767px) {
	.blog-card .blog-content {
		padding: 30px;
	}
	.blog-card .box-title {
		font-size: 24px;
	}
}

@media (max-width: 410px) {
	.blog-card .box-title {
		font-size: 22px;
	}
}

@media (max-width: 350px) {
	.blog-card .blog-content {
		padding: 18px;
	}
	.blog-card .box-title {
		font-size: 20px;
	}
}

.blog-meta {
	display: block;
}

.blog-meta span,
.blog-meta a {
	display: inline-block;
	font-size: 14px;
	color: var(--body-color);
	font-family: var(--body-font);
	position: relative;
	margin-right: 16px;
}

.blog-meta span i,
.blog-meta a i {
	margin-right: 6px;
	color: var(--theme-color);
}

.blog-meta span:last-child,
.blog-meta a:last-child {
	margin-right: 0;
}

.blog-meta span:not(:last-child),
.blog-meta a:not(:last-child) {
	padding-right: 20px;
}

.blog-meta span:not(:last-child):after,
.blog-meta a:not(:last-child):after {
	content: "";
	height: 16px;
	width: 1px;
	background-color: #d8dde1;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -8px;
}

.blog-meta .author img {
	border-radius: 50%;
	width: 30px;
	height: 30px;
	margin-right: 6px;
}

.blog-meta a:hover {
	color: var(--theme-color);
}

/* Large devices */
@media (max-width: 1199px) {
	.blog-meta span,
	.blog-meta a {
		margin-right: 15px;
	}
	.blog-meta span:not(:last-child),
	.blog-meta a:not(:last-child) {
		padding-right: 15px;
	}
}

/* Extra small devices */
@media (max-width: 575px) {
	.blog-meta span,
	.blog-meta a {
		margin-right: 20px;
	}
	.blog-meta span:not(:last-child),
	.blog-meta a:not(:last-child) {
		padding-right: 0;
	}
	.blog-meta span:not(:last-child):after,
	.blog-meta a:not(:last-child):after {
		display: none;
	}
}
/* Blog Card ---------------------------------- */
