/*-----------------------------------------------------------
    Theme Name: Muva
    Theme URI: 
    Description: Muva - Medical Marijuana & Cannabis Shop HTML Template 
    Author: EnvyTheme
    Author URI: https://envytheme.com/
    Version: 1.0
-------------------------------------------------------------*/
/*--------------------------------
     =====Table Of Contents====

1.  General Styles 
2.  Mixins CSS
3.  Back To Top Button CSS
4.  Preloader CSS
5.  Button & Link CSS
6.  Section Title & Overlay & Shape CSS
7.  Social Link CSS
8.  Pagination CSS
9.  Sidebar CSS
     - Search Box Widget
     - Category Widget
     - Taglist Widget
     - New Product Widget
     - Contact Widget
     - Popular Post Widget
10. Header CSS
11. Breadcrumb CSS
12. Hero CSS
13. Product Category CSS
14. Promo Card CSS
15. About Section CSS
16. Product Offer Section CSS
17. Service Section CSS
18. How We Work Section CSS
19. CTA Section CSS
20. Feature Section CSS
21. Newsletter Section CSS
22. Product Section CSS
23. Team Section CSS
24. Team Details Section CSS
25. Benefit Section CSS
26. Testimonial Section CSS
27. Blog Section CSS
28. Pricing Section CSS
29. Contact Section CSS
30. Sign & Terms Section CSS
31. Service Details Section CSS
32. Blog Details Section CSS
33. FAQ & Error Section CSS
34. Cart Section CSS
35. Checkout Section CSS
36. Shop Section CSS
37. Product Details Section CSS
38. Footer CSS

11. FAQ Terms & Conditions
----------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;600;700;800&display=swap');
/*---------------------------------
            General Styles 
-----------------------------------*/
* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
	scroll-padding-top: calc(56px + env(safe-area-inset-top, 0px));
}
@media only screen and (min-width: 992px) {
	html {
		scroll-padding-top: calc(68px + env(safe-area-inset-top, 0px));
	}
}
@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}

:focus,
button:focus,
.btn:focus {
	outline: 0;
	box-shadow: none;
}

.form-control:focus {
	box-shadow: none;
}

a,
button,
input[type='submit'] {
	cursor: pointer;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type='number'] {
	-moz-appearance: textfield;
	-webkit-appearance: textfield;
	appearance: textfield;
}

a {
	color: #000;
	text-transform: inherit;
	text-decoration: none;
	transition: all 0.3s ease;
}

a:hover,
a :focus {
	text-decoration: none;
	box-shadow: none;
	color: #000;
}

a:focus {
	outline: 0 solid;
}

img {
	max-width: 100%;
	height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	line-height: 1.4;
	color: #000;
}

body {
	font-size: 18px;
	font-family: 'Jost', sans-serif;
	color: #666666;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}

p {
	font-size: 20px;
	line-height: 2;
	color: #666666;
}

select {
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url(../img/down-arrow.png);
	background-repeat: no-repeat;
	background-size: 10px;
	background-position: 94% 50%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ptb-10 {
	padding-bottom: 10px;
	padding-bottom: 10px;
}

.ptb-20 {
	padding-bottom: 20px;
	padding-bottom: 20px;
}

.ptb-30 {
	padding-top: 30px;
	padding-bottom: 30px;
}

.ptb-40 {
	padding-top: 40px;
	padding-bottom: 40px;
}

.ptb-50 {
	padding-top: 50px;
	padding-bottom: 50px;
}

.ptb-60 {
	padding-top: 60px;
	padding-bottom: 60px;
}

.ptb-70 {
	padding-top: 70px;
	padding-bottom: 70px;
}

.ptb-80 {
	padding-top: 80px;
	padding-bottom: 80px;
}

.ptb-90 {
	padding-top: 90px;
	padding-bottom: 90px;
}

.ptb-100 {
	padding-top: 100px;
	padding-bottom: 100px;
}

.mb-0 {
	margin-bottom: 0px !important;
}

.mb-10 {
	margin-bottom: 10px !important;
}

.mb-15 {
	margin-bottom: 15px !important;
}

.mb-20 {
	margin-bottom: 20px !important;
}

.mb-25 {
	margin-bottom: 25px !important;
}

.mb-30 {
	margin-bottom: 30px !important;
}

.mb-40 {
	margin-bottom: 40px !important;
}

.mb-50 {
	margin-bottom: 50px !important;
}

.mb-60 {
	margin-bottom: 60px !important;
}

.mb-70 {
	margin-bottom: 70px !important;
}

.mb-80 {
	margin-bottom: 80px !important;
}

.mb-90 {
	margin-bottom: 90px !important;
}

.mb-100 {
	margin-bottom: 100px !important;
}

.mmt-10 {
	margin-top: -10px !important;
}

.mt-0 {
	margin-top: 0px !important;
}

.mt-10 {
	margin-top: 10px !important;
}

.mt-15 {
	margin-top: 15px !important;
}

.mt-20 {
	margin-top: 20px !important;
}

.mt-25 {
	margin-top: 25px !important;
}

.mt-30 {
	margin-top: 30px !important;
}

.mt-35 {
	margin-top: 35px !important;
}

.mt-40 {
	margin-top: 40px !important;
}

.mt-50 {
	margin-top: 50px !important;
}

.mt-60 {
	margin-top: 60px !important;
}

.mt-70 {
	margin-top: 70px !important;
}

.mt-80 {
	margin-top: 80px !important;
}

.mt-100 {
	margin-top: 100px !important;
}

.mtb-100 {
	margin-top: 100px !important;
	margin-bottom: 100px !important;
}

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

#message {
	padding: 0;
	margin: 0;
}

.help-block {
	color: #e31c25;
}

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

.page-wrapper {
	overflow-x: hidden;
}

/*---------------------------------
          Mixins & Animation CSS
-----------------------------------*/
.checkout-details .select-payment-method,
.checkout-details .bill-item,
.checkout-details .bill-item-footer,
.checkout-details .bill-item-title,
.cart-total .cart-total-wrap .cart-total-item,
.comment-item-wrap .comment-item,
.post-author,
.testimonial-card .client-info-area .client-info-wrap,
.testimonial-card .client-info-area,
.counter-card-wrap,
.countdown-deals,
.pp-post-item,
.new-product-item,
.owl-carousel .owl-nav,
.product-card.style4 .product-info-wrap,
.wp-block-quote,
.pricing-card .pricing-header,
.product-card.style7 .product-info,
.service-card.style1,
.promo-card.style1 .promo-title,
.promo-card .promo-title,
.swiper-button-next,
.swiper-button-prev,
.benefit-wrap.style2 .benefit-img-wrap .benefit-list-icon li,
.product-card.style7 .product-img .product-meta-option li button,
.product-card.style7 .product-img .product-meta-option li a,
.service-card.style2 .service-icon,
.service-card.style1 .service-icon,
.about-wrap.style3 .about-img-wrap .discunt-price,
.promo-card.style2 .promo-title .promo-icon,
.promo-card.style1 .promo-icon,
.product-cat-card.style1 .product-cat-icon,
.hero-wrap.style1 .hero-img-wrap .discunt-price,
.social-profile li a,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
	display: flex;
	flex-wrap: wrap;
}

.swiper-button-next,
.swiper-button-prev,
.benefit-wrap.style2 .benefit-img-wrap .benefit-list-icon li,
.product-card.style7 .product-img .product-meta-option li button,
.product-card.style7 .product-img .product-meta-option li a,
.service-card.style2 .service-icon,
.service-card.style1 .service-icon,
.about-wrap.style3 .about-img-wrap .discunt-price,
.promo-card.style2 .promo-title .promo-icon,
.promo-card.style1 .promo-icon,
.product-cat-card.style1 .product-cat-icon,
.hero-wrap.style1 .hero-img-wrap .discunt-price,
.social-profile li a,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
	flex-direction: column;
	justify-content: center;
}

.checkout-details .bill-item,
.checkout-details .bill-item-footer,
.checkout-details .bill-item-title,
.cart-total .cart-total-wrap .cart-total-item,
.wp-block-quote,
.pricing-card .pricing-header,
.testimonial-card .client-info-area .client-info-wrap,
.testimonial-card .client-info-area,
.product-card.style7 .product-info,
.product-card.style4 .product-info-wrap,
.service-card.style1,
.promo-card.style1 .promo-title,
.promo-card .promo-title,
.new-product-item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-ms-grid-row-align: center;
	align-items: center;
}

.checkout-details .bill-item,
.checkout-details .bill-item-footer,
.checkout-details .bill-item-title,
.cart-total .cart-total-wrap .cart-total-item,
.product-card.style4 .product-info-wrap,
.countdown-deals {
	justify-content: space-between;
}

.play-now .ripple,
.play-now .ripple:before,
.play-now .ripple:after {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 85px;
	width: 85px;
	transform: translateX(-50%) translateY(-50%);
	transform-origin: center center;
	border-radius: 50%;
	-ms-box-shadow: 0 0 0 0 #fff;
	-o-box-shadow: 0 0 0 0 #fff;
	box-shadow: 0 0 0 0 #fff;
	-webkit-animation: ripple 3s infinite;
	animation: ripple 3s infinite;
}

.play-now {
	position: relative;
	height: 85px;
	width: 85px;
	text-align: center;
	line-height: 92px;
	background-color: transparent;
	border: 3px solid #fff;
	color: #fff;
	z-index: 1;
	font-size: 28px;
	padding-left: 5px;
	display: block;
	transform-origin: center center;
	border-radius: 50%;
	margin: 0 auto;
}
.play-now .ripple:before {
	-webkit-animation-delay: 0.9s;
	animation-delay: 0.9s;
	content: '';
	position: absolute;
}
.play-now .ripple:after {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
	content: '';
	position: absolute;
}

@-webkit-keyframes ripple {
	70% {
		box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
	}
	100% {
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
	}
}
@keyframes ripple {
	70% {
		box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
	}
	100% {
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
	}
}
/*---------------------------------
     Back To Top Button CSS
-----------------------------------*/
.back-to-top {
	font-size: 24px;
	width: 45px;
	height: 45px;
	line-height: 42px;
	text-align: center;
	display: none;
	position: fixed;
	bottom: 230px;
	right: 20px;
	z-index: 999;
	border-radius: 5px;
	background: #e76b35;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
	transition: all 0.4s ease-in-out;
}
.back-to-top.open {
	bottom: 30px;
}
.back-to-top i {
	color: #fff;
}

/*---------------------------------
     Preloader CSS
-----------------------------------*/
.preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 20000;
	overflow-x: hidden !important;
	display: flex;
	align-items: center;
	justify-content: center;
}
.preloader img {
	max-width: 100px;
}

@-webkit-keyframes loading {
	from {
		max-width: 0;
	}
}

@keyframes loading {
	from {
		max-width: 0;
	}
}
/*---------------------------------
       Button & Link CSS
----------------------------------*/
.btn {
	display: inline-block;
	line-height: 26px;
	font-weight: 500;
	border-radius: 5px;
	text-align: center;
	transition: all 0.7s ease-in-out;
	position: relative;
	z-index: 1;
	border: none;
	padding: 14px 35px 14px;
	border-radius: 0;
	color: #fff;
	overflow: hidden;
	white-space: nowrap;
}
.btn i {
	position: relative;
	top: 3px;
	font-size: 16px;
	margin-left: 7px;
	transition: all 0.4s ease-in-out;
}
.btn:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	z-index: -1;
	transition: all 0.4s ease-in-out;
}
.btn:after {
	position: absolute;
	bottom: 0;
	right: 0;
	content: '';
	width: 0;
	height: 100%;
	visibility: hidden;
	opacity: 0;
	z-index: -1;
	transition: all 0.4s ease-in-out;
}
.btn:hover {
	color: #fff;
}
.btn:hover:after {
	width: 100%;
	visibility: visible;
	opacity: 1;
}
.btn.style1:before {
	background: linear-gradient(90deg, #ed0c7a 0%, #e76b35 99.88%);
}
.btn.style1:after {
	background: linear-gradient(-90deg, #d98561 0%, #e76b35 99.88%);
}
.btn.style2 {
	border-radius: 5px;
}
.btn.style2:before {
	background: linear-gradient(90deg, #ed0c7a 0%, #e76b35 99.88%);
}
.btn.style2:after {
	background: linear-gradient(-90deg, #d98561 0%, #e76b35 99.88%);
}
.btn.style3 {
	color: #fff;
}
.btn.style3:before {
	background: #000;
}
.btn.style3:after {
	background: linear-gradient(-90deg, #d98561 0%, #e76b35 99.88%);
}
.btn.style4 {
	color: #e76b35;
}
.btn.style4:before {
	background: linear-gradient(90deg, rgba(163, 217, 81, 0.1) 0%, rgba(82, 170, 84, 0.1) 100%);
}
.btn.style4:after {
	width: 100%;
	height: 0;
	background: linear-gradient(-90deg, #d98561 0%, #e76b35 99.88%);
}
.btn.style4:hover {
	color: #fff;
}
.btn.style4:hover:after {
	height: 100%;
}
.btn.style5 {
	background-color: transparent;
	border: 1px solid #e76b35;
	color: #e76b35;
}
.btn.style5:after,
.btn.style5:before {
	background: #e76b35;
}
.btn.style5:hover {
	color: #fff;
}
.btn.style6 {
	background-color: #fff;
	color: #e76b35;
}
.btn.style6:after,
.btn.style6:before {
	background: #e76b35;
}
.btn.style6:hover {
	color: #fff;
}

.link {
	font-weight: 500;
	line-height: 26px;
	display: inline-block;
	position: relative;
	color: #e76b35;
	transition: all 0.4s ease-in-out;
}
.link:after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 0;
	height: 1px;
	background: #e76b35;
	visibility: hidden;
	opacity: 0;
	transition: all 0.4s ease-in-out;
}
.link i {
	position: relative;
	top: 3px;
	margin-left: 5px;
	font-size: 14px;
	transition: all 0.4s ease-in-out;
}
.link:hover {
	color: #e76b35;
}
.link:hover:after {
	visibility: visible;
	opacity: 1;
	width: 100%;
}
.link:hover i {
	margin-left: 10px;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	text-align: center;
	position: relative;
	overflow: hidden;
	z-index: 1;
	background: rgba(2, 78, 50, 0.1);
	transition: all 0.4s ease-in-out;
}
.owl-carousel .owl-nav button.owl-prev i,
.owl-carousel .owl-nav button.owl-next i {
	color: #e76b35;
	font-size: 26px;
	line-height: 0.8;
	display: inline-block;
	position: relative;
	top: 1px;
	color: #666666;
	margin: 0 auto;
	transition: all 0.4s ease-in-out;
}
.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
	background-color: #e76b35;
}
.owl-carousel .owl-nav button.owl-prev:hover i,
.owl-carousel .owl-nav button.owl-next:hover i {
	color: #fff;
}
.owl-carousel .owl-dots button.owl-dot {
	display: inline-block;
	margin: 0 6px;
	position: relative;
	bottom: -5px;
}
.owl-carousel .owl-dots button.owl-dot span {
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #f9f9f9;
	position: relative;
	transition: all 0.4s ease-in-out;
}
.owl-carousel .owl-dots button.owl-dot.active span {
	background: #e76b35;
}

/*--------------------------------------
    Section Title,Overlay & Shape CSS
----------------------------------------*/
.section-title,
.content-title {
	position: relative;
}
.section-title h2,
.content-title h2 {
	font-size: 40px;
	margin: 0;
}
.section-title p,
.content-title p {
	margin: 12px 0 0;
}
.section-title span,
.content-title span {
	display: inline-block;
	font-weight: 500;
	margin: 0 0 10px;
	position: relative;
	z-index: 1;
	line-height: 1;
	padding-left: 34px;
}
.section-title span img,
.content-title span img {
	position: absolute;
	top: -3px;
	left: 0;
	max-width: 25px;
}
.section-title span p,
.content-title span p {
	margin: 10px auto 0;
}
.section-title.style1 span,
.content-title.style1 span {
	color: #015c3b;
}
.section-title.style2 span,
.content-title.style2 span {
	color: #e76b35;
}
.section-title.style2 h2,
.content-title.style2 h2 {
	color: #fff;
}
.section-title.style2 p,
.content-title.style2 p {
	color: rgba(255, 255, 255, 0.8);
}

.content-wrapper {
	margin-top: 84px;
}

.bg-transparent {
	background-color: transparent;
}

.bg-black {
	background-color: #000;
}

.bg-white {
	background-color: #fff;
}

.bg-athens {
	background-color: #f3f4f6;
}

.bg-albastor {
	background-color: #f9f9f9;
}

.bg-green {
	background-color: #e76b35;
}

.body_overlay {
	position: fixed;
	top: 0;
	left: 0;
	content: '';
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	z-index: 10;
	visibility: hidden;
	opacity: 0;
	transition: all 0.4s ease-in-out;
}
.body_overlay.open {
	visibility: visible;
	opacity: 1;
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.op-1 {
	opacity: 0.1;
}

.op-2 {
	opacity: 0.2;
}

.op-3 {
	opacity: 0.3;
}

.op-4 {
	opacity: 0.4;
}

.op-5 {
	opacity: 0.5;
}

.op-6 {
	opacity: 0.6;
}

.op-7 {
	opacity: 0.7;
}

.op-75 {
	opacity: 0.75;
}

.op-8 {
	opacity: 0.8;
}

.op-85 {
	opacity: 0.85;
}

.op-9 {
	opacity: 0.9;
}

.op-95 {
	opacity: 0.95;
}

.op-10 {
	opacity: 1;
}

.bg-f {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #ddd;
}

.pos-rel {
	position: relative;
	z-index: 1;
}

.bounce {
	-webkit-animation: float 1500ms infinite ease-in-out;
	animation: float 1500ms infinite ease-in-out;
}

.moveHorizontal {
	-webkit-animation: moveHorizontal 3000ms infinite ease-in-out;
	animation: moveHorizontal 3000ms infinite ease-in-out;
}

.moveVertical {
	-webkit-animation: moveVertical 3000ms infinite ease-in-out;
	animation: moveVertical 3000ms infinite ease-in-out;
}

.moveHorizontal_reverse {
	-webkit-animation: moveHorizontal_reverse 3000ms infinite ease-in-out;
	animation: moveHorizontal_reverse 3000ms infinite ease-in-out;
}

.animationFramesTwo {
	-webkit-animation: animationFramesTwo 20000ms infinite ease-in-out;
	animation: animationFramesTwo 20000ms infinite ease-in-out;
}

.waving_left {
	-webkit-animation: waving_left 7s infinite linear;
	animation: waving_left 7s infinite linear;
	transition: all 0.3s ease-in-out;
}

.waving_right {
	-webkit-animation: waving_right 7s infinite linear;
	animation: waving_right 7s infinite linear;
	transition: all 0.3s ease-in-out;
}

@-webkit-keyframes waving_left {
	0% {
		-webkit-transform: rotate(0deg);
	}
	25% {
		-webkit-transform: rotate(3deg);
	}
	50% {
		-webkit-transform: rotate(6deg);
	}
	75% {
		-webkit-transform: rotate(-3deg);
	}
	100% {
		-webkit-transform: rotate(0deg);
	}
}
@keyframes waving_left {
	0% {
		-webkit-transform: rotate(0deg);
	}
	25% {
		-webkit-transform: rotate(3deg);
	}
	50% {
		-webkit-transform: rotate(6deg);
	}
	75% {
		-webkit-transform: rotate(-3deg);
	}
	100% {
		-webkit-transform: rotate(0deg);
	}
}
@-webkit-keyframes waving_right {
	0% {
		-webkit-transform: rotate(0deg);
	}
	25% {
		-webkit-transform: rotate(-3deg);
	}
	50% {
		-webkit-transform: rotate(-6deg);
	}
	75% {
		-webkit-transform: rotate(-3deg);
	}
	100% {
		-webkit-transform: rotate(0deg);
	}
}
@keyframes waving_right {
	0% {
		-webkit-transform: rotate(0deg);
	}
	25% {
		-webkit-transform: rotate(-3deg);
	}
	50% {
		-webkit-transform: rotate(-6deg);
	}
	75% {
		-webkit-transform: rotate(-3deg);
	}
	100% {
		-webkit-transform: rotate(0deg);
	}
}
@-webkit-keyframes float {
	0% {
		transform: translateY(0px);
	}
	50% {
		transform: translateY(-5px);
	}
	100% {
		transform: translateY(0px);
	}
}
@keyframes float {
	0% {
		transform: translateY(0px);
	}
	50% {
		transform: translateY(-5px);
	}
	100% {
		transform: translateY(0px);
	}
}
@-webkit-keyframes animationFramesTwo {
	0% {
		-webkit-transform: translate(0px, 0px) rotate(0deg);
	}
	20% {
		-webkit-transform: translate(73px, -1px) rotate(36deg);
	}
	40% {
		-webkit-transform: translate(141px, 72px) rotate(72deg);
	}
	60% {
		-webkit-transform: translate(83px, 122px) rotate(108deg);
	}
	80% {
		-webkit-transform: translate(-40px, 72px) rotate(144deg);
	}
	100% {
		-webkit-transform: translate(0px, 0px) rotate(0deg);
	}
}
@keyframes animationFramesTwo {
	0% {
		-webkit-transform: translate(0px, 0px) rotate(0deg);
	}
	20% {
		-webkit-transform: translate(73px, -1px) rotate(36deg);
	}
	40% {
		-webkit-transform: translate(141px, 72px) rotate(72deg);
	}
	60% {
		-webkit-transform: translate(83px, 122px) rotate(108deg);
	}
	80% {
		-webkit-transform: translate(-40px, 72px) rotate(144deg);
	}
	100% {
		-webkit-transform: translate(0px, 0px) rotate(0deg);
	}
}
@-webkit-keyframes moveHorizontal {
	0% {
		transform: translateX(0px);
	}
	50% {
		transform: translateX(-20px);
	}
	100% {
		transform: translateX(0px);
	}
}
@keyframes moveHorizontal {
	0% {
		transform: translateX(0px);
	}
	50% {
		transform: translateX(-20px);
	}
	100% {
		transform: translateX(0px);
	}
}
@-webkit-keyframes moveHorizontal_reverse {
	0% {
		transform: translateX(0px);
	}
	50% {
		transform: translateX(20px);
	}
	100% {
		transform: translateX(0px);
	}
}
@keyframes moveHorizontal_reverse {
	0% {
		transform: translateX(0px);
	}
	50% {
		transform: translateX(20px);
	}
	100% {
		transform: translateX(0px);
	}
}
@-webkit-keyframes moveVertical {
	0% {
		transform: translateY(0px);
	}
	50% {
		transform: translateY(-20px);
	}
	100% {
		transform: translateY(0px);
	}
}
@keyframes moveVertical {
	0% {
		transform: translateY(0px);
	}
	50% {
		transform: translateY(-20px);
	}
	100% {
		transform: translateY(0px);
	}
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}
/*-------------------------------
     Social Link  CSS
-------------------------------*/
.social-profile li {
	display: inline-block;
	margin: 0 4px;
}
.social-profile li:first-child {
	margin-left: 0;
}
.social-profile li:last-child {
	margin-right: 0;
}
.social-profile li:last-child {
	margin-right: 0;
}
.social-profile li a {
	text-align: center;
	border: 1px solid transparent;
	width: 32px;
	height: 32px;
	text-align: center;
	transition: all 0.3s ease-in-out;
}
.social-profile li a i {
	transition: all 0.3s ease-in-out;
	font-size: 16px;
	line-height: 0.8;
}
.social-profile li a:hover {
	border-color: transparent;
	color: #e76b35;
}
.social-profile.style1 li a {
	background: rgba(255, 255, 255, 0.1);
	border-radius: 0;
}
.social-profile.style1 li a i {
	color: #e76b35;
}
.social-profile.style1 li a:hover {
	background-color: #fff;
	transform: translateY(-3px);
}
.social-profile.style1 li a:hover i {
	color: #e76b35;
}
.social-profile.style2 li a {
	background: #f9f9f9;
	border-radius: 0;
}
.social-profile.style2 li a i {
	color: #e76b35;
}
.social-profile.style2 li a:hover {
	background-color: #e76b35;
	transform: translateY(-3px);
}
.social-profile.style2 li a:hover i {
	color: #fff;
}
.social-profile.style3 li a {
	background: rgba(255, 255, 255, 0.9);
	border-radius: 0;
	box-shadow: 0 3px 15px rgba(0, 0, 0, 0.07);
}
.social-profile.style3 li a i {
	color: #e76b35;
}
.social-profile.style3 li a:hover {
	background-color: #e76b35;
}
.social-profile.style3 li a:hover i {
	color: #fff;
}

/*-------------------------------
        Pagination  CSS
-------------------------------*/
.page-nav {
	text-align: center;
}
.page-nav li {
	margin: 0 5px;
	display: inline-block;
}
.page-nav li a {
	display: block;
	width: 45px;
	height: 45px;
	font-size: 16px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	line-height: 46px;
	font-weight: 600;
	opacity: 0.7;
	text-align: center;
	transition: all 0.4s ease-in-out;
}
.page-nav li a i {
	font-size: 18px;
	line-height: 1;
	margin: 0 auto;
	position: relative;
	top: 3px;
	transition: all 0.4s ease-in-out;
}
.page-nav li a.active,
.page-nav li a:hover {
	color: #fff;
	opacity: 1;
	background-color: #e76b35;
}
.page-nav li a.active i,
.page-nav li a:hover i {
	color: #fff;
}

/*---------------------------
        Sidebar CSS
 ---------------------------*/
.sidebar .sidebar-widget {
	margin: 0 0 30px;
	position: relative;
	z-index: 1;
}
.sidebar .sidebar-widget h4 {
	margin: 0 0 25px;
	font-size: 19px;
	position: relative;
	/* line-height: 1; */
	position: relative;
	padding-bottom: 13px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.sidebar .sidebar-widget h4:after {
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 40%;
	height: 2px;
	content: '';
	background: #e76b35;
	transition: all 0.4s ease-in-out;
}
.sidebar .sidebar-widget:last-child {
	margin: 0;
}

/*-------------------------------
       Search Box Widget CSS
-------------------------------*/
.search-box {
	position: relative;
}
.search-box .form-group {
	position: relative;
}
.search-box .form-group input {
	width: 100%;
	height: 60px;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.1);
	color: #000;
	line-height: 21px;
	padding: 12px 60px 12px 20px;
	border-radius: 0;
}
.search-box .form-group button {
	position: absolute;
	top: 5px;
	right: 5px;
	padding: 5px 16px;
	height: calc(100% - 10px);
	border: none;
	border-radius: 0;
	text-align: center;
	background: #e76b35;
}
.search-box .form-group button i {
	color: #fff;
	top: 3px;
	left: 1px;
	font-size: 20px;
	position: relative;
}
.search-box.style2 .form-group input {
	background: #fff;
	border: none;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
}

/*-------------------------------
     Category Widget CSS
-------------------------------*/
.category-box li {
	position: relative;
}
.category-box li:first-child a {
	padding-top: 0;
}
.category-box li:first-child a i {
	top: 5px;
}
.category-box li:last-child a {
	border-bottom: none;
	padding-bottom: 0;
}
.category-box li:last-child a i {
	top: 15px;
}
.category-box li a {
	color: #666666;
	font-weight: 500;
	padding: 8px 10px 8px 20px;
	display: block;
	transition: all 0.4s ease-in-out;
}
.category-box li a i {
	position: absolute;
	top: 14px;
	left: 0;
	font-size: 20px;
	line-height: 0.8;
	color: #e76b35;
	transition: all 0.4s ease-in-out;
}
.category-box li a:hover {
	color: #e76b35;
}
.category-box li a:hover i {
	color: #e76b35;
}
.category-box.style2 li {
	margin-bottom: 15px;
}
.category-box.style2 li:last-child {
	margin-bottom: 0;
}
.category-box.style2 li a {
	background-color: #fff;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
	padding: 18px 15px 18px 50px;
	transition: all 0.4s ease-in-out;
}
.category-box.style2 li a i {
	top: 23px;
	left: 18px;
}
.category-box.style2 li a:hover {
	background-color: #e76b35;
	color: #fff;
}
.category-box.style2 li a:hover i {
	color: #fff;
}

/*-------------------------------
     Taglist Widget CSS
-------------------------------*/
.tag-list ul {
	margin-top: -12px;
}
.tag-list ul li {
	display: inline-block;
	margin: 12px 8px 0px 0px;
}
.tag-list ul li a {
	display: inline-block;
	font-size: 14px;
	line-height: 16px;
	padding: 10px 15px;
	color: #666666;
	background-color: #f9f9f9;
	transition: all 0.3s ease-in-out;
}
.tag-list ul li a:hover {
	background-color: #e76b35;
	color: #fff;
	border-color: transparent;
}
.tag-list.style2 li a {
	box-shadow: none;
	padding: 0;
}
.tag-list.style2 li a:hover {
	background: transparent;
}
.tag-list.style3 li a {
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
	padding: 10px 12px;
	border: none;
}

/*-------------------------------
     New Product Widget CSS
-------------------------------*/
.new-product-item {
	margin: 0 0 20px;
}
.new-product-item:last-child {
	margin: 0;
}
.new-product-item .new-product-img {
	width: 80px;
	text-align: center;
	background-color: #f3f4f6;
	border-radius: 4px;
}
.new-product-item .new-product-img img {
	margin: 0 auto;
	display: block;
}
.new-product-item .new-product-info {
	width: calc(100% - 95px);
	margin-left: 15px;
}
.new-product-item .new-product-info h6 {
	margin: 0 0 5px;
	font-size: 18px;
}
.new-product-item .new-product-info h6 a {
	color: #000;
}
.new-product-item .new-product-info h6:hover a {
	color: #e76b35;
}
.new-product-item .new-product-info span {
	color: #e76b35;
	font-size: 14px;
	font-weight: 600;
}
.new-product-item .new-product-info span.discount {
	text-decoration: line-through;
	margin-left: 5px;
	color: rgba(0, 0, 0, 0.51);
}

/*-------------------------------
    Contact Widget CSS
-------------------------------*/
.contact-widget {
	background-color: #e76b35;
	padding: 25px 30px 30px;
}
.contact-widget h3 {
	font-size: 22px;
	margin: 0 0 12px;
	color: #fff;
}
.contact-widget p {
	color: rgba(255, 255, 255, 0.8);
	margin: 0 0 22px;
}

/*-------------------------------
    Popular post Widget CSS
-------------------------------*/
.pp-post-item {
	margin: 0 0 20px;
}
.pp-post-item .pp-post-img {
	width: 85px;
	border-radius: 4px;
}
.pp-post-item .pp-post-img img {
	border-radius: 4px;
}
.pp-post-item .pp-post-info {
	width: calc(100% - 100px);
	margin-left: 15px;
	margin-top: 2px;
}
.pp-post-item .pp-post-info h6 {
	font-size: 16px;
	line-height: 1.5;
	font-weight: 700;
	margin-bottom: 0;
}
.pp-post-item .pp-post-info h6 a {
	color: #252525;
}
.pp-post-item .pp-post-info span {
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	display: block;
	position: relative;
	color: #e76b35;
	margin-bottom: 12px;
}
.pp-post-item:last-child {
	margin: 0;
}
.pp-post-item:hover .pp-post-info h6 a {
	color: #e76b35;
}

.checkout-details .select-payment-method,
.checkout-details .bill-item,
.checkout-details .bill-item-footer,
.checkout-details .bill-item-title,
.cart-total .cart-total-wrap .cart-total-item,
.comment-item-wrap .comment-item,
.post-author,
.testimonial-card .client-info-area .client-info-wrap,
.testimonial-card .client-info-area,
.counter-card-wrap,
.countdown-deals,
.swiper-button-next,
.swiper-button-prev,
.benefit-wrap.style2 .benefit-img-wrap .benefit-list-icon li,
.product-card.style7 .product-img .product-meta-option li button,
.product-card.style7 .product-img .product-meta-option li a,
.service-card.style2 .service-icon,
.service-card.style1 .service-icon,
.about-wrap.style3 .about-img-wrap .discunt-price,
.promo-card.style2 .promo-title .promo-icon,
.promo-card.style1 .promo-icon,
.product-cat-card.style1 .product-cat-icon,
.hero-wrap.style1 .hero-img-wrap .discunt-price,
.wp-block-quote,
.pricing-card .pricing-header,
.product-card.style7 .product-info,
.product-card.style4 .product-info-wrap,
.service-card.style1,
.promo-card.style1 .promo-title,
.promo-card .promo-title,
.owl-carousel .owl-nav,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.social-profile li a,
.new-product-item,
.pp-post-item {
	display: flex;
	flex-wrap: wrap;
}

.swiper-button-next,
.swiper-button-prev,
.benefit-wrap.style2 .benefit-img-wrap .benefit-list-icon li,
.product-card.style7 .product-img .product-meta-option li button,
.product-card.style7 .product-img .product-meta-option li a,
.service-card.style2 .service-icon,
.service-card.style1 .service-icon,
.about-wrap.style3 .about-img-wrap .discunt-price,
.promo-card.style2 .promo-title .promo-icon,
.promo-card.style1 .promo-icon,
.product-cat-card.style1 .product-cat-icon,
.hero-wrap.style1 .hero-img-wrap .discunt-price,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.social-profile li a {
	flex-direction: column;
	justify-content: center;
}

.checkout-details .bill-item,
.checkout-details .bill-item-footer,
.checkout-details .bill-item-title,
.cart-total .cart-total-wrap .cart-total-item,
.wp-block-quote,
.pricing-card .pricing-header,
.testimonial-card .client-info-area .client-info-wrap,
.testimonial-card .client-info-area,
.product-card.style7 .product-info,
.product-card.style4 .product-info-wrap,
.service-card.style1,
.promo-card.style1 .promo-title,
.promo-card .promo-title,
.new-product-item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-ms-grid-row-align: center;
	align-items: center;
}

/*---------------------------------
        Header CSS 
-----------------------------------*/
@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translate3d(0, -100%, 0);
	}
	to {
		opacity: 1;
		transform: translateZ(0);
	}
}
@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translate3d(0, -100%, 0);
	}
	to {
		opacity: 1;
		transform: translateZ(0);
	}
}
@-webkit-keyframes toBottomFromTop10 {
	49% {
		transform: translateY(-10%);
	}
	50% {
		opacity: 0;
		transform: translateY(10%);
	}
	51% {
		opacity: 1;
	}
}
@keyframes toBottomFromTop10 {
	49% {
		transform: translateY(-10%);
	}
	50% {
		opacity: 0;
		transform: translateY(10%);
	}
	51% {
		opacity: 1;
	}
}
.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

