/******************************************************************
  Template Name: Fashi
  Description: Fashi eCommerce HTML Template
  Author: Colorlib
  Author URI: https://colorlib.com/
  Version: 1.0
  Created: Colorlib
******************************************************************/

/*------------------------------------------------------------------
[Table of contents]

1.  Template default CSS
	1.1	Variables
	1.2	Mixins
	1.3	Flexbox
	1.4	Reset
2.  Helper Css
3.  Header Section
4.  Hero Section
5.  Banner Section
6.  Deal Of The Week
7.  Latest Blog
8.  Logo Carousel
9.  Contact
10.  Footer

-------------------------------------------------------------------*/

/*----------------------------------------*/
/* Template default CSS
/*----------------------------------------*/

html,
body {
	height: 100%;
	font-family: "Muli", sans-serif;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	overflow-x: hidden;
	width: 100%;
	max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	color: #111111;
	font-weight: 400;
	font-family: "Muli", sans-serif;
}

h1 {
	font-size: 70px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

p {
	font-size: 16px;
	font-family: "Muli", sans-serif;
	color: #636363;
	font-weight: 400;
	line-height: 26px;
	margin: 0 0 15px 0;
}

img {
	max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
	outline: none;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
	color: #fff;
}

ul,
ol {
	padding: 0;
	margin: 0;
}

/*---------------------
  Helper CSS
-----------------------*/

.section-title {
	margin-bottom: 40px;
	text-align: center;
}

.section-title .product-price {
	font-size: 24px;
	font-weight: 700;
	color: #e7ab3c;
}

.section-title .product-price span {
	font-size: 16px;
	font-weight: 400;
	color: #636363;
}

.section-title h2 {
	color: #252525;
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 38px;
	position: relative;
}

.section-title h2:before {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -14px;
	width: 80px;
	height: 3px;
	background: #e7ab3c;
	content: "";
	margin: 0 auto;
}

.section-title p {
	color: #6e6e6e;
}

.set-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}

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

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
	color: #fff;
}

/* buttons */

.primary-btn {
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	padding: 12px 30px;
	color: #ffffff;
	background: #e7ab3c;
	text-transform: uppercase;
}

.site-btn {
	color: #ffffff;
	background: #e7ab3c;
	border: 1px solid #e7ab3c;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 13px 45px 11px;
	cursor: pointer;
}

/* Preloder */

#preloder {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
	background: #000;
}

.loader {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: -13px;
	border-radius: 60px;
	animation: loader 0.8s linear infinite;
	-webkit-animation: loader 0.8s linear infinite;
}

@keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

@-webkit-keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

/*---------------------
  Header
-----------------------*/

.ht-right .lan-selector {
	max-width: 142px;
	cursor: pointer;
	display: inline-block;
	position: relative;
}

.ht-right .lan-selector .ddcommon {
	max-width: 142px;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	outline: none;
	cursor: pointer;
	padding: 0 20px;
}

.ht-right .lan-selector .ddcommon .ddTitle .ddTitleText img {
	width: 27px;
	height: 14px;
	object-fit: cover;
	vertical-align: middle;
	padding-right: 5px;
}

.ht-right .lan-selector .ddcommon .ddTitle .ddTitleText span {
	font-size: 14px;
	color: #252525;
}

.ht-right .lan-selector .ddcommon .ddTitle .ddArrow:before {
	content: "3";
	font-family: "ElegantIcons";
	font-size: 14px;
	color: #636363;
	float: right;
	position: relative;
	right: 0;
	line-height: 26px;
}

.ht-right .lan-selector .ddcommon .ddChild {
	background: #fff;
	max-width: 142px;
	width: 100%;
	position: relative;
	left: 0;
}

.ht-right .lan-selector .ddcommon .ddChild ul {
	width: 100%;
	max-width: 142px;
}

.ht-right .lan-selector .ddcommon .ddChild ul li {
	line-height: 23px;
	padding: 0px 10px;
	list-style: none;
}

.ht-right .lan-selector .ddcommon .ddChild ul li img {
	width: 27px;
	height: 14px;
	object-fit: cover;
	vertical-align: middle;
	padding-right: 5px;
}

.ht-right .lan-selector .ddcommon .ddChild ul li span {
	font-size: 13px;
	color: #000;
	letter-spacing: 0.325px;
}

/* Top Launch Announcement Ribbon */
.launch-top-announcement {
	background: #095c47;
	color: #ffffff;
	font-size: 13px;
	padding: 8px 15px;
	font-weight: 500;
	letter-spacing: 0.3px;
	text-align: center;
}

.launch-top-announcement .announcement-inner {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	flex-wrap: wrap;
}

.launch-top-announcement .announcement-link {
	background: rgba(255, 255, 255, 0.2);
	color: #ffffff;
	padding: 3px 12px;
	border-radius: 12px;
	font-size: 11px;
	font-weight: 700;
	text-decoration: none;
	transition: background 0.2s, color 0.2s;
}

.launch-top-announcement .announcement-link:hover {
	background: #ffffff;
	color: #0d7a5f;
}

.header-top .ht-left .gst-service {
	float: left;
	font-size: 13px;
	color: #0d7a5f;
	font-weight: 700;
	padding: 15px 20px;
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.header-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 1px solid #e5e5e5;
}

.header-top .ht-left {
	float: left;
}

.header-top .ht-left .mail-service {
	font-size: 16px;
	color: #252525;
	float: left;
	border-right: 1px solid #E5E5E5;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 20px;
}

.header-top .ht-left .mail-service i {
	margin-right: 5px;
}

.header-top .ht-left .phone-service {
	float: right;
	font-size: 14px;
	color: #252525;
	line-height: 27px;
	padding-top: 15px;
	padding-bottom: 12px;
	padding-left: 20px;
}

.header-top .ht-left .phone-service i {
	margin-right: 5px;
}

.header-top .ht-right {
	float: right;
}

.header-top .ht-right .login-panel {
	float: right;
	font-size: 14px;
	color: #252525;
	display: inline-block;
	padding-left: 20px;
	border-left: 1px solid #e5e5e5;
	padding-top: 18px;
	padding-bottom: 15px;
}

.header-top .ht-right .login-panel i {
	margin-right: 8px;
}

.header-top .ht-right .lan-selector {
	float: right;
	margin-top: 15px;
	margin-bottom: 13px;
}

.header-top .ht-right .top-social {
	float: right;
	padding-right: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-right: 1px solid #e5e5e5;
}

.header-top .ht-right .top-social a {
	color: #252525;
	font-size: 14px;
	display: inline-block;
	margin-left: 15px;
}

.inner-header {
	padding: 39px 0;
	position: relative;
	z-index: 1001;
}

.inner-header .logo {
	padding: 8px 0;
}

.inner-header .logo a {
	display: inline-block;
}

.inner-header .logo a img {
	max-height: 48px;
	width: auto;
	object-fit: contain;
}

.inner-header .advanced-search {
	height: 50px;
	border: 1px solid #ebebeb;
	display: flex;
	align-items: center;
	position: relative;
	border-radius: 4px;
	background: #ffffff;
}

.inner-header .advanced-search .category-btn {
	display: inline-flex;
	align-items: center;
	height: 100%;
	background: transparent;
	border: none;
	padding: 0 34px 0 16px;
	font-size: 14px;
	font-weight: 600;
	color: #252525;
	position: relative;
	white-space: nowrap;
	flex-shrink: 0;
	cursor: pointer;
	max-width: none;
	float: none;
	outline: none;
}

.inner-header .advanced-search .category-btn:before {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 24px;
	background: #e5e5e5;
	content: "";
}

.inner-header .advanced-search .category-btn:after {
	position: absolute;
	right: 14px;
	top: 50%;
	transform: translateY(-50%);
	content: "3";
	font-family: "ElegantIcons";
	font-size: 14px;
	color: #b2b2b2;
	pointer-events: none;
}

.inner-header .advanced-search .input-group {
	flex: 1;
	height: 100%;
	display: flex;
	align-items: center;
	position: relative;
	max-width: none;
	margin: 0;
}

.inner-header .advanced-search .input-group input {
	width: 100%;
	height: 100%;
	border: none;
	font-size: 14px;
	color: #252525;
	padding-left: 16px;
	padding-right: 52px;
	outline: none;
	background: transparent;
}

.inner-header .advanced-search .input-group button {
	font-size: 16px;
	color: #ffffff;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 50px;
	border: none;
	background: #0d7a5f;
	padding: 0;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0 3px 3px 0;
	transition: background 0.2s ease;
}

.inner-header .advanced-search .input-group button:hover {
	background: #095945;
}

.inner-header .nav-right {
	padding: 10px 0;
}

.inner-header .nav-right li {
	list-style: none;
	display: inline-block;
	font-size: 20px;
	margin-left: 15px;
}

.inner-header .nav-right li.heart-icon a {
	color: #252525;
	position: relative;
	display: inline-block;
}

.inner-header .nav-right li.heart-icon a span {
	position: absolute;
	right: -8px;
	top: -1px;
	height: 15px;
	width: 15px;
	background: #e7ab3c;
	color: #ffffff;
	border-radius: 50%;
	font-size: 11px;
	font-weight: 700;
	text-align: center;
	line-height: 15px;
}

.inner-header .nav-right li.cart-icon {
	position: relative;
	cursor: pointer;
}

.inner-header .nav-right li.cart-icon:hover .cart-hover {
	opacity: 1;
	visibility: visible;
	top: 48px;
}

.inner-header .nav-right li.cart-icon a {
	color: #252525;
	position: relative;
	display: inline-block;
	cursor: pointer;
}

.inner-header .nav-right li.cart-icon a span {
	position: absolute;
	right: -8px;
	top: -1px;
	height: 16px;
	width: 16px;
	background: #0d7a5f;
	color: #ffffff;
	border-radius: 50%;
	font-size: 11px;
	font-weight: 700;
	text-align: center;
	line-height: 16px;
}

.inner-header .nav-right li.cart-icon .cart-hover {
	position: absolute;
	right: 0;
	top: 80px;
	width: 340px;
	background: #ffffff;
	z-index: 99999 !important;
	text-align: left;
	padding: 24px;
	opacity: 0;
	visibility: hidden;
	-webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, 0.18);
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.18);
	border: 1px solid #e1efe9;
	border-radius: 8px;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

@media (hover: none), (max-width: 991px) {
	.inner-header .nav-right li.cart-icon .cart-hover {
		display: none !important;
	}
}

.inner-header .nav-right li.cart-icon .cart-hover .select-items table {
	width: 100%;
}

.inner-header .nav-right li.cart-icon .cart-hover .select-items table tr td {
	padding-bottom: 20px;
}

.inner-header .nav-right li.cart-icon .cart-hover .select-items table tr td.si-pic img {
	border: 1px solid #ebebeb;
}

.inner-header .nav-right li.cart-icon .cart-hover .select-items table tr td.si-text {
	padding-left: 18px;
}

.inner-header .nav-right li.cart-icon .cart-hover .select-items table tr td.si-text .product-selected p {
	color: #e7ab3c;
	line-height: 30px;
	margin-bottom: 7px;
}

.inner-header .nav-right li.cart-icon .cart-hover .select-items table tr td.si-text .product-selected h6 {
	color: #232530;
}

.inner-header .nav-right li.cart-icon .cart-hover .select-items table tr td.si-close {
	color: #252525;
	font-size: 16px;
	cursor: pointer;
}

.inner-header .nav-right li.cart-icon .cart-hover .select-total {
	overflow: hidden;
	border-top: 1px solid #e5e5e5;
	padding-top: 26px;
	margin-bottom: 30px;
}

.inner-header .nav-right li.cart-icon .cart-hover .select-total span {
	font-size: 14px;
	color: #e7ab3c;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	float: left;
}

.inner-header .nav-right li.cart-icon .cart-hover .select-total h5 {
	color: #e7ab3c;
	float: right;
}

.inner-header .nav-right li.cart-icon .cart-hover .select-button .view-card {
	font-size: 12px;
	letter-spacing: 2px;
	display: block;
	text-align: center;
	background: #191919;
	color: #ffffff;
	padding: 15px 30px 12px;
	margin-bottom: 10px;
}

.inner-header .nav-right li.cart-icon .cart-hover .select-button .checkout-btn {
	font-size: 12px;
	letter-spacing: 2px;
	display: block;
	text-align: center;
	color: #ffffff;
	padding: 15px 30px 12px;
}

.inner-header .nav-right li.cart-price {
	display: none !important;
	font-size: 18px;
	font-weight: 700;
	color: #252525;
}

.nav-item {
	background: #252525;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.nav-item .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	position: relative;
}

.nav-item .nav-depart {
	float: none;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: relative;
	z-index: 999;
}

.nav-item .nav-depart .depart-btn {
	background: #3b3b3b;
	color: #ffffff;
	padding: 14px 50px 14px 18px;
	cursor: pointer;
	position: relative;
	white-space: nowrap;
}

.nav-item .nav-depart .depart-btn:hover .depart-hover {
	top: 52px;
	opacity: 1;
	visibility: visible;
	z-index: 999;
}

.nav-item .nav-depart .depart-btn:before {
	position: absolute;
	color: #ffffff;
	right: 20px;
	top: 13px;
	content: "\f107";
	font-family: FontAwesome;
	font-size: 18px;
}

.nav-item .nav-depart .depart-btn i {
	color: #ffffff;
	font-size: 16px;
}

.nav-item .nav-depart .depart-btn span {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	margin-left: 16px;
}

.nav-item .nav-depart .depart-btn .depart-hover {
	position: absolute;
	min-width: 290px;
	width: max-content;
	background: #ffffff;
	left: 0;
	top: 62px;
	opacity: 0;
	visibility: hidden;
	padding: 6px 0;
	border-radius: 0 0 8px 8px;
	-webkit-box-shadow: 0 13px 32px rgba(51, 51, 51, 0.15);
	box-shadow: 0 13px 32px rgba(51, 51, 51, 0.15);
	border: 1px solid #e1efe9;
	border-top: none;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	z-index: 999;
}

.nav-item .nav-depart .depart-btn .depart-hover li {
	list-style: none;
	display: block;
	width: 100%;
}

.nav-item .nav-depart .depart-btn .depart-hover li.active a {
	color: #e7ab3c;
}

