div.free-shipping-bar {
  margin: 4px 8px 1px 8px;
}
div.free-shipping-bar .explanation-text {
  text-align: center;
}
div.free-shipping-bar .free-shipping-text {
  color: #27920f;
  font-weight: bold;
}
div.free-shipping-bar .threshold-value {
  color: #27920f;
  font-weight: bold;
}
div.free-shipping-bar .amount-left {
  color: #27920f;
  font-weight: bold;
}
div.minprogress {
  border: 1px solid #3fbb20;
  height: 10px;
  border-radius: 5px;
  position: relative;
}
div.minprogress .minprogress-active {
  position: absolute;
  background-color: #3fbb20;
  height: 10px;
  border-radius: 5px;
}
div.minprogress .progress-text {
  margin-top: 10px;
}
div.minprogress .progress-text .threshold-value {
  float: right;
}
