* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	color: #000;
	line-height: 1.5;
	font-size: 20px;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	word-break: break-word;
}

a {
	text-decoration: none;
	color: #000;
}

.hd-hero {
	position: relative;
}
h1 {
	font-size: 75px;
	color: #fff;
}

ul {
	padding: 0;
	margin: 0;
}
.head-bottom .collapse {
	justify-content: right;
}
.head-bottom .collapse .btn-group.float-end {
	margin-left: 20px;
}
li {
	list-style: none;
	/* display: inline-block; */
}
.container {
	max-width: 1700px;
}
.h-48 {
	font-size: 48px;
}
/* header css start********************************************/
.menu-account .btn {
	color: #fff;
	font-size: 20px;
}
.menu-account .btn img {
	filter: brightness(0) invert(1);
	margin-right: 10px;
}
header {
	position: relative;
}

.menu-account {
  	position: absolute;
	right: 6%;
	background: #203A72;
	border-radius: 12px;
	box-shadow: 0 4px 20px rgba(0,0,0,0.15);
	overflow-y: auto;
	transform: translateY(-20px);
	opacity: 0;
	transition: all 0.4s ease;
	z-index: 999;
	padding: 15px;
	color: #fff;
  	display: none;
}

.menu-account.show {
  display: block;
}


.menu-account {
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.2s ease;
  pointer-events: none;
}

.menu-account.show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}


.act-switch {
	border-bottom: 1px solid;
	padding-bottom: 10px;
}
.act-switch p {
	margin: 15px 0;
}
.menu-account .btn {
	color: #fff;
	font-size: 20px;
	margin: 10px 0;
}
.nav-item.nav-link.user-admn {
	background: #D9D9D9;
	height: 47px;
	width: 47px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	padding: 0;
	/* border: 1px solid; */
}
.nav-item.nav-link.user-admn img {
	margin-top: -8px;
}
.nav-item.nav-link.cart span {
	position: absolute;
	right: 8px;
	top: 5px;
	background: red;
	height: 14px;
	width: 14px;
	font-size: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	border-radius: 50%;
}
.nav-item.nav-link.cart {
	position: relative;
}
.navbar-nav.ms-lg-4 .navbar-nav.mx-lg-auto .nav-item.nav-link {
	margin: 0 10px;
}
.header__srh-box {
	display: flex;
	align-items: center;
	background: #F5F5F5;
	padding: 10px;
	border-radius: 30px;
	justify-content: space-between;
}
.navbar-nav.mx-lg-auto.head-middle {
	width: 600px;
}
.srh-left {
	width: 80%;
	display: flex;
	align-items: center;
	padding-left: 10px;
}
.srh-left .fa.fa-bars {
	font-size: 25px;
	margin-top: 5px;
	margin-right: 20px;
}
.srh-left input {
	width: 90%;
  border: none;
  outline: none;
  font-size: 25px;
  background: #F5F5F5;
  line-height: 0;
}
.srh-rgt {
	background: #203A72;
	color: #fff;
	width: 46px;
	height: 46px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}
/* header css End**********************************/


/* Hero css Start**********************************/
.hero-caro {
	position: relative;
}
.hero-content {
	position: absolute;
	display: flex;
	height: 100%;
	top: 0;
	width: 100%;
	justify-content: center;
	align-items: center;
	color: #fff;
	flex-direction: column;
	padding: 20px;
}

.hero-content h2 {
	font-size: 64px;
	font-weight: bold;
}

.hero-content p {
	font-size: 36px;
	font-weight: 600;
	margin: 20px 0;
}

