.wc-free-shipping-box {
  background: #e9f7f0;
  border: 1px solid #cfe9dc;
  border-radius: 12px;
  padding: 16px 18px;
  margin-bottom: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont;
}

.wc-ship-message {
  font-weight: 600;
  color: #0a8f4d;
  margin-bottom: 10px;
  font-size: 14px;
}

.wc-progress {
  position: relative;
  height: 6px;
  background: #d8eee3;
  border-radius: 10px;
}

.wc-progress-fill {
  height: 100%;
  width: 0%;
  background: #0a8f4d;
  border-radius: 10px;
  transition: width .4s ease;
  transform: scaleX(-1);
}

.wc-truck {
  position: absolute;
  top: -18px;
  left: 0;
  font-size: 18px;
  transition: left .4s ease;
	transform: scaleX(-1);
  
}
