@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
	/* Font Size */
	--fs-70: 70px;
	--fs-64: 64px;
	--fs-60: 60px;
	--fs-56: 56px;
	--fs-52: 52px;
	--fs-48: 48px;
	--fs-44: 44px;
	--fs-40: 40px;
	--fs-36: 36px;
	--fs-32: 32px;
	--fs-28: 28px;
	--fs-24: 24px;
	--fs-20: 20px;
	--fs-18: 18px;
	--fs-16: 16px;
	--fs-14: 14px;
	--fs-12: 12px;
	--Poppins: "Poppins", sans-serif;
	--Manrope: "Manrope", sans-serif;
	--green: #008B24;
	--black: #1E1E1E;
	--white: #fff;
}

/* Responsive Font Scaling */
@media (max-width: 768px) {
	:root {
		--fs-70: 50px;
		--fs-64: 48px;
		--fs-60: 46px;
		--fs-56: 44px;
		--fs-52: 40px;
		--fs-48: 38px;
		--fs-44: 34px;
		--fs-40: 32px;
		--fs-36: 30px;
		--fs-32: 26px;
		--fs-28: 24px;
		--fs-24: 20px;
		--fs-20: 18px;
		--fs-18: 16px;
		--fs-16: 15px;
		--fs-14: 13px;
		--fs-12: 12px;
	}
}

@media (max-width: 480px) {
	:root {
		--fs-70: 40px;
		--fs-64: 38px;
		--fs-60: 36px;
		--fs-56: 34px;
		--fs-52: 32px;
		--fs-48: 30px;
		--fs-44: 28px;
		--fs-40: 26px;
		--fs-36: 24px;
		--fs-32: 22px;
		--fs-28: 20px;
		--fs-24: 18px;
		--fs-20: 16px;
		--fs-18: 15px;
		--fs-16: 14px;
		--fs-14: 12px;
		--fs-12: 12px;
	}
}

body {
	font-family: var(--Poppins);
	font-weight: 400;
	color: #333;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
	background: #F3FFF6;
	overflow-x: hidden;
}

html {
	overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #1E1E1E;
}

/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}

h2 {
	font-size: 27px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 15px;
}

footer h5 {
	font-size: 12px;
}

h6 {
	font-size: 10.2px;
}

a {
	color: var(--black);
	text-decoration: none;
}

a:hover {
	color: var(--black);
	text-decoration: none;
}

ul {
	list-style: none;
	padding: 0;
}

.mb-3 {
	margin-bottom: 3rem !important;
}

a:hover {
	text-decoration: none;
}

.carousel {
	margin-bottom: 0;
	box-shadow: none;
}

.flex-center {
	display: flex;
	align-items: center;
	justify-content: center;
}

.flex-between {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

/* Chrome border line */
button:focus {
	outline: none !important;
}

legend {
	font-size: 18px;
	padding: 7px 0;
	margin-bottom: 20px;
	border-bottom: 1px solid #e5e5e5;
}

label {
	font-size: 12px;
	font-weight: normal;
}

.list-unstyled a {
	text-decoration: none;
}

.nav-tabs {
	margin-bottom: 15px;
}

.d-none {
	display: none;
}

div.required .col-form-label:before,
div.required .form-label:before {
	content: "* ";
	color: #F00;
	font-weight: bold;
}

.form-switch-lg {
	font-size: 20px;
	min-height: 30px;
	line-height: 30px;
}

#alert {
	z-index: 9999;
	pointer-events: all;
}

#alert .alert {
	min-width: 400px;
	position: relative;
	margin-bottom: 15px;
}

@media (min-width: 1300px) {
	#alert .alert {
		right: 50px;
	}
}

@media (min-width: 1400px) {
	#alert .alert {
		right: 0px;
	}
}

@media (min-width: 1600px) {
	#alert .alert {
		right: 100px;
	}
}

@media (min-width: 1800px) {
	#alert .alert {
		right: 200px;
	}
}

@media (min-width: 2000px) {
	#alert .alert {
		right: 300px;
	}
}

@media (min-width: 2200px) {
	#alert .alert {
		right: 400px;
	}
}

@media (min-width: 2400px) {
	#alert .alert {
		right: 500px;
	}
}

@media (min-width: 2600px) {
	#alert .alert {
		right: 600px;
	}
}

@media (min-width: 2800px) {
	#alert .alert {
		right: 700px;
	}
}