.btn.hero-btn {
	background: #203A72;
	color: #fff;
	font-size: 20px;
	padding: 15px 30px;
}
.carousel-control-next, .carousel-control-prev {
	opacity: 1;
}
.arrow-bg {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 90px;
  background: rgba(255, 255, 255, 0.4); /* transparent white overlay */
  /* backdrop-filter: blur(10px); 
  -webkit-backdrop-filter: blur(10px);  */
  border-radius: 40px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.arrow-bg img {
  /* width: 18px;
  height: 18px; */
  filter: brightness(0) saturate(100%) invert(22%) sepia(94%) saturate(2475%) hue-rotate(203deg) brightness(92%) contrast(97%);
  /* blue arrow color */
  transition: all 0.3s ease;
}

.arrow-bg:hover {
  background: rgba(255, 255, 255, 0.9); /* white background on hover */
}

.arrow-bg:hover img {
  filter: brightness(0) saturate(100%) invert(10%); /* dark arrow on hover */
}
.hero-content h2.care2 {
	text-align: right;
	padding-right: 90px;
}
.spn-pink {
	color: #D82287;
}
.spn-blue {
	color: #004D8B;
}
.box-care p a {
	font-size: 24px;
	color: #14A0DE;
	font-weight: normal;
	letter-spacing: 6px;
}
.box-care {
	text-align: center;
	padding-right: 50px;
}
.hero-bottom {
	background-color: #203A72;
	color: #fff;
}
.hero-bttom-bx {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 47px 0;
}
.her-bx-left h3 {
	font-size: 30px;
}
.her-bx-right a {
	color: #fff;
	font-size: 20px;
}
.her-bx-right a img {
	margin-left: 10px;
}
.carousel-indicators {
	display: none;
}
.f-inbx img {
	width: 100%;
}
/* Hero css End**********************************/
.food-block {
	background: #F5FAFF;
}
.food-box {
	background: #fff;
	padding: 20px;
}
.h-30 {
	font-size: 30px;
}
.f-inbx {
	text-align: center;
	padding: 20px 0;
}
.f-inbx p {
	font-size: 12px;
}
.food-bevrage {
	padding: 35px 0;
}
.food-box .h-30 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.food-box .h-30 a {
	font-size: 12px;
	color: #203A72;
}
.rum-block {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}
.rum-box {
	flex-basis: 270px;
}
.rum-box img {
    height: 250px;
    width: 250px;
    object-fit: contain;	
}
.rum-box img {
	width: 100%;
}
.food-rum h3.h-30 {
	margin-bottom: 30px;
}
.rum-box.view-rm {
	display: flex;
	align-items: center;
}
.rum-box.view-rm a {
	font-size: 30px;
	color: #203A72;
}
.rum-box.view-rm img {
	width: auto;
	margin-left: 20px;
}
.rum-box p.p-12 {
	margin: 15px 0;
	text-align: center;
}
.food-rum {
	padding: 20px 0 35px;
}


/* product sell css Start***********************/
.product-block {
	background-color: #9CADC0;
	color: #fff;
}
.pd-y50 {
	padding: 50px 0;
}
.product-block h2.h-30 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.view-white img {
	margin-left: 10px;
}
.view-white {
	font-size: 20px;
	color: #fff;
}
.product-box {
	background: #fff;
	color: #000;
	padding: 20px;
	border-radius: 10px;
	margin: 25px 0;
}
.h-20 {
	font-size: 20px;
	font-weight: 600;
}
.text-offer {
	text-decoration: line-through;
	color: #837E7E;
	font-size: 15px;
	font-weight: 500;
}
.bulk-div {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.bulk-div span {
	font-size: 20px;
	font-weight: 600;
}
.bulk-pr.btn {
	font-size: 18px;
	color: #fff;
}
.bg-oos {
	background-color: #a80b00;
}
.bg-is {
	background-color: #0b8500;
}
.p-18 {
	font-size: 18px;
}
.cart-btn, .cart-btn-css {
	background-color: #203A72 !important;
	color: #fff !important;
	font-weight: 600;
}
.carousel-fade .carousel-item {
  transition: opacity 0.5s ease-in-out; /* adjust 1s to control fade speed */
}
.product-boxes {
	padding: 20px 0;
}
.pro-inbox {
	margin: 20px 0;
}

/* product sell css End***********************/
.recent-block h2.h-30 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.view-black img {
	margin-left: 10px;
}
.view-black {
	color: #203A71;
	font-size: 20px;
}
.pr-bold {
	font-size: 20px;
	font-weight: 600;
}
.recent-box {
	margin: 25px 0;
	border-radius: 10px;
	box-shadow: 0px 4px 4px 0px #EEE;
}
.rc-bx-in {
	padding: 20px;
}
.sub-block {
	padding: 65px 0;
	background-color: #F5F5F5;
}
.sub-box.text-center {
	max-width: 800px;
	margin: 0 auto;
}
.sub-box .h-30 {
	font-weight: 400;
}
.sub-serch-box input {
	border: 1px solid #837E7E;
	padding: 10px 20px;
	border-radius: 6px;
}
.sub-serch-box {
	margin: 0 auto;
	display: flex;
	gap: 20px;
	margin-bottom: 25px;
}
.sub-serch-box input {
	border: 1px solid #837E7E !important;
	padding: 10px 20px;
	border-radius: 6px;
	flex-basis: 75%;
	font-size: 20px;
	outline: none;
}
.btn-sub.btn {
	background: #203a72;
	color: #fff;
	font-size: 20px;
	border-radius: 6px;
	padding: 10px 30px;
}

/* product list page css Start**********************************/
.breadcrumb {
      background: transparent;
      margin-bottom: 0;
      padding: 0;
      font-size: 13px;
      color: #333;
    }

   .breadcrumb > li + li::before {
		content: "\f105";
		font-family: "FontAwesome";
		padding: 0 8px;
		color: #000;
		font-size: 20px;
	}

    .breadcrumb > li > a {
		color: #000 !important;
		text-decoration: none;
		font-size: 18px;
		text-decoration: none;
		margin: 0 10px;
	}

    .breadcrumb > li > a:hover {
      color: #007bff;
      text-decoration: underline;
    }

    .breadcrumb > .active {
		color: #000;
		font-size: 18px;
	}

	.bred-pro {
		background: #EEEEEE;
		padding: 20px;
	}
	.head-filetr .h-20 {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 20px 0;
	}
	.head-filetr .h-20 a {
		font-size: 20px;
		color: #203A72;
		font-weight: normal;
	}
	.mn-filter-block {
		padding: 50px 0;
	}
	.flter-left {
		padding: 20px;
		border: 1px solid #D9D9D9;
		border-radius: 10px;
	}

	.form-check {
		display: flex;
		align-items: center;
		gap: 15px;
	}
	.form-check-label {
		font-size: 20px;
	}
	.form-check-input[type="checkbox"] {
		border-radius: .25em;
		border: 1px solid #000;
		background-color: #F5F5F5;
		border-radius: 2px;
		height: 18px;
		width: 18px;
		box-shadow: none;
	}
	.form-check-input:checked {
		background-color: #0d6efd !important;
		border-color: #0d6efd;
	}
	.inbx-fill .h-20 {
		margin-bottom: 25px;
	}
	.chek-box .form-check {
		margin: 15px 0;
	}
	.form-section {
		padding-top: 20px;
	}
.sort-box {
  font-size: 18px;
}

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

.sort-select:focus {
  box-shadow: none;
  outline: 1px solid #007bff;
  background-color: #e9e9e9;
}
.sort-select {
	width: 200px;
	background-color: #e0e0e0;
	border: none;
	border-radius: 4px;
	font-size: 18px;
	color: #000;
	padding: 10px 10px;
	background-size: 20px;
	cursor: pointer;
}
.p-20 {
	font-size: 20px;
}
.cart-left {
	margin: 50px 0 0;
}
.proctinbx {
	padding: 20px;
	border: 1px solid #EEEEEE;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-top: none;
}
.produc-imgbx {
	position: relative;
}
.produc-imgbx .btn.new-btn {
	position: absolute;
	left: 10px;
	top: 10px;
}
.btn.new-btn {
	background: #9cadc0;
	color: #fff;
	font-size: 18px;
	padding: 4px 40px;
	text-transform: uppercase;
}
.custom-pagination .page-link {
	border: 1px solid #000;
	border-radius: 5px;
	color: #000;
	font-weight: 500;
	margin: 0 10px;
	/* width: 40px; */
	height: 40px;
	text-align: center;
	transition: all 0.3s ease;
	font-size: 20px;
	line-height: 24px;
}

.custom-pagination .page-item.active .page-link {
  background-color: #1f3b77; /* dark blue */
  border-color: #1f3b77;
  color: #fff;
}

.custom-pagination .page-link:hover {
  background-color: #f2f2f2;
  color: #000;
}

.custom-pagination .page-item.disabled .page-link {
  background-color: transparent;
  color: #999;
  /* pointer-events: none; */
  border: none;
}

.custom-pagination .page-link span i {
	font-size: 28px;
}
.product-pegination {
	padding-top: 100px;
}


.shop-related {
  background-color: #f6fbff; /* light blue background */
}

.shop-card {
  background: #fff;
  border-radius: 10px;
  padding: 25px 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}



.shop-card .circle-icon {
  width: 60px;
  height: 60px;
  background-color: #1f3b77; /* dark navy blue */
  border-radius: 50%;
  margin: 0 auto 10px;
}

.shop-card p {
  margin: 0;
  font-size: 20px;
  color: #000;
  font-weight: 500;
}
.shop-related .h-30 {
	margin-bottom: 50px;
}
/* Swiper Navigation Buttons */
.swiper-button-next, .swiper-button-prev {
	/* width: 42px; */
	/* height: 42px; */
	border-radius: 50%;
	background-color: #f6fbff;
	color: #1f3b77;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
	padding: 30px 30px;
}


.product-slider.py-5 .recent-box {
	margin: 5px;
}
.swiper-button-next::after, .swiper-button-prev::after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none !important;
	letter-spacing: 0;
	font-variant: initial;
	line-height: 1;
	font-size: 30px;
}

.swiper.mySwiper.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
	margin-top: 35px;
}

