@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

body {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-weight: 400;
	color: #000000CF;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000000CF;
}

/* default font size */
.fa {
	font-size: 14px;
}

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

h2 {
	font-size: 27px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 15px;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 10.2px;
}

a {
	color: #23a1d1;
}

a:hover {
	text-decoration: none;
}

legend {
	font-size: 18px;
	padding: 7px 0px
}

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

select.form-control,
textarea.form-control,
input[type="text"].form-control,
input[type="password"].form-control,
input[type="datetime"].form-control,
input[type="datetime-local"].form-control,
input[type="date"].form-control,
input[type="month"].form-control,
input[type="time"].form-control,
input[type="week"].form-control,
input[type="number"].form-control,
input[type="email"].form-control,
input[type="url"].form-control,
input[type="search"].form-control,
input[type="tel"].form-control,
input[type="color"].form-control {
	font-size: 12px;
}

.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover {
	font-size: 12px;
}

.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}

/* Fix some bootstrap issues */
span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
	display: inline;
}

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

div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}

/* Gradent to all drop down menus */
.dropdown-menu li>a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #000000CF;
}

/* top */
#top {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
}

#top .container {
	padding: 0 20px;
}

#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}

#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}

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

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

#top-links .dropdown-menu a {
	text-shadow: none;
}

#top-links .dropdown-menu a:hover {
	color: #FFF;
}

#top .btn-link strong {
	font-size: 14px;
	line-height: 14px;
}

#top-links {
	padding-top: 6px;
}

#top-links a+a {
	margin-left: 15px;
}

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

/* search */


#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}

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

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

#cart>.btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}

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

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

#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}

#cart .dropdown-menu {
	min-width: 100%;
	overflow-y: auto;
	max-height: 800px;
	scrollbar-width: thin;
	overflow-x: hidden;
}

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

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

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

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

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

/* menu */
#menu {
	background-color: #000;
	color: white;
	min-height: 40px;
	border: 0;
	border-radius: 0;
	margin: 0;
}

#menu .nav>li>a {
	color: #fff;
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
	font-weight: 600;
	font-size: 16px;
	text-transform: capitalize;
}

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

#menu .dropdown-menu {
	padding-bottom: 0;
}

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

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

#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}

#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}

#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: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}

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

#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}

#menu .btn-navbar:hover,
#menu .btn-navbar:focus,
#menu .btn-navbar:active,
#menu .btn-navbar.disabled,
#menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}

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

@media (max-width: 767px) {
	#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,
	#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;
	}
}

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

#product-category #content,
#product-product #tab-description,
#information-information #content {
	font-size: 13px;
}

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

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

footer a {
	color: #ccc;
}

footer a:hover {
	color: #fff;
}

footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}

/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}

.alert>.close {
	position: relative;
	top: -2px;
	right: 0px;
	color: inherit;
}

/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	border: 1px solid #ddd;
	display: none;
}

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

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

.breadcrumb>li+li:before {
	content: '';
	padding: 0;
}

.breadcrumb>li: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);
}

html[dir=rtl] .breadcrumb>li::after {
	top: -3px;
	left: -5px;
	width: 26px;
	height: 26px;
	border-left: 1px solid #DDD;
	border-top: 1px solid #DDD;
	right: unset;
	border-right: unset;
	border-bottom: unset;

}

.pagination {
	margin: 0;
}

/* buttons */
.buttons {
	margin: 1em 0;
}

.btn {
	padding: 7.5px 12px;
	font-size: 14px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
}

.btn-xs {
	font-size: 9px;
}

.btn-sm {
	font-size: 10.2px;
}

.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}

.btn-group>.btn,
.btn-group>.dropdown-menu,
.btn-group>.popover {
	font-size: 12px;
}

.btn-group>.btn-xs {
	font-size: 9px;
}

.btn-group>.btn-sm {
	font-size: 10.2px;
}

.btn-group>.btn-lg {
	font-size: 15px;
}

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

.btn-primary {
	color: #ffffff;
	background-color: #000000CF;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
	background-color: #000;
}

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

.btn-warning:hover,
.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-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}

.btn-danger:hover,
.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-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}

.btn-success:hover,
.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-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}

.btn-info:hover,
.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:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}

/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}

.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}

/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}

.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}

.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}

/* product list */
.product-thumb {
	margin-bottom: 20px;
	overflow: auto;
}

.product-thumb .image {
	text-align: center;
}

