:root {
    --mh-primary: #F97316;
    --mh-primary-hover: #EA580C;
    --mh-border: #FED7AA;
    --mh-light: #FFF7ED;
    --mh-secondary: #0F172A;
}
#order-standard_cart .btn-primary,
#order-standard_cart .domain-checker-container button,
#order-standard_cart .domain-checker-bg {
    background-color: var(--mh-primary) !important;
    border-color: var(--mh-primary) !important;
}
#order-standard_cart .btn-primary:hover {
    background-color: var(--mh-primary-hover) !important;
    border-color: var(--mh-primary-hover) !important;
}
#order-standard_cart .products .product,
#order-standard_cart .view-cart-items,
#order-standard_cart .summary-container,
#order-standard_cart .panel,
#order-standard_cart .domain-selection-options .option {
    border-radius: 14px !important;
    border-color: var(--mh-border) !important;
    box-shadow: 0 14px 34px rgba(15, 23, 42, .07);
}
#order-standard_cart .order-summary {
    position: sticky;
    top: 96px;
}

/* MH Theme checkout/review layout */
#order-standard_cart.mh-checkout-page {
    margin: -32px calc(50% - 50vw) 0;
    padding: 0 0 32px;
    color: #082454;
    background: #f8fbff;
    font-family: Inter, "Open Sans", Arial, sans-serif;
}

#order-standard_cart.mh-checkout-page .mh-checkout-hero {
    min-height: 198px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding: 42px max(24px, calc((100vw - 1180px) / 2)) 38px;
    color: #fff;
    background:
        radial-gradient(circle at 78% 18%, rgba(0,194,255,.16), transparent 28%),
        linear-gradient(135deg, #042867 0%, #001e57 56%, #001947 100%);
    overflow: hidden;
}

#order-standard_cart.mh-checkout-page .mh-checkout-hero h1 {
    margin: 0 0 12px;
    color: #fff;
    font-size: 34px;
    line-height: 1.15;
    font-weight: 900;
    letter-spacing: 0;
}

#order-standard_cart.mh-checkout-page .mh-checkout-hero p {
    margin: 0;
    color: rgba(255,255,255,.88);
    font-size: 13px;
    font-weight: 700;
}

#order-standard_cart.mh-checkout-page .mh-checkout-hero a {
    color: #fff;
}

#order-standard_cart.mh-checkout-page .mh-checkout-hero span {
    margin: 0 8px;
    color: rgba(255,255,255,.65);
}

#order-standard_cart.mh-checkout-page .mh-checkout-hero-art {
    position: relative;
    width: 360px;
    height: 154px;
    flex: 0 0 360px;
    isolation: isolate;
}

#order-standard_cart.mh-checkout-page .mh-checkout-hero-art:before {
    content: "";
    position: absolute;
    left: 132px;
    top: 14px;
    width: 118px;
    height: 136px;
    border: 1px solid rgba(255,255,255,.62);
    border-radius: 14px;
    background:
        linear-gradient(90deg, rgba(255,255,255,.36), rgba(255,255,255,0) 42%),
        linear-gradient(145deg, #e7f4ff 0%, #9bb6d2 56%, #52739a 100%);
    box-shadow: 0 28px 44px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.7);
    transform: perspective(420px) rotateY(-18deg) rotateZ(8deg);
    z-index: 2;
}

#order-standard_cart.mh-checkout-page .mh-checkout-hero-art:after {
    content: "";
    position: absolute;
    right: 28px;
    top: 50px;
    width: 74px;
    height: 70px;
    border-radius: 14px;
    background: linear-gradient(145deg, #2fb8ff, #0b62d5);
    box-shadow:
        0 22px 34px rgba(0,0,0,.24),
        0 20px 0 -6px #0a55bd,
        0 40px 0 -12px #064498,
        inset 0 1px 0 rgba(255,255,255,.34);
    z-index: 1;
}

#order-standard_cart.mh-checkout-page .mh-checkout-hero-art i {
    position: absolute;
    left: 118px;
    top: 74px;
    z-index: 3;
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    border-radius: 16px;
    background: linear-gradient(180deg, #ff8b22, #ff6d12);
    color: #fff;
    font-size: 23px;
    box-shadow: 0 16px 30px rgba(255,116,23,.42), inset 0 1px 0 rgba(255,255,255,.28);
}

#order-standard_cart.mh-checkout-page .mh-checkout-hero-art span {
    position: absolute;
    display: block;
    margin: 0;
    border-radius: 12px;
    background: linear-gradient(145deg, #25bbff, #0b5ad7);
    box-shadow: 0 14px 26px rgba(0,0,0,.26);
}

#order-standard_cart.mh-checkout-page .mh-checkout-hero-art span:nth-child(2) {
    left: 22px;
    top: 95px;
    width: 60px;
    height: 36px;
    border-radius: 999px;
    background: linear-gradient(145deg, #33bdff, #076bd4);
    z-index: 1;
}

#order-standard_cart.mh-checkout-page .mh-checkout-hero-art span:nth-child(3) {
    right: 108px;
    bottom: 24px;
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: linear-gradient(145deg, #36c2ff, #0d6cdf);
    z-index: 3;
}

#order-standard_cart.mh-checkout-page .mh-checkout-hero-art span:nth-child(4) {
    left: 76px;
    bottom: 36px;
    width: 36px;
    height: 36px;
    border-radius: 12px;
    background: linear-gradient(145deg, #1f9fff, #085ec8);
    transform: rotate(12deg);
    z-index: 1;
}

#order-standard_cart.mh-checkout-page .mh-checkout-shell {
    max-width: 1180px;
    margin: 34px auto 0;
    padding: 0 24px;
}

#order-standard_cart.mh-checkout-page .cart-sidebar,
#order-standard_cart.mh-checkout-page .sidebar-collapsed,
#order-standard_cart.mh-checkout-page .header-lined,
#order-standard_cart.mh-checkout-page .already-registered {
    display: none !important;
}

