/* =====================================================
   Standard Cart — Modern Design Override
   Covers: configureproduct, viewcart, checkout, complete
   ===================================================== */

/* --- Google Fonts --- */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

/* --- Base --- */
#order-standard_cart {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    color: #334155;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

/* =====================================================
   PAGE HEADERS
   ===================================================== */

#order-standard_cart .header-lined {
    margin-bottom: 28px;
    border-bottom: none;
}

#order-standard_cart .header-lined h1 {
    font-size: 24px !important;
    font-weight: 700;
    color: #1e293b;
    margin: 0;
    padding-bottom: 14px;
    border-bottom: 2px solid #e2e8f0;
    position: relative;
}

#order-standard_cart .header-lined h1::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 60px;
    height: 2px;
    background: linear-gradient(135deg, #7c5ce7, #6c54c7);
    border-radius: 2px;
}

/* =====================================================
   SECTION DIVIDERS (sub-heading)
   ===================================================== */

#order-standard_cart .sub-heading {
    height: auto;
    border-top: none;
    text-align: left;
    margin: 32px 0 20px;
    padding: 0;
}

#order-standard_cart .sub-heading span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    position: relative;
    top: 0;
    padding: 8px 18px;
    font-size: 13px;
    font-weight: 600;
    color: #6c54c7;
    background: linear-gradient(135deg, #f5f3ff, #ede9fe);
    border-radius: 10px;
    border: 1px solid #ddd6fe;
    letter-spacing: 0.3px;
}

#order-standard_cart .sub-heading span .primary-bg-color {
    background: none !important;
}

/* =====================================================
   PRODUCT INFO BLOCK
   ===================================================== */

#order-standard_cart .product-info {
    margin: 0 0 24px 0;
    padding: 18px 22px;
    font-size: 14px;
    background: linear-gradient(135deg, #f8faff, #f0f4ff);
    border: 1px solid #e2e8f4;
    border-radius: 14px;
    border-top: none;
    border-bottom: none;
}

#order-standard_cart .product-info .product-title {
    margin: 0 0 4px;
    font-size: 18px;
    font-weight: 700;
    color: #1e293b;
}

#order-standard_cart .product-info p {
    color: #64748b;
    margin-bottom: 0;
    line-height: 1.5;
}

/* =====================================================
   FORM FIELDS
   ===================================================== */

#order-standard_cart label {
    font-weight: 500;
    font-size: 13px;
    color: #475569;
    margin-bottom: 6px;
}

#order-standard_cart .field,
#order-standard_cart .form-control {
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 10px 14px;
    font-size: 14px;
    color: #334155;
    background: #fff;
    transition: all 0.2s ease;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

#order-standard_cart .form-control:focus,
#order-standard_cart .field:focus {
    border-color: #a78bfa !important;
    outline: none;
    box-shadow: 0 0 0 3px rgba(124, 92, 231, 0.1) !important;
}

#order-standard_cart .prepend-icon .field {
    padding-left: 40px;
    border-radius: 10px;
}

#order-standard_cart .prepend-icon .field-icon {
    width: 40px;
    height: 42px;
    line-height: 42px;
}

#order-standard_cart .field-icon i {
    color: #94a3b8;
    transition: color 0.2s ease;
}

#order-standard_cart .form-group:focus-within .field-icon i {
    color: #7c5ce7;
}

#order-standard_cart select.form-control {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%2394a3b8' viewBox='0 0 16 16'%3E%3Cpath d='M8 11L3 6h10l-5 5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    padding-right: 36px;
}

#order-standard_cart textarea.field,
#order-standard_cart textarea.form-control {
    border-radius: 10px;
    min-height: 80px;
    resize: vertical;
}

#order-standard_cart .field-help-text {
    color: #94a3b8;
    font-size: 12px;
    margin-top: 6px;
}

#order-standard_cart .field-container {
    margin-bottom: 24px;
}

/* =====================================================
   BILLING CYCLE SELECT
   ===================================================== */

#order-standard_cart .select-inline {
    max-width: 360px;
}

/* =====================================================
   CONFIGURABLE OPTIONS
   ===================================================== */