.product-slider.py-5 {
	position: initial;
}

.swiper-button-prev {
	left: 0;
}

.swiper-button-next {
	right: 0;
}
.product-slider.py-5 .container {
	position: relative;
}


.product-slider.py-5 .recent-box .produc-imgbx .btn.new-btn {
	padding: 5px 20px;
	font-size: 14px;
}


.bulk-rd.btn {
	background: #D30606;
	font-size: 18px;
	color: #fff;
	padding: 2px 20px;
}

.pagination.justify-content-center.custom-pagination {
	flex-wrap: wrap;
}


/* product list page css End**********************************/



/* product detail page css Start**********************************/
.product-gallery {
  margin: 0 auto;
}

/* Main image */
.mainSlider img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}

/* Thumbnails */
.thumbSlider img {
  width: 100%;
  /* height: 80px; */
  object-fit: cover;
  border-radius: 8px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: 0.3s;
}

/* Active thumbnail highlight */
.thumbSlider .swiper-slide-thumb-active img {
  border-color: #203a72;
}

/* Navigation buttons */
.swiper-button-prev,
.swiper-button-next {
  color: #000;
  background: #fff;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 16px;
}

.product-gallery .swiper-button-next {
	right: 10px;
	font-weight: bold;
}

.product-gallery .swiper-button-prev {
	left: 10px;
	font-weight: bold;
}


.pro-detail-block {
	padding: 50px 0;
}
.h-40 {
	font-size: 40px;
}



.price-table {
	border-collapse: separate;
	border-spacing: 0;
	border-radius: 6px;
	overflow: hidden;
	border: 1px solid;
}

/* Header styling */
.price-table thead th {
  background-color: #1e3a8a; /* navy blue */
  color: #fff;
  font-weight: 600;
  padding: 12px;
  border: none;
  font-size: 20px;
}

/* Row styling */
.price-table tbody tr:nth-child(odd) {
  background-color: #f8f9fa;
}

.price-table tbody tr:nth-child(even) {
  background-color: #ffffff;
}

/* Cell styling */
.price-table td {
  padding: 12px;
  font-weight: 500;
  border-top: none;
  font-size: 20px;
}

/* Rounded corners for the table */
.price-table thead tr:first-child th:first-child {
  border-top-left-radius: 6px;
}
.price-table thead tr:first-child th:last-child {
  border-top-right-radius: 6px;
}
.price-table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 6px;
}
.price-table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 6px;
}
.h-24 {
	font-size: 24px;
}


.quantity-group {
  max-width: 150px;
}

.quantity-group .btn {
  width: 40px;
  border-color: #ccc;
  box-shadow: none !important;
}

.quantity-group .form-control {
	border-left: none;
	border-right: none;
	text-align: center;
	font-weight: 500;
	box-shadow: none;
	outline: none;
	/* border-color: #000 !important; */
}