#order-standard_cart.mh-checkout-page .cart-body {
    width: 100%;
    float: none;
    padding: 0;
}

#order-standard_cart.mh-checkout-page .mh-checkout-layout,
#order-standard_cart.mh-checkout-page .cart-body > .row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 350px;
    gap: 28px;
    align-items: stretch;
    overflow: visible;
}

#order-standard_cart.mh-checkout-page .mh-checkout-main {
    align-self: start;
}

#order-standard_cart.mh-checkout-page .secondary-cart-body {
    width: auto;
    float: none;
    padding: 0;
}

#order-standard_cart.mh-checkout-page .secondary-cart-sidebar {
    width: auto;
    float: none;
    padding: 0;
}

#order-standard_cart.mh-checkout-page .mh-checkout-form {
    min-width: 0;
}

#order-standard_cart.mh-checkout-page .mh-checkout-main {
    min-width: 0;
}

#order-standard_cart.mh-checkout-page .mh-checkout-card,
#order-standard_cart.mh-checkout-page .mh-review-card,
#order-standard_cart.mh-checkout-page .view-cart-items,
#order-standard_cart.mh-checkout-page .view-cart-tabs,
#order-standard_cart.mh-checkout-page .marketing-email-optin,
#order-standard_cart.mh-checkout-page .checkout-security-msg {
    margin: 0 0 22px;
    padding: 22px;
    border: 1px solid #e2e9f3;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 14px 36px rgba(9,34,77,.08);
}

#order-standard_cart.mh-checkout-page .sub-heading {
    height: auto;
    margin: 0 0 18px;
    border: 0;
    text-align: left;
}

#order-standard_cart.mh-checkout-page .sub-heading span,
#order-standard_cart.mh-checkout-page .sub-heading-borderless span,
#order-standard_cart.mh-checkout-page h4,
#order-standard_cart.mh-checkout-page .font-size-18 {
    top: auto;
    padding: 0;
    color: #082a69;
    background: transparent !important;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 900;
}

#order-standard_cart.mh-checkout-page .mh-review-card {
    overflow: hidden;
    padding: 0;
}

#order-standard_cart.mh-checkout-page .mh-review-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 220px;
    gap: 16px;
    padding: 16px 22px;
    border-bottom: 1px solid #e2e9f3;
    color: #0b3278;
    font-size: 13px;
    font-weight: 800;
}

#order-standard_cart.mh-checkout-page .mh-review-items {
    padding: 0 22px;
}

#order-standard_cart.mh-checkout-page .mh-review-item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 220px;
    gap: 16px;
    align-items: center;
    padding: 22px 0;
    border-bottom: 1px solid #e8eef6;
}

#order-standard_cart.mh-checkout-page .mh-review-item:last-child {
    border-bottom: 0;
}

#order-standard_cart.mh-checkout-page .mh-review-item strong {
    display: block;
    color: #102747;
    font-size: 15px;
    font-weight: 900;
    text-transform: uppercase;
}

#order-standard_cart.mh-checkout-page .mh-review-item small {
    display: block;
    margin-top: 6px;
    color: #4d6687;
    font-size: 12px;
    font-weight: 700;
}

#order-standard_cart.mh-checkout-page .mh-review-item > div:last-child {
    text-align: right;
}

#order-standard_cart.mh-checkout-page .mh-review-item span {
    display: block;
    color: #102747;
    font-size: 14px;
    font-weight: 900;
}

#order-standard_cart.mh-checkout-page .mh-review-empty {
    padding: 24px 0;
    color: #4d6687;
    font-weight: 700;
}

#order-standard_cart.mh-checkout-page .mh-review-actions {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 18px 22px;
    border-top: 1px solid #e8eef6;
}

#order-standard_cart.mh-checkout-page .mh-promo-card h2 {
    margin: 0 0 16px;
    color: #082a69;
    font-size: 18px;
    font-weight: 900;
}

#order-standard_cart.mh-checkout-page .mh-promo-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 170px;
    gap: 0;
}

#order-standard_cart.mh-checkout-page .mh-promo-form .form-group {
    margin: 0;
}

#order-standard_cart.mh-checkout-page .mh-promo-form .btn {
    min-height: 42px;
    border-radius: 0 4px 4px 0 !important;
    background: #082a69 !important;
    color: #fff;
}

#order-standard_cart.mh-checkout-page label,
#order-standard_cart.mh-checkout-page p.domain-renewal-desc {
    color: #274267;
    font-size: 12px;
    font-weight: 700;
}

#order-standard_cart.mh-checkout-page .form-control,
#order-standard_cart.mh-checkout-page .field {
    min-height: 42px;
    border: 1px solid #dbe4ef !important;
    border-radius: 4px !important;
    background: #fff !important;
    color: #102747 !important;
    box-shadow: none !important;
    font-size: 13px;
}

#order-standard_cart.mh-checkout-page textarea.form-control,
#order-standard_cart.mh-checkout-page textarea.field {
    min-height: 78px;
}

#order-standard_cart.mh-checkout-page .prepend-icon .field {
    padding-left: 44px;
}

#order-standard_cart.mh-checkout-page .prepend-icon .field-icon {
    width: 42px;
    color: #ff7417;
}

#order-standard_cart.mh-checkout-page .mh-account-choice,
#order-standard_cart.mh-checkout-page #paymentGatewaysContainer .text-center,
#order-standard_cart.mh-checkout-page .view-cart-gateway-checkout {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    border: 1px solid #dbe4ef;
    border-radius: 4px;
    overflow: hidden;
}

#order-standard_cart.mh-checkout-page .mh-account-choice label,
#order-standard_cart.mh-checkout-page #paymentGatewaysContainer label {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    flex: 1 1 220px;
    margin: 0;
    padding: 0 16px;
    border-right: 1px solid #dbe4ef;
    color: #112b54;
    font-weight: 800;
}

