.minprogress {
  background: #eee;
  height: 9px;
  position: relative;
  margin: 0 20px;
  border-radius: 8px;
}
.minprogress .minprogress-active {
  position: absolute;
  background-color: #FB0;
  height: 9px;
  border-radius: 8px;
  transition: width 0.3s ease;
  max-width: 100%;
}
.explanation-text {
  color: #171717;
  text-align: right;
  font-size: 13.451px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 16px;
  margin: 6px 20px;
}
.explanation-text .danger,
.explanation-text .free-shipping-text {
  color: #FB0;
  font-size: 13.526px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