.header-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition:
		transform 0.32s cubic-bezier(0.25, 0.1, 0.25, 1),
		opacity 0.28s ease,
		box-shadow 0.28s ease;
}
.header-wrap.sticky {
	position: fixed;
	background: #fff;
	width: 100%;
	top: 0;
	box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
	-webkit-animation: none;
	animation: none;
}
.header-wrap.sticky.header-hidden {
	transform: translate3d(0, -100%, 0);
	opacity: 0;
	pointer-events: none;
}
@media (prefers-reduced-motion: reduce) {
	.header-wrap {
		transition-duration: 0.05s !important;
	}
}
.header-wrap.sticky.style1,
.header-wrap.sticky.style3 {
	background-color: #015c3b;
	margin: 0;
}
.header-wrap.sticky.style1 .header-box {
	padding: 0;
}
.header-wrap.style1 {
	transition: 0.4s;
	margin-top: 30px;
}
.header-wrap.style1 .header-box {
	background-color: #015c3b;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	padding: 0 15px;
	border-radius: 5px;
}
.header-wrap.style1 .header-box .other-options .option-item .searchbtn i {
	color: #fff;
}
.header-wrap.style1 .header-box .search-area {
	background-color: #015c3b;
	right: -15px;
	border-radius: 0 5px 5px 5px;
}
.header-wrap.style1 .header-box .search-area input {
	background-color: transparent;
	border-color: rgba(255, 255, 255, 0.2);
	color: #fff;
}
.header-wrap.style1 .header-box .search-area button i {
	color: #fff;
}
.header-wrap.style2 {
	background-color: #fff;
}

/* Site header — ecommerce-style bar (Dr. Sperm) */
.site-header {
	position: relative;
	z-index: 100;
}
.site-header .site-header__container {
	position: relative;
}
.site-header__bar {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem 1rem;
	min-height: 68px;
	padding: 0.5rem 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.07);
	background: #fff;
}
.header-wrap.sticky .site-header__bar {
	border-bottom-color: rgba(0, 0, 0, 0.06);
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
}
.site-header__logo {
	margin-right: auto;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	flex-shrink: 0;
}
.site-header__logo img {
	max-height: 46px;
	width: auto;
	height: auto;
	object-fit: contain;
}
.site-header__brand .site-header__brand-inner {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
}
.site-header__brand .site-header__brand-img {
	max-height: 46px;
	width: auto;
	height: auto;
	object-fit: contain;
	border-radius: 10px;
	flex-shrink: 0;
}
.site-header__brand .site-header__brand-text {
	font-family: 'Jost', sans-serif;
	font-weight: 800;
	font-size: 1.35rem;
	letter-spacing: -0.03em;
	line-height: 1.05;
	color: #111827;
	white-space: nowrap;
}
@media only screen and (min-width: 992px) {
	.site-header__logo img {
		max-height: 52px;
	}
	.site-header__brand .site-header__brand-img {
		max-height: 52px;
	}
	.site-header__brand .site-header__brand-text {
		font-size: 1.5rem;
	}
}
.site-header__nav {
	min-width: 0;
}
.site-header__menu .nav-item {
	margin: 0 0.15rem;
}
.site-header__menu .nav-link {
	font-weight: 600;
	font-size: 0.9375rem;
	letter-spacing: 0.01em;
	padding: 0.5rem 0.65rem !important;
	border-radius: 8px;
	transition: color 0.2s ease, background 0.2s ease;
}
.site-header__menu .nav-link:hover,
.site-header__menu .nav-link:focus {
	color: #c2185b;
	background: rgba(237, 12, 122, 0.06);
}
.site-header__menu .nav-link.active {
	color: #ad1457;
	font-weight: 700;
}
.site-header__desktop-actions {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	gap: 0.5rem 1rem;
	margin-left: 0.5rem;
}
.site-header__desktop-actions .option-item {
	margin: 0 !important;
}
.site-header__order-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.65rem 1.75rem !important;
	border-radius: 999px !important;
	font-weight: 700 !important;
	font-size: 0.9375rem !important;
	letter-spacing: 0.02em;
	box-shadow: 0 4px 16px rgba(237, 12, 122, 0.25);
	white-space: nowrap;
}
.site-header__order-btn span {
	position: relative;
	z-index: 2;
}
.site-header__search-trigger-wrap {
	display: flex;
	align-items: center;
}
.site-header__search-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	padding: 0 !important;
	border-radius: 50%;
	border: 1px solid rgba(0, 0, 0, 0.1);
	background: #fafafa;
	transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.site-header__search-toggle:hover {
	background: #fff;
	border-color: rgba(237, 12, 122, 0.35);
	box-shadow: 0 2px 10px rgba(237, 12, 122, 0.15);
}
.site-header__search-toggle i {
	font-size: 22px;
	color: #374151;
}
.site-header__mobile-left,
.site-header__mobile-right {
	display: flex;
	align-items: center;
	flex-shrink: 0;
}
.site-header__mobile-left .mobile-menu,
.site-header__mobile-right .searchbtn {
	margin-left: 0;
	top: 0;
}
.site-header__mobile-left .mobile-menu {
	width: 44px;
	height: 44px;
	border-radius: 12px;
	background: linear-gradient(135deg, #ed0c7a 0%, #e76b35 100%);
	box-shadow: 0 4px 14px rgba(237, 12, 122, 0.35);
	border: none;
}
.site-header__mobile-left .mobile-menu a {
	width: 100%;
	height: 100%;
	border-radius: 12px;
}
.site-header__mobile-left .mobile-menu a i {
	color: #fff;
	font-size: 22px;
	top: 0;
}
.site-header .site-header__search-flyout.search-area {
	top: calc(100% + 6px);
	right: 0;
	left: auto;
	width: min(400px, calc(100vw - 24px));
	padding: 14px;
	border-radius: 14px;
	box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12);
	border: 1px solid rgba(0, 0, 0, 0.06);
	z-index: 120;
}
.site-header .site-header__search-flyout.search-area input {
	height: 50px;
	color: #1a1a1a;
	background: #f9fafb;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	padding: 12px 52px 12px 16px;
}
.site-header .site-header__search-flyout.search-area input::placeholder {
	color: #6b7280;
	opacity: 1;
}
.site-header .site-header__search-flyout.search-area button {
	top: 50%;
	right: 22px;
	transform: translateY(-50%);
	margin-top: 0;
	padding: 8px;
	border-radius: 8px;
}
.site-header .site-header__search-flyout.search-area button i {
	opacity: 0.75;
	color: #e76b35;
	font-size: 22px;
}
@media only screen and (max-width: 991.98px) {
	.site-header .site-header__search-flyout.search-area.open {
		top: calc(100% + 4px);
		left: 0;
		right: 0;
		width: 100%;
		max-width: none;
		border-radius: 12px;
		margin-top: 0;
	}
	.site-header__bar {
		min-height: 56px;
		gap: 0.35rem 0.5rem;
		align-items: center;
	}
	.site-header__mobile-left {
		order: 1;
		width: 44px;
	}
	.site-header__logo {
		order: 2;
		flex: 1 1 auto;
		min-width: 0;
		text-align: center;
		margin-right: 0;
		padding-right: 0;
		padding-left: 0;
	}
	.site-header__logo img {
		max-height: 40px;
		margin: 0 auto;
		display: block;
	}
	.site-header__brand .site-header__brand-inner {
		justify-content: center;
	}
	.site-header__brand .site-header__brand-img {
		max-height: 40px;
		margin: 0;
	}
	.site-header__brand .site-header__brand-text {
		font-size: 1.15rem;
	}
	.site-header__mobile-right {
		order: 3;
		width: 44px;
		justify-content: flex-end;
	}
	.site-header__nav {
		order: 4;
		flex: 1 1 100%;
		width: 100%;
	}
	.site-header .site-header__search-flyout.search-area {
		order: 5;
		flex: 1 1 100%;
		position: relative;
		top: auto !important;
		margin-top: 0;
		visibility: hidden;
		opacity: 0;
		height: 0;
		padding: 0;
		overflow: hidden;
		pointer-events: none;
		border: none;
		box-shadow: none;
		transition: opacity 0.25s ease, visibility 0.25s ease;
	}
	.site-header .site-header__search-flyout.search-area.open {
		visibility: visible;
		opacity: 1;
		height: auto;
		padding: 12px;
		pointer-events: auto;
		overflow: visible;
		border: 1px solid rgba(0, 0, 0, 0.08);
		box-shadow: 0 12px 36px rgba(0, 0, 0, 0.1);
	}
}
.header-wrap.style3 {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.header-wrap.style3 .searchbtn i {
	color: #fff;
}
.header-wrap.style3 .shopcart-btn i {
	color: #fff;
}
.header-wrap.style3 .navbar .navbar-nav > .nav-item:first-child,
.header-wrap.style4 .navbar .navbar-nav > .nav-item:first-child {
	margin-left: 0;
}
.header-wrap.style4 {
	background-color: #fff;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.header-wrap.style4 .option-item .searchbtn i {
	color: #000;
}
.header-wrap .mobile-bar-wrap,
.header-wrap .other-options {
	position: relative;
}

.search-area {
	position: absolute;
	top: 80px;
	right: 0;
	background-color: #fff;
	padding: 15px 15px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	width: 320px;
	visibility: hidden;
	opacity: 0;
	transition: 0.4s;
}
.search-area.open {
	visibility: visible;
	opacity: 1;
	top: 69px;
}
.search-area input {
	width: 100%;
	height: 58px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	padding: 15px 15px;
	background-color: transparent;
	color: #fff;
}
.search-area input::-moz-placeholder {
	color: #fff;
}
.search-area input:-ms-input-placeholder {
	color: #fff;
}
.search-area input::placeholder {
	color: #fff;
}
.search-area button {
	position: absolute;
	top: 35px;
	right: 22px;
	border: none;
	background-color: transparent;
}
.search-area button i {
	font-size: 20px;
	opacity: 0.5;
	line-height: 0.8;
}

.shopcart-btn {
	position: relative;
	top: 2px;
	padding-right: 5px;
}
.shopcart-btn i {
	font-size: 28px;
	line-height: 0.8;
}
.shopcart-btn span {
	position: absolute;
	top: -12px;
	right: 0px;
	width: 23px;
	height: 23px;
	border-radius: 50%;
	background-color: #ff3838;
	text-align: center;
	line-height: 23px;
	color: #fff;
	font-size: 12px;
}

.searchbtn {
	background-color: transparent;
	border: none;
	padding: 0;
	position: relative;
	top: 2px;
}
.searchbtn i {
	font-size: 20px;
	line-height: 1;
}

@media only screen and (max-width: 767px) {
	.navbar-brand img {
		max-width: 210px;
	}
	.search-area {
		width: 270px;
		padding: 12px;
	}
	.search-area.open {
		top: 42px;
	}
	.search-area input {
		height: 50px;
	}
	.search-area button {
		top: 32px;
	}
	.search-area button i {
		font-size: 18px;
	}
	.header-wrap.sticky {
		margin-top: 0;
	}
	.header-wrap.style1 {
		margin-top: 12px;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.header-wrap .navbar .navbar-brand {
		max-width: 120px;
	}
	.header-wrap .navbar .navbar-nav .nav-item {
		margin: 0 10px;
	}
	.header-wrap .navbar .navbar-nav .nav-item a {
		font-size: 14px !important;
	}
	.header-wrap .navbar .other-options .option-item {
		margin: 0 0 0 25px !important;
	}
	.header-wrap .navbar .other-options .option-item .btn {
		padding: 9px 20px 9px;
		font-size: 14px;
	}
	.header-wrap .navbar .other-options .search-area.open {
		top: 62px;
	}
	.header-wrap.style3 .navbar .navbar-nav > .nav-item,
	.header-wrap.style4 .navbar .navbar-nav > .nav-item {
		margin: 0 7px;
	}
	.header-wrap.style3 .navbar .navbar-nav > .nav-item:first-child,
	.header-wrap.style4 .navbar .navbar-nav > .nav-item:first-child {
		margin-left: 0;
	}
	.header-wrap.style3 .navbar .navbar-nav > .nav-item:last-child,
	.header-wrap.style4 .navbar .navbar-nav > .nav-item:last-child {
		margin-right: 0;
	}
	.header-wrap.style3 .navbar .navbar-nav > .nav-item a i,
	.header-wrap.style4 .navbar .navbar-nav > .nav-item a i {
		font-size: 10px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.search-area.open {
		top: 54px;
	}
}
@media only screen and (max-width: 991px) {
	.header-wrap.style1 .header-box {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
	}
	.header-wrap .container {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
	}
	.header-wrap .navbar .navbar-collapse {
		-webkit-box-align: start;
		-ms-flex-align: start;
		-ms-grid-row-align: flex-start;
		align-items: flex-start;
	}
	.header-wrap .navbar .navbar-nav {
		width: 100%;
		flex-direction: column;
	}
	.header-wrap .navbar .navbar-nav .nav-item {
		position: relative;
	}
	.header-wrap .navbar .navbar-nav .nav-item .menu-expand {
		position: absolute;
		right: 0;
		top: 14px;
		cursor: pointer;
	}
	.header-wrap .navbar .navbar-nav .nav-item .menu-expand i {
		color: #000;
		font-size: 18px;
		line-height: 1;
		position: relative;
		top: 7px;
	}
	.header-wrap .navbar .navbar-nav .nav-item a {
		border-bottom: 1px solid rgba(0, 0, 0, 0.15);
		padding-top: 15px;
		padding-bottom: 15px;
		color: #000;
	}
	.header-wrap .navbar .navbar-nav .nav-item a i {
		display: none;
	}
	.header-wrap .navbar .navbar-nav .nav-item a.active {
		color: #e76b35;
	}
	.header-wrap .navbar .navbar-nav .nav-item a.btn {
		display: inline-block;
		padding: 10px 30px 10px;
		color: #fff;
		margin-top: 15px;
		font-weight: 500;
		font-size: 14px;
	}
	.header-wrap .navbar .navbar-nav .nav-item a.btn i {
		display: inline-block;
		top: 6px;
	}
	.header-wrap .navbar .navbar-nav .nav-item .dropdown-menu {
		width: 100%;
		background-color: transparent;
		border: none;
		padding: 0;
	}
	.header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a {
		font-size: 14px;
		padding-left: 10px;
		margin-left: 10px;
	}
	.header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
		color: #e76b35;
	}
	.header-wrap .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu {
		margin-left: 20px;
	}
	.header-wrap.style1 .searchbtn i {
		color: #fff;
	}
	.header-wrap.style1 .shopcart-btn i {
		color: #fff;
	}
	.header-wrap.style2 .mobile-menu a i,
	.header-wrap.style3 .mobile-menu a i {
		color: #fff;
	}
	.mobile-bar-wrap {
		position: relative;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		justify-content: flex-end;
		text-align: right;
		position: relative;
		top: 4px;
	}
	.mobile-bar-wrap .shopcart-btn {
		margin-left: 11px;
		top: 1px;
		padding-right: 4px;
	}
	.mobile-bar-wrap .shopcart-btn span {
		top: -2px;
		width: 20px;
		height: 20px;
		font-size: 10px;
		line-height: 20px;
	}
	.menu-close {
		position: absolute;
		top: 13px;
		right: 16px;
	}
	.menu-close i {
		color: #000;
		font-size: 25px;
	}
	.mobile-menu {
		text-align: right;
		margin-left: 14px;
		width: 35px;
		height: 35px;
		border-radius: 50%;
		background: linear-gradient(90deg, #e76b35 0%, #e76b35 99.88%);
	}
	.mobile-menu a {
		text-align: center;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.mobile-menu a i {
		font-size: 20px;
		color: #fff;
		margin: 0 auto;
		position: relative;
		top: 2px;
	}
	.mobile-menu {
		display: inline-block;
		position: relative;
		top: -5px;
	}
	.mobile-top-bar {
		display: inline-block;
		margin-right: 6px;
		cursor: pointer;
		position: relative;
		top: 0px;
	}
	.mobile-top-bar span {
		display: block;
		width: 20px;
		height: 2px;
		background-color: #000;
		border-radius: 20px;
		margin: 5.9px 0;
	}
	.mobile-top-bar span:nth-child(1) {
		margin-top: 0;
	}
	.mobile-top-bar span:nth-child(2) {
		width: 12px;
		margin-left: 8px;
	}
	.main-menu-wrap {
		width: 100%;
		position: fixed;
		background: #fdfff9;
		z-index: 999;
		top: 0;
		height: 100vh;
		transition: 0.5s;
		left: -100%;
		padding: 55px 20px 30px;
		overflow-y: auto;
		transition: 0.4s;
	}
	.main-menu-wrap.open {
		left: 0;
	}
	.main-menu > li.has-children.menu-open > span.menu-expand {
		transform: rotate(180deg);
	}
	.main-menu > li.has-children.menu-open > span.menu-expand i {
		color: #000;
	}
	.main-menu > li > ul > li.has-children.menu-open > span.menu-expand {
		transform: rotate(180deg);
	}
	.main-menu li {
		position: relative;
	}
	.main-menu li:last-child {
		margin: 0;
	}
	.main-menu li > span.menu-expand {
		position: absolute;
		right: 0;
		top: 13px;
		cursor: pointer;
	}
	.main-menu li > span.menu-expand i {
		color: #000;
		font-size: 18px;
	}
	.main-menu li > span.menu-expand:hover {
		color: #000;
	}
	.main-menu li a.active {
		color: #e76b35;
	}
	.main-menu li > a {
		font-size: 14px;
		font-weight: 400;
		color: #000;
		text-transform: capitalize;
		display: block;
		padding: 12px 0;
		border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	}
	.main-menu li > a:hover {
		color: #000;
	}
	.main-menu li > ul.sub-menu {
		padding-left: 20px;
	}
	.header-wrap .main-menu-wrap #menu > ul > li > a::after {
		display: none;
	}
	.main-menu li a.active {
		font-weight: 600;
		color: #000;
		border-color: rgba(0, 0, 0, 0.3);
	}
}
@media only screen and (min-width: 992px) {
	.menu-expand {
		display: none;
	}
	.header-wrap .navbar {
		padding: 0;
	}
	.header-wrap .navbar ul {
		padding-left: 0;
		list-style-type: none;
		margin-bottom: 0;
	}
	.header-wrap .navbar .navbar-nav .nav-item {
		position: relative;
		margin: 0 10px;
	}
	.header-wrap .navbar .navbar-nav .nav-item.first-child {
		margin-left: 0;
	}
	.header-wrap .navbar .navbar-nav .nav-item a {
		color: #000;
		font-weight: 500;
		padding: 30px 0;
		transition: 0.4s;
		position: relative;
	}
	.header-wrap .navbar .navbar-nav .nav-item a:hover,
	.header-wrap .navbar .navbar-nav .nav-item a:focus,
	.header-wrap .navbar .navbar-nav .nav-item a.active {
		color: #e76b35;
	}
	.header-wrap .navbar .navbar-nav .nav-item a i {
		font-size: 12px;
		line-height: 1;
		position: relative;
		top: 2px;
		display: inline-block;
		margin-left: -3px;
		transition: 0.4s;
	}
	.header-wrap .navbar .navbar-nav .nav-item a:hover i {
		transform: rotate(180deg);
	}
	.header-wrap .navbar .navbar-nav .nav-item .dropdown-menu {
		display: block !important;
		border: none;
		top: 82px;
		left: -23px;
		z-index: 99;
		opacity: 0;
		width: 265px;
		display: block;
		border-radius: 0;
		padding: 12px 0;
		position: absolute;
		visibility: hidden;
		box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
		transition: 0.3s;
		transform: rotateX(-75deg);
		transition: 0.5s;
		transform-style: preserve-3d;
		transform-origin: 0% 0%;
	}
	.header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li {
		margin: 0;
	}
	.header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a {
		padding: 10px 20px;
		position: relative;
		display: block;
		font-weight: 500;
		transition: 0.3s;
	}
	.header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:before {
		position: absolute;
		top: 50%;
		left: 20px;
		content: '';
		width: 2px;
		height: 0%;
		background-color: #e76b35;
		visibility: hidden;
		opacity: 0;
		transform: translateY(-50%);
		transition: 0.4s;
	}
	.header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a.active,
	.header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:hover {
		color: #e76b35;
	}
	.header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a.active:before,
	.header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:hover:before {
		height: 16px;
		visibility: visible;
		opacity: 1;
	}
	.header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a.active,
	.header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:hover {
		padding-left: 30px;
	}
	.header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:hover,
	.header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:focus,
	.header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
		width: 100%;
		right: auto;
		left: 0;
	}
	.header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a i {
		margin: 0;
		position: absolute;
		top: 55%;
		font-size: 13px;
		line-height: 1;
		transform: translateY(-50%);
		right: 15px;
	}
	.header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
		top: 0;
		opacity: 0;
		left: -250px;
		right: auto;
		visibility: hidden;
	}
	.header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
		opacity: 1;
		visibility: visible;
	}
	.header-wrap .navbar .navbar-nav .nav-item:hover .dropdown-menu {
		opacity: 1;
		visibility: visible;
		transform: rotatex(0deg);
	}
	.header-wrap .navbar .other-options {
		display: flex;
		align-items: center;
	}
	.header-wrap .navbar .other-options .option-item {
		margin: 0 0 0 35px;
	}
	.header-wrap.style1 .navbar .navbar-nav .nav-item a,
	.header-wrap.style3 .navbar .navbar-nav .nav-item a {
		color: #fff;
	}
	.header-wrap.style1 .navbar .navbar-nav .nav-item a:hover,
	.header-wrap.style1 .navbar .navbar-nav .nav-item a:focus,
	.header-wrap.style1 .navbar .navbar-nav .nav-item a.active,
	.header-wrap.style3 .navbar .navbar-nav .nav-item a:hover,
	.header-wrap.style3 .navbar .navbar-nav .nav-item a:focus,
	.header-wrap.style3 .navbar .navbar-nav .nav-item a.active {
		color: #e76b35;
	}
	.header-wrap.style1 .navbar .navbar-nav .nav-item .dropdown-menu,
	.header-wrap.style3 .navbar .navbar-nav .nav-item .dropdown-menu {
		background-color: #015c3b;
	}
	.header-wrap.style1 .navbar .other-options .option-item,
	.header-wrap.style3 .navbar .other-options .option-item {
		margin: 0 0 0 30px;
	}
	.header-wrap.style1 .navbar .other-options .option-item .shopcart-btn i,
	.header-wrap.style3 .navbar .other-options .option-item .shopcart-btn i {
		color: #fff;
	}
	.header-wrap.style1 .navbar .other-options .option-item .shopcart-btn span,
	.header-wrap.style3 .navbar .other-options .option-item .shopcart-btn span {
		background-color: #ff3838;
	}
	.header-wrap.style2 .navbar .other-options .option-item .searchbtn i {
		color: #000;
	}
	.header-wrap.style3 .navbar-brand,
	.header-wrap.style4 .navbar-brand {
		margin: 0 auto;
	}
	.header-wrap.style3 .navbar-brand img,
	.header-wrap.style4 .navbar-brand img {
		display: block;
		margin: 0 auto;
	}
	.header-wrap.style3 .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu,
	.header-wrap.style4 .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
		left: auto;
		right: -250px;
	}
	.header-wrap.style3 .other-options,
	.header-wrap.style4 .other-options {
		justify-content: flex-end;
	}
}
@media only screen and (min-width: 1400px) {
	.header-wrap .navbar .navbar-nav .nav-item {
		margin: 0 14px;
	}
	.header-wrap .navbar .navbar-nav .nav-item a {
		font-size: 17px;
	}
}
@media only screen and (min-width: 1600px) {
	.header-wrap .container {
		max-width: 1520px;
	}
}
/*---------------------------------
       Breadcrumb CSS 
-----------------------------------*/
.br-1 {
	background-image: url(../img/breadcrumb/breadcrumb-1.jpg);
}

