.modal-content-wrapper {
    padding: 34px 26px 28px;
    background: linear-gradient(135deg, #fafafa 0%, #e5e8ec 100%);
    border-radius: 20px 20px 40px 40px;
}
.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;
	opacity: .5;
	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: 20px 57px
}

.speedoweblogo {
	display: flex;
	flex-direction: column;
	line-height: 0;
	width: 100%;
	color: #221f20
}

.header-content {
	color: #221f20;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-align: center;
	margin-bottom: 34px
}

.phone-input {
	display: flex;
	justify-content: center;
	flex-direction: column;
	width: 100%
}

.phone-entry {
	display: flex;
	align-items: center;
	padding: 11.5px 16px;
	line-height: 0;
	min-height: 48px;
	border-radius: 8px;
	border: 1px solid rgb(34 31 32 / .5);
	font-size: 14px;
	color: #221f20
}

@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
}

.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: linear-gradient(146deg, #122051 -33.36%, #122051 139.52%);
	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: 48px;
	border-radius: 10px;
	border: none;
	background: linear-gradient(146deg, #122051 -33.36%, #122051 139.52%);
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: .28px;
	text-transform: uppercase
}

.common-btn-styling:disabled,
.otp-verification:disabled {
	cursor: not-allowed
}

.modal-footer-wrapper {
	font-weight: 400;
	text-align: center;
	font-size: 14px;
	margin-top: 10px
}

.modal-footer-wrapper .footer-policy-wrapper a {
	text-decoration: none;
	color: #428bc1;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px
}

.rapl-logo {
	height: 100px;
	width: auto
}

.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: linear-gradient(146deg, #122051 -33.36%, #122051 139.52%);
	display: flex;
	background-color: #0000;
	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;
	letter-spacing: 2px
}

.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: 10px;
	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: #6bbd7c
}

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: linear-gradient(146deg, #122051 -33.36%, #122051 139.52%);
	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: #122051;
	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: linear-gradient(146deg, #122051 -33.36%, #122051 139.52%);
	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: #122051!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: linear-gradient(146deg, #122051 -33.36%, #122051 139.52%);
	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 #12205142
}

.is-fixed .scenter {
	border-top: 0 solid #12205142
}

.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: 33.33%
}

.hdriht {
	display: flex;
	justify-content: flex-end
}

.site-header.style-2 .main-bar {
	border-bottom: 0 solid #12205140
}

.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: linear-gradient(146deg, #122051 -33.36%, #122051 139.52%);
	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: #122051!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: #122051;
	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: #122051;
	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, #1220513.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: #122051;
	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: #122051;
	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: #122051
}

.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: linear-gradient(146deg, #122051 -33.36%, #122051 139.52%);
	display: flex;
	background-color: #0000;
	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: #bdecca
}

.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: #78b933 !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: #122051
}

.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: #122051
}

.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: #122051;
	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 #122051
}

.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 #122051
}

.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: #122051e0;
	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: #122051;
	text-align: center;
}

.addressing-content h1 {
	color: #fff;
	font-size: 22px;
	text-align: center;
	padding: 6px 0;
	margin-bottom: 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: #122051;
	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: 0px;
    line-height: 30px;
    margin-top: 1rem;
}

.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: #9db64d;
	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: #122051!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
}

video {
	border-radius: 15px;
	width: 100%;
	height: auto
}

.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: #122051
}

.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: #1220515e;
	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: #122051;
	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: 14px !important;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	background-color: #39a2e9;
	border-radius: .25em;
	border: 1px solid #39a2e9;
	padding: 6px 10px;
	float: right;
	height: 30px;
	position: relative;
	top: -6px;
	margin-right: 0 !important
}

.call-bill {
	padding: 10px 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: #122051;
	font-size: 18px;
	margin-left: auto;
	font-weight: 700;
	line-height: 24px
}

.order-bill-slip {
	margin-left: auto
}

.bill-btn5 {
	display: block;
	background: #122051;
	color: #fff;
	padding: 4px 12px;
	font-weight: 500;
	border-radius: 5px
}

.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 #122051!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:#122051}