.nav-item .nav-depart .depart-btn .depart-hover li a {
	display: block;
	font-size: 15px;
	color: #252525;
	padding: 10px 25px;
	white-space: nowrap;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.nav-item .nav-depart .depart-btn .depart-hover li a:hover {
	color: #e7ab3c;
	background: #fcf8f0;
}

.nav-item .nav-menu {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: relative;
	z-index: 998;
}

.nav-item .nav-menu > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

.nav-item .nav-menu > ul > li {
	list-style: none;
	display: inline-block;
	margin-left: 0;
	position: relative;
	white-space: nowrap;
}

.nav-item .nav-menu > ul > li.active > a {
	background: #e7ab3c;
}

.nav-item .nav-menu > ul > li > a {
	font-size: 14px;
	font-weight: 700;
	display: block;
	color: #ffffff;
	border-right: 2px solid #3b3b3b;
	text-transform: uppercase;
	padding: 16px 20px 15px;
	white-space: nowrap;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.nav-item .nav-menu > ul > li:hover > a {
	background: #e7ab3c;
}

.nav-item .nav-menu li:hover .dropdown {
	opacity: 1;
	visibility: visible;
	top: 50px;
}

.nav-item .nav-menu li .dropdown {
	position: absolute;
	left: 0;
	right: auto;
	top: 75px;
	min-width: 250px !important;
	width: max-content !important;
	max-width: 300px !important;
	z-index: 9999;
	background: #17261f !important;
	border: 1px solid rgba(255, 255, 255, 0.12) !important;
	border-radius: 8px !important;
	opacity: 0;
	visibility: hidden;
	display: block !important;
	padding: 8px 0 !important;
	margin: 0 !important;
	-webkit-box-shadow: 0 16px 36px rgba(0, 0, 0, 0.4);
	box-shadow: 0 16px 36px rgba(0, 0, 0, 0.4);
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.nav-item .nav-menu li .dropdown li {
	display: block !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	float: none !important;
	white-space: nowrap !important;
}

.nav-item .nav-menu li .dropdown li:hover > a {
	background: rgba(231, 171, 60, 0.18) !important;
	color: #e8a825 !important;
	padding-left: 26px !important;
}

.nav-item .nav-menu li .dropdown li a {
	display: block !important;
	width: 100% !important;
	border-right: 0 !important;
	padding: 10px 22px !important;
	text-transform: capitalize !important;
	font-size: 13.5px !important;
	font-weight: 600 !important;
	color: #e5f0ea !important;
	background: transparent !important;
	white-space: nowrap !important;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.nav-item .nav-menu li a.whatsapp-btn {
	background: #25D366;
	color: #ffffff;
	border-right: none;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 16px 20px 15px;
	white-space: nowrap;
	transition: all 0.3s ease;
}

.nav-item .nav-menu li:hover>a.whatsapp-btn,
.nav-item .nav-menu li a.whatsapp-btn:hover {
	background: #1ebe5a !important;
	color: #ffffff !important;
}

.nav-item .nav-menu li a.whatsapp-btn i {
	font-size: 18px;
	line-height: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.nav-item .nav-menu li a.whatsapp-btn {
		padding: 16px 16px 15px;
		font-size: 13px;
	}
}

.slicknav_nav a.whatsapp-btn {
	background: #25D366 !important;
	color: #ffffff !important;
	font-weight: 700;
	margin: 8px 15px;
	border-radius: 4px;
	display: inline-block;
}

.slicknav_nav a.whatsapp-btn i {
	margin-right: 6px;
}

.slicknav_menu {
	display: none;
}

/*---------------------
  Hero Section
-----------------------*/

.hero-items .single-hero-items {
	height: 725px;
	padding-top: 210px;
}

.hero-items .single-hero-items span {
	color: #e7ab3c;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	line-height: 28px;
	display: inline-block;
	position: relative;
	top: 50px;
	opacity: 0;
}

.hero-items .single-hero-items h1 {
	color: #252525;
	font-size: 72px;
	font-weight: 700;
	margin-bottom: 6px;
	position: relative;
	top: 50px;
	opacity: 0;
}

.hero-items .single-hero-items p {
	margin-bottom: 42px;
	position: relative;
	top: 100px;
	opacity: 0;
}

.hero-items .single-hero-items .primary-btn {
	position: relative;
	top: 100px;
	opacity: 0;
}

.hero-items .off-card {
	height: 154px;
	width: 154px;
	padding-top: 40px;
	border-radius: 50%;
	text-align: center;
	line-height: 140px;
	position: absolute;
	left: 47%;
	top: 160px;
	background: #e7ab3c;
	z-index: 1;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	opacity: 0;
}

.hero-items .off-card:after {
	position: absolute;
	left: 5px;
	top: 5px;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	border: 2px dashed #ffffff;
	content: "";
	border-radius: 50%;
	z-index: -1;
}

.hero-items .off-card h2 {
	font-size: 24px;
	font-weight: 700;
	color: #ffffff;
	text-transform: uppercase;
	line-height: 1.1;
}

.hero-items .off-card h2 span {
	display: block;
	font-size: 24px;
	font-weight: 700;
	color: #ffffff;
	text-transform: uppercase;
	margin-top: 4px;
}

.hero-items .owl-item.active .single-hero-items span,
.hero-items .owl-item.active .single-hero-items h1,
.hero-items .owl-item.active .single-hero-items p,
.hero-items .owl-item.active .single-hero-items .primary-btn {
	top: 0;
	opacity: 1;
}

.hero-items .owl-item.active .single-hero-items span {
	-webkit-transition: all 0.2s ease 0.2s;
	-o-transition: all 0.2s ease 0.2s;
	transition: all 0.2s ease 0.2s;
}

.hero-items .owl-item.active .single-hero-items h1 {
	-webkit-transition: all 0.4s ease 0.4s;
	-o-transition: all 0.4s ease 0.4s;
	transition: all 0.4s ease 0.4s;
}

.hero-items .owl-item.active .single-hero-items p {
	-webkit-transition: all 0.6s ease 0.6s;
	-o-transition: all 0.6s ease 0.6s;
	transition: all 0.6s ease 0.6s;
}

.hero-items .owl-item.active .single-hero-items .primary-btn {
	-webkit-transition: all 0.8s ease 0.8s;
	-o-transition: all 0.8s ease 0.8s;
	transition: all 0.8s ease 0.8s;
}

.hero-items .owl-item.active .single-hero-items .off-card {
	opacity: 1;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: all 1s ease 1s;
	-o-transition: all 1s ease 1s;
	transition: all 1s ease 1s;
}

.hero-items .owl-nav button[type=button] {
	font-size: 30px;
	position: absolute;
	left: 40px;
	top: 45%;
	color: #252525;
}

.hero-items .owl-nav button[type=button]:hover {
	color: #dfad51;
}

.hero-items .owl-nav button[type=button].owl-next {
	left: auto;
	right: 40px;
}

/*---------------------
  Banner Section
-----------------------*/

.banner-section {
	padding: 80px 50px;
}

.single-banner {
	position: relative;
	z-index: 1;
}

.single-banner:hover::before {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.single-banner::before {
	position: absolute;
	left: 35px;
	top: 30px;
	border: 13px solid #ffffff;
	content: "";
	opacity: 0.3;
	width: calc(100% - 70px);
	height: calc(100% - 60px);
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.single-banner img {
	min-width: 100%;
}

.single-banner .inner-text {
	position: absolute;
	left: 0;
	top: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
}

.single-banner .inner-text h4 {
	color: #252525;
	font-weight: 700;
	padding: 11px 28px;
	background: #ffffff;
	border-radius: 2px;
}

/*---------------------
  Women Banner Section
-----------------------*/

.women-banner {
	padding-right: 65px;
	padding-left: 65px;
	padding-top: 0;
	padding-bottom: 80px;
}

.product-large {
	height: 620px;
	margin-left: -15px;
	margin-right: -15px;
	text-align: center;
	padding-top: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	padding-bottom: 40px;
	background-size: contain !important;
	background-position: top center !important;
	background-repeat: no-repeat !important;
	background-color: #ffffff !important;
}

.product-large h2 {
	color: #252525;
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 12px;
}

.product-large a {
	color: #252525;
	font-size: 16px;
	font-weight: 600;
	display: inline-block;
	position: relative;
}

.product-large a:before {
	position: absolute;
	left: 0;
	bottom: -4px;
	width: 100%;
	height: 2px;
	background: #252525;
	content: "";
}

/* ===== Single Product Showcase ===== */
.single-product-showcase {
	align-items: flex-start;
	padding-top: 20px;
}

.product-gallery {
	position: sticky;
	top: 100px;
}

.main-image-wrapper {
	width: 100%;
	height: 500px;
	background: #f9f9f9;
	border-radius: 12px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	border: 1px solid #eee;
}

.main-product-img {
	max-width: 90%;
	max-height: 90%;
	object-fit: contain;
	transition: opacity 0.3s ease;
}

.main-product-img.hidden {
	opacity: 0;
	position: absolute;
}

.main-product-video {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: none;
}

.main-product-video.active {
	display: block;
}

.thumb-row {
	display: flex;
	gap: 12px;
	margin-top: 16px;
}

.thumb-item {
	width: 90px;
	height: 90px;
	border: 2px solid #e0e0e0;
	border-radius: 8px;
	overflow: hidden;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f9f9f9;
	transition: border-color 0.3s ease, transform 0.2s ease;
	position: relative;
}

.thumb-item:hover {
	border-color: #0d7a5f;
	transform: scale(1.05);
}

.thumb-item.active {
	border-color: #0d7a5f;
	border-width: 2.5px;
}

.thumb-item img {
	max-width: 80%;
	max-height: 80%;
	object-fit: contain;
}

.thumb-item video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.thumb-video .play-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: rgba(0,0,0,0.65);
	color: #fff;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 11px;
	pointer-events: none;
	transition: transform 0.2s ease, background 0.2s ease;
}

.thumb-video:hover .play-icon {
	transform: translate(-50%, -50%) scale(1.15);
	background: #0d7a5f;
}

.video-badge-pill {
	position: absolute;
	bottom: 4px;
	left: 50%;
	transform: translateX(-50%);
	background: #e53637;
	color: #fff;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.8px;
	padding: 2px 7px;
	border-radius: 3px;
	pointer-events: none;
	text-transform: uppercase;
}

.video-sound-btn {
	position: absolute;
	top: 16px;
	right: 16px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.65);
	border: none;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	font-size: 16px;
	z-index: 10;
	transition: all 0.2s ease;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.video-sound-btn:hover {
	background: #0d7a5f;
	transform: scale(1.1);
}

/* Product Info */
.single-product-info {
	padding-left: 30px;
}

.product-badge {
	display: inline-block;
	background: #0d7a5f;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	padding: 6px 16px;
	border-radius: 20px;
	margin-bottom: 16px;
}

.single-product-info h2 {
	font-size: 36px;
	font-weight: 700;
	color: #252525;
	margin-bottom: 6px;
}

.product-tagline {
	font-size: 16px;
	color: #888;
	font-style: italic;
	margin-bottom: 20px;
}

.product-price-big {
	font-size: 32px;
	font-weight: 700;
	color: #0d7a5f;
	margin-bottom: 24px;
}

.product-price-big .old-price {
	font-size: 20px;
	color: #bbb;
	text-decoration: line-through;
	font-weight: 400;
	margin-left: 8px;
}

.product-price-big .discount-tag {
	display: inline-block;
	background: #e8f5e9;
	color: #2e7d32;
	font-size: 13px;
	font-weight: 600;
	padding: 4px 12px;
	border-radius: 12px;
	margin-left: 12px;
	vertical-align: middle;
}

.product-desc {
	font-size: 15px;
	line-height: 1.7;
	color: #555;
	margin-bottom: 24px;
}

.product-highlights {
	list-style: none;
	padding: 0;
	margin-bottom: 28px;
}

.product-highlights li {
	font-size: 15px;
	color: #333;
	padding: 6px 0;
}

/*--------------------------------------------------
	Product Actions & Interactive Buttons
----------------------------------------------------*/
.product-actions {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 22px;
	flex-wrap: wrap;
}

.product-actions .primary-btn,
.product-actions .whatsapp-order-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	height: 48px;
	min-height: 48px;
	padding: 0 24px;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
	transition: all 0.25s cubic-bezier(0.2, 0.8, 0.2, 1);
	text-decoration: none;
	box-sizing: border-box;
	border: none;
	-webkit-tap-highlight-color: transparent;
}

.product-actions .primary-btn:active,
.product-actions .whatsapp-order-btn:active {
	transform: scale(0.98);
}

.product-actions .add-cart-btn {
	background: #e7ab3c !important;
	color: #ffffff !important;
}

.product-actions .add-cart-btn:hover {
	background: #cf9328 !important;
	transform: translateY(-2px);
	box-shadow: 0 6px 16px rgba(231, 171, 60, 0.35);
}

.product-actions .buy-now-btn {
	background: #0d7a5f !important;
	color: #ffffff !important;
}

.product-actions .buy-now-btn:hover {
	background: #095945 !important;
	transform: translateY(-2px);
	box-shadow: 0 6px 16px rgba(13, 122, 95, 0.35);
}

.product-actions .whatsapp-order-btn {
	background: #25D366 !important;
	color: #ffffff !important;
}

.product-actions .whatsapp-order-btn:hover {
	background: #1da851 !important;
	transform: translateY(-2px);
	box-shadow: 0 6px 16px rgba(37, 211, 102, 0.35);
}

.product-actions .primary-btn i,
.product-actions .whatsapp-order-btn i {
	font-size: 16px;
}

/* Product Sizes */
.product-sizes {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	padding: 10px 18px;
	background: #f7faf8;
	border: 1px solid #dbebe3;
	border-radius: 8px;
	margin-top: 8px;
	box-sizing: border-box;
}

.product-sizes .sizes-label,
.product-sizes span {
	font-size: 14px;
	font-weight: 700;
	color: #1e3b30;
	display: inline-flex;
	align-items: center;
	margin-right: 0;
}

.size-btn {
	background: #0d7a5f;
	border: 1.5px solid #0d7a5f;
	padding: 7px 18px;
	border-radius: 6px;
	font-size: 13px;
	font-weight: 700;
	cursor: pointer;
	transition: all 0.2s ease;
	color: #ffffff;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	box-shadow: 0 2px 6px rgba(13, 122, 95, 0.2);
}

.size-btn:hover {
	background: #095945;
	border-color: #095945;
}

.size-btn.active {
	background: #0d7a5f;
	border-color: #0d7a5f;
	color: #fff;
}

/* Mobile Responsive Adjustments for Product Actions */
@media (max-width: 768px) {
	.product-actions {
		display: flex !important;
		flex-direction: column !important;
		gap: 12px !important;
		width: 100% !important;
		margin-bottom: 20px !important;
	}

	.product-actions .primary-btn,
	.product-actions .add-cart-btn,
	.product-actions .buy-now-btn,
	.product-actions .whatsapp-order-btn {
		width: 100% !important;
		height: 50px !important;
		min-height: 50px !important;
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
		gap: 10px !important;
		font-size: 15px !important;
		font-weight: 800 !important;
		letter-spacing: 0.5px !important;
		border-radius: 8px !important;
		padding: 0 16px !important;
		text-align: center !important;
		box-sizing: border-box !important;
	}

	.product-actions .add-cart-btn {
		order: 1;
		box-shadow: 0 4px 14px rgba(231, 171, 60, 0.25) !important;
	}

	.product-actions .buy-now-btn {
		order: 2;
		box-shadow: 0 4px 14px rgba(13, 122, 95, 0.25) !important;
	}

	.product-actions .whatsapp-order-btn {
		order: 3;
		box-shadow: 0 4px 14px rgba(37, 211, 102, 0.25) !important;
	}

	.product-sizes {
		width: 100% !important;
		display: flex !important;
		align-items: center !important;
		justify-content: space-between !important;
		padding: 12px 16px !important;
		border-radius: 8px !important;
		margin-top: 10px !important;
	}

	.product-sizes .sizes-label,
	.product-sizes span {
		font-size: 14px !important;
		font-weight: 700 !important;
		color: #1e3b30 !important;
	}

	.size-btn {
		padding: 7px 16px !important;
		font-size: 13px !important;
	}

	/* Detail Page .quantity Container in mobile */
	.product-details .quantity {
		display: flex !important;
		flex-direction: column !important;
		width: 100% !important;
		gap: 12px !important;
		margin-top: 15px !important;
	}

	.product-details .quantity .pro-qty {
		width: 100% !important;
		max-width: 180px !important;
		margin-bottom: 4px !important;
	}

	.product-details .quantity .primary-btn {
		width: 100% !important;
		min-height: 50px !important;
		height: 50px !important;
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
		gap: 10px !important;
		font-size: 15px !important;
		font-weight: 800 !important;
		border-radius: 8px !important;
		padding: 0 16px !important;
		box-sizing: border-box !important;
		margin-right: 0 !important;
	}

	/* Shop Page Actions */
	.shop-actions-group {
		display: flex !important;
		flex-direction: column !important;
		gap: 10px !important;
		width: 100% !important;
	}

	.shop-actions-group .primary-btn,
	.shop-actions-group .whatsapp-order-btn {
		width: 100% !important;
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
		height: 46px !important;
		font-size: 14px !important;
		font-weight: 700 !important;
		border-radius: 6px !important;
		box-sizing: border-box !important;
	}
}

@media (max-width: 991px) {
	.single-product-info {
		padding-left: 0;
		padding-top: 30px;
	}
	.main-image-wrapper {
		height: 380px;
	}
}

.filter-control {
	text-align: center;
	margin-bottom: 45px;
	padding-top: 32px;
}

.filter-control ul li {
	list-style: none;
	display: inline-block;
	font-size: 20px;
	color: #b2b2b2;
	margin-right: 22px;
	position: relative;
	cursor: pointer;
}

.filter-control ul li.active {
	color: #171717;
}

.filter-control ul li.active:before {
	opacity: 1;
}

.filter-control ul li:before {
	position: absolute;
	left: 0;
	bottom: -3px;
	width: 100%;
	height: 2px;
	background: #171717;
	content: "";
	opacity: 0;
}

.filter-control ul li:last-child {
	margin-right: 0;
}

.product-slider .owl-nav button[type=button] {
	font-size: 30px;
	position: absolute;
	left: -62px;
	top: 25%;
	color: #171717;
	opacity: 0.3;
}

.product-slider .owl-nav button[type=button].owl-next {
	left: auto;
	right: -62px;
	color: #171717;
	opacity: 1;
}

.product-slider .owl-dots {
	text-align: center;
	margin-top: 27px;
}

.product-slider .owl-dots button {
	width: 6px;
	height: 6px;
	background: #D8D9DA;
	border-radius: 50%;
	margin-right: 10px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.product-slider .owl-dots button:last-child {
	margin-right: 0;
}

.product-slider .owl-dots button.active {
	width: 30px;
	background: #252525;
	border-radius: 50px;
}

.product-item {
	margin-bottom: 26px;
}

.product-item:hover .pi-pic .icon {
	top: 15px;
	opacity: 1;
}

.product-item:hover .pi-pic ul {
	bottom: 0;
}

.product-item .pi-pic {
	overflow: hidden;
	position: relative;
}

.product-item .pi-pic img {
	min-width: 100%;
}

.product-item .pi-pic .sale {
	color: #ffffff;
	font-size: 10px;
	background: #76BC42;
	position: absolute;
	left: 0;
	top: 20px;
	padding: 5px 10px;
	text-transform: uppercase;
}

.product-item .pi-pic .sale.pp-sale {
	background: #e7ab3c;
}

.product-item .pi-pic .icon {
	font-size: 20px;
	color: #252525;
	position: absolute;
	right: 21px;
	top: -15px;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0;
}

.product-item .pi-pic ul {
	position: absolute;
	left: 0;
	bottom: -52px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	width: 100%;
}

.product-item .pi-pic ul li {
	list-style: none;
	display: inline-block;
	background: #ffffff;
}

.product-item .pi-pic ul li.w-icon.active a {
	background: #e7ab3c;
	color: #ffffff;
}

.product-item .pi-pic ul li a {
	font-size: 16px;
	font-weight: 700;
	color: #252525;
	display: block;
	padding: 16px 18px 12px 19px;
}

.product-item .pi-text {
	text-align: center;
	padding-top: 26px;
}

.product-item .pi-text .catagory-name {
	font-size: 10px;
	color: #b2b2b2;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.product-item .pi-text a {
	display: block;
}

.product-item .pi-text a h5 {
	color: #252525;
}

.product-item .pi-text .product-price {
	color: #e7ab3c;
	font-size: 20px;
	font-weight: 700;
}

.product-item .pi-text .product-price span {
	font-size: 14px;
	font-weight: 400;
	color: #b2b2b2;
	text-decoration: line-through;
}

/*---------------------
  Deal Of The Week
-----------------------*/

/*--------------------------------------------------
  Featured Showcase Section (Liv Kavach 500ml)
----------------------------------------------------*/

.launch-countdown-section {
	background: #fbf9f4;
	padding-top: 75px;
	padding-bottom: 75px;
	margin-left: 0;
	margin-right: 0;
	position: relative;
	border-top: 1px solid #ede8dc;
	border-bottom: 1px solid #ede8dc;
}

.launch-content {
	padding-right: 20px;
}

.launch-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: #e8f5e9;
	color: #0d7a5f;
	border: 1px solid #c8e6c9;
	padding: 6px 16px;
	border-radius: 20px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 1px;
	margin-bottom: 16px;
	text-transform: uppercase;
}

.launch-content h2 {
	font-size: 42px;
	font-weight: 800;
	color: #1a2e26;
	margin-bottom: 6px;
	line-height: 1.2;
}

.launch-tagline {
	font-size: 18px;
	font-weight: 600;
	color: #0d7a5f;
	font-style: italic;
	margin-bottom: 16px;
}

.launch-desc {
	font-size: 16px;
	line-height: 1.7;
	color: #555555;
	margin-bottom: 24px;
}

.launch-combo-price {
	display: flex;
	align-items: baseline;
	gap: 12px;
	margin-bottom: 28px;
	flex-wrap: wrap;
}

.launch-combo-price .combo-label {
	font-size: 15px;
	font-weight: 600;
	color: #444;
}

.launch-combo-price .price-val {
	font-size: 32px;
	font-weight: 800;
	color: #0d7a5f;
}

.launch-combo-price .price-original {
	font-size: 20px;
	color: #999;
	text-decoration: line-through;
}

.launch-combo-price .discount-pill {
	background: #ffebee;
	color: #c62828;
	font-size: 13px;
	font-weight: 700;
	padding: 3px 10px;
	border-radius: 12px;
}

.countdown-timer {
	display: flex;
	gap: 16px;
	margin-bottom: 30px;
	flex-wrap: wrap;
}

.countdown-timer .cd-item {
	background: #ffffff;
	padding: 14px 20px;
	border-radius: 10px;
	min-width: 85px;
	text-align: center;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
	border: 1px solid #ece7db;
	margin-right: 0;
}

.countdown-timer .cd-item span {
	color: #0d7a5f;
	font-weight: 800;
	line-height: 1;
	font-size: 36px;
	display: block;
	margin-bottom: 4px;
}

.countdown-timer .cd-item p {
	font-size: 12px;
	font-weight: 700;
	color: #777777;
	margin-bottom: 0;
	text-transform: uppercase;
	letter-spacing: 1.5px;
}

.launch-btn-group {
	display: flex !important;
	flex-direction: row !important;
	align-items: center !important;
	gap: 12px;
	margin-bottom: 24px;
	flex-wrap: nowrap !important;
}

.notify-btn {
	background: #0d7a5f !important;
	color: #ffffff !important;
	border: none;
	padding: 13px 22px !important;
	font-size: 14px !important;
	font-weight: 700;
	letter-spacing: 0.5px;
	border-radius: 6px;
	cursor: pointer;
	box-shadow: 0 4px 12px rgba(13, 122, 95, 0.25);
	transition: all 0.2s ease;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	white-space: nowrap !important;
	gap: 8px;
}

.notify-btn:hover {
	background: #095c47 !important;
	transform: translateY(-2px);
}

.whatsapp-prebook-btn {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	white-space: nowrap !important;
	gap: 8px;
	background: #25D366;
	color: #ffffff !important;
	padding: 13px 22px !important;
	font-size: 14px !important;
	font-weight: 700;
	letter-spacing: 0.5px;
	border-radius: 6px;
	text-decoration: none;
	box-shadow: 0 4px 12px rgba(37, 211, 102, 0.25);
	transition: all 0.2s ease;
}

.whatsapp-prebook-btn:hover {
	background: #1ebe5a;
	transform: translateY(-2px);
}

.launch-features-pills {
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
	font-size: 13px;
	color: #555;
	font-weight: 600;
}

.launch-features-pills span {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.launch-features-pills i {
	color: #0d7a5f;
}

/* Launch Visual Box */
.launch-visual-box {
	position: relative;
	background: #ffffff;
	border-radius: 16px;
	padding: 30px;
	box-shadow: 0 10px 35px rgba(0, 0, 0, 0.07);
	border: 1px solid #eee8dc;
	display: inline-block;
	max-width: 440px;
}

.launch-ribbon {
	position: absolute;
	top: 18px;
	left: 18px;
	background: #0d7a5f;
	color: #ffffff;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 5px 14px;
	border-radius: 20px;
}

.launch-product-img {
	max-width: 100%;
	max-height: 380px;
	object-fit: contain;
	display: block;
	margin: 0 auto;
	transition: transform 0.3s ease;
}

.launch-visual-box:hover .launch-product-img {
	transform: scale(1.04);
}

.launch-price-tag {
	position: absolute;
	bottom: 18px;
	right: 18px;
	background: #1a2e26;
	color: #ffffff;
	padding: 8px 16px;
	border-radius: 10px;
	text-align: right;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.launch-price-tag span {
	display: block;
	font-size: 11px;
	color: #b0c4bd;
	text-transform: uppercase;
}

.launch-price-tag strong {
	font-size: 20px;
	color: #4cd1a4;
}

/*--------------------------------------------------
  Brand Story Section (Heritage & Sacred Vision)
----------------------------------------------------*/

.brand-story-section {
	background: #11241d;
	color: #ffffff;
	padding: 85px 0;
	position: relative;
	overflow: hidden;
}

.story-header {
	text-align: center;
	margin-bottom: 40px;
}

.story-pill {
	display: inline-block;
	background: rgba(13, 122, 95, 0.3);
	color: #4cd1a4;
	border: 1px solid rgba(76, 209, 164, 0.3);
	padding: 6px 18px;
	border-radius: 20px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	margin-bottom: 12px;
}

.story-header h2 {
	font-size: 38px;
	font-weight: 800;
	color: #ffffff;
	margin-bottom: 10px;
}

.story-tagline {
	font-size: 18px;
	color: #e0d5be;
	font-style: italic;
}

.story-body-text {
	font-size: 16.5px;
	line-height: 1.85;
	color: #d1dfd9;
	text-align: center;
	max-width: 860px;
	margin: 0 auto 50px;
}

.story-body-text strong {
	color: #ffffff;
}

.story-pillars-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

.story-pillar-card {
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 12px;
	padding: 24px 20px;
	text-align: center;
	transition: all 0.3s ease;
}

.story-pillar-card:hover {
	background: rgba(13, 122, 95, 0.25);
	border-color: #0d7a5f;
	transform: translateY(-4px);
}

.story-pillar-card .pillar-icon {
	font-size: 32px;
	color: #4cd1a4;
	margin-bottom: 14px;
}

.story-pillar-card h4 {
	font-size: 17px;
	font-weight: 700;
	color: #ffffff;
	margin-bottom: 8px;
}

.story-pillar-card p {
	font-size: 13px;
	color: #b2c7bf;
	line-height: 1.55;
	margin-bottom: 0;
}

/*--------------------------------------------------
  Upcoming Products & Products Showcase Card
----------------------------------------------------*/

.upcoming-product-card {
	background: #f8fbf9;
	border: 2px dashed #0d7a5f;
	border-radius: 12px;
	padding: 30px 24px;
	text-align: center;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.upcoming-badge {
	background: #e8f5e9;
	color: #0d7a5f;
	font-size: 11px;
	font-weight: 700;
	padding: 4px 12px;
	border-radius: 20px;
	text-transform: uppercase;
	margin-bottom: 14px;
}

.upcoming-product-card h4 {
	font-size: 20px;
	font-weight: 700;
	color: #1a2e26;
	margin-bottom: 10px;
}

.upcoming-product-card p {
	font-size: 14px;
	color: #666;
	line-height: 1.6;
	margin-bottom: 20px;
}

/*--------------------------------------------------
  Notify Me Modal
----------------------------------------------------*/

.notify-modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	backdrop-filter: blur(4px);
	z-index: 999999;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 20px;
}

.notify-modal-backdrop.active {
	display: flex;
}

.notify-modal-box {
	background: #ffffff;
	border-radius: 14px;
	max-width: 460px;
	width: 100%;
	padding: 35px 30px;
	position: relative;
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
	text-align: center;
	animation: modalPop 0.3s ease;
}

@keyframes modalPop {
	from { transform: scale(0.9); opacity: 0; }
	to { transform: scale(1); opacity: 1; }
}

.notify-close-btn {
	position: absolute;
	top: 14px;
	right: 16px;
	background: none;
	border: none;
	font-size: 24px;
	color: #888;
	cursor: pointer;
	transition: color 0.2s;
}

.notify-close-btn:hover {
	color: #111;
}

.notify-modal-box .modal-icon {
	width: 60px;
	height: 60px;
	background: #e8f5e9;
	color: #0d7a5f;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 26px;
	margin: 0 auto 16px;
}

.notify-modal-box h3 {
	font-size: 24px;
	font-weight: 800;
	color: #1a2e26;
	margin-bottom: 8px;
}

.notify-modal-box p {
	font-size: 14px;
	color: #666;
	line-height: 1.5;
	margin-bottom: 24px;
}

.notify-form-group {
	margin-bottom: 14px;
	text-align: left;
}

.notify-form-group label {
	font-size: 12px;
	font-weight: 700;
	color: #333;
	margin-bottom: 4px;
	display: block;
}

.notify-form-group input {
	width: 100%;
	padding: 12px 14px;
	border: 1.5px solid #ddd;
	border-radius: 6px;
	font-size: 14px;
	transition: border-color 0.2s;
}

.notify-form-group input:focus {
	outline: none;
	border-color: #0d7a5f;
}

.notify-submit-btn {
	width: 100%;
	background: #0d7a5f;
	color: #fff;
	border: none;
	padding: 14px;
	border-radius: 6px;
	font-size: 15px;
	font-weight: 700;
	cursor: pointer;
	margin-top: 10px;
	transition: background 0.2s;
}

.notify-submit-btn:hover {
	background: #095c47;
}

.notify-privacy {
	font-size: 11px;
	color: #999;
	margin-top: 12px;
	margin-bottom: 0;
}

@media (max-width: 991px) {
	.story-pillars-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.launch-visual-box {
		margin-top: 40px;
	}
}

@media (max-width: 575px) {
	.story-pillars-grid {
		grid-template-columns: 1fr;
	}
	.launch-content h2 {
		font-size: 30px;
	}
	.countdown-timer .cd-item {
		min-width: 65px;
		padding: 10px 12px;
	}
	.countdown-timer .cd-item span {
		font-size: 26px;
	}
}

/*---------------------
  Man Banner
-----------------------*/

.man-banner {
	padding-right: 65px;
	padding-left: 65px;
	padding-top: 80px;
	padding-bottom: 80px;
}

/*---------------------
  Instagram Photo
-----------------------*/

.instagram-photo {
	overflow: hidden;
}

.instagram-photo .insta-item {
	float: left;
	width: 16.66%;
	height: 300px;
	text-align: center;
	position: relative;
	background-size: cover;
	background-position: center;
	overflow: hidden;
	transition: all 0.4s ease;
}

.instagram-photo .insta-item:hover {
	transform: scale(1.02);
	z-index: 5;
}

.instagram-photo .insta-item:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(17, 36, 29, 0.2) 0%, rgba(13, 122, 95, 0.88) 100%);
	content: "";
	opacity: 0;
	transition: all 0.3s ease;
}

.instagram-photo .insta-item:hover:before {
	opacity: 1;
}

.instagram-photo .insta-item .inside-text {
	position: absolute;
	left: 0;
	bottom: 30px;
	width: 100%;
	padding: 0 15px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
	z-index: 10;
}

.instagram-photo .insta-item:hover .inside-text {
	opacity: 1;
	visibility: visible;
}

.instagram-photo .insta-item .inside-text i {
	font-size: 28px;
	color: #ffffff;
	margin-bottom: 8px;
	filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

.instagram-photo .insta-item .inside-text h5 {
	margin-top: 6px;
	font-weight: 800;
	letter-spacing: 0.5px;
}

.instagram-photo .insta-item .inside-text h5 a {
	color: #ffffff;
	text-decoration: none;
	text-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
}

/*---------------------
  Latest Blog
-----------------------*/

.latest-blog {
	padding-top: 72px;
	padding-bottom: 80px;
}

.latest-blog .section-title {
	margin-bottom: 55px;
}

.single-latest-blog {
	margin-bottom: 30px;
	border-radius: 12px;
	overflow: hidden;
	background: #ffffff;
	box-shadow: 0 4px 18px rgba(0, 0, 0, 0.05);
	transition: all 0.3s ease;
	border: 1px solid #eef2f0;
}

.single-latest-blog:hover {
	transform: translateY(-5px);
	box-shadow: 0 12px 30px rgba(13, 122, 95, 0.12);
}

.single-latest-blog .blog-thumb-wrap {
	overflow: hidden;
	position: relative;
	height: 220px;
}

.single-latest-blog img {
	width: 100%;
	height: 220px;
	object-fit: cover;
	display: block;
	transition: transform 0.4s ease;
}

.single-latest-blog:hover img {
	transform: scale(1.04);
}

.single-latest-blog .latest-text {
	padding: 20px 22px 24px;
}

.single-latest-blog .latest-text .tag-list {
	margin-bottom: 8px;
}

.single-latest-blog .latest-text .tag-list .tag-item {
	font-size: 14px;
	color: #777777;
	display: inline-block;
	margin-right: 15px;
}

.single-latest-blog .latest-text .tag-list .tag-item i {
	color: #0d7a5f;
}

.single-latest-blog .latest-text a {
	display: block;
}

.single-latest-blog .latest-text a h4 {
	color: #11241d;
	font-weight: 700;
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 12px;
	transition: color 0.2s ease;
}

.single-latest-blog .latest-text a:hover h4 {
	color: #0d7a5f;
}

.single-latest-blog .latest-text p {
	font-size: 14px;
	line-height: 22px;
	color: #555555;
	margin-bottom: 0;
}

.benefit-items {
	border: 1px solid #ebebeb;
	margin-top: 45px;
}

.benefit-items .single-benefit {
	padding-top: 30px;
	padding-bottom: 25px;
	padding-left: 55px;
	padding-right: 55px;
	border-right: 1px solid #F3F4F0;
}

.benefit-items .single-benefit .sb-icon {
	float: left;
	margin-right: 20px;
}

.benefit-items .single-benefit .sb-text {
	display: table;
}

.benefit-items .single-benefit .sb-text h6 {
	color: #252525;
	line-height: 20px;
	font-weight: 700;
	text-transform: uppercase;
}

.benefit-items .single-benefit .sb-text p {
	margin-bottom: 0;
	color: #252525;
	line-height: 20px;
}

/*---------------------
  Partner Logo
-----------------------*/

.partner-logo {
	background: #ffffff;
	border-top: 1px solid #eef2f0;
	border-bottom: 1px solid #eef2f0;
	padding: 34px 0;
}

.logo-carousel .logo-item {
	display: table;
	width: 100%;
}

.logo-carousel .logo-item .tablecell-inner {
	display: table-cell;
	height: 60px;
	vertical-align: middle;
	text-align: center;
}

.owl-carousel .owl-item img.partner-img {
	display: inline-block;
	max-height: 44px;
	max-width: 175px;
	width: auto !important;
	height: auto;
	object-fit: contain;
	margin: 0 auto;
	filter: grayscale(15%) opacity(0.9);
	transition: all 0.3s ease;
}

.owl-carousel .owl-item:hover img.partner-img {
	filter: grayscale(0%) opacity(1);
	transform: scale(1.06);
}

.owl-carousel .owl-item img {
	display: block;
	width: auto;
}

/*---------------------
  Footer
-----------------------*/

.footer-section {
	background: #191919;
	padding-top: 75px;
}

.footer-left {
	margin-bottom: 30px;
}

.footer-left .footer-logo {
	margin-bottom: 24px;
}

.footer-left .footer-logo a {
	display: inline-block;
}

.footer-left .footer-logo a img {
	max-height: 48px;
	width: auto;
	object-fit: contain;
}

.footer-left ul li {
	list-style: none;
	color: #b2b2b2;
	font-size: 16px;
	line-height: 30px;
}

.footer-left .footer-social {
	padding-top: 25px;
}

.footer-left .footer-social a {
	display: inline-block;
	height: 40px;
	width: 40px;
	background: #434445;
	color: #ffffff;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	margin-right: 7px;
	position: relative;
	z-index: 1;
}

.footer-left .footer-social a:hover:before {
	opacity: 1;
}

.footer-left .footer-social a:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: #e7ab3c;
	content: "";
	border-radius: 50%;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	z-index: -1;
}

.footer-widget {
	margin-bottom: 30px;
}

.footer-widget h5 {
	color: #ffffff;
	font-weight: 700;
	margin-bottom: 26px;
}

.footer-widget ul li {
	list-style: none;
}

.footer-widget ul li a {
	line-height: 36px;
	font-size: 16px;
	color: #b2b2b2;
}

.newslatter-item h5 {
	color: #ffffff;
	font-weight: 700;
	margin-bottom: 30px;
}

.newslatter-item p {
	color: #b2b2b2;
	line-height: 26px;
}

.newslatter-item .subscribe-form {
	position: relative;
}

.newslatter-item .subscribe-form input {
	color: #b2b2b2;
	background: #303030;
	width: 100%;
	height: 46px;
	font-size: 16px;
	border: none;
	padding-left: 20px;
}

.newslatter-item .subscribe-form input::-webkit-input-placeholder {
	color: #b2b2b2;
}

.newslatter-item .subscribe-form input::-moz-placeholder {
	color: #b2b2b2;
}

.newslatter-item .subscribe-form input:-ms-input-placeholder {
	color: #b2b2b2;
}

.newslatter-item .subscribe-form input::-ms-input-placeholder {
	color: #b2b2b2;
}

.newslatter-item .subscribe-form input::placeholder {
	color: #b2b2b2;
}

.newslatter-item .subscribe-form button {
	display: inline-block;
	color: #ffffff;
	background: #e7ab3c;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	border: 1px solid #e7ab3c;
	position: absolute;
	right: 0;
	top: 0;
	padding: 13px 20px 12px;
	cursor: pointer;
}

.copyright-reserved {
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	padding: 22px 0;
	margin-top: 45px;
	background: #141414;
}

.copyright-reserved .copyright-text {
	font-size: 13px;
	color: #999999;
	margin-bottom: 0;
}

.copyright-reserved .copyright-text p {
	font-size: 13px;
	color: #999999;
	margin-bottom: 0;
	line-height: 22px;
}

.copyright-reserved .copyright-text strong {
	color: #e0e0e0;
}

.copyright-reserved .copyright-text a {
	color: #e7ab3c;
	text-decoration: none;
	transition: color 0.2s ease;
}

.copyright-reserved .copyright-text a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.footer-trust-links {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 14px;
	flex-wrap: wrap;
	font-size: 13px;
	color: #8c8c8c;
}

.footer-trust-links a {
	color: #a8a8a8;
	text-decoration: none;
	transition: color 0.2s ease;
}

.footer-trust-links a:hover {
	color: #e7ab3c;
}

.footer-trust-links .footer-divider {
	color: #4a4a4a;
	font-size: 11px;
}

.footer-trust-links .footer-secure-tag {
	color: #c5c5c5;
	font-weight: 500;
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.footer-trust-links .footer-secure-tag i {
	color: #25D366;
	font-size: 12px;
}

@media (max-width: 991px) {
	.copyright-reserved .col-lg-6 {
		text-align: center !important;
	}
	.copyright-reserved .copyright-text {
		text-align: center;
		margin-bottom: 12px;
	}
	.footer-trust-links {
		justify-content: center;
	}
}

/*-------------------------------- Other Pages Style -------------------------------*/

/*---------------------
  Breadcrumb
-----------------------*/

.breadcrumb-text {
	border-bottom: 1px solid #ebebeb;
	padding: 15px 0;
}

.breadcrumb-text.product-more a:nth-child(1):after {
	color: #252525;
}

.breadcrumb-text a {
	display: inline-block;
	font-size: 16px;
	color: #252525;
	margin-right: 28px;
	position: relative;
}

.breadcrumb-text a:after {
	position: absolute;
	right: -18px;
	top: 0px;
	content: "";
	font-family: "FontAwesome";
	font-size: 16px;
	color: #b2b2b2;
}

.breadcrumb-text span {
	display: inline-block;
	color: #b2b2b2;
}

/*---------------------
  Product Shop
-----------------------*/

.product-shop {
	padding-top: 80px;
	padding-bottom: 80px;
}

.filter-widget {
	margin-bottom: 45px;
}

.filter-widget .fw-title {
	color: #252525;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 26px;
}

.filter-widget .filter-catagories li {
	list-style: none;
}

.filter-widget .filter-catagories li a {
	display: inline-block;
	color: #636363;
	font-size: 16px;
	line-height: 39px;
}

.filter-widget .fw-brand-check .bc-item {
	margin-bottom: 3px;
}

.filter-widget .fw-brand-check .bc-item label {
	position: relative;
	cursor: pointer;
	padding-left: 28px;
}

.filter-widget .fw-brand-check .bc-item label input {
	position: absolute;
	visibility: hidden;
}

.filter-widget .fw-brand-check .bc-item label input:checked~span {
	background: #e7ab3c;
	border-color: #e7ab3c;
}

.filter-widget .fw-brand-check .bc-item label .checkmark {
	position: absolute;
	left: 0;
	top: 5px;
	height: 15px;
	width: 15px;
	border: 2px solid #ebebeb;
	border-radius: 2px;
}

.filter-widget .fw-brand-check .bc-item label .checkmark:after {
	left: 0;
	top: 0;
	width: 10px;
	height: 8px;
	border: solid white;
	border-width: 3px 3px 0px 0px;
	-webkit-transform: rotate(127deg);
	-ms-transform: rotate(127deg);
	transform: rotate(127deg);
}

.filter-widget .filter-range-wrap {
	margin-bottom: 40px;
}

.filter-widget .filter-range-wrap .range-slider {
	margin-bottom: 25px;
}

.filter-widget .filter-range-wrap .range-slider .price-input {
	position: relative;
}

.filter-widget .filter-range-wrap .range-slider .price-input:after {
	position: absolute;
	left: 58px;
	top: 13px;
	height: 1px;
	width: 17px;
	background: #ebebeb;
	content: "";
}

.filter-widget .filter-range-wrap .range-slider .price-input input {
	font-size: 16px;
	color: #252525;
	max-width: 20%;
	text-align: center;
	border: 1px solid #ebebeb;
	border-radius: 2px;
}

.filter-widget .filter-range-wrap .range-slider .price-input input:nth-child(1) {
	margin-right: 28px;
}

.filter-widget .filter-range-wrap .price-range {
	border-radius: 0;
}

.filter-widget .filter-range-wrap .price-range.ui-widget-content {
	border: none;
	background: #ebebeb;
	height: 3px;
}

.filter-widget .filter-range-wrap .price-range.ui-widget-content .ui-slider-handle {
	height: 16px;
	width: 16px;
	border-radius: 50%;
	background: #ffffff;
	border: none;
	-webkit-box-shadow: 1px 6px 14px -4px #425c6d;
	box-shadow: 1px 6px 14px -4px #425c6d;
	outline: none;
}

.filter-widget .filter-range-wrap .price-range .ui-slider-range {
	background: #ebebeb;
	border-radius: 0;
}

.filter-widget .filter-range-wrap .price-range .ui-slider-range.ui-corner-all.ui-widget-header:last-child {
	background: #e7ab3c;
}

.filter-widget .filter-btn {
	font-size: 14px;
	color: #ffffff;
	font-weight: 700;
	background: #e7ab3c;
	padding: 7px 20px 5px;
	border-radius: 2px;
	display: inline-block;
	text-transform: uppercase;
}

.filter-widget .fw-color-choose .cs-item {
	width: 50%;
	float: left;
	margin-bottom: 4px;
}

.filter-widget .fw-color-choose .cs-item input {
	position: absolute;
	visibility: hidden;
}

.filter-widget .fw-color-choose .cs-item label {
	cursor: pointer;
	position: relative;
	padding-left: 33px;
	font-size: 16px;
	color: #636363;
}

.filter-widget .fw-color-choose .cs-item label.cs-violet:before {
	background: #8230E3;
}

.filter-widget .fw-color-choose .cs-item label.cs-blue:before {
	background: #2773BE;
}

.filter-widget .fw-color-choose .cs-item label.cs-yellow:before {
	background: #EEEE21;
}

.filter-widget .fw-color-choose .cs-item label.cs-red:before {
	background: #DC3232;
}

.filter-widget .fw-color-choose .cs-item label.cs-green:before {
	background: #81D742;
}

.filter-widget .fw-color-choose .cs-item label:before {
	position: absolute;
	left: 0;
	top: 4px;
	height: 18px;
	width: 18px;
	background: #252525;
	border-radius: 50%;
	content: "";
}

.filter-widget .fw-size-choose .sc-item {
	display: inline-block;
	margin-right: 5px;
}

.filter-widget .fw-size-choose .sc-item:last-child {
	margin-right: 0;
}

.filter-widget .fw-size-choose .sc-item input {
	position: absolute;
	visibility: hidden;
}

.filter-widget .fw-size-choose .sc-item label {
	font-size: 16px;
	color: #252525;
	font-weight: 700;
	height: 40px;
	width: 47px;
	border: 1px solid #ebebeb;
	text-align: center;
	line-height: 40px;
	text-transform: uppercase;
	cursor: pointer;
}

.filter-widget .fw-size-choose .sc-item label.active {
	background: #252525;
	color: #ffffff;
}

.filter-widget .fw-tags a {
	display: inline-block;
	font-size: 16px;
	color: #636363;
	padding: 5px 15px;
	border: 1px solid #ebebeb;
	margin-right: 5px;
	margin-bottom: 9px;
	border-radius: 2px;
}

.checkmark:after {
	position: absolute;
	content: "";
}

.product-show-option {
	margin-bottom: 30px;
}

.product-show-option .select-option {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.product-show-option .select-option .nice-select {
	border-radius: 0;
	border: 1px solid #ECEDEE;
	height: 40px;
	line-height: 35px;
}

.product-show-option .select-option .nice-select .list {
	margin-top: 0;
	border-radius: 0;
	width: 100%;
}

.product-show-option .select-option .nice-select:after {
	border-bottom: 2px solid #4c4c4c;
	border-right: 2px solid #4c4c4c;
	height: 7px;
	right: 22px;
	top: 47%;
	width: 7px;
	opacity: 0.7;
}

.product-show-option .select-option .nice-select span {
	font-size: 16px;
	color: #4c4c4c;
}

.product-show-option .select-option .sorting {
	margin-right: 20px;
}

.product-show-option .select-option .sorting.nice-select {
	padding-right: 70px;
}

.product-show-option .select-option .p-show.nice-select {
	padding-right: 105px;
}

.product-show-option .select-option .p-show.nice-select:before {
	position: absolute;
	right: 48px;
	top: 0;
	content: "09";
	font-size: 16px;
	color: #252525;
}

.product-show-option p {
	margin-bottom: 0;
	color: #636363;
	line-height: 39px;
}

.prduct-list .product-item {
	margin-bottom: 25px;
}

.loading-more {
	text-align: center;
	padding-top: 10px;
}

.loading-more i {
	font-size: 22px;
	color: #663333;
	margin-right: 6px;
	position: relative;
	top: 7px;
}

.loading-more a {
	font-size: 18px;
	font-weight: 700;
	color: #252525;
	position: relative;
	display: inline-block;
}

.loading-more a:before {
	position: absolute;
	left: 0;
	bottom: -4px;
	width: 100%;
	height: 2px;
	background: #e7ab3c;
	content: "";
}

/*---------------------
  Product Details
-----------------------*/

.product-shop.page-details {
	padding-bottom: 60px;
}

.product-pic-zoom {
	margin-bottom: 10px;
	position: relative;
	z-index: 1;
}

.product-pic-zoom img {
	min-width: 100%;
}

.product-pic-zoom .zoom-icon {
	position: absolute;
	right: 20px;
	top: 20px;
}

.product-pic-zoom .zoom-icon i {
	color: #4c4c4c;
	font-size: 14px;
	width: 40px;
	height: 40px;
	border: 1px solid #d7d7d7;
	text-align: center;
	border-radius: 50%;
	line-height: 37px;
}

.product-thumbs .pt {
	cursor: pointer;
	position: relative;
}

.product-thumbs .pt.active:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	border: 1px solid #e7ab3c;
	z-index: 1;
}

.ps-slider .owl-nav button[type=button] {
	height: 30px;
	width: 30px;
	background: #ffffff;
	color: #a7a7a7;
	text-align: center;
	line-height: 30px;
	border-radius: 50%;
	font-size: 20px;
	-webkit-box-shadow: 0px 6px 10px -1px #e9e9e9;
	box-shadow: 0px 6px 10px -1px #e9e9e9;
	position: absolute;
	left: -16px;
	top: 50%;
	-webkit-transform: translateY(-15px);
	-ms-transform: translateY(-15px);
	transform: translateY(-15px);
}

.ps-slider .owl-nav button[type=button].owl-next {
	left: auto;
	right: -16px;
}

.product-details .pd-title {
	position: relative;
	margin-bottom: 6px;
}

.product-details .pd-title span {
	display: block;
	font-size: 12px;
	color: #b2b2b2;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
	line-height: 23px;
}

.product-details .pd-title h3 {
	color: #252525;
	font-weight: 700;
}

.product-details .pd-title .heart-icon {
	color: #252525;
	font-size: 18px;
	position: absolute;
	right: 0;
	top: 0;
}

.product-details .pd-rating {
	margin-bottom: 10px;
}

.product-details .pd-rating i {
	font-size: 12px;
	display: inline-block;
	color: #FAC451;
	margin-right: -3px;
}

.product-details .pd-rating span {
	font-size: 12px;
	color: #999591;
}

.product-details .pd-desc {
	margin-bottom: 24px;
}

.product-details .pd-desc p {
	color: #636363;
}

.product-details .pd-desc h4 {
	color: #e7ab3c;
	font-weight: 700;
}

.product-details .pd-desc h4 span {
	font-size: 18px;
	font-weight: 400;
	color: #b7b7b7;
	text-decoration: line-through;
	display: inline-block;
	margin-left: 13px;
}

.product-details .pd-color {
	margin-bottom: 25px;
}

.product-details .pd-color h6 {
	color: #252525;
	font-weight: 700;
	float: left;
	margin-right: 28px;
}

.product-details .pd-color .pd-color-choose {
	display: inline-block;
}

.product-details .pd-color .pd-color-choose .cc-item {
	display: inline-block;
	margin-right: 10px;
}

.product-details .pd-color .pd-color-choose .cc-item input {
	position: absolute;
	visibility: hidden;
}

.product-details .pd-color .pd-color-choose .cc-item label {
	height: 20px;
	width: 20px;
	background: #252525;
	border-radius: 50%;
	cursor: pointer;
	margin-bottom: 0;
}

.product-details .pd-color .pd-color-choose .cc-item label.cc-yellow {
	background: #EEEE21;
}

.product-details .pd-color .pd-color-choose .cc-item label.cc-violet {
	background: #8230E3;
}

.product-details .pd-size-choose {
	margin-bottom: 30px;
}

.product-details .pd-size-choose .sc-item {
	display: inline-block;
	margin-right: 5px;
}

.product-details .pd-size-choose .sc-item:last-child {
	margin-right: 0;
}

.product-details .pd-size-choose .sc-item input {
	position: absolute;
	visibility: hidden;
}

.product-details .pd-size-choose .sc-item label {
	font-size: 16px;
	color: #252525;
	font-weight: 700;
	height: 40px;
	width: 47px;
	border: 1px solid #ebebeb;
	text-align: center;
	line-height: 40px;
	text-transform: uppercase;
	cursor: pointer;
}

.product-details .pd-size-choose .sc-item label.active {
	background: #252525;
	color: #ffffff;
}

.product-details .quantity {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 33px;
}

.product-details .quantity .pro-qty {
	width: 123px;
	height: 46px;
	border: 2px solid #ebebeb;
	padding: 0 15px;
	float: left;
	margin-right: 14px;
}

.product-details .quantity .pro-qty .qtybtn {
	font-size: 24px;
	color: #b2b2b2;
	float: left;
	line-height: 38px;
	cursor: pointer;
	width: 18px;
}

.product-details .quantity .pro-qty .qtybtn.dec {
	font-size: 30px;
}

.product-details .quantity .pro-qty input {
	text-align: center;
	width: 52px;
	font-size: 14px;
	font-weight: 700;
	border: none;
	color: #4c4c4c;
	line-height: 40px;
	float: left;
}

.product-details .quantity .primary-btn.pd-cart {
	padding: 14px 70px 10px;
}

.product-details .pd-tags {
	margin-bottom: 27px;
}

.product-details .pd-tags li {
	list-style: none;
	font-size: 16px;
	color: #636363;
	line-height: 30px;
}

.product-details .pd-tags li span {
	color: #252525;
	font-weight: 700;
	text-transform: uppercase;
}

.product-details .pd-share {
	overflow: hidden;
}

.product-details .pd-share .p-code {
	font-size: 16px;
	color: #252525;
	float: left;
}

.product-details .pd-share .pd-social {
	float: right;
}

.product-details .pd-share .pd-social a {
	display: inline-block;
	color: #252525;
	font-size: 14px;
	margin-left: 15px;
}

.product-tab {
	padding-top: 60px;
}

.tab-item ul li:nth-child(1) a {
	border-right: 1px solid #ebebeb;
}

.tab-item ul li:nth-child(2) a {
	border-right: 1px solid #ebebeb;
}

.tab-item ul li:nth-child(3) a {
	border-right: 1px solid #ebebeb;
}

.tab-item ul li a {
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	color: #b2b2b2;
	text-transform: uppercase;
	padding: 18px 61px;
	position: relative;
	border-top: 1px solid #ebebeb;
	border-left: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
}

.tab-item ul li a.active {
	color: #252525;
}

.tab-item ul li a.active:before {
	opacity: 1;
}

.tab-item ul li a::before {
	position: absolute;
	left: 0;
	top: -1px;
	width: 100%;
	height: 5px;
	background: #e7ab3c;
	content: "";
	opacity: 0;
}

.product-content {
	padding-top: 40px;
}

.product-content h5 {
	color: #252525;
	font-weight: 700;
	margin-bottom: 23px;
}

.product-content p {
	margin-bottom: 34px;
}

.product-content img {
	min-width: 100%;
}

.specification-table {
	padding-top: 52px;
}

.specification-table table {
	width: 100%;
}

.specification-table table tr td {
	border: 1px solid #EFF0F2;
	text-align: center;
	padding-top: 18px;
	padding-bottom: 18px;
}

.specification-table table tr td.p-catagory {
	width: 310px;
	text-align: left;
	padding-left: 34px;
	font-size: 16px;
	color: #4c4c4c;
	font-weight: 700;
	text-transform: uppercase;
}

.specification-table table tr td .pd-rating i {
	font-size: 12px;
	display: inline-block;
	color: #FAC451;
	margin-right: -3px;
}

.specification-table table tr td .pd-rating span {
	font-size: 12px;
	color: #999591;
}

.specification-table table tr td .p-price {
	color: #e7ab3c;
	font-size: 16px;
	font-weight: 700;
}

.specification-table table tr td .cart-add {
	font-size: 16px;
	color: #252525;
	font-weight: 700;
	text-transform: uppercase;
}

.specification-table table tr td .p-stock,
.specification-table table tr td .p-size,
.specification-table table tr td .p-code {
	font-size: 16px;
	color: #4c4c4c;
	font-weight: 700;
}

.specification-table table tr td .p-weight {
	font-size: 14px;
	color: #4c4c4c;
	font-weight: 700;
}

.specification-table table tr td .p-size {
	text-transform: uppercase;
}

.specification-table table tr td .cs-color {
	display: inline-block;
	height: 20px;
	width: 20px;
	background: #252525;
	border-radius: 50%;
}

.customer-review-option {
	padding-top: 55px;
}

.customer-review-option h4 {
	color: #292f3b;
	font-weight: 700;
	margin-bottom: 35px;
}

.customer-review-option .comment-option .co-item {
	margin-bottom: 20px;
}

.customer-review-option .comment-option .co-item .avatar-pic {
	float: left;
	margin-right: 20px;
}

.customer-review-option .comment-option .co-item .avatar-pic img {
	height: 63px;
	width: 63px;
	border-radius: 50%;
}

.customer-review-option .comment-option .co-item .avatar-text {
	display: table;
}

.customer-review-option .comment-option .co-item .avatar-text .at-rating {
	line-height: 9px;
}

.customer-review-option .comment-option .co-item .avatar-text .at-rating i {
	font-size: 12px;
	display: inline-block;
	color: #FAC451;
	margin-right: -3px;
}

.customer-review-option .comment-option .co-item .avatar-text h5 {
	color: #252525;
	font-weight: 700;
	margin-top: 10px;
	margin-bottom: 10px;
}

.customer-review-option .comment-option .co-item .avatar-text h5 span {
	color: #b2b2b2;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-left: 22px;
	position: relative;
}

.customer-review-option .comment-option .co-item .avatar-text h5 span:before {
	position: absolute;
	left: -18px;
	top: -5px;
	content: "-";
	font-size: 18px;
	color: #b2b2b2;
}

.customer-review-option .comment-option .co-item .avatar-text .at-reply {
	font-size: 14px;
	color: #636363;
}

.customer-review-option .personal-rating {
	margin-bottom: 50px;
	padding-top: 10px;
}

.customer-review-option .personal-rating h6 {
	color: #252525;
}

.customer-review-option .personal-rating .rating i {
	font-size: 12px;
	display: inline-block;
	color: #FAC451;
	margin-right: -3px;
}

.customer-review-option .leave-comment h4 {
	color: #292f3b;
	font-weight: 700;
	margin-bottom: 35px;
}

.customer-review-option .leave-comment .comment-form input {
	width: 100%;
	font-size: 16px;
	color: #636363;
	height: 50px;
	border: 1px solid #ebebeb;
	border-radius: 5px;
	padding-left: 20px;
	margin-bottom: 30px;
}

.customer-review-option .leave-comment .comment-form textarea {
	width: 100%;
	resize: none;
	font-size: 16px;
	color: #636363;
	height: 116px;
	border: 1px solid #ebebeb;
	border-radius: 5px;
	padding-left: 20px;
	padding-top: 10px;
	margin-bottom: 45px;
}

/*---------------------
  Related Products
-----------------------*/

.related-products {
	padding-top: 0;
	padding-bottom: 50px;
}

.related-products .section-title {
	margin-bottom: 50px;
}

.related-products .section-title h2:before {
	display: none;
}

/*---------------------
  Shopping Cart
-----------------------*/

.shopping-cart {
	padding-top: 80px;
	padding-bottom: 60px;
}

.cart-table {
	margin-bottom: 40px;
}

.cart-table table {
	width: 100%;
	min-width: 480px;
	border: 1px solid #ebebeb;
}

.cart-table table tr th {
	font-size: 16px;
	color: #252525;
	font-weight: 700;
	border-bottom: 1px solid #ebebeb;
	text-align: center;
	padding: 18px 0 19px;
	text-transform: uppercase;
}

.cart-table table tr th.p-name {
	text-align: left;
}

.cart-table table tr td {
	text-align: center;
	padding-bottom: 34px;
}

.cart-table table tr td.first-row {
	padding-top: 30px;
}

.cart-table table tr td.cart-pic {
	width: 21%;
}

.cart-table table tr td.cart-title {
	text-align: left;
}

.cart-table table tr td.cart-title h5 {
	color: #252525;
}

.cart-table table tr td.p-price {
	width: 16%;
}

.cart-table table tr td.p-price,
.cart-table table tr td.total-price {
	color: #e7ab3c;
	font-size: 16px;
	font-weight: 700;
}

.cart-table table tr td.qua-col {
	width: 16%;
}

.cart-table table tr td.qua-col .quantity {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.cart-table table tr td.qua-col .pro-qty {
	width: 123px;
	height: 46px;
	border: 2px solid #ebebeb;
	padding: 0 15px;
	float: left;
}

.cart-table table tr td.qua-col .pro-qty .qtybtn {
	font-size: 24px;
	color: #b2b2b2;
	float: left;
	line-height: 38px;
	cursor: pointer;
	width: 18px;
}

.cart-table table tr td.qua-col .pro-qty .qtybtn.dec {
	font-size: 30px;
}

.cart-table table tr td.qua-col .pro-qty input {
	text-align: center;
	width: 52px;
	font-size: 14px;
	font-weight: 700;
	border: none;
	color: #4c4c4c;
	line-height: 40px;
	float: left;
}

.cart-table table tr td.total-price {
	width: 12%;
}

.cart-table table tr th i.ti-close {
	cursor: pointer;
	color: #888;
	transition: all 0.2s ease;
}

.cart-table table tr th i.ti-close:hover {
	color: #dc3545;
	transform: scale(1.15);
}

.cart-table table tr td.close-td {
	font-size: 16px;
	color: #252525;
	width: 8%;
	text-align: center;
}

.cart-table table tr td.close-td a.cart-remove-item {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: #f1f5f3;
	color: #666666;
	font-size: 14px;
	text-decoration: none;
	transition: all 0.25s ease;
	cursor: pointer;
}

.cart-table table tr td.close-td a.cart-remove-item:hover {
	background: #dc3545;
	color: #ffffff;
	transform: scale(1.12);
	box-shadow: 0 4px 10px rgba(220, 53, 69, 0.3);
}

.cart-table table tr td.close-td i {
	cursor: pointer;
	line-height: 1;
}

.empty-cart-btn {
	background: #dc3545 !important;
	color: #ffffff !important;
	border: none !important;
	margin-top: 8px;
	cursor: pointer;
	padding: 12px 22px !important;
	border-radius: 4px !important;
	font-weight: 700 !important;
	transition: all 0.25s ease !important;
	display: inline-block;
}

.empty-cart-btn:hover {
	background: #c82333 !important;
	transform: translateY(-1px);
	box-shadow: 0 4px 12px rgba(220, 53, 69, 0.35);
}

.cart-buttons {
	margin-bottom: 34px;
}

.cart-buttons .continue-shop {
	color: #b2b2b2;
	border: 2px solid #ebebeb;
	background: #ffffff;
	margin-right: 8px;
	padding: 12px 20px 12px 20px;
	margin-bottom: 10px;
}

.cart-buttons .up-cart {
	color: #252525;
	background: #f3f3f3;
	border: 2px solid #ebebeb;
	padding: 12px 20px 12px 20px;
}

.discount-coupon {
	margin-bottom: 30px;
}

.discount-coupon h6 {
	color: #232530;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 16px;
}

.discount-coupon .coupon-form {
	position: relative;
}

.discount-coupon .coupon-form input {
	width: 100%;
	height: 46px;
	border: 2px solid #ebebeb;
	color: #b2b2b2;
	font-size: 14px;
	padding-left: 20px;
}

.discount-coupon .coupon-form .coupon-btn {
	position: absolute;
	right: 0;
	top: 0;
	color: #252525;
	background: transparent;
	border: 1px solid transparent;
	padding: 13px 25px 10px 35px;
}

.proceed-checkout ul {
	border: 2px solid #ebebeb;
	background: #f3f3f3;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 16px;
	padding-bottom: 20px;
}

.proceed-checkout ul li {
	list-style: none;
	font-size: 16px;
	font-weight: 700;
	color: #252525;
	text-transform: uppercase;
	overflow: hidden;
}

.proceed-checkout ul li.subtotal {
	font-weight: 400;
	text-transform: capitalize;
	border-bottom: 1px solid #ffffff;
	padding-bottom: 14px;
}

.proceed-checkout ul li.subtotal span {
	font-weight: 700;
}

.proceed-checkout ul li.cart-total {
	padding-top: 10px;
}

.proceed-checkout ul li.cart-total span {
	color: #e7ab3c;
}

.proceed-checkout ul li span {
	float: right;
}

.proceed-checkout .proceed-btn {
	font-size: 14px;
	font-weight: 700;
	color: #ffffff;
	background: #252525;
	text-transform: uppercase;
	padding: 15px 25px 14px 25px;
	display: block;
	text-align: center;
}

/*---------------------
  Check Out
-----------------------*/

.checkout-section {
	padding-top: 80px;
	padding-bottom: 80px;
}

.checkout-content {
	margin-bottom: 50px;
}

.checkout-content .content-btn,
.checkout-content input {
	color: #252525;
	font-size: 16px;
	border: 2px solid #ebebeb;
	padding: 14px 20px;
	background: #f3f3f3;
	text-align: center;
	display: block;
}

.checkout-content input {
	height: 56px !important;
}

.checkout-form h4 {
	color: #252525;
	font-weight: 700;
	margin-bottom: 30px;
}

.checkout-form label {
	color: #252525;
	font-size: 16px;
	margin-bottom: 5px;
}

.checkout-form label span {
	color: #d85d5c;
}

.checkout-form input {
	width: 100%;
	height: 46px;
	border: 2px solid #ebebeb;
	margin-bottom: 25px;
	padding-left: 15px;
}

.checkout-form input.street-first {
	margin-bottom: 20px;
}

.checkout-form .create-item {
	padding-top: 15px;
}

.checkout-form .create-item label {
	position: relative;
	cursor: pointer;
	padding-left: 32px;
	margin-bottom: 0;
	font-size: 14px;
	color: #252525;
}

.checkout-form .create-item label input {
	position: absolute;
	visibility: hidden;
}

.checkout-form .create-item label input:checked~span {
	background: #e7ab3c;
	border-color: #e7ab3c;
}

.checkout-form .create-item label .checkmark {
	position: absolute;
	left: 0;
	top: 3px;
	height: 13px;
	width: 13px;
	border: 2px solid #B2B2B2;
	border-radius: 2px;
}

.checkout-form .create-item label .checkmark:after {
	left: 0;
	top: 0;
	width: 9px;
	height: 6px;
	border: solid #ffffff;
	border-width: 2px 2px 0px 0px;
	-webkit-transform: rotate(127deg);
	-ms-transform: rotate(127deg);
	transform: rotate(127deg);
}

.checkout-form .place-order .order-total {
	border: 2px solid #ebebeb;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 22px;
	padding-bottom: 35px;
}

.checkout-form .place-order .order-total .order-table {
	margin-bottom: 64px;
}

.checkout-form .place-order .order-total .order-table li {
	list-style: none;
	color: #252525;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 5px;
	padding-top: 30px;
}

.checkout-form .place-order .order-total .order-table li:first-child {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 20px;
	padding-top: 0;
}

.checkout-form .place-order .order-total .order-table li.fw-normal {
	font-weight: 400;
	text-transform: capitalize;
}

.checkout-form .place-order .order-total .order-table li.fw-normal span {
	font-weight: 700;
}

.checkout-form .place-order .order-total .order-table li.total-price span {
	color: #e7ab3c;
}

.checkout-form .place-order .order-total .order-table li span {
	float: right;
}

.checkout-form .place-order .order-total .payment-check {
	margin-bottom: 50px;
}

.checkout-form .place-order .order-total .payment-check .pc-item label {
	position: relative;
	cursor: pointer;
	padding-left: 32px;
	margin-bottom: 0;
	font-size: 14px;
	color: #252525;
}

.checkout-form .place-order .order-total .payment-check .pc-item label input {
	position: absolute;
	visibility: hidden;
}

.checkout-form .place-order .order-total .payment-check .pc-item label input:checked~span {
	background: #e7ab3c;
	border-color: #e7ab3c;
}

.checkout-form .place-order .order-total .payment-check .pc-item label .checkmark {
	position: absolute;
	left: 0;
	top: 3px;
	height: 13px;
	width: 13px;
	border: 2px solid #B2B2B2;
	border-radius: 2px;
}

.checkout-form .place-order .order-total .payment-check .pc-item label .checkmark:after {
	left: 0;
	top: 0;
	width: 9px;
	height: 6px;
	border: solid #ffffff;
	border-width: 2px 2px 0px 0px;
	-webkit-transform: rotate(127deg);
	-ms-transform: rotate(127deg);
	transform: rotate(127deg);
}

.checkout-form .place-order .order-total .order-btn {
	text-align: center;
}

.checkout-form .place-order .order-total .order-btn .place-btn {
	padding: 13px 40px 11px;
	background: #000000;
	border-color: #000000;
}

/*---------------------
  Blog Section
-----------------------*/

.blog-section {
	padding-top: 80px;
	padding-bottom: 80px;
}

.blog-section .loading-more {
	padding-top: 0;
}

.blog-sidebar .search-form {
	margin-bottom: 55px;
}

.blog-sidebar .search-form h4 {
	color: #252525;
	font-weight: 700;
	margin-bottom: 12px;
}

.blog-sidebar .search-form form {
	position: relative;
}

.blog-sidebar .search-form form input {
	height: 46px;
	width: 100%;
	border: 2px solid #ECECEC;
	padding-left: 20px;
	font-size: 18px;
	color: #b2b2b2;
}

.blog-sidebar .search-form form button {
	position: absolute;
	right: 0;
	top: 0;
	color: #ffffff;
	background: #252525;
	border: 1px solid #252525;
	height: 46px;
	padding: 0 15px;
	cursor: pointer;
}

.blog-sidebar .blog-catagory {
	margin-bottom: 41px;
}

.blog-sidebar .blog-catagory h4 {
	color: #252525;
	font-weight: 700;
	margin-bottom: 14px;
}

.blog-sidebar .blog-catagory ul li {
	list-style: none;
}

.blog-sidebar .blog-catagory ul li a {
	font-size: 16px;
	color: #636363;
	line-height: 39px;
}

.blog-sidebar .recent-post {
	margin-bottom: 55px;
}

.blog-sidebar .recent-post h4 {
	color: #252525;
	font-weight: 700;
	margin-bottom: 28px;
}

.blog-sidebar .recent-post .recent-blog .rb-item {
	overflow: hidden;
	margin-bottom: 30px;
	display: block;
}

.blog-sidebar .recent-post .recent-blog .rb-item .rb-pic {
	float: left;
}

.blog-sidebar .recent-post .recent-blog .rb-item .rb-pic img {
	height: 80px;
	width: 80px;
}

.blog-sidebar .recent-post .recent-blog .rb-item .rb-text {
	display: table;
	padding-left: 16px;
}

.blog-sidebar .recent-post .recent-blog .rb-item .rb-text h6 {
	color: #252525;
	line-height: 24px;
	font-weight: 700;
	margin-bottom: 10px;
}

.blog-sidebar .recent-post .recent-blog .rb-item .rb-text p {
	margin-bottom: 0;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	color: #e7ab3c;
	letter-spacing: 2px;
	line-height: 20px;
}

.blog-sidebar .recent-post .recent-blog .rb-item .rb-text p span {
	color: #b2b2b2;
	font-weight: 400;
	text-transform: capitalize;
	letter-spacing: 0;
}

.blog-sidebar .blog-tags h4 {
	color: #252525;
	font-weight: 700;
	margin-bottom: 20px;
}

.blog-sidebar .blog-tags .tag-item a {
	display: inline-block;
	font-size: 16px;
	color: #636363;
	padding: 5px 15px;
	border: 1px solid #ebebeb;
	margin-right: 5px;
	margin-bottom: 9px;
	border-radius: 2px;
}

.blog-item {
	margin-bottom: 42px;
}

.blog-item .bi-pic img {
	min-width: 100%;
}

.blog-item .bi-text {
	padding-top: 24px;
}

.blog-item .bi-text h4 {
	color: #252525;
	font-weight: 700;
	line-height: 30px;
	margin-bottom: 16px;
}

.blog-item .bi-text p {
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	color: #e7ab3c;
	letter-spacing: 2px;
	line-height: 20px;
}

.blog-item .bi-text p span {
	color: #b2b2b2;
	font-weight: 400;
	text-transform: capitalize;
	letter-spacing: 0;
}

/*---------------------
  Blog Details
-----------------------*/

.blog-details {
	padding-top: 72px;
	padding-bottom: 80px;
}

.blog-details-inner .blog-detail-title {
	text-align: center;
	margin-bottom: 25px;
}

.blog-details-inner .blog-detail-title h2 {
	color: #252525;
	font-weight: 700;
	margin-bottom: 15px;
}

.blog-details-inner .blog-detail-title p {
	margin-bottom: 0;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	color: #e7ab3c;
	letter-spacing: 2px;
	line-height: 20px;
	display: inline-block;
	position: relative;
}

.blog-details-inner .blog-detail-title p:before {
	position: absolute;
	left: -175px;
	top: 8px;
	height: 1px;
	width: 125px;
	background: #ebebeb;
	content: "";
}

.blog-details-inner .blog-detail-title p:after {
	position: absolute;
	right: -175px;
	top: 7px;
	height: 1px;
	width: 125px;
	background: #ebebeb;
	content: "";
}

.blog-details-inner .blog-detail-title p span {
	color: #b2b2b2;
	font-size: 14px;
	font-weight: 400;
	text-transform: capitalize;
	letter-spacing: 0;
}

.blog-details-inner .blog-large-pic img {
	min-width: 100%;
}

.blog-details-inner .blog-detail-desc {
	margin-top: 22px;
	margin-bottom: 32px;
}

.blog-details-inner .blog-detail-desc p {
	font-size: 18px;
	line-height: 30px;
}

.blog-details-inner .blog-detail-desc p:first-of-type:first-letter {
	float: left;
	font-size: 60px;
	text-transform: uppercase;
	color: #252525;
	margin-top: 14px;
	margin-right: 10px;
}

.blog-details-inner .blog-quote {
	margin-bottom: 65px;
}

.blog-details-inner .blog-quote p {
	position: relative;
	color: #252525;
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
	padding-left: 32px;
}

.blog-details-inner .blog-quote p span {
	color: #161715;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.blog-details-inner .blog-quote p:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 88px;
	width: 3px;
	background: #e7ab3c;
	content: "";
}

.blog-details-inner .blog-more {
	margin-bottom: 32px;
}

.blog-details-inner .blog-more img {
	min-width: 100%;
}

.blog-details-inner p {
	font-size: 18px;
	line-height: 30px;
}

.blog-details-inner .tag-share {
	overflow: hidden;
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 54px;
	margin-top: 46px;
}

.blog-details-inner .tag-share .details-tag {
	float: left;
}

.blog-details-inner .tag-share .details-tag ul li {
	list-style: none;
	display: inline-block;
	color: #171717;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	margin-right: 16px;
}

.blog-details-inner .tag-share .details-tag ul li i {
	font-size: 18px;
	color: #e7ab3c;
}

.blog-details-inner .tag-share .blog-share {
	float: right;
}

.blog-details-inner .tag-share .blog-share .social-links {
	display: inline-block;
}

.blog-details-inner .tag-share .blog-share .social-links a {
	display: inline-block;
	color: #171717;
	margin-left: 25px;
}

.blog-details-inner .tag-share .blog-share span {
	font-size: 16px;
	color: #2d292f;
}

.blog-details-inner .blog-post {
	padding-top: 72px;
	margin-bottom: 58px;
}

.blog-details-inner .blog-post .prev-blog {
	display: block;
}

.blog-details-inner .blog-post .prev-blog .pb-pic {
	float: left;
	position: relative;
	margin-top: 7px;
}

.blog-details-inner .blog-post .prev-blog .pb-pic i {
	position: absolute;
	left: -32px;
	top: 35%;
	font-size: 18px;
	color: #b2b2b2;
}

.blog-details-inner .blog-post .prev-blog .pb-pic img {
	height: 70px;
	width: 70px;
}

.blog-details-inner .blog-post .prev-blog .pb-text {
	display: table;
	padding-left: 20px;
}

.blog-details-inner .blog-post .prev-blog .pb-text span {
	font-size: 14px;
	color: #b2b2b2;
	letter-spacing: 2px;
}

.blog-details-inner .blog-post .prev-blog .pb-text h5 {
	font-size: 20px;
	color: #252525;
	line-height: 26px;
	font-weight: 700;
	margin-top: 10px;
}

.blog-details-inner .blog-post .next-blog {
	display: block;
}

.blog-details-inner .blog-post .next-blog .nb-pic {
	float: right;
	position: relative;
	margin-top: 7px;
}

.blog-details-inner .blog-post .next-blog .nb-pic i {
	position: absolute;
	right: -28px;
	top: 35%;
	font-size: 18px;
	color: #b2b2b2;
}

.blog-details-inner .blog-post .next-blog .nb-pic img {
	height: 70px;
	width: 70px;
}

.blog-details-inner .blog-post .next-blog .nb-text {
	display: table;
	padding-right: 20px;
	text-align: right;
}

.blog-details-inner .blog-post .next-blog .nb-text span {
	font-size: 14px;
	color: #b2b2b2;
	letter-spacing: 2px;
}

.blog-details-inner .blog-post .next-blog .nb-text h5 {
	font-size: 20px;
	color: #252525;
	line-height: 26px;
	font-weight: 700;
	margin-top: 10px;
}

.blog-details-inner .posted-by {
	border: 1px solid #ebebeb;
	border-radius: 5px;
	padding: 40px 65px;
}

.blog-details-inner .posted-by .pb-pic {
	float: left;
}

.blog-details-inner .posted-by .pb-text {
	padding-left: 22px;
	display: table;
}

.blog-details-inner .posted-by .pb-text a {
	display: block;
}

.blog-details-inner .posted-by .pb-text a h5 {
	color: #252525;
	font-weight: 700;
	margin-bottom: 13px;
}

.blog-details-inner .posted-by .pb-text p {
	line-height: 30px;
	margin-bottom: 0;
}

.blog-details-inner .leave-comment {
	padding-top: 55px;
}

.blog-details-inner .leave-comment h4 {
	color: #292f3b;
	font-weight: 700;
	margin-bottom: 35px;
}

.blog-details-inner .leave-comment .comment-form input {
	width: 100%;
	font-size: 16px;
	color: #636363;
	height: 50px;
	border: 1px solid #ebebeb;
	border-radius: 5px;
	padding-left: 20px;
	margin-bottom: 30px;
}

.blog-details-inner .leave-comment .comment-form textarea {
	width: 100%;
	resize: none;
	font-size: 16px;
	color: #636363;
	height: 116px;
	border: 1px solid #ebebeb;
	border-radius: 5px;
	padding-left: 20px;
	padding-top: 10px;
	margin-bottom: 45px;
}

/*---------------------
  Map
-----------------------*/

.map {
	padding-top: 40px;
	padding-bottom: 0;
}

.map-inner-wrapper {
	position: relative;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 10px 30px rgba(13, 122, 95, 0.08);
	border: 1px solid #dcebe3;
	background: #ffffff;
}

.map-inner {
	height: 520px;
	position: relative;
}

.map-inner iframe {
	width: 100%;
	height: 100%;
	border: 0;
	display: block;
}

/* Floating Location Card */
.map-location-card {
	position: absolute;
	top: 24px;
	left: 24px;
	z-index: 5;
	background: rgba(255, 255, 255, 0.96);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	padding: 20px 22px;
	border-radius: 12px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
	border: 1px solid #d5e6de;
	max-width: 360px;
	text-align: left;
}

.mlc-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	margin-bottom: 10px;
	flex-wrap: wrap;
}

.mlc-badge {
	background: #0d7a5f;
	color: #ffffff;
	font-size: 11px;
	font-weight: 800;
	padding: 3px 10px;
	border-radius: 20px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	display: inline-flex;
	align-items: center;
	gap: 5px;
}

.mlc-gst {
	font-size: 11px;
	font-weight: 700;
	color: #666;
}

.mlc-title {
	font-size: 17px;
	font-weight: 800;
	color: #11241d;
	margin: 0 0 6px 0;
	line-height: 1.3;
}

.mlc-address {
	font-size: 13.5px;
	color: #4a5d54;
	line-height: 1.5;
	margin: 0 0 14px 0;
}

.mlc-actions {
	display: flex;
	align-items: center;
	gap: 8px;
}

.mlc-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	font-size: 12.5px;
	font-weight: 700;
	padding: 9px 14px;
	border-radius: 6px;
	text-decoration: none;
	transition: all 0.2s ease;
}

.mlc-btn.directions-btn {
	background: #0d7a5f;
	color: #ffffff;
	border: 1px solid #0d7a5f;
	flex: 1;
}

.mlc-btn.directions-btn:hover {
	background: #095945;
	color: #ffffff;
}

.mlc-btn.call-btn {
	background: #f3f8f5;
	color: #0d7a5f;
	border: 1px solid #cce2d7;
}

.mlc-btn.call-btn:hover {
	background: #e5f2eb;
	color: #0d7a5f;
}

@media only screen and (max-width: 767px) {
	.map {
		padding-top: 25px;
	}
	.map-inner {
		height: 380px;
	}
	.map-location-card {
		position: static;
		max-width: 100%;
		border-radius: 0;
		border: 0;
		border-bottom: 1px solid #dcebe3;
		padding: 16px 14px;
		box-shadow: none;
		background: #ffffff;
	}
}

/*---------------------
  Contact Section
-----------------------*/

.contact-section {
	padding-top: 75px;
	padding-bottom: 80px;
}

.contact-title {
	margin-bottom: 30px;
}

.contact-title h4 {
	color: #252525;
	font-weight: 700;
	margin-bottom: 16px;
}

.contact-widget .cw-item {
	background: #ffffff;
	margin-bottom: 11px;
	-webkit-box-shadow: 0px 8px 35px 10px #E8E8E8;
	box-shadow: 0px 8px 35px 10px #E8E8E8;
	padding-left: 25px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-radius: 10px;
}

.contact-widget .cw-item .ci-icon {
	float: left;
	margin-top: 12px;
}

.contact-widget .cw-item .ci-icon i {
	font-size: 30px;
	color: #b2b2b2;
}

.contact-widget .cw-item .ci-text {
	display: table;
	padding-left: 30px;
}

.contact-widget .cw-item .ci-text span {
	color: #b2b2b2;
	font-size: 16px;
}

.contact-widget .cw-item .ci-text p {
	font-size: 18px;
	color: #252525;
	margin-bottom: 0;
}

.contact-form .leave-comment h4 {
	color: #292f3b;
	font-weight: 700;
	margin-bottom: 20px;
}

.contact-form .leave-comment p {
	margin-bottom: 38px;
}

.contact-form .leave-comment .comment-form input {
	width: 100%;
	font-size: 16px;
	color: #636363;
	height: 50px;
	border: 1px solid #ebebeb;
	border-radius: 5px;
	padding-left: 20px;
	margin-bottom: 30px;
}

.contact-form .leave-comment .comment-form textarea {
	width: 100%;
	resize: none;
	font-size: 16px;
	color: #636363;
	height: 150px;
	border: 1px solid #ebebeb;
	border-radius: 5px;
	padding-left: 20px;
	padding-top: 10px;
	margin-bottom: 35px;
}

.contact-form .leave-comment .comment-form .site-btn {
	padding: 13px 35px 11px;
}

/*---------------------
  Faq Section
-----------------------*/

.faq-section {
	padding-top: 80px;
	padding-bottom: 54px;
}

.faq-accordin .card {
	border: none;
	margin-bottom: 22px;
}

.faq-accordin .card .card-heading {
	font-size: 22px;
	color: #252525;
	font-weight: 700;
	cursor: pointer;
}

.faq-accordin .card .card-heading a {
	padding-left: 42px;
	display: block;
}

.faq-accordin .card .card-body {
	padding: 0;
	padding-top: 13px;
	padding-bottom: 10px;
}

.faq-accordin .card .card-body p {
	margin-bottom: 0;
}

.faq-accordin .card-heading a:after,
.faq-accordin .card-heading>a.active[aria-expanded=false]:after {
	content: "";
	font-family: "FontAwesome";
	font-size: 14px;
	color: #404040;
	height: 25px;
	width: 25px;
	text-align: center;
	line-height: 25px;
	background: #EFEFF0;
	margin-top: 3px;
	position: absolute;
	left: 0;
	top: 0;
}

.faq-accordin .card-heading a[aria-expanded=true]:after,
.faq-accordin .card-heading>a.active:after {
	content: "";
	font-family: "FontAwesome";
	float: left;
	font-size: 13px;
	color: #ffffff;
	background: #e7ab3c;
}

/*---------------------
  Register Form
-----------------------*/

.register-login-section {
	padding-top: 72px;
	padding-bottom: 80px;
}

.register-form h2,
.login-form h2 {
	color: #252525;
	font-weight: 700;
	text-align: center;
	margin-bottom: 35px;
}

.register-form form .group-input,
.login-form form .group-input {
	margin-bottom: 25px;
}

.register-form form .group-input label,
.login-form form .group-input label {
	display: block;
	font-size: 18px;
	color: #252525;
	margin-bottom: 13px;
}

.register-form form .group-input input,
.login-form form .group-input input {
	border: 1px solid #ebebeb;
	height: 50px;
	width: 100%;
	padding-left: 20px;
	padding-right: 15px;
}

.register-form form .register-btn,
.register-form form .login-btn,
.login-form form .register-btn,
.login-form form .login-btn {
	width: 100%;
	letter-spacing: 2px;
	margin-top: 5px;
}

.register-form .switch-login,
.login-form .switch-login {
	text-align: center;
	margin-top: 22px;
}

.register-form .switch-login .or-login,
.login-form .switch-login .or-login {
	color: #252525;
	font-size: 14px;
	letter-spacing: 2px;
	text-transform: uppercase;
	position: relative;
}

.register-form .switch-login .or-login:before,
.login-form .switch-login .or-login:before {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 100%;
	background: #9f9f9f;
	content: "";
}

.login-form .group-input.gi-check {
	margin-bottom: 8px;
}

.login-form .group-input .gi-more {
	overflow: hidden;
}

.login-form .group-input .gi-more label {
	position: relative;
	cursor: pointer;
	padding-left: 28px;
	font-size: 14px;
	color: #6B6B6B;
	float: left;
}

.login-form .group-input .gi-more label input {
	position: absolute;
	visibility: hidden;
}

.login-form .group-input .gi-more label input:checked~span {
	border-color: #6C6C6C;
}

.login-form .group-input .gi-more label input:checked~span:after {
	border-color: #6c6c6c;
}

.login-form .group-input .gi-more label .checkmark {
	position: absolute;
	left: 0;
	top: 4px;
	height: 13px;
	width: 13px;
	border: 1px solid #6C6C6C;
	border-radius: 2px;
}

.login-form .group-input .gi-more label .checkmark:after {
	left: 2px;
	top: -2px;
	width: 13px;
	height: 6px;
	border: solid #ffffff;
	border-width: 2px 2px 0px 0px;
	-webkit-transform: rotate(127deg);
	-ms-transform: rotate(127deg);
	transform: rotate(127deg);
}

.login-form .group-input .gi-more .forget-pass {
	float: right;
	line-height: 20px;
	margin-top: -2px;
	font-size: 14px;
	color: #6B6B6B;
}

/* ------------------------------ Responsive Media Styles ---------------------------- */

@media only screen and (min-width: 1200px) and (max-width: 1920px) {
	.inner-header .advanced-search .input-group button {
		right: 0;
	}
	.product-item .pi-pic ul li a {
		padding: 16px 12px 12px 11px;
	}
	.nav-item .nav-menu li a {
		padding: 16px 20px 15px;
	}
}

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

/* Medium Device: 1200px */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.inner-header .advanced-search .category-btn {
		padding: 0 30px 0 12px;
		font-size: 13px;
		white-space: nowrap;
	}
	.inner-header .advanced-search .input-group {
		flex: 1;
	}
	.nav-item .nav-menu li a {
		padding: 16px 12px 15px;
		font-size: 13px;
	}
	.nav-item .nav-depart .depart-btn {
		padding: 14px 38px 14px 14px;
	}
	.hero-items .owl-nav button[type=button] {
		left: 5px;
	}
	.hero-items .owl-nav button[type=button].owl-next {
		right: 5px;
	}
	.countdown-timer .cd-item {
		margin-right: 26px;
	}
	.product-details .quantity .primary-btn.pd-cart {
		padding: 14px 30px 10px;
	}
	.tab-item ul li a {
		padding: 18px 39px;
	}
	.inner-header .advanced-search .input-group button {
		right: 0;
	}
	.product-shop .product-item .pi-pic ul li a {
		padding: 16px 12px 12px 11px;
	}
	.related-products .product-item .pi-pic ul li a {
		padding: 16px 12px 12px 11px;
	}
}

@media only screen and (max-width: 991px) {
	.banner-section {
		padding: 80px 0 50px;
	}
	.single-banner {
		margin-bottom: 30px;
	}
	.women-banner {
		padding-right: 0;
		padding-left: 0;
	}
	.product-large {
		margin-left: 0;
		margin-right: 0;
	}
	.deal-of-week {
		margin-left: 0;
		margin-right: 0;
	}
	.product-slider .owl-nav button[type=button] {
		display: none;
	}
	.man-banner {
		padding-right: 0;
		padding-left: 0;
	}
	.place-order {
		padding-top: 30px;
	}
	.blog-tags {
		padding-bottom: 40px;
	}
	.blog-details-inner .blog-post .prev-blog {
		margin-bottom: 40px;
	}
	.contact-form {
		padding-top: 40px;
	}
	.product-large.m-large {
		margin-top: 40px;
	}
	.hero-items .owl-nav button[type=button] {
		left: 5px;
	}
	.hero-items .owl-nav button[type=button].owl-next {
		right: 5px;
	}
	.product-shop.page-details .product-details {
		padding-top: 30px;
	}
	.inner-header .advanced-search .input-group button {
		right: 0;
	}
}

/* Tablet Device: 768px */

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header-top .ht-right .login-panel {
		padding-left: 10px;
	}
	.header-top .ht-right .top-social {
		padding-right: 10px;
	}
	.header-top .ht-left .mail-service {
		padding-right: 10px;
	}
	.header-top .ht-left .phone-service {
		padding-left: 10px;
	}
	.header-top .ht-right .top-social a {
		margin-left: 10px;
	}
	.inner-header .advanced-search .category-btn {
		padding: 0 28px 0 10px;
		font-size: 12.5px;
		white-space: nowrap;
	}
	.inner-header .advanced-search .input-group {
		flex: 1;
	}
	.inner-header .nav-right li {
		margin-left: 8px;
	}
	.nav-item .nav-depart .depart-btn {
		padding: 14px 40px 14px 18px;
	}
	.nav-item .nav-menu li a {
		padding: 16px 10px 15px;
	}
	.instagram-photo .insta-item .inside-text h5 {
		font-size: 14px;
	}
	.tab-item ul li a {
		padding: 18px 39px;
	}
	.hero-items .off-card {
		left: 62%;
	}
	.blog-details-inner .blog-post .prev-blog {
		padding-left: 30px;
	}
	.blog-details-inner .blog-post .next-blog {
		padding-right: 30px;
	}
	.blog-sidebar,
	.produts-sidebar-filter {
		padding-top: 50px;
	}
	.checkout-content input {
		margin-top: 50px;
	}
}

/* Large Device: 480px */

@media only screen and (max-width: 767px) {
	.instagram-photo .insta-item {
		width: 50%;
		height: 300px;
	}
	.copyright-reserved .copyright-text {
		float: none;
		margin-bottom: 10px;
		text-align: center;
	}
	.copyright-reserved .payment-pic {
		float: none;
		text-align: center;
	}
	.header-top {
		display: none !important;
	}
	.header-top .ht-left,
	.header-top .top-social,
	.header-top .ht-right .login-panel,
	.header-top .ht-right .lan-selector {
		display: none !important;
	}
	.inner-header .advanced-search .category-btn {
		display: none;
	}
	.inner-header .advanced-search .input-group {
		max-width: 100%;
	}
	.inner-header {
		padding: 15px 0 0;
		position: relative;
	}
	.inner-header .logo {
		text-align: center;
		margin-bottom: 12px;
	}
	.inner-header .logo a img {
		max-height: 46px;
		width: auto;
		object-fit: contain;
		display: inline-block;
	}
	.inner-header .advanced-search {
		border: 1.5px solid #ebebeb;
		border-radius: 4px;
		overflow: hidden;
		height: 42px;
		max-width: 100%;
		margin: 0 0 15px 0;
	}
	.inner-header .advanced-search .category-btn {
		display: none;
	}
	.inner-header .advanced-search .input-group {
		max-width: 100%;
		height: 100%;
		margin: 0;
	}
	.inner-header .advanced-search .input-group input {
		height: 100%;
		font-size: 13px;
		padding-left: 14px;
		color: #333;
	}
	.inner-header .advanced-search .input-group button {
		height: 100%;
		padding: 0 16px;
		top: 0;
		right: 0;
		border: none;
		background: #0d7a5f;
		color: #ffffff;
		cursor: pointer;
	}
	.inner-header .mobile-actions-wrap {
		display: flex !important;
		align-items: center !important;
		justify-content: space-between !important;
		width: 100% !important;
		padding: 4px 0 12px !important;
		position: relative !important;
	}
	.inner-header .mobile-actions-wrap .nav-right,
	.inner-header .nav-right {
		display: inline-flex !important;
		align-items: center !important;
		gap: 16px !important;
		margin: 0 !important;
		padding: 0 !important;
		float: none !important;
		text-align: left !important;
	}
	.inner-header .mobile-actions-wrap .nav-right li,
	.inner-header .nav-right li {
		margin: 0 !important;
		font-size: 20px;
		display: inline-block;
	}
	.inner-header .nav-right li:first-child {
		margin-left: 0;
	}
	.inner-header .nav-right li.heart-icon a span,
	.inner-header .nav-right li.cart-icon a span {
		background: #e7ab3c;
	}

	.inner-header .mobile-actions-wrap #mobile-menu-wrap {
		display: block !important;
		margin: 0 !important;
		padding: 0 !important;
		float: none !important;
		text-align: right !important;
	}

	.nav-item {
		background: transparent;
		padding: 0;
		margin: 0;
		border: none;
	}
	.nav-item .nav-menu,
	.nav-item .nav-depart {
		display: none;
	}

	/* SlickNav Menu Button - Always on the Far Right Side (#e7ab3c) */
	#mobile-menu-wrap {
		display: block;
		margin: 0;
		padding: 0;
		text-align: right;
	}
	.slicknav_menu {
		display: block !important;
		background: transparent !important;
		padding: 0 !important;
		margin: 0 !important;
		float: none !important;
		text-align: right !important;
	}
	.slicknav_btn {
		display: inline-flex !important;
		align-items: center !important;
		gap: 6px !important;
		background-color: #e7ab3c !important;
		color: #ffffff !important;
		padding: 7px 14px !important;
		border-radius: 4px !important;
		margin: 0 !important;
		float: none !important;
		text-shadow: none !important;
		box-shadow: none !important;
		cursor: pointer !important;
		text-decoration: none !important;
	}
	.slicknav_btn:hover,
	.slicknav_btn:active {
		background-color: #d6982b !important;
	}
	.slicknav_menu .slicknav_menutxt {
		display: inline-block !important;
		font-size: 13px !important;
		font-weight: 700 !important;
		letter-spacing: 0.5px !important;
		color: #ffffff !important;
		text-shadow: none !important;
		line-height: 1 !important;
		margin: 0 !important;
		float: none !important;
	}
	.slicknav_menu .slicknav_icon {
		margin: 0 !important;
		float: none !important;
		width: 14px;
		height: 11px;
		display: inline-flex;
		flex-direction: column;
		justify-content: space-between;
	}
	.slicknav_menu .slicknav_icon:before {
		display: none !important;
	}
	.slicknav_menu .slicknav_icon-bar {
		background-color: #ffffff !important;
		height: 2px !important;
		width: 14px !important;
		border-radius: 1px !important;
		box-shadow: none !important;
		margin: 0 !important;
		float: none !important;
		display: block !important;
	}

	/* SlickNav Dropdown Navigation */
	.slicknav_nav {
		position: absolute !important;
		top: 100% !important;
		left: 0 !important;
		right: 0 !important;
		width: 100% !important;
		background: #333333 !important;
		margin-top: 8px !important;
		padding: 5px 0 !important;
		border-radius: 4px;
		box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25) !important;
		text-align: left;
		z-index: 99999 !important;
	}
	.slicknav_nav ul {
		margin: 0 !important;
		padding: 0 !important;
		background: #333333 !important;
		text-align: left;
	}
	.slicknav_nav li {
		border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	}
	.slicknav_nav li:last-child {
		border-bottom: none;
	}
	.slicknav_nav a,
	.slicknav_nav .slicknav_row {
		padding: 10px 18px !important;
		font-size: 14px !important;
		font-weight: 600 !important;
		color: #ffffff !important;
		margin: 0 !important;
		display: flex !important;
		align-items: center;
		justify-content: space-between;
		text-decoration: none !important;
		transition: background 0.2s ease;
	}
	.slicknav_nav a:hover,
	.slicknav_nav .slicknav_row:hover {
		background: #e7ab3c !important;
		color: #ffffff !important;
	}
	.slicknav_nav .dropdown a {
		padding-left: 30px !important;
		font-size: 13px !important;
		background: #252525 !important;
		color: #cccccc !important;
	}
	.slicknav_nav a.whatsapp-btn {
		background: #25D366 !important;
		color: #ffffff !important;
		font-weight: 700 !important;
		margin: 10px 15px !important;
		border-radius: 4px !important;
		padding: 10px 14px !important;
		display: flex !important;
		align-items: center;
		justify-content: center;
		gap: 8px;
	}
	.slicknav_nav a.whatsapp-btn:hover {
		background: #1ebe5a !important;
	}

	.inner-header .nav-right li.cart-icon .cart-hover {
		left: -50px;
	}
	.product-show-option p {
		text-align: left;
	}
	.tab-item ul li a {
		padding: 18px 51px;
		margin-bottom: 10px;
	}
	.cart-table {
		overflow: auto;
	}
	.cart-table table tr th {
		font-size: 12px;
	}
	.hero-items .single-hero-items {
		padding: 110px 25px 80px;
		height: auto;
		background: left center;
	}
	.hero-items .single-hero-items h1 {
		font-size: 40px;
	}
	.blog-details-inner .tag-share .details-tag ul li {
		margin-right: 10px;
	}
	.blog-details-inner .tag-share .blog-share .social-links a {
		margin-left: 15px;
	}
	.blog-details-inner .blog-detail-title p:before {
		left: -135px;
		width: 100px;
	}
	.blog-details-inner .blog-detail-title p:after {
		right: -135px;
		width: 100px;
	}
	.hero-items .off-card {
		display: none;
	}
	.ps-slider .owl-nav button[type=button] {
		left: 0;
	}
	.ps-slider .owl-nav button[type=button].owl-next {
		right: 0;
	}
	.blog-details-inner .blog-post .prev-blog {
		padding-left: 30px;
	}
	.blog-details-inner .blog-post .next-blog {
		padding-right: 30px;
	}
	.blog-details-inner .posted-by {
		padding: 40px 25px;
		text-align: center;
	}
	.blog-details-inner .posted-by .pb-pic {
		float: none;
		margin-bottom: 30px;
	}
	.blog-details-inner .posted-by .pb-text {
		padding-left: 0;
	}
	.blog-sidebar,
	.produts-sidebar-filter {
		padding-top: 50px;
	}
	.checkout-content input {
		margin-top: 50px;
	}
}

