.modal-content-wrapper {
    padding: 40px 30px 30px;
    background: linear-gradient(135deg, #037345 0%, #2d8659 100%);
    border-radius: 20px 20px 25px 25px;
    position: relative;
    overflow: hidden;
}

.modal-content-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="75" cy="75" r="1" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    opacity: 0.3;
    pointer-events: none;
}
.inquiry-modal .login-close-button-container {
	text-align: center;
	display: flex;
	justify-content: flex-end;
	border-radius: 50%;
	margin-bottom: 12px
}

#close {
	text-decoration: none
}

.close_svg {
	background-color: #505050;
	width: 35px;
	height: 35px;
	text-align: center;
	border-radius: 100%;
	box-shadow: 0 0 8px #16151521;
	display: flex;
	align-items: center;
	justify-content: center
}

.close_svg svg,
.close_svg path {
	stroke: #fff;
	fill: #fff;
	stroke-width: .5px
}

.header-text {
	text-align: center
}

.header-text p {
	color: #fff;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
	text-transform: uppercase;
	margin-top: 23px
}

.modal-inner-content {
	padding:25px 40px 25px;
	background: #fff;
	border-radius: 0 0 20px 20px;
}

.speedoweblogo {
	display: flex;
	flex-direction: column;
	line-height: 0;
	width: 100%;
	color: #221f20
}

.header-content {
	color: #221f20;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 1.4;
	text-align: center;
	margin-bottom: 32px;
	letter-spacing: 0.3px;
}

.phone-input {
	display: flex;
	justify-content: center;
	flex-direction: column;
	width: 100%
}

.phone-entry {
	display: flex;
	align-items: center;
	padding: 14px 18px;
	line-height: 0;
	min-height: 52px;
	border-radius: 12px;
	border: 2px solid #e0e0e0;
	font-size: 14px;
	color: #221f20;
	transition: all 0.3s ease;
	background: #fff;
}

.phone-entry:focus-within {
	border-color: #037345;
	box-shadow: 0 0 0 3px rgba(3, 115, 69, 0.1);
}

@media (max-width:767px) {
	.phone-entry {
		font-size: 12px !important
	}

	.reel-video {
		height: 270px !important
	}
}

.country-code {
	margin-right: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	color: #221f20
}

.phone-inputbox {
	margin-right: 16px;
	color: #221f20;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 29px;
	border: none
}

/* Country Code Button */
.country-code-btn {
	padding: 4px 8px !important;
	border: 1px solid #ddd !important;
	border-radius: 4px !important;
	margin-right: 8px !important;
	min-width: 85px !important;
	font-size: 14px !important;
	height: 38px !important;
	line-height: 1.4 !important;
	background: #fff !important;
	cursor: pointer !important;
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	color: #221f20 !important;
}

.country-code-btn:hover {
	border-color: #999 !important;
}

.country-code-btn i {
	font-size: 12px !important;
	margin-left: 5px !important;
	color: #666 !important;
}

.country-code-display {
	font-size: 14px !important;
}

.phone-entry {
    overflow: visible !important;
    position: relative !important;
    z-index: 1 !important;
    display: flex !important;
    align-items: center;
}

/* Wrapper for country code button */
.country-code-wrapper {
	position: relative !important;
	display: inline-block !important;
	margin-right: 8px !important;
	vertical-align: top !important;
}

/* Country Code Popup */
.country-code-popup {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 10000;
	justify-content: center;
	align-items: center;
}

.country-code-popup.active,
.country-code-popup[style*="display: block"] {
	display: flex !important;
}

.country-code-popup-content {
	background: #fff;
	border-radius: 8px;
	width: 90%;
	max-width: 400px;
	max-height: 500px;
	display: flex;
	flex-direction: column;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}

.country-code-popup-header {
	padding: 15px 20px;
	border-bottom: 1px solid #eee;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #f8f9fa;
}

.country-code-popup-header h4 {
	margin: 0;
	font-size: 16px;
	font-weight: 600;
	color: #221f20;
}

.country-code-popup-close {
	background: none;
	border: none;
	font-size: 18px;
	cursor: pointer;
	color: #666;
	padding: 0;
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.country-code-popup-close:hover {
	color: #221f20;
}

.country-code-search {
	padding: 15px 20px;
	border-bottom: 1px solid #eee;
}

.country-code-search input {
	width: 100%;
	padding: 8px 12px;
	border: 1px solid #ddd;
	border-radius: 4px;
	font-size: 14px;
	outline: none;
}

.country-code-search input:focus {
	border-color: #0f451b;
}

.country-code-list {
	max-height: calc(50px * 10); /* Show max 10 items (50px per item) */
	overflow-y: auto;
	padding: 5px 0;
}

.country-code-item {
	padding: 10px 20px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #f0f0f0;
	transition: background 0.2s;
}

.country-code-item:hover {
	background: #f8f9fa;
}

.country-code-item.selected {
	background: #e8f5e9;
}

.country-code-item.no-results {
	cursor: default;
	color: #999;
	text-align: center;
	justify-content: center;
}

.country-code-left {
	color: #221f20;
	font-size: 14px;
	flex: 1;
}

.country-code-right {
	color: #221f20;
	font-weight: 500;
	font-size: 14px;
	margin-left: 15px;
}

.country-code-loading {
	padding: 20px;
	text-align: center;
	color: #999;
}

/* Scrollbar styling */
.country-code-list::-webkit-scrollbar {
	width: 6px;
}

.country-code-list::-webkit-scrollbar-track {
	background: #f1f1f1;
}

.country-code-list::-webkit-scrollbar-thumb {
	background: #ccc;
	border-radius: 3px;
}

.country-code-list::-webkit-scrollbar-thumb:hover {
	background: #999;
}

.otp-ver-msg {
	margin-left: 0
}

.otp-ver-msg,
.msgresp-gen,
.already-gen,
.invalid-msg,
.inval-form,
.invalid-form {
	font-size: 12px;
	text-align: center;
	color: #ee3224;
	margin: 5px auto
}

#loginCaptcha,
#resendOTPCaptcha {
	display: none;
	justify-content: space-between;
	width: 100%;
	margin-block: .5rem
}

.modal-btnsubmit-container {
	position: relative;
	height: 48px;
	margin-top: 16px
}

.modal-btnsubmit-container .modal-loader-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #037345;
	line-height: 23px;
	border-radius: 10px;
	pointer-events: none;
	z-index: 2
}

.modal-btnsubmit-container .stage {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.dot-flashing {
	position: relative;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background-color: #fff;
	color: #fff;
	animation: dot-flashing 1s infinite linear alternate;
	animation-delay: .5s;
	display: block !important
}

.common-btn-styling {
	width: 100%;
	height: 52px;
	border-radius: 12px;
	border: none;
	background: linear-gradient(135deg, #037345 0%, #2d8659 100%);
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	transition: all 0.3s ease;
	box-shadow: 0 4px 12px rgba(3, 115, 69, 0.3);
	cursor: pointer;
}

.common-btn-styling:hover:not(:disabled) {
	transform: translateY(-2px);
	box-shadow: 0 6px 16px rgba(3, 115, 69, 0.4);
	background: linear-gradient(135deg, #2d8659 0%, #037345 100%);
}

.common-btn-styling:active:not(:disabled) {
	transform: translateY(0);
	box-shadow: 0 2px 8px rgba(3, 115, 69, 0.3);
}

.common-btn-styling:disabled,
.otp-verification:disabled {
	cursor: not-allowed
}

.modal-footer-wrapper {
	font-weight: 400;
	text-align: center;
	font-size: 13px;
	margin-top: 24px;
	color: #666;
	line-height: 1.6;
}

.modal-footer-wrapper .footer-policy-wrapper {
	color: #666;
}

.modal-footer-wrapper .footer-policy-wrapper a {
	text-decoration: none;
	color: #037345;
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
	transition: color 0.3s ease;
}

.modal-footer-wrapper .footer-policy-wrapper a:hover {
	color: #2d8659;
	text-decoration: underline;
}

.rapl-logo {
	height: 110px;
	width: auto;
	filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
	transition: transform 0.3s ease;
}

.login-header-wrapper:hover .rapl-logo {
	transform: scale(1.05);
}

.whatsapp-btn {
	display: flex;
	padding: .5rem 0;
	justify-content: center;
	align-items: center;
	gap: .5rem;
	align-self: stretch;
	border-radius: .5rem;
	background: #fff;
	width: 100%;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
	color: #00192f;
	box-shadow: 0 1px 2px 0 rgb(16 24 40 / .05);
	border: 1px solid #25d366;
	margin-top: 10px;
	height: 48px
}

.or-line {
	display: flex;
	flex-direction: row;
	color: #98a2b3;
	text-align: center;
	font-style: normal;
	line-height: 1.5rem;
	margin: .75rem 0;
	font-size: .85rem;
	font-weight: 400
}

.or-line::before {
	margin-right: 1rem
}

.or-line::after {
	margin-left: 1rem
}

.or-line::before,
.or-line::after {
	content: "";
	flex: 1 1;
	border-bottom: 1px solid;
	border-color: #c0c1c3;
	margin: auto;
	max-width: 90px
}

.cart-produuct-size {
	margin: 13px 0;
	position: relative;
	width: fit-content
}

.custom-cart-size-qty {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	gap: 10px
}

.custom-select {
	position: relative;
	display: flex;
	column-gap: 5px;
	border: .7px solid #221f20;
	border-radius: 5px;
	padding: 2px 8px;
	align-items: center
}

.card-qtyButton {
	font-size: 12px;
	line-height: 14px;
	color: #221f20bf;
	font-weight: 400
}

.select-selected {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	cursor: pointer;
	font-size: 12px;
	line-height: 14px;
	font-weight: 500;
	color: #221f20
}

.default-select button {
	padding: 2px 4px !important;
	border: 0 solid #000 !important;
	background: transparent !important;
	font-size: 13px;
	line-height: 14px;
	font-weight: 500;
	color: #221f20
}

.cusotm-final-price {
	font-size: 17px !important;
	line-height: 25px !important;
	color: #221f20;
	font-weight: 600 !important;
	letter-spacing: 0
}

.cusotm_totals {
	align-items: center;
	display: flex;
	margin-bottom: 0;
	margin-top: 0;
	align-content: center;
	justify-content: space-between
}

.totals__subtotal {
	font-size: 15px !important;
	line-height: 20px !important;
	color: #221f20;
	font-weight: 400;
	letter-spacing: .7px;
	margin-bottom: 4px
}

.totals__subtotal-value {
	font-size: 16px !important;
	line-height: 20px !important;
	color: #221f20;
	font-weight: 600;
	margin-bottom: 2px
}

.cart-drawer .tax-note {
	margin: 1.2rem 0 1rem auto;
	text-align: left
}

.custom-cart__ctas {
	border: 0 solid #221f204d;
	align-items: center;
	border-radius: 10px;
	justify-content: space-between;
	padding: 0;
	text-align: center;
	margin-top: 0
}

.amout_ori {
	font-size: 16px !important;
	line-height: 24px !important;
	font-weight: 600 !important;
	color: #221f20;
	display: flex;
	flex-direction: column
}

.cart-drawer-checkout-container {
	position: relative;
	margin-top: 0;
	margin-bottom: 0
}

#cart-drawer-checkout {
	margin-top: 0;
	background: #037345;
	display: flex; 
	border: none;
	border-radius: 10px;
	min-height: 46px;
	outline: none;
	padding: 9px 16px;
	justify-content: center;
	align-items: center;
	color: #fff;
	cursor: pointer;
	width: 100%;
	opacity: 1;
	cursor: pointer
}

#cart-drawer-checkout .checkoutbtn-text {
	font-weight: 500;
	font-size: 18px;
	color: #fff; 
}

.custom-drawer__footer {
	margin-top: auto;
	width: 100%;
	position: fixed;
	bottom: 0;
	padding: 1.2rem 1.4rem;
	box-shadow: 1px -4px 10px #00000012;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	z-index: 5;
	background-color: #fff;
	max-width: -webkit-fill-available;
	padding-bottom: 1px
}

.oderDetail_text {
	font-size: 16px;
	line-height: 23px;
	color: #221f20;
	font-weight: 600;
	margin-bottom: 0
}

.dz-tabs .nav-tabs.center {
	position: sticky;
	top: 0;
	z-index: 10;
	background: #fff
}

.sidebar-cart-list {
	padding: 0 1rem 0 1rem
}

.text-strikethrough3 {
	font-size: 13px;
	line-height: 16px;
	letter-spacing: 0;
	font-weight: 450;
	text-decoration-line: line-through;
	color: #5f636d;
	margin-bottom: 0;
	margin-left: 10px
}

.text-strikethrough4 {
	font-size: 13px !important;
	line-height: 16px;
	letter-spacing: 0;
	font-weight: 400 !important;
	text-decoration-line: line-through;
	color: #5f636d;
	margin-bottom: 0;
	padding-right: 4px
}

.savings {
	color: #2e673b;
	padding: 3px 12px;
	border-radius: 20px;
	background: #bdecca;
	font-size: 13px;
	float: right;
	letter-spacing: .5px;
	font-weight: 500;
	position: absolute;
	top: -15px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 80%;
	text-align: center;
	z-index: 1
}

.savings span {
	font-weight: 600
}

.upi-icons {
	height: 22px;
	margin-left: 0px;
	position: relative;
	top: -1px
}

.right-arrow {
	height: 14px;
	margin-left: 8px;
	position: relative;
	top: -1px
}

.purchase_cart_text {
	font-size: 14px;
	line-height: 19px;
	letter-spacing: 1px;
	color: #037345
}

green {
	color: #37812b;
	margin-left: 8px;
	font-size: 13px
}

.cart-Dwawer__recommendations {
	position: absolute;
	left: 0;
	z-index: -1;
	transform: translate(0);
	transition: transform .4s cubic-bezier(.104, .204, .492, 1) .1s;
	top: 0;
	bottom: 0;
	overflow: hidden;
	width: 204px;
	background: #fff;
	padding: 0 38px 0 20px;
	border-radius: 15px 0 0 15px
}

.cart-Dwawer__recommendations {
	-ms-overflow-style: none;
	scrollbar-width: none
}

.cart-drawer--recommendations--products,
.cart-drawer--recommendations {
	-ms-overflow-style: none;
	scrollbar-width: none
}

.cart-recommendation__Heading_closeIcon {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 15px
}

.cart-drawer--recommendations--heading {
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	color: #221f20;
	margin: 3.17rem 0 5px
}

button.cart-recommendation__close-btn {
	position: absolute;
	top: 15px !important;
	right: 24px !important;
	width: 2rem;
	height: 2rem;
	min-width: 2rem;
	min-height: 2rem;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	background-color: #fff;
	border: 0;
	box-shadow: 0 0 8px #16151521;
	cursor: pointer
}

button.cart-recommendation__close-btn svg {
	width: 1rem;
	height: 1rem
}

.cart-drawer--recommendations--products {
	overflow-y: auto;
	height: calc(100% - 72px);
	padding-top: 5px;
	padding-bottom: 10px
}

.new_card_product {
	border: 1px solid rgb(34 31 32 / .1);
	padding: 6px 8px 8px;
	border-radius: 22px;
	box-shadow: 0 0 14.604644775390625px #221f2014;
	position: relative;
	background: #fff;
	margin-top: 6px
}

.cart-drawer--recommendations--products .new_card_product {
	margin-bottom: 15px;
	padding: 0;
	border-radius: 13px
}

.card_wishlist {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 2;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 0;
	border-radius: 100%;
	background: #0000
}

.cart-drawer--recommendations--products .card_wishlist {
	top: 12px;
	right: 12px;
	width: 25px;
	height: 25px;
	aspect-ratio: 1 / 1
}

.caption-large,
.customer .field input,
.customer select,
.field__input,
.form__label,
.select__select {
	font-size: 1.3rem;
	line-height: calc(1 + .5 / 1);
	letter-spacing: .04rem
}

.cart-drawer--recommendations--products .card_wishlist span {
	transform: scale(.85)
}

.smartwishlist {
	font-size: 14px !important
}

.smartwishlist {
	cursor: pointer
}

.unbookmarked {
	color: #000000 !important
}

.smartwishlist,
div#bookmarkit {
	z-index: initial !important
}

.smartwishlist {
	margin-left: 3%;
	opacity: 1 !important;
	position: static;
	padding: 0;
	display: inline-block
}

.card_wishlist .wishlistcardButton span {
	color: #fff !important;
	font-size: 21px;
	display: flex !important;
	margin-top: 3px
}

.cart-drawer--recommendations--products .card_wishlist span {
	transform: scale(.85)
}

.cart-Dwawer__recommendations .new_card_product .new_card_product_media {
	padding: 5px 5px 0;
	border-radius: 9px
}

.cart-Dwawer__recommendations .new_card_product_media a,
.cart-Dwawer__recommendations .new_card_product_media a img {
	border-radius: unset
}

.new_card_product_media a {
	border-radius: 16px;
	overflow: hidden;
	display: block;
	width: auto;
	height: 100%
}

.new_card_product .new_card_product_media img {
	display: block;
	object-fit: fill;
	border-radius: 10px !important;
	width: 130px;
	min-width: 130px;
	height: 130px;
	margin-right: 0;
	background: #f6f6f6;
	margin: 0 auto
}

.cart-Dwawer__recommendations .new_card_product .custom_card_heading {
	font-size: clamp(13px, calc(12 * (100vw / 1440)), 18px);
	line-height: 16px;
	height: 32px;
	margin-bottom: 7px;
	padding-left: 6px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-top: 6px;
	padding-right: 5px
}

.new_card_product .btn_price {
	display: flex;
	justify-content: space-between;
	align-items: center
}

.cloneBtn,
.atc-popup-soldOutDesk {
	background: #037345;
	color: #fff;
	font-size: clamp(12px, calc(14 * (100vw / 1440)), 14px);
	line-height: clamp(17px, calc(20 * (100vw / 1440)), 23px);
	border: none;
	padding: 8px 12px;
	display: flex;
	border-radius: 10px;
	align-items: center;
	gap: 7px;
	text-transform: uppercase;
	transition: transform .1s ease-in-out
}

.cart-Dwawer__recommendations .new_card_product .cloneBtn {
	cursor: pointer;
	width: 37px;
	height: 37px;
	padding: unset;
	gap: unset;
	justify-content: center;
	align-items: center
}

.cart-drawer--recommendations--products .showColorModal .cloneBtn {
	border-top-right-radius: 0;
	border-bottom-left-radius: 0
}

.cusotmcart__login-title,
.custom-cart__login-paragraph,
.cart-drawer--recommendations--products .showColorModal .cloneBtn span {
	display: none
}

.cart-drawer .price {
	line-height: 1;
	margin-bottom: 0;
	font-size: 1.6rem;
	letter-spacing: .1rem;
	display: inline-block;
	vertical-align: top
}

.price__regular {
	display: block
}

.btn_price .product_price {
	padding-left: 9px;
	font-size: clamp(13px, calc(14 * (100vw / 1440)), 16px);
	line-height: 1.1;
	font-weight: 600;
	color: #221f20;
	letter-spacing: 0;
	display: inline-block;
	margin: 0 1rem 0 0
}

.custom-drawer__inner {
	border-top-left-radius: 15px;
	position: relative;
	overflow: unset !important;
	box-shadow: -8px 0 16px #00000012
}

.dz-offcanvas.offcanvas.offcanvas-end .offcanvas-body {
	box-shadow: -8px 0 16px #00000012;
	border-radius: 15px
}

.product-widget {
	text-align: right
}

.b_e9bf {
	border: 2px solid;
	border-radius: 7px;
	background-color: #fff0;
	padding: 2px 6px;
	border-color: #037345;
	display: inline-flex;
	align-items: center;
	height: 38.8px;
	flex-direction: row;
	align-content: center;
	justify-content: space-between
}

.mcart {
	border-radius: 10px;
	padding: 2px 6px;
	display: inline-flex;
	align-items: center;
	border-top-right-radius: 0;
	border-bottom-left-radius: 0;
	border: 0;
	background: #037345;
	height: 35px
}

.mcart .plu_ic {
	color: #ffffff !important;
	font-size: 18px;
	padding: 5px 1px;
	width: 20px
}

.mcart .b_g9bf {
	font-size: 14px;
	padding: 2px 0;
	color: #fff;
	width: 25px
}

.product-widget .minus {
	font-size: 26px
}

.product-widget input {
	height: auto !important
}

.plu_ic {
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	color: #037345 !important;
	font-size: 19px;
	font-weight: 500;
	line-height: 17px;
	padding: 5px 8px;
	width: 30px;
	float: right;
	cursor: pointer;
	background: transparent !important;
	border: none
}

.b_g9bf {
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
	font-size: 16px;
	line-height: 14px;
	padding: 2px 2px;
	color: #221f20;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 35px;
	cursor: pointer;
	text-align: center;
	background: transparent !important;
	border: none
}

.wishlist-atc {
	font-size: 12px;
	line-height: 12px;
	padding: 10px 16px;
	cursor: pointer;
	color: #fff;
	background: #037345;
	border: none;
	border-radius: 10px;
	border-top-right-radius: 0;
	border-bottom-left-radius: 0;
	position: absolute;
	right: 0;
	bottom: 0
}

.showColorModal {
	position: absolute;
	right: 0;
	bottom: 0
}

.search {
	background: #f0f0f0 !important;
	border: 0
}

.search-link {
	margin-right: 40px
}

.scenter {
	flex-basis: 100% !important;
	border-top: 1px solid #03734542
}

.is-fixed .scenter {
	border-top: 0 solid #03734542
}

.is-fixed .main-bar {
	box-shadow: 0 12px 24px -12px #00000026 !important
}

.hidden {
	display: none
}