/* 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:#122051!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*/
.product-tabs .product_mbg{margin-bottom: 15px;}

/* Site Header Sticky */
.site-header {
    position: sticky;
    z-index: 99;
    top: 0;
    transition: box-shadow 0.3s ease;
}

/* Add box-shadow only when scrolled */
.site-header.scrolled {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}

/* House Badge - Reusable across pages */
.house-badge {
    display: inline-block;
    background: #122051;
    color: white;
    padding: 4px 12px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 600;
    margin-top: 4px;
}

/* Product Header - Name, House, Quantity on same line */
.product-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 6px;
}

.product-house {
    display: inline-block;
    background: #122051;
    color: white;
    padding: 3px 10px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 600;
    margin-left: 10px;
}

.product-qty-badge {
    display: inline-block;
    background: #28a745;
    color: white;
    padding: 3px 10px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 600;
    margin-left: 5px;
}

/* Product Title - 2 lines with ellipsis */
.title-text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4;
    max-height: 2.8em; /* 2 lines * line-height */
}

/* Home page badges - no left margin */
.badge-group .product-house {
    margin-left: 0;
}

.badge-group .product-qty-badge {
    margin-left: 5px;
}

/* ========================================
   KIT DETAILS PAGE STYLES
   ======================================== */
/* Kit Details Layout */
.kit-details-page .kit-details-container {
    padding: 20px 0;
}