#order-standard_cart .product-configurable-options .form-group {
    margin-bottom: 18px;
}

/* =====================================================
   ADDON PANELS
   ===================================================== */

#order-standard_cart .addon-products {
    gap: 16px;
}

#order-standard_cart .panel-addon {
    font-size: 13px;
    text-align: center;
    border: 1px solid #e2e8f4;
    border-radius: 14px;
    overflow: hidden;
    transition: all 0.25s ease;
    background: #fff;
}

#order-standard_cart .panel-addon:hover {
    border-color: #c7b8f5;
    box-shadow: 0 6px 20px rgba(108, 84, 199, 0.1);
    transform: translateY(-2px);
}

#order-standard_cart .panel-addon .panel-body {
    padding: 18px 14px;
    border-radius: 14px 14px 0 0;
}

#order-standard_cart .panel-addon .panel-body label {
    font-size: 14px;
    font-weight: 600;
    color: #1e293b;
}

#order-standard_cart .panel-addon .panel-price {
    padding: 8px;
    background: #f8faff;
    font-weight: 600;
    color: #475569;
    border-top: 1px solid #f1f5f9;
}

#order-standard_cart .panel-addon .panel-add {
    padding: 10px;
    background: linear-gradient(135deg, #7c5ce7, #6c54c7);
    color: #fff;
    font-weight: 600;
    border-radius: 0;
    transition: background 0.2s ease;
}

#order-standard_cart .panel-addon:hover .panel-add {
    background: linear-gradient(135deg, #6c4dd6, #5a45b0);
}

#order-standard_cart .panel-addon-selected {
    border-color: #7c5ce7;
    box-shadow: 0 4px 14px rgba(108, 84, 199, 0.15);
}

#order-standard_cart .panel-addon-selected .panel-add {
    background: linear-gradient(135deg, #10b981, #059669);
}

/* =====================================================
   ORDER SUMMARY SIDEBAR
   ===================================================== */

#order-standard_cart .order-summary {
    margin: 0 0 20px 0;
    padding: 0;
    background: linear-gradient(160deg, #1e1b3a 0%, #2d2755 50%, #1e1b3a 100%);
    border: none;
    border-bottom: none;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(30, 27, 58, 0.25);
}

#order-standard_cart .order-summary h2 {
    margin: 0;
    padding: 18px 20px 10px;
    color: #fff;
    text-align: left;
    font-size: 18px !important;
    font-weight: 700;
    letter-spacing: -0.3px;
}

#order-standard_cart .summary-container {
    margin: 0;
    padding: 16px 20px 20px;
    min-height: 60px;
    border-radius: 0;
    background: transparent;
    font-size: 13px;
    color: #c4b5fd;
}

#order-standard_cart .summary-container .clearfix span {
    color: #c4b5fd;
}

#order-standard_cart .order-summary .product-name {
    display: block;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    margin-bottom: 4px;
}

#order-standard_cart .order-summary .product-group {
    display: block;
    font-style: normal;
    color: #a78bfa;
    margin-bottom: 8px;
    font-size: 12px;
}

#order-standard_cart .order-summary .summary-totals {
    margin: 10px 0;
    padding: 10px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

#order-standard_cart .order-summary .total-due-today {
    margin-top: 12px;
}

#order-standard_cart .order-summary .total-due-today span {
    display: block;
    text-align: right;
    color: #e2e8f0;
}

#order-standard_cart .order-summary .total-due-today .amt {
    font-size: 28px;
    font-weight: 800;
    color: #fff;
    letter-spacing: -0.5px;
}

#order-standard_cart .order-summary .loader {
    color: rgba(255, 255, 255, 0.3);
}

#order-standard_cart .order-summary .subtotal {
    padding-bottom: 8px;
    font-size: 13px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: #c4b5fd;
}

#order-standard_cart .order-summary .bordered-totals {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 8px 0;
}

#order-standard_cart .order-summary .recurring-charges {
    color: #a78bfa;
    font-style: normal;
    font-size: 12px;
}

#order-standard_cart .order-summary .total-due-today-padded {
    margin: 16px 0 8px;
}

