@charset "UTF-8";
.checkout-progress {
  text-align: center;
  margin-bottom: 10rem;
  font-weight: 300;
  color: #121212;
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
}
.checkout-progress .checkout-progress--step__current {
  font-weight: 300;
}
.checkout-progress .checkout-progress--step__next {
  color: #dadada;
}

.c-breadcrumb__item:after {
  content: "\\";
  margin-left: 1rem;
}

ol.c-breadcrumb__list li:last-of-type:after {
  display: none;
}