.logo-img {
	height: 40px;
	width: auto;
}
.boche-img {
	height: 100px;
	width: auto;
}
.dropdown-menu .dropdown-item:hover {
	background-color: #f7680c;
	color: white;
}

.nav-item.dropdown .dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	min-width: max-content;
	white-space: nowrap;
	z-index: 1000;
}

.navbar .container {
	max-width: 1600px;
}

.nav-item.dropdown {
	position: relative;
}

.profile-container,
.wishlist-icon2,
.cart-sec {
	cursor: pointer;
}
.profile-container {
	position: relative;
}
.navbar-custom .profile-container,
.navbar-custom .profile-container:hover {
	border: 2px solid white;
}
.input-group-modify {
	background-color: #333;
	border-radius: 1px;
	overflow: hidden;
}
.form-control-modify {
	background-color: #333;
	color: #2e2f30;
	border: none;
	border-radius: 10px 0 0 10px;
}
.navbar-modify .input-group .form-control-modify {
	background-color: #2e2f30;
	border: 1px solid #f7680c;
	height: 45px;
	border-radius: 4px !important;
	text-transform: uppercase;
	color: white;
}
.input-group-text-modify {
	background-color: #333;
	border: none;
	color: #f7680c;
	border-radius: 0 10px 10px 0;
}
.input-group-text-modify i {
	color: #f7680c;
}
.navbar-modify {
	background-color: #2e2f30;
}
.navbar-toggler-icon-sec i {
	font-size: 20px;
	color: #f7680c;
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-lg,
.navbar > .container-md,
.navbar > .container-sm,
.navbar > .container-xl,
.navbar > .container-xxl {
	padding-top: 20px;
	display: flex;
	flex-wrap: inherit;
	align-items: center;
	justify-content: space-between;
}
@media (min-width: 576px) {
	.navbar-expand-sm {
		flex-wrap: nowrap;
		justify-content: flex-start;
		padding-top: revert-layer;
	}
}
.navbar-custom .nav-link,
.navbar-custom .profile-container,
.navbar-custom .cart-sec {
	color: white;
	font-weight: 500;
	transition: color 0.3s ease;
}
.dropdown-content.sign-signup {
	position: absolute;
	top: 100%;
	right: 0;
	background: white;
	z-index: 1050;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	padding: 1rem;
	border-radius: 8px;
	min-width: 200px;
}
.navbar-custom,
.navbar-custom .profile-container:hover,
.navbar-custom .cart-sec:hover {
	color: #f7680c !important;
}
.navbar-custom {
	background-color: #f2f1ed;
	box-shadow: #f7680c;
	height: 40px;
}
.navbar-brand img {
	height: 60px;
	width: auto;
}
.navbar-nav .nav-item .nav-link:focus {
	color: rgb(255, 255, 255);
}

.navbar-nav .nav-link.active {
	color: #ffffff !important;
}

.navbar-light .navbar-nav .nav-link {
	/* /* color:black; */
	color: rgba(255, 255, 255, 0.55);
}
.navbar-nav .nav-link {
	color: rgba(255, 255, 255, 0.55);
	/* font-weight:500; */
	/* padding-right:1rem;
  padding-left:1rem; */
	transition: color 0.3s ease;
}
.navbar-nav .nav-item .nav-link:hover {
	color: rgba(255, 255, 255, 0.75) !important;
}
/* .nav-item:not(:last-child) {
  margin-right:1rem;
} */
.offer-header {
	padding: 1rem;
	background-color: white;
	margin-left: 60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.offer-header h4 {
	color: #f7680c;
	font-weight: bold;
}
.slider-container {
	overflow: hidden;
	position: relative;
	width: 100%;
	margin-top: 1rem;
}
.slider-track {
	display: flex;
	gap: 1rem;
	transition: transform 0.5s ease-in-out;
}
.product-card {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	min-height: 340px; /* Ensures consistent height */
	padding: 1rem;
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06); /* Soft 3D shadow */
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	position: relative;
	text-align: center;
	overflow: hidden;
	border: 1px solid rgba(0, 0, 0, 0.1);
}
.product-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
}

.card-item-img {
	display: flex;
	justify-content: center;
	align-items: center;
	/* height: 140px; */
}

.product-card .card-item-img img {
    max-height: 180px;
    max-width: 100%;
    object-fit: contain; 
	/* aspect-ratio: 3 / 2; */
}