#order-standard_cart .order-summary .btn-continue-shopping {
    color: #a78bfa;
    font-size: 12px;
    text-decoration: none;
    transition: color 0.2s ease;
}

#order-standard_cart .order-summary .btn-continue-shopping:hover {
    color: #c4b5fd;
}

/* =====================================================
   BUTTONS
   ===================================================== */

#order-standard_cart .btn-primary,
#order-standard_cart #btnCompleteProductConfig,
#order-standard_cart #btnCompleteOrder {
    background: linear-gradient(135deg, #7c5ce7, #6c54c7) !important;
    border: none !important;
    border-radius: 12px !important;
    padding: 12px 28px !important;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.3px;
    color: #fff !important;
    box-shadow: 0 4px 14px rgba(108, 84, 199, 0.3);
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

#order-standard_cart .btn-primary:hover,
#order-standard_cart #btnCompleteProductConfig:hover,
#order-standard_cart #btnCompleteOrder:hover {
    background: linear-gradient(135deg, #6c4dd6, #5a45b0) !important;
    box-shadow: 0 6px 20px rgba(108, 84, 199, 0.4);
    transform: translateY(-2px);
}

#order-standard_cart .btn-success {
    background: linear-gradient(135deg, #10b981, #059669) !important;
    border: none !important;
    border-radius: 12px !important;
    font-weight: 700;
    color: #fff !important;
    box-shadow: 0 4px 14px rgba(16, 185, 129, 0.3);
    transition: all 0.25s ease;
}

#order-standard_cart .btn-success:hover {
    background: linear-gradient(135deg, #059669, #047857) !important;
    box-shadow: 0 6px 20px rgba(16, 185, 129, 0.4);
    transform: translateY(-2px);
}

#order-standard_cart .btn-checkout {
    padding: 14px 36px !important;
    font-size: 15px;
    border-radius: 12px !important;
}

#order-standard_cart .btn-default {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    color: #475569;
    font-weight: 500;
    transition: all 0.2s ease;
}

#order-standard_cart .btn-default:hover {
    background: #f8faff;
    border-color: #c7b8f5;
    color: #6c54c7;
}

#order-standard_cart .btn-info {
    background: linear-gradient(135deg, #3b82f6, #2563eb);
    border: none;
    border-radius: 10px;
    color: #fff;
    font-weight: 600;
}

#order-standard_cart .btn-warning {
    background: linear-gradient(135deg, #f59e0b, #d97706);
    border: none;
    border-radius: 10px;
    color: #fff;
    font-weight: 600;
}

/* =====================================================
   VIEW CART — ITEMS
   ===================================================== */

#order-standard_cart .view-cart-items-header {
    padding: 12px 20px;
    background: linear-gradient(135deg, #6c54c7, #7c5ce7);
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    border-radius: 14px 14px 0 0;
    letter-spacing: 0.3px;
}

#order-standard_cart .view-cart-items {
    margin: 0 0 20px 0;
    border: 1px solid #e2e8f4;
    border-top: none;
    border-bottom: none;
    border-radius: 0 0 14px 14px;
    overflow: hidden;
}

#order-standard_cart .view-cart-items .item {
    margin: 0;
    padding: 16px 20px;
    background: #fff;
    border-bottom: 1px solid #f1f5f9;
    font-size: 13px;
    transition: background 0.15s ease;
}

#order-standard_cart .view-cart-items .item:nth-child(even) {
    background: #f8faff;
}

#order-standard_cart .view-cart-items .item:hover {
    background: #f0f4ff;
}

#order-standard_cart .view-cart-items .item:last-child {
    border-bottom: 2px solid #6c54c7;
    border-radius: 0 0 14px 14px;
}

#order-standard_cart .view-cart-items .item-title {
    font-size: 15px;
    font-weight: 600;
    color: #1e293b;
}

#order-standard_cart .view-cart-items .item-group {
    font-size: 12px;
    color: #94a3b8;
}

#order-standard_cart .view-cart-items .item-domain {
    color: #6c54c7;
    font-weight: 500;
}

#order-standard_cart .view-cart-items .item-price {
    text-align: right;
}