/* Small Device: 320px */

@media only screen and (max-width: 479px) {
	.instagram-photo .insta-item {
		width: 100%;
	}
	.inner-header .advanced-search .category-btn {
		display: none;
	}
	.inner-header .advanced-search .input-group {
		max-width: 100%;
	}
	.inner-header .logo a img {
		max-height: 38px;
	}
	.inner-header .nav-right li {
		font-size: 18px;
		margin-left: 14px;
	}
	.slicknav_menu {
		margin-top: -44px;
	}
	.slicknav_btn {
		padding: 6px 11px !important;
		gap: 4px !important;
		float: right !important;
	}
	.slicknav_menu .slicknav_menutxt {
		font-size: 12px !important;
	}
	.inner-header .nav-right li.cart-icon .cart-hover {
		width: 270px;
		padding: 20px;
	}
	.countdown-timer .cd-item {
		margin-right: 5px;
		padding: 10px 6px;
	}
	.product-show-option .select-option {
		display: inline-block;
	}
	.product-show-option .select-option .sorting.nice-select {
		margin-bottom: 10px;
	}
	.product-details .quantity .primary-btn.pd-cart {
		padding: 14px 20px 10px;
	}
	.tab-item ul li a {
		padding: 18px 30px;
		margin-bottom: 10px;
	}
	.specification-table table tr td.p-catagory {
		width: 160px;
	}
	.blog-details-inner .blog-post .next-blog .nb-pic i {
		display: none;
	}
	.blog-details-inner .blog-post .prev-blog .pb-pic i {
		display: none;
	}
	.blog-details-inner .tag-share .details-tag {
		float: none;
		margin-bottom: 10px;
	}
	.blog-details-inner .tag-share .blog-share {
		float: none;
	}
	.blog-details-inner .blog-detail-title p:before {
		left: -62px;
		width: 50px;
	}
	.blog-details-inner .blog-detail-title p:after {
		right: -62px;
		width: 50px;
	}
	.blog-details-inner .posted-by .pb-pic {
		float: none;
		margin-bottom: 15px;
	}
	.blog-details-inner .posted-by .pb-text {
		padding-left: 0;
		display: block;
	}
	.checkout-form .place-order .order-total {
		padding-left: 20px;
		padding-right: 20px;
	}
	.contact-widget .cw-item .ci-icon {
		float: none;
		margin-bottom: 5px;
	}
	.contact-widget .cw-item .ci-text {
		padding-left: 0;
	}
	.benefit-items .single-benefit {
		padding-left: 15px;
		padding-right: 15px;
	}
}

