.store-product {
    color: #0b252c;
    border-bottom: 1px solid #ccc;
    padding: 15px 0px;
}

.store-product table {
    width: 100%;
}

.store-product .image {
    width: 100px;
}

.store-product .image img {
    width: 100px;
}

.store-product .description {
    padding-left: 15px;
}

.store-product .name {
    font-weight: 600;
}

.store-product .brief {
    font-weight: 400;
    font-size: 14px;
}

.store-product .price {
    min-width: 40px;
    text-align: right;
    color: rgba(11, 37, 44, 0.8);
    font-weight: 400;
}

.store-product .account_item {
    font-weight: 400;
    line-height: 30px;
    color: rgba(11, 37, 44, 0.8);
}

.store-product .account_total {
    font-weight: 600;
    line-height: 30px;
    color: rgba(11, 37, 44, 0.8);
}

.title-order {
    font-size: 24px;
    font-weight: 600;
    float: left;
}

.title-back {
    float: right;
    margin-top: 10px;
}

.order-date {
    font-size:14px;
    font-weight: 300;
    margin-top: -3px;
}

.store-product .quantity {
    color: #0eb3c6;
    font-weight: 400;
}