.hoblie-cart-bar-wrapper {
  background: #f5f4e8;
  padding: 12px;
  border-radius: 12px;
  margin-bottom: 20px;
  font-family: "TT Chocolates", sans-serif;
}
.hoblie-progress-bar {
  width: 100%;
  height: 10px;
  background: #ddd;
  border-radius: 8px;
  margin-top: 8px;
}
.hoblie-bar-fill {
  height: 100%;
  background-color: #86d1d4;
  border-radius: 8px;
  transition: width 0.3s ease;
  display: block !important;
}
