/* Make header sticky */
.sticky-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: white; /* Match your header's background */
}

/* Add spacing to prevent content overlap */
.bottom-header-wrapper {
  position: relative;
  margin-top: 0; /* Will be set via JavaScript */
}

.book-card {
	border-radius: 16px;
	background-color: white;
	padding: 10px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	height: 100%;
	position: relative;
}

.book-image {
	width: 100%;
	border-radius: 12px;
	object-fit: cover;
	height: 240px;
}

.book-title {
	font-size: 14px !important;
	font-weight: 500;
	margin-top: 10px;
	min-height: 38px;
}

.custom-global-select {
  position: relative;
}

.custom-global-select select.form-control {
  appearance: none;
  background-color: #f9f9f9;
  border: none;
  border-radius: 24px;
  font-size: 14px;
  color: #666;
  width: 100%;
}

.custom-global-select::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  width: 10px;
  height: 7px;
  background-image: url('../img/select-drop-down.png');
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}


.book-title a{
	font-size: 14px !important;
	
}

.book-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 8px;
}

.price {
	font-weight: 600;
}

.add-btn {
	background-color: #fbe302;
	border: none;
	border-radius: 20px;
	padding: 2px 12px;
	font-weight: bold;
	font-size: 14px;
}

.wishlist-btn {
    position: absolute;
    top: 8px;
    right: 10px;
    width: 30px;
    background-color: #02a650;
    border-radius: 50%;
    font-size: 18px;
    color: #222;
    border: none;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wishlist-btn i{
	margin: 0!important;
	color: #fff;
}

.wishlist-btn.added-favorite{
	color: #fff;
}
.md-icon{
	font-size: 1.5em;
	padding: 0 5px;
}

.breadcrump-container {
    background-image: url('../img/breadcrump-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 125px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.breadcrump-container a{
	
	color: #333;
	font-size: 1.2rem;
	
}
.bold-text{
	
	font-weight: bold;
}
.custom-drop-down {
	position: absolute;
	transform: translate3d(0px, 38px, 0px);
	top: 4px;
	left: 30px;
	right: 30px;
	will-change: transform;
	z-index: 9999999999999;
	background-color: #f9f9f9;
	border: 1px solid #dddddd;
	display: none;
}

.custom-drop-down .cart_list {
	width: 100%;
	padding: 0 !important;
	max-height: 450px !important;
	overflow-y: auto;
}

.custom-drop-down-mini .cart_list {
	width: 100%;
	padding: 0 !important;
	max-height: 450px !important;
	overflow-y: auto;
}

.custom-drop-down ul li {
	cursor: pointer;
}

.custom-drop-down-mini ul li {
	cursor: pointer;
}

.custom-drop-down ul li:hover {
	cursor: pointer;
	background: #ffff;
}

.custom-drop-down ul li a:hover {
	cursor: pointer;
	color: #fc9c45;
}

.custom-drop-down-mini ul li:hover {
	cursor: pointer;
	background: #ffff;
}

.cart_list li {
	display: inline-block;
	width: 100%;
}

.dropdown-menu .cart_list li a i {
	width: auto;
}

.navbar-nav .dropdown-menu.cart_box {
	width: 320px;
	position: absolute !important;
	-webkit-transform: scale(0) !important;
	transform: scale(0) !important;
	-webkit-transform-origin: -webkit-calc(100% - 30px) 0;
	transform-origin: calc(100% - 30px) 0;
	display: block;
	transition: all 0.25s ease-in-out;
	padding: 0;
	top: 100% !important;
	left: auto !important;
	right: 0;
}

.navbar-nav .dropdown-menu.cart_box.show {
	-webkit-transform: scale(1) !important;
	transform: scale(1) !important;
}

.cart_list li {
	border-bottom: 1px solid #dddddd;
	padding: 10px;
	width: 100%;
}

.item_remove {
	float: right;
	margin-left: 5px;
	color: #333 !important;
}

.cart_list img {
	border: 1px solid #ddd;
	background-color: #ffffff;
	float: left;
	margin-right: 10px;
	max-width: 80px;
}

.cart_list a {
	font-size: 14px;
	vertical-align: top;
	padding: 0 !important;
	text-transform: capitalize;
	color: #292B2C;
	font-weight: 600;
}

.cart_quantity {
	display: table;
	margin-top: 5px;
	font-weight: 500;
}

.cart_total .cart_amount {
	float: right;
	color: #F32B56;
}

.cart_box .cart_list {
	width: 100%;
	padding: 0 !important;
	max-height: 242px;
	overflow-y: auto;
}

.topbar-icon {
  width: 20px;
  height: 20px;
}
.topbar-icon.medium {
  width: 35px;
  height: 35px;
}
.icon-wrapper {
	display: flex;
	align-items: center;
	justify-content:center;
	width: 26px;
	height: 26px;
}
.language-icon {
  width: auto;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.gap-2 > * + * {
  margin-left: 0.5rem !important; /* Bootstrap-style spacing between items */
}

.gap-4 > * + * {
  margin-left: 2rem !important; /* Bootstrap-style spacing between items */
}
.main-menu{
	font-size: 1rem;
	color: #303030;
}

.main-menu.active,
.main-menu:hover{
	color: #02A650;
}

.logo-icon{
	
	width: 80px !important;
	height: 80px !important;
	object-fit: conver;
	
}

/* On mobile, the image will fill the width */
@media (max-width: 767px) {
  .listingLazyImage {
     height: 70% !important;
   /* height: 200px !important; */
    width: 100% !important;
  }
}

/* On desktop, the image will fill the height */
@media (min-width: 768px) {
  .listingLazyImage {
    height: 80% !important; /* Fill height on desktop */
    width: 100%  !important;  /* Maintain aspect ratio */
   /*  height: 300px !important; */
   /*  width: auto !important; */
  }
}
