#order-standard_cart .order-summary {
    background: rgba(18, 18, 22, 0.96) !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12) !important;
    border-radius: 8px;
    overflow: hidden;
}

#order-standard_cart .order-summary h2 {
    padding: 16px 18px 10px;
    color: #ffffff;
    text-align: left;
    font-weight: 800;
}

#order-standard_cart .summary-container,
#order-standard_cart #producttotal {
    background: rgba(8, 11, 18, 0.98) !important;
    color: #e8ecf5 !important;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 6px;
}

#order-standard_cart .summary-container *,
#order-standard_cart #producttotal * {
    color: inherit;
}

#order-standard_cart .order-summary .subtotal,
#order-standard_cart .order-summary .summary-totals,
#order-standard_cart .order-summary .bordered-totals,
#order-standard_cart .order-summary .recurring-totals {
    border-color: rgba(255, 255, 255, 0.12) !important;
}

#order-standard_cart .order-summary .product-name,
#order-standard_cart .order-summary .pull-right,
#order-standard_cart .order-summary .float-right,
#order-standard_cart .order-summary .cost,
#order-standard_cart .order-summary .total-due-today .amt {
    color: #ffffff !important;
    font-weight: 800;
}

#order-standard_cart .order-summary .product-group,
#order-standard_cart .order-summary .recurring-charges,
#order-standard_cart .order-summary .btn-continue-shopping {
    color: #9ca3af !important;
}

#order-standard_cart .order-summary .btn-checkout,
#order-standard_cart #btnCompleteProductConfig {
    border: 0;
    border-radius: 6px;
    background: linear-gradient(135deg, #684dff, #5438f2) !important;
    color: #ffffff !important;
    font-weight: 800;
}