@media (min-width: 3000px) {
	#alert .alert {
		right: 800px;
	}
}

@media (min-width: 3200px) {
	#alert .alert {
		right: 900px;
	}
}

@media (min-width: 3400px) {
	#alert .alert {
		right: 1000px;
	}
}

@media (min-width: 3600px) {
	#alert .alert {
		right: 1100px;
	}
}

@media (min-width: 3800px) {
	#alert .alert {
		right: 1200px;
	}
}

@media (min-width: 4000px) {
	#alert .alert {
		right: 1300px;
	}
}

/* top */
#top {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 10px 0;
	margin: 0 0 20px 0;
	min-height: 44px;
	position: relative;
}

#top .nav>.list-inline>.list-inline-item,
#top .nav>.list-inline .list-inline-item>a,
#top .nav>.list-inline .list-inline-item .dropdown>a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
}

#top .btn-link {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}

#top .btn-link:hover {
	color: #444;
}

#top a {
	font-size: 1.1em;
	text-decoration: none;
}

footer a {
	font-size: 1.1em;
	text-decoration: none;
}

/* logo */
#logo {
	margin: 0 0 10px 0;
}

#logo img {
	max-width: 115px;
}

/* search */
#search .form-control-lg {
	height: 40px;
	font-size: 12px;
	line-height: 20px;
	padding: 0 25px;
}

#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 0.57rem 35px;
	text-shadow: 0 1px 0 #FFF;
}

/* cart */
#header-cart {
	margin-bottom: 10px;
}

#header-cart .btn-lg {
	color: #FFF;
	height: 40px;
	padding: 0 1rem;
}

#header-cart .btn:hover {
	color: #FFF;
}

#header-cart.open>.btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}

#header-cart.open>.btn:hover {
	color: #444;
}

#header-cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
	min-width: 100%;
}

#header-cart .dropdown-menu table {
	margin-bottom: 10px;
}

#header-cart .dropdown-menu li {
	min-width: 427px;
	padding: 0 10px;
}

#header-cart .dropdown-menu li p {
	margin: 20px 0;
}

#header-cart .table-striped>tbody>tr:nth-of-type(odd) {
	background-color: #f9f9f9;
}

/* menu */
#menu .dropdown-menu {
	padding-bottom: 0;
	margin-top: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

#menu .dropdown-inner {
	display: table;
	min-width: 250px;
}

#menu .dropdown-inner ul {
	display: table-cell;
}

#menu .dropdown-inner ul li a:hover {
	color: #ffffff;
	background: var(--green);
	/* background-image: linear-gradient(to bottom, #23a1d1, #1f90bb); */
}

#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	clear: both;
	line-height: 20px;
	color: #333;
	padding: 10px 15px 10px 15px;
	font-family: Poppins;
	font-weight: 400;
	font-size: var(--fs-14);
	text-transform: capitalize;
}

#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}

#menu .see-all:hover,
#menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: var(--green);
	/* background-image: linear-gradient(to bottom, #23a1d1, #1f90bb); */
	/* background-repeat: repeat-x; */
}

#menu #category {
	float: left;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

#menu .navbar-toggler i {
	color: #fff;
	border-color: #fff;
	font-size: 0.9em;
}

#menu .navbar-nav>li>a {
	color: #333;
	padding: 10px 15px 10px 15px;
	font-family: Poppins;
	font-weight: 400;
	font-size: var(--fs-16);
	text-transform: capitalize;
}

#menu .navbar-nav>li>a:hover {
	background-color: rgba(0, 0, 0, 0.1);
}

/* content */
#content {
	min-height: 400px;
}

/* footer */
footer {
	margin-top: 30px;
	padding-top: 30px;
	padding-bottom: 1px;
	background-color: #303030;
	border-top: 1px solid #ddd;
	color: #e2e2e2;
}

footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}

footer a {
	color: #ccc;
	font-family: Poppins;
	font-weight: 400;
	font-size: var(--fs-16);
	text-transform: capitalize;
}

footer a:hover {
	color: #fff;
}

footer h5 {
	font-weight: bold;
	color: #fff;
	font-family: Manrope;
	font-weight: 600;
	font-style: SemiBold;
	font-size: var(--fs-20);
	text-transform: capitalize;
}

footer .d-flex.gap-3 {
	display: flex;
	gap: 20px;
	margin-bottom: 15px;
}