.left-head {
	font-weight: 500;
	color: #116b31;
	margin-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: center
}

.left-list {
	padding-bottom: 4px;
	padding-top: 4px;
	width: 50%;
	padding-left: 4px;
	padding-right: 4px
}

.left-list-a {
	display: flex;
	margin-bottom: 0;
	align-items: center;
	align-content: center;
	border-bottom: 1px solid #116b3159;
	padding-bottom: 10px;
	min-height: 55px
}

.left-list-a p {
	margin-bottom: 0;
	text-transform: capitalize
}

.left-list-img {
	height: 38px;
	width: 38px;
	margin-right: 9px
}

.mt-10 {
	margin-top: 20px;
	margin-bottom: 10px
}

.shop_list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap
}

.mtz {
	margin-top: 10px
}

.md\:justify-start {
	justify-content: flex-start
}

.gap-4 {
	gap: 1rem
}

.justify-between {
	justify-content: space-between
}

.items-center {
	align-items: center
}

.max-w-full {
	max-width: 100%
}

.flex {
	display: flex
}

.rounded-md {
	border-radius: .375rem
}

.loginbtn {
	display: flex;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	letter-spacing: 2px;
	padding: 0 18px;
	margin-bottom: 15px
}

.hwid {
    width: 25%;
}

.hwidh {
    width: 50%;
}
.hdriht {
	display: flex;
	justify-content: flex-end
}

.site-header.style-2 .main-bar {
	border-bottom: 0 solid #03734540
}

.announcement-bar {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #c6c8ff;
	color: #fff;
	font-weight: 500;
	font-size: 14px;
	z-index: 1000
}

.announcement-bar .container {
	padding: 0;
	text-align: center
}

.announcement-toggle {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	width: 24px;
	height: 24px;
	border-radius: 50%;
	border: 0;
	background: #ffffff33
}

.announcement-collapsed {
	height: 0;
	padding: 0;
	overflow: hidden
}

.site-header {
	position: sticky;
	top: 0px;
	z-index: 999;
	background: #fff
}

.announcement-bar.announcement-collapsed + header.site-header {
	top: 0
}

.main-nav .nav-links {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 28px
}

.main-nav .nav-links li a {
	color: #221f20;
	font-weight: 500;
	font-size: 14px;
	text-decoration: none;
	padding: 12px 0
}

.main-nav .nav-links li a:hover {
	color: #116B31;
	text-decoration: underline;
	text-underline-offset: 4px
}

.section-sections--21552948052267__footer-padding {
	padding-top: 27px;
	padding-bottom: 0
}

.footer {
	margin-top: 6px
}

.footer .popular-searches-email-container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	gap: 20px
}

.page-width {
	padding: 0 20px;
	margin: 0 auto
}

.footer .inline-link-container {
	width: 100%;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: flex-start
}

.footer .inline-link-container .footer-block-heading {
	font-style: normal;
	font-weight: 700;
	font-size: clamp(16.8px, calc(21 * (100vw / 1440)), 25.2px);
	line-height: clamp(24.28px, calc(30.35 * (100vw / 1440)), 36.42px);
	padding-bottom: 16px
}

.footer .inline-link-container .footer-blocks-container {
	display: flex;
	flex-direction: column;
	gap: 22px
}

.footer .inline-link-container .footer-blocks-container .footer-block {
	display: flex;
	flex-direction: column;
	gap: 7px
}

.searchGrp_Title {
	color: #000;
	font-weight: 700;
	font-size: clamp(12px, calc(14 * (100vw / 1440)), 16px);
	line-height: 20.23px;
	text-transform: capitalize;
	text-align: left;
	text-decoration: none
}

.footer .inline-link-container ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	row-gap: 5px;
	column-gap: 3px
}

.list-unstyled {
	margin: 0;
	padding: 0;
	list-style: none
}

.footer .inline-link-container ul li {
	display: inline-block;
	line-height: 0
}

.footer .inline-link-container ul li .list-menu__item {
	font-style: normal;
	font-weight: 400;
	font-size: clamp(14px, calc(14 * (100vw / 1440)), 16px);
	line-height: calc(20 * (100vw / 1440));
	color: #2c2728;
	padding: 0;
	text-transform: capitalize
}

.footer .inline-link-container ul li a:after {
	content: "|";
	margin-left: 5px
}

.footer-content-container {
	padding-top: 24px;
	padding-bottom: 35px;
	position: relative
}

.footer-content-container .footer-mid-container {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: nowrap;
	border-top: 1px dashed #e7e7e7;
	padding-top: 30px;
	gap: 50px
}

.footer-content-container .menu-footerlink-container {
	display: flex;
	flex-direction: column;
	width: 45.17%;
	gap: 54px
}

.footer-content-container .footer-mid-container .nav-menu-wrapper.desktop {
	display: flex
}

.footer-content-container .footer-mid-container .nav-menu-wrapper {
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between
}

.footer-content-container .footer-mid-container .nav-menu-wrapper .nav-menu h3.h6 {
	font-weight: 700;
	font-size: clamp(12px, calc(14 * (100vw / 1440)), 16px);
	line-height: calc(20 * (100vw / 1440));
	text-transform: capitalize;
	color: #000;
	margin-top: 0;
	margin-bottom: 12px
}

.footer-content-container .footer-mid-container .nav-menu-wrapper .nav-menu ul {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin: 0;
	padding: 0
}

.footer-content-container .footer-mid-container .nav-menu-wrapper .nav-menu ul>li {
	list-style: none;
	display: inline-block;
	line-height: 1.1
}

.footer .footer-newsletter-wrapper {
	width: 29.68%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	gap: 12px
}

.footer .footer-newsletter-wrapper .footer-block-heading {
	font-style: normal;
	font-weight: 600;
	font-size: clamp(14px, calc(16 * (100vw / 1440)), 18px);
	line-height: calc(23 * (100vw / 1440));
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 0
}

.footer .footer-newsletter-wrapper p {
	margin-top: 0;
	font-style: normal;
	font-weight: 400;
	font-size: clamp(13px, calc(12 * (100vw / 1440)), 14px);
	line-height: calc(17 * (100vw / 1440));
	margin-bottom: 0
}

.newsletter-form__field-wrapper {
	width: 100%
}

.footer .footer-newsletter-wrapper .fields-container {
	display: flex;
	width: 100%;
	padding: 6px;
	border: 1px solid rgb(34 31 32 / .17);
	border-radius: 10px;
	background: #fff;
	align-items: stretch;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 5px
}

.footer .footer-newsletter-wrapper .fields-container .newsletter-input {
	width: 100%;
	height: 100%;
	border: none;
	padding: 12px 13px;
	margin: 0;
	outline: none;
	background: #fff0;
	font-weight: 400
}

.footer .footer-newsletter-wrapper .fields-container .newsletter-form-button {
	background: #037345;
	outline: none;
	border: none;
	border-radius: 10px;
	color: #fff;
	text-transform: uppercase;
	font-size: clamp(10px, calc(12 * (100vw / 1440)), 14px);
	line-height: calc(17 * (100vw / 1440));
	font-weight: 400;
	letter-spacing: 1px;
	padding: 10px 38px;
	cursor: pointer
}

.footer-content-container .contacts-container {
	width: 22.1%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px
}

.footer-content-container .contacts-container .contact-cards-container {
	display: flex;
	flex-direction: column;
	gap: 16px;
	align-items: flex-start;
	width: 100%
}

.footer-content-container .contact-cards-container .card-container {
	display: flex;
	flex-direction: column;
	gap: 20px
}

.footer-content-container .contact-cards-container .card-container .contact-card {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 10px
}

.footer-content-container .contact-cards-container .card-container .contact-card .icon {
	line-height: 0;
	position: relative;
	top: 5px
}

.footer-content-container .contact-cards-container .card-container .contact-card .contact-detail {
	font-style: normal;
	font-weight: 400;
	font-size: clamp(14px, calc(12 * (100vw / 1440)), 14px);
	line-height: calc(21 * (100vw / 1440));
	color: #2c2728
}

.footer .nav-link {
	font-style: normal;
	font-weight: 400;
	font-size: clamp(14px, calc(12 * (100vw / 1440)), 14px);
	line-height: calc(21 * (100vw / 1440));
	color: #2c2728
}

.no-underline {
	text-decoration: none
}

.footer .social-icons {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	gap: 25px
}

.list-social {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end
}

.footer .social-icons .list-social__link {
	padding: .65rem
}

.list-social__link {
	align-items: center;
	margin-right: 7px
}

.link,
.customer a {
	cursor: pointer;
	border: none;
	box-shadow: none;
	text-decoration: underline;
	text-underline-offset: .3rem;
	background-color: #fff0;
	font-size: 1.4rem
}

.footer .footer-bottom {
	background-color: #e7e7e7
}

.footer .footer-bottom .footer-bottom-wrapper {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center
}

.footer .footer-bottom .footer-bottom-wrapper .footer-copyright {
	font-weight: 600;
	font-size: clamp(14px, calc(12 * (100vw / 1440)), 14px);
	line-height: calc(16.2 * (100vw / 1440));
	color: #000;
	text-decoration: none;
	padding: 20px 0;
	margin: 0;
	letter-spacing: 1px;
	text-align: center
}

.footer .footer-bottom .footer-bottom-wrapper .footer-copyright small,
.footer .footer-bottom .footer-bottom-wrapper .footer-copyright a {
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
	text-decoration: inherit
}

.footer .inline-link-container ul li:last-child a::after {
	content: none;
	margin-left: 0
}

.side-nav .dz-social-icon {
	text-align: center;
	display: flex;
	align-content: center;
	align-items: center;
	margin-top: 15px
}

.side-nav .dz-social-icon a {
	width: 40px;
	height: 40px;
	padding: 0;
	border: 1px solid rgb(0 0 0 / .1);
	line-height: 38px;
	text-align: center;
	border-radius: 0
}

.side-nav .dz-social-icon li a:hover {
	background: #e9e9e98c;
	color: #000
}

.left-list-a {
	font-size: 15px
}

.site-header.style-2 .main-bar .logo-header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    margin-right: 0;
}

.dz-media img,
.dz-post-media img {
	background: #f6f6f6;
	border: 1px solid #f6f6f6
}

.c-checkbox {
	justify-content: center !important;
	align-content: center !important;
	align-items: center !important
}

.c-checkbox.title {
	color: #037345 !important
}

.css-18llukb {
	display: flex;
	position: relative;
	flex-direction: column;
	padding: 0;
	margin-bottom: 14px;
	border-style: solid;
	border-width: 0
}

.css-1xhj18k {
	display: flex;
	margin-left: 24px;
	flex-direction: row
}

.css-im67yn {
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: -.1px;
	color: rgb(0 19 37 / .92);
	margin: 0;
	-webkit-font-smoothing: antialiased
}

.css-1iuj5ih {
	padding-left: 8px
}

.css-10bpbqz {
	padding: 4px 8px;
	border-radius: 36px;
	box-sizing: border-box;
	background-color: #bdecca;
	font-size: 9px;
	font-weight: 600;
	line-height: 10px;
	letter-spacing: .9px
}

.css-z7c4tp {
	width: max-content;
	color: #037345;
	font-size: 10px;
	font-weight: 500;
	line-height: 11px;
	letter-spacing: 1px
}

.css-1xvf4nn {
	margin-top: 4px;
	text-overflow: ellipsis;
	overflow: hidden;
	height: 60px
}

.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: 14px;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: -.1px;
	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: 8px
}

.css-1mc7kxs {
	display: flex;
	flex-direction: column;
	padding-right: 12px
}

.css-1mc7kxs button {
	padding: 8px 21px
}

.css-i02ocg {
	display: flex;
	flex-direction: row;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	padding: 12px;
	border-style: solid;
	border-width: 1px;
	font-size: 12px;
	font-weight: 600;
	line-height: 16px;
	letter-spacing: .1px;
	border-color: rgb(111 121 129 / .36);
	background-color: #fff;
	color: rgb(0 19 37 / .64);
	border-radius: 8px;
	cursor: pointer;
	text-align: center;
	width: 100%
}

.style_desktopCart__47eVp {
	margin-bottom: 32px
}

.style_desktopCart__47eVp {
	display: flex;
	flex-basis: 100%;
	justify-content: center
}

.AutoApplyAutoDisplay_wrapper__WXnp1 {
	margin: 0 0 16px;
	position: relative;
	top: 0;
	padding: 0
}

.AutoApplyAutoDisplay_container__6P3va {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	width: fit-content;
	border: 1px solid #bfeddd;
	border-radius: 8px;
	background: linear-gradient(90.19deg, #fdfdf3 3.48%, #c8d3ca 103.06%);
	justify-content: center
}

.AutoApplyAutoDisplay_container__6P3va {
	padding: 10px 15px;
	grid-gap: 5px
}

.AutoApplyAutoDisplay_autoDisplayPromotionContainer__t7cR4 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
	letter-spacing: 0;
	color: #333
}

.AutoApplyAutoDisplay_autoDisplayPromotionNote__7LzD1 {
	font-weight: 500;
	margin-left: 5px
}

.AutoApplyAutoDisplay_autoDisplayPromotionCouponStripMessage__mfGtz {
	margin-left: 0
}

.style_desktopCart__47eVp .style_lhs__OwuDj,
.style_desktopCart__47eVp .style_rhsContent__4xaMp {
	border-radius: 12px;
	background: #fff;
	border: 1px solid #221f201a;
	box-shadow: 0 0 8px #221f2014
}

.BillSummarySection_billSummaryWrapper__pj6Yn {
	margin-top: 40px;
	margin-bottom: 32px
}

.BillSummarySection_billSummaryWrapper__pj6Yn {
	border-top: 8px solid #edf2f9;
	border-bottom: 8px solid #edf2f9;
	margin: 24px 0
}

.BillSummarySection_billSummaryContainer__V_Vyw {
	background-color: #edf2f9;
	position: relative
}

.BillSummarySection_ellipseTop__cJe0e {
	position: absolute;
	background-image: url(https://assets.pharmeasy.in/web-assets/images/ellipseWhite.svg);
	width: 100%;
	background-repeat: repeat-x;
	background-position: 0;
	background-size: 12px;
	height: 12px;
	background-size: 20px 50%;
	margin-top: -3px
}

.BillSummarySection_ellipseNoWallet__nU29I {
	margin-top: -11px
}

.BillSummarySection_savingsCartPadding__ZqTNN {
	padding-bottom: 56px
}

.BillSummarySection_commBifurcationWrapper__9g5BA {
	padding: 32px 24px
}

.CommonBifurcation_wrapper__U9IoI {
	position: relative;
	margin-bottom: 22px
}

.CommonBifurcation_billSummaryCard__1Kfnn {
	border: 1px solid #dce4f1;
	border-radius: 8px;
	padding: 16px;
	background-color: #fff;
	position: relative;
	z-index: 0
}

.CommonBifurcation_billSummaryTitle__5Qk3P {
	color: #30363c;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	padding-bottom: 4px;
	display: flex;
	align-items: center;
	align-content: center
}

.CommonBifurcation_billSummaryTitle__5Qk3P svg {
	margin-right: 7px
}

.BifurcationV2_bifurcationContainer__ETUgQ {
	border-bottom: 1px solid #dce4f1;
	padding-top: 12px
}

.BifurcationV2_bifurcateRow__FxXQ1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 8px
}

.BifurcationV2_billSummaryText__sAh65 {
	color: #6e787e;
	font-size: 12px;
	font-weight: 400;
	line-height: 20px
}

.BifurcationV2_billSummaryFinalValue__nT4Gj {
	color: #30363c;
	text-align: right;
	font-size: 14px;
	font-weight: 500;
	line-height: 24px
}

.BifurcationV2_underlineText__jKzlj {
	cursor: pointer
}

.BifurcationV2_billSummaryText__sAh65 {
	color: #6e787e;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px
}

.BifurcationV2_underlineAnimation__AVrL7 {
	display: inline-block;
	position: relative
}

.BifurcationV2_underlineAnimation__AVrL7:after {
	content: "";
	display: block;
	margin: auto;
	height: 1px;
	animation: BifurcationV2_underline__8yFPo 5s infinite;
	width: 0;
	position: absolute;
	top: 15px
}

.BifurcationV2_green__WidFP {
	font-weight: 500;
	line-height: 24px
}

.BifurcationV2_green__WidFP {
	text-align: right;
	color: #45a081;
	text-transform: uppercase
}

.BifurcationV2_bifurcationContainer__ETUgQ {
	border-bottom: aliceblue;
	padding-top: 0
}

.BifurcationV2_bifurcationContainer__ETUgQ:nth-last-child(2) {
	border-bottom: 1px solid #dce4f1
}

.BifurcationV2_bifurcationContainer__ETUgQ:last-child {
	border-bottom: none
}

.BifurcationV2_amountToBePaid__I5gro {
	color: #30363c;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px
}

.BifurcationV2_billSummaryFinalValue__nT4Gj {
	color: #30363c;
	text-align: right;
	font-size: 14px;
	font-weight: 500;
	line-height: 24px
}

.BifurcationV2_finalValueBold__cckk1 {
	font-size: 18px;
	font-weight: 600
}

