body {
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
}
a, a:hover {
    text-decoration: none !important;
    color: #333;
    display: block;
}
ul{margin: 0; padding: 0}
ul li{list-style-type: none;}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.detail-view-order{
    background-color: #fff;
}
.inner-view-order{
    padding: 5px;
}
.order-header-left{
    display: inline-block;
}
.order-header-right{
    display: inline-block;
    float: right;
}
.logo-order{
    vertical-align: middle;
    display: inline-block;
}
.slogan-logo-order{
    vertical-align: middle;
    font-weight: bold;
    display: inline-block;
    font-size: 16px;
}
.order-header-add, .timer-order{
    margin: 10px 0;
}
.detail-order-body{
    clear: both;
}
.bill-detail h3{
    font-size: 16px;
    font-weight: bold;
}
.row-bill-detail{
    margin: 10px 0;
}
.row-bill-left{
    font-weight: bold;
}
.order-detail-prod{
    width: 100%;
    font-size: 14px;
}
.order-detail-prod tr td{
    padding: 5px;
    border: 1px solid #ddd;
}
.order-detail-prod-row.head td {
    text-align: center;
    font-weight: bold;
}
.order-detail-prod-row a{
    color: #23527c;
}
.order-detail-prod-row .cod-among{
    text-align: center;
}
.order-detail-prod-row .cod-price{
    width: 30%;
    text-align: right;
}
.sum-bill-product{
    text-align: right;
    margin: 10px 0;
}
.sum-bill-row{
    margin: 5px 0;
}
.sum-bill-left{
    display: inline-block;
    font-weight: 500;
}
.sum-bill-right{
    display: inline-block;
    min-width: 130px;
}
.sum-bill-row.sum .sum-bill-right{font-weight: bold;}
.bill-order-end{
    text-align: center;
    font-size: 18px;
    margin-top: 20px;
    font-weight: 400;
}