.header_cart_title h2 {
  margin: 0;
  color: #000000;
  font-weight: bold;
  font-size: 16px;
  padding: 0;
}

/* TIMELINE*/
.cart_steps_container{
  display: block;
  height: 40px;
  padding: 0px 0;
  margin-bottom: 42px;
}

.cart_steps{
  width: 300px;
  margin: auto;
  position: relative;
}

.cart_steps_line{
  height: 2px;
  width: 100%;
  display: block;
  background-color: #00AEF4;
  position: absolute;
  right: 0;
  top: 7px;
}

.cart_steps_items{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.cart_steps_item{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;

}

.cart_steps_item:nth-child(1){
  top: 0;
  left: -20px;
}

.cart_steps_item:nth-child(2){
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.cart_steps_item:nth-child(3){
  top: 0;
  right: -25px;
}


.cart_steps_item span{
  width: 17px;
  height: 17px;
  border: 2px solid #00AEF4;
  background-color: #F7F8FA;
  display: block;
  border-radius: 50px;
}

.cart_steps_item p{
  margin: 10px 0 0 0;
  padding: 0;
  line-height: 1;
  color: #bbb;
  font-weight: bold;  
  text-align: center;
  font-size: 11px;  
}

.cart_steps_item.activeItem p{
  color: #000000;
}

.cart_steps_item.activeItem span{
  background-color: #00AEF4;
}

@media screen and (max-width: 768px){
  .cart_steps {
    width: 230px;
  }
}

#guest-checkout .marker{
   z-index:1000;
   color: #fff;
  width: 50px;
  height: 50px;
  line-height: 45px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  margin-left: -25px;
  background-color: #999999;
  border-radius: 50%;
  z-index:0;
        }

#guest-checkout .marker:hover{
   -moz-transform: scale(1.2);
-webkit-transform: scale(1.2);
-o-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
   
   -webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
 }


#guest-checkout .mfirst{
     top:-25px;
}

#guest-checkout .m2{
     top:-25px;
      left:50%
}

#guest-checkout .m3{
     top:-25px;
    left:50%;
}


#guest-checkout .mlast{
     top:-25px;
    left:100%
}