[class*="btn-link"],
[class*="btn-link"]::after,
.product-wrapper,
.product-wrapper:hover .product-image .wishlist-view,
.product-wrapper:hover .product-variations,
.product-wrapper:hover .hover-area,
.owl-nav-hover-primary .owl-nav button:hover .nav-btn,
.e-border-one .product-wrapper:hover,
.product-style-3 .product-wrapper .hover-area,
.product-style-1 .product-wrapper .hover-area,
.product-style-7 .product-wrapper .hover-area,
[class*="swatch-filter-"] li,
[class*="swatch-filter-"].show-more li,
[class*="nav-arrow-middle"] .owl-nav button,
[class*="header-cart-"] .cart-popup,
.my-account-popup,
[class*="accordion-plus-"] .ac-toggle::after {
	-moz-transition: all 300ms ease-in-out 0s;
	-webkit-transition: all 300ms ease-in-out 0s;
	-o-transition: all 300ms ease-in-out 0s;
	-ms-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
}
.container,
.container-fluid,
.container-lg-fluid {
	position: relative;
}
.woocommerce-ordering select {
	background: auto;
}
.pb-8 {
	padding-bottom: 80px !important;
}
.mb-8 {
	margin-bottom: 80px !important;
}
.pb-7 {
	padding-bottom: 70px !important;
}
.py-100 {
	padding: 100px 0 !important;
}
.checkout {
	padding: 70px 0px 70px;
}
.checkout {
	overflow: hidden;
}
a.btn.btn-secondary.rounded-0.checkout {
	padding: 0 25px !important;
}
.checkout-area .checkout-process {
	display: block;
	margin-bottom: 40px;
	text-align: center;
}
.checkout-area .checkout-process ul {
	display: inline-block;
}

/* subcategory premium cards */
.subcategory-wrapper {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	justify-content: center;
	justify-items: center;
	gap: 12px;
	padding: 10px;
	width: 100%;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
	overflow-x: hidden;
}

.subcategory-card {
	position: relative;
	display: block;
	width: 100%;
	height: 220px;
	min-width: 0;
	overflow: hidden;
	background: #000;
	border: 1px solid rgba(255, 255, 255, 0.12);
	text-decoration: none;
}

.subcategory-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.subcategory-card:hover img {
	transform: scale(1.05);
}

.subcategory-overlay {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 10px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.92), rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0));
}

.subcategory-title {
	margin: 0 0 4px;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 1.2;
	text-align: center;
	width: 100%;
}

.subcategory-subtitle {
	margin: 0 0 6px;
	color: rgba(255, 255, 255, 0.72);
	font-size: 11px;
	letter-spacing: 0.4px;
	text-align: center;
	width: 100%;
}


.subcategory-card .explore-btn {
	color: var(--theme-color);
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.6px;
	transition: color 0.3s ease, transform 0.3s ease;
	display: inline-block;
	text-align: center;
	margin: 0 auto;
}

.subcategory-card:hover {
	border-color: var(--theme-color);
	box-shadow: 0 0 18px rgba(212, 175, 55, 0.22);
}

.subcategory-card:hover .explore-btn {
	color: var(--theme-color);
	transform: translateX(6px);
}

@media (min-width: 768px) {
	.subcategory-wrapper {
		grid-template-columns: repeat(auto-fit, minmax(220px, 280px));
		justify-content: center;
		justify-items: center;
		gap: 16px;
		padding: 0;
	}

	.subcategory-card {
		height: 300px;
	}

	.subcategory-overlay {
		padding: 28px 24px 22px;
	}

	.subcategory-title {
		font-size: 18px;
		letter-spacing: 2px;
	}

	.subcategory-subtitle {
		font-size: 14px;
	}

	.subcategory-card .explore-btn {
		font-size: 14px;
	}
}

@media (min-width: 1024px) {
	.subcategory-wrapper {
		grid-template-columns: repeat(auto-fit, minmax(260px, 280px));
		justify-content: center;
		justify-items: center;
		gap: 25px;
	}

	.subcategory-card {
		height: 360px;
	}
}
.checkout-area .checkout-process li {
	display: inline-block;
	margin-right: 20px;
	text-align: left;
	margin-bottom: 10px;
}
ul li {
	list-style: none;
}
.checkout-area .checkout-process li a.active {
	background: var(--theme-color);
	color: #fff !important;
}
.checkout-area .checkout-process li a {
	background: #e9ecef;
	padding: 0px;
	margin: 0px;
	line-height: 70px;
	padding-left: 35px;
	font-weight: 600;
	width: 200px;
	height: 70px;
	position: relative;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
a,
a:hover,
a:focus,
a:active {
	text-decoration: none;
	outline: none;
}
.checkout-area .checkout-process li a.active::before {
	border-left: 20px solid var(--theme-color);
}
.checkout-area .checkout-process li a::before {
	position: absolute;
	content: "";
	left: 100%;
	top: 0px;
	border-top: 35px solid transparent;
	border-left: 20px solid #e9ecef;
	border-bottom: 35px solid transparent;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.checkout-area .checkout-process li a.active span,
.checkout-area .checkout-process li a:hover span {
	background: #333;
}
.checkout-area .checkout-process li a span {
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	background: #666;
	color: #fff;
	display: inline-block;
	border-radius: 50%;
	margin-right: 7px;
	-webkit-box-shadow: 3px 3px 7px 1px rgb(0 0 0 / 25%);
	box-shadow: 3px 3px 7px 1px rgb(0 0 0 / 25%);
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.checkout-area .checkout-process li a.active i,
.checkout-area .checkout-process li a:hover i {
	opacity: 0.7;
	right: 0px;
	font-size: 34px;
}
.checkout-area .checkout-process li a i {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 45px;
	opacity: 0.1;
	right: 30px;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.checkout-area .checkout-process li a::after {
	position: absolute;
	content: "";
	left: 0px;
	top: 0px;
	border-top: 35px solid transparent;
	border-left: 20px solid #ffffff;
	border-bottom: 35px solid transparent;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.checkout-area .tab-content {
	-webkit-box-shadow: 3px 3px 5px 0px rgb(0 0 0 / 5%);
	box-shadow: 3px 3px 5px 0px rgb(0 0 0 / 5%);
	border: 1px solid rgba(0, 0, 0, 0.1);
}
.checkout-area .content-box .content {
	padding: 20px 20px 20px;
}
.closed a {
	width: 30px;
	height: 30px;
	background-color: var(--theme-white-color);
	border: 1px solid var(--theme-gray-color);
	color: var(--theme-dark-color);
	margin-top: 4px;
	margin-bottom: 4px;
	display: block;
	font-size: 10px;
	font-weight: 500;
	line-height: 30px;
	padding-left: 0px;
}
.autocomplete {
	display: block;
}
.autocomplete-items {
	-webkit-box-shadow: 0px 2px 7px rgb(0 0 0 / 11%);
	box-shadow: 0px 2px 7px rgb(0 0 0 / 11%);
}
.autocomplete-items {
	position: absolute;
	border-top: none;
	z-index: 99;
	top: 100%;
	background: #fff;
	right: 22%;
	-webkit-box-shadow: 0px 2px 7px rgb(0 0 0 / 11%);
	box-shadow: 0px 2px 7px rgb(0 0 0 / 11%);
	width: 27%;
	margin-top: 2px;
}
@media screen and (max-width: 991px) {
	.autocomplete-items {
		width: 100%;
		max-width: 320px;
	}
}
@media screen and (max-width: 450px) {
	.autocomplete-items {
		max-width: 100%;
		right: 0;
	}
}
.border-dash {
	border-bottom: 1px dotted grey;
}
a.active {
	color: var(--theme-primary-color);
}
.docname {
	width: 100% !important;
	border-bottom: 1px solid rgba(84, 82, 82, 0.09) !important;
	padding: 13px 8px;
}
.user-info p {
	line-height: 15px;
}
.post {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.post .post-img {
	margin-right: 15px;
}
.post .post-img img {
	width: 50px;
	height: 50px;
}
.post .post-details {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.post .post-details .date {
	font-size: 12px;
	line-height: 20px;
	color: #8798b8;
	font-weight: 400;
	margin-bottom: 0px;
}
.docname a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.docname a img {
	width: 50px;
	height: 50px;
}
.search-content p {
	margin-top: 0;
	margin-bottom: 0rem;
}
.search-content {
	padding-left: 10px;
}
.closed a:hover {
	background-color: var(--theme-primary-color);
	border: 1px solid var(--theme-primary-color);
	color: var(--theme-white-color);
}
.submit-loader {
	background: rgba(251, 251, 251, 0.52);
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	position: absolute;
}
.submit-loader img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
img {
	max-width: 100%;
}
.checkout-area .content-box .content .title {
	display: block;
	padding-bottom: 5px;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.checkout-area .content-box .content .form-control {
	height: 45px;
	width: 100%;
	font-size: 14px;
	line-height: 30px;
	border: 1px solid #bdccdb;
	border-radius: 0.25rem;
}
input[type="checkbox"] {
	content: "\2714";
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 0.2em;
	display: inline-block;
	width: 20px;
	height: 20px;
	text-align: center;
	vertical-align: bottom;
	color: transparent;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	margin-right: 5px;
	margin-top: 3px;
}
input[type="checkbox"] + label {
	display: block;
	cursor: pointer;
	font-size: 14px !important;
	margin-top: 2px;
}
.checkout-area .content-box .content label {
	font-size: 16px;
	font-weight: 600;
}

.form-check {
	display: flex;
	padding-left: 5px;
}
.form-check-input:checked {
	background-color: #a439ee;
	border: none !important;
}
.form-check .form-check-input {
	float: left;
	width: 14px;
	height: 14px;
	margin: 0;
	margin-top: -2px;
}
.form-check .form-check-label {
	width: calc(100% - 20px);
	margin-left: 0;
	padding-left: 15px;
}
.checkout-area .content-box .content .set-account-pass {
	margin-top: 10px;
}
.checkout-area .content-box .content .billing-address {
	margin-top: 25px;
}
.checkout-area .content-box .content .billing-address input,
.checkout-area .content-box .content .ship-diff-addres-area input {
	margin-bottom: 10px;
}
.checkout-area .content-box .content .ship-diff-addres-area {
	margin-top: 20px;
}
.mybtn1 {
	font-size: 16px;
	font-weight: 400;
	padding: 8px 18px;
	display: inline-block;
	color: #fff;

	border: 0px;
	cursor: pointer;
	border-radius: 3px;

	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.mybtn1:hover {
	background: #fff;
	color: var(--theme-color);
}
.order-table {
	color: #767c89;
}
.c-info-box-area {
	padding: 40px 30px 38px;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.card {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, 0.125);
	border-radius: 0.25rem;
}
.c-info-box-area .c-info-box.box2 {
	border-color: #90ebf5;
}
.c-info-box-content {
	text-align: center;
	margin-top: 20px;
}
.c-info-box-area .c-info-box.box1 {
	border-color: #f5c765;
}
.c-info-box-area .c-info-box p {
	font-size: 30px;
	font-weight: 600;
	line-height: 160px;
}
.c-info-box-area .c-info-box {
	width: 200px;
	height: 200px;
	margin: 0 auto;
	border-width: 20px;
	border-style: solid;
	text-align: center;
	border-radius: 50%;
}
.order-status {
	color: #fff;
	border-radius: 50px;
	text-align: center;
	display: inline-block;
	padding: 1px 15px;
}
.process-steps-area {
	margin-bottom: 100px;
	display: block;
}
.process-steps {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
.user-dashbord .user-profile-details .order-details .header-area {
	display: block;
	margin-top: 80px;
}
a.back-btn.theme-bg {
	background: #a439ee;
	padding: 5px 20px;
	color: white;
}
table.dataTable tbody tr {
	background-color: #f8f8f8;
}
input#code {
	margin-right: 3%;
}
.upload-img {
	padding: 18px 0px 20px;
	display: flex;
	align-items: center;
}
.upload-img .img {
	width: 100px;
	height: 100px;
	border: 1px solid rgba(0, 0, 0, 0.4);
	border-radius: 50%;
	margin-right: 30px;
	overflow: hidden;
}
.upload-img .file-upload-area {
	flex: 1;
}
.upload-img .file-upload-area .upload-file {
	width: 150px !important;
	height: 40px;
	cursor: pointer;
	position: relative;
}
.edit-info-area .upload-img .img img {
	border-radius: 50%;
	width: 100%;
	height: 100%;
}
.upload-file label {
	padding: 10px;
	background: red;
	display: table;
	color: #fff;
	text-align: center;
	cursor: pointer;
}
.upload-file input[type="file"] {
	display: none;
}
.message-modal .modal-dialog {
	position: absolute;
	right: 0;
	width: 100%;
	bottom: 0;
}
.message-modal .modal .modal-dialog .modal-header {
	padding: 12px 30px !important;
	text-align: right;
}
.message-modal .modal .modal-dialog .modal-header .modal-title {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	display: inline-block;
}
.message-modal .modal .contact-form .submit-btn {
	width: 100%;
	height: 50px;
	background: var(--theme-color);
	color: #fff;
	font-size: 14px;
	line-height: 50px;
	font-weight: 600;
	text-align: center;
	border: 0px;
	border-radius: 5px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.process-steps li {
	width: 25%;
	float: left;
	text-align: center;
	position: relative;
}
.print-order.text-right {
	text-align: right;
}
.process-steps li .title {
	font-weight: 600;
	font-size: 13px;
	color: #777;
	margin-top: 8px;
}
a.print-order-btn {
	background: #a439ee;
	padding: 10px 20px;
	color: white;
}
.process-steps li .icon {
	height: 30px;
	width: 30px;
	margin: auto;
	background: #efefef;
	border-radius: 50%;
	line-height: 30px;
	font-size: 14px;
	font-weight: 700;
	color: #000000;
	position: relative;
}
.process-steps li:after {
	position: absolute;
	content: "";
	height: 3px;
	width: calc(100% - 30px);
	background: #efefef;
	top: 21px;
	z-index: 0;
	right: calc(50% + 15px);
}
.process-steps li:first-child::after {
	display: none;
}
.process-steps li.done .icon {
	color: transparent;
}
.process-steps li.done:after,
.process-steps li.active:after,
.process-steps li.active .icon {
	color: #fff;
	background: #a439ee;
}
.process-steps li.done .icon:before {
	position: absolute;
	content: "";
	left: 11px;
	top: 7px;
	width: 8px;
	height: 14px;
	border: solid #fff;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.order-status.pending {
	background: rgb(243, 188, 85);
}
.order-status.decline {
	background: rgb(248, 107, 107);
}
.order-status.completed {
	background: rgb(74, 163, 74);
}
.order-status.processing {
	background: #73cbf6;
}
div#example_length {
	margin-bottom: 20px;
}
.order-status.on.delivery {
	background: #ce8bee;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
	cursor: pointer;
}
@media (max-width: 1649px) {
	.mybtn1 {
		padding: 8px 12px;
		margin-bottom: 10px;
	}
}
.checkout-area .content-box .content .order-area .order-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.checkout-area .content-box .content .order-area .order-item .product-img img {
	width: 135px;
	height: auto;
	margin-right: 20px;
}
.checkout-area .content-box .content .order-area .order-item .product-content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.checkout-area
	.content-box
	.content
	.order-area
	.order-item
	.product-content
	.name {
	margin-bottom: 5px;
}
.right-area .order-box {
	-webkit-box-shadow: 3px 3px 5px 0px rgb(0 0 0 / 5%);
	box-shadow: 3px 3px 5px 0px rgb(0 0 0 / 5%);
	border: 1px solid rgba(0, 0, 0, 0.1);
	padding: 40px 25px 40px;
}
.right-area .order-box .title {
	font-size: 16px;
	font-weight: 700;
	color: #143250;
	line-height: 28px;
	margin-bottom: 15px;
}
.right-area .order-box .order-list {
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.right-area .order-box .order-list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.right-area .order-box .order-list li p {
	font-size: 14px;
	font-weight: 600;
}
.right-area .order-box .order-list li p b {
	font-weight: 700;
}
.right-area .order-box .order-list {
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.right-area .order-box .total-price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-weight: 600;
	padding-top: 5px;
}
.right-area .order-box .cupon-box {
	text-align: center;
	margin-bottom: 30px;
}
.cupon-box #coupon-link img {
	width: 25px;
	margin-right: 5px;
}
.right-area .order-box .cupon-box #coupon-link {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 25px;
	text-decoration: underline;
	cursor: pointer;
}
.cupon-box #check-coupon-form {
	display: none;
}
.cupon-box #check-coupon-form input {
	width: 190px;
	height: 35px;
	background: #f3f8fc;
	border: 1px solid rgba(0, 0, 0, 0.1);
	padding: 0px 10px;
	font-size: 14px;
}
.cupon-box #check-coupon-form button {
	width: 80px;
	height: 35px;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.15);
	font-size: 14px;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.right-area .order-box .title {
	font-size: 16px;
	font-weight: 700;
	color: #143250;
	line-height: 28px;
	margin-bottom: 15px;
}
.radio-design {
	display: block;
	position: relative;
	padding-left: 0px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin-bottom: 7px;
}
.radio-design input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	z-index: 9;
	width: 100%;
	height: 100%;
}
.sub-categori .left-area .filter-result-area .body-area .price-range-block {
	text-align: center;
	margin-top: 34px;
}
.price-range-block #slider-range {
	margin-bottom: 21px;
}
.ui-widget.ui-widget-content {
	border: none;
	border-radius: 0px;
	background: #d2d2d2;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: 0.7em;
	display: block;
	border: 0;
	background-position: 0 0;
}
.radio-design .checkmark {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	display: inline-block;
	position: absolute;
	border: 1px solid rgba(0, 0, 0, 0.2);
	top: -2px;
}
.radio-design input:checked ~ .checkmark::after {
	width: 80%;
	height: 80%;
}
.sliderText {
	margin-bottom: 30px;
	border-bottom: 2px solid #c48272;
	padding: 10px 0 10px 0px;
	font-weight: bold;
}
.ui-slider-horizontal {
	height: 5px;
}
.ui-slider-horizontal {
	margin-bottom: 15px;
}
.ui-widget-header {
	background: #c48272;
}
.price-range-search {
	width: 70px;
	background-color: #f9f9f9;
	border: 1px solid #6e6666;
	display: inline-block;
	height: 30px;
	margin-bottom: 20px;
	font-size: 16px;
}
.price-range-field {
	width: 100px;
	background-color: none;
	border: 1px solid rgba(0, 0, 0, 0.15);
	color: black;
	height: 30px;
	text-align: center;
}
.search-results-block {
	position: relative;
	display: block;
	clear: both;
}
.price-range-block #slider-range {
	margin-bottom: 21px;
}
button.filter-btn.btn.btn-primary {
	margin-left: 24%;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -7px;
	margin-left: -0.6em;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 18px;
	height: 18px;
	background: #c48272;
	border-radius: 50%;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
	border: 3px solid #fff;
	-webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.25);
}
.ui-slider .ui-slider-handle:focus {
	outline: 0px;
}
.ui-widget.ui-widget-content {
	border: none;
	border-radius: 0px;
	background: #d2d2d2;
}
.radio-design label {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 0px;
	position: relative;
	top: -4px;
	left: 35px;
}
.radio-design label small {
	display: block;
}
.order-box .final-price {
	border-top: 1px solid rgba(0, 0, 0, 0.3);
	margin-top: 10px;
	padding-top: 5px;
	font-weight: 600;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.wallet-price {
	margin-top: 10px;
	padding-top: 5px;
	font-weight: 600;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.radio-design .checkmark::after {
	position: absolute;
	content: "";
	width: 0%;
	height: 0%;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	z-index: 99;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: var(--theme-color);
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
select.form-control,
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: calc(100% - 15px) 52%/8px no-repeat;
	padding: 5px 30px 5px 10px;
	cursor: pointer;
}
.form-boder .form-control {
	padding: 10px 15px;
}
textarea.form-control {
	height: auto;
}
select:focus {
	outline: none;
}
.product-slide-thumb .active img {
	background-color: var(--theme-light-color);
}
body {
	font-size: 16px;
	font-family: var(--theme-general-font);
	font-weight: 400;
}
header.fixed-top {
	position: static !important;
	animation: none;
}
header.nav-on-banner.fixed-top {
	position: absolute !important;
	animation: none;
}
header.fixed-top .header-sticky {
	position: fixed !important;
	top: -1px;
	right: 0;
	left: 0;
	z-index: 99;
	animation-duration: 1s;
	animation-name: menu-sticky;
	animation-timing-function: ease-in-out;
	margin: 0;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
	border: none;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
img {
	max-width: 100%;
}
.d-ruby {
	display: ruby !important;
}
sup {
	left: 2px;
	top: -5px;
}
.placeholder-white::placeholder,
.placeholder-white {
	color: var(--theme-white-color) !important;
}
select,
select option,
select.form-control,
select.form-control option,
input::placeholder,
input.form-control::placeholder {
	font-family: var(--theme-extra-font);
	font-size: 15px !important;
	font-weight: 400 !important;
}
select.language.selectors.nice,
select.currency.selectors.nice {
	border: none;
}
.extra2-font {
	font-family: var(--theme-extra2-font);
}
button {
	border-radius: 0;
	background-color: transparent;
	border: none;
}
a,
a:hover {
	text-decoration: none !important;
}
p {
	line-height: 30px;
}
h1,
.h1 {
	font-size: 48px;
	font-weight: 500;
	font-family: var(--theme-highlight-font);
}
h2,
.h2 {
	font-size: 36px;
	font-weight: 500;
	font-family: var(--theme-highlight-font);
}
h3,
.h3 {
	font-size: 30px;
	font-weight: 500;
	font-family: var(--theme-highlight-font);
}
h4,
.h4 {
	font-size: 24px;
	font-weight: 500;
	font-family: var(--theme-highlight-font);
}
h5,
.h5 {
	font-size: 18px;
	font-weight: 500;
	font-family: var(--theme-highlight-font);
	line-height: inherit;
}
h6,
.h6 {
	font-size: 15px;
	font-weight: 500;
	font-family: var(--theme-highlight-font);
	line-height: inherit;
}


/* Cart page specific spacing fixes */
.full-row.cartpage {
	padding-top: 30px;
	padding-bottom: 50px;
}

/* Reduce breadcrumb spacing on cart page */
.cart-page-breadcrumb {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}

/* Responsive cart page spacing */
@media (max-width: 991.98px) {
	.full-row.cartpage {
		padding-top: 20px;
		padding-bottom: 30px;
	}
	
	.cart-page-breadcrumb {
		padding-top: 15px !important;
		padding-bottom: 15px !important;
	}
}

@media (max-width: 767.98px) {
	.full-row.cartpage {
		padding-top: 15px;
		padding-bottom: 20px;
	}
	
	.cart-page-breadcrumb {
		padding-top: 12px !important;
		padding-bottom: 12px !important;
	}
}
.line-height-40 {
	line-height: 40px;
}
.z-index-1 {
	z-index: 1;
}
.z-index-9 {
	z-index: 9;
}
.font-general {
	font-size: 15px !important;
}
.font-twelve {
	font-size: 12px !important;
}
.font-fifteen {
	font-size: 15px !important;
}
.font-sixteen {
	font-size: 16px !important;
}
.font-seventeen {
	font-size: 17px !important;
}
.font-400 {
	font-weight: 400 !important;
}
.font-700 {
	font-weight: 700 !important;
}
.btn {
	font-size: 14px;
	font-weight: 400;
}
.btn.two-corner-round {
	border-radius: 0 15px !important;
}
.btn-light {
	background-color: var(--theme-light-color);
	border-color: var(--theme-light-color);
}
.btn-light:hover {
	background-color: var(--theme-light-color);
	border-color: var(--theme-light-color);
}
.btn-outline-primary {
	border: 1px solid var(--theme-primary-color);
	color: var(--theme-primary-color);
}
.btn-outline-primary:hover {
	background-color: var(--theme-primary-color);
	border-color: var(--theme-primary-color);
	color: var(--theme-white-color);
}
.btn-outline-secondary {
	border: 1px solid var(--theme-secondary-color);
	color: var(--theme-secondary-color);
}
.btn-outline-secondary:hover {
	background-color: var(--theme-secondary-color);
	border-color: var(--theme-secondary-color);
	color: var(--theme-white-color);
}
[class*="btn-link"] {
	font-size: 15px;
	color: var(--theme-dark-color);
	display: table;
	position: relative;
}
.btn-link-left-line,
.btn-link-right-line {
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.btn-link-left-line {
	padding-left: 50px;
}
.btn-link-right-line {
	padding-right: 50px;
}
.btn-link-down-line::after {
	position: absolute;
	content: "";
	top: 100%;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: var(--theme-secondary-color);
}
.btn-link-down-line.text-dark::after {
	background-color: var(--theme-dark-color);
}
.btn-link-right-line::after,
.btn-link-left-line::after {
	position: absolute;
	content: "";
	width: 40px;
	top: 50%;
	height: 2px;
	background-color: var(--theme-secondary-color);
}
.btn-link-left-line::after {
	left: 0;
}
.btn-link-right-line::after {
	right: 0;
}
.btn-link-down-line:hover {
	color: var(--theme-primary-color) !important;
}
.btn-link-down-line:hover::after {
	width: 70%;
	background-color: var(--theme-primary-color);
}
.btn-link-down-line.text-white::after {
	background-color: var(--theme-white-color);
}
.btn-extra1 {
	background-color: var(--theme-extra1-color);
	color: var(--theme-dark-color) !important;
}
.font-small {
	font-size: 13px !important;
}
.list-style-circle {
	list-style-type: circle;
	list-style-position: inside;
}
.list-style-circle li {
	font-weight: 500;
	line-height: 30px;
}
.media-icon-secondary a:hover {
	color: var(--theme-primary-color) !important;
}
.text-extra {
	color: var(--theme-extra-color) !important;
}
.text-extra1 {
	color: var(--theme-extra1-color) !important;
}
.text-extra2 {
	color: var(--theme-extra2-color) !important;
}
.hover-text-dark:hover {
	color: var(--theme-dark-color) !important;
}
.bg-extra {
	background-color: var(--theme-extra-color) !important;
}
.bg-extra1 {
	background-color: var(--theme-extra1-color) !important;
}
.bg-extra2 {
	background-color: var(--theme-extra2-color) !important;
}
.zoomWindow {
	background-color: var(--theme-light-color);
}
.list-ml-30 li + li {
	margin-left: 30px;
}
.list-ml-5 li + li {
	margin-left: 5px;
}
.list-mt-10 li + li {
	margin-top: 10px;
}
[class*="after-right-border-"]::after {
	content: "";
	top: 50%;
	right: 0;
	width: 1px;
	height: 60%;
	position: absolute;
	transform: translateY(-50%);
}
.after-right-border-extra1::after {
	background-color: var(--theme-extra1-color);
}
[class*="after-border-"] .owl-item .product-wrapper::after,
[class*="after-border-"] .product-wrapper::after {
	content: "";
	width: 1px;
	display: block;
	position: absolute;
	z-index: 10;
	background-color: var(--theme-gray-color);
}
.after-border-one .owl-item .product-wrapper::after,
.after-border-one .product-wrapper::after {
	top: 50%;
	height: 70%;
	transform: translateY(-50%);
}
[class*="after-border-"] {
	position: relative;
}
.after-border-two::after {
	content: "";
	position: absolute;
	width: 1px;
	height: 100%;
	background: #fff;
	left: 0;
	top: 0;
}
.after-border-two .owl-item .product-wrapper::after,
.after-border-two .product-wrapper::after {
	height: 100%;
	top: 0;
}
[class*="e-hover-shadow"][class*="after-border-"]
	.owl-item
	.product-wrapper::after {
	right: -10px;
}
[class*="e-hover-shadow"][class*="after-border-"]
	.owl-item
	.product-wrapper:hover::after {
	display: none;
}
[class*="after-border-"].e-bg-white::after {
	width: 1px;
	height: 100%;
	content: "";
	position: absolute;
	left: 0px;
	top: 0;
	background-color: var(--theme-white-color);
	z-index: 99;
}
.owl-carousel.after-border-one.e-bg-white::after {
	right: 0;
}
[class*="right-line-"] {
	position: relative;
	height: 100%;
}
[class*="right-line-"]::after {
	width: 1px;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	content: "";
	background-color: #d1d1d1;
}
.col:last-child [class*="right-line-"]::after {
	display: none;
}
[class*="primary-right-line-"]::after {
	background-color: var(--theme-primary-color);
}
[class*="gray-right-line-"]::after {
	background-color: #d1d1d1;
}
.border-mb-one {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #dee2e6;
}
.col:last-child .border-mb-one {
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
}
img.nav-logo {
	min-width: 124px;
}
.sign-in {
	font-size: 13px;
	line-height: 30px;
	font-weight: 400;
}
.box-80px {
	width: 80px;
	height: 80px;
}
.w-30 {
	width: 30%;
}
.w-40 {
	width: 40%;
}
.flat-mini::before {
	position: relative;
	top: 3px;
}
.flat-small::before {
	position: relative;
	top: 5px;
}
.flat-medium::before {
	position: relative;
	top: 5px;
}
.sale-upto {
	letter-spacing: 3px;
	margin: 20px 0 30px;
}
.sale-upto span:last-child {
	background-color: var(--theme-primary-color);
	color: var(--theme-white-color);
	padding: 2px 10px;
}
.custom-class-133 .sale-upto {
	letter-spacing: 0;
	margin: 0 0 20px;
}
.custom-class-133 .sale-upto span:last-child {
	background-color: transparent;
	color: var(--theme-primary-color);
	padding: 0;
}
.border-general {
	border-color: var(--theme-general-color) !important;
}
/* Cart popup Style */
.my-account-popup,
.cart-popup {
	position: absolute;
	z-index: 999;
	background-color: #fff;
	box-shadow: 0 5px 5px 0 rgba(50, 50, 50, 0.2);
	width: 400px;
	right: 0;
	top: calc(100% + 10px);
	border-radius: 0;
	padding: 15px;
	opacity: 0;
	visibility: hidden;
}
.cart-popup {
	width: 370px;
}
.my-account-dropdown.show .my-account-popup,
[class*="header-cart-"].show .cart-popup {
	opacity: 1;
	visibility: visible;
	top: 100%;
	border: 1px solid var(--theme-light-color);
}
.cart-popup .mini-cart-item {
	position: relative;
	padding-right: 20px;
}
.cart-popup .mini-cart-item:last-child {
	margin-bottom: 0;
}
.cart-popup .mini-cart-item .remove {
	position: absolute;
	right: 0;
	top: 2px;
	color: var(--theme-dark-color);
	font-size: 13px;
}
.cart-popup .mini-cart-item .product-image {
	width: 100px;
	float: left;
	margin-right: 20px;
}
.cart-popup .mini-cart-item .product-name {
	margin-bottom: 10px;
	color: var(--theme-secondary-color);
	font-size: 15px;
}
.cart-popup .mini-cart-item .rating-wrap a {
	display: flex;
}
.cart-popup .mini-cart-item .rating-wrap a:hover {
	color: var(--theme-general-color);
}
.cart-popup .mini-cart-item .rating-wrap a i {
	margin-right: 5px;
}
.cart-popup .mini-cart-item span:first-child {
	margin-right: 5px;
	font-size: 15px;
	font-weight: 500;
}
.cart-popup .mini-cart-item span:last-child {
	font-size: 14px;
}
.cart-popup .total-cart {
	display: flex;
	font-size: 20px;
	color: var(--theme-secondary-color);
	font-weight: 500;
	margin: 20px 0;
}
.cart-popup .total-cart .title {
	margin-right: 10px;
}
.cart-popup .buttons {
	display: flex;
	flex-wrap: wrap;
}
.cart-popup .buttons .btn {
	line-height: 40px;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 400;
	margin: 3px 0;
}
.cart-popup .buttons .btn:first-child {
	margin-right: 10px;
}
/* My Account Popup */
.my-account-popup {
	display: table;
	width: max-content;
	line-height: 30px;
	padding: 10px 20px;
}
.my-account-popup li {
	border: 0 !important;
}
.ecommerce-header .top-header .my-account-popup li a {
	color: var(--theme-general-color) !important;
}
.my-account-popup li a:hover {
	color: var(--theme-primary-color);
}
/*==================================================================== Icons Style Start ====================================================================*/
[class*="unicode-icon"] {
	width: 16px;
	height: 16px;
}
.unicode-icon-2x {
	width: 32px;
	height: 32px;
}
.unicode-icon-3x {
	width: 48px;
	height: 48px;
}
.unicode-icon-4x {
	width: 64px;
	height: 64px;
}
.col .simple-icon-thumb {
	position: relative;
}
.col .simple-icon-thumb .icon-shape {
	position: absolute;
	width: 160px;
	height: 40px;
	top: 50px;
	right: 25px;
}
.col:last-child .simple-icon-thumb .icon-shape {
	display: none;
}
/* Category Icon Thumb */
.category-icon-thumb {
	display: flex;
	flex-direction: column;
	padding: 20px;
	align-items: center;
}
.category-icon-thumb img {
	width: 32px;
}
.category-icon-thumb a {
	color: var(--theme-dark-color);
	text-transform: uppercase;
	font-size: 14px;
	margin-top: 10px;
}
.img-list-one .content {
	width: 80%;
}
/*==================================================================== Time Counting Style Start ====================================================================*/
.time-count ul {
	display: flex;
	align-items: center;
}
.time-count.flex-between ul {
	justify-content: space-between;
}
.time-count.flex-around ul {
	justify-content: space-around;
}
.time-count li span:first-child {
	color: var(--theme-dark-color);
	font-weight: 500;
	font-size: 15px;
	width: 45px;
	height: 45px;
	line-height: 45px;
	border-radius: 100%;
	display: block;
}
.time-count li span:last-child {
	font-weight: 400;
	color: var(--theme-general-color);
	margin-top: 10px;
	display: block;
	text-align: center;
}
.type-4.time-count li span:first-child {
	color: var(--theme-white-color);
	width: auto;
}
.type-4.time-count li span:last-child {
	color: var(--theme-white-color);
	width: auto;
}
.custom-class-119 .time-count li span:last-child {
	color: var(--theme-white-color) !important;
	font-weight: 400;
	text-transform: uppercase;
}
.type-two .time-count li span:last-child,
.type-two .time-count li:last-child span:first-child:after {
	display: none;
}
.type-two .time-count li span:first-child {
	background-color: transparent;
	position: relative;
	line-height: inherit;
	width: auto;
	height: auto;
	padding-right: 16px;
}
.type-two .time-count li span:first-child:after {
	position: absolute;
	content: ":";
	top: calc(50% - 2px);
	right: 6px;
	transform: translateY(-50%);
	color: var(--theme-dark-color);
}
.deal-out-time {
	display: flex;
	align-items: center;
}
.deal-out-time .time-count.type-three ul li:first-child {
	display: none;
}
.deal-out-time .time-count.type-three ul li {
	display: flex;
	align-items: center;
	position: relative;
	padding: 0px 10px;
}
.deal-out-time .time-count.type-three ul li::before {
	position: absolute;
	content: ":";
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	color: var(--theme-white-color);
}
.deal-out-time .time-count.type-three ul li:last-child:before {
	display: none;
}
.deal-out-time .time-count.type-three ul li span {
	color: var(--theme-white-color) !important;
	margin: 0;
	padding: 0;
	line-height: 18px;
}
.deal-out-time .time-count.type-three ul li span:first-child {
	width: auto;
	height: auto;
	background-color: transparent;
	margin-right: 5px;
}
.time-box ul {
	flex-wrap: wrap !important;
}
.deal {
	background-color: rgb(223, 245, 250);
	padding: 50px 0px;
}
/* 
.time-count.time-box li {
	border: 2px solid var(--theme-secondary-color);
	width: 80px;
	height: 80px;
	text-align: center;
	padding: 10px;
}
.time-box li span {
	display: block;
	text-align: center;
	color: var(--theme-secondary-color);
}
.time-count.time-box li span:first-child {
	font-size: 20px;
	font-weight: 400;
	margin: 0 auto;
	line-height: initial;
	height: auto;
	color: var(--theme-secondary-color);
}
.time-count.time-box li span:last-child {
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
	margin-top: -8px;
	color: var(--theme-secondary-color);
} */

.time-box ul {
	flex-wrap: wrap !important;
}

.time-count.time-box li {
	border: 2px solid var(--theme-secondary-color);
	width: 80px;
	height: 80px;
	text-align: center;
	padding: 5px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.time-box li span {
	display: block;
	text-align: center;
	color: var(--theme-secondary-color);
}

.time-count.time-box li span:first-child {
	font-size: 24px;
	font-weight: 400;
	margin: 0 auto;
	line-height: initial;
	height: auto;
	color: var(--theme-secondary-color);
}

.time-count.time-box li span:last-child {
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
	margin-top: 0;
	color: var(--theme-secondary-color);
}

.offer-product .time-count.time-box ul {
	flex-wrap: nowrap !important;
	justify-content: flex-start !important;
	gap: 10px;
}

.offer-product .time-count.time-box li {
	width: 62px;
	height: 62px;
	padding: 8px;
}

.offer-product .time-count.time-box li span:first-child {
	font-size: 18px;
}

.offer-product .time-count.time-box li span:last-child {
	font-size: 11px;
	margin-top: 6px;
}
/*==================================================================== Form Style Start ====================================================================*/
.form-control,
.form-control:focus {
	margin-bottom: 0;

	box-shadow: none;
}
input.text-white::placeholder {
	color: var(--theme-white-color) !important;
}
input.text-dark::placeholder {
	color: var(--theme-dark-color) !important;
}
[class*="product-search-"] .form-inline.search-pill-shape {
	background-color: var(--theme-light-color);
	border: 0;
}
[class*="product-search-"] .search-line-shape.form-inline {
	border: 0;
	padding: 0;
	border-bottom: 1px solid var(--theme-dark-color);
}
[class*="product-search-"] .search-line-shape.form-inline input.search-field {
	padding-left: 25px;
	font-size: 16px !important;
}
[class*="product-search-"]
	.search-line-shape.form-inline
	input.search-field::placeholder {
	color: var(--theme-secondary-color);
	font-size: 16px !important;
}
[class*="product-search-"] .search-line-shape.form-inline button {
	background-color: transparent;
	color: var(--theme-dark-color) !important;
	left: 0;
	padding: 0;
	right: inherit;
}
[class*="product-search-"] {
	position: relative;
}
[class*="product-search-"] .form-inline.search-box-shape {
	border-radius: 0;
}
[class*="product-search-"] .form-inline.search-round-shape {
	border-radius: 5px;
}
[class*="product-search-"] .form-inline.search-pill-shape {
	border-radius: 50rem;
}
[class*="product-search-"] .form-inline {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	padding-right: 53px;
}
.form-inline input.search-field {
	padding: 0 20px;
	line-height: 50px !important;
	height: 50px;
}
.product-search-two .form-inline input.search-field {
	order: 2 !important;
	border-radius: 0;
}
.search-box-shape input.search-field {
	border-radius: 0 !important;
}
.product-search-one .search-round-shape input.search-field {
	border-radius: 5px 0 0 5px !important;
}
.product-search-one .search-pill-shape input.form-control {
	border-radius: 50rem 0 0 50rem !important;
}
.form-inline select {
	border-radius: 0;
}
select#category_select {
	border: none;
}
.product-search-two .select-appearance-none {
	order: 1 !important;
}
.product-search-two .search-box-shape .select-appearance-none select {
	border-radius: 0 !important;
}
.product-search-two .search-round-shape .select-appearance-none select {
	border-radius: 5px 0 0 5px !important;
}
.product-search-two .search-pill-shape .select-appearance-none select {
	border-radius: 50rem 0 0 50rem !important;
}
.form-inline select::-ms-expand {
	display: none;
}
[class*="product-search-"] .select-appearance-none {
	position: relative;
	min-width: 140px;
}
[class*="product-search-"] .select-appearance-none::before {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 60%;
	content: "";
	background-color: #dcd9d9;
}
.product-search-one .select-appearance-none::before {
	left: 0;
}
.product-search-two .select-appearance-none::before {
	right: 0;
}
[class*="product-search-"] .form-inline button {
	background-color: var(--theme-color);
	padding: 0 20px;
	position: absolute;
	top: -1px;
	right: -2px;
	height: calc(100% + 1px);
}
.product-search-two .form-inline button {
	order: 3 !important;
}
.search-box-shape button {
	border-radius: 0 !important;
}
.search-round-shape button {
	border-radius: 0 5px 5px 0 !important;
}
.search-pill-shape button,
.rounded-right-pill {
	border-radius: 0 50rem 50rem 0 !important;
}
.subscribe-form .form-control {
	padding: 10px 120px 10px 20px;
}
.margin-top-minus-one {
	margin-top: -125px;
	position: relative;
}
.subscribe-form-2 form {
	width: 100%;
}
.subscribe-form-2 .mc4wp-form-fields,
.subscribe-form-2 {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.subscribe-form-2 .mc4wp-form-fields input,
.subscribe-form-2 input {
	border: 0;
	border-bottom: 1px solid var(--theme-secondary-color);
	border-radius: 0 !important;
	padding: 10px 0;
	width: auto;
	flex-grow: 1;
}
.subscribe-form-2 .mc4wp-form-fields button,
.subscribe-form-2 button {
	border-bottom: 1px solid var(--theme-secondary-color);
	border-radius: 0 !important;
	margin-left: 20px;
	padding: 0;
}
/* ==================================================================== Popular Categories in Electronic Style Start =====================================================================*/
.product-category {
	display: flex;
}
.product-category .caregory-image {
	margin-right: 30px;
}
.product-category .caregory-image img {
	width: 100px;
}
.product-category .popular-categories-menu li {
	line-height: 28px;
}
.product-category .popular-categories-menu li a {
	color: var(--theme-general-color);
}
.product-category .popular-categories-menu h4 > a {
	color: var(--theme-secondary-color);
}
.product-category .popular-categories-menu h4 > a:hover,
.product-category .popular-categories-menu li a:hover {
	color: var(--theme-primary-color);
}
.product-category .btn-link {
	color: var(--theme-secondary-color);
	margin-top: 20px;
}
/*==================================================================== Category's Sub Categories in fashion store Style Start ====================================================================*/
ul.sub-categories li a {
	font-weight: 400;
	color: var(--theme-general-color);
	padding: 5px 0;
	display: block;
}
ul.sub-categories li a:hover {
	color: var(--theme-primary-color);
}
/*==================================================================== Categroy List in Grocery Store Style Start =====================================================================*/
.categroy-list ul {
	display: flex;
	flex-wrap: wrap;
}
.categroy-list ul li + li {
	position: relative;
	padding-left: 10px;
}
.categroy-list ul li + li::after {
	content: "|";
	position: absolute;
	left: 3px;
	top: 0;
}
.categroy-list ul li a {
	color: var(--theme-general-color);
}
.categroy-list ul li a:hover {
	color: var(--theme-primary-color);
}
/*==================================================================== Furniture Category =====================================================================*/
.category-inner .categories-menu {
	position: static;
}
/*==================================================================== Side push nav and category Style Start =====================================================================*/
.nav-leftpush-overlay .categories-menu {
	position: inherit;
}
/*Hide scrollbar for Chrome, Safari and Opera*/
.navbar-slide-push .push-navbar::-webkit-scrollbar,
.navbar-slide-push .categories-menu::-webkit-scrollbar {
	display: none;
}
/*Hide scrollbar for IE, Edge and Firefox*/
.navbar-slide-push .push-navbar,
.navbar-slide-push .categories-menu {
	-ms-overflow-style: none;
	/*IE and Edge*/
	scrollbar-width: none;
	/*Firefox*/
	height: 100vh;
	display: block;
}
.categories-menu {
	position: absolute;
	top: 100%;
	z-index: 90;
	width: 100%;
	left: 0;
	display: table;
}
.categories-menu ul.menu {
	padding: 20px 0;
	position: relative;
}
.menu-and-category ul.navbar-nav > li,
.categories-menu > ul.menu > li {
	padding: 0 20px;
}
.navbar-slide-push .navbar-nav .nav-item .nav-link,
.categories-menu ul.menu li a {
	border-bottom: 1px solid #ddd !important;
}
.navbar-slide-push .navbar-nav .nav-item:last-child .nav-link,
.categories-menu ul.menu li:last-child a {
	border-bottom: none !important;
}
.categories-menu ul.menu li.highlight a {
	color: var(--theme-secondary-color);
}
.categories-menu .menu-item-has-children > a::after {
	position: absolute;
	content: "\f054";
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	font-size: 10px;
	color: var(--theme-general-color);
}
.categories-menu .menu-item-has-children:hover::after {
	color: var(--theme-primary-color);
}
.navbar-slide-push .navbar-nav .nav-item .nav-link,
.categories-menu ul.menu li a {
	font-family: var(--theme-general-font);
	color: var(--theme-general-color);
	font-size: 15px;
	font-weight: 400;
	display: block;
	padding: 8px 0;
	line-height: 24px;
}
.categories-menu ul.menu li a:hover {
	color: var(--theme-primary-color);
}
#page_wrapper.overlay::before {
	background-color: var(--theme-dark-opacity-color);
	z-index: 50;
}
.nav-leftpush-overlay .navbar-expand-lg .navbar-slide-push {
	padding: 0;
}
.slide-nav-close {
	position: inherit;
	top: inherit;
	left: inherit;
}
#menu-and-category .nav-item,
#menu-and-category2 .nav-item {
	width: 50%;
}
#menu-and-category .nav-link,
#menu-and-category2 .nav-link {
	border-radius: 0;
	text-transform: uppercase;
	font-weight: 500;
	text-align: center;
	font-size: 14px;
}
#menu-and-category .nav-link.active,
#menu-and-category2 .nav-link.active {
	background-color: var(--theme-primary-color);
	color: var(--theme-white-color) !important;
}
.nav-leftpush-overlay .navbar-expand-lg .navbar-slide-push {
	background-color: var(--theme-white-color);
}
.categories-menu-wrapper > i {
	padding: 10px;
	background: var(--theme-dark-color);
	color: var(--theme-primary-color);
}
.dropdown-item {
	font-size: 14px;
	font-weight: 500;
}
.category-hover-open .categories-menu {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s ease,
		visibility 0.3s ease;
	transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
	transform: translateY(20px);
	-ms-transform: translateY(20px);
}
.category-hover-open:hover .categories-menu {
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
	-ms-transform: translateY(0);
}
.category-title-wrapper {
	cursor: pointer;
}
/*==================================================================== Mega Menu Navigation Style Start ====================================================================*/
.menu-and-category .dropdown.mega-dropdown {
	position: relative;
}
.categories-menu ul.menu li a {
	position: relative;
}
.categories-menu .unicode-megamenu-wrapper {
	background-color: #ffffff;
	border-top: 2px solid;
	border-color: var(--theme-primary-color);
}
.categories-menu .unicode-megamenu-wrapper {
	background-color: #fff;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 100%;
	visibility: hidden;
	z-index: 98;
	-webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s ease,
		visibility 0.3s ease;
	transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
	-webkit-transform: translateX(20px);
	transform: translateX(20px);
}
.categories-menu .unicode-megamenu-wrapper {
	left: 100%;
	top: 0;
}
.categories-menu ul.menu > li:hover .unicode-megamenu-wrapper {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.categories-menu .unicode-megamenu-item-full-width .unicode-megamenu-holder {
	width: 848px !important;
}
.unicode-megamenu-list .nav-link {
	padding: 6px 5px;
}
.unicode-megamenu-holder {
	padding: 1.5em;
}
.categories-menu ul.menu .unicode-megamenu-list > li > a {
	font-weight: 600;
	font-size: 15px;
	color: var(--theme-general-color);
	text-transform: uppercase;
	letter-spacing: 1px;
	position: relative;
}
.categories-menu ul.menu .unicode-megamenu-list > li > a:after {
	content: "";
	position: absolute;
	bottom: 5px;
	width: 50px;
	height: 1px;
	left: 0;
	background-color: var(--theme-primary-color);
}
/*==================================================================== Header Section =====================================================================*/
header.fixed-top {
	z-index: 999999;
}
.ecommerce-header.fixed-top .header-sticky {
	display: block;
}
@media screen and (min-width: 992px) {
	.ecommerce-header .header-sticky {
		display: none;
	}
}
/* ==================================================================== Top Header Section Style Start =====================================================================*/
.ecommerce-header .top-links li {
	position: relative;
}
.border-bottom-one {
	border-bottom-color: #20277c !important;
}
.border-bottom-two {
	border-bottom-color: #eaeaed !important;
}
/* ==================================================================== Quick View Modal Style Start =====================================================================*/
.quick-view-modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1040;
	width: 100%;
	height: 100%;
	overflow: hidden scroll !important;
	z-index: 9991;
}
.view-close {
	cursor: pointer;
	position: absolute;
	right: 15px;
	top: 15px;
	width: 20px;
	height: 20px;
	background-color: var(--theme-extra-color);
	color: var(--theme-white-color);
	line-height: 15px;
	text-align: center;
	border-radius: 50%;
	font-weight: 700;
	z-index: 9;
}
.view-close i:before {
	font-size: 7px;
}
.property-block {
	position: relative;
	overflow: hidden;
}
.property-block .cata {
	left: 15px;
	top: 15px;
	z-index: 9;
}
.quick-meta {
	right: 15px;
	bottom: 15px;
}
.quick-meta li {
	width: 42px;
	height: 42px;
	border-radius: 5px;
	background-color: var(--theme-secondary-opacity-color);
	display: inline-block;
	margin: 2px;
	text-align: center;
}
.quick-meta li a {
	padding: 11px;
	display: block;
}
.product-status {
	line-height: 25px;
	height: 25px;
}
.rounded {
	border-radius: 0.3rem !important;
}
/* ==================================================================== Main Header Section Style Start =====================================================================*/
[class*="header-cart-"] .cart {
	display: flex;
	align-items: center;
}
.wishlist-view span.header-wishlist-count,
.refresh-view span.header-compare-count,
[class*="header-cart-"] .cart .cart-icon .header-cart-count {
	position: absolute;
	width: 24px;
	height: 24px;
	background-color: var(--theme-color);
	color: var(--theme-white-color);
	border-radius: 50%;
	text-align: center;
	font-size: 11px;
	line-height: 25px;
	top: -4px;
	left: -4px;
}
[class*="header-cart-"] .cart .cart-wrap {
	display: flex;
	flex-direction: column;
	color: var(--theme-dark-color);
}
.header-cart-7 .cart .cart-wrap {
	flex-direction: row;
}
.header-cart-7 .cart .cart-wrap .header-cart-count {
	margin-right: 5px;
}
[class*="header-cart-"] .cart .cart-wrap .cart-text,
[class*="header-cart-"] .cart .cart-wrap .header-cart-count,
[class*="header-cart-"] .cart .cart-wrap .woocommerce-Price-amount {
	font-size: 13px;
}
[class*="header-cart-"] .cart .cart-wrap .woocommerce-Price-amount {
	font-size: 13px;
	font-weight: 600;
}
.header-cart-3 .cart .cart-icon .header-cart-count,
.header-cart-6 .cart .cart-icon .header-cart-count,
.header-cart-7 .cart .cart-icon .header-cart-count,
.header-cart-1 .cart .cart-wrap,
.header-cart-4 .cart .cart-wrap,
.header-cart-2 .cart .cart-wrap .header-cart-count,
.header-cart-5 .cart .cart-wrap .header-cart-count,
.header-cart-3 .cart .cart-wrap .cart-text,
.header-cart-6 .cart .cart-wrap .cart-text,
.header-cart-7 .cart .cart-wrap .cart-text,
.header-cart-3 .cart .cart-wrap .woocommerce-Price-amount,
.header-cart-5 .cart .cart-wrap .woocommerce-Price-amount {
	display: none;
}
.header-cart-3 .cart .cart-wrap .header-cart-count {
	font-size: 14px;
	font-weight: 600;
}
.header-cart-5 .cart .cart-wrap .cart-text {
	text-transform: uppercase;
	font-weight: 600;
}
.navbar-nav .tooltip {
	background-color: var(--theme-primary-color);
	color: var(--theme-white-color);
	top: -5px;
}
.search-view .flat-mini::before,
.wishlist-view .flat-mini::before,
.refresh-view .flat-mini::before,
[class*="header-cart-"] .flat-mini::before {
	font-size: 17px;
	line-height: 17px;
}
.navbar-nav .tooltip::after {
	border-top: 5px solid var(--theme-primary-color);
}
.main-nav .navbar {
	position: static;
}
.navbar .navbar-nav li > ul.dropdown-menu.mega-dropdown-menu {
	width: calc(100% - 20px);
	left: 10px;
}
.navbar
	.navbar-slide-push
	.navbar-nav
	li
	> ul.dropdown-menu.mega-dropdown-menu {
	left: 100%;
	width: 100%;
}
.nav-extra1-hover .navbar-nav .nav-link:hover {
	color: var(--theme-extra1-color) !important;
}
.navbar-expand-lg.nav-border-active .navbar-nav .nav-item {
	margin: 0;
}
.navbar .navbar-nav li > ul.dropdown-menu li {
	margin: 2px 0;
}
.navbar .navbar-nav li > ul.dropdown-menu li.active > a,
.dropdown-item:focus {
	color: var(--theme-secondary-color) !important;
}
.dropdown-item:hover {
	color: var(--theme-secondary-color) !important;
	background-color: var(--theme-light-color) !important;
}
.margin-right-1 > div:not(:last-child) {
	margin-right: 10px;
}
.margin-right-3 > div:not(:last-child) {
	margin-right: 30px;
}
.header-cart-1 .cart-icon,
.header-cart-6 .cart-icon {
	background-color: var(--theme-light-color);
}
[class*="header-cart-"] .cart-icon,
.search-view > a,
.wishlist-view > a,
.refresh-view > a,
.sign-in > a {
	line-height: 50px;
	text-align: center;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	color: var(--theme-dark-color);
	position: relative;
}
.top-header [class*="header-cart-"] .cart-icon,
.search-view > a,
.top-header .wishlist-view > a,
.top-header .refresh-view > a,
.top-header .sign-in > a {
	width: 30px;
	height: 30px;
}
[class*="header-cart-"] .cart-icon [class*="flaticon-"]:before,
.search-view > a [class*="flaticon-"]:before,
.wishlist-view > a [class*="flaticon-"]:before,
.refresh-view > a [class*="flaticon-"]:before,
.sign-in > a [class*="flaticon-"]:before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}
[class*="header-cart-"] .cart .cart-wrap .cart-text {
	font-weight: 500;
	margin-bottom: -4px;
}
.top-header [class*="header-cart-"] .cart-icon {
	width: 30px;
	height: 30px;
}
.header-cart-6 .header-cart-item-text {
	margin-bottom: -5px;
}
/*==================================================================== Slider banner part css Style Start =====================================================================*/
.slider-banner {
	width: 380px;
}
.slide-title {
	font-size: 42px;
	line-height: 50px;
	font-family: var(--theme-highlight-font);
	color: var(--theme-dark-color);
	margin-bottom: 10px;
	font-weight: 600;
	text-transform: uppercase;
}
/*==================================================================== Optical Shop Index Style Start =====================================================================*/
/* Glass Models Section Style Start */
.glass-models .col:nth-child(2) {
	margin-top: 100px;
}
/* Limited Products Section Style Start */
.limited-stock {
	padding: 150px 0;
}
.limited-stock .product-tag {
	font-size: 17px;
	font-weight: 500;
	text-transform: uppercase;
	color: var(--theme-general-color);
	margin-bottom: 15px;
	display: block;
	letter-spacing: 5px;
}
.limited-stock h2 {
	color: var(--theme-dark-color);
	line-height: 50px;
	margin-bottom: 40px;
}
/* ==================================================================== Extra Banner Style Start =====================================================================*/
.banner-wrapper {
	position: relative;
	min-height: 100px;
}
.banner-wrapper.text-right .banner-content {
	text-align: right;
}
.banner-wrapper.text-right .banner-content > * {
	margin-right: auto;
	display: inline-block;
}
.banner-wrapper.text-center .banner-content {
	text-align: center;
}
.banner-wrapper.text-center .banner-content > * {
	margin: 0 auto;
	display: inline-block;
}
.banner-three.banner-wrapper {
	overflow: hidden;
	max-height: 300px;
}
.banner-wrapper .banner-image,
.banner-wrapper .banner-image img {
	width: 100%;
}
.custom-class-101 .banner-content {
	top: 85%;
	transform: translateY(-100%);
	left: 40px;
}
.custom-class-102 .banner-content {
	top: 10%;
	transform: translate(-50%);
	left: 50%;
	text-align: center;
}
.custom-class-102 .banner-content .btn-border {
	margin-left: auto;
	margin-right: auto;
	color: var(--theme-secondary-color);
	text-transform: uppercase;
	font-size: 12px;
}
.custom-class-103 .banner-content {
	top: 85%;
	transform: translateY(-100%);
	left: auto;
	right: 40px;
	text-align: right;
}
.custom-class-104 .banner-content {
	top: 40px;
	left: 40px;
}
.custom-class-103 .banner-content .btn-link-down-line {
	margin-left: auto;
}
.custom-class-104 .banner-content .btn-link,
.custom-class-105 .banner-content .btn-link {
	color: var(--theme-white-color);
	border-bottom-color: var(--theme-white-color);
}
.custom-class-105 .banner-content {
	text-align: center;
	width: 75% !important;
	height: 80%;
	border: 3px solid var(--theme-white-color);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.custom-class-106 .banner-content {
	top: 5%;
	left: 9%;
	width: 75%;
}
.custom-class-107 .banner-content {
	left: 60px;
	width: 60%;
}
.custom-class-108 .banner-content {
	left: 50px;
}
.custom-class-115 {
	height: 100%;
	position: relative;
}
.custom-class-115 .content {
	padding: 50px;
	width: 75%;
	color: var(--theme-white-color);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.custom-class-116 .banner-content {
	width: 500px;
	color: var(--theme-white-color);
	text-align: center;
}
.btn-border,
.btn-border:hover {
	border: 2px solid;
	border-color: var(--theme-dark-color);
	padding: 0 15px;
	line-height: 37px;
	display: table;
	color: var(--theme-dark-color);
}
.custom-class-117 .banner-content {
	text-align: center;
	width: 60%;
}
.custom-class-117 .banner-content a.price {
	font-family: var(--theme-highlight-font);
	color: var(--theme-white-color);
	font-size: 20px;
	font-weight: 600;
}
.custom-class-118 .banner-content {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.custom-class-118 .banner-image {
	width: 90%;
	margin-left: auto;
}
.custom-class-118 .banner-content .product-tag {
	position: absolute;
	top: 165px;
	left: -160px;
	width: 350px;
	height: 23px;
	transform: rotate(90deg);
}
.custom-class-118 .banner-content .product-tag span {
	position: absolute;
	top: 0;
	left: 40px;
	color: var(--theme-general-color);
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.custom-class-118 .banner-content .product-tag span::after {
	content: "";
	position: absolute;
	width: 30px;
	height: 2px;
	top: 50%;
	left: -40px;
	background-color: var(--theme-general-color);
	transform: translateY(-50%);
}
.custom-class-118 .banner-content .content-bottom {
	position: absolute;
	bottom: 30px;
	left: 0;
}
.thumb-blog-simple .post-content .btn-link-down-line,
.custom-class-118 .banner-content .content-bottom .btn-link-down-line {
	color: var(--theme-general-color);
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 2px;
}
.thumb-blog-simple .post-content .btn-link-down-line::after,
.custom-class-118 .banner-content .content-bottom .btn-link-down-line::after {
	background-color: var(--theme-general-color);
}
.thumb-blog-simple .post-content .btn-link-down-line:hover,
.custom-class-118 .banner-content .content-bottom .btn-link-down-line:hover {
	color: var(--theme-primary-color);
}
.thumb-blog-simple .post-content .btn-link-down-line:hover::after,
.custom-class-118
	.banner-content
	.content-bottom
	.btn-link-down-line:hover::after {
	background-color: var(--theme-primary-color);
}
.custom-class-109 .banner-content {
	left: 50px;
	width: 40%;
}
.banner-three .banner-content span {
	font-size: 16px;
	font-weight: 500;
}
.banner-three .banner-content a.btn-link {
	font-size: 16px;
	font-weight: 500;
	margin-top: 30px;
	text-decoration: underline !important;
}
.banner-four .off {
	width: 80px;
	height: 80px;
	line-height: 80px;
	font-size: 24px;
	left: -40px;
	top: 40%;
	transform: translateY(-40%);
}
.banner-five img {
	width: 100%;
}
.custom-class-110 .banner-content {
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
	width: 210px;
}
.banner-five .banner-content h5 {
	font-size: 21px;
}
.custom-class-111 .banner-content {
	right: 10%;
	width: 45%;
}
.custom-class-112 .banner-content {
	left: 8%;
	width: 58%;
	bottom: 15%;
}
.custom-class-113 {
	margin-bottom: 25px;
}
.custom-class-113 .banner-content {
	left: 7%;
	width: 60%;
	top: 15%;
}
.custom-class-114 .banner-content {
	left: 50px;
	width: 41%;
}
.banner-six sup {
	top: -12px;
	left: -10px;
}
.banner-seven {
	padding: 50px;
	display: flex;
	align-items: center;
}
.banner-seven .banner-image {
	width: 230px;
	display: inline-table;
}
.banner-seven .banner-content {
	padding-left: 20px;
}
.banner-seven .product-cats a {
	color: var(--theme-general-color);
	font-family: var(--theme-extra-font);
	font-size: 15px;
}
.banner-seven h4 {
	line-height: 36px;
	font-weight: 500;
}
.banner-seven .price-offer {
	font-size: 15px;
	font-weight: 500;
	display: flex;
	align-items: center;
}
.banner-seven .price-offer .off {
	font-family: var(--theme-highlight-font);
	font-weight: 600;
	font-size: 24px;
	margin: 0 6px;
}
.banner-seven sup {
	top: -10px;
	left: 0px;
	font-size: 20px;
}
.banner-eight {
	display: flex;
	padding: 40px 30px;
	height: 100%;
	align-items: center;
}
.banner-eight .banner-content {
	width: 370px;
}
.banner-eight h4 {
	font-size: 21px;
	text-transform: uppercase;
}
.banner-eight .price-from {
	font-weight: 600;
	font-size: 15px;
}
.banner-eight .price-from .amount {
	font-size: 30px;
	font-family: var(--theme-highlight-font);
	margin-left: 15px;
}
.banner-eight .price-from .amount sup {
	top: -12px;
	left: -4px;
	font-size: 20px;
}
.banner-eight .banner-image {
	width: 120px;
	margin-left: auto;
}
.categories-banner ul {
	display: flex;
	flex-wrap: wrap;
}
.categories-banner ul li a {
	color: var(--theme-white-color);
	margin-right: 10px;
	padding: 5px 0;
	line-height: 25px;
	font-weight: 500;
}
.banner-nine ul.categories-banner {
	display: flex;
	flex-wrap: wrap;
}
.banner-nine ul.categories-banner li a {
	color: var(--theme-secondary-color);
	margin-right: 5px;
	line-height: 25px;
	font-size: 15px;
	font-weight: 500;
}
.banner-nine .banner-content {
	position: absolute;
	top: 50%;
	left: 40px;
	width: 240px;
	transform: translateY(-50%);
}
.banner-ten .banner-content {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 30px;
	width: 250px;
	display: flex;
	flex-direction: column;
}
.banner-ten .banner-content h4 {
	line-height: 28px;
}
.banner-ten .banner-content span {
	width: 170px;
	display: block;
}
.banner-ten .banner-content .start-form {
	width: 150px;
}
.banner-ten .banner-content .start-form span {
	display: block;
	font-family: var(--theme-highlight-font);
	font-weight: 600;
}
.banner-ten .banner-content .start-form span:first-child {
	font-size: 18px;
	color: var(--theme-extra1-color);
}
.banner-ten .banner-content .start-form span:last-child {
	font-size: 21px;
	color: var(--theme-dark-color);
}
.banner-ten .banner-content .btn-link {
	font-size: 16px;
	font-family: var(--theme-highlight-font);
	margin-top: 20px;
	color: var(--theme-primary-color);
}
.banner-eleven .banner-content {
	padding: 30px;
	width: 260px;
}
.slider.banner-eleven .banner-content {
	width: 350px;
}
.banner-thirteen .banner-content {
	width: 400px;
}
.banner-thirteen .banner-tagline {
	font-size: 17px;
	font-weight: 500;
	letter-spacing: 3px;
	text-transform: uppercase;
}
/* ==================================================================== Extra Category Banner Style Start =====================================================================*/
.coustom-categories-banner-1 .product-info {
	position: absolute !important;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: var(--theme-white-color);
	width: 90%;
	text-align: center;
}
.coustom-categories-banner-1 .product-wrapper .product-info .product-title,
.coustom-categories-banner-1 .product-wrapper .product-info .product-title a {
	font-weight: 500;
	font-size: 15px;
}
.coustom-categories-banner-1 .product-wrapper .product-info .strok {
	font-size: 13px;
	font-weight: 400;
	display: block;
}
.coustom-categories-banner-2 .product-info {
	position: absolute !important;
	bottom: 0;
	left: 0;
	background-color: var(--theme-white-color);
	display: flex;
	margin-left: 20px;
	margin-bottom: 20px;
	padding: 10px 20px !important;
}
.coustom-categories-banner-2 .product-info .product-title {
	margin-right: 10px;
}
/*==================================================================== Offer Section Style Start =====================================================================*/
.off-item .content {
	margin-left: -15px;
}
/*==================================================================== Flash Deal Section Style Start =====================================================================*/
.section-head.border-bottom {
	border-bottom: 1px solid #dddddd !important;
	position: relative;
}
.section-head-side-title {
	border-bottom: 2px solid var(--theme-primary-color);
	margin-bottom: -2px;
	padding: 5px 0;
	width: max-content;
	align-items: center;
}
.trand-ronud {
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	margin-right: 10px;
}
.flash-deal-2 a.add_to_cart_button:hover {
	color: #fff;
	background-color: var(--theme-dark-color);
	border-color: transparent;
	filter: none;
}
.flash-deal-2 .product-wrapper .btn-cart-wishlist [class*="-button"] {
	margin: 5px 5px 5px 0;
}
.flash-deal-2
	.product-wrapper
	.btn-cart-wishlist
	[class*="-button"]:not(.cart-button)
	a::after {
	color: var(--theme-dark-color);
}
.flash-deal-2 .product-wrapper .product-info .product-price .price ins {
	font-size: 20px;
}
.flash-deal-2 .product-wrapper .product-info .product-price .price del {
	font-size: 18px;
}
/* ==================================================================== Product Type One Style Start =====================================================================*/
.today-deal .product-wrapper {
	display: flex;
	align-items: center;
}
.today-deal .product-wrapper .product-info .product-price {
	align-items: start;
}
.today-deal .product-wrapper .product-info .product-price .price {
	flex-direction: column;
	margin-right: 10px;
}
.today-deal .product-wrapper .product-info .product-price .price del {
	margin-left: -8px;
}
.today-deal .product-wrapper .product-info .available-items {
	font-family: var(--theme-extra-font);
	font-size: 13px;
	margin: 5px 0;
}
.border-light {
	border-color: var(--theme-light-color) !important;
}
.border-gray {
	border-color: var(--theme-gray-color) !important;
}
.e-border-one .product-wrapper {
	border-bottom: 1px solid var(--theme-gray-color);
	border-right: 1px solid var(--theme-gray-color);
}
.e-border-one .product-wrapper:hover {
	border-color: transparent;
}
.e-border-three .product-wrapper {
	border: 2px solid var(--theme-gray-color);
}
.e-border-around .product-wrapper {
	border: 1px solid var(--theme-gray-color);
}
.e-hover-border-around .product-wrapper {
	border: 1px solid transparent;
}
.e-hover-image-zoom .product-wrapper .product-image {
	overflow: hidden;
}
.e-hover-image-zoom .product-wrapper .product-image img {
	-moz-transition: all 300ms ease-in-out 0s;
	-webkit-transition: all 300ms ease-in-out 0s;
	-o-transition: all 300ms ease-in-out 0s;
	-ms-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
}
.e-hover-image-zoom .product-wrapper:hover .product-image img {
	transform: scale(1.1);
}
.e-hover-border-around .product-wrapper:hover {
	border-color: var(--theme-gray-color);
}
.e-wrapper-hover-all-white
	.product-wrapper:hover
	.product-info
	.product-price
	.price
	ins,
.e-wrapper-hover-all-white .product-wrapper:hover .product-info .star-rating a,
.e-wrapper-hover-all-white .product-wrapper:hover .product-title a {
	color: var(--theme-white-color) !important;
}
.e-title-dark .product-wrapper .product-title a {
	color: var(--theme-dark-color) !important;
}
.e-title-white .product-wrapper .product-title a {
	color: var(--theme-white-color) !important;
}
.e-title-secondary .product-wrapper .product-title a {
	color: var(--theme-secondry-color) !important;
}
.e-title-general .product-wrapper .product-title a {
	color: var(--theme-general-color) !important;
}
.e-title-hover-primary .product-wrapper .product-title a:hover {
	color: var(--theme-color);
}
.short-info .product-wrapper {
	margin-bottom: 20px;
}
.short-info.owl-carousel .product-wrapper {
	margin-bottom: 0;
}
.short-info .product-wrapper .product-info {
	text-align: center;
}
.short-info .product-wrapper .product-info .product-title {
	margin-bottom: 2px;
	margin-top: 10px;
}
.short-info .product-wrapper .product-info .product-title a {
	font-family: var(--theme-highlight-font);
	font-size: 16px;
}
.short-info .product-wrapper .product-info .strok {
	font-family: var(--theme-extra-font);
	font-size: 12px;
	color: #a1a1a1;
	font-weight: 500;
}
.e-info-center .product-wrapper .product-info {
	text-align: center;
}
.e-info-center .product-wrapper .product-info .hover-area {
	margin-top: 10px;
	justify-content: center;
}
.e-info-center .product-wrapper .shipping-feed-back,
.e-info-center .product-wrapper .product-info .product-price {
	justify-content: center;
}
.e-my-one .product-wrapper {
	margin: 15px 0 !important;
}
.e-mb-one .product-wrapper {
	margin-bottom: 15px !important;
}
.e-mb-two .product-wrapper {
	margin-bottom: 50px !important;
}
.e-p-one .product-wrapper {
	padding: 15px 15px 0 !important;
}
.e-p-one .product-wrapper .product-info {
	padding: 15px 0;
}
.e-p-30 .product-wrapper {
	padding: 30px;
}
.e-mb-last-one .product.type-product:last-child .product-wrapper,
.e-mb-last-one .item .product.type-product:last-child .product-wrapper {
	margin-bottom: 50px !important;
}
.e-hover-border-one .product.type-product {
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
}
.e-hover-border-one .product.type-product:hover {
	border-color: var(--theme-gray-color);
}
.e-bg-primary .product-wrapper,
.e-hover-bg-primary .product-wrapper:hover {
	background-color: var(--theme-primary-color) !important;
}
.e-bg-white .product-wrapper,
.e-hover-bg-white .product-wrapper:hover {
	background-color: var(--theme-white-color) !important;
}
.e-bg-light .product-wrapper,
.e-hover-bg-light .product-wrapper:hover {
	background-color: var(--theme-light-color) !important;
}
.e-image-bg-light .product-wrapper .product-image {
	background-color: var(--theme-light-color);
}
.e-image-bg-gray .product-wrapper .product-image {
	background-color: var(--theme-gray-color);
}
.e-image-bg-white .product-wrapper .product-image {
	background-color: var(--theme-white-color);
}
[class*="e-image-bg-"].e-hover-shadow-one .product-wrapper {
	padding: 10px 10px 0;
}
[class*="e-image-bg-"].e-hover-shadow-one .owl-item {
	margin-top: 5px;
}
[class*="e-image-bg-"].e-hover-shadow-one .owl-stage-outer {
	padding-left: 10px;
	padding-right: 10px;
	margin-left: -10px;
	margin-right: -10px;
}
[class*="e-image-bg-"]:has(.e-bg-light) .product-wrapper .product-info,
[class*="e-image-bg-"]:has(.e-bg-white) .product-wrapper .product-info,
[class*="e-image-bg-"]:has(.e-bg-gray) .product-wrapper .product-info {
	padding: 15px;
}
.e-image-pill .product-wrapper .product-image,
.e-image-pill .product-wrapper .product-image a,
.e-image-pill .product-wrapper .product-image a img {
	border-radius: 50%;
}
.e-hover-shadow-one .product-wrapper:hover {
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.e-hover-shadow-one .hover-position-inherit .product-wrapper:hover {
	position: inherit !important;
	height: 100%;
}
.e-hover-wrapper-absolute .product-wrapper:hover {
	position: absolute;
	height: auto;
	z-index: 11;
	border-radius: 3px;
}
.product.type-product {
	position: relative;
}
.product-wrapper {
	height: 100%;
	width: 100%;
	display: table;
}
.product-wrapper .product-image {
	position: relative;
}
.product-wrapper .product-image .woocommerce-LoopProduct-link {
	display: block;
}
.product-wrapper .product-image img {
	width: 100%;
}
.single-product-wrapper .images-inner [class*="product-labels"],
.product-wrapper .product-image [class*="product-labels"] {
	left: 15px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: start;
	align-items: flex-start;
	position: absolute;
	top: 15px;
	z-index: 9;
}
.yith-wcwl-add-to-wishlist {
	width: auto;
	flex-wrap: wrap;
	display: flex;
}
.yith-wcwl-add-to-wishlist > [class*="-button"]:not(:last-child) {
	margin-right: 20px;
	margin-bottom: 20px;
}
.yith-wcwl-add-to-wishlist > [class*="-button"] a {
	color: var(--theme-dark-color);
}
.e-p-30 .product-wrapper .product-image [class*="product-labels"] {
	left: 0;
	top: 0;
}
.product-wrapper .product-image [class*="product-labels"] [class*="box-badge"] {
	padding: 1px 7px !important;
}
.product-wrapper .product-image [class*="product-labels"] [class*="badge"] {
	padding: 1px 7px 1px 7px;
	background-color: var(--theme-primary-color);
	color: var(--theme-white-color);
	margin-bottom: 5px;
	font-family: var(--theme-extra-font);
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
}
.single-product-wrapper
	.images-inner
	[class*="product-labels"]
	[class*="shape"],
.product-wrapper .product-image [class*="product-labels"] [class*="shape"] {
	padding: 1px 0px 1px 7px;
}
.product-wrapper
	.product-image
	[class*="product-labels"]
	[class*="badge"]:last-child {
	margin-bottom: 0;
}
.product-wrapper
	.product-image
	[class*="product-labels"]
	[class*="shape1-badge"] {
	position: relative;
}
.single-product-wrapper
	.images-inner
	[class*="product-labels"]
	[class*="shape1-badge"]::before,
.product-wrapper
	.product-image
	[class*="product-labels"]
	[class*="shape1-badge"]::before {
	content: "";
	position: absolute;
	left: 100%;
	bottom: 0;
	height: 100%;
	border-top: 20px solid var(--theme-light-color);
	border-right: 15px solid transparent;
}
.single-product-wrapper
	.images-inner
	[class*="product-labels"]
	[class*="shape1-badge"]::after,
.product-wrapper
	.product-image
	[class*="product-labels"]
	[class*="shape1-badge"]::after {
	content: "";
	position: absolute;
	left: 100%;
	bottom: 0;
	width: 0;
	height: 100%;
	border-bottom: 20px solid var(--theme-light-color);
	border-right: 15px solid transparent;
}
.product-wrapper
	.product-image
	[class*="product-labels"]
	[class*="badge1"]::before {
	border-top-color: var(--theme-primary-color);
}
.product-wrapper
	.product-image
	[class*="product-labels"]
	[class*="badge1"]::after {
	border-bottom-color: var(--theme-primary-color);
}
.product-wrapper .product-image [class*="product-labels"] [class*="badge2"] {
	background-color: var(--theme-secondary-color);
	color: var(--theme-white-color);
}
.product-wrapper
	.product-image
	[class*="product-labels"]
	[class*="badge2"]::before {
	border-top-color: var(--theme-secondary-color);
}
.product-wrapper
	.product-image
	[class*="product-labels"]
	[class*="badge2"]::after {
	border-bottom-color: var(--theme-secondary-color);
}
.single-product-wrapper
	.images-inner
	[class*="product-labels"]
	[class*="badge3"],
.product-wrapper .product-image [class*="product-labels"] [class*="badge3"] {
	background-color: var(--theme-extra-color);
	color: var(--theme-white-color);
}
.single-product-wrapper
	.images-inner
	[class*="product-labels"]
	[class*="badge3"]::before,
.product-wrapper
	.product-image
	[class*="product-labels"]
	[class*="badge3"]::before {
	border-top-color: var(--theme-extra-color);
}
.single-product-wrapper
	.images-inner
	[class*="product-labels"]
	[class*="badge3"]::after,
.product-wrapper
	.product-image
	[class*="product-labels"]
	[class*="badge3"]::after {
	border-bottom-color: var(--theme-extra-color);
}
.product-wrapper .product-image [class*="product-labels"] [class*="badge4"] {
	background-color: var(--theme-extra2-color);
	color: var(--theme-white-color);
}
.product-wrapper
	.product-image
	[class*="product-labels"]
	[class*="badge4"]::before {
	border-top-color: var(--theme-extra2-color);
}
.product-wrapper
	.product-image
	[class*="product-labels"]
	[class*="badge4"]::after {
	border-bottom-color: var(--theme-extra2-color);
}
.product-wrapper .product-image [class*="product-labels"] [class*="badge5"] {
	background-color: var(--theme-extra3-color);
	color: var(--theme-white-color);
}
.product-wrapper
	.product-image
	[class*="product-labels"]
	[class*="badge5"]::before {
	border-top-color: var(--theme-extra3-color);
}
.product-wrapper
	.product-image
	[class*="product-labels"]
	[class*="badge5"]::after {
	border-bottom-color: var(--theme-extra3-color);
}
.product-wrapper .hover-area [class*="-button"],
.product-wrapper .wishlist-view [class*="-button"] {
	text-indent: -9999px;
	position: relative !important;
	top: 0;
	left: 0;
}
.yith-wcwl-add-to-wishlist [class*="-button"] a,
.product-wrapper .wishlist-view [class*="-button"] a,
.product-wrapper .hover-area [class*="-button"] a {
	padding-left: 20px;
	line-height: inherit;
	display: block;
	font-size: 12px;
	font-weight: 500;
	background: transparent;
}
.product-wrapper > .product-image > .wishlist-view [class*="-button"] a {
	width: 25px;
	height: 25px;
}
.product-wrapper > .product-image > .wishlist-view [class*="-button"] a:after {
	left: 50%;
	transform: translate(-50%, -50%);
}
.yith-wcwl-add-to-wishlist [class*="-button"] a {
	position: relative;
}
.product-wrapper .wishlist-view [class*="-button"] a {
	color: var(--theme-general-color);
}
.product-wrapper .wishlist-view [class*="-button"] a:hover {
	color: var(--theme-primary-color);
}
.product-wrapper .wishlist-button a.add_to_wishlist::after,
.yith-wcwl-add-to-wishlist [class*="-button"] a::after,
.product-wrapper .hover-area [class*="-button"] a::after,
.product-wrapper .wishlist-view [class*="-button"] a::after,
.product-wrapper .btn-cart-wishlist [class*="-button"] a::after {
	text-indent: 0px;
	transform: translateY(-50%);
	position: absolute;
	left: 0;
	top: 50%;
	font-family: Flaticon;
}
.product-wrapper .product-image .quickview-button a.quickview-btn::after,
.product-wrapper .product-image .cart-button a.add_to_cart_button::after,
.product-wrapper .product-image .wishlist-button a.add_to_wishlist::after,
.product-wrapper .product-image .compare-button a.compare::after,
.product-wrapper .product-image [class*="-button"] a:after {
	font-weight: 500;
}
.product-style-7
	.product-wrapper
	.product-image
	.quickview-button
	a.quickview-btn::after,
.product-style-7
	.product-wrapper
	.product-image
	.cart-button
	a.add_to_cart_button::after,
.product-style-7
	.product-wrapper
	.product-image
	.wishlist-button
	a.add_to_wishlist::after,
.product-style-7
	.product-wrapper
	.product-image
	.compare-button
	a.compare::after,
.product-style-7 .product-wrapper .product-image [class*="-button"] a:after {
	font-weight: 500;
	font-size: 18px;
}
.yith-wcwl-add-to-wishlist .quickview-button a.quickview-btn::after,
.product-wrapper .quickview-button a.quickview-btn::after,
.yith-wcwl-add-to-wishlist .wishlist-button a.add_to_wishlist::after,
.product-wrapper .wishlist-button a.add_to_wishlist::after,
.yith-wcwl-add-to-wishlist .compare-button a.compare::after,
.product-wrapper .compare-button a.compare::after,
.yith-wcwl-add-to-wishlist .cart-button a.add_to_cart_button::after,
.product-wrapper .cart-button a.add_to_cart_button::after,
.yith-wcwl-add-to-wishlist .size-guide-button a::after {
	font-size: 15px;
	font-weight: 600;
}
.yith-wcwl-add-to-wishlist .quickview-button a.quickview-btn::after,
.product-wrapper .quickview-button a.quickview-btn::after {
	content: "\f12f";
}
.yith-wcwl-add-to-wishlist .wishlist-button a.add_to_wishlist::after,
.product-wrapper .wishlist-button a.add_to_wishlist::after {
	content: "\f111";
}
.yith-wcwl-add-to-wishlist .compare-button a.compare::after,
.product-wrapper .compare-button a.compare::after {
	content: "\f181";
}
.yith-wcwl-add-to-wishlist .cart-button a.add_to_cart_button::after,
.product-wrapper .cart-button a.add_to_cart_button::after {
	content: "\f18a";
}
.yith-wcwl-add-to-wishlist .buynow a.add_to_cart_button::after,
.product-wrapper .buynow a.add_to_cart_button::after {
	content: "\f10c" !important;
}
.flash a::after {
	content: "" !important;
}
.yith-wcwl-add-to-wishlist .size-guide-button a::after {
	content: "\f101";
}
.product-style-2 .product-wrapper .product-image .wishlist-view {
	position: absolute;
	top: 10px;
	right: 10px;
	display: flex;
	opacity: 0;
	visibility: hidden;
}
.product-style-2 .product-wrapper:hover .product-image .wishlist-view {
	opacity: 1;
	visibility: visible;
}
.icon-hover-primary .product-wrapper .product-image .wishlist-view a:hover {
	color: var(--theme-primary-color) !important;
}
.add_to_cart_button {
	visibility: visible;
	opacity: 1;
	position: inherit !important;
	margin-left: -9px;
}
a.add_to_cart_button:hover {
	color: inherit;
	background-color: transparent;
	border-color: transparent;
	filter: brightness(110%);
}
a.add_to_cart_button:hover,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:hover {
	filter: brightness(100%);
}
.product-style-3 .product-wrapper {
	overflow: hidden;
}
.product-style-3 .product-wrapper .product-info .hover-area {
	position: absolute;
	bottom: -100px;
	left: 50%;
	width: 100%;
	transform: translateX(-50%);
	padding: 0 15px;
}
.product-style-3
	[class*="e-image-bg-"]
	.product-wrapper
	.product-info
	.hover-area,
.product-style-3[class*="e-image-bg-"]
	.product-wrapper
	.product-info
	.hover-area {
	padding: 0;
}
.product-style-3 a.button.product_type_variable,
.product-style-3 a.button.add_to_cart_button {
	font-size: 12px;
	font-weight: 500;
	height: 35px;
	line-height: 36px;
}
.product-style-3 .product-wrapper .wishlist-button a::after,
.product-style-3 .product-wrapper .compare-button a::after {
	left: initial;
	right: 0;
}
.product-style-3 .product-wrapper:hover .shipping-feed-back,
.product-style-3 .product-wrapper:hover .fancy-star-rating,
.product-style-5 .product-wrapper:hover .shipping-feed-back,
.product-style-5 .product-wrapper:hover .fancy-star-rating {
	opacity: 0;
}
.product-style-3 .product-wrapper:hover .product-info .hover-area {
	bottom: 7px;
}
.product-style-5 .product-wrapper {
	overflow: hidden;
}
.product-style-5 .product-wrapper .product-info {
	padding: 15px 0;
}
.product-style-5 .product-wrapper .product-info .hover-area {
	bottom: -50px;
	position: absolute;
}
.product-style-5 .product-wrapper:hover .product-info .hover-area {
	bottom: 5px;
}
.product-style-5 .product-wrapper .hover-area > [class*="-button"] {
	margin-right: 5px;
}
.product-style-5 .product-wrapper .hover-area [class*="-button"] a {
	background-color: var(--theme-dark-color);
	color: var(--theme-white-color);
	line-height: 38px;
	font-size: 12px;
	font-weight: 400;
}
.product-style-5
	.yith-wcwl-add-to-wishlist
	.cart-button
	a.add_to_cart_button::after,
.product-style-5
	.yith-wcwl-add-to-wishlist
	.wishlist-button
	a.add_to_wishlist::after,
.product-style-5 .yith-wcwl-add-to-wishlist .compare-button a.compare::after,
.product-style-5
	.yith-wcwl-add-to-wishlist
	.quickview-button
	a.quickview-btn::after,
.product-style-5 .product-wrapper .cart-button a.add_to_cart_button::after,
.product-style-5 .product-wrapper .wishlist-button a.add_to_wishlist::after,
.product-style-5 .product-wrapper .compare-button a.compare::after,
.product-style-5 .product-wrapper .quickview-button a.quickview-btn::after {
	font-weight: 400;
}
.product-style-5
	.product-wrapper
	.hover-area
	[class*="-button"]:not(.cart-button)
	a {
	width: 35px;
	height: 35px;
}
.product-style-5 .cart-button .button.add_to_cart_button {
	text-indent: 0;
	height: 35px;
	padding: 0 10px 0 28px;
	text-align: left;
}
.product-style-5
	.product-wrapper
	.hover-area
	[class*="-button"]:not(.cart-button)
	a::after {
	left: 50%;
	transform: translate(-50%, -50%);
}
.product-style-5 .product-wrapper .hover-area .cart-button a::after {
	left: 10px;
}
.product-style-5 .product-wrapper .hover-area .quickview-button {
	order: 4;
}
.product-wrapper .btn-cart-wishlist {
	margin-top: 25px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.product-wrapper .btn-cart-wishlist .quickview-button {
	display: none;
}
.product-wrapper .btn-cart-wishlist [class*="-button"] a {
	position: relative !important;
	display: block;
}
.product-wrapper .btn-cart-wishlist [class*="-button"] {
	margin: 5px 10px 5px 0;
}
.product-wrapper .btn-cart-wishlist [class*="-button"]:last-child {
	margin-right: 0;
}
.product-wrapper .btn-cart-wishlist [class*="-button"]:not(.cart-button) {
	text-indent: -9999999px;
}
.product-wrapper .btn-cart-wishlist [class*="-button"]:not(.cart-button) a {
	width: 40px;
	height: 40px;
	background-color: var(--theme-primary-color);
	color: var(--theme-white-color);
}
.product-wrapper .btn-cart-wishlist [class*="-button"] a::after {
	left: 50%;
	transform: translate(-50%, -50%);
	color: var(--theme-white-color);
}
.product-wrapper
	.btn-cart-wishlist
	.cart-button
	.button.add_to_cart_button::after {
	left: 30px;
}
.product-wrapper .btn-cart-wishlist .cart-button .button.add_to_cart_button {
	color: var(--theme-white-color);
	padding: 0 25px 0 45px;
	text-transform: uppercase;
	top: 0;
	font-weight: 500;
}
.product-style-3 .product-wrapper .hover-area .cart-button {
	margin-right: auto;
	text-indent: 0;
}
.product-style-3 .product-wrapper .hover-area .wishlist-button,
.product-style-3 .product-wrapper .hover-area .compare-button {
	margin-left: 10px;
}
.product-style-3 .product-wrapper .hover-area [class*="-button"] a {
	color: var(--theme-dark-color);
	font-size: 12px;
	text-transform: uppercase;
}
/*============================================ Product Button Style =============================================*/
.e-btn-set-one .product-wrapper .product-info .hover-area {
	margin-top: 10px;
}
.e-btn-set-one .product-wrapper .hover-area .quickview-button {
	order: 4;
}
.e-btn-set-one .product-wrapper .hover-area [class*="-button"] a {
	color: var(--theme-dark-color);
	line-height: 36px;
	font-size: 12px;
	border: 1px solid var(--theme-gray-color);
	background-color: var(--theme-light-color);
}
.e-btn-set-one
	.product-wrapper
	.hover-area
	[class*="-button"]:not(:last-child) {
	margin-right: 5px;
}
.e-btn-set-one
	.product-wrapper
	.hover-area
	[class*="-button"]:not(.cart-button)
	a {
	width: 36px;
	height: 36px;
}
.e-btn-set-one
	.product-wrapper
	.hover-area
	[class*="-button"]:not(.cart-button)
	a::after {
	left: 50%;
	transform: translate(-50%, -50%);
}
.e-btn-set-one .cart-button .button.add_to_cart_button {
	text-indent: 0;
	height: 36px;
	padding: 0 10px 0 32px;
	text-align: left;
}
.e-btn-set-one .product-wrapper .hover-area .cart-button a::after {
	left: 10px;
}
.e-btn-set-two .product-wrapper .product-info .hover-area {
	margin-top: 10px;
}
.e-btn-set-two .product-wrapper .product-info .hover-area .add_to_cart_button {
	text-transform: uppercase;
	text-indent: 0;
	color: var(--theme-dark-color);
	background-color: var(--theme-white-color);
	border: 1px solid var(--theme-gray-color);
	padding: 0 15px;
	line-height: 36px;
	font-size: 12px;
}
.e-btn-set-two
	.product-wrapper
	.product-info
	.hover-area
	[class*="-button"]:not(.cart-button),
.e-btn-set-two
	.product-wrapper
	.product-info
	.hover-area
	.add_to_cart_button::after {
	display: none;
}
.e-btn-set-three .product-wrapper .product-info .hover-area {
	margin-top: 10px;
}
.e-btn-set-three .product-wrapper .hover-area .quickview-button {
	order: 4;
}
.e-btn-set-three .product-wrapper .hover-area [class*="-button"] a {
	color: var(--theme-dark-color);
	line-height: 38px;
	font-size: 12px;
	border: 1px solid var(--theme-gray-color);
	background-color: var(--theme-light-color);
}
.e-btn-set-three
	.product-wrapper
	.hover-area
	[class*="-button"]:not(:last-child) {
	margin-right: 5px;
}
.e-btn-set-three .product-wrapper .hover-area [class*="-button"] a {
	width: 35px;
	height: 35px;
}
.e-btn-set-three .product-wrapper .hover-area [class*="-button"] a::after {
	left: 50%;
	transform: translate(-50%, -50%);
}
.product-style-1 [class*="-button"] a {
	opacity: 1;
	visibility: visible;
}
.product-wrapper .hover-area [class*="-button"] a {
	top: 0;
	left: 0;
}
.product-style-1 .product-wrapper .hover-area [class*="-button"] a {
	width: 30px;
	height: 30px;
	background-color: var(--theme-white-color);
	color: #ffff;
}
.product-style-1 .product-wrapper .hover-area [class*="-button"] a::after {
	left: 50%;
	transform: translate(-50%, -50%);
}
.product-style-1 .product-wrapper .hover-area [class*="-button"] a:hover {
	background-color: #fff !important;
	border: 1px solid var(--theme-primary-color);
	color: rgb(229, 17, 17);
}
.product-style-2
	.product-wrapper
	.hover-area
	[class*="-button"]:not(:last-child) {
	margin-right: 5px;
}
.product-style-3 .hover-area .wishlist-button a,
.product-style-3 .hover-area .compare-button a {
	background-color: transparent;
	border: none;
	line-height: 36px;
}
.e-btn-set-six .cart-button a {
	display: table;
	padding: 10px 20px;
	background-color: var(--theme-secondary-color);
	font-size: 12px;
	text-transform: uppercase;
	color: var(--theme-white-color) !important;
	font-weight: 400 !important;
	margin-top: 15px;
}
.e-btn-set-six.e-btn-set-primary [class*="-button"] a {
	background: var(--theme-primary-color);
}
.e-btn-set-six.e-info-center .cart-button a {
	margin: 15px auto 0;
}
.product-style-5 .product-wrapper .hover-area {
	border-top: none;
	padding: 0;
}
.product-style-3 .product-wrapper .hover-area,
.product-style-1 .product-wrapper .hover-area {
	border-top: none;
	padding: 0;
}
.product-style-3 .product-wrapper .hover-area,
.product-style-1 .product-wrapper .hover-area {
	justify-content: initial;
}
.product-style-1 .product-wrapper .product-image .hover-area {
	flex-direction: column;
	position: absolute;
	right: -40px;
	bottom: 8px;
	width: auto;
	margin: 0;
}
.product-style-1 .product-wrapper:hover .product-image .hover-area {
	right: 15px;
}
.product-style-1
	.product-wrapper
	.product-image
	.hover-area
	[class*="-button"]
	+ [class*="-button"] {
	margin-top: 5px;
}
.e-btn-set-hover-primary [class*="-button"] a:hover {
	color: var(--theme-primary-color) !important;
}
.product-wrapper .product-image .product-variations {
	padding: 5px 10px;
	width: max-content;
	position: absolute;
	top: calc(100% - 35px);
	left: 10px;
	display: none;
	align-items: center;
}
.product-wrapper .product-image .product-variations span {
	border: 1px solid transparent;
	padding: 2px;
}
.product-wrapper .product-image .product-variations span:hover,
.product-wrapper .product-image .product-variations span.active {
	border-color: #000;
	background-color: var(--theme-white-color);
}
.product-wrapper .product-image .product-variations span + span {
	margin-left: 5px;
}
.product-wrapper .product-image .product-variations span a {
	width: 10px;
	height: 10px;
	display: block;
}
.product-wrapper .product-info {
	padding: 15px;
	position: relative;
}
.e-bg-light.e-image-bg-light .product-wrapper .product-info,
.e-bg-white.e-image-bg-white .product-wrapper .product-info,
.e-bg-gray.e-image-bg-gray .product-wrapper .product-info,
[class*="e-bg-"] .product-wrapper .product-info {
	padding: 15px;
}
.e-bg-light.e-image-bg-light .product-wrapper .product-info .hover-area,
.e-bg-white.e-image-bg-white .product-wrapper .product-info .hover-area,
.e-bg-gray.e-image-bg-gray .product-wrapper .product-info .hover-area,
[class*="e-bg-"] .product-wrapper .product-info .hover-area {
	padding-left: 15px;
	padding-right: 15px;
}
[class*="e-image-bg-"] .product-wrapper .product-info {
	padding: 15px 0;
}
[class*="e-image-bg-"] .product-wrapper .product-info .hover-area {
	padding: 0;
}
.product-wrapper .product-info .product-cats {
	margin-bottom: 5px;
	text-align: center;
}
.product-wrapper .product-info .product-cats a {
	font-family: var(--theme-extra-font);
	font-size: 14px;
	color: var(--theme-general-color);
	display: inline-block;
	font-weight: 400;
}
.product-wrapper .product-info .product-title,
.product-wrapper .product-info .product-title a {
	font-family: var(--theme-general-font);
	color: var(--theme-secondary-color);
	font-weight: 500;
	font-size: 16px;
	overflow: hidden;
	line-height: initial;
	margin-bottom: 5px;
}
.short-info .product-wrapper .product-info {
	padding: 0;
}
.short-info .product-wrapper .product-info .product-title,
.short-info .product-wrapper .product-info .product-title a {
	height: auto;
	margin-bottom: 0;
	display: block;
}
.product-wrapper .product-info .product-title a:hover {
	text-decoration: none;
}
.product-wrapper .product-info .product-price {
	display: flex;
	align-items: center;
	min-height: 25px;
	flex-wrap: wrap;
}
.product-wrapper .product-info .product-price .price {
	display: flex;
	align-items: center;
}
.product-wrapper .product-info .product-price .price ins {
	font-size: 14px;
	font-weight: 500;
	font-family: var(--theme-general-font);
	color: var(--theme-extra-color);
	text-decoration: none;
}
.product-wrapper .product-info .product-price .price del {
	font-size: 13px;
	font-weight: 400;
	font-family: var(--theme-general-font);
	color: #abadae;
	margin-left: 5px;
}
div.summary .product-price-discount,
.product-wrapper .on-sale {
	font-family: var(--theme-extra-font);
	font-size: 12px;
	font-weight: 400;
	margin-left: 5px;
	background-color: #f9eaea;
	color: #ffff;
}
div.summary .product-price-discount .on-sale,
.product-wrapper .on-sale {
	padding: 2px 5px;
}
.product-wrapper .product-image .on-sale {
	position: absolute;
	top: 15px;
	right: 15px;
	font-family: var(--theme-general-font);
	background-color: var(--theme-extra-color);
	margin: 0;
	color: var(--theme-white-color);
	padding: 1px 7px;
}
.product-wrapper .shipping-feed-back {
	display: flex;
	justify-content: space-between;
	color: var(--theme-dark-color);
	margin-top: 10px;
	-moz-transition: all 300ms ease-in-out 0s;
	-webkit-transition: all 300ms ease-in-out 0s;
	-o-transition: all 300ms ease-in-out 0s;
	-ms-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
}
.shipping-cost {
	color: var(--theme-dark-color);
	font-weight: 600;
	font-size: 12px;
	font-family: var(--theme-extra-font);
	display: none;
}
.product-wrapper .shipping-feed-back .sold-items {
	font-family: var(--theme-extra-font);
	font-size: 14px;
	color: var(--theme-general-color);
	font-weight: 400;
}
.product-wrapper .shipping-feed-back .shipping-cost,
.product-wrapper .shipping-feed-back .star-rating {
	display: flex;
	align-items: center;
	font-family: var(--theme-extra-font);
}
.product-wrapper .product-info .star-rating a,
.product-wrapper .product-info .star-rating a:hover {
	color: #787878;
	text-decoration: none;
}
.product-wrapper .product-info .star-rating a {
	font-size: 14px;
	font-weight: 400;
}
.product-wrapper .product-info .star-rating .rating-counts-wrap {
	margin-left: 2px;
}
.sold-items span:last-child {
	margin-left: 2px;
}
.product-wrapper .product-info .bar-progress {
	margin: 15px 0 30px;
}
.product-wrapper .product-info .progress .skill-percent {
	display: flex;
}
.product-wrapper .hover-area {
	font-size: 14px;
	font-weight: 400;
	width: 100%;
	display: flex;
}
.e-btn-set-six .product-wrapper .cart-button a::after {
	left: 20px;
}
.product-wrapper .product-image .savings {
	position: absolute;
	top: 15px;
	right: 15px;
	background-color: var(--theme-primary-color);
	text-align: center;
	width: 70px;
	height: 70px;
	border-radius: 50%;
}
.product-wrapper .product-image .savings span {
	display: block;
	font-family: var(--theme-general-font);
	color: var(--theme-dark-color);
	font-weight: 500;
}
.product-wrapper .product-image .savings span.savings-text {
	font-size: 14px;
	font-weight: 500;
}
.product-wrapper .product-image .savings span.woocommerce-Price-amount {
	font-size: 21px;
}
.product-utilities {
	display: flex;
	justify-content: space-between;
	margin: 25px 0;
	flex-wrap: wrap;
}
.product-utilities .weight,
.product-utilities .time,
.product-utilities .delivery {
	display: flex;
	align-items: center;
}
.product-style-1 .product-wrapper .shipping-feed-back .sold-items,
.product-style-1 .product-wrapper .product-info .product-cats,
.product-style-1 .product-wrapper .product-info .hover-area,
.product-style-1 .product-wrapper .product-price .on-sale,
.product-style-1 .product-wrapper .product-image .wishlist-view {
	display: none;
}
.product-style-2 .product-wrapper .product-image .hover-area,
.product-style-2 .product-wrapper .product-image .on-sale,
.product-style-2 .product-wrapper .product-info .hover-area,
.product-style-2 .product-wrapper .product-info .hover-area .quickview-button,
.product-style-2 .product-wrapper .product-info .hover-area .wishlist-button {
	display: none;
}
.product-style-2 .product-wrapper:hover .product-image .product-variations,
.product-style-3 .product-wrapper:hover .product-image .product-variations {
	display: flex;
}
.product-style-2 .hidden-hover-area .product-wrapper .product-info .hover-area {
	display: flex;
	opacity: 0;
	visibility: hidden;
}
.product-style-2
	.hidden-hover-area
	.product-wrapper:hover
	.product-info
	.hover-area {
	opacity: 1;
	visibility: visible;
}
.product-style-2 .show-hover-area .product-wrapper .product-info .hover-area {
	display: flex;
}
.product-style-2 .product-wrapper .product-info .hover-area {
	padding-top: 10px;
	justify-content: space-between;
	margin-top: 10px;
	border-top: 1px solid #ececec;
	padding-left: 0;
	padding-right: 0;
}
.product-style-2 .product-wrapper:hover .product-info .hover-area {
	display: flex;
}
.product-style-2 .product-wrapper .product-info .hover-area [class*="-button"] {
	text-indent: 0;
}
.product-style-2
	.product-wrapper
	.product-info
	.hover-area
	[class*="-button"]
	a {
	color: var(--theme-dark-color);
	text-transform: uppercase;
}
.product-style-2
	.product-wrapper
	.product-info
	.hover-area
	[class*="-button"]
	a:hover {
	color: var(--theme-primary-color);
}
.product-style-3 .product-wrapper .product-image .wishlist-view,
.product-style-3 .product-wrapper .product-image .hover-area,
.product-style-3 .product-wrapper .product-info .product-cats,
.product-style-3 .product-wrapper .product-info .product-price .on-sale,
.product-style-3 .product-wrapper .product-info .shipping-cost,
.product-style-3 .product-wrapper .product-info .hover-area .quickview-button {
	display: none;
}
.product-style-4 .product-wrapper .product-image .wishlist-view,
.product-style-4 .product-wrapper .product-image .product-variations,
.product-style-4 .product-wrapper .product-image .hover-area,
.product-style-4 .product-wrapper .product-info .product-cats,
.product-style-4 .product-wrapper .product-info .product-price .on-sale,
.product-style-4 .product-wrapper .product-info .shipping-cost,
.product-style-4 .product-wrapper .product-info .shipping-feed-back,
.product-style-4
	.product-wrapper
	.product-info
	.hover-area
	[class*="-button"]:not(.cart-button),
.product-style-4
	.product-wrapper
	.product-info
	.hover-area
	.add_to_cart_button::after {
	display: none;
}
.product-style-4
	.product-wrapper
	.product-info
	.hover-area
	.add_to_cart_button {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 500;
	padding: 0 20px;
	line-height: 35px;
	background-color: var(--theme-light-color);
	text-indent: 0;
	color: var(--theme-dark-color);
}
.product-style-5 .product-wrapper .product-image .wishlist-view,
.product-style-5 .product-wrapper .product-image .product-variations,
.product-style-5 .product-wrapper .product-image .hover-area,
.product-style-5 .product-wrapper .product-info .product-cats,
.product-style-5 .product-wrapper .product-info .product-price .on-sale,
.product-style-5 .product-wrapper .product-info .shipping-cost {
	display: none;
}
.product-style-6 .product-wrapper .product-image .wishlist-view,
.product-style-6 .product-wrapper .product-image .product-variations,
.product-style-6 .product-wrapper .product-image .on-sale,
.product-style-6 .product-wrapper .product-image .hover-area,
.product-style-6 .product-wrapper .product-info .product-cats,
.product-style-6 .product-wrapper .product-info .product-price .price del,
.product-style-6 .product-wrapper .product-info .product-price .on-sale,
.product-style-6 .product-wrapper .product-info .shipping-cost,
.product-style-6 .product-wrapper .product-info .shipping-feed-back .sold-items,
.product-style-6
	.product-wrapper
	.product-info
	.hover-area
	[class*="-button"]:not(.cart-button) {
	display: none;
}
.product-style-6 .product-wrapper {
	padding: 30px;
	border-radius: 0 0 30px 0;
}
.product-style-6 .product-wrapper .product-image {
	border-radius: 50%;
	overflow: visible;
}
.product-style-6 .product-wrapper:hover .product-info .product-title a,
.product-style-6 .product-wrapper:hover .product-info .product-price .price ins,
.product-style-6 .product-wrapper:hover .product-info .star-rating a {
	color: var(--theme-white-color) !important;
}
.product-style-6
	.product-wrapper
	.product-info
	.hover-area
	.add_to_cart_button {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 500;
	padding: 0 20px 0 40px;
	line-height: 40px;
	background-color: var(--theme-dark-color);
	text-indent: 0;
	color: var(--theme-white-color);
}
.product-style-6
	.product-wrapper
	.product-info
	.hover-area
	.add_to_cart_button::after {
	left: 20px;
}
.product-style-7 .product-wrapper .product-image .hover-area {
	flex-direction: row;
	position: absolute;
	bottom: -40px;
	width: auto;
	margin: 0;
	left: 50%;
	transform: translateX(-50%);
	background: #fff;
	padding: 5px 10px;
	box-shadow: 0 0.15rem 1rem rgb(0 0 0 / 8%);
	z-index: 100;
}
.product-style-7 .product-wrapper:hover .product-image .hover-area {
	bottom: 15px;
}
.product-style-7 .product-wrapper .hover-area [class*="-button"] a {
	width: 35px;
	height: 30px;
	background-color: var(--theme-white-color);
	border-right: 1px solid var(--theme-gray-color);
	color: var(--theme-dark-color);
}
.product-style-7
	.product-wrapper
	.hover-area
	> [class*="-button"]:last-child
	a {
	border: none;
}
.product-style-7 .product-wrapper .hover-area [class*="-button"] a::after {
	left: 50%;
	transform: translate(-50%, -50%);
}
.product-style-7 .product-wrapper .hover-area [class*="-button"] a:hover {
	color: var(--theme-primary-color);
}
.product-style-7 .product-wrapper .product-image .wishlist-view,
.product-style-7 .product-wrapper .product-image .product-variations,
.product-style-7 .product-wrapper .product-info .product-cats,
.product-style-7 .product-wrapper .product-info .product-price .on-sale,
.product-style-7 .product-wrapper .product-info .shipping-cost,
.product-style-7 .product-wrapper .product-info .shipping-feed-back .sold-items,
.product-style-7 .product-wrapper .product-info .hover-area {
	display: none;
}
/*==================================================================== Team Member =====================================================================*/
.team-carousel.owl-mx-15 {
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}
/*==================================================================== Food Corner Page Style Start =====================================================================*/
.custom-class-119 .taste-content,
.custom-class-120 .taste-content {
	padding: 10px 25px;
	color: var(--theme-white-color);
	outline: 2px dashed;
	display: table;
	font-size: 21px;
	font-weight: 400;
}
.custom-class-120 .taste-content {
	font-size: 30px;
	font-weight: 500;
	font-family: var(--theme-highlight-font);
	padding: 15px 30px;
	margin-top: 20px;
}
.custom-class-119 .display-1 {
	font-size: 100px;
	font-weight: 700;
	margin: 30px 0 20px;
	color: var(--theme-extra2-color);
	text-transform: uppercase;
}
.custom-class-119 .display-2 {
	font-size: 48px;
	font-weight: 700;
	color: var(--theme-white-color);
	text-transform: uppercase;
}
.custom-class-120 .display-5 {
	font-size: 30px;
	font-weight: 500;
	margin: 40px 0;
}
.custom-class-119 p,
.custom-class-120 p {
	font-size: 18px;
	color: var(--theme-white-color);
	line-height: 30px;
	margin-top: 20px;
}
.custom-class-119 .display-3 {
	font-size: 24px;
	color: var(--theme-white-color);
	margin: 20px 0;
}
.custom-class-119 .delivary-express {
	position: relative;
	padding: 5px 25px;
	background-color: var(--theme-primary-color);
	font-weight: 500;
	font-size: 20px;
	display: flex;
	width: max-content;
	color: var(--theme-white-color);
	align-items: center;
	margin: 30px 0;
}
.custom-class-119 .delivary-express::before,
.custom-class-119 .delivary-express::after {
	content: "";
	position: absolute;
	left: 100%;
	bottom: 0;
	height: 100%;
	border-right: 30px solid transparent;
}
.custom-class-119 .delivary-express::before {
	border-top: 40px solid var(--theme-primary-color);
}
.custom-class-119 .delivary-express::after {
	border-bottom: 40px solid var(--theme-primary-color);
}
.custom-class-119 .delivary-express .delivery-number {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.custom-class-119 .email {
	font-size: 21px;
	font-weight: 400;
	color: var(--theme-white-color);
	text-align: right;
	margin-top: 30px;
}
.custom-class-122 .banner-content {
	top: 50%;
	right: 12%;
	text-align: right;
	height: 320px;
	width: 130px;
}
.custom-class-122 .banner-content::before {
	content: "";
	width: 100%;
	height: 100%;
	border: 3px solid var(--theme-primary-color);
	background-color: transparent;
	right: 0;
	top: 0;
	position: absolute;
}
.custom-class-122 .banner-content::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 3px;
	height: 70%;
	transform: translateY(-50%);
	background: var(--theme-light-color);
}
.custom-class-122 .middle-content {
	position: absolute;
	top: 50%;
	right: 50px;
	width: max-content;
	transform: translateY(-50%);
	z-index: 9;
}
.custom-class-122 .up-to-sale {
	font-size: 17px;
	font-weight: 500;
	color: var(--theme-extra-color);
	letter-spacing: 3px;
	text-transform: uppercase;
}
.custom-class-122 h3 {
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 20px 0;
}
.custom-class-122 .category {
	font-weight: 500;
	font-size: 15px;
	color: var(--theme-secondary-color);
	text-transform: uppercase;
}
.custom-class-123 .banner-content,
.custom-class-126 .banner-content {
	width: 90%;
	height: 90%;
	background-color: var(--theme-white-opacity90-color);
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.custom-class-123 .banner-content .middle-content,
.custom-class-126 .banner-content .middle-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}
.custom-class-123 .banner-content .category {
	font-size: 18px;
	font-weight: 500;
	color: var(--theme-secondary-color);
	letter-spacing: 2px;
}
.custom-class-123 .banner-content .sale,
.custom-class-126 .banner-content .sale {
	font-size: 100px;
	font-weight: 600;
	text-transform: uppercase;
	color: var(--theme-extra-color);
	letter-spacing: 10px;
	display: block;
}
.custom-class-123 .banner-content .up-to-sale {
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
	color: var(--theme-secondary-color);
	display: block;
	margin-bottom: 25px;
}
.custom-class-124 .banner-content {
	top: 0;
	left: 0;
	padding: 50px;
}
.custom-class-124 .banner-content .category {
	font-size: 18px;
	font-weight: 500;
	color: var(--theme-secondary-color);
	letter-spacing: 3px;
	margin-bottom: 10px;
}
.custom-class-124 .banner-content h3 {
	margin: 10px 0 30px;
}
.custom-class-124 .banner-content h3 a {
	color: var(--theme-primary-color);
	text-transform: uppercase;
	letter-spacing: 5px;
}
.custom-class-123 .banner-content .btn,
.custom-class-124 .banner-content .btn {
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 2px;
}
.custom-class-125 .banner-content {
	left: 30px;
	bottom: 30px;
}
.custom-class-125 .banner-content .category {
	font-weight: 500;
	text-transform: uppercase;
}
.custom-class-125 .banner-content .title,
.custom-class-127 .banner-content .title,
.custom-class-128 .banner-content .title,
.custom-class-130 .banner-content .title,
.custom-class-131 .banner-content .title,
.custom-class-132 .banner-content .title {
	position: relative;
	padding-bottom: 10px;
	margin: 0 0 20px;
}
.custom-class-130 .banner-content .title,
.custom-class-131 .banner-content .title {
	margin-left: auto;
	display: table;
}
.custom-class-125 .banner-content .title::after,
.custom-class-127 .banner-content .title::after,
.custom-class-128 .banner-content .title::after,
.custom-class-130 .banner-content .title::after,
.custom-class-131 .banner-content .title::after {
	position: absolute;
	content: "";
	width: 50px;
	height: 2px;
	background-color: var(--theme-secondary-color);
	top: 100%;
	left: 0;
}
[class*="custom-class-"].text-left .banner-content .title::after {
	left: 0;
	right: inherit;
}
[class*="custom-class-"].text-right .banner-content .title::after {
	left: inherit;
	right: 0;
}
.custom-class-126 .banner-content .category {
	font-size: 17px;
	font-weight: 400;
	color: var(--theme-secondary-color);
	letter-spacing: 2px;
	font-family: var(--theme-highlight-font);
}
.custom-class-126 .banner-content .sale {
	color: var(--theme-primary-color);
}
.custom-class-126 .banner-content .up-to-sale {
	font-size: 24px;
	font-weight: 500;
	text-transform: uppercase;
	color: var(--theme-secondary-color);
	display: block;
	margin-bottom: 25px;
	letter-spacing: 6px;
}
.custom-class-126 .banner-content .btn {
	border-radius: 0;
}
.custom-class-127 .banner-content {
	top: 0;
	left: 0;
	padding: 20px;
}
.custom-class-128 .banner-content,
.custom-class-132 .banner-content {
	bottom: 0;
	left: 0;
	padding: 20px;
}
.custom-class-129 .banner-content {
	top: 0;
	left: 0;
	padding: 50px;
}
.custom-class-130 .banner-content {
	top: 0;
	right: 0;
	padding: 20px;
}
.custom-class-131 .banner-content {
	bottom: 0;
	right: 0;
	padding: 20px;
}
.custom-class-130 .banner-content,
.custom-class-131 .banner-content {
	text-align: right;
}
.custom-class-133 .banner-content {
	bottom: 0;
	left: 0;
	padding: 20px;
}
.custom-class-134 .banner-content {
	width: 450px;
	text-align: center;
}
.custom-class-135 .banner-image {
	scale: 1.1;
	margin-left: -20px;
}
.food-menu-list {
	position: relative;
}
.food-menu-list .quantity {
	position: absolute;
	top: 30px;
	right: 0;
	background-color: var(--theme-light-color);
	color: var(--theme-dark-color);
	margin: 0 !important;
	padding: 5px 10px;
	font-size: 13px;
	font-weight: 500;
}
.food-menu-list a {
	color: var(--theme-white-color);
	font-size: 17px;
	text-transform: uppercase;
	font-weight: 500;
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
}
.food-menu-list a span {
	color: var(--theme-primary-color);
}
.food-menu-list > p {
	font-size: 15px;
	padding-right: 70px;
}
.family-food-image {
	margin-bottom: -130px;
	position: relative;
	z-index: 1;
}
/*==================================================================== Classic Fashion Page Style Start =====================================================================*/
.down-line-secondary {
	padding-bottom: 15px;
	position: relative;
}
.down-line-secondary::before {
	width: 100px;
	height: 2px;
	background: var(--theme-secondary-color);
	content: "";
	top: 100%;
	left: 0;
	position: absolute;
}
.custom-class-121 .banner-image {
	width: 80%;
}
.custom-class-121.image-right .banner-image {
	margin-left: auto;
}
.custom-class-121 .banner-content {
	bottom: 10%;
	right: 0;
	width: 225px;
}
.custom-class-121.image-right .banner-content {
	left: 0;
	width: 250px;
	text-align: right;
	right: auto;
}
.custom-class-121 .product-tag {
	font-size: 15px;
	text-transform: uppercase;
	color: var(--theme-secondary-color);
	letter-spacing: 3px;
}
.custom-class-121 h2 {
	margin: 10px 0 20px;
}
.custom-class-121.image-right .btn-link-right-line {
	margin-left: auto;
}
.products-avilable-number {
	background: url("../images/shape/4.png") no-repeat center right;
	display: flex;
	flex-direction: column;
	min-height: 540px;
	height: 100%;
}
.products-avilable-number .counting,
.products-avilable-number .title {
	font-weight: 400;
	color: var(--theme-secondary-color);
	display: block;
	text-align: right;
	letter-spacing: 5px;
	font-weight: 900;
}
.products-avilable-number .counting {
	font-size: 72px;
	display: flex;
	justify-content: end;
	align-items: center;
}
.products-avilable-number .title {
	font-size: 30px;
}
.offer-product .product-wrapper .product-info {
	padding: 0;
	text-align: left !important;
}
.offer-product .product-wrapper .product-info .product-cats a {
	font-family: var(--theme-extra-font);
	font-size: 15px;
	color: var(--theme-general-color);
	text-align: left !important;
}
.offer-product .product-wrapper .product-info .product-cats {
	margin-bottom: 10px;
	text-align: left !important;
}
.offer-product .product-wrapper .product-info .product-title,
.offer-product .product-wrapper .product-info .product-title a {
	font-weight: 500;
	font-size: 18px;
	text-transform: uppercase;
	text-align: left !important;
	margin-left: 0 !important;
	margin-right: auto !important;
	width: 100%;
}
.offer-product .product-wrapper .product-info .product-price {
	margin: 10px 0;
	text-align: left !important;
}

.offer-product .product-wrapper .product-info .on-sale {
	justify-content: flex-start !important;
	text-align: left !important;
}

.offer-product .product-wrapper .product-info p,
.offer-product .product-wrapper .product-info .font-fifteen {
	text-align: left !important;
}
/*==================================================================== Products list Style Start =====================================================================*/
.product-list.e-bg-white .product-wrapper::before {
	background: var(--theme-white-color);
}
.product-list.e-bg-light .product-wrapper::before {
	background: var(--theme-light-color);
}
.product-list .product-wrapper:hover::before {
	display: block;
}
.product-list .product-wrapper .product-image .wishlist-view {
	top: 10px;
	right: 0px;
}
.product-list .product-wrapper .product-image {
	width: 34.5%;
	height: 100%;
}
.product-list .product-wrapper .product-info {
	width: 65.5%;
	height: 100%;
}
.product-list .product-wrapper:hover .hover-area {
	box-shadow: none;
}
/*==================================================================== Breadcrumb Style Start =====================================================================*/
.breadcrumb-divider-arrow .breadcrumb-item + .breadcrumb-item::before {
	content: var(--bs-breadcrumb-divider, ">");
	color: var(--theme-secondary-color);
}
.overlay-dark .breadcrumb-divider-arrow .breadcrumb-item + .breadcrumb-item::before {
	content: ">";
	color: rgba(255, 255, 255, 0.75);
}
.full-row.bg-light.overlay-dark {
	background-image: none !important;
	background-color: #0f0f0f !important;
}
.breadcrumb-divider-slash .breadcrumb-item + .breadcrumb-item::before {
	content: var(--bs-breadcrumb-divider, "/");
	color: var(--theme-secondary-color);
}
.breadcrumb-divider-dot .breadcrumb-item + .breadcrumb-item::before {
	content: var(--bs-breadcrumb-divider, ".");
	color: var(--theme-secondary-color);
}
.full-row .container .row .col-lg-7 ul {
	list-style: disc;
	padding-left: 1.25rem;
}

.full-row .container .row .col-lg-7 ol {
	list-style: decimal;
	padding-left: 1.25rem;
}

.full-row .container .row .col-lg-7 ul li,
.full-row .container .row .col-lg-7 ol li {
	list-style: inherit;
}
/*==================================================================== Woocommerce Products Header Style Start =====================================================================*/
.woocommerce-products-header__title.page-title {
	margin-bottom: 0;
	margin-right: 10px;
}
.woocommerce-result-count {
	font-size: 15px;
}
.products-header-right {
	display: flex;
	align-items: center;
}
.products-header-right select {
	border-radius: 50rem;
	border: 1px solid var(--theme-gray-color);
	margin-left: 10px;
	background-color: var(--theme-white-color);
	height: 40px;
}
.woocommerce-ordering {
	margin: 0 25px 0 0;
}
.products-view a {
	color: var(--theme-secondary-color);
}
.products-view a:last-child {
	margin-left: 10px;
}
/*==================================================================== Woocommerce Single Shop Style Start =====================================================================*/
.woocommerce-Reviews {
	display: flex;
	justify-content: space-between;
	padding-top: 30px;
}
.woocommerce-tabs #reviews #respond #reply-title {
	font-weight: 500;
	color: var(--theme-dark-color);
	font-size: 24px;
	padding-bottom: 25px;
	display: inline-block;
	text-transform: capitalize;
}
.comment-form-rating label {
	margin-right: 15px;
}
.submit.btn {
	height: 45px;
	font-weight: 600 !important;
}
.stars {
	display: inline-block;
}
.stars .star {
	float: left;
}
.stars .star + .star {
	padding-left: 10px;
}
.star.hover {
	color: #fcc400;
}
.comment-form-rating {
	display: flex;
}
.product_title.entry-title {
	font-size: 24px;
}
.bigbazar-arrow::before {
	top: 0;
	right: 30px;
	content: "\f177";
	position: absolute;
	font-family: flaticon !important;
}
.summary.entry-summary {
	max-width: 100% !important;
}
.product-navigation-share {
	position: absolute;
	right: 0;
	top: 0;
}
.product-navigation-share .product-share {
	margin-right: 15px;
	width: 30px;
	height: 30px;
}
.product-navigation-share .bigbazar-social {
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
	position: absolute;
	opacity: 0;
	right: -20px;
	top: 100%;
	visibility: hidden;
	transition: transform 0.4s ease, opacity 0.4s ease, visibility 0.4s ease;
	display: flex;
	background-color: var(--theme-white-color);
}
.product-navigation-share .product-share:hover .bigbazar-social {
	opacity: 1;
	visibility: visible;
}
.product-navigation-share .product-share .bigbazar-social a {
	font-size: 12px;
	line-height: 30px;
	width: 30px;
	text-align: center;
	display: block;
	color: var(--theme-dark-color);
}
.product-navigation-share .product-share .bigbazar-social a:hover {
	color: var(--theme-primary-color);
}
div.summary-inner > p.price,
div.summary-inner > span.price {
	font-size: 24px;
	margin-bottom: 0;
	display: inline-flex !important;
	font-weight: 500;
	color: var(--theme-dark-color);
}
.woocommerce-product-rating .fancy-star-rating {
	display: flex;
	align-items: center;
}
.fancy-star-rating .fancy-rating.good {
	background-color: var(--theme-extra-color);
	border-radius: 2px;
	color: #fff;
	font-weight: 400;
	font-size: 13px;
	padding: 0px 4px;
}
.rating-counts-wrap {
	cursor: pointer;
	padding-left: 5px;
}
.pro-details {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin: 15px -10px 5px;
}
.pro-details .pro-info {
	width: 268px;
	margin: 10px;
	flex-grow: 1;
}
.pro-summary {
	width: 100%;
}
@media screen and (max-width: 767px) {
	.pro-details .pro-info {
		width: 260px;
		flex-grow: 1;
		max-width: 100%;
	}
}
div.summary .product-price-discount,
div.summary .product-price-summary {
	display: inline-flex;
	vertical-align: super;
}
div.summary .product-price-summary {
	cursor: pointer;
	position: relative;
	margin-left: 10px;
}
.price-summary {
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
	opacity: 666;
	width: 100%;
	background: var(--theme-white-color);
	border-radius: 0 0 5px 5px;
}
.price-summary .price-summary-content h5 {
	background: var(--theme-color);
	color: #fff;
	padding: 10px;
	border-radius: 5px 5px 0 0;
}
.price-summary .price-summary-content .price-summary-list {
	padding: 5px 20px 15px;
}
.price-summary label {
	-ms-flex: auto;
	flex: auto;
	padding-right: 24px;
}
.price-summary label span {
	font-size: 10px;
}
.price-summary li {
	font-size: 13px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 10px 0;
	font-weight: 500;
}
.price-summary .discount span {
	color: var(--theme-primary-color);
}
.price-summary .total-discount {
	border-top: 1px solid var(--theme-gray-color);
	border-bottom: 1px solid var(--theme-gray-color);
	padding: 5px 0;
}
.price-summary .overall-discount {
	display: block;
	font-weight: 600;
	padding-top: 5px;
	color: var(--theme-secondary-color);
}
.price-summary.bigbazar-arrow::before {
	right: auto;
	transform: translateX(-50%);
	left: 50%;
}
.product-price-summary:hover .price-summary {
	opacity: 1;
	visibility: visible;
}
.product-price-summary > i {
	box-sizing: border-box;
	border: 1px solid var(--theme-gray-color);
	background-color: var(--theme-white-color);
	font-size: 12px;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	border-radius: 50%;
}
div.summary .stock-availability.in-stock {
	color: #388e3c;
	margin: 15px 0;
	font-weight: 500;
	font-size: 13px;
}
.product-offer-item {
	margin: 10px 0;
}
.product-offer-item::before {
	content: "\f02b";
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	margin-right: 10px;
	color: var(--theme-primary-color);
}
div.summary .product-term-wrap {
	display: inline-block;
	margin-left: 5px;
	color: var(--theme-secondary-color);
	font-weight: 600;
	cursor: pointer;
}
div.summary .woocommerce-product-details__short-description,
div.summary .product-services {
	display: flex;
	margin-top: 1.5em;
}
form.cart .variations td.label,
div.summary .woocommerce-product-details__short-description > span,
div.summary .product-services > span {
	width: 115px;
	font-weight: 600;
	padding-right: 0;
}
form.cart .variations td.label label {
	width: 115px;
	font-weight: 600;
}
div.summary .woocommerce-product-details__short-description .short-description,
div.summary .product-services .product-services-list {
	flex: 0 0 calc(100% - 115px);
}
div.summary .product-services .product-services-list,
div.summary
	.woocommerce-product-details__short-description
	.short-description
	ul {
	list-style: disc;
	line-height: 28px;
}
div.summary .product-brands,
div.summary .variations_form.cart {
	margin-top: 1.5em;
}
form.cart .variations {
	width: 100%;
}
.variations_form table tr {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.variations_form table tr form.cart table td {
	padding: 10px 10px 10px 0;
}
.entry-summary form div {
	margin-bottom: 0 !important;
}
.bigbazar-swatches {
	display: flex;
}
.bigbazar-swatches .swatch.swatch-selected {
	border-color: #2370f4;
	display: -ms-inline-flexbox;
	display: inline-flex;
}
.bigbazar-swatches .swatch {
	border: 2px solid transparent;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-top: 2px;
	padding: 2px;
	text-align: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-align: center;
	align-items: center;
}
.bigbazar-swatches .swatch.swatch-color span {
	text-indent: -99999px;
}
.bigbazar-swatches .swatch.swatch-circle,
.bigbazar-swatches .swatch.swatch-circle span,
.bigbazar-swatches .swatch.swatch-circle img {
	border-radius: 50%;
	width: 30px;
	height: 30px;
}
.bigbazar-swatches .swatch span,
.bigbazar-swatches .swatch img {
	display: inline-block;
	cursor: pointer;
	width: 24px !important;
	height: 24px !important;
	line-height: 24px;
	transition: all 0.3s;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
input[type="number"] {
	-moz-appearance: textfield;
	appearance: textfield;
}
.quantity {
	display: inline-block;
	margin: 0 0px;
	position: relative;
	/* margin-bottom: 30px !important;
    */
}
ul.info-list p {
	line-height: 10px !important;
}
.fas:before {
	margin-right: 6px;
}
.preload-close .fas:before {
	margin-right: 0px;
}
.entry-summary form div input,
.entry-summary select,
.quantity input {
	display: table;
	width: 70px;
	height: 40px;
	text-align: center;
	margin-right: 1px;
	margin-left: 1px;
	position: relative;
	z-index: 10;
}
.quantity-nav {
	position: absolute;
	height: 42px;
	width: calc(100% + 90px);
	left: -45px;
	display: flex;
	justify-content: space-between;
	top: 0;
}
.quantity .quantity-button {
	cursor: pointer;
	border: 1px solid var(--theme-gray-color);
	width: 40px;
	text-align: center;
	color: var(--theme-general-color);
	font-size: 15px;
	line-height: 36px;
	height: 40px;
	background: transparent;
}
.reset_variations {
	border: 1px solid var(--theme-gray-color);
	padding: 7px 10px;
	font-weight: 600;
	color: var(--theme-dark-color);
}
.entry-summary form,
.single_variation_wrap {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
	flex-wrap: wrap;
	margin-top: 30px;
	margin-left: 45px;
}
button#addcrt {
	background: black;
	color: white;
	padding: 8px 20px;
	margin-left: 45px;
}
.pro-cart {
	background: black;
	color: white;
	padding: 0px 10px;
	margin-left: 45px;
}
a.add-cart.button.add_to_cart_button.pro-cart:hover {
	background: black;
	color: rgb(246, 180, 125);
	padding: 0px 10px;
	margin-left: 45px;
}
.pro-check {
	background: black;
	color: white;
	padding: 0px 10px;
	margin-left: 57px;
	justify-content: center;
	text-align: center;
	padding: 8px 19px;
}
button.bigbazar_quick_buy_button.bigbazar_quick_buy_variable.bigbazar_quick_buy_58 {
	background: black;
	color: white;
	padding: 8px 20px;
}
.bigbazar-quick-buy {
	margin-left: 10px;
}
.woocommerce-variation-add-to-cart {
	display: flex;
	width: max-content;
	margin-left: -15%;
}
img.img-fluid.user {
	border-radius: 50%;
}
.product-subtotal p {
	margin-bottom: 1px;
}
.entry-summary form button,
.entry-summary form div button {
	height: 40px;
	line-height: 30px;
}
div.product form.variations_form.cart .single_variation {
	margin-bottom: 1em;
}
div.summary .woocommerce-variation-price span.price {
	font-size: 22px;
}
div.summary .woocommerce-variation-price span.price del {
	font-size: 14px;
	opacity: 0.5;
	display: inline-block;
	font-weight: 400;
	margin-left: 8px;
	order: 2;
}
.product span.price ins {
	background: none;
	padding: 0;
	color: inherit;
	border-radius: 0;
	order: 1;
}
.summary.entry-summary .price ins {
	font-size: 25px;
	color: var(--theme-dark-color);
	font-weight: 600;
}
.product_meta {
	display: flex;
	flex-direction: column;
}
.product_meta > span {
	font-size: 14px;
	font-weight: 600;
	color: var(--theme-dark-color);
	margin: 5px 0;
}
.product_meta > span span,
.product_meta > span a {
	font-weight: 400;
	color: var(--theme-general-color);
}
.product_meta > span a:hover {
	color: var(--theme-primary-color);
}
.product-tab-table {
	border: 1px solid var(--theme-gray-color);
	display: table;
}
.comment-form label {
	margin-bottom: 10px;
	display: block;
}
.summary.entry-summary,
.woocommerce-product-gallery {
	max-width: 100%;
	padding: 0;
}
.brand-image {
	display: block;
	width: 200px;
}
.detail-desc-decorate-title {
	margin-bottom: 9px;
}
.detail-desc-decorate-content li {
	margin-bottom: 10px;
}
table.shop_attributes {
	width: 100%;
}
table.shop_attributes tr {
	border: 1px solid var(--theme-gray-color);
}
table.shop_attributes th {
	width: 200px;
	padding: 8px;
}
table.shop_attributes td p {
	margin: 0;
	padding: 8px 0;
}
table.shop_attributes tr:nth-child(2n) td,
table.shop_attributes tr:nth-child(2n) th {
	background: rgba(0, 0, 0, 0.025);
}
/* Single Shop elevateZoom Style Start*/
.woocommerce-product-gallery__wrapper {
	background-color: transparent;
}
.product-slide-thumb {
	display: flex;
	margin-top: 30px;
}
.product-slide-thumb a:not(:last-child) {
	margin-right: 20px;
}
/*==================================================================== Left sidebar Style Start =====================================================================*/
#sidebar .widget:last-child {
	margin-bottom: 0 !important;
}
.widget_search input,
.search-widget input {
	padding: 13px 35px 13px 20px;
}
.widget-padding-one .widget {
	padding: 25px 20px;
	border: none;
}
.widget_product_categories ul li {
	border: none;
	position: relative;
}
.widget_product_categories ul li a {
	font-size: 14px;
	font-weight: 500;
}
.widget_product_categories .cat-item.cat-parent.open > a,
.widget_product_categories ul li a:hover {
	color: var(--theme-primary-color);
}
.widget_product_categories .cat-item.cat-parent > a {
	position: relative;
	display: table;
}
.widget_product_categories .cat-item.cat-parent .has-child {
	display: block;
	position: absolute;
	top: 10px;
	right: 0;
	cursor: pointer;
	transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
}
.widget_product_categories .cat-item.cat-parent .has-child::after {
	font-family: "Font Awesome 5 Free";
	content: "\f078";
	font-size: 10px;
	width: 20px;
	height: 20px;
	display: block;
	font-weight: 900;
	transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	text-align: center;
	-moz-transition: all ease 0.3s;
	text-align: center;
}
.cat-item.cat-parent.open > .has-child {
	transform: rotate(-180deg);
}
.cat-item.cat-parent ul.children {
	margin-left: 15px;
	margin-top: 5px;
	display: none;
}
.widget_product_categories .cat-item.cat-parent a span {
	float: inherit;
	margin-left: 3px;
}
.widget.widget_layered_nav li.wc-layered-nav-term {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	position: relative;
	color: var(--theme-general-color);
	cursor: pointer;
}
.widget.widget_layered_nav li.wc-layered-nav-term.chosen,
.widget.widget_layered_nav li:hover {
	color: var(--theme-secondary-color);
}
.widget.widget_layered_nav li.wc-layered-nav-term.chosen::before,
.widget.widget_layered_nav li.wc-layered-nav-term:hover::before {
	border: 5px solid;
	border-color: #2370f4;
}
.widget.widget_layered_nav li.wc-layered-nav-term::before {
	border: 1px solid #e9e9e9;
	background-color: #fff;
	border-radius: 50%;
	content: "";
	display: inline-table;
	height: 16px;
	margin-right: 8px;
	width: 16px;
}
.widget.widget_layered_nav ul li:not(:last-child) {
	margin-bottom: 15px !important;
}
.widget-title-bordered-full .widget-title {
	font-size: 18px;
	margin-bottom: 20px;
	position: relative;
	font-weight: 500;
	border-bottom: 2px solid var(--theme-gray-color);
}
.widget-toggle .widget-title {
	position: relative;
	cursor: pointer;
}
.widget-toggle .widget-title::after {
	position: absolute;
	top: 7px;
	right: 0;
	font-family: "Font Awesome 5 Free";
	content: "\f078";
	font-size: 10px;
	font-weight: 900;
}
.widget-toggle.closed ul {
	display: none;
}
.maxlist-more {
	margin-top: 15px;
	display: table;
	cursor: pointer;
	color: var(--theme-secondary-color);
	font-weight: 600;
}
.widget.widget_layered_nav [class*="swatch-filter-"] li:nth-child(n + 6) {
	opacity: 0;
	visibility: hidden;
	height: 0;
	display: none;
	margin-bottom: 0 !important;
}
.widget.widget_layered_nav
	[class*="swatch-filter-"].show-more
	li:nth-child(n + 6) {
	opacity: 1;
	visibility: visible;
	height: 100%;
	display: flex;
	margin-bottom: 15px !important;
}
.widget.widget_layered_nav
	[class*="swatch-filter-"].show-more
	.maxlist-more
	span:first-child,
.widget.widget_layered_nav
	[class*="swatch-filter-"]
	.maxlist-more
	span:last-child {
	display: none;
}
.widget.widget_layered_nav
	[class*="swatch-filter-"].show-more
	.maxlist-more
	span:last-child {
	display: block;
}
/* ==================================================================== About Page Style Start =====================================================================*/
.history-tab .nav-item {
	padding: 0;
}
.history-tab .nav-item a {
	border-width: 0 0 2px 0 !important;
	border-style: solid !important;
	border-color: var(--theme-primary-color) !important;
	padding: 10px 20px;
	color: var(--theme-dark-color) !important;
	background-color: transparent !important;
	border-radius: 0;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 2px;
	position: relative;
}
.history-tab .nav-item + .nav-item a {
	margin-left: 3px;
}
.history-tab .nav-item a.active::after {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	border: 2px solid;
	border-color: var(--theme-primary-color);
	background-color: var(--theme-light-color);
	border-top: transparent;
	border-left: transparent;
	bottom: -7px;
	left: 50%;
	transform: translateX(-50%) rotate(45deg) !important;
}
.history-tab #pills-tab-one {
	justify-content: center;
}
/* ==================================================================== Blog Page Style Start =====================================================================*/
.embed-responsive iframe {
	width: 100%;
	height: 400px;
	border: 0;
}
.media {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
}
.single-post-page .post-meta > span {
	border: none;
}
.single-post-page .post-meta > span {
	margin: 0;
	padding: 0;
}
.single-post-page .post-meta > span:after {
	font-weight: 600;
	padding: 0 6px;
}
.single-post-page .post-meta > *:last-child:after {
	content: none;
}
.meta-separator-slash .post-meta > span:after {
	content: "\002F";
}
.meta-separator-colon .post-meta > span:after {
	content: "\003A";
}
.meta-separator-dot .post-meta > span:after {
	content: "\002E";
}
.meta-separator-bar .post-meta > span:after {
	content: "\007C";
}
.meta-separator-hyphen .post-meta > span:after {
	content: "\002D";
}
.meta-separator-tilde .post-meta > span:after {
	content: "\007E";
}
/* ==================================================================== Service Page Style Start =====================================================================*/
.frame1 {
	border: 5px solid #fcf8f5;
	border-bottom: none;
}
.frame1::before,
.frame1::after {
	content: "";
	position: absolute;
	bottom: -15px;
	width: 58px;
	height: 5px;
	background: #fcf8f5;
}
.frame1::before {
	left: -8px;
	transform: rotate(30deg);
}
.frame1::after {
	right: -8px;
	transform: rotate(-30deg);
}
.btn-circle {
	width: 46px;
	height: 46px;
	border: 1px solid #d8a15a;
	line-height: 46px;
	text-align: center;
	display: block;
	border-radius: 50%;
	margin: 30px auto 0;
}
/* ==================================================================== Portfolio Page Style Start =====================================================================*/
.mix-tab .nav-link {
	margin: 5px 0;
}
.portfolio-carousel .owl-carousel .owl-nav button,
.single-image-carousel .owl-carousel .owl-nav button {
	background-color: transparent;
}
.nav-tab-border-active .mixitup-control-active {
	border: 2px solid;
	border-color: var(--theme-primary-color);
	border-radius: 20px;
}
.mix-tab ul li,
.tab-simple ul li {
	font-weight: 500;
	font-size: 17px;
	letter-spacing: 1px;
}
.mix-tab ul.nav-tab-border-active li {
	padding: 5px 25px;
}
.nav-tab-border-active li {
	border: 2px solid;
	border-color: transparent;
}
/* ==================================================================== General Support Page Style Start =====================================================================*/
.support-thumbnail li {
	line-height: 40px;
}
/* ==================================================================== Support Article Detail Page Style Start =====================================================================*/
.artical-list li a {
	padding: 8px 0;
	display: inline-block;
}
/* ==================================================================== Contact Page Style Start =====================================================================*/
form#contact-form label {
	font-weight: 600;
	margin-bottom: 10px;
}
/* ==================================================================== Pagination Style Start =====================================================================*/
.pagination-style-one .page-item {
	margin-right: 5px;
}
.pagination-style-one .page-item .page-link {
	border-radius: 50%;
	width: 40px;
	height: 40px;
	line-height: 38px;
	font-size: 14px;
	text-align: center;
	padding: 0;
}
.pagination-style-one .page-item .page-link:hover {
	background-color: var(--theme-primary-color);
	border-color: var(--theme-primary-color);
	color: var(--theme-dark-color);
}
/* ==================================================================== Fact Counter Style Start =====================================================================*/
.bar-progress {
	font-weight: 400;
	font-size: 15px;
	color: var(--theme-general-color) !important;
}
.bar-progress span {
	margin-bottom: 5px;
	display: inline-block;
}
.progress-bar {
	transition: all 3000ms linear 0s;
	height: 5px;
	border-radius: 5px;
}
.fact-counter .progress {
	height: 5px;
	border-radius: 5px;
}
.bar-progress .skill-percent {
	font-size: 14px;
	padding-top: 5px;
}
.bar-progress .skill-percent span {
	color: var(--theme-extra-color);
}
.bar-progress .skill-percent span {
	color: var(--theme-general-color);
}
.bar-progress .skill-percent .count-num {
	font-size: 15px;
}
/* ==================================================================== Owl carousel Style Start =====================================================================*/
.owl-dots-my-one .owl-dots {
	margin-top: 20px;
	margin-bottom: 20px;
}
.flash a:hover {
	background: #fff !important;
	color: var(--theme-color);
	border: 1px solid var(--theme-color);
}
.e-hover-border-one.owl-carousel .owl-stage-outer {
	padding-top: 0;
}
.owl-outer-border-light .owl-stage-outer {
	border: 1px solid var(--theme-gray-color);
}
.outer-bg-white .owl-stage-outer {
	background-color: var(--theme-white-color);
}
.owl-m-one .owl-item > div {
	margin: 3px;
}
.owl-mx-5 .owl-item.active > div {
	margin: 0 5px;
}
.owl-mx-15 .owl-item.active > div {
	margin: 0 15px;
}
.owl-mx-20 .owl-item > div {
	margin: 0 20px;
}
.products.owl-mx-20 {
	display: flex;
	flex-wrap: wrap;
	margin-left: -20px;
	margin-right: -20px;
}
.products.owl-mx-15 {
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}
.products.owl-mx-5 {
	display: flex;
	flex-wrap: wrap;
	margin-left: -5px;
	margin-right: -5px;
}
.owl-item-mb-50 .owl-item {
	margin-bottom: 50px;
}
.owl-item-mb-40 .owl-item {
	margin-bottom: 40px;
}
.owl-item-mb-30 .owl-item {
	margin-bottom: 30px;
}
.owl-item-mb-20 .owl-item {
	margin-bottom: 20px;
}
.owl-item-mb-10 .owl-item {
	margin-bottom: 10px;
}
.owl-item-mb-5 .owl-item {
	margin-bottom: 5px;
}
.owl-dots-mt-10.owl-carousel .owl-dots {
	margin-top: 10px;
}
.owl-carousel .owl-dots {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 100%;
	margin-top: 0;
}
.owl-carousel.owl-dot-mt-50 .owl-dots {
	margin-top: 50px;
}
.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled,
.owl-carousel button.owl-prev.disabled:hover,
.owl-carousel button.owl-next.disabled:hover {
	opacity: 0.6;
	cursor: no-drop;
}
.owl-nav-hover-primary .owl-nav button:not(.disabled):hover .nav-btn {
	color: var(--theme-primary-color);
}
.dot-active-one .owl-dots button.owl-dot {
	width: 15px;
	height: 15px;
	border-radius: 50px;
	border: 2px solid transparent;
	background-color: transparent !important;
}
.dot-active-one .owl-dots button.owl-dot.active {
	border-color: var(--theme-dark-color);
	background-color: var(--theme-white-color) !important;
	outline: none;
}
.dot-active-one .owl-dots button.owl-dot span {
	background-color: var(--theme-dark-color);
	width: 5px;
	height: 5px;
	display: table;
	border-radius: 50%;
	margin: 0 auto;
}
.nav-top-right .owl-nav {
	top: -40px;
	right: 0;
	position: absolute;
}
.nav-top-right .owl-nav .nav-btn {
	font-size: 13px;
	color: var(--theme-dark-color);
	font-weight: 600;
	font-family: var(--theme-highlight-font);
	margin-left: -14px;
}
.nav-top-right .owl-nav .nav-btn i {
	font-weight: 500;
	font-size: 11px;
}
.nav-top-right .owl-nav .nav-btn.next-slide i {
	margin-left: 3px;
}
.nav-top-right .owl-nav .nav-btn.prev-slide {
	margin-right: 20px;
}
[class*="nav-arrow-middle"] .owl-nav button {
	position: absolute;
	z-index: 9999;
	top: 50%;
	transform: translateY(-50%);
	box-shadow: none;
}
[class*="nav-arrow-middle"] .owl-nav .nav-btn {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: var(--theme-gray-color);
	line-height: 50px;
	text-align: center;
}
[class*="nav-arrow-middle"] .owl-nav .nav-btn span {
	display: none;
}
.nav-arrow-middle-show:hover .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-next {
	right: -25px;
}
.nav-arrow-middle-show:hover .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-prev {
	left: -25px;
}
.nav-arrow-middle-show .owl-nav button.owl-prev {
	left: -30px;
}
.nav-arrow-middle-show .owl-nav button.owl-next {
	right: -30px;
}
.nav-arrow-middle-show .owl-nav button {
	opacity: 0;
	visibility: hidden;
}
.nav-arrow-middle-show:hover .owl-nav button {
	opacity: 1;
	visibility: visible;
}
.testimonial-slider .owl-nav {
	position: absolute;
	left: 0;
	top: 50%;
	width: max-content;
}
.testimonial-slider .owl-nav button {
	position: relative;
}
.testimonial-slider .owl-nav button.owl-prev {
	margin-right: 10px;
	left: 0;
}
.testimonial-slider .owl-nav button span {
	background-color: var(--theme-primary-color);
	color: var(--theme-footer-color);
	font-size: 25px;
	width: 40px;
	height: 40px;
	display: block;
	border: 1px solid var(--theme-primary-color);
	border-radius: 50%;
	line-height: 34px;
	text-indent: 99999999px;
	overflow: hidden;
}
.testimonial-slider .owl-nav button i {
	text-indent: inherit;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.testimonial-slider .testimonial-item {
	color: var(--theme-white-color);
}
.fact-counter .border-top:first-child {
	border-top: none !important;
}
.count-num.w-7 {
	width: 70px;
}
.bg-light-half::before {
	background-color: var(--theme-light-color);
	left: 0;
}
.bg-light-half::before,
.bg-primary-half-right::before,
.bg-primary-half-right::after {
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	content: "";
}
/* ==================================================================== Bootstrap Slider Style Start =====================================================================*/
.carousel-indicators.type-one {
	margin-bottom: 0;
	bottom: -20px;
	background-color: var(--theme-white-color);
	padding: 10px;
}
.carousel-indicators.type-one li {
	width: 13px;
	height: 13px;
	border-radius: 50%;
	margin: 0 5px;
	background-color: transparent;
	border: 2px solid transparent;
	position: relative;
}
.carousel-indicators.type-one li::after {
	width: 5px;
	height: 5px;
	position: absolute;
	content: "";
	left: 4px;
	top: 4px;
	background-color: var(--theme-dark-color) !important;
	border-radius: 50%;
}
.carousel-indicators.type-one li.active {
	border-color: var(--theme-dark-color);
	background-color: var(--theme-white-color) !important;
	outline: none;
}
/* ==================================================================== Testimonial Style Start =====================================================================*/
.testimonial-classic {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}
.testimonial-classic img {
	width: 60px;
	height: 60px;
}
.testimonial-classic q {
	font-size: 25px;
	font-weight: 500;
	margin: 20px 0;
	color: var(--theme-dark-color);
}
.testimonial-classic .author span {
	font-size: 15px;
}
/* ==================================================================== Accordion Style Start =====================================================================*/
.ac-card {
	background-color: var(--theme-light-color);
	padding: 15px 20px;
	margin-bottom: 15px;
}
.ac-collapse {
	margin-top: 20px;
}
.bb-accordion .ac-toggle i {
	background-color: var(--theme-secondary-color);
	width: 30px;
	height: 30px;
	display: block;
	border-radius: 50rem;
	font-size: 12px;
	text-align: center;
	line-height: 33px;
	margin-right: 10px;
	color: var(--theme-white-color);
	float: left;
}
[class*="accordion-plus-"] .ac-toggle {
	position: relative;
}
.accordion-plus-right .ac-toggle {
	padding-right: 30px;
	line-height: 30px;
	display: block;
}
.accordion-plus-left .ac-toggle {
	padding-left: 30px;
}
[class*="accordion-plus-"] .ac-toggle::before,
[class*="accordion-plus-"] .ac-toggle::after {
	content: "";
	position: absolute;
	width: 16px;
	height: 2px;
	right: 0;
	background-color: var(--theme-dark-color);
	top: 50%;
	transform: translateY(-50%);
}
.accordion-plus-left .ac-toggle.active::before {
	content: "";
}
.accordion-plus-left .ac-toggle::before,
.accordion-plus-left .ac-toggle::after {
	left: 0;
}
[class*="accordion-plus-"] .ac-toggle:not(.active):after {
	transform: rotate(90deg);
}
/* ==================================================================== Pricing Table Style Start =====================================================================*/
.pricing-table .item {
	padding: 45px;
	background-color: #f7ebdf;
	border-radius: 10px;
}
.pricing-table .item.active {
	background-color: var(--theme-secondary-color);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.pricing-table .item .type {
	font-weight: 500;
	font-size: 15px;
	text-transform: uppercase;
	color: var(--theme-primary-color);
	display: block;
}
.pricing-table .item .time {
	font-size: 30px;
	font-weight: 500;
	color: var(--theme-dark-color);
}
.pricing-table .item ul {
	margin: 30px 0;
}
.pricing-table .item ul li {
	color: var(--theme-dark-color);
	line-height: 40px;
}
.pricing-table .item ul li i {
	float: right;
	color: var(--theme-secondary-color);
}
.pricing-table .item ul li i.flaticon-cancel {
	color: var(--theme-dark-color);
}
.pricing-table .item .price {
	font-size: 36px;
	font-weight: 600;
	color: var(--theme-dark-color);
}
.pricing-table .item .price sup {
	left: 10px;
	top: -15px;
	font-size: 20px;
}
.pricing-table .item.active .type,
.pricing-table .item.active .time,
.pricing-table .item.active ul li,
.pricing-table .item.active ul li i,
.pricing-table .item.active .price {
	color: var(--theme-white-color);
}
/* ==================================================================== Tab Style Start =====================================================================*/
.nav-pills .nav-item .nav-link:focus,
.nav-pills .nav-item .nav-link.active {
	outline: none;
}
.top-collection-tab .nav-pills .nav-item .nav-link {
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
}
.top-collection-tab .nav-pills .nav-item .nav-link i {
	margin: 0 auto;
}
.top-collection-tab .nav-pills .nav-item .nav-link span {
	margin-top: 10px;
	display: block;
}
.tab-active-pill.woocommerce-tabs .nav-pills .nav-link {
	color: var(--theme-dark-color);
	border-bottom-color: transparent;
	padding: 10px 20px;
	border-radius: 50rem;
	margin-bottom: 7px;
	margin-right: 5px;
	border-bottom: none;
}
.tab-active-pill.woocommerce-tabs .nav-pills .nav-link:hover::before,
.tab-active-pill.woocommerce-tabs .nav-pills .nav-link.active::before {
	display: none;
}
.section-head .woocommerce-tabs {
	margin: 0 0 -1px 0;
	position: relative;
	width: auto;
}
.section-head .woocommerce-tabs ul {
	display: flex;
	align-items: center;
}
.woocommerce-tabs .tab-content {
	padding: 0 0;
}
.woocommerce-tabs .tab-content h2 {
	font-size: 24px;
}
.woocommerce-tabs .nav-pills .nav-link {
	color: var(--theme-general-color);
	font-weight: 400;
	font-size: 17px;
	padding: 0 0 5px 0;
	margin-right: 20px;
	position: relative;
	border: none;
	border-bottom: 2px solid transparent;
	border-radius: 0;
	font-family: var(--theme-highlight-font);
}
.woocommerce-tabs .nav-pills .nav-item:last-child .nav-link {
	margin-right: 0;
}
.woocommerce-tabs .nav-pills .nav-link:hover,
.woocommerce-tabs .nav-pills .nav-link.active {
	color: var(--theme-secondary-color);
	border-bottom-color: var(--theme-primary-color);
	background-color: transparent;
}
.woocommerce-tabs .tab-content {
	border: none;
}
.nav-tab-active-primary .nav-item + .nav-item,
.nav-tab-active-dark .nav-item + .nav-item,
.nav-tab-active-secondary .nav-item + .nav-item {
	margin-left: 30px;
}
.nav-tab-active-primary .nav-item .nav-link,
.nav-tab-active-primary .nav-item .nav-link.active,
.nav-tab-active-secondary .nav-item .nav-link,
.nav-tab-active-secondary .nav-item .nav-link.active,
.nav-tab-active-dark .nav-item .nav-link,
.nav-tab-active-dark .nav-item .nav-link.active {
	background-color: transparent;
	border-bottom: 1px solid transparent;
	padding: 0;
	border-radius: 0;
}
.nav-tab-active-primary .nav-item .nav-link:hover,
.nav-tab-active-primary .nav-item .nav-link.active {
	color: var(--theme-primary-color) !important;
}
.nav-tab-active-dark .nav-item .nav-link:hover,
.nav-tab-active-dark .nav-item .nav-link.active {
	color: var(--theme-dark-color) !important;
}
.nav-tab-active-secondary .nav-item .nav-link:hover,
.nav-tab-active-secondary .nav-item .nav-link.active {
	color: var(--theme-secondary-color) !important;
	border-bottom-color: var(--theme-general-color);
}
/* ==================================================================== Sign In Page Style Start =====================================================================*/
.sign-in-form .required,
.registration-form .required {
	color: var(--theme-extra-color);
}
.sign-in-form,
.registration-form {
	padding: 50px;
	background-color: var(--theme-white-color);
	width: 100%;
}
.sign-in-form label,
.registration-form label {
	margin-bottom: 5px;
}
.sign-in-form input:focus,
.sign-in-form input,
.registration-form input:focus,
.registration-form input {
	width: 100%;
	background: var(--theme-light-color);
	padding: 5px 20px;
	border: 1px solid var(--theme-gray-color);
	border-radius: 0;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
	float: left;
	margin-right: 1em;
}
.woocommerce .woocommerce-form-login input[type="checkbox"],
.woocommerce .woocommerce-form-login input[type="radio"] {
	width: 18px;
	cursor: pointer;
}
label.woocommerce-form__label-for-checkbox {
	margin: 6px 0;
}
/* ==================================================================== Cart Page Style Start =====================================================================*/
.coupon > label {
	display: none;
}
table.cart .actions .coupon {
	align-items: center !important;
	justify-content: flex-start !important;
	display: flex !important;
}
.actions-button .coupon label {
	width: auto;
}
.actions-button .coupon input {
	padding: 8px 12px;
	border: 1px solid #e1e1e1;
}
.actions-button .coupon button {
	line-height: 40px;
	border: 0;
	background-color: var(--theme-primary-color);
	padding: 0 15px;
	color: #fff;
	display: inline-block;
	left: auto;
	float: none;
}
.actions-button button:disabled[disabled] {
	background-color: #ebe9eb;
}
.actions-button button {
	line-height: 40px;
	border: 0;
	background-color: var(--theme-primary-color);
	padding: 0 15px;
	color: #fff;
	display: inline-block;
	left: auto;
}
.shipping-calculator-form .button,
.wc-proceed-to-checkout .checkout-button {
	line-height: 40px;
	color: var(--theme-white-color);
	background-color: var(--theme-color);
	padding: 0 15px;
	display: table;
}
table .product-thumbnail a img {
	width: 80px;
	height: 80px;
}
table .product-remove a.remove {
	position: relative;
	text-align: center;
}
.woocommerce-cart-form__cart-item .product-name > a {
	color: var(--theme-secondary-color);
	font-weight: 500;
}
.woocommerce-cart-form__cart-item .product-name .variation {
	display: flex;
	align-items: center;
	margin: 0;
	font-size: 13px;
}
.woocommerce-cart-form__cart-item .product-name .variation dd.variation-Vendor {
	margin-bottom: 0;
	margin-left: 10px;
}
table.shop_table.cart td {
	padding: 15px;
	width: 10%;
}

 .cartpage .cart-table table.shop_table.cart {
	width: 100%;
	border-collapse: collapse;
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 10px;
	overflow: hidden;
 }

 .cartpage .cart-table table.shop_table.cart th {
	background: #151515;
	color: rgba(255, 255, 255, 0.75);
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.6px;
	padding: 14px 15px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	text-align: center;
 }

 .cartpage .cart-table table.shop_table.cart th.product-name {
	text-align: left;
 }

 .cartpage .cart-table table.shop_table.cart td.product-thumbnail {
	width: 82px;
	padding-right: 6px;
 }

 .cartpage .cart-table table.shop_table.cart td.product-remove,
 .cartpage .cart-table table.shop_table.cart th.product-remove {
	width: 110px;
 }

 .cartpage .cart-table table.shop_table.cart td.product-remove {
	text-align: center;
 }

 .cartpage .cart-table table.shop_table.cart tr.cart_item td {
	background: rgba(0, 0, 0, 0.28);
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
	vertical-align: middle;
 }

 .cartpage .cart-table table.shop_table.cart tr.cart_item:hover td {
	background: rgba(255, 255, 255, 0.03);
 }

 .cartpage .cart-table table.shop_table.cart td.product-thumbnail a img {
	width: 70px;
	height: 70px;
	border-radius: 8px;
	object-fit: cover;
	background: #0b0b0b;
 }

 .cartpage .cart-table table.shop_table.cart td.product-name a {
	color: rgba(255, 255, 255, 0.92);
	display: inline-block;
	margin-bottom: 2px;
 }

 .cartpage .cart-table table.shop_table.cart td.product-name {
	color: rgba(255, 255, 255, 0.85);
	padding-left: 6px;
 }

 .cartpage .cart-table table.shop_table.cart td.product-price span,
 .cartpage .cart-table table.shop_table.cart td.product-subtotal p {
	color: #b37c20;
	font-weight: 700;
 }

 .cartpage .cart-table table.shop_table.cart td.product-subtotal strong {
	color: rgba(255, 255, 255, 0.7);
	font-weight: 600;
	margin-left: 8px;
	font-size: 12px;
 }

 .cartpage .cart-page-title {
	margin: 0 0 14px 0;
 }

 .cartpage .cart-page-title .cart-title {
	color: rgba(255, 255, 255, 0.92);
	font-size: 34px;
	font-weight: 700;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	margin: 0;
 }

 .cartpage .cart-page-title .cart-title-underline {
	width: 78px;
	height: 3px;
	border-radius: 2px;
	margin-top: 10px;
	background: linear-gradient(90deg, #b37c20, #8e5f16);
	box-shadow: 0 6px 18px rgba(179, 124, 32, 0.25);
 }

 .cartpage .you-may-like {
	margin-top: 34px;
	padding-top: 4px;
 }

 .cartpage .you-may-like .you-may-like-title {
	margin: 0 0 16px 0;
 }

 .cartpage .you-may-like .you-may-like-title .title {
	color: rgba(255, 255, 255, 0.92);
	font-size: 26px;
	font-weight: 700;
	letter-spacing: 0.6px;
	text-transform: uppercase;
	margin: 0;
 }

 .cartpage .you-may-like .you-may-like-title .underline {
	width: 78px;
	height: 3px;
	border-radius: 2px;
	margin-top: 10px;
	background: linear-gradient(90deg, #b37c20, #8e5f16);
	box-shadow: 0 6px 18px rgba(179, 124, 32, 0.25);
 }

 .cartpage .you-may-like .four-carousel.owl-carousel .item {
	padding: 0 8px;
 }

 .cartpage .you-may-like .four-carousel.owl-carousel .owl-stage {
	display: flex;
 }

 .cartpage .you-may-like .four-carousel.owl-carousel .owl-item {
	display: flex;
 }

 .cartpage .you-may-like .four-carousel.owl-carousel .owl-item .item {
	display: flex;
	width: 100%;
 }

 .cartpage .you-may-like .four-carousel.owl-carousel .product,
 .cartpage .you-may-like .four-carousel.owl-carousel .product-wrapper {
	width: 100%;
 }

 .cartpage .you-may-like .four-carousel.owl-carousel .product-wrapper {
	display: flex;
	align-items: stretch;
	gap: 14px;
	padding: 14px;
	position: relative;
	border-radius: 10px;
	background: rgba(0, 0, 0, 0.28);
	border: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35);
	min-height: 130px;
 }

 .cartpage .you-may-like .four-carousel.owl-carousel .product-image {
	flex: 0 0 120px;
	width: 120px;
	height: 120px;
	border-radius: 8px;
	overflow: hidden;
	background: #0b0b0b;
 }

 .cartpage .you-may-like .four-carousel.owl-carousel .product-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 8px;
 }

 .cartpage .you-may-like .four-carousel.owl-carousel .product-info {
	flex: 1;
	padding: 4px 0 0 0;
 }

 .cartpage .you-may-like .four-carousel.owl-carousel .product-title {
	margin: 0 0 6px 0;
	font-size: 14px;
	line-height: 1.25;
	color: rgba(255, 255, 255, 0.92);
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	min-height: 36px;
 }

 .cartpage .you-may-like .four-carousel.owl-carousel .product-price .price {
	display: flex;
	align-items: baseline;
	gap: 10px;
 }

 .cartpage .you-may-like .four-carousel.owl-carousel .product-price ins {
	color: #b37c20;
	font-weight: 700;
	text-decoration: none;
 }

 .cartpage .you-may-like .four-carousel.owl-carousel .product-price del {
	color: rgba(255, 255, 255, 0.55);
 }

 .cartpage .you-may-like .four-carousel.owl-carousel .hover-area {
	display: block;
	position: static;
	pointer-events: none;
	opacity: 1;
	visibility: visible;
 }

 .cartpage .you-may-like .four-carousel.owl-carousel .hover-area > div {
	pointer-events: auto;
 }

 .cartpage .you-may-like .four-carousel.owl-carousel .hover-area .wishlist-button {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 3;
 }

 .cartpage .you-may-like .four-carousel.owl-carousel .hover-area .wishlist-button a {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.14);
	background: rgba(0, 0, 0, 0.38);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0;
	padding: 0;
	line-height: 1;
	color: rgba(255, 255, 255, 0.9);
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
 }

 .cartpage .you-may-like .four-carousel.owl-carousel .hover-area .wishlist-button a:before {
	content: "\f004";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 13px;
	color: rgba(255, 255, 255, 0.9);
 }

 .cartpage .you-may-like .four-carousel.owl-carousel .hover-area .wishlist-button a:hover {
	border-color: rgba(212, 175, 55, 0.35);
	background: rgba(212, 175, 55, 0.14);
 }

 .cartpage .you-may-like .four-carousel.owl-carousel .hover-area .cart-button {
	position: absolute;
	left: 148px;
	bottom: 14px;
	z-index: 3;
 }

 .cartpage .you-may-like .four-carousel.owl-carousel .hover-area .cart-button a.add-cart,
 .cartpage .you-may-like .four-carousel.owl-carousel .hover-area .cart-button a.affilate-btn {
	min-width: 126px;
	height: 34px;
	border-radius: 4px;
	border: 1px solid rgba(212, 175, 55, 0.85);
	background: transparent;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 0;
	padding: 0 12px;
	line-height: 1;
	transition: background-color 0.2s ease, border-color 0.2s ease;
 }

 .cartpage .you-may-like .four-carousel.owl-carousel .hover-area .cart-button a.add-cart:after,
 .cartpage .you-may-like .four-carousel.owl-carousel .hover-area .cart-button a.affilate-btn:after {
	content: "ADD TO CART";
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.6px;
	color: #b37c20;
 }

 .cartpage .you-may-like .four-carousel.owl-carousel .hover-area .cart-button a.add-cart:hover,
 .cartpage .you-may-like .four-carousel.owl-carousel .hover-area .cart-button a.affilate-btn:hover {
	background: #b37c20;
	border-color: #b37c20;
 }

 .cartpage .you-may-like .four-carousel.owl-carousel .hover-area .cart-button a.add-cart:hover:after,
 .cartpage .you-may-like .four-carousel.owl-carousel .hover-area .cart-button a.affilate-btn:hover:after {
	color: #0b0b0b;
 }

 .cartpage .you-may-like .four-carousel.owl-carousel .owl-nav {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	pointer-events: none;
 }

 .cartpage .you-may-like .four-carousel.owl-carousel .owl-nav button {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.12);
	background: rgba(0, 0, 0, 0.38);
	color: rgba(255, 255, 255, 0.9);
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: auto;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
 }

 .cartpage .you-may-like .four-carousel.owl-carousel .owl-nav button:hover {
	border-color: rgba(212, 175, 55, 0.35);
	background: rgba(179, 124, 32, 0.14);
	color: #b37c20;
 }

 .cartpage .you-may-like .four-carousel.owl-carousel .owl-nav button span {
	display: none;
 }

 .cartpage .you-may-like .four-carousel.owl-carousel .owl-nav button i {
	font-size: 14px;
	line-height: 1;
 }

 .cartpage .you-may-like .four-carousel.owl-carousel .owl-nav button.owl-prev {
	position: absolute;
	left: -16px;
 }

 .cartpage .you-may-like .four-carousel.owl-carousel .owl-nav button.owl-next {
	position: absolute;
	right: -16px;
 }

 .cartpage .you-may-like .four-carousel.owl-carousel .on-sale {
	top: 10px;
	right: 10px;
	left: auto;
	font-size: 11px;
 }

 @media (max-width: 991px) {
	.cartpage .you-may-like {
		margin-top: 26px;
	}
	.cartpage .you-may-like .you-may-like-title .title {
		font-size: 22px;
	}
	.cartpage .you-may-like .four-carousel.owl-carousel .product-image {
		flex: 0 0 104px;
		width: 104px;
		height: 104px;
	}
	.cartpage .you-may-like .four-carousel.owl-carousel .product-wrapper {
		min-height: 118px;
	}
 }

 .cartpage .cart-table table.shop_table.cart td.product-quantity input[type=number]::-webkit-outer-spin-button,
 .cartpage .cart-table table.shop_table.cart td.product-quantity input[type=number]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
 }

 .cartpage .cart-table table.shop_table.cart td.product-quantity input[type=number] {
	-moz-appearance: textfield;
 }

 .cartpage .cart-table table.shop_table.cart td.product-quantity .quantity {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 6px;
	background: rgba(0, 0, 0, 0.25);
 }

 .cartpage .cart-table table.shop_table.cart td.product-quantity .quantity-nav {
	display: none;
 }

 .cartpage .cart-table table.shop_table.cart td.product-quantity {
	text-align: center;
 }

 .cartpage .cart-table table.shop_table.cart td.product-subtotal,
 .cartpage .cart-table table.shop_table.cart td.product-price {
	text-align: center;
 }

 @media (max-width: 991px) {
	.cartpage .cart-table table.shop_table.cart th,
	.cartpage .cart-table table.shop_table.cart td {
		padding: 12px 10px;
	}
	.cartpage .cart-page-title .cart-title {
		font-size: 28px;
	}
 }

 @media (max-width: 767px) {
	.cartpage .cart-table {
		overflow-x: auto;
	}
	.cartpage .cart-table table.shop_table.cart {
		min-width: 720px;
	}
 }

 .cartpage .cart-table table.shop_table.cart td.product-quantity .quantity .quantity-down,
 .cartpage .cart-table table.shop_table.cart td.product-quantity .quantity .quantity-up {
	width: 34px;
	height: 34px;
	border: 0;
	background: rgba(255, 255, 255, 0.06);
	color: rgba(255, 255, 255, 0.9);
	font-weight: 700;
	font-size: 16px;
	line-height: 1;
	cursor: pointer;
	transition: background-color 0.2s ease, color 0.2s ease;
 }

 .cartpage .cart-table table.shop_table.cart td.product-quantity .quantity .quantity-down:hover,
 .cartpage .cart-table table.shop_table.cart td.product-quantity .quantity .quantity-up:hover {
	background: rgba(179, 124, 32, 0.14);
	color: #b37c20;
 }

 .cartpage .cart-table table.shop_table.cart td.product-quantity .quantity .quantity-down {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	border-right: 1px solid rgba(255, 255, 255, 0.14);
 }

 .cartpage .cart-table table.shop_table.cart td.product-quantity .quantity .quantity-up {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border-left: 1px solid rgba(255, 255, 255, 0.14);
 }

 .cartpage .cart-table table.shop_table.cart td.product-quantity .quantity input.qttotal1 {
	width: 56px;
	height: 34px;
	border: 0;
	background: transparent;
	color: rgba(255, 255, 255, 0.92);
	font-weight: 700;
	text-align: center;
 }

 .cartpage .cart-table table.shop_table.cart td.product-quantity .quantity input.qttotal1:focus {
	outline: none;
	box-shadow: none;
 }

 .cartpage .cart-table table.shop_table.cart td.product-remove a.remove {
	color: #b37c20;
	font-size: 22px;
	line-height: 1;
	font-weight: 400;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 8px;
	transition: background-color 0.2s ease, color 0.2s ease;
 }

 .cartpage .cart-table table.shop_table.cart td.product-remove a.remove:hover {
	background: rgba(212, 175, 55, 0.12);
	color: #ffffff;
 }

 .cartpage .cart-coupon {
	margin-top: 18px;
 }

 .cartpage .cart-coupon form.coupon {
	display: flex;
	align-items: center;
	gap: 12px;
	max-width: 520px;
 }

 .cartpage .cart-coupon form.coupon input#code {
	flex: 1;
	height: 46px;
	border-radius: 4px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	background: rgba(0, 0, 0, 0.26);
	color: rgba(255, 255, 255, 0.9);
	padding: 0 14px;
 }

 .cartpage .cart-coupon form.coupon input#code::placeholder {
	color: rgba(255, 255, 255, 0.55);
 }

 .cartpage .cart-coupon form.coupon button {
	min-width: 110px;
	height: 46px;
	border-radius: 4px;
	border: 1px solid rgba(179, 124, 32, 0.8);
	background: rgba(0, 0, 0, 0.24);
	color: rgba(255, 255, 255, 0.92);
	font-weight: 800;
	letter-spacing: 0.8px;
	text-transform: uppercase;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
 }

 .cartpage .cart-coupon form.coupon button:hover {
	background: rgba(179, 124, 32, 0.14);
	border-color: rgba(179, 124, 32, 0.95);
	color: #b37c20;
 }

 @media (max-width: 575px) {
	.cartpage .cart-coupon form.coupon {
		flex-direction: column;
		align-items: stretch;
		gap: 10px;
		max-width: 100%;
	}
	.cartpage .cart-coupon form.coupon button {
		width: 100%;
	}
 }

 .cartpage .cart-collaterals .cart_totals {
	background: linear-gradient(135deg, #121212, #1f1f1f);
	border: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35);
 }

 .cartpage .cart-collaterals .cart_totals h2 {
	background: #151515;
	border-color: rgba(255, 255, 255, 0.08);
	color: rgba(255, 255, 255, 0.9);
 }

 .cartpage .cart-collaterals .cart_totals.order-summary {
	border-radius: 10px;
	overflow: hidden;
 }

 .cartpage .cart-collaterals .cart_totals.order-summary h2 {
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.8px;
	padding: 14px 18px;
	margin: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
 }

 .cartpage .cart-collaterals .cart_totals.order-summary table {
	width: 100%;
	margin: 0;
 }

 .cartpage .cart-collaterals .cart_totals.order-summary table tr {
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
 }

 .cartpage .cart-collaterals .cart_totals.order-summary table tr:last-child {
	border-bottom: 0;
 }

 .cartpage .cart-collaterals .cart_totals.order-summary table th,
 .cartpage .cart-collaterals .cart_totals.order-summary table td {
	padding: 12px 18px;
	font-size: 13px;
 }

 .cartpage .cart-collaterals .cart_totals.order-summary table th {
	color: rgba(255, 255, 255, 0.72);
	font-weight: 600;
 }

 .cartpage .cart-collaterals .cart_totals.order-summary table td {
	color: rgba(255, 255, 255, 0.9);
	text-align: right;
 }

 .cartpage .cart-collaterals .cart_totals.order-summary .shipping-note {
	color: rgba(255, 255, 255, 0.55);
	font-size: 12px;
 }

 .cartpage .cart-collaterals .cart_totals.order-summary .order-summary-total {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	padding: 16px 18px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
 }

 .cartpage .cart-collaterals .cart_totals.order-summary .order-summary-total .total-label {
	color: rgba(255, 255, 255, 0.85);
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.6px;
 }

 .cartpage .cart-collaterals .cart_totals.order-summary .order-summary-total .total-value {
	color: #b37c20;
	font-size: 34px;
	font-weight: 800;
	letter-spacing: 0.4px;
 }

 .cartpage .cart-collaterals .cart_totals.order-summary .wc-proceed-to-checkout {
	padding: 0 18px 14px 18px;
 }

 .cartpage .cart-collaterals .cart_totals.order-summary .wc-proceed-to-checkout .checkout-button {
	width: 100%;
	height: 48px;
	border: 0;
	border-radius: 6px;
	background: linear-gradient(90deg, #b37c20, #8e5f16);
	color: #111;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.6px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	line-height: 1;
	padding: 0 16px;
 }

 .cartpage .cart-collaterals .cart_totals.order-summary .order-summary-or {
	text-align: center;
	color: rgba(255, 255, 255, 0.45);
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 0 18px 12px 18px;
 }

 .cartpage .cart-collaterals .cart_totals.order-summary .wc-continue-shopping {
	padding: 0 18px 16px 18px;
 }

 .cartpage .cart-collaterals .cart_totals.order-summary .wc-continue-shopping .continue-button {
	width: 100%;
	height: 44px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: transparent;
	color: rgba(255, 255, 255, 0.85);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 6px;
	text-transform: uppercase;
	letter-spacing: 0.6px;
	font-weight: 700;
	transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
 }

 .cartpage .cart-collaterals .cart_totals.order-summary .wc-continue-shopping .continue-button:hover {
	border-color: rgba(212, 175, 55, 0.6);
	background: rgba(179, 124, 32, 0.08);
	color: #b37c20;
 }

 .cartpage .cart-table table.shop_table.cart td.product-thumbnail {
	width: 82px;
 }

 .cartpage .cart-table table.shop_table.cart td.product-thumbnail a img {
	width: 70px;
	height: 70px;
 }

 .cartpage .cart-table table.shop_table.cart td.product-thumbnail {
	padding-right: 6px;
 }

 .cartpage .cart-table table.shop_table.cart td.product-name {
	padding-left: 8px;
 }

 .cartpage .cart-table table.shop_table.cart td.product-name a {
	display: inline-block;
	margin-bottom: 2px;
 }

 .cartpage .cart-collaterals .cart_totals.order-summary .order-summary-note {
	padding: 0 18px 18px 18px;
	color: rgba(255, 255, 255, 0.55);
	font-size: 12px;
 }

 .cartpage .cart-collaterals .cart_totals.order-summary .order-summary-note p {
	margin: 0;
	padding: 12px 12px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 8px;
	background: rgba(0, 0, 0, 0.22);
 }

 .cartpage .cart_totals table th {
	color: rgba(255, 255, 255, 0.72);
 }

 .cartpage .cart_totals table td {
	color: rgba(255, 255, 255, 0.92);
 }

 .cartpage .cart_totals table tr.order-total td,
 .cartpage .cart_totals table tr.order-total th {
	color: #b37c20;
 }
table.shop_table.cart td.product-quantity {
	vertical-align: middle;
}
table.shop_table.cart td.product-quantity .quantity {
	margin-bottom: 0 !important;
}
.cart-collaterals .cart_totals h2 {
	font-size: 15px;
	color: var(--theme-dark-color);
	text-transform: uppercase;
	padding: 12px 20px;
	background: var(--theme-light-color);
	margin: 0;
	border: 1px solid var(--theme-gray-color);
	border-bottom: 0;
	font-weight: 600;
	font-family: var(--theme-general-font);
}
.cart_totals table th {
	color: var(--theme-secondary-color);
	vertical-align: baseline;
}
.woocommerce-shipping-destination {
	font-size: 14px;
	margin-top: 10px;
}
input.shipping_method {
	margin-right: 5px;
}
.cart_totals table {
	border-radius: 0;
	border-top: 0;
}
.shipping-calculator-button {
	padding: 0;
}
.woocommerce-shipping-calculator .shipping-calculator-form {
	margin-top: 10px;
	display: none;
}
.woocommerce-shipping-calculator.active .shipping-calculator-form {
	display: block;
}
.woocommerce-shipping-calculator .country_to_state,
.woocommerce-shipping-calculator .input-text {
	border: 1px solid var(--theme-gray-color);
	width: 100%;
}
.woocommerce-shipping-calculator .input-text {
	padding: 5px 15px;
}
/* ==================================================================== Checkout Page Style Start =====================================================================*/
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row select,
.woocommerce form .form-row textarea {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	outline: 0;
	border: 2px solid var(--theme-gray-color);
	padding: 5px 15px;
}
h3#ship-to-different-address {
	font-size: 16px;
	font-weight: 600;
}
.woocommerce-checkout-review-order {
	padding: 35px;
	background-color: var(--theme-light-color);
}
.woocommerce-checkout-review-order-table {
	background-color: #fff;
}
.woocommerce-checkout-review-order-table > thead {
	background: #fff;
	border: 0;
	border-bottom-color: currentcolor;
	border-bottom-style: none;
	border-bottom-width: 0px;
	border-bottom: 1px solid hsla(0, 0%, 90%, 0.25);
}
.woocommerce-checkout-review-order-table th.product-name,
.woocommerce-checkout-review-order-table th.product-total {
	color: #000;
	font-weight: 700;
	text-transform: capitalize;
}
.woocommerce-checkout-review-order-table > thead > tr > th {
	padding: 15px;
}
.woocommerce-checkout-review-order-table .woocommerce-Price-amount {
	color: #000;
	font-weight: 700;
}
.woocommerce-checkout-review-order-table > tfoot > tr > td:last-child,
.woocommerce-checkout-review-order-table tfoot th:last-child,
.woocommerce-checkout-review-order-table > tbody > tr > td:last-child {
	min-width: 170px;
}
.woocommerce-checkout-review-order-table > tfoot > tr > td,
.woocommerce-checkout-review-order-table tfoot th,
.woocommerce-checkout-review-order-table > tbody > tr > td {
	padding: 15px;
	border: 0;
	border-bottom-color: currentcolor;
	border-bottom-style: none;
	border-bottom-width: 0px;
	border-bottom: 1px solid hsla(0, 0%, 90%, 0.5);
	line-height: 1.6;
	vertical-align: top;
}
.checkout
	.woocommerce-shipping-methods
	.shipping_method:checked
	+ label::before {
	background: #ff871d;
	border-color: #ff871d;
}
.checkout .woocommerce-shipping-methods .shipping_method {
	display: none;
}
.checkout .woocommerce-shipping-methods label::before {
	position: absolute;
	left: 0;
	top: calc(50% - 6px);
	width: 12px;
	height: 12px;
	border: 1px solid #969696;
	border-top-color: rgb(150, 150, 150);
	border-right-color: rgb(150, 150, 150);
	border-bottom-color: rgb(150, 150, 150);
	border-left-color: rgb(150, 150, 150);
	content: "";
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
.checkout .woocommerce-checkout-payment .payment_methods img {
	height: 1.5625em;
	vertical-align: middle;
	margin: 0 16px;
}
.wc_payment_methods {
	padding: 20px 0;
}
.wc_payment_method {
	padding: 15px 0;
	border-bottom: 1px solid var(--theme-gray-color);
}
.wc_payment_method .payment_box {
	display: none;
}
.wc_payment_method.active .payment_box {
	display: block;
}
.woocommerce-shipping-methods label {
	margin: 0;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-left: 5px;
	font-weight: 400;
	margin-bottom: 0;
	position: relative;
	padding-left: 18px;
	cursor: pointer;
}
.woocommerce-info {
	padding: 10px 20px;
	margin: 0 0 30px;
	position: relative;
	background-color: var(--theme-light-color);
	color: var(--theme-general-color);
	border-top: 3px solid #a46497;
}
.woocommerce-info > a {
	color: var(--theme-secondary-color);
}
.woocommerce-info::before {
	content: "\f49e";
	font-family: "Font Awesome 5 Free";
	margin-right: 10px;
	font-weight: 900;
}
.woocommerce-form-coupon-toggle .woocommerce-info::before {
	content: "\f12a";
}
.woocommerce-billing-fields__field-wrapper label {
	margin-bottom: 5px;
	font-weight: 500;
	font-size: 14px;
	color: var(--theme-dark-color);
}
.woocommerce form .form-row .required {
	color: red;
	font-weight: 700;
	border: 0 !important;
	text-decoration: none;
	visibility: visible;
}
.checkout .woocommerce-checkout-payment .payment_methods input.input-radio {
	display: none;
}
.checkout .woocommerce-checkout-payment .payment_methods li > label {
	float: unset;
	margin: 0;
	padding-left: 18px;
	position: relative;
	cursor: pointer;
	width: 100%;
}
.checkout .woocommerce-checkout-payment .payment_methods li.active > label {
	margin-bottom: 15px;
}
.checkout .woocommerce-checkout-payment .payment_methods li > label::before {
	position: absolute;
	left: 0;
	top: 6px;
	width: 12px;
	height: 12px;
	border: 1px solid #969696;
	content: "";
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
.checkout
	.woocommerce-checkout-payment
	.payment_methods
	li
	.input-radio:checked
	+ label::before {
	background: #ff871d;
	border-color: #ff871d;
}
#place_order {
	line-height: 40px;
	padding: 0 35px;
	font-family: var(--theme-hiperlink-font);
	font-weight: 500;
	font-size: 15px;
	background-color: var(--theme-primary-color);
	color: var(--theme-white-color);
}
.about_paypal {
	color: var(--theme-dark-color) !important;
	float: right;
	border-bottom: 1px solid var(--theme-dark-color);
}
/* ==================================================================== Wishlist Page Style Start =====================================================================*/
.cart_totals table,
table.cart {
	border-collapse: collapse;
}
.product-name a {
	color: var(--theme-dark-color);
}
.product-add-to-cart .add_to_cart_button {
	line-height: 40px;
	padding: 0 35px;
	font-family: var(--theme-hiperlink-font);
	font-weight: 400;
	text-transform: capitalize;
	font-size: 15px;
	background-color: var(--theme-primary-color);
	color: var(--theme-white-color);
	opacity: 1;
	visibility: visible;
	position: inherit;
	display: table;
	float: right;
}
/* ==================================================================== Wishlist Page Style Start =====================================================================*/
.bg-white-9::after {
	width: 70%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: var(--theme-white-color);
	position: absolute;
	content: "";
	z-index: 1;
}
.fat-loss-suggestion h3 {
	text-transform: uppercase;
	letter-spacing: 6px;
}
.product-quality-info h6 {
	font-family: var(--theme-general-font);
	color: var(--theme-primary-color);
	text-transform: uppercase;
	letter-spacing: 3px;
}
.organic-item {
	border: 15px solid var(--theme-primary-color);
	padding: 400px 200px 30px 30px;
	position: relative;
}
.organic-item .organit-text {
	position: absolute;
	top: 50px;
	left: -227px;
	width: 153%;
	max-width: inherit;
}
.organic-item .organit-package {
	position: absolute;
	bottom: -60px;
	right: -108px;
	width: 25%;
	max-width: inherit;
}
.organic-item .product-price {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.organic-item .product-price .title {
	font-family: var(--theme-general-font);
	text-transform: uppercase;
	color: var(--theme-primary-color);
	letter-spacing: 3px;
	width: 100%;
}
.organic-item .product-price .price {
	display: flex;
	align-items: center;
}
.organic-item .product-price .price ins {
	font-size: 15px;
	font-weight: 500;
	color: var(--theme-secondary-color);
	text-decoration: none;
}
.organic-item .product-price .price del {
	font-size: 15px;
	font-weight: 400;
	color: var(--theme-general-color);
	margin-left: 5px;
}
.organic-item .product-price .on-sale {
	font-size: 12px;
	margin-left: 5px;
	background-color: var(--theme-primary-color);
	color: var(--theme-white-color);
	padding: 2px 5px;
}
.organic-item .star-rating {
	display: flex;
	align-items: center;
	color: var(--theme-secondary-color);
	margin-bottom: 20px;
}
.organic-item .star-rating a {
	font: 13px;
}
.organic-item .package {
	margin-bottom: 20px;
}
.organic-item .package span {
	font-weight: 500;
	font-size: 13px;
	color: var(--theme-secondary-color);
	padding: 5px 10px;
}
.organic-item .package span.active {
	color: var(--theme-white-color);
	background-color: var(--theme-primary-color);
}
.blog-big-title {
	font-family: var(--theme-general-font);
	letter-spacing: 4px;
	text-transform: uppercase;
	line-height: 40px;
	padding-right: 170px;
	margin-bottom: 30px;
}
/* ==================================================================== Footer Section Style Start =====================================================================*/
.footer-widget .widget-title {
	color: var(--theme-dark-color);
	font-family: var(--theme-highlight-font);
	font-weight: 500;
	font-size: 15px;
	text-transform: uppercase;
}
.footer-widget li a {
	color: #818181;
	line-height: 28px;
	font-weight: 400;
	font-size: 15px;
}

.lux-footer {
	background: #000;
	color: #ccc;
	padding: 60px 0 20px;
}

.lux-footer .container {
	max-width: 1200px;
	padding-left: 20px;
	padding-right: 20px;
}

.lux-footer .lux-footer-container {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 40px;
}

.lux-footer .lux-footer-col {
	flex: 1;
	min-width: 0;
}

@media (min-width: 992px) {
	.lux-footer .lux-footer-col:nth-child(2) {
		display: flex;
		justify-content: center;
	}
	.lux-footer .lux-footer-col:nth-child(2) .lux-footer-block {
		display: block;
		text-align: left;
		margin-top: 0;
	}
	.lux-footer .lux-footer-col:nth-child(2) .lux-footer-heading {
		display: block;
	}
	.lux-footer .lux-footer-col:nth-child(2) .lux-footer-links {
		display: block;
	}
	.lux-footer .lux-footer-col:nth-child(3) {
		text-align: right;
	}
	.lux-footer .lux-footer-col:nth-child(3) .lux-footer-block {
		display: inline-block;
		text-align: left;
	}
}

.lux-footer .lux-footer-brand-top {
	display: flex;
	align-items: center;
	gap: 14px;
}

.custom-product-variations .variation-button-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.custom-product-variations .variation-button-item {
	position: relative;
}

.custom-product-variations .custom-product-variation-input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.custom-product-variations .custom-product-variation-label {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 18px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 999px;
	background: transparent;
	color: #fff;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
}

.custom-product-variations .custom-product-variation-input:checked + .custom-product-variation-label {
	background: var(--theme-color);
	border-color: var(--theme-color);
	color: #fff;
}

.custom-product-variations .custom-product-variation-label:hover {
	border-color: var(--theme-color);
	color: var(--theme-color);
}

.custom-product-variations .variation-card-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}
.luxury-home-banner-section {
	position: relative;
	width: 100vw;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	margin-top: 90px;
	margin-bottom: 70px;
	padding: 0 !important;
	overflow: hidden;
}

.luxury-home-banner {
	width: 100vw;
	padding: 0;
	margin: 0;
	border-radius: 0;
	overflow: hidden;
	background: #000;
}

.luxury-home-banner img {
	width: 100vw;
	height: auto;
	display: block;
	object-fit: cover;
	object-position: center;
	margin: 0;
	padding: 0;
}

.luxury-featured-products {
	width: 100%;
	padding: 80px 60px;
	background: #000;
	overflow: hidden;
	box-sizing: border-box;
}

.explore-collections-section,
.luxury-featured-products {
	width: 100%;
	padding-left: 60px;
	padding-right: 60px;
	box-sizing: border-box;
}

.section-header {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 20px;
	margin-bottom: 40px;
	padding: 0;
	position: relative;
}

.section-header-left {
	display: flex;
	flex-direction: column;
}

.section-label {
	color: #b37c20 !important;
	font-size: 13px;
	letter-spacing: 4px;
	text-transform: uppercase;
	margin-bottom: 12px;
	display: block;
}

.section-header h2 {
	color: #fff;
	font-size: 38px;
	font-weight: 700;
	line-height: 1.1;
	margin: 0;
}

.section-view-all {
	color: #fff;
	font-size: 18px;
	text-decoration: none;
	white-space: nowrap;
	transition: .3s ease;
	margin-top: 18px;
}

.section-view-all:hover {
	color: #d4a33f;
}

.featured-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 40px;
	flex-wrap: wrap;
	gap: 20px;
}

.featured-label {
	color: #c89b3c;
	font-size: 13px;
	letter-spacing: 4px;
	text-transform: uppercase;
	display: block;
	margin-bottom: 10px;
}

.featured-header h2 {
	color: #fff;
	font-size: 52px;
	font-weight: 700;
	line-height: 1.1;
}

.carousel-wrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.carousel-track {
	display: flex !important;
	flex-wrap: nowrap !important;
	gap: 24px;
	transition: transform .45s ease;
	will-change: transform;
	align-items: stretch;
}

.carousel-track .product-card {
	flex: 0 0 calc((100% - 72px) / 4);
	min-width: calc((100% - 72px) / 4);
	max-width: calc((100% - 72px) / 4);
}

.featured-products-grid {
	display: flex !important;
	flex-wrap: nowrap !important;
	gap: 24px;
	width: 100%;
	align-items: stretch;
}

.luxury-product-card {
	position: relative;
	width: auto !important;
	min-width: 0;
	height: 460px;
	display: flex;
	flex-direction: column;
	background: #0b0b0b;
	border-radius: 24px;
	overflow: hidden;
	border: 1px solid rgba(179,124,32,.12) !important;
	transition: all .35s ease;
	cursor: pointer;
	text-decoration: none;
	margin: 0 !important;
}

.luxury-product-card.active {
	border: 1px solid #b37c20 !important;
	box-shadow: 0 0 20px rgba(179,124,32,.15);
}

.carousel-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background: rgba(0,0,0,.85);
	border: 1px solid rgba(179,124,32,.35);
	color: #b37c20;
	font-size: 22px;
	cursor: pointer;
	z-index: 20;
	transition: .3s ease;
}

.carousel-arrow:hover {
	background: #b37c20;
	color: #000;
}

.carousel-prev {
	left: -8px;
}

.carousel-next {
	right: -8px;
}

.carousel-dots {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	margin-top: 28px;
}

.carousel-dots .dot {
	width: 10px;
	height: 10px;
	border: 0;
	border-radius: 50%;
	background: #3a3a3a;
	padding: 0;
	cursor: pointer;
	transition: .3s ease;
}

.carousel-dots .dot.active {
	width: 28px;
	border-radius: 20px;
	background: #b37c20;
}

.luxury-product-card:hover {
	transform: translateY(-8px);
	border-color: #d4a33f;
	box-shadow: 0 20px 40px rgba(0,0,0,0.5);
}

.luxury-product-card .product-image {
	height: 100%;
	flex: 1;
	overflow: hidden;
	position: relative;
}

.luxury-product-card .product-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform .5s ease;
}

.luxury-product-card:hover img {
	transform: scale(1.05);
}

.luxury-product-card .product-content {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 24px;
	background: linear-gradient(to top, rgba(0,0,0,0.92), rgba(0,0,0,0.45), transparent);
}

.luxury-product-card .product-content h3 {
	color: #fff;
	font-size: 30px;
	margin-bottom: 6px;
	font-weight: 700;
}

.luxury-product-card .fabric-name {
	color: #d0d0d0;
	font-size: 17px;
	margin-bottom: 14px;
}

.luxury-product-card .product-price {
	color: #d4a33f;
	font-size: 34px;
	font-weight: 700;
}

.luxury-product-card .wishlist-btn {
	position: absolute;
	top: 18px;
	right: 18px;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	border: none;
	background: rgba(0,0,0,0.55);
	color: #fff;
	z-index: 5;
	backdrop-filter: blur(6px);
	transition: .3s ease;
}

.luxury-product-card .wishlist-btn:hover {
	background: #d4a33f;
	color: #000;
}

.luxury-customize-section {
	width: 100%;
	padding: 80px 40px;
	background: #000;
	box-sizing: border-box;
}

.customize-wrapper {
	width: 100%;
	border: 1px solid rgba(212,163,63,.35);
	border-radius: 22px;
	background: #050505;
	padding: 40px;
	display: grid;
	grid-template-columns: 1fr 1.5fr;
	gap: 40px;
	align-items: center;
	box-sizing: border-box;
}

.customize-left small {
	color: #d4a33f;
	letter-spacing: 3px;
	font-size: 13px;
	text-transform: uppercase;
	display: block;
	margin-bottom: 18px;
}

.customize-left h2 {
	color: #fff;
	font-size: 48px;
	line-height: 1.1;
	margin-bottom: 20px;
	font-weight: 700;
}

.customize-left p {
	color: #bcbcbc;
	font-size: 18px;
	line-height: 1.8;
	max-width: 420px;
	margin-bottom: 35px;
}

.customize-btn {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	padding: 16px 34px;
	background: #d4a33f;
	color: #000;
	font-weight: 700;
	border-radius: 12px;
	text-decoration: none;
	transition: .3s ease;
}

.customize-btn:hover {
	background: #e0b04d;
	color: #000;
	transform: translateY(-2px);
}

.customize-right {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 18px;
}

.custom-option {
	border: 1px solid rgba(212,163,63,.18);
	border-radius: 18px;
	background: #080808;
	padding: 28px 20px;
	min-height: 150px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	transition: .35s ease;
}

.custom-option:hover {
	border-color: #d4a33f;
	transform: translateY(-4px);
	box-shadow: 0 10px 30px rgba(212,163,63,.12);
}

.custom-option-icon {
	font-size: 44px;
	color: #b37c20;
	margin-bottom: 18px;
}

.custom-option span {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
}

@media(max-width:1200px) {
}

@media(max-width:992px) {
	.carousel-track .product-card {
		flex: 0 0 calc((100% - 24px) / 2);
		min-width: calc((100% - 24px) / 2);
		max-width: calc((100% - 24px) / 2);
	}

	.customize-wrapper {
		grid-template-columns: 1fr;
	}

	.customize-right {
		grid-template-columns: repeat(2,1fr);
	}

	.product-slider-track .product-card {
		min-width: calc((100% - 20px) / 2);
		max-width: calc((100% - 20px) / 2);
		flex: 0 0 calc((100% - 20px) / 2);
	}
}

.fabric-collections-section {
	width: 100%;
	margin-top: 90px;
	margin-bottom: 70px;
}

.fabric-header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 28px;
}

.fabric-subtitle {
	color: #b37c20;
	font-size: 13px;
	letter-spacing: 3px;
	text-transform: uppercase;
}

.fabric-header h2 {
	color: #fff;
	font-size: 32px;
	margin-top: 10px;
	font-weight: 500;
}

.view-all-btn {
	color: #c58a1c;
	text-decoration: none;
	font-size: 15px;
	transition: .3s ease;
}

.view-all-btn:hover {
	opacity: .8;
	color: #c58a1c;
}

.product-slider-wrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.product-slider-track {
	display: flex;
	gap: 20px;
	flex-wrap: nowrap !important;
	transition: transform .5s ease;
	width: 100%;
}

.product-slider-track .product-card {
	min-width: calc((100% - 60px) / 4);
	max-width: calc((100% - 60px) / 4);
	flex: 0 0 calc((100% - 60px) / 4);
	height: auto;
	min-height: unset;
	overflow: hidden;
	border: 1px solid rgba(179,124,32,.18) !important;
}

.fabric-collections-grid {
	display: flex;
	gap: 20px;
	flex-wrap: nowrap !important;
	width: 100%;
}

.fabric-card {
	width: auto;
	max-width: none;
	height: 390px;
	border-radius: 22px;
	overflow: hidden;
	position: relative;
	background: #0a0a0a;
	border: 1px solid rgba(212,163,63,0.35);
	transition: all .35s ease;
	display: block;
	text-decoration: none;
	cursor: pointer;
}

.slider-arrow {
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: #111;
	border: 1px solid rgba(179,124,32,.4);
	color: #b37c20;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 5;
	cursor: pointer;
	transition: .3s ease;
}

.slider-arrow:hover {
	background: #b37c20;
	color: #000;
}

.slider-arrow:disabled {
	opacity: .35;
	cursor: not-allowed;
}

.prev-arrow {
	left: 10px;
}

.next-arrow {
	right: 10px;
}

.slider-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	margin-top: 24px;
}

.slider-pagination button {
	width: 12px;
	height: 8px;
	border: 0;
	border-radius: 999px;
	background: #2a2a2a;
	padding: 0;
	cursor: pointer;
	transition: .3s ease;
}

.slider-pagination button.active {
	width: 28px;
	background: #b37c20;
}

.fabric-card.active {
	border: 1px solid #b37c20 !important;
	box-shadow: 0 0 20px rgba(179,124,32,.18);
}

.product-card.active,
.product-card:first-child {
	border: 1px solid #b37c20 !important;
	box-shadow: 0 0 20px rgba(179,124,32,.18);
}

.fabric-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: .4s ease;
}

.fabric-card:hover img {
	transform: scale(1.04);
}

.fabric-overlay {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 26px;
	background: linear-gradient(to top, rgba(0,0,0,0.88), rgba(0,0,0,0.15), transparent);
}

.fabric-overlay h3 {
	color: #fff;
	font-size: 24px;
	margin-bottom: 6px;
	font-weight: 500;
}

.fabric-overlay span {
	color: #c58a1c;
	font-size: 18px;
}

@media(max-width:768px) {
	.luxury-home-banner-section {
		margin-top: 55px;
	}

	.product-slider-track {
		gap: 14px !important;
		padding-inline: 6px;
	}

	.carousel-track {
		gap: 14px;
	}

	.carousel-track .product-card {
		flex: 0 0 calc((100% - 14px) / 2);
		min-width: calc((100% - 14px) / 2);
		max-width: calc((100% - 14px) / 2);
	}

	.carousel-arrow {
		width: 38px;
		height: 38px;
		font-size: 16px;
	}

	.carousel-prev {
		left: 2px;
	}

	.carousel-next {
		right: 2px;
	}

	.product-slider-track .product-card {
		min-width: calc((100% - 14px) / 2) !important;
		max-width: calc((100% - 14px) / 2) !important;
		flex: 0 0 calc((100% - 14px) / 2) !important;
	}

	.product-card img {
		width: 100%;
		height: 220px;
		object-fit: cover;
		display: block;
	}

	.slider-arrow {
		width: 38px;
		height: 38px;
	}

	.prev-arrow {
		left: 4px;
	}

	.next-arrow {
		right: 4px;
	}

	.luxury-featured-products {
		padding: 70px 20px;
	}

	.explore-collections-section,
	.luxury-featured-products {
		padding-left: 20px;
		padding-right: 20px;
	}

	.section-header {
		flex-direction: column;
		align-items: flex-start;
	}

	.section-header h2 {
		font-size: 36px;
	}

	.section-view-all {
		margin-top: 0;
	}

	.featured-header h2 {
		font-size: 36px;
	}

	.luxury-product-card .product-image {
		height: 260px;
	}

	.luxury-home-banner img {
		width: 100vw;
		height: auto;
	}

	.fabric-header {
		flex-direction: column;
		gap: 18px;
	}

	.fabric-collections-grid {
		gap: 14px;
	}

	.fabric-card {
		max-width: 100%;
		height: 240px;
		border-radius: 14px;
	}

	.fabric-overlay h3 {
		font-size: 13px;
		letter-spacing: 1.6px;
	}

	.fabric-overlay {
		padding: 16px 12px;
	}

	.fabric-overlay span {
		font-size: 13px;
	}
}

@media(max-width:480px) {
	.product-slider-track .product-card {
		min-width: calc((100% - 12px) / 2) !important;
		max-width: calc((100% - 12px) / 2) !important;
		flex: 0 0 calc((100% - 12px) / 2) !important;
	}

	.fabric-collections-grid {
		gap: 12px;
	}

}

@media(max-width:768px) {
	.explore-collections-section,
	.luxury-featured-products,
	.luxury-product-carousel {
		padding-top: 50px !important;
		padding-bottom: 40px !important;
	}

	.explore-collections-section h2,
	.luxury-featured-products h2,
	.luxury-product-carousel h2 {
		font-size: 34px !important;
		line-height: 1.15 !important;
		letter-spacing: -0.5px !important;
		max-width: 280px !important;
		margin-bottom: 12px !important;
	}

	.section-label {
		font-size: 11px !important;
		letter-spacing: 6px !important;
		color: #b37c20 !important;
	}

	.explore-collections-section .section-header {
		display: flex !important;
		justify-content: space-between !important;
		align-items: flex-start !important;
		gap: 10px !important;
	}

	.view-all-btn,
	.section-view-all {
		margin-left: auto !important;
		text-align: right !important;
		white-space: nowrap !important;
		font-size: 15px !important;
		margin-top: 8px !important;
	}

	.fabric-card,
	.luxury-featured-products .product-card,
	.luxury-product-carousel .product-card,
	.explore-collections-section .product-card {
		min-width: 160px !important;
		max-width: 160px !important;
		height: 260px !important;
		border-radius: 22px !important;
		overflow: hidden !important;
		flex: 0 0 auto !important;
		scroll-snap-align: start !important;
	}

	.fabric-card img,
	.luxury-featured-products .product-card img,
	.luxury-product-carousel .product-card img,
	.explore-collections-section .product-card img {
		width: 100% !important;
		height: 100% !important;
		object-fit: cover !important;
		object-position: center !important;
	}

	.fabric-slider-wrapper,
	.carousel-wrapper,
	.product-slider-wrapper {
		position: relative !important;
	}

	.fabric-collections-grid,
	.carousel-track,
	.product-slider-track,
	.featured-products-grid {
		display: flex !important;
		flex-wrap: nowrap !important;
		overflow-x: auto !important;
		overflow-y: hidden !important;
		gap: 14px !important;
		scroll-snap-type: x mandatory !important;
		-webkit-overflow-scrolling: touch !important;
		padding-bottom: 12px !important;
		scrollbar-width: none !important;
	}

	.fabric-collections-grid::-webkit-scrollbar,
	.carousel-track::-webkit-scrollbar,
	.product-slider-track::-webkit-scrollbar,
	.featured-products-grid::-webkit-scrollbar {
		display: none !important;
	}

	.slider-arrow,
	.carousel-arrow,
	.swiper-button-next,
	.swiper-button-prev,
	.left-arrow,
	.right-arrow,
	.prev-arrow,
	.next-arrow {
		display: none !important;
	}

	.fabric-overlay {
		padding: 14px !important;
	}

	.fabric-overlay h3,
	.product-card h3 {
		font-size: 20px !important;
		line-height: 1.2 !important;
		margin-bottom: 6px !important;
	}

	.fabric-overlay span,
	.fabric-overlay p,
	.product-card p,
	.product-card .fabric-name {
		font-size: 14px !important;
	}

	.product-card .price,
	.product-card .product-price {
		font-size: 18px !important;
		margin-top: 10px !important;
	}

	.slider-pagination button,
	.carousel-dots button,
	.dot {
		width: 10px !important;
		height: 10px !important;
		background: #cfcfcf !important;
		opacity: 1 !important;
		transition: all 0.3s ease !important;
		border: none !important;
		border-radius: 50% !important;
		padding: 0 !important;
		margin: 0 4px !important;
		cursor: pointer !important;
	}

	.slider-pagination button.active,
	.carousel-dots button.active,
	.dot.active {
		width: 28px !important;
		border-radius: 20px !important;
		background: #b37c20 !important;
	}
}

@media(max-width:576px) {
	.luxury-customize-section {
		padding: 24px 16px !important;
	}

	.customize-wrapper {
		padding: 24px 16px !important;
		border-radius: 20px !important;
	}

	.customize-left h2 {
		font-size: 42px !important;
		line-height: 1.1 !important;
	}

	.customize-left p {
		font-size: 15px !important;
		line-height: 1.6 !important;
	}

	.customize-btn {
		width: 100% !important;
		justify-content: center !important;
		height: 50px !important;
		border-radius: 14px !important;
		font-size: 15px !important;
		margin-top: 18px !important;
	}

	.customize-right {
		display: grid !important;
		grid-template-columns: repeat(3, 1fr) !important;
		gap: 12px !important;
		margin-top: 20px !important;
	}

	.custom-option {
		width: 100% !important;
		min-width: unset !important;
		max-width: unset !important;
		height: 110px !important;
		min-height: unset !important;
		padding: 14px 8px !important;
		border-radius: 16px !important;
		display: flex !important;
		flex-direction: column !important;
		align-items: center !important;
		justify-content: center !important;
		text-align: center !important;
	}

	.custom-option-icon,
	.custom-option img,
	.custom-option svg,
	.custom-option i {
		width: 34px !important;
		height: 34px !important;
		font-size: 34px !important;
		margin-bottom: 10px !important;
		color: #b37c20 !important;
	}

	.custom-option h4,
	.custom-option span,
	.custom-option p {
		font-size: 13px !important;
		line-height: 1.3 !important;
		font-weight: 500 !important;
		color: #d9d9d9 !important;
	}
}

@media (min-width: 992px) {
	.custom-product-variations .variation-card-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

.custom-product-variations .variation-card-item {
	position: relative;
	min-width: 0;
}

.custom-product-variations .custom-product-variation-card {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 11px;
	position: relative;
	height: 100%;
	min-height: 186px;
	padding: 12px;
	border: 1px solid rgba(212, 161, 58, 0.26);
	border-radius: 14px;
	background: linear-gradient(145deg, rgba(10, 10, 10, 0.96), rgba(18, 15, 10, 0.9));
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.24);
	overflow: hidden;
	cursor: pointer;
	transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease, background 0.35s ease;
}

.custom-product-variations .custom-product-variation-card .card-img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	border-radius: 10px;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.055);
}

.custom-product-variations .custom-product-variation-card .card-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transform: scale(1);
	transition: transform 0.45s ease, filter 0.45s ease;
}

.custom-product-variations .custom-product-variation-card .card-info {
	display: block;
	min-width: 0;
	padding: 0 2px 2px;
}

.custom-product-variations .custom-product-variation-card .card-title {
	display: block;
	color: rgba(255, 255, 255, 0.96);
	font-weight: 700;
	font-size: 13px;
	line-height: 1.2;
	letter-spacing: 0.01em;
}

.custom-product-variations .custom-product-variation-card .card-subtitle {
	display: block;
	margin-top: 5px;
	color: rgba(225, 216, 196, 0.72);
	font-size: 11px;
	line-height: 1.35;
}

.custom-product-variations .custom-product-variation-card:hover {
	border-color: rgba(212, 161, 58, 0.78);
	box-shadow: 0 18px 42px rgba(0, 0, 0, 0.35), 0 0 24px rgba(212, 161, 58, 0.16);
	transform: translateY(-4px);
}

.custom-product-variations .custom-product-variation-card:hover .card-img img {
	transform: scale(1.12);
	filter: saturate(1.06) contrast(1.04);
}

.custom-product-variations .custom-product-variation-input:checked + .custom-product-variation-card {
	border-color: #d4a13a;
	background: linear-gradient(145deg, rgba(25, 20, 12, 0.98), rgba(10, 10, 10, 0.96));
	box-shadow: 0 18px 42px rgba(0, 0, 0, 0.34), 0 0 0 1px rgba(212, 161, 58, 0.38), 0 0 28px rgba(212, 161, 58, 0.18);
}

.custom-product-variations .variation-check-indicator {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: #d4a13a;
	color: #080808;
	font-size: 11px;
	box-shadow: 0 8px 18px rgba(212, 161, 58, 0.28);
	opacity: 0;
	transform: scale(0.7);
	transition: opacity 0.3s ease, transform 0.3s ease;
}

.custom-product-variations .custom-product-variation-input:checked + .custom-product-variation-card .variation-check-indicator {
	opacity: 1;
	transform: scale(1);
}

@media (max-width: 575.98px) {
	.custom-product-variations .variation-card-list {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.custom-product-variations .custom-product-variation-card {
		min-height: auto;
		padding: 12px;
	}

	.custom-product-variations .custom-product-variation-card .card-img {
		width: 100%;
	}
}

.lux-footer .lux-footer-logo img {
	height: 44px;
	width: auto;
	display: block;
}

.lux-footer .lux-footer-title {
	margin: 0;
	color: var(--theme-color);
	font-size: 28px;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.lux-footer .lux-footer-tagline {
	margin: 12px 0 16px;
	color: var(--theme-color);
}

.lux-footer .lux-footer-text {
	margin: 0 0 10px;
	color: #b9b9b9;
}

.lux-footer .lux-footer-text i {
	margin-right: 10px;
	color: var(--theme-color);
}

.lux-footer .lux-footer-heading {
	color: var(--theme-color);
	font-size: 14px;
	letter-spacing: 2px;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.lux-footer .lux-footer-links {
	padding: 0;
	margin: 0;
}

.lux-footer .lux-footer-links li {
	margin-bottom: 8px;
}

.lux-footer .lux-footer-links li a {
	color: #aaa;
	text-decoration: none;
	transition: 0.3s;
}

.lux-footer .lux-footer-links li a:hover {
	color: var(--theme-color);
}

.lux-footer .lux-footer-social {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 14px;
}

.lux-footer .lux-footer-social a {
	color: var(--theme-color);
	font-size: 14px;
	transition: 0.3s;
}

.lux-footer .lux-footer-social a:hover {
	color: #ffffff;
}

.lux-footer .lux-footer-bottom {
	text-align: center;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	margin-top: 40px;
	padding-top: 15px;
	font-size: 12px;
	color: #888;
}

@media (max-width: 768px) {
	.lux-footer {
		padding: 45px 0 20px;
	}
	.lux-footer .lux-footer-container {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
		text-align: left;
	}
	.lux-footer .lux-footer-brand {
		grid-column: 1 / -1;
		text-align: center;
	}
	.lux-footer .lux-footer-brand-top {
		justify-content: center;
	}
	.lux-footer .lux-footer-social {
		justify-content: center;
	}
	.lux-footer .lux-footer-col {
		width: 100%;
	}
	.lux-footer .lux-footer-links {
		padding: 0;
		margin: 0;
		list-style: none;
	}
	.lux-footer .lux-footer-links li {
		margin-bottom: 6px;
	}
}
.border-footer {
	border-top: 2px solid var(--theme-gray-color);
	border-bottom: 2px solid var(--theme-gray-color);
}
.border-footer .col + .col {
	border-left: 2px solid var(--theme-gray-color);
	padding-left: 40px;
}
/*============================================== Newslatter ==============================================*/
.subscribe-form button {
	background-color: var(--theme-color);
}
/* .subscribe-form:hover button {
	background-color: #fff;
	color:var(--theme-color) !important;
	border: 1px solid var(--theme-color);
} */

.ea-newsletter {
	background:#0f0f0f !important;
}

.ea-newsletter__inner {
	padding: 10px 0;
}

.ea-newsletter__title {
	color: #e9e9e9;
	font-family: var(--theme-highlight-font);
	font-weight: 500;
	letter-spacing: 0.08em;
	text-transform: none;
}

.ea-newsletter__subtitle {
	color: rgba(233, 233, 233, 0.75);
	font-size: 14px;
}

.ea-newsletter__form {
	max-width: 560px;
	margin: 0 auto;
}

.ea-newsletter__group {
	display: flex;
	align-items: stretch;
	width: 100%;
	border-radius: 999px;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.28);
	border: 1px solid rgba(255, 255, 255, 0.10);
}

/* template.css sets `.subscribe-form button { position:absolute; }`.
   Override it here so the button stays attached to the input in this section. */
.ea-newsletter .subscribe-form {
	position: static !important;
}

.ea-newsletter .subscribe-form button,
.ea-newsletter .subscribe-form button.btn,
.ea-newsletter__btn {
	position: static !important;
	top: auto !important;
	right: auto !important;
	margin: 0 !important;
}

.ea-newsletter__input {
	flex: 1 1 auto;
	min-width: 0;
	height: 44px;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	color: #e9e9e9;
	padding: 10px 18px;
}

.ea-newsletter__input::placeholder {
	color: rgba(233, 233, 233, 0.55);
}

.ea-newsletter__btn {
	flex: 0 0 auto;
	height: 44px;
	padding: 0 22px;
	border: 0;
	border-radius: 0;
	background: #b98a2d;
	white-space: nowrap;
}

@media (max-width: 575.98px) {
	.ea-newsletter__form {
		max-width: 92vw;
	}

	.ea-newsletter__group {
		flex-direction: row;
		border-radius: 999px;
		overflow: hidden;
		background: rgba(0, 0, 0, 0.28);
		border: 1px solid rgba(255, 255, 255, 0.10);
	}

	.ea-newsletter__title {
		font-size: 26px;
	}

	.ea-newsletter__subtitle {
		font-size: 13px;
	}

	.ea-newsletter__input,
	.ea-newsletter__btn {
		height: 42px;
	}

	.ea-newsletter__input {
		width: auto;
		padding: 10px 14px;
		font-size: 14px;
		border-radius: 0 !important;
		background: transparent !important;
		border: 0 !important;
	}

	.ea-newsletter__btn {
		width: auto;
		min-width: 120px;
		padding: 0 14px;
		font-size: 14px;
		border-radius: 0;
		margin-top: 0 !important;
	}
}
@media screen and (min-width: 400px) {
	.product-list .product-wrapper .product-image,
	.product-list .product-wrapper .product-info {
		float: left;
		margin: 0;
	}
	.product-list .product-wrapper .product-info {
		padding-left: 15px;
	}
}
@media screen and (min-width: 1200px) {
	.navbar-expand-lg.nav-border-active .navbar-nav > .nav-item a.nav-link {
		padding: 0 15px;
	}
}
@media screen and (min-width: 992px) {
	.container {
		max-width: 940px;
	}
	.navbar-expand-lg.nav-border-active .navbar-nav > .nav-item a.nav-link {
		padding: 0 10px;
	}
	.ecommerce-header .navbar-expand-lg .navbar-nav > li.nav-item {
		line-height: 50px;
	}
	.nav-line-active .navbar-nav .active > .nav-link:before {
		bottom: 10px;
	}
	/*=================================== Mega Menu ====================================*/
	.navbar .navbar-nav li:hover > .unicode-megamenu-wrapper {
		visibility: visible;
		opacity: 1;
	}
	.navbar .navbar-nav li > .unicode-megamenu-wrapper {
		position: absolute;
		visibility: hidden;
		width: calc(100% - 30px);
		display: block;
		background-color: #fff;
		box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
		opacity: 0;
		border: 0;
		border-top: 1px solid;
		border-color: var(--theme-light-color);
		border-radius: 3px;
		left: 15px;
		top: 100%;
		padding-top: 20px;
		padding-bottom: 20px;
		z-index: 100;
	}
	.navbar .navbar-nav li:hover > .unicode-megamenu-wrapper {
		-moz-transition: all 300ms ease-in-out 0s;
		-ms-transition: all 300ms ease-in-out 0s;
		-o-transition: all 300ms ease-in-out 0s;
		-webkit-transition: all 300ms ease-in-out 0s;
		transition: all 300ms ease-in-out 0s;
	}
}
@media screen and (min-width: 1200px) {
	.container {
		max-width: 1180px;
	}
}
@media screen and (min-width: 1320px) {
	.container {
		max-width: 1240px;
	}
}
@media screen and (min-width: 1500px) {
	.container {
		max-width: 1440px;
	}
}
@media screen and (max-width: 1500px) {
	.bg-img-sizing-1 {
		background-size: 55% !important;
	}
}
@media screen and (max-width: 1399px) {
	.product-list .product-wrapper .product-image {
		width: 40%;
	}
	.product-list .product-wrapper .product-info {
		width: 60%;
	}
	.banner-seven .banner-image {
		width: 200px;
	}
	.custom-class-114 .banner-content {
		width: 48%;
	}
	.bg-img-sizing-1 {
		background-size: 55% !important;
	}
}
@media screen and (max-width: 1350px) {
	.banner-six .banner-content {
		right: 20px;
	}
	.banner-seven .banner-image {
		width: 180px;
	}
	.banner-seven .banner-content {
		padding-left: 0;
	}
	.product-list .product-wrapper .product-image {
		width: 34.75%;
	}
	.product-list .product-wrapper .product-info {
		width: 65.25%;
	}
	.product-wrapper .product-image .product-variations span a {
		width: 13px;
		height: 13px;
	}
	.product-wrapper .product-image .product-variations span + span {
		margin-left: 3px;
	}
}
@media screen and (max-width: 1199px) {
	.header-cart-1 .cart .cart-icon,
	.header-cart-6 .cart .cart-icon {
		line-height: 40px;
		width: 40px;
		height: 40px;
	}
	.touch-screen-view {
		position: fixed;
		width: 100%;
		height: 130px;
		background: #fff;
		top: 0;
		left: 0;
		z-index: 110;
		visibility: hidden;
		opacity: 0;
		-moz-transition: all 300ms ease-in-out 0s;
		-webkit-transition: all 300ms ease-in-out 0s;
		-o-transition: all 300ms ease-in-out 0s;
		-ms-transition: all 300ms ease-in-out 0s;
		transition: all 300ms ease-in-out 0s;
	}
	.touch-screen-view.visible {
		visibility: visible;
		opacity: 1;
	}
	.touch-screen-view .form-inline {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 80%;
	}
	.main-nav .navbar {
		position: static;
	}
	.navbar .navbar-nav li > ul.dropdown-menu.mega-dropdown-menu {
		width: calc(100% - 20px);
		left: 10px;
	}
	.dropdown-menu.mega-dropdown-menu .row .col {
		padding: 20px 15px;
	}
	.product-add-to-cart .add_to_cart_button {
		display: block;
	}
	.woocommerce-result-count {
		font-size: 12px;
	}
	.woocommerce-products-header__title.page-title,
	.nav-item.highlight-item {
		display: none;
	}
	.categories-menu .unicode-megamenu-item-full-width .unicode-megamenu-holder {
		width: 745px !important;
	}
	.banner-one .banner-content h3 {
		font-size: 22px;
	}
	.banner-three .banner-content {
		width: 215px;
	}
	.banner-three .banner-content h3 {
		font-size: 25px;
	}
	.banner-five .banner-content {
		left: 30px;
	}
	.banner-six {
		padding: 20px 0;
	}
	.banner-six .banner-content {
		width: 185px;
	}
	.banner-seven {
		padding: 25px;
	}
	.banner-eight {
		padding: 20px;
	}
	.banner-eight .banner-image {
		width: 90px;
	}
	.slider-banner {
		width: 360px;
	}
	.product-list .product-wrapper .product-image {
		width: 34.4%;
	}
	.product-list .product-wrapper .product-info {
		width: 65.6%;
	}
	.custom-class-115 .banner-content {
		width: 100%;
	}
	.custom-class-134 h1 {
		font-size: 30px;
	}
	.shop-list.product-style-1 .hover-area [class*="-button"] a {
		width: 30px;
		height: 30px;
	}
	.lg-d-none {
		display: none;
	}
	.bg-img-sizing-1 {
		background-size: 50% !important;
	}
}
@media screen and (max-width: 991.98px) {
	.nav-leftpush-overlay .navbar-expand-lg .navbar-slide-push {
		height: 100%;
		overflow-y: scroll;
	}
	.payment_method_paypal img {
		width: 100px;
	}
	.shop-list.product-style-1 .hover-area [class*="-button"] a {
		width: 35px;
		height: 35px;
	}
	.custom-class-121 {
		margin: 20px 0 !important;
	}
	.md-bg-img-none {
		background-image: none !important;
	}
	.md-pb-100 {
		padding-bottom: 100px !important;
	}
	.md-pt-100 {
		padding-top: 100px !important;
	}
	.md-py-100 {
		padding: 100px 0 !important;
	}
	.bg-light-half::before {
		width: 100%;
	}
	.nav-leftpush-overlay .navbar-expand-lg .navbar-slide-push {
		min-height: auto !important;
	}
	.navbar-slide-push .push-navbar,
	.navbar-slide-push .categories-menu {
		height: auto !important;
	}
	.custom-class-115 .banner-content {
		position: inherit;
	}
	.md-pb-50 {
		padding-bottom: 50px !important;
	}
	.owl-item-mb-50 .owl-item {
		margin-bottom: 5px;
	}
	.banner-three .banner-content {
		width: 280px;
	}
	.banner-three .banner-content h3 {
		font-size: 30px;
	}
	.banner-six .banner-content {
		right: 10px;
	}
	.banner-seven .banner-image {
		width: 130px;
	}
	.banner-seven h4 {
		line-height: 30px;
		font-weight: 500;
		font-size: 20px;
	}
	.banner-seven .price-offer {
		font-size: 12px;
		font-weight: 500;
		display: flex;
		align-items: center;
	}
	.banner-seven .price-offer .off {
		font-family: var(--theme-highlight-font);
		font-weight: 600;
		font-size: 24px;
		margin: 0 6px;
	}
	.banner-nine .banner-content {
		width: 280px;
	}
	.custom-class-116 h3 {
		font-size: 25px;
	}
	.custom-class-116 span.h3 {
		font-size: 20px;
	}
	.banner-twelve > img {
		display: none;
	}
	.banner-twelve .banner-content {
		position: inherit !important;
		transform: translate(0);
		padding: 30px 0;
	}
	.banner-thirteen .banner-content {
		width: 300px;
	}
	.banner-thirteen .banner-content .text-one {
		font-size: 36px;
	}
	.banner-thirteen .banner-content .text-two {
		font-size: 20px;
	}
	.custom-class-113 .banner-content {
		width: 55%;
	}
	.custom-class-134 h1 {
		font-size: 22px;
	}
	.custom-class-134 span {
		font-size: 16px;
		text-transform: capitalize !important;
	}
	header.fixed-top .header-sticky {
		position: static !important;
	}
	.nav-pills#pills-tab {
		overflow: scroll;
		max-width: 570px;
		display: block ruby;
	}
	.col:nth-child(2n) [class*="right-line-one"]::after {
		display: none;
	}
	.e-hover-shadow-one .product-wrapper:hover {
		position: inherit;
		height: 100%;
	}
	.product-list .product-wrapper .product-image .product-variations {
		top: calc(100% - 40px);
	}
	.e-hover-wrapper-absolute .product-wrapper .hover-area {
		display: flex;
	}
	.product-list .product-wrapper .product-image {
		width: 40%;
	}
	.product-list .product-wrapper .product-info {
		width: 60%;
	}
	.wishlist_table.wishlist_view {
		width: 100%;
		overflow: scroll;
	}
	.nav-arrow-middle-show .owl-nav button.owl-prev {
		left: -20px;
	}
	.nav-arrow-middle-show .owl-nav button.owl-next {
		right: -20px;
	}
	.category-inner .categories-menu {
		display: none;
	}
	.mix-tab ul.nav-tab-border-active li {
		padding: 5px 18px;
	}
	.mix-tab ul li,
	.tab-simple ul li {
		font-weight: 500;
		font-size: 15px;
		letter-spacing: 0;
	}
	.bg-img-sizing-1 {
		background: none !important;
	}
	.navbar-slide-push .navbar-nav .nav-item .nav-link,
	.categories-menu ul.menu li a {
		font-size: 13px;
		font-weight: 500;
	}
}
@media screen and (max-width: 767px) {
	.pricing-table .item.active {
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	.form-inline input.search-field {
		line-height: 40px !important;
		height: 40px;
	}
	.custom-class-121 .banner-content {
		width: 190px;
	}
	.custom-class-121 h2 {
		font-size: 30px;
	}
	.glass-models .col {
		margin: 20px 0 !important;
	}
	.sm-bg-img-none {
		background-image: none !important;
	}
	.sm-justify-content-center {
		justify-content: center;
	}
	.navbar
		.navbar-slide-push
		.navbar-nav
		li
		> ul.dropdown-menu.mega-dropdown-menu {
		width: auto;
	}
	.dropdown-menu.mega-dropdown-menu .row .col {
		padding: 10px 0px;
	}
	.woocommerce-products-header__title.page-title {
		display: block;
	}
	.products-header-left .woocommerce-result-count,
	.products-header-right .product-show,
	.products-header-right .products-view {
		display: none;
	}
	.section-head-side-title {
		display: ruby !important;
		margin-right: 10px;
	}
	.custom-class-107 .banner-content {
		left: 60px;
	}
	.custom-class-116 .banner-image,
	.custom-class-117 .banner-image {
		display: none;
	}
	.custom-class-116 .banner-content,
	.custom-class-117 .banner-content {
		position: inherit !important;
		background: var(--theme-secondary-color);
		padding: 20px 10px;
		width: 100%;
		left: 0;
		top: 0;
		transform: translate(0);
	}
	.banner-one .banner-content h3 {
		font-size: 25px;
	}
	.banner-four-content {
		text-align: center !important;
		margin-top: 30px;
	}
	.banner-four {
		margin: 30px auto !important;
	}
	.banner-five .banner-content {
		left: 50px;
	}
	.banner-six .banner-content {
		right: 30px;
		width: 280px;
	}
	.banner-seven {
		height: auto;
		margin: 10px 0;
	}
	.banner-seven .banner-image {
		width: 180px;
	}
	.banner-eight {
		height: auto;
	}
	.banner-thirteen .banner-content {
		width: 100%;
	}
	.custom-class-104 .banner-content {
		width: 100% !important;
	}
	.custom-class-134 {
		background-color: var(--theme-light-color);
	}
	.custom-class-134 .banner-image {
		display: none;
	}
	.custom-class-134 .banner-content {
		position: inherit !important;
		transform: translate(0, 0);
		top: 0;
		left: 0;
		width: 100%;
		padding: 30px;
	}
	.nav-pills#pills-tab {
		max-width: 400px;
	}
	.nav-pills#pills-tab4 {
		overflow: scroll;
		display: block ruby;
		max-width: 270px;
	}
	.product-list .product-wrapper .product-image {
		width: 34.3%;
	}
	.product-list .product-wrapper .product-info {
		width: 65.7%;
	}
	.slide-title {
		font-size: 25px;
		line-height: 40px;
	}
	.slider-banner {
		width: 260px;
	}
	.copyright {
		text-align: left;
	}
	.margin-top-minus-one {
		margin-top: 0;
	}
	.nav-leftpush-overlay .navbar-expand-lg .navbar-slide-push {
		height: 100vh;
	}
}
@media screen and (max-width: 575px) {
	h1,
	.h1 {
		font-size: 30px;
	}
	h2,
	.h2 {
		font-size: 24px;
	}
	h3,
	.h3 {
		font-size: 21px;
	}
	h4,
	.h4 {
		font-size: 18px;
	}
	.border-footer .col + .col {
		border-left: none;
		padding-left: 15px;
	}
	.limited-stock {
		padding: 100px 0;
	}
	.single_variation_wrap {
		display: inherit;
	}
	.single_variation_wrap .quantity {
		margin-bottom: 15px !important;
	}
	.product-navigation-share,
	div.summary .product-price-summary {
		display: none;
	}
	.woocommerce-Reviews {
		display: inherit;
	}
	.single_variation_wrap .woocommerce-variation-add-to-cart {
		margin-left: -70px;
		margin-top: 15px;
	}
	.banner-three .banner-content {
		width: 210px;
		left: 30px;
	}
	.banner-three .banner-content h3 {
		font-size: 25px;
	}
	.banner-six .banner-content {
		right: 20px;
		width: 210px;
	}
	.banner-nine h3 {
		font-size: 24px;
	}
	.banner-eleven {
		min-height: 200px;
	}
	.banner-twelve .banner-content {
		padding: 30px;
	}
	.banner-thirteen .banner-content {
		top: 0;
		transform: translate(0);
		left: 0;
	}
	.banner-thirteen .banner-content .text-one {
		font-size: 30px;
	}
	[class*="right-line-one"]::after {
		display: none;
	}
	.product-list .product-wrapper .product-image {
		width: 30%;
	}
	.product-list .product-wrapper .product-info {
		width: 70%;
	}
	.nav-pills#pills-tab {
		max-width: 250px;
	}
	.nav-pills#pills-tab5,
	.nav-pills#pills-tab6,
	.nav-pills#pills-tab7,
	.nav-pills#pills-tab9 {
		display: block ruby;
		overflow: scroll;
		max-width: 200px;
	}
	.nav-pills#pills-tab7 {
		max-width: 170px;
	}
	[class*="nav-arrow-middle"] .owl-nav button.owl-prev {
		left: 0;
	}
	[class*="nav-arrow-middle"] .owl-nav button.owl-next {
		right: 0;
	}
	.hover-nav-show .owl-nav {
		display: flex;
	}
	.woocommerce-checkout-review-order-table > tfoot > tr > td:last-child,
	.woocommerce-checkout-review-order-table tfoot th:last-child,
	.woocommerce-checkout-review-order-table > tbody > tr > td:last-child {
		min-width: auto;
	}
	.time-box li {
		margin-bottom: 10px;
	}
	.sign-in-form,
	.registration-form {
		padding: 50px 10px;
	}
	.custom-class-135 {
		padding: 30px !important;
	}
	.custom-class-135 .banner-image {
		scale: 1;
		width: 70%;
		margin: 0 auto;
	}
	.custom-class-135 .banner-content {
		padding-bottom: 20px !important;
	}
}
@media screen and (max-width: 420px) {
	.navbar-brand {
		display: none;
	}
	.xxs-text-primary {
		color: var(--theme-primary-color) !important;
	}
	.xxs-text-secondary {
		color: var(--theme-secondary-color) !important;
	}
	.xxs-text-gray {
		color: var(--theme-light-color) !important;
	}
	.xxs-text-white {
		color: var(--theme-white-color) !important;
	}
	.xxs-text-extra1 {
		color: var(--theme-extra1-color) !important;
	}
	.xxs-bg-primary {
		background-color: var(--theme-primary-color);
	}
	.xxs-bg-secondary {
		background-color: var(--theme-secondary-color);
	}
	.xxs-bg-gray {
		background-color: var(--theme-light-color);
	}
	.xxs-bg-white {
		background-color: var(--theme-white-color);
	}
	.xxs-bg-extra1 {
		background-color: var(--theme-extra1-color);
	}
	.custom-class-107 .btn-border,
	.custom-class-107 .btn-border:hover {
		border: 0;
		padding: 0;
		line-height: inherit;
		margin-top: 10px !important;
	}
	.custom-class-107 .banner-content {
		left: 25px;
		width: 80%;
	}
	.banner-one .banner-content h3 {
		font-size: 18px;
	}
	.banner-three .banner-content {
		width: 200px;
		left: 15px;
	}
	.banner-three .banner-content h3 {
		font-size: 24px;
		margin-bottom: 7px !important;
	}
	.banner-three .banner-content span {
		font-size: 14px;
		font-weight: 400;
	}
	.banner-three .banner-content a.btn-link {
		font-size: 14px;
		font-weight: 500;
		margin-top: 15px;
	}
	.banner-four .off {
		left: 0;
	}
	.banner-five .banner-content {
		left: 30px;
	}
	.banner-six {
		padding: 35px 0;
	}
	.banner-six .banner-content {
		right: 10px;
		width: 170px;
	}
	.banner-seven .banner-image {
		width: 100%;
	}
	.banner-seven {
		display: block !important;
	}
	.banner-nine .banner-content {
		left: 20px;
		width: 260px;
	}
	.banner-seven .banner-content {
		width: 100%;
	}
	.banner-eleven .banner-content {
		width: 100%;
	}
	.slider.banner-eleven {
		min-height: 300px;
	}
	.banner-wrapper.banner-thirteen {
		min-height: auto;
	}
	.banner-thirteen .banner-content .text-one {
		font-size: 22px;
	}
	.banner-thirteen .banner-content .text-two {
		font-size: 18px;
	}
	[class*="product-search-"] .select-appearance-none {
		display: none;
	}
	.product-list .product-wrapper .product-image,
	.product-list .product-wrapper .product-info {
		width: 100%;
		height: auto;
	}
	.product-list .product-wrapper .product-image .product-variations {
		top: calc(100% - 25px);
	}
	.product-list .product-wrapper .product-image .wishlist-view {
		top: 20px;
		right: 20px;
	}
	.section-head-side-title h4 {
		font-size: 18px;
	}
	.header-sticky .flat-small::before {
		font-size: 20px;
		line-height: 30px;
		top: 0;
	}
	.header-sticky .refresh-view.ml-30 {
		margin-left: 20px !important;
	}
	.ecommerce-header .wishlist-view a.top-quantity span,
	.ecommerce-header .refresh-view a.top-quantity span {
		top: -5px;
		left: -10px;
		padding: 0 5px;
		line-height: 18px;
		font-size: 12px;
	}
	.nav-pills#pills-tab {
		max-width: 195px;
	}
	.nav-pills#pills-tab2 {
		overflow: scroll;
		display: block ruby;
		max-width: 180px;
	}
	.nav-pills#pills-tab4 {
		max-width: 190px;
	}
	.nav-top-right .owl-nav {
		display: none;
	}
	.cart-popup {
		width: 300px;
	}
	/*PAGINATION DESIGN*/
	.page-center ul.pagination li {
		width: 35px;
		height: 35px;
		background: #ff55001a;
		border-radius: 50%;
		text-align: center;
		font-size: 14px;
		line-height: 35px;
		margin: 0px 5px;
		transition: all 0.3s;
		display: inline-block;
		color: #000;
		cursor: pointer;
	}
	.page-center ul.pagination li a:hover {
		color: #000 !important;
	}
	.page-center ul.pagination {
		display: inline-block;
		margin: 0 auto;
	}
	.page-center ul.pagination li.active {
		background: #ff5500;
		color: #fff;
		cursor: no-drop;
	}
	.page-center {
		text-align: center;
	}
	.tempcart {
		background: #e9ecef;
		padding: 70px 0px 70px;
	}
	/*PAGINATION DESIGN ENDS*/
}
/* yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy */
.checkout-area .content-box .content.form-control {
	font-size: 14px !important;
	border: 1px solid rgba(0, 0, 0, 0.2);
}
.checkout-area .content-box .content .form-control::-webkit-input-placeholder {
	/* WebKit browsers */
	color: rgba(24, 42, 17, 0.5);
}
.checkout-area .content-box .content .form-control:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: rgba(24, 42, 17, 0.5);
}
.checkout-area .content-box .content .form-control::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: rgba(24, 42, 17, 0.5);
}
.checkout-area .content-box .content .form-control:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: rgba(24, 42, 17, 0.5);
}
.checkout-area .content-box .content .set-account-pass {
	margin-top: 10px;
}
.checkout-area .content-box .content .billing-address {
	margin-top: 25px;
}
.checkout-area .content-box .content .ship-diff-addres-area {
	margin-top: 20px;
}
.checkout-area .content-box .content .billing-address input,
.checkout-area .content-box .content .ship-diff-addres-area input {
	margin-bottom: 10px;
}
.checkout-area .content-box .content .order-area .order-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-bottom: 5px;
	margin-bottom: 5px;
}
/* .checkout-area .content-box .content .order-area .order-item:last-child{
    border-bottom: 0px;
}
*/
.checkout-area .content-box .content .order-area .order-item .product-img img {
	width: 135px;
	height: auto;
	margin-right: 20px;
}
.checkout-area .content-box .content .order-area .order-item .product-content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.checkout-area
	.content-box
	.content
	.order-area
	.order-item
	.product-content
	.name {
	margin-bottom: 5px;
}
.checkout-area
	.content-box
	.content
	.order-area
	.order-item
	.product-content
	.name
	a {
	font-size: 17px;
	line-height: 24px !important;
	color: #333;
	font-weight: 600;
	margin-bottom: 5px;
	display: inline-block;
}
.checkout-area
	.content-box
	.content
	.order-area
	.order-item
	.product-content
	.unit-price,
.checkout-area
	.content-box
	.content
	.order-area
	.order-item
	.product-content
	.quantity,
.checkout-area
	.content-box
	.content
	.order-area
	.order-item
	.product-content
	.total-price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.checkout-area
	.content-box
	.content
	.order-area
	.order-item
	.product-content
	.unit-price
	.label,
.checkout-area
	.content-box
	.content
	.order-area
	.order-item
	.product-content
	.quantity
	.label,
.checkout-area
	.content-box
	.content
	.order-area
	.order-item
	.product-content
	.total-price
	.label {
	font-weight: 700;
	font-size: 14px;
	margin-right: 7px;
	margin-bottom: 0px;
	color: #666;
}
.checkout-area
	.content-box
	.content
	.order-area
	.order-item
	.product-content
	.unit-price
	p,
.checkout-area
	.content-box
	.content
	.order-area
	.order-item
	.product-content
	.quantity
	.qttotal,
.checkout-area
	.content-box
	.content
	.order-area
	.order-item
	.product-content
	.total-price
	p {
	font-weight: 600;
	font-size: 14px;
	margin-bottom: 0px;
	color: #777;
}
.checkout-area
	.content-box
	.content
	.order-area
	.order-item
	.product-content
	.color
	.item-color,
.checkout-area
	.content-box
	.content
	.order-area
	.order-item
	.product-content
	.color
	.item-color
	span {
	width: 30px;
	height: 20px;
	display: block;
	margin-bottom: 0px;
}
.checkout-area .content-box .content .billing-info-area .info-list li p {
	position: relative;
	padding-left: 25px;
	margin-bottom: 20px;
}
.checkout-area .content-box .content .billing-info-area .info-list li p i {
	position: absolute;
	left: 0px;
	top: -1px;
	color: var(--theme-color);
	line-height: 30px;
	font-size: 14px;
}
.order-de {
	text-align: center;
	margin-bottom: 20px;
}
/*----------------------------------------- SUPPORT AREA DESIGN STARTS -------------------------------------------- */
.support-ticket-wrapper .panel-body img {
	height: 60px;
	width: 60px;
	border-radius: 100%;
}
.support-ticket-wrapper .panel-heading {
	font-size: 16px;
}
.support-ticket-wrapper button {
	border: 0px;
}
.support-ticket-wrapper .panel-footer {
	background-color: #ffffff;
	padding: 20px 0px 0px;
}
.support-ticket-wrapper table tr > td {
	width: 100%;
	border-top: none;
}
.support-ticket-wrapper .panel {
	border-color: #dddddd;
}
.support-ticket-wrapper .panel,
.support-ticket-wrapper .panel-heading,
.support-ticket-wrapper textarea,
.support-ticket-wrapper button {
	border-radius: 0;
}
.support-ticket-wrapper .ticket-date {
	font-size: 14px;
	color: #737373;
	margin-bottom: 0px;
}
.single-reply-area.user {
	background-color: #ddd;
	padding: 10px;
}
.support-ticket-wrapper .panel-body img {
	height: 60px;
	width: 60px;
	border-radius: 100%;
}
.support-ticket-wrapper .single-reply-area.user {
	padding: 20px 30px;
}
.support-ticket-wrapper .single-reply-area.user .reply-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.support-ticket-wrapper .single-reply-area.user .reply-area .left {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.support-ticket-wrapper .single-reply-area.user .reply-area .right {
	text-align: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: 30px;
}
.support-ticket-wrapper .single-reply-area.admin {
	padding: 20px 30px;
	background: #f1f1f1;
}
.support-ticket-wrapper .single-reply-area.admin .reply-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.support-ticket-wrapper .single-reply-area.admin .reply-area .left {
	text-align: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 30px;
}
.support-ticket-wrapper .single-reply-area.admin .reply-area .right {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: right;
}
/*----------------------------------------- SUPPORT AREA DESIGN ENDS -------------------------------------------- */
.checkout-area .content-box .content .payment-information {
	margin-top: 15px;
}
.checkout-area .content-box .content .payment-information .nav a img {
	width: 80px;
	height: 40px;
}
.checkout-area .content-box .content .payment-information .nav a {
	padding: 6px 0px 0px 30px;
	position: relative;
}
.checkout-area .content-box .content .payment-information .nav a .icon {
	position: absolute;
	left: 0px;
	margin-top: 1px;
}
.checkout-area .content-box .content .payment-information .nav a span {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	display: inline-block;
	position: relative;
	border: 1px solid rgba(0, 0, 0, 0.2);
}
.checkout-area .content-box .content .payment-information .nav a p small {
	display: block;
}
.checkout-area .content-box .content .payment-information .nav a span::after {
	position: absolute;
	content: "";
	width: 0%;
	height: 0%;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: var(--theme-color);
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.checkout-area
	.content-box
	.content
	.payment-information
	.nav
	a.active
	span:after {
	width: 80%;
	height: 80%;
}
.checkout-area .content-box .content .payment-information .nav a p {
	display: inline-block;
	margin-bottom: 0px;
	position: relative;
	top: -5px;
	left: 5px;
	font-weight: 600;
	color: #767678;
}
.checkout-area .content-box .content .payment-information .tab-content {
	margin-top: 20px;
	-webkit-box-shadow: unset;
	box-shadow: unset;
	padding: 20px 20px 20px 20px;
}
.checkout-area .content-box .content .payment-information .tab-content input {
	margin-bottom: 15px;
}
.order-box .final-price {
	border-top: 1px solid rgba(0, 0, 0, 0.3);
	margin-top: 10px;
	padding-top: 5px;
	font-weight: 600;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
span#color-bar {
	border-radius: 50% !important;
}
input[type="checkbox"] + label {
	display: block;
	cursor: pointer;
	font-size: 14px !important;
	margin-top: 4px;
}
input[type="checkbox"] {
	display: none;
}
input[type="checkbox"] + label:before {
	content: "\2714";
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 0.2em;
	display: inline-block;
	width: 20px;
	height: 20px;
	text-align: center;
	vertical-align: bottom;
	color: transparent;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	margin-right: 10px;
}
input[type="checkbox"] + label:active:before {
	-webkit-transform: scale(0);
	transform: scale(0);
}
input[type="checkbox"]:checked + label:before {
	background-color: var(--theme-color);
	border-color: var(--theme-color);
	color: #fff;
}
input[type="checkbox"]:disabled + label:before {
	-webkit-transform: scale(1);
	transform: scale(1);
}
input[type="checkbox"]:checked:disabled + label:before {
	-webkit-transform: scale(1);
	transform: scale(1);
	background-color: #9e9e9e;
	border-color: #9e9e9e;
}
.checkout {
	padding: 70px 0px 70px;
}
.radio-design {
	display: block;
	position: relative;
	padding-left: 0px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin-bottom: 7px;
}
.radio-design label {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 0px;
	position: relative;
	top: -4px;
	left: 35px;
}
.radio-design label small {
	display: block;
}
/* Hide the browser's default radio button */
.radio-design input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	z-index: 9;
	width: 100%;
	height: 100%;
}
.cupon-box #coupon-link img {
	width: 25px;
	margin-right: 5px;
}
/* Create a custom radio button */
.radio-design .checkmark {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	display: inline-block;
	position: absolute;
	border: 1px solid rgba(0, 0, 0, 0.2);
	top: -2px;
}
.radio-design .checkmark::after {
	position: absolute;
	content: "";
	width: 0%;
	height: 0%;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	z-index: 99;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: var(--theme-color);
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
/* On mouse-over, add a grey background color */
/* When the radio button is checked, add a blue background */
.radio-design input:checked ~ .checkmark::after {
	width: 80%;
	height: 80%;
}
.tempcart {
	background: #e9ecef;
	padding: 70px 0px 70px;
}
.tempcart .content-box {
	
	padding: 50px 50px 50px;
	-webkit-box-shadow: 3px 3px 14px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 3px 3px 14px 3px rgba(0, 0, 0, 0.1);
}
.tempcart .view-order-page,
.tempcart .view-order-page h4,
.tempcart .view-order-page h5,
.tempcart .view-order-page table,
.tempcart .view-order-page table th,
.tempcart .view-order-page table td,
.tempcart .view-order-page table td b,
.tempcart .view-order-page table td small {
	color: #fff !important;
}
.tempcart .view-order-page table tbody tr {
	border-color: rgba(255, 255, 255, 0.55) !important;
}
.tempcart .view-order-page table td {
	border-color: rgba(255, 255, 255, 0.55) !important;
}
#tempview {
	margin-left: 0px !important;
}
.tempcart .view-order-page h5 {
	font-weight: 600;
	font-size: 16px;
}
.tempcart .view-order-page h4 {
	font-weight: 600;
	font-size: 20x;
}
#comment-area {
	margin-top: 43px;
}
.top-header-area .title {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 25px;
}
.all-comment {
	margin-top: 18px;
	width: 100%;
}
a.btn.login-btn {
	background: #c48272;
	color: white;
}
div#comments {
	margin-top: 50px;
}
.all-comment li {
	margin-bottom: 30px;
	width: 100%;
}
.all-comment li .single-comment {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	padding-bottom: 16px;
	margin-bottom: 20px;
}
.all-comment li .single-comment .left-area {
	text-align: center;
	padding-right: 30px;
	margin-right: 30px;
	position: relative;
}
.all-comment li .single-comment .left-area::before {
	position: absolute;
	content: "";
	height: 70%;
	width: 1px;
	background: rgba(0, 0, 0, 0.3);
	right: 0px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.all-comment li .single-comment .left-area img {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	border: 2px solid var(--theme-color);
	-webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
}
.all-comment li .single-comment .left-area .name {
	margin-top: 15px;
	font-size: 14px;
	color: #143250;
	font-weight: 600;
	margin-bottom: 0px;
}
.all-comment li .single-comment .left-area .date {
	font-size: 12px;
	color: #143250;
	margin-bottom: 0px;
}
.all-comment li .single-comment .right-area {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.all-comment li .single-comment .right-area .header-area .stars-area {
	margin-left: 0px;
}
.all-comment li .single-comment .right-area .header-area .stars-area .stars {
	padding: 0px;
	margin-bottom: 5px;
	display: inline-block;
}
.all-comment li .single-comment .right-area .header-area .stars-area .stars li {
	display: inline-block;
	width: auto;
	font-size: 12px;
	margin-right: -2px;
	color: #fc9715;
	margin-bottom: 0px;
}
.all-comment li .single-comment .right-area .header-area .title {
	font-size: 16px;
	font-weight: 600;
	color: #143250;
	margin-top: 0px;
}
.all-comment li .single-comment .right-area .comment-body p {
	font-size: 16px;
	line-height: 26px;
}
.all-comment li .single-comment .right-area .comment-footer .links a {
	display: inline-block;
	font-size: 14px;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	padding: 10px;
	color: red;
}
.all-comment li .single-comment .right-area .comment-footer .links a:hover {
	color: var(--theme-color);
}
.all-comment li .replay-review {
	margin-left: 100px;
}
.all-comment li .replay-area {
	position: relative;
	padding-left: 127px;
	margin-bottom: 30px;
}
.all-comment li .replay-area textarea {
	width: 100%;
	height: 50px;
	padding: 10px 20px;
	border: 1px solid rgba(0, 0, 0, 0.3);
}
.all-comment li .replay-area button {
	width: 120px;
	height: 35px;
	line-height: 34px;
	border: 0px;
	background: var(--theme-color);
	border: 1px solid var(--theme-color);
	color: #fff;
	border-radius: 3px;
	font-size: 14px;
	margin-top: 10px;
	display: inline-block;
	text-align: center;
	margin-right: 10px;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.all-comment li .replay-area button:hover {
	background: none;
	color: var(--theme-color);
}
.all-comment li .replay-area .remove {
	width: 120px;
	height: 35px;
	border: 0px;
	background: var(--theme-color);
	border: 1px solid var(--theme-color);
	color: #fff;
	border-radius: 3px;
	font-size: 14px;
	line-height: 35px;
	display: inline-block;
	text-align: center;
	margin-top: 0px;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.all-comment li .replay-area .remove:hover {
	background: none;
	color: var(--theme-color);
}
.review-area .title {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 5px;
}
.write-comment-area {
	padding-top: 20px;
}
.write-comment-area input {
	width: 100%;
	height: 55px;
	background: #fff;
	color: #555;
	border: 1px solid rgba(0, 0, 0, 0.2);
	padding: 0px 20px;
	font-size: 14px;
	margin-bottom: 15px;
}
.write-comment-area input::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #555;
}
.write-comment-area input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #555;
}
.write-comment-area input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #555;
}
.write-comment-area input:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #555;
}
.write-comment-area textarea {
	width: 100%;
	height: 190px;
	background: #fff;
	color: #888888;
	border: 1px solid rgba(0, 0, 0, 0.2);
	padding: 10px 20px;
	font-size: 14px;
	margin-bottom: 15px;
	resize: none;
}
.write-comment-area textarea::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #888888;
}
.write-comment-area textarea:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #888888;
}
.write-comment-area textarea::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #888888;
}
.write-comment-area textarea:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #888888;
}
.write-comment-area .submit-btn {
	background: var(--theme-color);
	border: 0px;
	color: #fff;
	padding: 15px 30px;
	border-radius: 0px;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.write-comment-area .submit-btn:hover {
	background: #fa7c22;
}
.write-comment-area .submit-btn:focus {
	outline: 0px;
}
.review-area .star-area .star-list li {
	display: inline-block;
	margin-right: 20px;
	font-size: 14px;
	color: #bdbdbd;
	position: relative;
}
.review-area .star-area .star-list li i {
	margin-right: -3px;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	cursor: pointer;
}
.review-area .star-area .star-list li::after {
	position: absolute;
	content: "||";
	top: 0px;
	right: -18px;
}
.review-area .star-area .star-list li:last-child::after {
	display: none;
}
.review-area .star-area .star-list li:hover i {
	color: #fac451;
}
.review-area .star-area .star-list li.active i {
	color: #fac451;
}
div#review_form_wrapper {
	padding-bottom: 30px;
}
del.ml-3 {
	margin-left: 12px;
}
.product-size {
	padding: 9px 0px 0px;
}
.product-size .title {
	display: inline-block;
	margin-right: 20px;
	font-size: 16px;
	font-weight: 600;
}
.product-size .siz-list {
	display: inline-block;
}
.product-size .siz-list li {
	display: inline-block;
	margin-right: 5px;
}
.product-size .siz-list li.active .box,
.product-size .siz-list li:hover .box {
	border: 1px solid #117ecc;
	background: #117ecc;
	color: white;
}
.product-size .siz-list li .box {
	border: 1px solid rgba(0, 0, 0, 0.1);
	display: inline-block;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
	font-weight: 600;
	padding: 1px 5px;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.product-color {
	margin-top: 3px;
	margin-bottom: 5px;
	position: relative;
}
.product-color .title {
	display: inline-block;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 16px;
	font-weight: 600;
}
.product-color .color-list {
	display: inline-block;
	padding-left: 70px;
}
.product-color .color-list li {
	display: none;
	margin-right: 10px;
}
.product-color .color-list li .box {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	display: inline-block;
	position: relative;
	cursor: pointer;
}
.product-color .color-list li .box::after {
	position: absolute;
	content: "";
	border: 1px solid rgba(0, 0, 0, 0.3);
	width: 26px;
	height: 26px;
	border-radius: 50%;
	top: -5px;
	left: -5px;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.product-color .color-list li.active .box::after,
.product-color .color-list li:hover .box::after {
	opacity: 1;
}
.product-color .color-list li:last-child {
	margin-right: 0px;
}
.mproduct-color {
	margin-top: 13px;
	margin-bottom: 5px;
	position: relative;
}
.mproduct-color .title {
	display: inline-block;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 16px;
	font-weight: 600;
}
.mproduct-color .title {
	display: inline-block;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 16px;
	font-weight: 600;
}
.mproduct-color .color-list {
	display: inline-block;
	padding-left: 70px;
}
.mproduct-color .color-list li {
	display: none;
	margin-right: 10px;
}
.mproduct-color .color-list li .box {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	display: inline-block;
	position: relative;
	cursor: pointer;
}
.mproduct-color .color-list li .box::after {
	position: absolute;
	content: "";
	border: 1px solid rgba(0, 0, 0, 0.3);
	width: 26px;
	height: 26px;
	border-radius: 50%;
	top: -5px;
	left: -5px;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.mproduct-color .color-list li.active .box::after,
.mproduct-color .color-list li:hover .box::after {
	opacity: 1;
}
.mproduct-color .color-list li:last-child {
	margin-right: 0px;
}
li.show-colors {
	display: inline-block !important;
}
.qty {
	display: block;
	margin-bottom: 10px;
}
.qty ul li {
	margin-right: -4px;
	display: inline-block;
}
.qty ul li:first-child {
	margin-left: 0px;
}
.qty ul li .qttotal,
.qty ul li .qtminus,
.qty ul li .qtplus,
.qty ul li .modal-plus,
.qty ul li .modal-total,
.qty ul li .modal-minus {
	display: inline-block;
	width: 30px;
	height: 30px;
	border: 1px solid rgba(144, 144, 144, 0.4);
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	cursor: pointer;
	font-weight: 500;
}
.product-details-page
	.right-area
	.product-info
	.info-meta-3
	.meta-list
	li.count
	.qty
	ul
	li
	.qttotal:focus,
.product-details-page
	.right-area
	.product-info
	.info-meta-3
	.meta-list
	li.count
	.qty
	ul
	li
	.qtminus:focus,
.product-details-page
	.right-area
	.product-info
	.info-meta-3
	.meta-list
	li.count
	.qty
	ul
	li
	.qtplus:focus {
	outline: 0px;
}
.product-details-page
	.right-area
	.product-info
	.info-meta-3
	.meta-list
	li.count
	.qty
	ul
	li
	.qttotal {
	width: 40px;
}
.product-details-page
	.right-area
	.product-info
	.info-meta-3
	.meta-list
	li.count
	.qty
	ul
	li:last-child {
	margin-right: 10px;
}
li.addtocart {
	display: inline-block;
	margin-bottom: 20px;
	margin-top: 10px;
}
ul li {
	list-style: none;
}
li.addtocart a:hover {
	color: var(--theme-color);
}
li.addtocart a:hover {
	background: var(--theme-color);
	color: #f8f2f2;
	border: 1px solid #fcfcfa;
}
li.addtocart a {
	border: 1px solid var(--theme-color);
	background: var(--theme-color);
}
li.addtocart a {
	font-size: 14px;
	color: #fff;
	display: inline-block;
	border: 1px solid #5c5c5b;
	background: #181818;
	padding: 0px 18px;
	height: 30px;
	line-height: 30px;
	font-weight: 600;
	border-radius: 50px;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
span.on-sale {
	background: #f3d8d0;
	padding: 2px 5px;
}
/* Pricing Plan Area End */

.elegant-pricing-tables h3 .price-sticker,
.elegant-pricing-tables:hover,
.elegant-pricing-tables.active,
.elegant-pricing-tables:hover .price,
.elegant-pricing-tables.active .price,
.elegant-pricing-tables.style-2 .price,
.elegant-pricing-tables .btn {
	background: #143250;
}

.elegant-pricing-tables .price {
	color: #143250;
	border-color: #143250;
}

.user-profile-details .elegant-pricing-tables {
	margin-bottom: 30px;
}

.elegant-pricing-tables:hover h3 .price-sticker,
.elegant-pricing-tables.active h3 .price-sticker,
.elegant-pricing-tables:hover .btn,
.elegant-pricing-tables.active .btn,
.elegant-pricing-tables.style-2:hover .price,
.elegant-pricing-tables.style-2.active .price {
	color: #143250;
}

.elegant-pricing-tables:hover li:nth-child(odd),
.elegant-pricing-tables.active li:nth-child(odd) {
	background: #0c96c3;
}

.elegant-pricing-tables.style-2:hover,
.elegant-pricing-tables.style-2.active {
	border-color: #0c96c3;
}

.elegant-pricing-tables {
	background: #fff;
	color: #333;
	border-radius: 3px;
	overflow: hidden;
}

.elegant-pricing-tables * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.elegant-pricing-tables .pricing-head {
	position: relative;
	padding: 25px 0 0px;
}

.elegant-pricing-tables h3 {
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
	color: #333;
	margin: 8px 0 17px;
	letter-spacing: -0.05em;
	/* text-transform: uppercase; */
}

.elegant-pricing-tables h3 .price-sticker {
	display: inline-block;
	padding: 4px 6px;
	margin: -5px 0 0 3px;
	font-size: 12px;
	line-height: 12px;
	color: #fff;
	border-radius: 3px;
	letter-spacing: 0;
	vertical-align: middle;
}

.elegant-pricing-tables .price {
	display: inline-block;
	line-height: 17px;
	border: 2px solid #fff;
	background: #fff;
	border-radius: 50%;
	width: 122px;
	height: 122px;
	padding-top: 43px;
}

.elegant-pricing-tables .price sup {
	top: -18px;
	font-size: 20px;
}

.elegant-pricing-tables .price-digit {
	font-size: 40px;
	font-weight: bold;
}

.elegant-pricing-tables .btn {
	display: inline-block;
	padding: 10px 20px;
	margin: 25px 0;
	color: #fff;
	border: 0;
	border-radius: 3px;
	font-weight: bold;
	/* text-transform: uppercase */
}

.elegant-pricing-tables:hover h3,
.elegant-pricing-tables.active h3 {
	color: #fff;
}

.elegant-pricing-tables:hover h3 .price-sticker,
.elegant-pricing-tables.active h3 .price-sticker {
	background: #fff;
}

.elegant-pricing-tables:hover .price,
.elegant-pricing-tables.active .price {
	color: #fff;
	border-color: #fff;
	-webkit-animation: toRightFromLeft 0.5s forwards;
	animation: toRightFromLeft 0.5s forwards;
}

.elegant-pricing-tables:hover .btn,
.elegant-pricing-tables.active .btn {
	background-color: #fff;
}

@-webkit-keyframes toRightFromLeft {
	49% {
		-webkit-transform: translate(100%);
		transform: translate(100%);
	}

	50% {
		opacity: 0;
		-webkit-transform: translate(-100%);
		transform: translate(-100%);
	}

	51% {
		opacity: 1;
	}
}

@keyframes toRightFromLeft {
	49% {
		-webkit-transform: translate(100%);
		transform: translate(100%);
	}

	50% {
		opacity: 0;
		-webkit-transform: translate(-100%);
		transform: translate(-100%);
	}

	51% {
		opacity: 1;
	}
}

.elegant-pricing-tables.style-2 {
	border: 1px solid rgba(0, 0, 0, 0.15);
}

.elegant-pricing-tables.style-2 .price {
	color: #fff;
	border: 0;
}

.elegant-pricing-tables.style-2 .btn {
	border-radius: 20px;
}

.elegant-pricing-tables.style-2:hover .price,
.elegant-pricing-tables.style-2.active .price,
.elegant-pricing-tables.style-2.active .pricing-detail span {
	background: #fff !important;
}

.elegant-pricing-tables.style-2:hover li:nth-child(odd),
.elegant-pricing-tables.style-2.active li:nth-child(odd) {
	background: inherit;
}

.elegant-pricing-tables.style-2 .price .price-month {
	padding-top: 5px;
	display: inline-block;
}

.elegant-pricing-tables .pricing-detail {
	padding-top: 25px;
}

.elegant-pricing-tables .pricing-detail li {
	/* display: block; */
	padding: 10px 0;
	margin: 0 20px;
}

.elegant-pricing-tables:hover .pricing-detail li,
.elegant-pricing-tables.active .pricing-detail li,
.elegant-pricing-tables.style-2.active .pricing-detail span,
.elegant-pricing-tables:hover small,
.elegant-pricing-tables:hover a.hover-white {
	color: #fff !important;
}

.elegant-pricing-tables .pricing-detail li:nth-child(odd) {
	background: #f9f9f9;
}

.elegant-pricing-tables,
.elegant-pricing-tables .btn,
.elegant-pricing-tables .pricing-detail li,
.elegant-pricing-tables .price {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.elegant-pricing-tables.style-2 .pricing-detail li {
	padding: 6px 0;
	margin: 0px 35px;
}

.elegant-pricing-tables.style-2 .pricing-detail li:nth-child(odd) {
	background: inherit;
}

.elegant-pricing-tables.style-2 .pricing-detail li:last-child {
	padding-bottom: 0;
}

.elegant-pricing-tables.style-2 .pricing-detail li > i {
	color: #aaa;
	margin-right: 5px;
}

.elegant-pricing-tables.style-2:hover .pricing-detail li > i,
.elegant-pricing-tables.style-2.active .pricing-detail li > i,
.elegant-pricing-tables.style-2:hover .pricing-detail span {
	color: #fff !important;
}
p.text-left {
	margin-bottom: -10px;
}
/* Pricing Plan Area End */
.flash a {
	width: 40%;
}
.flash a:hover {
	background: #000;
	color: #fff;
}
/* .nice-select::after {
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	content: "";
	display: block;
}
.nice-select::after {
	border-bottom: 2px solid rgb(7, 7, 7);
	border-right: 2px solid rgb(17, 17, 17);
	content: "";
	display: block;
	height: 8px;
	margin-top: -4px;
	pointer-events: none;
	position: absolute;
	right: 12px;
	top: 50%;
	-webkit-transform-origin: 66% 66%;
	-ms-transform-origin: 66% 66%;
	transform-origin: 66% 66%;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	width: 8px;
} */
/*--------------05. Start of subscribe-pre-loader CSS------------------*/
.subscribe-preloader-wrap {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #00000080;
	z-index: 999;
}
.subscribePreloader__thumb {
	width: 50%;
	height: 50%;
	position: absolute;
	left: 50%;
	top: 40%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
@media screen and (max-width: 1199px) {
	.subscribePreloader__thumb {
		width: 90vw;
	}
}
.subscribePreloader__text {
	background: var(--theme-color);
	width: 80%;
	margin: auto;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
	position: relative;
	padding: 30px;
	opacity: 0.9;
}
@media screen and (max-width: 1199px) {
	.subscribePreloader__text {
		width: 90vw;
		height: 100%;
	}
}
@media screen and (max-width: 550px) {
	.subscribeform .form-group input,
	.subscribeform .form-group button {
		width: 100%;
		margin: 5px;
	}
	.subscribePreloader__text h1 {
		font-size: 27px;
		line-height: 1.4;
	}
	.subscribePreloader__text p {
		font-size: 14px;
		line-height: 1.6;
	}
}

.subscribePreloader__text form {
	margin-top: 30px;
}
.subscribePreloader__text h1,
.subscribePreloader__text p {
	color: #ffffff;
}
.subscribePreloader__text input,
.subscribePreloader__text button {
	border: none;
	height: 40px;
}
.subscribePreloader__text input {
	width: 70%;
	margin-right: 5px;
	padding-left: 10px;
}
.subscribePreloader__text button {
	font-weight: 600;
	width: 26%;
	background: #333333;
	color: #ffffff;
	-webkit-transition: all 400ms ease-in;
	transition: all 400ms ease-in;
}
.subscribePreloader__text button:hover {
	background: #ffffff;
	color: #333333;
}
.subscribePreloader__thumb span {
	display: block;
	position: absolute;
	right: -10px;
	top: -10px;
	background: #ffffff;
	height: 25px;
	width: 25px;
	line-height: 25px;
	text-align: center;
	color: #333333;
	font-size: 12px;
	border-radius: 100%;
	cursor: pointer;
	z-index: 999;
}
/*--------------05. End of subscribe-pre-loader CSS------------------*/
.cookie-bar-wrap.show {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(-200px);
	transform: translateY(-200px);
}

.cookie-bar-wrap {
	position: fixed;
	left: 0;
	right: 0;
	bottom: -200px;
	background: #3b4045;
	-webkit-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.1);
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	z-index: 50;
	-webkit-transition: 0.6s ease;
	transition: 0.6s ease;
	padding: 10px 30px;
}

.cookie-bar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 15px 0;
	text-align: center;
}

.cookie-bar .cookie-bar-text {
	font-size: 14px;
	color: #f9f9f9;
	flex-grow: 1;
	margin: 20px 0;
}

.cookie-bar .cookie-bar-action {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	white-space: nowrap;
}
button.btn.btn-secondary.rounded-right-pill.text-white:hover {
	color: var(--theme-color);
}
.nav-line-active .navbar-nav .active > .nav-link::before {
	width: 100%;
	bottom: 10px;
	left: 0;
}
li.addtocart a:hover {
	background: var(--theme-color);
	color: #f8f2f2;
	border: 1px solid #fcfcfa;
}
li.addtocart a:hover {
	color: var(--theme-color);
}
li.addtocart a:hover {
	background: #fff !important;
}

@media (max-width: 992px) {
	.hide1 {
		display: none;
	}
}

.social-icons {
	display: flex;
	flex-wrap: wrap;
	margin: -3px;
}

.social-icons li {
	padding: 3px;
}

.social-icons li a i {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	color: #fff;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	transition: all ease 0.3s;
	background: var(--theme-color);
}
.text--base {
	color: var(--theme-color);
}
.report-item {
	font-family: var(--theme-hiperlink-font);
	font-weight: 500;
}
.social-icons li a i[class*="facebook"] {
	background: #3b5998;
}

.social-icons li a i[class*="whatsapp"] {
	background: #25d366;
}

.social-icons li a i[class*="twitter"] {
	background: #55acee;
}

.social-icons li a i[class*="linkedin"] {
	background: #007bb5;
}

.social-icons li a i[class*="instagram"] {
	background: #e4405f;
}

.social-icons li a i[class*="google"] {
	background: #dd4b39;
}

.social-icons li a i[class*="youtube"] {
	background: #cd201f;
}

.social-icons li a i[class*="camera"] {
	background: #e4405f;
}

.social-icons li a i[class*="pinterest"] {
	background: #007bb5;
}

.social-icons li a i[class*="tumblr"] {
	background: #34465d;
}

.social-icons li a i[class*="behance"] {
	background: #1769ff;
}

.social-icons li a i[class*="skype"] {
	background: #2fb7df;
}

.social-icons li a i[class*="vimeo"] {
	background: #1ab7ea;
}
.pro-details-sidebar-item {
	text-align: center;
	box-shadow: 0 0 4px rgb(0 0 0 / 15%);
	width: 100%;
	background: var(--theme-white-color);
	border-radius: 5px;
	padding: 30px 15px 25px;
}
.pro-details-sidebar-item h3 {
	color: #ff5500;
}
.pro-details-sidebar-item .btn--base {
	padding: 4px 20px;
	border-radius: 5px;
}
.btn--base {
	line-height: 40px;
	text-align: center;
	font-size: 13px;
	font-family: var(--theme-hiperlink-font);
	background-color: var(--theme-color);
	color: #fff !important;
	width: 100%;
	text-transform: uppercase;
	font-weight: 500;
}
@media screen and (max-width: 991px) {
	.product-images {
		max-width: 450px;
		margin: 0 auto;
	}
}

.time-box ul li {
	border-color: #e5e5e5 !important;
	background: #fff;
}
.time-box ul li span:first-child {
	color: var(--theme-color);
}
.post-title {
	font-size: 16px;
	line-height: 1.2;
}
.cnt-sell {
	list-style: none;
}
.message-modal .modal .modal-dialog {
	position: fixed;
	bottom: 0;
	right: 0;
	width: 100%;
	max-width: 600px;
	margin: 0px;
	z-index: 999;
}
.message-modal .modal .modal-dialog .modal-header {
	background: #ff5500;
	padding: 12px 30px !important;
	text-align: right;
}
.message-modal .modal .modal-dialog .modal-header .modal-title {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	display: inline-block;
}
.message-modal .modal .contact-form {
	margin-top: 12px;
	padding: 10px 10px 10px;
}
.message-modal .modal .contact-form ul {
	padding-left: 0px;
	margin-bottom: 0px;
}
.message-modal .modal .contact-form ul li {
	list-style: none;
}
.message-modal .modal .contact-form ul li .input-field {
	margin-bottom: 20px !important;
	background: none !important;
	border-radius: 0px !important;
	border: 0px !important;
	font-size: 16px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.message-modal .modal .contact-form ul li .input-field:focus {
	border: 0px !important;
	border-bottom: 1px solid #ff5500 !important;
}
.message-modal .modal .contact-form ul li .input-field.textarea {
	margin-bottom: 35px !important;
}
.message-modal .modal .contact-form .submit-btn {
	width: 100%;
	height: 50px;
	background: #ff5500;
	color: #fff;
	font-size: 14px;
	line-height: 50px;
	font-weight: 600;
	text-align: center;

	border: 0px;
	border-radius: 5px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.message-modal .modal .contact-form .submit-btn:hover {
	background: #333333;
}
.message-modal .modal-backdrop {
	background: none !important;
}
.message-modal .modal-header .close {
	right: 27px;
	top: 26px;
	color: #000;
	border: 1px solid #fff;
	display: inline-block;
}
.message-modal .modal-header .close span {
	color: #333;
}
.message-modal .modal-header .close:hover span {
	color: #fff;
}

.report {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	outline: 0;
}
.report.fade .modal-dialog {
	transition: -webkit-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
	-webkit-transform: translate(0, -50px);
	transform: translate(0, -50px);
}
@media only screen and (max-width: 575px) {
	.message-modal .modal .modal-dialog {
		width: 100%;
	}
}
@media (min-width: 576px) {
	.report .modal-dialog-centered {
		min-height: calc(100% - 3.5rem);
	}
}
@media (min-width: 576px) {
	.report .modal-dialog {
		max-width: 500px;
		margin: 1.75rem auto;
	}
}
.report .modal-dialog-centered {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100% - 1rem);
}
.report .modal-dialog {
	position: relative;
	width: auto;

	pointer-events: none;
}
.report .modal-content {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 0.3rem;
	outline: 0;
}
.report .modal-header {
	border: none !important;
	padding: 0px 15px !important;
}
.report .modal-header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1rem 1rem;
	border-bottom: 1px solid #dee2e6;
	border-top-left-radius: 0.3rem;
	border-top-right-radius: 0.3rem;
}
.report .modal-header .close {
	position: absolute;
	right: 5px;
	top: 4px;
	background: #fff;
	opacity: 1 !important;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	padding: 0px;
	border-radius: 50%;
	font-size: 18px;
	font-weight: 600 !important;
	box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
}
.report .modal-header .close {
	margin: -1rem -1rem -1rem auto;
}
.report .modal-body {
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1rem;
}
.report .login-area .header-area {
	text-align: center;
	margin-bottom: 40px;
}
.report .login-area .header-area .title {
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 40px;
	color: #ff5500;
}
.report .login-area .header-area .text {
	font-size: 18px;
	color: #919191;
}
.report .login-area .submit-btn {
	width: 100%;
	height: 50px;
	text-align: center;
	background: #ff5500;
	border: 0px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 20px;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	cursor: pointer;
}
.banner-content {
	max-width: 90%;
}
.banner-content .subtitle {
	font-size: 24px;
	line-height: 1.4;
	margin-bottom: 8px;
	cursor: text;
}
.banner-content .title {
	font-size: 70px;
	line-height: 80px;
	margin-bottom: 12px;
	cursor: text;
	font-weight: 900;
}
.banner-content p {
	font-size: 16px;
	line-height: 30px;
	font-weight: 600;
	margin-bottom: 35px;
	cursor: text;
}
.cmn--btn {
	cursor: pointer;
	padding: 9px 25px;
	font-size: 14px;
	top: 517px;
	font-weight: 400;
	left: 383.5px;
	color: #fff;
	line-height: 28px;
	margin: 0px;
	z-index: auto;
	border-radius: 5px;
	opacity: 1;
	background: #a439ee;
	text-transform: uppercase;
	border-radius: 3px;
	display: inline-block;
}

.cmn--btn:hover {
	color: #fff !important;
}
.banner-wrapper-item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	z-index: 3;
	min-height: 540px;
	padding: 50px 0;
}
@media (min-width: 768px) {
	.banner-wrapper-item {
		min-height: 620px;
		padding: 100px 0;
	}
}
@media (min-width: 992px) {
	.banner-wrapper-item {
		min-height: 780px;
		padding: 100px 0;
	}
}
@media (min-width: 1200px) {
	.banner-wrapper-item {
		margin-left: 140px;
		min-height: 100vh;
	}
}

@media (max-width: 991px) {
	.banner-content .subtitle {
		font-size: 20px;
		margin-bottom: 25px;
	}
	.banner-content .title {
		font-size: 38.4px;
		line-height: 44.8px;
		margin-bottom: 25px;
	}
	.banner-content p {
		margin-bottom: 35px;
	}
}
.home-slider .owl-dots {
	position: absolute;
	bottom: 20px;
	top: unset;
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -20%, 0);
		transform: translate3d(0, -20%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -20%, 0);
		transform: translate3d(0, -20%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
@-webkit-keyframes fadeOutUp {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -20%, 0);
		transform: translate3d(0, -20%, 0);
	}
}
@keyframes fadeOutUp {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -20%, 0);
		transform: translate3d(0, -20%, 0);
	}
}
.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp;
}
.nextBtn,
.prevBtn {
	position: absolute;
	top: 50%;
	width: 60px;
	height: 60px;
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
	z-index: 9;
	cursor: pointer;
}
.nextBtn {
	right: 25px;
	transform: rotate(45deg);
}
.prevBtn {
	left: 25px;
	transform: rotate(-135deg);
}

@media screen and (max-width: 991px) {
	.nextBtn,
	.prevBtn {
		width: 40px;
		height: 40px;
	}
	.nextBtn {
		right: 10px;
	}
	.prevBtn {
		left: 10px;
	}
}

@media screen and (max-width: 575px) {
	.nextBtn,
	.prevBtn {
		display: none;
	}
}

.loader {
	position: fixed;
	inset: 0;
	z-index: 99999999;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.spinner {
	display: block;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	border: 4px solid #161616;
	border-left-color: #fff;
	animation: spin 3s linear infinite;
}
@keyframes spin {
	0% {
		transform: rotate(-720deg);
	}
	100% {
		transform: rotate(0);
	}
}
.sell-btn {
	font-size: 13px;
	font-weight: 600;
	color: rgb(17, 17, 17);
	border: 1px solid rgb(17, 17, 17);
}
.sell-btn:hover {
	background: #fff;
}

a.sell-btn {
	padding: 3px 15px;
	border-radius: 50px;
	font-weight: 600;
	margin-left: 15px;
}
.sell {
	margin-top: 7px;
}
.social-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: -2px;
}
.social-links li {
	width: 40px;
	height: 40px;
	padding: 2px;
}
.social-links li a {
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border-radius: 50%;
	background: #a439ee;
	display: block;
	color: #fff;
}
.social-links li a:hover {
	color: #fff !important;
}
.slide-h5 {
	display: block !important;
}
.fashion-banner-wrapper > .row:nth-child(even) {
	flex-direction: row-reverse;
}
.fashion-banner-wrapper > .row:nth-child(even) .banner-image {
	margin-left: auto;
}
.fashion-banner-wrapper > .row:nth-child(even) .banner-content {
	left: 0;
	right: unset;
}
.fashion-banner-wrapper {
	padding: 50px 0;
}
@media screen and (min-width: 992px) {
	.fashion-banner-wrapper > .row:not(:first-child) {
		margin-top: -175px;
	}
}
.products-avilable-number {
	text-align: right;
}
.fashion-banner-wrapper > .row:nth-child(even) .products-avilable-number {
	text-align: left;
}
.fashion-banner-wrapper > .row:nth-child(even) .products-avilable-number {
	background: url("../images/shape/4.png") no-repeat center left;
}
.counting {
	margin-left: auto;
}
.fashion-banner-wrapper > .row:nth-of-type(even) .counting {
	margin-right: auto;
	margin-left: 0;
	text-align: left;
}
.counting-bottom {
	margin: 0;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
select.form-control {
	appearance: button;
	-webkit-appearance: button;
}
[class*="product-search-"] .form-inline.search-pill-shape {
	background: var(--theme-white-color);
}
/* .fixed-top [class*="product-search-"] .form-inline.search-pill-shape {
	border: 1px solid var(--theme-dark-color) !important;
} */
[class*="product-search-"] .form-inline button {
	background: var(--theme-secondary-color) !important;
}

.dashboard-sidebar-btn {
	border-radius: 4px;
	text-align: center;
	color: #fff !important;
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 35px;
	height: 40px;
	box-shadow: none !important;
	outline: none;
}
.dashboard-sidebar-btn i {
	display: inline-flex;
}
@media screen and (max-width: 1199px) {
	#sidebar {
		position: fixed;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		max-width: 340px;
		z-index: 99999;
		transform: translateX(-101%);
		transition: all ease 0.3s;
		border-right: 1px solid #e5e5e5;
		background: #fff;
		overflow-y: auto;
	}
	#sidebar.active {
		transform: translateX(0);
	}
}
@media screen and (max-width: 991px) {
	.header-sticky {
		background: #fff !important;
	}
}

.product-wrapper .hover-area {
	display: none !important;
}

.product-wrapper:hover .hover-area {
	display: none !important;
}

.product-style-1 .product-wrapper {
	border-radius: 10px;
	overflow: hidden;
}

.product-style-1 .product-image {
	margin-bottom: 5px;
}

.product-style-1 .product-info {
	padding: 10px 10px 12px;
}

.product-style-1 .product-title {
	font-size: 13px;
	line-height: 1.2;
	margin: 6px 0 2px;
}

.product-style-1 .product-title a {
	display: -webkit-box;
	line-clamp: 2;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.product-style-1 .product-price {
	font-size: 14px;
	font-weight: 600;
	margin: 2px 0;
}

.product-style-1 .shipping-feed-back {
	font-size: 12px;
	margin: 2px 0;
}

.product-style-1 .product-image {
	position: relative;
}

.product-style-1 .product-rating-overlay {
	position: absolute;
	bottom: 8px;
	left: 8px;
	background: rgba(255, 255, 255, 0.95);
	color: #000;
	font-size: 12px;
	padding: 4px 8px;
	border-radius: 20px;
	display: inline-flex;
	align-items: center;
	gap: 4px;
	font-weight: 500;
	line-height: 1;
	z-index: 2;
	border: 1px solid rgba(0, 0, 0, 0.08);
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
}

.product-style-1 .product-rating-overlay i {
	color: #f5a623;
	font-size: 12px;
}

.product-style-1 .product-rating-overlay .rating-value {
	font-weight: 600;
}

.product-style-1 .product-rating-overlay .rating-divider {
	opacity: 0.65;
}

.product-style-1 .product-rating-overlay .rating-count {
	font-weight: 600;
}

.product-style-1 .product-info {
	text-align: left;
}

.product-style-1 .product-title {
	font-weight: 600;
	color: #ffffff;
}

.product-style-1 .product-title a {
	color: #ffffff;
}

.product-style-1 .product-title a:hover {
	color: var(--theme-primary-color);
}

.product-style-1 .product-price {
	text-align: left;
	color: #ffffff;
}

@media screen and (max-width: 500px) {
	.widget.p-40,
	.widget.p-30 {
		padding: 20px !important;
	}
}

.dashbaord-sidebar-close {
	font-size: 18px;
	color: var(--theme-color);
	position: absolute;
	top: 5px;
	right: 5px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
.dashboard-overlay {
	inset: 0;
	position: fixed;
	z-index: 99;
	background: rgba(0, 0, 0, 0.775);
	display: none;
}
.dashboard-overlay.active {
	display: block;
	animation: fadeIn 0.5s;
	-webkit-animation: fadeIn 0.5s;
	-moz-animation: fadeIn 0.5s;
}
.h--150 {
	height: 150px;
}

/*Fixing CSS*/
.product-search-one .search-pill-shape input.form-control,
.main-nav .form-inline input.search-field {
	/* border-radius: 50rem 0 0 50rem !important; */
	background: transparent;
}
.top-links .select2-container--default .select2-selection--single {
		
	border: none;
}

.select2-results__option--selectable{
	font-size: 14px;
}
.select2-container--open .select2-dropdown--below{
	border-top: 1px solid #e5e5e5;
}


    body *::-webkit-scrollbar-track {
        box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        width: 4px;
    }

    body *::-webkit-scrollbar {
        width: 4px;
    }

    body *::-webkit-scrollbar-thumb {
        background-color: var(--theme-primary-color);
        outline: 1px solid var(--theme-primary-color);
        width: 4px;
    }
	
.search-form .select2-container,
.search-form .select2-container--default .select2-selection--single .select2-selection__arrow,
.search-form .select2-container--default .select2-selection--single,
.search-form .select2-container--default .select2-selection--single .select2-selection__rendered {
height: 50px;
line-height: 50px;
}

.search-form .select2-container--default .select2-selection--single {
border: none ;	
    background: transparent;

}
.select2-search__field{
	box-shadow: none;
	outline: none;
	padding: 0 10px;
}

.ecommerce-header a:hover,
.ecommerce-header button:hover,
.ecommerce-header .btn:hover,
.ecommerce-header .nav-link:hover {
	color: var(--theme-color) !important;
}

.ecommerce-header .search-form button,
.ecommerce-header .search-submit,
.ecommerce-header .search-btn,
.ecommerce-header [class*="product-search-"] .form-inline button {
	background-color: var(--theme-color) !important;
	border-color: var(--theme-color) !important;
}

.ecommerce-header .search-form button i,
.ecommerce-header .search-form button svg,
.ecommerce-header .search-form button svg path {
	color: #000 !important;
	fill: #000 !important;
	stroke: #000 !important;
}

.ecommerce-header .main-nav .form-inline input.search-field:focus,
.ecommerce-header .header-sticky .form-inline input.search-field:focus,
.ecommerce-header .search-form input:focus,
.ecommerce-header .search-form select:focus,
.ecommerce-header .search-form textarea:focus {
	border-color: var(--theme-color) !important;
	box-shadow: 0 0 0 0.2rem rgba(0,0,0,0.1);
}

.ecommerce-header .search-view > a i,
.ecommerce-header .wishlist-view > a i,
.ecommerce-header .refresh-view > a i,
.ecommerce-header [class*="header-cart-"] .cart-icon i,
.ecommerce-header .header-cart-1 .cart-icon i {
	color: var(--theme-color) !important;
}

.ecommerce-header .search-view > a svg,
.ecommerce-header .wishlist-view > a svg,
.ecommerce-header .refresh-view > a svg,
.ecommerce-header [class*="header-cart-"] .cart-icon svg,
.ecommerce-header .search-view > a svg path,
.ecommerce-header .wishlist-view > a svg path,
.ecommerce-header .refresh-view > a svg path,
.ecommerce-header [class*="header-cart-"] .cart-icon svg path {
	color: var(--theme-color) !important;
	fill: currentColor !important;
	stroke: currentColor !important;
}

.ecommerce-header .search-view > a:hover i,
.ecommerce-header .wishlist-view > a:hover i,
.ecommerce-header .refresh-view > a:hover i,
.ecommerce-header [class*="header-cart-"] .cart-icon:hover i {
	color: #000 !important;
}

.ecommerce-header .search-view > a:hover i::before,
.ecommerce-header .wishlist-view > a:hover i::before,
.ecommerce-header .refresh-view > a:hover i::before,
.ecommerce-header [class*="header-cart-"] .cart-icon:hover i::before {
	color: #000 !important;
}

.ecommerce-header .search-view > a:hover svg,
.ecommerce-header .wishlist-view > a:hover svg,
.ecommerce-header .refresh-view > a:hover svg,
.ecommerce-header [class*="header-cart-"] .cart-icon:hover svg {
	color: #000 !important;
}

.ecommerce-header .search-view > a,
.ecommerce-header .wishlist-view > a,
.ecommerce-header .refresh-view > a,
.ecommerce-header .cart-view > a,
.ecommerce-header .sign-in > a,
.ecommerce-header [class*="header-cart-"] .cart-icon {
	border: 1px solid var(--theme-color) !important;
}

.ecommerce-header .search-view > a:hover,
.ecommerce-header .wishlist-view > a:hover,
.ecommerce-header .refresh-view > a:hover,
.ecommerce-header .cart-view > a:hover,
.ecommerce-header .sign-in > a:hover,
.ecommerce-header [class*="header-cart-"] .cart-icon:hover {
	background-color: var(--theme-color) !important;
}

/* ==========================================
   RECENT PRODUCTS SIDEBAR - SINGLE CONTAINER DESIGN
   ========================================== */

/* Single Container for Recent Products */
.recent-products-container {
  background: linear-gradient(135deg, #1a1a1a, #2c2c2c) !important;
  border-radius: 12px !important;
  padding: 16px !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3) !important;
  margin-bottom: 20px !important;
}

/* Header Section */
.recent-products-header {
  margin-bottom: 16px !important;
  padding-bottom: 12px !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.recent-products-title {
  color: #ffffff !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  margin: 0 !important;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
}

.recent-products-divider {
  width: 40px !important;
  height: 2px !important;
  background: linear-gradient(90deg, #d4af37, #b98a2d) !important;
  border-radius: 1px !important;
  margin-top: 8px !important;
}

/* Product Rows Container */
.recent-products-rows {
  display: flex !important;
  flex-direction: column !important;
  gap: 0 !important;
}

/* Individual Product Row */
.recent-product-row {
  display: flex !important;
  align-items: center !important;
  padding: 12px 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
  transition: all 0.3s ease !important;
  position: relative !important;
}

.recent-product-row:last-child {
  border-bottom: none !important;
}

.recent-product-row:hover {
  background: rgba(255, 255, 255, 0.02) !important;
}

/* Product Image - Compact */
.recent-product-image {
  flex-shrink: 0 !important;
  width: 60px !important;
  height: 60px !important;
  border-radius: 6px !important;
  overflow: hidden !important;
  background: #0a0a0a !important;
  margin-right: 12px !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.recent-product-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  transition: transform 0.3s ease !important;
}

.recent-product-row:hover .recent-product-image img {
  transform: scale(1.05) !important;
}

/* Product Content Section */
.recent-product-content {
  flex: 1 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 4px !important;
  min-width: 0 !important;
}

/* Product Title */
.recent-product-title {
  margin: 0 !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  color: #ffffff !important;
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 1 !important;
  -webkit-box-orient: vertical !important;
  text-overflow: ellipsis !important;
}

.recent-product-title a {
  color: #ffffff !important;
  text-decoration: none !important;
  transition: color 0.3s ease !important;
}

.recent-product-title a:hover {
  color: #d4af37 !important;
}

/* Pricing Section - Inline Layout */
.recent-product-pricing {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  line-height: 1 !important;
}

.sale-price {
  font-size: 13px !important;
  font-weight: 600 !important;
  color: #d4af37 !important;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
}

.original-price {
  font-size: 12px !important;
  font-weight: 400 !important;
  color: #888888 !important;
  text-decoration: line-through !important;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
}

/* Rating Section - Compact */
.recent-product-rating {
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
}

.rating-stars {
  display: flex !important;
  align-items: center !important;
  gap: 3px !important;
}

.rating-stars i {
  color: #ffa500 !important;
  font-size: 10px !important;
}

.rating-score {
  color: #ffa500 !important;
  font-size: 10px !important;
  font-weight: 600 !important;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
}

.rating-count {
  color: #888888 !important;
  font-size: 10px !important;
  font-weight: 400 !important;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
}

/* Discount Badge - Right Side */
.recent-product-badge {
  margin-left: auto !important;
  flex-shrink: 0 !important;
}

.discount-badge {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: linear-gradient(135deg, #8b7355, #6b5a45) !important;
  color: #ffffff !important;
  padding: 3px 8px !important;
  border-radius: 4px !important;
  font-size: 9px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.3px !important;
  line-height: 1 !important;
  box-shadow: 0 1px 4px rgba(139, 115, 85, 0.3) !important;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
}

/* Hide old section head */
.section-head {
  display: none !important;
}

/* Responsive Design */
@media (max-width: 768px) {
  .recent-products-container {
    padding: 12px !important;
    border-radius: 10px !important;
  }
  
  .recent-product-row {
    padding: 10px 0 !important;
  }
  
  .recent-product-image {
    width: 50px !important;
    height: 50px !important;
    margin-right: 10px !important;
  }
  
  .recent-product-title {
    font-size: 12px !important;
  }
  
  .sale-price {
    font-size: 12px !important;
  }
  
  .original-price {
    font-size: 11px !important;
  }
  
  .discount-badge {
    font-size: 8px !important;
    padding: 2px 6px !important;
  }
  
  .rating-stars i,
  .rating-score,
  .rating-count {
    font-size: 9px !important;
  }
}

@media (max-width: 480px) {
  .recent-product-row {
    flex-direction: column !important;
    align-items: flex-start !important;
    padding: 12px !important;
  }
  
  .recent-product-image {
    width: 60px !important;
    height: 60px !important;
    margin-right: 0 !important;
    margin-bottom: 8px !important;
  }
  
  .recent-product-badge {
    margin-left: 0 !important;
    margin-top: 4px !important;
  }
  
  .recent-product-pricing {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 2px !important;
  }
}

/* Target only recent products in product-style-2 */
.product-style-2 .product-wrapper {
  background: #ffffff !important;
  border-radius: 16px !important;
  overflow: hidden !important;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08) !important;
  position: relative !important;
  border: 1px solid rgba(0, 0, 0, 0.05) !important;
  transform: translateY(0) !important;
}

.product-style-2 .product-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #b98a2d, #d4af37, #b98a2d);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 5;
}

.product-style-2 .product-wrapper:hover::before {
  opacity: 1;
}

.product-style-2 .product-wrapper:hover {
  transform: translateY(-8px) !important;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15) !important;
  border-color: rgba(185, 138, 45, 0.2) !important;
}

/* Recent products image container */
.product-style-2 .product-wrapper .product-image {
  position: relative !important;
  overflow: hidden !important;
  background: #fafafa !important;
}

.product-style-2 .product-wrapper .product-image img {
  width: 100% !important;
  height: auto !important;
  transition: transform 0.4s ease !important;
}

.product-style-2 .product-wrapper:hover .product-image img {
  transform: scale(1.05) !important;
}

/* Recent products wishlist heart icon */
.product-style-2 .product-wrapper .whishlist-button {
  position: absolute !important;
  top: 12px !important;
  right: 12px !important;
  z-index: 10;
}

.product-style-2 .product-wrapper .whishlist-button .add_to_wishlist {
  width: 40px !important;
  height: 40px !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, 0.95) !important;
  border: 2px solid rgba(255, 255, 255, 0.8) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
  text-decoration: none !important;
  backdrop-filter: blur(15px) !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1) !important;
  transform: scale(1) !important;
  color: #333333 !important;
  font-size: 16px !important;
}

.product-style-2 .product-wrapper .whishlist-button .add_to_wishlist:hover {
  background: rgba(255, 255, 255, 0.95) !important;
  border-color: rgba(255, 255, 255, 0.8) !important;
  transform: scale(1.1) !important;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15) !important;
  color: #ff4757 !important;
}

/* Recent products discount badge */
.product-style-2 .product-wrapper .on-sale {
  position: absolute !important;
  top: 12px !important;
  left: 12px !important;
  background: linear-gradient(135deg, #ff4757, #ff6b7a) !important;
  color: #ffffff !important;
  padding: 6px 12px !important;
  border-radius: 25px !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.8px !important;
  z-index: 10;
  box-shadow: 0 4px 15px rgba(255, 71, 87, 0.3) !important;
  border: 2px solid rgba(255, 255, 255, 0.9) !important;
  animation: badgeShine 3s ease-in-out infinite;
}

@keyframes badgeShine {
  0%, 100% { transform: scale(1); box-shadow: 0 4px 15px rgba(255, 71, 87, 0.3); }
  50% { transform: scale(1.05); box-shadow: 0 6px 20px rgba(255, 71, 87, 0.4); }
}

/* Recent products info section */
.product-style-2 .product-wrapper .product-info {
  padding: 16px !important;
  background: #1a1a1a !important;
  text-align: left !important;
}

.product-style-2 .product-wrapper .product-info .product-title {
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
  margin-bottom: 8px !important;
  color: #ffffff !important;
  text-align: left !important;
}

.product-style-2 .product-wrapper .product-info .product-title a {
  color: #ffffff !important;
  text-decoration: none !important;
  transition: all 0.3s ease !important;
  display: block !important;
  text-align: left !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  line-height: 1.4 !important;
  max-height: 2.8em !important;
}

.product-style-2 .product-wrapper .product-info .product-title a:hover {
  color: #d4af37 !important;
  text-shadow: 0 0 10px rgba(212, 175, 55, 0.3) !important;
}

/* Recent products price section */
.product-style-2 .product-wrapper .product-info .product-price {
  margin-bottom: 12px !important;
  text-align: left !important;
  width: 100% !important;
  position: relative !important;
}

.product-style-2 .product-wrapper .product-info .product-price .price {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  flex-wrap: wrap !important;
  justify-content: flex-start !important;
  width: 100% !important;
  text-align: left !important;
}

.product-style-2 .product-wrapper .product-info .product-price .price ins {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  transition: all 0.3s ease !important;
  text-decoration: none !important;
  text-align: left !important;
}

.product-style-2 .product-wrapper .product-info .product-price .price ins:hover {
  color: #d4af37 !important;
  text-shadow: 0 0 10px rgba(212, 175, 55, 0.3) !important;
}

.product-style-2 .product-wrapper .product-info .product-price .price del {
  font-size: 14px !important;
  font-weight: 400 !important;
  color: rgba(255, 255, 255, 0.7) !important;
  text-decoration: line-through !important;
  transition: all 0.3s ease !important;
  text-align: left !important;
}

.product-style-2 .product-wrapper .product-info .product-price .price del:hover {
  color: #d4af37 !important;
  text-shadow: 0 0 10px rgba(212, 175, 55, 0.3) !important;
}

 .product-style-2.single-carousel.product-list .product-wrapper {
	display: flex !important;
	align-items: center !important;
	gap: 10px !important;
	padding: 10px 12px !important;
 }

 .product-style-2.single-carousel.product-list .product-wrapper .product-image {
	flex: 0 0 82px !important;
	width: 82px !important;
	height: 82px !important;
	border-radius: 10px !important;
	overflow: hidden !important;
 }

 .product-style-2.single-carousel.product-list .product-wrapper .product-image img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
 }

 .product-style-2.single-carousel.product-list .product-wrapper .product-info {
	flex: 1 !important;
	padding: 0 !important;
	background: transparent !important;
 }

 .product-style-2.single-carousel.product-list .product-wrapper .product-info .product-title {
	margin: 0 0 4px 0 !important;
	line-height: 1.25 !important;
	font-size: 14px !important;
 }

 .product-style-2.single-carousel.product-list .product-wrapper .product-price {
	margin-bottom: 0 !important;
 }

/* Recent products rating section */
.product-style-2 .product-wrapper .product-info .shipping-feed-back {
  margin-bottom: 12px !important;
}

.product-style-2 .product-wrapper .product-info .shipping-feed-back .star-rating {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  background: rgba(255, 255, 255, 0.1) !important;
  padding: 6px 10px !important;
  border-radius: 20px !important;
  backdrop-filter: blur(15px) !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1) !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.product-style-2 .product-wrapper .product-info .shipping-feed-back .star-rating .rating-wrap p {
  color: #ffa500 !important;
  font-size: 12px !important;
  margin: 0 !important;
  display: flex !important;
  align-items: center !important;
  gap: 4px !important;
}

.product-style-2 .product-wrapper .product-info .shipping-feed-back .star-rating .rating-wrap p i {
  font-size: 12px !important;
  color: #ffa500 !important;
}

.product-style-2 .product-wrapper .product-info .shipping-feed-back .star-rating .rating-counts-wrap p {
  color: rgba(255, 255, 255, 0.7) !important;
  font-size: 10px !important;
  margin: 0 !important;
  background: rgba(0, 0, 0, 0.2) !important;
  padding: 2px 6px !important;
  border-radius: 10px !important;
}

/* Hide the old on-sale badge since we have new styling */
.product-style-2 .product-wrapper .on-sale {
  display: block !important;
}

/* Recent products quickview button */
.product-style-2 .product-wrapper .quickview-button {
  position: absolute !important;
  bottom: 12px !important;
  right: 12px !important;
  z-index: 10;
}

.product-style-2 .product-wrapper .quickview-button .quickview-btn {
  width: 40px !important;
  height: 40px !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, 0.95) !important;
  border: 2px solid rgba(255, 255, 255, 0.8) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
  text-decoration: none !important;
  backdrop-filter: blur(15px) !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1) !important;
  transform: scale(1) !important;
  color: #333333 !important;
  font-size: 14px !important;
}

.product-style-2 .product-wrapper .quickview-button .quickview-btn:hover {
  background: rgba(255, 255, 255, 0.95) !important;
  border-color: rgba(255, 255, 255, 0.8) !important;
  transform: scale(1.1) !important;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15) !important;
  color: #b98a2d !important;
}

/* Product wrapper base styling */
.product-wrapper {
  background: #ffffff !important;
  border-radius: 16px !important;
  overflow: hidden !important;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08) !important;
  position: relative !important;
  border: 1px solid rgba(0, 0, 0, 0.05) !important;
  transform: translateY(0) !important;
}

.product-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #b98a2d, #d4af37, #b98a2d);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 5;
}

.product-wrapper:hover::before {
  opacity: 1;
}

.product-wrapper:hover {
  transform: translateY(-8px) !important;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15) !important;
  border-color: rgba(185, 138, 45, 0.2) !important;
}

/* Product image container */
.product-wrapper .product-image {
  position: relative !important;
  overflow: hidden !important;
  background: #fafafa !important;
}

.product-wrapper .product-image img {
  width: 100% !important;
  height: 250px !important;
  object-fit: cover !important;
  transition: transform 0.3s ease !important;
}

.product-wrapper:hover .product-image img {
  transform: scale(1.05) !important;
}

/* Wishlist Heart Icon */
.product-wrapper .wishlist-heart {
  position: absolute !important;
  top: 12px !important;
  right: 12px !important;
  z-index: 10;
}

.product-wrapper .wishlist-heart .wishlist-btn {
  width: 40px !important;
  height: 40px !important;
  border-radius: 50% !important;
  background: transparent !important;
  border: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
  text-decoration: none !important;
  backdrop-filter: none !important;
  box-shadow: none !important;
  transform: scale(1) !important;
}

.product-wrapper .wishlist-heart .wishlist-btn:hover {
  background: transparent !important;
  border: none !important;
  transform: scale(1.1) !important;
  box-shadow: none !important;
}

.product-wrapper .wishlist-heart .wishlist-btn i {
  font-size: 16px !important;
  color: #ffffff !important;
  transition: all 0.3s ease !important;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5) !important;
}

.product-wrapper .wishlist-heart .wishlist-btn:hover i {
  color: #ff4757 !important;
  animation: heartBeat 0.6s ease-in-out;
}

@keyframes heartBeat {
  0% { transform: scale(1); }
  25% { transform: scale(1.3); }
  50% { transform: scale(1.1); }
  75% { transform: scale(1.2); }
  100% { transform: scale(1); }
}

.product-wrapper .wishlist-heart.wishlist-active .wishlist-btn {
  background: transparent !important;
  border: none !important;
}

.product-wrapper .wishlist-heart.wishlist-active .wishlist-btn i {
  color: #ff4757 !important;
  animation: heartBeat 0.6s ease-in-out;
}

/* Discount Badge */
.product-wrapper .discount-badge {
  position: absolute !important;
  top: 12px !important;
  left: 12px !important;
  background: linear-gradient(135deg, #ff4757, #ff6b7a) !important;
  color: #ffffff !important;
  padding: 6px 12px !important;
  border-radius: 25px !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.8px !important;
  z-index: 10;
  box-shadow: 0 4px 15px rgba(255, 71, 87, 0.3) !important;
  border: 2px solid rgba(255, 255, 255, 0.9) !important;
  animation: badgeShine 3s ease-in-out infinite;
}

@keyframes badgeShine {
  0%, 100% { transform: scale(1); box-shadow: 0 4px 15px rgba(255, 71, 87, 0.3); }
  50% { transform: scale(1.05); box-shadow: 0 6px 20px rgba(255, 71, 87, 0.4); }
}

/* Product Rating */
.product-wrapper .product-rating {
  position: absolute !important;
  bottom: 12px !important;
  left: 12px !important;
  background: rgba(255, 255, 255, 0.95) !important;
  padding: 6px 10px !important;
  border-radius: 20px !important;
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
  z-index: 10;
  backdrop-filter: blur(15px) !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1) !important;
  border: 1px solid rgba(255, 255, 255, 0.8) !important;
  transition: all 0.3s ease !important;
}

.product-wrapper:hover .product-rating {
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15) !important;
}

.product-wrapper .product-rating .stars {
  display: flex !important;
  gap: 2px !important;
}

.product-wrapper .product-rating .stars i {
  font-size: 12px !important;
  color: #ffa500 !important;
  transition: all 0.2s ease !important;
}

.product-wrapper .product-rating:hover .stars i {
  transform: scale(1.1) !important;
}

.product-wrapper .product-rating .rating-count {
  font-size: 10px !important;
  color: #666666 !important;
  font-weight: 600 !important;
  background: rgba(0, 0, 0, 0.05) !important;
  padding: 2px 6px !important;
  border-radius: 10px !important;
}

/* Product Info Section */
.product-wrapper .product-info {
  padding: 16px !important;
  background: #1a1a1a !important;
  text-align: left !important;
}

.product-wrapper .product-info .product-title {
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
  margin-bottom: 8px !important;
  color: #ffffff !important;
  text-align: left !important;
}

.product-wrapper .product-info .product-title a {
  color: #ffffff !important;
  text-decoration: none !important;
  transition: all 0.3s ease !important;
  display: block !important;
  text-align: left !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  line-height: 1.4 !important;
  max-height: 2.8em !important;
}

.product-wrapper .product-info .product-title a:hover {
  color: #d4af37 !important;
  text-shadow: 0 0 10px rgba(212, 175, 55, 0.3) !important;
}

/* Product Price */
.product-wrapper .product-info .product-price {
  margin-bottom: 12px !important;
  text-align: left !important;
  width: 100% !important;
}

.product-wrapper .product-info .product-price .price {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  flex-wrap: wrap !important;
  justify-content: flex-start !important;
  width: 100% !important;
  text-align: left !important;
}

.product-wrapper .product-info .product-price .current-price {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  transition: all 0.3s ease !important;
  order: 1 !important;
  text-align: left !important;
}

.product-wrapper .product-info .product-price .current-price:hover {
  color: #d4af37 !important;
  text-shadow: 0 0 10px rgba(212, 175, 55, 0.3) !important;
}

.product-wrapper .product-info .product-price .original-price {
  font-size: 14px !important;
  font-weight: 400 !important;
  color: rgba(255, 255, 255, 0.7) !important;
  text-decoration: line-through !important;
  transition: all 0.3s ease !important;
  order: 2 !important;
  text-align: left !important;
}

.product-wrapper .product-info .product-price .original-price:hover {
  color: #d4af37 !important;
  text-shadow: 0 0 10px rgba(212, 175, 55, 0.3) !important;
}

/* Discount percentage in price section */
.product-wrapper .product-info .product-price .discount-percent {
  font-size: 12px !important;
  font-weight: 600 !important;
  color: #ff4757 !important;
  background: rgba(255, 71, 87, 0.1) !important;
  padding: 2px 6px !important;
  border-radius: 4px !important;
  order: 3 !important;
  transition: all 0.3s ease !important;
  text-align: left !important;
}

.product-wrapper .product-info .product-price .discount-percent:hover {
  background: rgba(255, 71, 87, 0.2) !important;
  transform: scale(1.05) !important;
}

/* Add to Cart Button */
.product-wrapper .add-to-cart-section {
  margin-top: 12px !important;
}

.product-wrapper .btn-add-cart {
  width: 100% !important;
  padding: 12px 20px !important;
  border-radius: 12px !important;
  border: none !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.8px !important;
  cursor: pointer !important;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
  text-decoration: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  position: relative !important;
  overflow: hidden !important;
  transform: translateY(0) !important;
}

.product-wrapper .btn-add-cart::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.6s ease;
  z-index: 1;
}

.product-wrapper .btn-add-cart:hover::before {
  left: 100%;
}

.product-wrapper .btn-add-cart span,
.product-wrapper .btn-add-cart i {
  position: relative;
  z-index: 2;
}

.product-wrapper .btn-add-cart.add-cart-btn {
 
  color: #ffffff !important;
  box-shadow: 0 4px 15px rgba(44, 62, 80, 0.3) !important;
  border: 2px solid #d4af37 !important;
}

.product-wrapper .btn-add-cart.add-cart-btn:hover {
  background: linear-gradient(135deg, #34495e, #2c3e50) !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 25px rgba(44, 62, 80, 0.4) !important;
  border-color: #b98a2d !important;
}

.product-wrapper .btn-add-cart.affiliate-btn {
  background: linear-gradient(135deg, #b98a2d, #d4af37) !important;
  color: #ffffff !important;
  box-shadow: 0 4px 15px rgba(185, 138, 45, 0.3) !important;
  border: none !important;
}

.product-wrapper .btn-add-cart.affiliate-btn:hover {
  background: linear-gradient(135deg, #d4af37, #b98a2d) !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 25px rgba(185, 138, 45, 0.4) !important;
  border: none !important;
}

.product-wrapper .btn-add-cart.out-of-stock {
  background: linear-gradient(135deg, #ecf0f1, #bdc3c7) !important;
  color: #7f8c8d !important;
  cursor: not-allowed !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
}

.product-wrapper .btn-add-cart i {
  font-size: 14px !important;
  transition: transform 0.3s ease !important;
}

.product-wrapper .btn-add-cart:hover i {
  transform: scale(1.1) !important;
}

.product-wrapper .btn-add-cart:active {
  transform: translateY(0) !important;
}

/* List View Specific Styles */
.product-list .product-wrapper {
  display: flex !important;
  align-items: center !important;
  padding: 16px !important;
}

.product-list .product-wrapper .product-image {
  width: 200px !important;
  height: 200px !important;
  flex-shrink: 0 !important;
  border-radius: 8px !important;
  margin-right: 20px !important;
}

.product-list .product-wrapper .product-image img {
  width: 100% !important;
  height: 100% !important;
}

.product-list .product-wrapper .product-info {
  flex: 1 !important;
  padding: 0 !important;
}

.product-list .product-wrapper .product-info .product-title {
  font-size: 16px !important;
  margin-bottom: 12px !important;
}

.product-list .product-wrapper .product-info .product-title a {
  -webkit-line-clamp: 3 !important;
  max-height: 4.2em !important;
}

.product-list .product-wrapper .add-to-cart-section {
  max-width: 200px !important;
}

/* Responsive Design */
@media (max-width: 768px) {
  .product-wrapper .product-image img {
    height: 200px !important;
  }
  
  .product-wrapper .wishlist-heart .wishlist-btn {
    width: 32px !important;
    height: 32px !important;
  }
  
  .product-wrapper .wishlist-heart .wishlist-btn i {
    font-size: 12px !important;
  }
  
  .product-wrapper .discount-badge {
    font-size: 10px !important;
    padding: 3px 6px !important;
  }
  
  .product-wrapper .product-info {
    padding: 12px !important;
  }
  
  .product-wrapper .product-info .product-title {
    font-size: 13px !important;
  }
  
  .product-wrapper .product-info .product-price .current-price {
    font-size: 14px !important;
  }
  
  .product-wrapper .product-info .product-price .original-price {
    font-size: 12px !important;
  }
  
  .product-wrapper .btn-add-cart {
    padding: 8px 12px !important;
    font-size: 12px !important;
  }
  
  /* List View Mobile */
  .product-list .product-wrapper {
    flex-direction: column !important;
    text-align: center !important;
  }
  
  .product-list .product-wrapper .product-image {
    width: 100% !important;
    height: 250px !important;
    margin-right: 0 !important;
    margin-bottom: 16px !important;
  }
  
  .product-list .product-wrapper .add-to-cart-section {
    max-width: 100% !important;
  }
}

@media (max-width: 480px) {
  .product-wrapper .product-image img {
    height: 180px !important;
  }
  
  .product-wrapper .product-info {
    padding: 10px !important;
  }
  
  .product-wrapper .product-info .product-title {
    font-size: 12px !important;
  }
  
  .product-wrapper .btn-add-cart {
    padding: 8px 10px !important;
    font-size: 11px !important;
  }
}

/* ==================== Luxury Dark Theme Login Page ==================== */
.luxury-login-page {
	min-height: 100vh;

	
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 40px 20px;
	position: relative;
	overflow: hidden;
}

.luxury-login-page::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: 
		linear-gradient(135deg, rgba(201, 151, 43, 0.03) 0%, transparent 50%),
		linear-gradient(225deg, rgba(201, 151, 43, 0.02) 0%, transparent 50%);
	pointer-events: none;
}

.luxury-login-container {
	width: 100%;
	max-width: 550px;
	position: relative;
	z-index: 1;
}

.luxury-login-card {
	background: #0d0d0d;
	border: 1px solid rgba(201, 151, 43, 0.4);
	border-radius: 16px;
	padding: 15px 40px;
	box-shadow: 
		0 25px 50px -12px rgba(0, 0, 0, 0.8),
		0 0 0 1px rgba(201, 151, 43, 0.1),
		inset 0 1px 0 rgba(255, 255, 255, 0.05);
	position: relative;
	overflow: hidden;
}

.luxury-login-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(201, 151, 43, 0.3), transparent);
}

/* Logo Section */
.luxury-logo-section {
	text-align: center;
	margin-bottom: 15px;
}

.luxury-logo {
	max-height: 50px;
	width: auto;
	object-fit: contain;
}

/* Heading Section */
.luxury-heading-section {
	text-align: center;
	margin-bottom: 20px;
}

.luxury-title {
	color: #ffffff;
	font-size: 32px;
	font-weight: 600;
	margin: 0 0 12px 0;
	letter-spacing: 0.5px;
}

.luxury-subtitle {
	color: #bdbdbd;
	font-size: 14px;
	margin: 0 0 20px 0;
	font-weight: 400;
}

.luxury-divider {
	width: 60px;
	height: 2px;
	background: linear-gradient(90deg, transparent, #c9972b, transparent);
	margin: 0 auto;
}

/* Alerts */
.luxury-alert {
	padding: 16px 20px;
	border-radius: 8px;
	margin-bottom: 20px;
	font-size: 14px;
	position: relative;
}

.luxury-alert-danger {
	background: rgba(220, 38, 38, 0.1);
	border: 1px solid rgba(220, 38, 38, 0.3);
	color: #fca5a5;
}

.luxury-alert-success {
	background: rgba(34, 197, 94, 0.1);
	border: 1px solid rgba(34, 197, 94, 0.3);
	color: #86efac;
}

.luxury-alert-close {
	position: absolute;
	top: 10px;
	right: 15px;
	background: none;
	border: none;
	color: inherit;
	font-size: 20px;
	cursor: pointer;
	opacity: 0.7;
	transition: opacity 0.3s ease;
}

.luxury-alert-close:hover {
	opacity: 1;
}

/* Form */
.luxury-login-form {
	margin-top: 20px;
}

.luxury-input-group {
	margin-bottom: 18px;
}

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

.luxury-input-icon {
	position: absolute;
	left: 16px;
	color: #c9972b;
	font-size: 16px;
	z-index: 2;
}

.luxury-input {
	width: 100%;
	background: #0a0a0a;
	border: 1px solid rgba(201, 151, 43, 0.3);
	border-radius: 10px;
	padding: 12px 50px 12px 48px;
	color: #ffffff;
	font-size: 15px;
	transition: all 0.3s ease;
	outline: none;
}

.luxury-input::placeholder {
	color: #666;
}

.luxury-input:focus {
	border-color: #c9972b;
	box-shadow: 0 0 0 3px rgba(201, 151, 43, 0.1);
}

.luxury-password-toggle {
	position: absolute;
	right: 16px;
	background: none;
	border: none;
	color: #666;
	font-size: 16px;
	cursor: pointer;
	transition: color 0.3s ease;
	z-index: 2;
}

.luxury-password-toggle:hover {
	color: #c9972b;
}

/* Form Options */
.luxury-form-options {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}

.luxury-checkbox {
	display: flex;
	align-items: center;
	cursor: pointer;
	user-select: none;
}

.luxury-checkbox input {
	display: none;
}

.luxury-checkbox-text {
	color: #bdbdbd;
	font-size: 14px;
	margin-left: 8px;
	position: relative;
}

.luxury-checkbox input:checked + .luxury-checkbox-text::before {
	content: '✓';
	position: absolute;
	left: -20px;
	top: 50%;
	transform: translateY(-50%);
	color: #c9972b;
	font-weight: bold;
}

.luxury-checkbox-text::before {
	content: '';
	position: absolute;
	left: -20px;
	top: 50%;
	transform: translateY(-50%);
	width: 18px;
	height: 18px;
	border: 1px solid rgba(201, 151, 43, 0.4);
	border-radius: 4px;
	background: #0a0a0a;
	transition: all 0.3s ease;
}

.luxury-checkbox input:checked + .luxury-checkbox-text::before {
	background: #c9972b;
	border-color: #c9972b;
}

.luxury-forgot-link {
	color: #c9972b;
	font-size: 14px;
	text-decoration: none;
	transition: color 0.3s ease;
}

.luxury-forgot-link:hover {
	color: #b9851f;
}

/* Login Button */
.luxury-login-btn {
	width: 100%;
	background: linear-gradient(135deg, #c9972b 0%, #b9851f 100%);
	border: none;
	border-radius: 10px;
	padding: 12px;
	color: #050505;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.3s ease;
	box-shadow: 0 4px 15px rgba(201, 151, 43, 0.3);
	position: relative;
	overflow: hidden;
}

.luxury-login-btn::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
	transition: left 0.5s ease;
}

.luxury-login-btn:hover::before {
	left: 100%;
}

.luxury-login-btn:hover {
	background: linear-gradient(135deg, #b9851f 0%, #a8751a 100%);
	box-shadow: 0 6px 20px rgba(201, 151, 43, 0.4);
	transform: translateY(-2px);
}

.luxury-btn-text {
	position: relative;
	z-index: 1;
}

/* Register Link */
.luxury-register-link {
	text-align: center;
	margin-top: 15px;
	color: #bdbdbd;
	font-size: 14px;
}

.luxury-link-gold {
	color: #c9972b;
	text-decoration: none;
	font-weight: 500;
	transition: color 0.3s ease;
}

.luxury-link-gold:hover {
	color: #b9851f;
}

/* Social Section */
.luxury-social-section {
	margin-top: 25px;
}

.luxury-divider-with-text {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.luxury-divider-with-text::before,
.luxury-divider-with-text::after {
	content: '';
	flex: 1;
	height: 1px;
	background: rgba(201, 151, 43, 0.2);
}

.luxury-divider-with-text span {
	color: #666;
	font-size: 14px;
	padding: 0 20px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.luxury-social-buttons {
	display: flex;
	justify-content: center;
	gap: 20px;
}

.luxury-social-btn {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	transition: all 0.3s ease;
	text-decoration: none;
}

.luxury-social-facebook {
	background: #1877f2;
	color: #ffffff;
}

.luxury-social-facebook:hover {
	background: #0d65d9;
	transform: translateY(-3px);
	box-shadow: 0 5px 15px rgba(24, 119, 242, 0.4);
}

.luxury-social-google {
	background: #ffffff;
	color: #050505;
}

.luxury-social-google:hover {
	background: #f0f0f0;
	transform: translateY(-3px);
	box-shadow: 0 5px 15px rgba(255, 255, 255, 0.3);
}

/* Secure Section */
.luxury-secure-section {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid rgba(201, 151, 43, 0.1);
}

.luxury-secure-icon {
	color: #c9972b;
	font-size: 16px;
	margin-right: 10px;
}

.luxury-secure-text {
	color: #666;
	font-size: 13px;
}

/* Responsive Design */
@media (max-width: 768px) {
	.luxury-login-card {
		padding: 40px 30px;
		border-radius: 12px;
	}

	.luxury-title {
		font-size: 28px;
	}

	.luxury-input {
		padding: 14px 45px 14px 42px;
		font-size: 14px;
	}

	.luxury-login-btn {
		padding: 14px;
		font-size: 15px;
	}
}

@media (max-width: 480px) {
	.luxury-login-page {
		padding: 20px 15px;
	}

	.luxury-login-card {
		padding: 35px 25px;
	}

	.luxury-title {
		font-size: 24px;
	}

	.luxury-subtitle {
		font-size: 13px;
	}

	.luxury-input {
		padding: 12px 40px 12px 38px;
		font-size: 14px;
	}

	.luxury-social-btn {
		width: 45px;
		height: 45px;
		font-size: 18px;
	}
}

/* ==================== Luxury Dark Theme Register Page ==================== */
.luxury-register-page {
	min-height: 100vh;
	
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 40px 20px;
	position: relative;
	overflow: hidden;
}

.luxury-register-page::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background:
		linear-gradient(135deg, rgba(201, 151, 43, 0.03) 0%, transparent 50%),
		linear-gradient(225deg, rgba(201, 151, 43, 0.02) 0%, transparent 50%);
	pointer-events: none;
}

.luxury-register-container {
	width: 100%;
	max-width: 550px;
	position: relative;
	z-index: 1;
}

.luxury-register-card {
	background: #0d0d0d;
	border: 1px solid rgba(201, 151, 43, 0.4);
	border-radius: 16px;
	padding: 20px 40px;
	box-shadow:
		0 25px 50px -12px rgba(0, 0, 0, 0.8),
		0 0 0 1px rgba(201, 151, 43, 0.1),
		inset 0 1px 0 rgba(255, 255, 255, 0.05);
	position: relative;
	overflow: hidden;
}

.luxury-register-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(201, 151, 43, 0.3), transparent);
}

/* Logo Section */
.luxury-register-page .luxury-logo-section {
	text-align: center;
	margin-bottom: 15px;
}

.luxury-register-page .luxury-logo {
	max-height: 50px;
	width: auto;
	object-fit: contain;
}

/* Heading Section */
.luxury-register-page .luxury-heading-section {
	text-align: center;
	margin-bottom: 20px;
}

.luxury-register-page .luxury-title {
	color: #ffffff;
	font-size: 32px;
	font-weight: 600;
	margin: 0 0 12px 0;
	letter-spacing: 0.5px;
}

.luxury-register-page .luxury-subtitle {
	color: #bdbdbd;
	font-size: 14px;
	margin: 0 0 20px 0;
	font-weight: 400;
}

.luxury-register-page .luxury-divider {
	width: 60px;
	height: 2px;
	background: linear-gradient(90deg, transparent, #c9972b, transparent);
	margin: 0 auto;
}

/* Form */
.luxury-register-form {
	margin-top: 20px;
}

.luxury-register-form .luxury-input-group {
	margin-bottom: 15px;
}

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

.luxury-register-form .luxury-input-icon {
	position: absolute;
	left: 16px;
	color: #c9972b;
	font-size: 16px;
	z-index: 2;
}

.luxury-register-form .luxury-input {
	width: 100%;
	background: #0a0a0a;
	border: 1px solid rgba(201, 151, 43, 0.3);
	border-radius: 10px;
	padding: 12px 50px 12px 48px;
	color: #ffffff;
	font-size: 15px;
	transition: all 0.3s ease;
	outline: none;
}

.luxury-register-form .luxury-input::placeholder {
	color: #666;
}

.luxury-register-form .luxury-input:focus {
	border-color: #c9972b;
	box-shadow: 0 0 0 3px rgba(201, 151, 43, 0.1);
}

.luxury-register-form .luxury-password-toggle {
	position: absolute;
	right: 16px;
	background: none;
	border: none;
	color: #666;
	font-size: 16px;
	cursor: pointer;
	transition: color 0.3s ease;
	z-index: 2;
}

.luxury-register-form .luxury-password-toggle:hover {
	color: #c9972b;
}

/* Captcha */
.luxury-captcha-group {
	margin-bottom: 20px;
}

.luxury-captcha-error {
	color: #fca5a5;
	font-size: 13px;
	margin-top: 8px;
}

/* Register Button */
.luxury-register-btn {
	width: 100%;
	background: linear-gradient(135deg, #c9972b 0%, #b9851f 100%);
	border: none;
	border-radius: 10px;
	padding: 12px;
	color: #050505;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.3s ease;
	box-shadow: 0 4px 15px rgba(201, 151, 43, 0.3);
	position: relative;
	overflow: hidden;
	margin-top: 10px;
}

.luxury-register-btn::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
	transition: left 0.5s ease;
}

.luxury-register-btn:hover::before {
	left: 100%;
}

.luxury-register-btn:hover {
	background: linear-gradient(135deg, #b9851f 0%, #a8751a 100%);
	box-shadow: 0 6px 20px rgba(201, 151, 43, 0.4);
	transform: translateY(-2px);
}

.luxury-register-btn .luxury-btn-text {
	position: relative;
	z-index: 1;
}

/* Login Link */
.luxury-login-link {
	text-align: center;
	margin-top: 15px;
	color: #bdbdbd;
	font-size: 14px;
}

.luxury-login-link .luxury-link-gold {
	color: #c9972b;
	text-decoration: none;
	font-weight: 500;
	transition: color 0.3s ease;
}

.luxury-login-link .luxury-link-gold:hover {
	color: #b9851f;
}

/* Secure Section */
.luxury-register-page .luxury-secure-section {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid rgba(201, 151, 43, 0.1);
}

.luxury-register-page .luxury-secure-icon {
	color: #c9972b;
	font-size: 16px;
	margin-right: 10px;
}

.luxury-register-page .luxury-secure-text {
	color: #666;
	font-size: 13px;
}

/* Responsive Design */
@media (max-width: 768px) {
	.luxury-register-card {
		padding: 30px 30px;
		border-radius: 12px;
	}

	.luxury-register-page .luxury-title {
		font-size: 28px;
	}

	.luxury-register-form .luxury-input {
		padding: 10px 45px 10px 42px;
		font-size: 14px;
	}

	.luxury-register-btn {
		padding: 10px;
		font-size: 15px;
	}
}

@media (max-width: 480px) {
	.luxury-register-page {
		padding: 20px 15px;
	}

	.luxury-register-card {
		padding: 25px 25px;
	}

	.luxury-register-page .luxury-title {
		font-size: 24px;
	}

	.luxury-register-page .luxury-subtitle {
		font-size: 13px;
	}

	.luxury-register-form .luxury-input {
		padding: 10px 40px 10px 38px;
		font-size: 14px;
	}
}

/* ==================== Luxury Dark Theme Wishlist Page ==================== */
.luxury-wishlist-page {
	min-height: 100vh;
	
	padding: 40px 20px;
}

.luxury-wishlist-header {
	margin-bottom: 40px;
}

.luxury-breadcrumb {
	display: flex;
	align-items: center;
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
}

.luxury-breadcrumb-item {
	color: #bdbdbd;
	font-size: 14px;
}

.luxury-breadcrumb-item a {
	color: #c9972b;
	text-decoration: none;
	transition: color 0.3s ease;
}

.luxury-breadcrumb-item a:hover {
	color: #b9851f;
}

.luxury-breadcrumb-item.active {
	color: #ffffff;
}

.luxury-breadcrumb-item:not(:last-child)::after {
	content: '>';
	margin: 0 12px;
	color: #666;
}

.luxury-wishlist-title {
	color: #c9972b;
	font-size: 36px;
	font-weight: 700;
	margin: 0;
	letter-spacing: 0.5px;
}

.luxury-wishlist-content {
	background: #0d0d0d;
	border: 1px solid rgba(201, 151, 43, 0.3);
	border-radius: 16px;
	padding: 30px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
}

.luxury-wishlist-table {
	width: 100%;
	border-collapse: collapse;
}

.luxury-wishlist-table thead th {
	background: rgba(201, 151, 43, 0.1);
	color: #c9972b;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 15px;
	text-align: left;
	border-bottom: 1px solid rgba(201, 151, 43, 0.3);
}

.luxury-wishlist-table tbody tr {
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
	transition: background 0.3s ease;
}

.luxury-wishlist-table tbody tr:hover {
	background: rgba(201, 151, 43, 0.05);
}

.luxury-wishlist-table tbody td {
	padding: 20px 15px;
	vertical-align: middle;
}

.luxury-product-thumbnail {
	width: 40%;
}

.luxury-product-cell {
	display: flex;
	align-items: center;
	gap: 20px;
}

.luxury-product-cell img {
	width: 80px;
	height: 80px;
	object-fit: cover;
	border-radius: 8px;
	border: 1px solid rgba(201, 151, 43, 0.3);
}

.luxury-product-info {
	flex: 1;
}

.luxury-product-name {
	color: #ffffff;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	transition: color 0.3s ease;
	display: block;
	line-height: 1.4;
}

.luxury-product-name:hover {
	color: #c9972b;
}

.luxury-product-price {
	width: 15%;
}

.luxury-price-wrapper {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.luxury-current-price {
	color: #c9972b;
	font-size: 18px;
	font-weight: 700;
}

.luxury-old-price {
	color: #666;
	font-size: 14px;
	text-decoration: line-through;
}

.luxury-product-stock {
	width: 15%;
}

.luxury-stock-status {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	font-weight: 500;
}

.luxury-stock-dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
}

.luxury-stock-status.in-stock {
	color: #86efac;
}

.luxury-stock-status.in-stock .luxury-stock-dot {
	background: #22c55e;
}

.luxury-stock-status.out-of-stock {
	color: #fca5a5;
}

.luxury-stock-status.out-of-stock .luxury-stock-dot {
	background: #ef4444;
}

.luxury-product-actions {
	width: 25%;
}

.luxury-product-actions .luxury-btn {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 5px;
}

.luxury-btn {
	padding: 10px 20px;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.3s ease;
	cursor: pointer;
	border: none;
}

.luxury-btn-gold {
	background: linear-gradient(135deg, #c9972b 0%, #b9851f 100%);
	color: #050505;
}

.luxury-btn-gold:hover {
	background: linear-gradient(135deg, #b9851f 0%, #a8751a 100%);
	transform: translateY(-2px);
	box-shadow: 0 4px 15px rgba(201, 151, 43, 0.4);
}

.luxury-btn-outline {
	background: transparent;
	border: 1px solid rgba(201, 151, 43, 0.5);
	color: #c9972b;
}

.luxury-btn-outline:hover {
	background: rgba(201, 151, 43, 0.1);
	border-color: #c9972b;
}

.luxury-btn-disabled {
	background: rgba(255, 255, 255, 0.1);
	color: #666;
	cursor: not-allowed;
}

.luxury-product-remove {
	width: 5%;
	text-align: center;
}

.luxury-remove-btn {
	color: #666;
	font-size: 20px;
	text-decoration: none;
	transition: color 0.3s ease;
	display: inline-block;
}

.luxury-remove-btn:hover {
	color: #ef4444;
}

.luxury-continue-shopping {
	margin-top: 50px;
	text-align: center;
	padding-top: 30px;
	border-top: 1px solid rgba(201, 151, 43, 0.2);
}

.luxury-btn-full {
	display: block;
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
	padding: 16px 32px;
	background: linear-gradient(135deg, #c9972b 0%, #b9851f 100%);
	border: none;
	border-radius: 10px;
	color: #050505;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.3s ease;
	box-shadow: 0 4px 15px rgba(201, 151, 43, 0.3);
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.luxury-btn-full::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
	transition: left 0.5s ease;
	z-index: -1;
}

.luxury-btn-full:hover::before {
	left: 100%;
}

.luxury-btn-full:hover {
	background: linear-gradient(135deg, #b9851f 0%, #a8751a 100%);
	box-shadow: 0 6px 20px rgba(201, 151, 43, 0.4);
	transform: translateY(-2px);
}

/* Responsive Design */
@media (max-width: 992px) {
	.luxury-wishlist-table thead {
		display: none;
	}

	.luxury-wishlist-table tbody tr {
		display: block;
		margin-bottom: 20px;
		border: 1px solid rgba(201, 151, 43, 0.3);
		border-radius: 12px;
		padding: 20px;
	}

	.luxury-wishlist-table tbody td {
		display: block;
		width: 100%;
		padding: 10px 0;
		text-align: left;
	}

	.luxury-product-thumbnail {
		width: 100%;
	}

	.luxury-product-cell {
		flex-direction: column;
		align-items: flex-start;
		gap: 15px;
	}

	.luxury-product-cell img {
		width: 100px;
		height: 100px;
	}

	.luxury-product-price,
	.luxury-product-stock,
	.luxury-product-actions,
	.luxury-product-remove {
		width: 100%;
	}

	.luxury-product-actions .luxury-btn {
		display: block;
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
		text-align: center;
	}

	.luxury-product-remove {
		text-align: left;
	}
}

@media (max-width: 768px) {
	.luxury-wishlist-page {
		padding: 30px 15px;
	}

	.luxury-wishlist-title {
		font-size: 28px;
	}

	.luxury-wishlist-content {
		padding: 20px;
	}
}

@media (max-width: 480px) {
	.luxury-wishlist-title {
		font-size: 24px;
	}

	.luxury-breadcrumb {
		flex-wrap: wrap;
	}

	.luxury-wishlist-content {
		padding: 15px;
	}
}

/* ==================== Luxury Dark Theme Cart Popup ==================== */
.luxury-cart-popup {
	background: rgba(13, 13, 13, 0.98);
	backdrop-filter: blur(20px);
	border: 1px solid rgba(201, 151, 43, 0.3);
	border-radius: 24px;
	box-shadow: 0 25px 60px rgba(0, 0, 0, 0.65);
	width: 380px;
	overflow: visible;
	position: fixed;
	top: 85px;
	right: 25px;
	z-index: 999999;
	margin-top: 0;
	display: block;
	opacity: 0;
	visibility: hidden;
	transform: translateY(15px);
	transition: opacity .25s ease, transform .25s ease, visibility .25s ease;
}

.luxury-cart-popup.active,
[class*="header-cart-"].show .luxury-cart-popup {
	display: block;
	opacity: 1;
	visibility: visible;
	top: 85px;
	border: 1px solid rgba(201, 151, 43, 0.3);
	transform: translateY(0);
}

.header-cart-1 {
	position: relative;
}

@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(-10px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* Header */
.luxury-cart-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 14px 20px;
	border-bottom: 1px solid rgba(201, 151, 43, 0.2);
	background: rgba(201, 151, 43, 0.05);
}

.luxury-cart-title {
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	margin: 0;
	letter-spacing: 0.5px;
}

.luxury-cart-count {
	color: #c9972b;
	font-weight: 700;
}

.luxury-cart-close {
	background: none;
	border: none;
	color: #666;
	font-size: 16px;
	cursor: pointer;
	transition: color 0.3s ease;
	padding: 4px;
}

.luxury-cart-close:hover {
	color: #c9972b;
}

/* Cart Items */
.luxury-cart-items {
	padding: 12px 20px;
}

.luxury-cart-item {
	display: flex;
	gap: 10px;
	padding: 10px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
	transition: background 0.3s ease;
	align-items: flex-start;
	position: relative;
}

.luxury-cart-item:hover {
	background: rgba(201, 151, 43, 0.03);
}

.luxury-cart-item:last-child {
	border-bottom: none;
}

.luxury-cart-image {
	flex-shrink: 0;
}

.luxury-cart-image img {
	width: 55px;
	height: 55px;
	object-fit: cover;
	border-radius: 6px;
	border: 1px solid rgba(201, 151, 43, 0.3);
}

.luxury-cart-details {
	flex: 1;
	min-width: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.luxury-cart-product-name {
	color: #ffffff;
	font-size: 12px;
	font-weight: 500;
	text-decoration: none;
	display: block;
	margin-bottom: 3px;
	line-height: 1.2;
	transition: color 0.3s ease;
}

.luxury-cart-product-name:hover {
	color: #c9972b;
}

.luxury-cart-variation {
	display: flex;
	gap: 3px;
	font-size: 10px;
	margin-bottom: 3px;
}

.luxury-variation-label {
	color: #666;
}

.luxury-variation-value {
	color: #bdbdbd;
}

.luxury-cart-item-price {
	color: #c9972b;
	font-size: 13px;
	font-weight: 700;
	margin-top: 2px;
}

.luxury-discount-badge {
	color: #86efac;
	font-size: 9px;
	font-weight: 600;
	margin-left: 4px;
}

.luxury-cart-qty-remove {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 8px;
	flex-shrink: 0;
}

.luxury-quantity-stepper {
	display: flex;
	align-items: center;
	gap: 2px;
	background: rgba(201, 151, 43, 0.1);
	border: 1px solid rgba(201, 151, 43, 0.3);
	border-radius: 4px;
	padding: 2px;
}

.luxury-qty-btn {
	background: none;
	border: none;
	color: #c9972b;
	font-size: 10px;
	cursor: pointer;
	transition: all 0.3s ease;
	padding: 2px 4px;
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.luxury-qty-btn:hover {
	color: #ffffff;
	background: rgba(201, 151, 43, 0.2);
}

.luxury-qty-value {
	color: #ffffff;
	font-size: 11px;
	font-weight: 600;
	min-width: 14px;
	text-align: center;
}

.luxury-remove-btn {
	background: none;
	border: none;
	color: #666;
	font-size: 11px;
	cursor: pointer;
	transition: color 0.3s ease;
	padding: 2px;
}

.luxury-remove-btn:hover {
	color: #ef4444;
}

/* Empty Cart */
.luxury-empty-cart {
	text-align: center;
	padding: 25px 20px;
}

.luxury-empty-icon {
	color: #c9972b;
	font-size: 36px;
	margin-bottom: 10px;
}

.luxury-empty-text {
	color: #666;
	font-size: 12px;
	margin-bottom: 14px;
}

.luxury-btn-sm {
	padding: 8px 16px;
	font-size: 13px;
}

/* Pricing Summary */
.luxury-cart-summary {
	padding: 10px 20px;
	border-top: 1px solid rgba(201, 151, 43, 0.2);
	background: rgba(201, 151, 43, 0.03);
}

.luxury-summary-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 6px;
}

.luxury-summary-row:last-child {
	margin-bottom: 0;
}

.luxury-summary-label {
	color: #bdbdbd;
	font-size: 10px;
}

.luxury-summary-value {
	color: #ffffff;
	font-size: 11px;
	font-weight: 600;
}

.luxury-free-shipping {
	color: #86efac;
	font-weight: 700;
}

.luxury-summary-total {
	margin-top: 6px;
	padding-top: 6px;
	border-top: 1px solid rgba(201, 151, 43, 0.2);
}

.luxury-total-price {
	color: #c9972b;
	font-size: 14px;
	font-weight: 700;
}

/* Features Row */
.luxury-cart-features {
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding: 8px 20px;
	border-top: 1px solid rgba(201, 151, 43, 0.2);
}

.luxury-feature-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 2px;
	color: #666;
	font-size: 8px;
	text-align: center;
}

.luxury-feature-item i {
	color: #c9972b;
	font-size: 11px;
}

.luxury-feature-divider {
	width: 1px;
	height: 18px;
	background: rgba(201, 151, 43, 0.2);
}

/* Action Buttons */
.luxury-cart-actions {
	padding: 10px 20px;
	display: flex;
	flex-direction: column;
	gap: 6px;
	border-top: 1px solid rgba(201, 151, 43, 0.2);
}

.luxury-btn-full {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	padding: 8px 16px;
	border-radius: 8px;
	font-size: 11px;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.3s ease;
	cursor: pointer;
	border: none;
}

.luxury-btn-gold {
	background: linear-gradient(135deg, #c9972b 0%, #b9851f 100%);
	color: #050505;
}

.luxury-btn-gold:hover {
	background: linear-gradient(135deg, #b9851f 0%, #a8751a 100%);
	transform: translateY(-2px);
	box-shadow: 0 4px 15px rgba(201, 151, 43, 0.4);
}

.luxury-btn-outline {
	background: transparent;
	border: 1px solid rgba(201, 151, 43, 0.5);
	color: #c9972b;
}

.luxury-btn-outline:hover {
	background: rgba(201, 151, 43, 0.1);
	border-color: #c9972b;
}

/* Responsive Design */
@media (max-width: 768px) {
	.luxury-cart-popup {
		width: calc(100vw - 20px);
		max-width: calc(100vw - 20px);
		right: 10px;
		left: 10px;
		top: 80px;
		max-height: 80vh;
		overflow-y: auto;
		border-radius: 12px;
	}

	.luxury-cart-popup.active,
	[class*="header-cart-"].show .luxury-cart-popup {
		top: 80px;
	}

	.luxury-cart-header,
	.luxury-cart-items,
	.luxury-cart-summary,
	.luxury-cart-features,
	.luxury-cart-actions {
		padding-left: 16px;
		padding-right: 16px;
	}

	.luxury-cart-image img {
		width: 55px;
		height: 55px;
	}

	.luxury-cart-title {
		font-size: 14px;
	}
}

@media (max-width: 480px) {
	.luxury-cart-popup {
		border-radius: 0;
	}

	.luxury-cart-features {
		flex-wrap: wrap;
		gap: 10px;
	}

	.luxury-feature-divider {
		display: none;
	}

	.luxury-feature-item {
		flex: 1;
		min-width: 60px;
	}
}
/* Luxury Size Guide */
.luxury-size-guide-btn {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 8px;
height: 36px;
padding: 0 18px;
margin-top: -8px;
margin-bottom: 18px;
border: 1px solid #d4a13a;
border-radius: 999px;
background: transparent;
color: #d4a13a;
font-size: 13px;
font-weight: 600;
line-height: 1;
letter-spacing: 0.01em;
cursor: pointer;
transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.luxury-size-guide-btn i {
color: inherit;
font-size: 13px;
line-height: 1;
}

.luxury-size-guide-btn:hover {
background: #d4a13a;
color: #080808;
border-color: #d4a13a;
transform: translateY(-1px);
box-shadow: 0 8px 24px rgba(212, 161, 58, 0.18);
}

.luxury-size-guide-modal {
position: fixed;
inset: 0;
z-index: 99999;
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
padding: 24px;
background: rgba(0, 0, 0, 0.78);
backdrop-filter: blur(8px);
-webkit-backdrop-filter: blur(8px);
opacity: 0;
visibility: hidden;
pointer-events: none;
transition: opacity 0.3s ease, visibility 0.3s ease;
}

.luxury-size-guide-modal.active {
opacity: 1;
visibility: visible;
pointer-events: auto;
}

.luxury-size-guide-dialog {
position: relative;
width: 100%;
max-width: 850px;
aspect-ratio: 5 / 4;
padding: 16px;
border: 1px solid rgba(212, 161, 58, 0.35);
border-radius: 16px;
background: linear-gradient(145deg, #090909, #15110a);
box-shadow: 0 24px 80px rgba(0, 0, 0, 0.55), 0 0 36px rgba(212, 161, 58, 0.18);
transform: scale(0.94);
transition: transform 0.3s ease;
}

.luxury-size-guide-modal.active .luxury-size-guide-dialog {
transform: scale(1);
}

.luxury-size-guide-close {
position: absolute;
top: 12px;
right: 12px;
z-index: 2;
display: inline-flex;
align-items: center;
justify-content: center;
width: 34px;
height: 34px;
border: 1px solid rgba(212, 161, 58, 0.45);
border-radius: 50%;
background: rgba(0, 0, 0, 0.72);
color: #d4a13a;
cursor: pointer;
transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.luxury-size-guide-close:hover {
background: #d4a13a;
color: #080808;
transform: rotate(90deg);
}

.luxury-size-guide-image {
display: block;
width: 100%;
height: 100%;
aspect-ratio: 5 / 4;
object-fit: contain;
border-radius: 12px;
cursor: zoom-in;
}

body.luxury-size-guide-open {
overflow: hidden;
}

@media (max-width: 767px) {
.luxury-size-guide-modal {
padding: 14px;
}

.luxury-size-guide-dialog {
max-width: 95%;
padding: 10px;
}

.luxury-size-guide-btn {
height: 34px;
padding: 0 16px;
font-size: 12px;
}
}

/* Premium custom variation heading */
.custom-product-variations {
margin-top: 22px;
}

.custom-product-variations .luxury-variation-heading {
margin-bottom: 16px;
padding-bottom: 12px;
border-bottom: 1px solid rgba(212, 161, 58, 0.16);
}

.custom-product-variations .luxury-variation-eyebrow {
display: inline-block;
position: relative;
margin-bottom: 5px;
color: #d4a13a;
font-size: 17px;
font-weight: 700;
line-height: 1.2;
letter-spacing: 0.01em;
}

.custom-product-variations .luxury-variation-eyebrow::after {
content: "";
display: block;
width: 44px;
height: 2px;
margin-top: 7px;
background: linear-gradient(90deg, #d4a13a, rgba(212, 161, 58, 0));
}

.custom-product-variations .luxury-variation-heading p {
margin: 0;
color: rgba(232, 224, 207, 0.72);
font-size: 12px;
line-height: 1.5;
}

.custom-product-variation-group > .title {
color: rgba(255, 255, 255, 0.9);
font-size: 13px;
font-weight: 600;
letter-spacing: 0.01em;
}

.custom-product-variations .custom-product-variation-card .card-img:empty::before {
content: "";
display: block;
width: 100%;
height: 100%;
background: radial-gradient(circle at center, rgba(212, 161, 58, 0.18), rgba(255, 255, 255, 0.04));
}

@media (min-width: 576px) and (max-width: 991.98px) {
.custom-product-variations .variation-card-list {
grid-template-columns: repeat(2, minmax(0, 1fr));
}

.custom-product-variations .custom-product-variation-card {
min-height: 170px;
}
}

/* Custom variation refinements */
.custom-product-variations {
margin-top: 12px;
}

.custom-product-variations .variation-card-list {
gap: 12px;
}

.custom-product-variations .custom-product-variation-card {
min-height: 132px;
padding: 10px;
gap: 8px;
}

.custom-product-variations .custom-product-variation-card .card-img {
aspect-ratio: 16 / 9;
cursor: zoom-in;
}

.custom-product-variations .custom-product-variation-card .card-img img {
transform-origin: center center;
transition: transform 0.42s ease, filter 0.42s ease;
}

.custom-product-variations .custom-product-variation-card:hover .card-img img,
.custom-product-variations .custom-product-variation-card .card-img:hover img {
transform: scale(1.18);
filter: saturate(1.08) contrast(1.06) brightness(1.04);
}

.custom-product-variations .custom-product-variation-card .card-title {
font-size: 12px;
}

.custom-product-variations .custom-product-variation-card .card-subtitle {
font-size: 10.5px;
margin-top: 3px;
}

.custom-product-variations .variation-check-indicator {
display: none !important;
}

.luxury-size-guide-btn {
margin-top: 4px;
margin-bottom: 8px;
}

@media (max-width: 575.98px) {
.custom-product-variations .custom-product-variation-card {
min-height: 128px;
}
}

/* Luxury product listing showcase */
.ea-luxury-showcase {
padding: 48px 0 28px;
background: #080808;
overflow: hidden;
}

.ea-luxury-showcase__panel {
display: grid;
grid-template-columns: minmax(0, 45%) minmax(0, 55%);
align-items: stretch;
gap: 24px;
padding: 14px;
border: 1px solid rgba(212, 161, 58, 0.18);
border-radius: 18px;
background: linear-gradient(145deg, rgba(10, 10, 10, 0.96), rgba(18, 15, 9, 0.9));
box-shadow: 0 22px 70px rgba(0, 0, 0, 0.42);
animation: eaFadeUp 0.75s ease both;
}

.ea-luxury-showcase__image-wrap {
position: relative;
min-height: 360px;
border-radius: 14px;
overflow: hidden;
background: #111;
}

.ea-luxury-showcase__image-wrap::after {
content: "";
position: absolute;
inset: 0;
background: linear-gradient(90deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.02), rgba(212, 161, 58, 0.08));
pointer-events: none;
}

.ea-luxury-showcase__image {
display: block;
width: 100%;
height: 100%;
min-height: 360px;
object-fit: cover;
transform: scale(1);
transition: transform 0.4s ease, filter 0.4s ease;
}

.ea-luxury-showcase__image-wrap:hover .ea-luxury-showcase__image {
transform: scale(1.05);
filter: saturate(1.05) contrast(1.05);
}

.ea-luxury-showcase__content {
display: flex;
flex-direction: column;
justify-content: center;
padding: 28px 18px;
}

.ea-luxury-showcase__eyebrow {
margin-bottom: 8px;
color: #d4a13a;
font-size: 12px;
font-weight: 700;
letter-spacing: 0.08em;
text-transform: uppercase;
}

.ea-luxury-showcase__content h2 {
margin: 0 0 12px;
color: #fff;
font-size: clamp(28px, 4vw, 42px);
font-weight: 700;
line-height: 1.08;
}

.ea-luxury-showcase__content p {
max-width: 620px;
margin: 0 0 24px;
color: rgba(232, 224, 207, 0.74);
font-size: 14px;
line-height: 1.75;
}

.ea-luxury-showcase__features {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 12px;
}

.ea-luxury-showcase__feature {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
min-height: 104px;
padding: 16px 10px;
border: 1px solid rgba(212, 161, 58, 0.22);
border-radius: 14px;
background: rgba(255, 255, 255, 0.025);
color: rgba(255, 255, 255, 0.88);
text-align: center;
transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}

.ea-luxury-showcase__feature i {
width: 44px;
height: 44px;
margin-bottom: 10px;
border: 1px solid rgba(212, 161, 58, 0.55);
border-radius: 50%;
color: #d4a13a;
font-size: 18px;
line-height: 42px;
text-align: center;
}

.ea-luxury-showcase__feature span {
font-size: 12px;
font-weight: 600;
}

.ea-luxury-showcase__feature:hover {
transform: translateY(-4px);
border-color: rgba(212, 161, 58, 0.72);
background: rgba(212, 161, 58, 0.07);
box-shadow: 0 14px 34px rgba(0, 0, 0, 0.3), 0 0 22px rgba(212, 161, 58, 0.13);
}

.ea-luxury-feature-strip {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 1px;
margin-top: 14px;
border: 1px solid rgba(212, 161, 58, 0.16);
border-radius: 14px;
background: rgba(212, 161, 58, 0.12);
overflow: hidden;
animation: eaFadeUp 0.9s ease both;
}

.ea-luxury-strip-item {
display: flex;
align-items: center;
gap: 14px;
min-height: 86px;
padding: 18px;
background: rgba(12, 12, 12, 0.98);
transition: background 0.3s ease, box-shadow 0.3s ease;
}

.ea-luxury-strip-item i {
flex: 0 0 42px;
width: 42px;
height: 42px;
color: #d4a13a;
font-size: 28px;
line-height: 42px;
text-align: center;
}

.ea-luxury-strip-item h4 {
margin: 0 0 4px;
color: #fff;
font-size: 13px;
font-weight: 700;
}

.ea-luxury-strip-item p {
margin: 0;
color: rgba(232, 224, 207, 0.64);
font-size: 11px;
line-height: 1.45;
}

.ea-luxury-strip-item:hover {
background: rgba(22, 17, 9, 0.98);
box-shadow: inset 0 0 28px rgba(212, 161, 58, 0.08);
}

@keyframes eaFadeUp {
from {
opacity: 0;
transform: translateY(24px);
}
to {
opacity: 1;
transform: translateY(0);
}
}

@media (max-width: 991.98px) {
.ea-luxury-showcase__panel {
grid-template-columns: 1fr;
}

.ea-luxury-showcase__features,
.ea-luxury-feature-strip {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}

@media (max-width: 575.98px) {
.ea-luxury-showcase {
padding: 34px 0 22px;
}

.ea-luxury-showcase__panel {
padding: 10px;
gap: 14px;
}

.ea-luxury-showcase__image-wrap,
.ea-luxury-showcase__image {
min-height: 260px;
}

.ea-luxury-showcase__content {
padding: 18px 6px 8px;
}

.ea-luxury-showcase__features,
.ea-luxury-feature-strip {
grid-template-columns: 1fr;
}

.ea-luxury-strip-item {
min-height: 76px;
}
}

/* Image-only luxury showcase banner */
.ea-luxury-showcase--image-only {
padding: 44px 0 34px;
background: #080808;
}

.ea-luxury-showcase--image-only .ea-luxury-showcase__banner {
width: 100%;
border: 1px solid rgba(212, 161, 58, 0.18);
border-radius: 16px;
background: #050505;
overflow: hidden;
box-shadow: 0 22px 70px rgba(0, 0, 0, 0.42), 0 0 26px rgba(212, 161, 58, 0.08);
animation: eaFadeUp 0.75s ease both;
}

.ea-luxury-showcase--image-only .ea-luxury-showcase__image {
display: block;
width: 100%;
height: auto;
min-height: 0;
max-width: 100%;
object-fit: contain;
border-radius: 16px;
transform: scale(1);
transition: transform 0.4s ease, filter 0.4s ease;
}

.ea-luxury-showcase--image-only .ea-luxury-showcase__banner:hover .ea-luxury-showcase__image {
transform: scale(1.02);
filter: saturate(1.04) contrast(1.03);
}

@media (max-width: 575.98px) {
.ea-luxury-showcase--image-only {
padding: 28px 0 24px;
}

.ea-luxury-showcase--image-only .ea-luxury-showcase__banner,
.ea-luxury-showcase--image-only .ea-luxury-showcase__image {
border-radius: 12px;
}
}

/* Product details related section and image banner placement refinements */
.ea-luxury-showcase--image-only {
padding: 26px 0 42px;
background: transparent !important;
}

.ea-luxury-showcase--image-only .container {
padding-left: 40px;
padding-right: 40px;
}

.ea-luxury-showcase--image-only .ea-luxury-showcase__banner {
border: 0 !important;
border-radius: 16px;
background: transparent !important;
box-shadow: none !important;
overflow: hidden;
}

.ea-luxury-showcase--image-only .ea-luxury-showcase__image {
display: block;
width: 100%;
height: auto;
border-radius: 16px;
object-fit: contain;
}

body .full-row.pt-0 .section-head:has(.section-head-side-title) {
border-bottom: 0 !important;
margin-bottom: 18px !important;
}

body .full-row.pt-0 .section-head-side-title h4 {
color: #fff !important;
font-family: Georgia, 'Times New Roman', serif;
font-size: 24px;
font-weight: 500 !important;
line-height: 1.25;
letter-spacing: 0.01em;
margin-bottom: 0 !important;
}

body .full-row.pt-0 .products.product-style-1 {
margin-bottom: 0;
}

@media (max-width: 767px) {
.ea-luxury-showcase--image-only .container {
padding-left: 15px;
padding-right: 15px;
}

body .full-row.pt-0 .section-head-side-title h4 {
font-size: 21px;
}
}

/* Explicit product detail related products polish */
.luxury-related-products {
padding-bottom: 8px !important;
}

.luxury-related-products .section-head {
border-bottom: 0 !important;
margin-bottom: 18px !important;
padding-bottom: 0 !important;
}

.luxury-related-products .section-head-side-title h4 {
color: #fff !important;
font-family: Georgia, 'Times New Roman', serif;
font-size: 24px;
font-weight: 500 !important;
line-height: 1.25;
letter-spacing: 0.01em;
}

.luxury-related-products .five-carousel .owl-stage {
display: flex;
align-items: stretch;
}

.luxury-related-products .five-carousel .item,
.luxury-related-products .product,
.luxury-related-products .product-wrapper {
height: 100%;
}

/* Final clean image-only luxury banner reset */
.ea-luxury-showcase.ea-luxury-showcase--image-only {
margin: 16px 0 24px !important;
padding: 0 !important;
background: transparent !important;
min-height: 0 !important;
height: auto !important;
box-shadow: none !important;
border: 0 !important;
}

.ea-luxury-showcase.ea-luxury-showcase--image-only .container {
background: transparent !important;
padding-top: 0 !important;
padding-bottom: 0 !important;
}

.ea-luxury-showcase.ea-luxury-showcase--image-only .ea-luxury-showcase__banner {
display: block !important;
width: 100% !important;
margin: 0 !important;
padding: 0 !important;
background: transparent !important;
border: 0 !important;
box-shadow: none !important;
min-height: 0 !important;
height: auto !important;
overflow: visible !important;
}

.ea-luxury-showcase.ea-luxury-showcase--image-only .ea-luxury-showcase__image {
display: block !important;
width: 100% !important;
height: auto !important;
max-width: 100% !important;
min-height: 0 !important;
object-fit: contain !important;
border-radius: 12px !important;
background: transparent !important;
box-shadow: none !important;
border: 0 !important;
transform: none !important;
transition: none !important;
animation: none !important;
filter: none !important;
}

.ea-luxury-showcase.ea-luxury-showcase--image-only .ea-luxury-showcase__banner:hover .ea-luxury-showcase__image,
.ea-luxury-showcase.ea-luxury-showcase--image-only .ea-luxury-showcase__image:hover {
transform: none !important;
transition: none !important;
animation: none !important;
filter: none !important;
}

@media (max-width: 767px) {
.ea-luxury-showcase.ea-luxury-showcase--image-only {
margin: 12px 0 18px !important;
}
}

/* No-wrapper final image banner structure */
section.ea-luxury-showcase.ea-luxury-showcase--image-only {
display: block !important;
width: calc(100% - 80px) !important;
max-width: 1200px !important;
margin: 14px auto 22px !important;
padding: 0 !important;
background: none !important;
border: 0 !important;
box-shadow: none !important;
min-height: unset !important;
height: auto !important;
overflow: visible !important;
}

section.ea-luxury-showcase.ea-luxury-showcase--image-only > .ea-luxury-showcase__banner {
display: block !important;
width: 100% !important;
margin: 0 !important;
padding: 0 !important;
background: none !important;
border: 0 !important;
box-shadow: none !important;
min-height: unset !important;
height: auto !important;
overflow: hidden !important;
border-radius: 12px !important;
}

section.ea-luxury-showcase.ea-luxury-showcase--image-only > .ea-luxury-showcase__banner > img.ea-luxury-showcase__image {
display: block !important;
width: 100% !important;
height: auto !important;
max-width: 100% !important;
min-height: unset !important;
aspect-ratio: auto !important;
object-fit: contain !important;
border-radius: 12px !important;
background: none !important;
border: 0 !important;
box-shadow: none !important;
transform: none !important;
transition: none !important;
animation: none !important;
filter: none !important;
}

section.ea-luxury-showcase.ea-luxury-showcase--image-only > .ea-luxury-showcase__banner:hover > img.ea-luxury-showcase__image {
transform: none !important;
transition: none !important;
animation: none !important;
filter: none !important;
}

@media (max-width: 767px) {
section.ea-luxury-showcase.ea-luxury-showcase--image-only {
width: calc(100% - 30px) !important;
margin: 12px auto 18px !important;
}
}

/* Full-bleed luxury banner edge alignment */
section.ea-luxury-showcase.ea-luxury-showcase--image-only {
width: 100vw !important;
max-width: 100vw !important;
margin: 14px 0 22px 50% !important;
padding: 0 !important;
transform: translateX(-50%) !important;
background: none !important;
border: 0 !important;
box-shadow: none !important;
overflow: hidden !important;
}

section.ea-luxury-showcase.ea-luxury-showcase--image-only > .ea-luxury-showcase__banner {
width: 100% !important;
max-width: 100% !important;
margin: 0 !important;
padding: 0 !important;
background: none !important;
border: 0 !important;
box-shadow: none !important;
border-radius: 0 !important;
overflow: hidden !important;
}

section.ea-luxury-showcase.ea-luxury-showcase--image-only > .ea-luxury-showcase__banner > img.ea-luxury-showcase__image {
width: 100% !important;
max-width: none !important;
height: auto !important;
display: block !important;
margin: 0 !important;
padding: 0 !important;
object-fit: cover !important;
border-radius: 0 !important;
transform: none !important;
transition: none !important;
animation: none !important;
filter: none !important;
}

/* Reduce luxury banner height */
section.ea-luxury-showcase.ea-luxury-showcase--image-only > .ea-luxury-showcase__banner {
height: 270px !important;
}

section.ea-luxury-showcase.ea-luxury-showcase--image-only > .ea-luxury-showcase__banner > img.ea-luxury-showcase__image {
height: 100% !important;
object-fit: cover !important;
object-position: center center !important;
}

@media (max-width: 991px) {
section.ea-luxury-showcase.ea-luxury-showcase--image-only > .ea-luxury-showcase__banner {
height: 220px !important;
}
}

@media (max-width: 575px) {
section.ea-luxury-showcase.ea-luxury-showcase--image-only > .ea-luxury-showcase__banner {
height: 160px !important;
}
}

/* Prevent luxury banner image cropping while keeping reduced height */
section.ea-luxury-showcase.ea-luxury-showcase--image-only > .ea-luxury-showcase__banner {
height: auto !important;
max-height: none !important;
}

section.ea-luxury-showcase.ea-luxury-showcase--image-only > .ea-luxury-showcase__banner > img.ea-luxury-showcase__image {
height: auto !important;
max-height: 360px !important;
object-fit: contain !important;
object-position: center center !important;
}

@media (max-width: 991px) {
section.ea-luxury-showcase.ea-luxury-showcase--image-only > .ea-luxury-showcase__banner > img.ea-luxury-showcase__image {
max-height: 300px !important;
}
}

@media (max-width: 575px) {
section.ea-luxury-showcase.ea-luxury-showcase--image-only > .ea-luxury-showcase__banner > img.ea-luxury-showcase__image {
max-height: none !important;
}
}

/* Emergency restore: contained luxury banner wins over previous full-bleed rules */
section.ea-luxury-showcase.ea-luxury-showcase--image-only {
position: static !important;
left: auto !important;
right: auto !important;
transform: none !important;
width: min(100%, 1200px) !important;
max-width: calc(100% - 80px) !important;
margin: 18px auto 26px !important;
padding: 0 !important;
background: transparent !important;
border: 0 !important;
box-shadow: none !important;
overflow: hidden !important;
min-height: 0 !important;
height: auto !important;
}

section.ea-luxury-showcase.ea-luxury-showcase--image-only > .ea-luxury-showcase__banner {
display: block !important;
width: 100% !important;
max-width: 100% !important;
margin: 0 !important;
padding: 0 !important;
background: transparent !important;
border: 0 !important;
box-shadow: none !important;
overflow: hidden !important;
border-radius: 12px !important;
min-height: 0 !important;
height: auto !important;
}

section.ea-luxury-showcase.ea-luxury-showcase--image-only > .ea-luxury-showcase__banner > img.ea-luxury-showcase__image {
display: block !important;
width: 100% !important;
max-width: 100% !important;
height: auto !important;
margin: 0 !important;
padding: 0 !important;
object-fit: contain !important;
border-radius: 12px !important;
background: transparent !important;
border: 0 !important;
box-shadow: none !important;
transform: none !important;
transition: none !important;
animation: none !important;
filter: none !important;
}

@media (max-width: 767px) {
section.ea-luxury-showcase.ea-luxury-showcase--image-only {
max-width: calc(100% - 30px) !important;
margin: 14px auto 20px !important;
}
}

/* Premium product detail lower section */
.luxury-description-section {
padding: 34px 0 40px !important;
}

.luxury-description-card {
display: grid;
grid-template-columns: minmax(0, 1.45fr) minmax(260px, 0.8fr);
gap: 18px;
padding: 22px;
border: 1px solid rgba(197, 139, 34, 0.18);
border-radius: 14px;
background: rgba(8, 8, 8, 0.72);
}

.luxury-description-main,
.luxury-spec-card {
border: 1px solid rgba(197, 139, 34, 0.2);
border-radius: 12px;
background: rgba(12, 12, 12, 0.72);
}

.luxury-description-main {
padding: 24px;
}

.luxury-description-eyebrow {
display: inline-block;
margin-bottom: 12px;
color: #c9952f;
font-size: 12px;
font-weight: 700;
letter-spacing: 0.08em;
text-transform: uppercase;
}

.luxury-description-main h3 {
margin: 0 0 16px;
color: #fff;
font-family: Georgia, 'Times New Roman', serif;
font-size: clamp(22px, 2.2vw, 30px);
font-weight: 500;
line-height: 1.25;
}

.luxury-description-content,
.luxury-description-content p,
.luxury-description-content li {
color: rgba(235, 229, 218, 0.78) !important;
font-size: 14px;
line-height: 1.85;
}

.luxury-description-content p {
margin-bottom: 12px;
}

.luxury-feature-badges {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 10px;
margin-top: 20px;
}

.luxury-feature-badge {
display: flex;
align-items: center;
gap: 9px;
min-height: 48px;
padding: 10px 12px;
border: 1px solid rgba(197, 139, 34, 0.24);
border-radius: 10px;
background: rgba(255, 255, 255, 0.025);
color: rgba(255, 255, 255, 0.82);
font-size: 12px;
font-weight: 600;
}

.luxury-feature-badge i,
.luxury-spec-row i {
color: #c9952f;
}

.luxury-spec-card {
display: flex;
flex-direction: column;
padding: 18px;
gap: 4px;
}

.luxury-spec-row {
display: grid;
grid-template-columns: 22px minmax(72px, 0.72fr) minmax(0, 1fr);
align-items: start;
gap: 10px;
padding: 11px 0;
border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.luxury-spec-row:last-child {
border-bottom: 0;
}

.luxury-spec-row span {
color: rgba(255, 255, 255, 0.72);
font-size: 13px;
font-weight: 600;
}

.luxury-spec-row strong {
color: rgba(235, 229, 218, 0.86);
font-size: 13px;
font-weight: 500;
line-height: 1.55;
}

.luxury-related-products {
padding-top: 4px !important;
}

.luxury-related-products .section-head {
margin-bottom: 20px !important;
}

.luxury-related-products .section-head-side-title h4 {
color: #fff !important;
font-family: Georgia, 'Times New Roman', serif;
font-size: clamp(25px, 2.4vw, 34px) !important;
font-weight: 500 !important;
letter-spacing: 0.01em;
}

.luxury-product-actions {
align-items: center;
gap: 12px;
}

.luxury-product-actions > ul {
display: flex;
align-items: center;
gap: 12px;
padding-left: 0;
margin: 0;
list-style: none;
}

.luxury-product-actions .addtocart {
margin: 0 !important;
}

.luxury-action-btn {
display: inline-flex !important;
align-items: center;
justify-content: center;
gap: 9px;
min-width: 176px;
height: 46px;
padding: 0 24px !important;
border-radius: 8px !important;
font-size: 13px;
font-weight: 700;
letter-spacing: 0.01em;
text-decoration: none !important;
transition: background 0.28s ease, color 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease, transform 0.28s ease;
}

.luxury-action-btn--gold {
border: 1px solid #c9952f !important;
background: linear-gradient(135deg, #d6a13b, #a97613) !important;
color: #111 !important;
box-shadow: 0 10px 26px rgba(201, 149, 47, 0.18);
}

.luxury-action-btn--outline {
border: 1px solid rgba(201, 149, 47, 0.78) !important;
background: rgba(8, 8, 8, 0.65) !important;
color: #d6a13b !important;
}

.luxury-action-btn:hover {
transform: translateY(-1px);
box-shadow: 0 12px 30px rgba(201, 149, 47, 0.25);
}

.luxury-action-btn--outline:hover {
background: #d6a13b !important;
color: #111 !important;
}

@media (max-width: 991.98px) {
.luxury-description-card {
grid-template-columns: 1fr;
}
}

@media (max-width: 575.98px) {
.luxury-description-section {
padding: 24px 0 30px !important;
}

.luxury-description-card,
.luxury-description-main,
.luxury-spec-card {
padding: 16px;
}

.luxury-feature-badges {
grid-template-columns: 1fr;
}

.luxury-product-actions,
.luxury-product-actions > ul {
width: 100%;
gap: 10px;
}

.luxury-product-actions > ul {
flex-direction: column;
}

.luxury-product-actions .addtocart,
.luxury-action-btn {
width: 100%;
}
}

/* Product detail description under gallery alignment */
.single-product-wrapper {
align-items: flex-start;
}

.luxury-description-card--under-gallery {
display: grid !important;
grid-template-columns: minmax(0, 1.25fr) minmax(150px, 0.85fr) !important;
gap: 10px !important;
margin-top: 22px !important;
padding: 14px !important;
border-radius: 12px !important;
background: rgba(8, 8, 8, 0.58) !important;
border: 1px solid rgba(197, 139, 34, 0.14) !important;
}

.luxury-description-card--under-gallery .luxury-description-main,
.luxury-description-card--under-gallery .luxury-spec-card {
padding: 14px !important;
border-radius: 10px !important;
}

.luxury-description-card--under-gallery .luxury-description-eyebrow {
margin-bottom: 9px;
font-size: 11px;
}

.luxury-description-card--under-gallery .luxury-description-main h3 {
font-size: 19px;
margin-bottom: 12px;
}

.luxury-description-card--under-gallery .luxury-description-content,
.luxury-description-card--under-gallery .luxury-description-content p,
.luxury-description-card--under-gallery .luxury-description-content li {
font-size: 12px !important;
line-height: 1.75 !important;
}

.luxury-description-card--under-gallery .luxury-feature-badges {
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 8px;
margin-top: 16px;
}

.luxury-description-card--under-gallery .luxury-feature-badge {
min-height: 42px;
padding: 8px;
font-size: 10px;
line-height: 1.25;
}

.luxury-description-card--under-gallery .luxury-spec-card {
gap: 0;
}

.luxury-description-card--under-gallery .luxury-spec-row {
grid-template-columns: 18px minmax(54px, 0.6fr) minmax(0, 1fr);
gap: 8px;
padding: 8px 0;
}

.luxury-description-card--under-gallery .luxury-spec-row span,
.luxury-description-card--under-gallery .luxury-spec-row strong {
font-size: 11px;
}

@media (min-width: 992px) {
.single-product-wrapper > .col-lg-4 {
flex: 0 0 50%;
max-width: 50%;
}

.single-product-wrapper > .col-lg-5 {
flex: 0 0 50%;
max-width: 50%;
}
}

@media (max-width: 1199.98px) {
.luxury-description-card--under-gallery {
grid-template-columns: 1fr !important;
}
}

@media (max-width: 575.98px) {
.luxury-description-card--under-gallery {
padding: 12px !important;
margin-top: 16px !important;
}

.luxury-description-card--under-gallery .luxury-feature-badges {
grid-template-columns: 1fr;
}
}

/* Right-side specification card (GREEN BOX - dynamic specs) */
.luxury-spec-card-right {
background: rgba(8, 8, 8, 0.58);
border: 1px solid rgba(197, 139, 34, 0.14);
border-radius: 12px;
padding: 16px;
margin-top: 20px;
}

.luxury-spec-card-right__heading {
margin-bottom: 14px;
padding-bottom: 10px;
border-bottom: 1px solid rgba(197, 139, 34, 0.12);
}

.luxury-spec-card-right__eyebrow {
font-size: 11px;
text-transform: uppercase;
letter-spacing: 1.5px;
color: #c58a22;
font-weight: 600;
}

.luxury-spec-card-right__content {
display: flex;
flex-direction: column;
gap: 0;
}

.luxury-spec-row-right {
display: grid;
grid-template-columns: minmax(140px, 0.45fr) minmax(0, 1fr);
gap: 12px;
padding: 10px 0;
border-bottom: 1px solid rgba(255, 255, 255, 0.04);
align-items: center;
}

.luxury-spec-row-right:last-child {
border-bottom: none;
}

.luxury-spec-row-right__label {
display: flex;
align-items: center;
gap: 8px;
}

.luxury-spec-row-right__label i {
color: #c58a22;
font-size: 13px;
width: 16px;
text-align: center;
}

.luxury-spec-row-right__label span {
font-size: 12px;
color: #ffffff;
font-weight: 500;
white-space: nowrap;
}

.luxury-spec-row-right__value {
font-size: 12px;
color: rgba(255, 255, 255, 0.7);
line-height: 1.5;
text-align: right;
}

@media (max-width: 767.98px) {
.luxury-spec-card-right {
padding: 14px;
margin-top: 16px;
}

.luxury-spec-row-right {
grid-template-columns: 1fr;
gap: 6px;
padding: 8px 0;
}

.luxury-spec-row-right__label {
gap: 6px;
}

.luxury-spec-row-right__label span {
font-size: 11px;
}

.luxury-spec-row-right__value {
font-size: 11px;
text-align: left;
padding-left: 24px;
}
}

/* Fix left-side specification card height to auto-fit content */
.luxury-description-card--under-gallery {
align-items: flex-start !important;
}

.luxury-description-card--under-gallery .luxury-spec-card {
height: auto !important;
min-height: auto !important;
align-self: flex-start !important;
}

.luxury-description-card--under-gallery .luxury-spec-card .luxury-spec-row:last-child {
padding-bottom: 0 !important;
margin-bottom: 0 !important;
}

.luxury-description-card--under-gallery .luxury-spec-card {
padding-bottom: 14px !important;
}

/* Side-by-side description and specification wrapper */
.luxury-description-specs-wrapper {
display: grid;
grid-template-columns: 1.25fr 0.85fr;
gap: 16px;
margin-top: 22px;
}

.luxury-description-card {
background: rgba(8, 8, 8, 0.58);
border: 1px solid rgba(197, 139, 34, 0.14);
border-radius: 12px;
padding: 18px;
display: flex;
flex-direction: column;
}

.luxury-description-main {
flex: 1;
display: flex;
flex-direction: column;
}

.luxury-description-main .luxury-description-eyebrow {
margin-bottom: 10px;
font-size: 11px;
text-transform: uppercase;
letter-spacing: 1.5px;
color: #c58a22;
font-weight: 600;
}

.luxury-description-main h3 {
font-size: 19px;
margin-bottom: 14px;
color: #ffffff;
}

.luxury-description-content,
.luxury-description-content p,
.luxury-description-content li {
font-size: 13px;
line-height: 1.75;
color: rgba(255, 255, 255, 0.85);
margin-bottom: 12px;
}

.luxury-feature-badges {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 10px;
margin-top: auto;
padding-top: 16px;
}

.luxury-feature-badge {
min-height: 44px;
padding: 10px;
background: rgba(197, 139, 34, 0.08);
border: 1px solid rgba(197, 139, 34, 0.18);
border-radius: 8px;
display: flex;
align-items: center;
gap: 8px;
font-size: 11px;
color: #ffffff;
}

.luxury-feature-badge i {
color: #c58a22;
font-size: 14px;
}

.luxury-spec-card {
background: rgba(8, 8, 8, 0.58);
border: 1px solid rgba(197, 139, 34, 0.14);
border-radius: 12px;
padding: 18px;
display: flex;
flex-direction: column;
}

.luxury-spec-card__heading {
margin-bottom: 14px;
padding-bottom: 12px;
border-bottom: 1px solid rgba(197, 139, 34, 0.12);
}

.luxury-spec-card__eyebrow {
font-size: 11px;
text-transform: uppercase;
letter-spacing: 1.5px;
color: #c58a22;
font-weight: 600;
}

.luxury-spec-card__content {
display: flex;
flex-direction: column;
gap: 0;
}

.luxury-spec-row {
display: grid;
grid-template-columns: minmax(120px, 0.4fr) minmax(0, 1fr);
gap: 12px;
padding: 10px 0;
border-bottom: 1px solid rgba(255, 255, 255, 0.04);
align-items: center;
}

.luxury-spec-row:last-child {
border-bottom: none;
padding-bottom: 0;
}

.luxury-spec-row__label {
display: flex;
align-items: center;
gap: 8px;
}

.luxury-spec-row__label i {
color: #c58a22;
font-size: 13px;
width: 16px;
text-align: center;
}

.luxury-spec-row__label span {
font-size: 12px;
color: #ffffff;
font-weight: 500;
white-space: nowrap;
}

.luxury-spec-row__value {
font-size: 12px;
color: rgba(255, 255, 255, 0.7);
line-height: 1.5;
text-align: right;
}

@media (max-width: 991.98px) {
.luxury-description-specs-wrapper {
grid-template-columns: 1fr;
gap: 14px;
}

.luxury-spec-row {
grid-template-columns: 1fr;
gap: 6px;
padding: 8px 0;
}

.luxury-spec-row__value {
text-align: left;
padding-left: 24px;
}
}

@media (max-width: 575.98px) {
.luxury-description-specs-wrapper {
gap: 12px;
margin-top: 16px;
}

.luxury-description-card,
.luxury-spec-card {
padding: 14px;
}

.luxury-feature-badges {
grid-template-columns: 1fr;
}
}

/* Inline product highlight under price/SKU */
.luxury-product-highlight-inline {
margin: 14px 0 16px;
padding: 12px 14px;
border: 1px solid rgba(106, 178, 68, 0.45);
background: rgba(6, 24, 12, 0.22);
}

.luxury-product-highlight-inline span {
display: block;
margin-bottom: 6px;
font-size: 11px;
font-weight: 700;
letter-spacing: 1.3px;
text-transform: uppercase;
color: #c58a22;
}

.luxury-product-highlight-inline p {
margin: 0;
font-size: 12px;
line-height: 1.6;
color: rgba(255, 255, 255, 0.82);
}

/* Highlight area: simple inline luxury text under price */
.summary .luxury-product-highlight-inline {
width: 100% !important;
max-width: 100% !important;
margin: 14px 0 18px !important;
padding: 0 !important;
border: 0 !important;
background: transparent !important;
box-shadow: none !important;
float: none !important;
display: block !important;
}

.summary .luxury-product-highlight-inline span {
display: block !important;
margin: 0 0 6px !important;
font-size: 12px !important;
font-weight: 700 !important;
line-height: 1.3 !important;
letter-spacing: 1.4px !important;
text-transform: uppercase !important;
color: #c58a22 !important;
}

.summary .luxury-product-highlight-inline h2 {
margin: 0 0 10px !important;
font-size: 38px !important;
font-weight: 700 !important;
line-height: 1.12 !important;
color: #ffffff !important;
}

.summary .luxury-product-highlight-inline p {
max-width: 520px !important;
margin: 0 !important;
font-size: 14px !important;
line-height: 1.7 !important;
color: rgba(255, 255, 255, 0.78) !important;
}

@media (max-width: 767.98px) {
.summary .luxury-product-highlight-inline h2 {
font-size: 30px !important;
}

.summary .luxury-product-highlight-inline p {
font-size: 13px !important;
}
}

/* Final luxury fabric banner full-width alignment */
section.ea-luxury-showcase.ea-luxury-showcase--image-only {
width: 100% !important;
max-width: none !important;
margin-left: 0 !important;
margin-right: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
left: auto !important;
right: auto !important;
transform: none !important;
overflow: hidden !important;
}

section.ea-luxury-showcase.ea-luxury-showcase--image-only > .ea-luxury-showcase__banner {
width: 100% !important;
max-width: none !important;
margin-left: 0 !important;
margin-right: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
border-radius: 0 !important;
}

section.ea-luxury-showcase.ea-luxury-showcase--image-only > .ea-luxury-showcase__banner > img.ea-luxury-showcase__image {
display: block !important;
width: 100% !important;
height: 100% !important;
margin: 0 !important;
padding: 0 !important;
object-fit: cover !important;
object-position: center center !important;
border-radius: 0 !important;
}

@media (max-width: 767px) {
section.ea-luxury-showcase.ea-luxury-showcase--image-only {
width: 100% !important;
max-width: none !important;
margin-left: 0 !important;
margin-right: 0 !important;
}
}



body.dark-theme .feature-section .rounded-circle,
body.dark-theme .features-section .rounded-circle,
body.dark-theme .feature-area .rounded-circle,
body.dark-theme .service-section .rounded-circle,
body.dark-theme .service-area .rounded-circle,
body.dark-theme .policy-section .rounded-circle,
body.dark-theme .shipping-policy .rounded-circle,
body.dark-theme .support-area .rounded-circle,
body.dark-theme .feature-section [class*="icon"],
body.dark-theme .features-section [class*="icon"],
body.dark-theme .feature-area [class*="icon"],
body.dark-theme .service-section [class*="icon"],
body.dark-theme .service-area [class*="icon"],
body.dark-theme .policy-section [class*="icon"],
body.dark-theme .shipping-policy [class*="icon"],
body.dark-theme .support-area [class*="icon"] {
	background: transparent !important;
	background-color: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
}

body.dark-theme .feature-section svg,
body.dark-theme .features-section svg,
body.dark-theme .feature-area svg,
body.dark-theme .service-section svg,
body.dark-theme .service-area svg,
body.dark-theme .policy-section svg,
body.dark-theme .shipping-policy svg,
body.dark-theme .support-area svg,
body.dark-theme .feature-section i,
body.dark-theme .features-section i,
body.dark-theme .feature-area i,
body.dark-theme .service-section i,
body.dark-theme .service-area i,
body.dark-theme .policy-section i,
body.dark-theme .shipping-policy i,
body.dark-theme .support-area i {
	color: #fff !important;
	fill: #fff !important;
	stroke: #fff !important;
	background: transparent !important;
}

body.dark-theme .simple-service .box-80px.rounded-pill.bg-white {
	background: transparent !important;
	background-color: transparent !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}

body.dark-theme .simple-service .box-80px img.flat-medium {
	width: 58px !important;
	height: 58px !important;
	object-fit: contain !important;
	background: transparent !important;
	border-radius: 0 !important;
	filter: none !important;
}

body.dark-theme .simple-service h5 a {
	color: #ffffff !important;
}

body.dark-theme .simple-service .text-secondary,
body.dark-theme .simple-service span {
	color: rgba(255,255,255,.72) !important;
}

body.dark-theme .woocommerce-product .product-img,
body.dark-theme .woocommerce-product-gallery__wrapper,
body.dark-theme .product-wrapper,
body.dark-theme .product-wrapper .product-image,
body.dark-theme .product-wrapper .product-img,
body.dark-theme .product-wrapper .product-info,
body.dark-theme .e-image-bg-light .product-wrapper .product-image,
body.dark-theme .showing-products,
body.dark-theme .products-grid-view,
body.dark-theme .products-grid-view ul.products,
body.dark-theme .woocommerce-product ul.products,
body.dark-theme .shop-products,
body.dark-theme .product-list,
body.dark-theme .product-listing,
body.dark-theme .product-filter,
body.dark-theme .products-header,
body.dark-theme .products-header.bg-light,
body.dark-theme .woocommerce-ordering,
body.dark-theme .view-category button {
	background: #000;
	background-color: #000;
}

body.dark-theme .product-wrapper .product-title a,
body.dark-theme .product-detail .woocommerce-loop-product__title,
body.dark-theme .products-header,
body.dark-theme .woocommerce-ordering select {
	color: #ffffff !important;
}

@media (max-width: 768px) {
	html,
	body {
		overflow-x: hidden !important;
		background: #000000 !important;
	}

	.product-details-page *,
	.single-product-wrapper *,
	.luxury-related-products * {
		max-width: 100% !important;
		box-sizing: border-box !important;
	}

	.full-row,
	.product-section {
		padding-left: 16px !important;
		padding-right: 16px !important;
		margin-bottom: 32px !important;
	}

	.single-product-wrapper,
	.product-details-wrapper,
	.product-main-layout,
	.product-page-grid {
		display: flex !important;
		flex-direction: column !important;
		gap: 24px !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	.single-product-wrapper > [class*="col-"] {
		width: 100% !important;
		flex: 0 0 100% !important;
		max-width: 100% !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.product-images,
	.images-inner,
	.woocommerce-product-gallery,
	.woocommerce-product-gallery__wrapper,
	.woocommerce-product-gallery__wrapper .bg-light {
		width: 100% !important;
		max-width: 100% !important;
		padding: 0 !important;
		margin: 0 !important;
		background: #0b0b0b !important;
		border-radius: 20px !important;
		overflow: hidden !important;
	}

	#single-image-zoom,
	.product-main-image,
	.product-gallery img,
	.main-product-image,
	.woocommerce-product-gallery__wrapper img {
		width: 100% !important;
		max-width: 100% !important;
		height: 320px !important;
		object-fit: cover !important;
		object-position: center !important;
		border-radius: 20px !important;
		display: block !important;
	}

	.zoomContainer,
	.zoomWindowContainer,
	.zoomWindow {
		display: none !important;
	}

	.product-slide-thumb,
	.thumbnail-wrapper {
		margin-top: 12px !important;
		overflow-x: auto !important;
		overflow-y: hidden !important;
		scrollbar-width: none !important;
	}

	.product-slide-thumb::-webkit-scrollbar,
	.thumbnail-wrapper::-webkit-scrollbar {
		display: none !important;
	}

	.product-slide-thumb .owl-stage,
	.product-slide-thumb .owl-carousel,
	.thumbnail-wrapper {
		display: flex !important;
		flex-wrap: nowrap !important;
		gap: 10px !important;
	}

	.product-slide-thumb .item,
	.product-thumbnail,
	.thumbnail-image {
		width: 82px !important;
		min-width: 82px !important;
		height: 82px !important;
		border-radius: 14px !important;
		overflow: hidden !important;
	}

	.product-slide-thumb img,
	.product-thumbnail,
	.thumbnail-image {
		width: 82px !important;
		height: 82px !important;
		border-radius: 14px !important;
		object-fit: cover !important;
	}

	.summary.entry-summary,
	.summary-inner,
	.pro-details,
	.pro-info {
		width: 100% !important;
		max-width: 100% !important;
		padding: 0 !important;
		margin: 0 !important;
	}

	.product_title,
	.product-title,
	h1 {
		font-size: 30px !important;
		line-height: 1.25 !important;
		margin-bottom: 10px !important;
		color: #ffffff !important;
	}

	h2 {
		font-size: 24px !important;
	}

	h3 {
		font-size: 20px !important;
	}

	p {
		font-size: 14px !important;
	}

	.price,
	.product-price {
		font-size: 30px !important;
		margin-top: 12px !important;
		color: #b37c20 !important;
	}

	.product-description,
	.luxury-description-content,
	.luxury-description-content p {
		font-size: 15px !important;
		line-height: 1.8 !important;
		color: #bcbcbc !important;
	}

	.luxury-description-card,
	.luxury-spec-card,
	.luxury-product-highlight-inline,
	.custom-product-variations,
	.product-attributes {
		border-radius: 18px !important;
		border: 1px solid rgba(179,124,32,.18) !important;
		background: linear-gradient(180deg, #111111, #070707) !important;
		padding: 18px !important;
		margin: 16px 0 !important;
		overflow: hidden !important;
	}

	.luxury-feature-badges,
	.luxury-spec-card__content,
	.product-specifications {
		display: grid !important;
		grid-template-columns: 1fr !important;
		gap: 14px !important;
	}

	.luxury-spec-row,
	.specification-item {
		padding: 14px 16px !important;
		border-radius: 14px !important;
		background: rgba(179,124,32,.05) !important;
	}

	.product-size .siz-list,
	.product-color .color-list,
	.variation-card-list {
		display: flex !important;
		flex-wrap: nowrap !important;
		overflow-x: auto !important;
		gap: 10px !important;
		scrollbar-width: none !important;
		padding-bottom: 6px !important;
	}

	.product-size .siz-list::-webkit-scrollbar,
	.product-color .color-list::-webkit-scrollbar,
	.variation-card-list::-webkit-scrollbar {
		display: none !important;
	}

	.variation-card-item,
	.custom-product-variation-card {
		min-width: 150px !important;
		border-radius: 16px !important;
	}

	.custom-product-variation-card .card-img,
	.custom-product-variation-card img {
		height: 120px !important;
		object-fit: cover !important;
		border-radius: 14px !important;
	}

	.luxury-product-actions {
		display: flex !important;
		flex-direction: column !important;
		width: 100% !important;
		gap: 10px !important;
		margin-top: 18px !important;
	}

	.luxury-product-actions > ul {
		width: 100% !important;
		padding: 0 !important;
		margin: 0 !important;
	}

	.luxury-product-actions .addtocart {
		width: 100% !important;
		margin: 0 0 10px !important;
	}

	.multiple-item-price,
	.quantity-wrapper,
	.qty,
	.qty-buttons {
		width: 100% !important;
		justify-content: center !important;
		margin: 0 0 8px !important;
	}

	.qty-buttons {
		display: flex !important;
		align-items: center !important;
	}

	.luxury-action-btn,
	.add-to-cart-btn,
	.buy-now-btn,
	#addcrt,
	#qaddcrt {
		width: 100% !important;
		height: 52px !important;
		min-height: 52px !important;
		border-radius: 14px !important;
		font-size: 16px !important;
		margin-top: 0 !important;
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
	}

	.yith-wcwl-add-to-wishlist,
	.report-area,
	.social-linkss {
		width: 100% !important;
		margin-top: 14px !important;
	}

	.product-accordion-item {
		border-radius: 16px !important;
		margin-bottom: 12px !important;
	}

	.accordion-header {
		padding: 16px 18px !important;
		font-size: 15px !important;
	}

	.accordion-content {
		padding: 18px !important;
		font-size: 14px !important;
		line-height: 1.8 !important;
	}

	.luxury-related-products {
		padding: 32px 16px !important;
		margin-bottom: 24px !important;
	}

	.luxury-related-products .container,
	.luxury-related-products .row,
	.luxury-related-products .col-12 {
		padding-left: 0 !important;
		padding-right: 0 !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	.related-products-grid,
	.luxury-related-products .owl-stage {
		display: grid !important;
		grid-template-columns: repeat(2, 1fr) !important;
		gap: 14px !important;
		transform: none !important;
		width: 100% !important;
	}

	.luxury-related-products .owl-item,
	.luxury-related-products .item,
	.related-product-card {
		width: 100% !important;
		height: auto !important;
		border-radius: 18px !important;
		overflow: hidden !important;
	}

	.luxury-related-products .product-wrapper {
		height: auto !important;
		border-radius: 18px !important;
		background: #0f0f0f !important;
		border: 1px solid rgba(179,124,32,.18) !important;
		overflow: hidden !important;
	}

	.luxury-related-products .product-image,
	.related-product-card img {
		height: 180px !important;
		border-radius: 18px 18px 0 0 !important;
		overflow: hidden !important;
	}

	.luxury-related-products .product-image img,
	.related-product-card img {
		width: 100% !important;
		height: 180px !important;
		object-fit: cover !important;
	}

	.luxury-related-products .product-info {
		padding: 12px !important;
	}

	.luxury-related-products .product-title,
	.luxury-related-products .product-title a {
		font-size: 14px !important;
		line-height: 1.35 !important;
	}

	.luxury-related-products .product-price,
	.luxury-related-products .price {
		font-size: 15px !important;
		margin-top: 6px !important;
	}
}

@media (max-width: 768px) {
	.product-images,
	.images-inner,
	.woocommerce-product-gallery,
	.woocommerce-product-gallery__wrapper,
	.woocommerce-product-gallery__wrapper figure,
	.woocommerce-product-gallery__wrapper .bg-light,
	.product-image-wrapper,
	.product-gallery-wrapper,
	.main-product-container {
		padding-bottom: 0 !important;
		margin-bottom: 12px !important;
		min-height: auto !important;
		height: auto !important;
	}

	.woocommerce-product-gallery {
		padding-bottom: 0 !important;
	}

	.woocommerce-product-gallery__wrapper .bg-light {
		display: block !important;
		line-height: 0 !important;
	}

	#single-image-zoom,
	.main-product-image {
		margin-bottom: 10px !important;
		display: block !important;
	}

	.product-slide-thumb {
		margin-top: 0 !important;
		padding-top: 0 !important;
	}

	.product-slide-thumb .owl-carousel,
	.product-slide-thumb .owl-stage-outer,
	.product-slide-thumb .owl-stage {
		height: 82px !important;
		min-height: 82px !important;
		max-height: 82px !important;
	}

	.single-product-wrapper {
		display: flex !important;
		flex-direction: column !important;
	}

	.single-product-wrapper > .col-12.col-lg-4 {
		order: 1 !important;
	}

	.single-product-wrapper > .col-12.col-lg-5 {
		order: 2 !important;
	}

	.luxury-description-specs-wrapper {
		order: 3 !important;
		margin-top: 20px !important;
	}

	.luxury-description-card {
		margin-top: 18px !important;
	}

	.luxury-spec-card,
	.luxury-size-guide-btn,
	.product-specification-section,
	.size-guide-section {
		order: 3 !important;
		margin-top: 20px !important;
	}

	.luxury-related-products {
		margin-top: 32px !important;
		padding-top: 10px !important;
		padding-left: 16px !important;
		padding-right: 0 !important;
		overflow: hidden !important;
	}

	.luxury-related-products .section-head,
	.related-products-heading {
		margin-bottom: 20px !important;
		padding-right: 16px !important;
	}

	.luxury-related-products .products,
	.luxury-related-products .five-carousel,
	.luxury-related-products .owl-stage-outer,
	.related-products-grid,
	.related-products-wrapper {
		display: flex !important;
		flex-wrap: nowrap !important;
		overflow-x: auto !important;
		overflow-y: hidden !important;
		gap: 16px !important;
		scroll-snap-type: x mandatory !important;
		padding-bottom: 10px !important;
		scrollbar-width: none !important;
		-webkit-overflow-scrolling: touch !important;
	}

	.luxury-related-products .products::-webkit-scrollbar,
	.luxury-related-products .five-carousel::-webkit-scrollbar,
	.luxury-related-products .owl-stage-outer::-webkit-scrollbar,
	.related-products-grid::-webkit-scrollbar,
	.related-products-wrapper::-webkit-scrollbar {
		display: none !important;
	}

	.luxury-related-products .owl-stage {
		display: flex !important;
		flex-wrap: nowrap !important;
		gap: 16px !important;
		transform: none !important;
		width: max-content !important;
	}

	.luxury-related-products .owl-item,
	.luxury-related-products .item,
	.luxury-related-products .product,
	.luxury-related-products .product-wrapper,
	.related-product-card {
		min-width: 220px !important;
		width: 220px !important;
		max-width: 220px !important;
		flex: 0 0 auto !important;
		border-radius: 24px !important;
		overflow: hidden !important;
		scroll-snap-align: start !important;
		background: #0a0a0a !important;
		border: 1px solid rgba(179,124,32,0.35) !important;
	}

	.luxury-related-products .product-image,
	.related-product-card img {
		width: 100% !important;
		height: 280px !important;
		border-radius: 24px 24px 0 0 !important;
		overflow: hidden !important;
	}

	.luxury-related-products .product-image img,
	.related-product-card img {
		width: 100% !important;
		height: 280px !important;
		object-fit: cover !important;
		border-radius: 24px 24px 0 0 !important;
	}

	.luxury-related-products .product-info {
		padding: 14px !important;
		text-align: left !important;
	}

	.luxury-related-products .product-title,
	.luxury-related-products .product-title a,
	.related-product-card .product-title {
		font-size: 24px !important;
		font-weight: 700 !important;
		line-height: 1.2 !important;
		margin-top: 0 !important;
		margin-bottom: 8px !important;
		color: #ffffff !important;
	}

	.related-product-card .product-subtitle,
	.luxury-related-products .fabric-name {
		font-size: 15px !important;
		color: #a8a8a8 !important;
	}

	.luxury-related-products .product-price,
	.luxury-related-products .price,
	.related-product-card .product-price {
		font-size: 20px !important;
		color: #b37c20 !important;
		margin-top: 8px !important;
	}
}

@media (max-width: 768px) {
	.product-details-page,
	.product-content-wrapper,
	.product-section,
	.single-product-wrapper {
		width: 100% !important;
		max-width: 100% !important;
		padding-left: 14px !important;
		padding-right: 14px !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}

	.product-images,
	.images-inner,
	.woocommerce-product-gallery,
	.woocommerce-product-gallery__wrapper,
	.woocommerce-product-gallery__wrapper .bg-light {
		overflow: visible !important;
		height: auto !important;
		min-height: 0 !important;
		padding-bottom: 0 !important;
		margin-bottom: 0 !important;
	}

	.woocommerce-product-gallery__wrapper .bg-light {
		overflow: hidden !important;
		border-radius: 20px !important;
	}

	#single-image-zoom {
		width: 100% !important;
		height: auto !important;
		max-height: 320px !important;
		object-fit: contain !important;
		border-radius: 20px !important;
		margin-bottom: 0 !important;
	}

	.zoomContainer,
	.zoomWindowContainer,
	.zoomWindow {
		display: block !important;
	}

	.product-slide-thumb,
	#gallery_09,
	.product-thumbnails,
	.thumbnail-slider {
		display: flex !important;
		width: 100% !important;
		max-width: 100% !important;
		overflow-x: auto !important;
		overflow-y: hidden !important;
		gap: 10px !important;
		padding: 12px 0 !important;
		margin-top: 10px !important;
		scroll-behavior: smooth !important;
		-webkit-overflow-scrolling: touch !important;
		scrollbar-width: none !important;
	}

	.product-slide-thumb::-webkit-scrollbar,
	#gallery_09::-webkit-scrollbar,
	.product-thumbnails::-webkit-scrollbar,
	.thumbnail-slider::-webkit-scrollbar {
		display: none !important;
	}

	.product-slide-thumb .owl-carousel,
	.product-slide-thumb .owl-stage-outer,
	.product-slide-thumb .owl-stage {
		display: flex !important;
		width: max-content !important;
		height: 70px !important;
		min-height: 70px !important;
		max-height: 70px !important;
		overflow: visible !important;
		gap: 10px !important;
		transform: none !important;
	}

	.product-slide-thumb .owl-item,
	.product-slide-thumb .item,
	.product-slide-thumb a,
	.product-thumbnails img,
	.thumbnail-slider img {
		width: 70px !important;
		min-width: 70px !important;
		height: 70px !important;
		flex: 0 0 auto !important;
		border-radius: 12px !important;
		overflow: hidden !important;
	}

	.product-slide-thumb img,
	.product-thumbnails img,
	.thumbnail-slider img {
		width: 70px !important;
		height: 70px !important;
		object-fit: cover !important;
		border-radius: 12px !important;
		display: block !important;
	}

	.woocommerce-product-gallery__wrapper > img:not(#single-image-zoom),
	.woocommerce-product-gallery__wrapper .bg-light img:not(#single-image-zoom),
	.main-product-image .thumbnail,
	.main-product-image .gallery-thumb,
	.main-product-image .extra-image {
		display: none !important;
	}

	.luxury-size-guide-btn {
		order: 4 !important;
		width: 100% !important;
		margin-top: 18px !important;
	}

	.luxury-spec-card,
	.specification-section {
		order: 5 !important;
		margin-top: 18px !important;
	}

	.custom-product-variations,
	.craft-shirt-section {
		order: 6 !important;
		margin-top: 28px !important;
	}

	.luxury-related-products .owl-stage-outer {
		overflow-x: auto !important;
		overflow-y: hidden !important;
	}

	.luxury-related-products .owl-stage {
		display: flex !important;
		flex-wrap: nowrap !important;
		gap: 14px !important;
		width: max-content !important;
		transform: none !important;
	}

	.luxury-related-products .owl-item,
	.luxury-related-products .item,
	.luxury-related-products .product,
	.luxury-related-products .product-wrapper,
	.related-product-card {
		min-width: 160px !important;
		width: 160px !important;
		max-width: 160px !important;
		height: auto !important;
		flex: 0 0 160px !important;
		border-radius: 20px !important;
		overflow: hidden !important;
	}

	.luxury-related-products .product-image,
	.luxury-related-products .product-image img,
	.related-product-card img {
		width: 100% !important;
		height: 190px !important;
		object-fit: cover !important;
		border-radius: 20px 20px 0 0 !important;
	}

	.luxury-related-products .product-info,
	.related-product-card .product-content {
		padding: 12px !important;
	}

	.luxury-related-products .product-title,
	.luxury-related-products .product-title a,
	.related-product-card .product-title {
		font-size: 18px !important;
		line-height: 1.2 !important;
		margin-bottom: 6px !important;
	}

	.luxury-related-products .product-price,
	.luxury-related-products .price,
	.related-product-card .product-price {
		font-size: 16px !important;
	}
}

@media (max-width: 768px) {
	.luxury-related-products .five-carousel,
	.luxury-related-products .owl-stage-outer {
		display: block !important;
		width: 100% !important;
		overflow-x: auto !important;
		overflow-y: hidden !important;
		scroll-snap-type: x mandatory !important;
		-webkit-overflow-scrolling: touch !important;
		scrollbar-width: none !important;
	}

	.luxury-related-products .five-carousel::-webkit-scrollbar,
	.luxury-related-products .owl-stage-outer::-webkit-scrollbar {
		display: none !important;
	}

	.luxury-related-products .owl-stage {
		display: flex !important;
		align-items: stretch !important;
		flex-wrap: nowrap !important;
		gap: 14px !important;
		width: max-content !important;
		transform: translate3d(0, 0, 0) !important;
	}

	.luxury-related-products .owl-item,
	.luxury-related-products .item,
	.luxury-related-products .product.type-product,
	.luxury-related-products .product-wrapper {
		display: block !important;
		float: none !important;
		min-width: 160px !important;
		width: 160px !important;
		max-width: 160px !important;
		height: auto !important;
		min-height: 0 !important;
		flex: 0 0 160px !important;
		scroll-snap-align: start !important;
		background: #050505 !important;
		border: 1px solid rgba(179, 124, 32, .42) !important;
		border-radius: 20px !important;
		overflow: hidden !important;
	}

	.luxury-related-products .product-image {
		display: block !important;
		position: relative !important;
		width: 100% !important;
		height: 190px !important;
		min-height: 190px !important;
		max-height: 190px !important;
		padding: 0 !important;
		margin: 0 !important;
		background: #111111 !important;
		border-radius: 20px 20px 0 0 !important;
		overflow: hidden !important;
	}

	.luxury-related-products .product-image a,
	.luxury-related-products .woocommerce-LoopProduct-link {
		display: block !important;
		width: 100% !important;
		height: 100% !important;
		opacity: 1 !important;
		visibility: visible !important;
	}

	.luxury-related-products .product-image img,
	.luxury-related-products img.lazy,
	.luxury-related-products img {
		display: block !important;
		position: static !important;
		width: 100% !important;
		min-width: 100% !important;
		height: 190px !important;
		min-height: 190px !important;
		max-height: 190px !important;
		object-fit: cover !important;
		object-position: center !important;
		opacity: 1 !important;
		visibility: visible !important;
		filter: none !important;
		transform: none !important;
		border-radius: 20px 20px 0 0 !important;
	}

	.luxury-related-products .hover-area {
		display: none !important;
	}

	.luxury-related-products .on-sale {
		top: 10px !important;
		right: 10px !important;
		z-index: 3;
	}

	.luxury-related-products .product-info {
		display: block !important;
		min-height: 112px !important;
		padding: 12px !important;
		text-align: left !important;
		background: #050505 !important;
	}
}

@media (max-width: 768px) {
	.luxury-related-products {
		width: 100% !important;
		max-width: 100% !important;
		padding-left: 14px !important;
		padding-right: 14px !important;
		overflow: hidden !important;
	}

	.luxury-related-products .container,
	.luxury-related-products .row,
	.luxury-related-products .col-12,
	.luxury-related-products .products,
	.luxury-related-products .five-carousel {
		width: 100% !important;
		max-width: 100% !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	.luxury-related-products .five-carousel,
	.luxury-related-products .owl-stage-outer,
	.related-products-grid,
	.products-grid,
	.ea-products-grid {
		display: flex !important;
		flex-wrap: nowrap !important;
		width: 100% !important;
		max-width: 100% !important;
		overflow-x: auto !important;
		overflow-y: hidden !important;
		gap: 12px !important;
		scroll-snap-type: x mandatory !important;
		padding-bottom: 10px !important;
		-webkit-overflow-scrolling: touch !important;
		scrollbar-width: none !important;
	}

	.luxury-related-products .five-carousel::-webkit-scrollbar,
	.luxury-related-products .owl-stage-outer::-webkit-scrollbar,
	.related-products-grid::-webkit-scrollbar,
	.products-grid::-webkit-scrollbar {
		display: none !important;
	}

	.luxury-related-products .owl-stage {
		display: flex !important;
		flex-wrap: nowrap !important;
		align-items: stretch !important;
		gap: 12px !important;
		width: max-content !important;
		min-width: 100% !important;
		transform: translate3d(0, 0, 0) !important;
	}

	.luxury-related-products .owl-item,
	.luxury-related-products .item,
	.luxury-related-products .product.type-product,
	.luxury-related-products .product-wrapper,
	.luxury-related-products .product-card,
	.luxury-related-products .ea-product-card,
	.luxury-related-products .product-item {
		flex: 0 0 calc((100vw - 40px) / 2) !important;
		width: calc((100vw - 40px) / 2) !important;
		min-width: calc((100vw - 40px) / 2) !important;
		max-width: calc((100vw - 40px) / 2) !important;
		height: 235px !important;
		min-height: 235px !important;
		max-height: 235px !important;
		border-radius: 18px !important;
		overflow: hidden !important;
		scroll-snap-align: start !important;
		background: #050505 !important;
		border: 1px solid rgba(179,124,32,.45) !important;
	}

	.luxury-related-products .product-image {
		width: 100% !important;
		height: 120px !important;
		min-height: 120px !important;
		max-height: 120px !important;
		border-radius: 16px 16px 0 0 !important;
		background: #0b0b0b !important;
		overflow: hidden !important;
	}

	.luxury-related-products .product-image a,
	.luxury-related-products .woocommerce-LoopProduct-link {
		width: 100% !important;
		height: 120px !important;
		display: block !important;
	}

	.luxury-related-products .product-image img,
	.luxury-related-products .product-card img,
	.luxury-related-products img.lazy {
		width: 100% !important;
		height: 120px !important;
		min-height: 120px !important;
		max-height: 120px !important;
		object-fit: cover !important;
		object-position: center !important;
		border-radius: 16px 16px 0 0 !important;
		display: block !important;
		opacity: 1 !important;
		visibility: visible !important;
	}

	.luxury-related-products .product-info,
	.luxury-related-products .product-card-content {
		min-height: 0 !important;
		height: 115px !important;
		padding: 10px !important;
		text-align: left !important;
	}

	.luxury-related-products .product-title,
	.luxury-related-products .product-title a {
		font-size: 15px !important;
		line-height: 1.3 !important;
		margin-bottom: 4px !important;
		white-space: nowrap !important;
		overflow: hidden !important;
		text-overflow: ellipsis !important;
	}

	.luxury-related-products .product-price,
	.luxury-related-products .price {
		font-size: 14px !important;
		line-height: 1.2 !important;
		margin-top: 4px !important;
	}

	.luxury-related-products .shipping-feed-back,
	.luxury-related-products .star-rating,
	.luxury-related-products .product-rating {
		font-size: 11px !important;
		margin-top: 4px !important;
	}
}

@media (max-width: 768px) {
	.luxury-related-products .owl-item,
	.luxury-related-products .item,
	.luxury-related-products .product.type-product,
	.luxury-related-products .product-wrapper {
		height: 340px !important;
		min-height: 340px !important;
		max-height: 340px !important;
	}

	.luxury-related-products .product-image,
	.luxury-related-products .product-image a,
	.luxury-related-products .woocommerce-LoopProduct-link,
	.luxury-related-products .product-image img,
	.luxury-related-products img.lazy {
		height: 220px !important;
		min-height: 220px !important;
		max-height: 220px !important;
	}

	.luxury-related-products .product-info {
		height: 120px !important;
	}
}

.product-breadcrumb {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: 500;
	color: #cfcfcf;
}

.product-breadcrumb a {
	color: #d2d2d2;
	text-decoration: none;
	transition: .3s ease;
}

.product-breadcrumb a:hover {
	color: #d4a437;
}

.product-breadcrumb .active {
	color: #d4a437 !important;
	font-weight: 700;
}

.product-breadcrumb .separator {
	color: #8b8b8b;
	font-size: 12px;
	line-height: 1;
	display: inline-flex;
	align-items: center;
}

.product-collection-label {
	color: #d4a437 !important;
	font-size: 11px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 10px;
	display: block;
}

.summary.entry-summary .product-collection-label,
.summary-inner .product-collection-label {
	color: #d4a437 !important;
}

@media (max-width: 768px) {
	.product-breadcrumb {
		font-size: 12px !important;
		gap: 6px !important;
		margin-bottom: 14px !important;
	}

	.product-collection-label {
		font-size: 10px !important;
		letter-spacing: 1.5px !important;
		margin-bottom: 8px !important;
	}
}

.luxury-spec-row,
.specification-row {
	display: flex !important;
	align-items: flex-start !important;
	justify-content: space-between !important;
	gap: 20px !important;
	padding: 14px 0 !important;
	border-bottom: 1px solid rgba(212,164,55,0.12) !important;
}

.luxury-spec-row:last-child,
.specification-row:last-child {
	border-bottom: 0 !important;
}

.luxury-spec-row__label,
.specification-label {
	min-width: 140px !important;
	max-width: 140px !important;
	color: #e5e5e5 !important;
	font-size: 15px !important;
	font-weight: 500 !important;
	display: flex !important;
	align-items: center !important;
	gap: 10px !important;
}

.luxury-spec-row__value,
.specification-value {
	flex: 1 !important;
	min-width: 0 !important;
	color: #bdbdbd !important;
	text-align: left !important;
	line-height: 1.8 !important;
	font-size: 14px !important;
	word-break: break-word !important;
	overflow-wrap: anywhere !important;
	white-space: normal !important;
}

@media (max-width: 768px) {
	.luxury-spec-row,
	.specification-row {
		gap: 12px !important;
		padding: 12px 0 !important;
	}

	.luxury-spec-row__label,
	.specification-label {
		min-width: 110px !important;
		max-width: 110px !important;
		font-size: 13px !important;
	}

	.luxury-spec-row__value,
	.specification-value {
		font-size: 13px !important;
		line-height: 1.6 !important;
	}
}

.luxury-description-content,
.luxury-description-content p,
.luxury-description-card p,
.luxury-description-content * {
	color: #ffffff !important;
	line-height: 1.75 !important;
	word-break: break-word !important;
	overflow-wrap: anywhere !important;
}

.summary-inner .product_title.entry-title {
	margin-bottom: 6px !important;
}

.summary-inner .product_title.entry-title + .pro-details,
.summary-inner .pro-details {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

.summary-inner .pro-details .price {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

.luxury-feature-badges {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: 10px !important;
	align-items: stretch !important;
	margin-top: 22px !important;
}

.luxury-feature-badge {
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 8px !important;
	min-height: 82px !important;
	padding: 12px 8px !important;
	text-align: center !important;
	background: rgba(179,124,32,0.12) !important;
	border: 1px solid rgba(179,124,32,0.28) !important;
	border-radius: 10px !important;
}

.luxury-feature-badge i {
	color: #d4a437 !important;
	font-size: 15px !important;
	flex: 0 0 auto !important;
}

.luxury-feature-badge span {
	color: #ffffff !important;
	font-size: 12px !important;
	font-weight: 600 !important;
	line-height: 1.25 !important;
	display: block !important;
	max-width: 100% !important;
	word-break: normal !important;
	overflow-wrap: break-word !important;
}

.social-sharing h5,
.social-linkss h5 {
	color: #ffffff !important;
}

.social-sharing .social-icons,
.share-product {
	display: flex !important;
	align-items: center !important;
	gap: 9px !important;
	flex-wrap: wrap !important;
}

.social-sharing .social-icons li,
.share-product li {
	margin: 0 !important;
}

.social-sharing .social-icons a,
.share-product a,
.ea-share-icon,
.social-linkss .facebook,
.social-linkss .twitter,
.social-linkss .linkedin,
.social-linkss .pinterest,
.social-linkss .instagram {
	width: 32px !important;
	height: 32px !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	background: #070707 !important;
	background-color: #070707 !important;
	color: #d4a437 !important;
	border: 1px solid rgba(212,164,55,0.55) !important;
	border-radius: 50% !important;
	transition: .3s ease !important;
	font-size: 14px !important;
}

.social-sharing .social-icons a:hover,
.share-product a:hover,
.ea-share-icon:hover,
.social-linkss .facebook:hover,
.social-linkss .twitter:hover,
.social-linkss .linkedin:hover,
.social-linkss .pinterest:hover,
.social-linkss .instagram:hover {
	background: #d4a437 !important;
	background-color: #d4a437 !important;
	color: #050505 !important;
}

.social-sharing .social-icons a i,
.share-product a i,
.ea-share-icon i {
	color: inherit !important;
}

@media (max-width: 768px) {
	.luxury-feature-badges {
		gap: 8px !important;
	}

	.luxury-feature-badge {
		min-height: 76px !important;
		padding: 10px 6px !important;
	}

	.luxury-feature-badge span {
		font-size: 10px !important;
	}

	.social-sharing .social-icons a,
	.share-product a {
		width: 28px !important;
		height: 28px !important;
	}
}

.luxury-share-icons {
	display: flex !important;
	align-items: center !important;
	gap: 12px !important;
	margin-top: 14px !important;
	flex-wrap: wrap !important;
}

.luxury-share-icons li {
	margin: 0 !important;
	padding: 0 !important;
}

.luxury-social-icon,
.social-sharing .luxury-social-icon,
.share-product .luxury-social-icon,
.social-linkss .luxury-social-icon,
.a2a_kit .luxury-social-icon {
	width: 42px !important;
	height: 42px !important;
	border-radius: 50% !important;
	border: 1px solid rgba(212,164,55,0.45) !important;
	background: #0b0b0b !important;
	background-color: #0b0b0b !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	text-decoration: none !important;
	transition: all 0.35s ease !important;
	position: relative !important;
	overflow: hidden !important;
	box-shadow: none !important;
}

.luxury-social-icon i,
.social-sharing .luxury-social-icon i,
.share-product .luxury-social-icon i,
.social-linkss .luxury-social-icon i,
.a2a_kit .luxury-social-icon i {
	color: #d4a437 !important;
	font-size: 15px !important;
	transition: 0.35s ease !important;
}

.luxury-social-icon:hover,
.social-sharing .luxury-social-icon:hover,
.share-product .luxury-social-icon:hover,
.social-linkss .luxury-social-icon:hover,
.a2a_kit .luxury-social-icon:hover {
	transform: translateY(-3px) !important;
	border-color: #d4a437 !important;
	box-shadow: 0 0 18px rgba(212,164,55,0.25) !important;
	background: #111 !important;
	background-color: #111 !important;
}

.luxury-social-icon:hover i,
.social-sharing .luxury-social-icon:hover i,
.share-product .luxury-social-icon:hover i,
.social-linkss .luxury-social-icon:hover i,
.a2a_kit .luxury-social-icon:hover i {
	color: #f5d06f !important;
}

.luxury-social-icon span,
.a2a_svg,
.a2a_count {
	display: none !important;
}

@media (max-width: 768px) {
	.luxury-share-icons {
		gap: 10px !important;
	}

	.luxury-social-icon,
	.social-sharing .luxury-social-icon,
	.share-product .luxury-social-icon,
	.social-linkss .luxury-social-icon,
	.a2a_kit .luxury-social-icon {
		width: 38px !important;
		height: 38px !important;
	}

	.luxury-social-icon i,
	.social-sharing .luxury-social-icon i,
	.share-product .luxury-social-icon i,
	.social-linkss .luxury-social-icon i,
	.a2a_kit .luxury-social-icon i {
		font-size: 14px !important;
	}
}

.social-sharing h5.mb-2 {
	color: #ffffff !important;
	font-size: 20px !important;
	font-weight: 600 !important;
	margin-bottom: 18px !important;
}

.social-sharing .luxury-share-icons {
	display: flex !important;
	align-items: center !important;
	gap: 14px !important;
	margin-top: 0 !important;
	flex-wrap: wrap !important;
}

.social-sharing .luxury-share-icons .luxury-social-icon,
.social-sharing .luxury-share-icons .luxury-social-icon.a2a_button_facebook,
.social-sharing .luxury-share-icons .luxury-social-icon.a2a_button_twitter,
.social-sharing .luxury-share-icons .luxury-social-icon.a2a_button_linkedin,
.social-sharing .luxury-share-icons .luxury-social-icon.a2a_button_pinterest,
.social-sharing .luxury-share-icons .luxury-social-icon.a2a_button_whatsapp,
.a2a_kit .luxury-share-icons .luxury-social-icon {
	width: 42px !important;
	height: 42px !important;
	min-width: 42px !important;
	min-height: 42px !important;
	border-radius: 50% !important;
	background: #0b0b0b !important;
	background-color: #0b0b0b !important;
	border: 1px solid rgba(212,164,55,0.65) !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	padding: 0 !important;
	margin: 0 !important;
	color: #d4a437 !important;
	box-shadow: none !important;
	transition: all 0.3s ease !important;
}

.social-sharing .luxury-share-icons .luxury-social-icon i,
.social-sharing .luxury-share-icons .luxury-social-icon svg,
.social-sharing .luxury-share-icons .luxury-social-icon path {
	color: #d4a437 !important;
	fill: #d4a437 !important;
	font-size: 16px !important;
}

.social-sharing .luxury-share-icons .luxury-social-icon:hover {
	background: linear-gradient(135deg, rgba(212,164,55,0.18), rgba(0,0,0,0.95)) !important;
	background-color: #0b0b0b !important;
	border-color: #d4a437 !important;
	box-shadow: 0 0 12px rgba(212,164,55,0.28) !important;
	transform: translateY(-2px) !important;
}

.social-sharing .luxury-share-icons .luxury-social-icon:hover i,
.social-sharing .luxury-share-icons .luxury-social-icon:hover svg,
.social-sharing .luxury-share-icons .luxury-social-icon:hover path {
	color: #d4a437 !important;
	fill: #d4a437 !important;
}

.social-sharing .luxury-share-icons .a2a_svg,
.social-sharing .luxury-share-icons .a2a_count,
.social-sharing .luxury-share-icons .a2a_label {
	display: none !important;
	background: transparent !important;
}

@media (max-width: 768px) {
	.social-sharing h5.mb-2 {
		font-size: 18px !important;
		margin-bottom: 14px !important;
	}

	.social-sharing .luxury-share-icons {
		gap: 10px !important;
	}
}

.social-share {
	display: flex !important;
	gap: 14px !important;
	align-items: center !important;
}

.social-share a,
.social-share i,
.social-share svg,
.social-share path,
.social-share span {
	color: #d4a437 !important;
	fill: #d4a437 !important;
	stroke: #d4a437 !important;
}

.social-share a {
	width: 42px !important;
	height: 42px !important;
	min-width: 42px !important;
	min-height: 42px !important;
	border-radius: 50% !important;
	background: #0b0b0b !important;
	background-color: #0b0b0b !important;
	background-image: none !important;
	border: 1px solid rgba(212,164,55,0.7) !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	text-decoration: none !important;
	transition: all 0.3s ease !important;
	box-shadow: none !important;
	padding: 0 !important;
	margin: 0 !important;
	opacity: 1 !important;
	filter: none !important;
}

.social-share a::before,
.social-share a::after,
.social-share i::before,
.social-share i::after {
	background: transparent !important;
	background-color: transparent !important;
	background-image: none !important;
	color: #d4a437 !important;
	display: inline-block !important;
}

.social-share a::before,
.social-share a::after {
	display: none !important;
}

.social-share a:hover {
	background: linear-gradient(135deg, rgba(212,164,55,0.18), rgba(0,0,0,0.95)) !important;
	background-color: #0b0b0b !important;
	background-image: linear-gradient(135deg, rgba(212,164,55,0.18), rgba(0,0,0,0.95)) !important;
	border-color: #d4a437 !important;
	box-shadow: 0 0 12px rgba(212,164,55,0.28) !important;
	transform: translateY(-2px) !important;
}

.social-share i,
.social-share svg {
	font-size: 16px !important;
	width: auto !important;
	height: auto !important;
}

.social-share .a2a_svg,
.social-share .a2a_count,
.social-share .a2a_label {
	display: none !important;
	background: transparent !important;
	background-color: transparent !important;
	background-image: none !important;
}

.social-share .a2a_button_facebook,
.social-share .a2a_button_twitter,
.social-share .a2a_button_linkedin,
.social-share .a2a_button_pinterest,
.social-share .a2a_button_whatsapp,
.social-share .btn-facebook,
.social-share .btn-twitter,
.social-share .btn-linkedin,
.social-share .btn-whatsapp,
.social-share .text-primary,
.social-share .text-success {
	background: #0b0b0b !important;
	background-color: #0b0b0b !important;
	background-image: none !important;
	color: #d4a437 !important;
	fill: #d4a437 !important;
	border-color: rgba(212,164,55,0.7) !important;
}

@media (max-width: 768px) {
	.social-share {
		gap: 10px !important;
	}

	.social-share a {
		width: 38px !important;
		height: 38px !important;
		min-width: 38px !important;
		min-height: 38px !important;
	}
}

.luxury-social-share {
	display: flex !important;
	align-items: center !important;
	gap: 14px !important;
	flex-wrap: wrap !important;
}

.luxury-social-share a {
	width: 42px !important;
	height: 42px !important;
	border-radius: 50% !important;
	background: #0b0b0b !important;
	background-color: #0b0b0b !important;
	border: 1px solid rgba(212,164,55,0.7) !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	text-decoration: none !important;
	transition: all 0.3s ease !important;
	background-image: none !important;
	box-shadow: none !important;
	padding: 0 !important;
}

.luxury-social-share a i {
	color: #d4a437 !important;
	font-size: 16px !important;
	-webkit-text-fill-color: #d4a437 !important;
}

.luxury-social-share a svg {
	fill: #d4a437 !important;
	color: #d4a437 !important;
}

.luxury-social-share * {
	background-image: none !important;
}

.luxury-social-share .fa-facebook-f,
.luxury-social-share .fa-twitter,
.luxury-social-share .fa-linkedin-in,
.luxury-social-share .fa-pinterest-p,
.luxury-social-share .fa-whatsapp,
.fa-facebook-f,
.fa-twitter,
.fa-linkedin-in,
.fa-pinterest-p,
.fa-whatsapp {
	color: #d4a437 !important;
	fill: #d4a437 !important;
	-webkit-text-fill-color: #d4a437 !important;
}

.luxury-social-share a:hover {
	background: linear-gradient(135deg, rgba(212,164,55,0.18), rgba(0,0,0,0.95)) !important;
	border-color: #d4a437 !important;
	box-shadow: 0 0 12px rgba(212,164,55,0.25) !important;
	transform: translateY(-2px) !important;
}

@media (max-width: 768px) {
	.luxury-social-share {
		gap: 10px !important;
	}

	.luxury-social-share a {
		width: 38px !important;
		height: 38px !important;
	}
}

.custom-product-variations {
	max-width: 620px !important;
	margin-top: 18px !important;
	margin-bottom: 18px !important;
}

.custom-product-variations .luxury-variation-heading {
	margin-bottom: 16px !important;
	padding-bottom: 12px !important;
	border-bottom: 1px solid rgba(212,164,55,0.18) !important;
}

.custom-product-variations .luxury-variation-eyebrow {
	color: #d4a437 !important;
	font-size: 15px !important;
	font-weight: 700 !important;
	letter-spacing: 0 !important;
	margin-bottom: 5px !important;
}

.custom-product-variations .luxury-variation-heading p {
	color: rgba(255,255,255,0.64) !important;
	font-size: 12px !important;
	line-height: 1.5 !important;
	margin: 0 !important;
}

.custom-product-variation-group {
	margin-bottom: 18px !important;
}

.custom-product-variation-group > .title {
	color: #ffffff !important;
	font-size: 13px !important;
	font-weight: 600 !important;
	line-height: 1.4 !important;
	margin-bottom: 10px !important;
}

.custom-product-variations .variation-card-list {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: 14px !important;
}

.custom-product-variations .custom-product-variation-card {
	height: 110px !important;
	min-height: 110px !important;
	background: #0b0b0b !important;
	border: 1px solid rgba(212,164,55,0.18) !important;
	border-radius: 10px !important;
	padding: 10px !important;
	display: flex !important;
	flex-direction: column !important;
	gap: 7px !important;
	transition: all 0.3s ease !important;
	overflow: hidden !important;
	position: relative !important;
	box-shadow: none !important;
}

.custom-product-variations .custom-product-variation-card .card-img {
	height: 58px !important;
	min-height: 58px !important;
	max-height: 58px !important;
	width: 100% !important;
	aspect-ratio: auto !important;
	border-radius: 6px !important;
	overflow: hidden !important;
	background: rgba(255,255,255,0.04) !important;
}

.custom-product-variations .custom-product-variation-card .card-img img {
	width: 100% !important;
	height: 58px !important;
	object-fit: cover !important;
	border-radius: 6px !important;
	transform: none !important;
	filter: none !important;
}

.custom-product-variations .custom-product-variation-card .card-info {
	padding: 0 !important;
	line-height: 1 !important;
}

.custom-product-variations .custom-product-variation-card .card-title {
	font-size: 13px !important;
	font-weight: 600 !important;
	color: #ffffff !important;
	line-height: 1.2 !important;
	margin: 0 !important;
}

.custom-product-variations .custom-product-variation-card .card-subtitle {
	font-size: 11px !important;
	line-height: 1.4 !important;
	color: rgba(255,255,255,0.58) !important;
	margin-top: 2px !important;
}

.custom-product-variations .custom-product-variation-card:hover {
	transform: translateY(-2px) !important;
	border-color: rgba(212,164,55,0.52) !important;
	box-shadow: 0 0 12px rgba(212,164,55,0.10) !important;
}

.custom-product-variations .custom-product-variation-card:hover .card-img img {
	transform: none !important;
	filter: none !important;
}

.custom-product-variations .custom-product-variation-input:checked + .custom-product-variation-card {
	border: 1px solid rgba(212,164,55,0.7) !important;
	box-shadow: 0 0 12px rgba(212,164,55,0.14) !important;
	background: #0b0b0b !important;
}

.custom-product-variations .custom-product-variation-input:checked + .custom-product-variation-card::after {
	content: "\f00c";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	top: 8px;
	right: 8px;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #d4a437;
	color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 9px;
	line-height: 1;
}

.luxury-product-actions {
	width: 100% !important;
	max-width: 620px !important;
	display: flex !important;
	align-items: center !important;
	gap: 12px !important;
	margin-top: 14px !important;
}

.luxury-product-actions .multiple-item-price {
	margin: 0 !important;
}

.luxury-product-actions .qty-buttons {
	display: flex !important;
	align-items: center !important;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.luxury-product-actions .qtminus,
.luxury-product-actions .qtplus,
.luxury-product-actions .qttotal {
	width: 32px !important;
	height: 32px !important;
	background: #0b0b0b !important;
	border: 1px solid rgba(212,164,55,0.25) !important;
	color: #d4a437 !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	text-align: center !important;
}

.luxury-product-actions .qttotal {
	border-left: 0 !important;
	border-right: 0 !important;
	color: #ffffff !important;
	padding: 0 !important;
}

.luxury-product-actions > ul {
	display: flex !important;
	align-items: center !important;
	gap: 12px !important;
	flex: 1 !important;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.luxury-product-actions .addtocart {
	flex: 1 !important;
	margin: 0 !important;
}

.luxury-action-btn {
	width: 100% !important;
	min-width: 0 !important;
	height: 48px !important;
	border-radius: 6px !important;
	font-size: 15px !important;
	font-weight: 600 !important;
	padding: 0 18px !important;
}

.luxury-action-btn--gold {
	background: #d4a437 !important;
	color: #000 !important;
	border: none !important;
	box-shadow: none !important;
}

.luxury-action-btn--outline {
	background: transparent !important;
	border: 1px solid rgba(212,164,55,0.6) !important;
	color: #d4a437 !important;
}

.luxury-action-btn:hover {
	transform: translateY(-2px) !important;
	box-shadow: 0 0 14px rgba(212,164,55,0.18) !important;
}

@media (max-width: 768px) {
	.custom-product-variations {
		max-width: 100% !important;
	}

	.custom-product-variations .variation-card-list {
		grid-template-columns: 1fr !important;
	}

	.custom-product-variations .custom-product-variation-card {
		height: auto !important;
		min-height: 128px !important;
	}

	.custom-product-variations .custom-product-variation-card .card-img,
	.custom-product-variations .custom-product-variation-card .card-img img {
		height: 70px !important;
		max-height: 70px !important;
	}

	.luxury-product-actions {
		flex-direction: column !important;
		align-items: stretch !important;
		max-width: 100% !important;
	}

	.luxury-product-actions > ul {
		flex-direction: column !important;
		width: 100% !important;
	}

	.luxury-product-actions .addtocart,
	.luxury-action-btn {
		width: 100% !important;
	}
}

.custom-product-variations .custom-product-variation-card {
	min-height: 145px !important;
	height: auto !important;
	padding: 10px !important;
	display: flex !important;
	flex-direction: column !important;
	justify-content: flex-start !important;
	gap: 0 !important;
}

.custom-product-variations .custom-product-variation-card .card-img {
	width: 100% !important;
	height: 72px !important;
	min-height: 72px !important;
	max-height: 72px !important;
	overflow: hidden !important;
	border-radius: 6px !important;
	margin-bottom: 10px !important;
	background: #111 !important;
	aspect-ratio: auto !important;
	display: block !important;
}

.custom-product-variations .custom-product-variation-card .card-img img {
	width: 100% !important;
	height: 100% !important;
	object-fit: contain !important;
	object-position: center !important;
	display: block !important;
	border-radius: 6px !important;
	transform: none !important;
	filter: none !important;
}

.custom-product-variations .custom-product-variation-card .card-info {
	display: block !important;
	padding: 0 !important;
	min-height: auto !important;
}

.custom-product-variations .custom-product-variation-card .card-title {
	font-size: 13px !important;
	font-weight: 600 !important;
	color: #fff !important;
	margin-bottom: 4px !important;
	line-height: 1.3 !important;
	display: block !important;
	white-space: normal !important;
	overflow: visible !important;
}

.custom-product-variations .custom-product-variation-card .card-subtitle {
	font-size: 11px !important;
	color: rgba(255,255,255,0.58) !important;
	line-height: 1.4 !important;
	display: block !important;
	white-space: normal !important;
	overflow: visible !important;
	margin: 0 !important;
}

.custom-product-variations .custom-product-variation-card:hover .card-img img,
.custom-product-variations .custom-product-variation-card .card-img:hover img {
	object-fit: contain !important;
	transform: none !important;
	filter: none !important;
}

@media (max-width: 768px) {
	.custom-product-variations .custom-product-variation-card {
		min-height: 150px !important;
		height: auto !important;
	}

	.custom-product-variations .custom-product-variation-card .card-img {
		height: 78px !important;
		min-height: 78px !important;
		max-height: 78px !important;
	}
}

.custom-product-variations .variation-card-list {
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: 16px !important;
}

.custom-product-variations .custom-product-variation-card {
	background: #0a0a0a !important;
	border: 1px solid rgba(212,163,62,0.35) !important;
	border-radius: 14px !important;
	padding: 12px !important;
	min-height: 210px !important;
	height: auto !important;
	display: flex !important;
	flex-direction: column !important;
	justify-content: flex-start !important;
	gap: 0 !important;
	transition: 0.3s ease !important;
}

.custom-product-variations .custom-product-variation-card .card-img {
	width: 100% !important;
	height: 110px !important;
	min-height: 110px !important;
	max-height: 110px !important;
	background: #0d0d0d !important;
	border-radius: 8px !important;
	overflow: hidden !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	margin-bottom: 12px !important;
	padding: 0 !important;
}

.custom-product-variations .custom-product-variation-card .card-img img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	object-position: center !important;
	display: block !important;
	border-radius: 8px !important;
}

.custom-product-variations .custom-product-variation-card .card-info {
	display: block !important;
	padding: 0 !important;
	margin: 0 !important;
}

.custom-product-variations .custom-product-variation-card .card-title {
	font-size: 15px !important;
	font-weight: 600 !important;
	color: #ffffff !important;
	margin: 0 0 4px !important;
	line-height: 1.3 !important;
	display: block !important;
}

.custom-product-variations .custom-product-variation-card .card-subtitle {
	font-size: 12px !important;
	color: rgba(255,255,255,0.60) !important;
	line-height: 1.4 !important;
	margin: 0 !important;
	display: block !important;
}

.custom-product-variations .custom-product-variation-card:hover {
	border-color: rgba(212,163,62,0.68) !important;
	box-shadow: 0 0 16px rgba(212,164,55,0.14) !important;
	transform: translateY(-2px) !important;
}

.custom-product-variations .custom-product-variation-card:hover .card-img img,
.custom-product-variations .custom-product-variation-card .card-img:hover img {
	object-fit: cover !important;
	transform: none !important;
	filter: none !important;
}

@media (max-width: 768px) {
	.custom-product-variations .variation-card-list {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 10px !important;
	}

	.custom-product-variations .custom-product-variation-card {
		min-height: 180px !important;
		padding: 9px !important;
	}

	.custom-product-variations .custom-product-variation-card .card-img {
		height: 92px !important;
		min-height: 92px !important;
		max-height: 92px !important;
		margin-bottom: 9px !important;
	}

	.custom-product-variations .custom-product-variation-card .card-title {
		font-size: 12px !important;
	}

	.custom-product-variations .custom-product-variation-card .card-subtitle {
		font-size: 10.5px !important;
	}
}

@media (max-width: 768px) {
	.luxury-related-products {
		margin-top: 26px !important;
		padding: 24px 0 34px 16px !important;
		overflow: hidden !important;
		background: #050505 !important;
	}

	.luxury-related-products .container,
	.luxury-related-products .row,
	.luxury-related-products .col-12 {
		width: 100% !important;
		max-width: 100% !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	.luxury-related-products .section-head {
		display: block !important;
		margin: 0 0 14px !important;
		padding: 0 16px 0 0 !important;
		border: 0 !important;
	}

	.luxury-related-products .section-head h4 {
		font-family: Georgia, "Times New Roman", serif !important;
		font-size: 20px !important;
		font-weight: 500 !important;
		line-height: 1.25 !important;
		color: #ffffff !important;
		letter-spacing: 0 !important;
		margin: 0 !important;
	}

	.luxury-related-products .products,
	.luxury-related-products .five-carousel,
	.luxury-related-products .owl-stage-outer {
		width: 100% !important;
		max-width: 100% !important;
		display: flex !important;
		flex-wrap: nowrap !important;
		overflow-x: auto !important;
		overflow-y: hidden !important;
		gap: 12px !important;
		padding: 0 16px 8px 0 !important;
		scroll-snap-type: x mandatory !important;
		scrollbar-width: none !important;
		-ms-overflow-style: none !important;
		-webkit-overflow-scrolling: touch !important;
	}

	.luxury-related-products .products::-webkit-scrollbar,
	.luxury-related-products .five-carousel::-webkit-scrollbar,
	.luxury-related-products .owl-stage-outer::-webkit-scrollbar {
		display: none !important;
	}

	.luxury-related-products .owl-stage {
		display: flex !important;
		flex-wrap: nowrap !important;
		align-items: stretch !important;
		gap: 12px !important;
		width: max-content !important;
		min-width: max-content !important;
		transform: none !important;
	}

	.luxury-related-products .owl-item,
	.luxury-related-products .item,
	.luxury-related-products .product.type-product,
	.luxury-related-products .product-wrapper {
		float: none !important;
		flex: 0 0 158px !important;
		width: 158px !important;
		min-width: 158px !important;
		max-width: 158px !important;
		height: auto !important;
		min-height: 0 !important;
		max-height: none !important;
		margin: 0 !important;
		padding: 0 !important;
		scroll-snap-align: start !important;
		background: transparent !important;
		border: 0 !important;
		border-radius: 0 !important;
		overflow: visible !important;
	}

	.luxury-related-products .product-wrapper {
		display: block !important;
		padding: 8px !important;
		background: #0b0b0b !important;
		border: 1px solid rgba(212,163,62,0.26) !important;
		border-radius: 10px !important;
		overflow: hidden !important;
		box-shadow: none !important;
	}

	.luxury-related-products .product-image {
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
		width: 100% !important;
		height: 112px !important;
		min-height: 112px !important;
		max-height: 112px !important;
		padding: 0 !important;
		margin: 0 0 8px !important;
		background: #111111 !important;
		border-radius: 8px !important;
		overflow: hidden !important;
	}

	.luxury-related-products .product-image a,
	.luxury-related-products .woocommerce-LoopProduct-link {
		display: block !important;
		width: 100% !important;
		height: 100% !important;
	}

	.luxury-related-products .product-image img,
	.luxury-related-products img.lazy {
		display: block !important;
		width: 100% !important;
		min-width: 100% !important;
		height: 112px !important;
		min-height: 112px !important;
		max-height: 112px !important;
		object-fit: cover !important;
		object-position: center !important;
		border-radius: 8px !important;
		opacity: 1 !important;
		visibility: visible !important;
		transform: none !important;
	}

	.luxury-related-products .product-info {
		display: block !important;
		height: auto !important;
		min-height: 0 !important;
		padding: 0 !important;
		background: transparent !important;
		text-align: left !important;
	}

	.luxury-related-products .product-title,
	.luxury-related-products .product-title a {
		font-size: 12px !important;
		font-weight: 500 !important;
		line-height: 1.35 !important;
		color: #ffffff !important;
		margin: 0 0 5px !important;
		white-space: nowrap !important;
		overflow: hidden !important;
		text-overflow: ellipsis !important;
	}

	.luxury-related-products .product-price,
	.luxury-related-products .price {
		display: flex !important;
		align-items: center !important;
		gap: 5px !important;
		font-size: 12px !important;
		line-height: 1.2 !important;
		margin: 0 !important;
	}

	.luxury-related-products .product-price ins,
	.luxury-related-products .price ins {
		color: #d4a33e !important;
		font-size: 12px !important;
		font-weight: 700 !important;
		text-decoration: none !important;
	}

	.luxury-related-products .product-price del,
	.luxury-related-products .price del {
		color: rgba(255,255,255,0.45) !important;
		font-size: 10px !important;
		margin-left: 2px !important;
		text-decoration: line-through !important;
	}

	.luxury-related-products .shipping-feed-back,
	.luxury-related-products .star-rating,
	.luxury-related-products .product-rating,
	.luxury-related-products .hover-area {
		display: none !important;
	}
}

@media (min-width: 769px) {
	.luxury-related-products {
		background: #050505 !important;
		padding: 28px 0 34px !important;
		margin-top: 0 !important;
		overflow: hidden !important;
	}

	.luxury-related-products .section-head {
		display: block !important;
		margin: 0 0 18px !important;
		padding: 0 !important;
		border: 0 !important;
	}

	.luxury-related-products .section-head-side-title h4,
	.luxury-related-products .section-head h4 {
		display: block !important;
		font-family: Georgia, "Times New Roman", serif !important;
		font-size: 22px !important;
		font-weight: 500 !important;
		line-height: 1.25 !important;
		color: #ffffff !important;
		letter-spacing: 0 !important;
		margin: 0 !important;
		text-transform: none !important;
	}

	.luxury-related-products .products,
	.luxury-related-products .five-carousel,
	.luxury-related-products .owl-stage-outer {
		display: block !important;
		width: 100% !important;
		max-width: 100% !important;
		overflow: hidden !important;
		padding: 0 !important;
	}

	.luxury-related-products .owl-stage {
		display: flex !important;
		align-items: stretch !important;
		gap: 12px !important;
		width: auto !important;
		min-width: 0 !important;
	}

	.luxury-related-products .owl-item,
	.luxury-related-products .item,
	.luxury-related-products .product.type-product,
	.luxury-related-products .product-wrapper {
		float: none !important;
		height: auto !important;
		min-height: 0 !important;
		max-height: none !important;
		padding: 0 !important;
		margin: 0 !important;
		background: transparent !important;
		border: 0 !important;
		border-radius: 0 !important;
		overflow: visible !important;
	}

	.luxury-related-products .product-wrapper {
		display: block !important;
		width: 100% !important;
		padding: 8px !important;
		background: #101010 !important;
		border: 1px solid rgba(212,163,62,0.18) !important;
		border-radius: 6px !important;
		overflow: hidden !important;
		box-shadow: none !important;
		transform: none !important;
	}

	.luxury-related-products .product-wrapper:hover {
		border-color: rgba(212,163,62,0.48) !important;
		transform: translateY(-2px) !important;
		box-shadow: 0 0 14px rgba(212,163,62,0.12) !important;
	}

	.luxury-related-products .product-image {
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
		width: 100% !important;
		height: 110px !important;
		min-height: 110px !important;
		max-height: 110px !important;
		padding: 0 !important;
		margin: 0 0 8px !important;
		background: #161616 !important;
		border-radius: 5px !important;
		overflow: hidden !important;
	}

	.luxury-related-products .product-image a,
	.luxury-related-products .woocommerce-LoopProduct-link {
		display: block !important;
		width: 100% !important;
		height: 100% !important;
	}

	.luxury-related-products .product-image img,
	.luxury-related-products img.lazy {
		display: block !important;
		width: 100% !important;
		min-width: 100% !important;
		height: 110px !important;
		min-height: 110px !important;
		max-height: 110px !important;
		object-fit: cover !important;
		object-position: center !important;
		border-radius: 5px !important;
		opacity: 1 !important;
		visibility: visible !important;
		transform: none !important;
	}

	.luxury-related-products .product-info {
		display: block !important;
		height: auto !important;
		min-height: 0 !important;
		padding: 0 !important;
		background: transparent !important;
		text-align: left !important;
	}

	.luxury-related-products .product-title,
	.luxury-related-products .product-title a {
		font-size: 12px !important;
		font-weight: 500 !important;
		line-height: 1.35 !important;
		color: #ffffff !important;
		margin: 0 0 5px !important;
		white-space: nowrap !important;
		overflow: hidden !important;
		text-overflow: ellipsis !important;
		text-align: left !important;
	}

	.luxury-related-products .product-price,
	.luxury-related-products .price {
		display: flex !important;
		align-items: center !important;
		gap: 5px !important;
		margin: 0 !important;
		line-height: 1.2 !important;
		text-align: left !important;
	}

	.luxury-related-products .product-price ins,
	.luxury-related-products .price ins {
		color: #d4a33e !important;
		font-size: 12px !important;
		font-weight: 700 !important;
		text-decoration: none !important;
	}

	.luxury-related-products .product-price del,
	.luxury-related-products .price del {
		color: rgba(255,255,255,0.45) !important;
		font-size: 10px !important;
		margin-left: 2px !important;
		text-decoration: line-through !important;
	}

	.luxury-related-products .shipping-feed-back,
	.luxury-related-products .star-rating,
	.luxury-related-products .product-rating,
	.luxury-related-products .hover-area {
		display: none !important;
	}

	.luxury-related-products .on-sale {
		top: 8px !important;
		right: 8px !important;
		left: auto !important;
		font-size: 9px !important;
		line-height: 1.1 !important;
		padding: 2px 5px !important;
		border-radius: 2px !important;
		background: #d4a33e !important;
		color: #050505 !important;
		border: 0 !important;
		box-shadow: none !important;
		animation: none !important;
	}
}

/* Category products header black override */
body.dark-theme .products-header,
body.dark-theme .products-header.bg-light,
.products-header.bg-light,
.products-header.d-flex.bg-light,
.full-row .products-header.bg-light {
background: #000 !important;
background-color: #000 !important;
}

body.dark-theme .products-header *,
.products-header.bg-light *,
.products-header.d-flex.bg-light * {
color: #ffffff !important;
}

body.dark-theme .products-header .woocommerce-ordering,
body.dark-theme .products-header .woocommerce-ordering select,
.products-header.bg-light .woocommerce-ordering,
.products-header.bg-light .woocommerce-ordering select,
.products-header.d-flex.bg-light .woocommerce-ordering,
.products-header.d-flex.bg-light .woocommerce-ordering select {
background: #000 !important;
background-color: #000 !important;
color: #ffffff !important;
border-color: rgba(212,163,62,0.45) !important;
}

body.dark-theme .products-header .woocommerce-ordering select option,
.products-header.bg-light .woocommerce-ordering select option,
.products-header.d-flex.bg-light .woocommerce-ordering select option {
background: #000 !important;
background-color: #000 !important;
color: #ffffff !important;
}