.quantity-group .btn {
	border: 1px solid;
	color: #000;
	outline: none;
	background: none !important;
	box-shadow: none !important;
	padding: 9px;
}
.quantity-group input {
	border: 1px solid;
}
.quantity-group .btn:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.quantity-group .btn:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.bult-div .form-select {
	background: #F5F5F5;
	border: 1px solid;
	outline: none;
	box-shadow: none;
	font-size: 20px;
}
.produc-crt-section {
	display: flex;
	gap: 20px;
	margin-top: 25px;
}
.produc-crt-section .btn.cart-btn.d-block {
	width: 480px;
	font-size: 20px;
}
.cart-like {
	border: 1px solid #000;
	padding: 10px 17px;
	border-radius: 10px;
}
.detail-right {
	padding-left: 30px;
}

.product-info li {
	border-bottom: 1px solid #000;
	padding: 20px 0;
	display: flex;
	gap: 20px;
}
.product-info li:last-child {
	border-bottom: none;
}
.product-info li span {
	padding:  0 30px;
}
.product-info li span:first-child {
	flex-basis: 30%;
}
.product-info li span:last-child {
	flex-basis: 70%;
}
.Description__block {
	background-color: #F5F5F5;
	padding: 45px 0;
}
.Description__box {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}
.Description__text {
	padding: 30px;
	background: #fff;
	border: 1px solid #D9D9D9;
	border-radius: 10px;
}
.Description__box .h-30 {
	padding-bottom: 30px;
}
.feature__box {
	margin-top: 80px;
	margin-bottom: 50px;
}
.feature__box ul li {
	list-style: disc;
	margin-left: 20px;
	padding-bottom: 10px;
}
.bg-12 {
	background-color: #F5FAFF;
}
.customer-product .rc-bx-in {
	background: #fff;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.bult-div .form-select {
	background-image: url(../images/select-bg.png);
	background-repeat: no-repeat;
	background-position: right 10px top 17px;
}
/* product detail page css End**********************************/



/* product detail page css End**********************************/
.car-block {
	padding: 45px 0;
}

.c-lft-box {
	padding: 30px;
	border-radius: 10px;
	margin-bottom: 30px;
}

.cart-details .bulk-pr.btn {
	padding: 2px 10px;
}

.cart-all-dtl {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	align-items: center;
}

.bdr-clr {
	border: 1px solid #D9D9D9;
	border-radius: 10px;
}

.crt-pading {
	padding: 30px;
}
.promo-code {
	display: flex;
	gap: 20px;
}
.promo-code input {
	background-color: #F5F5F5;
	border: 1px solid #D9D9D9;
	font-size: 24px;
	padding: 10px;
	outline: none;
	flex-basis: 100%;
	border-radius: 10px;
}

.btn.blue-btnm {
	padding: 10px 26px;
	background-color: #203A72 !important;
	color: #fff !important;
	border-radius: 10px;
	font-weight: 600;
	flex-basis: 10%;
}

.mt-30 {
	margin-bottom: 30px;
}
.cart-summery ul li {
	display: flex;
	justify-content: space-between;
	color: #4F4E53;
	gap: 10px;
}
.cart-summery ul li span:last-child {
	color: #000;
}
.cart-summery ul li {
	display: flex;
	justify-content: space-between;
	color: #4F4E53;
	gap: 10px;
	padding-bottom: 15px;
}
.crt-total {
	padding-top: 20px;
	border-top: 1px solid #D9D9D9;
	margin-top: 10px;
}
.form-label {
	color: #4F4E53;
}
.form-control.fm-inpt {
	background-color: #F5F5F5;
	border-color: #D9D9D9;
	box-shadow: none;
}



.form-control::-webkit-outer-spin-button,
.form-control::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.form-control {
  -moz-appearance: textfield;
}

