.cart_steps {
    position: relative;
    margin-top: 5px;
}
.cart_steps .hr {
    left: 0;
    position: absolute;
    top: -2px;
    width: 550px;
    padding: 0 80px;
}
.cart_steps .hr hr {
    border-color: #C2C2C2;
    border-image: none;
    border-style: solid none none;
    border-width: 1px 0 0;
    margin-bottom: 20px;
    margin-top: 20px;
}
.cart_steps .hr_static {
    padding: 10px 0;
}
.cart_steps .hr_static hr {
    border-color: #e6e6e6;
    border-image: none;
    border-style: solid none none;
    border-width: 1px 0 0;
}
.cart_steps ul  {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 2;
}
.cart_steps ul > li {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 24%;
    padding: 8px 0 0;
    background-image: none;
    margin: 0;
    font-weight: bold;
    font-family: arial;
}
.cart_steps ul > li.active {
    padding: 0;
}
.cart_steps ul > li.active span.icon {
    width: 32px;
    height: 32px;
    border-radius: 16px;
    background: #B02E6E;
    color: #FFF;
    line-height: 32px;
}
.cart_steps ul > li.active span.text {
    color: #000;
}
.cart_steps ul > li span.icon {
    display: block;
    width: 22px;
    height: 22px;
    border-radius: 11px;
    background: #C6C9C2;
    color: #FFF;
    text-align: center;
    line-height: 22px;
    font-weight: bold;
    margin: 0 auto;
}
.cart_steps ul > li span.text {
    display: block;
    font-weight: bold;
    padding: 5px 0;
    color: #C6C9C2;
}