.kit-details-page .kit-header {
    background: linear-gradient(135deg, #122051 0%, #1a2d6b 100%);
    padding: 15px 0;
    margin-bottom: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Kit Title */
.kit-details-page .kit-title {
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 8px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

/* Info Row - Child Info + Kit Badges */
.kit-details-page .kit-info-row {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

/* Child Information Badge - Scoped to Kit Details */
.kit-details-page .child-info-header {
    display: inline-flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.15);
    color: #ffffff;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 13px;
    font-weight: 500;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.kit-details-page .child-name {
    display: inline;
    margin-right: 6px;
    color: #ffffff;
}

.kit-details-page .child-name i {
    color: #ffd700;
    margin-right: 5px;
    font-size: 12px;
}

.kit-details-page .child-details {
    display: inline;
    color: #ffffff;
}

/* Kit Info Badges */
.kit-details-page .kit-info {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.kit-details-page .kit-info-badge {
    display: inline-flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.15);
    color: #ffffff;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 13px;
    font-weight: 500;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.kit-details-page .kit-info-badge i {
    margin-right: 5px;
    color: #ffd700;
    font-size: 12px;
}

/* Products Section */
.kit-details-page .products-section {
    padding-right: 15px;
}

.kit-details-page .product-item {
    background: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 15px;
    display: flex;
    gap: 15px;
    transition: all 0.3s ease;
}

.kit-details-page .product-item:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-color: #122051;
}

.kit-details-page .product-image-section {
    flex-shrink: 0;
    width: 120px;
}

.kit-details-page .product-image {
    width: 100%;
    height: 120px;
    object-fit: cover;
    border-radius: 6px;
    border: 1px solid #f0f0f0;
}

.kit-details-page .product-details-section {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.kit-details-page .product-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 6px;
}

.kit-details-page .product-name {
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
    flex: 1;
}

.kit-details-page .product-type-badge {
    display: inline-block;
    background: #f0f0f0;
    padding: 2px 10px;
    border-radius: 5px;
    font-size: 12px;
    color: #666;
    margin-bottom: 5px;
    width: fit-content;
}

.kit-details-page .size-info-section {
    margin-top: 10px;
}

.kit-details-page .size-info-label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #333;
    margin-bottom: 6px;
}

.kit-details-page .size-options-display {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.kit-details-page .size-btn {
    padding: 6px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: white;
    color: #333;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 40px;
    text-align: center;
}

.kit-details-page .size-btn:hover {
    border-color: #122051;
    color: #122051;
}

.kit-details-page .size-btn.selected {
    border-color: #122051;
    background: #122051;
    color: white;
}

.kit-details-page .qty-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
}

.kit-details-page .qty-label {
    font-size: 13px;
    font-weight: 500;
    color: #666;
    padding-left: 2px;
}

.kit-details-page .qty-display {
    padding: 10px 20px;
    background: #f7f7f7;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    min-width: 60px;
    text-align: center;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.kit-details-page .add-to-cart-btn {
    background: #122051;
    color: white;
    border: none;
    padding: 10px 24px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    height: 40px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.kit-details-page .add-to-cart-btn:hover {
    background: #1a2d6b;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(18, 32, 81, 0.3);
}

/* Cart Summary Section */
.kit-details-page .cart-summary {
    position: sticky;
    top: 100px;
    background: #f8f9fa;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    display: block;
}

.kit-details-page .cart-summary.updated {
    animation: slideIn 0.3s ease;
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.kit-details-page .summary-header {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
    padding-bottom: 12px;
    border-bottom: 2px solid #e0e0e0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.kit-details-page .summary-header-icon {
    width: 24px;
    height: 24px;
    background: #122051;
    color: white;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.kit-details-page .summary-products {  
    max-height: 300px;
    overflow-y: auto;
    min-height: 100px;
}

.kit-details-page .empty-cart-message {
    text-align: center;
    padding: 30px 20px;
    color: #999;
}

.kit-details-page .empty-cart-icon {
    font-size: 48px;
    margin-bottom: 10px;
    opacity: 0.5;
}

.kit-details-page .empty-cart-text {
    font-size: 14px;
    color: #666;
}

.kit-details-page .summary-product-item {
    background: #fafafa;
    position: relative;
    display: flex !important;
    gap: 0 !important;
    flex-direction: column;
    border: 1px solid #221f201a;
    box-shadow: 0 0 8px #221f2014;
    border-radius: 13px;
    padding: 7px;
    margin-bottom: 10px !important;
}

.kit-details-page .summary-product-item:last-child {
    margin-bottom: 0;
}

.kit-details-page .summary-product-name {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 4px;
}

.kit-details-page .summary-product-meta {
    font-size: 12px;
    color: #666;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.kit-details-page .summary-product-qty {
    color: #122051;
    font-weight: 600;
    background: white;
    padding: 2px 8px;
    border-radius: 4px;
}

.kit-details-page .summary-size-value {
    color: #122051;
    font-weight: 600;
}

.kit-details-page .remove-item-btn {
    position: absolute;
    top: 8px;
    right: 8px;
    background: #dc3545;
    color: white;
    border: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 12px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    opacity: 0.7;
}

.kit-details-page .remove-item-btn:hover {
    opacity: 1;
    background: #c82333;
    transform: scale(1.1);
}

.kit-details-page .summary-footer {
    background: white;
    border-radius: 6px;
    padding: 15px;
}

.kit-details-page .summary-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px dashed #e0e0e0;
}

.kit-details-page .summary-total:last-of-type {
    border-bottom: 2px solid #122051;
    padding-bottom: 12px;
    margin-bottom: 12px;
}

.kit-details-page .summary-total-label {
    font-size: 14px;
    color: #666;
}

.kit-details-page .summary-total-value {
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

.kit-details-page .summary-total.final-total .summary-total-label {
    font-size: 16px;
    font-weight: 700;
    color: #333;
}

.kit-details-page .summary-total.final-total .summary-total-value {
    font-size: 18px;
    font-weight: 700;
    color: #122051;
}

.kit-details-page .checkout-btn {
    width: 100%;
    background: #122051;
    color: white;
    border: none;
    padding: 14px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.kit-details-page .checkout-btn:hover {
    background: #1a2d6b;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(18, 32, 81, 0.3);
}

.kit-details-page .clear-all-btn {
    width: 100%;
    background: #dc3545;
    color: white;
    border: none;
    padding: 10px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-bottom: 10px;
}

.kit-details-page .clear-all-btn:hover {
    background: #c82333;
    transform: translateY(-1px);
    box-shadow: 0 3px 8px rgba(220, 53, 69, 0.3);
}

.kit-details-page .clear-all-btn i {
    margin-right: 5px;
}

/* Scrollbar Styling */
.kit-details-page .summary-products::-webkit-scrollbar {
    width: 6px;
}

.kit-details-page .summary-products::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.kit-details-page .summary-products::-webkit-scrollbar-thumb {
    background: #122051;
    border-radius: 10px;
}

.kit-details-page .summary-products::-webkit-scrollbar-thumb:hover {
    background: #1a2d6b;
}

/* Responsive */
@media (max-width: 768px) {
    .kit-details-page .product-item {
        flex-direction: column;
    }
    
    .kit-details-page .product-image-section {
        width: 100%;
    }
    
    .kit-details-page .product-image {
        height: 200px;
    }
    
    .kit-details-page .cart-summary {
        position: relative;
        top: 0;
        margin-top: 30px;
    }
}

/* ========================================
   HEADER STYLES (from header.php)
   ======================================== */
.login-text-container {
    background: #122051 !important;
    border-radius: 0.5rem;
}

.spinner-square {
    display: flex;
    flex-direction: row;
    width: 40px;
    min-height: 100px;
}

.spinner-square>.square {
    width: 9px;
    height: 40px;
    margin: auto auto;
    border-radius: 4px;
}

.square-1 {
    animation: square-anim 1200ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s infinite;
}

.square-2 {
    animation: square-anim 1200ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 200ms infinite;
}

.square-3 {
    animation: square-anim 1200ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 400ms infinite;
}

@keyframes square-anim {
    0% {
        height: 40px;
        background-color: #e6e6e6;
    }

    20% {
        height: 40px;
    }

    40% {
        height: 60px;
        background-color: #e6e6e6;
    }

    80% {
        height: 40px;
    }

    100% {
        height: 40px;
        background-color: #e6e6e6;
    }
}

.mobile-search input {
    height: 40px;
    padding: 8px 35px 8px 8px;
    font-size: 14px;
    border-radius: 50px !important;
}

.mobile-search div {
    top: 7px;
    right: 10px;
}

.box-container {
    font-size: 16px;
    font-weight: 400;
    color: #262525;
}

/* User Dropdown Styles */
.user-dropdown-wrapper {
    position: relative;
}

.user-dropdown {
    position: relative;
}

.user-dropdown-toggle {
    display: flex;
    align-items: center;
    gap: 4px;
    cursor: pointer;
    padding: 8px 12px;
    border-radius: 8px;
    transition: background 0.3s ease;
}

.user-dropdown-toggle:hover {
    background: #f5f5f5;
}

.dropdown-arrow {
    transition: transform 0.3s ease;
    margin-left: 2px;
}

.user-dropdown.active .dropdown-arrow {
    transform: rotate(180deg);
}

.user-dropdown-menu {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    min-width: 280px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 9999;
    overflow: hidden;
}

.user-dropdown.active .user-dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.user-dropdown-header {
    padding: 16px;
    background: linear-gradient(135deg, #122051 0%, #1a2d6b 100%);
    color: white;
}

.user-info {
    display: flex;
    align-items: center;
    gap: 12px;
}

.user-icon {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.user-details {
    display: flex;
    flex-direction: column;
    gap: 2px;
    overflow: hidden;
}

.user-name {
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.user-email {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.user-dropdown-divider {
    height: 1px;
    background: #e8e8e8;
    margin: 0;
}

.user-dropdown-list {
    list-style: none;
    padding: 4px 0;
    margin: 0;
    display: block;
}

.user-dropdown-list li {
    margin: 0;
    display: block;
    width: 100%;
    padding: 0;
}

.user-dropdown-list a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 16px;
    color: #333;
    text-decoration: none;
    transition: all 0.2s ease;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    width: 100%;
    box-sizing: border-box;
}

.user-dropdown-list a:hover {
    background: #f8f9fa;
    color: #122051;
}

.user-dropdown-list a svg {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    display: block;
}

.user-dropdown-list a span {
    flex: 1;
    display: block;
    white-space: nowrap;
}

.user-dropdown-list a:hover svg path {
    stroke: #122051;
}

.user-dropdown-divider {
    height: 1px;
    background: #e8e8e8;
    margin: 4px 0;
}

.user-dropdown-footer {
    padding: 4px 0;
}

.logout-btn {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 16px;
    color: #dc3545;
    text-decoration: none;
    transition: all 0.2s ease;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    box-sizing: border-box;
}

.logout-btn:hover {
    background: #fef2f2;
    color: #dc3545;
}

.logout-btn svg {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    display: block;
}

.logout-btn:hover svg path {
    stroke: #c82333;
}

/* Mobile Responsive for User Dropdown */
@media (max-width: 768px) {
    .user-dropdown-menu {
        min-width: 260px;
        right: -10px;
    }
}

/* Child Switcher Styles - Scoped to header to avoid conflicts */
.child-switcher-container {
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.child-switcher-dropdown {
    position: relative;
}

.child-switcher-toggle {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: #ffffff;
    border: 2px solid #122051;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 14px;
    font-weight: 600;
    color: #122051;
}

.child-switcher-toggle:hover {
    background: #f8f9fa;
    box-shadow: 0 2px 8px rgba(18, 32, 81, 0.15);
}

.current-child-name {
    font-size: 14px;
    max-width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.child-switcher-menu {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    min-width: 280px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 9999;
    overflow: hidden;
}

.child-switcher-dropdown.active .child-switcher-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.child-switcher-header {
    padding: 12px 16px;
    background: linear-gradient(135deg, #122051 0%, #1a2d6b 100%);
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.child-list {
    list-style: none;
    padding: 8px 0;
    margin: 0;
}

.child-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.child-item:hover {
    background: #f8f9fa;
}

.child-item.active {
    background: #122051;
    color: #ffffff;
}

.child-avatar {
    width: 36px;
    height: 36px;
    background: rgba(18, 32, 81, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.child-item.active .child-avatar {
    background: rgba(255, 255, 255, 0.2);
}

/* Child Info - Scoped to child switcher to avoid conflicts with kit details */
.child-switcher .child-info {
    flex: 1;
}

.child-switcher .child-name {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 0px;
}

.child-item.active .child-name {
    color: #ffffff;
}

.child-class {
    font-size: 12px;
    color: #666;
    margin-bottom: 0px;
}

.child-item.active .child-class {
    color: rgba(255, 255, 255, 0.8);
}

.child-school {
    font-size: 11px;
    color: #999;
    font-style: italic;
}

.child-item.active .child-school {
    color: rgba(255, 255, 255, 0.6);
}

.check-icon {
    flex-shrink: 0;
}

/* Mobile Responsive for Child Switcher */
@media (max-width: 768px) {
    .child-switcher-container {
        margin-left: 10px;
    }
    
    .child-switcher-toggle {
        padding: 6px 12px;
        font-size: 13px;
    }
    
    .current-child-name {
        max-width: 100px;
    }
    
    .child-switcher-menu {
        min-width: 260px;
    }
}

/* Loading Overlay */
.child-switch-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    backdrop-filter: blur(4px);
}

.child-switch-loader.active {
    display: flex;
}

.loader-content {
    background: #ffffff;
    padding: 40px 60px;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    animation: fadeInScale 0.3s ease;
}

@keyframes fadeInScale {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.loader-spinner {
    width: 60px;
    height: 60px;
    border: 4px solid #f0f0f0;
    border-top: 4px solid #122051;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 0 auto 20px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.loader-text {
    font-size: 16px;
    font-weight: 600;
    color: #122051;
    margin-bottom: 8px;
}

.loader-subtext {
    font-size: 13px;
    color: #666;
}

/* ========================================
   INDEX PAGE STYLES (from index.php)
   ======================================== */
.swal2-container.swal2-center.swal2-backdrop-show {
    z-index: 999999;
}

/* ========================================
   BODY WHITE BACKGROUND AND STICKY FOOTER
   ======================================== */
html, body {
    background-color: #ffffff !important;
    min-height: 100vh;
    margin: 0;
    padding: 0;
}

body {
    display: flex;
    flex-direction: column;
}

.page-wraper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    flex: 1;
}

.footer {
    margin-top: auto;
}