.CommonSavingsBifurcation_savingsBifurcation__xHR7f {
	position: absolute;
	width: 100%;
	padding: 24px 12px 12px;
	background: linear-gradient(90.19deg, #037345 3.48%, #c8d3ca 103.06%);
	bottom: -48px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	cursor: pointer
}

.CommonSavingsBifurcation_savingsContainer__MiGtV {
	display: flex;
	align-items: center;
	justify-content: center
}

.CommonSavingsBifurcation_titleContainer__XDaRf {
	display: flex;
	align-items: center
}

.CommonSavingsBifurcation_savingsTitle__TFNoL {
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #fff
}

.CommonSavingsBifurcation_totalSavingsValue__d4u06 {
	font-weight: 700;
	font-size: 14px;
	line-height: 24px
}

.BillSummarySection_ellipseBottom__YIbRm {
	position: absolute;
	background-image: url(https://assets.pharmeasy.in/web-assets/images/ellipseWhite.svg);
	width: 100%;
	background-repeat: repeat-x;
	background-position: 0;
	background-size: 12px;
	height: 12px;
	background-size: 20px 50%;
	transform: rotateX(180deg)
}

.BillSummarySection_savingsCartPadding__ZqTNN {
	padding-bottom: 10px
}

.BifurcationV2_strike__LQ4jt {
	text-decoration: line-through;
	font-weight: 500;
	font-size: 12px;
	line-height: 16px;
	color: #8897a2;
	padding-right: 4px
}

.BifurcationV2_green__WidFP {
	text-align: right;
	color: #037345;
	text-transform: uppercase
}

.pdtr {
	padding-top: 7px
}

.m-3 {
	margin: 1rem !important
}

.css-isbt42 {
	display: flex;
	align-items: center;
	justify-content: space-around
}

.css-14ybvol {
	-webkit-flex-basis: 75%;
	-ms-flex-preferred-size: 75%;
	flex-basis: 75%;
	-webkit-box-flex: 0;
	-webkit-flex-grow: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	max-width: 75%
}

.css-1m6oiw8 {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
	vertical-align: top
}

.css-4kjmnk {
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.4375em;
	letter-spacing: .00938em;
	color: rgb(0 0 0 / .87);
	box-sizing: border-box;
	position: relative;
	cursor: text;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	border-radius: 4px
}

.css-1o6z5ng {
	font: inherit;
	letter-spacing: inherit;
	color: currentColor;
	padding: 4px 0 5px;
	border: 0;
	box-sizing: content-box;
	background: none;
	height: 1.4375em;
	margin: 0;
	-webkit-tap-highlight-color: #fff0;
	display: block;
	min-width: 0;
	width: 100%;
	-webkit-animation-name: mui-auto-fill-cancel;
	animation-name: mui-auto-fill-cancel;
	-webkit-animation-duration: 10ms;
	animation-duration: 10ms;
	padding-top: 1px;
	padding: 8.5px 14px;
	border: 1px solid #d7d7d7;
	border-radius: 7px
}

.cpn_title {
	color: #30363c;
	font-weight: 500;
	line-height: 24px;
	margin-bottom: 0;
	margin-left: 15px;
	margin-top: 10px
}

.css-igs3ac {
	text-align: left;
	position: absolute;
	bottom: 0;
	right: 0;
	top: -5px;
	left: 0;
	margin: 0;
	padding: 0 8px;
	pointer-events: none;
	border-radius: inherit;
	border-style: solid;
	border-width: 1px;
	overflow: hidden;
	min-width: 0;
	border-color: rgb(0 0 0 / .23)
}

.MuiButtonBase-root {
	color: inherit;
	border: 0;
	cursor: pointer;
	margin: 0;
	display: inline-flex;
	outline: 0;
	padding: 0;
	position: relative;
	align-items: center;
	user-select: none;
	border-radius: 0;
	vertical-align: middle;
	-moz-appearance: none;
	justify-content: center;
	text-decoration: none;
	background-color: #fff0;
	-webkit-appearance: none;
	-webkit-tap-highlight-color: #fff0
}

.text-capitalize {
	text-transform: capitalize !important
}

.w-100 {
	width: 100% !important
}

.MuiButton-text {
	padding: 6px 8px
}

.offer_coupon {
	font-size: 14px;
	font-weight: 400
}

.MuiButton-root {
	color: rgb(0 0 0 / .87);
	padding: 4px 16px;
	font-size: .875rem;
	min-width: 64px;
	box-sizing: border-box;
	transition: background-color 250ms cubic-bezier(.4, 0, .2, 1) 0ms, box-shadow 250ms cubic-bezier(.4, 0, .2, 1) 0ms, border 250ms cubic-bezier(.4, 0, .2, 1) 0ms;
	font-weight: 500;
	line-height: 1.75;
	border-radius: 4px;
	letter-spacing: .02857em;
	text-transform: uppercase
}

.divider {
	border-top: 1px dashed #bdbdbd
}

.jss4 {
	width: 100%;
	padding: 0
}

.MuiButton-label {
	width: 100%;
	display: inherit;
	align-items: inherit;
	justify-content: inherit
}

.px-1 {
	padding-right: .25rem !important;
	padding-left: .25rem !important
}

.MuiSvgIcon-root {
	fill: currentColor;
	width: 1em;
	height: 1em;
	display: inline-block;
	font-size: 1.5rem;
	transition: fill 200ms cubic-bezier(.4, 0, .2, 1) 0ms;
	flex-shrink: 0;
	user-select: none
}

.MuiTouchRipple-root {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	overflow: hidden;
	position: absolute;
	border-radius: inherit;
	pointer-events: none
}

.applybtn {
	color: rgb(255 255 255 / 87%);
	border-radius: 7px;
	background: #037345
}

.offersline {
	width: 100%;
	margin-top: 6px;
	display: flex;
	justify-content: space-between;
	cursor: pointer
}

.offers_icon {
	height: 22px;
	width: 22px;
	position: relative;
	top: -2px;
	left: -2px
}

.drawer__payment {
	margin-top: auto;
	width: 100%;
	padding: 1.2rem 1.4rem;
	box-shadow: 1px -4px 10px #00000012;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	z-index: 5;
	background-color: #fff;
	max-width: -webkit-fill-available
}

.final_total {
	border: 1px solid #e6ebf4;
	border-radius: 12px;
	padding: 1.2rem 1.4rem;
	box-shadow: 1px -4px 10px #00000012;
	position: relative;
	margin-top: 40px;
	margin-bottom: 10px
}

.delivery_fee {
	color: #25bf6a
}

.fl_row {
	display: flex;
	flex-direction: column
}

.fr_row {
	display: flex;
	flex-direction: column
}

.inclusv {
	font-size: 12px;
	font-weight: 400;
	color: #818181
}

.saving {
	font-size: 10px;
	font-weight: 500;
	background: #bdecca;
	padding: 2px 7px;
	border-radius: 4px;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	color: #2e673b;
	letter-spacing: 1px
}

.offer_float img {
	max-height: 100px;
	max-width: 70px;
	position: fixed;
	right: 15px;
	bottom: 50px;
	-o-object-fit: contain;
	object-fit: contain;
	display: block;
	cursor: pointer
}

.add-address {
	z-index: 99999
}

.address-form {
	padding: 20px;
	padding-bottom: 100px
}

.AddressOnCart_stickyHeader__kbwr_ {
	position: sticky;
	z-index: 201;
	top: 0;
	background: #fff
}

.AddressOnCart_header__PpTYM.AddressOnCart_header__PpTYM {
	font-size: 22px;
	font-weight: 600;
	line-height: 28px;
	padding: 15px
}

.AddressOnCart_header__PpTYM.AddressOnCart_header__PpTYM {
	display: flex;
	align-items: center;
	border-bottom: none;
	color: #30363c;
	box-shadow: 0 2px 4px rgb(0 0 0 / 8%)
}

.AddressOnCart_backButton__B54QD {
	display: flex;
	align-items: center;
	cursor: pointer
}

.AddressOnCart_addressHeadingText__pXrtB {
	padding-left: 24px
}

.address-form .form-control {
	height: 45px;
	border: 1px solid #c8c8c8;
	padding: 10px 15px;
	font-size: 14px;
	font-weight: 400;
	transition: all .3s ease-in-out;
	border-radius: 6px !important;
	background: #fff
}

.Radio_optionsContainer__NT9ZK {
	margin-top: 8px;
	display: flex;
	justify-content: flex-start;
	grid-gap: 16px;
	flex-wrap: wrap
}

.Radio_label__4_pDa {
	display: block;
	line-height: 32px
}

.Radio_label__4_pDa .Radio_input__Wbzo9 {
	display: none
}

.Radio_input__Wbzo9:checked+.Radio_span__f2iOP {
	background: #f2fff8;
	border-color: #10847e;
	color: #10847e
}

.Radio_label__4_pDa .Radio_span__f2iOP {
	height: 32px;
	padding: 8px 12px;
	border: 1px solid #d7dfe5;
	border-radius: 100px;
	font-weight: 400;
	font-size: 12px;
	line-height: 20px
}

.save_btn_view {
	position: fixed;
	bottom: 0;
	padding: 12px 24px;
	border-top: 1px solid #dfe3e6;
	background: #fff;
	width: -webkit-fill-available
}

.save_address {
	margin-top: 0;
	background: #037345;
	display: flex; 
	border: none;
	border-radius: 10px;
	min-height: 46px;
	outline: none;
	padding: 9px 16px;
	justify-content: center;
	align-items: center;
	color: #fff;
	cursor: pointer;
	width: 100%;
	opacity: 1;
	cursor: pointer
}

.p_relative {
	position: relative
}

.p-6 {
	padding: 1.5rem
}

.flex-col {
	flex-direction: column
}

.flex-grow,
.grow {
	flex-grow: 1
}

.flex {
	display: flex
}

.relative {
	position: relative
}

.bg-primary-100 {
	background-color: #037345c9
}

.py-3 {
	padding-bottom: .75rem;
	padding-top: .75rem
}

.px-6 {
	padding-left: 1.5rem;
	padding-right: 1.5rem
}

.top-0 {
	top: 0
}

.right-0 {
	right: 0
}

.left-0 {
	left: 0
}

.absolute {
	position: absolute
}

.pointer-events-none {
	pointer-events: none
}

.mt-4 {
	margin-top: 1rem
}

.mr-4 {
	margin-right: 1rem
}

.mt-8 {
	margin-top: 2rem
}

.font-semibold {
	font-weight: 500
}

.text-3xl {
	font-size: 1.5rem;
	line-height: 2rem
}

.mb-0\.5 {
	margin-bottom: .125rem
}

.text-primary-950\/60 {
	color: #04081699
}

.text-base {
	font-size: .875rem;
	line-height: 1.25rem
}

.items-center {
	align-items: center
}

.h-\[113px\] {
	height: 113px
}

.h-0 {
	height: 0
}

.mr-\[-15px\] {
	margin-right: -15px
}

.z-20 {
	z-index: 20
}

.top-0 {
	top: 0
}

.h-36 {
	height: 5.5rem
}

.mb-6 {
	margin-bottom: 1.5rem
}

.-mt-9 {
	margin-top: -1.5rem
}

.w-full {
	width: 100%
}

.h-11 {
	height: 2.75rem
}

.show-coupon .offcanvas-body {
	border-radius: 0 !important;
	background: #f4f7fb
}

.items-center {
	align-items: center
}

.coupon_input {
	font-size: 1rem;
	line-height: 1.5rem;
	padding-right: 3rem;
	padding-bottom: .625rem;
	padding-top: .625rem;
	border-width: 1px;
	border-color: #0a0a291a;
	border-radius: .5rem;
	height: 45px;
	width: 100%;
	padding-left: 1rem
}

.coupon_input_btn {
	position: absolute;
	right: 10px;
	border: 0;
	background: none;
	padding: 0 6px;
	font-size: 15px;
	font-weight: 500;
	color: gray
}

.OfferDrawer_drawerContainer__0ns5c {
	overflow: auto;
	height: 100%;
	background: #f4f7fb
}

.OfferDrawer_offersCard__EO1RS {
	width: auto;
	margin: 10px 12px;
	height: auto
}

.OffersCard_container__YEnet {
	display: flex;
	flex-direction: column;
	text-decoration: none;
	border: 1px solid #dfe3e6;
	border-radius: 6px;
	box-shadow: 0 2px 4px 0 rgb(0 0 0 / .08)
}

.OfferDrawer_clickable__6tals.OfferDrawer_clickable__6tals.OfferDrawer_clickable__6tals {
	cursor: auto
}

.OffersCard_content__zcej2 {
	display: flex;
	align-items: flex-start;
	flex: 1 1;
	padding: 10px 10px 10px;
	background-color: #fff;
	border-radius: 6px
}

.OffersCard_lhs__zT16K {
    margin-right: 10px;
    max-width: 25px;
}

.OffersCard_expiresOn__CEbKM {
	font-size: 12px;
	color: #f76b6d;
	font-weight: 600;
	margin-top: 0px
}

.OffersCard_offerInnerContainer__629aP {
	text-align: left;
	flex: 1 1
}

.OfferDrawer_lineClampContainer__Sduj0 {
	height: auto
}

.OffersCard_lineClampContainer__xWWvP {
	margin-bottom: 2px
}

.OfferDrawer_discountDetails__I4pW3,
.OfferDrawer_offerTitle__2SkTv {
	height: auto;
	-webkit-line-clamp: unset
}

.OffersCard_title__P1Mdv {
	font-weight: 500;
	line-height: 1.25
}

.OfferDrawer_discountDetails__I4pW3 {
	max-height: none
}

.OffersCard_discountDetails__ey0Xz,
.OffersCard_title__P1Mdv {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2
}

.OffersCard_footer__oggP5 {
	border-top: 1px dashed #dfe3e6;
	padding: 5px 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	background-color: #fff;
	border-radius: 6px
}

.OffersCard_footer__oggP5:before {
	left: -1px;
	border-radius: 0 80px 80px 0;
	border-left-color: #f4f7fb;
	box-shadow: inset -4px 0 5px -5px rgb(0 0 0 / .2), -4px 0 0 0 #f4f7fb
}

.OffersCard_footer__oggP5:after,
.OffersCard_footer__oggP5:before {
	content: "";
	position: absolute;
	height: 18px;
	width: 9px;
	top: -11px;
	background: #f4f7fb;
	border: 0 solid #dfe3e6
}

.OffersCard_footer__oggP5:after {
	right: -1px;
	border-radius: 80px 0 0 80px;
	border-right-color: #f4f7fb;
	box-shadow: inset 4px 0 5px -5px rgb(0 0 0 / .2), 4px 0 0 0 #f4f7fb
}

.OffersCard_code__0fZcc {
	font-size: 14px
}

.OffersCard_bold__myL30 {
	font-weight: 600
}

.ClickableElement_clickable__ItKj2.ClickableElement_clickable__ItKj2.ClickableElement_clickable__ItKj2 {
	cursor: pointer;
	-webkit-tap-highlight-color: #fff0;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none
}

.OffersCard_apply__QxRGB {
	display: flex;
	align-items: center;
	color: #10847e;
	font-weight: 600
}

.ipb0 {
	flex-direction: column;
	padding-bottom: 0
}

.OfferDrawer_discountDetails__I4pW3 {
	font-size: 12px
}

.cart-page-list {
	padding: 0;
	margin-bottom: 30px
}

.discount-tag-col {
	background: #037345 !important;
	color: #fff !important;
	min-width: 60px;
	display: inline-block;
	padding: 4px 8px !important;
	line-height: 18px !important;
	font-size: 13px !important;
	text-align: center !important;
	margin-bottom: 3px !important;
	position: relative !important;
	width: auto !important;
	height: auto !important;
	transform: inherit !important;
	border-radius: 2px !important;
	right: 0 !important;
	left: 0 !important;
	top: 0 !important
}

.product-main .product-info .product-info__rating {
	display: flex;
	align-items: center
}

.product-spec__value a {
	color: rgb(var(--link-color));
	text-decoration: none
}

.rating,
.rating__count {
	line-height: 1.5rem
}

.align-middle {
	vertical-align: middle
}

.inline-block {
	display: inline-block
}

.product-main .product-info .product-info__rating .rating .rating__stars {
	font-weight: 400;
	color: #ffa430;
	background: inherit !important;
	-webkit-text-fill-color: inherit;
	letter-spacing: 0
}

.product-main .product-info .product-info__rating .rating .rating__stars {
	font-weight: 500;
	color: #ffa430;
	background: inherit !important;
	-webkit-text-fill-color: inherit;
	letter-spacing: 0;
	font-size: 18px
}

.product-main .product-info .product-info__rating .rating__count {
	display: flex;
	gap: 5px;
	align-items: center
}

.rating__count {
	margin-inline-start: .5em
}

.rating,
.rating__count {
	line-height: 1.5rem
}

.text-sm {
	font-size: .88em
}

.product-info__block.product-price {
	margin-bottom: 0
}

.product-info__price .price {
	font-size: 26px;
	color: #000
}

.product-info .product-info__price .price--on-sale .price__default {
	color: #256d1e
}

.product-info .product-info__price .price--on-sale .price__default {
	display: flex;
	align-items: center
}

.product-info .product-info__price .price--on-sale .price__default span.mrp,
.product-info__price .price .price__current {
	color: #333;
	font-weight: 500;
	margin-top: 8px
}

.product-info__price .price .price__current {
	font-size: 26px
}

.price__was {
	color: rgba(var(--text-color) / .8);
	font-size: .8em;
	white-space: nowrap
}

.product-info__block.product-price .price__was {
	margin-right: 8px;
	margin-left: 10px;
	position: relative;
	top: 4px;
	color: #333
}

.rate_off {
	font-size: 20px;
	position: relative;
	top: 2px;
	color: #37812b
}

.span_taxes {
	display: flex;
	align-items: center;
	gap: 7px;
	font-size: 14px;
	color: #000;
	cursor: pointer
}

.size_label {
	padding: 5px 0 0;
	border: none;
	margin-bottom: 5px;
	font-size: 16px;
	color: #333;
	text-transform: capitalize;
	font-size: 18px;
	font-weight: 500
}

.size-10 {
	margin-top: 10px;
	margin-bottom: 10px
}

.t4s-product__info-container {
	margin-top: 10px;
	margin-bottom: 20px
}

.t4s-ch,
.t4ss-color-heading {
	color: #037345
}

.t4s-pr_flash_sold i,
.t4s-pr_counter i,
.t4s-pr_delivery i,
.t4s-inventory_message i {
	font-size: 20px;
	margin-right: 5px;
	color: #222
}

@keyframes heartbeat {

	0%,
	100% {
		transform: scale(1)
	}

	30% {
		transform: scale(1.3)
	}

	60% {
		transform: scale(1)
	}
}

.is--infinite {
	display: inline-block;
	animation: heartbeat 1.2s infinite;
	transform-origin: center
}

.fitandfeelcontainer {
	display: flex
}

.fitandfeelempty {
	width: 20%;
	display: block !important
}

.main_fit_and_feel {
	width: 100%
}

.main_fit_and_feel {
	margin: 10px 0
}

.swiper-horizontal {
	touch-action: pan-y
}

.swiper,
swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
	display: block
}

.swiper-android .swiper-slide,
.swiper-wrapper {
	transform: translate3d(0, 0, 0)
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
	box-sizing: content-box
}

.fitmySwiper .swiper-slide {
	width: auto;
	margin-right: 12px
}

.swiper-backface-hidden .swiper-slide {
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-slide,
swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform;
	display: block
}

.main_fit_and_feel .fit_and_feel_card {
	display: flex;
	align-items: center;
	gap: 10px;
	border: 1px solid rgb(34 31 32 / .11);
	border-radius: 4px;
	width: 100%;
	padding: 7px;
	box-sizing: border-box
}

.main_fit_and_feel .fit_and_feel_media img {
	display: block;
	width: 100px;
	height: auto
}

.main_fit_and_feel .fit_and_feel_info h3 {
	font-size: 16px;
	color: #221f20;
	margin-bottom: 0;
	font-weight: 500;
	letter-spacing: 1px;
	text-align: left
}

.main_fit_and_feel .fit_and_feel_info p {
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 0;
	text-align: left;
	color: #333c;
	margin-bottom: 0;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	max-height: 4.5em;
	line-height: 1.5em
}

.disclaimer {
	padding-top: 5px
}

.richtext {
	max-width: 100%;
	margin: 0 auto;
	font-size: 22px;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: .02em;
	text-align: center
}

.block-html {
	margin: 10px auto;
	max-width: 100%
}

.container_box {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 5px;
	padding: 14px 2px 9px 2px
}

.block-html .box {
	display: flex;
	flex-direction: column;
	align-content: center;
	align-items: center
}

.share-idea {
	height: 90px;
	margin-bottom: 15px
}

.block-html p {
	font-size: 20px;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: 0;
	text-align: center;
	margin-bottom: 0;
	color: #037345
}

.swiper-container {
	overflow: hidden;
	width: 100%;
	margin-left: auto;
	margin-right: auto
}

.reel-video-popup {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px
}

.reel-video {
	object-fit: cover;
	border-radius: 10px;
	height: 400px
}

.custom-video-wrapper {
	position: relative;
	width: 350px;
	height: 600px
}

.reel-button-popup {
	position: absolute;
	bottom: 10px;
	right: 10px;
	background: rgba(0, 0, 0, .5);
	color: white;
	border: none;
	border-radius: 5px;
	padding: 5px 10px;
	cursor: pointer
}

@media (min-width:480px) {
	.swiper-container {
		min-height: 320px
	}
}

.swiper-container-wrapper {
	display: flex;
	flex-flow: column nowrap;
	width: 100%
}

@media (min-width:480px) {
	.swiper-container-wrapper {
		flex-flow: row nowrap
	}
}

.swiper-button-next,
.swiper-button-prev {
	color: #000
}

.swiper-slide {
	text-align: center;
	background-size: cover;
	background-position: center;
	background-color: #fff;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center
}

.swiper-slide .description,
.swiper-slide .title {
	display: block;
	opacity: 1;
	transition: .5s ease .5s
}

.swiper-slide-active .description,
.swiper-slide-active .title {
	opacity: 1
}

.swiper-slide-active .title {
	margin-bottom: .5rem;
	font-size: 24px;
	color: #000;
	transition: opacity .5s ease .5s
}

.swiper-slide-active .description {
	font-size: 16px;
	color: #777;
	transition: opacity .5s ease .75s
}

.gallery-top {
	position: relative;
	width: 100%;
	height: fit-content
}

@media (min-width:480px) {
	.gallery-top {
		width: 80%;
		height: fit-content;
		margin-right: 10px
	}
}

.gallery-thumbs {
	width: 100%;
	height: 25vh;
	padding-top: 10px
}

@media (min-width:480px) {
	.gallery-thumbs {
		width: 14%;
		height: 60vh;
		padding: 0
	}
}

.gallery-thumbs .swiper-wrapper {
	flex-direction: row
}

@media (min-width:480px) {
	.gallery-thumbs .swiper-wrapper {
		flex-direction: column
	}
}

.gallery-thumbs .swiper-slide {
	width: 25%;
	flex-flow: row nowrap;
	height: 100%;
	opacity: .75;
	cursor: pointer
}

.gallery-thumbs .swiper-slide img {
	width: 100%;
	height: 104px !important;
	border-radius: 5px
}

@media (min-width:480px) {
	.gallery-thumbs .swiper-slide {
		flex-flow: column nowrap;
		width: 100%;
		height: 104px !important;
		background: #ededed;
		border-radius: 5px
	}
}

.gallery-thumbs .swiper-slide-thumb-active {
	opacity: 1
}

.dz-product-detail {
	position: sticky;
	top: 100px
}

.swiper-wrapper {
	height: fit-content !important
}

.t4s-sticky-atc.is--shown {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translateZ(0)
}

.t4s-sticky-atc {
	padding: 0;
	background-color: var(--t4s-light-color);
	z-index: 1;
	box-shadow: 0 0 9px #0000001f;
	transition: -webkit-transform .25s ease;
	transition: transform .25s ease;
	transition: transform .25s ease, -webkit-transform .25s ease;
	-webkit-transform: translate3d(0, 105%, 0);
	transform: translate3d(0, 105%, 0);
	opacity: 1;
	pointer-events: auto;
	position: fixed;
	bottom: 0;
	width: 100%;
	background: #fff
}

.t4s-sticky-atc__product,
.t4s-sticky-atc__btns {
	display: flex;
	align-items: center
}

.t4s-sticky-atc__img {
	width: 65px;
	height: 65px;
	min-width: 65px;
	border-radius: 4px;
	overflow: hidden
}

.t4s-pr {
	position: relative
}

.t4s-sticky-atc__img img {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center
}

.t4s-sticky-atc__infos {
	margin: 0 15px;
	min-width: 300px
}

.t4s-sticky-atc__title {
	color: #037345;
	font-weight: 500;
	font-size: 20px
}

.t4s-sticky-atc__price {
	color: #878787
}

.t4s-sticky-atc__v-title {
	margin: 0 30px;
	color: #222;
	text-decoration: underline
}

.t4s-sticky-atc__qty .is--minus {
	left: 0;
	text-align: left;
	padding-left: 15px
}

.t4s-sticky-atc__qty {
	min-width: 120px;
	width: 120px;
	height: 40px;
	border: 1px solid #ddd;
	text-align: center;
	display: inline-block;
	position: relative;
	margin-right: 15px;
	border-radius: 60px
}

.t4s-sticky-atc__qty button {
	position: absolute;
	display: block;
	padding: 0;
	top: 0;
	width: 30px;
	height: 40px;
	line-height: 35px;
	border: 0;
	background: 0 0;
	color: #222
}

.t4s-sticky-atc__qty button svg {
	width: 12px;
	height: 12px;
	stroke-width: 2
}

.t4s-sticky-atc__qty input.t4s-quantity-input[type="number"] {
	width: 35px;
	border: 0;
	height: 38px;
	background: 0 0;
	padding: 0;
	font-weight: 600;
	font-size: 16px;
	color: #222;
	text-align: center
}

.t4s-sticky-atc__qty .is--plus {
	right: 0;
	text-align: right;
	padding-right: 15px
}

.t4s-sticky-atc__atc {
	font-size: 14px;
	font-weight: 600;
	min-height: 40px;
	padding: 5px 25px;
	min-width: 160px;
	text-transform: uppercase;
	border-radius: 60px;
	background-color: #3a643b;
	color: #fff
}

.t4s-sticky-atc__price .price__current {
	font-size: 16px !important
}

.t4s-sticky-atc__price .rate_off {
	font-size: 16px !important;
	top: 0 !important
}

.t4s-sticky-atc__price .price__was {
	font-size: 16px !important;
	margin-right: 6px !important;
	margin-left: 2px !important;
	top: 0 !important
}

.product-notification {
	display: block;
	width: 245px;
	padding: 7px 4px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 7px 2px rgb(158 158 158 / .2);
	box-shadow: 0 0 7px 2px rgb(158 158 158 / .2);
	border-radius: 5px;
	margin: 7px;
	position: fixed;
	z-index: 99;
	bottom: 130px;
	left: 10px
}

.product-notification .close {
	font-size: 11px !important;
	cursor: pointer;
	position: absolute;
	right: 7px;
	top: 6px;
	z-index: 99
}

.product-notification .media {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start
}

.product-notification img {
	height: 60px;
	margin-right: 7px;
	border-radius: 6px
}

.product-notification .media-body {
	padding-left: 0
}

.product-notification h5 {
	color: #666;
	font-size: 12px
}

.product-notification .pname {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 5px
}

.product-notification .detail {
	font-size: 11px;
	line-height: 1.2;
	margin: 0;
	color: #666
}

.shop-images img {
	width: 100%;
	border-radius: 10px;
	margin-bottom: 10px
}

.p-relative {
	position: relative
}

.fera-productReviews {
	width: 100%;
	line-height: 1;
	margin: 72px 0
}

.fera-widget-410399 {
	max-width: 1170px !important
}

.fera-widget-410399 {
	margin-right: auto !important
}

.fera-widget-410399 {
	margin-top: 50px !important
}

.fera-widget-410399 {
	margin-left: auto !important
}

.fera-widget-410399 {
	padding-right: 13px !important
}

.fera-widget-410399 {
	padding-bottom: 60px !important
}

.fera-widget-410399 {
	padding-left: 13px !important
}

.fera-productReviews .fera-productReviews-heading {
	display: flex;
	width: 100%;
	padding-bottom: 15px;
	border-bottom: 1px solid #e2e2e2;
	flex-direction: column;
	align-content: center;
	align-items: center
}

.fera-productReviews .fera-productReviews-heading .fera-productReviews-heading-col1,
.fera-productReviews .fera-productReviews-heading .fera-productReviews-heading-col2 {
	vertical-align: middle;
	line-height: 1
}

.fera-productReviews .fera-productReviews-heading .fera-productReviews-heading-col1 .fera-productReviews-heading-header {
	font-size: 24px;
	margin: 0;
	line-height: 1;
	margin-bottom: 6px;
	text-align: center
}

.fera-productReviews .fera-productReviews-heading .fera-productReviews-heading-col1 .fera-productReviews-writeReviewLink {
	font-size: 16px;
	text-align: center
}

.text-link {
	display: inline;
	border: 0 none;
	background: none;
	padding: 0;
	margin: 0
}

.fera-productReviews .fera-productReviews-heading .fera-productReviews-heading-col2 {
	margin-top: 30px;
	margin-bottom: 25px
}

.fera-productReviews .fera-productReviews-heading .fera-productReviews-heading-col2 .fera-productReviews-totals-col1,
.fera-productReviews .fera-productReviews-heading .fera-productReviews-heading-col2 .fera-productReviews-totals-col2 {
	display: inline-block;
	vertical-align: middle
}

.fera-productReviews .fera-productReviews-heading .fera-productReviews-heading-col2 .fera-productReviews-totals-col1 .fera-productReviews-avgRating {
	padding-right: 12px;
	text-align: right;
	line-height: 1
}

.fera-productReviews .fera-productReviews-heading .fera-productReviews-heading-col2 .fera-productReviews-totals-col1 .fera-productReviews-avgRating .fera-productReviews-avgRating-val {
	line-height: .9;
	font-weight: 300;
	font-size: 64px;
	margin: 0;
	padding: 0;
	border: none;
	display: inline;
	text-align: right
}

.fera-productReviews .fera-productReviews-heading .fera-productReviews-heading-col2 .fera-productReviews-totals-col1,
.fera-productReviews .fera-productReviews-heading .fera-productReviews-heading-col2 .fera-productReviews-totals-col2 {
	display: inline-block;
	vertical-align: middle
}

.fera-productReviews .fera-productReviews-heading .fera-productReviews-heading-col2 .fera-productReviews-totals-col2 .fera-productReviews-avgRating-stars {
	font-size: 24px;
	letter-spacing: .15em;
	margin-bottom: 8px;
	display: inline-block
}

.fera-productReviews .fera-stars {
	letter-spacing: .15em;
	font-size: 15px
}

.fera-stars {
	position: relative;
	display: inline-block;
	text-align: left;
	letter-spacing: .15em;
	line-height: 1
}

.fera-stars-rating {
	display: inline-block;
	overflow: hidden;
	color: #f60;
	position: absolute;
	text-align: left;
	white-space: nowrap
}

.fera-stars-bg:empty {
	display: inline-block
}

.fera-productReviews .fera-stars-bg {
	backface-visibility: visible
}

.fera-stars-bg::before {
	display: inline-block;
	width: 100%;
	color: #d1d1d1;
	content: "★★★★★"
}

.fera-productReviews .fera-productReviews-heading .fera-productReviews-heading-col2 .fera-productReviews-totals-col2 .fera-productReviews-count {
	font-size: 12px;
	text-transform: uppercase;
	text-align: left
}

.fera-productReviews.fera-productReviews--list .fera-productReviews-body .fera-productReviews-reviews .fera-productReviews-review {
	display: table;
	margin-top: 42px;
	padding-bottom: 42px;
	border-bottom: 1px solid #e2e2e2;
	width: 100%
}

.fera-productReviews.fera-productReviews--list .fera-productReviews-body .fera-productReviews-reviews .fera-productReviews-review .fera-productReviews-review-customer {
	display: table-cell;
	vertical-align: top;
	width: 250px;
	line-height: 1
}

.fera-productReviews.fera-productReviews--list .fera-productReviews-body .fera-productReviews-reviews .fera-productReviews-review .fera-productReviews-review-customer-avatar-col {
	width: 1%;
	padding-right: 12px;
	position: relative
}

.fera-productReviews.fera-productReviews--list .fera-productReviews-body .fera-productReviews-reviews .fera-productReviews-review .fera-productReviews-review-customer-col {
	display: table-cell;
	vertical-align: middle
}

.fera-productReviews.fera-productReviews--list .fera-productReviews-body .fera-productReviews-reviews .fera-productReviews-review .fera-productReviews-review-customer-name-row {
	width: 100%
}

.fera-productReviews.fera-productReviews--list .fera-productReviews-body .fera-productReviews-reviews .fera-productReviews-review .fera-productReviews-review-customer-name {
	font-size: 18px;
	max-width: 150px;
	font-weight: 700;
	line-height: 1;
	margin: 0;
	padding: 0;
	text-align: left;
	border: none;
	box-sizing: content-box;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block
}

.fera-productReviews.fera-productReviews--list .fera-productReviews-body .fera-productReviews-reviews .fera-productReviews-review .fera-productReviews-review-customer-location-marker svg {
	height: 9px
}

.fera-productReviews.fera-productReviews--list .fera-productReviews-body .fera-productReviews-reviews .fera-productReviews-review .fera-productReviews-review-customer-location {
	font-size: 10px;
	text-transform: uppercase;
	color: #9e9e9e;
	max-width: 150px
}

.fera-productReviews.fera-productReviews--list .fera-productReviews-body .fera-productReviews-reviews .fera-productReviews-review .fera-productReviews-review-content {
	padding-left: 10px;
	position: relative;
	vertical-align: middle
}

.fera-productReviews.fera-productReviews--list .fera-productReviews-body .fera-productReviews-reviews .fera-productReviews-review .fera-productReviews-review-rating {
	margin-bottom: 16px;
	font-size: 18px
}

.fera-productReviews .fera-stars {
	letter-spacing: .15em;
	font-size: 20px
}

.fera-srOnly {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

.fera-productReviews.fera-productReviews--list .fera-productReviews-body .fera-productReviews-reviews .fera-productReviews-review .fera-productReviews-review-heading {
	font-weight: 700;
	font-size: 16px;
	margin: 0 0 10px;
	padding: 0;
	line-height: 1;
	border: none;
	display: block;
	text-align: left
}

.fera-productReviews.fera-productReviews--list .fera-productReviews-body .fera-productReviews-reviews .fera-productReviews-review .fera-productReviews-review-body {
	line-height: 1.3;
	font-size: 14px;
	color: #888;
	margin-bottom: 12px;
	display: block
}

.fera-productReviews.fera-productReviews--list .fera-productReviews-body .fera-productReviews-reviews .fera-productReviews-review .fera-productReviews-review-date,
.fera-productReviews.fera-productReviews--list .fera-productReviews-body .fera-productReviews-reviews .fera-productReviews-review .fera-productReviews-reply-date {
	color: #9e9e9e;
	letter-spacing: .2px;
	position: absolute;
	top: 3px;
	right: 0;
	text-align: right;
	font-size: 11px;
	text-transform: uppercase
}

.fera-productReviews--list .fera-productReviews-footer {
	margin-top: 42px
}

.fera-productReviews .fera-productReviews-footer .fera-productReviews-showMore {
	margin-top: 36px;
	text-align: center;
	display: block
}

.fera-productReviews-showMore-btn {
	padding: 12px 25px
}

.fera-productReviews-review-customer-source {
	height: 44px;
	width: 44px;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	background: #eeedcf;
	border-radius: 40px;
	font-weight: 600;
	font-size: 20px
}

.jhYIuT {
	display: flex;
	flex-direction: column;
	margin-left: 10px;
	min-width: 200px
}

.gNeHWY {
	width: 100%;
	display: flex;
	flex-direction: row;
	-webkit-box-align: center;
	align-items: center
}

.gNeHWY .rating_number_container {
	display: flex;
	flex-direction: row;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	min-width: 6px;
	height: 30px
}

.gNeHWY .rating_number {
	width: 12px;
	text-align: center
}

.gNeHWY .leading_text {
	color: #000;
	margin-right: 2px;
	text-align: center;
	font-size: 18px;
	font-weight: 400
}

.gNeHWY .star {
	margin-right: 8px;
	margin-bottom: 2px;
	margin-left: 4px;
	font-size: 24px
}

.gNeHWY .strip {
	border-radius: 4px;
	background-color: #e8f4ff;
	height: 6px;
	-webkit-box-flex: 1;
	flex-grow: 1
}

.gNeHWY .filled_strip {
	width: 70%;
	border-radius: 4px;
	background-color: #05a357;
	height: 6px
}

.gNeHWY .trailing_text_container {
	max-width: 8px;
	margin-left: 10px
}

.gNeHWY .trailing_text {
	color: #6c6c6c;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px
}

.iwiZcj {
	width: 100%;
	display: flex;
	flex-direction: row;
	-webkit-box-align: center;
	align-items: center
}

.iwiZcj .rating_number_container {
	display: flex;
	flex-direction: row;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	min-width: 6px;
	height: 30px
}

.iwiZcj .rating_number {
	width: 12px;
	text-align: center
}

.iwiZcj .leading_text {
	color: #000;
	margin-right: 2px;
	text-align: center;
	font-size: 18px;
	font-weight: 400
}

.iwiZcj .star {
	margin-right: 8px;
	margin-bottom: 2px;
	margin-left: 4px;
	font-size: 24px
}

.iwiZcj .strip {
	border-radius: 4px;
	background-color: #e8f4ff;
	height: 6px;
	-webkit-box-flex: 1;
	flex-grow: 1
}

.iwiZcj .filled_strip {
	width: 15%;
	border-radius: 4px;
	background-color: #05a357;
	height: 6px
}

.iwiZcj .trailing_text_container {
	max-width: 8px;
	margin-left: 10px
}

.iwiZcj .trailing_text {
	color: #6c6c6c;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px
}

.bclKdw {
	width: 100%;
	display: flex;
	flex-direction: row;
	-webkit-box-align: center;
	align-items: center
}

.bclKdw .rating_number_container {
	display: flex;
	flex-direction: row;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	min-width: 6px;
	height: 30px
}

.bclKdw .rating_number {
	width: 12px;
	text-align: center
}

.bclKdw .leading_text {
	color: #000;
	margin-right: 2px;
	text-align: center;
	font-size: 18px;
	font-weight: 400
}

.bclKdw .star {
	margin-right: 8px;
	margin-bottom: 2px;
	margin-left: 4px;
	font-size: 24px
}

.bclKdw .strip {
	border-radius: 4px;
	background-color: #e8f4ff;
	height: 6px;
	-webkit-box-flex: 1;
	flex-grow: 1
}

.bclKdw .filled_strip {
	width: 7%;
	border-radius: 4px;
	background-color: #05a357;
	height: 6px
}

.bclKdw .trailing_text_container {
	max-width: 8px;
	margin-left: 10px
}

.bclKdw .trailing_text {
	color: #6c6c6c;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px
}

.dROndX {
	width: 100%;
	display: flex;
	flex-direction: row;
	-webkit-box-align: center;
	align-items: center
}

.dROndX .rating_number_container {
	display: flex;
	flex-direction: row;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	min-width: 6px;
	height: 30px
}

.dROndX .rating_number {
	width: 12px;
	text-align: center
}

.dROndX .leading_text {
	color: #000;
	margin-right: 2px;
	text-align: center;
	font-size: 18px;
	font-weight: 400
}

.dROndX .star {
	margin-right: 8px;
	margin-bottom: 2px;
	margin-left: 4px;
	font-size: 24px
}

.dROndX .strip {
	border-radius: 4px;
	background-color: #e8f4ff;
	height: 6px;
	-webkit-box-flex: 1;
	flex-grow: 1
}

.dROndX .filled_strip {
	width: 7%;
	border-radius: 4px;
	background-color: #1964ab;
	height: 6px
}

.dROndX .trailing_text_container {
	max-width: 8px;
	margin-left: 10px
}

.dROndX .trailing_text {
	color: #6c6c6c;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px
}

.fNNMfN {
	width: 100%;
	display: flex;
	flex-direction: row;
	-webkit-box-align: center;
	align-items: center
}

.fNNMfN .rating_number_container {
	display: flex;
	flex-direction: row;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	min-width: 6px;
	height: 30px
}

.fNNMfN .rating_number {
	width: 12px;
	text-align: center
}

.fNNMfN .leading_text {
	color: #000;
	margin-right: 2px;
	text-align: center;
	font-size: 18px;
	font-weight: 400
}

.fNNMfN .star {
	margin-right: 8px;
	margin-bottom: 2px;
	margin-left: 4px;
	font-size: 24px
}

.fNNMfN .strip {
	border-radius: 4px;
	background-color: #e8f4ff;
	height: 6px;
	-webkit-box-flex: 1;
	flex-grow: 1
}

.fNNMfN .filled_strip {
	width: 4%;
	border-radius: 4px;
	background-color: #e86669;
	height: 6px
}

.fNNMfN .trailing_text_container {
	max-width: 8px;
	margin-left: 10px
}

.fNNMfN .trailing_text {
	color: #6c6c6c;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px
}

.disclaimer-bg {
	padding-bottom: 35px;
	background: #e8ffed;
	padding-top: 35px
}

.jgDUoS .slider {
	width: 100vw;
	height: 30px;
	overflow: hidden;
	position: relative
}

.jgDUoS .slider .wrapper {
	height: 30px;
	transition: .5s linear;
	will-change: transform
}

.jgDUoS .slider .each-slide {
	width: 100vw;
	float: left;
	line-height: 100vh;
	font-size: 40vh;
	text-align: center;
	background-size: cover;
	background-position: center center;
	background-color: #fff0
}

.geCCod {
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	width: 100%;
	height: 30px;
	background: #ffc820;
	color: #030303;
	font-weight: 500;
	line-height: 120%;
	font-size: 14px
}

.hfMMzt {
	margin-left: 12.05px
}

.hfMMzt .message {
	display: flex
}

.fKhTGJ {
	color: inherit;
	text-decoration: underline;
	margin-left: 4px;
	cursor: pointer
}

.d_flex_fb {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px
}

.jqYgnQ {
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0 10px
}

.jqYgnQ .payment-option-title {
	text-align: center;
	max-width: 1124px;
	margin: auto auto 30px;
	width: 100%
}

.bnEATw.body-base-regular {
	font-size: 18px;
	font-weight: 400
}

.jqYgnQ .options {
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	justify-content: center
}

.jqYgnQ .options .payment-option-wrapper {
	border-radius: 10px;
	width: 98px;
	height: 98px
}

.jqYgnQ .options .payment-option-wrapper {
	box-shadow: rgb(0 0 0 / .07) 0 6.42857px 12.8571px;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	margin: 0 8px 13px;
	border: 1px solid #ededed
}

.jqYgnQ .options .payment-option {
	width: 100%;
	height: auto
}

.jqYgnQ .options .payment-option {
	margin: 0 10px
}

.fab_head {
	margin-bottom: 20px
}

.fab_list .accordion-button {
	padding: 14px 35px 14px 18px !important
}

.dz-accordion.accordion-sm .accordion-body {
	text-align: left
}

.fab_list {
	max-width: 70%;
	margin: 0 auto
}

.home_category_list {
	margin-top: 15px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px
}

.home_category_list .cat_box {
	display: flex;
	justify-content: center;
	flex: 0 1 calc(10% - 4px);
	box-sizing: border-box;
	margin: 5px;
	transition: transform .3s, box-shadow .3s
}

.home_category_list .cat_box img:hover {
	transform: scale(1.1);
	box-shadow: 0 4px 8px rgb(0 0 0 / .2);
	border-radius: 50%
}

.home_category_list .cat_box .icon img {
	transition: transform .3s
}

.home_category_list .cat_box:hover .icon img {
	transform: scale(1.05)
}

.home_category_list .cat_box .icon {
	display: flex;
	justify-content: center
}

.home_category_list .cat_box .title {
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	margin-top: 7px;
	line-height: 18px;
	margin-bottom: 14px
}

.home_category_list .cat_box img {
	height: 92px;
	width: auto;
	max-width: fit-content;
	border: 2px solid;
	border-radius: 50%
}

.m-auto {
	margin: auto !important
}

.main-title {
	position: relative;
	margin-bottom: 0
}

.our-testimonials.bg-theme h2 {
	color: #fff;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 39px;
	letter-spacing: 0
}

.our-testimonials.bg-theme h2 big {
	font-size: 2.5rem
}

.gap-3 {
	gap: 1rem !important
}

.our-testimonials.bg-theme .funfact_one {
	background: #fff;
	border-radius: 10px;
	padding: 16px 12px;
	display: flex;
	align-items: center;
	min-width: 200px;
	justify-content: center;
	text-align: center;
	margin-bottom: 30px;
	position: relative
}

.funfact_one .details ul {
	margin-bottom: 0
}

.funfact_one .details ul li {
	margin-right: 0
}

.list-inline-item {
	display: inline-block
}

.our-testimonials.bg-theme .funfact_one .details .timer,
.our-testimonials.bg-theme .funfact_one .details ul li span {
	font-size: 30px;
	font-weight: 600;
	line-height: 43px;
	letter-spacing: 0
}

.funfact_one p {
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0
}

.mb0 {
	margin-bottom: 0 !important
}

.review ul li {
	margin-right: 2px !important
}

.our-testimonials.bg-theme .sspd_review ul li a {
	color: #ffb321
}

.bg-testi {
	background: #fff;
	padding: 15px;
	border-radius: 10px
}

.our-testimonials .swiper-pointer-events {
	touch-action: pan-y
}

.our-testimonials .swiper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1
}

.ms-lg-5 {
	margin-left: 3rem !important
}

.testimonial_item {
	position: relative;
	padding: 15px
}

.flex-shrink-0 {
	-ms-flex-negative: 0 !important;
	flex-shrink: 0 !important
}

.testimonial_item img {
	max-height: 80px;
	background-color: #f3f5f6;
	border-radius: 50%;
	height: 80px;
	position: relative;
	width: 80px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	z-index: 0;
	object-fit: cover;
	object-position: top;
	border: 2px solid #037345
}

.our-testimonials.bg-theme .testimonial_item .author {
	color: #000
}

.our-testimonials.bg-theme .testimonial_item .author_post {
	color: #000;
	line-height: 22px;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: .02em
}

.our-testimonials.bg-theme .tstmnl_slider_para {
	color: #000
}

.tstmnl_slider_para {
	line-height: 30px;
	letter-spacing: 0;
	text-align: left;
	padding-bottom: 30px;
	font-weight: 400;
	font-size: 17px
}

.d-flex {
	display: flex !important
}

.mb30 {
	margin-bottom: 30px
}

.align-items-center {
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important
}

.d-flex {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important
}

.ms-4 {
	margin-left: 1.5rem !important
}

.flex-grow-1 {
	-webkit-box-flex: 1 !important;
	-ms-flex-positive: 1 !important;
	flex-grow: 1 !important;
	display: flex;
	flex-direction: column;
	align-items: flex-start
}

.our-testimonials.bg-theme .review span {
	color: #ffb321
}

.pbr {
	border: 1px solid #037345
}

.best-inner {
	padding-top: 25px;
	padding-bottom: 70px;
	background: #fff6ee
}

.dz-content {
	text-align: left;
	padding: 7px 10px
}

.shop-card.style-2 .meta-icon {
	position: absolute;
	top: 15px;
	right: 15px;
	color: #cfcfcf;
	background: #fff0;
	border: 0
}

.shop-card.style-2 .dz-content .title {
	font-size: 16px
}

.shop-card.style-2 {
	-webkit-transition: all .8s;
	-ms-transition: all .8s;
	transition: all .8s;
	display: block;
	background: #fff;
	z-index: 9;
	min-height: 374px
}

.shop-card.style-2 .dz-media .img-1 {
	display: block;
	-webkit-transition: all 1s;
	-ms-transition: all 1s;
	transition: all 1s;
	opacity: 1
}

.shop-card.style-2 .shop-meta {
	bottom: 0;
	margin-bottom: 3px;
	z-index: 1
}

.available_on {
	display: flex
}

.available_on img {
	height: 30px
}

.left-news {
	background: #d0d9de;
	display: flex;
	align-items: center;
	justify-content: center
}

.right-news {
	background: #f7f9fa;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 60px 60px
}

.left-news img {
	height: 90px
}

.right-news p {
	font-size: 20px
}

.w100 {
	width: 100% !important
}

.our-testimonials {
	background: url(../testimonial_bg.jpeg);
	position: relative;
	position: relative;
	background-size: contain;
	background-repeat: repeat
}

.our-testimonials .bg-color {
	background-color: #037345e0;
	padding: 30px 0
}

.available_on {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 20px
}

.google-icon {
	top: .05em;
	position: relative;
	margin: 0 0 0 0;
	display: inline-block;
	width: .8em;
	height: .8em;
	background: url(data:image/svg+xml;charset=UTF-8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJnb29nbGUtaWNvbiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiCndpZHRoPSIzMnB4IiBoZWlnaHQ9IjMycHgiIHZpZXdCb3g9IjAgMCAzMiAzMiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMzIgMzIiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8Zz4KPGRlZnM+CjxwYXRoIGlkPSJTVkdJRF8xXyIgZD0iTTMxLjI2MiwxMy4wODFIMTYuMzYzdjYuMTc3aDguNTc2Yy0wLjc5OSwzLjkyNC00LjE0Miw2LjE3Ny04LjU3Niw2LjE3N2MtNS4yMzMsMC05LjQ0OC00LjIxNS05LjQ0OC05LjQ0OApzNC4yMTUtOS40NDgsOS40NDgtOS40NDhjMi4yNTMsMCw0LjI4OCwwLjc5OSw1Ljg4NywyLjEwOGw0LjY1MS00LjY1MUMyNC4wNjcsMS41MjYsMjAuNDMzLDAsMTYuMzYzLDAKQzcuNDk3LDAsMC4zNzUsNy4xMjIsMC4zNzUsMTUuOTg4czcuMTIyLDE1Ljk4OCwxNS45ODgsMTUuOTg4YzcuOTk0LDAsMTUuMjYyLTUuODE0LDE1LjI2Mi0xNS45ODgKQzMxLjYyNSwxNS4wNDQsMzEuNDgsMTQuMDI2LDMxLjI2MiwxMy4wODF6Ii8+CjwvZGVmcz4KPGNsaXBQYXRoIGlkPSJTVkdJRF8yXyI+Cjx1c2UgeGxpbms6aHJlZj0iI1NWR0lEXzFfIiAgb3ZlcmZsb3c9InZpc2libGUiLz4KPC9jbGlwUGF0aD4KPHBhdGggY2xpcC1wYXRoPSJ1cmwoI1NWR0lEXzJfKSIgZmlsbD0iI0ZCQkMwNSIgZD0iTS0xLjA3OCwyNS40MzZWNi41NDFsMTIuMzU1LDkuNDQ4TC0xLjA3OCwyNS40MzZ6Ii8+CjwvZz4KPGc+CjxkZWZzPgo8cGF0aCBpZD0iU1ZHSURfM18iIGQ9Ik0zMS4yNjIsMTMuMDgxSDE2LjM2M3Y2LjE3N2g4LjU3NmMtMC43OTksMy45MjQtNC4xNDIsNi4xNzctOC41NzYsNi4xNzdjLTUuMjMzLDAtOS40NDgtNC4yMTUtOS40NDgtOS40NDgKczQuMjE1LTkuNDQ4LDkuNDQ4LTkuNDQ4YzIuMjUzLDAsNC4yODgsMC43OTksNS44ODcsMi4xMDhsNC42NTEtNC42NTFDMjQuMDY3LDEuNTI2LDIwLjQzMywwLDE2LjM2MywwCkM3LjQ5NywwLDAuMzc1LDcuMTIyLDAuMzc1LDE1Ljk4OHM3LjEyMiwxNS45ODgsMTUuOTg4LDE1Ljk4OGM3Ljk5NCwwLDE1LjI2Mi01LjgxNCwxNS4yNjItMTUuOTg4CkMzMS42MjUsMTUuMDQ0LDMxLjQ4LDE0LjAyNiwzMS4yNjIsMTMuMDgxeiIvPgo8L2RlZnM+CjxjbGlwUGF0aCBpZD0iU1ZHSURfNF8iPgo8dXNlIHhsaW5rOmhyZWY9IiNTVkdJRF8zXyIgIG92ZXJmbG93PSJ2aXNpYmxlIi8+CjwvY2xpcFBhdGg+CjxwYXRoIGNsaXAtcGF0aD0idXJsKCNTVkdJRF80XykiIGZpbGw9IiNFQTQzMzUiIGQ9Ik0tMS4wNzgsNi41NDFsMTIuMzU1LDkuNDQ4bDUuMDg3LTQuNDMzbDE3LjQ0Mi0yLjgzNFYtMS40NTNILTEuMDc4VjYuNTQxeiIvPgo8L2c+CjxnPgo8ZGVmcz4KPHBhdGggaWQ9IlNWR0lEXzVfIiBkPSJNMzEuMjYyLDEzLjA4MUgxNi4zNjN2Ni4xNzdoOC41NzZjLTAuNzk5LDMuOTI0LTQuMTQyLDYuMTc3LTguNTc2LDYuMTc3Yy01LjIzMywwLTkuNDQ4LTQuMjE1LTkuNDQ4LTkuNDQ4CnM0LjIxNS05LjQ0OCw5LjQ0OC05LjQ0OGMyLjI1MywwLDQuMjg4LDAuNzk5LDUuODg3LDIuMTA4bDQuNjUxLTQuNjUxQzI0LjA2NywxLjUyNiwyMC40MzMsMCwxNi4zNjMsMApDNy40OTcsMCwwLjM3NSw3LjEyMiwwLjM3NSwxNS45ODhzNy4xMjIsMTUuOTg4LDE1Ljk4OCwxNS45ODhjNy45OTQsMCwxNS4yNjItNS44MTQsMTUuMjYyLTE1Ljk4OApDMzEuNjI1LDE1LjA0NCwzMS40OCwxNC4wMjYsMzEuMjYyLDEzLjA4MXoiLz4KPC9kZWZzPgo8Y2xpcFBhdGggaWQ9IlNWR0lEXzZfIj4KPHVzZSB4bGluazpocmVmPSIjU1ZHSURfNV8iICBvdmVyZmxvdz0idmlzaWJsZSIvPgo8L2NsaXBQYXRoPgo8cGF0aCBjbGlwLXBhdGg9InVybCgjU1ZHSURfNl8pIiBmaWxsPSIjMzRBODUzIiBkPSJNLTEuMDc4LDI1LjQzNkwyMC43MjQsOC43MjFsNS43NDEsMC43MjdsNy4zNC0xMC45MDFWMzMuNDNILTEuMDc4VjI1LjQzNnoiLz4KPC9nPgo8Zz4KPGRlZnM+CjxwYXRoIGlkPSJTVkdJRF83XyIgZD0iTTMxLjI2MiwxMy4wODFIMTYuMzYzdjYuMTc3aDguNTc2Yy0wLjc5OSwzLjkyNC00LjE0Miw2LjE3Ny04LjU3Niw2LjE3N2MtNS4yMzMsMC05LjQ0OC00LjIxNS05LjQ0OC05LjQ0OApzNC4yMTUtOS40NDgsOS40NDgtOS40NDhjMi4yNTMsMCw0LjI4OCwwLjc5OSw1Ljg4NywyLjEwOGw0LjY1MS00LjY1MUMyNC4wNjcsMS41MjYsMjAuNDMzLDAsMTYuMzYzLDAKQzcuNDk3LDAsMC4zNzUsNy4xMjIsMC4zNzUsMTUuOTg4czcuMTIyLDE1Ljk4OCwxNS45ODgsMTUuOTg4YzcuOTk0LDAsMTUuMjYyLTUuODE0LDE1LjI2Mi0xNS45ODgKQzMxLjYyNSwxNS4wNDQsMzEuNDgsMTQuMDI2LDMxLjI2MiwxMy4wODF6Ii8+CjwvZGVmcz4KPGNsaXBQYXRoIGlkPSJTVkdJRF84XyI+Cjx1c2UgeGxpbms6aHJlZj0iI1NWR0lEXzdfIiAgb3ZlcmZsb3c9InZpc2libGUiLz4KPC9jbGlwUGF0aD4KPHBhdGggY2xpcC1wYXRoPSJ1cmwoI1NWR0lEXzhfKSIgZmlsbD0iIzQyODVGNCIgZD0iTTMzLjgwNSwzMy40M0wxMS4yNzYsMTUuOTg4bC0yLjkwNy0yLjE4bDI1LjQzNi03LjI2N1YzMy40M3oiLz4KPC9nPgo8L3N2Zz4) no-repeat 0 0 / 100%
}

.addressing-content {
	background: #037345
}

.addressing-content h1 {
	color: #fff;
	font-size: 22px;
	text-align: center;
	padding: 6px 0
}

.t4s-fs-md-40 {
	font-size: 40px;
	margin-bottom: 20px;
	color: #333;
	font-weight: 600
}

.t4s-image-text-des {
	font-size: 15px;
	margin-bottom: 20px;
	color: #878787
}

.t4s-image-text-des p {
	line-height: 24px;
	margin-bottom: 20px
}

.t4s_ratio img {
	object-fit: cover;
	object-position: center center;
	border-radius: 5%;
	width: 100%;
	height: 100%
}

.t4s_first {
	display: flex;
	flex-direction: column;
	justify-content: center
}

.mxwid1200 {
	max-width: 1200px
}

.video-wrapperz {
	position: relative;
	width: 100%;
	padding-top: 56.25%
}

.video-wrapperz iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 16px
}