.order-summry ul li {
	display: flex;
	justify-content: space-between;
	color: #4F4E53;
	gap: 10px;
	margin: 10px 0;
}
.order-summry .crt-total {
	padding-top: 10px;
	border-top: 1px solid #D9D9D9;
	margin-top: 10px;
}
.order-summry p {
	color: #4F4E53;
}
.crt-estimate {
	background-color: #F5F5F5;
	padding: 10px;
	text-align: center;
	border: 1px solid #D9D9D9;
	border-radius: 10px;
	color: #4F4E53;
	margin-top: 20px;
}
.crt-estimate img {
	margin-right: 15px;
}
.crt-place .btn {
	padding: 20px 0;
	font-size: 20px;
	margin-top: 35px;
}
.bg-sky {
	background-color: #F5FAFF;
}
.service-block.bg-sky {
	padding: 50px 0;
}
.service-block.bg-sky .col-lg-4 {
	text-align: center;
}
.round-png {
	width: 65px;
	height: 65px;
	margin: 0 auto;
	background-color: #203A72;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}
.cart-delete img {
	cursor: pointer;
}
/* Optional styling for cleaner look */

/* product detail page css End**********************************/


/* order page css End**********************************/
.odr-w-hero {
	max-width: 900px;
	margin: 0 auto;
	color: #000;
	padding: 90px 20px;
}
.h-48 {
	font-size: 48px;
	color: #000;
}
.p-24 {
	font-size: 25px;
}
.odr-date-num {
	background-color: #fff;
	padding: 35px;
	border-radius: 10px;
	border: 1px solid #D9D9D9;
	margin-top: 60px;
}
.odr-date-num .p-18 {
	color: #203A72;
	margin-bottom: 5px;
}
.invoice-download button:first-child {
	background-color: #203a72;
	color: #fff;
	font-size: 20px;
	padding: 10px 60px;
	border: 1px solid #203a72;
	border-radius: 10px;
	font-weight: 600;
}
.invoice-download button:last-child {
	background-color: #FFFFFF;
	border: 1px solid #D9D9D9;
	border-radius: 10px;
	padding: 20px 60px;
	font-size: 20px;
	color: #203a72;
	font-weight: 600;
}
.invoice-download button:last-child img {
	margin-right: 15px;
	margin-top: -3px;
}
.invoice-download.d-flex.justify-content-center.gap-3 {
	margin-top: 40px;
}

.container-1200 {
	max-width: 1200px;
	margin: 0 auto;
}

.odr-sum-block {
	padding: 60px 0;
}
.colcet-detail .p-18 {
	color: #9CADC0;
}
.odr-collection {
	padding: 25px 0;
	border-bottom: 1px solid #EEEEEE;
}

.rd-ltop .odr-collection:last-child {
  border-bottom: none; 
}

.oder-middle.cart-summery ul li {
	color: #000;
}
.ord-shoping p {
	line-height: 33px;
}
.blue-20 {
	color: #203A72;
}
.ord-shoping p {
	line-height: 33px;
}
.estimate-odr .h-20 {
	font-weight: 400;
}
.estimate-odr {
	background-color: #F5FAFF;
	padding: 25px;
	border-radius: 10px;
	margin-top: 20px;
}
.estimate-odr div {
	font-size: 30px;
	margin: 10px 0;
}
.ord-shoping p.p-16 {
	font-size: 16px;
	line-height: normal;
}




.order-tracker {
	position: relative;
	flex-wrap: wrap;
	
	
}
.box-track {
	border-radius: 10px;
	padding: 40px;
	background-color: #fff;
	border: 1px solid #D9D9D9;
}
.step {
  position: relative;
  z-index: 2;
  /* flex: 1; */
}
.step .small {
	font-size: 16px;
	color: #9CADC0;
}
.step .icon {
  width: 60px;
  height: 60px;
  background-color: #e9ecef;
  border-radius: 50%;
  margin: 0 auto 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6c757d;
  font-size: 22px;
}

.step.active .icon {
  background-color: #19355F; /* blue color */
  color: #fff;
}

.line {
  flex: 1;
  height: 2px;
  background-color: #e9ecef;
  margin: 0 5px;
  position: relative;
  top: -10px;
  z-index: 1;
}

.step p {
  margin: 0;
}

.odr-status-block {
	background-color: #F5F5F5;
	padding: 65px 0;
}

.proces-odr.text-center {
	padding-top: 45px;
}

.pd-65 {
	padding: 65px 0;
}
.next_inbox {
	text-align: center;
}
.nxt-icon {
	background: #F5F5F5;
	width: 90px;
	height: 90px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}
.next_inbox .p-18 {
	margin: 20px 0;
}

.btn.next-btn {
	border: 1px solid #D9D9D9;
	color: #203A72;
	font-weight: 600;
	padding: 10px 40px;
}

.next-box {
	padding-top: 40px;
}

.con-shopping .swiper.mySwiper.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
	margin-top: 10px;
}
.pd-50 {
	padding: 50px 0;
}
.con__shop-block .swiper.mySwiper.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
	position: initial;
}
.con__shop-block .swiper-button-prev {
	top: 0;
	right: 4%;
	left: auto;
	border-radius: 0;
	padding: 25px 20px;
	border: 1px solid #203A72;
	border-radius: 10px;
}
.con__shop-block .swiper-button-next {
	top: 0;
	right: 0;
	border-radius: 0;
	padding: 25px 20px;
	border: 1px solid #203A72;
	border-radius: 10px;
}
.con__shop-block .container {
	position: relative;
}

.con__shop-block.pd-50 .recent-box {
	box-shadow: none;
	background-color: #fff;
}
.support-block {
	background-color: #F5F5F5;
	padding: 60px 0;
	text-align: center;
}

.support-block .next_inbox.c-lft-box.bdr-clr {
	background: #fff;
}
.support-block .next_inbox.c-lft-box.bdr-clr p {
	font-size: 16px;
	margin: 20px 0;
}
/* order page css End**********************************/

/* my account page page css End**********************************/
.h-36 {
	font-size: 36px;
	color: #000;
}
.account-tright {
	display: flex;
	gap: 20px;
	align-items: center;
}
.pro-image img {
	border-radius: 50%;
}

.sidebar {
	/* height: 100vh; */
	background: #fff;
	/* border-right: 1px solid #e5e5e5; */
	/* padding: 1rem; */
}
.sidebar a {
	display: flex;
	align-items: center;
	padding: 10px 15px;
	border-radius: 6px;
	color: #333;
	text-decoration: none;
	margin-bottom: 5px;
	transition: background 0.3s;
}
.sidebar a.active,
.sidebar a:hover {
	/* background-color: #0d6efd; */
	color: #fff;
}
.main-content {
	padding:0  20px;
}

.accoont-menu .nav-pills .nav-link {
	text-align: left;
	padding: 12px 20px;
	color: #000;
}
.menu-none-wb {
	display: none;
}
.accoont-menu h3 {
	font-size: 25px;
}
.white-svg {
 
}
.mobile-menu-btn {
	background: #203a72 !important;
	border-color: #203a72 !important;
	margin-left: 20px;
}
.history-account .form-select {
	font-size: 20px;
	color: #4F4E53;
	margin-top: 10px;
	background-color: #F5F5F5;
	border: 1px solid #D9D9D9;
}
.accoont-menu .nav-pills .nav-link img {
	transition: 0.5s all;
	margin-right: 10px;
}
.accoont-menu .nav-pills .nav-link.active {
	background: #203A72;
	color: #fff;
}
.accoont-menu .nav-pills .nav-link.active img {
	 filter: brightness(0) invert(1);
}
.bar-img {
	width: 25px;
}
.history-account .form-label {
	color: #000;
}
.export-odr .btn.btn-primary {
	background-color: #203a72;
	border-color: #203a72;
	font-size: 20px;
	padding: 10px 20px;
	line-height: 25px;
	border-radius: 10px;
}

