body.is-shopping-cart #order-standard_cart {
    --kh-cart-surface: #ffffff;
    --kh-cart-surface-soft: #f7f8f3;
    --kh-cart-surface-muted: #f2f3ee;
    --kh-cart-line: #dde3d8;
    --kh-cart-line-strong: #d0d8ca;
    --kh-cart-text: #1e2b22;
    --kh-cart-muted: #687268;
    --kh-cart-accent: #b8cf90;
    --kh-cart-accent-strong: #a6bf79;
    --kh-cart-accent-soft: #eef4e4;
    --kh-cart-ink: #26352d;
    --kh-cart-danger-soft: #fbefeb;
    --kh-cart-danger-line: #efc8bc;
    --kh-cart-shadow: 0 16px 34px rgba(17, 27, 22, 0.06);
    --kh-cart-shadow-soft: 0 8px 20px rgba(17, 27, 22, 0.04);
}

body.is-shopping-cart #order-standard_cart {
    --kh-cart-surface: #ffffff;
    --kh-cart-surface-soft: #f7f9f4;
    --kh-cart-surface-muted: #f1f4ed;
    --kh-cart-surface-strong: #e8f0de;
    --kh-cart-line: #d9dfd4;
    --kh-cart-line-strong: #ccd5c6;
    --kh-cart-text: #213128;
    --kh-cart-muted: #6b766d;
    --kh-cart-primary-bg: linear-gradient(180deg, #d4e5b8 0%, #c2da95 100%);
    --kh-cart-primary-bg-hover: linear-gradient(180deg, #cbdface 0%, #b7d282 100%);
    --kh-cart-primary-line: #b4ca87;
    --kh-cart-primary-text: #22311d;
    --kh-cart-secondary-bg: #f4f5f0;
    --kh-cart-secondary-line: #d8ddd4;
    --kh-cart-secondary-text: #3c493d;
    --kh-cart-danger-bg: #f9efeb;
    --kh-cart-danger-line: #ecc8bd;
    --kh-cart-danger-text: #a26053;
    --kh-cart-dark-bg: linear-gradient(180deg, #7a828a 0%, #6c757d 100%);
    --kh-cart-dark-line: #69727a;
    --kh-cart-dark-text: #ffffff;
    --kh-cart-shadow: 0 18px 40px rgba(17, 27, 22, 0.08);
    --kh-cart-shadow-soft: 0 10px 24px rgba(17, 27, 22, 0.05);
    color: var(--kh-cart-text);
}

body.is-shopping-cart #order-standard_cart .cart-body > .header-lined {
    margin-bottom: 18px;
}

body.is-shopping-cart #order-standard_cart .cart-body > .header-lined h1 {
    margin: 0;
    color: #1b5e94;
    font-size: clamp(38px, 7vw, 68px);
    font-weight: 500;
    letter-spacing: -0.05em;
    line-height: 0.98;
}

body.is-shopping-cart #order-standard_cart .cart-sidebar .panel,
body.is-shopping-cart #order-standard_cart .sidebar-collapsed .panel,
body.is-shopping-cart #order-standard_cart .view-cart-items,
body.is-shopping-cart #order-standard_cart .view-cart-tabs,
body.is-shopping-cart #order-standard_cart .order-summary,
body.is-shopping-cart #order-standard_cart .already-registered,
body.is-shopping-cart #order-standard_cart #containerExistingAccountSelect,
body.is-shopping-cart #order-standard_cart #containerExistingUserSignin,
body.is-shopping-cart #order-standard_cart #containerNewUserSignup,
body.is-shopping-cart #order-standard_cart #applyCreditContainer,
body.is-shopping-cart #order-standard_cart #paymentGatewaysContainer,
body.is-shopping-cart #order-standard_cart .cc-input-container,
body.is-shopping-cart #order-standard_cart .marketing-email-optin,
body.is-shopping-cart #order-standard_cart .checkout-security-msg,
body.is-shopping-cart #order-standard_cart .view-cart-gateway-checkout,
body.is-shopping-cart #order-standard_cart .alert-success#totalDueToday {
    border: 1px solid var(--kh-cart-line);
    border-radius: 15px;
    background: linear-gradient(180deg, #ffffff 0%, #fbfcf8 100%);
    box-shadow: var(--kh-cart-shadow-soft);
}

body.is-shopping-cart #order-standard_cart .sidebar-collapsed {
    display: grid;
    gap: 12px;
    margin-bottom: 18px;
}

body.is-shopping-cart #order-standard_cart .sidebar-collapsed .panel,
body.is-shopping-cart #order-standard_cart .cart-sidebar .panel {
    overflow: hidden;
}

body.is-shopping-cart #order-standard_cart .sidebar-collapsed .panel-heading,
body.is-shopping-cart #order-standard_cart .cart-sidebar .panel-heading {
    border-bottom: 1px solid var(--kh-cart-line);
    background: var(--kh-cart-surface-muted);
}

body.is-shopping-cart #order-standard_cart .sidebar-collapsed .panel-body,
body.is-shopping-cart #order-standard_cart .cart-sidebar .panel-body {
    background: transparent;
}

body.is-shopping-cart #order-standard_cart .sidebar-collapsed .form-control,
body.is-shopping-cart #order-standard_cart .cart-sidebar .form-control,
body.is-shopping-cart #order-standard_cart .form-control,
body.is-shopping-cart #order-standard_cart .field {
    min-height: 46px;
    border: 1px solid var(--kh-cart-line);
    border-radius: 12px;
    background: #ffffff;
    color: var(--kh-cart-text);
    box-shadow: none;
}