/* breadcrumb */
.breadcrumb {
	/* margin: 20px 0; */
	/* padding: 8px 0; */
	border: 1px solid #ddd;
	background-color: #f5f5f5;
	width: fit-content;
	font-size: var(--fs-14);
}

.breadcrumb i {
	font-size: 15px;
}

.breadcrumb>li.breadcrumb-item {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}

.breadcrumb>li.breadcrumb-item>a {
	text-decoration: none;
	font-size: var(--fs-14);
	text-transform: capitalize;
}

.breadcrumb>li.breadcrumb-item:after {
	content: "";
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.breadcrumb>li.breadcrumb-item+li:before {
	content: "";
	padding: 0;
}

.pagination {
	margin: 0;
}

/* buttons */
.btn-light {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active,
.btn-light.active,
.btn-light.disabled,
.btn-light[disabled] {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
	background-position: 0;
}

.btn-primary {
	/* color: #ffffff; */
	/* text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); */
	/* background-image: linear-gradient(to bottom, #23a1d1, #1f90bb); */
	/* background-repeat: repeat-x; */
	/* border-color: #1f90bb #1f90bb #145e7a; */
	background: linear-gradient(90deg, #008B24 0%, #6FC90F 100%);
	color: white;
	font-family: Poppins;
	font-weight: 500;
	font-size: var(--fs-16);
	text-transform: capitalize;
	border: none;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
	background-position: 0;
}

.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-danger {
	color: #ffffff;
	/* text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); */
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
	color: white;
	font-family: Poppins;
	font-weight: 500;
	font-size: var(--fs-16);
	text-transform: capitalize;
	border: none;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}

.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}

.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}

.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}

.product-thumb .image {
	text-align: center;
	margin-bottom: 15px;
}

.product-thumb .wish {
	border: none;
	outline: none;
	background: transparent;
	position: absolute;
	right: 20px;
	top: 20px;
	/* padding: 20px; */
	color: red;
	font-size: 18px;
	z-index: 90;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-5px);
	transition: all 0.3s ease;
}

.product-thumb:hover .wish {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.product-thumb .image img {
	transition: all 300ms;
}

.product-thumb:hover .image img {
	transform: scale(1.10)
}

.product-thumb .description {
	padding: 15px 0;
}

.product-thumb .button-group {
	display: flex;
	border-top: 1px solid #ddd;
	background-color: #eee;
}

.product-thumb .button-group button {
	flex: 33%;
	border-radius: 0;
	display: inline-block;
	border: none;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}

.product-thumb .button-group button+button {
	border-left: 1px solid #ddd;
}

.rating {
	padding-bottom: 10px;
}

.rating .fa-stack {
	width: 20px;
}

.rating.fa-star {
	color: #999;
	font-size: 15px;
}

.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}

.rating .fa-star+.fa-star {
	color: #E69500;
}

/* product list */
.price {
	color: #444;
}

.price-new {
	font-weight: 600;
}

.price-old {
	color: #dc512c;
	text-decoration: line-through;
}

.price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}

/* BS4 Changes */
.navbar-light .navbar-toggler {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 6px 12px;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}

.form-check .form-check-input {
	margin-top: 0.25rem;
}

/* Theme Custom CSS */
#display-control #compare-total.a {
	margin-top: -2px;
	padding: 0.35rem 0.565rem;
}

#product-product h1 {
	margin: 0;
	font-family: Poppins;
	font-weight: 500;
	font-size: var(--fs-24);
	color: #000000;
	text-transform: capitalize;
}

#information-contact .card {
	margin-bottom: 20px;
}

#cookie {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 150px;
	z-index: 9999;
	opacity: 0.95;
	color: #ecf0f1;
	background: #343a40;
}

#cookie div {
	font-size: 16px;
	color: #FFFFFF;
}

/* new styles */
.pre_head {
	background-color: var(--green);
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	gap: 5px;
	text-transform: capitalize;
	font-size: var(--fs-14);
}

p {
	font-family: var(--Poppins);
	font-weight: 400;
	line-height: 1.5;
	font-size: var(--fs-16);
}

#search .form-control-lg {
	font-size: var(--fs-14);
	color: #555555;
	background: #F8F8F8;
	border-radius: 80px;
}

header {
	background: #F8F8F8;
}

#cart {
	width: fit-content;
}