.br-2 {
	background-image: url(../img/breadcrumb/breadcrumb-2.jpg);
}

.br-3 {
	background-image: url(../img/breadcrumb/breadcrumb-3.jpg);
}

.br-4 {
	background-image: url(../images/breadcrumb-4.jpg);
}

.br-5 {
	background-image: url(../img/breadcrumb/breadcrumb-5.jpg);
}

.breadcrumb-wrap {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 120px 0;
	overflow: hidden;
}

.breadcrumb-title {
	position: relative;
	z-index: 1;
	width: 100%;
}
.breadcrumb-title h2 {
	font-size: 40px;
	font-weight: 600;
	margin: 0 0 15px;
}
.breadcrumb-title .breadcrumb-menu li {
	display: inline-block;
	margin: 0 10px;
	position: relative;
	color: #666666;
	font-weight: 500;
}
.breadcrumb-title .breadcrumb-menu li:after {
	position: absolute;
	top: 12px;
	right: -13px;
	content: '';
	width: 8px;
	height: 2px;
	background-color: #e76b35;
}
.breadcrumb-title .breadcrumb-menu li:first-child {
	margin-left: 0;
}
.breadcrumb-title .breadcrumb-menu li:first-child a {
	padding-left: 0;
}
.breadcrumb-title .breadcrumb-menu li:last-child {
	margin-right: 0;
	color: #e76b35;
}
.breadcrumb-title .breadcrumb-menu li:last-child:after {
	display: none;
}
.breadcrumb-title .breadcrumb-menu li a {
	font-size: 16px;
	line-height: 22px;
	display: inline-block;
	padding: 0px 5px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	position: relative;
	color: #666666;
}
.breadcrumb-title .breadcrumb-menu li a:hover {
	color: #e76b35;
}
.breadcrumb-title .breadcrumb-menu li:last-child a:after {
	display: none;
}

.breadcrumb-img img {
	display: block;
	margin-left: auto;
}

.content-feature-list {
	margin: 0 0 28px 0;
}
.content-feature-list li {
	position: relative;
	padding-left: 25px;
	margin: 0 0 18px;
}
.content-feature-list li:last-child {
	margin-bottom: 0;
}
.content-feature-list li i {
	position: absolute;
	top: 6px;
	left: 0;
	color: #e76b35;
	font-size: 20px;
	line-height: 0.8;
}

/*-------------------------------
    Hero  Section CSS
-------------------------------*/
.hero-wrap .hero-content span {
	font-weight: 500;
	display: block;
	margin: 0 0 10px;
}
.hero-wrap .hero-content h1 {
	font-size: 56px;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 20px;
}
.hero-wrap .hero-content p {
	margin-bottom: 35px;
}
.hero-wrap.style1 {
	background-color: #e76b35;
	padding: 170px 0 90px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.hero-wrap.style1 .hero-shape-one {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}
.hero-wrap.style1 .hero-shape-two {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.hero-wrap.style1 .hero-shape-three {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
}
.hero-wrap.style1 .hero-shape-four {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	transform: translateX(-50%);
}
.hero-wrap.style1 .hero-img-wrap {
	position: relative;
}
.hero-wrap.style1 .hero-img-wrap img {
	display: block;
	margin: 0 auto;
}
.hero-wrap.style1 .hero-img-wrap .hero-img {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	transform: translate(-50%, -50%);
}
.hero-wrap.style1 .hero-img-wrap .discunt-price {
	position: absolute;
	top: 120px;
	left: calc(50% + 50px);
	transform: translateX(-50%);
	width: 100px;
	height: 100px;
	border-radius: 50%;
	text-align: center;
	background-color: #e76b35;
	color: #fff;
	font-size: 22px;
	font-weight: 600;
	padding: 10px;
	z-index: 10;
}
.hero-wrap.style2 {
	margin-top: 83px;
	background-color: #f9f9f9;
	position: relative;
	z-index: 1;
	padding: 100px 0 140px;
}
.hero-wrap.style2 .hero-shape-one,
.hero-wrap.style2 .hero-shape-two,
.hero-wrap.style2 .hero-shape-three,
.hero-wrap.style2 .hero-shape-four,
.hero-wrap.style2 .hero-shape-five {
	position: absolute;
	z-index: -1;
}
.hero-wrap.style2 .hero-shape-one {
	top: 80px;
	left: 45%;
	opacity: 0.5;
}
.hero-wrap.style2 .hero-shape-two {
	top: 50%;
	right: 0;
	opacity: 0.5;
	transform: translateY(-50%);
}
.hero-wrap.style2 .hero-shape-three {
	bottom: 120px;
	right: 20%;
}
.hero-wrap.style2 .hero-shape-four {
	top: 0;
	left: 0;
	height: 100%;
}
.hero-wrap.style2 .hero-shape-five {
	bottom: -1px;
	left: -2px;
	height: 80px;
	width: 100%;
}
.hero-wrap.style2 .hero-img-wrap {
	position: relative;
	padding: 0 20px 0 50px;
	border-radius: 8px;
}
.hero-wrap.style2 .hero-img-wrap img {
	display: block;
	margin: 0 auto;
	border-radius: 8px;
}
.hero-wrap.style1 .hero-content h1,
.hero-wrap.style3 .hero-content h1 {
	color: #fff;
}
.hero-wrap.style1 .hero-content p,
.hero-wrap.style3 .hero-content p {
	color: rgba(255, 255, 255, 0.8);
}
.hero-wrap.style3 {
	position: relative;
	z-index: 1;
	padding: 180px 0 322px;
	background-color: #e76b35;
}
.hero-wrap.style3 .hero-shape-one,
.hero-wrap.style3 .hero-shape-two,
.hero-wrap.style3 .hero-shape-three {
	position: absolute;
	z-index: -1;
}
.hero-wrap.style3 .hero-shape-one {
	top: 30%;
	left: 100px;
}
.hero-wrap.style3 .hero-shape-two {
	bottom: 30%;
	right: 100px;
}
.hero-wrap.style3 .hero-shape-three {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.hero-wrap.style3 .hero-content {
	text-align: center;
}

.hero-slider-one {
	position: relative;
}
.hero-slider-one.owl-carousel .owl-dots {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.hero-slider-one.owl-carousel .owl-dots .owl-dot {
	margin-bottom: 10px;
}
.hero-slider-one.owl-carousel .owl-dots .owl-dot:last-child {
	margin-bottom: 0;
}
.hero-slider-one.owl-carousel .owl-dots .owl-dot button {
	background-color: transparent;
	border: none;
	position: relative;
	color: #fff;
	font-weight: 600;
}
.hero-slider-one.owl-carousel .owl-dots .owl-dot button:before,
.hero-slider-one.owl-carousel .owl-dots .owl-dot button:after {
	position: absolute;
	top: 12px;
	right: -30px;
	content: '';
	width: 25px;
	height: 2px;
	transition: 0.4s;
}
.hero-slider-one.owl-carousel .owl-dots .owl-dot button:after {
	width: 25px;
	background-color: #fff;
}
.hero-slider-one.owl-carousel .owl-dots .owl-dot button:before {
	width: 0;
	background-color: #e76b35;
	visibility: hidden;
	z-index: 1;
}
.hero-slider-one.owl-carousel .owl-dots .owl-dot.active button {
	color: #e76b35;
}
.hero-slider-one.owl-carousel .owl-dots .owl-dot.active button:before {
	width: 25px;
	visibility: visible;
}

@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translate3d(0, 100%, 0);
	}
	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}
@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translate3d(0, 100%, 0);
	}
	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}
.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

.hero-slider-one.owl-carousel .owl-item.active .hero-slide-item .hero-content .hero-cat,
.hero-slider-one.owl-carousel .owl-item.active .hero-slide-item .hero-content .hero-metainfo {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}
.hero-slider-one.owl-carousel .owl-item.active .hero-slide-item .hero-content h1 {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s;
}
.hero-slider-one.owl-carousel .owl-item.active .hero-slide-item .hero-content p {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-delay: 0.9s;
	animation-delay: 0.9s;
}
.hero-slider-one.owl-carousel .owl-item.active .hero-slide-item .hero-content .btn {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-delay: 1.1s;
	animation-delay: 1.1s;
}

/*-----------------------------------
    Product Category  Section CSS
-----------------------------------*/
.product-cat-wrap {
	position: relative;
	z-index: 1;
}
.product-cat-wrap .cat-shape-one,
.product-cat-wrap .cat-shape-two {
	position: absolute;
	z-index: -1;
}
.product-cat-wrap .cat-shape-one {
	top: 50px;
	left: 30%;
}
.product-cat-wrap .cat-shape-two {
	top: 10px;
	right: 20%;
}

.product-cat-card {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
	padding: 25px;
	position: relative;
	margin: 0 0 25px;
}
.product-cat-card .count-num {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 80px;
	color: #e76b35;
	opacity: 0.2;
	line-height: 1;
}
.product-cat-card .product-cat-icon {
	margin: 0 0 15px;
}
.product-cat-card .product-cat-icon i {
	font-size: 34px;
	line-height: 1;
	color: #e76b35;
	transition: 0.4s;
}
.product-cat-card .product-cat-info h3 {
	font-size: 22px;
	margin: 0 0 10px;
}
.product-cat-card .product-cat-info h3:hover a {
	color: #e76b35;
}
.product-cat-card .product-cat-info p {
	margin: 0;
}
.product-cat-card.style1 {
	transition: 0.4s;
}
.product-cat-card.style1 .product-cat-icon {
	width: 65px;
	height: 65px;
	border-radius: 50%;
	background-color: rgba(2, 78, 50, 0.07);
	text-align: center;
	margin: 0 0 18px;
	transition: 0.4s;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.product-cat-card.style1 .product-cat-icon:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0;
	content: '';
	background-color: #e76b35;
	z-index: -1;
	visibility: hidden;
	opacity: 0;
	transition: 0.4s;
}
.product-cat-card.style1 .product-cat-icon i {
	margin: 0 auto;
}
.product-cat-card.style1 .product-cat-info h3 {
	margin: 0 0 12px;
}
.product-cat-card.style1:hover {
	transform: translateY(-5px);
}
.product-cat-card.style1:hover .product-cat-icon {
	background-color: #e76b35;
}
.product-cat-card.style1:hover .product-cat-icon:after {
	height: 100%;
	visibility: visible;
	opacity: 1;
}
.product-cat-card.style1:hover .product-cat-icon i {
	color: #fff;
}
.product-cat-card.style2 {
	background-color: #fff;
	position: relative;
	z-index: 10;
	border-radius: 8px;
}
.product-cat-card.style2:after {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 0;
	background-color: #e76b35;
	visibility: hidden;
	opacity: 1;
	z-index: -1;
	border-radius: 8px;
	transition: 0.4s;
}
.product-cat-card.style2 .product-cat-icon i {
	font-size: 50px;
}
.product-cat-card.style2 .product-cat-info h3 {
	margin-bottom: 15px;
}
.product-cat-card.style2 .cat-card-shape {
	position: absolute;
	top: 20px;
	right: 0;
	z-index: 1;
	opacity: 0;
	transition: 0.4s;
}
.product-cat-card.style2:hover:after {
	height: 100%;
	visibility: visible;
	opacity: 1;
}
.product-cat-card.style2:hover .cat-card-shape {
	opacity: 1;
}
.product-cat-card.style2:hover .product-cat-icon i {
	color: #fff;
}
.product-cat-card.style2:hover .product-cat-info h3 a {
	color: #fff;
}
.product-cat-card.style2:hover .product-cat-info p {
	color: rgba(255, 255, 255, 0.8);
}

.cat-card {
	position: relative;
}
.cat-card .cat-img {
	border-radius: 8px;
}
.cat-card .cat-img img {
	border-radius: 8px;
}
.cat-card .cat-info {
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
	width: calc(100% - 40px);
	background-color: #fff;
	padding: 15px;
	border-radius: 8px;
	text-align: center;
	box-shadow: 0 1px 15px rgba(0, 0, 0, 0.09);
	font-size: 22px;
	font-weight: 600;
	transition: 0.4s;
}
.cat-card .cat-info:hover {
	color: #fff;
	background-color: #e76b35;
}

.product-cat-slider {
	margin: -15px -10px;
}
.product-cat-slider .product-cat-card {
	margin: 15px 10px;
}
.product-cat-slider.owl-carousel .owl-nav {
	position: absolute;
	top: -85px;
	right: 0;
}
.product-cat-slider.owl-carousel .owl-nav button.owl-prev,
.product-cat-slider.owl-carousel .owl-nav button.owl-next {
	background: rgba(2, 78, 50, 0.1);
	border: none;
}
.product-cat-slider.owl-carousel .owl-nav button.owl-prev i,
.product-cat-slider.owl-carousel .owl-nav button.owl-next i {
	color: #e76b35;
	font-size: 26px;
}
.product-cat-slider.owl-carousel .owl-nav button.owl-prev:hover,
.product-cat-slider.owl-carousel .owl-nav button.owl-next:hover {
	background-color: #e76b35;
}
.product-cat-slider.owl-carousel .owl-nav button.owl-prev:hover i,
.product-cat-slider.owl-carousel .owl-nav button.owl-next:hover i {
	color: #fff;
}
.product-cat-slider.owl-carousel .owl-nav button.owl-prev {
	margin-right: 20px;
}

.cat-slider-one {
	margin: 0 0 -25px 0;
	padding-bottom: 10px;
}
.cat-slider-one .cat-card {
	margin: 0 0 35px 0;
}

/*-------------------------------
    Promo Card  CSS
-------------------------------*/
.promo-card {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	padding: 22px 25px 22px;
	position: relative;
	margin: 0 0 25px;
	border-radius: 8px;
	transition: 0.4s;
}
.promo-card .promo-title {
	margin: 0 0 12px;
}
.promo-card .promo-title .promo-icon {
	width: 35px;
}
.promo-card .promo-title .promo-icon i {
	font-size: 34px;
	line-height: 1;
	color: #e76b35;
	transition: 0.4s;
}
.promo-card .promo-title h3 {
	width: calc(100% - 50px);
	margin: 0 0 0 15px;
	font-size: 22px;
}
.promo-card p {
	margin: 0;
}
.promo-card.style1 .promo-icon {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: rgba(2, 78, 50, 0.07);
	text-align: center;
	transition: 0.4s;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.promo-card.style1 .promo-icon:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0;
	content: '';
	background-color: #e76b35;
	z-index: -1;
	visibility: hidden;
	opacity: 0;
	transition: 0.4s;
}
.promo-card.style1 .promo-icon i {
	font-size: 24px;
	position: relative;
	top: 2px;
}
.promo-card.style1 h3 {
	width: calc(100% - 65px);
	margin-left: 15px;
}
.promo-card.style1:hover .promo-icon:after {
	height: 100%;
	visibility: visible;
	opacity: 1;
}
.promo-card.style1:hover .promo-icon i {
	color: #fff;
}
.promo-card.style2 {
	background-color: transparent;
	box-shadow: none;
	border: 1px solid rgba(0, 0, 0, 0.08);
}
.promo-card.style2 .promo-title .promo-icon {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: rgba(0, 57, 0, 0.05);
	transition: 0.4s;
}
.promo-card.style2 .promo-title .promo-icon i {
	font-size: 30px;
	margin: 0 auto;
	line-height: 0.8;
	transition: 0.4s;
}
.promo-card.style2 .promo-title h3 {
	width: calc(100% - 65px);
}
.promo-card.style2:hover .promo-title .promo-icon {
	background-color: #e76b35;
}
.promo-card.style2:hover .promo-title .promo-icon i {
	color: #fff;
}
.promo-card:hover {
	transform: translateY(-5px);
}

/*-------------------------------
    About  Section CSS
-------------------------------*/
.about-wrap .about-content .content-title {
	margin-bottom: 30px;
}
.about-wrap.style1 {
	position: relative;
	z-index: 1;
}
.about-wrap.style1 .about-shape-one,
.about-wrap.style1 .about-shape-two {
	position: absolute;
	z-index: -1;
	opacity: 0.7;
}
.about-wrap.style1 .about-shape-one {
	top: 100px;
	left: 0;
}
.about-wrap.style1 .about-shape-two {
	bottom: 100px;
	right: 0;
}
.about-wrap.style1 .about-img-wrap {
	position: relative;
	z-index: 1;
}
.about-wrap.style1 .about-img-wrap img {
	display: block;
	margin: 0 auto;
}
.about-wrap.style1 .about-content .content-title,
.about-wrap.style3 .about-content .content-title {
	margin-bottom: 30px;
}
.about-wrap.style1 .about-content .content-title h6,
.about-wrap.style3 .about-content .content-title h6 {
	font-weight: 500;
	margin: 15px 0 15px;
}
.about-wrap.style2 .about-content .content-feature-list {
	-moz-columns: 2;
	columns: 2;
	margin-bottom: 35px;
}
.about-wrap.style2 .about-content .content-feature-list li {
	background-color: #f9f9f9;
	padding: 10px 50px;
	color: #000;
	transition: 0.4s;
	font-size: 20px;
}
.about-wrap.style2 .about-content .content-feature-list li:hover {
	background-color: #e76b35;
	color: #fff;
}
.about-wrap.style2 .about-content .content-feature-list li:hover i {
	color: #fff;
}
.about-wrap.style2 .about-content .content-feature-list li i {
	top: 15px;
	left: 15px;
	transition: 0.4s;
}
.about-wrap.style2 .about-img-wrap {
	position: relative;
	z-index: 1;
}
.about-wrap.style2 .about-img-wrap .about-shape-one,
.about-wrap.style2 .about-img-wrap .about-shape-two {
	position: absolute;
	z-index: -1;
}
.about-wrap.style2 .about-img-wrap .about-shape-one {
	top: 25%;
	right: -50px;
}
.about-wrap.style2 .about-img-wrap .about-shape-two {
	bottom: 50px;
	left: 0;
}
.about-wrap.style2 .about-img-wrap img {
	display: block;
	margin: 0 auto;
}
/* Dr. Sperm bottle — compact in column */
.about-wrap.style2.one-col .about-img-wrap > img {
	max-width: 52%;
	max-height: 280px;
	width: auto;
	height: auto;
	object-fit: contain;
}
@media only screen and (min-width: 992px) {
	.about-wrap.style2.one-col .about-img-wrap > img {
		max-width: 46%;
		max-height: 320px;
	}
}
.about-wrap.style3 .about-img-wrap {
	position: relative;
	z-index: 1;
}
.about-wrap.style3 .about-img-wrap .about-shape-one {
	position: absolute;
	top: 50%;
	left: 60%;
	transform: translate(-50%, -50%);
	z-index: -1;
	width: 100%;
}
.about-wrap.style3 .about-img-wrap img {
	display: block;
	margin: 0 auto;
}
.about-wrap.style3 .about-img-wrap .discunt-price {
	position: absolute;
	top: 120px;
	right: 0px;
	transform: translateX(-50%);
	width: 100px;
	height: 100px;
	border-radius: 50%;
	text-align: center;
	background-color: #e76b35;
	color: #fff;
	font-size: 22px;
	font-weight: 600;
	padding: 10px;
	z-index: 10;
}