.product-thumb .image a {
	display: block;
}

.product-thumb .image a:hover {
	opacity: 0.8;
}

.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}

.product-grid .product-thumb .image {
	float: none;
}

@media (min-width: 767px) {
	.product-list .product-thumb .image {
		float: left;
		padding: 0 15px;
	}
}

.product-thumb h4 {
	font-weight: bold;
}

.product-thumb .caption {
	padding: 0 20px;
	min-height: 180px;
}

.product-list .product-thumb .caption {
	margin-left: 230px;
}

@media (max-width: 1200px) {
	.product-grid .product-thumb .caption {
		min-height: 210px;
		padding: 0 10px;
	}
}

@media (max-width: 767px) {
	.product-list .product-thumb .caption {
		min-height: 0;
		margin-left: 0;
		padding: 0 10px;
	}

	.product-grid .product-thumb .caption {
		min-height: 0;
	}
}

.product-thumb .rating {
	padding-bottom: 10px;
}

.rating .fa-stack {
	font-size: 8px;
}

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

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

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

h2.price {
	margin: 0;
}

.product-thumb .price {
	color: #444;
}

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

.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}

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

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

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

@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}

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

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

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

@media (max-width: 1200px) {

	.product-thumb .button-group button,
	.product-thumb .button-group button+button {
		width: 33.33%;
	}
}

@media (max-width: 767px) {

	.product-thumb .button-group button,
	.product-thumb .button-group button+button {
		width: 33.33%;
	}
}

.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}

.thumbnails>li {
	margin-left: 20px;
}

.thumbnails {
	margin-left: -20px;
}

.thumbnails>img {
	width: 100%;
}

.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}

.image-additional {
	max-width: 78px;
}

.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {

	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear: left;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {

	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear: left;
	}
}

@media (min-width: 768px) and (max-width: 991px) {

	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear: left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
	#column-left .product-layout .col-md-3 {
		width: 100%;
	}

	#column-left+#content .product-layout .col-md-3 {
		width: 50%;
	}

	#column-left+#content+#column-right .product-layout .col-md-3 {
		width: 100%;
	}

	#content+#column-right .product-layout .col-md-3 {
		width: 100%;
	}
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout,
#column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}

html[dir=rtl] .checkbox input[type="checkbox"],
html[dir=rtl] .checkbox-inline input[type="checkbox"],
html[dir=rtl] .radio input[type="radio"],
html[dir=rtl] .radio-inline input[type="radio"] {
	position: absolute;
	margin-top: 4px\9;
	margin-right: -20px;
	margin-left: unset;
}

html[dir=rtl] .input-group-btn:last-child>.btn {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

html[dir=rtl] .input-group .form-control:first-child {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-left-radius: unset;
	border-bottom-left-radius: unset;
}

html[dir=rtl] .container .row:first-child .col-sm-4,
html[dir=rtl] .container .row:first-child .col-sm-5 {
	float: right;

}

html[dir=rtl] #cart .dropdown-menu {
	left: 0;
	right: auto;

}

@media (min-width: 768px) {

	html[dir=rtl] .navbar-nav {
		float: right;
		margin: 0;
	}

	html[dir=rtl] .navbar-nav>li {
		float: right;
	}

}

:root {
	--fs-70: clamp(42px, 5vw, 70px);
	--fs-68: clamp(40px, 4.8vw, 68px);
	--fs-64: clamp(38px, 4.5vw, 64px);
	--fs-60: clamp(36px, 4.2vw, 60px);
	--fs-56: clamp(34px, 4vw, 56px);
	--fs-54: clamp(32px, 3.8vw, 54px);
	--fs-52: clamp(30px, 3.6vw, 52px);
	--fs-48: clamp(28px, 3.4vw, 48px);
	--fs-44: clamp(26px, 3.2vw, 44px);
	--fs-40: clamp(24px, 3vw, 40px);
	--fs-38: clamp(23px, 2.8vw, 38px);
	--fs-36: clamp(22px, 2.6vw, 36px);
	--fs-32: clamp(20px, 2.4vw, 32px);
	--fs-28: clamp(18px, 2.2vw, 28px);
	--fs-26: clamp(17px, 2vw, 26px);
	--fs-24: clamp(16px, 1.8vw, 24px);
	--fs-22: clamp(15px, 1.6vw, 22px);
	--fs-20: clamp(14px, 1.5vw, 20px);
	--fs-18: clamp(13px, 1.4vw, 18px);
	--fs-16: clamp(12px, 1.3vw, 16px);
	--fs-14: clamp(11px, 1.2vw, 14px);
	--fs-12: clamp(10px, 1.1vw, 12px);
}

