.cart-part {
  margin-top: 0px;
}

.cart-part-card {
  background: white;
  border-radius: 0.75rem;
  padding: 15px;
}

.cart-part-card-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}