#order-standard_cart.mh-checkout-page input[type="radio"],
#order-standard_cart.mh-checkout-page input[type="checkbox"] {
    accent-color: #ff7417;
}

#order-standard_cart.mh-checkout-page #totalDueToday {
    display: none;
}

#order-standard_cart.mh-checkout-page .btn-primary,
#order-standard_cart.mh-checkout-page .btn-success,
#order-standard_cart.mh-checkout-page .btn-checkout,
#order-standard_cart.mh-checkout-page #btnCompleteOrder,
#order-standard_cart.mh-checkout-page .mh-summary-checkout {
    min-height: 52px;
    border: 0 !important;
    border-radius: 5px !important;
    background: linear-gradient(180deg, #ff8d22 0%, #ff6f12 100%) !important;
    color: #fff !important;
    font-weight: 900;
    box-shadow: 0 16px 30px rgba(255,116,23,.24);
}

#order-standard_cart.mh-checkout-page .btn-default,
#order-standard_cart.mh-checkout-page .btn-link {
    color: #082a69;
    border-color: #cfd9e8;
    font-weight: 800;
    text-decoration: none;
}

#order-standard_cart.mh-checkout-page .order-summary {
    position: sticky;
    top: 105px;
    margin: 0;
    padding: 26px 28px;
    border: 0;
    border-radius: 8px;
    background: linear-gradient(160deg, #052b75 0%, #001e61 62%, #001743 100%);
    color: #fff;
    box-shadow: 0 18px 42px rgba(1,28,78,.22);
}

#order-standard_cart.mh-checkout-page .mh-checkout-summary {
    z-index: 2;
    min-width: 0;
    clear: both;
}

#order-standard_cart.mh-checkout-page .order-summary h2 {
    margin: 0 0 24px;
    color: #fff;
    font-size: 24px;
    line-height: 1.15;
    font-weight: 900;
    text-align: left;
}

#order-standard_cart.mh-checkout-page .order-summary .summary-container {
    min-height: 0;
    margin: 0;
    padding: 0;
    border-radius: 0;
    background: transparent !important;
    color: #fff;
    font-size: 14px;
}

#order-standard_cart.mh-checkout-page .order-summary .subtotal,
#order-standard_cart.mh-checkout-page .order-summary .bordered-totals,
#order-standard_cart.mh-checkout-page .order-summary .recurring-totals {
    padding: 0 0 18px;
    margin: 0 0 16px;
    border-bottom: 1px solid rgba(255,255,255,.22);
    color: #fff;
    font-size: 14px;
    font-weight: 800;
}

#order-standard_cart.mh-checkout-page .order-summary .subtotal span,
#order-standard_cart.mh-checkout-page .order-summary .bordered-totals span,
#order-standard_cart.mh-checkout-page .order-summary .recurring-totals span {
    color: #fff !important;
    text-shadow: 0 1px 1px rgba(0,0,0,.18);
}

#order-standard_cart.mh-checkout-page .order-summary .subtotal span:first-child,
#order-standard_cart.mh-checkout-page .order-summary .bordered-totals span:first-child,
#order-standard_cart.mh-checkout-page .order-summary .recurring-totals span:first-child {
    color: rgba(255,255,255,.84) !important;
}

#order-standard_cart.mh-checkout-page .order-summary .total-due-today {
    margin: 0 0 22px;
    padding: 0;
    border: 0;
    color: #fff;
    text-align: left;
}

#order-standard_cart.mh-checkout-page .order-summary .total-due-today span:first-child {
    display: block;
    margin-bottom: 6px;
    font-size: 12px;
    color: rgba(255,255,255,.82);
    font-weight: 800;
    text-align: left;
}

#order-standard_cart.mh-checkout-page .order-summary .total-due-today .amt {
    display: block;
    color: #fff;
    font-size: 32px;
    line-height: 1.1;
    font-weight: 900;
    letter-spacing: 0;
    text-align: left;
    text-shadow: 0 2px 5px rgba(0,0,0,.22);
}

#order-standard_cart.mh-checkout-page .mh-summary-checkout {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    cursor: pointer;
}

#order-standard_cart.mh-checkout-page .mh-summary-tos {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 14px 0 0;
    color: rgba(255,255,255,.92);
    font-size: 12px;
    line-height: 1.5;
    font-weight: 700;
    cursor: pointer;
}

#order-standard_cart.mh-checkout-page .mh-summary-tos input[type="checkbox"] {
    flex: 0 0 auto;
    width: 16px;
    height: 16px;
    margin: 2px 0 0;
    accent-color: #ff7417;
}

#order-standard_cart.mh-checkout-page .mh-summary-tos span {
    display: block;
    color: rgba(255,255,255,.92);
}

#order-standard_cart.mh-checkout-page .mh-summary-tos a {
    color: #ff8d22;
    font-weight: 900;
}

#order-standard_cart.mh-checkout-page .order-summary .btn-continue-shopping,
#order-standard_cart.mh-checkout-page .order-summary #continueShopping {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    margin-top: 10px;
    padding: 0 12px;
    border: 1px solid rgba(255,255,255,.32);
    border-radius: 4px;
    color: #fff !important;
    background: rgba(255,255,255,.1);
    font-size: 12px;
    font-weight: 900;
    text-decoration: none !important;
}

#order-standard_cart.mh-checkout-page .order-summary .btn-continue-shopping:hover,
#order-standard_cart.mh-checkout-page .order-summary #continueShopping:hover {
    color: #fff !important;
    background: rgba(255,255,255,.18);
}

#order-standard_cart.mh-checkout-page .btn-remove-from-cart {
    width: 30px;
    height: 30px;
    display: inline-grid;
    place-items: center;
    padding: 0;
    border: 1px solid #cbd8eb;
    border-radius: 4px;
    color: #082a69 !important;
    background: #fff;
}

#order-standard_cart.mh-checkout-page .btn-remove-from-cart:hover {
    border-color: #ff7417;
    color: #ff7417 !important;
    background: #fff7f0;
}