body.is-shopping-cart #order-standard_cart .form-control:focus,
body.is-shopping-cart #order-standard_cart .field:focus {
    border-color: var(--kh-cart-primary-line);
    box-shadow: 0 0 0 4px rgba(194, 218, 149, 0.16);
}

body.is-shopping-cart #order-standard_cart .btn {
    min-height: 44px;
    border-radius: 12px;
    font-weight: 700;
    letter-spacing: 0;
    box-shadow: none;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

body.is-shopping-cart #order-standard_cart .btn:hover,
body.is-shopping-cart #order-standard_cart .btn:focus {
    transform: translateY(-1px);
}

body.is-shopping-cart #order-standard_cart .btn-checkout,
body.is-shopping-cart #order-standard_cart #btnCompleteOrder,
body.is-shopping-cart #order-standard_cart #btnExistingLogin,
body.is-shopping-cart #order-standard_cart .modal-footer .btn-primary {
    border: 1px solid var(--kh-cart-primary-line);
    background: var(--kh-cart-primary-bg);
    color: var(--kh-cart-primary-text);
}

body.is-shopping-cart #order-standard_cart .btn-checkout:hover,
body.is-shopping-cart #order-standard_cart .btn-checkout:focus,
body.is-shopping-cart #order-standard_cart #btnCompleteOrder:hover,
body.is-shopping-cart #order-standard_cart #btnCompleteOrder:focus,
body.is-shopping-cart #order-standard_cart #btnExistingLogin:hover,
body.is-shopping-cart #order-standard_cart #btnExistingLogin:focus,
body.is-shopping-cart #order-standard_cart .modal-footer .btn-primary:hover,
body.is-shopping-cart #order-standard_cart .modal-footer .btn-primary:focus {
    border-color: #abc17d;
    background: var(--kh-cart-primary-bg-hover);
    color: var(--kh-cart-primary-text);
}

body.is-shopping-cart #order-standard_cart .btn-continue-shopping,
body.is-shopping-cart #order-standard_cart .already-registered .btn-warning,
body.is-shopping-cart #order-standard_cart .item-title .btn-link.btn-xs,
body.is-shopping-cart #order-standard_cart .item-qty .btn,
body.is-shopping-cart #order-standard_cart .dropdown-toggle.btn-xs,
body.is-shopping-cart #order-standard_cart .modal-footer .btn-default {
    border: 1px solid var(--kh-cart-secondary-line);
    background: var(--kh-cart-secondary-bg);
    color: var(--kh-cart-secondary-text);
    text-decoration: none;
}

body.is-shopping-cart #order-standard_cart .already-registered .btn-info {
    border: 1px solid var(--kh-cart-primary-line);
    background: #eef4e4;
    color: #31412f;
}

body.is-shopping-cart #order-standard_cart .btn-remove-from-cart,
body.is-shopping-cart #order-standard_cart .empty-cart .btn,
body.is-shopping-cart #order-standard_cart .view-cart-promotion-code + .text-center .btn,
body.is-shopping-cart #order-standard_cart .view-cart-promotion-code .btn,
body.is-shopping-cart #order-standard_cart .modal-remove-item .btn-danger {
    border: 1px solid var(--kh-cart-danger-line);
    background: var(--kh-cart-danger-bg);
    color: var(--kh-cart-danger-text);
}

body.is-shopping-cart #order-standard_cart .view-cart-tabs .tab-content .btn-default,
body.is-shopping-cart #order-standard_cart .tab-pane#calcTaxes .btn-default {
    border: 1px solid var(--kh-cart-dark-line);
    background: var(--kh-cart-dark-bg);
    color: var(--kh-cart-dark-text);
}

body.is-shopping-cart #order-standard_cart .view-cart-items-header {
    margin-bottom: 0;
    padding: 15px 20px;
    border: 1px solid #214f73;
    border-bottom: 0;
    border-radius: 15px 15px 0 0;
    background: linear-gradient(180deg, #1f608e 0%, #174f78 100%);
    color: rgba(255, 255, 255, 0.92);
    font-size: 13px;
    font-weight: 600;
}

body.is-shopping-cart #order-standard_cart .view-cart-items {
    overflow: hidden;
}

body.is-shopping-cart #order-standard_cart .view-cart-items .item {
    padding: 18px;
    border-bottom: 1px solid var(--kh-cart-line);
    background: transparent;
}

body.is-shopping-cart #order-standard_cart .view-cart-items .item:last-child {
    border-bottom: 0;
}

body.is-shopping-cart #order-standard_cart .item-title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-bottom: 6px;
    color: var(--kh-cart-text);
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.15;
}

body.is-shopping-cart #order-standard_cart .item-group,
body.is-shopping-cart #order-standard_cart .item-domain,
body.is-shopping-cart #order-standard_cart .item small,
body.is-shopping-cart #order-standard_cart .item-price .cycle,
body.is-shopping-cart #order-standard_cart .upgrade-calc-msg,
body.is-shopping-cart #order-standard_cart .view-cart-empty {
    color: var(--kh-cart-muted);
}

body.is-shopping-cart #order-standard_cart .item-group,
body.is-shopping-cart #order-standard_cart .item-domain {
    display: block;
    line-height: 1.55;
}

body.is-shopping-cart #order-standard_cart .item small {
    display: block;
    margin-top: 8px;
    line-height: 1.6;
}

body.is-shopping-cart #order-standard_cart .item-price {
    padding: 14px 16px;
    border: 1px solid var(--kh-cart-line);
    border-radius: 12px;
    background: linear-gradient(180deg, #fbfcf9 0%, #f3f6ee 100%);
}