/*--------------------------------------------------
    Ayuzaa Launch & Brand Story Styles (Launching Sept 7, 2026)
----------------------------------------------------*/

/* Top Launch Announcement Ribbon */
.launch-top-announcement {
    background: linear-gradient(90deg, #093c2f 0%, #0d7a5f 50%, #093c2f 100%);
    color: #ffffff;
    padding: 9px 0;
    font-size: 13px;
    letter-spacing: 0.3px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    position: relative;
    z-index: 999;
}

.launch-top-announcement .announcement-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    text-align: center;
}

.launch-top-announcement .announcement-link {
    background: #e8a825;
    color: #11241d;
    font-weight: 800;
    padding: 3px 14px;
    border-radius: 20px;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.2s ease;
    display: inline-block;
}

.launch-top-announcement .announcement-link:hover {
    background: #ffffff;
    color: #0d7a5f;
    transform: scale(1.04);
}

/* Header Top GST Pill */
.gst-service {
    display: inline-block;
    font-size: 14px;
    color: #252525;
    margin-left: 20px;
    font-weight: 600;
}

.gst-service i {
    color: #0d7a5f;
    margin-right: 5px;
}

/* Launch Countdown Section (Replaced Deal of Week / Yellow Bag) */
.launch-countdown-section {
    background: linear-gradient(135deg, #f3faf6 0%, #e8f5ee 50%, #f7fcf9 100%);
    position: relative;
    overflow: hidden;
    border-top: 1px solid #d0ecde;
    border-bottom: 1px solid #d0ecde;
    padding: 80px 0;
}

.launch-countdown-section:before {
    content: "";
    position: absolute;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(13, 122, 95, 0.08) 0%, transparent 70%);
    top: -100px;
    left: -100px;
    border-radius: 50%;
    pointer-events: none;
}