#order-standard_cart.mh-checkout-page .view-cart-items-header {
    padding: 14px 20px;
    border: 1px solid #e2e9f3;
    border-bottom: 0;
    border-radius: 8px 8px 0 0;
    background: #fff;
    color: #0b3278;
    font-size: 13px;
    font-weight: 800;
    box-shadow: 0 14px 36px rgba(9,34,77,.05);
}

#order-standard_cart.mh-checkout-page .view-cart-items {
    border-radius: 0 0 8px 8px;
}

#order-standard_cart.mh-checkout-page .view-cart-items .item {
    padding: 20px 0;
    border-bottom: 1px solid #e8eef6;
}

#order-standard_cart.mh-checkout-page .view-cart-items .item:first-child {
    padding-top: 0;
}

#order-standard_cart.mh-checkout-page .view-cart-items .item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

#order-standard_cart.mh-checkout-page .item-title {
    color: #102747;
    font-size: 15px;
    font-weight: 900;
    text-transform: uppercase;
}

#order-standard_cart.mh-checkout-page .item-group,
#order-standard_cart.mh-checkout-page .item-domain,
#order-standard_cart.mh-checkout-page .cycle {
    display: block;
    margin-top: 6px;
    color: #4d6687;
    font-size: 12px;
    font-weight: 700;
}

#order-standard_cart.mh-checkout-page .item-price {
    color: #102747;
    font-weight: 900;
}

#order-standard_cart.mh-checkout-page .empty-cart {
    margin: -66px 18px 26px 0;
    text-align: right;
}

#order-standard_cart.mh-checkout-page .view-cart-tabs .nav-tabs {
    display: none;
}

#order-standard_cart.mh-checkout-page .view-cart-tabs .tab-content {
    border: 0;
    padding: 0;
}

#order-standard_cart.mh-checkout-page .view-cart-tabs .promo form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 170px;
    gap: 0;
}

#order-standard_cart.mh-checkout-page .view-cart-tabs:before {
    content: "Promotion";
    display: block;
    margin-bottom: 16px;
    color: #082a69;
    font-size: 18px;
    font-weight: 900;
}

#order-standard_cart.mh-checkout-page .view-cart-tabs .form-group {
    margin: 0;
}

#order-standard_cart.mh-checkout-page .view-cart-tabs .btn {
    min-height: 42px;
    border-radius: 0 4px 4px 0 !important;
    background: #082a69 !important;
    color: #fff;
}

#order-standard_cart.mh-checkout-page .checkout-security-msg {
    border-color: rgba(255,116,23,.38);
    background: #fff7f0;
    color: #d95d0c;
}

@media (min-width: 992px) {
    #order-standard_cart.mh-checkout-page .mh-checkout-summary {
        width: 100%;
        z-index: 60;
    }

    #order-standard_cart.mh-checkout-page .mh-checkout-layout,
    #order-standard_cart.mh-checkout-page .cart-body > .row {
        grid-template-columns: minmax(0, 1fr) 350px;
    }
}

@media (max-width: 991px) {
    #order-standard_cart.mh-checkout-page .mh-checkout-layout,
    #order-standard_cart.mh-checkout-page .cart-body > .row {
        grid-template-columns: 1fr;
        align-items: start;
        gap: 24px;
    }
    #order-standard_cart.mh-checkout-page .mh-checkout-summary,
    #order-standard_cart.mh-checkout-page .order-summary {
        position: static !important;
        top: auto !important;
    }
    #order-standard_cart.mh-checkout-page .mh-checkout-summary {
        width: 100%;
        grid-column: 1 / -1;
        max-height: none;
        overflow: visible !important;
        margin-top: 0;
        z-index: 1;
        clear: both;
    }
    #order-standard_cart.mh-checkout-page .mh-checkout-main {
        align-self: auto;
    }
    #order-standard_cart.mh-checkout-page .order-summary {
        margin-bottom: 18px;
    }
    #order-standard_cart.mh-checkout-page .checkout-security-msg {
        margin-top: 8px;
    }
}

@media (max-width: 640px) {
    #order-standard_cart.mh-checkout-page {
        margin-top: -24px;
    }
    #order-standard_cart.mh-checkout-page .mh-checkout-hero {
        min-height: 168px;
        padding: 30px 18px;
    }
    #order-standard_cart.mh-checkout-page .mh-checkout-hero h1 {
        font-size: 27px;
    }
    #order-standard_cart.mh-checkout-page .order-summary {
        padding: 24px 26px 26px;
        border-radius: 8px;
    }
    #order-standard_cart.mh-checkout-page .order-summary h2 {
        font-size: 23px;
        margin-bottom: 20px;
    }
    #order-standard_cart.mh-checkout-page .order-summary .total-due-today .amt {
        font-size: 30px;
    }
    #order-standard_cart.mh-checkout-page .mh-summary-tos {
        font-size: 12px;
        margin-top: 13px;
        color: rgba(255,255,255,.95);
    }
    #order-standard_cart.mh-checkout-page .mh-checkout-hero-art {
        display: none;
    }
    #order-standard_cart.mh-checkout-page .mh-checkout-shell {
        margin-top: 22px;
        padding: 0 14px;
    }
    #order-standard_cart.mh-checkout-page .mh-checkout-card,
    #order-standard_cart.mh-checkout-page .mh-review-card,
    #order-standard_cart.mh-checkout-page .view-cart-items,
    #order-standard_cart.mh-checkout-page .view-cart-tabs {
        padding: 18px;
    }
    #order-standard_cart.mh-checkout-page .mh-review-card {
        padding: 0;
    }
    #order-standard_cart.mh-checkout-page .mh-review-head,
    #order-standard_cart.mh-checkout-page .mh-review-item {
        grid-template-columns: 1fr;
    }
    #order-standard_cart.mh-checkout-page .mh-review-item > div:last-child {
        text-align: left;
    }
    #order-standard_cart.mh-checkout-page .mh-review-actions {
        display: grid;
    }
    #order-standard_cart.mh-checkout-page .mh-promo-form {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    #order-standard_cart.mh-checkout-page .view-cart-tabs .promo form {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    #order-standard_cart.mh-checkout-page .empty-cart {
        margin: 0 0 20px;
        text-align: left;
    }
}