body.is-shopping-cart #order-standard_cart .item-price span:first-child {
    display: block;
    color: var(--kh-cart-text);
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: -0.02em;
}

body.is-shopping-cart #order-standard_cart .view-cart-empty {
    padding: 28px 22px;
    text-align: center;
}

body.is-shopping-cart #order-standard_cart .view-cart-tabs {
    margin-top: 18px;
    overflow: hidden;
}

body.is-shopping-cart #order-standard_cart .view-cart-tabs .nav-tabs {
    display: flex;
    gap: 8px;
    padding: 14px 14px 0;
    border-bottom: 0;
    background: transparent;
}

body.is-shopping-cart #order-standard_cart .view-cart-tabs .nav-tabs > li {
    float: none;
    margin: 0;
}

body.is-shopping-cart #order-standard_cart .view-cart-tabs .nav-tabs > li > a {
    min-height: 42px;
    padding: 10px 14px;
    border: 1px solid var(--kh-cart-line);
    border-radius: 10px;
    background: #f6f7f3;
    color: #425141;
    font-size: 13px;
    font-weight: 600;
}

body.is-shopping-cart #order-standard_cart .view-cart-tabs .nav-tabs > li.active > a,
body.is-shopping-cart #order-standard_cart .view-cart-tabs .nav-tabs > li.active > a:hover,
body.is-shopping-cart #order-standard_cart .view-cart-tabs .nav-tabs > li.active > a:focus {
    border-color: var(--kh-cart-primary-line);
    background: #eef4e3;
    color: #31412f;
}

body.is-shopping-cart #order-standard_cart .view-cart-tabs .tab-content {
    padding: 18px 14px 14px;
    background: #ffffff;
}

body.is-shopping-cart #order-standard_cart .view-cart-promotion-code {
    padding: 12px 14px;
    border: 1px solid #d8e2ca;
    border-radius: 12px;
    background: #eef4e3;
    color: #3b4a39;
    font-weight: 600;
    margin-bottom: 12px;
}

body.is-shopping-cart #order-standard_cart .order-summary {
    overflow: hidden;
}

body.is-shopping-cart #order-standard_cart .order-summary h2 {
    margin: 0;
    padding: 18px 20px 14px;
    border-bottom: 1px solid var(--kh-cart-line);
    color: var(--kh-cart-text);
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.08;
    text-align: left;
}

body.is-shopping-cart #order-standard_cart .summary-container {
    padding: 18px 20px 20px;
    font-size: 13px;
}

body.is-shopping-cart #order-standard_cart .subtotal,
body.is-shopping-cart #order-standard_cart .bordered-totals,
body.is-shopping-cart #order-standard_cart .recurring-totals {
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-color: var(--kh-cart-line);
}

body.is-shopping-cart #order-standard_cart .summary-container .clearfix {
    margin-bottom: 8px;
}

body.is-shopping-cart #order-standard_cart .total-due-today {
    margin-top: 14px;
    padding: 16px 16px 14px;
    border: 1px solid #d9e2cc;
    border-radius: 13px;
    background: linear-gradient(180deg, #f5f7f0 0%, #edf1e7 100%);
    color: var(--kh-cart-text);
    text-align: left;
}

body.is-shopping-cart #order-standard_cart .total-due-today .amt {
    display: block;
    font-size: 3.3rem;
    font-weight: 700;
    line-height: 1.02;
    color: var(--kh-cart-text);
}

body.is-shopping-cart #order-standard_cart .order-summary .text-right {
    display: grid;
    gap: 10px;
    margin-top: 16px;
    text-align: left;
}

body.is-shopping-cart #order-standard_cart .order-summary .btn-checkout,
body.is-shopping-cart #order-standard_cart #btnCompleteOrder {
    width: 100%;
    min-height: 48px;
    margin-top: 0;
    font-size: 15px;
}

body.is-shopping-cart #order-standard_cart .order-summary .btn-continue-shopping {
    width: 100%;
    min-height: 44px;
    margin-top: 0;
    font-size: 13px;
}

body.is-shopping-cart #order-standard_cart .already-registered,
body.is-shopping-cart #order-standard_cart #containerExistingAccountSelect,
body.is-shopping-cart #order-standard_cart #containerExistingUserSignin,
body.is-shopping-cart #order-standard_cart #containerNewUserSignup,
body.is-shopping-cart #order-standard_cart #applyCreditContainer,
body.is-shopping-cart #order-standard_cart #paymentGatewaysContainer,
body.is-shopping-cart #order-standard_cart .cc-input-container,
body.is-shopping-cart #order-standard_cart .marketing-email-optin {
    padding: 18px;
}

body.is-shopping-cart #order-standard_cart .already-registered p {
    margin: 0;
    color: var(--kh-cart-muted);
    line-height: 1.65;
}

body.is-shopping-cart #order-standard_cart .already-registered .pull-right {
    display: flex;
    gap: 10px;
}

body.is-shopping-cart #order-standard_cart .sub-heading {
    margin: 26px 0 16px;
    border-top-color: var(--kh-cart-line);
}

body.is-shopping-cart #order-standard_cart .sub-heading span {
    padding: 0 14px;
    background: #ffffff;
    color: var(--kh-cart-text);
    font-size: 16px;
    font-weight: 700;
}

body.is-shopping-cart #order-standard_cart #frmCheckout .field-icon {
    color: #728070;
}

body.is-shopping-cart #order-standard_cart #frmCheckout .account {
    border-radius: 12px;
    border: 1px solid var(--kh-cart-line);
    background: #f7f8f4;
    padding: 12px;
}