/* Larger desktops */
@media (min-width: 1400px) {
	.container {
		width: 1370px;
	}
}

/* Extra large screens */
@media (min-width: 1600px) {
	.container {
		width: 1500px;
	}
}

/* Ultra wide */
@media (min-width: 1800px) {
	.container {
		width: 1700px;
	}
}

.subtitle {
	font-size: var(--fs-32);
	text-align: center;
	font-weight: 700;
	margin-bottom: 3rem;
	text-transform: capitalize;
}

.pd_name {
	font-weight: 600;
	font-size: var(--fs-16);
	text-transform: capitalize;
	margin-bottom: 6px;
	padding-inline: 5px;
}

.pd_name a {
	color: #000000CF;
}

.announcement_bar {
	background-color: #b09758;
	color: #fff;
	padding: 10px;
	text-align: center;
}

.announcement_bar p {
	margin: 0;
	font-size: var(--fs-14);
	font-weight: 600;
}

header {
	background: #000000;
	color: #fff;
	padding: 12px 0;
}

header #logo img {
	max-width: 100%;
	height: 100px;
}

.offers {
	margin: clamp(20px, 5vw, 40px) 0;
}

.product-thumb .image {
	width: 100%;
	aspect-ratio: 4/5;
	overflow: hidden;
}

.product-thumb .image a {
	height: 100%;
}

.product-thumb .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (min-width: 768px) {
	.col-sm-5ths {
		width: 20%;
		float: left;
	}
}

@media (min-width: 992px) {
	.col-md-5ths {
		width: 20%;
		float: left;
	}
}

footer {
	background-color: #000000;
	padding: clamp(20px, 5vw, 40px) 0;

	#logo img {
		max-width: 100%;
		height: 100px;
	}

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

	ul li {
		margin-bottom: 10px;
	}

	ul li a {
		color: #fff;
		font-size: var(--fs-14);
		text-decoration: none;
	}

	.menu_heading {
		font-size: var(--fs-16);
		font-weight: 600;
		margin-bottom: 10px;
		color: white;
		text-transform: capitalize;
	}

	.copyright {
		font-size: var(--fs-14);
		font-weight: 500;
		color: #fff;
		text-align: center;
		margin: 20px 0 0 0;
		text-transform: capitalize;
	}
}

.category_grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
}

/* Tablet */
@media (max-width: 992px) {
	.category_grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

/* Mobile */
@media (max-width: 768px) {
	.category_grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

.category_card {
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	aspect-ratio: 4/5;
	margin-bottom: 20px;
}

.category_card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
	display: block;
}

.category_card h4 {
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	margin: 0;
	width: 100%;
	text-align: center;
	color: #fff;
	padding: 16px 0;
	font-size: var(--fs-18);
	font-weight: 600;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
	z-index: 2;
}

.category_card::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 60px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
	z-index: 1;
}

#product-product {
	margin-top: 20px;
}

.desc p {
	color: #000;
	font-size: 15px;
	line-height: 1.8;
	margin-top: 20px;
}

.panel-heading {
	background: #fff;
	border: none;
	border-bottom: 1px solid #eee;
}

.panel-title a {
	display: block;
	font-weight: 600;
	position: relative;
}

.panel-title a:after {
	content: '\f107';
	/* down arrow */
	font-family: FontAwesome;
	position: absolute;
	right: 15px;
}

.panel-title a.collapsed:after {
	content: '\f105';
	/* right arrow */
}

.panel-body {
	background: #fafafa;
	padding: 15px;
	color: #000;
	font-size: 15px;
	line-height: 1.8;
}

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

.whatsapp-enquiry-btn {
	background-color: #000;
	color: #fff;
	border: none;
	padding: 10px 35px;
	font-weight: 500;
	font-size: 18px;
	border-radius: 30px;
	width: 100%;
	transition: all 0.3s ease;
}

.whatsapp-enquiry-btn:hover {
	background-color: #cfaf5c;
	color: #000;
}

.popup-btn {
	background: #cfaf5c;
	color: #fff;
	border: none;
	padding: 10px 35px;
	font-weight: 500;
	font-size: 18px;
	border-radius: 30px;
	width: 100%;
	transition: all 0.3s ease;
}

