.gdc-cart-free-shipping-meter {
  position: relative;
  height: 10px;
  width: 100%;
  margin-bottom: 20px;
}

.gdc-cart-free-shipping-meter__wrapper.hidden {
  display: none;
}

.gdc-cart-free-shipping-meter__message {
  margin-bottom: 10px;
}

.gdc-cart-free-shipping-meter__icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  font-size: 18px;
  color: white;
  background-color: black;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  z-index: 3;
  transform: translate(-50%, -50%);
}

.gdc-cart-free-shipping-meter__icon img {
  width: 100%;
  height: 100%;
}