#order-standard_cart .view-cart-items .item-price > span:first-child {
    font-size: 16px;
    font-weight: 700;
    color: #1e293b;
}

#order-standard_cart .view-cart-items .item-price .cycle {
    font-size: 11px;
    color: #94a3b8;
}

#order-standard_cart .view-cart-items .item .btn-link {
    color: #6c54c7;
    font-weight: 500;
    text-decoration: none;
}

#order-standard_cart .view-cart-items .item .btn-link:hover {
    color: #5a45b0;
}

/* Remove button */
#order-standard_cart .btn-remove-from-cart {
    color: #94a3b8;
    transition: color 0.2s ease;
}

#order-standard_cart .btn-remove-from-cart:hover {
    color: #ef4444;
    text-decoration: none;
}

/* Empty cart */
#order-standard_cart .empty-cart {
    text-align: right;
    margin: -10px 0 12px 0;
}

#order-standard_cart .empty-cart .btn,
#order-standard_cart .empty-cart .btn.btn-link,
#order-standard_cart .empty-cart #btnEmptyCart {
    padding: 6px 16px !important;
    background: #f1f5f9 !important;
    background-color: #f1f5f9 !important;
    border: none !important;
    color: #94a3b8 !important;
    border-radius: 0 0 10px 10px !important;
    font-size: 12px !important;
    font-weight: 500;
    text-decoration: none !important;
    transition: all 0.2s ease;
}

#order-standard_cart .empty-cart .btn:hover,
#order-standard_cart .empty-cart .btn.btn-link:hover,
#order-standard_cart .empty-cart #btnEmptyCart:hover {
    background: #f0eaed !important;
    background-color: #f0eaed !important;
    color: #8b6b6b !important;
    text-decoration: none !important;
}

#order-standard_cart .view-cart-empty {
    padding: 50px 15px;
    text-align: center;
    color: #94a3b8;
    font-size: 15px;
}

/* =====================================================
   VIEW CART TABS (Promo Code / Taxes)
   ===================================================== */

#order-standard_cart .view-cart-tabs {
    margin: 0 0 24px 0;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #e2e8f4;
}

#order-standard_cart .view-cart-tabs .nav-tabs {
    padding-left: 0;
    font-size: 13px;
    border-bottom: 1px solid #e2e8f4;
    background: #f8faff;
    margin: 0;
}

#order-standard_cart .view-cart-tabs .nav-tabs > li > a,
#order-standard_cart .view-cart-tabs .nav-tabs .nav-link {
    border: none;
    border-radius: 0;
    padding: 12px 20px;
    color: #64748b;
    font-weight: 500;
    transition: all 0.15s ease;
    margin: 0;
}

#order-standard_cart .view-cart-tabs .nav-tabs > li.active > a,
#order-standard_cart .view-cart-tabs .nav-tabs .nav-link.active,
#order-standard_cart .view-cart-tabs .nav-tabs a[aria-expanded="true"],
#order-standard_cart .view-cart-tabs .nav-tabs a[aria-selected="true"] {
    background: #fff !important;
    color: #6c54c7;
    border: none;
    border-bottom: 2px solid #6c54c7;
    font-weight: 600;
}

#order-standard_cart .view-cart-tabs .tab-content {
    background: #fff;
    padding: 20px;
    border-radius: 0;
}

#order-standard_cart .view-cart-promotion-code {
    padding: 12px 20px;
    background: #f0fdf4;
    border: 1px dashed #86efac;
    border-radius: 10px;
    text-align: center;
    color: #166534;
    font-weight: 500;
}

/* =====================================================
   ALERTS
   ===================================================== */

#order-standard_cart .alert {
    border-radius: 12px;
    border: none;
    padding: 14px 20px;
    font-size: 13px;
}

#order-standard_cart .alert-danger {
    background: rgba(239, 68, 68, 0.08);
    color: #dc2626;
}

#order-standard_cart .alert-warning {
    background: rgba(245, 158, 11, 0.08);
    color: #b45309;
}

#order-standard_cart .alert-success {
    background: rgba(16, 185, 129, 0.08);
    color: #047857;
}