.simple-wrap .simple-content .content-title {
	margin-bottom: 30px;
}
.simple-wrap .simple-img-wrap img {
	display: block;
	margin: 0 auto;
}
.simple-wrap .progressbar-wrap .progress-bar {
	margin: 0 0 25px;
	overflow: hidden;
	background: transparent;
}
.simple-wrap .progressbar-wrap .progress-bar:last-child {
	margin-bottom: 0;
}
.simple-wrap .progressbar-wrap .progress-bar .progress-content-outter {
	height: 3px;
	background-color: #f3f4f6;
}
.simple-wrap .progressbar-wrap .progress-bar .progress-content-outter .progress-content {
	height: 3px;
	background-color: #e76b35;
	width: 0%;
}
.simple-wrap .progressbar-wrap .progress-bar .progress-title-holder {
	position: relative;
	margin: 0 0 12px;
	font-size: 15px;
	font-weight: 400;
	text-align: left;
}
.simple-wrap .progressbar-wrap .progress-bar .progress-title-holder .progress-title {
	z-index: 100;
	font-weight: 600;
	margin: 0;
}
.simple-wrap .progressbar-wrap .progress-bar .progress-title-holder .progress-number-wrapper {
	width: 100%;
	z-index: 10;
}
.simple-wrap .progressbar-wrap .progress-bar .progress-title-holder .progress-number-wrapper .progress-number-mark {
	margin-bottom: 0;
	border-radius: 3px;
	position: absolute;
	bottom: 0;
	transform: translateX(-100%);
}
.simple-wrap .progressbar-wrap .progress-bar .progress-title-holder .progress-number-wrapper .progress-number-mark .percent {
	font-weight: 600;
	position: relative;
	color: #e76b35;
}

/*-------------------------------
    Product Offer  Section CSS
-------------------------------*/
.offer-wrap {
	position: relative;
	z-index: 1;
}
.offer-wrap .container {
	position: relative;
	z-index: 1;
}
.offer-wrap .container .offer-shape-three {
	bottom: 100px;
	right: -50px;
}
.offer-wrap .offer-shape-one,
.offer-wrap .offer-shape-two,
.offer-wrap .offer-shape-three {
	position: absolute;
	z-index: -1;
	opacity: 0.5;
}
.offer-wrap .offer-shape-one {
	bottom: 0px;
	left: 0;
}
.offer-wrap .offer-shape-two {
	bottom: 130px;
	left: 45%;
}

.offer-content .content-title {
	margin-bottom: 30px;
}

/* Offer block CTA — centered, prominent */
.offer-wrap .offer-cta {
	margin-top: 0.5rem;
	text-align: center;
}
.offer-wrap .offer-cta__heading {
	margin: 0 0 1rem;
	font-size: 1.35rem;
	font-weight: 700;
	line-height: 1.35;
}
.offer-wrap .offer-cta__actions {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}
.offer-wrap .offer-cta__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	min-width: 220px;
	padding: 16px 36px 16px;
	border-radius: 999px;
	font-weight: 700;
	font-size: 1.05rem;
	letter-spacing: 0.02em;
	box-shadow: 0 8px 24px rgba(237, 12, 122, 0.35);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.offer-wrap .offer-cta__btn .offer-cta__label {
	position: relative;
	z-index: 2;
}
.offer-wrap .offer-cta__btn i {
	position: relative;
	z-index: 2;
	top: 0;
	margin-left: 0;
	font-size: 1.35rem;
	line-height: 1;
}
.offer-wrap .offer-cta__btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 12px 32px rgba(237, 12, 122, 0.45);
}
.offer-wrap .offer-cta__btn:active {
	transform: translateY(0);
}
@media only screen and (max-width: 575px) {
	.offer-wrap .offer-cta__heading {
		font-size: 1.2rem;
	}
	.offer-wrap .offer-cta__btn {
		min-width: 0;
		width: 100%;
		max-width: 300px;
		padding: 14px 28px;
		font-size: 1rem;
	}
}

.countdown-deals {
	max-width: 75%;
	margin-bottom: 35px;
}
.countdown-deals .cdown {
	width: calc(25% - 10px);
	background: rgba(2, 78, 50, 0.1);
	padding: 16px 10px;
}
.countdown-deals .cdown .time-count {
	color: #e76b35;
	font-size: 24px;
	font-weight: 600;
}
.countdown-deals .cdown p {
	margin: 0;
	font-weight: 600;
}

.product-slide-item {
	position: relative;
}
/* Offer block — product image compact in carousel */
.offer-wrap .product-slide-item > img {
	display: block;
	max-width: 58%;
	max-height: 260px;
	width: auto;
	height: auto;
	object-fit: contain;
	margin-left: auto;
	margin-right: auto;
}
@media only screen and (min-width: 992px) {
	.offer-wrap .product-slide-item > img {
		max-width: 50%;
		max-height: 300px;
	}
}
.product-slide-item .discout {
	position: absolute;
	top: -30px;
	right: -30px;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	background-color: #e76b35;
	text-align: center;
	padding: 46px 10px 3px 0;
}
.product-slide-item .discout span {
	font-size: 30px;
	display: block;
}
.product-slide-item .product-offer-price {
	position: absolute;
	top: 25px;
	left: 25px;
	background-color: #fff;
	padding: 6px 25px;
	color: #e76b35;
	font-size: 18px;
	font-weight: 600;
}

.testimonial-slider-one.owl-carousel .owl-dots,
.offer-pproduct-slider.owl-carousel .owl-dots {
	margin-top: 20px;
	text-align: center;
}
.testimonial-slider-one.owl-carousel .owl-dots .owl-dot span,
.offer-pproduct-slider.owl-carousel .owl-dots .owl-dot span {
	width: 20px;
	height: 10px;
	border-radius: 50px;
	background-color: rgba(2, 78, 50, 0.1);
}
.testimonial-slider-one.owl-carousel .owl-dots .owl-dot.active span,
.offer-pproduct-slider.owl-carousel .owl-dots .owl-dot.active span {
	width: 32px;
	background-color: #e76b35;
}

/*-------------------------------
    Service  Section CSS
-------------------------------*/
.service-card {
	margin-bottom: 25px;
}
.service-card .service-info h3 {
	font-size: 22px;
}
.service-card.style1 .service-icon {
	width: 100px;
	height: 125px;
	background-color: #fff;
	border-radius: 0 50px 50px 0;
	transition: 0.4s;
	position: relative;
	overflow: hidden;
}
.service-card.style1 .service-icon i {
	font-size: 44px;
	line-height: 1;
	margin: 0 auto;
	color: #e76b35;
	transition: 0.4s;
}
.service-card.style1 .service-info {
	width: calc(100% - 115px);
	margin-left: 15px;
}
.service-card.style1 .service-info h3 {
	margin: 0 0 7px;
}
.service-card.style1 .service-info p {
	margin: 0;
}
.service-card.style1:hover .service-icon {
	background-color: #e76b35;
}
.service-card.style1:hover .service-icon i {
	color: #fff;
}
.service-card.style1:hover .service-info h3 a {
	color: #e76b35;
}
.service-card.style2 {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	padding: 25px;
	position: relative;
	margin: 0 0 25px;
}
.service-card.style2:after {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 0;
	background-color: #e76b35;
	visibility: hidden;
	opacity: 1;
	z-index: -1;
	transition: 0.4s;
}
.service-card.style2 .service-card-shape {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	opacity: 0;
	transition: 0.4s;
}
.service-card.style2 .service-icon {
	width: 65px;
	height: 65px;
	border-radius: 50%;
	background-color: rgba(2, 78, 50, 0.1);
	text-align: center;
	margin: 0 0 22px;
	transition: 0.4s;
}
.service-card.style2 .service-icon i {
	font-size: 34px;
	line-height: 1;
	color: #e76b35;
	margin: 0 auto;
	transition: 0.4s;
}
.service-card.style2 .service-info h3 {
	margin: 0 0 10px;
}
.service-card.style2 .service-info h3:hover a {
	color: #e76b35;
}
.service-card.style2 .service-info p {
	margin: 0;
	transition: 0.4s;
}
.service-card.style2:hover:after {
	height: 100%;
	visibility: visible;
	opacity: 1;
}
.service-card.style2:hover .service-card-shape {
	opacity: 1;
}
.service-card.style2:hover .service-icon {
	background-color: #fff;
}
.service-card.style2:hover .service-icon i {
	color: #e76b35;
}
.service-card.style2:hover .service-info h3 a {
	color: #fff;
}
.service-card.style2:hover .service-info p {
	color: rgba(255, 255, 255, 0.8);
}

.service-wrap.style1 .service-img-wrap {
	margin-bottom: 25px;
}

.service-img-wrap img {
	display: block;
	margin: 0 auto;
}

/*-------------------------------
    How We Work  Section CSS
-------------------------------*/
.hw-wrap .hw-img-wrap {
	margin-bottom: 25px;
}
.hw-wrap .hw-img-wrap img {
	display: block;
	margin: 0 auto;
}

.hw-card {
	padding: 25px 25px 25px 35px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
	position: relative;
	width: calc(100% - 15px);
	margin-left: 18px;
	margin-bottom: 25px;
}
.hw-card .hw-num {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background-color: #e76b35;
	color: #fff;
	font-weight: 500;
	line-height: 34px;
	position: absolute;
	top: 50%;
	left: -18px;
	text-align: center;
	transform: translateY(-50%);
}
.hw-card h3 {
	font-size: 22px;
	margin: 0 0 12px;
}
.hw-card p {
	margin: 0;
}

/*-------------------------------
    CTA  Section CSS
-------------------------------*/
.counter-card-wrap .counter-card {
	width: 25%;
	position: relative;
	margin-bottom: 25px;
	text-align: center;
}
.counter-card-wrap .counter-card .counter-text {
	text-align: center;
}
.counter-card-wrap .counter-card .counter-text .counter-num {
	font-size: 58px;
	font-weight: 700;
	line-height: 1;
	margin: 0 0 10px;
	color: #e76b35;
}
.counter-card-wrap .counter-card .counter-text p {
	margin-bottom: 0;
	line-height: 1;
	font-size: 18px;
	color: rgba(255, 255, 255, 0.8);
	padding: 0 60px;
	line-height: 1.5;
}

.cta-wrap {
	position: relative;
	z-index: 1;
}
.cta-wrap .cta-shape {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50%;
	background-color: #e76b35;
	z-index: -1;
}
.cta-wrap .cta-shape img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.cta-wrap.style2 {
	position: relative;
	margin-bottom: 100px;
}
.cta-wrap.style2 .cta-shape-one {
	position: absolute;
	bottom: 0;
	left: 0;
}