.intro_video {
	margin: 0 auto
}

.add_cart_home .cloneBtn {
	border-radius: 0;
	border-top-left-radius: 10px;
	height: 36px
}

.add_cart_home .mcart {
	border-radius: 0;
	width: 111px;
	border-top-left-radius: 10px;
	justify-content: space-between;
	height: 36px
}

green2 {
	color: #37812b;
	margin-left: 0;
	font-size: 13px;
	position: relative;
	top: -4px
}

.m_card_product {
	overflow: hidden;
	height: 100%;
	transition: all .3s ease;
	position: relative;
	top: 0
}

.highlight_undr::after {
	content: "";
	display: block;
	width: 30px;
	height: 2px;
	background: #037345;
	position: absolute;
	bottom: 1px;
	right: 0
}

.main-title .title {
	max-width: fit-content;
	margin: 0 auto;
	position: relative;
	margin-bottom: 6px
}

.sub_line {
	font-size: 16px;
	margin-bottom: 10px
}

.bg1 {
	background: #f5f5f5
}

.main-title2 {
	position: relative;
	margin-bottom: 0
}

.main-title2 .title {
	max-width: fit-content;
	margin: 0 auto;
	position: relative;
	margin-bottom: 6px
}

.product-tabs .nav-tabs.center {
	position: inherit;
	background: #fff0;
	margin-top: 12px
}