#order-standard_cart .alert-info {
    background: rgba(59, 130, 246, 0.08);
    color: #1d4ed8;
}

#order-standard_cart .info-text-sm {
    border-radius: 12px;
    padding: 12px 18px;
}

/* =====================================================
   CHECKOUT — TOTAL DUE TODAY (only the alert block on checkout page)
   ===================================================== */

#order-standard_cart .alert#totalDueToday {
    background: linear-gradient(160deg, #1e1b3a 0%, #2d2755 50%, #1e1b3a 100%) !important;
    border: none;
    border-radius: 14px;
    color: #c4b5fd !important;
    padding: 20px 24px;
    font-size: 15px;
    box-shadow: 0 4px 16px rgba(30, 27, 58, 0.2);
}

#order-standard_cart .alert#totalDueToday strong {
    font-size: 26px;
    font-weight: 800;
    color: #fff;
}

/* =====================================================
   CHECKOUT — APPLY CREDIT
   ===================================================== */

#order-standard_cart .apply-credit-container {
    margin: 20px 0;
    padding: 18px 22px;
    background: linear-gradient(135deg, #f8faff, #f0f4ff);
    border: 1px solid #e2e8f4;
    border-radius: 14px;
}

#order-standard_cart .apply-credit-container p {
    font-size: 13px;
    color: #475569;
    margin-bottom: 10px;
}

#order-standard_cart .apply-credit-container span {
    font-weight: 600;
    color: #1e293b;
}

/* =====================================================
   CHECKOUT — PAYMENT METHOD CARDS
   ===================================================== */

#order-standard_cart #paymentGatewaysContainer .text-center {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}

#order-standard_cart #paymentGatewaysContainer .pm-label {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 18px 16px 14px;
    width: 160px;
    border: 2px solid #e2e8f4;
    border-radius: 14px;
    font-weight: 600;
    font-size: 13px;
    color: #475569;
    background: #fff;
    cursor: pointer;
    transition: all 0.2s ease;
    text-align: center;
}

#order-standard_cart #paymentGatewaysContainer .pm-label:hover {
    border-color: #c7b8f5;
    background: #faf8ff;
    box-shadow: 0 4px 14px rgba(108, 84, 199, 0.08);
}

/* Icon */
#order-standard_cart .pm-icon {
    font-size: 22px;
    color: #7c5ce7;
    margin-bottom: 2px;
}

#order-standard_cart .pm-icon--crypto {
    color: #f7931a;
}

/* Badges (Visa, MC, Mir, BTC, etc.) */
#order-standard_cart .pm-badges {
    display: flex;
    gap: 3px;
    justify-content: center;
    margin-top: 2px;
}

#order-standard_cart .pm-badge-img {
    height: 18px;
    width: auto;
    border-radius: 3px;
    opacity: 0.7;
    transition: opacity 0.2s ease;
}

#order-standard_cart .pm-label:hover .pm-badge-img {
    opacity: 1;
}

/* iCheck checked state — highlight the parent label */
#order-standard_cart #paymentGatewaysContainer .pm-label:has(.iradio_square-blue.checked),
#order-standard_cart #paymentGatewaysContainer .pm-label:has(input:checked) {
    border-color: #7c5ce7;
    background: #f5f3ff;
    color: #1e293b;
    box-shadow: 0 4px 16px rgba(108, 84, 199, 0.15);
}

#order-standard_cart #paymentGatewaysContainer .pm-label:has(.iradio_square-blue.checked) .pm-badge-img,
#order-standard_cart #paymentGatewaysContainer .pm-label:has(input:checked) .pm-badge-img {
    opacity: 1;
}

@media (max-width: 480px) {
    #order-standard_cart #paymentGatewaysContainer .pm-label {
        width: 100%;
        flex-direction: row;
        gap: 10px;
        padding: 14px 16px;
    }
}

/* =====================================================
   CHECKOUT — CREDIT CARD INPUT
   ===================================================== */

#order-standard_cart .cc-input-container {
    padding: 20px;
    background: #f8faff;
    border: 1px solid #e2e8f4;
    border-radius: 14px;
}

