body.rn-theme #order-standard_cart {
    --rn-cart-ink: #07111f;
    --rn-cart-lime: var(--rn-lime, #82ed6a);
    --rn-cart-cyan: var(--rn-cyan, #6de2ea);
    --rn-cart-muted: #607284;
    --rn-cart-border: #dce4e9;
    color: #405568;
    font-family: Arial, Helvetica, sans-serif;
}
body.rn-theme #order-standard_cart > .row { margin-right: -10px; margin-left: -10px; }
body.rn-theme #order-standard_cart .cart-sidebar { padding-right: 10px; padding-left: 10px; }
body.rn-theme #order-standard_cart .cart-body { padding-right: 10px; padding-left: 10px; }
body.rn-theme #order-standard_cart .cart-sidebar .panel,
body.rn-theme #order-standard_cart .cart-sidebar .card { overflow: hidden; border: 1px solid var(--rn-cart-border); border-radius: 16px; background: #fff; box-shadow: 0 10px 28px rgba(7,17,31,.045); }
body.rn-theme #order-standard_cart .cart-sidebar .list-group-item { min-height: 44px; color: #4b6070; border-color: #e8edef; background: #fff; }
body.rn-theme #order-standard_cart .cart-sidebar .list-group-item.active,
body.rn-theme #order-standard_cart .cart-sidebar .list-group-item:hover { color: var(--rn-cart-ink); border-left-color: var(--rn-cart-lime); background: #eefbea; }

/* Catalog */
body.rn-theme #order-standard_cart.rn-catalog .products > .row { display: flex; flex-wrap: wrap; margin: 0 -9px; }
body.rn-theme #order-standard_cart.rn-catalog .rn-plan-col { display: flex; padding: 9px; }
body.rn-theme #order-standard_cart.rn-catalog .rn-plan-card { position: relative; display: flex; overflow: visible; flex: 1; flex-direction: column; min-height: 440px; margin: 0; padding: 0; border: 1px solid var(--rn-cart-border); border-radius: 20px; background: #fff; box-shadow: 0 12px 34px rgba(7,17,31,.055); transition: transform .18s ease, box-shadow .18s ease; }
body.rn-theme #order-standard_cart.rn-catalog .rn-plan-card:hover { transform: translateY(-4px); box-shadow: 0 22px 55px rgba(7,17,31,.1); }
body.rn-theme #order-standard_cart.rn-catalog .rn-plan-featured { border: 2px solid var(--rn-cart-lime); box-shadow: 0 22px 52px rgba(75,150,61,.13); }
body.rn-theme #order-standard_cart.rn-catalog .rn-plan-custom { background: linear-gradient(145deg,#fff,#f0fbfc); }
body.rn-theme #order-standard_cart.rn-catalog .rn-plan-badge { position: absolute; z-index: 2; top: -13px; right: 18px; padding: 6px 10px; border-radius: 999px; color: var(--rn-cart-ink); background: var(--rn-cart-lime); font-size: 9px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
body.rn-theme #order-standard_cart.rn-catalog .rn-plan-custom .rn-plan-badge { background: var(--rn-cart-cyan); }
body.rn-theme #order-standard_cart.rn-catalog .rn-plan-card > header { padding: 26px 25px 13px; color: var(--rn-cart-ink); border: 0; border-radius: 20px 20px 0 0; background: transparent; font-size: 21px; font-weight: 800; }
body.rn-theme #order-standard_cart.rn-catalog .rn-plan-card .qty { color: #56818a; background: #e9f7f8; }
body.rn-theme #order-standard_cart.rn-catalog .rn-plan-card .product-desc { flex: 1; padding: 0 25px 20px; color: var(--rn-cart-muted); }
body.rn-theme #order-standard_cart.rn-catalog .rn-plan-card .product-desc p { min-height: 52px; font-size: 13px; }
body.rn-theme #order-standard_cart.rn-catalog .rn-plan-card .product-desc ul { margin: 19px 0 0; padding: 18px 0 0; border-top: 1px solid #e9eef1; }
body.rn-theme #order-standard_cart.rn-catalog .rn-plan-card .product-desc li { position: relative; margin: 9px 0; padding: 0 0 0 20px; border: 0; color: #3e5667; font-size: 12px; }
body.rn-theme #order-standard_cart.rn-catalog .rn-plan-card .product-desc li::before { position: absolute; left: 0; color: #4aa63c; content: '\2713'; font-weight: 800; }
body.rn-theme #order-standard_cart.rn-catalog .rn-plan-card > footer { display: flex; float: none; align-items: flex-end; justify-content: space-between; gap: 13px; width: 100%; box-sizing: border-box; margin: 0; padding: 20px 25px 25px; border: 0; border-top: 1px solid #e9eef1; border-radius: 0 0 20px 20px; background: transparent; }
body.rn-theme #order-standard_cart.rn-catalog .rn-plan-card .product-pricing { color: #708291; font-size: 10px; text-align: left; }
body.rn-theme #order-standard_cart.rn-catalog .rn-plan-card .product-pricing .price { color: var(--rn-cart-ink); font-size: 29px; font-weight: 850; letter-spacing: -.04em; }
body.rn-theme #order-standard_cart.rn-catalog .rn-plan-card .btn-order-now { flex: 0 0 auto; width: auto !important; height: auto; min-height: 42px; padding: 10px 13px; border-radius: 11px; font-size: 11px; white-space: nowrap; }
body.rn-theme #order-standard_cart.rn-catalog.rn-hide-badges .rn-plan-badge { display: none; }
body.rn-theme #order-standard_cart.rn-catalog.rn-layout-horizontal .rn-plan-col { flex: 0 0 100%; max-width: 100%; }
body.rn-theme #order-standard_cart.rn-catalog.rn-layout-horizontal .rn-plan-card { display: grid; grid-template-columns: minmax(180px,.65fr) minmax(0,1.5fr) minmax(220px,.7fr); align-items: stretch; min-height: 0; }
body.rn-theme #order-standard_cart.rn-catalog.rn-layout-horizontal .rn-plan-card > header { display: flex; align-items: center; padding: 28px 24px; border-right: 1px solid #e9eef1; }
body.rn-theme #order-standard_cart.rn-catalog.rn-layout-horizontal .rn-plan-card .product-desc { padding: 24px; }
body.rn-theme #order-standard_cart.rn-catalog.rn-layout-horizontal .rn-plan-card .product-desc p { min-height: 0; }
body.rn-theme #order-standard_cart.rn-catalog.rn-layout-horizontal .rn-plan-card .product-desc ul { margin-top: 14px; padding-top: 14px; }
body.rn-theme #order-standard_cart.rn-catalog.rn-layout-horizontal .rn-plan-card > footer { align-items: center; border-top: 0; border-left: 1px solid #e9eef1; border-radius: 0 20px 20px 0; }

/* Configuration */
body.rn-theme #order-standard_cart.rn-configure .rn-config-progress { display: grid; grid-template-columns: repeat(3,1fr); overflow: hidden; margin: 0 0 24px; border: 1px solid var(--rn-cart-border); border-radius: 14px; background: #fff; }
body.rn-theme #order-standard_cart.rn-configure .rn-config-progress span { display: flex; align-items: center; gap: 9px; padding: 12px 15px; color: #6b7f8e; border-right: 1px solid var(--rn-cart-border); font-size: 11px; font-weight: 700; }
body.rn-theme #order-standard_cart.rn-configure .rn-config-progress span:last-child { border-right: 0; }
body.rn-theme #order-standard_cart.rn-configure .rn-config-progress span:first-child { color: var(--rn-cart-ink); background: #eefbea; }
body.rn-theme #order-standard_cart.rn-configure .rn-config-progress i { display: grid; width: 23px; height: 23px; place-items: center; border-radius: 50%; color: #315c63; background: #e5f5f6; font-size: 10px; font-style: normal; }
body.rn-theme #order-standard_cart.rn-configure .rn-config-progress span:first-child i { color: var(--rn-cart-ink); background: var(--rn-cart-lime); }
body.rn-theme #order-standard_cart.rn-configure.rn-hide-progress .rn-config-progress { display: none; }
body.rn-theme #order-standard_cart.rn-configure .secondary-cart-body { padding-right: 14px; }
body.rn-theme #order-standard_cart.rn-configure .product-info { margin-bottom: 28px; padding: 22px; border: 1px solid #cfe6e8; border-radius: 17px; background: linear-gradient(135deg,#f7fcfc,#edf9fa); }
body.rn-theme #order-standard_cart.rn-configure .product-info .product-title { margin-bottom: 7px; color: var(--rn-cart-ink); font-size: 22px; font-weight: 800; }
body.rn-theme #order-standard_cart.rn-configure .sub-heading { height: auto; margin: 32px 0 17px; border: 0; text-align: left; }
body.rn-theme #order-standard_cart.rn-configure .sub-heading span { display: block; padding: 0; color: var(--rn-cart-ink); background: transparent !important; font-size: 17px; font-weight: 800; }
body.rn-theme #order-standard_cart.rn-configure .field-container,
body.rn-theme #order-standard_cart.rn-configure .product-configurable-options { padding: 0; }
body.rn-theme #order-standard_cart.rn-configure .product-configurable-options > .row { margin-right: -7px; margin-left: -7px; }
body.rn-theme #order-standard_cart.rn-configure .product-configurable-options > .row > [class*="col-"] { padding-right: 7px; padding-left: 7px; }
body.rn-theme #order-standard_cart.rn-configure .form-group { margin-bottom: 17px; }
body.rn-theme #order-standard_cart.rn-configure .form-group > label { display: block; margin-bottom: 8px; color: #2f4759; font-size: 13px; font-weight: 800; }
body.rn-theme #order-standard_cart .rn-required-field { position: relative; }
body.rn-theme #order-standard_cart .rn-required-marker { margin-left: 4px; color: #a12232; font-size: 13px; font-weight: 900; }
body.rn-theme #order-standard_cart .rn-required-marker-corner { position: absolute; z-index: 2; top: 5px; right: 8px; margin: 0; pointer-events: none; }
body.rn-theme #order-standard_cart .rn-required-field > .form-control,
body.rn-theme #order-standard_cart .rn-required-field > .custom-select { border-left: 3px solid var(--rn-cart-cyan); }
body.rn-theme #order-standard_cart.rn-configure .rn-native-select { min-height: 44px; }
.rn-js body.rn-theme #order-standard_cart.rn-configure .rn-native-select { position: absolute; overflow: hidden; width: 1px; height: 1px; min-height: 1px; margin: -1px; padding: 0; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
body.rn-theme #order-standard_cart.rn-configure .rn-resource-picker { display: grid; grid-template-columns: repeat(auto-fit,minmax(105px,1fr)); gap: 8px; }
body.rn-theme #order-standard_cart.rn-configure .rn-resource-option { position: relative; min-height: 68px; padding: 12px; border: 1px solid #cfdae0; border-radius: 12px; color: #526777; background: #fff; text-align: left; cursor: pointer; transition: border-color .16s ease, background .16s ease, transform .16s ease; }
body.rn-theme #order-standard_cart.rn-configure .rn-resource-option:hover { transform: translateY(-1px); border-color: #72cbd1; }
body.rn-theme #order-standard_cart.rn-configure .rn-resource-option:disabled { cursor: not-allowed; opacity: .55; transform: none; }
body.rn-theme #order-standard_cart.rn-configure .rn-resource-option.is-selected { color: var(--rn-cart-ink); border: 2px solid var(--rn-cart-lime); background: #f2fced; box-shadow: 0 8px 20px rgba(77,150,61,.1); }
body.rn-theme #order-standard_cart.rn-configure .rn-resource-option.is-selected::after { position: absolute; top: 8px; right: 8px; display: grid; width: 18px; height: 18px; place-items: center; border-radius: 50%; color: var(--rn-cart-ink); background: var(--rn-cart-lime); content: '\2713'; font-size: 10px; font-weight: 900; }
body.rn-theme #order-standard_cart.rn-configure .rn-resource-option strong,
body.rn-theme #order-standard_cart.rn-configure .rn-resource-option small { display: block; padding-right: 18px; }
body.rn-theme #order-standard_cart.rn-configure .rn-resource-option strong { color: inherit; font-size: 13px; }
body.rn-theme #order-standard_cart.rn-configure .rn-resource-option small { margin-top: 3px; color: #4e6474; font-size: 11px; }
body.rn-theme #order-standard_cart.rn-configure .secondary-cart-sidebar { align-self: flex-start; }
body.rn-theme #order-standard_cart.rn-configure #orderSummary { position: sticky; top: 22px; }
body.rn-theme #order-standard_cart.rn-configure .order-summary { overflow: hidden; border: 1px solid var(--rn-cart-border); border-radius: 18px; background: #fff; box-shadow: 0 18px 45px rgba(7,17,31,.08); }
body.rn-theme #order-standard_cart.rn-configure .order-summary h2 { margin: 0; padding: 21px 22px; color: #f4f8fa; background: var(--rn-cart-ink); font-size: 20px !important; }
body.rn-theme #order-standard_cart.rn-configure .summary-container { padding: 21px 22px; }
body.rn-theme #order-standard_cart.rn-configure .summary-container .product-name { color: var(--rn-cart-ink); font-size: 16px; font-weight: 800; }
body.rn-theme #order-standard_cart.rn-configure .summary-container .product-group { color: var(--rn-cart-muted); font-size: 11px; }
body.rn-theme #order-standard_cart.rn-configure .summary-container .clearfix { padding: 6px 0; color: #526878; border-bottom: 1px solid #edf1f3; font-size: 11px; }
body.rn-theme #order-standard_cart.rn-configure .summary-totals { margin-top: 11px; padding-top: 9px; border-top: 1px solid var(--rn-cart-border); }
body.rn-theme #order-standard_cart.rn-configure .total-due-today { margin: 16px -22px -21px; padding: 18px 22px; color: #9aadba; background: #0b1b29; }
body.rn-theme #order-standard_cart.rn-configure .total-due-today .amt { color: var(--rn-cart-lime); font-size: 28px; font-weight: 850; }
body.rn-theme #order-standard_cart.rn-configure #btnCompleteProductConfig { width: 100%; margin-top: 12px; }

/* View cart and checkout */
body.rn-theme #order-standard_cart.rn-viewcart .view-cart-items,
body.rn-theme #order-standard_cart.rn-checkout #frmCheckout > .sub-heading,
body.rn-theme #order-standard_cart.rn-checkout .account-select-container,
body.rn-theme #order-standard_cart.rn-checkout .checkout-security-msg { border-color: var(--rn-cart-border); border-radius: 16px; }
body.rn-theme #order-standard_cart.rn-viewcart .view-cart-items { overflow: hidden; background: #fff; box-shadow: 0 12px 34px rgba(7,17,31,.055); }
body.rn-theme #order-standard_cart.rn-viewcart .view-cart-items-header { color: #617584; background: #f2f6f7; }
body.rn-theme #order-standard_cart.rn-viewcart .view-cart-items .item { border-color: #e6ecef; }
body.rn-theme #order-standard_cart.rn-viewcart .item-title { color: var(--rn-cart-ink); font-weight: 800; }
body.rn-theme #order-standard_cart.rn-viewcart .item-price { color: var(--rn-cart-ink); font-weight: 800; }
body.rn-theme #order-standard_cart.rn-viewcart .summary-container,
body.rn-theme #order-standard_cart.rn-checkout .checkout-summary { overflow: hidden; border: 1px solid var(--rn-cart-border); border-radius: 18px; background: #fff; box-shadow: 0 18px 45px rgba(7,17,31,.075); }
body.rn-theme #order-standard_cart.rn-viewcart .order-summary { overflow: hidden; border: 1px solid var(--rn-cart-border); border-radius: 18px; background: #fff; box-shadow: 0 18px 45px rgba(7,17,31,.075); }
body.rn-theme #order-standard_cart.rn-viewcart .order-summary h2 { margin: 0; padding: 19px 21px; color: #f4f8fa; background: var(--rn-cart-ink); font-size: 20px !important; }
body.rn-theme #order-standard_cart.rn-checkout .sub-heading { height: auto; margin: 31px 0 16px; border: 0; text-align: left; }
body.rn-theme #order-standard_cart.rn-checkout .sub-heading span { padding: 0; color: var(--rn-cart-ink); background: transparent !important; font-size: 17px; font-weight: 800; }
body.rn-theme #order-standard_cart.rn-checkout .already-registered { padding: 16px; border: 1px solid #cfe6e8; border-radius: 14px; background: #f1fafa; }
body.rn-theme #order-standard_cart.rn-checkout .payment-methods .payment-method { border-color: var(--rn-cart-border); border-radius: 12px; }
body.rn-theme #order-standard_cart.rn-checkout .payment-methods .payment-method.selected { border-color: var(--rn-cart-lime); background: #f1fcec; }
body.rn-theme #order-standard_cart.rn-checkout.rn-compact-checkout .sub-heading { margin-top: 20px; margin-bottom: 11px; }
body.rn-theme #order-standard_cart.rn-checkout.rn-compact-checkout .form-group { margin-bottom: 11px; }
body.rn-theme #order-standard_cart.rn-checkout.rn-compact-checkout .account-select-container,
body.rn-theme #order-standard_cart.rn-checkout.rn-compact-checkout .already-registered,
body.rn-theme #order-standard_cart.rn-checkout.rn-compact-checkout .checkout-security-msg { padding-top: 11px; padding-bottom: 11px; }

@media (min-width: 992px) {
    body.rn-theme #order-standard_cart.rn-catalog.rn-cols-2 .rn-plan-col,
    body.rn-theme #order-standard_cart.rn-catalog:not(.rn-cols-2):not(.rn-cols-3):not(.rn-cols-4) .rn-plan-col { flex: 0 0 50%; max-width: 50%; }
    body.rn-theme #order-standard_cart.rn-catalog.rn-cols-3 .rn-plan-col { flex: 0 0 33.333333%; max-width: 33.333333%; }
    body.rn-theme #order-standard_cart.rn-catalog.rn-cols-4 .rn-plan-col { flex: 0 0 25%; max-width: 25%; }
    body.rn-theme #order-standard_cart.rn-catalog.rn-layout-horizontal .rn-plan-col { flex: 0 0 100%; max-width: 100%; }
}
@media (max-width: 991px) {
    body.rn-theme #order-standard_cart .cart-sidebar { display: none; }
    body.rn-theme #order-standard_cart .cart-body { width: 100%; }
    body.rn-theme #order-standard_cart.rn-configure .secondary-cart-body,
    body.rn-theme #order-standard_cart.rn-configure .secondary-cart-sidebar { width: 100%; padding-right: 15px; padding-left: 15px; }
    body.rn-theme #order-standard_cart.rn-configure #orderSummary { position: static; margin-top: 22px; }
    body.rn-theme #order-standard_cart.rn-catalog.rn-layout-horizontal .rn-plan-card { grid-template-columns: minmax(150px,.55fr) minmax(0,1.45fr); }
    body.rn-theme #order-standard_cart.rn-catalog.rn-layout-horizontal .rn-plan-card > footer { grid-column: 1 / -1; border-top: 1px solid #e9eef1; border-left: 0; border-radius: 0 0 20px 20px; }
}
@media (max-width: 700px) {
    body.rn-theme #order-standard_cart.rn-catalog .rn-plan-col { flex: 0 0 100%; max-width: 100%; }
    body.rn-theme #order-standard_cart.rn-catalog .rn-plan-card { min-height: auto; }
    body.rn-theme #order-standard_cart.rn-configure .rn-config-progress { grid-template-columns: 1fr; }
    body.rn-theme #order-standard_cart.rn-configure .rn-config-progress span { border-right: 0; border-bottom: 1px solid var(--rn-cart-border); }
    body.rn-theme #order-standard_cart.rn-configure .rn-resource-picker { grid-template-columns: repeat(2,1fr); }
    body.rn-theme #order-standard_cart.rn-catalog.rn-layout-horizontal .rn-plan-card { display: flex; }
    body.rn-theme #order-standard_cart.rn-catalog.rn-layout-horizontal .rn-plan-card > header { padding: 24px 22px 12px; border-right: 0; }
    body.rn-theme #order-standard_cart.rn-catalog.rn-layout-horizontal .rn-plan-card .product-desc { padding: 0 22px 18px; }
    body.rn-theme #order-standard_cart.rn-catalog.rn-layout-horizontal .rn-plan-card > footer { border-top: 1px solid #e9eef1; border-left: 0; border-radius: 0 0 20px 20px; }
}