body.is-shopping-cart #order-standard_cart #frmCheckout .account.active {
    background: #ffffff;
    border-color: #d4ddc8;
    box-shadow: inset 0 0 0 1px #e6eedb;
}

body.is-shopping-cart #order-standard_cart #paymentGatewaysContainer .radio-inline {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    margin: 0 8px 8px 0;
    padding: 0 14px 0 36px;
    border: 1px solid var(--kh-cart-line);
    border-radius: 10px;
    background: #f7f8f4;
    font-weight: 600;
}

body.is-shopping-cart #order-standard_cart #paymentGatewaysContainer .radio-inline .iradio_square-blue {
    left: 12px;
}

body.is-shopping-cart #order-standard_cart .marketing-email-optin h4 {
    margin-top: 0;
    margin-bottom: 10px;
    color: var(--kh-cart-text);
    font-size: 18px;
    font-weight: 700;
}

body.is-shopping-cart #order-standard_cart .checkout-security-msg {
    margin-top: 16px;
    color: var(--kh-cart-muted);
}

body.is-shopping-cart #order-standard_cart .express-checkout-buttons .separator {
    margin: 10px 0;
    color: var(--kh-cart-muted);
    font-size: 12px;
    font-weight: 600;
    text-align: center;
}

@media (max-width: 991px) {
    body.is-shopping-cart #order-standard_cart {
        font-size: 14px;
    }

    body.is-shopping-cart #order-standard_cart > .row,
    body.is-shopping-cart #order-standard_cart .cart-body > .row,
    body.is-shopping-cart #order-standard_cart .cart-body .row,
    body.is-shopping-cart #order-standard_cart .view-cart-items .row {
        margin-left: 0;
        margin-right: 0;
    }

    body.is-shopping-cart #order-standard_cart .cart-body .row > [class*="col-"],
    body.is-shopping-cart #order-standard_cart .view-cart-items .row > [class*="col-"] {
        padding-left: 0;
        padding-right: 0;
    }

    body.is-shopping-cart #order-standard_cart .secondary-cart-body,
    body.is-shopping-cart #order-standard_cart .secondary-cart-sidebar {
        width: 100%;
    }

    body.is-shopping-cart #order-standard_cart .cart-body > .header-lined {
        margin-bottom: 14px;
    }

    body.is-shopping-cart #order-standard_cart .cart-body > .header-lined h1 {
        font-size: clamp(34px, 9vw, 48px);
    }

    body.is-shopping-cart #order-standard_cart .view-cart-items-header {
        display: none;
    }

    body.is-shopping-cart #order-standard_cart .view-cart-items {
        display: grid;
        gap: 12px;
        border: 0;
        background: transparent;
        box-shadow: none;
        overflow: visible;
    }

    body.is-shopping-cart #order-standard_cart .view-cart-items .item {
        padding: 16px;
        border: 1px solid var(--kh-cart-line);
        border-radius: 15px;
        background: linear-gradient(180deg, #ffffff 0%, #fbfcf8 100%);
        box-shadow: var(--kh-cart-shadow-soft);
    }

    body.is-shopping-cart #order-standard_cart .view-cart-items .item .row {
        display: grid;
        gap: 12px;
    }

    body.is-shopping-cart #order-standard_cart .item-title {
        font-size: 1.8rem;
        gap: 8px;
    }

    body.is-shopping-cart #order-standard_cart .item-title .btn-link.btn-xs,
    body.is-shopping-cart #order-standard_cart .btn-remove-from-cart {
        min-height: 36px;
        margin-left: 0;
        padding: 0 12px;
        font-size: 12px;
    }

    body.is-shopping-cart #order-standard_cart .item-price {
        text-align: left;
    }

    body.is-shopping-cart #order-standard_cart .item-price span:first-child {
        font-size: 2.2rem;
    }

    body.is-shopping-cart #order-standard_cart .item-qty {
        display: grid;
        gap: 8px;
    }

    body.is-shopping-cart #order-standard_cart .item-qty input.form-control,
    body.is-shopping-cart #order-standard_cart .item-qty .btn {
        width: 100%;
    }

    body.is-shopping-cart #order-standard_cart .view-cart-empty {
        border: 1px solid var(--kh-cart-line);
        border-radius: 15px;
        background: linear-gradient(180deg, #ffffff 0%, #fbfcf8 100%);
        box-shadow: var(--kh-cart-shadow-soft);
    }

    body.is-shopping-cart #order-standard_cart .view-cart-tabs {
        margin-top: 14px;
    }

    body.is-shopping-cart #order-standard_cart .view-cart-tabs .nav-tabs {
        display: grid;
        grid-template-columns: 1fr;
        padding: 12px 12px 0;
    }

    body.is-shopping-cart #order-standard_cart .view-cart-tabs .nav-tabs > li > a {
        width: 100%;
        text-align: center;
    }

    body.is-shopping-cart #order-standard_cart .view-cart-tabs .tab-content {
        padding: 14px 12px 12px;
    }

    body.is-shopping-cart #order-standard_cart .sidebar-collapsed {
        margin-bottom: 14px;
    }

    body.is-shopping-cart #order-standard_cart .already-registered {
        display: grid;
        gap: 12px;
    }

    body.is-shopping-cart #order-standard_cart .already-registered .pull-right {
        float: none !important;
        display: grid;
        grid-template-columns: 1fr;
    }

    body.is-shopping-cart #order-standard_cart .already-registered .btn-info,
    body.is-shopping-cart #order-standard_cart .already-registered .btn-warning,
    body.is-shopping-cart #order-standard_cart #btnExistingLogin,
    body.is-shopping-cart #order-standard_cart #btnCompleteOrder {
        width: 100%;
    }

    body.is-shopping-cart #order-standard_cart .sub-heading {
        margin: 20px 0 12px;
        border-top: 0;
    }

    body.is-shopping-cart #order-standard_cart .sub-heading span {
        display: block;
        padding: 0;
        background: transparent;
        font-size: 17px;
    }

    body.is-shopping-cart #order-standard_cart #containerExistingAccountSelect,
    body.is-shopping-cart #order-standard_cart #containerExistingUserSignin,
    body.is-shopping-cart #order-standard_cart #containerNewUserSignup,
    body.is-shopping-cart #order-standard_cart #applyCreditContainer,
    body.is-shopping-cart #order-standard_cart #paymentGatewaysContainer,
    body.is-shopping-cart #order-standard_cart .cc-input-container,
    body.is-shopping-cart #order-standard_cart .marketing-email-optin,
    body.is-shopping-cart #order-standard_cart .checkout-security-msg {
        padding: 16px;
    }

    body.is-shopping-cart #order-standard_cart #paymentGatewaysContainer .radio-inline {
        width: 100%;
        margin-right: 0;
    }

    body.is-shopping-cart #order-standard_cart .order-summary {
        margin-top: 14px;
        border-radius: 15px;
    }

    body.is-shopping-cart #order-standard_cart .order-summary h2 {
        padding: 16px 16px 12px;
        font-size: 2.5rem;
    }

    body.is-shopping-cart #order-standard_cart .summary-container {
        padding: 16px;
    }

    body.is-shopping-cart #order-standard_cart .total-due-today {
        padding: 16px;
    }

    body.is-shopping-cart #order-standard_cart .total-due-today .amt {
        font-size: 3rem;
    }

    body.is-shopping-cart #order-standard_cart .order-summary .btn-checkout,
    body.is-shopping-cart #order-standard_cart .order-summary .btn-continue-shopping {
        width: 100%;
    }

    body.is-shopping-cart #order-standard_cart .order-summary .btn-checkout,
    body.is-shopping-cart #order-standard_cart #btnCompleteOrder {
        min-height: 50px;
    }

    body.is-shopping-cart #order-standard_cart .express-checkout-buttons > * {
        width: 100%;
    }
}

