/* cart page start */

.cart-icon {
   position: fixed;
   bottom: 30px;
   right: 30px;
   z-index: 99999;
}

i.fa.fa-shopping-cart.fixed {
   padding: 10px;
   border-radius: 30px !important;
   background: green;
   color: white;
}

i.fa.fa-shopping-cart {
   /* border: 1px solid green; */
   border-radius: 20px;
   color: green;
   font-size: 30px;
}

.cart-icon-img {     
   width: 50px;
   position: fixed;
   left: 10px;
   bottom: 20px; 
   background: white;
   border-radius: 50px;
}

/* -----new css ---------- */
.cart-icon-wrapper {
   position: relative;
   display: inline-block;
}

.cart-icon-img {
  width: 50px;
  height: 50px;
}

/* Small circle badge */
.cart-icon-wrapper {
  position: fixed;
  left: 10px;
  bottom: 20px;
  width: 50px;
  height: 50px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
  z-index: 9999; /* ensures it's always visible */
}

.cart-count {
  position: absolute;
  top: -5px;
  right: -5px;
  width: 18px;
  height: 18px;
  background: red;
  color: white;
  font-size: 11px;
  font-weight: bold;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}






.cartbox {
  position: relative;
  display: inline-block;
}

.top-cart-img {
  width: 40px; /* adjust as needed */
  height: auto;
}

.cart-count.top {
  position: absolute;
  top: -5px;     /* move up */
  right: -5px;   /* move right */
  background: red;
  color: white;
  font-size: 12px;
  font-weight: bold;
  border-radius: 50%;
  padding: 3px 6px;
  line-height: 1;
}





marquee { display:none; }

.product-mainbanner {
  display: none !important;
}