.export-odr .btn.btn-outline-secondary.btn-sm {
	font-size: 20px;
	padding: 10px 20px;
	line-height: 25px;
	background-color: #fff !important;
	color: #4F4E53 !important;
	border-radius: 10px;
}

.first-block-odr {
	padding-bottom: 20px;
	border-bottom: 1px solid #D9D9D9;
	margin-bottom: 15px;
}

.stats-card {
	display: flex;
	justify-content: space-between;
	text-align: left;
	height: 100%;
	align-items: center;
	padding: 20px 30px;
}
.spent-mn .col-md-6.col-lg-6.col-xl-3 {
	margin-bottom: 30px;
}

.stats-card-img {
	background: #203A72;
	height: 57px;
	width: 57px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}

.stats-card-left p {
	font-size: 18px;
	color: #9CADC0;
}
.recnt-ac-odr h3 {
	padding: 20px 30px;
}
.recnt-ac-odr {
	border: 1px solid #D9D9D9;
	border-radius: 10px;
}

/* Header background color */
.recnt-ac-odr table thead th {
  background-color: #F5FAFF !important;
  color: #333;
  font-weight: 600;
  border-bottom: none;
  vertical-align: middle;
  padding: 20px;
}

.recnt-ac-odr table {
	margin-bottom: 0;
}
.recnt-ac-odr table tbody td {
	padding: 30px;
	font-size: 18px;
}
/* Header text style */
.recnt-ac-odr thead th {
  border-bottom: none;
}

/* Add padding to first and last th and td */
.recnt-ac-odr table th:first-child,
.recnt-ac-odr table td:first-child {
  padding-left: 30px;
}

.recnt-ac-odr table th:last-child,
.recnt-ac-odr table td:last-child {
  padding-right: 30px;
}

/* Optional hover and button styles */
.table tbody tr:hover {
  background-color: #f9fafb;
}

.btn-view {
  background-color: #0d6efd;
  color: #fff;
  border-radius: 6px;
  padding: 4px 10px;
}

.btn-reorder {
  background-color: #198754;
  color: #fff;
  border-radius: 6px;
  padding: 4px 10px;
}
.pendig {
	background-color: #F5FAFF;
	padding: 10px;
	border-radius: 20px;
	font-size: 14px;
	display: flex;
	gap: 7px;
}
.text-decoration-none.text-primary {
	color: #000 !important;
	font-size: 14px;
}
.btn.rcd-bt {
	font-size: 14px;
	border-color: #D9D9D9;
	background-color: #F5F5F5;
	color: #203A72;
}
.btn.blue-v {
	font-size: 14px;
	background-color: #203A72;
	color: #fff;
	box-shadow: none;
	padding: 5px;
}
.pegination-box {
	padding: 20px 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 14px;
	background-color: #F5FAFF;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
.pegination-box .custom-pagination .page-link {
	font-size: 14px;
	margin: 0 5px;
}
.next-block.quick-action.pd-65 .next_inbox.c-lft-box.bdr-clr {
	background: #fff;
	margin: 0 30px;
	height: 100%;
}
.next-block.quick-action.pd-65 .next_inbox.c-lft-box.bdr-clr .btn.next-btn {
	background: #203A72;
	color: #fff;
}
.bg-gery {
	background: #F5F5F5;
}
.avg-spend {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 100px;
	background-color: #F5FAFF;
	width: 100%;
	margin-top: 30px;
	border-radius: 10px;
	border: 1px solid #EEEEEE;
	gap: 14px;
}
.mon-box.c-lft-box.bdr-clr,
.category-box.c-lft-box.bdr-clr {
	margin-top: 50px;
	/* height: 100%; */
}
.category-box.c-lft-box.bdr-clr {
	padding-bottom: 92px;
}
.box-part {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.cat-typs {
	display: flex;
	align-items: center;
	gap: 20px;
}
.cat-icons {
	background-color: #203A72;
	height: 45px;
	width: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}

.box-part span {
	font-size: 14px;
}
.progress {
	/* flex-basis: 25%; */
	--bs-progress-bar-bg: #203a72;
}

.progress {
  height: 10px;
  background-color: #e9ecef;
  border-radius: 10px;
  overflow: hidden;
}

.progress-bar {
  background-color: #1f3c88; /* dark blue */
  border-radius: 10px;
}

.progress-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
}

.progress-value {
  font-weight: 600;
  color: #000;
  font-size: 0.95rem;
}

.cat-typs p {
  font-size: 0.9rem;
  font-weight: 500;
  color: #333;
}

.cat-icons img {
  width: 24px;
  height: 24px;
}


.category-box.c-lft-box.bdr-clr .h-30 {
	margin-bottom: 30px;
}

.cat-icon {
  width: 50px;
  height: 50px;
  background-color: #1d3b6e; /* Navy Blue */
  color: #fff;
  font-size: 18px;
}

.category-progress {
  height: 8px;
  background-color: #e0e0e0;
  border-radius: 10px;
}

.category-progress .progress-bar {
  background-color: #1d3b6e; /* Match icon color */
}
.d-flex.tp-right.align-items-center.gap-3 {
	flex-basis: 100%;
	justify-content: end;
}
.d-flex.tp-left.align-items-center.gap-3 {
	flex-basis: 100%;
}
.category-item.d-flex.align-items-center.justify-content-between {
	margin: 20px 0;
}
.recnt-ac-odr table tbody td .btn {
	margin: 5px;
}
.bg-grey{
	background-color: #F5F5F5;
}

.recent-block.Frequently__block.pd-y50 .recent-box {
	background: #FFFFFF;
}
#offcanvasSidebar {
	padding: 0;
}
.offcanvas-header {
	background-color: #EEEEEE;
}
/* my account page css End**********************************/
/* Footer css Start**********************************/
footer {
	background-color: #203A72;
	color: #fff;
	padding: 50px 0;
}
.footer-box h3 {
	font-size: 24px;
	margin-bottom: 20px;
	font-weight: 600;
}
.footer-box p {
	font-size: 20px;
	margin-bottom: 15px;
}
.footer-box h3 {
	font-size: 24px;
	margin-bottom: 20px;
}
.footer-box p {
	font-size: 20px;
}
.ftr-ul li {
	margin-bottom: 15px;
}
.ftr-ul li a {
	font-size: 20px;
	color: #fff;
}
.ftr-po {
	line-height: 36px;
	font-size: 20px;
}
.footer-bottom ul li {
	display: inline;
	border-right: 1px solid;
	padding: 0 10px;
	font-size: 20px;
}
.footer-bottom ul li:last-child {
	border-right: none;
}
.footer-bottom ul li img {
	margin-right: 10px;
}
.ftr-social a img {
	margin-right: 35px;
}
.footer-top .container {
	margin-bottom: 50px;
	padding-bottom: 20px;
	border-bottom: 1px solid;
}
/* Footer css End**********************************/