.launch-content {
    position: relative;
    z-index: 2;
}

/* Circular Official Launch Badge / Stamp */
.launch-circle-badge {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 124px;
    height: 124px;
    border-radius: 50% !important;
    background: linear-gradient(145deg, #ffffff 0%, #eef8f4 100%);
    border: 2.5px solid #0d7a5f;
    box-shadow: 0 8px 24px rgba(13, 122, 95, 0.16), inset 0 0 0 4px rgba(231, 171, 60, 0.35);
    margin-bottom: 22px;
    position: relative;
    text-align: center;
    padding: 8px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.launch-circle-badge:hover {
    transform: scale(1.05) rotate(-2deg);
    box-shadow: 0 12px 30px rgba(13, 122, 95, 0.25), inset 0 0 0 4px rgba(231, 171, 60, 0.6);
}

.launch-circle-badge .lcb-icon {
    font-size: 20px;
    color: #e7ab3c;
    margin-bottom: 2px;
    display: block;
    line-height: 1;
}

.launch-circle-badge .lcb-label {
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 1.2px;
    color: #0d7a5f;
    text-transform: uppercase;
    display: block;
    line-height: 1.1;
}

.launch-circle-badge .lcb-date {
    font-size: 15px;
    font-weight: 900;
    color: #1a2e26;
    display: block;
    line-height: 1.15;
    margin-top: 1px;
    letter-spacing: 0.5px;
}

.launch-circle-badge .lcb-year {
    font-size: 11px;
    font-weight: 700;
    color: #e7ab3c;
    display: block;
    line-height: 1;
    letter-spacing: 0.5px;
}

.launch-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(13, 122, 95, 0.12);
    color: #0d7a5f;
    padding: 7px 16px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    margin-bottom: 16px;
    border: 1px solid rgba(13, 122, 95, 0.28);
}

.launch-content h2 {
    font-size: 42px;
    font-weight: 900;
    color: #11241d;
    margin-bottom: 8px;
    line-height: 1.2;
}

.launch-tagline {
    font-size: 18px;
    color: #0d7a5f;
    font-weight: 700;
    font-style: italic;
    margin-bottom: 14px;
}

.launch-desc {
    font-size: 15px;
    color: #4a5e54;
    line-height: 1.75;
    max-width: 620px;
    margin-bottom: 22px;
}

.launch-combo-price {
    display: flex;
    align-items: baseline;
    gap: 12px;
    margin-bottom: 25px;
    flex-wrap: wrap;
    background: #ffffff;
    display: inline-flex;
    padding: 10px 20px;
    border-radius: 12px;
    border: 1px solid #d4ece1;
    box-shadow: 0 4px 15px rgba(13, 122, 95, 0.06);
}

.launch-combo-price .combo-label {
    font-size: 14px;
    font-weight: 700;
    color: #1a2e26;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.launch-combo-price .price-val {
    font-size: 32px;
    font-weight: 900;
    color: #0d7a5f;
}

.launch-combo-price .price-original {
    font-size: 18px;
    color: #999;
    text-decoration: line-through;
}

.launch-combo-price .discount-pill {
    background: #d9483b;
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    padding: 4px 10px;
    border-radius: 12px;
    text-transform: uppercase;
}

/* Countdown Timer Styling */
.launch-countdown-section .countdown-timer {
    display: flex;
    margin-bottom: 28px;
    gap: 12px;
}

.launch-countdown-section .countdown-timer .cd-item {
    background: #ffffff;
    border: 2px solid #0d7a5f;
    border-radius: 12px;
    padding: 14px 16px;
    min-width: 80px;
    text-align: center;
    box-shadow: 0 6px 16px rgba(13, 122, 95, 0.1);
}

.launch-countdown-section .countdown-timer .cd-item span {
    font-size: 32px;
    font-weight: 900;
    color: #0d7a5f;
    display: block;
    line-height: 1;
}

.launch-countdown-section .countdown-timer .cd-item p {
    font-size: 12px;
    font-weight: 700;
    color: #555;
    margin: 4px 0 0;
    text-transform: uppercase;
}

/* Launch Action Buttons */
.launch-btn-group {
    display: flex !important;
    flex-direction: row !important;
    gap: 12px;
    align-items: center !important;
    margin-bottom: 24px;
    flex-wrap: nowrap !important;
}

.launch-btn-group .notify-btn {
    background: #0d7a5f;
    color: #ffffff !important;
    border: none;
    font-weight: 700;
    padding: 13px 22px;
    border-radius: 8px;
    font-size: 14px;
    cursor: pointer;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    white-space: nowrap !important;
    gap: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 6px 18px rgba(13, 122, 95, 0.3);
}

.launch-btn-group .notify-btn:hover {
    background: #095945;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(13, 122, 95, 0.4);
}

.launch-btn-group .whatsapp-prebook-btn {
    background: #25D366;
    color: #ffffff !important;
    font-weight: 700;
    padding: 13px 22px;
    border-radius: 8px;
    font-size: 14px;
    text-decoration: none;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    white-space: nowrap !important;
    gap: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 6px 18px rgba(37, 211, 102, 0.3);
}

.launch-btn-group .whatsapp-prebook-btn:hover {
    background: #1ebe5a;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(37, 211, 102, 0.4);
}

/* Feature Badges */
.launch-features-pills {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    font-size: 13px;
    font-weight: 700;
    color: #2b4538;
}

.launch-features-pills span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #ffffff;
    padding: 7px 15px;
    border-radius: 20px;
    border: 1px solid #cbe3d7;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
}