/* =====================================================
   CHECKOUT — SECURITY MSG
   ===================================================== */

#order-standard_cart .checkout-security-msg {
    margin: 24px 0;
    padding: 14px 20px 14px 56px;
    font-size: 12px;
    background: rgba(16, 185, 129, 0.06);
    border: 1px solid #bbf7d0;
    border-radius: 12px;
    color: #047857;
}

#order-standard_cart .checkout-security-msg i {
    margin-left: -36px;
    font-size: 24px;
    color: #10b981;
}

/* =====================================================
   CHECKOUT — ALREADY REGISTERED
   ===================================================== */

#order-standard_cart .already-registered {
    padding: 14px 18px;
    background: #f8faff;
    border: 1px solid #e2e8f4;
    border-radius: 14px;
    margin-bottom: 20px;
}

#order-standard_cart .already-registered p {
    margin: 0;
    color: #64748b;
    font-size: 13px;
}

/* =====================================================
   CHECKOUT — ACCOUNT SELECT
   ===================================================== */

#order-standard_cart .account-select-container {
    border: none;
    border-radius: 14px;
    overflow: hidden;
    margin-bottom: 20px;
}

#order-standard_cart .account-select-container div.account {
    background: #f8faff;
    border: 1px solid #e2e8f4;
    border-right: 1px solid #e2e8f4;
    padding: 14px;
    border-radius: 0;
    transition: background 0.2s ease;
}

#order-standard_cart .account-select-container div.account.active {
    background: #fff;
    border-color: #c7b8f5;
}

/* =====================================================
   MODALS
   ===================================================== */

#order-standard_cart .modal-content {
    border-radius: 18px;
    border: none;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

#order-standard_cart .modal-body {
    padding: 30px;
}

#order-standard_cart .modal-title i {
    display: block;
    padding-top: 10px;
    color: #ef4444;
}

#order-standard_cart .modal-footer {
    padding: 20px 30px;
    border-top: 1px solid #f1f5f9;
}

#order-standard_cart .modal-footer .btn-primary {
    padding: 10px 24px !important;
}

/* =====================================================
   ADDON PROMO (MarketConnect)
   ===================================================== */

#order-standard_cart .addon-promo-container {
    margin: 20px 0;
    padding: 20px;
    border: 1px solid #e2e8f4;
    border-radius: 14px;
    background: #fff;
    font-size: 13px;
}

/* =====================================================
   DOMAIN CHECKER
   ===================================================== */

.domain-checker-container {
    border-radius: 18px;
    background: linear-gradient(135deg, #fbbf24, #f59e0b) !important;
}

.domain-checker-container .input-group-box {
    border-radius: 14px;
    padding: 14px;
}

.domain-checker-available {
    color: #10b981 !important;
}

.domain-checker-unavailable,
.domain-checker-invalid {
    color: #ef4444 !important;
}

/* =====================================================
   GATEWAY OUTPUT (e.g. PayPal Express)
   ===================================================== */

#order-standard_cart .view-cart-gateway-checkout {
    margin: 0 0 20px 0;
    padding: 18px;
    background: #f8faff;
    border: 1px solid #e2e8f4;
    border-radius: 14px;
    text-align: center;
}

#order-standard_cart .express-checkout-buttons .separator {
    margin: 8px 0;
    padding: 8px;
    font-weight: 600;
    color: #94a3b8;
    font-size: 12px;
}

/* =====================================================
   MARKETING OPT-IN
   ===================================================== */

#order-standard_cart .marketing-email-optin {
    margin: 20px 0;
    padding: 18px 22px;
    background: #f8faff;
    border: 1px solid #e2e8f4;
    border-radius: 14px;
}

#order-standard_cart .marketing-email-optin h4 {
    font-size: 15px;
    font-weight: 700;
    color: #1e293b;
    margin-top: 0;
}

/* =====================================================
   COMPLETE ORDER PAGE
   ===================================================== */

#order-standard_cart .order-confirmation {
    text-align: center;
    padding: 30px 0;
}

#order-standard_cart .order-confirmation span {
    font-size: 16px;
    color: #475569;
}