.popup-btn:hover {
	background-color: #000;
	color: #fff;
}

.category_title {
	font-size: var(--fs-32);
	font-weight: 700;
	margin-bottom: 40px;
	text-transform: capitalize;
}

.dropdown-menu>li>a {
	padding: 10px 20px !important;
}

/* --- Modern Contact Page Styles --- */
.contact-page {
	padding-top: 40px;
	padding-bottom: 60px;
}

.modern-contact-wrapper {
	background: #fff;
	border-radius: 20px;
	padding: 20px 0;
}

.contact-header-section {
	margin-bottom: 50px;
}

.contact-title {
	font-size: var(--fs-56);
	font-weight: 800;
	color: #000;
	margin-bottom: 15px;
	letter-spacing: -1px;
}

.contact-underline {
	width: 60px;
	height: 4px;
	background: #cfaf5c;
	margin: 0 auto 20px;
	border-radius: 2px;
}

.contact-subtitle {
	font-size: var(--fs-18);
	color: #666;
	max-width: 600px;
	margin: 0 auto;
	line-height: 1.6;
}

.contact-main-grid {
	display: grid;
	grid-template-columns: 1fr 1.5fr;
	gap: 40px;
	margin-top: 30px;
}

.contact-info-cards {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.info-item-card {
	display: flex;
	align-items: flex-start;
	padding: 25px;
	background: #fdfdfd;
	border: 1px solid #f0f0f0;
	border-radius: 16px;
	transition: all 0.3s ease;
}

.info-item-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
	background: #fff;
	border-color: #cfaf5c33;
}

.icon-box {
	width: 50px;
	height: 50px;
	background: #000;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 12px;
	font-size: 20px;
	margin-right: 20px;
	flex-shrink: 0;
	transition: background 0.3s ease;
}

.info-item-card:hover .icon-box {
	background: #cfaf5c;
}

.info-content h3 {
	font-size: var(--fs-20);
	font-weight: 700;
	margin: 0 0 8px 0;
	color: #000;
}

.info-content address,
.info-content p {
	margin-bottom: 0;
	color: #666;
	font-size: var(--fs-16);
	line-height: 1.5;
	font-style: normal;
}

.map-link {
	display: inline-block;
	margin-top: 10px;
	color: #cfaf5c;
	font-weight: 600;
	font-size: var(--fs-14);
	transition: color 0.3s ease;
}

.map-link:hover {
	color: #000;
	text-decoration: none;
}

/* Accordion Custom Styles */
.other-locations-section {
	margin-top: 40px;
}

.section-title {
	font-size: var(--fs-24);
	font-weight: 700;
	margin-bottom: 20px;
}

.panel-custom {
	border: 1px solid #eee !important;
	border-radius: 12px !important;
	margin-bottom: 10px !important;
	box-shadow: none !important;
	overflow: hidden;
}

.panel-custom .panel-heading {
	background: #fff !important;
	padding: 15px 20px;
}

