.cart-container {
  max-width: 1200px;
  margin: 2rem auto;
}

.cart-item {
  border-bottom: 1px solid #eee;
  padding: 1.5rem 0;
}

.quantity-controls {
  display: flex;
  align-items: center;
}

.quantity-btn {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #f1f1f1;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}
.quantity-btn-circle {
   width: 35px;
   height: 35;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.quantity-input {
  height: 35px;
  padding: 0 10px;
  margin-left: 5px;
}

.quantity-input {
  width: 50px;
  text-align: center;
  margin: 0 5PX;
}

  .summary-card {
    background: #f9f9f9;
    border-radius: 10px;
    padding: 1.5rem;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  }

