#min-order-progress {
  background: #efefef;
  padding: 15px;
  text-align: center;
  margin-bottom: 20px;
}

.progress-bar {
  width: 100%;
  background: #ddd;
  border-radius: 5px;
  height: 10px;
  margin-top: 10px;
  overflow: hidden;
}

.progress {
  height: 100%;
  background: #da242a;
  width: 0;
  transition: width 0.5s ease-in-out;
}

.progress.success {
  background: #28a745;
}

#min-order-progress .amount {
  display: inline-block;
}