/* =====================================================
   SIDEBAR CATEGORY (when visible)
   ===================================================== */

#order-standard_cart .cart-sidebar .list-group-item {
    border: none;
    padding: 10px 15px;
    font-size: 13px;
    color: #475569;
    border-radius: 0;
    transition: all 0.15s ease;
}

#order-standard_cart .cart-sidebar .list-group-item:hover {
    background: #f8faff;
    color: #6c54c7;
    padding-left: 19px;
}

#order-standard_cart .cart-sidebar .list-group-item.active {
    background: #f0f4ff;
    color: #6c54c7;
    font-weight: 600;
    border-left: 3px solid #6c54c7;
}

/* =====================================================
   DOMAIN CONFIG (configuredomains, configureproductdomain)
   ===================================================== */

#order-standard_cart .domain-selection-options .option {
    border-radius: 10px;
    padding: 12px 20px;
    background: #f8faff;
    border: 1px solid transparent;
    margin-bottom: 6px;
    transition: all 0.2s ease;
}

#order-standard_cart .domain-selection-options .option:hover {
    background: #f0f4ff;
    border-color: #e2e8f4;
}

#order-standard_cart .domain-selection-options .option-selected {
    background: #ede9fe;
    border-color: #c7b8f5;
}

/* =====================================================
   DOMAIN SUGGESTIONS
   ===================================================== */

.suggested-domains .list-group-item {
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #f1f5f9;
    padding: 12px 15px;
    transition: background 0.15s ease;
}

.suggested-domains .list-group-item:hover {
    background: #f8faff;
}

/* =====================================================
   SPOTLIGHT TLDs
   ===================================================== */

.spotlight-tld {
    border-radius: 12px;
    border-color: #e2e8f4;
    transition: all 0.2s ease;
}

.spotlight-tld:hover {
    border-color: #c7b8f5;
    box-shadow: 0 4px 12px rgba(108, 84, 199, 0.1);
}

.spotlight-tld .btn:not(.domain-contact-support) {
    background: linear-gradient(135deg, #7c5ce7, #6c54c7);
    border: none;
    border-radius: 8px;
    font-weight: 600;
}

/* =====================================================
   PASSWORD STRENGTH
   ===================================================== */

#order-standard_cart .password-strength-meter .progress {
    border-radius: 8px;
    height: 6px;
    background: #e2e8f0;
}

#order-standard_cart .password-strength-meter .progress-bar {
    border-radius: 8px;
}

/* =====================================================
   SCROLLBAR (webkit)
   ===================================================== */

#order-standard_cart ::-webkit-scrollbar {
    width: 6px;
}

#order-standard_cart ::-webkit-scrollbar-track {
    background: #f1f5f9;
    border-radius: 3px;
}

#order-standard_cart ::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 3px;
}

#order-standard_cart ::-webkit-scrollbar-thumb:hover {
    background: #94a3b8;
}

/* =====================================================
   RESPONSIVE FIXES
   ===================================================== */

@media (max-width: 991px) {
    #order-standard_cart .header-lined h1 {
        font-size: 20px !important;
    }
}

@media (max-width: 575px) {
    #order-standard_cart .view-cart-items-header {
        border-radius: 10px 10px 0 0;
        padding: 10px 14px;
        font-size: 12px;
    }
    #order-standard_cart .view-cart-items .item {
        padding: 12px 14px;
    }
    #order-standard_cart .order-summary {
        border-radius: 14px;
    }
    #order-standard_cart .btn-checkout {
        padding: 12px 24px !important;
        font-size: 14px;
        width: 100%;
    }
    #order-standard_cart #btnCompleteProductConfig,
    #order-standard_cart #btnCompleteOrder {
        width: 100%;
    }
}

/* =====================================================
   PHONE INPUT — intl-tel-input compatibility
   ===================================================== */

/* Hide the static icon when intl-tel-input wraps the field */
#order-standard_cart .prepend-icon .intl-tel-input ~ .field-icon,
#order-standard_cart .prepend-icon .intl-tel-input + .field-icon {
    display: none !important;
}

/* When intl-tel-input wraps the phone input, fix the icon overlap */
#order-standard_cart .intl-tel-input {
    display: block !important;
    width: 100%;
}