/* hover slider css start 10-11-25 */


.product-card {
	
	/* border-radius: 15px; */
	overflow: hidden;
	/* box-shadow: 0 10px 30px rgba(0,0,0,0.3); */
	transition: transform 0.3s ease;
}



.product-image-container {
	position: relative;
	width: 100%;
	height: 130px;
	overflow: hidden;
	background: #f5f5f5;
}

.product-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: opacity 0.5s ease;
}

.product-image.active {
	opacity: 1;
}

.product-info {
	
}

.product-name {
	font-size: 1.5em;
	font-weight: 600;
	color: #333;
	margin-bottom: 10px;
}

.product-description {
	color: #666;
	margin-bottom: 15px;
	line-height: 1.5;
}

.product-price {
	font-size: 1.8em;
	font-weight: bold;
	color: #667eea;
	margin-bottom: 15px;
}

.product-button {
	width: 100%;
	padding: 12px;
	background: linear-gradient(135deg, #203a72 0%, #003558 100%);
	color: white;
	border: none;
	border-radius: 8px;
	font-size: 1em;
	font-weight: 600;
	cursor: pointer;
	transition: transform 0.2s ease;
}

.product-button:hover {
	transform: scale(1.05);
}

.image-indicator {
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	gap: 6px;
	z-index: 10;
}

.indicator-dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: rgba(255,255,255,0.5);
	transition: background 0.3s ease;
}

.indicator-dot.active {
	background: white;
}

.image-indicator {
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	gap: 6px;
	z-index: 10;
	opacity: 0.5;
	visibility: hidden;
	transition: opacity 0.3s ease;
	background: #fff;
	width: 100%;
	justify-content: center;
	padding: 10px;
}

/* 🔹 Show indicators only on hover */
.product-card:hover .image-indicator {
	opacity: 1;
	visibility: visible;
}

.indicator-dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: rgba(255,255,255,0.5);
	transition: background 0.3s ease;
}

.indicator-dot.active {
	background: white;
}
.image-indicator {
  position: absolute;
  bottom: -20px; 
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 6px;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition:
    bottom 0.4s ease,
    opacity 0.4s ease,
    visibility 0.4s ease;
}

.product-card:hover .image-indicator {
  bottom: 0;   
  opacity: 1;
  visibility: visible;
}

.indicator-dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: rgba(189, 169, 120, 0.6);
	transition: background 0.3s ease;
}

.indicator-dot.active {
	background: #203a72;
}
.hover-slider {
	position: relative;
}

.wish-list {
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.4s ease;
  margin-bottom: 10px;
  display: none;
}

.wish-list.show {
  display: block;
}

.wish-list.animate {
  opacity: 1;
  transform: translateY(0);
}
.hover-slider:hover .wish-list {
	display: block;
	transition: 0.5s all;
}
.wish-list .btn {
	display: flex;
	gap: 10px;
}

.wish-list .btn img {
	width: auto;
	height: auto;
}
.hover-slider {
  position: relative;
  display: inline-block;
}

.slow-mn {
  position: relative;
  top: 0;
  opacity: 1;
  transition: all 0.6s ease-in-out;
}

.hover-slider:hover .slow-mn {
  top: 5px;
  opacity: 0.9;
}

.wish-list .btn {
	display: flex;
	gap: 10px;
	border: 1px solid;
	align-items: center;
	width: 100%;
	justify-content: center;
	border-radius: 5px;
	/* display: none; */
}


.notification {
  position: absolute;

  right: 6%;
  display: none;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.15);
  overflow-y: auto;
  transform: translateY(-20px);
  opacity: 0;
  /* pointer-events: none; */
  transition: all 0.4s ease;
  z-index: 999;
}

.notification.show {
	display: block;
  transform: translateY(0);
  opacity: 1;
}