/* .product-card img {
	max-width: 100px;
	max-height: 100px;
	object-fit: contain;
} */
.itemDetails {
	flex-grow: 1;
	margin-bottom: 1rem;
}
.itemDetails strong {
	font-size: 16px;
	/* display: block; */
	margin-bottom: 6px;
	color: #222;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
.itemDetails p {
	margin: 0.25rem 0;
	font-size: 14px;
}
.discount-badge {
	position: absolute;
	top: 10px;
	left: 10px;
	background: #f7680c;
	color: white;
	padding: 4px 10px;
	border-radius: 50%;
	font-weight: bold;
}
.product-card img {
	max-height: 120px;
	margin-bottom: 1rem;
}
/* .add-cart-btns {
	background-color: #2e2f30;
	border: none;
	width: 100%;
	padding: 0.5rem;
	color: white;
	border-radius: 6px;
	font-weight: 600;
	text-align: center;
} */
a,
button {
	color: inherit;
	line-height: inherit;
	text-decoration: none;
	cursor: pointer;
	text-align: center;
}
.price-old {
	text-decoration: line-through;
	color: #888;
	font-size: 13px;
	margin-right: 5px;
}
.price-new {
	color: #f7680c;
	font-size: 18px;
	font-weight: 600;
}

.mobile-filter-bar {
	position: sticky;
	top: 0;
	z-index: 1050;
  }
  
  .filter-btn {
	flex: 1;
	margin: 0 5px;
	padding: 10px;
	border: none;
	background-color: #f4f4f4;
	border-radius: 6px;
	font-weight: 600;
  }


  
  .drawer {
	position: fixed;
	bottom: -100%;
	left: 0;
	width: 100%;
	background: white;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	box-shadow: 0 -2px 10px rgba(0,0,0,0.2);
	padding: 20px;
	transition: bottom 0.3s ease;
	z-index: 1100;
  }
  
  .drawer.open {
	bottom: 0;
  }
  
  .drawer-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 1rem;
  }
  
  .drawer label {
	display: block;
	margin: 0.5rem 0;
	font-weight: 500;
  }
  

@media (max-width: 767px) {
	.lw-pageFilter {
		flex-direction: column;
		align-items: flex-start;
		gap: 1rem;
	}

	.lw-pageFilter ul {
		display: flex;
		flex-direction: column;
		width: 100%;
	}

	.lw-pageFilter ul li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}

	.lw-pageFilter ul li form,
	.lw-pageFilter ul li select,
	.lw-pageFilter ul li a,
	.lw-pageFilter ul li p {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.product-card {
		text-align: center;
		min-height: 315px;
		padding: 10px;
	}

	.mb-4 {
		margin-bottom: 0.5rem !important;
	}

	.card-item-img {
		justify-content: center;
		align-items: center;
	}

	.add-cart-btn {
		display: flex;
		align-items: center;
		margin-top: 2px;
		justify-content: center;
		width: 100%;
	}

	.itemDetails strong {
		font-size: 12px;
		margin-bottom: 2px;
	}

	.itemDetails p {
		font-size: 11px;
		margin: 4px;
	}

	.itemDetails {
		margin-bottom: 0px;
	}

	.price-old {
		font-size: 11px;
	}

	.price-new {
		font-size: 15px;
		font-weight: 500;
	}

	.btn-primary.btn-style.btn-icon-left {
		gap: 0.5rem;
		padding: 7px;
		font-size: 10px;
		font-weight: 500;
	}

	.card-content {
		position: relative;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		height: 100%;
	}
}

