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

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

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

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

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

.swiper-pagination-bullet-active {
	background: #000;
}
.mobile-mt-5 {
    margin-top: 6rem!important;
}
@media(max-width:767px) {

	.addressing-content h1 { 
		padding-bottom: 0;
	}
	.addressing-content .child-details {
		text-align: center;
	}


	.hidden-xs {
		display: none !important
	}
	
	.visible-xs {
		display: block !important
	}
}

@media(min-width:768px) {
	.visible-xs {
		display: none !important
	}
	
	.hidden-xs {
		display: block  !important
	}
	.slider-desktop	.hidden-xs {
		display: flex  !important;
	}
}

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

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

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

@media only screen and (max-width:767px) {
	.product-main-2 .slick-dots {
		display: flex;
		flex-direction: row;
		justify-content: center;
		bottom: -10px
	}

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

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

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

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

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

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

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

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

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

	.modal-content-wrapper {
		padding: 0 1rem;
		border-radius: 27px 27px 40px 40px
	}

	.rapl-logo {
		height: 100%;
		width: auto;
		padding: 20px;
	}
	/* Modal Backdrop with Blur Effect - Same as Child Switcher */
	.modal-backdrop { 
		background: rgba(0, 0, 0, 0.5) !important;
		backdrop-filter: blur(4px) !important;
		-webkit-backdrop-filter: blur(4px) !important;
		z-index: 1040 !important;
	}

	.modal-backdrop.show {
		opacity: 1 !important;
	}

	/* Login Modal Specific Styling */
	#loginModal.modal.show ~ .modal-backdrop,
	#signInModal.modal.show ~ .modal-backdrop,
	#signUpModal.modal.show ~ .modal-backdrop,
	#verifyMobile.modal.show ~ .modal-backdrop,
	#verifyLogin.modal.show ~ .modal-backdrop {
		background: rgba(0, 0, 0, 0.5) !important;
		backdrop-filter: blur(4px) !important;
		-webkit-backdrop-filter: blur(4px) !important;
	}
	.header-text p {
		color: #fff;
		font-style: normal;
		font-weight: 400;
		line-height: 20px;
		text-transform: uppercase;
		margin-top: 10px
	}

	#close {
		position: relative;
		top: 10px
	}

	.inquiry-modal .modal-content {
		background: #fff;
		border: 0;
		padding: 2px
	}

	.header-text p {
		font-size: 18px
	}

	.modal-inner-content {
		padding: 1rem 1rem
	}

	.header-content {
		margin: 0 0 18px
	}

	.inquiry-modal {
		background: #fff0
	}

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

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

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

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

	@keyframes topToBottom {
		from {
			top: 50%
		}

		to {
			top: 100%
		}
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.apb6 {
		padding-bottom: 6px
	}

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

	.hdriht {
		display: none !important
	}

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

	.logo-header img {
		height: auto
	}

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

	.site-header {
		height: auto !important
	}

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

	.logo-header {
		height: 55px
	}

	.mob_footer {
		box-sizing: border-box;
		position: fixed;
		padding: 0 1rem;
		bottom: 16px;
		left: 0;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
		width: 100%;
		z-index: 4
	}

	.mob_footer .mob_menu {
		box-sizing: border-box;
		display: flex;
		justify-content: space-around;
		width: 100%;
		padding: .75rem;
		height: 100%;
		align-items: center;
		border-radius: 1000px;
		background: #fff;
		box-shadow: 4px 4px 12px 0 rgb(128 155 163 / .2);
		border: 1px solid #e5e5e5
	}

	.mob_footer .foot_bar {
		flex: 1;
		display: flex
	}

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

	.mob_footer .active {
		color: #2e4190
	}

	.mob_footer .f_link {
		flex: 1;
		display: flex;
		padding-top: 0;
		justify-content: center;
		align-items: center;
		flex-direction: column
	}

	.mob_footer img {
		height: 20px
	}

	.mob_footer p {
		font-weight: 400;
		font-size: 14px;
		color: #000;
		opacity: .6;
		margin-bottom: 0
	}

	.mob_footer svg {
		opacity: .5
	}

	.mob_footer .active p {
		color: #122051;
		font-weight: 500;
		font-size: 14px;
		opacity: 1;
		margin-bottom: 0
	}

	.mob_footer .active svg {
		opacity: 1
	}

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

	.logo-header a {
		position: relative
	}

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

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

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

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

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

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

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

	.dz-tabs li {
		text-align: center;
		padding-top: 5px;
		padding-bottom: 5px;
	}

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

	.filter-wrapper {
		display: none !important
	}

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

	/* Kit section - Override for one per row on mobile */
	.prod-inner .row .col-12 {
		flex: 0 0 100% !important;
		max-width: 100% !important;
		min-width: 100% !important;
		width: 100% !important;
	}

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

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

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

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

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

	.mtab {
		padding: 11px
	}

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

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

	.scroltop {
		display: none !important
	}

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

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

	.float-cart--open {
		opacity: 1;
		bottom: -.2rem;
		transition: .2s all linear;
		background: linear-gradient(146deg, #569364 -33.36%, #0f451b 139.52%);
		border-radius: 8px
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.BillSummarySection_commBifurcationWrapper__9g5BA {
		padding: 0
	}

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

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

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

	.powered {
		margin-bottom: 80px;
		margin-top: 20px;
	}
	.chsflex {
		display: flex;
		justify-content: space-between
	}

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

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

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

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

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

	.gallery-thumbs {
		display: none
	}

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

	.product-notification {
		display: none
	}

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

	.richtext strong {
		font-weight: 600
	}

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

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

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

	.t4s-sticky-atc__img {
		display: none
	}

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

	.t4s-sticky-atc__title {
		display: none
	}

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

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

	.mrp {
		display: none
	}

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

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

	.d_flex_fb {
		justify-content: space-between
	}

	.mhide {
		display: none !important
	}

	.blog-slideshow {
		border-radius: 0 !important
	}
	
	/* Mobile Slider Enhanced Styling */
	.blog-slideshow-mobile {
		overflow: hidden;
		position: relative;
		margin-bottom: 0;
	}
	
	.blog-slideshow-mobile .swiper-wrapper {
		display: flex;
	}
	
	.blog-slideshow-mobile .swiper-slide {
		display: flex;
		align-items: center;
		justify-content: center;
		overflow: hidden;
		width: 100%;
	}
	
	.blog-slideshow-mobile .swiper-slide a {
		width: 100%;
		display: block;
	}
	
	.blog-slideshow-mobile .swiper-slide img {
		width: 100%;
		height: auto;
		object-fit: contain;
		object-position: center;
		display: block;
	}
	
	.blog-slideshow-mobile .swiper-pagination-mobile {
		bottom: 15px !important;
		position: absolute;
		z-index: 10;
		left: 50%;
		transform: translateX(-50%);
		width: auto;
	}
	
	.blog-slideshow-mobile .swiper-pagination-bullet {
		width: 8px;
		height: 8px;
		background: rgba(255, 255, 255, 0.5);
		opacity: 1;
		margin: 0 4px;
	}
	
	.blog-slideshow-mobile .swiper-pagination-bullet-active {
		background: #ffffff;
		width: 20px;
		border-radius: 4px;
	}

	.addressing-content p {
		font-size: 14px;
		padding: 5px 0
	}
	
	/* Mobile Addressing Content - New Structure */
	.addressing-content.visible-xs {
		background: linear-gradient(135deg, #122051 0%, #1a2d6b 100%);
		text-align: center;
		padding: 5px 10px;
	}
	
	.addressing-content.visible-xs h1 {
		font-size: 24px;
		font-weight: 700;
		color: #ffffff;
		margin-bottom: 0;
	}
	
	.addressing-content.visible-xs .child-details {
		font-size: 14px;
		font-weight: 500;
		color: rgba(255, 255, 255, 0.9);
		margin-top: 8px;
		line-height: 1.5;
	}

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

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

	.home_category_list {
		margin-top: 0
	}

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

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

	.home_category_list {
		gap: 4px !important
	}

	.home_category_list .cat_box {
		margin: 1px
	}

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

	.mrow0 {
		margin: 0
	}

	.mcon0 {
		margin: 0;
		padding: 0
	}
	
	/* Fix Kit Section - One per row on Mobile */
	.prod-inner.overflow-hidden {
		overflow-x: visible !important;
		overflow-y: visible !important;
	}
	
	.prod-inner .row {
		flex-wrap: wrap !important;
		overflow-x: visible !important;
		overflow-y: visible !important;
		padding-bottom: 10px;
	}
	
	.prod-inner .row .col-xl-3,
	.prod-inner .row .col-lg-4,
	.prod-inner .row .col-md-4,
	.prod-inner .row .col-sm-6 {
		flex: 0 0 auto;
		padding-right: 15px;
		padding-left: 15px;
	}
	
	/* Mobile - Full width for kit cards (one per row) */
	.prod-inner .row .col-12 {
		flex: 0 0 100% !important;
		max-width: 100% !important;
		min-width: 100% !important;
		width: 100% !important;
		padding-right: 15px;
		padding-left: 15px;
		margin-bottom: 20px;
	}

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

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

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

	.imb0 {
		margin-bottom: 0
	}

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

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

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

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

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

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

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

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

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

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

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

	.dz-meta ul {
		position: relative
	}

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

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

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

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

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

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

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

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

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

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

	.footer {
		margin-top: 0
	}

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

	.jqYgnQ {
		margin-top: 0
	}

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

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

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

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

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

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

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

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

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

	.available_on p {
		margin-bottom: 2px
	}

	.swiper-five {
		margin-bottom: 0
	}

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

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

	.categories_box {
		padding: 0 1rem 1rem
	}

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

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

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

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

	.category_list a {
		width: 100%
	}

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

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

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

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

	.dz-bnr-inr {
		display: none
	}

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

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

	.psize_name {
        line-height: 13px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        margin-bottom: 4px !important;
        font-size: 14px;
	}
	.title-text {
		font-size: 16px;
		white-space: inherit;
		margin-bottom: 0px;
		margin-top: 5px;
        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;
	}

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

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

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

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

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

	.mbg {
		background: #effbff !important
	}

	.product_mbg {
		background: #fff;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		border: 0 solid #f7f7f7 !important;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
		box-shadow: 2px 2px 7px #a9a3a31f;
	}
	
	/* Mobile Kit Card Layout: 50-50 split with button on right side - Only for kit cards */
	.prod-inner .product_mbg {
		display: grid;
		grid-template-columns: 50% 50%;
		grid-template-rows: 1fr auto;
		align-items: stretch;
	}
	
	/* Mobile: Image on left (50%) */
	.prod-inner .product_mbg > .dz-media {
		grid-column: 1;
		grid-row: 1 / -1;
		width: 100%;
		padding: 0;
		margin: 0;
		display: flex;
		align-items: stretch;
	}
	
	.prod-inner .product_mbg > .dz-media img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		border-radius: 10px 0 0 10px;
		min-height: 150px;
	}
	
	/* Mobile: Content on right (50%) - Top part */
	.prod-inner .product_mbg > .dz-content {
		grid-column: 2;
		grid-row: 1;
		width: 100%;
		padding: 8px 8px 4px 4px;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-self: stretch;
		flex: 1;
		min-height: 0;
	}
	
	/* Mobile: Button on right side (bottom of right column) */
	.prod-inner .product_mbg > .shop-meta {
		grid-column: 2;
		grid-row: 2;
		width: 100%;
		padding: 0 8px 8px 4px;
		margin-top: 0;
		align-self: flex-end;
	}

	.dz-media img,
	.dz-post-media img {
		border-radius: 10px
	}
	
	/* Kit Details Page - Mobile Product Item Layout: 50-50 split with size section at bottom full width */
	/* Only apply to mobile view - desktop uses original layout */
	@media(max-width:767px) {
		
		.kit-details-page .product-name {
			margin-bottom: 5px;
		}
		.kit-details-page .product-header {
			display: block;
		}

		/* Remove left margin for the first .product-house */
		.product-header .product-house {
			margin-left: 0;
		}
		

		.products-section .product-item {
			display: grid;
			grid-template-columns: 50% 50%;
			grid-template-rows: auto auto;
			align-items: stretch;
			background: #fff;
			border-radius: 10px;
			border: 1px solid rgba(0, 0, 0, 0.1);
			box-shadow: 2px 2px 7px rgba(169, 163, 163, 0.12);
			margin-bottom: 20px;
			overflow: hidden;
			position: relative;
		}
		
		/* Mobile: Image on left (50%) - Top row only */
		.products-section .product-item > .product-image-section {
			grid-column: 1;
			grid-row: 1;
			width: 100%;
			padding: 0;
			margin: 0;
			display: flex;
			align-items: stretch;
		}
		
		.products-section .product-item > .product-image-section img {
			width: 100%;
			height: 100%;
			object-fit: contain;
			border-radius: 10px 0 0 0;
			min-height: 150px;
		}
		
		/* Mobile: Product details on right (50%) - Top row only */
		.products-section .product-item > .product-details-section {
			grid-column: 2;
			grid-row: 1;
			width: 100%;
			padding: 2px 8px 8px 4px;
			display: flex;
			flex-direction: column;
			justify-content: flex-start;
			align-self: stretch;
			min-height: 0;
		}
		
		/* Mobile: Size selection section at bottom - Full width spanning both columns */
		.products-section .product-item > .size-info-section {
			grid-column: 1 / -1;
			grid-row: 2;
			width: 100%;
			padding: 0px 8px 8px 8px; 
			margin-top: auto;
			margin-bottom: 0;
			box-sizing: border-box;
		}
		
		.products-section .product-item .size-info-label {
			display: block;
			width: 100%;
			margin-bottom: 8px;
			font-weight: 500;
			font-size: 14px;
			color: #333;
		}
		
		.products-section .product-item .size-options-display {
			width: 100%;
			display: flex;
			flex-wrap: wrap;
			gap: 6px;
		}
		
		.products-section .product-item .size-btn { 
			flex: 0 0 calc(33.33% - 6px);
			width: calc(33.33% - 6px);
			max-width: 100%;
			padding: 8px 6px;
			text-align: center;
			box-sizing: border-box;
		}
		
	}

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

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

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

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

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

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

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

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

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

	.sidebar-cart-list li {
		position: relative;
		display: flex !important;
		gap: 0 !important;
		flex-direction: column;
		border: 1px solid #221f201a;
		box-shadow: 0 0 8px #221f2014;
		border-radius: 12px;
		padding: 0px;
		margin-bottom: 0px !important;
		background: #fff
	}

	.product-thumbnail__quantity {
		display: none
	}

	.sidebar-cart-list .dz-media img {
		min-width: 80px;
		background: #f6f6f6
	}

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

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

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

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

	.BillSummarySection_ellipseTop__cJe0e {
		display: none
	}

	.BillSummarySection_ellipseBottom__YIbRm {
		display: none
	}

	.BillSummarySection_billSummaryContainer__V_Vyw {
		background-color: #fff0
	}

	.CommonBifurcation_billSummaryCard__1Kfnn {
		border-radius: 0;
		box-shadow: none!important;
		padding: 0;
		border: 0!important;
		background-color: #fff;
	}

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

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

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

	.bxshw {
		margin-bottom: 20px
	}

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

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

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

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

	.payment_option {
		margin-top: 15px
	}

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

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

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

	.cod_charges {
		font-size: 11px
	}

	.p_amt {
		margin-bottom: 0
	}

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

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

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

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

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

	.mcartd {
		background: #effbff !important
	}

	.mcartd_head {
		margin-top: 0 !important;
		padding-top: 10px;
		padding-bottom: 10px;
		font-size: 18px;
		font-style: normal;
		font-weight: 500
	}

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

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

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

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

	.custom-drawer__footer {
		padding: 10px 10px;
		padding-bottom: 1px
	}

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

	.order_detailsm hr {
		margin: 8px 0
	}

	.brand-img {
		height: auto
	}

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

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

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

	.apply_msg .lefticon {
		align-items: center
	}

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

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

	.h100vh {
		height: 100vh
	}

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

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

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

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

	.mpt20 {
		margin-top: 15px
	}

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

	.accounts img {
		height: 24px;
		width: auto;
		margin-top: 4px
	}

	.accounts p {
		font-size: 14px
	}

	.mnav li a i {
		font-size: 20px;
		position: relative;
		top: 2px;
		margin-right: 8px;
		color: #122051
	}

	.mnav li .ilz {
		font-size: 24px;
		position: absolute;
		right: 0
	}

	.al-center {
		align-items: center
	}

	.mnav .padding-vertical {
		padding: 4px 0;
		font-size: .875rem;
		font-weight: 400
	}

	.mnav a {
		display: flex;
		width: 100%;
		align-items: center;
		position: relative;
		padding: 5px 0
	}

	.mnav {
		padding: 0 4px !important
	}

	.logutbtn {
		padding: 12px 80px !important;
		border-radius: 12px;
		box-shadow: 0 0 8px #221f2014 !important;
		margin-top: 15px
	}

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

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

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

	.mcatb {
		padding-bottom: 80px
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.fab_list {
		max-width: 100%
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.size-10 {
		display: flex !important
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.mpdgc {
		padding: 0 2px
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.fab_head {
		margin-bottom: 10px
	}

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

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

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

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

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

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

	.flx60 {
		flex-basis: 80%
	}

	.d_flex_fb {
		padding: 6px 10px
	}

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

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

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

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

	.search-toggle {
		display: none
	}

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

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

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

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

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

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

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

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

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

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

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

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

	.dz-tabs.product-tabs{
		padding:0px 10px;
	}

	/* ============================================
	   CHECKOUT PAGE MOBILE STYLES
	   ============================================ */
	@media only screen and (max-width: 767px) {
		/* Checkout Layout */
		.shop-checkout {
			margin: 0;
			padding: 0 0px;
		}

		.shop-checkout .col-xl-8,
		.shop-checkout .col-xl-4 {
			width: 100%;
			padding: 0;
			margin-bottom: 20px;
		}

		/* Cart Items Section */
		.shop-checkout .title.m-b15 {
			font-size: 1rem;
			font-weight: 600;
			margin-bottom: 0px;
			padding: 0 5px;
		}

		.shop-checkout .cart-page-list {
			padding: 0 0px;
		}
		.shop-checkout .container {
			--bs-gutter-x: 25px;
			--bs-gutter-y: 0;
		}

		.shop-checkout .cart-widget {
			display: flex;
			padding: 12px;
			margin-bottom: 0px;
			background: #fff;
			border-radius: 8px;
			box-shadow: 0 2px 8px rgba(0,0,0,0.08);
		}

		.shop-checkout .cart-widget .dz-media {
			width: 80px;
			min-width: 80px;
			margin-right: 12px;
		}

		.shop-checkout .cart-widget .dz-media img {
			width: 100%;
			height: auto;
			border: 1px solid #122051;
		}

		.shop-checkout .cart-widget .cart-content {
			flex: 1;
			min-width: 0;
		}

		.shop-checkout .cart-widget .cart-content .title {
			font-size: 14px;
			line-height: 1.4;
			margin-bottom: 6px;
		}

		.shop-checkout .cart-widget .cart-content .cart-small {
			font-size: 11px;
			line-height: 1.3;
			margin-bottom: 4px;
		}

		.shop-checkout .cart-widget .cart-content label {
			font-size: 10px;
			color: #666;
			margin: 0;
		}

		/* Kit Products List on Mobile */
		.shop-checkout .cart-widget .cart-content > div[style*="border-top: 1px dashed"] {
			margin-top: 8px;
			padding-top: 8px;
			font-size: 10px;
		}

		.shop-checkout .cart-widget .cart-content > div[style*="border-top: 1px dashed"] > div {
			padding: 3px 0;
		}

		/* Choose Address Section */
		.shop-checkout .choose-address {
			font-size: 1rem;
			font-weight: 600;
			margin-bottom: 0px;
			padding: 0 5px;
			display: flex;
			justify-content: space-between;
			align-items: center;
		}

		.shop-checkout .choose-address .addnewm {
			font-size: 12px;
			color: var(--primary);
			font-weight: 500;
            width: fit-content !important;
		}

		.shop-checkout .address-list {
			padding: 0 5px;
		}

		.shop-checkout .custom-checkbox {
			padding: 15px;
			margin-bottom: 12px;
			border: 1px solid #e0e0e0;
			border-radius: 8px;
			background: #fff;
		}

		.shop-checkout .custom-checkbox label {
			font-size: 14px;
			line-height: 1.5;
		}

		.shop-checkout .custom-checkbox .css-18fz4g9 {
			font-size: 13px;
			margin-top: 5px;
		}

		/* Bill Summary Mobile */

		.kit-details-page .products-section {
			padding: 0px 10px;
		}


		.shop-checkout .CommonBifurcation_billSummaryTitle__5Qk3P {
			font-size: 16px;
			font-weight: 600;
			margin-bottom: 15px;
		}

		.shop-checkout .BifurcationV2_bifurcateRow__FxXQ1 {
			padding: 10px 0;
			font-size: 14px;
		}

		.shop-checkout .BifurcationV2_billSummaryText__sAh65 {
			font-size: 14px;
		}

		.shop-checkout .BifurcationV2_billSummaryFinalValue__nT4Gj {
			font-size: 14px;
			font-weight: 600;
		}

		/* Proceed Button Mobile */
		.shop-checkout .cart-drawer-checkout-container {
			margin-top: 20px;
			padding: 0;
		}

		.shop-checkout .btn_place_order {
			width: 100%;
			padding: 15px;
			font-size: 16px;
			font-weight: 600;
			border-radius: 8px;
			border: none;
		}

		.shop-checkout .checkoutbtn-text {
			font-size: 16px;
		}

		/* Product Thumbnail Quantity Badge */
		.product-thumbnail__quantity {
			font-size: 11px;
			min-width: 20px;
			height: 20px;
			padding: 0 6px;
		}

		/* Hidden Elements on Mobile */
		.shop-checkout .hidden-xs {
			display: none !important;
		}

		 
		.shop-checkout .css-i02ocg {
			font-size: 12px;
			padding: 5px 10px;
		}

		/* Responsive Text Sizes */
		.shop-checkout .css-55l6j7 {
			font-size: 13px;
		}

		/* Kit Info Display */
		.shop-checkout .cart-content .list-item {
			flex-wrap: wrap;
		}

		/* Bill Summary Final Amount */
		.shop-checkout .pdtr .BifurcationV2_bifurcateRow__FxXQ1 {
			padding: 15px 0;
			border-top: 2px solid #e0e0e0;
			margin-top: 10px;
		}

		.shop-checkout .pdtr .BifurcationV2_billSummaryText__sAh65 {
			font-size: 16px;
			font-weight: 600;
		}

		.shop-checkout .pdtr .BifurcationV2_billSummaryFinalValue__nT4Gj {
			font-size: 18px;
			font-weight: 700;
		}
	}

	/* Tablet Styles */
	@media only screen and (min-width: 768px) and (max-width: 991px) {
		.shop-checkout .col-xl-8 {
			width: 100%;
			margin-bottom: 20px;
		}

		.shop-checkout .col-xl-4 {
			width: 100%;
		}

		.shop-checkout .style_containerBifurcationNew__Vs58f {
			max-width: 100%;
		}
	}

	/* ============================================
	   MOBILE HEADER - LOGO AND CHILD SWITCHER
	   ============================================ */
	@media only screen and (max-width: 767px) {
		/* Mobile Header Layout */
		.hidden-lg.hidden-md.hidden-sm {
			width: 100%;
		}

		.mobile-header-wrapper {
			display: flex;
			justify-content: space-between;
			align-items: center;
			width: 100%; 
			position: relative;
			min-height: 55px;
		}

		/* Logo/Left Side */
		.mobile-header-left {
			display: flex;
			align-items: center;
			flex: 0 0 auto;
			min-width: 0;
		}

		.mobile-back-btn {
			background: transparent;
			border: none;
			padding: 8px;
			margin-right: 10px;
			cursor: pointer;
			display: flex;
			align-items: center;
			justify-content: center;
		}

		.mobile-back-btn:active {
			opacity: 0.7;
		}

		.mobile-page-title {
			font-size: 16px;
			font-weight: 600;
			color: #122051;
			white-space: nowrap;
			overflow: hidden;
			text-overflow: ellipsis;
			max-width: 200px;
		}

		.mobile-logo-link {
			display: flex;
			align-items: center;
			text-decoration: none;
		}

		.mobile-logo-img {
			max-height: 45px;
			width: auto;
			height: auto;
		}

		/* App-like Child Switcher */
		.child-switcher-mobile {
			position: relative;
			flex: 0 0 auto;
			z-index: 1000;
		}

		.child-switcher-toggle-app {
			display: flex;
			align-items: center;
			gap: 5px;
			padding: 6px 10px;
			background: #ffffff;
			border: 1.5px solid #122051;
			border-radius: 25px;
			cursor: pointer;
			transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
			font-size: 13px;
			font-weight: 600;
			color: #122051;
			white-space: nowrap;
			min-width: 100px;
			box-shadow: 0 2px 8px rgba(18, 32, 81, 0.1);
		}

		.child-switcher-toggle-app:active {
			transform: scale(0.98);
			box-shadow: 0 1px 4px rgba(18, 32, 81, 0.15);
		}

		.child-switcher-avatar {
			width: 24px;
			height: 24px;
			display: flex;
			align-items: center;
			justify-content: center;
			flex-shrink: 0;
			background: rgba(30, 101, 46, 0.1);
			border-radius: 50%;
			padding: 2px;
		}

		.current-child-name-mobile {
			font-size: 13px;
			font-weight: 600;
			color: #122051;
			overflow: hidden;
			text-overflow: ellipsis;
			max-width: 100px;
			white-space: nowrap;
		}

		.child-switcher-arrow {
			flex-shrink: 0;
			transition: transform 0.3s ease;
		}

		.child-switcher-mobile.active .child-switcher-arrow {
			transform: rotate(180deg);
		}

		/* Backdrop Overlay */
		.child-switcher-backdrop {
			position: fixed;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			background: rgba(0, 0, 0, 0.5);
			backdrop-filter: blur(4px);
			opacity: 0;
			visibility: hidden;
			transition: all 0.3s ease;
			z-index: 9998;
		}

		.child-switcher-mobile.active .child-switcher-backdrop {
			opacity: 1;
			visibility: visible;
		}

		/* Menu Dropdown - App Style */
		.child-switcher-menu-app {
			position: fixed;
			bottom: 0;
			left: 0;
			right: 0;
			background: #ffffff;
			border-radius: 20px 20px 0 0;
			box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.2);
			transform: translateY(100%);
			transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
			z-index: 9999;
			max-height: 70vh;
			display: flex;
			flex-direction: column;
		}

		.child-switcher-mobile.active .child-switcher-menu-app {
			transform: translateY(0);
		}

		.child-switcher-header-app {
			display: flex;
			justify-content: space-between;
			align-items: center;
			padding: 20px 20px 15px;
			background: linear-gradient(135deg, #122051 0%, #1a2d6b 100%);
			border-radius: 20px 20px 0 0;
			position: relative;
		}

		.child-switcher-header-app::after {
			content: '';
			position: absolute;
			bottom: 0;
			left: 50%;
			transform: translateX(-50%);
			width: 40px;
			height: 4px;
			background: rgba(255, 255, 255, 0.3);
			border-radius: 2px;
		}

		.header-title {
			font-size: 16px;
			font-weight: 700;
			color: #ffffff;
			letter-spacing: 0.5px;
		}

		.header-close-btn {
			background: rgba(255, 255, 255, 0.2);
			border: none;
			border-radius: 50%;
			width: 32px;
			height: 32px;
			display: flex;
			align-items: center;
			justify-content: center;
			cursor: pointer;
			transition: all 0.2s ease;
			padding: 0;
		}

		.header-close-btn:active {
			background: rgba(255, 255, 255, 0.3);
			transform: scale(0.95);
		}

		.child-switcher-content {
			flex: 1;
			overflow-y: auto;
			padding: 10px 0 20px;
		}

		.child-list-app {
			list-style: none;
			padding: 0;
			margin: 0;
		}

		.child-item-app {
			display: flex;
			align-items: center;
			gap: 15px;
			padding: 12px 16px;
			cursor: pointer;
			transition: all 0.2s ease;
			border-bottom: 1px solid #f0f0f0;
			position: relative;
		}

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

		.child-item-app::before {
			content: '';
			position: absolute;
			left: 0;
			top: 0;
			bottom: 0;
			width: 0;
			background: rgba(18, 32, 81, 0.1);
			transition: width 0.2s ease;
		}

		.child-item-app:active::before {
			width: 4px;
		}

		.child-item-app:active {
			background: #f8f9fa;
		}

		.child-item-app.active {
			background: linear-gradient(135deg, rgba(18, 32, 81, 0.08) 0%, rgba(18, 32, 81, 0.04) 100%);
			border-left: 4px solid #122051;
		}

		.child-item-app.active::before {
			width: 0;
		}

		.child-item-app-avatar {
			width: 48px;
			height: 48px;
			display: flex;
			align-items: center;
			justify-content: center;
			flex-shrink: 0;
			background: linear-gradient(135deg, #122051 0%, #1a2d6b 100%);
			border-radius: 50%;
			padding: 10px;
			box-shadow: 0 2px 8px rgba(18, 32, 81, 0.2);
		}

		.child-item-app.active .child-item-app-avatar {
			background: #ffffff;
			box-shadow: 0 4px 12px rgba(18, 32, 81, 0.3);
		}

		.child-item-app-info {
			flex: 1;
			min-width: 0;
		}

		.child-item-app-name {
			font-size: 15px;
			font-weight: 600;
			color: #122051;
			margin-bottom: 0px;
			white-space: nowrap;
			overflow: hidden;
			text-overflow: ellipsis;
		}

		.child-item-app.active .child-item-app-name {
			color: #122051;
		}

		.child-item-app-class {
			font-size: 13px;
			color: #666;
			margin-bottom: 0px;
			white-space: nowrap;
			overflow: hidden;
			text-overflow: ellipsis;
		}

		.child-item-app-school {
			font-size: 14px;
			font-weight: 700;
			color: #172860;
			white-space: nowrap;
			overflow: hidden;
			text-overflow: ellipsis;
		}

		.child-item-app-check {
			flex-shrink: 0;
			width: 32px;
			height: 32px;
			display: flex;
			align-items: center;
			justify-content: center;
			background: #ffffff;
			border-radius: 50%;
			box-shadow: 0 2px 6px rgba(18, 32, 81, 0.2);
		}
	}
	
}