.panel-custom .panel-title a {
	color: #000;
	text-decoration: none;
	font-size: var(--fs-16);
	font-weight: 600;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.panel-custom .panel-title a i {
	font-size: 12px;
	transition: transform 0.3s ease;
}

.panel-custom .panel-title a:not(.collapsed) i {
	transform: rotate(180deg);
}

/* Form Styling */
.contact-form-container {
	background: #fff;
	border: 1px solid #eee;
	padding: 40px;
	border-radius: 24px;
	box-shadow: 0 15px 50px rgba(0, 0, 0, 0.03);
}

.modern-form .form-header {
	margin-bottom: 30px;
}

.modern-form .form-header h2 {
	font-size: var(--fs-32);
	font-weight: 700;
	margin-bottom: 10px;
}

.modern-form .form-header p {
	color: #666;
}

.form-group-custom {
	margin-bottom: 25px;
}

.label-modern {
	display: block;
	font-weight: 600;
	margin-bottom: 8px;
	color: #000;
}

.input-wrapper {
	position: relative;
}

.input-icon {
	position: absolute;
	left: 18px;
	top: 50%;
	transform: translateY(-50%);
	color: #aaa;
	pointer-events: none;
	transition: color 0.3s ease;
}

textarea+.input-icon {
	top: 25px;
}

.form-control-modern {
	width: 100%;
	padding: 15px 20px 15px 50px;
	background: #f9f9f9;
	border: 1px solid #eee;
	border-radius: 12px;
	font-size: var(--fs-16);
	transition: all 0.3s ease;
}

textarea.form-control-modern {
	padding-left: 20px;
	/* Textarea icon is awkward, so we skip icon offset */
}

.form-control-modern:focus {
	background: #fff;
	border-color: #cfaf5c;
	box-shadow: 0 0 0 4px rgba(207, 175, 92, 0.1);
	outline: none;
}

.text-danger-modern {
	color: #e74c3c;
	font-size: var(--fs-14);
	margin-top: 5px;
	font-weight: 500;
}

.btn-submit-modern {
	background: #000;
	color: #fff;
	border: none;
	padding: 18px 40px;
	border-radius: 12px;
	font-size: var(--fs-18);
	font-weight: 700;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	cursor: pointer;
	transition: all 0.3s ease;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.btn-submit-modern:hover {
	background: #cfaf5c;
	transform: translateY(-2px);
	box-shadow: 0 15px 25px rgba(207, 175, 92, 0.2);
}

.btn-submit-modern i {
	font-size: 1rem;
	transition: transform 0.3s ease;
}

.btn-submit-modern:hover i {
	transform: translate(5px, -5px);
}

/* Captcha responsiveness */
.captcha-wrapper {
	margin-top: 20px;
}

@media (max-width: 991px) {
	.contact-main-grid {
		grid-template-columns: 1fr;
	}

	.contact-title {
		font-size: var(--fs-44);
	}
}

@media (max-width: 767px) {
	.contact-form-container {
		padding: 30px 20px;
	}

	.contact-title {
		font-size: var(--fs-36);
	}

	.modern-contact-wrapper {
		padding: 0;
	}
}

/* --- Product Filter Row Styles --- */
.product-filter-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 25px;
	background: #fff;
	border: 1px solid #f0f0f0;
	border-radius: 16px;
	margin-bottom: 30px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
}

.filter-left,
.filter-right {
	display: flex;
	align-items: center;
	gap: 20px;
}

.view-mode-buttons {
	display: flex;
	gap: 8px;
	border-right: 1px solid #eee;
	padding-right: 20px;
}

.btn-view-mode {
	width: 38px;
	height: 38px;
	border: 1px solid #eee;
	background: #fff;
	border-radius: 10px;
	color: #666;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
	cursor: pointer;
}

.btn-view-mode:hover,
.btn-view-mode.active {
	background: #000;
	color: #fff;
	border-color: #000;
}

#grid-view.active,
#list-view.active {
	background: #000;
	color: #fff;
	border-color: #000;
}

.compare-link {
	color: #000;
	font-weight: 600;
	font-size: var(--fs-14);
	transition: color 0.3s ease;
	text-decoration: none;
}

.compare-link i {
	margin-right: 6px;
	color: #cfaf5c;
}

.compare-link:hover {
	color: #cfaf5c;
	text-decoration: none;
}

.filter-group {
	display: flex;
	align-items: center;
	gap: 12px;
}

.filter-label {
	font-weight: 600;
	color: #888;
	font-size: var(--fs-14);
	margin: 0;
	white-space: nowrap;
}

.select-wrapper {
	position: relative;
	min-width: 140px;
}

.filter-select {
	appearance: none;
	-webkit-appearance: none;
	width: 100%;
	padding: 8px 35px 8px 15px;
	border: 1px solid #eee;
	background: #f9f9f9;
	border-radius: 10px;
	font-size: var(--fs-14);
	font-weight: 500;
	color: #000;
	cursor: pointer;
	transition: all 0.3s ease;
}

.filter-select:focus {
	outline: none;
	border-color: #cfaf5c;
	background: #fff;
	box-shadow: 0 0 0 4px rgba(207, 175, 92, 0.05);
}

.select-arrow {
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 10px;
	color: #888;
	pointer-events: none;
}

/* Main Product Image Modern Styles */
.main-product-image.modern-main-thumb {
	display: block;
	border: 1px solid #eeeeee;
	border-radius: 20px;
	overflow: hidden;
	background: #fff;
	padding: 0;
	transition: all 0.4s ease;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.03);
}

.main-product-image.modern-main-thumb img {
	width: 100%;
	height: auto;
	transition: transform 0.6s ease;
}