#order-standard_cart .intl-tel-input input,
#order-standard_cart .intl-tel-input input.field,
#order-standard_cart .intl-tel-input input.form-control {
    padding-left: 52px !important;
    width: 100% !important;
}

#order-standard_cart .intl-tel-input.separate-dial-code input,
#order-standard_cart .intl-tel-input.separate-dial-code input.field {
    padding-left: 80px !important;
}

#order-standard_cart .intl-tel-input.separate-dial-code.iti-sdc-2 input,
#order-standard_cart .intl-tel-input.separate-dial-code.iti-sdc-2 input.field {
    padding-left: 76px !important;
}

#order-standard_cart .intl-tel-input.separate-dial-code.iti-sdc-3 input,
#order-standard_cart .intl-tel-input.separate-dial-code.iti-sdc-3 input.field {
    padding-left: 84px !important;
}

#order-standard_cart .intl-tel-input .selected-flag {
    border-radius: 10px 0 0 10px;
    background: transparent;
    padding: 0 6px 0 10px;
}

#order-standard_cart .intl-tel-input .selected-flag:hover,
#order-standard_cart .intl-tel-input .selected-flag:focus {
    background: rgba(108, 84, 199, 0.04);
}

#order-standard_cart .intl-tel-input .country-list {
    border-radius: 10px;
    border: 1px solid #e2e8f4;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    margin-top: 4px;
}

#order-standard_cart .intl-tel-input .country-list .country.highlight {
    background: #f0f4ff;
}

/* Also handle the case where field-icon is before intl-tel-input in DOM */
#order-standard_cart .prepend-icon:has(.intl-tel-input) > .field-icon {
    display: none !important;
}

/* =====================================================
   TOGGLE SWITCH — iOS-style (for marketing opt-in, etc.)
   ===================================================== */

#order-standard_cart .marketing-email-optin {
    margin: 24px 0;
    padding: 20px 24px;
    background: linear-gradient(135deg, #f8faff, #f0f4ff);
    border: 1px solid #e2e8f4;
    border-radius: 14px;
}

#order-standard_cart .marketing-email-optin h4 {
    font-size: 15px !important;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 6px 0;
}

#order-standard_cart .marketing-email-optin p {
    font-size: 13px;
    color: #64748b;
    margin-bottom: 14px;
}

/* Hide native checkbox, create custom toggle */
#order-standard_cart input.toggle-switch-success.no-icheck,
#order-standard_cart .marketing-email-optin input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    width: 48px;
    height: 26px;
    background: #cbd5e1;
    border-radius: 26px;
    border: none;
    outline: none;
    cursor: pointer;
    transition: background 0.25s ease;
    vertical-align: middle;
    margin: 0;
    flex-shrink: 0;
}

#order-standard_cart input.toggle-switch-success.no-icheck::before,
#order-standard_cart .marketing-email-optin input[type="checkbox"]::before {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 22px;
    height: 22px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

#order-standard_cart input.toggle-switch-success.no-icheck:checked,
#order-standard_cart .marketing-email-optin input[type="checkbox"]:checked {
    background: linear-gradient(135deg, #7c5ce7, #6c54c7);
}

#order-standard_cart input.toggle-switch-success.no-icheck:checked::before,
#order-standard_cart .marketing-email-optin input[type="checkbox"]:checked::before {
    transform: translateX(22px);
}

#order-standard_cart input.toggle-switch-success.no-icheck:focus,
#order-standard_cart .marketing-email-optin input[type="checkbox"]:focus {
    box-shadow: 0 0 0 3px rgba(124, 92, 231, 0.15);
}

/* Label next to toggle */
#order-standard_cart .marketing-email-optin label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    font-size: 13px;
    color: #475569;
    font-weight: 500;
}

/* Also style the "store card" toggle in CC section */
#order-standard_cart #inputNoStoreContainer {
    display: flex !important;
    align-items: center;
    gap: 8px;
    line-height: normal !important;
}

#order-standard_cart #inputNoStoreContainer label {
    margin: 0;
    cursor: pointer;
}