.product-tabs .tab-content {
	padding-top: 0
}

.prod-inner {
	padding-top: 25px;
	padding-bottom: 10px;
	background: #fff
}

.d-flexz {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	justify-content: center
}

.text-gray {
	color: dimgray
}

.text-dark-gray {
	color: dimgray
}

.broadBtn {
	border-radius: 7px;
	color: #fff;
	border: none;
	padding: 5px 0;
	background-color: #037345;
	font-size: 18px
}

.star-rating {
	background-color: #00a65a;
	border-radius: 3px;
	margin-right: 7px;
	color: #fff;
	font-size: 11px;
	padding: 0 3px
}

.star-icons {
	color: #efb205;
	font-size: 11px
}

.total-review {
	text-align: right;
	font-size: 13px;
	margin-top: -5px
}

.wishlist-style {
	top: 8px;
	left: 8px;
	background: #fff;
	border-radius: 50%;
	padding: 8px;
	line-height: 1
}

.wishlist-style i {
	font-size: 20px;
	color: #037345 !important
}

.card-5-image {
	height: auto !important;
	object-fit: cover;
	width: auto !important
}

.title-text {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.title-text:hover {
	color: black !important
}

.cart-toastr.fade-out {
	opacity: 0;
	transition: opacity .5s ease-in-out
}

.iCGauj {
	display: flex;
	position: fixed;
	width: 440px;
	bottom: 120px;
	margin: 0 calc(-220px + 50vw);
	padding: 18px 16px;
	-webkit-box-pack: justify;
	justify-content: space-between;
	justify-self: center;
	-webkit-box-align: center;
	align-items: center;
	flex-shrink: 0;
	border-radius: 16px;
	z-index: 10;
	background-color: rgb(18 18 18 / 80%)
}

.dIxCGD.body-base-regular {
	font-size: 18px;
	font-weight: 400
}

.iCGauj .labelText {
	color: #fff
}

.iCGauj .labelText {
	margin-right: 64px
}

.iCGauj .ctaWrapper {
	outline: none;
	border: none;
	background-color: #fff0
}

.iCGauj .ctaText {
	color: #fff;
	text-decoration: underline;
	font-size: 18px
}

.toastr.top-right {
	position: fixed;
	top: 16px !important;
	left: 50%;
	transform: translate(-50%, 0%);
	display: flex;
	align-items: center;
	background: #fff;
	line-height: 1.3;
	will-change: transform;
	box-shadow: 0 3px 10px rgb(0 0 0 / .1), 0 3px 3px rgb(0 0 0 / .05);
	max-width: 350px;
	pointer-events: auto;
	padding: 8px 10px;
	border-radius: 20px
}

.toastr .toastr-icon {
	font-size: 1.4em !important;
	color: inherit;
	background: #37d7a2;
	border-radius: 50px;
	padding: 2px
}

.toastr .toastr-body {
	min-height: 30px !important;
	display: flex;
	align-items: center
}

.toastr .toastr-title {
	display: none
}

.toastr .toastr-text {
	color: white !important;
	font-size: 1.1em !important
}

.toastr .toastr-close {
	top: 15px !important;
	right: 12px !important
}

.toastr-progress {
	display: none
}

.category-card {
	position: relative;
	border-radius: 10px;
	overflow: hidden
}

.category-hover {
	position: absolute;
	border-radius: 10px;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: #fff0;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background .3s ease
}

.category-hover h4 {
	color: #fff;
	margin-bottom: 0
}

.category-card:hover .category-hover {
	background: rgb(0 0 0 / .5)
}

.mlist {
	padding: 0 !important;
	box-shadow: 0 2px 3px rgb(57 63 72 / .2) !important
}

.mlist .header-nav .nav>li>a {
	padding: 10px 8px !important;
	font-size: 14.6px;
	letter-spacing: .4px;
	font-weight: 420
}

.mlist .container {
	border-top: 1px solid #ebebeb
}

.product-tabs .swiper-slide {
	padding: 0;
	background: #fff
}

.cnpb {
	padding-bottom: 0
}

.video-content {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: fit-content;
	height: max-content;
	color: #fff;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	align-items: center
}

.tagline {
	text-align: center;
	text-transform: uppercase;
	width: max-content;
	margin-bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	align-content: center
}

.head-tag {
	display: block;
	font-size: 1.8rem;
	margin-bottom: 0;
	font-weight: 500;
	letter-spacing: 2px;
	text-shadow: 2px 2px 4px #6e6e6e
}

.head-big {
	display: block;
	font-size: 2.9rem;
	margin-bottom: 0;
	margin-left: 15px;
	font-weight: 600;
	letter-spacing: 2px;
	text-shadow: 2px 2px 4px #6e6e6e
}

.sub_linez {
	font-size: 22px;
	margin-bottom: 8px;
	color: #fff;
	margin-top: -7px;
	letter-spacing: 1px
}

.main-title2 {
	position: relative;
	margin-bottom: 7px
}

.sub_line2 {
	font-size: 16px;
	margin-bottom: 0
}

.category-grid-image img {
	border-radius: 10px;
	filter: brightness(.8);
	height: 160px;
	background-size: cover
}

.category-grid-items:hover .category-grid-image img {
	filter: brightness(.5)
}

.category-grid-items {
	position: relative
}

.category-grid-name {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: fit-content;
	height: max-content
}

.category-grid-name a {
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 600;
	font-size: 15px
}

.join-link {
	position: absolute;
	right: 10px;
	bottom: 10px;
	overflow: hidden;
	width: 24px;
	height: 24px;
	background: rgb(255 255 255 / .7);
	border-radius: 50%
}

.category-arrow {
	position: relative;
	color: #666;
	padding: 4px 5px;
	background-color: rgb(255 255 255 / .5);
	border-radius: 50%
}

.addressing-content {
	background: #037345
}

.main_slidez {
	top: 48%;
	position: absolute;
	z-index: 1;
	left: 0;
	width: 100%;
	padding: 0 25px;
	justify-content: space-between
}

.main_slidez .slider-button-prev,
.main_slidez .slider-button-next {
	background: #00000052;
	border-radius: 4px;
	padding: 4px 0
}

.required {
	color: red
}

.brand-img {
	height: 65px;
	width: auto
}

.br-green {
	border-right: 2px solid #007a39
}

.user-dashboard-section .dashboard-right-sidebar {
	padding: calc(20px + (40 - 20) * ((100vw - 320px) / (1920 - 320)));
	border-radius: 8px;
	height: 100%;
	padding-top: 0
}

.pdpt-bg {
	margin-top: 0;
	margin-bottom: 15px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 1px 2px 0 #e9e9e9;
	border: 1px solid rgb(0 0 0 / .125)
}

.pdpt-title h6 {
	border-bottom: 1px solid #efefef;
	padding: 15px 20px;
	font-size: 14px;
	font-weight: 400;
	color: #2b2f4c;
	margin-bottom: 0
}

.order-dtsll {
	padding: 20px
}

.order-dtsll li {
	display: inline-block;
	vertical-align: top
}

.order-dt-img {
	background: #f9f9f9;
	padding: 10px;
	border: 1px solid #efefef;
	border-radius: 5px
}

.order-dt-img img {
	width: 50px
}

.order-dt47 {
	margin-left: 15px
}

.order-dt47 h4 {
	font-size: 16px;
	color: #2b2f4c;
	margin-bottom: 5px;
	line-height: 24px;
	text-align: left;
	font-weight: 700
}

.order-dt47 p {
	font-size: 14px;
	font-weight: 400;
	text-align: left;
	color: #3e3f5e;
	margin-bottom: 7px
}

.track-order {
	padding: 20px 0 20px
}

.track-order h4 {
	margin-left: 20px;
	margin-bottom: 20px;
	font-weight: 700;
	color: #2b2f4c;
	text-align: left
}

.bs-wizard {
	margin-top: 0;
	display: flex;
	width: 100%
}

.bs-wizard {
	border-bottom: solid 1px #e0e0e0;
	padding: 0
}

.bs-wizard>.bs-wizard-step {
	padding: 0;
	position: relative;
	width: 100%
}

.bs-wizard>.bs-wizard-step .bs-wizard-stepnum {
	color: #2b2f4c;
	font-size: 14px;
	margin-bottom: 5px;
	font-weight: 400
}

.bs-wizard>.bs-wizard-step .bs-wizard-info {
	color: #999;
	font-size: 14px
}

.bs-wizard>.bs-wizard-step>.bs-wizard-dot {
	position: absolute;
	width: 30px;
	height: 30px;
	display: block;
	background: #0373455e;
	top: 50px;
	left: 50%;
	margin-top: -15px;
	margin-left: -15px;
	border-radius: 50%
}

.bs-wizard>.bs-wizard-step>.bs-wizard-dot:after {
	content: " ";
	width: 14px;
	height: 14px;
	background: #037345;
	border-radius: 50px;
	position: absolute;
	top: 8px;
	left: 8px
}

.bs-wizard>.bs-wizard-step>.progress {
	position: relative;
	border-radius: 0;
	height: 8px;
	box-shadow: none;
	margin: 25px 0
}

.bs-wizard>.bs-wizard-step>.progress>.progress-bar {
	width: 0;
	box-shadow: none;
	background: #bee3cf !important;
	background-color: #bee3cf !important
}

.bs-wizard>.bs-wizard-step.complete>.progress>.progress-bar {
	width: 100%
}

.bs-wizard>.bs-wizard-step.active>.progress>.progress-bar {
	width: 50%
}

.bs-wizard>.bs-wizard-step:first-child.active>.progress>.progress-bar {
	width: 0
}

.bs-wizard>.bs-wizard-step:last-child.active>.progress>.progress-bar {
	width: 100%
}

.bs-wizard>.bs-wizard-step.disabled>.bs-wizard-dot {
	background-color: #efefef
}

.bs-wizard>.bs-wizard-step.disabled>.bs-wizard-dot:after {
	opacity: 0
}

.bs-wizard>.bs-wizard-step:first-child>.progress {
	left: 50%;
	width: 50%
}

.bs-wizard>.bs-wizard-step:last-child>.progress {
	width: 50%
}

.bs-wizard>.bs-wizard-step.disabled a.bs-wizard-dot {
	pointer-events: none
}

.progress {
	background-color: #efefef !important
}

.mobile-view-tab {
	display: none !important
}

.order-dtsll .ng-star-inserted i {
	font-size: 11px
}

.label-delivered {
    font-size: 12px !important;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #39a2e9;
    border-radius: 1em;
    border: 1px solid #39a2e9;
    padding: 5px 10px;
    float: right;
    height: 26px;
    position: relative;
    top: -5px;
    margin-right: 0 !important;
}
.call-bill {
	padding: 8px 20px;
	display: flex;
	border-top: 1px solid #efefef;
	align-items: center
}

.delivery-man {
	font-size: 14px;
	color: #2b2f4c;
	font-weight: 400;
	text-align: left;
	line-height: 24px
}

.ofoot h2 {
	margin-bottom: 0;
	font-size: 18px;
	font-weight: 600;
	color: #2b2f4c;
	line-height: 24px
}

.ofoot span {
	color: #037345;
	font-size: 18px;
	margin-left: auto;
	font-weight: 700;
	line-height: 24px
}

.order-bill-slip {
	margin-left: auto
}

.bill-btn5 {
    display: block;
    background: #037345;
    color: #fff;
    padding: 4px 12px;
    font-weight: 500;
    border-radius: 5px;
    font-size: 0.85rem;
}

.m-list {
	padding-left: 25px;
	display: block;
	list-style-type: disc;
	margin-bottom: 15px
}

.m-list li {
	display: list-item;
	text-align: -webkit-match-parent;
	list-style: none
}

.hover-btn:hover {
	color: #fff
}

.o-title {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #ddd;
	align-items: center;
	padding-right: 9px
}

.pdpt-title h4 {
	border-bottom: 1px solid #efefef;
	padding: 15px 20px;
	font-size: 17px;
	font-weight: 600;
	color: #2b2f4c
}

.order-details .report-btn {
	margin: 10px 20px;
	padding: 6px 10px;
	font-size: 12px
}

.label-default {
	background-color: #777;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em;
	padding: 2px 5px
}

.label-warning {
	background-color: #f0ad4e;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em
}

.label-primary {
	background-color: #337ab7;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em
}

.label-success {
	background-color: #5cb85c;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em
}

.label-danger {
	background-color: #d9534f;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em
}

.slingle_item_address_part .label {
	font-size: 80%;
	font-weight: 600;
	line-height: 1
}

.slingle_item_address_part .label {
	padding: 4px 6px;
	font-size: 80%;
	font-weight: 600;
	line-height: 1;
	padding-bottom: 5px
}

.o-products .title {
	margin-left: 20px;
	margin-bottom: 20px;
	font-weight: 700;
	color: #2b2f4c;
	text-align: left
}

.order-dtsll {
	padding: 20px
}

.cart-item {
	display: flex;
	padding: 0 0;
	background: #fff;
	margin-bottom: 10px
}

.cart-item:last-child {
	border-bottom: 0
}

.cart-product-img {
	width: 85px;
	position: relative
}

.cart-product-img img {
	width: 100%;
	border-radius: 5px;
	border: 1px solid #e5e7eb;
	height: 60px;
	object-fit: contain;
	object-position: top;
	padding: 3px
}

.cart-text {
	margin-left: 20px;
	width: 100%;
	position: relative
}

.cart-text h4 {
	font-size: .9rem;
	font-weight: 400;
	line-height: 20px;
	color: #000;
	text-align: left;
	margin-bottom: 10px
}

.ord-details .single_address_list {
	display: inline-block;
	padding-bottom: 8px;
	inline-size: 100%;
	word-wrap: break-word
}

.ord-details .single_bdr_right {
	border-right: 1px solid #f0f0f0
}

.ord-details .slingle_item_address_part:first-child {
	border-top: 0
}

.ord-details .delivery_address_title {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 12px;
	display: block;
	color: #323232
}

.ord-details .address_detail_product_item {
	position: relative
}

.ord-details .address_detail_product_item span {
	font-weight: 600;
	margin-bottom: 5px;
	display: block;
	color: #626262
}

.ord-details .address_detail_product_item p {
	margin-bottom: 5px
}

.ord-details .pdpt-bg {
	box-shadow: none
}

.ord-details .main-total-cart {
	border-bottom: none;
	display: flex;
	padding: 15px 20px
}

.ord-details .main-total-cart h2 {
	margin-bottom: 0;
	font-size: 18px;
	font-weight: 600;
	color: #ff7500;
	line-height: 24px
}

.ord-details .main-total-cart span {
	color: #ff7500;
	font-size: 18px;
	margin-left: auto;
	font-weight: 700;
	line-height: 24px
}

.ord-details .cancel-btn {
	display: block;
	background: #dc3545;
	color: #fff;
	padding: 5px 12px;
	font-weight: 500;
	border-color: #dc3545;
	border-radius: 5px
}

.ord-details .o-amt span {
	display: inline-block
}

.ord-details .border-0 {
	border: none !important;
	margin: 0
}

.ord-details .border_radius:last-child {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px
}

.ord-details .cart-item {
	display: flex;
	padding: 20px;
	background: #fff
}

.ord-details .cart-item:last-child {
	border-bottom: 0
}

.ord-details .cart-product-img {
	width: 85px;
	position: relative
}

.ord-details .cart-product-img img {
	width: 100%;
	border-radius: 5px;
	border: 1px solid #e5e7eb;
	height: 60px;
	object-fit: contain;
	object-position: top;
	padding: 3px
}

.ord-details .cart-text {
	margin-left: 20px;
	width: 100%;
	position: relative
}

.ord-details .cart-text h4 {
	font-size: .9rem;
	font-weight: 500;
	line-height: 20px;
	text-align: left
}

.ord-details .text-muted {
	--bs-text-opacity: 1;
	color: #6c757d !important
}

.ord-details .total-checkout-group {
	padding: 20px 20px 0;
	border-top: 1px solid #efefef;
	margin-top: 0
}

.ord-details .cart-total-dil {
	display: flex;
	width: 100%;
	align-items: center
}

.ord-details .cart-total-dil h4 {
	margin-bottom: 0;
	font-size: 15px;
	font-weight: 400;
	color: #000;
	line-height: 24px
}

.ord-details .cart-total-dil span {
	color: #8f91ac;
	font-size: 14px;
	margin-left: auto;
	font-weight: 400;
	line-height: 24px
}

.ord-details .cart-total-dil h5 {
	font-size: 1rem;
	margin: 0
}

.cart-empty {
	margin: 1rem auto;
	text-align: center;
	padding: 1rem;
	min-height: 5rem
}

.cart-empty img {
	max-width: 150px
}

.cart-empty h3 {
	font-size: 18px;
	color: #000;
	line-height: 20px;
	text-align: center;
	margin: 15px 0 5px;
	padding: 0;
	font-weight: 600
}

.mx-stats .card-header p {
	margin-bottom: 0
}

.myaddz .custom-control.style-1 .custom-checkbox {
	padding: 8px 6px 2px 12px
}

.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
}

