body {
    background: #f0f0f0;
}

.logo {
    display: inline-block;
    float: left;
    width: 250px;
    margin-right: 30px;
}

.progress_bar ol {
    list-style: none;
    counter-reset: li;
}

.progress_bar li {
    float: left;
    height: 55px;
    width: auto;
    margin-right: 10px;
    padding: 0 20px;
    color: #fff;
    font-size: 14px;
    line-height: 55px;
}

.progress_bar li:before {
    content: counter(li);
    counter-increment: li;
    float: left;
    height: 30px;
    width: 30px;
    margin-right: 10px;
    margin-top: 10px;
    color: #fff;
    line-height: 30px;
    font-size: 20px;
    text-align: center;
    background-color: transparent;
    border: 3px solid #fff;
    border-radius: 20px;
}

.progress_bar .current {
    color: #fed700;
    font-size: 16px;
}

.progress_bar .current:before {
    color: #fed700;
    border-color: #fed700;
}

.notice {
    background: #f0f0f0;
    color: #999;
    text-align: center;
    padding: 5px 10px;
    font-size: 11px;
    padding-top: 20px;
}

.col_main {
    float: left;
    overflow: hidden;
    width: 68%;
    background: #fff;
}

.col_sub {
    float: right;
    overflow: visible;
    width: 28%;
    background: #fff;
}

.no-product-order {
    background-color: #fff;
    text-align: center;
    padding: 200px;
    font-size: 20px;
    color: red;
}

.bb_shopping {
    width: 40%;
    display: inline-block;
    margin-top: 10px;
    background: #cd1818;
    color: #fff;
    font-weight: 600;
    text-align: center;
    border: none;
    padding: 9px 0;
    border-radius: 4px;
}