.wizard {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 25px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
    padding: 30px 15px 15px 15px;
}

.wizard .steps{
    background: #f8f9fa;
    padding-top:10px;
    padding-bottom:10px;
}

.wizard .steps p{
    color:#bbbbbb;
    line-height:18px;
}

.wizard .steps small{
    color:#000;
}

.wizard .steps .number{
    text-align: center;
}

.wizard .steps span.badge{
    opacity:0.2;
}

.wizard .steps .number span{
    background: none;
    height:20px;
    width:20px;
    display: inline-block;
    border-radius:50%;
    line-height:18px;
    font-size:16px;
    color:#bbbbbb;
    border: 1px solid #bbbbbb;
}


.wizard .steps .active .number span{
    border: 2px solid #e54750;
    background: #e54750;
    height:20px;
    width:20px;
    display: inline-block;
    border-radius:50%;
    line-height:18px;
    font-size:16px;
    font-weight: 600;
    color:#fff;
}

.wizard .steps .active span.badge{
    opacity:1;
}

.wizard .steps .active p{
    color:#e54750;
    font-weight: 600;
}

/* PRODUCTS */

.products li{
    margin-bottom:10px;
}

.products li.disabled{
    opacity:0.4;
}

.products li p{
    font-weight: 600;
    line-height:18px;
}

/* PRODUCT COUNTER */

.product--counter{
    height:40px;
    margin-top:20px;
}

.product--counter a i{
    font-size:24px;
}

.product--counter .counter{
    background:#f5f5f5;
    width:30px;
    height:30px;
}

.product--counter .counter p{
    line-height:30px;
    color:#000;
}


/* LAYOUT */

@media (max-width: 576px) {
}


@media (max-width: 768px) {
}

@media only screen and ( min-width:577px ) and ( max-width: 768px) {

}

@media only screen and ( min-width:769px ) and ( max-width: 992px) {

}


@media ( max-width: 992px) {


    .wizard .steps li:nth-child(even){
        margin-top:10px;
        margin-bottom:10px;
        padding-top:10px;
        padding-bottom:10px;
        background: #eee;
    } 
}

@media (max-width: 1200px) {

}

@media (max-width: 1400px) {

}