/* STEPS BUY */
#steps { margin: 25px auto 40px; text-align: center; width: 100%; }
#steps li { 
    background: url("../img/title_cart_bg.png") no-repeat 0 center;
    background-size: 20px !important;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin: 0px 10px;
    padding-left: 30px;
}
#steps li._2 { background: url("../img/title_id_bg.png") no-repeat 0 center; }
#steps li._3 { background: url("../img/title_pgto_bg.png") no-repeat 0 center; }
#steps li a { color: #3C3D3E; font-size: 1.3em; text-transform: uppercase; }

#steps .active {
    color: #be1e2d!important;
    font-weight: bold;
    padding-bottom: 7px;
    border-bottom: 2px solid #efefef;
}