.main-product-image.modern-main-thumb:hover {
	border-color: #cfaf5c;
	box-shadow: 0 15px 50px rgba(0, 0, 0, 0.06);
}

.main-product-image.modern-main-thumb:hover img {
	transform: scale(1.05);
}

@media (max-width: 991px) {
	.product-filter-row {
		flex-direction: column;
		gap: 15px;
		align-items: flex-start;
		padding: 20px;
	}

	.filter-right {
		width: 100%;
		justify-content: space-between;
	}

	.filter-group {
		flex: 1;
	}

	.select-wrapper {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.filter-right {
		flex-direction: column;
		gap: 10px;
	}

	.filter-group {
		width: 100%;
		justify-content: space-between;
	}

	.filter-label {
		min-width: 60px;
	}

	.select-wrapper {
		max-width: 200px;
	}
}

/* --- Global Modern Search Box --- */
.modern-search-box {
	position: relative;
	max-width: 300px;
	width: 100%;
	display: flex;
	align-items: center;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 30px;
	padding: 2px 5px;
	transition: all 0.3s ease;
}

.modern-search-box:focus-within {
	border-color: #cfaf5c;
	background: rgba(255, 255, 255, 0.1);
	box-shadow: 0 0 15px rgba(207, 175, 92, 0.15);
}

.search-input {
	width: 100%;
	background: transparent;
	border: none;
	color: #fff;
	padding: 8px 15px;
	font-size: var(--fs-14);
	font-weight: 400;
}

.search-input::placeholder {
	color: rgba(255, 255, 255, 0.4);
}

.search-input:focus {
	outline: none;
}

.search-button {
	background: transparent;
	border: none;
	color: rgba(255, 255, 255, 0.6);
	padding: 8px 12px;
	cursor: pointer;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
}

.search-button i {
	font-size: 16px;
}

.modern-search-box:focus-within .search-button {
	color: #cfaf5c;
}

.search-button:hover {
	color: #cfaf5c;
	transform: scale(1.1);
}

@media (max-width: 767px) {
	.modern-search-box {
		max-width: 100%;
		margin: 10px 0;
	}
}

/* --- Modern Header Account Styles --- */
.modern-account-box {
	display: flex;
	align-items: center;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 30px;
	padding: 4px 12px;
	transition: all 0.3s ease;
}

.modern-account-box:hover {
	background: rgba(255, 255, 255, 0.1);
	border-color: #cfaf5c;
}

.account-trigger {
	display: flex;
	align-items: center;
	gap: 8px;
	text-decoration: none !important;
	color: #fff !important;
}

.account-icon-wrapper {
	width: 28px;
	height: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 50%;
	font-size: 14px;
	transition: all 0.3s ease;
}

.modern-account-box:hover .account-icon-wrapper {
	background: #cfaf5c;
	color: #000;
}

.account-caret {
	font-size: 9px;
	color: rgba(255, 255, 255, 0.6);
	transition: transform 0.3s ease;
}

.modern-account-box.open .account-caret {
	transform: rotate(180deg);
}

/* Modern Dropdown Menu */
.modern-dropdown {
	background: #fff !important;
	border: none !important;
	border-radius: 16px !important;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15) !important;
	padding: 10px 0 !important;
	min-width: 220px !important;
	overflow: hidden;
	animation: dropdownFadeIn 0.3s ease forwards;
}