.notification-block {
	width: 380px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 4px 12px rgba(0,0,0,0.08);
	padding: 20px;
	font-family: "Segoe UI", sans-serif;
}


    .notification-block .nav-tabs {
      border-bottom: 1px solid #ddd;
      margin-bottom: 15px;
    }
	.notification-block .h-24 {
		color: #000;
	}
    .notification-block .nav-tabs .nav-link {
		border: none;
		border-bottom: 3px solid transparent;
		color: #838383;
		font-weight: 500;
		padding: 8px 16px;
		transition: all 0.3s;
	}

    .notification-block .nav-tabs .nav-link.active {
		border-color: #203a72;
		color: #000;
	}

    .notification-block .notification-list {
      list-style: none;
      padding: 0;
      margin: 0;
    }
	.notification-block .h-24 {
		color: #000;
		margin-bottom: 15px;
	}
    .notification-block .notification-item {
      display: flex;
      align-items: center;
      gap: 10px;
      padding: 10px 0;
      border-bottom: 1px solid #f1f1f1;
      position: relative;
    }

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

    .notification-item i {
		color: #0d6efd;
		font-size: 18px;
		flex-shrink: 0;
    }

    .notification-text {
		font-size: 20px;
		color: #203a72;
		line-height: 1.3;
	}

    .notification-time {
		font-size: 13px;
		color: #203A72;
		margin-top: 2px;
	}

    .notification-dot {
      position: absolute;
      right: 8px;
      top: 20px;
      width: 8px;
      height: 8px;
      background-color: red;
      border-radius: 50%;
    }

/* hover slider css start 10-11-25 
/* Cart Panel Base */
/* ---------- Cart panel: slide-in/out ---------- */
.cart-panel {
  position: fixed;
  top: 0;
  right: 0;
  width: 300px;            /* adjust as needed */
  max-width: 100%;
  height: 100vh;
  background: #fff;
  box-shadow: -8px 0 24px rgba(0,0,0,.12);
  border-left: 1px solid rgba(0,0,0,.04);

  /* start off-screen and invisible */
  transform: translateX(110%);
  opacity: 0;
  /* pointer-events: none; */

  /* animate transform + opacity */
  transition: transform 340ms cubic-bezier(.2,.9,.3,1), opacity 220ms ease;
  z-index: 1200;
  will-change: transform, opacity;
}

/* Visible state */
.cart-panel.active {
  transform: translateX(0);
  opacity: 1;
  /* pointer-events: auto; */
}

/* Use this only to remove from DOM flow after closing animation */
.cart-panel.hidden {
  display: none;
}


.cart-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #eee;
}


.close-cart {
  background: transparent;
  border: none;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  padding: 0.25rem 0.5rem;
}


.close-cart:focus {
  outline: 2px solid #007bff;
  outline-offset: 2px;
}


.cart-toggle-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}


.cart-toggle-wrapper .cart-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  transition: transform 260ms cubic-bezier(.2,.9,.3,1), opacity 220ms ease;
  transform-origin: center center;
  z-index: 2;
  position: relative;
}


.cart-toggle-wrapper.active .cart-btn {
  opacity: 0;
  transform: translateY(-8px) scale(.98);
  /* pointer-events: none; */
}


.cart-toggle-wrapper .cart-home {
  position: absolute;
  left: 0;
  top: -15px;
  width: 100%;
  box-sizing: border-box;
  opacity: 0;
  transform: translateY(8px);
  /* pointer-events: none; */
  transition: transform 300ms cubic-bezier(.2,.9,.3,1), opacity 260ms ease;
  z-index: 1;
  background: transparent; 
}


.cart-toggle-wrapper.active .cart-home {
  opacity: 1;
  transform: translateY(0);
  /* pointer-events: auto; */
}

.cart-all-dtl {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.quantity-group .btn {
  min-width: 36px;
  padding: 0 8px;
}

.quantity-value {
  width: 48px;
  border: 1px solid #ddd;
  border-left: none;
  border-right: none;
}

.cart-delete { cursor: pointer; }

.cart-content {
	text-align: center;
}
.cart-item h3 {
	font-size: 16px;
	font-weight: 600;
}
.cart-item {
	padding: 15px;
}
.inr-red {
	font-size: 16px;
	color: red;
	font-weight: 600;
	margin: 10px 0;
}
.inr-blck {
	font-size: 16px;
	color: #000;
	font-weight: 600;
	margin: 10px 0;
}
.cart-item .btn.cart-btn.d-block {
	margin: 10px 0;
	border-radius: 50px;
}
.input-group.quantity-group {
	margin: 0 auto;
}
.border-cart {
	padding: 15px;
	margin-top: 0;
	border-top: 1px solid #203a72;
	border-bottom: 1px solid #203a72;
}
.cart-product img {
	width: 100px;
}


.product-block.pd-y50.margin-heg .product-box h3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.rum-box.view-rm {
    /* display: flex; */
    align-items: center;
    margin-top: 110px;
}

.rum-box.view-rm img {
    width: auto;
    margin-left: 20px;
    height: auto;
}

.rum-box.view-rm {
    display: initial;
    /* align-items: center; */
    margin-top: 110px;
}

.f-inbx img {
    width: 100%;
    height: 135px;
    object-fit: contain;
}

.hover-slider.hover-slider-2 {
	display: block!important;
}

.ofc-h250 {
    height: 250px;
    object-fit: contain;
}

.cursor-pointer {
	cursor: pointer!important;
}

.btn-theme {
	background:#203c70;
	color:white;
}

.ofc-hw200 {
	height: 150px;
	width: 150px;
	object-fit: contain;
}