.launch-features-pills span i {
    color: #0d7a5f;
}

/* Launch Visual Box Right */
.launch-visual-box {
    position: relative;
    display: inline-block;
    background: #ffffff;
    border-radius: 24px;
    padding: 36px 30px;
    box-shadow: 0 20px 50px rgba(13, 122, 95, 0.15);
    border: 2px solid #cbe3d7;
    max-width: 440px;
    width: 100%;
}

.launch-ribbon {
    position: absolute;
    top: 18px;
    right: 18px;
    background: #0d7a5f;
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    padding: 6px 16px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.launch-product-img {
    max-width: 100%;
    height: auto;
    max-height: 380px;
    object-fit: contain;
    filter: drop-shadow(0 15px 25px rgba(0, 0, 0, 0.15));
    transition: transform 0.4s ease;
}

.launch-visual-box:hover .launch-product-img {
    transform: scale(1.03);
}

.launch-price-tag {
    position: absolute;
    bottom: 22px;
    left: 22px;
    background: #ffffff;
    padding: 10px 20px;
    border-radius: 14px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    border: 1px solid #d4ece1;
    text-align: left;
}

.launch-price-tag span {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    color: #6a7d74;
    font-weight: 800;
    letter-spacing: 0.5px;
}

.launch-price-tag strong {
    font-size: 24px;
    color: #0d7a5f;
    font-weight: 900;
}

/* Upcoming Product Card */
.upcoming-product-card {
    border: 2px dashed #b8ded0;
    border-radius: 12px;
    padding: 30px 22px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #fafdfc;
    transition: all 0.3s ease;
}

.upcoming-product-card:hover {
    border-color: #0d7a5f;
    background: #f1f9f5;
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(13, 122, 95, 0.1);
}

.upcoming-badge {
    background: #e8a825;
    color: #1a2e26;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    padding: 5px 14px;
    border-radius: 20px;
    letter-spacing: 0.5px;
    margin-bottom: 16px;
    display: inline-block;
}

.upcoming-product-card h4 {
    font-size: 19px;
    font-weight: 800;
    color: #11241d;
    margin-bottom: 10px;
}

.upcoming-product-card p {
    font-size: 13px;
    color: #5b6d64;
    margin-bottom: 20px;
    line-height: 1.6;
}

/* Brand Story Section (2026 Founding & Ancient History Revival) */
.brand-story-section {
    background: #11241d;
    color: #eaf3ee;
    padding: 90px 0;
    position: relative;
    overflow: hidden;
}

.brand-story-section:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(232, 168, 37, 0.08) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.story-header {
    text-align: center;
    max-width: 820px;
    margin: 0 auto 35px;
}

.story-pill {
    display: inline-block;
    background: rgba(232, 168, 37, 0.16);
    color: #e8a825;
    border: 1px solid rgba(232, 168, 37, 0.35);
    padding: 6px 18px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.story-header h2 {
    font-size: 40px;
    font-weight: 900;
    color: #ffffff;
    margin-bottom: 12px;
}

.story-tagline {
    font-size: 18px;
    color: #88c9b2;
    font-style: italic;
    font-weight: 500;
}

.story-body-text {
    max-width: 880px;
    margin: 0 auto 55px;
    text-align: center;
    font-size: 16px;
    line-height: 1.85;
    color: #c4d9ce;
}

.story-body-text p {
    margin-bottom: 18px;
}

.story-body-text strong {
    color: #ffffff;
    font-weight: 700;
}

.story-pillars-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.story-pillar-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 14px;
    padding: 28px 22px;
    text-align: center;
    transition: all 0.3s ease;
}

.story-pillar-card:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.08);
    border-color: #0d7a5f;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

.pillar-icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    background: rgba(13, 122, 95, 0.3);
    color: #88c9b2;
    font-size: 24px;
    margin: 0 auto 18px;
    transition: all 0.3s ease;
}

.story-pillar-card:hover .pillar-icon {
    background: #0d7a5f;
    color: #ffffff;
    transform: scale(1.1);
}

.story-pillar-card h4 {
    font-size: 17px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 12px;
}

.story-pillar-card p {
    font-size: 13px;
    color: #a4b8af;
    line-height: 1.65;
    margin: 0;
}

/* Notify Me Modal Backdrop & Card */
.notify-modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(10, 25, 20, 0.78);
    z-index: 999999;
    display: none;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(5px);
    padding: 20px;
}

.notify-modal-backdrop.active {
    display: flex;
}

.notify-modal-card {
    background: #ffffff;
    border-radius: 18px;
    max-width: 480px;
    width: 100%;
    padding: 38px 32px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.35);
    position: relative;
    text-align: center;
    border: 2px solid #0d7a5f;
    animation: modalPop 0.3s ease;
}

@keyframes modalPop {
    from { transform: scale(0.92); opacity: 0; }
    to { transform: scale(1); opacity: 1; }
}

.notify-close-btn {
    position: absolute;
    top: 18px;
    right: 20px;
    background: transparent;
    border: none;
    font-size: 24px;
    color: #888;
    cursor: pointer;
    line-height: 1;
    padding: 4px;
    transition: color 0.2s ease;
}

.notify-close-btn:hover {
    color: #111;
}

.notify-modal-card h3 {
    font-size: 24px;
    font-weight: 800;
    color: #11241d;
    margin-bottom: 8px;
}

.notify-sub {
    font-size: 14px;
    color: #555;
    margin-bottom: 24px;
    line-height: 1.5;
}

.notify-form-group {
    margin-bottom: 16px;
    text-align: left;
}

.notify-form-group label {
    font-size: 12px;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: block;
    margin-bottom: 6px;
}

.notify-form-group input {
    width: 100%;
    height: 46px;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 0 16px;
    font-size: 14px;
    color: #222;
    transition: all 0.2s ease;
}

.notify-form-group input:focus {
    border-color: #0d7a5f;
    outline: none;
    box-shadow: 0 0 0 3px rgba(13, 122, 95, 0.15);
}

.notify-submit-btn {
    width: 100%;
    height: 50px;
    background: #0d7a5f;
    color: #ffffff;
    font-size: 15px;
    font-weight: 800;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.2s ease;
    margin-top: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.notify-submit-btn:hover {
    background: #095945;
}

.notify-disclaimer {
    font-size: 11px;
    color: #888;
    margin-top: 14px;
    margin-bottom: 0;
}

/* Footer Ayuzaa Enhancements */
.footer-badge-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    font-size: 14px;
    color: #b0c2ba;
}

.footer-badge-item i {
    color: #e8a825;
    font-size: 16px;
}


/* Responsive Overrides for Launch & Story */
@media (max-width: 991px) {
    .story-pillars-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .launch-content h2 {
        font-size: 34px;
    }
    .launch-visual-box {
        margin-top: 40px;
    }
}

@media (max-width: 575px) {
    .story-pillars-grid {
        grid-template-columns: 1fr;
    }
    .launch-content h2 {
        font-size: 28px;
    }
    .launch-combo-price .price-val {
        font-size: 26px;
    }
    .launch-countdown-section .countdown-timer {
        justify-content: center;
    }
    .launch-countdown-section .countdown-timer .cd-item {
        min-width: 65px;
        padding: 10px 8px;
    }
    .launch-countdown-section .countdown-timer .cd-item span {
        font-size: 24px;
    }
    .launch-circle-badge {
        width: 110px;
        height: 110px;
        margin-bottom: 18px;
    }
    .launch-btn-extra {
        display: none !important;
    }
    .launch-btn-group {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        gap: 10px !important;
        width: 100% !important;
    }
    .launch-btn-group .notify-btn,
    .launch-btn-group .whatsapp-prebook-btn {
        flex: 1 1 0 !important;
        min-width: 0 !important;
        padding: 12px 12px !important;
        font-size: 13px !important;
        font-weight: 700 !important;
        letter-spacing: 0.3px !important;
        white-space: nowrap !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        text-align: center !important;
        box-sizing: border-box !important;
        border-radius: 8px !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }
    .launch-btn-group .notify-btn i,
    .launch-btn-group .whatsapp-prebook-btn i {
        font-size: 14px !important;
        margin-right: 6px !important;
        flex-shrink: 0 !important;
    }
}

/*--------------------------------------------------
  Razorpay Success Modal & Print Styles
----------------------------------------------------*/
@keyframes popIn {
    0% {
        opacity: 0;
        transform: scale(0.92) translateY(20px);
    }
    100% {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

@media print {
    body * {
        visibility: hidden;
    }
    #razorpaySuccessModal,
    #razorpaySuccessModal * {
        visibility: visible;
    }
    #razorpaySuccessModal {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        background: transparent !important;
        padding: 0;
    }
    .razorpay-invoice-card {
        box-shadow: none !important;
        border: 1px solid #ccc !important;
        max-width: 100% !important;
    }
    .razorpay-invoice-card a,
    .razorpay-invoice-card button {
        display: none !important;
    }
}

/*--------------------------------------------------
  Checkout Page — 100% Fully Responsive Design System
----------------------------------------------------*/

/* --- Global Anti-Overflow Rules --- */
.checkout-section,
.partner-logo,
.logo-carousel,
.owl-carousel,
.owl-stage-outer {
    overflow: hidden !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
}

/* Fix: Prevent invisible radio and checkbox inputs from stretching or blowing out screen width */
.checkout-form input[type="radio"],
.checkout-form input[type="checkbox"],
.checkout-form .create-item label input,
.checkout-form .payment-check input,
.checkout-form .place-order .order-total .payment-check .pc-item label input {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    clip-path: inset(50%) !important;
    overflow: hidden !important;
    white-space: nowrap !important;
    opacity: 0 !important;
    pointer-events: none !important;
    left: 0 !important;
    top: 0 !important;
}

/* --- Desktop Header Navbar Alignment (eliminates trailing black void) --- */
@media only screen and (min-width: 992px) {
    .nav-item .container {
        display: flex !important;
        align-items: center !important;
    }
    .nav-item .nav-menu {
        flex: 1 !important;
    }
    .nav-item .nav-menu > ul {
        display: flex !important;
        align-items: center !important;
        width: 100% !important;
        margin: 0 !important;
    }
    .nav-item .nav-menu > ul > li.nav-whatsapp {
        margin-left: auto !important;
    }
}

/* Hide messy header-top on screens under 992px to prevent header overflow */
@media only screen and (max-width: 991px) {
    .header-top {
        display: none !important;
    }
}

/* --- Checkout Top Notices (Login & Promo Banners) --- */
.checkout-notices-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 24px;
    width: 100%;
}

.checkout-notice-card {
    flex: 1;
    min-width: 260px;
    border-radius: 8px;
    padding: 12px 18px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13.5px;
    box-sizing: border-box;
}

.checkout-notice-card.login-notice {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    color: #475569;
}

.checkout-notice-card.login-notice a {
    color: #0d7a5f;
    font-weight: 700;
    text-decoration: underline;
}

.checkout-notice-card.coupon-notice {
    background: #f0fdf4;
    border: 1px dashed #0d7a5f;
    color: #166534;
}

/* --- Form Fields & Labels --- */
.checkout-form {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.checkout-form label {
    font-size: 13.5px !important;
    font-weight: 600 !important;
    color: #374151 !important;
    margin-bottom: 6px !important;
    display: block !important;
}

.checkout-form label span {
    color: #e53e3e !important;
    margin-left: 2px;
}

.checkout-form input[type="text"],
.checkout-form input[type="email"],
.checkout-form input[type="tel"],
.checkout-form input[type="number"],
.checkout-form input[type="password"] {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    border-radius: 6px !important;
    height: 48px !important;
    font-size: 14px !important;
    border: 1.5px solid #d1d5db !important;
    padding: 10px 14px !important;
    margin-bottom: 18px !important;
    background: #ffffff !important;
    transition: border-color 0.2s, box-shadow 0.2s !important;
}

.checkout-form input:focus {
    border-color: #0d7a5f !important;
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(13, 122, 95, 0.12) !important;
}

.checkout-billing-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px;
    flex-wrap: wrap;
    gap: 10px;
}

.checkout-billing-header h4 {
    font-size: 20px !important;
    font-weight: 800 !important;
    color: #11241d !important;
    margin: 0 !important;
}

.checkout-autofill-btn {
    background: #f0fdf4 !important;
    color: #0d7a5f !important;
    border: 1.5px solid #88c9b2 !important;
    padding: 6px 14px !important;
    border-radius: 6px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
}

.checkout-autofill-btn:hover {
    background: #dcfce7 !important;
    border-color: #0d7a5f !important;
}

/* Save delivery checkbox */
.checkout-form .create-item {
    padding-top: 5px !important;
    margin-bottom: 25px !important;
}

.checkout-form .create-item label {
    font-size: 13.5px !important;
    color: #4b5563 !important;
    font-weight: 500 !important;
    padding-left: 28px !important;
    position: relative !important;
    cursor: pointer !important;
    user-select: none !important;
    margin-bottom: 0 !important;
}

.checkout-form .create-item label .checkmark {
    position: absolute !important;
    left: 0 !important;
    top: 2px !important;
    height: 18px !important;
    width: 18px !important;
    border: 2px solid #94a3b8 !important;
    border-radius: 4px !important;
    background: #ffffff !important;
    transition: all 0.2s !important;
}

.checkout-form .create-item label input:checked ~ .checkmark {
    background: #0d7a5f !important;
    border-color: #0d7a5f !important;
}

.checkout-form .create-item label .checkmark:after {
    content: "" !important;
    position: absolute !important;
    left: 5px !important;
    top: 2px !important;
    width: 5px !important;
    height: 9px !important;
    border: solid #ffffff !important;
    border-width: 0 2px 2px 0 !important;
    transform: rotate(45deg) !important;
    opacity: 0;
    transition: opacity 0.2s;
}

.checkout-form .create-item label input:checked ~ .checkmark:after {
    opacity: 1 !important;
}

/* --- Place Order / Order Summary Panel --- */
.checkout-form .place-order {
    margin-top: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
}

.checkout-form .place-order h4 {
    font-size: 20px !important;
    font-weight: 800 !important;
    color: #11241d !important;
    margin-bottom: 18px !important;
}

.checkout-form .place-order .order-total {
    border: 1.5px solid #e2e8f0 !important;
    border-radius: 12px !important;
    padding: 24px 22px !important;
    background: #ffffff !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04) !important;
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
}

/* Razorpay Test Credentials Banner */
.checkout-razorpay-badge {
    background: #f0fdf4 !important;
    border: 1.5px dashed #0d7a5f !important;
    border-radius: 10px !important;
    padding: 14px 16px !important;
    margin-bottom: 20px !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

.checkout-test-credentials {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr)) !important;
    gap: 10px !important;
    width: 100% !important;
    margin-top: 10px !important;
    box-sizing: border-box !important;
}

.checkout-test-credentials > div {
    background: #dcfce7 !important;
    border-radius: 6px !important;
    padding: 10px 12px !important;
    box-sizing: border-box !important;
}

/* Order Summary Table */
.checkout-form .place-order .order-total .order-table {
    margin-bottom: 22px !important;
    padding: 0 !important;
    list-style: none !important;
}