.apply-form {
	background-color: #f5f3f4;
	padding: 35px 35px 10px;
}
.apply-form .content-title {
	margin-bottom: 30px;
}
.apply-form.order-form-card > .content-title.order-form-card__header {
	margin-bottom: 10px !important;
}
.order-form-card {
	background: linear-gradient(180deg, #fff 0%, #fff8fb 100%);
	border: 1px solid rgba(237, 12, 122, 0.18);
	border-radius: 16px;
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
	padding: 22px 16px 16px;
}
.order-form-card__header {
	margin-bottom: 12px !important;
}
.order-form-card__header-inner {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: 18px;
	flex-wrap: wrap;
}
.order-form-card__product-thumb {
	position: relative;
	flex: 0 0 auto;
	align-self: center;
}
.order-form-card__product-thumb-badge {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	padding: 5px 8px 6px 10px;
	/* Sit in the photo’s top-right corner; outer radius matches .order-form-card__product-thumb img */
	border-radius: 0 14px 0 12px;
	font-size: 10px;
	font-weight: 800;
	line-height: 1.1;
	letter-spacing: 0.04em;
	color: #fff;
	text-transform: uppercase;
	background: linear-gradient(145deg, #f04a8f 0%, #ed0c7a 45%, #b31259 100%);
	border: 1px solid rgba(255, 255, 255, 0.35);
	border-top: 0;
	border-right: 0;
	box-shadow: -1px 2px 8px rgba(237, 12, 122, 0.35);
	pointer-events: none;
}
.order-form-card__product-thumb img {
	display: block;
	width: 112px;
	height: auto;
	max-height: 132px;
	object-fit: contain;
	border-radius: 14px;
	border: 1px solid rgba(0, 0, 0, 0.08);
	background: #fff;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}
.order-form-card__header-copy {
	flex: 1 1 220px;
	min-width: 0;
	text-align: center;
}
/* Beat global .content-title p { margin: 12px 0 0 } without killing subtitle spacing */
.apply-form.order-form-card .content-title.order-form-card__header p.order-form-card__eyebrow {
	margin: 0 0 0.35rem;
}
.apply-form.order-form-card .content-title.order-form-card__header p.order-form-card__sub {
	margin: 0.25rem 0 0;
}
.order-form-card__header-copy .order-form-card__eyebrow {
	margin-left: auto;
	margin-right: auto;
}
@media only screen and (max-width: 767.98px) {
	.order-form-card__product-thumb img {
		width: 140px;
		max-height: 168px;
	}
	.order-form-card__header-inner {
		gap: 12px;
	}
}
@media only screen and (max-width: 575.98px) {
	.order-form-card__header-inner {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	/* flex-grow:1 on copy was stretching this block to ~200px+ empty space below subtitle */
	.order-form-card__header-copy {
		flex: 0 0 auto;
		width: 100%;
	}
	.order-form-card__product-thumb img {
		width: 152px;
		max-height: 182px;
	}
	.order-form-card__product-thumb-badge {
		font-size: 11px;
		padding: 6px 9px 7px 11px;
	}
}
.order-form-card__eyebrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 4px 10px;
	border-radius: 999px;
	background: rgba(237, 12, 122, 0.09);
	color: #ad1457;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.03em;
}
.order-form-card__sub {
	font-size: 14px;
	line-height: 1.35;
	color: #4b5563;
	margin-top: 0.25rem;
	padding-top: 0;
}
.order-form-card__title {
	margin-bottom: 0.25rem !important;
}
.order-form-card h2 {
	color: #1a1a1a;
}
.order-form-timer {
	background: #f8fafc;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	padding: 8px 12px;
	margin: 0 0 12px;
}
.order-form-timer__label {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #64748b;
	text-align: center;
	margin-bottom: 6px;
}
.order-form-timer__grid {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}
.order-form-timer__unit {
	min-width: 62px;
	border-radius: 10px;
	padding: 6px 8px;
	background: #fff;
	border: 2px solid #1e293b;
	text-align: center;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
}
.order-form-timer__unit span {
	display: block;
	color: #0f172a;
	font-size: 24px;
	font-weight: 800;
	line-height: 1;
}
.order-form-timer__unit small {
	color: #64748b;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.04em;
}
.order-form-timer__sep {
	color: #1e293b;
	font-size: 20px;
	font-weight: 800;
}
.order-form-delivery {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin: 0 0 12px;
	padding: 10px 12px;
	background: #f0fdf4;
	border: 1px solid #bbf7d0;
	border-radius: 10px;
	font-size: 13px;
	line-height: 1.5;
	color: #166534;
}
.order-form-delivery i {
	font-size: 22px;
	color: #15803d;
	flex-shrink: 0;
	margin-top: 1px;
}
.order-form-delivery strong {
	color: #14532d;
	font-weight: 700;
}
.order-form-card__badges {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 14px;
}
.order-form-card__badges--below-cta {
	justify-content: center;
	margin: 14px 0 0;
}
.order-form-card__badge {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 6px 10px;
	border-radius: 999px;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.08);
	font-size: 12px;
	font-weight: 600;
	color: #374151;
}
.order-form-card__badge i {
	color: #e76b35;
	font-size: 14px;
}
.order-form-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 10px;
}
.order-form-card .inp {
	background: #fff;
	border: 2px solid #1e293b;
	border-radius: 10px;
	height: 48px;
	font-size: 15px;
	color: #111827;
	margin-bottom: 0;
}
.order-form-card .inp::placeholder {
	color: #6b7280;
}
.order-form-card .inp:focus {
	border-color: #ed0c7a;
	box-shadow: 0 0 0 3px rgba(237, 12, 122, 0.15);
	outline: none;
}
.order-form-card .order-form-address {
	height: 88px;
	padding-top: 10px;
	resize: vertical;
}
.order-form-card .db1 {
	margin-bottom: 10px;
}
.order-form-cta {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 2px;
	margin-top: 6px;
	padding: 11px 16px 12px !important;
	border-radius: 12px !important;
	font-weight: 700 !important;
}
.order-form-cta span {
	font-size: 16px;
	line-height: 1.2;
}
.order-form-cta small {
	font-size: 12px;
	line-height: 1.2;
	font-weight: 500;
	opacity: 0.9;
}
@media only screen and (min-width: 768px) {
	.order-form-card {
		padding: 26px 22px 20px;
	}
	.order-form-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.order-form-card .order-form-address,
	.order-form-cta {
		grid-column: 1 / -1;
	}
	.order-form-cta span {
		font-size: 17px;
	}
}
.apply-form form .form-group {
	margin-bottom: 25px;
}
.apply-form form .form-group input {
	width: 100%;
	height: 58px;
	background-color: #fff;
	padding: 15px 15px;
	border: none;
}
.apply-form.style2 {
	border-radius: 8px;
}

.video-bg-1 {
	background-image: url(../images/video-bg-1.jpg);
}

.video-bg-2 {
	background-image: url(../images/video-bg-2.jpg);
}

.video-bg-3 {
	background-image: url(../img/video-bg-3.jpg);
}

.video-wrap {
	height: 610px;
	position: relative;
}
.video-wrap.style2 {
	border-radius: 8px;
}
.video-wrap .play-now {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100px;
	height: 100px;
	transform: translate(-50%, -50%);
	background-color: #e76b35;
	font-size: 40px;
	line-height: 99px;
	border: none;
}
.video-wrap .play-now i {
	position: relative;
	left: -2px;
}
.video-wrap .play-now .ripple,
.video-wrap .play-now .ripple::before,
.video-wrap .play-now .ripple::after {
	height: 100px;
	width: 100px;
}

/*-------------------------------
    Feature  Section CSS
-------------------------------*/
.feature-wrap .feature-img-wrap img {
	display: block;
	margin: 0 auto;
}
.feature-wrap .feature-content .content-title h6 {
	font-weight: 500;
	margin: 15px 0 15px;
}
.feature-wrap.style1 {
	position: relative;
	z-index: 1;
}
.feature-wrap.style1 .feature-shape-one,
.feature-wrap.style1 .feature-shape-two {
	position: absolute;
	z-index: -1;
}
.feature-wrap.style1 .feature-shape-one {
	top: 0;
	left: 0;
}
.feature-wrap.style1 .feature-shape-two {
	bottom: 0;
	right: 0;
}
.feature-wrap.style2 .feature-img-wrap {
	position: relative;
	z-index: 1;
}
.feature-wrap.style2 .feature-img-wrap .feature-shape-one {
	position: absolute;
	z-index: -1;
	top: 25%;
	left: -50px;
}
.feature-wrap.style2 .feature-content {
	position: relative;
	z-index: 1;
}
.feature-wrap.style2 .feature-content .feature-shape-two {
	position: absolute;
	z-index: -1;
	bottom: -80px;
	right: 20px;
}
.feature-wrap.style3 {
	position: relative;
	z-index: 1;
}
.feature-wrap.style3 .feature-shape-one,
.feature-wrap.style3 .feature-shape-two {
	position: absolute;
	z-index: -1;
}
.feature-wrap.style3 .feature-shape-two {
	bottom: 100px;
	left: 45%;
}
.feature-wrap.style3 .feature-img-wrap {
	position: relative;
}
.feature-wrap.style3 .feature-img-wrap .feature-shape-one {
	top: 50%;
	right: -30px;
	transform: translateY(-50%);
}
.feature-wrap.style3 .feature-img-wrap .offer-price {
	position: absolute;
	top: 50px;
	left: 45%;
	transform: translateX(-50%);
	background-color: #e76b35;
	font-size: 22px;
	font-weight: 600;
	line-height: 59px;
	color: #fff;
	width: 110px;
	height: 60px;
	border-radius: 50%;
	text-align: center;
}
.feature-wrap.style3 .feature-content .content-title {
	margin-bottom: 25px;
}
.feature-wrap.style3 .feature-content .content-feature-list {
	-moz-columns: 2;
	columns: 2;
	margin-bottom: 35px;
}
.feature-wrap.style3 .feature-content .content-feature-list li {
	color: #000;
}
.feature-wrap.style3 .feature-content .content-feature-list li i {
	top: 5px;
	left: 0;
}

/*-------------------------------
    Newsletter  Section CSS
-------------------------------*/
.newsletter-wrap {
	position: relative;
	z-index: 2;
	overflow: hidden;
	background-color: #e76b35;
}
.newsletter-wrap .newsletter-shape-one,
.newsletter-wrap .newsletter-shape-two,
.newsletter-wrap .newsletter-shape-three {
	position: absolute;
	z-index: -1;
	opacity: 0.5;
}
.newsletter-wrap .newsletter-shape-one {
	bottom: 0;
	left: 0;
}
.newsletter-wrap .newsletter-shape-two {
	bottom: 0;
	right: 0;
}
.newsletter-wrap .newsletter-shape-three {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.newsletter-wrap .content-title h2 {
	color: #fff;
}
.newsletter-wrap .content-title p {
	color: rgba(255, 255, 255, 0.8);
}
.newsletter-wrap .newsletter-form {
	position: relative;
}
.newsletter-wrap .newsletter-form input {
	width: 100%;
	height: 70px;
	border: none;
	border-radius: 0;
	background-color: #fff;
	border: 1px solid #000;
	color: #666666;
	text-align: left;
	padding: 15px 128px 12px 18px;
	transition: 0.4s;
}
.newsletter-wrap .newsletter-form input::-moz-placeholder {
	opacity: 1;
	color: #666666;
}
.newsletter-wrap .newsletter-form input:-ms-input-placeholder {
	opacity: 1;
	color: #666666;
}
.newsletter-wrap .newsletter-form input::placeholder {
	opacity: 1;
	color: #666666;
}
.newsletter-wrap .newsletter-form input:focus {
	box-shadow: 0 5px 35px rgba(0, 0, 0, 0.09);
}
.newsletter-wrap .newsletter-form button {
	position: absolute;
	top: 8px;
	right: 8px;
	border: none;
	padding: 5px 28px;
	height: calc(100% - 16px);
	background: linear-gradient(90deg, #d98561 0%, #e76b35 99.88%);
	border-radius: 0;
	color: #fff;
	text-align: center;
	display: inline-block;
}

/*-------------------------------
   Product  Section  CSS
-------------------------------*/
.product-card {
	margin-bottom: 25px;
}
.product-card .product-info h3 {
	font-size: 22px;
	margin: 0 0 10px;
}
.product-card .product-info h3:hover a {
	color: #e76b35;
}
.product-card .product-info .price {
	margin: 0;
	color: #e76b35;
	font-weight: 600;
}
.product-card .product-info .price .discount {
	margin-left: 5px;
	text-decoration: line-through;
	color: #666666;
}
.product-card .product-img {
	position: relative;
	border-radius: 8px;
}
.product-card .product-img img {
	border-radius: 8px;
}
.product-card .product-img .add-cart {
	position: absolute;
	padding: 11px 30px;
	visibility: hidden;
	opacity: 0;
	transition: 0.4s;
}
.product-card.style2,
.product-card.style5 {
	border-radius: 8px 8px 0 0;
}
.product-card.style2 .product-img,
.product-card.style5 .product-img {
	position: relative;
	border-radius: 8px 8px 0 0;
}
.product-card.style2 .product-img img,
.product-card.style5 .product-img img {
	border-radius: 8px 8px 0 0;
}
.product-card.style2 .product-img .add-cart,
.product-card.style5 .product-img .add-cart {
	bottom: 0;
	left: 50%;
	display: block;
	width: calc(100% - 40px);
	transform: translateX(-50%);
}
.product-card.style2 .product-info,
.product-card.style5 .product-info {
	padding: 22px 25px 22px;
	text-align: center;
	background-color: #fff;
}
.product-card.style2:hover .product-img .add-cart,
.product-card.style5:hover .product-img .add-cart {
	bottom: 20px;
	visibility: visible;
	opacity: 1;
}
.product-card.style3 .product-img {
	position: relative;
	border-radius: 8px;
}
.product-card.style3 .product-img img {
	border-radius: 8px;
}
.product-card.style3 .product-img .add-cart {
	position: absolute;
	top: 55%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 11px 30px;
	visibility: hidden;
	opacity: 0;
	transition: 0.4s;
}
.product-card.style3 .product-info {
	position: absolute;
	bottom: 0px;
	left: 50%;
	width: calc(100% - 100px);
	background-color: #fff;
	border-radius: 8px;
	padding: 25px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
	transform: translateX(-50%);
	text-align: center;
}
.product-card.style3 .product-info h3 {
	margin: 0 0 6px;
}
.product-card.style3 .product-info .price {
	margin: 0;
	color: #e76b35;
	font-weight: 600;
}
.product-card.style3:hover .product-img .add-cart {
	top: 50%;
	visibility: visible;
	opacity: 1;
}
.product-card.style4 {
	position: relative;
}
.product-card.style4 .product-img {
	border-radius: 0;
	overflow: hidden;
	transition: 0.4s;
}
.product-card.style4 .product-img img {
	border-radius: 0;
	transition: 0.4s;
}
.product-card.style4 .product-info-wrap {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: calc(100% - 70px);
	background-color: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
	transform: translateX(-50%);
	padding: 25px;
	visibility: hidden;
	opacity: 0;
	transition: 0.4s;
}
.product-card.style4 .product-info-wrap .product-info {
	width: calc(100% - 135px);
}
.product-card.style4 .product-info-wrap .product-info h3 {
	margin: 0 0 6px;
}
.product-card.style4 .product-info-wrap .product-info .price {
	margin: 0;
	color: #e76b35;
	font-weight: 600;
}
.product-card.style4 .product-info-wrap .btn {
	padding: 14px 30px 14px;
}
.product-card.style5 .product-img,
.product-card.style6 .product-img {
	border-radius: 0;
}
.product-card.style5 .product-img img,
.product-card.style6 .product-img img {
	border-radius: 0;
}
.product-card.style5 .product-info,
.product-card.style6 .product-info {
	text-align: center;
	padding: 22px 0 0;
}
.product-card.style5 .product-info .price,
.product-card.style6 .product-info .price {
	margin: 0 0 6px;
}
.product-card.style5 .product-info h3,
.product-card.style6 .product-info h3 {
	margin: 0 0 8px;
}
.product-card.style5 .product-info .ratings li,
.product-card.style6 .product-info .ratings li {
	display: inline-block;
}
.product-card.style5 .product-info .ratings li i,
.product-card.style6 .product-info .ratings li i {
	color: #e76b35;
}
.product-card.style6 .product-img {
	overflow: hidden;
}
.product-card.style6 .product-img img {
	transition: 0.4s;
}
.product-card.style6 .product-img .add-cart {
	top: 55%;
	left: 50%;
	border-radius: 0;
	transform: translate(-50%, -50%);
}
.product-card.style6:hover .product-img img {
	transform: scale(1.05);
}
.product-card.style6:hover .product-img .add-cart {
	top: 50%;
	visibility: visible;
	opacity: 1;
}
.product-card.style7 .product-img {
	position: relative;
	border-radius: 0;
}
.product-card.style7 .product-img img {
	border-radius: 0;
}
.product-card.style7 .product-img .product-meta-option {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background-color: rgba(2, 78, 50, 0.3);
	padding: 20px 10px;
	width: 200px;
	border-radius: 50px;
	text-align: center;
	visibility: hidden;
	opacity: 0;
	transition: 0.4s;
}
.product-card.style7 .product-img .product-meta-option li {
	display: inline-block;
	margin-right: 10px;
}
.product-card.style7 .product-img .product-meta-option li:last-child {
	margin-right: 0;
}
.product-card.style7 .product-img .product-meta-option li button,
.product-card.style7 .product-img .product-meta-option li a {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #fff;
	text-align: center;
	border: none;
	transition: 0.4s;
}
.product-card.style7 .product-img .product-meta-option li button i,
.product-card.style7 .product-img .product-meta-option li a i {
	color: #000;
	font-size: 18px;
	line-height: 1;
	margin: 0 auto;
	transition: 0.4s;
}
.product-card.style7 .product-img .product-meta-option li button:hover,
.product-card.style7 .product-img .product-meta-option li a:hover {
	background-color: #e76b35;
}
.product-card.style7 .product-img .product-meta-option li button:hover i,
.product-card.style7 .product-img .product-meta-option li a:hover i {
	color: #fff;
}
.product-card.style7 .product-info {
	padding: 22px 0 0;
}
.product-card.style7 .product-info h3 {
	width: calc(100% - 80px);
	text-align: left;
}
.product-card.style7 .product-info h3 a {
	color: #fff;
}
.product-card.style7 .product-info h3 a:hover {
	color: #e76b35;
}
.product-card.style7 .product-info .price {
	width: 75px;
	color: #e76b35;
	margin: 0;
	text-align: right;
}
.product-card.style7:hover .product-img .product-meta-option {
	bottom: 10px;
	visibility: visible;
	opacity: 1;
}

.product-wrap {
	position: relative;
	z-index: 1;
}
.product-wrap .shape-one {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.product-wrap.style2 {
	padding-bottom: 80px;
}
.product-wrap.style2 .wave-one {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 80px;
}

.product-item-slider {
	position: relative;
	padding-bottom: 20px;
}
.product-item-slider .product-filter-pagination {
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: 10;
	width: auto !important;
}
.product-item-slider .product-filter-pagination .swiper-pagination-bullet {
	width: 20px;
	height: 10px;
	border-radius: 50px;
	transform: scale(1);
	background-color: rgba(255, 255, 255, 0.5);
}
.product-item-slider .product-filter-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #e76b35;
	width: 30px;
}

.product-filter {
	text-align: center;
	margin-bottom: 40px;
}
.product-filter li {
	display: inline-block;
	margin-right: 12px;
}
.product-filter li:last-child {
	margin-right: 0;
}
.product-filter li a {
	display: inline-block;
	font-weight: 500;
	color: #fff !important;
	padding: 8px 22px;
	position: relative;
	background-color: #015c3b;
}
.product-filter li a.filter-active {
	background-color: #e76b35;
	border-color: transparent;
}
.product-filter li a.filter-active::before {
	visibility: visible;
	opacity: 1;
}

.product-slider-wrap {
	position: relative;
	z-index: 1;
}

.product-slider-one {
	margin-bottom: -15px;
}
.product-slider-one .product-card {
	margin-bottom: 15px;
}
.product-slider-one .owl-item.center .product-card.style4 .product-info-wrap {
	visibility: visible;
	opacity: 1;
}
.product-slider-one .owl-item.center .product-card.style4 .product-img img {
	transform: translateY(-55px);
}
.product-slider-one.owl-carousel .owl-nav button.owl-prev,
.product-slider-one.owl-carousel .owl-nav button.owl-next {
	position: absolute;
	background-color: #fff;
	box-shadow: 0 3px 15px rgba(0, 0, 0, 0.09);
	transform: translateY(-50%);
}
.product-slider-one.owl-carousel .owl-nav button.owl-prev:hover,
.product-slider-one.owl-carousel .owl-nav button.owl-next:hover {
	background-color: #e76b35;
}
.product-slider-one.owl-carousel .owl-nav button.owl-prev {
	left: -55px;
}
.product-slider-one.owl-carousel .owl-nav button.owl-next {
	right: -55px;
}

.product-slider-two.owl-carousel .owl-nav {
	position: absolute;
	top: -100px;
}
.product-slider-two.owl-carousel .owl-nav button.owl-prev {
	margin-right: 13px;
}

.feature-product-slider .product-card.style3 {
	margin-bottom: 60px;
}
.feature-product-slider.owl-carousel .owl-nav button.owl-prev,
.feature-product-slider.owl-carousel .owl-nav button.owl-next {
	position: absolute;
	top: 42%;
	transform: translateY(-50%);
	border: 5px solid #fff;
	background-color: #e0ece0;
}
.feature-product-slider.owl-carousel .owl-nav button.owl-prev:hover,
.feature-product-slider.owl-carousel .owl-nav button.owl-next:hover {
	background-color: #e76b35;
}
.feature-product-slider.owl-carousel .owl-nav button.owl-prev {
	left: -20px;
}
.feature-product-slider.owl-carousel .owl-nav button.owl-next {
	right: 10px;
}

.feature-product-wrap {
	position: relative;
	z-index: 1;
	padding-top: 80px;
}
.feature-product-wrap .feature-shape-one {
	position: absolute;
	bottom: 100px;
	left: 40%;
	transform: translateX(-50%);
	z-index: -1;
}
.feature-product-wrap .feature-shape-two {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
}
.feature-product-wrap .feature-content .content-title {
	margin-bottom: 25px;
}
.feature-product-wrap .feature-content .content-feature-list {
	margin: 0 0 35px;
}
.feature-product-wrap .feature-content .content-feature-list li {
	color: #000;
}

/*-------------------------------
   Team  Section  CSS
-------------------------------*/
.team-card {
	margin-bottom: 25px;
	border: 1px solid transparent;
	border-radius: 5px;
	position: relative;
	transition: 0.4s;
}
.team-card .team-img {
	overflow: hidden;
	position: relative;
	border-radius: 8px;
}
.team-card .team-img img {
	border-radius: 8px;
	transition: 0.7s;
}
.team-card .team-img .social-profile {
	position: absolute;
	bottom: 30px;
	left: 50%;
	width: 210px;
	text-align: center;
	z-index: 10;
	background: rgba(2, 78, 50, 0.25);
	padding: 15px;
	border-radius: 8px;
	overflow: hidden;
	visibility: hidden;
	transition: 0.4s;
	opacity: 0;
	transform: translateX(-50%);
}
.team-card .team-img .social-profile li {
	display: inline-block;
	margin: 0 3px;
	transform: translateY(25px);
	transition: 0.4s;
	visibility: hidden;
	opacity: 0;
}
.team-card .team-img .social-profile li:nth-child(1) {
	transition-delay: 0.2s;
}
.team-card .team-img .social-profile li:nth-child(2) {
	transition-delay: 0.3s;
}
.team-card .team-img .social-profile li:nth-child(3) {
	transition-delay: 0.4s;
}
.team-card .team-img .social-profile li:nth-child(4) {
	transition-delay: 0.5s;
}
.team-card .team-img .social-profile li:last-child {
	margin-bottom: 0;
}
.team-card .team-img .social-profile li a {
	width: 35px;
	height: 35px;
	border-radius: 8px;
	background-color: #fff;
}
.team-card .team-img .social-profile li a i {
	color: #e76b35;
}
.team-card .team-img .social-profile li a:hover {
	background-color: #e76b35;
}
.team-card .team-img .social-profile li a:hover i {
	color: #fff;
}
.team-card .team-info {
	padding: 22px 25px 0;
	text-align: center;
}
.team-card .team-info h3 {
	font-size: 24px;
	margin-bottom: 5px;
}
.team-card span {
	color: #666666;
}
.team-card:hover {
	box-shadow: none;
}
.team-card:hover .team-img:after {
	visibility: visible;
	opacity: 1;
}
.team-card:hover .team-img .social-profile {
	visibility: visible;
	opacity: 1;
}
.team-card:hover .team-img .social-profile li {
	transform: translateY(0);
	visibility: visible;
	opacity: 1;
}

.team-slider-one .team-card {
	margin-bottom: 0;
}

.cat-slider-one.owl-carousel .owl-nav button.owl-prev,
.cat-slider-one.owl-carousel .owl-nav button.owl-next,
.blog-slider-one.owl-carousel .owl-nav button.owl-prev,
.blog-slider-one.owl-carousel .owl-nav button.owl-next,
.team-slider-one.owl-carousel .owl-nav button.owl-prev,
.team-slider-one.owl-carousel .owl-nav button.owl-next {
	position: absolute;
	top: 42%;
	transform: translateY(-50%);
}
.cat-slider-one.owl-carousel .owl-nav button.owl-prev,
.blog-slider-one.owl-carousel .owl-nav button.owl-prev,
.team-slider-one.owl-carousel .owl-nav button.owl-prev {
	left: -65px;
}
.cat-slider-one.owl-carousel .owl-nav button.owl-next,
.blog-slider-one.owl-carousel .owl-nav button.owl-next,
.team-slider-one.owl-carousel .owl-nav button.owl-next {
	right: -65px;
}

/*-------------------------------
   Speaker Details  Section  CSS
-------------------------------*/
.team-details-image {
	border-radius: 12px;
}
.team-details-image img {
	border-radius: 12px;
}

.team-desc .team-name {
	margin-bottom: 20px;
}
.team-desc .team-name h2 {
	font-size: 26px;
	margin: 0 0 6px;
}
.team-desc .team-name span {
	color: #e76b35;
}
.team-desc img {
	margin: 0 0 20px 0;
}
.team-desc p {
	margin-bottom: 15px;
}
.team-desc p:last-child {
	margin-bottom: 0;
}
.team-desc .content-feature-list {
	margin-top: 25px;
}
.team-desc .content-feature-list li {
	margin-bottom: 10px;
}
.team-desc .content-feature-list li i {
	font-size: 16px;
	color: #e76b35;
}
.team-desc .content-feature-list li a,
.team-desc .content-feature-list li p {
	color: #666666;
}

/*-------------------------------
   Benefit Section  CSS
-------------------------------*/
.benefit-wrap {
	position: relative;
}
.benefit-wrap .benefit-shape-one {
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	transform: translateY(-50%);
}
.benefit-wrap .benefit-content .content-title {
	margin-bottom: 35px;
}
.benefit-wrap .benefit-img-wrap img {
	display: block;
	margin: 0 auto;
}
.benefit-wrap.style2 .benefit-img-wrap {
	position: relative;
}
.benefit-wrap.style2 .benefit-img-wrap .bn-img {
	position: absolute;
	top: 50%;
	left: calc(50% + 18px);
	max-width: 175px;
	transform: translate(-50%, -50%);
}
.benefit-wrap.style2 .benefit-img-wrap .benefit-list-icon {
	height: 500px;
	max-width: 520px;
	position: relative;
	margin: 0 auto;
	right: 18px;
}
.benefit-wrap.style2 .benefit-img-wrap .benefit-list-icon li {
	position: absolute;
	cursor: pointer;
}
.benefit-wrap.style2 .benefit-img-wrap .benefit-list-icon li .bn-shape {
	opacity: 0.1;
	transition: 0.4s;
	max-width: 90%;
}
.benefit-wrap.style2 .benefit-img-wrap .benefit-list-icon li .bn-shape-arrow {
	position: absolute;
	transition: 0.4s;
}
.benefit-wrap.style2 .benefit-img-wrap .benefit-list-icon li i {
	font-size: 38px;
	line-height: 0.8;
	position: absolute;
	top: 50%;
	left: 50%;
	color: #e76b35;
	transition: 0.4s;
}
.benefit-wrap.style2 .benefit-img-wrap .benefit-list-icon li:hover .bn-shape {
	opacity: 1;
}
.benefit-wrap.style2 .benefit-img-wrap .benefit-list-icon li:hover i {
	color: #fff;
}
.benefit-wrap.style2 .benefit-img-wrap .benefit-list-icon li:hover .bn-shape-arrow {
	width: auto;
	opacity: 1;
}
.benefit-wrap.style2 .benefit-img-wrap .benefit-list-icon li:nth-child(1) {
	bottom: 4px;
	left: 73px;
}
.benefit-wrap.style2 .benefit-img-wrap .benefit-list-icon li:nth-child(1) i {
	top: calc(50% - 10px);
	left: calc(50% - 5px);
}
.benefit-wrap.style2 .benefit-img-wrap .benefit-list-icon li:nth-child(1) .bn-shape-arrow {
	top: 28px;
	left: -32px;
}
.benefit-wrap.style2 .benefit-img-wrap .benefit-list-icon li:nth-child(2) {
	top: 115px;
	left: 22px;
}
.benefit-wrap.style2 .benefit-img-wrap .benefit-list-icon li:nth-child(2) i {
	top: calc(50% - 14px);
	left: calc(50% - 23px);
}
.benefit-wrap.style2 .benefit-img-wrap .benefit-list-icon li:nth-child(2) .bn-shape-arrow {
	top: 50%;
	left: -41px;
	transform: translateY(-50%);
}
.benefit-wrap.style2 .benefit-img-wrap .benefit-list-icon li:nth-child(3) {
	top: 1px;
	left: 85px;
}
.benefit-wrap.style2 .benefit-img-wrap .benefit-list-icon li:nth-child(3) i {
	top: calc(50% - 22px);
	left: calc(50% - 5px);
}
.benefit-wrap.style2 .benefit-img-wrap .benefit-list-icon li:nth-child(3) .bn-shape-arrow {
	top: 60px;
	left: -42px;
}
.benefit-wrap.style2 .benefit-img-wrap .benefit-list-icon li:nth-child(4) {
	top: 0;
	right: 33px;
}
.benefit-wrap.style2 .benefit-img-wrap .benefit-list-icon li:nth-child(4) i {
	top: calc(50% - 20px);
	left: calc(50% - 20px);
}
.benefit-wrap.style2 .benefit-img-wrap .benefit-list-icon li:nth-child(4) .bn-shape-arrow {
	top: 64px;
	right: -27px;
}
.benefit-wrap.style2 .benefit-img-wrap .benefit-list-icon li:nth-child(5) {
	top: 126px;
	right: -16px;
}
.benefit-wrap.style2 .benefit-img-wrap .benefit-list-icon li:nth-child(5) i {
	top: calc(50% - 10px);
	left: calc(50% - 1px);
}
.benefit-wrap.style2 .benefit-img-wrap .benefit-list-icon li:nth-child(5) .bn-shape-arrow {
	top: 50%;
	right: -41px;
	transform: translateY(-50%);
}
.benefit-wrap.style2 .benefit-img-wrap .benefit-list-icon li:nth-child(6) {
	bottom: 7px;
	right: 45px;
}
.benefit-wrap.style2 .benefit-img-wrap .benefit-list-icon li:nth-child(6) i {
	top: calc(50% - 20px);
	left: calc(50% - 20px);
}
.benefit-wrap.style2 .benefit-img-wrap .benefit-list-icon li:nth-child(6) .bn-shape-arrow {
	top: 28px;
	right: -32px;
}

.benefit-card {
	margin-top: 50px;
}
.benefit-card h3 {
	font-size: 22px;
	margin: 0 0 10px;
}
.benefit-card p {
	margin: 0;
}
.benefit-card.style1 {
	text-align: right;
}
.benefit-card.style2 {
	text-align: left;
}

.ds-bg-1 {
	background-image: url(../img/discount-bg-1.jpg);
}

.ds-bg-2 {
	background-image: url(../img/discount-bg-2.jpg);
}

.ds-bg-3 {
	background-image: url(../img/discount-bg-3.jpg);
}

.discount-wrap {
	position: relative;
	z-index: 1;
}
.discount-wrap .ds-shape-one,
.discount-wrap .ds-shape-two {
	position: absolute;
	z-index: -1;
}
.discount-wrap .ds-shape-one {
	top: 30%;
	left: 0;
}
.discount-wrap .ds-shape-two {
	bottom: 0;
	right: 0;
}

.discount-card {
	margin-bottom: 25px;
}
.discount-card .discount-content span {
	display: block;
	color: #e76b35;
	margin: 0 0 10px;
}
.discount-card .discount-content h3 {
	font-size: 22px;
	margin: 0 0 25px;
}
.discount-card .discount-content p {
	max-width: 50%;
}
.discount-card.style1 .discount-content {
	padding: 80px 25px 80px 40px;
	max-width: 50%;
}
.discount-card.style2 .discount-content {
	padding: 80px 25px 80px 40px;
}
.discount-card.style2 .discount-content h3 {
	margin: 0 0 10px;
}
.discount-card.style2 .discount-content p {
	margin-bottom: 25px;
	max-width: 75%;
}

/*-------------------------------
   Testimonial  Section  CSS
-------------------------------*/
.cat-slider-one.owl-carousel .owl-nav button.owl-prev,
.cat-slider-one.owl-carousel .owl-nav button.owl-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.cat-slider-one.owl-carousel .owl-nav button.owl-prev {
	left: -65px;
}
.cat-slider-one.owl-carousel .owl-nav button.owl-next {
	right: -65px;
}

.testimonial-slider-one .testimonial-card {
	margin-bottom: 0;
}

.testimonial-card {
	background-color: #fff;
	border-radius: 5px;
	margin: 0 0 25px;
	position: relative;
	z-index: 1;
	padding: 25px;
}
.testimonial-card .client-quote {
	margin-bottom: 20px;
	transition: 0.4s;
}
.testimonial-card .client-info-area .client-info-wrap {
	width: calc(100% - 40px);
}
.testimonial-card .client-info-area .client-info-wrap .client-img {
	width: 65px;
	height: 65px;
	border-radius: 50%;
}
.testimonial-card .client-info-area .client-info-wrap .client-img img {
	border-radius: 50%;
}
.testimonial-card .client-info-area .client-info-wrap .client-info {
	width: calc(100% - 85px);
	margin-left: 20px;
}
.testimonial-card .client-info-area .client-info-wrap .client-info h3 {
	font-size: 22px;
	line-height: 1.2;
	margin-bottom: 8px;
	transition: 0.4s;
}
.testimonial-card .client-info-area .client-info-wrap .client-info span {
	font-size: 14px;
	display: block;
	line-height: 1;
	transition: 0.4s;
}
.testimonial-card .client-info-area .quote-icon i {
	display: inline-block;
	position: relative;
	top: 3px;
	font-size: 40px;
	line-height: 0.8;
	color: #e76b35;
	opacity: 0.4;
}

/*-------------------------------
   Blog Section  CSS
-------------------------------*/
.blog-card {
	box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.11);
	margin-bottom: 25px;
	transition: 0.4s;
}
.blog-card .blog-img {
	overflow: hidden;
	position: relative;
}
.blog-card .blog-img img {
	transition: 0.7s;
}
.blog-card .blog-info {
	border-radius: 0 0 8px 8px;
}
.blog-card .blog-info h3 {
	font-size: 22px;
	margin-bottom: 15px;
}
.blog-card .blog-metainfo {
	margin-bottom: 12px;
}
.blog-card .blog-metainfo li {
	display: inline-block;
	position: relative;
	padding-left: 20px;
	margin-right: 15px;
	font-size: 15px;
	transition: 0.3s;
}
.blog-card .blog-metainfo li:last-child {
	margin-right: 0;
}
.blog-card .blog-metainfo li:last-child:after {
	display: none;
}
.blog-card .blog-metainfo li a {
	font-size: 13px;
	color: #666666;
	transition: 0.3s;
}
.blog-card .blog-metainfo li a:hover {
	color: #e76b35;
}
.blog-card .blog-metainfo li i {
	position: absolute;
	top: 5px;
	left: 0;
	font-size: 15px;
	line-height: 0.8;
	color: #e76b35;
	transition: 0.3s;
}
.blog-card.style1 {
	border-radius: 8px;
	position: relative;
}
.blog-card.style1 .blog-img {
	border-radius: 8px 8px 0 0;
}
.blog-card.style1 .blog-img img {
	border-radius: 8px 8px 0 0;
}
.blog-card.style1 .blog-info {
	padding: 22px 25px 0;
}
.blog-card.style1 .blog-info h3 {
	margin-bottom: 12px;
}
.blog-card.style1 .blog-info p {
	margin: 0 0 12px;
}
.blog-card.style1 .blog-metainfo {
	margin-top: 20px;
	padding: 15px 25px 20px;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.blog-card.style1:hover {
	/* box-shadow: 0px 40px 51px -16px rgba(0, 0, 0, 0.1); */
}
.blog-card.style2 {
	position: relative;
}
.blog-card.style2 .blog-img {
	border-radius: 8px;
}
.blog-card.style2 .blog-img img {
	border-radius: 8px;
}
.blog-card.style2 .blog-info {
	position: absolute;
	bottom: -50px;
	left: 50%;
	width: calc(100% - 150px);
	background-color: #fff;
	border-radius: 8px;
	padding: 25px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
	transform: translateX(-50%);
}
.blog-card.style2 .blog-info h3 {
	margin-bottom: 0;
}
.blog-card.style2 .blog-info .blog-metainfo {
	margin-bottom: 18px;
}
.blog-card.style3 {
	box-shadow: none;
}
.blog-card.style3 .blog-info {
	padding: 22px 0 0;
}
.blog-card.style3 .blog-info .blog-metainfo {
	margin: 0 0 15px;
}
.blog-card.style3 .blog-info h3 {
	margin: 0;
}
.blog-card:hover .blog-img img {
	transform: scale(1.05);
}
.blog-card:hover .blog-info h3 a {
	color: #e76b35;
}

.blog-slider-one {
	margin: 0 0 -10px;
}
.blog-slider-one .blog-card.style2 {
	margin: 0 0 65px;
}

/*-------------------------------
         Pricing CSS
-------------------------------*/
.pricing-card {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	padding: 22px 25px 25px;
	margin-bottom: 25px;
	transition: 0.4s;
}
.pricing-card .pricing-header {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 30px;
	padding-bottom: 30px;
}
.pricing-card .pricing-header .pricing-header-left {
	width: calc(100% - 140px);
	margin-right: 10px;
}
.pricing-card .pricing-header .pricing-header-left h5 {
	font-size: 20px;
	margin: 0;
}
.pricing-card .pricing-header .pricing-header-left p {
	margin: 0;
}
.pricing-card .pricing-header .pricing-header-right {
	text-align: center;
	width: 130px;
	padding: 10px 10px;
	background-color: rgba(1, 148, 70, 0.1);
	transition: 0.4s;
}
.pricing-card .pricing-header .pricing-header-right span {
	font-size: 26px;
	font-weight: 700;
	/* display: block; */
	color: #e76b35;
	transition: 0.4s;
}
.pricing-card .pricing-features {
	margin-bottom: 30px;
}
.pricing-card .pricing-features li {
	margin-bottom: 7px;
	position: relative;
	/* padding-left: 26px; */
	text-align: center;
}
.pricing-card .pricing-features li:last-child {
	margin-bottom: 0;
}
.pricing-card .pricing-features li.checked i {
	color: #e76b35;
}
.pricing-card .pricing-features li.unchecked i {
	color: #ff3838;
}
.pricing-card .pricing-features li i {
	position: absolute;
	top: 5px;
	left: 0;
	font-size: 18px;
	line-height: 0.8;
}
.pricing-card .btn.style4 {
	display: block;
	width: 100%;
}
.pricing-card:hover {
	transform: translateY(-5px);
}
.pricing-card:hover .pricing-header .pricing-header-right {
	background-color: #e76b35;
	color: #fff;
}
.pricing-card:hover .pricing-header .pricing-header-right span {
	color: #fff;
}

/* Two-plan cards (mobile-first, row-cols-2) */
.pricing-wrap .pricing-plans-row {
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
}
.single-product-details .single-product-pricing {
	margin-top: 14px;
	margin-bottom: 6px;
}
.single-product-details .single-product-pricing__title {
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	margin: 0 0 10px;
	color: #333;
	line-height: 1.3;
}
.single-product-details .pd-block--pricing .single-product-pricing__title {
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #222;
	margin-bottom: 12px;
}
.single-product-details .single-product-pricing .pricing-plans-row {
	max-width: 100%;
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}
.pricing-plan-card {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	text-align: center;
	height: 100%;
	position: relative;
	background: linear-gradient(180deg, #ffffff 0%, #fafbfc 100%);
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 14px;
	padding: 14px 10px 16px;
	padding-top: 16px;
	box-shadow:
		0 1px 2px rgba(0, 0, 0, 0.04),
		0 8px 24px rgba(0, 0, 0, 0.06);
	transition: box-shadow 0.28s ease, border-color 0.28s ease, transform 0.2s ease;
	overflow: hidden;
}
.pricing-plan-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: linear-gradient(90deg, #e76b35 0%, #ed0c7a 100%);
	opacity: 0.85;
}
.pricing-plan-card--featured {
	border-color: rgba(237, 12, 122, 0.22);
	box-shadow:
		0 1px 2px rgba(237, 12, 122, 0.08),
		0 10px 28px rgba(237, 12, 122, 0.12);
}
.pricing-plan-card--featured::before {
	height: 5px;
	opacity: 1;
}
.pricing-plan-card__ribbon {
	position: absolute;
	top: 12px;
	right: -32px;
	width: 120px;
	padding: 4px 0;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #fff;
	background: linear-gradient(135deg, #c2185b 0%, #e76b35 100%);
	transform: rotate(45deg);
	transform-origin: center;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
	pointer-events: none;
	z-index: 1;
}
.pricing-plan-card:hover {
	border-color: rgba(237, 12, 122, 0.3);
	box-shadow:
		0 4px 12px rgba(0, 0, 0, 0.08),
		0 14px 36px rgba(237, 12, 122, 0.14);
	transform: translateY(-2px);
}
.pricing-plan-card__title {
	font-size: 13px;
	font-weight: 700;
	color: #1a1a1a;
	margin: 0 0 10px;
	padding: 0 4px;
	line-height: 1.3;
	letter-spacing: -0.01em;
}
.pricing-plan-card__details {
	padding: 0;
	margin: 0 0 12px;
	width: 100%;
	text-align: left;
}
.pricing-plan-card__details--checks li {
	position: relative;
	padding-left: 18px;
	font-size: 11px;
	line-height: 1.45;
	color: #4a4a4a;
	margin-bottom: 6px;
	font-weight: 500;
}
.pricing-plan-card__details--checks li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.35em;
	width: 12px;
	height: 12px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23198754' stroke-width='2.5'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E")
		center / contain no-repeat;
}
.pricing-plan-card__details li:last-child {
	margin-bottom: 0;
}
.pricing-plan-card__price-wrap {
	width: 100%;
	margin-bottom: 12px;
	padding: 10px 8px;
	background: rgba(25, 135, 84, 0.06);
	border-radius: 10px;
	border: 1px solid rgba(25, 135, 84, 0.12);
}
.pricing-plan-card--featured .pricing-plan-card__price-wrap {
	background: linear-gradient(135deg, rgba(237, 12, 122, 0.06) 0%, rgba(231, 107, 53, 0.08) 100%);
	border-color: rgba(237, 12, 122, 0.15);
}
.pricing-plan-card__price {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 2px;
	margin: 0;
}
.pricing-plan-card__price-current {
	font-size: 17px;
	font-weight: 800;
	color: #146c43;
	line-height: 1.15;
	letter-spacing: -0.02em;
}
.pricing-plan-card__price-suffix {
	font-size: 0.65em;
	font-weight: 700;
	opacity: 0.9;
}
.pricing-plan-card__price-old {
	font-size: 12px;
	color: #9ca3af;
	text-decoration: line-through;
	font-weight: 500;
}
.pricing-plan-card__cta {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 10px 12px;
	font-size: 12px;
	font-weight: 700;
	color: #fff !important;
	text-align: center;
	text-decoration: none;
	background: linear-gradient(180deg, #f04a8f 0%, #ed0c7a 55%, #c2185b 100%);
	border-radius: 10px;
	border: 1px solid rgba(221, 102, 51, 0.9);
	box-shadow: 0 2px 8px rgba(237, 12, 122, 0.35);
	transition: transform 0.15s ease, box-shadow 0.2s ease, filter 0.2s ease;
}
.pricing-plan-card__cta--featured {
	background: linear-gradient(180deg, #ff6b35 0%, #e76b35 40%, #c2410c 100%);
	border-color: #c2410c;
	box-shadow: 0 3px 10px rgba(231, 107, 53, 0.45);
}
.pricing-plan-card__cta:hover {
	color: #fff !important;
	filter: brightness(1.05);
	box-shadow: 0 4px 14px rgba(237, 12, 122, 0.45);
	transform: translateY(-1px);
}
.pricing-plan-card__cta--featured:hover {
	box-shadow: 0 4px 16px rgba(231, 107, 53, 0.5);
}
@media only screen and (min-width: 400px) {
	.pricing-plan-card {
		padding: 16px 12px 14px;
		padding-top: 18px;
	}
	.pricing-plan-card__ribbon {
		font-size: 10px;
		top: 14px;
		right: -28px;
		width: 128px;
	}
	.pricing-plan-card__title {
		font-size: 15px;
		margin-bottom: 12px;
	}
	.pricing-plan-card__details--checks li {
		font-size: 12px;
	}
	.pricing-plan-card__price-current {
		font-size: 19px;
	}
	.pricing-plan-card__price-old {
		font-size: 13px;
	}
	.pricing-plan-card__cta {
		font-size: 13px;
		padding: 11px 14px;
	}
}
@media only screen and (min-width: 576px) {
	.pricing-plan-card {
		padding: 20px 18px 16px;
		border-radius: 16px;
	}
	.pricing-plan-card__title {
		font-size: 16px;
		margin-bottom: 14px;
	}
	.pricing-plan-card__details {
		margin-bottom: 14px;
	}
	.pricing-plan-card__details--checks li {
		font-size: 13px;
		margin-bottom: 8px;
		padding-left: 22px;
	}
	.pricing-plan-card__details--checks li::before {
		width: 14px;
		height: 14px;
	}
	.pricing-plan-card__price-wrap {
		padding: 12px 10px;
		margin-bottom: 14px;
	}
	.pricing-plan-card__price-current {
		font-size: 22px;
	}
}

/* Product column: compact pricing cards on narrow screens */
@media only screen and (max-width: 575px) {
	.single-product-details .pd-block--pricing {
		padding: 12px 8px 14px;
	}
	.single-product-details .pricing-plan-card {
		padding: 12px 8px 10px;
		padding-top: 14px;
		border-radius: 12px;
	}
	.single-product-details .pricing-plan-card__ribbon {
		font-size: 9px;
		top: 10px;
		right: -36px;
		width: 110px;
		padding: 3px 0;
	}
	.single-product-details .pricing-plan-card__title {
		font-size: 15px;
		margin-bottom: 8px;
		line-height: 1.25;
	}
	.single-product-details .pricing-plan-card__details {
		margin-bottom: 8px;
	}
	.single-product-details .pricing-plan-card__details--checks li {
		font-size: 15px;
		line-height: 1.42;
		margin-bottom: 6px;
		padding-left: 22px;
	}
	.single-product-details .pricing-plan-card__details--checks li::before {
		width: 13px;
		height: 13px;
		top: 0.32em;
	}
	.single-product-details .pricing-plan-card__price-wrap {
		padding: 8px 6px;
		margin-bottom: 10px;
	}
	.single-product-details .pricing-plan-card__price-current {
		font-size: 17px;
	}
	.single-product-details .pricing-plan-card__price-old {
		font-size: 12px;
	}
	.single-product-details .pricing-plan-card__cta {
		min-height: 44px;
		font-size: 13px;
		padding: 10px 6px;
		border-radius: 9px;
		-webkit-tap-highlight-color: transparent;
	}
}

/*-------------------------------
         Contact CSS
-------------------------------*/
.contact-item {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
	padding: 22px 25px 25px;
	transition: 0.4s;
	margin-bottom: 25px;
	position: relative;
	z-index: 1;
}
.contact-item .contact-shape {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
	max-width: 90px;
}
.contact-item h3 {
	font-size: 22px;
	margin: 0 0 20px;
}
.contact-item .contact-info li {
	position: relative;
	padding-left: 25px;
	margin-bottom: 15px;
}
.contact-item .contact-info li:last-child {
	margin-bottom: 0;
}
.contact-item .contact-info li i {
	position: absolute;
	top: 4px;
	left: 0;
	font-size: 16px;
	line-height: 1;
	color: #e76b35;
	transition: 0.3s;
}
.contact-item .contact-info li p,
.contact-item .contact-info li a {
	color: #666666;
	margin-bottom: 0;
	transition: 0.3s;
}
.contact-item .contact-info li p:hover,
.contact-item .contact-info li a:hover {
	color: #e76b35;
}
.contact-item .contact-info li:hover i {
	color: #e76b35;
}
.contact-item .contact-info li:hover p,
.contact-item .contact-info li:hover a {
	color: #e76b35;
}
.contact-item:hover {
	transform: translateY(-5px);
}

#contactForm .form-group {
	margin: 0 0 20px;
}
#contactForm .form-group input,
#contactForm .form-group textarea {
	width: 100%;
	background: #fff;
	border: none;
	padding: 10px 15px;
	border-radius: 5px;
	box-shadow: 0 3px 15px rgba(0, 0, 0, 0.07);
}
#contactForm .form-group input:focus,
#contactForm .form-group textarea:focus {
	border: 1px solid rgba(0, 0, 0, 0.09);
}
#contactForm .form-group input {
	height: 60px;
}
#contactForm .form-group textarea {
	height: 140px;
	resize: none;
	padding-top: 18px;
}

.btn.disabled {
	opacity: 1;
}

.comp-map {
	width: 100%;
	height: 400px;
}
.comp-map iframe {
	height: 100%;
	width: 100%;
}

/*---------------------------------------
        Sign In & Terms CSS
 ----------------------------------------*/
.login-header {
	margin: 0 0 30px;
}
.login-header h3 {
	font-size: 34px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 10px;
}
.login-header span {
	color: #fff;
}

.login-form-wrap {
	padding: 40px 40px 30px;
	margin-bottom: 25px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.login-form-wrap .login-form .form-group {
	margin: 0 0 20px;
}
.login-form-wrap .login-form .form-group label {
	font-size: 16px;
	color: #666666;
	margin: 0 0 15px;
	display: block;
}
.login-form-wrap .login-form .form-group input {
	border-radius: 5px;
	background: #f9f9f9;
	border: none;
	width: 100%;
	height: 60px;
	padding: 10px 15px;
}
.login-form-wrap .login-form .btn {
	padding: 15px 35px;
}
.login-form-wrap .link.style1 {
	color: #e76b35;
}

.terms-wrap p:last-child {
	margin-bottom: 0;
}
.terms-wrap .single-terms {
	margin-bottom: 25px;
}
.terms-wrap .single-terms:last-child {
	margin-bottom: 0;
}

/*-------------------------------
    Service Details CSS
--------------------------------*/
.service-desc .service-img {
	margin-bottom: 25px;
}

/*-------------------------------
    Blog Details CSS
--------------------------------*/
article p,
.service-desc p,
.terms-wrap p {
	margin-bottom: 15px;
}
article p strong,
.service-desc p strong,
.terms-wrap p strong {
	color: #000;
}
article p a,
.service-desc p a,
.terms-wrap p a {
	color: #e76b35;
}
article p a:hover,
.service-desc p a:hover,
.terms-wrap p a:hover {
	text-decoration: underline;
	color: #e76b35;
}
article h1,
.service-desc h1,
.terms-wrap h1 {
	font-size: 32px;
	margin-bottom: 15px;
}
article h2,
.service-desc h2,
.terms-wrap h2 {
	font-size: 30px;
	margin-bottom: 15px;
}
article h3,
.service-desc h3,
.terms-wrap h3 {
	font-size: 28px;
	margin-bottom: 15px;
}
article h4,
.service-desc h4,
.terms-wrap h4 {
	font-size: 26px;
	margin-bottom: 15px;
}
article h5,
.service-desc h5,
.terms-wrap h5 {
	font-size: 24px;
	margin-bottom: 15px;
}
article h6,
.service-desc h6,
.terms-wrap h6 {
	font-size: 22px;
	margin-bottom: 15px;
}
article ol,
.service-desc ol,
.terms-wrap ol {
	margin-top: 20px;
	margin-bottom: 30px;
}
article ol li,
.service-desc ol li,
.terms-wrap ol li {
	margin-bottom: 15px;
	color: #666666;
	padding-left: 3px;
}
article .content-feature-list,
.service-desc .content-feature-list,
.terms-wrap .content-feature-list {
	margin: 25px 0 25px;
}

article {
	margin-bottom: 25px;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.post-metainfo {
	margin-bottom: 15px;
}
.post-metainfo li {
	display: inline-block;
	position: relative;
	padding-left: 22px;
	font-size: 15px;
	color: #666666;
	margin-right: 15px;
}
.post-metainfo li:last-child {
	margin-right: 0;
}
.post-metainfo li i {
	position: absolute;
	top: 0;
	left: 0;
	color: #e76b35;
}

.post-img {
	position: relative;
	margin: 0 0 25px;
	display: block;
}
.post-img .blog-date {
	display: inline-block;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
	padding: 7px 32px 8px;
	position: absolute;
	top: -10px;
	left: 20px;
	z-index: 1;
	background-color: #000;
	color: #fff;
	transition: 0.3s;
}
.post-img .blog-date:hover {
	background: #e76b35;
	color: #fff;
}

.wp-block-quote {
	position: relative;
	padding: 35px 35px 35px;
	text-align: center;
	background-color: #f9f9f9;
	border-bottom: 1px solid #e76b35;
	margin: 30px 0 30px;
	z-index: 1;
}
.wp-block-quote p {
	font-weight: 500;
	color: #666666;
	font-weight: 500;
	margin-bottom: 0;
}
.wp-block-quote .wp-quote-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
}
.wp-block-quote .wp-quote-icon i {
	color: #e76b35;
	font-size: 68px;
	line-height: 0.8;
	opacity: 0.08;
}

.post-meta-option {
	margin-bottom: 25px;
}

.post-tag ul {
	display: inline-block;
}
.post-tag ul li {
	display: inline-block;
}
.post-tag ul li a {
	color: #555;
	font-size: 16px;
	border-radius: 3px;
}
.post-tag ul li a:hover {
	color: #000;
}
.post-tag span {
	margin-right: 10px;
	font-weight: 500;
	color: #000;
}
.post-tag span i {
	position: relative;
	top: 1px;
	color: #000;
	margin-right: 3px;
}

.post-share {
	display: inline-block;
}
.post-share span {
	font-weight: 500;
	color: #000;
}
.post-share ul {
	display: inline-block;
	margin-left: 5px;
	position: relative;
	top: 2px;
}

.post-author {
	padding: 25px;
	margin: 15px 0 30px;
	background-color: #f9f9f9;
}
.post-author .post-author-img {
	width: 150px;
	height: 150px;
	border-radius: 50%;
}
.post-author .post-author-img img {
	border-radius: 50%;
}
.post-author .post-author-info {
	width: calc(100% - 175px);
	margin-left: 25px;
}
.post-author .post-author-info h4 {
	font-size: 22px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 15px;
}
.post-author .post-author-info p {
	margin: 0 0 15px;
}

.comment-item-wrap .comment-item {
	padding: 0 0 25px 0;
	margin-bottom: 25px;
	border-radius: 5px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
.comment-item-wrap .comment-item.reply {
	margin-left: 40px;
}
.comment-item-wrap .comment-item:last-child {
	margin-bottom: 0;
}
.comment-item-wrap .comment-item .comment-author-img {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	position: relative;
	top: 4px;
}
.comment-item-wrap .comment-item .comment-author-img img {
	border-radius: 50%;
}
.comment-item-wrap .comment-item .comment-author-wrap {
	width: calc(100% - 120px);
	margin-left: 20px;
}
.comment-item-wrap .comment-item .comment-author-wrap .comment-author-name {
	margin: 0 0 9px;
}
.comment-item-wrap .comment-item .comment-author-wrap .comment-author-name h5 {
	line-height: 1;
	margin: 0 20px 0 0;
	font-size: 18px;
	font-weight: 700;
	display: inline-block;
}
.comment-item-wrap .comment-item .comment-author-wrap .comment-author-name .comment-date {
	display: block;
	font-size: 14px;
	font-family: 'Jost', sans-serif;
	font-weight: 400;
	line-height: 1;
	color: #666666;
	margin-top: 12px;
}
.comment-item-wrap .comment-item .comment-author-wrap .comment-text {
	margin: 0 0 10px;
}
.comment-item-wrap .comment-item .comment-author-wrap .comment-text p {
	margin: 0 0 5px;
}
.comment-item-wrap .reply-btn {
	display: inline-block;
	line-height: 1;
	font-weight: 500;
	background-color: #f3f4f6;
	color: #666666;
	padding: 10px 14px 10px;
	font-size: 14px;
	border-radius: 4px;
	transition: 0.3s;
}
.comment-item-wrap .reply-btn:hover {
	background: #e76b35;
	color: #fff;
}

.comment-box-title h4 {
	margin-bottom: 0;
	line-height: 1;
}
.comment-box-title p {
	margin-top: 10px;
	margin-bottom: 0;
}

#cmt-form {
	margin-top: 35px;
}
#cmt-form .comment-form .form-group {
	margin: 0 0 20px;
	position: relative;
}
#cmt-form .comment-form .form-group > label {
	font-weight: 500;
	display: block;
	margin: 0 0 5px;
	padding-left: 0;
}
#cmt-form .comment-form .form-group input,
#cmt-form .comment-form .form-group textarea {
	width: 100%;
	background-color: #f9f9f9;
	border: none;
	border-radius: 5px;
	padding: 15px;
	color: #000;
}
#cmt-form .comment-form .form-group input:focus,
#cmt-form .comment-form .form-group textarea:focus {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#cmt-form .comment-form .form-group input {
	height: 60px;
}
#cmt-form .comment-form .form-group textarea {
	height: 145px;
	resize: none;
}
#cmt-form .comment-form .form-check {
	margin-bottom: 25px;
}