.topList {
	display: flex;
	align-items: center;
	margin: 0;
	justify-content: end;
	gap: 20px;
	text-align: center;
}

.topList li a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.topCartIcon {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	cursor: pointer;
}

.topCartIcon span {
	font-size: var(--fs-14);
	color: var(--green);
	text-transform: capitalize;
}

.delivery_location {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	width: fit-content;
	padding: 10px 20px;
	border-radius: 80px;
	/* margin: auto; */
}

.delivery_location .form-select {
	width: auto;
	border: 0;
	background: transparent;
	padding: 0.35rem;
	font-weight: 600;
	font-size: 14px;
}

.form-select:focus {
	border: 0;
	outline: 0;
	box-shadow: none;
}

.delivery_location label {
	font-size: var(--fs-14);
	margin: 0;
}

.product-thumb .caption h4 a {
	font-weight: 500;
	font-size: var(--fs-18);
	text-transform: capitalize;
	height: 2.4em;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.product-thumb .caption .price-new,
.product-thumb .caption .price {
	font-weight: 600;
	font-size: var(--fs-18);
	color: #1E1E1E;
}

.product-thumb .caption .price-old {
	font-size: var(--fs-16);
	font-weight: 400;
	color: #494646;
	margin-left: 5px;
}

.off {
	font-size: var(--fs-20);
	font-weight: 500;
	color: #E82929;
	text-transform: uppercase;
}

.product-thumb .stock {
	font-size: var(--fs-12);
	font-weight: 500;
	color: #ffffff;
	padding: 5px 10px;
	border-radius: 32px;
	background: linear-gradient(90deg, #008B24 0%, #6FC90F 100%);
	margin-left: auto;
	text-transform: capitalize;
}

.product-thumb .d_flex {
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
	align-items: center;
}

.d_flex {
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
	align-items: center;
}

.product-thumb .wishlisticon {
	position: absolute;
	right: 20px;
	top: 20px;
	font-size: 20px;
	color: red;
	z-index: 9;
	transform: translateY(-10px);
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease;
}

.product-thumb:hover .wishlisticon {
	transform: translateY(0px);
	opacity: 1;
	visibility: visible;
}

.product-thumb {
	/* box-shadow: 2px 4px 12px 0px rgba(0, 0, 0, 0.15); */
	box-shadow: 3px 8px 25px 0px #00000040;
	background: white;
	border-radius: 16px;
	padding: 20px;
	position: relative;
}

.product-thumb.no-shadow {
	box-shadow: none !important;
}

.product-thumb .image {
	background: #EFFBF2;
}

.product-thumb .image img {
	background: #EFFBF2;
	margin: auto;
}

.heading_title {
	font-family: Manrope;
	font-weight: 700;
	font-size: var(--fs-32);
	margin-bottom: 0px;
	text-transform: capitalize;
	margin-bottom: 10px;
}

.add_cart button {
	font-family: Poppins;
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	text-transform: capitalize;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 10px;
	border-radius: 6px;
	background: white;
	color: #499745;
	border: 1px solid #499745;
}

.category-swiper-section .category-image-wrapper {
	width: 100px;
	height: 100px;
	overflow: hidden;
	border-radius: 50%;
	margin: auto;
}

.category-swiper .swiper-button-prev,
.category-swiper .swiper-button-next {
	top: 30% !important;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s ease;
}

.category-swiper:hover .swiper-button-prev,
.category-swiper:hover .swiper-button-next {
	visibility: visible;
	opacity: 1;
}

.category-swiper-section img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .3s ease;
}

.category-swiper-section img:hover {
	transform: scale(1.05);
}

.category-swiper-section h6 {
	font-size: var(--fs-14);
	font-weight: 500;
	line-height: 30px;
	color: #333;
	text-transform: capitalize;
}

.category-swiper-section h2 {
	font-family: Manrope;
	font-weight: 700;
	font-size: var(--fs-32);
	line-height: 38.4px;
	text-align: center;
	text-transform: capitalize;
}

.product-swiper {
	padding-bottom: 40px;
}

.custom_nav {
	position: absolute;
	top: 42%;
	z-index: 5;
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.custom-prev {
	left: -20px;
}

.custom-next {
	right: -20px;
}

@media (max-width: 768px) {

	.custom-prev,
	.custom-next {
		display: none;
	}
}

@media (max-width: 480px) {
	#logo img {
		max-width: 90px;
		padding: 10px;
	}

	#content {
		min-height: 0px;
	}
}

