div.free-shipping-bar {
  border-bottom: 1px solid #C7C7C7;
  margin: 24px;
}
div.free-shipping-bar .explanation-text {
  color: #989898;
  margin: 0 0 8px 0;
}
div.free-shipping-bar .explanation-text,
div.free-shipping-bar .explanation-text strong {
  text-align: right;
  font-size: 1.2rem;
  font-weight: 400;
}
div.free-shipping-bar .explanation-text strong {
  color: #000;
}
div.free-shipping-bar .explanation-text .free-shipping-text {
  color: #008A4E;
  font-weight: bold;
}
div.minprogress {
  border: 1px solid #008A4E;
  height: 4px;
  position: relative;
}
div.minprogress .minprogress-active {
  position: absolute;
  background-color: #008A4E;
  height: 4px;
}
div.minprogress .progress-text {
  margin-top: 10px;
}
div.minprogress .progress-text .threshold-value {
  color: #008A4E;
  font-size: 1.2rem;
  float: right;
}
