.order-history-cont {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 20px;
}
.order-history-cont table th,
.order-history-cont table td {
    text-align: center;
    vertical-align: middle;
}
.order-history-cont .item-price {}
.order-history-cont .item-price .item-price-value {}
.order-history-cont .item-price .item-price-unit {}
.order-history-cont .item-date {}
.order-history-cont .item-status-cont {}
.order-history-cont .item-status {
    border-radius: 4px;
    display: inline-block;
    font-size: 0.75rem;
    padding: 4px 8px;
}
.order-history-cont .btn-show-order-details {
    background-color: #4caf50;
    border-radius: 4px;
    color: #ffffff;
    display: inline-block;
    font-size: 0.75rem;
    padding: 6px 14px;
    text-decoration: none;
}
.order-history-cont .table>:not(:first-child){
    border-top: medium none;
}