#order-standard_cart .view-cart-items-header {
    margin: 0;
    padding: 8px 15px;
    background-color: #2c3e50;
    color: #fff;
    font-size: .9em;
    border-radius: 4px 4px 0 0;
}

#order-standard_cart .empty-cart .btn {
    margin: 0;
    padding: 4px 10px;
    background-color: #2c3e50;
    border: 0;
    color: #fff;
    border-radius: 0 0 4px 4px;
}

#order-standard_cart .view-cart-items {
    margin: 0 0 20px 0;
    border-bottom: 2px solid #2c3e50;
}

#order-standard_cart .order-summary {
    background-color: #2c3e50;
}