.rm-delivery-upsell-top {
  display: flex;
  align-items: center;
  margin: 1.5rem 0 .75rem 0;
}

.rm-delivery-upsell-txt {
  font-size: var(--rm-font-13);
  letter-spacing: 0.02rem;
  line-height: 2rem;
  color: var(--rm-secondary-dark);
  margin: 0 0 0 1.25rem
}

.rm-delivery-upsell-progressbar-cont {
  width: 100%;
  height: .5rem;
  border-radius: .5rem;
  background: #D5D5D5;
}

.rm-delivery-upsell-progressbar {
  background: #A8A8A8;
  border-radius: .5rem;
  height: .5rem;
  width: 0;
  transition: width .5s;
  max-width: 100%;
}

.rm-delivery-upsell-value {
  color: #CE0000;
  font-weight: var(--rm-fontweight-semibold);
}

.rm-delivery-upsell-over {
  color: #09BE39;
}