.checkout-form .place-order .order-total .order-table li {
    font-size: 13.5px !important;
    color: #1f2937 !important;
    padding: 12px 0 !important;
    border-bottom: 1px solid #f1f5f9 !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 10px !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

.checkout-form .place-order .order-total .order-table li:first-child {
    font-weight: 800 !important;
    font-size: 12.5px !important;
    letter-spacing: 0.5px !important;
    color: #64748b !important;
    text-transform: uppercase !important;
    padding-top: 0 !important;
}

.checkout-form .place-order .order-total .order-table li.fw-normal {
    font-weight: 500 !important;
    color: #334155 !important;
}

.checkout-form .place-order .order-total .order-table li span {
    font-weight: 700 !important;
    color: #0d7a5f !important;
    flex-shrink: 0 !important;
    white-space: nowrap !important;
    text-align: right !important;
}

.checkout-form .place-order .order-total .order-table li.total-price {
    border-bottom: none !important;
    padding-top: 16px !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    color: #11241d !important;
}

.checkout-form .place-order .order-total .order-table li.total-price span {
    font-size: 20px !important;
    color: #0d7a5f !important;
}

/* Payment Method Cards */
.checkout-form .place-order .order-total .payment-check {
    margin-bottom: 22px !important;
}

.checkout-form .place-order .order-total .payment-check .pc-item {
    margin-bottom: 10px !important;
    background: #f8fafc !important;
    border: 1.5px solid #e2e8f0 !important;
    border-radius: 8px !important;
    padding: 12px 16px !important;
    position: relative !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    box-sizing: border-box !important;
}

.checkout-form .place-order .order-total .payment-check .pc-item:hover {
    border-color: #cbd5e1 !important;
}

.checkout-form .place-order .order-total .payment-check .pc-item:has(input:checked) {
    background: #f0fdf4 !important;
    border-color: #0d7a5f !important;
}

.checkout-form .place-order .order-total .payment-check .pc-item label {
    margin: 0 !important;
    cursor: pointer !important;
    font-size: 12.5px !important;
    color: #475569 !important;
    line-height: 1.4 !important;
    padding-left: 32px !important;
    position: relative !important;
    display: block !important;
}

.checkout-form .place-order .order-total .payment-check .pc-item label strong {
    display: block !important;
    color: #0f172a !important;
    font-size: 14px !important;
    margin-bottom: 2px !important;
}

.checkout-form .place-order .order-total .payment-check .pc-item .checkmark {
    position: absolute !important;
    left: 0 !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 18px !important;
    height: 18px !important;
    border: 2px solid #94a3b8 !important;
    border-radius: 50% !important;
    background: #ffffff !important;
    transition: all 0.2s ease !important;
}

.checkout-form .place-order .order-total .payment-check .pc-item input:checked ~ .checkmark {
    border-color: #0d7a5f !important;
    background: #0d7a5f !important;
}

.checkout-form .place-order .order-total .payment-check .pc-item input:checked ~ .checkmark:after {
    content: "" !important;
    position: absolute !important;
    left: 4px !important;
    top: 4px !important;
    width: 6px !important;
    height: 6px !important;
    border-radius: 50% !important;
    background: #ffffff !important;
    border: none !important;
    transform: none !important;
}

/* Pay Securely Button */
.checkout-form .place-order .order-total .order-btn {
    margin-bottom: 12px !important;
}

.checkout-form .place-order .order-total .order-btn .place-btn {
    width: 100% !important;
    background: #0d7a5f !important;
    color: #ffffff !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    padding: 16px 20px !important;
    border-radius: 8px !important;
    border: none !important;
    cursor: pointer !important;
    box-shadow: 0 4px 16px rgba(13, 122, 95, 0.28) !important;
    transition: all 0.2s ease !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    text-align: center !important;
    white-space: normal !important;
    line-height: 1.3 !important;
    box-sizing: border-box !important;
}

.checkout-form .place-order .order-total .order-btn .place-btn:hover {
    background: #095945 !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 6px 20px rgba(13, 122, 95, 0.35) !important;
}

.checkout-legal-text {
    font-size: 11px !important;
    color: #64748b !important;
    margin-top: 10px !important;
    text-align: center !important;
    line-height: 1.5 !important;
}

.checkout-trust-text {
    font-size: 12px !important;
    color: #64748b !important;
    margin-top: 14px !important;
    text-align: center !important;
}

/* --- Mobile Order Summary Drawer (Shopify Style) --- */
.mobile-order-summary-box {
    margin-bottom: 20px !important;
    width: 100% !important;
}

.mos-toggle-btn {
    width: 100% !important;
    background: #f8fafc !important;
    border: 1.5px solid #e2e8f0 !important;
    border-radius: 10px !important;
    padding: 14px 16px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    box-sizing: border-box !important;
    text-align: left !important;
}

.mos-toggle-btn:hover,
.mos-toggle-btn:focus {
    background: #f1f5f9 !important;
    border-color: #cbd5e1 !important;
    outline: none !important;
}

.mos-toggle-btn[aria-expanded="true"] {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-color: #cbd5e1 !important;
    background: #f1f5f9 !important;
}

.mos-left {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
}

.mos-bag-icon {
    font-size: 15px !important;
    color: #0d7a5f !important;
}

.mos-label {
    font-size: 13.5px !important;
    font-weight: 700 !important;
    color: #0d7a5f !important;
    letter-spacing: 0.1px !important;
}

.mos-arrow {
    font-size: 11px !important;
    color: #0d7a5f !important;
    transition: transform 0.2s ease !important;
}

.mos-right .mos-total-price {
    font-size: 16px !important;
    font-weight: 800 !important;
    color: #11241d !important;
}

.mos-drawer {
    background: #ffffff !important;
    border: 1.5px solid #cbd5e1 !important;
    border-top: none !important;
    border-radius: 0 0 10px 10px !important;
    padding: 16px !important;
    box-sizing: border-box !important;
    animation: fadeIn 0.2s ease !important;
}

.mos-product-card {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    padding-bottom: 14px !important;
    border-bottom: 1px solid #f1f5f9 !important;
}

.mos-img-wrap {
    position: relative !important;
    width: 52px !important;
    height: 52px !important;
    flex-shrink: 0 !important;
}

.mos-thumb {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 8px !important;
    padding: 2px !important;
}

.mos-qty-badge {
    position: absolute !important;
    top: -6px !important;
    right: -6px !important;
    background: #0d7a5f !important;
    color: #ffffff !important;
    width: 20px !important;
    height: 20px !important;
    border-radius: 50% !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2) !important;
}

.mos-product-info {
    flex: 1 !important;
    min-width: 0 !important;
}

.mos-product-title {
    font-size: 13.5px !important;
    font-weight: 700 !important;
    color: #11241d !important;
    line-height: 1.3 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.mos-product-sub {
    font-size: 11px !important;
    color: #64748b !important;
    margin-top: 2px !important;
}

.mos-product-price {
    font-size: 14.5px !important;
    font-weight: 800 !important;
    color: #0d7a5f !important;
    white-space: nowrap !important;
}

.mos-breakdown {
    padding-top: 10px !important;
}

.mos-row {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    font-size: 12.5px !important;
    color: #475569 !important;
    padding: 5px 0 !important;
}

.mos-row strong {
    color: #1e293b !important;
    font-weight: 700 !important;
}

.mos-row strong.text-free {
    color: #16a34a !important;
    font-weight: 800 !important;
}

.mos-row strong.text-discount {
    color: #0d7a5f !important;
    font-weight: 700 !important;
}

.mos-total-row {
    border-top: 1px solid #e2e8f0 !important;
    margin-top: 8px !important;
    padding-top: 10px !important;
    font-size: 14.5px !important;
    font-weight: 800 !important;
    color: #11241d !important;
}

.mos-total-row strong {
    font-size: 17px !important;
    color: #0d7a5f !important;
}

/* ===== Responsive Breakpoints ===== */

/* Tablet & Mobile: ≤ 991px */
@media only screen and (max-width: 991px) {
    .checkout-section {
        padding: 24px 0 35px !important;
    }
    .checkout-form .place-order {
        margin-top: 25px !important;
    }
    .mobile-order-summary-box {
        margin-bottom: 20px !important;
    }
}

/* Mobile: ≤ 767px */
@media only screen and (max-width: 767px) {
    .checkout-section {
        padding: 16px 0 30px !important;
    }
    .breacrumb-section {
        padding: 10px 0 !important;
    }
    .breadcrumb-text a,
    .breadcrumb-text span {
        font-size: 12.5px !important;
    }
    .checkout-billing-header {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        margin-bottom: 16px !important;
        gap: 10px !important;
        flex-wrap: wrap !important;
    }
    .checkout-billing-header h4 {
        font-size: 17px !important;
        margin-bottom: 0 !important;
    }
    .checkout-autofill-btn {
        font-size: 12.5px !important;
        padding: 8px 14px !important;
    }
    .checkout-form label {
        font-size: 13.5px !important;
        margin-bottom: 6px !important;
    }
    /* Critical iOS input zoom prevention: min font-size 16px */
    .checkout-form input[type="text"],
    .checkout-form input[type="email"],
    .checkout-form input[type="tel"],
    .checkout-form input[type="password"],
    .checkout-form input[type="number"] {
        height: 48px !important;
        font-size: 16px !important;
        margin-bottom: 14px !important;
        padding: 10px 14px !important;
        border-radius: 8px !important;
        background: #ffffff !important;
        border: 1.5px solid #d1d5db !important;
        box-sizing: border-box !important;
        width: 100% !important;
    }
    .checkout-form input:focus {
        border-color: #0d7a5f !important;
        box-shadow: 0 0 0 3px rgba(13, 122, 95, 0.12) !important;
    }
    .checkout-form input.street-first {
        margin-bottom: 12px !important;
    }
    .checkout-form .place-order {
        margin-top: 20px !important;
    }
    .checkout-form .place-order .order-total {
        padding: 18px 16px !important;
        border-radius: 12px !important;
    }
    .checkout-form .place-order .order-total .order-table li {
        font-size: 13px !important;
        padding: 11px 0 !important;
    }
    .checkout-form .place-order .order-total .order-table li span {
        font-size: 13px !important;
    }
    .checkout-form .place-order .order-total .order-table li.total-price span {
        font-size: 18px !important;
    }
    /* Touch-friendly Payment Selection Cards */
    .checkout-form .place-order .order-total .payment-check .pc-item {
        padding: 12px 14px !important;
        margin-bottom: 10px !important;
        min-height: 58px !important;
        display: flex !important;
        align-items: center !important;
        border-radius: 10px !important;
    }
    .checkout-form .place-order .order-total .payment-check .pc-item label {
        padding-left: 34px !important;
        width: 100% !important;
    }
    .checkout-form .place-order .order-total .payment-check .pc-item label strong {
        font-size: 13.5px !important;
    }
    .checkout-form .place-order .order-total .payment-check .pc-item label span {
        font-size: 11.5px !important;
    }
    .checkout-form .place-order .order-total .payment-check .pc-item .checkmark {
        left: 0 !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
    }
    .checkout-form .place-order .order-total .order-btn .place-btn {
        min-height: 52px !important;
        font-size: 15px !important;
        padding: 14px 16px !important;
        border-radius: 10px !important;
    }
    .footer-section {
        padding: 30px 0 !important;
    }
    .footer-section .footer-left,
    .footer-section .footer-widget,
    .footer-section .newslatter-item {
        margin-bottom: 24px !important;
        text-align: center !important;
    }
    .footer-section .footer-left ul li {
        justify-content: center !important;
    }
    .copyright-reserved {
        padding: 15px 0 !important;
        text-align: center !important;
    }
}

/* Small Mobile: ≤ 575px */
@media only screen and (max-width: 575px) {
    .checkout-section {
        padding: 12px 0 24px !important;
    }
    .checkout-billing-header {
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 8px !important;
    }
    .checkout-autofill-btn {
        width: 100% !important;
        text-align: center !important;
        padding: 10px 14px !important;
        justify-content: center !important;
    }
    .checkout-notices-row {
        gap: 8px !important;
        margin-bottom: 14px !important;
    }
    .checkout-notice-card {
        width: 100% !important;
        min-width: 100% !important;
        font-size: 12px !important;
        padding: 10px 12px !important;
    }
    .checkout-test-credentials {
        grid-template-columns: 1fr !important;
        gap: 8px !important;
    }
    .checkout-test-credentials > div {
        padding: 9px 12px !important;
    }
    .checkout-legal-text {
        font-size: 11px !important;
        line-height: 1.5 !important;
    }
    .checkout-trust-text {
        font-size: 10.5px !important;
    }
    .notify-modal-card {
        padding: 24px 16px !important;
        margin: 12px !important;
        max-width: calc(100vw - 24px) !important;
    }
}

/* Extra Small Phones: ≤ 380px */
@media only screen and (max-width: 380px) {
    .checkout-section {
        padding: 8px 0 20px !important;
    }
    .checkout-form .place-order .order-total {
        padding: 14px 12px !important;
    }
    .checkout-form .place-order .order-total .order-btn .place-btn {
        font-size: 13.5px !important;
        padding: 12px 8px !important;
    }
    .checkout-form .place-order .order-total .order-table li {
        font-size: 12px !important;
    }
    .checkout-form .place-order .order-total .order-table li span {
        font-size: 12px !important;
    }
    .checkout-form .place-order .order-total .order-table li.total-price span {
        font-size: 16.5px !important;
    }
    .mos-toggle-btn {
        padding: 12px 10px !important;
    }
    .mos-label {
        font-size: 12.5px !important;
    }
    .mos-right .mos-total-price {
        font-size: 14.5px !important;
    }
    .mos-product-title {
        font-size: 12.5px !important;
    }
    .checkout-notice-card {
        font-size: 11.5px !important;
        padding: 8px 10px !important;
    }
}

/* Smooth Modal Keyframes */
@keyframes popIn {
    0% {
        opacity: 0;
        transform: scale(0.92) translateY(8px);
    }
    100% {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/* ==========================================================================
   Ayuzaa Shopping Cart Page (shopping-cart.html) 100% Responsive Design System
   ========================================================================== */

/* Shopping Cart Section Spacing & Anti-Overflow */
.shopping-cart.spad {
    overflow-x: hidden !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
}

/* Proceed Checkout Box Global Modernization */
.proceed-checkout {
    border-radius: 12px !important;
    border: 1.5px solid #e2e8f0 !important;
    background: #ffffff !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04) !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
}

.proceed-checkout ul {
    border: none !important;
    background: #f8fafc !important;
    border-bottom: 1px solid #e2e8f0 !important;
    padding: 20px 22px !important;
    margin: 0 !important;
}

.proceed-checkout ul li {
    font-size: 14.5px !important;
    font-weight: 600 !important;
    color: #475569 !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 6px 0 !important;
}

.proceed-checkout ul li.subtotal {
    border-bottom: 1px dashed #cbd5e1 !important;
    padding-bottom: 12px !important;
    margin-bottom: 10px !important;
}

.proceed-checkout ul li.cart-total {
    font-size: 16.5px !important;
    font-weight: 800 !important;
    color: #11241d !important;
    padding-top: 6px !important;
}

.proceed-checkout ul li.cart-total span {
    font-size: 20px !important;
    font-weight: 800 !important;
    color: #0d7a5f !important;
    float: none !important;
}

.proceed-checkout ul li span {
    float: none !important;
    font-weight: 700 !important;
}

.proceed-checkout .proceed-btn {
    background: #0d7a5f !important;
    color: #ffffff !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    padding: 16px 20px !important;
    text-align: center !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    letter-spacing: 0.4px !important;
    box-shadow: 0 4px 14px rgba(13, 122, 95, 0.25) !important;
    transition: all 0.2s ease !important;
    text-decoration: none !important;
    border-radius: 0 0 10px 10px !important;
}

.proceed-checkout .proceed-btn:hover {
    background: #095945 !important;
    box-shadow: 0 6px 20px rgba(13, 122, 95, 0.35) !important;
}

/* Discount Coupon Modernization */
.discount-coupon h6 {
    font-size: 14.5px !important;
    font-weight: 700 !important;
    color: #11241d !important;
    margin-bottom: 12px !important;
}

.discount-coupon .coupon-form {
    position: relative !important;
    width: 100% !important;
}

.discount-coupon .coupon-form input {
    height: 48px !important;
    font-size: 14.5px !important;
    border: 1.5px solid #cbd5e1 !important;
    border-radius: 8px !important;
    padding: 10px 100px 10px 16px !important;
    color: #11241d !important;
    background: #ffffff !important;
    box-sizing: border-box !important;
    width: 100% !important;
    transition: border-color 0.2s ease !important;
}

.discount-coupon .coupon-form input:focus {
    border-color: #0d7a5f !important;
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(13, 122, 95, 0.12) !important;
}

.discount-coupon .coupon-form .coupon-btn {
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
    height: 48px !important;
    background: #0d7a5f !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 0 8px 8px 0 !important;
    padding: 0 20px !important;
    font-size: 13.5px !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    transition: background 0.2s ease !important;
}

.discount-coupon .coupon-form .coupon-btn:hover {
    background: #095945 !important;
}

/* Tablet: ≤ 991px */
@media only screen and (max-width: 991px) {
    .shopping-cart.spad {
        padding: 30px 0 !important;
    }
    .cart-buttons {
        display: flex !important;
        flex-wrap: wrap !important;
        gap: 10px !important;
        margin-bottom: 24px !important;
    }
    .cart-buttons .continue-shop,
    .cart-buttons .up-cart,
    .cart-buttons .empty-cart-btn {
        margin: 0 !important;
        flex: 1 1 auto !important;
        text-align: center !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        min-height: 46px !important;
        padding: 10px 16px !important;
        border-radius: 8px !important;
        font-size: 13.5px !important;
        font-weight: 700 !important;
    }
    .proceed-checkout {
        margin-top: 10px !important;
        margin-bottom: 20px !important;
    }
}

/* Mobile: ≤ 767px (Transforms 6-column table into modern native mobile cards) */
@media only screen and (max-width: 767px) {
    .shopping-cart.spad {
        padding: 18px 0 35px !important;
    }

    #cartAddedBanner {
        font-size: 13px !important;
        padding: 12px 14px !important;
        border-radius: 8px !important;
    }
    #cartAddedBanner a {
        width: 100% !important;
        text-align: center !important;
        justify-content: center !important;
        margin-top: 6px !important;
        padding: 9px 16px !important;
    }

    /* Transform Table into Responsive Mobile Cards with ZERO Horizontal Overflow */
    .cart-table {
        margin-bottom: 20px !important;
        overflow: visible !important;
        border: none !important;
    }
    .cart-table table {
        min-width: 100% !important;
        width: 100% !important;
        border: none !important;
        display: block !important;
    }
    .cart-table table thead {
        display: none !important;
    }
    .cart-table table tbody {
        display: block !important;
        width: 100% !important;
    }
    .cart-table table tbody tr {
        display: flex !important;
        flex-direction: column !important;
        position: relative !important;
        background: #ffffff !important;
        border: 1.5px solid #e2e8f0 !important;
        border-radius: 12px !important;
        padding: 16px !important;
        margin-bottom: 16px !important;
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04) !important;
        box-sizing: border-box !important;
        width: 100% !important;
    }
    .cart-table table tr td {
        display: block !important;
        width: 100% !important;
        padding: 0 !important;
        border: none !important;
        text-align: left !important;
        box-sizing: border-box !important;
    }
    .cart-table table tr td.cart-pic {
        text-align: center !important;
        padding-bottom: 12px !important;
    }
    .cart-table table tr td.cart-pic a img {
        max-height: 95px !important;
        width: auto !important;
        margin: 0 auto !important;
    }
    .cart-table table tr td.cart-title {
        padding-bottom: 8px !important;
        text-align: center !important;
    }
    .cart-table table tr td.cart-title h5 {
        font-size: 15px !important;
        font-weight: 700 !important;
        line-height: 1.4 !important;
        color: #11241d !important;
        margin: 0 !important;
    }
    .cart-table table tr td.p-price {
        text-align: center !important;
        font-size: 14px !important;
        color: #64748b !important;
        font-weight: 600 !important;
        padding-bottom: 12px !important;
    }
    .cart-table table tr td.p-price::before {
        content: "Unit Price: " !important;
        color: #94a3b8 !important;
        font-weight: 500 !important;
    }
    .cart-table table tr td.qua-col {
        border-top: 1px solid #f1f5f9 !important;
        border-bottom: 1px solid #f1f5f9 !important;
        padding: 10px 0 !important;
        margin: 4px 0 10px 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
    }
    .cart-table table tr td.qua-col::before {
        content: "Quantity:" !important;
        font-size: 14px !important;
        font-weight: 700 !important;
        color: #1e293b !important;
    }
    .cart-table table tr td.qua-col .quantity {
        display: flex !important;
        align-items: center !important;
        justify-content: flex-end !important;
    }
    .cart-table table tr td.qua-col .pro-qty {
        width: 110px !important;
        height: 40px !important;
        border: 1.5px solid #cbd5e1 !important;
        border-radius: 6px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        padding: 0 6px !important;
        float: none !important;
        margin: 0 !important;
        background: #f8fafc !important;
    }
    .cart-table table tr td.qua-col .pro-qty .qtybtn {
        width: 22px !important;
        line-height: 36px !important;
        font-size: 20px !important;
        color: #475569 !important;
        cursor: pointer !important;
        text-align: center !important;
    }
    .cart-table table tr td.qua-col .pro-qty input {
        width: 44px !important;
        height: 36px !important;
        line-height: 36px !important;
        font-size: 15px !important;
        font-weight: 700 !important;
        color: #11241d !important;
        background: transparent !important;
        border: none !important;
        text-align: center !important;
        float: none !important;
    }
    .cart-table table tr td.total-price {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        font-size: 17px !important;
        font-weight: 800 !important;
        color: #0d7a5f !important;
        padding-top: 4px !important;
    }
    .cart-table table tr td.total-price::before {
        content: "Total Amount:" !important;
        font-size: 14.5px !important;
        font-weight: 700 !important;
        color: #11241d !important;
    }
    .cart-table table tr td.close-td {
        position: absolute !important;
        top: 12px !important;
        right: 12px !important;
        width: auto !important;
        padding: 0 !important;
        z-index: 5 !important;
    }
    .cart-table table tr td.close-td a.cart-remove-item {
        width: 32px !important;
        height: 32px !important;
        background: #fee2e2 !important;
        color: #dc2626 !important;
        border-radius: 50% !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        font-size: 13px !important;
        text-decoration: none !important;
    }

    /* Cart Action Buttons on Mobile */
    .cart-buttons {
        display: flex !important;
        flex-direction: column !important;
        gap: 8px !important;
        margin-bottom: 20px !important;
        width: 100% !important;
    }
    .cart-buttons .continue-shop,
    .cart-buttons .up-cart,
    .cart-buttons .empty-cart-btn {
        width: 100% !important;
        min-height: 48px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        border-radius: 8px !important;
        font-size: 14px !important;
        font-weight: 700 !important;
        margin: 0 !important;
        box-sizing: border-box !important;
    }
    .cart-buttons .continue-shop {
        background: #ffffff !important;
        border: 1.5px solid #cbd5e1 !important;
        color: #334155 !important;
    }
    .cart-buttons .up-cart {
        background: #f1f5f9 !important;
        border: 1.5px solid #cbd5e1 !important;
        color: #0f172a !important;
    }
    .cart-buttons .empty-cart-btn {
        background: #fef2f2 !important;
        border: 1.5px solid #fecaca !important;
        color: #dc2626 !important;
    }

    /* Discount Coupon on Mobile */
    .discount-coupon {
        margin-bottom: 22px !important;
    }
    .discount-coupon .coupon-form input {
        height: 48px !important;
        font-size: 16px !important; /* Prevents iOS Safari auto-zoom */
        padding-right: 90px !important;
        border-radius: 8px !important;
    }
    .discount-coupon .coupon-form .coupon-btn {
        height: 48px !important;
        padding: 0 16px !important;
        font-size: 13px !important;
    }

    /* Proceed to Checkout Box on Mobile */
    .proceed-checkout {
        border-radius: 12px !important;
        margin-bottom: 20px !important;
    }
    .proceed-checkout ul {
        padding: 16px 18px !important;
    }
    .proceed-checkout ul li.cart-total span {
        font-size: 18px !important;
    }
    .proceed-checkout .proceed-btn {
        min-height: 52px !important;
        font-size: 14.5px !important;
        padding: 14px 16px !important;
    }

    /* Empty Cart State Mobile */
    #cartEmptyNotice {
        padding: 35px 16px !important;
        border-radius: 10px !important;
    }
    #cartEmptyNotice h3 {
        font-size: 20px !important;
    }
    #cartEmptyNotice p {
        font-size: 13.5px !important;
        margin-bottom: 20px !important;
    }
    #cartEmptyNotice div[style*="display: flex"] {
        flex-direction: column !important;
        width: 100% !important;
    }
    #cartEmptyNotice a,
    #cartEmptyNotice button {
        width: 100% !important;
        justify-content: center !important;
        min-height: 46px !important;
        display: flex !important;
        align-items: center !important;
    }
}