/* MH Renew Domain page */
#order-standard_cart.mh-renew-domain-page{background:#f4f7fb;color:#172033;padding:28px 0 80px}
#order-standard_cart.mh-renew-domain-page>.row{max-width:1220px;margin:0 auto}
#order-standard_cart.mh-renew-domain-page .cart-sidebar,#order-standard_cart.mh-renew-domain-page .cart-body,#order-standard_cart.mh-renew-domain-page .secondary-cart-body,#order-standard_cart.mh-renew-domain-page .secondary-cart-sidebar{padding-left:12px;padding-right:12px}
#order-standard_cart.mh-renew-domain-page .cart-sidebar{width:24%}
#order-standard_cart.mh-renew-domain-page .cart-body{width:76%}
#order-standard_cart.mh-renew-domain-page .mh-store-sidebar,#order-standard_cart.mh-renew-domain-page .cart-sidebar .card-sidebar,#order-standard_cart.mh-renew-domain-page .cart-sidebar .list-group,#order-standard_cart.mh-renew-domain-page .sidebar-collapsed{background:#fff;border:1px solid #e5ebf3;border-radius:10px;box-shadow:0 14px 34px rgba(20,35,65,.08);overflow:hidden}
#order-standard_cart.mh-renew-domain-page .cart-sidebar .card-header{padding:0;background:#fff;border:0}
#order-standard_cart.mh-renew-domain-page .mh-store-sidebar h3,#order-standard_cart.mh-renew-domain-page .cart-sidebar h3,#order-standard_cart.mh-renew-domain-page .sidebar-collapsed h3{padding:18px 20px;margin:0;color:#0f172a;font-size:16px;font-weight:800;border-bottom:1px solid #e5ebf3}
#order-standard_cart.mh-renew-domain-page .mh-store-category,#order-standard_cart.mh-renew-domain-page .cart-sidebar .list-group-item{display:flex;align-items:center;gap:10px;min-height:46px;padding:12px 16px;border:0;border-bottom:1px solid #eef2f7;color:#52627a;font-weight:700;text-decoration:none}
#order-standard_cart.mh-renew-domain-page .mh-store-category:hover,#order-standard_cart.mh-renew-domain-page .mh-store-category.active,#order-standard_cart.mh-renew-domain-page .cart-sidebar .list-group-item:hover,#order-standard_cart.mh-renew-domain-page .cart-sidebar .list-group-item.active{background:#fff7ed;color:#f97316}
#order-standard_cart.mh-renew-domain-page .mh-renew-hero{display:flex;justify-content:space-between;align-items:center;gap:20px;margin:0 0 22px;padding:28px;background:#0f172a;border-radius:10px;color:#fff;box-shadow:0 18px 45px rgba(15,23,42,.16)}
#order-standard_cart.mh-renew-domain-page .mh-renew-kicker{display:inline-flex;align-items:center;gap:8px;margin-bottom:10px;color:#fed7aa;font-weight:800;text-transform:uppercase;letter-spacing:.04em;font-size:12px}
#order-standard_cart.mh-renew-domain-page .mh-renew-hero h1{margin:0;color:#fff;font-size:32px;line-height:1.15;font-weight:900}
#order-standard_cart.mh-renew-domain-page .mh-renew-hero p{max-width:620px;margin:10px 0 0;color:#cbd5e1;font-size:15px}
#order-standard_cart.mh-renew-domain-page .mh-renew-search{position:relative;flex:0 0 280px}
#order-standard_cart.mh-renew-domain-page .mh-renew-search i{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:#94a3b8}
#order-standard_cart.mh-renew-domain-page .form-control.domain-renewals-filter{width:100%!important;height:46px!important;padding:0 14px 0 44px!important;background:#fff!important;border:1px solid #d9e2ec!important;border-radius:8px!important;box-shadow:none!important;color:#172033}
#order-standard_cart.mh-renew-domain-page .secondary-cart-body{width:66%}
#order-standard_cart.mh-renew-domain-page .secondary-cart-sidebar{width:34%}
#order-standard_cart.mh-renew-domain-page .domain-renewals{display:grid;gap:14px;margin:0;border:0;background:transparent}
#order-standard_cart.mh-renew-domain-page .domain-renewals .domain-renewal{margin:0;padding:22px;background:#fff;border:1px solid #e5ebf3;border-radius:10px;box-shadow:0 12px 30px rgba(20,35,65,.07)}
#order-standard_cart.mh-renew-domain-page .domain-renewals .domain-renewal:nth-child(even){background:#fff}
#order-standard_cart.mh-renew-domain-page .mh-renew-card-head{display:flex;justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:16px}
#order-standard_cart.mh-renew-domain-page .mh-renew-domain-title{display:flex;align-items:flex-start;gap:14px;min-width:0}
#order-standard_cart.mh-renew-domain-page .mh-renew-icon{display:grid;place-items:center;width:44px;height:44px;flex:0 0 44px;border-radius:10px;background:#fff7ed;color:#f97316;font-size:18px}
#order-standard_cart.mh-renew-domain-page .domain-renewals .domain-renewal h3{margin:0 0 6px;color:#0f172a;font-size:22px;font-weight:900;overflow-wrap:anywhere}
#order-standard_cart.mh-renew-domain-page .domain-renewals .domain-renewal p{margin:0;color:#64748b}
#order-standard_cart.mh-renew-domain-page .domain-renewals .domain-renewal .label{display:inline-flex;align-items:center;min-height:28px;padding:6px 10px;border-radius:999px;font-size:12px;font-weight:800}
#order-standard_cart.mh-renew-domain-page .domain-renewals .form-horizontal{margin:18px 0 0;padding:16px;background:#f8fafc;border:1px solid #e5ebf3;border-radius:8px}
#order-standard_cart.mh-renew-domain-page .select-renewal-pricing{height:44px;border:1px solid #d9e2ec;border-radius:8px;box-shadow:none}
#order-standard_cart.mh-renew-domain-page .btn-add-renewal-to-cart,#order-standard_cart.mh-renew-domain-page #btnGoToCart{border:0;border-radius:8px;background:#f97316;color:#fff;font-weight:800;box-shadow:0 10px 22px rgba(249,115,22,.24)}
#order-standard_cart.mh-renew-domain-page .btn-add-renewal-to-cart:hover,#order-standard_cart.mh-renew-domain-page #btnGoToCart:hover{background:#ea580c;color:#fff}
#order-standard_cart.mh-renew-domain-page #orderSummary{position:sticky;top:18px}
#order-standard_cart.mh-renew-domain-page .order-summary{background:#fff;border:1px solid #e5ebf3;border-radius:10px;box-shadow:0 14px 34px rgba(20,35,65,.08);overflow:hidden}
#order-standard_cart.mh-renew-domain-page .order-summary h2{margin:0;padding:18px 20px;background:#0f172a;color:#fff;font-size:20px;font-weight:900}
#order-standard_cart.mh-renew-domain-page .summary-container{padding:12px 18px 18px}
#order-standard_cart.mh-renew-domain-page #btnGoToCart{display:block;width:100%;margin-top:14px;padding:13px 18px}
#order-standard_cart.mh-renew-domain-page #no-domains{padding:22px;border:1px solid #fed7aa;border-radius:10px;background:#fff7ed;color:#9a3412;font-weight:700}
@media (max-width:1199px){#order-standard_cart.mh-renew-domain-page>.row{padding:0 14px}}
@media (max-width:991px){#order-standard_cart.mh-renew-domain-page .mh-renew-hero,#order-standard_cart.mh-renew-domain-page .mh-renew-card-head{display:block}#order-standard_cart.mh-renew-domain-page .mh-renew-search,#order-standard_cart.mh-renew-domain-page .mh-renew-status{margin-top:16px}#order-standard_cart.mh-renew-domain-page .secondary-cart-sidebar{width:100%;margin-top:18px}}
@media (max-width:575px){#order-standard_cart.mh-renew-domain-page{padding-top:16px}#order-standard_cart.mh-renew-domain-page .mh-renew-hero,#order-standard_cart.mh-renew-domain-page .domain-renewals .domain-renewal{padding:20px}#order-standard_cart.mh-renew-domain-page .mh-renew-hero h1{font-size:26px}}

/* MH Renew Domain page - theme refresh */
body.mh-domain-renew-body .mh-page-title{display:none!important}
body.mh-domain-renew-body .mh-main-body{padding:0!important;background:#f5f8fd!important}
body.mh-domain-renew-body .mh-main-body>.container{max-width:none!important;width:100%!important;padding:0!important}
body.mh-domain-renew-body .mh-primary-content{width:100%!important;max-width:none!important;padding:0!important}
#order-standard_cart.mh-renew-domain-page{margin:0!important;padding:0 0 64px!important;background:#f5f8fd;color:#071832}
#order-standard_cart.mh-renew-domain-page>.row{width:min(1220px,calc(100% - 40px));margin:0 auto!important;padding:30px 0 0;display:flex;align-items:flex-start;gap:22px}
#order-standard_cart.mh-renew-domain-page .cart-sidebar{width:278px!important;flex:0 0 278px;padding:0!important}
#order-standard_cart.mh-renew-domain-page .cart-body{width:auto!important;flex:1 1 auto;min-width:0;padding:0!important}
#order-standard_cart.mh-renew-domain-page .mh-renew-hero{position:relative;overflow:hidden;display:flex;align-items:center;justify-content:space-between;gap:28px;margin:0 0 24px;padding:34px 30px;background:linear-gradient(135deg,#072263 0%,#0b3c99 58%,#0a2b75 100%);border:0;border-radius:8px;color:#fff;box-shadow:0 18px 42px rgba(7,34,99,.18)}
#order-standard_cart.mh-renew-domain-page .mh-renew-hero:before{content:"";position:absolute;inset:0;opacity:.18;background-image:linear-gradient(30deg,transparent 48%,rgba(255,255,255,.22) 49%,transparent 51%),linear-gradient(150deg,transparent 48%,rgba(255,255,255,.14) 49%,transparent 51%);background-size:130px 76px}
#order-standard_cart.mh-renew-domain-page .mh-renew-hero:after{content:"\f2f1";font-family:"Font Awesome 5 Free";font-weight:900;position:absolute;right:42px;top:50%;transform:translateY(-50%);width:96px;height:96px;display:grid;place-items:center;border-radius:24px;background:rgba(255,255,255,.13);color:#fff;font-size:38px;box-shadow:inset 0 1px 0 rgba(255,255,255,.18)}
#order-standard_cart.mh-renew-domain-page .mh-renew-hero>*{position:relative;z-index:1}
#order-standard_cart.mh-renew-domain-page .mh-renew-kicker{display:inline-flex;align-items:center;gap:8px;margin:0 0 12px;color:#ffb26c;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.06em}
#order-standard_cart.mh-renew-domain-page .mh-renew-hero h1{margin:0;color:#fff;font-size:clamp(30px,4vw,44px);line-height:1.05;font-weight:900;letter-spacing:0}
#order-standard_cart.mh-renew-domain-page .mh-renew-hero p{max-width:650px;margin:12px 0 0;color:rgba(255,255,255,.9);font-size:16px;line-height:1.6}
#order-standard_cart.mh-renew-domain-page .mh-renew-search{position:relative;flex:0 0 300px;margin-right:112px}
#order-standard_cart.mh-renew-domain-page .mh-renew-search i{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:#ff7a18;z-index:2}
#order-standard_cart.mh-renew-domain-page .form-control.domain-renewals-filter{width:100%!important;height:52px!important;padding:0 16px 0 44px!important;border:0!important;border-radius:8px!important;background:#fff!important;color:#071832!important;font-size:14px;font-weight:700;box-shadow:0 14px 28px rgba(0,0,0,.12)!important}
#order-standard_cart.mh-renew-domain-page .cart-sidebar .list-group,#order-standard_cart.mh-renew-domain-page .cart-sidebar .card,#order-standard_cart.mh-renew-domain-page .cart-sidebar .panel,#order-standard_cart.mh-renew-domain-page .sidebar-collapsed{background:#fff!important;border:1px solid #dbe6f4!important;border-radius:8px!important;box-shadow:0 16px 38px rgba(15,23,42,.06)!important;overflow:hidden}
#order-standard_cart.mh-renew-domain-page .cart-sidebar h3,#order-standard_cart.mh-renew-domain-page .sidebar-collapsed h3{margin:0!important;padding:18px 20px!important;color:#071832!important;background:#fff!important;border-bottom:1px solid #eef2f8!important;font-size:18px!important;font-weight:900!important}
#order-standard_cart.mh-renew-domain-page .cart-sidebar .list-group-item{display:flex!important;align-items:center;gap:10px;min-height:48px;margin:0!important;padding:12px 17px!important;border:0!important;border-left:3px solid transparent!important;border-radius:0!important;background:#fff!important;color:#0c3777!important;font-size:14px!important;font-weight:800!important}
#order-standard_cart.mh-renew-domain-page .cart-sidebar .list-group-item+.list-group-item{border-top:1px solid #eef2f8!important}
#order-standard_cart.mh-renew-domain-page .cart-sidebar .list-group-item i{width:18px;color:#0c3777!important;text-align:center}
#order-standard_cart.mh-renew-domain-page .cart-sidebar .list-group-item:hover,#order-standard_cart.mh-renew-domain-page .cart-sidebar .list-group-item.active{background:#fff3e8!important;color:#ff5f00!important;border-left-color:#ff6a00!important}
#order-standard_cart.mh-renew-domain-page .cart-sidebar .list-group-item:hover i,#order-standard_cart.mh-renew-domain-page .cart-sidebar .list-group-item.active i{color:#ff5f00!important}
#order-standard_cart.mh-renew-domain-page .cart-body>.row{margin:0;display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:22px;align-items:start}
#order-standard_cart.mh-renew-domain-page .secondary-cart-body,#order-standard_cart.mh-renew-domain-page .secondary-cart-sidebar{width:auto!important;padding:0!important}
#order-standard_cart.mh-renew-domain-page .domain-renewals{display:grid;gap:16px;margin:0;background:transparent;border:0}
#order-standard_cart.mh-renew-domain-page .domain-renewals .domain-renewal{position:relative;margin:0;padding:24px;border:1px solid #dbe6f4;border-radius:8px;background:#fff;box-shadow:0 16px 38px rgba(15,23,42,.06)}
#order-standard_cart.mh-renew-domain-page .domain-renewals .domain-renewal:hover{border-color:#bdd5f5;box-shadow:0 20px 44px rgba(15,23,42,.09)}
#order-standard_cart.mh-renew-domain-page .mh-renew-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin:0 0 18px}
#order-standard_cart.mh-renew-domain-page .mh-renew-domain-title{display:flex;align-items:flex-start;gap:14px;min-width:0}
#order-standard_cart.mh-renew-domain-page .mh-renew-icon{width:52px;height:52px;flex:0 0 52px;display:grid;place-items:center;border-radius:50%;background:#fff1e8;color:#ff6b00;font-size:20px}
#order-standard_cart.mh-renew-domain-page .domain-renewals .domain-renewal h3{margin:0 0 7px;color:#071832;font-size:21px!important;line-height:1.2;font-weight:900;overflow-wrap:anywhere}
#order-standard_cart.mh-renew-domain-page .domain-renewals .domain-renewal p{margin:0;color:#526b91;font-size:14px;line-height:1.5}
#order-standard_cart.mh-renew-domain-page .domain-renewals .domain-renewal .label{display:inline-flex;align-items:center;min-height:30px;padding:7px 12px;border-radius:999px;font-size:12px;font-weight:900}
#order-standard_cart.mh-renew-domain-page .domain-renewals .form-horizontal{margin:18px 0 0;padding:18px;border:1px solid #e8eef7;border-radius:8px;background:#f8fbff}
#order-standard_cart.mh-renew-domain-page .domain-renewals .form-group{margin:0;align-items:center}
#order-standard_cart.mh-renew-domain-page .domain-renewals label{margin:0;color:#071832;font-size:13px;font-weight:900}
#order-standard_cart.mh-renew-domain-page .select-renewal-pricing{height:46px!important;border:1px solid #d8e4f2!important;border-radius:8px!important;background:#fff!important;color:#071832!important;font-weight:700;box-shadow:none!important}
#order-standard_cart.mh-renew-domain-page .btn-add-renewal-to-cart{min-height:40px;margin-top:16px;padding:0 18px;border:0!important;border-radius:8px!important;background:linear-gradient(180deg,#ff8429 0%,#ff6507 100%)!important;color:#fff!important;font-size:13px;font-weight:900;box-shadow:0 14px 26px rgba(255,103,8,.22)!important}
#order-standard_cart.mh-renew-domain-page .btn-add-renewal-to-cart:hover{background:#ea580c!important;color:#fff!important}
#order-standard_cart.mh-renew-domain-page .btn-add-renewal-to-cart .to-add i{display:none}
#order-standard_cart.mh-renew-domain-page #orderSummary{position:sticky;top:96px}
#order-standard_cart.mh-renew-domain-page .order-summary{overflow:hidden;border:0;border-radius:8px;background:#082a8f!important;color:#fff;box-shadow:0 18px 44px rgba(7,34,99,.18)}
#order-standard_cart.mh-renew-domain-page .order-summary h2{margin:0;padding:26px 26px 8px;background:transparent!important;color:#fff!important;font-size:26px!important;line-height:1.15;font-weight:900}
#order-standard_cart.mh-renew-domain-page .summary-container{padding:18px 26px 26px;color:#fff}
#order-standard_cart.mh-renew-domain-page .summary-container *{color:inherit}
#order-standard_cart.mh-renew-domain-page #btnGoToCart{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;min-height:54px;margin-top:14px;border:0!important;border-radius:8px!important;background:linear-gradient(180deg,#ff8429 0%,#ff6507 100%)!important;color:#fff!important;font-weight:900;box-shadow:0 16px 30px rgba(255,103,8,.22)!important}
#order-standard_cart.mh-renew-domain-page #no-domains{padding:26px;border:1px solid #fed7aa;border-radius:8px;background:#fff7ed;color:#9a3412;font-weight:800}
#order-standard_cart.mh-renew-domain-page .modal-remove-item .modal-content{border:0;border-radius:8px;overflow:hidden}
@media (max-width:1199px){#order-standard_cart.mh-renew-domain-page>.row{width:min(100% - 28px,1220px);gap:16px}#order-standard_cart.mh-renew-domain-page .cart-sidebar{width:245px!important;flex-basis:245px}}
@media (max-width:991px){#order-standard_cart.mh-renew-domain-page>.row{display:block;padding-top:18px}#order-standard_cart.mh-renew-domain-page .cart-sidebar{display:none!important}#order-standard_cart.mh-renew-domain-page .cart-body>.row{grid-template-columns:1fr}#order-standard_cart.mh-renew-domain-page .mh-renew-hero{display:block;padding:28px 22px}#order-standard_cart.mh-renew-domain-page .mh-renew-hero:after{display:none}#order-standard_cart.mh-renew-domain-page .mh-renew-search{margin:20px 0 0;flex:0 0 auto}#order-standard_cart.mh-renew-domain-page .mh-renew-card-head{display:block}#order-standard_cart.mh-renew-domain-page .mh-renew-status{margin-top:14px}#order-standard_cart.mh-renew-domain-page #orderSummary{position:static}}

/* Shared order-form category sidebar — mirrors the main mh_theme sidebar. */
#order-standard_cart .cart-sidebar > .card-sidebar,
#order-standard_cart .cart-sidebar > .card {
    overflow: hidden;
    margin-bottom: 18px !important;
    border: 1px solid var(--mh-border, #e5edf7) !important;
    border-radius: 8px !important;
    background: var(--mh-card, #fff) !important;
    box-shadow: 0 18px 44px rgba(15, 23, 42, .07) !important;
}

#order-standard_cart .cart-sidebar .panel-heading,
#order-standard_cart .cart-sidebar .card-header {
    display: flex;
    align-items: center;
    min-height: 54px;
    padding: 16px 18px !important;
    border: 0 !important;
    border-bottom: 1px solid var(--mh-border, #e5edf7) !important;
    background: var(--mh-card, #fff) !important;
}

#order-standard_cart .cart-sidebar .panel-title,
#order-standard_cart .cart-sidebar .card-title {
    width: 100%;
    margin: 0 !important;
    color: var(--mh-text, #082052) !important;
    font-size: 16px !important;
    font-weight: 900 !important;
}

#order-standard_cart .cart-sidebar .panel-title i:not(.card-minimise):not(.panel-minimise),
#order-standard_cart .cart-sidebar .card-title i:not(.card-minimise):not(.panel-minimise) {
    color: var(--mh-primary, #f97316) !important;
}

#order-standard_cart .cart-sidebar .card-minimise,
#order-standard_cart .cart-sidebar .panel-minimise {
    color: var(--mh-muted, #94a3b8) !important;
    font-size: 12px !important;
}

#order-standard_cart .cart-sidebar .list-group {
    display: grid !important;
    gap: 10px;
    margin: 0 !important;
    padding: 12px !important;
    border: 0 !important;
    background: var(--mh-card, #fff) !important;
}

#order-standard_cart .cart-sidebar .list-group-item {
    display: flex !important;
    align-items: center;
    min-height: 46px;
    margin: 0 !important;
    padding: 10px 12px !important;
    border: 1px solid var(--mh-border, #e5edf7) !important;
    border-radius: 6px !important;
    background: var(--mh-bg, #fbfdff) !important;
    color: var(--mh-text, #082052) !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    line-height: 1.3 !important;
    text-decoration: none !important;
}

#order-standard_cart .cart-sidebar .list-group-item:hover,
#order-standard_cart .cart-sidebar .list-group-item.active {
    border-color: var(--mh-primary, #fed7aa) !important;
    background: var(--mh-light, #fff7ed) !important;
    color: var(--mh-primary, #f97316) !important;
}

#order-standard_cart .cart-sidebar .list-group-item .badge {
    margin-left: auto;
    border-radius: 999px;
    background: var(--mh-secondary, #0b49c8) !important;
    color: #fff !important;
}
@media (max-width:575px){#order-standard_cart.mh-renew-domain-page>.row{width:min(100% - 24px,1220px)}#order-standard_cart.mh-renew-domain-page .mh-renew-hero,#order-standard_cart.mh-renew-domain-page .domain-renewals .domain-renewal{padding:20px}#order-standard_cart.mh-renew-domain-page .mh-renew-domain-title{gap:12px}#order-standard_cart.mh-renew-domain-page .mh-renew-icon{width:44px;height:44px;flex-basis:44px}#order-standard_cart.mh-renew-domain-page .domain-renewals .form-horizontal{padding:14px}#order-standard_cart.mh-renew-domain-page .domain-renewals .form-group{display:block}#order-standard_cart.mh-renew-domain-page .domain-renewals .form-group>[class*="col-"]{width:100%;max-width:100%;padding:0;margin-top:10px}}