.custom-control.style-1 .form-check-input:checked+label {
	background: #fff;
	border: 1px solid #221f201a;
	box-shadow: 0 0 8px #221f2014
}

.bxshw .css-18llukb {
	margin-bottom: 0
}

.css-18llukb {
	display: flex;
	position: inherit;
	flex-direction: column;
	padding: 0;
	margin-bottom: 8px;
	border-style: solid;
	border-width: 0
}

.p_amt {
	margin-bottom: 0
}

.p_option .w400 {
	display: flex;
	flex-direction: column
}

.p_option {
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-content: center
}

.cod_charges {
	font-size: 11px
}

.btn_checked {
	border: 1px solid #037345 !important;
	transition: all .3s ease
}

.desktop-cart--empty-cart-container {
	display: flex;
	justify-content: space-around;
	flex-direction: row-reverse;
	margin: 20px 20px
}

.desktop-cart--empty-cart-icon {
	margin: 20px 0 20px;
	text-align: center
}

.desktop-cart--empty-cart-oops {
	color: #1e1e1e;
	font-size: 17px;
	line-height: 25px;
	font-weight: 600;
	text-align: center
}

.desktop-cart--empty-cart-msg {
	color: #1e1e1e;
	font-size: 16px;
	line-height: 25px;
	text-align: center
}

#search-data {
	height: 70vh;
	overflow: scroll
}

.cart-toastr.fade-out {
	display: none
} 
.psize_name {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.sldout{
    opacity: 0.4 !important;
    padding: 8px 30px;
    height: 38.8px;
} 
.sold-out-label {
  font-size: 11px;
  color: #888;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  margin-top: 4px;
  letter-spacing: 0.4px;
}
.text-mutedz {
    border: 1px solid #afafaf !important;
} 
.text-mutedz span{
    opacity: 0.5 !important;
}
.diagonal-line {
  position: relative;
  opacity: 0.4;
  pointer-events: none;
}

.diagonal-line::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    height: 1px;
    background: #9b9b9b;
    transform: rotate(-45deg);
    z-index: 1;
    right: 0px;
}
.btn_checked {
	border:2px solid #346434 !important;
	font-weight: 600; 
}  


.offers-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    background: #fff;
    cursor: pointer;
    border: 1px solid #dce4f1;
    border-radius: 8px;
    background-color: #fff;
    position: relative;
    z-index: 0; 
    box-shadow: 0 0 8px #221f2014;
}
.offers-card:hover {
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}

.offers-left {
  display: flex;
  align-items: center;
  gap: 12px;
}

.offers-icon {
  flex: 0 0 auto;
  display: inline-flex;
}

.offers-text {
  display: flex;
  flex-direction: column;
  line-height: 1.4rem;
}
.offers-title {
  font-weight: 500;
  font-size: 16px;
  color: #222021;
}
.offers-sub {
  font-size: 14px;
  color: #94c576;
  margin-top: 0px;
}

.offers-right {
  display: flex;
  align-items: center;
  gap: 6px;
}
.offers-viewall {
  font-size: 16px;
  font-weight: 600;
  color: #d63839;
}
.offers-arrow {
  flex: 0 0 auto;
}
/* --- RESPONSIVE: tablets & down --- */
@media (max-width: 992px) {
  .offers-card { padding: 12px 14px; border-radius: 10px; }
  .offers-title { font-size: 15px; }
  .offers-sub { font-size: 13px; }
  .offers-viewall { font-size: 15px; }
}

/* --- RESPONSIVE: phones --- */
@media (max-width: 768px) {
  .offers-card {
    padding: 12px 14px;
    gap: 10px;
  }

  .offers-left {
    flex: 1;   /* allow left part to grow */
    min-width: 0; /* required for ellipsis */
    gap: 10px;
  }

  .offers-text {
    flex: 1;   /* take remaining space */
    min-width: 0; /* important for text overflow */
  }

  .offers-title,
  .offers-sub {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .offers-title { font-size: 14px; }
  .offers-sub   { font-size: 12px; }

  .offers-right {
    flex-shrink: 0; /* don’t shrink “View All” */
    gap: 4px;
  }
  .offers-viewall { font-size: 14px; }
  .offers-arrow   { width: 18px; height: 18px; }
}


/* --- EXTRA-COMPACT: small phones --- */
@media (max-width: 480px) {
  .offers-card { padding: 10px 12px; }
  .offers-title { font-size: 13px; }
  .offers-sub { font-size: 11.5px; }
  .offers-viewall { font-size: 13px; }
  .offers-arrow { width: 16px; height: 16px; }
}

/* Touch feedback (optional) */
@media (hover: none) {
  .offers-card:active { transform: translateY(1px); }
}

/* Reduce motion respect (optional) */
@media (prefers-reduced-motion: reduce) {
  .offers-card,
  .offers-card:hover { transition: none; box-shadow: none; }
}

/*New State Bottom Dropdown Starts*/
/* ================== SCOPED TO .mdl_addr ================== */
.mdl_addr .floating-label{position:relative}
.mdl_addr .floating-label .label-title{
  position:absolute; left:25px; top:10px; background:#fff; padding:0 5px;
  color:#999; font-size:16px; transition:.2s; pointer-events:none
}
.mdl_addr .floating-label .form-control{padding:10px 12px}
.mdl_addr .floating-label .form-control:focus + .label-title,
.mdl_addr .floating-label .form-control:not(:placeholder-shown) + .label-title,
.mdl_addr .floating-label select:focus + .label-title,
.mdl_addr .floating-label select:valid + .label-title{top:-8px; font-size:12px; color:#0f451b}

/* Select2 input (container sits next to the select) */
.mdl_addr .floating-label .select2-container{width:100%!important; z-index:9999!important}
.mdl_addr .select2-dropdown{z-index:99999!important}
.mdl_addr .floating-label .select2-selection--single{
  height:42px!important; display:flex; align-items:center;
  border:1px solid #ced4da; border-radius:6px; padding:0 36px 0 12px
}
.mdl_addr .floating-label .select2-selection__rendered{line-height:normal!important; color:#333; padding-left:0}
.mdl_addr .floating-label .select2-selection__arrow{
  position:absolute; right:10px!important;; top:50%!important;; transform:translateY(-50%);
  width:18px; height:18px; pointer-events:none;
    background-position: right .25rem center!important;
}
.mdl_addr .floating-label .select2-selection__arrow b{
  border:none!important;
  background:url("data:image/svg+xml;utf8,<svg fill='gray' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>") no-repeat center;
  width:18px; height:18px; display:block
}

/* Dropdown items */
.mdl_addr .select2-results__option{font-size:15px; padding:10px 14px}
.mdl_addr .select2-results__option--highlighted{background:#0f451b!important; color:#fff!important}

/* ========== Mobile bottom sheet ========== */
/* NOTE: The dropdown might be moved; we also style .select2-dropdown.mdl_addr-scope */
@media (max-width: 767.98px){
  .mdl_addr .select2-dropdown.select2-bottomsheet,
  .select2-dropdown.select2-bottomsheet.mdl_addr-scope{
    position:fixed!important; left:0!important; right:0!important; bottom:0!important; top:auto!important;
    width:100vw!important; border-radius:16px 16px 0 0; border:1px solid #e5e7eb; overflow:hidden;
    box-shadow:0 -10px 24px rgba(0,0,0,.12); animation:bs-slide-up .22s ease-out;
    max-height:75vh; background:#fff; padding-bottom:calc(env(safe-area-inset-bottom,0px));
  }
  .mdl_addr .select2-bottomsheet .bs-head,
  .select2-dropdown.mdl_addr-scope .bs-head{
    position:sticky; top:0; z-index:3; background:#fff; padding:6px 12px; border-bottom:1px solid #f0f0f0;
    display:flex; align-items:center; justify-content:center
  }
  .mdl_addr .select2-bottomsheet .bs-title,
  .select2-dropdown.mdl_addr-scope .bs-title{ font-weight:600; font-size:16px }
  .mdl_addr .select2-bottomsheet .bs-grabber,
  .select2-dropdown.mdl_addr-scope .bs-grabber{
    position:absolute; top:6px; left:50%; transform:translateX(-50%);
    width:44px; height:4px; border-radius:2px; background:#d1d5db
  }
  .mdl_addr .select2-bottomsheet .bs-close,
  .select2-dropdown.mdl_addr-scope .bs-close{
    position:absolute; right:6px; font-size:25px; border:0; background:transparent; padding:6px 10px
  }
  .mdl_addr .select2-bottomsheet .select2-search--dropdown,
  .select2-dropdown.mdl_addr-scope .select2-search--dropdown{
    position:sticky; top:44px; z-index:2; padding:10px 12px; background:#fff; border-bottom:1px solid #f5f5f5
  }
  .mdl_addr .select2-bottomsheet .select2-search__field,
  .select2-dropdown.mdl_addr-scope .select2-search__field{
    width:100%; height:44px; font-size:16px; padding:10px 12px; border:1px solid #d1d5db; border-radius:10px
  }
  .mdl_addr .select2-bottomsheet .select2-results,
  .select2-dropdown.mdl_addr-scope .select2-results{
    max-height:calc(75vh - 44px - 62px); overflow:auto
  }
  .mdl_addr .select2-bottomsheet .select2-results__option,
  .select2-dropdown.mdl_addr-scope .select2-results__option{ padding:16px 16px; font-size:16px }
}
@keyframes bs-slide-up{from{transform:translateY(100%); opacity:.6} to{transform:translateY(0); opacity:1}}
/*New State Bottom Dropdown Ends*/

.promo-banner {
    background-color: #f9f5e8;
    padding: 4px 15px;
    text-align: center;
    font-size: 14px;
    width: 100%;
    box-sizing: border-box;
}
.promo-banner p {
    margin: 0;
    color:#037345;
    padding: 0;
}
.price-inline{
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 5px;
}

.price-inline .text-strikethrough3{
    text-decoration: line-through;
    color: #999;
    margin: 0;
}

.price-inline .discount-green{
    color: #1e7f3b;
    font-weight: 600;
    font-size: 13px;
}

.price-inline  .cusotm-final-price {  
    margin-bottom: 0;
}
.dz-tabs .nav-tabs {
    position: fixed;
    top: 0;
    z-index: 10;
    background: #fff;
    width: 100%;
    padding: 0;
}
.address-box.card.profilebox{
    border-radius: 8px; 
    background-color: #fff;
    -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.07);
    position: relative; 
    overflow: hidden;
	}
	
 .account-wrapper .btn-login {
	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;
}


.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;
}

.promo-banner .swiper-slide {
     background-color: #f9f5e8; 
}

.promo-banner .swiper-button-next:after,.promo-banner  .swiper-button-prev:after {
    font-size: 0.7rem;
    font-weight: 600;
}

/* ============================================
   Home Page Modern Section Styles
   ============================================ */

/* Modern Section Heading Styles */
.section-heading-modern {
	position: relative;
	padding: 0 20px;
	max-width: 800px;
	margin: 0 auto;
}

.heading-decoration {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
	margin-bottom: 20px;
}

.decoration-line {
	width: 60px;
	height: 2px;
	background: linear-gradient(90deg, transparent, #2d8659, transparent);
	position: relative;
}

.decoration-line::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 8px;
	height: 8px;
	background: #2d8659;
	border-radius: 50%;
}

.decoration-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	background: linear-gradient(135deg, rgba(45, 134, 89, 0.1) 0%, rgba(58, 157, 111, 0.1) 100%);
	border-radius: 50%;
	border: 2px solid rgba(45, 134, 89, 0.2);
	transition: all 0.3s ease;
}

.decoration-icon svg {
	width: 24px;
	height: 24px;
}

.section-heading-modern:hover .decoration-icon {
	background: linear-gradient(135deg, rgba(45, 134, 89, 0.2) 0%, rgba(58, 157, 111, 0.2) 100%);
	border-color: rgba(45, 134, 89, 0.4);
	transform: rotate(360deg);
}

.section-title-modern {
	font-size: 28px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 5px;
	color: #1a1a1a;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px;
	position: relative;
}

.title-main {
	color: #333;
	position: relative;
}

.title-highlight {
	color: #2d8659;
	position: relative;
	display: inline-block;
}

.title-highlight::after {
	content: '';
	position: absolute;
	bottom: 5px;
	left: 0;
	width: 100%;
	height: 8px;
	background: linear-gradient(135deg, rgba(45, 134, 89, 0.2) 0%, rgba(58, 157, 111, 0.2) 100%);
	border-radius: 4px;
	z-index: -1;
	transform: skewX(-15deg);
}

.section-subtitle {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
    margin-top: 5px;
    font-weight: 400;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
}

@media (max-width: 768px) {
	.section-title-modern {
		font-size: 32px;
	}
	
	.decoration-line {
		width: 40px;
	}
	
	.decoration-icon {
		width: 40px;
		height: 40px;
	}
	
	.decoration-icon svg {
		width: 20px;
		height: 20px;
	}
	
	.section-subtitle {
		font-size: 14px;
		padding: 0 15px;
        line-height: 1.2;
	}
	
	.section-heading-modern {
		padding: 0 15px;
	}
}

@media (max-width: 576px) {
	.section-title-modern {
		font-size: 24px;
		gap: 5px;
	}
	
	.title-highlight::after {
		height: 6px;
	}
}

/* About Ayurveda Section Styles */
.about-ayurveda-section {
	position: relative;
	overflow: hidden;
}

.about-ayurveda-section::before {
	content: '';
	position: absolute;
	top: -50%;
	right: -10%;
	width: 500px;
	height: 500px;
	background: radial-gradient(circle, rgba(45, 134, 89, 0.05) 0%, transparent 70%);
	border-radius: 50%;
	z-index: 0;
}

.about-ayurveda-section .container {
	position: relative;
	z-index: 1;
}

.feature-item {
	transition: transform 0.3s ease;
}

.feature-item:hover {
	transform: translateX(5px);
}

.feature-item:hover .feature-icon-wrapper {
	background: linear-gradient(135deg, rgba(45, 134, 89, 0.2) 0%, rgba(58, 157, 111, 0.2) 100%);
	border-color: rgba(45, 134, 89, 0.4);
	transform: scale(1.1);
}

.image-wrapper {
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	min-height: 400px;
}

.image-wrapper img {
	border-radius: 20px;
}

.image-wrapper:hover {
	transform: translateY(-10px);
	box-shadow: 0 20px 60px rgba(0,0,0,0.15) !important;
}

@media (max-width: 991px) {
	.image-wrapper {
		min-height: 300px;
	}
	
	.about-ayurveda-section .content-wrapper {
		padding-right: 0 !important;
		margin-bottom: 30px;
	}
	
	.section-heading-large {
		font-size: 28px !important;
	}
	
	.intro-text {
		font-size: 15px !important;
	}
	
	.sub-heading {
		font-size: 22px !important;
	}
}

@media (max-width: 768px) {
	.section-heading-large {
		font-size: 24px !important;
	}
	
	.feature-item {
		margin-bottom: 25px !important;
	}
	
	.feature-icon-wrapper {
		width: 45px !important;
		height: 45px !important;
	}
	
	.feature-icon-wrapper svg {
		width: 20px;
		height: 20px;
	}
}

/* Ensure feature boxes match product card heights */
@media (min-width: 992px) {
	.row.mrow0.align-items-stretch {
		display: flex;
		align-items: stretch;
	}
	
	.col-lg-5 .feature-boxes-grid,
	.col-lg-7 .dz-tabs {
		height: 100%;
	}
	
	.feature-boxes-grid {
		align-content: stretch;
	}
	
	.feature-box {
		transition: transform 0.3s ease, box-shadow 0.3s ease;
		min-height: 0;
		height: 100%;
	}
	
	.feature-box:hover {
		transform: translateY(-5px);
		box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
	}
	
	/* Ensure swiper slides match height */
	.swiper-slide {
		height: auto;
	}
	
	.swiper-slide > .col-12 {
		height: 100%;
	}
}

@media (max-width: 991px) {
	.col-lg-5 {
		margin-top: 30px;
	}
	
	.col-lg-5 .feature-boxes-grid {
		grid-template-columns: 1fr 1fr;
		gap: 15px;
	}
	
	.feature-box {
		margin-bottom: 0;
	}
}

@media (max-width: 576px) {
	.col-lg-5 .feature-boxes-grid {
		grid-template-columns: 1fr;
	}
}

/* Testimonials Section Styles */
.testimonial-card {
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonial-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 5px 20px rgba(0,0,0,0.15) !important;
}

.testimonials-section {
	margin-top: 60px;
}

.swiper-testimonials {
	padding-bottom: 60px;
	position: relative;
}

.swiper-testimonials .swiper-slide {
	height: auto;
}

.testimonials-nav-next,
.testimonials-nav-prev {
	width: 40px;
	height: 40px;
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 2px 10px rgba(0,0,0,0.1);
	color: #2d8659 !important;
	margin-top: 0;
	top: 50%;
	transform: translateY(-50%);
}

.testimonials-nav-next:after,
.testimonials-nav-prev:after {
	font-size: 18px;
	font-weight: 700;
}

.testimonials-pagination {
	position: absolute;
	bottom: 20px !important;
	left: 50% !important;
	transform: translateX(-50%);
	width: auto !important;
	text-align: center;
}

.testimonials-pagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: #2d8659;
	opacity: 0.3;
	margin: 0 5px;
	transition: all 0.3s ease;
}

