#order-confirm{
    margin: 0 -30px;
    /*background-color: #fbfbfb;*/
    border-right: none;
    border-left: none;
    margin-bottom: -1px;
}
#order-confirm .do-item {
    border-top: 1px solid #f3f3f3;
    padding: 10px 30px;
}
#order-confirm .do-item .basket-items{
    list-style: none;
}
#order-confirm .do-item .basket-items .basket-item{
    padding: 10px 0 10px 0;
}
#order-confirm .do-item .basket-items .basket-item a{
    color: #00a1e6;
    font-size: 16px;
}
#order-confirm .do-item .title{
    font-size: 13px;
    color: #a1a1a1;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 30px;
}
#order-confirm .do-item .desc{
    font-size: 16px;
    color: #313131;
}

#order-confirm .block-footer{
    margin: 0 -30px;
    padding: 30px;
    background-color: #f9f9f9;
}
#order-confirm .block-footer .i_sbm{
    margin-left: 10px;
}

.order-final-alert{
    text-align: center;
}
.order-final-alert h1{
    font-family: "RotondaBold";
    text-transform: uppercase;
    margin: auto;
    width: 400px;
    line-height: 50px;
    font-size: 35px;
    text-decoration: underline;
}
.order-final-alert .myorder{
    font-size: 24px;
    line-height: 60px;
    font-weight: bold;
    text-transform: uppercase;
    color: #00A1E6;
}
.order-comm
{
    width: 600px;
    height: 120px;
}