.new-badge {
	position: absolute;
	top: 10px;
	left: 3px;
	background: #f7680c;
	color: black;
	font-weight: bold;
	font-size: 14px;
	width: 90px;
	height: 40px;
	padding: 10px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	clip-path: polygon(
		50% 0%,
		61% 19%,
		80% 20%,
		69% 35%,
		80% 50%,
		69% 65%,
		80% 80%,
		61% 81%,
		50% 100%,
		39% 81%,
		20% 80%,
		31% 65%,
		20% 50%,
		31% 35%,
		20% 20%,
		39% 19%
	);
}
.bg-color-light {
	background-color: white;
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.footer {
	background-color: black;
	color: white;
}
.footer-tearmslink ul {
	list-style: none;
	padding: 0;
	margin: 0;
	line-height: 2;
}
.footer-tearmslink li {
	margin-bottom: 10px;
	color: white;
}
.footer-tearmslink a {
	text-decoration: none;
	color: white;
	transition: color 0.3s ease;
}
.footer-tearmslink a:hover {
	color: #ffffff !important;
}
.scrollToTopBtn {
	display: flex;
	align-items: center;
	background-color: #f7680c;
	color: #fff;
	border: none;
	border-radius: 50%;
	padding: 15px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	cursor: pointer;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
	z-index: 1000;
	transition: opacity 0.4s ease, visibility 0.4s ease;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.scrollToTopBtn.show {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.scrollToTopBtn:hover {
	background-color: #e18a00;
}

.top-bar {
	padding: 15px 30px;
	display: flex;
	justify-content: flex-end;
	background-color: #fff;
	z-index: 10;
	position: relative;
}
.banner-img {
	width: 100%;
	height: auto;
	display: block;
}
.sign-signup {
	background-color: #fff;
	border: 1px solid black;
}
.btn-custom {
	background-color: #f7680c;
	color: black;
	font-weight: bold;
	border: none;
	padding: 8px 16px;
	border-radius: 4px;
	transition: background-color 0.3s ease;
}
.btn-custom:hover {
	background-color: black;
	color: white;
}
.button-group {
	margin-top: 10px;
	margin-bottom: 10px;
}
ul li a:hover {
	color: #f7680c;
}
.wishlist {
	display: inline-flex;
	align-items: center; /* Vertical centering */
	justify-content: center;
	position: absolute;
	top: 10px;
	right: 10px;
	color: #f7680c;
	font-size: 20px;
	background: white;
	border-radius: 50%;
	padding: 6px;
	z-index: 10;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.add-to-cart-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	position: relative;
	padding: 10px;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	background-color: #2e2f30;
	border: none;
	border-radius: 8px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
	transition: all 0.3s ease;
	overflow: hidden;
}

.add-to-cart-btn:before {
	content: "";
	background-size: 20px;
	width: 24px;
	height: 24px;
	position: absolute;
	left: 16px;
	top: 50%;
	transform: translateY(-50%);
	filter: brightness(0) invert(1); /* makes SVG white */
}

.add-to-cart-btn:hover {
	background-color: #fff;
	color: #e21e34;
	border: 1px solid #e21e34;
	box-shadow: 0 6px 18px rgba(226, 30, 52, 0.25);
}

.add-to-cart-btn:hover:before {
	filter: brightness(1) invert(0); /* switch icon to dark */
}

.wishlist-icon2 i {
	color: white;
	font-size: 20px;
	transition: color 0.3s ease;
}
.wishlist-icon2:hover i {
	color: #f7680c;
}
.fa-regular,
.far {
	font-weight: 600;
}
.social-blk {
	display: flex;
	gap: 1rem;
	gap: 10px;
	align-items: center;
}
.social-blk span a {
	font-size: 24px;
	color: white;
	text-decoration: none;
}
.social-blk span a:hover {
	color: #f7680c;
}
.img-fluid1 {
	max-width: 190px;
	height: auto;
}
.no-gap {
	margin: 0 !important;
	padding: 0 !important;
}
.footer-items-sec {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1.5rem;
}
.img-fluid2 {
	max-width: 250px;
	height: auto;
}
element.style {
	padding: 0px;
	display: flex;
	justify-content: center;
}

.footer-top-sec .text-xs {
    font-size: 13px;
    font-weight: 500;
    color: white;
}

.faircode-logo {
	color: inherit;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
	padding-left: 5px;
}

.footer-top-sec img.img-fluid2 {
    max-width: 100px;
    height: 20px;
    display: inline-block;
}

.footer-bottom-sec p {
    margin: 0;
    font-size: 12px;
    color: white;
    text-align: center;
}

@media (min-width: 769px) {
    .footer-top-sec {
        text-align: right;
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        flex-direction: row !important;
    }
}

@media (min-width: 769px) {
    .footer-bottom-sec {
        text-align: left;
    }
}

@media (max-width: 576px) {
	.your-element-class {
		padding: 0px;
		display: flex;
		justify-content: center;
	}
}

@media (min-width: 576px) {
	.navbar-expand-sm {
		padding-top: revert-layer;
		padding-bottom: 20px;
	}
}
.footer-link:hover {
	color: #f7680c !important;
}
@media (max-width: 768px) {
	.navbar > .container,
	.navbar > .container-fluid,
	.navbar > .container-lg,
	.navbar > .container-md,
	.navbar > .container-sm,
	.navbar > .container-xl,
	.navbar > .container-xxl {
		padding-top: 0px;
	}
}