div.free-shipping-bar {
  border-bottom: 1px solid #ebebeb;
  padding: 24px 0;
  margin: 0 24px 16px;
}
div.free-shipping-bar .explanation-text {
  color: #666;
  margin: 0 0 8px 0;
}
div.free-shipping-bar .explanation-text,
div.free-shipping-bar .explanation-text strong {
  text-align: right;
  font-size: 1.4rem;
  font-weight: 400;
}
div.free-shipping-bar .explanation-text strong {
  font-weight: bold;
}
div.free-shipping-bar .explanation-text .free-shipping-text {
  font-weight: bold;
}
div.minprogress {
  background-color: #EEEEEE;
  height: 4px;
  position: relative;
}
div.minprogress .minprogress-active {
  position: absolute;
  background-color: #F88B1A;
  height: 4px;
}
div.minprogress .progress-text .threshold-value {
  display: none;
}
@media screen and (max-width: 480px) {
  div.free-shipping-bar {
    padding: 16px 0;
  }
}