@media (min-width: 992px) {
    body.is-shopping-cart #order-standard_cart .secondary-cart-sidebar {
        position: sticky;
        top: 116px;
    }

    body.is-shopping-cart #order-standard_cart .view-cart-items .item .row {
        display: flex;
        align-items: center;
    }

    body.is-shopping-cart #order-standard_cart .item-title .btn-link.btn-xs,
    body.is-shopping-cart #order-standard_cart .btn-remove-from-cart {
        min-height: 36px;
    }

    body.is-shopping-cart #order-standard_cart .summary-container {
        padding: 20px 22px 22px;
    }
}

@media (min-width: 992px) {
    body.is-shopping-cart #order-standard_cart {
        color: var(--kh-cart-text);
        font-size: 14px;
    }

    body.is-shopping-cart #order-standard_cart .cart-body > .header-lined {
        margin-bottom: 20px;
    }

    body.is-shopping-cart #order-standard_cart .cart-body > .header-lined h1 {
        margin: 0;
        color: #1b5e94;
        font-size: 5rem;
        font-weight: 500;
        letter-spacing: -0.04em;
    }

    body.is-shopping-cart #order-standard_cart .view-cart-items-header {
        margin-bottom: 0;
        padding: 15px 20px;
        border: 1px solid #214f73;
        border-bottom: 0;
        border-radius: 14px 14px 0 0;
        background: linear-gradient(180deg, #1f608e 0%, #174f78 100%);
        color: rgba(255, 255, 255, 0.92);
        font-size: 13px;
        font-weight: 600;
        letter-spacing: 0.01em;
    }

    body.is-shopping-cart #order-standard_cart .view-cart-items {
        background: var(--kh-cart-surface);
        border: 1px solid var(--kh-cart-line);
        border-radius: 0 0 16px 16px;
        box-shadow: var(--kh-cart-shadow-soft);
        overflow: hidden;
    }

    body.is-shopping-cart #order-standard_cart .view-cart-items .item {
        padding: 18px 18px 16px;
        border-bottom: 1px solid var(--kh-cart-line);
        background: transparent;
    }

    body.is-shopping-cart #order-standard_cart .view-cart-items .item:last-child {
        border-bottom: 0;
    }

    body.is-shopping-cart #order-standard_cart .view-cart-items .item .row {
        display: flex;
        align-items: flex-start;
    }

    body.is-shopping-cart #order-standard_cart .item-title {
        display: block;
        margin-bottom: 6px;
        color: var(--kh-cart-text);
        font-size: 2.1rem;
        font-weight: 700;
        line-height: 1.15;
    }

    body.is-shopping-cart #order-standard_cart .item-group,
    body.is-shopping-cart #order-standard_cart .item-domain,
    body.is-shopping-cart #order-standard_cart .item-price .cycle,
    body.is-shopping-cart #order-standard_cart .upgrade-calc-msg,
    body.is-shopping-cart #order-standard_cart .item small {
        color: var(--kh-cart-muted);
    }

    body.is-shopping-cart #order-standard_cart .item-group,
    body.is-shopping-cart #order-standard_cart .item-domain {
        display: block;
        line-height: 1.55;
    }

    body.is-shopping-cart #order-standard_cart .item small {
        margin-top: 10px;
        line-height: 1.6;
    }

    body.is-shopping-cart #order-standard_cart .item-title .btn-link.btn-xs,
    body.is-shopping-cart #order-standard_cart .btn-remove-from-cart {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        min-height: 34px;
        margin-left: 10px;
        padding: 0 12px;
        border-radius: 8px;
        border: 1px solid var(--kh-cart-line);
        background: var(--kh-cart-surface-soft);
        color: #415041;
        font-size: 12px;
        font-weight: 600;
        text-decoration: none;
    }

    body.is-shopping-cart #order-standard_cart .btn-remove-from-cart {
        border-color: var(--kh-cart-danger-line);
        background: var(--kh-cart-danger-soft);
        color: #ad6556;
    }

    body.is-shopping-cart #order-standard_cart .item-price {
        padding: 12px 14px;
        border: 1px solid var(--kh-cart-line);
        border-radius: 10px;
        background: linear-gradient(180deg, #fbfcf9 0%, #f4f7ef 100%);
        text-align: right;
    }

    body.is-shopping-cart #order-standard_cart .item-price span:first-child {
        display: block;
        color: var(--kh-cart-text);
        font-size: 1.8rem;
        font-weight: 700;
        letter-spacing: -0.02em;
    }

    body.is-shopping-cart #order-standard_cart .item-qty input.form-control,
    body.is-shopping-cart #order-standard_cart .tab-content .form-control,
    body.is-shopping-cart #order-standard_cart .tab-content .field,
    body.is-shopping-cart #order-standard_cart #frmCheckout .field,
    body.is-shopping-cart #order-standard_cart #frmCheckout .form-control {
        height: 44px;
        border: 1px solid var(--kh-cart-line);
        border-radius: 10px;
        background: #ffffff;
        box-shadow: none;
        color: var(--kh-cart-text);
    }

    body.is-shopping-cart #order-standard_cart .item-qty .btn,
    body.is-shopping-cart #order-standard_cart .dropdown-toggle.btn-xs,
    body.is-shopping-cart #order-standard_cart .tab-content .btn-default,
    body.is-shopping-cart #order-standard_cart #frmCheckout .btn-default,
    body.is-shopping-cart #order-standard_cart #frmCheckout .generate-password,
    body.is-shopping-cart #order-standard_cart #btnExistingLogin {
        min-height: 42px;
        padding: 0 14px;
        border: 1px solid var(--kh-cart-line-strong);
        border-radius: 8px;
        background: var(--kh-cart-surface-muted);
        color: #324032;
        font-size: 13px;
        font-weight: 600;
        box-shadow: none;
    }

    body.is-shopping-cart #order-standard_cart .empty-cart {
        margin-top: 16px;
        text-align: right;
    }

    body.is-shopping-cart #order-standard_cart .empty-cart .btn {
        min-height: 42px;
        padding: 0 14px;
        border: 1px solid #ead8c9;
        border-radius: 8px;
        background: #f8efe5;
        color: #9f6a4a;
        font-size: 13px;
        font-weight: 600;
    }

    body.is-shopping-cart #order-standard_cart .view-cart-gateway-checkout,
    body.is-shopping-cart #order-standard_cart .view-cart-tabs,
    body.is-shopping-cart #order-standard_cart .already-registered,
    body.is-shopping-cart #order-standard_cart #containerExistingAccountSelect,
    body.is-shopping-cart #order-standard_cart #applyCreditContainer,
    body.is-shopping-cart #order-standard_cart #paymentGatewaysContainer,
    body.is-shopping-cart #order-standard_cart .cc-input-container {
        border: 1px solid var(--kh-cart-line);
        border-radius: 14px;
        background: var(--kh-cart-surface);
        box-shadow: var(--kh-cart-shadow-soft);
    }

    body.is-shopping-cart #order-standard_cart .view-cart-tabs {
        margin-top: 18px;
        overflow: hidden;
    }

    body.is-shopping-cart #order-standard_cart .view-cart-tabs .nav-tabs {
        display: flex;
        gap: 8px;
        padding: 14px 14px 0;
        border-bottom: 0;
        background: transparent;
    }

    body.is-shopping-cart #order-standard_cart .view-cart-tabs .nav-tabs > li {
        float: none;
        margin: 0;
    }

    body.is-shopping-cart #order-standard_cart .view-cart-tabs .nav-tabs > li > a {
        min-height: 40px;
        padding: 10px 14px;
        border: 1px solid var(--kh-cart-line);
        border-radius: 9px;
        background: #f6f7f3;
        color: #425141;
        font-size: 13px;
        font-weight: 600;
    }

    body.is-shopping-cart #order-standard_cart .view-cart-tabs .nav-tabs > li.active > a,
    body.is-shopping-cart #order-standard_cart .view-cart-tabs .nav-tabs > li.active > a:focus,
    body.is-shopping-cart #order-standard_cart .view-cart-tabs .nav-tabs > li.active > a:hover {
        border-color: #d7e2c6;
        background: #eef4e3;
        color: #31412f;
    }

    body.is-shopping-cart #order-standard_cart .view-cart-tabs .tab-content {
        padding: 18px 14px 14px;
        border-top: 0;
        background: #ffffff;
    }

    body.is-shopping-cart #order-standard_cart .view-cart-promotion-code {
        padding: 12px 14px;
        border: 1px solid #d8e2ca;
        border-radius: 10px;
        background: #eef4e3;
        color: #3b4a39;
        font-weight: 600;
        margin-bottom: 12px;
    }

    body.is-shopping-cart #order-standard_cart .order-summary {
        border: 1px solid var(--kh-cart-line);
        border-radius: 16px;
        background: linear-gradient(180deg, #ffffff 0%, #fbfcf8 100%);
        box-shadow: var(--kh-cart-shadow);
        overflow: hidden;
    }

    body.is-shopping-cart #order-standard_cart .order-summary h2 {
        margin: 0;
        padding: 18px 20px 14px;
        background: transparent;
        border-bottom: 1px solid var(--kh-cart-line);
        color: var(--kh-cart-text);
        font-size: 2.8rem;
        font-weight: 700;
        line-height: 1.1;
        text-align: left;
    }

    body.is-shopping-cart #order-standard_cart .summary-container {
        padding: 18px 20px 20px;
        background: transparent;
        font-size: 13px;
    }

    body.is-shopping-cart #order-standard_cart .subtotal,
    body.is-shopping-cart #order-standard_cart .bordered-totals,
    body.is-shopping-cart #order-standard_cart .recurring-totals {
        padding-bottom: 12px;
        margin-bottom: 12px;
        border-color: var(--kh-cart-line);
    }

    body.is-shopping-cart #order-standard_cart .total-due-today {
        margin-top: 14px;
        padding: 16px 16px 14px;
        border: 1px solid #d9e2cc;
        border-radius: 12px;
        background: linear-gradient(180deg, #f5f7f0 0%, #edf1e7 100%);
        color: var(--kh-cart-text);
        text-align: left;
    }

    body.is-shopping-cart #order-standard_cart .total-due-today .amt {
        font-size: 3.4rem;
        font-weight: 700;
        line-height: 1.05;
        color: var(--kh-cart-text);
    }

    body.is-shopping-cart #order-standard_cart .order-summary .btn-checkout,
    body.is-shopping-cart #order-standard_cart #btnCompleteOrder {
        width: 100%;
        min-height: 46px;
        margin-top: 16px;
        border: 1px solid #aec47f;
        border-radius: 10px;
        background: linear-gradient(180deg, #c9ddb0 0%, #b8d18f 100%);
        color: #22311f;
        font-size: 15px;
        font-weight: 700;
        box-shadow: none;
    }

    body.is-shopping-cart #order-standard_cart .order-summary .btn-checkout:hover,
    body.is-shopping-cart #order-standard_cart .order-summary .btn-checkout:focus,
    body.is-shopping-cart #order-standard_cart #btnCompleteOrder:hover,
    body.is-shopping-cart #order-standard_cart #btnCompleteOrder:focus {
        background: linear-gradient(180deg, #bfd59d 0%, #adc87e 100%);
        border-color: #a2bc73;
        color: #1d2b1a;
    }

    body.is-shopping-cart #order-standard_cart .order-summary .btn-continue-shopping {
        width: 100%;
        min-height: 42px;
        margin-top: 10px;
        border: 1px solid #dbd8cf;
        border-radius: 10px;
        background: #f4f3ee;
        color: #394638;
        font-size: 13px;
        font-weight: 600;
        text-decoration: none;
    }

    body.is-shopping-cart #order-standard_cart .already-registered {
        margin-bottom: 18px;
        padding: 16px 18px;
    }

    body.is-shopping-cart #order-standard_cart .already-registered .pull-right {
        display: flex;
        gap: 10px;
    }

    body.is-shopping-cart #order-standard_cart .already-registered .btn-info,
    body.is-shopping-cart #order-standard_cart .already-registered .btn-warning {
        min-height: 40px;
        padding: 0 14px;
        border-radius: 8px;
        font-size: 13px;
        font-weight: 600;
        box-shadow: none;
    }

    body.is-shopping-cart #order-standard_cart .already-registered .btn-info {
        border: 1px solid #d7e2c6;
        background: #eef4e4;
        color: #31412f;
    }

    body.is-shopping-cart #order-standard_cart .already-registered .btn-warning {
        border: 1px solid #eadfc0;
        background: #f7f0de;
        color: #715d31;
    }

    body.is-shopping-cart #order-standard_cart .sub-heading {
        margin: 28px 0 16px;
        border-top-color: var(--kh-cart-line);
    }

    body.is-shopping-cart #order-standard_cart .sub-heading span {
        padding: 0 14px;
        background: #ffffff;
        color: var(--kh-cart-text);
        font-size: 16px;
        font-weight: 700;
    }

    body.is-shopping-cart #order-standard_cart .sub-heading span.primary-bg-color {
        background: #ffffff;
    }

    body.is-shopping-cart #order-standard_cart #frmCheckout .field-icon {
        color: #728070;
    }

    body.is-shopping-cart #order-standard_cart #frmCheckout .label-info {
        background: #eef4e4;
        color: #324131;
    }

    body.is-shopping-cart #order-standard_cart #frmCheckout .account {
        border-radius: 10px;
        border: 1px solid var(--kh-cart-line);
        background: #f7f8f4;
    }

    body.is-shopping-cart #order-standard_cart #frmCheckout .account.active {
        background: #ffffff;
        border-color: #d4ddc8;
        box-shadow: inset 0 0 0 1px #e6eedb;
    }

    body.is-shopping-cart #order-standard_cart #paymentGatewaysContainer .radio-inline {
        display: inline-flex;
        align-items: center;
        min-height: 42px;
        margin: 0 8px 8px 0;
        padding: 0 14px 0 36px;
        border: 1px solid var(--kh-cart-line);
        border-radius: 8px;
        background: #f7f8f4;
        font-weight: 600;
    }

    body.is-shopping-cart #order-standard_cart #paymentGatewaysContainer .radio-inline .iradio_square-blue {
        left: 12px;
    }

    body.is-shopping-cart #order-standard_cart .alert-success#totalDueToday {
        border: 1px solid #d9e2cc;
        border-radius: 12px;
        background: linear-gradient(180deg, #f4f7ee 0%, #edf2e7 100%);
        color: var(--kh-cart-text);
        box-shadow: none;
    }

    body.is-shopping-cart #order-standard_cart .modal-footer .btn-primary {
        border: 1px solid #aec47f;
        background: linear-gradient(180deg, #c9ddb0 0%, #b8d18f 100%);
        color: #22311f;
    }

    body.is-shopping-cart #order-standard_cart .modal-footer .btn-default {
        border: 1px solid #dbd8cf;
        background: #f4f3ee;
        color: #394638;
    }
}

