.basket-progress-section {
  margin-bottom: 10px;
  text-align: center;
  font-size: 12px;
  padding-top: 5px;
}
.basket-progress-section .basket-progress-number {
  background-color: #EDEDED;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  color: #999999;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  padding-top: 12px;
  margin-top: 5px;
}
.basket-progress-section .basket-progress-step.completed .basket-progress-number {
  background-color: #3A7DBF;
  color: #E0E8F2;
}
.basket-progress-section .basket-progress-step .basket-step-name {
  display: block;
  margin-top: 8px;
  color: #CDCDCD;
}
.basket-progress-section .basket-progress-step.completed .basket-step-name {
  color: #8A8A8A;
}
.basket-progress-arrow-icon {
  width: 25px;
  height: 50px;
  background-position: -136px 2px;
}
.basket-progress-section .basket-progress-arrow-icon {
  margin-top: 10px;
}
.basket-progress-step {
  padding-left: 0;
  padding-right: 0;
}
.utilities-section .fa {
  margin-right: 3px;
}
.return-to-shopping {
    margin-top: 40px;
}