@keyframes dropdownFadeIn {
	from {
		opacity: 0;
		transform: translateY(10px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.modern-dropdown .dropdown-header {
	font-weight: 800;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 1px;
	color: #aaa;
	padding: 10px 20px 5px;
}

.modern-dropdown li a {
	padding: 12px 20px !important;
	font-size: var(--fs-14) !important;
	font-weight: 500 !important;
	color: #333 !important;
	display: flex !important;
	align-items: center !important;
	gap: 12px;
	transition: all 0.2s ease !important;
}

.modern-dropdown li a i {
	font-size: 16px;
	width: 20px;
	text-align: center;
	color: #cfaf5c;
}

.modern-dropdown li a:hover {
	background: #f9f9f9 !important;
	color: #cfaf5c !important;
	padding-left: 25px !important;
}

.modern-dropdown .divider {
	background-color: #f0f0f0 !important;
	margin: 5px 0 !important;
}

.logout-link i {
	color: #e74c3c !important;
}

.logout-link:hover {
	color: #e74c3c !important;
}

/* --- Modern Sidebar Card Styles --- */
.modern-sidebar-card {
	background: #fff;
	border: 1px solid #f0f0f0;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
	margin-bottom: 30px;
	padding: 10px;
}

.sidebar-header {
	padding: 15px 20px;
}

.sidebar-header h3 {
	font-size: var(--fs-18);
	font-weight: 800;
	margin: 0;
	color: #000;
	display: flex;
	align-items: center;
	gap: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.sidebar-header h3 i {
	color: #cfaf5c;
	font-size: 20px;
}

.sidebar-menu-list {
	display: flex;
	flex-direction: column;
	padding: 10px 5px;
}

.sidebar-menu-item {
	display: flex;
	align-items: center;
	gap: 15px;
	padding: 12px 15px;
	color: #555;
	font-size: var(--fs-14);
	font-weight: 500;
	text-decoration: none !important;
	border-radius: 12px;
	transition: all 0.3s ease;
}

.sidebar-menu-item i {
	width: 20px;
	text-align: center;
	color: #888;
	font-size: 16px;
	transition: all 0.3s ease;
}

.sidebar-menu-item:hover {
	background: #f9f9f9;
	color: #000;
	padding-left: 20px;
}

.sidebar-menu-item:hover i {
	color: #cfaf5c;
	transform: scale(1.1);
}

.sidebar-menu-item.logout-item {
	color: #e74c3c;
	margin-top: 5px;
	border-top: 1px solid #f9f9f9;
	padding-top: 15px;
	border-radius: 0 0 12px 12px;
}

.sidebar-menu-item.logout-item i {
	color: #e74c3c;
}

.sidebar-menu-item.logout-item:hover {
	background: #fff5f5;
}

/* --- Override Browser Autofill Styles --- */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0 1000px #fff inset !important;
	-webkit-text-fill-color: #000 !important;
	transition: background-color 5000s ease-in-out 0s;
}

/* Specific fix for modern-search-box autofill (on dark header) */
.modern-search-box .search-input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px rgba(255, 255, 255, 0.1) inset !important;
	-webkit-text-fill-color: #fff !important;
}

div#account-login {
	margin-top: 50px;
}

div#account-register {
	margin-top: 50px;
}

/* --- Modern UI Components (Cards, Buttons, Forms) --- */
.modern-content-wrapper {
	padding-bottom: 40px;
}

.login-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
}

.login-card {
	background: #fff;
	border: 1px solid #eee;
	padding: 40px;
	border-radius: 24px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.03);
	display: flex;
	flex-direction: column;
	height: 100%;
	transition: box-shadow 0.3s ease;
}

.login-card:hover {
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.06);
}

.input-wrapper {
	position: relative;
	display: flex;
	align-items: center;
}

.input-wrapper i {
	position: absolute;
	left: 18px;
	color: #888;
	font-size: 16px;
	pointer-events: none;
	z-index: 5;
}

.form-control-modern {
	width: 100%;
	background: #f9f9f9;
	border: 1.5px solid #eee;
	padding: 15px 15px 15px 50px;
	border-radius: 12px;
	font-size: var(--fs-14);
	color: #000;
	transition: all 0.3s ease;
}

.form-control-modern:focus {
	background: #fff;
	border-color: #cfaf5c;
	outline: none;
	box-shadow: 0 0 0 4px rgba(207, 175, 92, 0.1);
}

.label-modern {
	display: block;
	font-size: var(--fs-14);
	font-weight: 700;
	color: #333;
	margin-bottom: 8px;
}

.card-header {
	margin-bottom: 25px;
}

.card-header h2 {
	font-size: var(--fs-28);
	font-weight: 800;
	margin: 0 0 10px 0;
	color: #000;
}

.header-underline {
	width: 40px;
	height: 3px;
	background: #cfaf5c;
	border-radius: 2px;
}

.card-body {
	flex-grow: 1;
}

.promo-title {
	font-size: var(--fs-18);
	color: #000;
	margin-bottom: 10px;
}

.promo-text {
	color: #666;
	line-height: 1.6;
	margin-bottom: 25px;
}

/* Modern Form Groups */
.form-group-modern {
	margin-bottom: 20px;
}

.forgot-wrapper {
	text-align: right;
	margin-top: 8px;
}

.forgot-link {
	color: #888;
	font-size: var(--fs-14);
	font-weight: 500;
	transition: color 0.3s ease;
}