@media (min-width: 992px) {
    body.is-shopping-cart #order-standard_cart .cart-body > .header-lined h1 {
        font-size: clamp(48px, 5vw, 70px);
        letter-spacing: -0.05em;
    }

    body.is-shopping-cart #order-standard_cart .view-cart-items-header {
        border-radius: 15px 15px 0 0;
        background: linear-gradient(180deg, #1f608e 0%, #174f78 100%);
    }

    body.is-shopping-cart #order-standard_cart .view-cart-items {
        border-radius: 0 0 16px 16px;
        box-shadow: var(--kh-cart-shadow-soft);
    }

    body.is-shopping-cart #order-standard_cart .view-cart-items .item {
        padding: 20px 20px 18px;
    }

    body.is-shopping-cart #order-standard_cart .item-title {
        gap: 10px;
        font-size: 2.1rem;
    }

    body.is-shopping-cart #order-standard_cart .item-title .btn-link.btn-xs,
    body.is-shopping-cart #order-standard_cart .btn-remove-from-cart {
        min-height: 36px;
        border-radius: 10px;
    }

    body.is-shopping-cart #order-standard_cart .item-title .btn-link.btn-xs {
        border-color: var(--kh-cart-secondary-line);
        background: var(--kh-cart-secondary-bg);
        color: var(--kh-cart-secondary-text);
    }

    body.is-shopping-cart #order-standard_cart .btn-remove-from-cart {
        border-color: var(--kh-cart-danger-line);
        background: var(--kh-cart-danger-bg);
        color: var(--kh-cart-danger-text);
    }

    body.is-shopping-cart #order-standard_cart .item-price {
        border-radius: 12px;
        background: linear-gradient(180deg, #fbfcf9 0%, #f3f6ee 100%);
    }

    body.is-shopping-cart #order-standard_cart .view-cart-tabs,
    body.is-shopping-cart #order-standard_cart .already-registered,
    body.is-shopping-cart #order-standard_cart #containerExistingAccountSelect,
    body.is-shopping-cart #order-standard_cart #applyCreditContainer,
    body.is-shopping-cart #order-standard_cart #paymentGatewaysContainer,
    body.is-shopping-cart #order-standard_cart .cc-input-container {
        border-radius: 15px;
        box-shadow: var(--kh-cart-shadow-soft);
    }

    body.is-shopping-cart #order-standard_cart .view-cart-tabs .nav-tabs > li > a {
        border-radius: 10px;
        background: #f6f7f3;
        color: #425141;
    }

    body.is-shopping-cart #order-standard_cart .view-cart-tabs .nav-tabs > li.active > a,
    body.is-shopping-cart #order-standard_cart .view-cart-tabs .nav-tabs > li.active > a:focus,
    body.is-shopping-cart #order-standard_cart .view-cart-tabs .nav-tabs > li.active > a:hover {
        border-color: var(--kh-cart-primary-line);
        background: #eef4e3;
        color: #31412f;
    }

    body.is-shopping-cart #order-standard_cart .view-cart-tabs .tab-content .btn-default,
    body.is-shopping-cart #order-standard_cart .tab-pane#calcTaxes .btn-default {
        border-color: var(--kh-cart-dark-line);
        background: var(--kh-cart-dark-bg);
        color: var(--kh-cart-dark-text);
    }

    body.is-shopping-cart #order-standard_cart .order-summary {
        border-radius: 18px;
        box-shadow: var(--kh-cart-shadow);
    }

    body.is-shopping-cart #order-standard_cart .order-summary h2 {
        padding: 20px 22px 14px;
        font-size: 2.7rem;
    }

    body.is-shopping-cart #order-standard_cart .summary-container {
        padding: 20px 22px 22px;
    }

    body.is-shopping-cart #order-standard_cart .order-summary .btn-checkout,
    body.is-shopping-cart #order-standard_cart #btnCompleteOrder {
        min-height: 48px;
        border-color: var(--kh-cart-primary-line);
        background: var(--kh-cart-primary-bg);
        color: var(--kh-cart-primary-text);
    }

    body.is-shopping-cart #order-standard_cart .order-summary .btn-continue-shopping {
        min-height: 44px;
        border-color: var(--kh-cart-secondary-line);
        background: var(--kh-cart-secondary-bg);
        color: var(--kh-cart-secondary-text);
    }

    body.is-shopping-cart #order-standard_cart .already-registered .btn-info {
        border-color: var(--kh-cart-primary-line);
        background: #eef4e4;
        color: #31412f;
    }

    body.is-shopping-cart #order-standard_cart .already-registered .btn-warning {
        border-color: var(--kh-cart-secondary-line);
        background: var(--kh-cart-secondary-bg);
        color: var(--kh-cart-secondary-text);
    }

    body.is-shopping-cart #order-standard_cart #paymentGatewaysContainer .radio-inline {
        border-radius: 10px;
        background: #f7f8f4;
    }
}
