:root {
	--gradient: linear-gradient(to right, rgb(255, 64, 62) 0%, rgb(255, 129, 27) 100%);
	--gradient-sec: linear-gradient(to right, rgb(57, 26, 166) 0%, rgb(6, 163, 245) 100%);
	--primary: #037345;
	--secondary: #000;
	--primary-hover: #12a582;
	--primary-dark: black;
	--rgba-primary-1: rgba(13, 119, 94, .1);
	--rgba-primary-2: rgba(13, 119, 94, .2);
	--rgba-primary-3: rgba(13, 119, 94, .3);
	--rgba-primary-4: rgba(13, 119, 94, .4);
	--rgba-primary-5: rgba(13, 119, 94, .5);
	--rgba-primary-6: rgba(13, 119, 94, .6);
	--rgba-primary-7: rgba(13, 119, 94, .7);
	--rgba-primary-8: rgba(13, 119, 94, .8);
	--rgba-primary-9: rgba(13, 119, 94, .9);
	--font-family-base: 'Montserrat', sans-serif;;
	--grey: #f7f7f7;
	--border-radius-base: 4px;
	--border-color: #D7D7D7;
	--font-family-title: 'Montserrat', sans-serif;;
	--title: #000;
	--headings-font-weight: 500;
	--headings-font-weight2: 400;
	--headings-font-weight3: 300;
	--white: #f9f5e8;
	--light: #F6F6F6
}
.product-floating-buttons-mobile {
	display: none;
}

.box-container {
	border-radius: 12px;
	box-shadow: 0 0 8px #221f2024;
	margin: 0 5px !important;
}

.swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background: #ccc;
	opacity: 1;
	margin: 0 5px !important;
}

.breadcrumb-row ol li h1,
.breadcrumb-row ul li h1 {
	padding: 0;
	padding-left: var(--bs-breadcrumb-item-padding-x);
	margin-right: 3px;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	text-transform: capitalize;
	color: var(--title);
	font-family: var(--font-family-title);
}

.reel-border {
	border: 1px solid #f6f6f6;
	border-radius: 8px;
}

.swiper-pagination-bullet-active {
	background: #000;
}

@media(max-width:767px) {
	.hidden-xs {
		display: none !important
	}
}

@media(min-width:768px) and (max-width:991px) {
	.hidden-sm {
		display: none !important
	}
}

@media(min-width:992px) and (max-width:1199px) {
	.hidden-md {
		display: none !important
	}
}

@media(min-width:1200px) {
	.hidden-lg {
		display: none !important
	}
}

