.checkout-progress {
  clear: both;
  width: 100%;
  margin: 2em auto;
  padding-bottom: 2em;
}
.checkout-progress .progress-bar {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.checkout-progress .progress-bar li {
  position: relative;
  float: left;
  background: #eee;
  border-left: 1px solid #fff;
  margin-right: 10px;
}
.checkout-progress .progress-bar li .triangle,
.checkout-progress .progress-bar li .triangle2 {
  display: block;
  position: absolute;
  top: 0;
  right: -10px;
  height: 0;
  width: 0;
  border-top: 15px solid transparent;
  border-left: 10px solid #eee;
  border-bottom: 15px solid transparent;
  z-index: 1;
  display: block;
  position: absolute;
  top: 0;
  right: -0.6em;
  height: 0;
  width: 0;
  border-top: 1em solid transparent;
  border-left: 0.75em solid #eee;
  border-bottom: 1em solid transparent;
  z-index: 1;

}
.checkout-progress .progress-bar li .triangle2 {
  border-left-color: white;
  left: 0;
}
.checkout-progress .progress-bar li:first-child {
  border: 0;
}
.checkout-progress .progress-bar li.current-step {
  background: green;
}
.checkout-progress .progress-bar li.current-step .triangle {
  border-left: 10px solid green;
}
.checkout-progress .progress-bar li.current-step a {
  color: white;
}
.checkout-progress .progress-bar li.current-step a .step-number {
  border-color: white;
}
.checkout-progress .progress-bar li.visited-step {
  background: #bbb;
}
.checkout-progress .progress-bar li.visited-step .triangle {
  border-left: 10px solid #bbb;
}
.checkout-progress .progress-bar li a {
  letter-spacing: 1px;
  display: block;
  line-height: 30px;
  padding: 0 20px 0 30px;
  color: green;
  text-decoration: none;
  cursor: default;
}
.checkout-progress .progress-bar li a em {
  display: inline-block;
  border-radius: 50%;
  background: none;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  margin-right: 14px;
  border: 1px solid #fff;
  font-size: 13px;
  font-style: normal;
}

#webvrtool .woocommerce-MyAccount-content .checkout-progress ul.progress-bar li a {
  color: white;
}