.gif {
	position: relative;
	margin-bottom: 45px;
}

#swiper-0 .heading_title,
#swiper-1 .heading_title {
	display: none !important;
}

#swiper-2 {
	margin-bottom: 45px;
	max-width: 85%;
}

#swiper-1 {
	margin-bottom: 45px;
}

.gif img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 20px;
}

.gifhold {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 76px;
}

.view {
	display: block;
	width: fit-content;
	padding: 14px 24px;
	background: linear-gradient(90deg, #008B24 0%, #6FC90F 100%);
	color: white;
	font-family: Poppins;
	font-weight: 500;
	font-size: var(--fs-16);
	text-transform: capitalize;
}

#swiper-0 .swiper-slide img {
	width: 100%;
}

footer {
	background: var(--green);
	/* padding: 50px 0; */
}

footer .logo {
	width: 166px;
}

/* --- Product Info Swiper Section --- */
#product-info .swiper {
	width: 100%;
	height: 100%;
}

#product-info .pdSwipper {
	width: 100%;
	height: 450px;
}

#product-info .pdSwipper .swiper-slide {
	background: #f8f8f8;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #B4B2B2;
	border-radius: 16px;
}

#product-info .pdSwipper .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	border-radius: 8px;
}

/* --- Thumbnails Left Side --- */
#product-info .thumbSwiper {
	width: 100px;
	height: 450px;
	margin-right: 15px;
}

#product-info .thumbSwiper .swiper-slide {
	height: 90px;
	opacity: 0.4;
	cursor: pointer;
	border: 2px solid transparent;
	transition: all 0.3s ease;
}

#product-info .thumbSwiper .swiper-slide-thumb-active {
	opacity: 1;
	border: 1px solid #B4B2B2;
	border-radius: 16px;
	overflow: hidden;
}

#product-info .thumbSwiper img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	border-radius: 6px;
}

@media (max-width: 768px) {
	#product-info .d-flex {
		flex-direction: row;
		width: 100%;
		height: auto;
		margin-bottom: 10px;
	}
}

#product-info .title {
	font-family: Poppins;
	font-weight: 500;
	font-size: var(--fs-24);
	color: #000000;
	text-transform: capitalize;
}

#product-info #button-cart {
	background: linear-gradient(90deg, #008B24 0%, #6FC90F 100%);
	color: white;
	font-family: Poppins;
	font-weight: 500;
	font-size: var(--fs-16);
	text-transform: capitalize;
	padding: 14px 24px;
	width: 100%;
	border-radius: 6px;
	border: none;
	transition: all 0.3s ease;
}

#product-info #button-cart:hover {
	background: linear-gradient(90deg, #006f1a 0%, #4cae0a 100%);
	color: white;
}

#product-info .price-old,
.priceClass .old {
	font-family: Poppins;
	font-weight: 500;
	font-size: var(--fs-16);
	text-decoration: line-through;
	color: #B4B2B2;
}

/* .sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
} */
.input_quantity #input-quantity {
	width: 50px;
	flex: unset;
	border: none;
	border-left: #6c757d 1px solid;
	border-right: #6c757d 1px solid;
	background: none;
	outline: none;
	background: #f0f0f0;
}

.input_quantity label {
	font-size: var(--fs-16);
	font-weight: 500;
	margin-bottom: 0;
	margin-right: 10px;
}

#product-info table {
	width: fit-content;
	font-size: var(--fs-14);
}

#product-info table th {
	padding: 0.5rem;
}

#product-info table td {
	padding: 0.5rem;
}

#display-control #compare-total {
	background: linear-gradient(90deg, #008B24 0%, #6FC90F 100%);
	color: white;
	font-family: Poppins;
	font-weight: 500;
	font-size: var(--fs-16);
	text-transform: capitalize;
	width: 100%;
	border-radius: 6px;
	border: none;
	transition: all 0.3s ease;
}

/* account-wishlist */
.product-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	gap: 20px;
}