@media only screen and (max-width:767px) {
	.checkout-section-header {
		margin-bottom: 10px;
	}
	.checkout-section-title { 
		justify-content: space-between;
	}
	.addnewm-modern {
		padding: 4px 8px;
		font-size: 12px;
		color: #2d8659;
		line-height: 16px;
		letter-spacing: 0;
		font-weight: 500;
		border-radius: 12px;
		text-transform: capitalize;
		background: #fff;
		border: 1px solid #221f201a;
		box-shadow: 0 0 8px #221f2014;
	}
	.feature-box {
		padding: 8px 12px!important;
	}	
	.feature-box h4{
		font-size:	 14px!important;
		margin-bottom: 0.2rem !important;
	}	
	.feature-box p{
		font-size: 11.5px!important;
	}	
	.feature-icon {		
		margin-bottom: 0.5rem !important;
	}	

	.promo-banner .swiper-slide {
		background-color: #059467;
	}
	
	.promo-banner {
		background:  #059467 !important;
        padding: 2px;
	}
		
	.product-main-2 .slick-dots {
		display: flex;
		flex-direction: row;
		justify-content: center;
		bottom: -10px
	}

	.product-main-2 .slick-dotsli {
		width: 6px;
		height: 6px;
		margin: 0 3px;
		border-radius: 999px;
		transition: all .5s ease-in-out;
		will-change: width;
		background-color: #000
	}

	.product-main-2 .slick-dots li.slick-active {
		background-color: #111112;
		width: 24px
	}

	.product-main-2 .slick-dots li {
		width: 6px;
		height: 6px;
		margin: 0 3px;
		border-radius: 999px;
		transition: all .5s ease-in-out;
		will-change: width;
		background-color: #000
	}

	.product-main-2 .img-product-slider {
		max-height: 500px !important;
		width: 100% !important;
		object-fit: cover;
		object-position: top
	}

	.mobile-bottom-menu ul li a {
		line-height: 15px;
		font-size: .8rem
	}

	.mobile-bottom-menu ul li a i {
		font-size: 1.2rem
	}

	.mobile-bottom-menu {
		padding: 6px 0
	}

	.inquiry-modal {
		top: initial !important;
		bottom: 0 !important;
		left: 50% !important;
		width: 100vw !important;
		max-width: 100vw !important;
		height: auto !important;
		padding: unset !important;
		border-radius: 30px 30px 0 0 !important;
		-webkit-transform: translateX(-50%) !important;
		-moz-transform: translateX(-50%) !important;
		-ms-transform: translateX(-50%) !important;
		transform: translate(-50%) !important
	}

	.inquiry-modal .modal-dialog {
		top: initial !important;
		bottom: 0 !important;
		left: 50% !important;
		width: 100vw !important;
		max-width: 100vw !important;
		height: auto !important;
		padding: unset !important;
		border-radius: 30px 30px 0 0 !important;
		-webkit-transform: translateX(-50%) !important;
		-moz-transform: translateX(-50%) !important;
		-ms-transform: translateX(-50%) !important;
		transform: translate(-50%) !important;
		margin: 0;
		margin-top: 0 !important
	}

	.modal-content-wrapper {
		padding: 28px 20px 24px !important;
		border-radius: 20px 20px 25px 25px !important;
		background: linear-gradient(135deg, #037345 0%, #2d8659 100%) !important;
		position: relative;
		overflow: hidden;
	}

	.login-header-wrapper {
		position: relative;
		z-index: 2;
	}

	.rapl-logo {
		height: 75px !important;
		width: auto !important;
		filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.15)) !important;
		max-width: 200px;
		margin: 0 auto;
		display: block;
	}

	.header-text {
		text-align: center !important;
		margin-top: 8px;
	}

	.header-text p {
		color: #fff !important;
		font-style: normal !important;
		font-weight: 500 !important;
		line-height: 22px !important;
		text-transform: uppercase !important;
		margin-top: 12px !important;
		font-size: 16px !important;
		letter-spacing: 0.5px !important;
	}

	.login-close-button-container {
		position: absolute !important;
		top: 16px !important;
		right: 16px !important;
		z-index: 1056 !important;
	}

	#close {
		position: relative;
		top: 0;
		z-index: 10;
		display: block;
	}

	.close_svg {
		width: 38px !important;
		height: 38px !important;
		background: #fff !important;
		box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2) !important;
		border-radius: 50% !important;
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
		transition: all 0.3s ease !important;
	}

	.close_svg:active {
		transform: scale(0.95) !important;
		box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15) !important;
	}

	.close_svg svg {
		width: 16px !important;
		height: 16px !important;
	}

	.close_svg svg path {
		fill: #000 !important;
	}

	.inquiry-modal .modal-content {
		background: #fff !important;
		border: 0 !important;
		padding: 0 !important;
		border-radius: 20px !important;
		overflow: hidden !important;
		box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15) !important;
	}

	/* Ensure modal dialog is properly sized on mobile */
	.inquiry-modal .modal-dialog {
		margin: 0 !important;
		max-width: 100% !important;
	}

	/* Modal backdrop */
	.modal-backdrop {
		background-color: rgba(0, 0, 0, 0.5) !important;
	}

	/* ============================================
	   MODAL OFFERS MOBILE OPTIMIZATION
	   ============================================ */

	/* Modal Offers Wrapper */
	.modal-offers-wrapper {
		height: 100%;
		display: flex;
		flex-direction: column;
		background: #fff;
	}

	.modal-offers-container {
		display: flex;
		flex-direction: column;
		height: 100%;
		overflow: hidden;
	}

	/* Header Section Mobile */
	.modal-offers-header {
		padding: 20px 18px 18px !important;
		background: linear-gradient(135deg, #037345 0%, #2d8659 100%) !important;
		position: relative;
		overflow: hidden;
		border-radius: 0 !important;
	}

	.modal-offers-header-content {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		position: relative;
		z-index: 2;
		gap: 12px;
	}

	.modal-offers-header-text {
		flex: 1;
		min-width: 0;
	}

	.modal-offers-title {
		display: flex;
		align-items: center;
		gap: 10px;
		font-size: 22px !important;
		font-weight: 700 !important;
		color: #fff !important;
		margin-bottom: 6px !important;
		line-height: 1.2 !important;
	}

	.modal-offers-title-icon {
		flex-shrink: 0;
		width: 22px !important;
		height: 22px !important;
		color: #fff;
	}

	.modal-offers-subtitle {
		font-size: 13px !important;
		color: rgba(255, 255, 255, 0.95) !important;
		font-weight: 400 !important;
		line-height: 1.4 !important;
	}

	.modal-offers-header-icon {
		flex-shrink: 0;
		width: 50px !important;
		height: 50px !important;
		opacity: 0.25;
	}

	.modal-offers-header-icon svg {
		width: 50px !important;
		height: 50px !important;
	}

	/* Input Section Mobile */
	.modal-offers-input-section {
		padding: 18px 16px !important;
		background: #fff !important;
		border-bottom: 1px solid #e9ecef !important;
	}

	.modal-offers-form {
		width: 100%;
	}

	.modal-offers-input-wrapper {
		position: relative;
		display: flex;
		flex-direction: column;
		align-items: stretch;
		background: #f8f9fa;
		border: 2px solid #e9ecef;
		border-radius: 14px;
		overflow: hidden;
		transition: all 0.3s ease;
	}

	.modal-offers-input-wrapper:focus-within {
		border-color: #037345 !important;
		background: #fff !important;
		box-shadow: 0 0 0 4px rgba(3, 115, 69, 0.12) !important;
	}

	.modal-offers-input-wrapper {
		position: relative;
	}

	.modal-offers-input-icon {
		position: absolute;
		left: 16px;
		top: 17px;
		color: #6c757d;
		pointer-events: none;
		z-index: 2;
		width: 20px;
		height: 20px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.modal-offers-input {
		flex: 1;
		border: none;
		background: transparent;
		padding: 14px 16px 14px 48px !important;
		font-size: 16px !important;
		font-weight: 500 !important;
		color: #333 !important;
		outline: none;
		width: 100%;
		border-radius: 0;
		min-height: 50px;
		order: 1;
	}

	.modal-offers-input::placeholder {
		color: #adb5bd !important;
		font-weight: 400 !important;
		font-size: 15px !important;
	}

	.modal-offers-apply-btn {
		width: 100% !important;
		display: flex !important;
		align-items: center;
		justify-content: center;
		gap: 8px;
		padding: 14px 20px !important;
		background: linear-gradient(135deg, #037345 0%, #2d8659 100%) !important;
		color: #fff !important;
		border: none !important;
		border-radius: 0 !important;
		font-size: 15px !important;
		font-weight: 600 !important;
		text-transform: uppercase;
		letter-spacing: 0.5px;
		cursor: pointer;
		transition: all 0.3s ease;
		margin: 0 !important;
		min-height: 50px;
		box-shadow: 0 2px 8px rgba(3, 115, 69, 0.2);
		order: 2;
		border-top: 1px solid rgba(255, 255, 255, 0.2);
	}

	.modal-offers-apply-btn:active {
		transform: scale(0.98);
		box-shadow: 0 1px 4px rgba(3, 115, 69, 0.2);
	}

	.modal-offers-apply-btn svg {
		flex-shrink: 0;
		width: 16px;
		height: 16px;
	}

	/* Offers List Mobile */
	.modal-offers-list {
		flex: 1;
		overflow-y: auto;
		padding: 16px !important;
		background: #f8f9fa;
		-webkit-overflow-scrolling: touch;
	}

	/* Offer Card Mobile */
	.modal-offer-card {
		background: #fff;
		border: 1px solid #e9ecef;
		border-radius: 14px;
		margin-bottom: 12px;
		overflow: hidden;
		box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
		transition: all 0.3s ease;
	}

	.modal-offer-card:active {
		transform: scale(0.98);
		box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
	}

	.modal-offer-card-content {
		padding: 16px !important;
		display: flex;
		align-items: flex-start;
		gap: 14px;
	}

	.modal-offer-icon-wrapper {
		flex-shrink: 0;
		width: 44px;
		height: 44px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.modal-offer-icon-wrapper svg {
		width: 44px;
		height: 44px;
	}

	.modal-offer-details {
		flex: 1;
		min-width: 0;
	}

	.modal-offer-title {
		font-size: 15px !important;
		font-weight: 600 !important;
		color: #212529 !important;
		margin-bottom: 6px !important;
		line-height: 1.4 !important;
	}

	.modal-offer-description {
		font-size: 13px !important;
		color: #6c757d !important;
		line-height: 1.5 !important;
	}

	.modal-offer-footer {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		gap: 12px;
		padding: 12px 16px 16px !important;
		background: #f8f9fa;
		border-top: 1px solid #e9ecef;
	}

	.modal-offer-code {
		display: flex;
		align-items: center;
		gap: 8px;
		font-size: 13px;
		color: #495057;
	}

	.modal-offer-code-label {
		font-weight: 500;
	}

	.modal-offer-code-value {
		font-size: 14px;
		font-weight: 700;
		color: #037345;
		background: #fff;
		padding: 4px 10px;
		border-radius: 6px;
		border: 1px solid #e9ecef;
	}

	.modal-offer-apply-btn {
		width: 100% !important;
		display: flex !important;
		align-items: center;
		justify-content: center;
		gap: 8px;
		padding: 12px 20px !important;
		background: linear-gradient(135deg, #037345 0%, #2d8659 100%) !important;
		color: #fff !important;
		border: none !important;
		border-radius: 10px !important;
		font-size: 14px !important;
		font-weight: 600 !important;
		text-decoration: none !important;
		transition: all 0.3s ease;
		min-height: 44px;
		box-shadow: 0 2px 8px rgba(3, 115, 69, 0.2);
	}

	.modal-offer-apply-btn:active {
		transform: scale(0.98);
		box-shadow: 0 1px 4px rgba(3, 115, 69, 0.2);
	}

	.modal-offer-apply-btn svg {
		flex-shrink: 0;
		width: 16px;
		height: 16px;
	}

	/* Empty State Mobile */
	.modal-offers-empty {
		display: flex;
		align-items: center;
		justify-content: center;
		min-height: 300px;
		padding: 40px 20px;
	}

	.modal-offers-empty-content {
		text-align: center;
		max-width: 280px;
	}

	.modal-offers-empty-icon {
		margin-bottom: 20px;
		opacity: 0.5;
	}

	.modal-offers-empty-icon svg {
		width: 100px !important;
		height: 100px !important;
	}

	.modal-offers-empty-title {
		font-size: 18px !important;
		font-weight: 600 !important;
		color: #212529 !important;
		margin-bottom: 8px !important;
	}

	.modal-offers-empty-message {
		font-size: 13px !important;
		color: #6c757d !important;
		line-height: 1.6 !important;
	}

	/* Close Button for Modal */
	.show-coupon .btn-close {
		position: absolute;
		top: 16px;
		right: 16px;
		z-index: 1056;
		width: 36px;
		height: 36px;
		background: #fff;
		border-radius: 50%;
		opacity: 1;
		box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.show-coupon .btn-close:active {
		transform: scale(0.95);
	}


	.modal-inner-content {
		padding: 28px 20px 20px !important;
		background: #fff !important;
		border-radius: 0 0 20px 20px !important;
	}

	.speedoweblogo {
		margin-bottom: 10px;
		text-align: center;
	}

	.header-content {
		margin: 0px !important;
		font-size: 15px !important;
		font-weight: 600 !important;
		color: #333 !important;
		line-height: 1.5 !important;
		text-align: center !important;
		letter-spacing: 0.2px !important;
	}

	.phone-input {
		margin-bottom: 0;
		width: 100%;
	}

	.phone-entry {
		padding: 10px 16px !important;
		min-height: 50px !important;
		border-radius: 14px !important;
		border: 2px solid #e0e0e0 !important;
		font-size: 16px !important;
		background: #fff !important;
		display: flex !important;
		align-items: center !important;
		width: 100% !important;
		box-sizing: border-box !important;
		transition: all 0.3s ease !important;
	}

	.phone-entry:focus-within {
		border-color: #037345 !important;
		box-shadow: 0 0 0 4px rgba(3, 115, 69, 0.12) !important;
		background: #fff !important;
	}

	.country-code {
		font-size: 16px !important;
		font-weight: 600 !important;
		color: #333 !important;
		margin-right: 14px !important;
		white-space: nowrap;
		flex-shrink: 0;
	}

	.phone-inputbox {
		font-size: 16px !important;
		color: #333 !important;
		font-weight: 500 !important;
		border: none !important;
		outline: none !important;
		width: 100% !important;
		background: transparent !important;
		padding: 0 !important;
	}

	.phone-inputbox::placeholder {
		color: #999 !important;
		font-weight: 400 !important;
	}

	.modal-btnsubmit-container {
		margin-top: 24px !important;
		height: 54px !important;
		width: 100% !important;
	}

	.common-btn-styling {
		height: 50px !important;
		border-radius: 14px !important;
		font-size: 16px !important;
		font-weight: 600 !important;
		letter-spacing: 0.6px !important;
		box-shadow: 0 4px 14px rgba(3, 115, 69, 0.35) !important;
		background: linear-gradient(135deg, #037345 0%, #2d8659 100%) !important;
		transition: all 0.3s ease !important;
		width: 100% !important;
	}

	.common-btn-styling:active {
		transform: scale(0.98) !important;
		box-shadow: 0 2px 8px rgba(3, 115, 69, 0.3) !important;
	}

	.modal-footer-wrapper {
		margin-top: 15px !important;
		font-size: 12px !important;
		line-height: 1.7 !important;
		color: #666 !important;
		padding: 0 4px;
	}

	.modal-footer-wrapper .footer-policy-wrapper {
		color: #666 !important;
		text-align: center !important;
	}

	.modal-footer-wrapper .footer-policy-wrapper a {
		font-size: 12px !important;
		font-weight: 600 !important;
		color: #037345 !important;
		text-decoration: none !important;
		transition: color 0.3s ease !important;
	}

	.modal-footer-wrapper .footer-policy-wrapper a:active {
		color: #2d8659 !important;
		text-decoration: underline !important;
	}

	.otp-ver-msg {
		margin-top: 12px !important;
		margin-bottom: 0 !important;
		font-size: 13px !important;
		text-align: center !important;
		min-height: auto;
	}

	.inquiry-modal {
		background: #fff0
	}

	.animate-modal {
		animation: bottomToTop 1s forwards
	}

	.close-animation {
		animation: topToBottom 1s forwards
	}

	@keyframes bottomToTop {
		0% {
			transform: translateX(-50%) translateY(100%)
		}

		100% {
			transform: translateX(-50%) translateY(0%)
		}
	}

	@keyframes topToBottom {
		from {
			top: 50%
		}

		to {
			top: 100%
		}
	}

	.cart-Dwawer__recommendations {
		transform: translate(0) !important;
		position: static;
		overflow: visible;
		width: 100%;
		padding: 0;
		box-shadow: none;
		padding-left: 1.2rem;
		border-top-left-radius: 0;
		margin-bottom: 0;
		z-index: 1;
		background: #fff0
	}

	button.cart-recommendation__close-btn {
		display: none
	}

	.cart-drawer--recommendations--heading {
		margin-bottom: 10px;
		font-size: 18px;
		font-style: normal;
		font-weight: 500
	}

	.cart-drawer--recommendations--products {
		display: flex;
		width: 100%;
		overflow: auto;
		gap: 10px;
		scroll-behavior: smooth;
		padding-right: 15px;
		padding-top: 0
	}

	.cart-drawer--recommendations--products .new_card_product {
		flex: 0 0 auto;
		width: 146px;
		box-shadow: 0 7px 8px -2px #221f2014
	}

	.card_wishlist .wishlistcardButton span {
		font-size: 18px !important
	}

	.dz-offcanvas.offcanvas.offcanvas-end .offcanvas-body {
		box-shadow: none
	}

	.cart-drawer--recommendations--heading {
		margin: .16rem 0 5px
	}

	.cusotm-final-price {
		font-size: 16px !important;
		line-height: 25px !important;
		color: #221f20;
		font-weight: 500 !important;
		letter-spacing: 0
	}

	.text-strikethrough3 {
		margin-left: 7px;
		position: relative;
		top: 2px;
		font-size: 12px;
		line-height: 14px;
		font-weight: 400
	}

	green {
		margin-left: 4px;
		position: relative;
		top: 3px;
		font-size: 11px
	}

	.cart-widget .dz-media {
		width: 80px;
		min-width: 80px;
		height: 80px
	}

	h6,
	.h6,
	.h6 {
		font-size: .9rem
	}

	.cart-produuct-size {
		margin: 8px 0
	}

	.btn_price .product_price {
		padding-left: 5px;
		font-size: 14px;
		font-weight: 500;
		margin: 0
	}

	.apb6 {
		padding-bottom: 6px
	}

	.close_svg {
		width: 22px;
		height: 22px
	}

	.hdriht {
		display: none !important
	}

	/* Show cart icon on mobile */
	.extra-nav.hdriht {
		display: flex !important;
	}

	.header-right {
		display: flex !important;
		align-items: center;
		gap: 8px;
	}

	.cart-link {
		display: block !important;
	}

	.cart-btn {
		display: flex !important;
		align-items: center;
		justify-content: center;
		position: relative;
		padding: 8px;
	}

	.cart-btn .blank_cart {
		display: block !important;
		width: 26px;
		height: 26px;
	}

	.cart-btn .badge-circle {
		display: flex !important;
		align-items: center;
		justify-content: center;
		position: absolute;
		top: -6px;
		right: -6px;
		background: #d32f2f;
		color: #fff;
		border-radius: 50%;
		min-width: 18px;
		height: 18px;
		font-size: 11px;
		font-weight: 600;
		z-index: 10;
	}

	.hwid {
		width: 100% !important;
		position: relative
	}

	.logo-header img {
		height: auto
	}

	.site-header.style-2 .main-bar {
		padding: 0 0
	}

	.site-header {
		height: auto !important
	}

	.navbar-toggler {
		position: absolute;
		left: 0;
		top: 14px
	}

	.logo-header {
		height: 55px
	}

	.mob_footer {
		box-sizing: border-box;
		position: fixed;
		padding: 0;
		bottom: 0;
		left: 0;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
		width: 100%;
		z-index: 888;
		background: #fff;
		border-top: 1px solid #e9ecef;
		box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.05);
	}

	.mob_footer .mob_menu {
		box-sizing: border-box;
		display: flex;
		justify-content: space-around;
		width: 100%;
		padding: 8px 0;
		height: auto;
		align-items: center;
		border-radius: 0;
		background: #fff;
		box-shadow: none;
		border: none;
		min-height: 60px;
	}

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

	.mob_footer .foot_bar .f_tab {
		width: 100%;
		text-align: center;
	}

	.mob_footer .foot_bar .f_tab a {
		text-decoration: none;
		display: block;
		width: 100%;
	}

	.mob_footer .active {
		color: #037345;
	}

	.mob_footer .f_link {
		flex: 1;
		display: flex;
		padding: 6px 8px;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		gap: 4px;
		transition: all 0.3s ease;
		border-radius: 8px;
	}

	.mob_footer .f_link:hover {
		background: rgba(45, 134, 89, 0.05);
	}

	.mob_footer .f_link.active {
		background: rgba(45, 134, 89, 0.08);
	}

	.mob_footer img {
		height: 24px;
		width: auto;
	}

	.mob_footer p {
		font-weight: 400;
		font-size: 11px;
		color: #6c757d;
		margin: 0;
		margin-top: 2px;
		line-height: 1.2;
		transition: all 0.3s ease;
	}

	.mob_footer svg {
		width: 24px;
		height: 24px;
		transition: all 0.3s ease;
		flex-shrink: 0;
	}

	.mob_footer .active p {
		color: #037345;
		font-weight: 600;
		font-size: 11px;
		opacity: 1;
	}

	.mob_footer .active svg {
		opacity: 1;
		stroke: #037345;
	}

	.mob_footer .f_link:not(.active) svg {
		opacity: 0.7;
	}

	/* WhatsApp specific styling */
	.mob_footer .mob-whatsapp-link svg {
		fill: #25D366;
		width: 24px;
		height: 24px;
	}

	.mob_footer .mob-whatsapp-link:hover svg {
		fill: #128C7E;
		transform: scale(1.1);
	}

	.mob_footer .mob-whatsapp-link p {
		color: #25D366;
	}

	.mob_footer .mob-whatsapp-link:hover p {
		color: #128C7E;
		font-weight: 500;
	}

	.mob_footer .active svg {
		opacity: 1;
	}

	.hd-right {
		position: absolute;
		right: 10px;
		top: 16px
	}

	.logo-header a {
		position: relative
	}

	.logo-header .badge {
		padding: 4px 5px;
		font-size: 10px;
		min-width: 20px;
		min-height: 20px;
		text-transform: uppercase;
		text-align: center;
		position: absolute;
		right: -10px;
		top: -6px;
        background-color: #f9f5e8;
        color: #037345;
	}

	.offcanvas-body {
		padding: 16px 10px
	}

	.left-list {
		padding-bottom: 2px;
		padding-top: 2px;
		padding-left: 2px;
		padding-right: 2px
	}

	.left-list-img {
		height: 25px;
		width: 25px;
		margin-right: 8px
	}

	.left-list-a p {
		font-size: 14px;
		line-height: 20px
	}

	.left-list-a {
		display: flex;
		margin-bottom: 0;
		align-items: center;
		align-content: center;
		border-bottom: 1px solid #116b3159;
		padding-bottom: 5px;
		min-height: 50px
	}

	.side-nav .dz-social-icon {
		align-items: center;
		justify-content: center
	}

	.dz-tabs li.py-\[5px\] {
		text-align: center;
	}

	.left-head {
		text-align: left;
		border-bottom: 1px solid #f6f5f5;
		padding: 5px
	}

	.filter-wrapper {
		display: none !important
	}

	.col-xs-6 {
		width: 50%
	}

	.shop-card .dz-media {
		margin-bottom: 5px
	}

	.shop-card .dz-content {
		padding: 4px;
		width: 100%
	}

	.shop-card.style-1 .shop-meta {
		bottom: 0;
		transform: none;
		opacity: 1;
		position: relative
	}

	.m_card_product {
		border: 1px solid rgb(34 31 32 / .1);
		border-radius: 13px;
		box-shadow: 0 0 14.604644775390625px #221f2014;
		position: relative;
		background: #fff;
		margin-top: 6px;
		max-height: 300px
	}

	.mp-pd {
		margin-bottom: 5px;
		padding: 0 5px
	}

	.mtab {
		padding: 11px
	}

	.mp-pd .cloneBtn {
		border-top-right-radius: 0;
		border-bottom-left-radius: 0
	}

	.shop-card.style-1 {
		padding: 4px
	}

	.scroltop {
		display: none !important
	}

	.bottom_cart {
		position: fixed;
		width: 100%;
		bottom: 0;
		padding: 6px 6px;
		z-index: 9;
		left: 0
	}

	.float-cart {
		width: 100%;
		height: auto;
		padding: 15px 15px;
		font-weight: 500;
		z-index: 10;
		box-shadow: 0 -3px 5px rgb(0 0 0 / 15%)
	}

	.float-cart--open {
		opacity: 1;
		bottom: -.2rem;
		transition: .2s all linear;
		background: #037345;
		border-radius: 8px
	}

	.float-cart--open .text-white {
		margin-right: 10px
	}

	.float-cart--open .text-white {
		font-weight: 500;
		font-size: 14px;
		line-height: 17px;
		color: #FFF
	}

	.bottom_cart .pr-5,
	.bottom_cart .px-5 {
		padding-right: 5px !important
	}

	.bottom_cart .pl-5,
	.bottom_cart .px-5 {
		padding-left: 5px !important
	}

	.view_cart {
		font-weight: 500;
		font-size: 14px;
		line-height: 17px;
		color: #FFF;
		text-transform: uppercase;
		float: right;
		position: relative;
		top: 4px;
		letter-spacing: 2px
	}

	.imb-60 {
		margin-bottom: 60px
	}

	.shop-card.style-1:hover:after {
		transform: none !important;
		border: 0 solid #000 !important;
		background: transparent !important
	}

	.shop-card.style-1:after {
		border: 0 solid #000 !important;
		transform: none !important;
	}

	.content-inner-1 {
		padding-top: 15px;
		padding-bottom: 15px
	}

	.custom-control.style-1 .custom-checkbox {
		display: flex;
		gap: 0;
		padding: 7px 5px 2px 35px;
		border-radius: 12px;
		transition: .4s;
		flex-direction: column;
		height: auto;
		min-height: auto;
		justify-content: space-between;
		border: 1px solid #221f201a;
		box-shadow: 0 0 8px #221f2014;
		background: #fff
	}

	.shop-checkout .side-bar {
		padding-left: 15px;
		padding-right: 15px
	}

	.css-18llukb {
		display: flex;
		position: inherit;
		flex-direction: column;
		padding: 0;
		margin-bottom: 8px;
		border-style: solid;
		border-width: 0
	}

	.css-1xvf4nn {
		margin-top: 2px;
		text-overflow: ellipsis;
		overflow: hidden;
		height: auto
	}

	.css-18fz4g9 {
		font-size: 14px;
		font-weight: 400;
		line-height: 20px;
		letter-spacing: 0;
		color: rgb(0 19 37 / .64);
		text-overflow: ellipsis;
		overflow: hidden;
		margin: 0;
		-webkit-font-smoothing: antialiased
	}

	.css-106zhkc {
		font-size: 13px;
		font-weight: 400;
		line-height: 20px;
		letter-spacing: 0;
		color: rgb(0 19 37 / .64);
		text-overflow: ellipsis;
		overflow: hidden;
		margin: 0;
		-webkit-font-smoothing: antialiased
	}

	.css-156yjo9 {
		display: flex;
		flex-direction: row;
		margin-top: 0;
		position: absolute;
		right: 7px;
		bottom: 7px
	}

	.css-1mc7kxs {
		display: flex;
		flex-direction: column;
		padding-right: 0
	}

	.css-1mc7kxs button {
		padding: 5px 15px;
		font-size: 11px;
		color: rgb(0 19 37 / .64);
		border-radius: 2px;
		border: 1px solid #bfbfbf;
		box-shadow: none;
		border-radius: 12px
	}

	.custom-control.style-1 .form-check-input {
		width: 18px;
		height: 18px;
		top: 21px;
		right: 0;
		left: 10px
	}

	.css-1xhj18k {
		margin-left: 1px
	}

	.m-b15 {
		margin-bottom: 5px
	}

	.BillSummarySection_commBifurcationWrapper__9g5BA {
		padding: 0
	}

	.CommonBifurcation_wrapper__U9IoI {
		margin-bottom: 1px
	}

	.final_total {
		margin-bottom: 0;
		position: fixed;
		bottom: 0;
		width: 100%;
		left: 0;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
		background: #fff;
		border-radius: 0;
		padding: 6px 10px 8px 10px
	}

	.cart-widget .cart-content {
		margin-right: 5px
	}

	.powered {
		margin-bottom: 100px
	}

	.chsflex {
		display: flex;
		justify-content: space-between
	}

	.add_change {
		font-size: 12px;
		display: flex;
		align-items: center;
		font-weight: 500;
		color: #037345;
		border: 1px solid #037345;
		border-radius: 4px;
		padding: 0 7px
	}

	.shop-checkout h2 {
		font-size: 1rem
	}

	.side-bar h2,
	.side-bar .h2 {
		font-size: 1rem
	}

	.address-form .m-b15 {
		margin-bottom: 15px
	}

	.gallery-thumbs .swiper-wrapper {
		display: none
	}

	.gallery-thumbs {
		display: none
	}

	.dz-product-detail {
		margin-bottom: 0;
		padding-top: 0
	}

	.product-notification {
		display: none
	}

	.richtext {
		font-size: 16px;
		line-height: 20px
	}

	.richtext strong {
		font-weight: 600
	}

	.block-html {
		margin-bottom: 140px
	}

	.share-idea {
		height: 34px;
		margin-bottom: 8px
	}

	.block-html p {
		font-size: 12px;
		line-height: 14px;
		margin-bottom: 0
	}

	.t4s-sticky-atc__img {
		display: none
	}

	.t4s-sticky-atc__infos {
		margin: 0 0;
		min-width: auto
	}

	.t4s-sticky-atc__title {
		display: none
	}

	.t4s-sticky-atc__v-title {
		display: none
	}

	.t4s-sticky-atc {
		display: flex;
		justify-content: space-between;
		flex-direction: column
	}

	.mrp {
		display: none
	}

	.t4s-sticky-atc__price .rate_off {
		font-size: 13px !important
	}

	.price__current .money {
        font-size: 18px;
        font-weight: 500;
	}
	.broadBtn {
        border-radius: 5px;
        color: #fff;
        border: none;
        padding: 5px 0;
        background-color: #037345;
        font-size: 14px;
        width: 94% !important;
        margin-bottom: 2px;
        font-weight: 500;
    } 

	.d_flex_fb {
		justify-content: space-between
	}

	.mhide {
		display: none !important
	}

	.blog-slideshow {
		border-radius: 0 !important
	}

	.addressing-content p {
		font-size: 14px;
		padding: 5px 0
	}

	.main-title {
		margin-bottom: 10px
	}

	.main-title .title {
		margin-bottom: 4px
	}

	.home_category_list {
		margin-top: 0
	}

	.home_category_list .cat_box {
		flex: 0 1 calc(33.33% - 10px) !important;
		padding: 0 1px
	}

	.home_category_list .cat_box img {
		height: 64px !important
	}

	.home_category_list {
		gap: 4px !important
	}

	.home_category_list .cat_box {
		margin: 1px
	}

	.home_category_list .cat_box .title {
		text-align: center;
		font-size: 13px;
		font-weight: 400;
		margin-top: 7px;
		line-height: 16px;
		margin-bottom: 6px
	}

	.mrow0 {
		margin: 0
	}

	.announcement-bar {
		height: 30px;
		font-size: 13px
	}
	.site-header {
		top: 0px
	}
	.announcement-bar.announcement-collapsed + header.site-header {
		top: 0
	}
	.main-nav {
		display: none
	}

	.mcon0 {
		margin: 0;
		padding: 0
	}

	.dz-tabs .nav-tabs .nav-link {
		font-size: 13px;
		padding: 4px 10px
	}

	.swiper-horizontal {
		padding: 0 0 !important
	}

	.shop-card.style-2 {
		min-height: 275px
	}

	.imb0 {
		margin-bottom: 0
	}

	.t4s-fs-md-40 {
		font-size: 22px;
		margin-bottom: 11px;
		text-align: center
	}

	.our-testimonials.bg-theme h2 {
		font-size: 1rem;
		font-weight: 600;
		line-height: 30px;
		letter-spacing: 0;
		text-align: center
	}

	.our-testimonials.bg-theme h2 big {
		font-size: 1.6rem
	}

	.our-testimonials.bg-theme .funfact_one {
		background: #fff;
		border-radius: 10px;
		padding: 6px 7px;
		min-width: 48%;
		justify-content: center;
		text-align: center
	}

	.our-testimonials.bg-theme .funfact_one .details .timer,
	.our-testimonials.bg-theme .funfact_one .details ul li span {
		font-size: 22px;
		line-height: 31px
	}

	.bg-testi {
		background: #fff0;
		padding: 0 5px
	}

	.testimonial_item {
		position: relative;
		padding: 15px;
		background: #fff;
		border-radius: 10px !important
	}

	.testimonial-slideshow .swiper-slide {
		border-radius: 10px
	}

	.testimonial-slideshow .mb30 {
		margin-bottom: 15px
	}

	.category-grid-image img {
		height: 110px !important
	}

	.category-grid-name a {
		font-size: 13px !important
	}

	.dz-meta ul {
		position: relative
	}

	.dz-card.style-1 .dz-info .dz-meta ul li.post-date {
		bottom: auto;
		top: -32px;
		left: 6px
	}

	.dz-card.style-1 {
		position: relative;
		margin-bottom: 10px
	}

	.dz-card.style-1 .dz-info {
		padding: 1px
	}

	.jqYgnQ .options .payment-option-wrapper {
		border-radius: 2px;
		width: 60px;
		height: auto
	}

	.jqYgnQ .payment-option-title {
		margin: auto auto 10px
	}

	.jqYgnQ .options .payment-option-wrapper {
		margin: 0 5px 10px;
		border: 0 solid #ededed
	}

	.footer-more {
		margin-bottom: 60px;
		padding: 0 0;
		background: #8e8e8e
	}

	.category-page .footer-more {
		margin-bottom: 70px
	}

	.footer-more .dz-accordion.accordion-sm .accordion-header .accordion-button {
		color: #fff;
		font-size: 12px;
		letter-spacing: 1px;
		border-radius: 0;
		background: #8e8e8e;
		padding: 5px 10px 5px 10px;
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
		text-transform: uppercase
	}

	.dz-accordion.accordion-sm .accordion-body {
		padding: 10px 10px 20px 10px;
		background: #f5f5f5;
		padding-bottom: 30px
	}

	.footer {
		margin-top: 0
	}

	.section-sections--21552948052267__footer-padding {
		padding-top: 0
	}

	.jqYgnQ {
		margin-top: 0
	}

	.dz-accordion .accordion-header .accordion-button.collapsed {
		margin-bottom: 30px
	}

	.footer-more .accordion {
		background: #f5f5f5
	}

	.footer-more .nav-menu {
		margin-bottom: 16px
	}

	.footer-contact {
		margin-bottom: 0 !important;
		padding-top: 0;
		padding-bottom: 7px
	}

	.footer-contact .contacts-container {
		width: 100%;
		gap: 2px
	}

	.footer-contact .contact-detail {
		line-height: normal !important
	}

	.footer-contact .card-container {
		gap: 4px !important
	}

	.available_on_top {
		margin-top: 10px;
		text-align: center
	}

	.available_on {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 20px
	}

	.available_on p {
		margin-bottom: 2px
	}

	.swiper-five {
		margin-bottom: 0
	}

	.iCGauj {
		width: 96%;
		bottom: 0;
		margin: 0 auto;
		padding: 10px 15px;
		border-radius: 10px;
		left: 0;
		right: 0;
		z-index: 0
	}

	.categories {
		background: #effbff !important;
		padding-top: 15px
	}

	.categories_box {
		padding: 0 1rem 1rem
	}

	.categories_box .category_list {
		margin-bottom: 1rem;
		display: flex;
		position: relative;
		border-radius: 1000px;
		border: 1px solid #e9f1f8;
		background: #fff;
		box-shadow: 2px 2px 10px 0 rgb(128 155 163 / 10%);
		padding-left: 0
	}

	.category_list .iconbox {
		display: flex;
		align-items: center;
		width: 100%;
		align-content: center
	}

	.category_list .iconbox .icon {
		padding: 5px;
		width: 20%
	}

	.category_list .iconbox .details {
		width: 80%;
		padding-left: 5px
	}

	.category_list a {
		width: 100%
	}

	.category_list .iconbox img {
		height: 55px;
		width: 55px;
		border-radius: 50%
	}

	.category_list .title {
		margin-bottom: 0;
		font-size: 1rem
	}

	.category_list p {
		font-size: 13px;
		font-weight: 400;
		color: #262525;
		margin-bottom: 0;
		line-height: 15px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical
	}

	.top-heading h1 {
		color:  #f9f5e8;
		text-align: center;
		font-size: 16px;
		font-style: normal;
		font-weight: 500;
		line-height: 160%;
		overflow: hidden;
		white-space: nowrap;
		-webkit-line-clamp: 1;
		text-overflow: ellipsis;
		margin-bottom: 0
	}

	.dz-bnr-inr {
		display: none
	}

	.pt-3 {
		padding-top: 0 !important
	}

	.pcategory_name {
		line-height: 9px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		margin-bottom: 4px !important;
		font-size: 13px;
		margin-top: 0 !important
	}

	.psize_name {
        line-height: 13px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        margin-bottom: 4px !important;
        font-size: 14px;
	}

	.title-text {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        font-size: 14px;
        white-space: inherit;
        line-height: 16px;
        margin-bottom: 0px;
	}

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

	.card-reviews .rating {
		vertical-align: middle;
		display: inline-block;
		line-height: 1.5rem
	}

	.card-reviews .rating__count {
		font-size: 12px;
		display: flex;
		margin-inline-start: .5em;
		line-height: 1.5rem;
		align-items: center
	}

    .card-reviews .rating__count svg {
        margin-right: 4px;
        height: 12px;
    }

	.card-reviews .rating .rating__stars {
        font-weight: 400;
        color: #ffa430;
        background: inherit !important;
        -webkit-text-fill-color: inherit;
        letter-spacing: 0;
        font-size: 12px;
	}

	.mbg {
		background: #effbff !important
	}

	.product_mbg {
		background: #fff;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		border: 0 solid #f7f7f7 !important;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
		box-shadow: 2px 2px 7px #a9a3a31f
	}

	.dz-media img,
	.dz-post-media img {
		border-radius: 10px
	}

	.dz-content {
		padding: 0 4px !important
	}

	.wishlist-style i {
		font-size: 14px
	}

	.wishlist-style {
		top: 4px;
		left: 4px;
		padding: 5px
	}

	.dz-media img,
	.dz-post-media img {
		background: #fff;
		border: 0 solid #f6f6f6
	}

	.country-code {
		display: block;
		min-width: 47px
	}

	.address-container {
		cursor: pointer;
		display: flex;
		flex-direction: column;
		padding: 16px;
		align-items: flex-start;
		gap: 8px;
		border-radius: 8px;
		border: 1px solid #e9f1f8;
		background: #f8fcfe;
		box-shadow: 4px 4px 12px 0 rgb(128 155 163 / .2);
		color: #365660
	}

	.choose-address {
		display: flex;
		justify-content: space-between;
		align-items: center;
		align-content: center;
		margin-bottom: 0
	}

	.addnewm {
		padding: 4px 8px;
		font-size: 12px;
		color: #265e33;
		line-height: 16px;
		letter-spacing: 0;
		font-weight: 500;
		border-radius: 12px;
		text-transform: capitalize;
		background: #fff;
		border: 1px solid #221f201a;
		box-shadow: 0 0 8px #221f2014
	}

	.custom-control.style-1 .form-check-input:checked+label {
		background: #fff;
		border: 1px solid #221f201a;
		box-shadow: 0 0 8px #221f2014
	}

	.sidebar-cart-list li {
		position: relative;
		display: block !important;
		margin-bottom: 12px !important;
		list-style: none;
	}

	.sidebar-cart-list li:last-child {
		margin-bottom: 0;
	}

	.product-thumbnail__quantity {
		display: none
	}

	.sidebar-cart-list .dz-media img {
		min-width: 75px;
		background: #f6f6f6;
		object-fit: contain;
	}

	/* Cart Sidebar Container */
	.tab-content#dz-shopcart-sidebar {
		display: flex;
		flex-direction: column;
		height: 100%;
		overflow: hidden;
	}

	.tab-pane#shopping-cart-pane {
		display: flex;
		flex-direction: column;
		height: 100%;
		overflow: hidden;
	}

	.shop-sidebar-cart {
		display: flex;
		flex-direction: column;
		height: 100%;
		overflow: hidden;
	}

	.shop-sidebar-cart .sidebar-cart-list {
		flex: 1;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
	}

	.justify-content--space-between {
		justify-content: space-between
	}

	.cart-small small {
		font-size: 11px
	}

	.cart-small .mb-1 {
		margin-bottom: 2px !important
	}

	.BillSummarySection_billSummaryWrapper__pj6Yn {
		border-top: 0 solid #edf2f9;
		border-bottom: 0 solid #edf2f9;
		margin: 8px 0
	}

	.BillSummarySection_ellipseTop__cJe0e {
		display: none
	}

	.BillSummarySection_ellipseBottom__YIbRm {
		display: none
	}

	.BillSummarySection_billSummaryContainer__V_Vyw {
		background-color: #fff0
	}

	.CommonBifurcation_billSummaryCard__1Kfnn {
		border-radius: 12px;
		padding: 10px 12px 2px 12px;
		background-color: #fff;
		border: 1px solid #221f201a;
		box-shadow: 0 0 8px #221f2014
	}

	.side-bar h1,
	.side-bar .h1 {
		font-size: 1rem
	}

	.css-im67yn {
		font-size: 14px;
		font-weight: 500;
		letter-spacing: 0
	}

	.w400 {
		font-weight: 400;
		font-size: 14px
	}

	.bxshw {
		margin-bottom: 20px
	}

	.bxshw .custom-control.style-1 .custom-checkbox {
		display: flex;
		gap: 0;
		padding: 12px 7px 12px 35px;
		border-radius: 12px;
		transition: .4s;
		flex-direction: column;
		height: auto;
		min-height: auto;
		justify-content: center;
		border: 1px solid #221f201a;
		box-shadow: 0 0 8px #221f2014;
		background: #fff
	}

	.bxshw .css-18llukb {
		margin-bottom: 0
	}

	.bxshw .custom-control.style-1 {
		margin-bottom: 9px;
		z-index: 0
	}

	.bxshw .custom-control.style-1 .form-check-input {
		top: 24px
	}

	.payment_option {
		margin-top: 15px
	}

	.SellerBanner_banner__mpKLy {
		display: flex;
		padding: 6px 24px;
		justify-content: center;
		align-items: center;
		text-align: center;
		background: #037345;
		color: #fff;
		font-size: 12px;
		line-height: 14px;
		letter-spacing: 1px;
		position: sticky;
		top: 57px;
		z-index: 2
	}

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

	.p_option .w400 {
		display: flex;
		flex-direction: column
	}

	.cod_charges {
		font-size: 11px
	}

	.p_amt {
		margin-bottom: 0
	}

	.MuiButton-root {
		padding: 7px 10px
	}

	.offers_icon {
		height: 20px;
		width: 20px
	}

	.style_desktopCart__47eVp .style_lhs__OwuDj,
	.style_desktopCart__47eVp .style_rhsContent__4xaMp {
		width: 100%
	}

	.addnewzcv {
		margin-bottom: 4px;
		margin-top: 5px
	}

	.addnewzcv svg {
		position: relative;
		top: -3px
	}

	.mcartd {
		background: #effbff !important
	}

	/* ============================================
	   CART SIDEBAR - ITEMS IN MY CART SECTION
	   ============================================ */

	/* Header Section */
	.mcartd_head {
		margin-top: 0 !important;
		padding: 16px 20px !important;
		padding-bottom: 14px !important;
		font-size: 18px !important;
		font-style: normal !important;
		font-weight: 600 !important;
		color: #333 !important;
		border-bottom: 1px solid #e9ecef !important;
		background: #fff !important;
		position: sticky;
		top: 0;
		z-index: 10;
	}

	.hsidebar-header {
		margin-bottom: 0 !important;
		padding: 0 !important;
	}

	/* Cart Items List */
	.sidebar-cart-list {
		padding: 16px !important;
		list-style: none !important;
		margin: 0 !important;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		flex: 1;
		min-height: 0;
	}

	/* Cart Item Card */
	.cart-item-modern {
		padding: 14px !important;
		margin-bottom: 12px !important;
		background: #fff !important;
		border-radius: 14px !important;
		border: 1px solid #e9ecef !important;
		box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06) !important;
		transition: all 0.3s ease;
	}

	.cart-item-modern:active {
		transform: scale(0.98);
		box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
	}

	.cart-widget-modern {
		display: flex;
		gap: 12px;
		align-items: flex-start;
	}

	.dz-media-modern {
		flex-shrink: 0;
		width: 75px !important;
		height: 75px !important;
		border-radius: 10px !important;
		overflow: hidden;
		background: #f8f9fa;
		border: 1px solid #e9ecef;
	}

	.dz-media-modern img {
		width: 100%;
		height: 100%;
		object-fit: contain;
	}

	.cart-content-modern {
		flex: 1;
		min-width: 0;
		display: flex;
		flex-direction: column;
		gap: 10px;
	}

	.cart-item-header {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		gap: 8px;
		margin-bottom: 0 !important;
	}

	.cart-item-title {
		font-size: 14px !important;
		font-weight: 600 !important;
		color: #333 !important;
		margin: 0 !important;
		line-height: 1.4 !important;
		flex: 1;
		min-width: 0;
	}

	.cart-item-title a {
		color: #333 !important;
		text-decoration: none !important;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}

	.cart-remove-btn {
		display: flex !important;
		align-items: center;
		justify-content: center;
		width: 30px !important;
		height: 30px !important;
		border-radius: 8px !important;
		background: #f8f9fa !important;
		border: 1px solid #e9ecef !important;
		cursor: pointer;
		transition: all 0.2s ease;
		flex-shrink: 0;
		margin-left: 0 !important;
		padding: 0;
	}

	.cart-remove-btn:active {
		background: #ffe0e0 !important;
		transform: scale(0.95);
	}

	.cart-remove-btn svg {
		width: 16px;
		height: 16px;
	}

	.cart-remove-btn svg path {
		stroke: #666;
	}

	.cart-item-variation {
		font-size: 12px !important;
		color: #666 !important;
		margin: 0 0 8px 0 !important;
	}

	/* Cart Item Controls */
	.cart-item-controls {
		display: flex;
		flex-direction: column;
		gap: 12px;
		align-items: stretch;
		margin-top: 8px;
	}

	.quantity-controls-modern {
		display: flex;
		align-items: center;
		gap: 6px;
		background: #f8f9fa;
		border-radius: 10px;
		padding: 6px 8px;
		border: 1px solid #e9ecef;
		justify-content: space-between;
		width: 100%;
		max-width: 140px;
	}

	.qty-btn {
		display: flex !important;
		align-items: center;
		justify-content: center;
		width: 32px !important;
		height: 32px !important;
		border: none !important;
		background: #fff !important;
		border-radius: 8px !important;
		cursor: pointer;
		transition: all 0.2s ease;
		color: #2d8659;
		padding: 0;
		flex-shrink: 0;
	}

	.qty-btn:active {
		background: #2d8659 !important;
		color: #fff !important;
		transform: scale(0.95);
	}

	.qty-btn svg {
		width: 16px;
		height: 16px;
	}

	.qty-input {
		width: 45px !important;
		height: 32px !important;
		text-align: center;
		border: none !important;
		background: transparent !important;
		font-size: 15px !important;
		font-weight: 600 !important;
		color: #333 !important;
		padding: 0;
		flex: 1;
	}

	/* Cart Item Price */
	.cart-item-price {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 6px;
		width: 100%;
	}

	.price-wrapper {
		display: flex;
		align-items: center;
		gap: 8px;
		flex-wrap: wrap;
		justify-content: flex-start;
		width: 100%;
	}

	.price-current {
		font-size: 16px !important;
		font-weight: 700 !important;
		color: #2d8659 !important;
	}

	.price-original {
		font-size: 13px !important;
		color: #999 !important;
		text-decoration: line-through !important;
	}

	.price-discount {
		font-size: 11px !important;
		color: #d32f2f !important;
		background: #ffe0e0 !important;
		padding: 3px 8px !important;
		border-radius: 6px !important;
		font-weight: 600 !important;
		white-space: nowrap;
	}

	.b_e9bf {
		border: 2px solid;
		border-radius: 7px;
		background-color: #fff0;
		padding: 2px 6px;
		border-color: #037345;
		display: inline-flex;
		align-items: center;
		flex-direction: row;
		align-content: center;
		justify-content: space-between
	}

	.t4s-sticky-atc__btns .b_e9bf {
		height: 35px
	}

	.t4s-sticky-atc__btns .viewCart {
		line-height: 20px
	}

	.sidebar-cart-list .b_e9bf {
		border: 2px solid;
		border-radius: 7px;
		background-color: #fff0;
		padding: 2px 6px;
		border-color: #037345;
		display: inline-flex;
		align-items: center;
		height: 32px;
		flex-direction: row;
		align-content: center;
		justify-content: space-between
	}

	/* Cart Footer Section */
	.custom-drawer__footer-modern {
		padding: 18px 16px 20px !important;
		background: #fff !important;
		border-top: 1px solid #e9ecef !important;
		margin-top: auto;
		flex-shrink: 0;
		position: sticky;
		bottom: 0;
		z-index: 10;
		box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.08);
	}

	/* Savings Badge */
	.savings-badge-modern {
		display: flex !important;
		align-items: center;
		gap: 10px;
		padding: 12px 16px !important;
		background: linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 100%) !important;
		border-radius: 12px !important;
		margin-bottom: 16px !important;
		font-size: 13px !important;
		color: #2d8659 !important;
		font-weight: 500 !important;
	}

	.savings-badge-modern svg {
		flex-shrink: 0;
		width: 18px;
		height: 18px;
	}

	.savings-badge-modern strong {
		font-weight: 700 !important;
		color: #1b5e20 !important;
		font-size: 14px !important;
	}

	/* Order Details Section */
	.cart-drawer__footer-modern {
		margin-bottom: 16px !important;
		padding: 0 !important;
	}

	.order-details-title {
		font-size: 16px !important;
		font-weight: 700 !important;
		color: #333 !important;
		margin: 0 0 12px 0 !important;
		padding-bottom: 8px;
		border-bottom: 1px solid #e9ecef;
	}

	.order-summary-modern {
		display: flex;
		flex-direction: column;
		gap: 10px;
	}

	.order-summary-row {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 6px 0;
	}

	.order-summary-row.order-total {
		border-top: 2px solid #e9ecef;
		padding-top: 12px;
		margin-top: 4px;
	}

	.summary-label {
		font-size: 14px !important;
		color: #666 !important;
		font-weight: 500 !important;
	}

	.summary-value {
		font-size: 14px !important;
		color: #333 !important;
		font-weight: 600 !important;
	}

	.order-total .summary-value {
		font-size: 18px !important;
		font-weight: 700 !important;
		color: #2d8659 !important;
	}

	.price-strikethrough {
		font-size: 13px !important;
		color: #999 !important;
		text-decoration: line-through !important;
		margin-right: 8px !important;
		font-weight: 400 !important;
	}

	/* Proceed Button */
	.cart__ctas-modern {
		margin-top: 16px !important;
	}

	.cart-drawer-checkout-container-modern {
		width: 100%;
	}

	.btn-proceed-modern {
		display: flex !important;
		align-items: center;
		justify-content: center;
		gap: 10px;
		width: 100% !important;
		padding: 14px 20px !important;
		background: linear-gradient(135deg, #037345 0%, #2d8659 100%) !important;
		color: #fff !important;
		border: none !important;
		border-radius: 12px !important;
		font-size: 15px !important;
		font-weight: 700 !important;
		text-decoration: none !important;
		cursor: pointer;
		transition: all 0.3s ease;
		box-shadow: 0 4px 12px rgba(3, 115, 69, 0.3) !important;
		min-height: 50px;
		text-transform: uppercase;
		letter-spacing: 0.5px;
	}

	.btn-proceed-modern:active {
		transform: scale(0.98);
		box-shadow: 0 2px 8px rgba(3, 115, 69, 0.25) !important;
	}

	.btn-proceed-modern .checkoutbtn-text {
		font-weight: 700 !important;
		font-size: 15px !important;
	}

	.btn-proceed-modern .payment-icons-wrapper {
		display: flex;
		align-items: center;
		gap: 4px;
	}

	.btn-proceed-modern .upi-icons {
		height: 18px !important;
		width: auto;
	}

	.btn-proceed-modern .right-arrow-icon {
		flex-shrink: 0;
		width: 18px;
		height: 18px;
	}

	/* Purchase Protection */
	.purchase-protection-modern {
		display: flex !important;
		align-items: center;
		justify-content: center;
		gap: 6px;
		margin-top: 12px !important;
		font-size: 11px !important;
		color: #666 !important;
		padding: 0 4px;
	}

	.purchase-protection-modern svg {
		flex-shrink: 0;
		width: 14px;
		height: 14px;
	}

	/* Empty Cart State */
	.cart-empty-modern {
		list-style: none;
		padding: 60px 20px;
		text-align: center;
	}

	.cart-empty-content {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 16px;
	}

	.empty-cart-icon {
		opacity: 0.4;
	}

	.empty-cart-icon svg {
		width: 80px;
		height: 80px;
	}

	.empty-cart-title {
		font-size: 18px !important;
		font-weight: 600 !important;
		color: #333 !important;
		margin: 0 !important;
	}

	.empty-cart-text {
		font-size: 13px !important;
		color: #666 !important;
		margin: 0 !important;
		line-height: 1.5;
	}

	.btn-shop-now {
		display: inline-block;
		padding: 12px 24px;
		background: linear-gradient(135deg, #037345 0%, #2d8659 100%);
		color: #fff;
		border-radius: 10px;
		text-decoration: none;
		font-weight: 600;
		font-size: 14px;
		transition: all 0.3s ease;
		margin-top: 8px;
		box-shadow: 0 2px 8px rgba(3, 115, 69, 0.2);
	}

	.btn-shop-now:active {
		transform: scale(0.98);
	}

	/* Order Details for Mobile (hidden-lg hidden-md hidden-sm) */
	.order_detailsm-modern {
		padding: 16px !important;
		background: #f8f9fa !important;
		border-radius: 12px !important;
		margin: 16px !important;
	}

	.order_detailsm-modern .order-details-title {
		font-size: 16px !important;
		margin-bottom: 12px !important;
	}

	.custom-drawer__footer {
		padding: 18px 16px 20px !important;
		padding-bottom: 20px !important;
		background: #fff !important;
	}

	.order_detailsm {
		margin: 0 15px;
		border: 1px solid #221f201a;
		box-shadow: 0 0 8px #221f2014;
		border-radius: 12px;
		padding: 10px 10px 7px 10px;
		background: #fff;
		margin-top: 10px
	}

	.order_detailsm hr {
		margin: 8px 0
	}

	.brand-img {
		height: auto
	}

	.block-html .box {
		flex: 1 1 5%;
		margin-bottom: 14px
	}

	.disclaimer .br-green p {
		font-size: 14px;
		font-weight: 400;
		color: #262525;
		line-height: normal
	}

	.dwrap {
		flex-wrap: wrap;
		align-items: center
	}

	.apply_msg .lefticon {
		align-items: center
	}

	.apply_msg .desktop-save-amount--container {
		padding: 5px 5px 5px 7px !important;
		border-radius: 12px;
		margin-bottom: 15px !important;
		box-shadow: 0 0 8px #221f2014;
		border: 1px solid #d9c1ef
	}

	.apply_msg .remove_coupon {
		font-weight: 500;
		font-size: 22px
	}

	.h100vh {
		height: 100vh
	}

	.page-confirm h3 {
		font-size: 1.4rem
	}

	.page-confirm h5 {
		font-size: 1rem;
		font-weight: 400
	}

	.btn_plcz {
		padding: 10px 25px;
		border-radius: 12px;
		box-shadow: 0 0 8px #221f2014;
		border: 1px solid #221f201a;
		background: #037345
	}

	.pdpt-bg {
		border-radius: 12px !important;
		border: 1px solid #221f201a !important;
		box-shadow: 0 0 8px #221f2014 !important
	}

	.mpt20 {
		margin-top: 15px
	}

	.login-text-container {
		border: 1px solid #221f201a;
		box-shadow: 0 0 8px #221f2014;
		border-radius: 12px !important
	}

/* Enhanced Offcanvas Menu Styles */
	.offcanvas-header {
		background: #f8f9fa;
		padding: 1rem 1.5rem;
	}

	.user-profile-section {
		background: linear-gradient(135deg, #037345 0%, #059669 100%);
		border-radius: 0;
		margin: -1rem -1rem 1rem -1rem;
		padding: 1.5rem !important;
	}

	.user-avatar {
		flex-shrink: 0;
	}

	.auth-section {
		background: #f8f9fa;
		border-bottom: 1px solid #e9ecef;
	}

	.quick-actions-section .action-card {
		transition: all 0.3s ease;
	}

	.quick-actions-section .action-card:hover {
		transform: translateY(-2px);
		text-decoration: none;
	}

	.quick-actions-section .action-card .card {
		transition: all 0.3s ease;
		border: 1px solid #e9ecef !important;
	}

	.quick-actions-section .action-card:hover .card {
		box-shadow: 0 4px 12px rgba(0,0,0,0.1) !important;
		border-color: #dee2e6 !important;
	}

	.quick-actions-section .action-icon {
		opacity: 0.8;
	}

	.quick-actions-section .action-text {
		color: #495057;
		font-weight: 500;
	}

	.main-menu-section .menu-item {
		border: 1px solid transparent;
		transition: all 0.3s ease;
		color: #495057;
		text-decoration: none;
		margin-bottom: 0.5rem;
	}

	.main-menu-section .menu-item:hover {
		background-color: #f8f9fa;
		border-color: #dee2e6;
		text-decoration: none;
		color: #037345;
	}

	.main-menu-section .menu-icon {
		flex-shrink: 0;
		width: 40px;
		height: 40px;
		display: flex;
		align-items: center;
		justify-content: center;
		background: #f8f9fa;
		border-radius: 50%;
	}

	.main-menu-section .menu-text small {
		font-size: 0.75rem;
		line-height: 1.2;
		margin-top: 0.125rem;
	}

	.company-links-section .company-link {
		color: #6c757d;
		text-decoration: none;
		transition: all 0.3s ease;
		padding: 0.5rem 0.75rem;
		border-radius: 0.375rem;
		margin-bottom: 0.25rem;
	}

	.company-links-section .company-link:hover {
		background-color: #f8f9fa;
		color: #037345;
		text-decoration: none;
	}

	.company-links-section .company-link i {
		width: 16px;
		opacity: 0.7;
	}

	.social-media-section .social-links {
		flex-wrap: wrap;
	}

	.social-media-section .social-link {
		transition: all 0.3s ease;
		border: none !important;
		padding: 0;
	}

	.social-media-section .social-link:hover {
		transform: scale(1.1);
		box-shadow: 0 2px 8px rgba(0,0,0,0.15);
	}

	.social-media-section .social-link i {
		font-size: 16px;
	}

/* Enhanced Menu and Social Media Styles */
	.modern-menu-list {
		list-style: none;
		padding: 0;
		margin: 0;
	}

	.menu-item-enhanced {
		margin-bottom: 8px;
		border-radius: 8px;
		overflow: hidden;
		transition: all 0.3s ease;
	}

	.menu-link-enhanced {
		color: #495057;
		text-decoration: none;
		border-radius: 8px;
		transition: all 0.3s ease;
		position: relative;
	}

	.menu-link-enhanced:hover {
		background-color: #f8f9fa;
		color: #037345;
		text-decoration: none;
		box-shadow: 0 2px 8px rgba(0,0,0,0.1);
	}

	.menu-icon-wrapper {
		width: 40px;
		height: 40px;
		display: flex;
		align-items: center;
		justify-content: center;
		background-color: #f8f9fa;
		border-radius: 50%;
		flex-shrink: 0;
	}

	.menu-content {
		flex: 1;
		min-width: 0;
	}

	.menu-title {
		font-weight: 500;
		font-size: 14px;
		display: block;
		line-height: 1.2;
	}

	.menu-subtitle {
		font-size: 12px;
		line-height: 1.2;
		margin-top: 2px;
	}

	.menu-arrow {
		font-size: 12px;
		opacity: 0.6;
		flex-shrink: 0;
	}

	/* Enhanced Social Media Styles */
	.social-title {
		font-size: 14px;
		font-weight: 600;
		margin-bottom: 15px !important;
		text-align: left;
		padding-left: 8px;
	}

	.social-links-modern {
		list-style: none;
		padding: 0;
		margin: 0;
		display: flex;
		flex-direction: column;
		gap: 8px;
	}

	.social-item {
		border-radius: 8px;
		overflow: hidden;
		transition: all 0.3s ease;
	}

	.social-link-modern {
		display: flex;
		align-items: center;
		padding: 12px 16px;
		color: #495057;
		text-decoration: none;
		border-radius: 8px;
		transition: all 0.3s ease;
		font-size: 14px;
		font-weight: 500;
		position: relative;
	}

	.social-link-modern:hover {
		text-decoration: none;
		transform: translateX(4px);
		box-shadow: 0 2px 8px rgba(0,0,0,0.1);
	}

	.social-link-modern i {
		width: 20px;
		margin-right: 12px;
		font-size: 16px;
	}

	.social-link-modern .social-text {
		flex: 1;
		font-weight: 500;
	}

	/* Social Media Brand Colors */
	.social-link-modern.facebook {
		background: linear-gradient(135deg, #1877f2 0%, #42a5f5 100%);
		color: white;
	}

	.social-link-modern.facebook:hover {
		background: linear-gradient(135deg, #166fe5 0%, #1976d2 100%);
	}

	.social-link-modern.twitter {
		background: linear-gradient(135deg, #1da1f2 0%, #42a5f5 100%);
		color: white;
	}

	.social-link-modern.twitter:hover {
		background: linear-gradient(135deg, #1a91da 0%, #1976d2 100%);
	}

	.social-link-modern.youtube {
		background: linear-gradient(135deg, #ff0000 0%, #ff4444 100%);
		color: white;
	}

	.social-link-modern.youtube:hover {
		background: linear-gradient(135deg, #e60000 0%, #cc0000 100%);
	}

	.social-link-modern.instagram {
		background: linear-gradient(135deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
		color: white;
	}

	.social-link-modern.instagram:hover {
		background: linear-gradient(135deg, #e8852a 0%, #d55c35 25%, #c9253c 50%, #b91e5f 75%, #a91581 100%);
	}

/* Shopify-style Announcement Bar with Swiper */
	.promo-banner {
		background: linear-gradient(135deg, #037345 0%, #059669 100%);
		color: white;
		position: relative;
		border-bottom: 1px solid rgba(255,255,255,0.1);
		overflow: hidden;
	}

	.announcement-swiper {
		height: 25px;
		width: 100%;
	}

	.announcement-swiper .swiper-wrapper {
		align-items: center;
	}

	.announcement-slide {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 25px;
	}

	.announcement-content {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 8px;
		padding: 0 24px;
		width: 100%;
		text-align: center;
	}

	.announcement-icon {
		font-size: 16px;
		flex-shrink: 0;
	}

	.announcement-text {
		font-size: 12px;
		font-weight: 500;
		letter-spacing: 0.5px;
		flex: 1;
		text-align: center;
		line-height: 1.2;
	}

	/* Swiper navigation dots (optional) */
	.announcement-swiper .swiper-pagination {
		bottom: 5px !important;
	}

	.announcement-swiper .swiper-pagination-bullet {
		background: rgba(255, 255, 255, 0.5);
		opacity: 1;
		width: 6px;
		height: 6px;
	}

	.announcement-swiper .swiper-pagination-bullet-active {
		background: #ffffff;
	}

	/* Navigation Arrows */
	.announcement-next,
	.announcement-prev {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		width: 24px;
		height: 24px;
		background: rgba(255, 255, 255, 0.9);
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		color: #037345;
		font-size: 12px;
		cursor: pointer;
		transition: all 0.3s ease;
		z-index: 10;
		opacity: 0;
		visibility: hidden;
	}

	.announcement-next:hover,
	.announcement-prev:hover {
		background: rgba(255, 255, 255, 1);
		transform: translateY(-50%) scale(1.1);
		box-shadow: 0 2px 8px rgba(0,0,0,0.2);
	}

	.announcement-next {
		right: 12px;
	}

	.announcement-prev {
		left: 12px;
	}

	/* Show arrows on hover */
	.promo-banner:hover .announcement-next,
	.promo-banner:hover .announcement-prev {
		opacity: 1;
		visibility: visible;
	}

	/* Responsive adjustments */
	@media (max-width: 480px) {
		.announcement-content {
			padding: 0 16px;
		}

		.announcement-text {
			font-size: 12px;
		}

		.announcement-icon {
			font-size: 12px;
		}
	}

/* Enhanced Menu Header Styles */
	.menu-header-enhanced {
		display: flex;
		align-items: center;
		padding: 16px 8px 12px 8px;
		margin-bottom: 8px;
		position: relative;
	}

	.menu-header-icon {
		color: #037345;
		font-size: 16px;
		margin-right: 10px;
		flex-shrink: 0;
	}

	.menu-header-text {
		font-size: 16px;
		font-weight: 600;
		color: #037345;
		text-transform: uppercase;
		letter-spacing: 1px;
		flex: 1;
	}

	.menu-header-decoration {
		position: absolute;
		bottom: 0;
		left: 8px;
		right: 8px;
		height: 2px;
		background: linear-gradient(90deg, #037345 0%, #059669 50%, #10b981 100%);
		border-radius: 1px;
		opacity: 0.8;
	}

	/* Accounts Page - Mobile Improvements */
	.login-text-container {
		border-radius: 12px !important;
		margin: 12px 0 !important;
		padding: 16px !important;
	}

	.login-text h5 {
		font-size: 18px !important;
		font-weight: 600 !important;
		margin-bottom: 4px !important;
	}

	.login-text p {
		font-size: 13px !important;
		opacity: 0.95;
		line-height: 1.4;
	}

	.login-btn {
		font-size: 14px !important;
		font-weight: 600 !important;
		padding: 10px 20px !important;
		border-radius: 8px !important;
		white-space: nowrap;
	}

	.accounts {
		gap: 12px !important;
		margin: 16px 0 !important;
		padding: 0 8px !important;
	}

	.accounts .box-container {
		border-radius: 12px !important;
		box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08) !important;
		background: #fff !important;
		padding: 16px 12px !important;
		transition: all 0.3s ease;
		border: 1px solid #e9ecef;
		flex: 1;
		min-width: 0;
	}

	.accounts .box-container:hover {
		box-shadow: 0 4px 12px rgba(3, 115, 69, 0.15) !important;
		transform: translateY(-2px);
		border-color: #037345;
	}

	.accounts img {
		height: 32px !important;
		width: auto;
		margin-bottom: 8px !important;
		margin-top: 0 !important;
	}

	.accounts p {
		font-size: 13px !important;
		font-weight: 500 !important;
		color: #333;
		margin: 0 !important;
	}

	.mnav {
		padding: 0 !important;
		margin: 16px 0 !important;
		list-style: none;
		background: #fff;
		border-radius: 12px;
		overflow: hidden;
		box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
	}

	.mnav li {
		border-bottom: 1px solid #f0f0f0;
	}

	.mnav li:last-child {
		border-bottom: none;
	}

	.mnav li a {
		display: flex;
		width: 100%;
		align-items: center;
		position: relative;
		padding: 14px 16px !important;
		text-decoration: none;
		color: #333;
		transition: all 0.3s ease;
		font-size: 15px !important;
		font-weight: 500;
	}

	.mnav li a:hover {
		background: #f8f9fa;
		color: #037345;
		padding-left: 20px;
	}

	.mnav li a i:first-child {
		font-size: 20px !important;
		margin-right: 12px;
		color: #037345;
		width: 24px;
		text-align: center;
		flex-shrink: 0;
		position: relative;
		top: 0;
	}

	.mnav li .ilz {
		font-size: 20px !important;
		position: absolute;
		right: 16px;
		color: #adb5bd;
		transition: all 0.3s ease;
	}

	.mnav li a:hover .ilz {
		color: #037345;
		right: 12px;
	}

	.al-center {
		align-items: center
	}

	.mnav .padding-vertical {
		padding: 0 !important;
		font-size: 15px !important;
		font-weight: 500;
	}

	.logutbtn {
		padding: 12px 40px !important;
		font-size: 15px !important;
		font-weight: 600 !important;
		border-radius: 10px !important;
		border: 2px solid #dc3545 !important;
		width: auto;
		min-width: 200px;
		margin: 20px 0 !important;
		transition: all 0.3s ease;
		box-shadow: 0 2px 8px rgba(220, 53, 69, 0.1) !important;
	}

	.logutbtn:hover {
		background: #dc3545 !important;
		color: #fff !important;
		transform: translateY(-2px);
		box-shadow: 0 4px 12px rgba(220, 53, 69, 0.3) !important;
	}

	.madeworld {
		font-size: 13px !important;
		color: #6c757d;
		padding: 16px 0 24px !important;
		text-align: center;
	}

	/* ============================================
	   NEW MODERN ACCOUNTS PAGE DESIGN
	   ============================================ */

	.accounts-page-modern {
		padding: 0 16px 24px;
		max-width: 100%;
		margin: 0 auto;
	}

	/* Header Section */
	.account-header-modern {
		background: linear-gradient(135deg, #2d8659 0%, #037345 100%);
		border-radius: 16px;
		padding:14px 16px;
		margin: 16px 0 15px;
		box-shadow: 0 4px 12px rgba(3, 115, 69, 0.2);
	}

	.account-user-info,
	.account-guest-info {
		display: flex;
		align-items: center;
		gap: 16px;
	}

	.account-avatar {
		flex-shrink: 0;
		width: 60px;
		height: 60px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.account-user-details,
	.account-guest-details {
		flex: 1;
		min-width: 0;
	}

	.account-user-name {
		font-size: 20px;
		font-weight: 700;
		color: #fff;
		margin: 0 0 8px 0;
		line-height: 1.3;
	}

	.account-user-contact {
		display: flex;
		flex-direction: column;
		gap: 6px;
	}

	.account-contact-item {
		display: flex;
		align-items: center;
		gap: 8px;
		font-size: 13px;
		color: rgba(255, 255, 255, 0.95);
	}

	.account-contact-item svg {
		flex-shrink: 0;
		opacity: 0.9;
	}

	.account-guest-title {
		font-size: 18px;
		font-weight: 700;
		color: #fff;
		margin: 0 0 0px 0;
	}

	.account-guest-subtitle {
		font-size: 14px;
		color: rgba(255, 255, 255, 0.9);
		margin: 0 0 12px 0;
	}

	.account-login-btn {
		display: flex;
		align-items: center;
		gap: 8px;
		background: #fff;
		color: #037345;
		padding: 8px 14px;
		border-radius: 10px;
		font-size: 12px;
		font-weight: 600;
		border: none;
		cursor: pointer;
		transition: all 0.3s ease;
		text-decoration: none;
	}

	.account-login-btn:hover {
		background: rgba(255, 255, 255, 0.95);
		transform: translateY(-2px);
		box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	}

	/* Quick Actions */
	.account-quick-actions {
		display: flex;
		flex-direction: column;
		gap: 12px;
		margin-bottom: 24px;
	}

	.account-action-card {
		display: flex;
		align-items: center;
		gap: 16px;
		background: #fff;
		border-radius: 14px;
		padding: 18px 20px;
		text-decoration: none;
		box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
		border: 1px solid #e9ecef;
		transition: all 0.3s ease;
	}

	.account-action-card:hover {
		box-shadow: 0 4px 16px rgba(3, 115, 69, 0.15);
		transform: translateY(-2px);
		border-color: #2d8659;
	}

	.account-action-icon {
		width: 56px;
		height: 56px;
		border-radius: 12px;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-shrink: 0;
	}

	.profile-icon {
		background: rgba(45, 134, 89, 0.1);
		color: #2d8659;
	}

	.orders-icon {
		background: rgba(45, 134, 89, 0.1);
		color: #2d8659;
	}

	.account-action-content {
		flex: 1;
		min-width: 0;
	}

	.account-action-content h4 {
		font-size: 16px;
		font-weight: 600;
		color: #212529;
		margin: 0 0 4px 0;
	}

	.account-action-content p {
		font-size: 13px;
		color: #6c757d;
		margin: 0;
		line-height: 1.4;
	}

	.account-action-arrow {
		flex-shrink: 0;
		color: #adb5bd;
		transition: all 0.3s ease;
	}

	.account-action-card:hover .account-action-arrow {
		color: #2d8659;
		transform: translateX(4px);
	}

	/* Account Menu */
	.account-menu-modern {
		margin-bottom: 24px;
	}

	.account-menu-title {
		font-size: 18px;
		font-weight: 600;
		color: #212529;
		margin: 0 0 16px 0;
		padding: 0 4px;
	}

	.account-menu-list {
		background: #fff;
		border-radius: 14px;
		overflow: hidden;
		box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
		border: 1px solid #e9ecef;
	}

	.account-menu-item {
		display: flex;
		align-items: center;
		gap: 16px;
		padding: 16px 20px;
		text-decoration: none;
		border-bottom: 1px solid #f0f0f0;
		transition: all 0.3s ease;
	}

	.account-menu-item:last-child {
		border-bottom: none;
	}

	.account-menu-item:hover {
		background: #f8f9fa;
		padding-left: 24px;
	}

	.account-menu-icon {
		width: 40px;
		height: 40px;
		border-radius: 10px;
		background: rgba(45, 134, 89, 0.1);
		color: #2d8659;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-shrink: 0;
	}

	.account-menu-text {
		flex: 1;
		font-size: 15px;
		font-weight: 500;
		color: #212529;
	}

	.account-menu-arrow {
		flex-shrink: 0;
		color: #adb5bd;
		transition: all 0.3s ease;
	}

	.account-menu-item:hover .account-menu-arrow {
		color: #2d8659;
		transform: translateX(4px);
	}

	/* Logout Section */
	.account-logout-section {
		margin: 24px 0;
		display: flex;
		justify-content: center;
	}

	.account-logout-btn {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 10px;
		background: #fff;
		color: #dc3545;
		padding: 14px 32px;
		border-radius: 12px;
		font-size: 15px;
		font-weight: 600;
		text-decoration: none;
		border: 2px solid #dc3545;
		transition: all 0.3s ease;
		min-width: 200px;
	}

	.account-logout-btn:hover {
		background: #dc3545;
		color: #fff;
		transform: translateY(-2px);
		box-shadow: 0 4px 12px rgba(220, 53, 69, 0.3);
	}

	/* Footer */
	.account-footer-modern {
		text-align: center;
		padding: 20px 0 24px;
	}

	.account-footer-modern p {
		font-size: 13px;
		color: #6c757d;
		margin: 0;
	}

	.profilebox {
		border: 1px solid #221f201a;
		box-shadow: 0 0 8px #221f2014;
		border-radius: 12px;
		padding: 14px 15px 14px 15px !important
	}

	.profilebox h2 {
		font-size: 1.1rem;
		font-weight: 500
	}

	.madeworld {
		margin-top: 20px;
		color: #333;
		font-weight: 500
	}

	.mcatb {
		padding-bottom: 80px
	}

	.profilebox .bg-green {
		background: #ffffff !important;
		border: 1px solid #037345;
		color: #037345 !important;
		border-radius: 12px !important;
		padding: 5px 10px !important;
		font-size: 13px;
		font-weight: 400
	}

	.profilebox .fw-bold {
		font-weight: 500 !important
	}

	.modal-body .fw-bold {
		font-weight: 500 !important
	}

	.modal-body .btn-danger,
	.modal-body .btn-outline-danger {
		background-color: #fff;
		border-color: #333;
		color: #333 !important;
		border-radius: 12px;
		width: 95px;
		padding: 8px 10px
	}

	.modal-body .btn_verify {
		background-color: #037345;
		border-color: #037345;
		color: #fff !important;
		border-radius: 12px;
		width: 95px;
		padding: 8px 10px
	}

	.modal-footer {
		padding: 7px 0 0 0
	}

	.modal-header {
		padding: 10px 15px 10px 15px
	}

	.modal-body .form-label {
		font-size: 15px;
		font-weight: 500;
		margin-bottom: 2px
	}

	.modal-body form input {
		background: #fff
	}

	.shop-card.style-1 .meta-icon {
		top: 4px;
		right: 4px
	}

	.choose-address-a {
		display: flex;
		justify-content: flex-end;
		align-items: center;
		align-content: center;
		margin-bottom: 6px;
		width: 100%
	}

	.myaddz .custom-control.style-1 .custom-checkbox {
		padding: 8px 6px 2px 12px
	}

	.css-1mc7kxs {
		margin-left: 10px
	}

	.checkout-area .c_h1 {
		font-size: 1rem;
		margin-top: 10px
	}

	.contact-from-area .bg-green {
		background: #037345 !important;
		border-radius: 12px;
		border: 1px solid #037345
	}

	.cart-btn .add_to_cart {
		padding: 10px 12px !important;
		border-radius: 12px !important;
		margin-right: 0;
		border: 1px solid #037345;
		max-width: fit-content
	}

	.d_flex_fb .add_to_cart {
		padding: 12px 12px !important;
		border-radius: 4px !important;
		border: 1px solid #037345;
		width: 100%
	}

	.cart-btn .buy_btn {
		max-width: fit-content;
		border-radius: 12px !important;
		padding: 10px 12px !important
	}

	.dz-product-detail.style-2 .dz-content .cart-btn {
		margin: 0 0 14px
	}

	.btn-wishlist {
		border-radius: 12px !important;
		padding: 10px 12px !important;
		margin: 0 !important
	}

	.product-info .shop-checkout {
		margin-top: 5px
	}

	.shop-checkout .dz-accordion .accordion-item .accordion-header .accordion-button {
		font-size: 14px;
		margin-bottom: 0
	}

	.shop-checkout .dz-accordion .accordion-item .accordion-header .accordion-button {
		border-radius: 2px;
		padding: 8px 8px 8px 10px
	}

	.dz-accordion .accordion-collapse {
		padding: 0 5px
	}

	.dz-accordion.accordion-sm .accordion-body {
		border-bottom-left-radius: 7px;
		border-bottom-right-radius: 7px
	}

	.disclaimer-bg .block-html {
		margin-bottom: 0
	}

	.disclaimer-bg {
		padding-bottom: 0;
		padding-top: 15px
	}

	.main-faq-content {
		padding-top: 20px
	}

	.fab_list {
		max-width: 100%
	}

	.fera-widget-410399 {
		margin-top: 15px !important
	}

	.fera-productReviews .fera-productReviews-heading .fera-productReviews-heading-col1 .fera-productReviews-heading-header {
		font-size: 20px
	}

	.fera-productReviews .fera-productReviews-heading .fera-productReviews-heading-col2 {
		margin-top: 10px;
		margin-bottom: 0
	}

	.fera-productReviews-heading-col2 {
		display: flex;
		align-items: center
	}

	.cust-star.fera-stars-rating {
		position: unset;
		font-size: 36px
	}

	.fera-productReviews-totals-col1,
	.fera-productReviews-totals-col2 {
		flex: 1 1 50%;
		box-sizing: border-box
	}

	.RatingBarsstyles__RatingBarsWrapper-sc-k8fp09-0 {
		width: 100%;
		margin-top: 1rem;
		border-left: 1px solid #f6f6f6;
		padding: 15px
	}

	.fera-productReviews .fera-productReviews-heading .fera-productReviews-heading-col2 .fera-productReviews-totals-col1 .fera-productReviews-avgRating .fera-productReviews-avgRating-val {
		font-size: 54px
	}

	.fera-productReviews-review-customer-source {
		height: 30px;
		width: 30px;
		font-weight: 400;
		font-size: 12px
	}

	.fera-productReviews.fera-productReviews--list .fera-productReviews-body .fera-productReviews-reviews .fera-productReviews-review .fera-productReviews-review-customer-name {
		font-size: 14px;
		font-weight: 500
	}

	.fera-productReviews.fera-productReviews--list .fera-productReviews-body .fera-productReviews-reviews .fera-productReviews-review {
		display: flex;
		margin-top: 15px;
		padding-bottom: 10px;
		flex-direction: column
	}

	.fera-productReviews.fera-productReviews--list .fera-productReviews-body .fera-productReviews-reviews .fera-productReviews-review .fera-productReviews-review-rating {
		margin-bottom: 7px;
		font-size: 15px
	}

	.fera-productReviews.fera-productReviews--list .fera-productReviews-body .fera-productReviews-reviews .fera-productReviews-review .fera-productReviews-review-rating {
		margin-bottom: 7px;
		font-size: 12px;
		padding-left: 25px
	}

	.fera-productReviews .fera-stars {
		letter-spacing: .15em;
		font-size: 16px
	}

	.product-info .product-info__price .price--on-sale .price__default span.mrp,
	.product-info__price .price .price__current {
		margin-top: 0
	}

	.product-main .product-info .product-info__rating {
		margin-bottom: 6px;
		justify-content: space-between
	}

	.t4s-product__info-container {
		margin-top: 2px;
		margin-bottom: 0;
		font-size: 13px
	}

	.size-10 {
		margin-top: 4px;
		margin-bottom: 6px
	}

	.size_label {
		font-size: 16px;
		font-weight: 500;
		margin-right: 6px
	}

	.size-10 {
		display: flex !important
	}

	.size-10 .btn-group label {
		height: 27px; 
		font-weight: 400;
		font-size: 12px;
		padding: 5px 14px !important;
		border-radius: 5px !important;
		margin-bottom: 0 !important;
		position: relative;
		top: 5px;
		color: #333 !important;
		border: 1px solid #333 !important
	}
	
	
	.size-10 .btn-group .btn_checked {
		border:2px solid #346434 !important;        font-weight: 600;
	}  

	.swiper-wrapper .product_mbg {
		border: 1px solid #c3c3c3 !important;
		padding: 4px 4px
	}

	.swiper-slide .dz-media img {
		background: #f6f6f6;
		border: 1px solid #f6f6f6
	}

	.btnwhlis {
		max-width: fit-content;
		border-radius: 12px !important;
		padding: 10px 12px !important;
		border-color: #037345 !important;
		color: #037345 !important
	}

	.account-wrapper {
		padding-left: 15px;
		padding-right: 15px
	}

	.label-delivered {
		color: #fff;
		text-align: center;
		white-space: nowrap;
		vertical-align: baseline;
		background-color: #39a2e9;
		border: 1px solid #39a2e9;
		padding: 2px 10px 4px 10px;
		float: right;
		height: 26px;
		position: relative;
		top: 0;
		margin-right: 0 !important;
		right: -9px;
		border-radius: 12px;
		font-size: 11px !important
	}

	.pdpt-title h6 {
		border-bottom: 1px solid #efefef;
		padding: 12px 20px 9px 15px;
		font-size: 14px;
		font-weight: 400;
		color: #2b2f4c;
		margin-bottom: 0
	}

	.custom-order-number-heading-mobile {
		font-size: 13px !important;
		line-height: 20px;
		text-align: left;
		color: #221f208a !important;
		font-weight: 400 !important;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 4px 18px 4px 12px !important
	}

	.orderNameMobile {
		color: #221f20;
		font-weight: 500;
		font-size: 14px
	}

	.right-cart-dt-body {
		padding: 1px 10px !important
	}

	.cart-text .text-muted {
		color: rgb(0 0 0 / 58%) !important;
		font-size: 12px
	}

	.ofoot span {
		font-size: 18px;
		font-weight: 500
	}

	.ofoot h2 {
		font-size: 16px;
		font-weight: 500
	}

	.call-bill {
		padding: 10px 10px
	}

	.bill-btn5 {
		padding: 4px 12px;
		font-weight: 400;
		border-radius: 12px;
		font-size: 14px
	}

	.cart-product-img img {
		background: #f6f6f6;
		border-radius: 10px
	}

	.mpdgc {
		padding: 0 2px
	}

	.pdpt-title h4 {
		padding: 7px 12px;
		font-size: 16px;
		font-weight: 500 !important;
		color: #2b2f4c
	}

	.ord-details .pdpt-bg {
		box-shadow: none !important
	}

	.order-dtsll hr {
		margin: 5px 0
	}

	.ord-details .cart-item {
		padding: 1px 0
	}

	.track-order {
		padding-top: 6px !important;
		padding-bottom: 0 !important
	}

	.bs-wizard>.bs-wizard-step>.progress {
		height: 4px;
		margin: 12px 0
	}

	.bs-wizard>.bs-wizard-step>.bs-wizard-dot {
		width: 20px;
		height: 20px;
		top: 42px;
		left: 50%
	}

	.bs-wizard>.bs-wizard-step>.bs-wizard-dot:after {
		width: 10px;
		height: 10px;
		top: 5px;
		left: 5px
	}

	.ord-details .cart-total-dil h5 {
		font-size: 14px;
		font-weight: 400
	}

	.ord-details .address_detail_product_item span {
		font-weight: 400;
		margin-bottom: 5px;
		color: #141414;
		font-size: 14px
	}

	.ord-details .address_detail_product_item p {
		font-weight: 400;
		margin-bottom: 5px;
		color: #141414;
		font-size: 14px
	}

	.slingle_item_address_part .label {
		padding: 5px 10px;
		font-size: 11px;
		font-weight: 400;
		line-height: 1;
		padding-bottom: 5px;
		border-radius: 12px
	}

	.ord-details .delivery_address_title {
		border-top: 1px solid #ddd;
		margin-bottom: 4px;
		display: block;
		font-size: 16px;
		font-weight: 500 !important;
		color: #2b2f4c;
		padding-top: 7px
	}

	.cart-empty h3 {
		font-weight: 400
	}

	.right-news {
		background: #f7f9fa;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		padding: 20px 20px
	}

	.dz-accordion .accordion-header .accordion-button .toggle-close:after {
		font-size: 9px
	}

	.show-content p {
		margin-bottom: 2px
	}

	.product-main .product-info .product-info__rating .rating .rating__stars {
		font-size: 15px
	}

	.fab_head {
		margin-bottom: 10px
	}

	.main-faq-content .shop-checkout .dz-accordion .accordion-item {
		margin-bottom: 0;
		border-top: 1px solid #d5d5d5;
		padding-top: 5px;
		padding-bottom: 5px
	}

	.main-faq-content .accordion-button {
		border-radius: 2px !important;
		padding: 8px 35px 8px 10px !important;
		border: 0 !important
	}

	.main-faq-content .accordion-body {
		padding: 0 0 10px 18px !important;
		background: #ffffff !important;
		padding-bottom: 4px !important
	}

	.main-faq-content .accordion-header .accordion-button.collapsed .toggle-close:after {
		font-family: 'Font Awesome 5 Free';
		content: "\f067" !important;
		font-size: 10px !important
	}

	.main-faq-content .accordion-header .accordion-button .toggle-close:after {
		content: "\f068" !important;
		font-family: 'Font Awesome 5 Free';
		font-size: 10px !important
	}

	.main-faq-content .accordion-header .accordion-button .toggle-close {
		right: 0 !important
	}

	.flx60 {
		flex-basis: 80%
	}

	.d_flex_fb {
		padding: 6px 10px
	}

	.share_tn i {
		color: #333;
		font-size: 20px
	}

	.share_tn {
		height: 48px;
		width: 51px;
		border-radius: 8px;
		display: flex;
		flex-flow: row nowrap;
		justify-content: center;
		align-items: center;
		box-sizing: border-box;
		background-color: #f3f3f3;
		border: 0;
		outline: 0
	}

	.shop-meta {
		padding: 0 0px 1px 0px
	}
	.b_e9bf {
    height: 28.8px;
}

	/* Mobile Product Card - Price and Add to Cart Fixes */
	.product_mbg .dz-content .price__default {
		flex: 1 1 auto !important;
		min-width: 0 !important;
		width: 100% !important;
		margin-bottom: 0 !important;
	}

	.product_mbg .dz-content .price__default .price__current {
		font-size: 18px !important;
		line-height: 1.3 !important;
		display: block !important;
		margin-bottom: 4px;
	}

	.product_mbg .dz-content .price__default .price__was {
		font-size: 13px !important;
		display: inline-block !important;
		margin-right: 6px;
	}

	.product_mbg .dz-content .price__default .discount-badge-small {
		font-size: 11px !important;
		padding: 3px 7px !important;
		display: inline-block !important;
		vertical-align: middle;
	}

	.product_mbg .dz-content .price__default > div {
		display: flex !important;
		flex-wrap: wrap !important;
		align-items: center !important;
		gap: 6px !important;
	}

	.product_mbg .dz-content .shop-meta {
		flex: 0 0 auto !important;
		width: 100% !important;
		margin-top: 0 !important;
		padding: 0 !important;
		display: flex !important;
		justify-content: center !important;
	}

	.product_mbg .dz-content .shop-meta .broadBtn,
	.product_mbg .dz-content .shop-meta .card-add-to-cart {
		width: 100% !important;
		padding: 11px 16px !important;
		font-size: 14px !important;
		font-weight: 600 !important;
		border-radius: 8px !important;
		white-space: nowrap;
		text-align: center;
		min-height: 44px;
		display: flex;
		align-items: center;
		justify-content: center;
		background: #037345 !important;
		color: #fff !important;
		border: none !important;
		transition: all 0.3s ease;
	}

	.product_mbg .dz-content .shop-meta .broadBtn:hover,
	.product_mbg .dz-content .shop-meta .card-add-to-cart:hover {
		background: #2d8659 !important;
		transform: translateY(-1px);
		box-shadow: 0 4px 8px rgba(3, 115, 69, 0.3);
	}

	.product_mbg .dz-content .shop-meta .quantity-controls-modern {
		width: 100% !important;
		justify-content: center !important;
		max-width: 100% !important;
		min-width: 140px;
		margin: 0 auto;
		display: flex;
		align-items: center;
		gap: 6px;
		background: #f8f9fa;
		border-radius: 10px;
		padding: 6px;
		border: 1px solid #e9ecef;
		height: 44px;
	}

	.product_mbg .dz-content .shop-meta .quantity-controls-modern .qty-btn {
		width: 36px !important;
		height: 36px !important;
		min-width: 36px !important;
		display: flex !important;
		align-items: center;
		justify-content: center;
		border: none !important;
		background: #fff !important;
		border-radius: 8px !important;
		cursor: pointer;
		transition: all 0.2s ease;
		color: #2d8659;
		padding: 0 !important;
		margin: 0 !important;
		flex-shrink: 0;
	}

	.product_mbg .dz-content .shop-meta .quantity-controls-modern .qty-btn:hover {
		background: #2d8659 !important;
		color: #fff !important;
		transform: scale(1.05);
	}

	.product_mbg .dz-content .shop-meta .quantity-controls-modern .qty-btn:active {
		transform: scale(0.95);
	}

	.product_mbg .dz-content .shop-meta .quantity-controls-modern .qty-btn svg {
		width: 18px !important;
		height: 18px !important;
		flex-shrink: 0;
	}

	.product_mbg .dz-content .shop-meta .quantity-controls-modern .qty-input {
		width: 50px !important;
		height: 36px !important;
		text-align: center !important;
		border: none !important;
		background: transparent !important;
		font-size: 16px !important;
		font-weight: 600 !important;
		color: #333 !important;
		padding: 0 !important;
		margin: 0 !important;
		outline: none !important;
		flex: 0 0 auto;
	}

	/* Ensure smooth transition when switching from button to quantity controls */
	.product_mbg .dz-content .shop-meta .qfirst,
	.product_mbg .dz-content .shop-meta .qsecond {
		transition: all 0.3s ease;
	}

	/* Fix layout when quantity controls are visible */
	.product_mbg .dz-content .shop-meta .quantity-controls-modern {
		width: 100% !important;
		display: flex;
		justify-content: space-between!important;
		align-items: center !important;
	}

	/* Ensure shop-meta container maintains consistent height */
	.product_mbg .dz-content .shop-meta {
		min-height: 44px;
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
	}

	/* Smooth transition when switching between button and quantity controls */
	.product_mbg .dz-content .shop-meta .qfirst,
	.product_mbg .dz-content .shop-meta .qsecond {
		transition: opacity 0.3s ease, transform 0.3s ease;
	}

	/* Prevent layout shift */
	.product_mbg .dz-content > .d-flex.justify-content-between.align-items-center {
		min-height: 100px;
	}

	/* Pricing and Add to Cart Container - Mobile Layout */
	.product_mbg .dz-content > .d-flex.justify-content-between.align-items-center {
		flex-direction: column !important;
		align-items: stretch !important;
		gap: 12px !important;
		margin-top: auto !important;
		padding-top: 8px;
	}

	/* Ensure proper spacing on mobile */
	.product_mbg .dz-content {
		padding: 12px 10px 10px !important;
		display: flex !important;
		flex-direction: column !important;
	}

	.product_mbg .dz-content h5 {
		font-size: 15px !important;
		line-height: 1.4 !important;
		margin-bottom: 8px !important;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}

	.product_mbg .dz-content h5 a {
		font-size: 15px !important;
		line-height: 1.4 !important;
	}

	.product_mbg .dz-content .d-flex.align-items-center.mb-3 {
		margin-bottom: 5px !important;
		flex-wrap: wrap;
		gap: 4px;
	}

	/* Fix for product card height consistency */
	.product_mbg {
		display: flex !important;
		flex-direction: column !important;
		height: 100% !important;
	}

	.search-mobile-btn {
		display: flex !important;
		border: none;
		color: #037345;
		font-size: 20px;
		background: unset;
		align-items: center;
		cursor: pointer
	}

	.search-toggle {
		display: none
	}

	.search-container {
		width: 100%;
		width: 330px;
		margin: 0 auto;
		padding: 0 10px;
		display: none
	}

	#search-container {
		height: 900px;
		z-index: 9999999999;
		overflow: scroll
	}

	#search-data {
		height: 80vh;
		overflow: scroll
	}

	.search-input-wrapper {
		display: flex;
		align-items: center;
		background-color: #f5f5f0;
		border-radius: 8px;
		padding: 0 15px
	}

	.search-input {
		flex: 1;
		border: none;
		background: unset !important;
		padding: 8px;
		font-size: 16px;
		outline: none
	}

	.search-close-btn {
		background: none;
		border: none;
		font-size: 18px;
		color: #777;
		cursor: pointer;
		display: flex;
		align-items: center
	}

	.search-toggle:checked~.search-container {
		display: block
	}

	.swiper-four,
	.swiper-blog-post,
	.testimonial-slideshow,
	.news-slideshow {
		padding-bottom: 25px !important;
	}

	.mobile-only-scrollbar {
		display: block;
		position: relative;
		height: 3px;
		background: rgba(0, 0, 0, .1);
		margin-top: 10px;
		width: 12% !important;
		left: 50% !important;
		transform: translateX(-50%) !important;
		bottom: -14px !important;
	}

	.mobile-only-scrollbar .swiper-scrollbar-drag {
		background: #000;
		height: 100%;
		width: 13px !important;
	}

	.tab-button-prev,
	.tab-button-next,
	.blog-button-prev,
	.blog-button-next,
	.testi-button-next,
	.testi-button-prev,
	.press-button-prev,
	.press-button-next {
		display: none;
	}
	
	.sldout {
        opacity: 0.4 !important;
        padding: 8px 30px;
        height: 32.4px;
        font-size: 14px;
        width: 94% !important;
        margin-bottom: 2px;
        border-radius: 5px;
        text-transform: capitalize !important;
    } 
}

@media (min-width:768px) {
	.mobile-only-scrollbar {
		display: none
	}  
}  
@media(max-width:767px){
	.testimonials-pagination {
		bottom: 0px !important;
	}
	.mobile-only {
	  list-style: none;
	} 
	.site-header.style-2 .main-bar .logo-header {
        justify-content: flex-start !important;
    } 
    .logo-dark{ 
        left: 38px;
    }
    .header-icons i {
        font-size: 22px;
        color: #f6f4e5;
    } 
    .wallet_i {
        top: 4px;
    }
	.header-icons {
		gap: 12px !important;
		position: relative;
		top: -5px;
	}
    .mwarpg {
        width: 96%;
        margin: 0px auto;
        margin-top: -7px;
    }
	.wallet-wrapper {
		padding: 7px 15px !important;
	}	
	.transaction-wrapper {
		margin-top: 10px;
		padding-top: 10px;
		border-radius: 10px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.top-heading{
		position: relative;
		left:32px;
	}
    .search-container {
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 9;
        padding: 0px;
        width: 100%;
        min-width: 370px;
    }
	.transaction-text {
		font-size: 14px !important;
		color: #333;
		font-weight: 500;
	}
	.option-text {
		font-size: 14px !important;
		font-weight: 500 !important;
		border-bottom: 0px solid #ccc;
	} 
	.selected-option-text {
		color: #6988F1;
		border-bottom: 2px solid #6988F1;
	} 
	.flex-row {
		margin: 10px 0;
		justify-content: center;
		border-bottom: 1px solid #c5c5c5;
		padding-bottom: 6px;
	}
    .iconView {
        height: 27px;
        width: 27px;
        background: #edf2f7;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
	.time-text {
		font-size: 11px;
	}
	.cart-drawer--recommendations--products .new_card_product_info small {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		max-width: 200px;
	}
	.cat_product .product_mbg {
        border: 1px solid #c3c3c3 !important;
        padding: 4px 4px;
    } 
	.cat_product .dz-media img {
        background: #f6f6f6;
        border: 1px solid #f6f6f6;
    }
	.cat_product .shop-meta {
        display: flex;
        justify-content: center;
    }
	.cat_product .mp-pd {
        margin-bottom: 0px;
        margin-top: 12px;
    }
	
	 .offers-icon svg {
		width: 40px;  /* smaller for mobile */
		height: 40px;
	  }

	/* ============================================
	   PRODUCT DETAILS - FLOATING BUTTONS (MOBILE ONLY)
	   ============================================ */

	.product-floating-buttons-mobile {
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		display: flex;
		gap: 12px;
		padding: 10px 16px;
		background: #fff;
		box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
		border-top: 1px solid #e9ecef;
		z-index: 998;
		align-items: center;
		justify-content: space-between;
	}

	.floating-btn {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 8px;
		padding: 12px 16px;
		border-radius: 7px;
		font-size: 15px;
		font-weight: 600;
		border: none;
		cursor: pointer;
		transition: all 0.3s ease;
		flex: 1;
		min-width: 0;
		text-decoration: none;
		white-space: nowrap;
		text-transform: uppercase;
		height: 48px;
	}

	.floating-btn svg {
		flex-shrink: 0;
		width: 20px;
		height: 20px;
	}

	.floating-add-to-cart {
		background: #037345;
		color: #fff;
		border-radius: 7px;
		font-size: 15px;
		font-weight: 600;
		text-transform: uppercase;
	}

	.floating-add-to-cart:hover {
		background: #2d8659;
		transform: translateY(-2px);
		box-shadow: 0 4px 12px rgba(3, 115, 69, 0.3);
	}

	.floating-add-to-cart:active {
		transform: translateY(0);
	}

	.floating-buy-now {
		background: #2d8659;
		color: #fff;
		border-radius: 7px;
		font-size: 14px;
		font-weight: 600;
		text-transform: uppercase;
	}

	.floating-buy-now:hover {
		background: #037345;
		transform: translateY(-2px);
		box-shadow: 0 4px 12px rgba(45, 134, 89, 0.3);
	}

	.floating-buy-now:active {
		transform: translateY(0);
	}

	.floating-buy-now .payment-icons-wrapper {
		display: inline-flex;
		align-items: center;
		margin-left: 4px;
	}

	.floating-buy-now .upi-icons {
		height: auto;
	}

	/* Floating Quantity Controls */
	.floating-quantity-controls {
		display: flex;
		align-items: center;
		gap: 8px;
		background: #f8f9fa;
		border-radius: 7px;
		padding: 4px 12px;
		border: 1px solid #e9ecef;
		flex: 1;
		justify-content: center;
		min-width: 140px;
	}

	.floating-qty-btn {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 36px;
		height: 36px;
		border: none;
		background: #fff;
		border-radius: 8px;
		cursor: pointer;
		transition: all 0.2s ease;
		color: #2d8659;
		padding: 0;
		flex-shrink: 0;
	}

	.floating-qty-btn:hover {
		background: #2d8659;
		color: #fff;
		transform: scale(1.05);
	}

	.floating-qty-btn:active {
		transform: scale(0.95);
	}

	.floating-qty-btn svg {
		width: 18px;
		height: 18px;
	}

	.floating-qty-input {
		width: 50px;
		height: 36px;
		text-align: center;
		border: none;
		background: transparent;
		font-size: 16px;
		font-weight: 600;
		color: #333;
		padding: 0;
		outline: none;
		flex: 0 0 auto;
	}

	/* Hide floating buttons on desktop */
	@media (min-width: 769px) {
		.product-floating-buttons-mobile {
			display: none !important;
		}
	}

	/* Hide desktop buttons on mobile */
	@media (max-width: 768px) {
		.product-details-page .d-flex.flex-row.gap-3.align-items-stretch {
			display: none !important;
		}

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

		/* ============================================
		   PRODUCT DETAILS PAGE MOBILE OPTIMIZATION
		   ============================================ */

		/* Breadcrumb Mobile */
		.product-details-page .breadcrumb-modern-wrapper {
			padding: 10px 0;
			margin-bottom: 0;
		}

		.product-details-page .breadcrumb-modern {
			padding: 0 15px;
		}

		.product-details-page .breadcrumb-modern-item {
			font-size: 12px;
		}

		.product-details-page .breadcrumb-modern-item:not(:last-child)::after {
			margin: 0 6px;
			font-size: 14px;
		}

		/* Content Section */
		.product-details-page .content-inner {
			padding: 15px 0 !important;
		}

		.product-details-page .content-inner .container {
			padding-left: 15px;
			padding-right: 15px;
		}

		/* Product Gallery Mobile */
		.product-details-page .product-gallery-modern {
			margin-bottom: 20px;
		}

		.product-details-page .product-main-image-wrapper {
			position: relative;
			width: 100%;
			margin-bottom: 15px;
			border-radius: 12px;
			overflow: hidden;
			background: #f8f9fa;
		}

		.product-details-page .product-main-image-wrapper .product-badge-best-seller {
			position: absolute;
			top: 12px;
			left: 12px;
			z-index: 3; 
			color: #fff;
			padding: 6px 12px;
			border-radius: 6px;
			font-size: 11px;
			font-weight: 600;
			text-transform: uppercase;
			letter-spacing: 0.5px;
			box-shadow: 0 2px 8px rgba(0,0,0,0.2);
		}

		.product-details-page .product-main-slider {
			position: relative;
			width: 100%;
			aspect-ratio: 1 / 1;
			overflow: hidden;
		}

		.product-details-page .product-slide {
			display: none;
			width: 100%;
			height: 100%;
		}

		.product-details-page .product-slide.active {
			display: block;
		}

		.product-details-page .product-image-link {
			display: block;
			width: 100%;
			height: 100%;
		}

		.product-details-page .product-main-image {
			width: 100%;
			height: 100%;
			object-fit: contain;
			background: #fff;
		}

		/* Thumbnails Mobile */
		.product-details-page .product-thumbnails-wrapper {
			width: 100%;
			overflow-x: auto;
			-webkit-overflow-scrolling: touch;
			padding: 10px 0;
			margin-top: 10px;
		}

		.product-details-page .product-thumbnails {
			display: flex;
			gap: 10px;
			padding: 0 5px;
			min-width: max-content;
		}

		.product-details-page .product-thumbnail {
			flex-shrink: 0;
			width: 70px;
			height: 70px;
			border-radius: 8px;
			overflow: hidden;
			border: 2px solid transparent;
			cursor: pointer;
			transition: all 0.3s ease;
			background: #f8f9fa;
		}

		.product-details-page .product-thumbnail.active {
			border-color: #2d8659;
			box-shadow: 0 2px 8px rgba(45, 134, 89, 0.3);
		}

		.product-details-page .product-thumbnail .thumbnail-image {
			width: 100%;
			height: 100%;
			object-fit: cover;
		}

		/* Product Info Mobile */
		.product-details-page .product-main {
			position: static !important;
			padding: 0;
			margin-top: 0;
		}

		.product-details-page .product-info .title {
			font-size: 22px !important;
			line-height: 1.3 !important;
			margin-bottom: 12px !important;
			font-weight: 700 !important;
		}

		.product-details-page .product-subtitle {
			font-size: 14px !important;
			line-height: 1.5 !important;
			margin-bottom: 15px !important;
			color: #666 !important;
		}

		.product-details-page .product-info__rating {
			margin-bottom: 15px !important;
		}

		.product-details-page .product-info__rating .rating {
			font-size: 16px !important;
		}

		.product-details-page .product-info__rating .rating i {
			font-size: 16px !important;
		}

		.product-details-page .product-info__rating span {
			font-size: 14px !important;
		}

		/* Price Section Mobile */
		.product-details-page .price-section-modern {
			padding: 15px 0 !important;
			margin-bottom: 20px !important;
		}

		.product-details-page .price__current {
			font-size: 28px !important;
			font-weight: 700 !important;
		}

		.product-details-page .price__was {
			font-size: 16px !important;
		}

		.product-details-page .rate_off {
			font-size: 12px !important;
			padding: 3px 8px !important;
		}

		.product-details-page .span_taxes {
			font-size: 11px !important;
			margin-top: 8px !important;
		}

		/* Accordion Mobile */
		.product-details-page .shop-checkout {
			margin-top: 20px;
			margin-bottom: 20px;
		}

		.product-details-page .accordion-modern {
			border-radius: 12px;
			overflow: hidden;
		}

		.product-details-page .accordion-item-modern {
			border-bottom: 1px solid #e9ecef;
			background: #fff;
		}

		.product-details-page .accordion-item-modern:last-child {
			border-bottom: none;
		}

		.product-details-page .accordion-button-modern {
			padding: 16px 20px !important;
			font-size: 15px !important;
			font-weight: 600 !important;
			color: #333 !important;
			background: #fff !important;
			border: none !important;
			display: flex !important;
			justify-content: space-between !important;
			align-items: center !important;
			width: 100% !important;
		}

		.product-details-page .accordion-button-modern:not(.collapsed) {
			background: #f8f9fa !important;
			color: #2d8659 !important;
		}

		.product-details-page .accordion-icon {
			font-size: 14px !important;
			transition: transform 0.3s ease;
		}

		.product-details-page .accordion-button-modern:not(.collapsed) .accordion-icon {
			transform: rotate(180deg);
		}

		.product-details-page .accordion-body-modern {
			padding: 15px 20px 20px !important;
			font-size: 14px !important;
			line-height: 1.6 !important;
			color: #555 !important;
		}

		.product-details-page .accordion-body-modern p {
			margin-bottom: 10px;
		}

		.product-details-page .accordion-body-modern p:last-child {
			margin-bottom: 0;
		}

		/* Featured Images Mobile */
		.product-details-page .shop-images {
			margin: 20px 0;
		}

		.product-details-page .shop-img {
			width: 100%;
			height: auto;
			border-radius: 12px;
			margin-bottom: 15px;
		}

		.product-details-page .shop-img:last-child {
			margin-bottom: 0;
		}

		/* Purity Parameters Mobile */
		.product-details-page .purity-parameters-section {
			padding: 30px 0 !important;
			margin: 20px 0;
		}

		.product-details-page .section-heading-modern {
			margin-bottom: 25px !important;
		}

		.product-details-page .section-title-modern {
			font-size: 24px !important;
		}

		.product-details-page .purity-parameters-grid {
			display: grid;
			grid-template-columns: repeat(2, 1fr);
			gap: 15px;
			padding: 0 15px;
		}

		.product-details-page .purity-parameter-item {
			background: #fff;
			border-radius: 12px;
			padding: 20px 15px;
			text-align: center;
			box-shadow: 0 2px 8px rgba(0,0,0,0.08);
			transition: transform 0.3s ease, box-shadow 0.3s ease;
		}

		.product-details-page .purity-parameter-item:active {
			transform: scale(0.98);
		}

		.product-details-page .parameter-icon-wrapper {
			margin-bottom: 12px;
			display: flex;
			justify-content: center;
			align-items: center; 
		}

		.product-details-page .parameter-icon-wrapper img {
			max-width: 50px;
			max-height: 50px;
			object-fit: contain;
		}

		.product-details-page .parameter-title {
			font-size: 13px;
			font-weight: 600;
			color: #333;
			margin: 0;
			line-height: 1.3;
		}

		/* Reviews Section Mobile */
		.product-details-page .reviews-section-modern {
			padding: 30px 0 !important;
		}

		.product-details-page .rating-summary-card {
			padding: 20px 15px !important;
			margin-bottom: 20px;
		}

		.product-details-page .rating-number-large {
			font-size: 48px !important;
		}

		.product-details-page .rating-stars-large i {
			font-size: 20px !important;
			margin: 0 1px !important;
		}

		.product-details-page .total-reviews-count {
			font-size: 14px !important;
		}

		.product-details-page .rating-bar-item {
			margin-bottom: 12px !important;
		}

		.product-details-page .rating-progress-bar {
			height: 6px !important;
		}

		.product-details-page .reviews-list-container {
			padding: 0;
		}

		.product-details-page .load-more-reviews {
			margin-top: 20px;
		}

		.product-details-page .load-more-reviews .btn {
			padding: 10px 25px !important;
			font-size: 14px !important;
		}

		/* Row and Column Adjustments */
		.product-details-page .row {
			margin-left: -15px;
			margin-right: -15px;
		}

		.product-details-page .row > [class*="col-"] {
			padding-left: 15px;
			padding-right: 15px;
		}

		/* Remove sticky positioning on mobile */
		.product-details-page .dz-product-detail {
			position: static !important;
			top: auto !important;
		}

		/* Override inline styles for mobile */
		.product-details-page .product-info .title[style] {
			font-size: 22px !important;
			line-height: 1.3 !important;
		}

		.product-details-page .product-subtitle[style] {
			font-size: 14px !important;
			line-height: 1.5 !important;
		}

		.product-details-page .price-section-modern[style] {
			padding: 15px 0 !important;
		}

		.product-details-page .price__current[style] {
			font-size: 28px !important;
		}

		.product-details-page .price__was[style] {
			font-size: 16px !important;
		}

		.product-details-page .rate_off[style] {
			font-size: 12px !important;
			padding: 3px 8px !important;
		}

		.product-details-page .span_taxes[style] {
			font-size: 11px !important;
		}

		.product-details-page .rating i[style] {
			font-size: 16px !important;
		}

		.product-details-page .product-info__rating span[style] {
			font-size: 14px !important;
		}

		/* Reviews section inline style overrides */
		.product-details-page .rating-number-large[style] {
			font-size: 48px !important;
		}

		.product-details-page .rating-stars-large i[style] {
			font-size: 20px !important;
			margin: 0 1px !important;
		}

		.product-details-page .total-reviews-count[style] {
			font-size: 14px !important;
		}

		.product-details-page .rating-summary-card[style] {
			padding: 20px 15px !important;
		}

		.product-details-page .load-more-reviews .btn[style] {
			padding: 10px 25px !important;
			font-size: 14px !important;
		}

		/* Section background adjustments */
		.product-details-page .purity-parameters-section[style] {
			padding: 30px 0 !important;
		}

		.product-details-page .reviews-section-modern[style] {
			padding: 30px 0 !important;
		}

		/* Container padding adjustments */
		.product-details-page .container {
			padding-left: 15px;
			padding-right: 15px;
		}

		/* Ensure proper spacing between sections */
		.product-details-page section {
			margin-bottom: 0;
		}

		.product-details-page .content-inner {
			margin-bottom: 0;
		}
	}
 
	
}