/* Small Mobile: ≤ 380px */
@media only screen and (max-width: 380px) {
    .cart-table table tbody tr {
        padding: 12px !important;
    }
    .cart-table table tr td.cart-title h5 {
        font-size: 13.5px !important;
    }
    .cart-table table tr td.total-price {
        font-size: 16px !important;
    }
    .proceed-checkout ul li.cart-total span {
        font-size: 17px !important;
    }
}

/* ==========================================================================
   Ayuzaa Shop Page (shop.html) 100% Fully Responsive Design System
   ========================================================================== */

/* Base Shop Product Card */
.shop-product-card {
    border: 2px solid #0d7a5f !important;
    border-radius: 14px !important;
    padding: 24px !important;
    background: #ffffff !important;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.04) !important;
    transition: box-shadow 0.25s ease, transform 0.25s ease !important;
    overflow: hidden !important;
}

.shop-product-card:hover {
    box-shadow: 0 8px 26px rgba(13, 122, 95, 0.12) !important;
}

.shop-pi-pic {
    height: 260px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #fbfdfc !important;
    border-radius: 10px !important;
    position: relative !important;
    border: 1px solid #eef4f1 !important;
}

.shop-pi-pic img {
    max-height: 220px !important;
    max-width: 90% !important;
    object-fit: contain !important;
    transition: transform 0.3s ease !important;
}

.shop-product-card:hover .shop-pi-pic img {
    transform: scale(1.04) !important;
}

.shop-price-row {
    display: flex !important;
    align-items: baseline !important;
    flex-wrap: wrap !important;
    gap: 10px 14px !important;
    margin-bottom: 16px !important;
}

.shop-price-row .product-price {
    font-size: 26px !important;
    font-weight: 900 !important;
    color: #0d7a5f !important;
    line-height: 1 !important;
}

.shop-price-row .original-price {
    font-size: 16px !important;
    color: #888 !important;
    text-decoration: line-through !important;
}

.shop-price-row .discount-badge {
    background: #e8f5e9 !important;
    color: #0d7a5f !important;
    font-weight: 800 !important;
    font-size: 12px !important;
    padding: 3px 10px !important;
    border-radius: 12px !important;
}

.shop-price-row .shipping-note {
    color: #666 !important;
    font-size: 13px !important;
    font-weight: 600 !important;
}

/* Action Button System */
.shop-btn-group {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
}

.shop-btn-group .btn-details {
    padding: 11px 20px !important;
    font-size: 13px !important;
    border-radius: 6px !important;
    background: #f4f9f6 !important;
    color: #0d7a5f !important;
    border: 1.5px solid #0d7a5f !important;
    font-weight: 700 !important;
    text-align: center !important;
    transition: all 0.2s !important;
}
.shop-btn-group .btn-details:hover {
    background: #0d7a5f !important;
    color: #ffffff !important;
}

.shop-btn-group .btn-cart {
    padding: 11px 22px !important;
    font-size: 13px !important;
    border-radius: 6px !important;
    background: #0d7a5f !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    text-align: center !important;
    box-shadow: 0 3px 10px rgba(13, 122, 95, 0.2) !important;
    transition: all 0.2s !important;
}
.shop-btn-group .btn-cart:hover {
    background: #095945 !important;
}

.shop-btn-group .btn-buy {
    padding: 11px 24px !important;
    font-size: 13px !important;
    border-radius: 6px !important;
    background: #e8a825 !important;
    color: #11241d !important;
    font-weight: 800 !important;
    text-align: center !important;
    box-shadow: 0 3px 10px rgba(232, 168, 37, 0.25) !important;
    transition: all 0.2s !important;
}
.shop-btn-group .btn-buy:hover {
    background: #d49516 !important;
}

.shop-btn-group .btn-whatsapp {
    padding: 11px 20px !important;
    font-size: 13px !important;
    border-radius: 6px !important;
    background: #25D366 !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    text-align: center !important;
    box-shadow: 0 3px 10px rgba(37, 211, 102, 0.2) !important;
    transition: all 0.2s !important;
}
.shop-btn-group .btn-whatsapp:hover {
    background: #1eb857 !important;
}

/* Tablet Media Query (max-width: 991px) */
@media only screen and (max-width: 991px) {
    .produts-sidebar-filter {
        margin-top: 30px !important;
    }
    .product-shop.spad {
        padding-top: 30px !important;
        padding-bottom: 40px !important;
    }
    .shop-product-card {
        padding: 20px !important;
    }
}

/* Mobile Media Query (max-width: 767px) */
@media only screen and (max-width: 767px) {
    .product-shop.spad {
        padding-top: 20px !important;
        padding-bottom: 35px !important;
    }
    .product-show-option {
        margin-bottom: 20px !important;
        padding-bottom: 12px !important;
        border-bottom: 1px solid #eef4f1 !important;
    }
    .product-show-option .select-option {
        margin-bottom: 8px !important;
        text-align: left !important;
    }
    .product-show-option .col-md-5.text-right {
        text-align: left !important;
    }
    .product-show-option .col-md-5.text-right span {
        display: inline-flex !important;
    }
    .shop-product-card {
        padding: 16px 14px !important;
        border-radius: 12px !important;
    }
    .shop-product-card .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .shop-product-card .col-md-4,
    .shop-product-card .col-md-8 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .shop-pi-pic {
        height: 200px !important;
        margin-bottom: 16px !important;
    }
    .shop-pi-pic img {
        max-height: 175px !important;
    }
    .shop-product-card .pi-text h3 {
        font-size: 19px !important;
        line-height: 1.35 !important;
        margin-bottom: 6px !important;
    }
    .shop-product-card .pi-text p {
        font-size: 13px !important;
        line-height: 1.55 !important;
        margin-bottom: 12px !important;
    }
    .shop-price-row {
        gap: 6px 10px !important;
        margin-bottom: 14px !important;
    }
    .shop-price-row .product-price {
        font-size: 22px !important;
    }
    .shop-price-row .original-price {
        font-size: 14px !important;
    }
    .shop-price-row .shipping-note {
        width: 100% !important;
        display: block !important;
        font-size: 12px !important;
        color: #0d7a5f !important;
    }
    
    /* 2x2 Responsive Button Grid for Touchscreens */
    .shop-btn-group {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        gap: 8px !important;
        width: 100% !important;
    }
    .shop-btn-group a {
        padding: 11px 6px !important;
        font-size: 12px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 5px !important;
        width: 100% !important;
        box-sizing: border-box !important;
        margin: 0 !important;
        min-height: 42px !important;
    }

    /* Upcoming Card Mobile */
    .upcoming-product-card {
        padding: 24px 16px !important;
        border-radius: 12px !important;
    }
    .upcoming-product-card h4 {
        font-size: 17px !important;
        line-height: 1.4 !important;
    }
    .upcoming-product-card p {
        font-size: 13px !important;
        line-height: 1.5 !important;
        margin-bottom: 16px !important;
    }
    .upcoming-product-card .notify-btn {
        width: 100% !important;
        padding: 12px 16px !important;
        font-size: 13px !important;
        box-sizing: border-box !important;
    }

    /* Sidebar Filter Mobile */
    .filter-widget {
        margin-bottom: 20px !important;
        background: #fbfdfc !important;
        border: 1px solid #eef4f1 !important;
        border-radius: 10px !important;
        padding: 16px 14px !important;
    }
    .filter-widget .fw-title {
        font-size: 15px !important;
        margin-bottom: 12px !important;
        color: #11241d !important;
    }
    .filter-widget .filter-catagories li a {
        font-size: 13px !important;
        padding: 6px 0 !important;
        display: block !important;
    }
    .filter-widget .fw-brand-check .bc-item label {
        font-size: 13px !important;
        line-height: 24px !important;
    }
    .filter-widget .fw-tags {
        display: flex !important;
        flex-wrap: wrap !important;
        gap: 6px !important;
    }
    .filter-widget .fw-tags a {
        font-size: 12px !important;
        padding: 6px 12px !important;
        margin: 0 !important;
        background: #ffffff !important;
        border: 1px solid #e0ebe6 !important;
        border-radius: 6px !important;
        color: #333 !important;
    }
}

/* Extra Small Phones (max-width: 380px) */
@media only screen and (max-width: 380px) {
    .shop-btn-group {
        grid-template-columns: 1fr !important;
        gap: 7px !important;
    }
    .shop-btn-group a {
        padding: 12px 10px !important;
        font-size: 13px !important;
    }
    .shop-price-row .product-price {
        font-size: 20px !important;
    }
}

/* ==========================================================================
   PRODUCT DETAIL PAGE RESPONSIVE SUITE (product.html)
   ========================================================================== */

/* Base Product Detail Styling */
.pd-price-row {
    display: flex;
    align-items: baseline;
    gap: 12px;
    margin: 15px 0;
    flex-wrap: wrap;
}
.pd-price-row .pd-current-price {
    color: #0d7a5f;
    font-weight: 900;
    font-size: 28px;
    margin: 0;
    line-height: 1;
}
.pd-price-row .pd-old-price {
    font-size: 16px;
    color: #888;
    text-decoration: line-through;
}
.pd-price-row .pd-discount-badge {
    background: rgba(13, 122, 95, 0.12);
    color: #0d7a5f;
    font-weight: 800;
    font-size: 12px;
    padding: 4px 12px;
    border-radius: 20px;
    white-space: nowrap;
}

.pd-actions-responsive {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 22px;
}
.pd-actions-responsive .pd-qty-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}
.pd-actions-responsive .pd-qty-wrap .qty-title {
    font-size: 14px;
    font-weight: 700;
    color: #333;
}
.pd-actions-responsive .pd-btn-grid {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}
.pd-actions-responsive .pd-btn-grid a {
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 20px;
    font-weight: 700;
    font-size: 14px;
    border-radius: 6px;
    text-decoration: none;
    white-space: nowrap;
    transition: all 0.25s ease;
}
.pd-actions-responsive .pd-btn-grid .add-cart-btn {
    background: #ffffff;
    color: #0d7a5f;
    border: 2px solid #0d7a5f;
}
.pd-actions-responsive .pd-btn-grid .add-cart-btn:hover {
    background: #0d7a5f;
    color: #ffffff;
}
.pd-actions-responsive .pd-btn-grid .buy-now-btn {
    background: #0d7a5f;
    color: #ffffff;
    border: 2px solid #0d7a5f;
    box-shadow: 0 4px 14px rgba(13, 122, 95, 0.25);
}
.pd-actions-responsive .pd-btn-grid .buy-now-btn:hover {
    background: #0a634d;
    border-color: #0a634d;
}
.pd-actions-responsive .pd-btn-grid .pd-wa-btn {
    background: #25D366;
    color: #ffffff;
    border: 2px solid #25D366;
    box-shadow: 0 4px 14px rgba(37, 211, 102, 0.25);
}
.pd-actions-responsive .pd-btn-grid .pd-wa-btn:hover {
    background: #20ba5a;
    border-color: #20ba5a;
}

/* Tablet & Mobile Breakpoints (max-width: 991px) */
@media only screen and (max-width: 991px) {
    .page-details {
        padding-top: 25px !important;
        padding-bottom: 40px !important;
    }
    .page-details .product-details {
        padding-top: 25px !important;
    }
    .produts-sidebar-filter {
        margin-top: 45px !important;
        padding-top: 30px !important;
        border-top: 1px solid #eef4f1 !important;
    }
    .product-pic-zoom {
        margin-bottom: 15px !important;
    }
    .product-big-img {
        max-width: 100% !important;
        height: auto !important;
        max-height: 340px !important;
    }
}

/* Mobile Devices (max-width: 767px) */
@media only screen and (max-width: 767px) {
    .pd-title h3 {
        font-size: 21px !important;
        line-height: 1.35 !important;
    }
    .pd-desc p {
        font-size: 14px !important;
        line-height: 1.65 !important;
    }
    .pd-price-row {
        gap: 8px 12px !important;
        margin: 12px 0 !important;
    }
    .pd-price-row .pd-current-price {
        font-size: 24px !important;
    }

    /* Actions Stack */
    .pd-actions-responsive {
        flex-direction: column !important;
        align-items: stretch !important;
        width: 100% !important;
        gap: 12px !important;
    }
    .pd-actions-responsive .pd-qty-wrap {
        width: 100% !important;
        justify-content: flex-start !important;
    }
    .pd-actions-responsive .pd-qty-wrap .pro-qty {
        width: 130px !important;
        height: 44px !important;
    }
    .pd-actions-responsive .pd-qty-wrap .pro-qty input {
        height: 44px !important;
        font-size: 15px !important;
    }
    .pd-actions-responsive .pd-qty-wrap .pro-qty .qtybtn {
        line-height: 44px !important;
        font-size: 16px !important;
    }
    .pd-actions-responsive .pd-btn-grid {
        display: flex !important;
        flex-direction: column !important;
        width: 100% !important;
        gap: 10px !important;
    }
    .pd-actions-responsive .pd-btn-grid a {
        width: 100% !important;
        min-height: 48px !important;
        font-size: 15px !important;
        border-radius: 8px !important;
    }

    /* Modern Horizontal Scroll Tabs */
    .product-tab {
        padding-top: 35px !important;
    }
    .tab-item ul.nav {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch !important;
        scrollbar-width: none !important;
        gap: 8px !important;
        padding: 4px 2px 14px 2px !important;
        border-bottom: 1px solid #e5ede8 !important;
        margin-bottom: 20px !important;
    }
    .tab-item ul.nav::-webkit-scrollbar {
        display: none !important;
    }
    .tab-item ul.nav li {
        flex: 0 0 auto !important;
        margin: 0 !important;
    }
    .tab-item ul.nav li a {
        display: inline-flex !important;
        align-items: center !important;
        padding: 10px 18px !important;
        font-size: 13px !important;
        font-weight: 700 !important;
        color: #4b6358 !important;
        background: #f4faf7 !important;
        border: 1px solid #d0e4da !important;
        border-radius: 25px !important;
        text-transform: uppercase !important;
        letter-spacing: 0.5px !important;
        margin: 0 !important;
        white-space: nowrap !important;
        transition: all 0.2s ease !important;
    }
    .tab-item ul.nav li a:before {
        display: none !important;
    }
    .tab-item ul.nav li a.active {
        background: #0d7a5f !important;
        color: #ffffff !important;
        border-color: #0d7a5f !important;
        box-shadow: 0 4px 12px rgba(13, 122, 95, 0.25) !important;
    }

    /* Tab Content Mobile Optimization */
    .product-content h4 {
        font-size: 18px !important;
        line-height: 1.4 !important;
    }
    .product-content h5 {
        font-size: 16px !important;
    }
    .pd-spec-showcase {
        margin-top: 25px !important;
        padding: 20px 14px !important;
    }
    .pd-spec-showcase img {
        max-height: 240px !important;
    }

    /* Specification Table */
    .specification-table {
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch !important;
    }
    .specification-table table {
        width: 100% !important;
        min-width: 100% !important;
    }
    .specification-table table tr td {
        padding: 11px 12px !important;
        font-size: 13px !important;
        line-height: 1.5 !important;
    }
    .specification-table table tr td.p-catagory {
        width: 42% !important;
        font-weight: 700 !important;
        color: #11241d !important;
        background: #f8fcfa !important;
    }

    /* Reviews and Form */
    .customer-review-option .comment-option .co-item {
        display: flex !important;
        align-items: flex-start !important;
        gap: 12px !important;
        margin-bottom: 20px !important;
        padding-bottom: 18px !important;
        border-bottom: 1px solid #eef4f1 !important;
    }
    .customer-review-option .comment-option .co-item .avatar-pic {
        float: none !important;
        margin: 0 !important;
        flex-shrink: 0 !important;
    }
    .customer-review-option .comment-option .co-item .avatar-pic img {
        width: 46px !important;
        height: 46px !important;
        border-radius: 50% !important;
        object-fit: cover !important;
    }
    .customer-review-option .comment-option .co-item .avatar-text {
        padding-left: 0 !important;
        float: none !important;
        width: 100% !important;
    }
    .customer-review-option .comment-option .co-item .avatar-text h5 {
        font-size: 14px !important;
    }
    .customer-review-option .comment-option .co-item .avatar-text .at-reply {
        font-size: 13.5px !important;
        line-height: 1.6 !important;
    }
    .customer-review-option .leave-comment form .row > div {
        margin-bottom: 12px !important;
    }
    .customer-review-option .leave-comment form input,
    .customer-review-option .leave-comment form textarea {
        width: 100% !important;
        font-size: 14px !important;
        border-radius: 6px !important;
        box-sizing: border-box !important;
    }
    .customer-review-option .leave-comment form .site-btn {
        width: 100% !important;
        min-height: 48px !important;
        border-radius: 6px !important;
        font-size: 15px !important;
    }
}

/* Extra Small Phones (max-width: 380px) */
@media only screen and (max-width: 380px) {
    .pd-price-row .pd-current-price {
        font-size: 22px !important;
    }
    .specification-table table tr td {
        padding: 9px 8px !important;
        font-size: 12px !important;
    }
    .specification-table table tr td.p-catagory {
        width: 44% !important;
    }
    .tab-item ul.nav li a {
        padding: 8px 14px !important;
        font-size: 12px !important;
    }
}

/* ==========================================================================
   Continuous Ingredients Playing Line (Hero Marquee)
   ========================================================================== */
.ingredients-ticker-section {
    background: linear-gradient(90deg, #05261c 0%, #0a4433 50%, #05261c 100%);
    border-top: 1.5px solid rgba(212, 175, 55, 0.45);
    border-bottom: 1.5px solid rgba(212, 175, 55, 0.35);
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.18);
    position: relative;
    z-index: 20;
    overflow: hidden;
    user-select: none;
}

.ingredients-ticker-inner {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
}

.ingredients-ticker-badge {
    background: linear-gradient(135deg, #0f5c46 0%, #063023 100%);
    border-right: 1.5px solid rgba(212, 175, 55, 0.4);
    padding: 14px 22px;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    z-index: 6;
    box-shadow: 5px 0 20px rgba(0, 0, 0, 0.35);
}

.ticker-live-dot {
    width: 10px;
    height: 10px;
    background-color: #25d366;
    border-radius: 50%;
    display: inline-block;
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
    animation: tickerPulse 2s infinite;
}

@keyframes tickerPulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
    }
    70% {
        box-shadow: 0 0 0 8px rgba(37, 211, 102, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

.ticker-badge-text {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #e8c872;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 6px;
}

.ingredients-ticker-wrap {
    flex: 1;
    overflow: hidden;
    position: relative;
    padding: 8px 0;
    mask-image: linear-gradient(to right, transparent, black 40px, black calc(100% - 40px), transparent);
    -webkit-mask-image: linear-gradient(to right, transparent, black 40px, black calc(100% - 40px), transparent);
}

.ingredients-ticker-track {
    display: flex;
    width: max-content;
    will-change: transform;
    animation: ingredientsPlayLTR 32s linear infinite;
}

.ingredients-ticker-wrap:hover .ingredients-ticker-track {
    animation-play-state: paused;
}

@keyframes ingredientsPlayLTR {
    0% {
        transform: translate3d(-50%, 0, 0);
    }
    100% {
        transform: translate3d(0%, 0, 0);
    }
}

.ingredients-ticker-set {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.ingredient-ticker-item {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 8px 18px 8px 10px;
    margin: 0 8px;
    border-radius: 40px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    text-decoration: none !important;
    transition: all 0.28s ease;
    cursor: pointer;
}

.ingredient-ticker-item:hover {
    background: rgba(255, 255, 255, 0.14);
    border-color: #d4af37;
    transform: translateY(-2px);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
}

.ingredient-icon-wrap {
    width: 36px;
    height: 36px;
    min-width: 36px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.22) 0%, rgba(13, 122, 95, 0.4) 100%);
    border: 1.5px solid #d4af37;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e8c872;
    font-size: 14px;
    transition: all 0.28s ease;
}

.ingredient-ticker-item:hover .ingredient-icon-wrap {
    background: #d4af37;
    color: #062b20;
    transform: scale(1.1);
    box-shadow: 0 0 12px rgba(212, 175, 55, 0.6);
}

.ingredient-ticker-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    white-space: nowrap;
}

.ingredient-ticker-info .herb-name {
    color: #ffffff;
    font-size: 13.5px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0.2px;
}

.ingredient-ticker-info .herb-name small {
    color: #e8c872;
    font-weight: 500;
    font-style: italic;
    font-size: 11px;
    margin-left: 4px;
}

.ingredient-ticker-info .herb-benefit {
    color: #a3e8d2;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 2px;
}

.herb-sep {
    color: rgba(212, 175, 55, 0.6);
    font-size: 10px;
    margin-left: 10px;
}

/* Mobile & Tablet Responsiveness */
@media (max-width: 991px) {
    .ingredients-ticker-badge {
        padding: 10px 14px;
    }
    .ticker-badge-text {
        font-size: 10px;
        letter-spacing: 1px;
    }
    .ingredient-ticker-item {
        padding: 6px 14px 6px 8px;
        gap: 10px;
    }
    .ingredient-icon-wrap {
        width: 30px;
        height: 30px;
        min-width: 30px;
        font-size: 12px;
    }
    .ingredient-ticker-info .herb-name {
        font-size: 12px;
    }
    .ingredient-ticker-info .herb-benefit {
        font-size: 10.5px;
    }
}

@media (max-width: 576px) {
    .ingredients-ticker-section {
        border-top-width: 1px;
        border-bottom-width: 1px;
    }
    .ingredients-ticker-badge {
        padding: 8px 10px;
    }
    .ticker-badge-text {
        display: none; /* Keep just the pulsing green dot on ultra-small screens */
    }
    .ingredients-ticker-badge {
        border-right: none;
        background: transparent;
        box-shadow: none;
        padding-left: 12px;
        padding-right: 4px;
    }
    .ingredients-ticker-wrap {
        mask-image: linear-gradient(to right, transparent, black 16px, black calc(100% - 16px), transparent);
        -webkit-mask-image: linear-gradient(to right, transparent, black 16px, black calc(100% - 16px), transparent);
    }
}