.forgot-link:hover {
	color: #cfaf5c;
	text-decoration: none;
}

/* Modern Buttons System */
.btn-modern {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	padding: 15px 35px;
	border-radius: 12px;
	font-weight: 700;
	font-size: var(--fs-16);
	text-decoration: none !important;
	transition: all 0.3s ease;
	cursor: pointer;
	border: none;
	width: 100%;
}

.btn-primary-modern {
	background: #000;
	color: #fff;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.btn-primary-modern:hover {
	background: #cfaf5c;
	color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 15px 25px rgba(207, 175, 92, 0.2);
}

.btn-secondary-modern {
	background: #f4f7f6;
	color: #000;
	border: 1px solid #eee;
}

.btn-secondary-modern:hover {
	background: #000;
	color: #fff;
	border-color: #000;
}

@media (max-width: 991px) {
	.login-grid {
		grid-template-columns: 1fr;
	}

	.login-card {
		padding: 30px;
	}
}

/* --- Modern Registration Page Styles --- */

.modern-form-card {
	background: #fff;
	border: 1px solid #eee;
	padding: 50px;
	border-radius: 32px;
	box-shadow: 0 15px 50px rgba(0, 0, 0, 0.04);
}

.register-title {
	font-size: var(--fs-32);
	font-weight: 800;
	margin-bottom: 10px;
}

.register-subtitle {
	color: #888;
	margin-top: 15px;
	font-size: var(--fs-14);
}

.fieldset-title {
	font-size: var(--fs-18);
	font-weight: 700;
	color: #000;
	border: none;
	margin: 40px 0 20px;
	display: flex;
	align-items: center;
	width: 100%;
}

.fieldset-title::after {
	content: '';
	flex-grow: 1;
	height: 1px;
	background: #f0f0f0;
	margin-left: 20px;
}

/* Modern Radio Group */
.radio-group {
	display: flex;
	gap: 20px;
	margin-top: 10px;
}

.modern-radio label {
	display: flex;
	align-items: center;
	gap: 10px;
	cursor: pointer;
	font-weight: 500;
	color: #555;
	padding: 10px 20px;
	border: 1px solid #eee;
	border-radius: 12px;
	transition: all 0.3s ease;
}

.modern-radio input[type="radio"] {
	accent-color: #cfaf5c;
	width: 18px;
	height: 18px;
}

.modern-radio label:hover {
	background: #f9f9f9;
	border-color: #cfaf5c;
}

.modern-radio input[type="radio"]:checked+span {
	color: #000;
}

/* Modern Checkbox (Agree Section) */
.agree-box {
	margin: 30px 0;
	padding: 20px;
	background: #fdfaf3;
	border-radius: 16px;
	border: 1px solid #f9f1e0;
}

.modern-checkbox {
	display: flex;
	align-items: flex-start;
	gap: 15px;
	cursor: pointer;
	position: relative;
}

.modern-checkbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 100%;
	width: 100%;
	z-index: 2;
}

.checkbox-custom {
	height: 22px;
	width: 22px;
	background-color: #fff;
	border: 2px solid #ddd;
	border-radius: 6px;
	flex-shrink: 0;
	transition: all 0.3s ease;
	display: inline-block;
	position: relative;
	top: 2px;
}

.modern-checkbox:hover input~.checkbox-custom {
	border-color: #cfaf5c;
}

.modern-checkbox input:checked~.checkbox-custom {
	background-color: #cfaf5c;
	border-color: #cfaf5c;
}

.checkbox-custom:after {
	content: "";
	position: absolute;
	display: none;
	left: 7px;
	top: 3px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.modern-checkbox input:checked~.checkbox-custom:after {
	display: block;
}

.agree-text {
	font-size: var(--fs-14);
	color: #555;
	line-height: 1.5;
}

.agree-text a {
	color: #cfaf5c;
	font-weight: 600;
	text-decoration: underline;
}

.register-footer {
	border-top: 1px solid #f0f0f0;
}

.text-danger-modern {
	color: #e74c3c;
	font-size: 12px;
	margin-top: 5px;
	font-weight: 500;
}

@media (max-width: 767px) {
	.modern-form-card {
		padding: 30px 20px;
	}

	.radio-group {
		flex-direction: column;
		gap: 10px;
	}
}

#productAccordion {
	margin: 30px 0;
}

.filter-left {
    opacity:0;
}

a:focus,
a:focus-visible{
    outline: none !important;
}