.testimonials-pagination .swiper-pagination-bullet-active {
	opacity: 1;
	background: #2d8659;
	width: 12px;
	height: 12px;
}

@media (max-width: 991px) {
	.testimonials-section {
		margin-top: 40px;
	}
}

/* Modern Breadcrumb Design */
.breadcrumb-modern-wrapper {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    padding: 5px 0;
    border-bottom: 1px solid #e9ecef;
    margin-bottom: 0;
    position: relative;
}

.breadcrumb-modern-wrapper::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: linear-gradient(90deg, #2d8659 0%, #3a9d6f 100%);
}

.breadcrumb-modern {
	display: flex;
	align-items: center;
	list-style: none;
	padding: 0;
	margin: 0;
	flex-wrap: wrap;
}

.breadcrumb-modern-item {
	display: flex;
	align-items: center;
	font-size: 13px;
	color: #666;
	position: relative;
}

.breadcrumb-modern-item:not(:last-child)::after {
	content: '›';
	display: inline-block;
	margin: 0 12px;
	color: #2d8659;
	font-size: 18px;
	font-weight: 600;
	opacity: 0.7;
}

.breadcrumb-modern-item a {
	color: #2d8659;
	text-decoration: none;
	transition: all 0.3s ease;
	font-weight: 500;
	display: flex;
	align-items: center;
	padding: 4px 8px;
	border-radius: 4px;
}

.breadcrumb-modern-item a:hover {
	color: #3a9d6f;
	background: rgba(45, 134, 89, 0.1);
	text-decoration: none;
}

.breadcrumb-modern-item a::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 6px;
    opacity: 0.8;

    /* Home icon graphic */
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 10.5L12 3l9 7.5V21a1 1 0 0 1-1 1h-5v-6H9v6H4a1 1 0 0 1-1-1v-10.5Z'/%3E%3C/svg%3E") no-repeat center / contain;
            mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 10.5L12 3l9 7.5V21a1 1 0 0 1-1 1h-5v-6H9v6H4a1 1 0 0 1-1-1v-10.5Z'/%3E%3C/svg%3E") no-repeat center / contain;
}


.breadcrumb-modern-item.active {
	color: #333;
	font-weight: 600;
	padding: 4px 8px;
	position: relative;
}

.breadcrumb-modern-item.active::before {
	content: '';
	margin: 0;
}



@media (max-width: 768px) {
	.breadcrumb-modern-wrapper {
		padding: 12px 0;
	}
	
	.breadcrumb-modern-item {
		font-size: 13px;
	}
	
	.breadcrumb-modern-item:not(:last-child)::after {
		margin: 0 8px;
		font-size: 16px;
	}
	
	.breadcrumb-modern-item a,
	.breadcrumb-modern-item.active {
		padding: 3px 6px;
	}
}

.text-left{text-align:left}
.text-right{text-align:right}

/* Product Discount Badge Styles */
.product-discount-badge {
	position: absolute;
	top: 10px;
	right: 10px;
	background: #d32f2f;
	color: #fff;
	padding: 6px 10px;
	border-radius: 6px;
	font-size: 13px;
	font-weight: 700;
	z-index: 2;
	box-shadow: 0 2px 8px rgba(0,0,0,0.15);
	line-height: 1.2;
	white-space: nowrap;
}

.discount-badge-small {
	display: inline-block;
	background: #ffe0e0;
	color: #d32f2f;
	padding: 2px 8px;
	border-radius: 4px;
	font-size: 12px;
	font-weight: 600;
	margin-left: 8px;
	line-height: 1.4;
	white-space: nowrap;
}

@media (max-width: 576px) {
	.product-discount-badge {
		font-size: 11px;
		padding: 4px 8px;
		top: 8px;
		right: 8px;
	}
	
	.discount-badge-small {
		font-size: 11px;
		padding: 2px 6px;
		margin-left: 6px;
	}
}

/* Product Card Layout - Home Page */
.product_mbg .dz-content .price__default {
	min-width: 0;
	flex: 1;
}

.product_mbg .dz-content .shop-meta {
	display: flex;
	align-items: center;
	flex-shrink: 0;
}

.product_mbg .dz-content .shop-meta .broadBtn {
	white-space: nowrap;
	padding: 8px 20px;
	min-width: 140px;
	font-size: 15px;
	font-weight: 600;
	border-radius: 6px;
	transition: all 0.3s ease;
	height: auto;
}

.product_mbg .dz-content .shop-meta .quantity-controls-modern {
	display: flex;
	align-items: center;
	gap: 4px;
	background: #f8f9fa;
	border-radius: 8px;
	padding: 4px;
	border: 1px solid #e9ecef;
	min-width: 120px;
	justify-content: center;
}

.product_mbg .dz-content .shop-meta .quantity-controls-modern .qty-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border: none;
	background: #fff;
	border-radius: 6px;
	cursor: pointer;
	transition: all 0.2s ease;
	color: #2d8659;
}

.product_mbg .dz-content .shop-meta .quantity-controls-modern .qty-btn:hover {
	background: #2d8659;
	color: #fff;
	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-input {
	width: 40px;
	height: 32px;
	text-align: center;
	border: none;
	background: transparent;
	font-size: 15px;
	font-weight: 600;
	color: #333;
	padding: 0;
}

/* Header Icons Styling */
.header-right .nav-item .nav-link {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
}

.header-right .nav-item .nav-link svg {
	transition: all 0.3s ease;
}

.header-right .nav-item .nav-link:hover svg {
	transform: scale(1.1);
	opacity: 0.9;
}

.header-right .nav-item.cart-link .nav-link {
	position: relative;
}

.header-right .nav-item .badge-circle {
	position: absolute;
	top: -6px;
	right: -6px;
	background: #d32f2f;
	color: #fff;
	border-radius: 50%;
	min-width: 18px;
	height: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 11px;
	font-weight: 700;
	padding: 0 4px;
	border: 2px solid #037345;
	box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

@media (max-width: 576px) {
	.product_mbg .dz-content .d-flex.justify-content-between.align-items-end {
		flex-direction: column;
		align-items: stretch !important;
		gap: 12px !important;
	}
	
	.product_mbg .dz-content .price__default {
		width: 100%;
	}
	
	.product_mbg .dz-content .shop-meta {
		width: 100%;
		justify-content: center;
	}
	
	.product_mbg .dz-content .shop-meta .broadBtn {
		width: 100%;
		min-width: auto;
	}
	
	.product_mbg .dz-content .shop-meta .quantity-controls-modern {
		width: 100%;
		justify-content: center;
		min-width: auto;
	}
}

/* Modern Cart Design Styles */
.offcanvas-body {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 0;
}

.product-description {
	display: flex;
	flex-direction: column;
	height: 100%;
	flex: 1;
	min-height: 0;
}

.dz-tabs.mcartd {
	display: flex;
	flex-direction: column;
	height: 100%;
	flex: 1;
	min-height: 0;
}

.tab-content#dz-shopcart-sidebar {
	display: flex;
	flex-direction: column;
	flex: 1;
	min-height: 0;
	overflow: hidden;
}

.tab-pane#shopping-cart-pane {
	display: flex;
	flex-direction: column;
	flex: 1;
	min-height: 0;
	overflow: hidden;
}

.shop-sidebar-cart {
	display: flex;
	flex-direction: column;
	flex: 1;
	min-height: 0;
	overflow: hidden;
}

.shop-sidebar-cart .sidebar-cart-list {
	flex: 1;
	overflow-y: auto;
	padding: 0 20px 20px 20px;
	min-height: 0;
}

/* Cart Sidebar Header Desktop */
.mcartd_head {
	padding: 20px 24px;
	padding-bottom: 18px;
	font-size: 20px;
	font-weight: 600;
	color: #333;
	border-bottom: 2px solid #e9ecef;
	background: #fff;
	position: sticky;
	top: 0;
	z-index: 10;
	margin: 0;
}

.hsidebar-header {
	margin-bottom: 0;
	padding: 0;
}

.shop-sidebar-cart .custom-drawer__footer-modern {
	flex-shrink: 0;
	margin-top: auto;
}

.sidebar-cart-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.cart-item-modern {
	position: relative;
	padding: 18px;
	margin-bottom: 14px;
	background: #fff;
	border-radius: 14px;
	border: 1px solid #e9ecef;
	transition: all 0.3s ease;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.cart-item-modern:hover {
	box-shadow: 0 4px 16px rgba(0,0,0,0.1);
	border-color: #2d8659;
	transform: translateY(-2px);
}

.cart-widget-modern {
	display: flex;
	gap: 12px;
}

.dz-media-modern {
	flex-shrink: 0;
	width: 90px;
	height: 90px;
	border-radius: 10px;
	overflow: hidden;
	background: #f8f9fa;
	border: 1px solid #e9ecef;
	transition: all 0.3s ease;
}

.cart-item-modern:hover .dz-media-modern {
	border-color: #2d8659;
}

.dz-media-modern img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.cart-content-modern {
	flex: 1;
	min-width: 0;
}

.cart-item-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 8px;
}

.cart-item-title {
	font-size: 16px;
	font-weight: 600;
	color: #333;
	margin: 0;
	line-height: 1.4;
	flex: 1;
}

.cart-item-title a {
	color: #333;
	text-decoration: none;
	transition: color 0.2s ease;
}

.cart-item-title a:hover {
	color: #2d8659;
}

.cart-remove-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 8px;
	background: #f8f9fa;
	border: 1px solid #e9ecef;
	cursor: pointer;
	transition: all 0.2s ease;
	flex-shrink: 0;
	margin-left: 8px;
}

.cart-remove-btn:hover {
	background: #ffe0e0;
	border-color: #ffcdd2;
	transform: scale(1.1);
}

.cart-remove-btn:hover svg path {
	stroke: #d32f2f;
}

.cart-item-variation {
	font-size: 13px;
	color: #666;
	margin: 0 0 12px 0;
}

.cart-item-controls {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
}

.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;
    min-width: 130px;
    transition: all 0.3s ease;
}

.quantity-controls-modern:hover {
	border-color: #2d8659;
	background: #fff;
}

.qty-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border: none;
	background: #fff;
	border-radius: 8px;
	cursor: pointer;
	transition: all 0.2s ease;
	color: #2d8659;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.qty-btn:hover {
	background: #2d8659;
	color: #fff;
	transform: scale(1.08);
	box-shadow: 0 2px 6px rgba(45, 134, 89, 0.3);
}

.qty-btn:active {
	transform: scale(0.95);
}

.qty-input {
	width: 40px;
	height: 32px;
	text-align: center;
	border: none;
	background: transparent;
	font-size: 15px;
	font-weight: 600;
	color: #333;
	padding: 0;
}

/* Product Details Page Quantity Controls */
.product-details-page .quantity-controls-modern {
    display: flex;
    align-items: center;
    gap: 4px;
    background: #f8f9fa;
    border-radius: 8px;
    padding:7px 10px;
    border: 1px solid #e9ecef;
    min-width: 120px;
    justify-content: space-between;
    width: 100%;
}

.product-details-page .quantity-controls-modern .qty-btn {
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 35px;
	height: 35px;
	border: none !important;
	background: #fff;
	border-radius: 6px;
	cursor: pointer;
	transition: all 0.2s ease;
	color: #2d8659;
	padding: 0;
	margin: 0;
	font-size: 0;
	line-height: 1;
}

.product-details-page .quantity-controls-modern .qty-btn svg {
	display: block;
	flex-shrink: 0;
}

.product-details-page .quantity-controls-modern .qty-btn:hover {
	background: #2d8659;
	color: #fff;
	transform: scale(1.05);
}

.product-details-page .quantity-controls-modern .qty-btn:active {
	transform: scale(0.95);
}

.product-details-page .quantity-controls-modern .qty-input {
	width: 40px;
	height: 32px;
	text-align: center;
	border: none !important;
	background: transparent;
	font-size: 15px;
	font-weight: 600;
	color: #333;
	padding: 0;
	margin: 0;
	outline: none;
}

@media (max-width: 768px) {
	.product-details-page .quantity-controls-modern {
		width: 100%;
		justify-content: center;
		min-width: auto;
	}
}

.cart-item-price {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 4px;
}

.price-wrapper {
	display: flex;
	align-items: center;
	gap: 8px;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.price-current {
	font-size: 20px;
	font-weight: 700;
	color: #2d8659;
}

.price-original {
	font-size: 15px;
	color: #999;
	text-decoration: line-through;
}

.price-discount {
	font-size: 13px;
	color: #d32f2f;
	background: #ffe0e0;
	padding: 3px 10px;
	border-radius: 6px;
	font-weight: 600;
}

/* Empty Cart */
.cart-empty-modern {
	list-style: none;
	padding: 60px 30px;
	text-align: center;
}

.cart-empty-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
}

.empty-cart-icon {
	opacity: 0.4;
	transition: all 0.3s ease;
}

.empty-cart-icon:hover {
	opacity: 0.6;
	transform: scale(1.05);
}

.empty-cart-icon svg {
	width: 100px;
	height: 100px;
}

.empty-cart-title {
	font-size: 22px;
	font-weight: 600;
	color: #333;
	margin: 0;
}

.empty-cart-text {
	font-size: 15px;
	color: #666;
	margin: 0;
	line-height: 1.6;
}

.btn-shop-now {
	display: inline-block;
	padding: 14px 32px;
	background: linear-gradient(135deg, #037345 0%, #2d8659 100%);
	color: #fff;
	border-radius: 10px;
	text-decoration: none;
	font-weight: 600;
	font-size: 15px;
	transition: all 0.3s ease;
	margin-top: 12px;
	box-shadow: 0 2px 8px rgba(3, 115, 69, 0.2);
}

.btn-shop-now:hover {
	background: linear-gradient(135deg, #2d8659 0%, #037345 100%);
	transform: translateY(-3px);
	box-shadow: 0 4px 14px rgba(3, 115, 69, 0.35);
	color: #fff;
}

/* Cart Footer */
.custom-drawer__footer-modern {
	padding: 24px;
	background: #fff;
	border-top: 1px solid #e9ecef;
	margin-top: auto;
	flex-shrink: 0;
	box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.05);
}

.savings-badge-modern {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 14px 18px;
	background: linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 100%);
	border-radius: 12px;
	margin-bottom: 20px;
	font-size: 15px;
	color: #2d8659;
	box-shadow: 0 2px 8px rgba(45, 134, 89, 0.15);
	transition: all 0.3s ease;
}

.savings-badge-modern:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(45, 134, 89, 0.2);
}

.savings-badge-modern svg {
	flex-shrink: 0;
	width: 20px;
	height: 20px;
}

.savings-badge-modern strong {
	font-weight: 700;
	color: #1b5e20;
	font-size: 16px;
}

.cart-drawer__footer-modern {
	margin-bottom: 20px;
}

.order-details-title {
	font-size: 20px;
	font-weight: 700;
	color: #333;
	margin: 0 0 16px 0;
	padding-bottom: 12px;
	border-bottom: 2px solid #e9ecef;
}

.order-summary-modern {
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.order-summary-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 8px 0;
	transition: all 0.2s ease;
}

.order-summary-row:hover {
	background: #f8f9fa;
	margin: 0 -8px;
	padding: 8px 8px;
	border-radius: 6px;
}

.order-summary-row.order-total {
    border-top: 2px solid #e9ecef;
    padding-top: 16px;
    margin-top: 4px;
}

.summary-label {
	font-size: 16px;
	color: #666;
	font-weight: 500;
}

.summary-value {
	font-size: 16px;
	color: #333;
	font-weight: 600;
}

.order-total .summary-label {
	font-size: 18px;
	font-weight: 600;
	color: #333;
}

.order-total .summary-value {
	font-size: 22px;
	font-weight: 700;
	color: #2d8659;
}

.price-strikethrough {
	font-size: 14px;
	color: #999;
	text-decoration: line-through;
	margin-right: 8px;
	font-weight: 400;
}

.cart__ctas-modern {
	margin-top: 20px;
}

.cart-drawer-checkout-container-modern {
	width: 100%;
}

.btn-proceed-modern {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	width: 100%;
	padding: 18px 28px;
	background: linear-gradient(135deg, #037345 0%, #2d8659 100%);
	color: #fff;
	border: none;
	border-radius: 12px;
	font-size: 17px;
	font-weight: 700;
	text-decoration: none;
	cursor: pointer;
	transition: all 0.3s ease;
	box-shadow: 0 4px 14px rgba(3, 115, 69, 0.35);
	text-transform: uppercase;
	letter-spacing: 0.5px;
	min-height: 56px;
}

.btn-proceed-modern:hover {
	transform: translateY(-3px);
	box-shadow: 0 6px 20px rgba(3, 115, 69, 0.45);
	color: #fff;
	background: linear-gradient(135deg, #2d8659 0%, #037345 100%);
}

.btn-proceed-modern:active {
	transform: translateY(-1px);
	box-shadow: 0 3px 10px rgba(3, 115, 69, 0.3);
}

.btn-proceed-modern .checkoutbtn-text {
	font-weight: 700;
	font-size: 17px;
}

.btn-proceed-modern .payment-icons-wrapper {
	display: flex;
	align-items: center;
	gap: 4px;
}

.btn-proceed-modern .upi-icons {
	height: 22px;
	width: auto;
}

.right-arrow-icon {
	flex-shrink: 0;
}

.purchase-protection-modern {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin-top: 16px;
	font-size: 13px;
	color: #666;
	padding: 0 8px;
}

.purchase-protection-modern svg {
	flex-shrink: 0;
	width: 16px;
	height: 16px;
}

.order_detailsm-modern {
	padding: 16px;
	background: #f8f9fa;
	border-radius: 12px;
	margin: 16px 0;
}

@media (max-width: 576px) {
	.cart-item-modern {
		padding: 12px;
	}
	
	.dz-media-modern {
		width: 70px;
		height: 70px;
	}
	
	.cart-item-title {
		font-size: 14px;
	}
	
	.cart-item-controls {
		flex-direction: column;
		align-items: stretch;
		gap: 12px;
	}
	
	.cart-item-price {
		align-items: flex-start;
	}
	
	.price-wrapper {
		justify-content: flex-start;
	}
}

/* Checkout Page Modern Design */
.checkout-section-header {
	margin-bottom: 24px;
}

.checkout-section-title {
    font-size: 22px;
    font-weight: 600;
    color: #333;
    margin: 0 0 0px 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.checkout-section-subtitle {
	font-size: 14px;
	color: #666;
	margin: 0;
}

/* Checkout Cart Items */
.cart-page-list-modern {
	list-style: none;
	padding: 0;
	margin: 0 0 32px 0;
}

.checkout-cart-item {
	background: #fff;
	border: 1px solid #e9ecef;
	border-radius: 12px;
	padding: 16px;
	margin-bottom: 16px;
	transition: all 0.3s ease;
}

.checkout-cart-item:hover {
	box-shadow: 0 4px 12px rgba(0,0,0,0.08);
	border-color: #2d8659;
}

.product-thumbnail__quantity-modern {
    position: absolute;
    top: 3px;
    left: 3px;
    background: #858482;
    color: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 700;
    z-index: 2;
}

.cart-item-qty-display {
	display: flex;
	align-items: center;
	gap: 6px;
	font-size: 14px;
	color: #666;
}

.qty-label {
	font-weight: 500;
}

.qty-value {
	font-weight: 700;
	color: #2d8659;
}

/* Address Selection */
.address-card-modern-wrapper {
	position: relative;
	margin-bottom: 16px;
}

.address-radio-input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.address-card-modern {
	display: block;
	background: #fff;
	border: 1px solid #e9ecef;
	border-radius: 12px;
	padding: 10px 12px;
	cursor: pointer;
	transition: all 0.3s ease;
	position: relative;
}

.address-card-modern:hover {
	border-color: #2d8659;
	box-shadow: 0 4px 12px rgba(45, 134, 89, 0.1);
}

.address-radio-input:checked + .address-card-modern {
	border-color: #2d8659;
	background: #f0f9f4;
	box-shadow: 0 4px 12px rgba(45, 134, 89, 0.15);
}

.address-card-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
    flex-direction: column;
}

.address-radio-indicator {
	position: absolute;
	top: 10px;
	right: 16px;
	width: 20px;
	height: 20px;
	border: 2px solid #ddd;
	border-radius: 50%;
	background: #fff;
	transition: all 0.3s ease;
}

.address-radio-input:checked + .address-card-modern .address-radio-indicator {
	border-color: #2d8659;
	background: #2d8659;
}

.address-radio-input:checked + .address-card-modern .address-radio-indicator::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 8px;
	height: 8px;
	background: #fff;
	border-radius: 50%;
}

.address-card-main {
	flex: 1;
}

.address-card-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 6px;
}

