#order-boxes .fields-container {
    border-top: 20px solid #002454 !important;
    border-bottom: 20px solid #002454 !important;
    border-radius: 10px;
}

#order-boxes .fields-container .field-row {
    padding: 10px 8px;
}

#order-boxes .fields-container .field-row:nth-child(odd) {
    background-color: #E8F0F9 !important;
    color: #000000 !important;
}

#order-boxes .fields-container .field-row:nth-child(even) {
    background-color: #D6E4F6 !important;
    color: #000000 !important;
}

.nordhost-row {
    display: flex;
    flex-wrap: wrap;
}

#order-standard_cart .view-cart-items-header {
    margin:0;
    background-color:#002454 !important;
    color:#fff;
}