.product-card {
	background: var(--white);
	border-radius: 16px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
	overflow: hidden;
	display: flex;
	flex-direction: column;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-card:hover {
	/* transform: translateY(-6px); */
	box-shadow: 0 6px 30px rgba(0, 0, 0, 0.12);
}

.product-image {
	padding: 16px;
}

.product-image img {
	width: 100%;
	border-bottom: 1px solid #f1f1f1;
}

.product-info {
	padding: 16px;
	flex: 1;
}

.product-name a {
	color: var(--black);
	font-family: var(--Poppins);
	font-weight: 600;
	font-size: var(--fs-14);
	text-decoration: none;
	text-transform: capitalize;
	height: 2.2em;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.product-model {
	font-size: 0.9rem;
	color: #666;
}

.product-stock {
	font-size: var(--fs-12);
	color: var(--green);
	margin-top: 4px;
}

.product-price {
	margin-top: 10px;
}

.product-price .price {
	color: var(--black);
	font-weight: 700;
}

.product-price .special {
	font-weight: 600;
	font-size: var(--fs-18);
	color: #1E1E1E;
}

.product-price .old {
	text-decoration: line-through;
	font-size: var(--fs-16);
	font-weight: 400;
	color: #494646;
	margin-left: 5px;
}

.product-actions {
	padding: 12px 16px;
	border-top: 1px solid #eee;
}

.product-actions .btn {
	border: none;
	background: none;
	cursor: pointer;
	font-size: var(--fs-14);
	transition: color 0.3s ease;
}

.btn-cart {
	color: var(--green);
}

.btn-cart:hover {
	color: #00a532;
}

.btn-remove {
	color: #d9534f;
}

.btn-remove:hover {
	color: #b52a25;
}

/* cart */
.cart-grid {
	display: grid;
	grid-template-columns: auto auto;
	gap: 20px;
}

.cart-card {
	background: var(--white);
	border-radius: 16px;
	box-shadow: 0 3px 18px rgba(0, 0, 0, 0.08);
	display: grid;
	grid-template-columns: 100px 1fr auto auto;
	align-items: center;
	gap: 16px;
	padding: 16px;
	transition: box-shadow 0.3s ease, transform 0.3s ease;
	font-family: var(--Manrope);
}

.cart-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 6px 25px rgba(0, 0, 0, 0.12);
}

.cart-thumb img {
	width: 100%;
	border-radius: 10px;
}

.cart-details {
	display: flex;
	flex-direction: column;
}

.cart-name a {
	font-family: var(--Poppins);
	color: var(--black);
	font-weight: 600;
	text-decoration: none;
}

.cart-model {
	font-size: 0.9rem;
	color: #666;
	margin-top: 4px;
}

.cart-option small {
	color: #888;
}

.qty-group {
	display: flex;
	align-items: center;
	gap: 8px;
}

.qty-group input {
	width: 50px;
	text-align: center;
	border: 1px solid #ddd;
	border-radius: 6px;
}

.btn-update {
	color: var(--green);
}

.btn-update:hover {
	color: #00a832;
}

.btn-remove {
	color: #d9534f;
}

.btn-remove:hover {
	color: #b52a25;
}

.cart-price {
	text-align: right;
	display: flex;
	flex-direction: column;
	font-weight: 600;
}

.cart-price .price {
	color: #555;
	font-size: var(--fs-12);
}

.cart-price .total {
	color: var(--black);
	font-size: var(--fs-14);
}

.cart-totals {
	margin-top: 20px;
	background: var(--white);
	border-radius: 16px;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
	padding: 16px;
	font-size: var(--fs-16);
}

.cart-total-line {
	display: flex;
	justify-content: space-between;
	padding: 6px 0;
	font-family: var(--Manrope);
}

.cart-total-line strong {
	color: var(--black);
}

.sidebar-cart {
	position: relative;
	font-family: "Manrope", sans-serif;
}

.sidebar-cart-trigger {
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 10px;
}

.sidebar-cart-menu {
	position: fixed;
	top: 0;
	right: -100%;
	/* right: -500px; */
	width: 430px;
	max-width: 90%;
	height: 100%;
	background: #fff;
	box-shadow: -4px 0 20px rgba(0, 0, 0, 0.2);
	transition: right 0.3s ease;
	z-index: 1050;
	display: flex;
	flex-direction: column;
}

.sidebar-cart-menu.open {
	right: 0;
}

.sidebar-cart-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 16px;
	border-bottom: 1px solid #eee;
}

.sidebar-cart-header h5 {
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	margin: 0;
}

.close-cart {
	background: none;
	border: none;
	font-size: 1.5rem;
	cursor: pointer;
	color: #1E1E1E;
}