.post-cat-title {
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 25px;
}
.post-cat-title span {
	font-weight: 600;
	color: #e76b35;
}

.post-cat-title {
	font-size: 24px;
	line-height: 1;
	font-weight: 500;
	margin-bottom: 25px;
}
.post-cat-title span {
	font-weight: 600;
	color: #e76b35;
}

/*-------------------------------
   FAQ & Error Section  CSS
-------------------------------*/
.accordion-item {
	border: none;
	margin: 0 0 25px;
	background: transparent;
}
.accordion-item:last-child {
	margin-bottom: 0;
}
.accordion-item .accordion-header {
	margin-bottom: 0;
	position: relative;
	z-index: 3;
}
.accordion-item .accordion-header .faq-shape {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.accordion-item .accordion-header .accordion-button {
	border-radius: 5px 5px 0 0;
	margin: 0;
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
	border-radius: 0;
	color: #000;
	text-align: left;
	align-items: center;
	border: none;
	padding: 20px 60px 22px 20px;
	transition: 0.4s;
	background-color: transparent;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
}
.accordion-item .accordion-header .accordion-button:before {
	position: absolute;
	top: 50%;
	left: 0;
	content: '';
	width: 2px;
	height: 70%;
	background-color: #e76b35;
	transform: translateY(-50%);
}
.accordion-item .accordion-header .accordion-button.collapsed {
	color: #000;
}
.accordion-item .accordion-header .accordion-button.collapsed span {
	background-color: #e76b35 !important;
}
.accordion-item .accordion-header .accordion-button:after {
	display: none;
}
.accordion-item .accordion-header .accordion-button:focus {
	outline: none;
}
.accordion-item .accordion-header .accordion-button.collapsed {
	color: #000;
	background-color: transparent;
}
.accordion-item .accordion-header .accordion-button.collapsed span {
	background-color: transparent !important;
}
.accordion-item .accordion-header .accordion-button.collapsed span i {
	color: #666666;
}
.accordion-item .accordion-header .accordion-button span {
	display: inline-block;
	min-width: 50px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	padding: 20px 20px;
	text-align: center;
}
.accordion-item .accordion-header .accordion-button span i {
	position: absolute;
	top: 28px;
	right: 20px;
	font-size: 18px;
	line-height: 0.8;
	color: #e76b35;
	display: block;
	margin: 0 auto;
}
.accordion-item .accordion-header .accordion-button span i.minus {
	visibility: hidden;
	opacity: 0;
}
.accordion-item .accordion-header .accordion-button span i.minus {
	visibility: hidden;
	opacity: 0;
}
.accordion-item .accordion-body {
	border-radius: 0 0 5px 5px;
	padding-bottom: 15px;
	border-top: none;
	padding: 20px 0 0;
}
.accordion-item .accordion-body p {
	margin: 0 0 10px;
}
.accordion-item .accordion-body p:last-child {
	margin: 0;
}

.accordion-collapse {
	border: none;
}

.accordion-item .accordion-header .accordion-button:not(.collapsed) {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
}

.accordion-button:not(.collapsed) span i.plus {
	visibility: hidden;
	opacity: 0;
}

.accordion-button:not(.collapsed) span i.minus {
	visibility: visible !important;
	opacity: 1 !important;
}

.error-content {
	text-align: center;
}
.error-content img {
	display: block;
	margin: 0 auto 30px;
	max-width: 600px;
}
.error-content p {
	margin: 0 auto 20px;
	max-width: 520px;
}

/*------------------------------
        Cart CSS
-------------------------------*/
.cart-table {
	margin: 0 0 25px;
}
.cart-table table {
	margin: 0;
}
.cart-table table thead tr {
	border-top: none;
	background: #f9f9f9;
	border: none;
}
.cart-table table thead tr th {
	border: none;
	padding: 15px 10px 15px;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	border-right: 1px solid #f3f4f6;
}
.cart-table table thead tr th:first-child {
	text-align: left;
}
.cart-table table tbody {
	border-top-color: transparent !important;
}
.cart-table table tbody tr {
	vertical-align: middle;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.cart-table table tbody tr td {
	padding: 13px 10px 13px;
	background: #fff;
	text-align: center;
	border-bottom: none;
}
.cart-table table tbody tr td:first-child {
	text-align: left;
}
.cart-table table tbody tr td button.style1 {
	font-size: 16px;
}
.cart-table table tbody tr td button.add-cart {
	padding: 12px 25px 11px;
}
.cart-table table tbody tr td .product-img {
	background-color: #f9f9f9;
	max-width: 100px;
}
.cart-table table tbody tr td .product-img img {
	max-width: 100%;
	display: block;
}
.cart-table table tbody tr td .cart-item {
	font-weight: 500;
	margin-left: 15px;
	text-align: center;
}
.cart-table table tbody tr td .cart-item:hover {
	color: #e76b35;
}
.cart-table table tbody tr td .cart-item-price {
	font-size: 16px;
	text-align: center;
}
.cart-table table tbody tr td p {
	margin: 0;
}
.cart-table table tbody tr td button {
	background: transparent;
	display: block;
	margin: 0 auto;
	padding: 0;
	border: none;
	font-size: 20px;
}
.cart-table table tbody tr td button i {
	color: #e76b35;
}
.cart-table table tbody tr td button span {
	font-size: 18px;
	line-height: 30px;
}

.product-quantity {
	width: 144px;
	margin-right: 10px;
	border-radius: 5px;
}
.product-quantity .qtySelector {
	position: relative;
	height: 42px;
}
.product-quantity .qtySelector span {
	width: 48px;
	position: absolute;
	top: 0;
	height: 100%;
	background: #f9f9f9;
	border: none;
	cursor: pointer;
	display: block;
	text-align: center;
	line-height: 42px;
	font-size: 20px;
	color: #000;
}
.product-quantity .qtySelector span.decreaseQty {
	left: 0;
	border-radius: 5px 0 0 5px;
}
.product-quantity .qtySelector span.increaseQty {
	right: 0;
	border-radius: 0 5px 5px 0;
}
.product-quantity .qtySelector input {
	width: calc(100% - 96px);
	background: #f9f9f9;
	border-top-color: transparent;
	border-bottom-color: transparent;
	border-left: 1px solid rgba(69, 69, 70, 0.07);
	border-right: 1px solid rgba(69, 69, 70, 0.07);
	left: 48px;
	position: relative;
	height: 42px;
	text-align: center;
	color: #000;
	border-radius: 0;
}

.cart-qty .product-quantity {
	margin: 0 auto;
}
.cart-qty .product-quantity input {
	left: 0 !important;
}

.coupon-code {
	position: relative;
}
.coupon-code input {
	width: 100%;
	height: 54px;
	background: #f9f9f9;
	padding: 10px 50px 10px 20px;
	border: none;
	border-radius: 0;
}
.coupon-code button {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	padding: 5px 22px;
	border-radius: 0;
	background: linear-gradient(-90deg, #d98561 0%, #e76b35 99.88%);
	text-align: center;
	color: #fff;
	font-weight: 500;
	border: none;
}

.cart-total {
	margin: 25px 0 0;
	padding: 25px 30px 30px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.cart-total .cart-box-title {
	margin-bottom: 18px;
}
.cart-total .cart-total-wrap .cart-total-item {
	padding: 25px 20px 20px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: none;
}
.cart-total .cart-total-wrap .cart-total-item:last-child {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.cart-total .cart-total-wrap .cart-total-item p,
.cart-total .cart-total-wrap .cart-total-item span {
	margin: 0;
	font-size: 18px;
	font-weight: 500;
	line-height: 1;
}
.cart-total .cart-total-wrap .cart-total-item p b,
.cart-total .cart-total-wrap .cart-total-item span b {
	color: #000;
}
.cart-total .btn {
	margin-top: 30px;
}
.cart-total .btn.style2 {
	padding: 18px 10px 17px;
}

.wh_btn .btn:nth-child(1) {
	margin-right: 10px;
}

.wishlist-table table tbody tr td:nth-child(4) {
	text-align: left;
}

.wishlist-table table tbody tr td .product-quantity {
	margin: 0 auto;
}

.checkout label {
	font-weight: 600;
	margin: 0 0 8px;
}

.checkout .form-group input {
	border: none;
	border-radius: 5px;
	background: #f1f1f1;
	color: #999;
}

.checkout .form-group textarea {
	border: none;
	border-radius: 5px;
	background: #f1f1f1;
	color: #999;
	height: 120px;
}

/*-------------------------------
         Checkout CSS
-------------------------------*/
.checkout-promobox {
	background: #f9f9f9;
	padding: 15px;
	margin: 0 0 25px;
}
.checkout-promobox i {
	color: #e76b35;
	position: relative;
	top: 4px;
	font-size: 20px;
	margin-right: 5px;
}

.checkbox {
	display: block;
}
.checkbox.form-check {
	padding-left: 0;
}
.checkbox input {
	padding: 0;
	height: initial;
	width: initial;
	margin-bottom: 0;
	display: none;
	cursor: pointer;
}
.checkbox label {
	position: relative;
	cursor: pointer;
	padding-left: 20px;
}
.checkbox label:before {
	content: '';
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: transparent;
	border: 1px solid #e76b35;
	display: inline-block;
	width: 15px;
	height: 15px;
	position: absolute;
	vertical-align: middle;
	cursor: pointer;
	margin-right: 5px;
	position: absolute;
	left: 0;
	top: 4px;
}
.checkbox a {
	color: #e76b35;
}
.checkbox.style2 label:before {
	border-radius: 50%;
	border-color: #f3f4f6;
}

.checkbox input:checked + label:before {
	border-color: #e76b35;
}

.checkbox input:checked + label:after {
	content: '';
	display: block;
	position: absolute;
	top: 7px;
	left: 3px;
	width: 9px;
	height: 9px;
	border: none;
	background: #e76b35;
}

.checkbox.style2 input:checked + label:after {
	border-radius: 50%;
}

.checkout-box-subtitle {
	font-weight: 500;
	margin-bottom: 18px;
}

.checkout-form {
	margin: 0 0 50px;
}
.checkout-form .checkout-box-title {
	font-weight: 700;
	margin-bottom: 25px;
}
.checkout-form .form-group {
	margin: 0 0 15px;
}
.checkout-form .form-group label {
	margin-bottom: 10px;
	display: block;
	color: #000;
}
.checkout-form .form-group input,
.checkout-form .form-group textarea {
	border: none;
	border-radius: 0;
	background: #f9f9f9;
	color: #000;
	width: 100%;
	padding: 13px 15px 13px 20px;
}
.checkout-form .form-group input::-moz-placeholder,
.checkout-form .form-group textarea::-moz-placeholder {
	opacity: 0.5;
}
.checkout-form .form-group input:-ms-input-placeholder,
.checkout-form .form-group textarea:-ms-input-placeholder {
	opacity: 0.5;
}
.checkout-form .form-group input::placeholder,
.checkout-form .form-group textarea::placeholder {
	opacity: 0.5;
}
.checkout-form .form-group input {
	height: 60px;
}
.checkout-form .form-group textarea {
	height: 212px;
	resize: none;
}
.checkout-form .form-group select {
	border: none;
	border-radius: 5px;
	background: #f9f9f9;
	color: #000;
	width: 100%;
	height: 60px;
	padding: 10px 15px 10px 20px;
	cursor: pointer;
	opacity: 0.9;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url(../img/down-arrow.png);
	background-repeat: no-repeat;
	background-size: 15px;
	background-position: 96% 50%;
}

.checkout-details {
	margin: 0 0 25px;
}
.checkout-details.style2 {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	padding: 30px;
}
.checkout-details .checkout-box-title {
	font-size: 24px;
	margin-bottom: 20px;
}
.checkout-details .bill-details {
	margin-bottom: 25px;
}
.checkout-details .bill-item-wrap {
	border: 1px solid rgba(0, 0, 0, 0.1);
	padding-bottom: 12px;
}
.checkout-details .bill-item-title {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 10px;
}
.checkout-details .bill-item,
.checkout-details .bill-item-title,
.checkout-details .bill-item-footer {
	position: relative;
}
.checkout-details .bill-item:after,
.checkout-details .bill-item-title:after,
.checkout-details .bill-item-footer:after {
	position: absolute;
	top: 0;
	left: 50%;
	content: '';
	width: 1px;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.1);
	transform: translateX(-50%);
}
.checkout-details .bill-item-footer {
	margin-top: 0 !important;
}
.checkout-details .bill-item:last-child,
.checkout-details .bill-item-footer:last-child,
.checkout-details .bill-item-title:last-child {
	margin-bottom: 0;
	border-bottom: none;
}
.checkout-details .bill-item b,
.checkout-details .bill-item-footer b,
.checkout-details .bill-item-title b {
	color: #000;
	font-weight: 500;
}
.checkout-details .bill-item .bill-item-name,
.checkout-details .bill-item-footer .bill-item-name,
.checkout-details .bill-item-title .bill-item-name {
	width: 50%;
	margin: 0;
	color: #666666;
	padding: 8px 15px;
}
.checkout-details .bill-item .bill-item-price,
.checkout-details .bill-item-footer .bill-item-price,
.checkout-details .bill-item-title .bill-item-price {
	width: 50%;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	padding: 6px;
}
.checkout-details .coupon-item {
	margin: 15px 0;
}
.checkout-details .coupon-item h4 {
	margin-bottom: 15px;
}
.checkout-details .coupon-item .form-group {
	position: relative;
}
.checkout-details .coupon-item .form-group input {
	width: 100%;
	height: 60px;
	background: #fff;
	padding: 10px 50px 10px 20px;
	border: none;
	border-radius: 5px;
}
.checkout-details .coupon-item .form-group button {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	border: none;
	padding: 0 20px;
	border-radius: 0 5px 5px 0;
	background-color: #e76b35;
	text-align: center;
	color: #fff;
	font-weight: 500;
}
.checkout-details .form-group input {
	height: 52px;
	font-size: 14px;
	line-height: 20px;
	padding: 10px 40px 10px 15px;
	border: 1px solid #f3f4f6;
}
.checkout-details .form-group button {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	height: 100%;
	color: #fff;
	font-size: 16px;
	padding: 0 25px;
}
.checkout-details .select-payment-method {
	margin: 15px 0 0;
}
.checkout-details .select-payment-method div {
	margin: 0 0 15px;
	display: block;
	width: 100%;
}
.checkout-details .select-payment-method div label {
	padding-left: 28px !important;
	color: #000;
	font-weight: 500;
	font-size: 20px;
	position: relative;
	padding-left: 24px;
	cursor: pointer;
	line-height: 20px;
	display: inline-block;
}
.checkout-details .select-payment-method div p {
	margin: 0 0 0 28px;
	color: #666666;
}

.select-payment-method [type='radio']:checked,
.select-payment-method [type='radio']:not(:checked) {
	position: absolute;
	left: -9999px;
}

.select-payment-method [type='radio']:not(:checked) + label::before,
.select-payment-method [type='radio']:checked + label::before {
	content: '';
	position: absolute;
	left: 0;
	top: -1px;
	width: 18px;
	height: 18px;
	border-radius: 0;
	background: transparent;
}

.select-payment-method [type='radio']:not(:checked) + label::before {
	border: 1px solid #e76b35;
}

.select-payment-method [type='radio']:checked + label::before {
	border: 1px solid #e76b35;
}

.select-payment-method [type='radio']:checked + label::after,
.select-payment-method [type='radio']:not(:checked) + label::after {
	position: absolute;
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 0;
	background: #e76b35;
	top: 4px;
	left: 5px;
	transition: all 0.2s ease;
}

.select-payment-method [type='radio']:not(:checked) + label::after {
	background: transparent;
}

.select-payment-method [type='radio']:checked + label::after {
	background: #e76b35;
}

.checkout-footer .btn {
	margin-top: 15px;
	padding: 15px 15px;
}

/*-------------------------------
    Shop CSS
-------------------------------*/
.range-slider .form-group label {
	margin-top: 40px;
	font-weight: 500;
	font-size: 18px;
}

.price-range .ui-slider-handle.ui-corner-all.ui-state-default {
	background: #e76b35;
	border-radius: 50%;
	width: 12px;
	height: 12px;
	border: none;
	box-shadow: 0px 5px 13px rgba(167, 167, 167, 0.7);
	cursor: pointer;
}

.price-range.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 4px;
	background: #e76b35;
}

#amount {
	margin-top: 31px;
	background: transparent;
	padding: 0;
	height: auto;
	border: none;
}

.ui-slider-horizontal {
	height: 4px;
	background: #ddd;
}

.price-range.ui-widget.ui-widget-content {
	border: none;
	position: relative;
	top: 15px;
}

.product-filter-wrap {
	margin-bottom: 25px;
}

.product-result p {
	margin: 0;
	font-weight: 500;
}

.filter-item-num select,
.filter-item-cat select {
	width: 100%;
	border-radius: 5px;
	padding: 10px 15px 10px 15px;
	color: #393939;
	background-color: #f9f9f9;
	border: none;
	font-size: 16px;
	height: 60px;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url(../img/down-arrow.png);
	background-repeat: no-repeat;
	background-size: 14px;
}

/*-------------------------------
    Google trust rating strip
-------------------------------*/
/* Header offset lives on the strip directly under the header (marquee); not on in-product Google row */
.google-trust-wrap.color-scheme-1.gradient {
	padding-top: 0;
	padding-bottom: 0;
	background: linear-gradient(180deg, #eef1f5 0%, #f7f8fa 35%, #fbfbfb 100%);
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.google-trust-wrap.google-trust--in-product.color-scheme-1.gradient {
	background: transparent;
	border-bottom: none;
}
@media only screen and (min-width: 992px) {
	.google-trust-wrap.color-scheme-1.gradient:not(.google-trust--in-product) {
		padding-bottom: 0.125rem;
	}
}
.google-trust-wrap .section-custom-liquid-padding {
	max-width: 100%;
}
.google-trust-wrap__inner {
	padding-top: 0 !important;
	padding-bottom: 0.25rem !important;
}
@media only screen and (min-width: 768px) {
	.google-trust-wrap__inner {
		padding-bottom: 0.35rem !important;
	}
}
.google-container {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 6px 8px;
	width: 100%;
	max-width: 560px;
	margin: 0 auto;
	background-color: #fbfbfb;
	border: 1px dashed #a8a8a8;
	border-radius: 8px;
	padding: 5px 10px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9) inset;
}
.google-container .google-image {
	width: 65px;
	height: auto;
	flex-shrink: 0;
	object-fit: contain;
}
.google-container .google-logo {
	width: 45px;
	height: auto;
	margin-top: 2px;
	flex-shrink: 0;
	object-fit: contain;
}
.google-container .google-text {
	font-size: 13px;
	font-weight: 600;
	color: #1a1a1a;
	white-space: nowrap;
}
.google-container .google-rating {
	font-size: 10px;
	font-weight: 500;
	color: #111;
	white-space: nowrap;
}

/*-------------------------------
    Video testimonials (YouTube Shorts strip)
-------------------------------*/
.video-testimonials-wrap {
	padding: 2.25rem 0 2.5rem;
	background: linear-gradient(180deg, #f8fafc 0%, #ffffff 55%, #f3f4f6 100%);
	border-top: 1px solid rgba(0, 0, 0, 0.06);
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.video-testimonials__header {
	max-width: 40rem;
	margin-left: auto;
	margin-right: auto;
	padding: 0 0.75rem;
}
.video-testimonials__eyebrow {
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: #ad1457;
	margin: 0;
}
.video-testimonials__title {
	font-size: clamp(1.35rem, 4vw, 1.85rem);
	font-weight: 800;
	line-height: 1.25;
	letter-spacing: -0.02em;
	color: #111827;
	margin: 0;
}
.video-testimonials__sub {
	font-size: 0.95rem;
	color: #6b7280;
}
.video-testimonials__scroll {
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	scroll-snap-type: x mandatory;
	scroll-padding-inline: 1rem;
	scrollbar-width: thin;
	scrollbar-color: rgba(173, 20, 87, 0.35) transparent;
	padding: 0.75rem 0 1rem;
	margin-top: 0.5rem;
	outline: none;
}
/* Slow horizontal drift (right → left); clone appended via main.js for seamless loop */
.video-testimonials__scroll--marquee {
	overflow-x: hidden;
	scroll-snap-type: none;
	-webkit-overflow-scrolling: auto;
}
.video-testimonials__scroll--marquee .video-testimonials__marquee {
	display: flex;
	flex-wrap: nowrap;
	width: max-content;
	will-change: transform;
	animation: video-testimonials-marquee 120s linear infinite;
}
.video-testimonials__scroll--marquee .video-testimonials__track {
	flex: 0 0 auto;
}
.video-testimonials__scroll--marquee:hover .video-testimonials__marquee {
	animation-play-state: paused;
}
@media (prefers-reduced-motion: reduce) {
	.video-testimonials__scroll--marquee {
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
	}
	.video-testimonials__scroll--marquee .video-testimonials__marquee {
		animation: none;
		will-change: auto;
	}
}
@keyframes video-testimonials-marquee {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-50%);
	}
}
.video-testimonials__scroll:focus-visible {
	box-shadow: inset 0 0 0 2px rgba(237, 12, 122, 0.35);
	border-radius: 12px;
}
.video-testimonials__scroll::-webkit-scrollbar {
	height: 8px;
}
.video-testimonials__scroll::-webkit-scrollbar-thumb {
	background: rgba(173, 20, 87, 0.35);
	border-radius: 99px;
}
.video-testimonials__track {
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
	gap: 1rem;
	width: max-content;
	padding: 0.25rem 1rem 0.5rem;
}
.video-testimonials__card {
	flex: 0 0 auto;
	width: min(200px, 52vw);
	scroll-snap-align: start;
}
@media only screen and (min-width: 576px) {
	.video-testimonials__card {
		width: min(220px, 38vw);
	}
}
@media only screen and (min-width: 992px) {
	.video-testimonials__card {
		width: 260px;
	}
}
.video-testimonials__embed {
	position: relative;
	width: 100%;
	aspect-ratio: 9 / 16;
	border-radius: 16px;
	overflow: hidden;
	background: #0f0f0f;
	box-shadow:
		0 4px 6px -1px rgba(0, 0, 0, 0.08),
		0 12px 28px -8px rgba(0, 0, 0, 0.18);
	border: 1px solid rgba(0, 0, 0, 0.08);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.video-testimonials__card:hover .video-testimonials__embed,
.video-testimonials__card:focus-within .video-testimonials__embed {
	transform: translateY(-3px);
	box-shadow:
		0 8px 16px -4px rgba(0, 0, 0, 0.12),
		0 20px 40px -12px rgba(173, 20, 87, 0.2);
}
.video-testimonials__embed iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

/* Full-width composite banner (replaces stacked PNG strip) */
.drsperm-allinone-banner {
	line-height: 0;
	background: #f8fafc;
	overflow: hidden;
}
.drsperm-allinone-banner__img {
	display: block;
	width: 100%;
	height: auto;
}

/*-------------------------------
    Product Details CSS
-------------------------------*/
.swiper-container {
	overflow: hidden;
}

.single-product-gallery .single-product-slider {
	margin-bottom: 8px;
	position: relative;
}

/* Product hero — trust marquee (replaces start-heading bar) */
.product-marquee.color-scheme-1.gradient {
	background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}
/* Flush under fixed/absolute header (same clearance as former Google strip) */
.product-marquee.product-marquee--under-header.color-scheme-1.gradient {
	--site-header-offset: calc(56px + 2px);
	padding-top: var(--site-header-offset);
	padding-bottom: 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
@media only screen and (min-width: 992px) {
	.product-marquee.product-marquee--under-header.color-scheme-1.gradient {
		--site-header-offset: calc(68px + 2px);
		padding-bottom: 0.125rem;
	}
}
.product-marquee .section-template--custom-liquid-padding {
	max-width: 100%;
}
.marquee__wrapper {
	white-space: nowrap;
	overflow: hidden;
	width: 100%;
	color: #111827;
	text-transform: uppercase;
	padding: 6px 0;
}
.marquee {
	overflow: hidden;
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
}
.marquee__track {
	display: flex;
	width: max-content;
	animation: product-marquee 28s linear infinite;
	will-change: transform;
}
.marquee__inner {
	display: flex;
	align-items: center;
	flex-shrink: 0;
}
.marquee__text {
	display: inline-flex;
	align-items: center;
	margin-right: 5.3em;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 0.04em;
}
.marquee__text img {
	width: 25px;
	height: 25px;
	margin-right: 10px;
	object-fit: contain;
	border-radius: 50%;
	filter: grayscale(100%);
}
.homemarq .marquee__text::before {
	display: none;
}
@media (prefers-reduced-motion: reduce) {
	.marquee__track {
		animation: none;
	}
}
@keyframes product-marquee {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-50%);
	}
}
/* Main gallery: height follows image (no tall empty slide) */
.single-product-gallery .single-product-slider.swiper-autoheight,
.single-product-gallery .single-product-slider.swiper-autoheight .swiper-wrapper {
	transition-property: transform, height;
}
.single-product-gallery .single-product-slider .single-product-item {
	height: auto;
	align-self: flex-start;
}
.single-product-gallery .single-product-slider .single-product-item img {
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 82%;
	height: auto;
	max-height: 320px;
	object-fit: contain;
}
@media only screen and (min-width: 992px) {
	.single-product-gallery .single-product-slider .single-product-item img {
		max-width: 75%;
		max-height: 420px;
	}
}
@media only screen and (max-width: 991.98px) {
	.single-product-gallery .single-product-slider {
		margin-bottom: 6px;
	}
	.single-product-gallery .single-product-slider .single-product-item img {
		max-width: 88%;
		max-height: 280px;
	}
}
.single-product-gallery .single-product-thumbs {
  height: auto !important;
}
.single-product-gallery .single-product-thumbs .swiper-slide {
  height: auto;
}
.single-product-gallery .single-product-thumbs.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
}
.single-product-gallery .single-product-thumbs .single-product-thumb {
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 8px;
}
.single-product-gallery .single-product-thumbs .single-product-thumb img {
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
	max-height: 110px;
	object-fit: contain;
}
.single-product-gallery .single-product-thumbs .swiper-slide-thumb-active {
	background-color: #f9f9f9;
	border-color: transparent;
}
.single-product-gallery .single-product-thumbs .product-thumb {
	padding: 20px;
	cursor: pointer;
}

.single-product-details .single-product-title {
	position: relative;
}
.single-product-details .single-product-title .ratings {
	display: block;
}
.single-product-details .single-product-title h2,
.single-product-details .single-product-title .product-title-heading {
	font-size: 38px;
	font-weight: 800;
	letter-spacing: -0.02em;
	line-height: 1.22;
	margin: 0 0 14px;
	color: #111827;
}
.single-product-details .single-product-title h3 {
	font-size: 24px;
	line-height: 1.5;
	font-family: 'Jost', sans-serif;
	font-weight: 500;
	margin: 7px 0 10px;
	color: #e76b35;
}
.single-product-details .single-product-title h3 .discount {
	color: rgba(0, 0, 0, 0.3);
	margin-left: 5px;
	text-decoration: line-through;
}
/* Rating row — score badge, stars, review count (single line) */
.single-product-details .product-rating-bar {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	gap: 8px 10px;
	margin: 0 0 4px;
	padding: 10px 0 0;
	border-top: 1px solid rgba(0, 0, 0, 0.06);
	white-space: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
}
.single-product-details .product-rating-bar::-webkit-scrollbar {
	display: none;
	height: 0;
}
.single-product-details .product-rating-bar__score {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	min-width: 2.5rem;
	padding: 4px 10px;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.2;
	color: #92400e;
	background: linear-gradient(145deg, #fef3c7 0%, #fde68a 100%);
	border: 1px solid rgba(245, 158, 11, 0.35);
	border-radius: 10px;
	box-shadow: 0 1px 2px rgba(180, 83, 9, 0.12);
}
.single-product-details .product-rating-bar__stars {
	flex-shrink: 0;
}
.single-product-details .product-rating-stars {
	display: inline-flex;
	align-items: center;
	gap: 3px;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
.single-product-details .product-rating-stars li {
	display: inline-flex;
	align-items: center;
	margin: 0;
	line-height: 1;
}
.single-product-details .product-rating-stars li i {
	font-size: 20px;
	line-height: 1;
	color: #f59e0b;
	filter: drop-shadow(0 1px 1px rgba(180, 83, 9, 0.12));
}
.single-product-details .product-rating-bar__divider {
	display: inline-block;
	width: 1px;
	height: 22px;
	background: rgba(0, 0, 0, 0.12);
	flex-shrink: 0;
}
.single-product-details .product-rating-bar__count {
	font-size: 14px;
	font-weight: 500;
	color: #6b7280;
	letter-spacing: 0.01em;
	flex-shrink: 0;
	white-space: nowrap;
}
@media only screen and (max-width: 575.98px) {
	.single-product-details .product-rating-bar {
		gap: 5px 6px;
		padding-top: 8px;
	}
	.single-product-details .product-rating-bar__score {
		min-width: auto;
		padding: 3px 7px;
		font-size: 13px;
	}
	.single-product-details .product-rating-stars li i {
		font-size: 16px;
	}
	.single-product-details .product-rating-bar__divider {
		height: 18px;
	}
	.single-product-details .product-rating-bar__count {
		font-size: 12px;
	}
}
.single-product-details .single-product-desc {
	margin: 14px 0 18px;
	max-width: 62ch;
	font-family: "Noto Sans Devanagari", "Mukta Vaani", "Segoe UI", system-ui, sans-serif;
	font-size: clamp(1.0625rem, 2.75vw, 1.1875rem);
	font-weight: 400;
	line-height: 1.75;
	letter-spacing: 0.015em;
	color: #374151;
	text-align: start;
	word-break: break-word;
	overflow-wrap: break-word;
	-webkit-hyphens: manual;
	hyphens: manual;
}
.single-product-details .single-product-desc .hl {
	font-family: inherit;
	font-weight: 600;
}
@media only screen and (min-width: 992px) {
	.single-product-details .single-product-desc {
		font-size: 1.125rem;
		line-height: 1.72;
	}
}

/* Product column: e-commerce stack (benefits → pricing → dose → CTA) */
.single-product-details .pd-commerce-stack {
	display: flex;
	flex-direction: column;
	gap: 0;
	margin-top: 4px;
}
.single-product-details .pd-block {
	padding: 14px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.single-product-details .pd-block:first-child {
	padding-top: 0;
}
.single-product-details .pd-block:last-child,
.single-product-details .pd-block.pd-block--cta {
	border-bottom: none;
	padding-bottom: 0;
}
.single-product-details .pd-block--cta {
	padding-top: 16px;
}
.single-product-details .pd-block__label {
	display: block;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #888;
	margin: 0 0 10px;
	line-height: 1.3;
}
.single-product-details .pd-block__label--plain {
	letter-spacing: 0.06em;
	text-transform: none;
	font-size: 12px;
	font-weight: 600;
	color: #333;
}
.single-product-details .pd-block--benefits {
	padding-top: 8px;
}
.single-product-details .pd-block--benefits .benefit-grid {
	margin: 0;
}
.single-product-details .pd-block--pricing {
	background: linear-gradient(180deg, rgba(250, 251, 252, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
	border-radius: 12px;
	padding: 14px 10px 16px;
	margin: 4px 0 0;
	border-bottom: none;
	border: 1px solid rgba(0, 0, 0, 0.05);
}
.single-product-details .pd-block--pricing .single-product-pricing {
	margin: 0;
}
.single-product-details .pd-block--dose {
	padding-bottom: 12px;
}
.single-product-details .pd-block--dose .product-more-option {
	margin-top: 0;
}
.single-product-details .pd-buy-cta-wrap {
	position: relative;
}
.single-product-details .pd-buy-cta-spacer {
	height: 0;
	overflow: hidden;
	transition: height 0.2s ease;
	pointer-events: none;
}
.single-product-details .pd-buy-cta {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 48px;
	padding: 12px 20px;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.02em;
	color: #fff !important;
	background: #ed0c7a;
	border: 1px solid #dd6633;
	border-radius: 999px;
	box-shadow: 0 2px 8px rgba(237, 12, 122, 0.25);
	transition: transform 0.15s ease, box-shadow 0.15s ease, opacity 0.15s ease, border-radius 0.2s ease;
}
@media only screen and (max-width: 991.98px) {
	.single-product-details .pd-buy-cta-wrap--dock .pd-buy-cta {
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		margin: 0;
		min-height: 48px;
		padding: 10px 14px;
		padding-bottom: calc(10px + env(safe-area-inset-bottom, 0px));
		border-radius: 20px 20px 0 0;
		z-index: 90;
		box-shadow: 0 -4px 18px rgba(0, 0, 0, 0.12);
		font-size: 15px;
		line-height: 1.25;
	}
	body.pd-cta-dock-active {
		padding-bottom: calc(52px + env(safe-area-inset-bottom, 0px));
	}
	/* Hide docked BUY bar while order form (#Form) is on screen — avoids clash with submit CTA */
	body.pd-cta-dock-active.pd-cta-dock-suppressed {
		padding-bottom: 0;
	}
	.single-product-details .pd-buy-cta-wrap--dock.pd-buy-cta-wrap--dock-suppressed .pd-buy-cta {
		visibility: hidden;
		opacity: 0;
		pointer-events: none;
	}
}
.single-product-details .pd-buy-cta:hover {
	color: #fff !important;
	transform: translateY(-1px);
	box-shadow: 0 4px 14px rgba(237, 12, 122, 0.35);
	opacity: 0.98;
}
.single-product-details .pd-buy-cta:focus-visible {
	outline: 2px solid #ed0c7a;
	outline-offset: 3px;
}
@media only screen and (max-width: 991.98px) {
	.single-product-details .pd-buy-cta-wrap--dock .pd-buy-cta:hover,
	.single-product-details .pd-buy-cta-wrap--dock .pd-buy-cta:focus-visible {
		transform: none;
	}
}

/* 2×2 on mobile/tablet, single row of 4 on large screens */
.single-product-details .benefit-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
	margin: 14px 0 0;
}
@media only screen and (min-width: 992px) {
	.single-product-details .benefit-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 8px 10px;
	}
}
.single-product-details .benefit-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	gap: 6px;
	text-align: center;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.06);
	border-radius: 8px;
	padding: 8px 6px;
	min-height: 0;
	min-width: 0;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.single-product-details .benefit-item:hover {
	border-color: rgba(237, 12, 122, 0.2);
	box-shadow: 0 2px 8px rgba(237, 12, 122, 0.06);
}
.single-product-details .benefit-item img {
	display: block;
	width: 32px;
	height: 32px;
	object-fit: contain;
	margin: 0;
	flex-shrink: 0;
}
.single-product-details .benefit-item p {
	margin: 0;
	font-size: 12px;
	line-height: 1.35;
	color: #555;
	font-weight: 600;
	letter-spacing: 0.01em;
	width: 100%;
	min-width: 0;
}
@media only screen and (min-width: 400px) {
	.single-product-details .benefit-item p {
		font-size: 13px;
		line-height: 1.38;
	}
}
@media only screen and (min-width: 992px) {
	.single-product-details .benefit-item {
		flex-direction: row;
		align-items: center;
		text-align: left;
		gap: 10px;
		padding: 8px 10px;
	}
	.single-product-details .benefit-item img {
		width: 34px;
		height: 34px;
	}
	.single-product-details .benefit-item p {
		flex: 1;
		font-size: 13px;
		line-height: 1.4;
		text-align: left;
	}
}
@media only screen and (min-width: 400px) and (max-width: 991px) {
	.single-product-details .benefit-item p {
		font-size: 14px;
		line-height: 1.4;
	}
}

.single-product-details .product-more-option {
	margin-top: 10px;
}
.single-product-details .product-dose-heading {
	font-size: 12px;
	font-weight: 600;
	margin: 0 0 8px;
	color: #333;
	letter-spacing: 0.02em;
}
.single-product-details .product-dose-row {
	align-items: stretch;
}
/* 3 columns (col-4) at all breakpoints — one row on mobile */
.single-product-details .product-dose-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	gap: 5px;
	text-align: center;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.06);
	border-radius: 8px;
	padding: 6px 4px 8px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
	height: 100%;
	min-height: 0;
	min-width: 0;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.single-product-details .product-dose-item:hover {
	border-color: rgba(237, 12, 122, 0.2);
	box-shadow: 0 2px 8px rgba(237, 12, 122, 0.06);
}
.single-product-details .product-dose-item img {
	display: block;
	width: 28px;
	height: 28px;
	object-fit: contain;
	margin: 0;
	flex-shrink: 0;
}
.single-product-details .product-dose-item .dose-box-pera {
	font-size: 11px;
	line-height: 1.35;
	margin: 0;
	color: #444;
	font-weight: 600;
	width: 100%;
	min-width: 0;
	word-break: break-word;
	hyphens: auto;
}
@media only screen and (min-width: 400px) {
	.single-product-details .product-dose-item img {
		width: 32px;
		height: 32px;
	}
	.single-product-details .product-dose-item .dose-box-pera {
		font-size: 12px;
		line-height: 1.4;
	}
}
@media only screen and (min-width: 576px) {
	.single-product-details .product-dose-item {
		padding: 8px 8px 10px;
		gap: 6px;
	}
	.single-product-details .product-dose-item .dose-box-pera {
		font-size: 13px;
		line-height: 1.42;
	}
}
@media only screen and (min-width: 768px) {
	.single-product-details .product-dose-item .dose-box-pera {
		font-size: 14px;
		line-height: 1.45;
	}
}

.swiper-button-prev {
	margin-left: 15px;
}

.swiper-button-next {
	margin-right: 15px;
}

.swiper-button-next,
.swiper-button-prev {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid rgba(0, 0, 0, 0.1);
	top: 55%;
	transform: translateY(-50%);
	transition: 0.4s;
}
.swiper-button-next i,
.swiper-button-prev i {
	color: rgba(0, 0, 0, 0.51);
	font-size: 18px;
	line-height: 0.8;
	transition: 0.4s;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
	background-color: #e76b35;
}
.swiper-button-next:hover i,
.swiper-button-prev:hover i {
	color: #fff;
}

.swiper-button-next::after,
.swiper-button-prev::after,
.swiper-container-rtl .swiper-button-prev::after,
.swiper-container-rtl .swiper-button-next::after {
	display: none;
}

.product-tablist {
	border-bottom: 1px solid rgba(0, 0, 0, 0.17);
}
.product-tablist .nav-item {
	border-radius: 0;
	margin-right: 40px;
}
.product-tablist .nav-item:last-child {
	margin: 0;
}
.product-tablist .nav-item .nav-link {
	font-size: 22px;
	font-weight: 600;
	color: #000;
	background: transparent;
	border-top: none;
	border-bottom: none;
	border-left: none;
	border-right: none;
	border-radius: 0;
	padding: 0 0 15px;
	text-align: center;
	opacity: 0.55;
	position: relative;
}
.product-tablist .nav-item .nav-link:after {
	position: absolute;
	bottom: -1px;
	left: 0;
	content: '';
	width: 0;
	height: 3px;
	background-color: #e76b35;
	visibility: hidden;
	opacity: 0;
	transition: 0.4s;
}
.product-tablist .nav-item .nav-link.active {
	opacity: 1;
}
.product-tablist .nav-item .nav-link.active:after {
	width: 100%;
	visibility: visible;
	opacity: 1;
}

.product-tab-content {
	margin: 30px 0 0;
}
.product-tab-content .product_desc p:last-child {
	margin-bottom: 0;
}
.product-tab-content .product_features li {
	margin-bottom: 10px;
}
.product-tab-content .product_features li:last-child {
	margin: 0;
}
.product-tab-content .product_features li b {
	color: #000;
}

.client-review .comment-form-title {
	margin-bottom: 20px;
}
.client-review.comment-item-wrap .comment-item {
	border: none;
	padding: 0;
	background-color: transparent;
}
.client-review.comment-item-wrap .comment-item .comment-author-img {
	border-radius: 0;
}
.client-review.comment-item-wrap .comment-item .comment-author-img img {
	border-radius: 0;
}
.client-review.comment-item-wrap .comment-item .comment-author-wrap .comment-author-info .comment-author-name {
	margin-bottom: 0;
}
.client-review.comment-item-wrap .comment-item .comment-author-wrap .comment-author-info .rating {
	margin-top: 2px;
}
.client-review.comment-item-wrap .comment-item .comment-author-wrap .comment-author-info .rating li {
	display: inline-block;
}
.client-review.comment-item-wrap .comment-item .comment-author-wrap .comment-author-info .rating li i {
	color: #fdcb05;
}
.client-review.comment-item-wrap .comment-item .comment-author-wrap .comment-text {
	margin-bottom: 0;
}
.client-review.comment-item-wrap .comment-item .comment-author-wrap .comment-text p {
	margin: 0;
}

.client-review-form .comment-form-title {
	margin-bottom: 20px;
}
.client-review-form .form-group {
	margin-bottom: 15px;
}
.client-review-form .form-group input,
.client-review-form .form-group textarea {
	width: 100%;
	border: none;
	background: #f9f9f9;
	padding: 10px 15px;
}
.client-review-form .form-group input {
	height: 56px;
}
.client-review-form .form-group textarea {
	height: 128px;
	resize: none;
}

.single-product-option {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	margin: 25px 0 25px;
}
.single-product-option a:nth-child(1) {
	margin-right: 15px;
}

.product-more-option-item {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin: 20px 0 18px;
}
.product-more-option-item h5 {
	margin: 0 12px 0 0;
	line-height: 1;
	font-size: 20px;
}
.product-more-option-item span,
.product-more-option-item a {
	font-size: 18px;
	position: relative;
	color: #666666;
}
.product-more-option-item .add-to-cart {
	color: #fff;
	padding: 12px 30px 12px;
}
.product-more-option-item a {
	margin-left: 5px;
}
.product-more-option-item .product-quantity .qtySelector {
	height: 50px;
}
.product-more-option-item .product-quantity .qtySelector span {
	line-height: 51px;
}
.product-more-option-item .product-quantity .qtySelector input {
	height: 50px;
}

.product-large-img {
	max-width: 350px;
	margin: 0 auto;
}

.product-thumb {
	max-height: 150px;
}

.add-cart button {
	margin-right: 10px;
	font-weight: 400 !important;
}
.add-cart button i {
	margin-right: 10px;
	top: 1px !important;
}
.add-cart button.v3 {
	border-color: rgba(0, 0, 0, 0.2);
}

.product-description-box {
	border: 1px solid #ddd;
	border-radius: 20px 0;
	padding: 25px;
}
.product-description-box .product-desc h3 {
	margin: 0 0 20px;
}
.product-description-box .product-desc p {
	margin: 0;
}

.additional-info li {
	margin: 0 0 10px;
}
.additional-info li:last-child {
	margin-bottom: 0;
}
.additional-info li p span {
	width: 100px;
	font-weight: 600;
	display: inline-block;
}

.owl-carousel .owl-nav,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.social-profile li a,
.new-product-item,
.pp-post-item,
.hero-wrap.style1 .hero-img-wrap .discunt-price,
.product-cat-card.style1 .product-cat-icon,
.promo-card .promo-title,
.promo-card.style1 .promo-title,
.promo-card.style1 .promo-icon,
.promo-card.style2 .promo-title .promo-icon,
.about-wrap.style3 .about-img-wrap .discunt-price,
.countdown-deals,
.service-card.style1,
.service-card.style1 .service-icon,
.service-card.style2 .service-icon,
.counter-card-wrap,
.product-card.style4 .product-info-wrap,
.product-card.style7 .product-img .product-meta-option li button,
.product-card.style7 .product-img .product-meta-option li a,
.product-card.style7 .product-info,
.benefit-wrap.style2 .benefit-img-wrap .benefit-list-icon li,
.testimonial-card .client-info-area,
.testimonial-card .client-info-area .client-info-wrap,
.pricing-card .pricing-header,
.wp-block-quote,
.post-author,
.comment-item-wrap .comment-item,
.cart-total .cart-total-wrap .cart-total-item,
.checkout-details .bill-item,
.checkout-details .bill-item-footer,
.checkout-details .bill-item-title,
.checkout-details .select-payment-method,
.swiper-button-next,
.swiper-button-prev {
	display: flex;
	flex-wrap: wrap;
}

.new-product-item,
.promo-card .promo-title,
.promo-card.style1 .promo-title,
.service-card.style1,
.product-card.style4 .product-info-wrap,
.product-card.style7 .product-info,
.testimonial-card .client-info-area,
.testimonial-card .client-info-area .client-info-wrap,
.pricing-card .pricing-header,
.wp-block-quote,
.cart-total .cart-total-wrap .cart-total-item,
.checkout-details .bill-item,
.checkout-details .bill-item-footer,
.checkout-details .bill-item-title {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-ms-grid-row-align: center;
	align-items: center;
}

/*---------------------------------
        Footer CSS 
-----------------------------------*/
.footer-wrap {
	position: relative;
	background-color: #e76b35;
	z-index: 1;
	overflow: hidden;
}
.footer-wrap .footer-shape-one,
.footer-wrap .footer-shape-two,
.footer-wrap .footer-shape-three,
.footer-wrap .footer-shape-four,
.footer-wrap .footer-shape-five {
	position: absolute;
	z-index: -1;
}
.footer-wrap .footer-shape-one {
	bottom: 0;
	left: 0;
	opacity: 0.5;
}
.footer-wrap .footer-shape-two {
	bottom: 0;
	right: 0;
}
.footer-wrap .footer-shape-three {
	bottom: 0;
	left: 30%;
	transform: translateX(-50%);
}
.footer-wrap .footer-shape-four {
	top: 65%;
	left: 70%;
}
.footer-wrap .footer-shape-five {
	top: 0;
	left: 0;
	height: 80px;
	width: 100%;
}
.footer-wrap.style2 {
	padding-top: 80px;
	position: relative;
}
.footer-wrap .footer-widget {
	margin-bottom: 25px;
}
.footer-wrap .footer-widget .footer-widget-title {
	position: relative;
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 30px;
	padding-bottom: 20px;
}
.footer-wrap .footer-widget .footer-widget-title:before {
	position: absolute;
	bottom: 0px;
	left: 0;
	content: '';
	width: 90px;
	height: 2px;
	background-color: rgba(255, 255, 255, 0.15);
}
.footer-wrap .footer-widget .footer-widget-title:after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 35px;
	height: 2px;
	background-color: #e76b35;
}
.footer-wrap .footer-widget .footer-logo {
	display: block;
}
.footer-wrap .footer-widget .comp-desc {
	color: rgba(255, 255, 255, 0.8);
	margin: 26px 0 25px;
	padding-right: 10px;
}
.footer-wrap .footer-widget .social-profile li a {
	color: #fff;
	font-size: 18px;
}
.footer-wrap .footer-widget .social-profile li a:hover {
	transform: translateY(-2px);
}
.footer-wrap .footer-widget .footer-menu li {
	margin-bottom: 15px;
}
.footer-wrap .footer-widget .footer-menu li:last-child {
	margin-bottom: 0;
}
.footer-wrap .footer-widget .footer-menu li a {
	color: rgba(255, 255, 255, 0.8);
	position: relative;
	padding-left: 18px;
}
.footer-wrap .footer-widget .footer-menu li a:after {
	position: absolute;
	top: 8px;
	left: 0;
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.15);
	transition: 0.4s;
}
.footer-wrap .footer-widget .footer-menu li a:hover {
	color: #e76b35;
	padding-left: 22px;
}
.footer-wrap .footer-widget .footer-menu li a:hover:after {
	background-color: #e76b35;
}
.footer-wrap .footer-widget .contact-info li {
	position: relative;
	padding-left: 25px;
	margin-bottom: 15px;
}
.footer-wrap .footer-widget .contact-info li:last-child {
	margin-bottom: 0;
}
.footer-wrap .footer-widget .contact-info li h6 {
	color: #fff;
	font-weight: 500;
	margin: 0 0 5px;
}
.footer-wrap .footer-widget .contact-info li i {
	position: absolute;
	top: 4px;
	left: 0;
	font-size: 16px;
	line-height: 1;
	color: #fff;
	transition: 0.3s;
}
.footer-wrap .footer-widget .contact-info li p,
.footer-wrap .footer-widget .contact-info li a {
	color: rgba(255, 255, 255, 0.8);
	margin-bottom: 0;
	transition: 0.3s;
}
.footer-wrap .footer-widget .contact-info li:hover i {
	color: #e76b35;
}
.footer-wrap .footer-widget .contact-info li:hover p,
.footer-wrap .footer-widget .contact-info li:hover a {
	color: #e76b35;
}

.copyright-text {
	padding: 18px 10px;
	text-align: center;
	margin: 0;
	color: #fff;
	text-align: center;
	border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.copyright-text i {
	position: relative;
	top: 2px;
	margin-right: 2px;
}
.copyright-text a {
	color: #e76b35;
	font-weight: 500;
}
.copyright-text a:hover {
	text-decoration: underline;
}

@media only screen and (max-width: 767px) {
	.footer-wrap.style2 {
		padding-top: 30px;
		top: -10px;
	}
	.footer-wrap .footer-shape-five {
		height: 30px;
	}
	.footer-wrap .footer-widget .footer-widget-title {
		font-size: 20px;
		margin-bottom: 15px;
		padding-bottom: 10px;
	}
	.footer-wrap .footer-widget .comp-desc {
		font-size: 14px;
		padding-right: 10px;
		margin: 20px 0;
	}
	.footer-wrap .footer-widget h6 {
		font-size: 16px;
	}
	.footer-wrap .footer-widget .contact-info li {
		margin-bottom: 10px;
	}
	.footer-wrap .footer-widget .contact-info li i {
		top: 3px;
		font-size: 14px;
	}
	.footer-wrap .footer-widget .contact-info p,
	.footer-wrap .footer-widget .contact-info a {
		font-size: 14px;
	}
	.footer-wrap .footer-widget .footer-menu li {
		margin-bottom: 8px;
	}
	.footer-wrap .footer-widget .footer-menu li a {
		font-size: 14px;
	}
	.footer-wrap .footer-widget .footer-menu li a:after {
		top: 7px;
		width: 6px;
		height: 6px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.footer-wrap.style2 {
		padding-top: 45px;
		top: -10px;
	}
	.footer-wrap .footer-shape-five {
		height: 45px;
	}
	.footer-wrap .footer-widget .footer-widget-title {
		font-size: 22px;
	}
	.footer-wrap .footer-widget .comp-desc {
		padding-right: 42px;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.footer-wrap .footer-widget .comp-desc {
		padding-right: 20px;
	}
	.footer-wrap.style2 {
		top: -9px;
	}
}
@media only screen and (max-width: 1199px) {
	.footer-wrap .footer-top .footer-widget .footer-widget-title {
		margin-bottom: 18px;
	}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.footer-wrap .footer-widget .comp-desc {
		padding-right: 35px;
	}
}
@media only screen and (min-width: 1400px) {
	.footer-wrap .footer-widget .comp-desc {
		padding-right: 40px;
	}
}
/*-------------------------------
    Buy Now Btn
-------------------------------*/ /*# sourceMappingURL=style.css.map */

.about-wrap.style2.one-col .about-content .content-feature-list {
	columns: 1;
}
.text-justify {
	text-align: justify;
}
.services-box {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
	padding: 25px;
	text-align: center;
	border-radius: 10px;
	height: 100%;
	transition: all 0.4s;
}

.services-box:hover {
	transform: translateY(-10px);
}

/* Compact 2×2 science benefits strip */
.science-benefits-compact {
	background: #fafbfc;
	border-top: 1px solid rgba(0, 0, 0, 0.06);
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.science-benefits-compact__title {
	font-size: 0.95rem;
	font-weight: 700;
	line-height: 1.35;
	color: #1a1a1a;
	margin: 0 auto;
	max-width: 26rem;
}
@media only screen and (min-width: 576px) {
	.science-benefits-compact__title {
		font-size: 1.05rem;
	}
}
.science-benefits-compact__grid {
	--bs-gutter-x: 0.5rem;
	--bs-gutter-y: 0.5rem;
}
.science-benefit-cell {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	gap: 6px;
	min-height: 100%;
	padding: 10px 8px;
	text-align: center;
	text-decoration: none;
	color: #333 !important;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.07);
	border-radius: 10px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.4;
	-webkit-tap-highlight-color: transparent;
}
.science-benefit-cell:hover {
	color: #ad1457 !important;
	border-color: rgba(237, 12, 122, 0.25);
	box-shadow: 0 2px 8px rgba(237, 12, 122, 0.08);
}
.science-benefit-cell img {
	object-fit: contain;
	flex-shrink: 0;
}
@media only screen and (min-width: 400px) {
	.science-benefit-cell {
		font-size: 13px;
		padding: 12px 10px;
		gap: 8px;
	}
}
@media only screen and (min-width: 576px) {
	.science-benefit-cell {
		font-size: 14px;
		line-height: 1.42;
		padding: 12px 12px;
	}
	.science-benefit-cell img {
		width: 44px !important;
		height: 44px !important;
	}
}

/* Expectation timeline — static, full width (no carousel) */
.expect-timeline-section {
	background: linear-gradient(180deg, #fffbf7 0%, #ffffff 55%, #fafbfc 100%);
	border-top: 1px solid rgba(0, 0, 0, 0.06);
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.expect-timeline-section__title {
	font-size: 1.35rem;
	font-weight: 800;
	letter-spacing: -0.02em;
	color: #1a1a1a;
	margin: 0 0 0.35rem;
	line-height: 1.3;
}
.expect-timeline-section__sub {
	font-size: 0.9375rem;
	color: #6b7280;
	margin: 0 auto 1.25rem;
	max-width: 22rem;
	line-height: 1.45;
}
.expect-timeline {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	padding: 0 0 0 4px;
}
.expect-timeline__line {
	position: absolute;
	left: 27px;
	top: 0;
	bottom: 0;
	width: 4px;
	border-radius: 4px;
	background: linear-gradient(180deg, #f59e0b 0%, #e76b35 35%, #ed0c7a 70%, #be185d 100%);
	opacity: 0.9;
	z-index: 0;
}
.expect-timeline__step {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: 56px 1fr;
	gap: 12px;
	align-items: start;
}
.expect-timeline__node {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 4px;
	width: 56px;
	padding-top: 2px;
}
.expect-timeline__node-num {
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: linear-gradient(145deg, #ffffff 0%, #fff5f8 100%);
	border: 3px solid #ed0c7a;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.8125rem;
	font-weight: 800;
	color: #9d174d;
	box-shadow: 0 2px 12px rgba(237, 12, 122, 0.22);
	flex-shrink: 0;
}
.expect-timeline__node-label {
	font-size: 0.6875rem;
	font-weight: 700;
	color: #c2410c;
	letter-spacing: 0.03em;
	text-align: center;
	line-height: 1.2;
	max-width: 56px;
}
.expect-timeline__card {
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.07);
	border-radius: 14px;
	padding: 14px 14px 16px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
	transition: box-shadow 0.25s ease, border-color 0.25s ease;
}
.expect-timeline__step:hover .expect-timeline__card {
	border-color: rgba(237, 12, 122, 0.2);
	box-shadow: 0 8px 28px rgba(237, 12, 122, 0.1);
}
.expect-timeline__icon {
	display: block;
	width: 56px;
	height: 56px;
	object-fit: contain;
	margin: 0 auto 10px;
}
.expect-timeline__card-title {
	font-size: 1.0625rem;
	font-weight: 700;
	margin: 0 0 8px;
	line-height: 1.35;
	text-align: center;
}
.expect-timeline__card-title a {
	color: #1a1a1a;
	text-decoration: none;
	transition: color 0.2s ease;
}
.expect-timeline__card-title a:hover {
	color: #ad1457;
}
.expect-timeline__card-text {
	font-size: 0.9375rem;
	line-height: 1.55;
	color: #4b5563;
	margin: 0;
	text-align: center;
}
@media only screen and (min-width: 768px) {
	.expect-timeline-section__title {
		font-size: 1.65rem;
		margin-bottom: 0.4rem;
	}
	.expect-timeline-section__sub {
		font-size: 1rem;
		margin-bottom: 2rem;
		max-width: none;
	}
	.expect-timeline {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-template-rows: auto 1fr;
		gap: 0 14px;
		row-gap: 8px;
		padding: 36px 4px 0;
		align-items: start;
	}
	/* Line spans full width row 1; steps sit in row 2 (line is first DOM child) */
	.expect-timeline__line {
		grid-column: 1 / -1;
		grid-row: 1;
		position: relative;
		left: 6%;
		width: 88%;
		top: 0;
		bottom: auto;
		height: 5px;
		align-self: center;
		background: linear-gradient(90deg, #fbbf24 0%, #e76b35 25%, #ed0c7a 60%, #be185d 100%);
	}
	.expect-timeline__step:nth-child(2) {
		grid-column: 1;
		grid-row: 2;
	}
	.expect-timeline__step:nth-child(3) {
		grid-column: 2;
		grid-row: 2;
	}
	.expect-timeline__step:nth-child(4) {
		grid-column: 3;
		grid-row: 2;
	}
	.expect-timeline__step {
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
		padding-top: 0;
		grid-template-columns: none;
		margin-top: -28px;
	}
	.expect-timeline__node {
		margin-bottom: 14px;
		padding-top: 0;
	}
	.expect-timeline__node-label {
		font-size: 0.75rem;
	}
	.expect-timeline__card {
		padding: 18px 16px 20px;
		min-height: 220px;
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 100%;
	}
	.expect-timeline__icon {
		width: 64px;
		height: 64px;
		margin-bottom: 12px;
	}
	.expect-timeline__card-title {
		font-size: 1.2rem;
	}
	.expect-timeline__card-text {
		font-size: 1.05rem;
		text-align: center;
	}
}
@media only screen and (min-width: 1200px) {
	.expect-timeline {
		gap: 0 20px;
		row-gap: 10px;
		padding-left: 8px;
		padding-right: 8px;
	}
	.expect-timeline__line {
		left: 8%;
		width: 84%;
	}
}

.in-img-section .owl-carousel .owl-item img {
	width: auto;
	margin: auto;
}
.old-p {
	text-decoration: line-through;
}

.in-img-section .product-cat-card .product-cat-info p {
	font-size: 20px;
	line-height: 1.55;
}
.in-img-section .product-cat-card .product-cat-info h3 {
	font-size: 19px;
}
.in-img-section .product-cat-card.style1 .product-cat-icon {
	width: 100px;
	height: 100px;
}

.dose-box-pera {
	font-size: 14px;
	margin-top: 10px;
}

.final-price {
	font-size: 25px;
	color: #ed0c7a;
}
.old-price {
	text-decoration: line-through;
}
/* .offer{padding: 10px; border-radius: 5px;background-color: #e76b35; color: white;margin: 8px 0;} */

.start-heading {
	padding: 10px 0;
	text-align: center;
	background: #ed0c7a;
	margin-bottom: 30px;
}
.start-heading h6 {
	color: white;
	margin-bottom: 0;
}



.product-cat-wrap.in-img-section{position: relative;}
.ingredients-grid .product-cat-card{background-color: #fff;}
.in-img-section .ingredients-grid .product-cat-card {
	margin-bottom: 0;
	border-radius: 14px;
	box-shadow: 0 4px 22px rgba(0, 0, 0, 0.08);
}
.in-img-section .ingredients-grid .product-cat-card.style1 .product-cat-icon img {
	display: block;
	margin: 0 auto;
	max-width: 88%;
	height: auto;
}
.product-cat-wrap.in-img-section::after{
	position: absolute;
	height: 60%;
	/* opacity: .5; */
	width: 100%;
	top: 0;
	left: 0;
	content: '';
	background-image: url('../images/bg.jpg');
	z-index: -1;
}

/* Less gap between ingredients block and order CTA */
.page-wrapper .product-cat-wrap.in-img-section + .cta-wrap {
	padding-top: 32px;
}
@media only screen and (min-width: 768px) {
	.page-wrapper .product-cat-wrap.in-img-section + .cta-wrap {
		padding-top: 40px;
	}
}



@media only screen and (max-width: 767.98px) {
	.in-img-section .ingredients-grid .product-cat-card.style1 {
		padding: 14px 12px;
	}
	.in-img-section .ingredients-grid .product-cat-card.style1 .product-cat-icon {
		width: 58px;
		height: 58px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 8px;
	}
	.in-img-section .ingredients-grid .product-cat-card .product-cat-info h3 {
		font-size: 15px;
		line-height: 1.3;
		margin-bottom: 6px;
	}
	.in-img-section .ingredients-grid .product-cat-card .product-cat-info p {
		font-size: 14px;
		line-height: 1.5;
	}
}

.inp {
    width: 100%;
    border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    padding: 0 10px;
    height: 48px;
    border: 2px solid #000;
    background: transparent;
    color: #000;
    margin-bottom: 10px;
    outline: none;
    font-size: 16px;
}