@-webkit-keyframes myanimation {
  from {
    left: 0%;
  }
  to {
    left: 50%;
  }
}


.checkout-wrap {
  color: #444;
  font-family: Arial, Helvetica, sans-serif;
  margin: 40px auto;
  max-width: 700px;
  position: relative;
  	
}

ul.checkout-bar li {
  color: #d6d6d6;
  font-size: 16px;
  font-weight: 600;
  padding: 14px 20px 14px 80px;
  position: relative;
  display: inline;  
}
ul.checkout-bar li:before {
  background: #d6d6d6;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  left: 25px;
  line-height: 37px;
  height: 35px;
  position: absolute;
  text-align: center;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
  top: 4px;
  width: 35px;
  behavior: url(../js/CSS3PIE/PIE.htc);
}
ul.checkout-bar li.active {
  color: #71bb65;
  font-weight: bold;
  
}
ul.checkout-bar li.active:before {
  background: #71bb65;
 
}
ul.checkout-bar li.completed:before {
  background: #71bb65;
 
}
ul.checkout-bar li.visited {
	background: #d6d6d6;
	color: #71bb65;
	/*z-index: 99999;*/
	z-index: 99;
	font-family: Arial, Helvetica, sans-serif;
}
ul.checkout-bar li.visited:before {
  background: #71bb65;
  z-index: 99999;
  
}
ul.checkout-bar li:nth-child(1):before {
  content: "1";
}
ul.checkout-bar li:nth-child(2):before {
  content: "2";
}
ul.checkout-bar li:nth-child(3):before {
  content: "3";
}
ul.checkout-bar li:nth-child(4):before {
  content: "4";
}
ul.checkout-bar li:nth-child(5):before {
  content: "5";
}
ul.checkout-bar li:nth-child(6):before {
  content: "6";
}
ul.checkout-bar a {
  color: #71bb65;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

@media all and (min-width: 800px) {
  .checkout-bar li.active:after {
    -webkit-animation: myanimation 3s 0;
    background-size: 35px 35px;
    background-color: #71bb65;
    content: "";
    height: 15px;
    width: 100%;
    left: 50%;
    position: absolute;
    top: -50px;
    z-index: 0;
  }
  
  .checkout-bar li.completed:after {
    -webkit-animation: myanimation 3s 0;
    background-size: 35px 35px;
    background-color: #71bb65;
    border-radius: 15px;	
    content: "";
    height: 15px;
    width: 100%;
    left: 27%;
    position: absolute;
    top: -50.5px;
    z-index: 0;
	behavior: url(../js/CSS3PIE/PIE.htc);
  }  

  .checkout-wrap {
    margin: 80px auto;
	padding-bottom: 2em;
	
  }

  ul.checkout-bar {
    background-size: 35px 35px;
    background-color: #d6d6d6;
    border-radius: 15px;
    height: 15px;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    width: 100%;
	behavior: url(../js/CSS3PIE/PIE.htc);
  }
  ul.checkout-bar:before {
    background-size: 35px 35px;
    background-color: #71bb65;
    border-radius: 15px;
    content: " ";
    height: 15px;
    left: 0;
    position: absolute;
    width: 10%;
	behavior: url(../js/CSS3PIE/PIE.htc);
  }
  ul.pasos-vecinos:before {
	width: 15%;
  }	  
  ul.checkout-bar li {
    display: inline-block;
    margin: 50px 0 0;
    padding: 0;
    text-align: center;
    width: 23%;
  }
  ul.pasos-vecinos li {
    width: 31%;
  }  
  ul.checkout-bar li:before {
    height: 45px;
    left: 40%;
    line-height: 45px;
    position: absolute;
    top: -65px;
    width: 45px;
    z-index: 99;
  }
  ul.checkout-bar li.visited {
    background: none;
  }
  ul.checkout-bar li.visited:after {
    background-size: 35px 35px;
    background-color: #71bb65;
    content: "";
    height: 15px;
    left: 50%;
    position: absolute;
    top: -50px;
    width: 100%;
    z-index: 99;
  }
}

@media (max-width: 799px) {

  ul.checkout-bar li {
    display: none !important;
}
}