.sidebar-cart-body {
	padding: 16px;
	overflow-y: auto;
	flex: 1;
}

.cart-items {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.cart-item {
	display: grid;
	grid-template-columns: 60px 1fr auto auto;
	gap: 10px;
	align-items: center;
}

.cart-item img {
	width: 60px;
	border-radius: 8px;
}

.item-info a {
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	text-decoration: none;
	color: #1E1E1E;
}

.item-info small {
	font-size: 0.8rem;
	color: #555;
}

.item-qty,
.item-total {
	text-align: right;
}

.btn-remove {
	background: none;
	border: none;
	color: #d9534f;
	cursor: pointer;
}

.cart-totals {
	border-top: 1px solid #eee;
	padding-top: 10px;
	margin-top: 10px;
}

.cart-total {
	display: flex;
	justify-content: space-between;
	margin-bottom: 6px;
}

.cart-actions {
	margin-top: 16px;
	display: flex;
	justify-content: space-between;
}

.cart-actions .btn-cart,
.cart-actions .btn-checkout {
	padding: 8px 12px;
	border-radius: 6px;
	text-decoration: none;
	font-weight: 600;
	color: #fff;
	background: #008B24;
	display: flex;
	align-items: center;
	gap: 6px;
}

.cart-actions .btn-checkout {
	background: #1E1E1E;
}

.change .btn {
	font-family: Poppins;
	font-weight: 500;
	font-size: var(--fs-16);
	text-transform: uppercase;
	color: var(--green);
	display: flex;
	align-items: center;
	gap: 10px;
}

.filter_menu {
	font-family: 'Poppins', sans-serif;
	background: #fff;
	border-radius: 10px;
	/* padding: 20px; */
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

.filter_menu .checkbox label {
	display: block;
	font-size: 14px;
	color: #555;
	margin-bottom: 6px;
	cursor: pointer;
	text-transform: capitalize;
}

.filter_menu .list-group-item {
	font-weight: 600;
	font-size: 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}

.filter_menu .card-header {
	font-weight: 600;
	font-size: var(--fs-16);
}

.filter_menu .filter_header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
}

.filter_menu .filter_title {
	font-weight: 600;
	margin: 0;
	font-size: var(--fs-16);
	padding-bottom: 10px;
}

.filter_menu .clear_filter {
	color: #1abc1a;
	float: right;
	font-weight: 400;
	font-size: 14px;
	text-decoration: none;
}

.filter_menu .filter_search input {
	width: 100%;
	padding: 8px 12px;
	border-radius: 25px;
	border: 1px solid #ddd;
	outline: none;
	font-size: 14px;
	margin-bottom: 20px;
}

.filter_menu .filter_section {
	border-top: 1px solid #e5e5e5;
	padding: 10px 0;
	cursor: pointer;
}

.filter_menu .dropdown_title {
	font-weight: 600;
	font-size: 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}

.filter_menu .dropdown_title span {
	font-size: 18px;
	color: #666;
}

.filter_menu .dropdown_content {
	display: none;
	margin-top: 10px;
	padding-left: 10px;
}

.filter_menu .dropdown_content label {
	display: block;
	font-size: 14px;
	color: #555;
	margin-bottom: 6px;
	cursor: pointer;
}

.view_more {
	display: block;
	margin-top: 5px;
	color: #007bff;
	cursor: pointer;
}

.view_more:hover {
	text-decoration: underline;
}

.toggle_icon {
	font-weight: bold;
}

.filter_menu .dropdown_content input {
	margin-right: 8px;
}

.filter_menu .view_all {
	color: #1abc1a;
	font-size: 13px;
	text-decoration: none;
}

.alert-success {
	font-size: 14px;
	color: #ffffff;
	background: linear-gradient(90deg, #008B24 0%, #6FC90F 100%);
}

.alert-success a {
	color: #ffffff;
}

@media (min-width: 1400px) {
	.container {
		width: 1320px;
	}
}

.featured-plus-carousel .swiper-wrapper {
	padding: 40px 0;
	background: transparent;
}

.featured-plus-carousel .swiper-container {
	background: #F3FFF6;
}

.priceClass h2 {
	margin: 0;
	font-weight: 600;
}

/* === Gallery Layout === */
.product-gallery {
	display: flex;
	align-items: flex-start;
	gap: 15px;
}

/* === Thumbnails Column === */
.thumbnails-column {
	display: flex;
	flex-direction: column;
	gap: 10px;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 90px;
}

.thumbnails-column img {
	cursor: pointer;
	object-fit: cover;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.thumbnails-column img:hover {
	transform: scale(1.05);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

/* === Main Image === */
.main-image-wrapper {
	flex: 1;
}

.product-img--main {
	position: relative;
	overflow: hidden;
	width: 500px;
	height: 500px;
	border: 1px solid #ccc;
	box-shadow: 0px 5px 10px #00000042;
	border-radius: 10px;
	background-color: #f9f9f9;
}

.product-img--main__image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	transition: transform 0.5s ease-out, transform-origin 0.1s;
}

.product-img--main:hover .product-img--main__image {
	cursor: zoom-in;
}

.navbar {
	margin-bottom: 0px;
}

/* .input-group {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%;
} */
.input_quantity .input-group {
	width: fit-content;
	border-radius: 5px;
	border: #6c757d 1px solid;
	overflow: hidden;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}

.input_quantity .d-flex {
	display: flex;
	align-items: center;
}

.topbuttons {
	margin-left: 14px;
}

.related {
	font-size: var(--fs-24);
	margin: 3rem 0;
}

@media (max-width: 992px) {
	.cart-grid {
		grid-template-columns: auto !important;
	}
}

@media (min-width: 992px) {
	#menu .dropdown-menu {
		max-height: 70vh;
		overflow-y: scroll;
	}
}

@media (max-width: 478px) {
	#header-cart .dropdown-menu {
		width: 100%;
	}

	#header-cart .dropdown-menu li>div {
		min-width: 100%;
	}
}