.address-card-name {
	font-size: 14px;
	font-weight: 600;
	color: #333;
	margin: 0;
}

.address-type-badge {
    display: inline-block;
    padding: 2px 8px;
    background: #d7f1d9;
    color: #2d8659;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 600;
}

.address-card-details {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.address-line {
	font-size: 13px;
	color: #666;
	margin: 0;
	display: flex;
	align-items: center;
	gap: 4px;
}

.address-line svg {
	flex-shrink: 0;
	color: #2d8659;
}

.address-edit-btn {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 5px 10px;
    background: transparent;
    border: 1px solid #dee1e5;
    border-radius: 8px;
    color: #565454;
    font-size: 11px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
}

.address-edit-btn:hover {
	background: #2d8659;
	border-color: #2d8659;
	color: #fff;
}

.address-remove-btn {
	border-color: #f1c0c0;
	color: #b42318;
}

.address-remove-btn:hover {
	background: #dc3545;
	border-color: #dc3545;
	color: #fff;
}

.address-edit-btn svg {
	flex-shrink: 0;
}

.address-add-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 26px 14px;
	border: 1px dashed #ddd;
	background: #f8f9fa;
	cursor: pointer;
	transition: all 0.3s ease;
}

.address-add-card:hover {
	border-color: #2d8659;
	background: #f0f9f4;
}

.address-card-icon {
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #e8f5e9;
	border-radius: 50%;
	margin-bottom: 12px;
}

.address-card-content {
	flex: 1;
}

.address-card-title {
	font-size: 16px;
	font-weight: 600;
	color: #2d8659;
	margin: 0 0 4px 0;
}

.address-card-subtitle {
	font-size: 13px;
	color: #666;
	margin: 0;
}

.addnewm-modern {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 14px;
	color: #2d8659;
	text-decoration: none;
	font-weight: 600;
	margin-left: 12px;
}

.addnewm-modern:hover {
	color: #3a9d6f;
	text-decoration: none;
}

.addnewm-modern svg {
	flex-shrink: 0;
}

/* Offers Card */
.offers-card-modern {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 16px;
	background: #fff;
	border: 1px solid #e9ecef;
	border-radius: 12px;
	cursor: pointer;
	transition: all 0.3s ease;
	margin-bottom: 20px;
}

.offers-card-modern:hover {
	border-color: #2d8659;
	box-shadow: 0 4px 12px rgba(45, 134, 89, 0.1);
}

.offers-left-modern {
	display: flex;
	align-items: center;
	gap: 12px;
	flex: 1;
}

.offers-icon-modern {
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #e8f5e9;
	border-radius: 12px;
	flex-shrink: 0;
}

.offers-text-modern {
	flex: 1;
}

.offers-title-modern {
	font-size: 16px;
	font-weight: 600;
	color: #333;
	margin: 0 0 4px 0;
}

.offers-sub-modern {
	font-size: 13px;
	color: #666;
	margin: 0;
}

.offers-right-modern {
	display: flex;
	align-items: center;
	color: #2d8659;
	flex-shrink: 0;
}

/* Bill Summary */
.bill-summary-title-modern {
	font-size: 20px!important;
	font-weight: 700;
	color: #333;
	margin: 0 0 20px 0;
	display: flex;
	align-items: center;
	gap: 10px;
}

.bill-summary-title-modern svg {
	flex-shrink: 0;
}

.bill-summary-modern {
	background: #f8f9fa;
	border-radius: 12px;
	padding: 20px;
	margin-bottom: 20px;
}

.bill-summary-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 12px 0;
	border-bottom: 1px solid #e9ecef;
}

.bill-summary-row:last-child {
	border-bottom: none;
}

.bill-label {
	font-size: 15px;
	color: #666;
	font-weight: 500;
}

.bill-value {
	font-size: 15px;
	color: #333;
	font-weight: 600;
}

.bill-value-green {
	color: #2d8659;
}

.bill-summary-total {
	background: linear-gradient(135deg, #f0f9f4 0%, #e8f5e9 100%);
	border-radius: 12px;
	padding: 14px 20px;
	margin-top: 20px; 
}

.bill-total-row {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 16px;
}

.bill-total-label {
	display: flex;
	flex-direction: column;
	gap: 0px;
}

.bill-total-label > span:first-child {
	font-size: 16px;
	font-weight: 700;
	color: #333;
}

.bill-total-note {
	font-size: 12px;
	color: #666;
}

.bill-total-value-wrapper {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 0px;
}

.bill-total-amount {
	font-size: 20px;
	font-weight: 700;
	color: #2d8659;
}

.bill-saving {
	font-size: 13px;
	color: #1b5e20;
	font-weight: 600;
}

/* Payment Option */
.payment-option-modern {
	margin-bottom: 24px;
}

.payment-option-card {
	position: relative;
}

.payment-radio-input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.payment-option-label {
	display: block;
	cursor: pointer;
}

.payment-option-content {
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 16px;
	background: #fff;
	border: 1px solid #e9ecef;
	border-radius: 12px;
	transition: all 0.3s ease;
	position: relative;
}

.payment-radio-input:checked + .payment-option-label .payment-option-content {
	border-color: #2d8659;
	background: #f0f9f4;
	box-shadow: 0 4px 12px rgba(45, 134, 89, 0.1);
}

.payment-option-icon {
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #e8f5e9;
	border-radius: 12px;
	flex-shrink: 0;
}

.payment-option-text {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 0px;
}

.payment-option-title {
	font-size: 16px;
	font-weight: 600;
	color: #333;
}

.payment-option-amount {
	font-size: 18px;
	font-weight: 700;
	color: #2d8659;
}

.payment-radio-indicator {
    position: relative;
	width: 20px;
	height: 20px;
	border: 2px solid #ddd;
	border-radius: 50%;
	background: #fff;
	transition: all 0.3s ease;
	flex-shrink: 0;
}

.payment-radio-input:checked + .payment-option-label .payment-radio-indicator {
	border-color: #2d8659;
	background: #2d8659;
}

.payment-radio-input:checked + .payment-option-label .payment-radio-indicator::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 8px;
	height: 8px;
	background: #fff;
	border-radius: 50%;
}

/* Checkout Footer */
.checkout-footer-modern {
	margin-top: 24px;
}

.checkout-proceed-modern {
	margin-top: 20px;
}

.btn-proceed-checkout {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	width: 100%;
	padding: 18px 28px;
	background: linear-gradient(135deg, #2d8659 0%, #3a9d6f 100%);
	color: #fff;
	border: none;
	border-radius: 12px;
	font-size: 17px;
	font-weight: 700;
	cursor: pointer;
	transition: all 0.3s ease;
	box-shadow: 0 4px 16px rgba(45, 134, 89, 0.35);
	position: relative;
	overflow: hidden;
}

.btn-proceed-checkout::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
	transition: left 0.5s ease;
}

.btn-proceed-checkout:hover::before {
	left: 100%;
}

.btn-proceed-checkout:hover {
	transform: translateY(-3px);
	box-shadow: 0 8px 24px rgba(45, 134, 89, 0.45);
	color: #fff;
	background: linear-gradient(135deg, #3a9d6f 0%, #2d8659 100%);
}

.btn-proceed-checkout:active {
	transform: translateY(-1px);
	box-shadow: 0 4px 16px rgba(45, 134, 89, 0.35);
}

.btn-proceed-checkout .checkoutbtn-text {
	font-weight: 700;
	letter-spacing: 0.5px;
}

.payment-icons-wrapper {
	display: flex;
	align-items: center;
	padding: 4px 8px;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 6px;
}

.btn-proceed-checkout .upi-icons {
	height: 22px;
	width: auto; 
}

.proceed-arrow-icon {
	flex-shrink: 0;
	transition: transform 0.3s ease;
}

.btn-proceed-checkout:hover .proceed-arrow-icon {
	transform: translateX(4px);
}

/* Trust Badges */
.trust-badges-modern {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-top: 24px;
	padding: 20px;
	background: #f8f9fa;
	border-radius: 12px;
	flex-wrap: wrap;
}

.trust-badge-item {
	flex: 1;
	min-width: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 8px;
	background: #fff;
	border-radius: 8px;
	transition: all 0.3s ease;
	border: 1px solid #e9ecef;
}

.trust-badge-item:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(0,0,0,0.1);
	border-color: #2d8659;
}

.trust-badge-img {
	width: 100%;
	height: auto;
	max-width: 100px;
	max-height: 60px;
	object-fit: contain;
	filter: grayscale(20%);
	transition: filter 0.3s ease;
}

.trust-badge-item:hover .trust-badge-img {
	filter: grayscale(0%);
}

@media (max-width: 768px) {
	.trust-badges-modern {
		gap: 8px;
		padding: 16px;
	}
	
	.trust-badge-item {
		flex: 0 0 calc(50% - 4px);
		padding: 6px;
	}
	
	.trust-badge-img {
		max-width: 80px;
		max-height: 50px;
	}
	
	.btn-proceed-checkout {
		padding: 16px 24px;
		font-size: 16px;
	}
}

/* ============================================
   MODAL OFFERS - MODERN DESIGN
   ============================================ */

.modal-offers-wrapper {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	background: #fff;
}

.modal-offers-container {
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
}

/* Header Section */
.modal-offers-header {
	background: linear-gradient(135deg, #2d8659 0%, #037345 100%);
	padding: 24px 20px;
	position: relative;
	overflow: hidden;
}

.modal-offers-header::before {
	content: '';
	position: absolute;
	top: -50%;
	right: -10%;
	width: 200px;
	height: 200px;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 50%;
}

.modal-offers-header::after {
	content: '';
	position: absolute;
	bottom: -30%;
	left: -5%;
	width: 150px;
	height: 150px;
	background: rgba(255, 255, 255, 0.08);
	border-radius: 50%;
}

.modal-offers-header-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	z-index: 1;
}

.modal-offers-header-text {
	flex: 1;
}

.modal-offers-title {
	display: flex;
	align-items: center;
	gap: 12px;
	font-size: 28px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 6px;
	line-height: 1.2;
}

.modal-offers-title-icon {
	flex-shrink: 0;
	color: #fff;
}

.modal-offers-subtitle {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.9);
	font-weight: 400;
}

.modal-offers-header-icon {
	flex-shrink: 0;
	opacity: 0.3;
	animation: float 3s ease-in-out infinite;
}

@keyframes float {
	0%, 100% {
		transform: translateY(0px);
	}
	50% {
		transform: translateY(-10px);
	}
}

/* Input Section */
.modal-offers-input-section {
	padding: 20px;
	background: #fff;
	border-bottom: 1px solid #e9ecef;
}

.modal-offers-form {
	width: 100%;
}

.modal-offers-input-wrapper {
	position: relative;
	display: flex;
	align-items: center;
	background: #f8f9fa;
	border: 2px solid #e9ecef;
	border-radius: 12px;
	padding: 0 12px;
	transition: all 0.3s ease;
}

.modal-offers-input-wrapper:focus-within {
	border-color: #2d8659;
	background: #fff;
	box-shadow: 0 0 0 3px rgba(45, 134, 89, 0.1);
}

.modal-offers-input-icon {
	position: absolute;
	left: 16px;
	color: #6c757d;
	pointer-events: none;
	z-index: 1;
}

.modal-offers-input {
	flex: 1;
	border: none;
	background: transparent;
	padding: 14px 16px 14px 48px;
	font-size: 15px;
	font-weight: 500;
	color: #333;
	outline: none;
	width: 100%;
}

.modal-offers-input::placeholder {
	color: #adb5bd;
	font-weight: 400;
}

.modal-offers-apply-btn {
	display: flex;
	align-items: center;
	gap: 6px;
	padding: 10px 20px;
	background: #2d8659;
	color: #fff;
	border: none;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.3s ease;
	margin-left: 8px;
	white-space: nowrap;
}

.modal-offers-apply-btn:hover {
	background: #037345;
	transform: translateY(-1px);
	box-shadow: 0 4px 12px rgba(45, 134, 89, 0.3);
}

.modal-offers-apply-btn:active {
	transform: translateY(0);
}

.modal-offers-apply-btn svg {
	flex-shrink: 0;
}

/* Offers List */
.modal-offers-list {
	flex: 1;
	overflow-y: auto;
	padding: 16px;
	background: #f8f9fa;
}

/* Offer Card */
.modal-offer-card {
	background: #fff;
	border: 1px solid #e9ecef;
	border-radius: 12px;
	margin-bottom: 16px;
	overflow: hidden;
	transition: all 0.3s ease;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}

.modal-offer-card:hover {
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
	transform: translateY(-2px);
	border-color: #2d8659;
}

.modal-offer-card-content {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	padding: 20px;
}

.modal-offer-icon-wrapper {
	flex-shrink: 0;
	width: 56px;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(45, 134, 89, 0.1);
	border-radius: 12px;
}

.modal-offer-icon-wrapper svg {
	width: 48px;
	height: 48px;
}

.modal-offer-details {
	flex: 1;
	min-width: 0;
}

.modal-offer-title {
	font-size: 16px;
	font-weight: 600;
	color: #212529;
	margin-bottom: 6px;
	line-height: 1.4;
}

.modal-offer-description {
	font-size: 13px;
	color: #6c757d;
	line-height: 1.5;
}

.modal-offer-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 14px 20px;
	background: #f8f9fa;
	border-top: 1px solid #e9ecef;
}

.modal-offer-code {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	color: #495057;
}

.modal-offer-code-label {
	color: #6c757d;
}

.modal-offer-code-value {
	color: #2d8659;
	font-weight: 700;
	font-size: 15px;
	letter-spacing: 0.5px;
}

.modal-offer-apply-btn {
	display: flex;
	align-items: center;
	gap: 6px;
	padding: 8px 18px;
	background: #2d8659;
	color: #fff;
	border: none;
	border-radius: 8px;
	font-size: 13px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.3s ease;
	text-decoration: none;
}

.modal-offer-apply-btn:hover {
	background: #037345;
	transform: translateX(2px);
	box-shadow: 0 2px 8px rgba(45, 134, 89, 0.3);
}

.modal-offer-apply-btn:active {
	transform: translateX(0);
}

.modal-offer-apply-btn svg {
	flex-shrink: 0;
}

/* Empty State */
.modal-offers-empty {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 400px;
	padding: 40px 20px;
}

.modal-offers-empty-content {
	text-align: center;
	max-width: 300px;
}

.modal-offers-empty-icon {
	margin-bottom: 24px;
	opacity: 0.6;
}

.modal-offers-empty-title {
	font-size: 20px;
	font-weight: 600;
	color: #212529;
	margin-bottom: 8px;
}

.modal-offers-empty-message {
	font-size: 14px;
	color: #6c757d;
	line-height: 1.6;
}

/* Responsive Design */
@media (max-width: 768px) {
	.modal-offers-header {
		padding: 20px 16px;
	}
	
	.modal-offers-title {
		font-size: 24px;
	}
	
	.modal-offers-subtitle {
		font-size: 13px;
	}
	
	.modal-offers-header-icon {
		width: 60px;
		height: 60px;
	}
	
	.modal-offers-header-icon svg {
		width: 60px;
		height: 60px;
	}
	
	.modal-offers-input-section {
		padding: 16px;
	}
	
	.modal-offers-input-wrapper {
		flex-direction: column;
		align-items: stretch;
		padding: 0;
	}
	
	.modal-offers-input {
		padding: 12px 16px;
		border-radius: 12px 12px 0 0;
	}
	
	.modal-offers-apply-btn {
		width: 100%;
		justify-content: center;
		margin-left: 0;
		border-radius: 0 0 12px 12px;
		padding: 12px 20px;
	}
	
	.modal-offers-list {
		padding: 12px;
	}
	
	.modal-offer-card-content {
		padding: 16px;
	}
	
	.modal-offer-footer {
		flex-direction: column;
		align-items: stretch;
		gap: 12px;
		padding: 12px 16px;
	}
	
	.modal-offer-apply-btn {
		width: 100%;
		justify-content: center;
	}
}

@media (max-width: 768px) {
	.checkout-section-title {
		font-size: 20px;
	}
	
	.address-card-modern {
		padding: 16px;
	}
	
	.bill-summary-modern {
		padding: 16px;
	}
	
	.bill-total-amount {
		font-size: 20px;
	}
}

/* ============================================
   MODERN ACCOUNTS PAGE DESIGN - DESKTOP & MOBILE
   ============================================ */

.accounts-page-modern {
	padding: 0 16px 24px;
	max-width: 1200px;
	margin: 0 auto;
}

/* Header Section */
.account-header-modern {
	background: linear-gradient(135deg, #2d8659 0%, #037345 100%);
	border-radius: 16px;
	padding: 32px 28px;
	margin: 24px 0 28px;
	box-shadow: 0 4px 12px rgba(3, 115, 69, 0.2);
}

.account-user-info,
.account-guest-info {
	display: flex;
	align-items: center;
	gap: 20px;
}

.account-avatar {
	flex-shrink: 0;
	width: 70px;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.account-user-details,
.account-guest-details {
	flex: 1;
	min-width: 0;
}

.account-user-name {
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	margin: 0 0 10px 0;
	line-height: 1.3;
}

.account-user-contact {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 16px;
}

.account-contact-item {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.95);
}

.account-contact-item svg {
	flex-shrink: 0;
	opacity: 0.9;
}

.account-guest-title {
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	margin: 0 0 6px 0;
}

.account-guest-subtitle {
	font-size: 15px;
	color: rgba(255, 255, 255, 0.9);
	margin: 0 0 16px 0;
}

.account-login-btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background: #fff;
	color: #037345;
	padding: 12px 24px;
	border-radius: 10px;
	font-size: 15px;
	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: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 20px;
	margin-bottom: 32px;
}

.account-action-card {
	display: flex;
	align-items: center;
	gap: 20px;
	background: #fff;
	border-radius: 14px;
	padding: 24px;
	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: 64px;
	height: 64px;
	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: 18px;
	font-weight: 600;
	color: #212529;
	margin: 0 0 6px 0;
}

.account-action-content p {
	font-size: 14px;
	color: #6c757d;
	margin: 0;
	line-height: 1.5;
}

.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: 32px;
}

.account-menu-title {
	font-size: 20px;
	font-weight: 600;
	color: #212529;
	margin: 0 0 20px 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: 20px;
	padding: 18px 24px;
	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: 28px;
}

.account-menu-icon {
	width: 44px;
	height: 44px;
	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: 16px;
	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: 32px 0;
	display: flex;
	justify-content: center;
}

.account-logout-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	background: #fff;
	color: #dc3545;
	padding: 16px 40px;
	border-radius: 12px;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	border: 2px solid #dc3545;
	transition: all 0.3s ease;
	min-width: 220px;
}

.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: 24px 0 32px;
}

.account-footer-modern p {
	font-size: 14px;
	color: #6c757d;
	margin: 0;
}

/* Responsive adjustments for smaller screens */
@media (max-width: 768px) {
	.accounts-page-modern {
		padding: 0 16px 24px;
	}

	.account-header-modern {
		padding: 24px 20px;
		margin: 16px 0 20px;
	}

	.account-avatar {
		width: 60px;
		height: 60px;
	}

	.account-user-name,
	.account-guest-title {
		font-size: 20px;
	}

	.account-user-contact {
		flex-direction: column;
		gap: 6px;
	}

	.account-contact-item {
		font-size: 13px;
	}

	.account-quick-actions {
		grid-template-columns: 1fr;
		gap: 12px;
		margin-bottom: 24px;
	}

	.account-action-card {
		padding: 18px 20px;
		gap: 16px;
	}

	.account-action-icon {
		width: 56px;
		height: 56px;
	}

	.account-action-content h4 {
		font-size: 16px;
	}

	.account-action-content p {
		font-size: 13px;
	}

	.account-menu-modern {
		margin-bottom: 24px;
	}

	.account-menu-title {
		font-size: 18px;
		margin-bottom: 16px;
	}

	.account-menu-item {
		padding: 16px 20px;
		gap: 16px;
	}

	.account-menu-icon {
		width: 40px;
		height: 40px;
	}

	.account-menu-text {
		font-size: 15px;
	}

	.account-logout-section {
		margin: 24px 0;
	}

	.account-logout-btn {
		padding: 14px 32px;
		font-size: 15px;
		min-width: 200px;
	}

	.account-footer-modern {
		padding: 20px 0 24px;
	}

	.account-footer-modern p {
		font-size: 13px;
	}
}