@media (max-width: 480px) {

	.mobTop {
		position: absolute;
		top: 0;
		background: white;
		z-index: 90;
		width: 100%;
	}

	.gif,
	.mbNone {
		display: none;
	}

	.category-swiper-section .category-image-wrapper {
		width: 50px;
		height: 50px;
		overflow: hidden;
		border-radius: 50%;
	}

	.category-swiper-section h6 {
		line-height: 100%;
	}

	.category-swiper .swiper-button-next,
	.category-swiper .swiper-button-prev {
		display: none;
	}
}

@media (min-width: 960px) {
	.product-list .product-thumb {
		display: flex;
	}

	.product-list .product-thumb .image {
		flex-direction: column;
		margin-bottom: 0px;
	}

	.product-list .product-thumb .content {
		flex-direction: column;
		flex: 75%;
		position: relative;
	}

	.product-list .product-thumb .button-group {
		position: absolute;
		bottom: 0px;
		width: 100%;
		border-left: 1px solid #ddd;
	}
}

@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}

@media (max-width: 768px) {
	.cart-card {
		grid-template-columns: 80px 1fr !important;
		grid-template-areas:
			"thumb details"
			"actions actions"
			"price price";
	}

	.cart-actions {
		margin-top: 10px;
	}

	.cart-price {
		margin-top: 10px;
	}

	.sidebar-cart-menu {
		width: 90%;
	}

	.product-gallery {
		flex-direction: column-reverse;
		align-items: center;
	}

	.product-gallery .thumb-item {
		width: 25%;
	}

	.thumbnails-column {
		flex-direction: row;
		justify-content: center;
		width: 100%;
	}

	.product-img--main {
		width: 100%;
		height: auto;
		aspect-ratio: 1 / 1;
	}

	.main-image-wrapper {
		flex: 1;
		width: 100%;
	}

	footer {
		text-align: center;
	}

	footer .col-md-6 {
		margin-bottom: 3rem;
	}

	footer .d-flex.gap-3 {
		justify-content: center;
	}

	#menu {
		border-radius: 4px;
	}

	#menu div.dropdown-inner>ul .list-unstyled {
		display: block;
	}

	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		/* background-color: rgba(0, 0, 0, 0.1); */
	}

	#menu .dropdown-inner {
		display: block;
	}

	#menu .dropdown-inner a {
		width: 100%;
		/* color: #fff; */
	}

	#menu .dropdown-menu a:hover {
		background: rgba(0, 0, 0, 0.1);
	}

	#menu .dropdown-menu ul li a :hover {
		background: rgba(0, 0, 0, 0.1);
	}

	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		/* color: #fff; */
	}

	#menu .dropdown-inner {
		display: grid;
	}
}
address {

	font-size: 18px;
}