#order-standard_cart.sj-order-shell {
    margin: 0;
}

#order-standard_cart.sj-order-shell .row {
    margin-left: -12px;
    margin-right: -12px;
}

#order-standard_cart.sj-order-shell .cart-sidebar,
#order-standard_cart.sj-order-shell .cart-body,
#order-standard_cart.sj-order-shell .sj-product-col {
    padding-left: 12px;
    padding-right: 12px;
}

#order-standard_cart.sj-order-shell .cart-sidebar {
    width: 100%;
    max-width: 300px;
}

#order-standard_cart.sj-order-shell .cart-body {
    flex: 1 1 0;
    max-width: calc(100% - 300px);
}

#order-standard_cart.sj-order-shell .panel,
#order-standard_cart.sj-order-shell .panel-sidebar,
#order-standard_cart.sj-order-shell .card,
#order-standard_cart.sj-order-shell .sidebar .list-group {
    border: 1px solid #ece7e7;
    box-shadow: 0 16px 36px rgba(17, 17, 17, 0.08);
    overflow: hidden;
    background: #ffffff;
}

#order-standard_cart.sj-order-shell .panel-heading,
#order-standard_cart.sj-order-shell .panel-title,
#order-standard_cart.sj-order-shell .sidebar .panel-heading,
#order-standard_cart.sj-order-shell .sidebar .card-header {
    color: #ffffff;
    border: 0;
}

#order-standard_cart.sj-order-shell .sidebar a,
#order-standard_cart.sj-order-shell .sidebar .list-group-item,
#order-standard_cart.sj-order-shell .panel-body,
#order-standard_cart.sj-order-shell .card-body {
    color: #2f2f35;
}

#order-standard_cart.sj-order-shell .sidebar .list-group-item.active,
#order-standard_cart.sj-order-shell .sidebar a.active,
#order-standard_cart.sj-order-shell .sidebar .active > a {
    background: #fff3f3;
    color: #b11f24;
    border-color: #f0d4d4;
    font-weight: 700;
}

#order-standard_cart.sj-order-shell .sj-order-intro-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    background: #ffffff;
    border: 1px solid #ece7e7;
    border-radius: 22px;
    box-shadow: 0 18px 42px rgba(17, 17, 17, 0.08);
    padding: 28px 30px;
    margin-bottom: 28px;
    position: relative;
    overflow: hidden;
}

#order-standard_cart.sj-order-shell .sj-order-intro-card::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 7px;
    background: #b11f24;
}

#order-standard_cart.sj-order-shell .sj-order-kicker {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    border-radius: 999px;
    background: #fff3f3;
    color: #b11f24;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 12px;
}

#order-standard_cart.sj-order-shell .sj-order-title {
    margin: 0 0 10px;
    color: #1f1f26;
    font-size: 32px;
    line-height: 1.2;
    font-weight: 700;
}

#order-standard_cart.sj-order-shell .sj-order-tagline {
    margin: 0;
    color: #5a5f6a;
    font-size: 15px;
    line-height: 1.7;
    max-width: 760px;
}

#order-standard_cart.sj-order-shell .sj-order-intro-badge {
    min-width: 215px;
    padding: 16px 18px;
    border-radius: 18px;
    background: linear-gradient(180deg, #b11f24 0%, #8f171b 100%);
    box-shadow: 0 14px 30px rgba(177, 31, 36, 0.24);
    color: #ffffff;
    text-align: left;
}

#order-standard_cart.sj-order-shell .sj-order-intro-badge span {
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 6px;
}

#order-standard_cart.sj-order-shell .sj-order-intro-badge small {
    display: block;
    font-size: 13px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.88);
}

#order-standard_cart.sj-order-shell .products {
    margin-top: 0;
}

#order-standard_cart.sj-order-shell .sj-product-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #ffffff;
    border: 1px solid #ece7e7;
    border-radius: 22px;
    box-shadow: 0 16px 40px rgba(17, 17, 17, 0.08);
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

#order-standard_cart.sj-order-shell .sj-product-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 22px 48px rgba(17, 17, 17, 0.12);
}

#order-standard_cart.sj-order-shell .sj-product-card-header {
    padding: 24px 24px 18px;
    background: linear-gradient(180deg, #ffffff 0%, #fff7f7 100%);
    border-bottom: 1px solid #f0e7e7;
}

#order-standard_cart.sj-order-shell .sj-product-card header h3,
#order-standard_cart.sj-order-shell .sj-product-card header span[id$='-name'] {
    display: block;
    margin: 0;
    color: #1f1f26;
    font-size: 25px;
    line-height: 1.25;
    font-weight: 700;
}

#order-standard_cart.sj-order-shell .sj-product-summary {
    margin: 10px 0 0;
    color: #5a5f6a;
    font-size: 14px;
    line-height: 1.7;
}

#order-standard_cart.sj-order-shell .sj-product-card .qty {
    display: inline-flex;
    margin-top: 12px;
    padding: 6px 10px;
    border-radius: 999px;
    background: #f7efef;
    color: #8f171b;
    font-size: 12px;
    font-weight: 700;
}

#order-standard_cart.sj-order-shell .sj-product-card-body {
    padding: 20px 24px 16px;
    flex: 1 1 auto;
}

#order-standard_cart.sj-order-shell .sj-feature-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 12px;
}

#order-standard_cart.sj-order-shell .sj-feature-list li {
    display: grid;
    grid-template-columns: 20px 1fr auto;
    gap: 10px;
    align-items: start;
    color: #2f2f35;
    font-size: 14px;
    line-height: 1.6;
}

#order-standard_cart.sj-order-shell .sj-feature-check {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #ffe7e7;
    color: #b11f24;
    font-size: 11px;
    margin-top: 1px;
}

#order-standard_cart.sj-order-shell .sj-feature-text {
    color: #2f2f35;
    font-weight: 500;
}

#order-standard_cart.sj-order-shell .feature-value {
    color: #8f171b;
    font-weight: 700;
    white-space: nowrap;
    padding-left: 8px;
}

#order-standard_cart.sj-order-shell .sj-feature-empty {
    border: 1px dashed #edd7d7;
    border-radius: 16px;
    background: #fff8f8;
    padding: 14px 16px;
    color: #5a5f6a;
    font-size: 14px;
    line-height: 1.7;
}

#order-standard_cart.sj-order-shell .sj-product-card-footer {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    padding: 0 24px 24px;
}

#order-standard_cart.sj-order-shell .sj-product-pricing {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    min-height: 88px;
}

#order-standard_cart.sj-order-shell .sj-price-kicker {
    color: #8f171b;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 6px;
}

#order-standard_cart.sj-order-shell .sj-product-pricing .price {
    display: block;
    color: #1f1f26;
    font-size: 32px;
    line-height: 1.1;
    font-weight: 700;
}

#order-standard_cart.sj-order-shell .sj-price-cycle {
    display: block;
    margin-top: 6px;
    color: #5a5f6a;
    font-size: 13px;
    line-height: 1.5;
}

#order-standard_cart.sj-order-shell .sj-setup-fee {
    display: inline-block;
    margin-top: 8px;
    color: #7a7f89;
    font-size: 12px;
}

#order-standard_cart.sj-order-shell .sj-order-button,
#order-standard_cart.sj-order-shell .btn.btn-order-now {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 150px;
    padding: 13px 20px;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(180deg, #b11f24 0%, #8f171b 100%);
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    box-shadow: 0 14px 28px rgba(177, 31, 36, 0.22);
}

#order-standard_cart.sj-order-shell .sj-order-button:hover,
#order-standard_cart.sj-order-shell .btn.btn-order-now:hover,
#order-standard_cart.sj-order-shell .sj-order-button:focus,
#order-standard_cart.sj-order-shell .btn.btn-order-now:focus {
    color: #ffffff;
    text-decoration: none;
    box-shadow: 0 18px 34px rgba(177, 31, 36, 0.28);
}

#order-standard_cart.sj-order-shell .sidebar-collapsed {
    margin-bottom: 20px;
}

#order-standard_cart.sj-order-shell .alert {
    border-radius: 16px;
    margin-bottom: 20px;
}

@media (max-width: 1199px) {
    #order-standard_cart.sj-order-shell .cart-sidebar {
        max-width: 270px;
    }

    #order-standard_cart.sj-order-shell .cart-body {
        max-width: calc(100% - 270px);
    }

    #order-standard_cart.sj-order-shell .sj-product-col {
        margin-bottom: 24px;
    }
}

@media (max-width: 991px) {
    #order-standard_cart.sj-order-shell .cart-sidebar,
    #order-standard_cart.sj-order-shell .cart-body {
        max-width: 100%;
        width: 100%;
        flex: 0 0 100%;
    }

    #order-standard_cart.sj-order-shell .sj-order-intro-card {
        flex-direction: column;
        align-items: flex-start;
    }

    #order-standard_cart.sj-order-shell .sj-order-intro-badge {
        width: 100%;
        min-width: 0;
    }
}

@media (max-width: 767px) {
    #order-standard_cart.sj-order-shell .sj-order-title {
        font-size: 28px;
    }

    #order-standard_cart.sj-order-shell .sj-product-card-header,
    #order-standard_cart.sj-order-shell .sj-product-card-body,
    #order-standard_cart.sj-order-shell .sj-product-card-footer {
        padding-left: 20px;
        padding-right: 20px;
    }

    #order-standard_cart.sj-order-shell .sj-product-card-footer {
        flex-direction: column;
        align-items: stretch;
    }

    #order-standard_cart.sj-order-shell .sj-order-button,
    #order-standard_cart.sj-order-shell .btn.btn-order-now {
        width: 100%;
        min-width: 0;
    }

    #order-standard_cart.sj-order-shell .sj-feature-list li {
        grid-template-columns: 20px 1fr;
    }

    #order-standard_cart.sj-order-shell .feature-value {
        grid-column: 2 / 3;
        padding-left: 0;
        white-space: normal;
        margin-top: -4px;
    }
}



/* Domain flow refresh */
#order-standard_cart.sj-order-shell.sj-domain-register-page,
#order-standard_cart.sj-order-shell.sj-configure-domain-page {
    margin-top: 0;
}

#order-standard_cart.sj-order-shell .cart-body {
    min-width: 0;
}

#order-standard_cart.sj-order-shell .header-lined {
    margin-bottom: 18px;
}

#order-standard_cart.sj-order-shell .header-lined h1 {
    margin-bottom: 0;
    font-size: 30px;
    line-height: 1.2;
    color: #111217;
}

#order-standard_cart.sj-order-shell .sj-domain-flow-hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    margin: 0 0 22px;
    padding: 24px 26px;
    border: 1px solid #ece7e7;
    border-radius: 18px;
    background: linear-gradient(135deg, #111217 0%, #1c1e28 55%, #b11f24 140%);
    box-shadow: 0 14px 30px rgba(17, 17, 17, 0.08);
}

#order-standard_cart.sj-order-shell .sj-domain-flow-copy {
    max-width: 700px;
}

#order-standard_cart.sj-order-shell .sj-domain-flow-kicker {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 4px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

#order-standard_cart.sj-order-shell .sj-domain-flow-hero h2 {
    margin: 14px 0 10px;
    font-size: 28px;
    line-height: 1.2;
    color: #ffffff;
}

#order-standard_cart.sj-order-shell .sj-domain-flow-hero p {
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 15px;
    line-height: 1.7;
}

#order-standard_cart.sj-order-shell .sj-domain-flow-badges {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
    max-width: 420px;
}

#order-standard_cart.sj-order-shell .sj-domain-flow-badges span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 42px;
    padding: 10px 14px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.3;
    white-space: nowrap;
}

#order-standard_cart.sj-order-shell .sj-domain-flow-badges i {
    color: #ffffff;
    font-size: 13px;
}

#order-standard_cart.sj-order-shell .sj-domain-choice-intro {
    margin: 0 0 18px;
    padding: 12px 16px;
    border-left: 4px solid #b11f24;
    border-radius: 12px;
    background: #fff7f7;
    color: #4b4b52;
    font-size: 14px;
    line-height: 1.7;
}

#order-standard_cart.sj-order-shell .sj-domain-searching-container,
#order-standard_cart.sj-order-shell .sj-domain-selection-options {
    padding: 22px;
    border: 1px solid #ece7e7;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 14px 30px rgba(17, 17, 17, 0.06);
}

#order-standard_cart.sj-order-shell .domain-selection-options .option {
    margin-bottom: 16px;
    padding: 18px;
    border: 1px solid #ece7e7;
    border-radius: 16px;
    background: #ffffff;
    transition: 0.2s ease-in-out;
}

#order-standard_cart.sj-order-shell .domain-selection-options .option:last-child {
    margin-bottom: 0;
}

#order-standard_cart.sj-order-shell .domain-selection-options .option:hover {
    border-color: rgba(177, 31, 36, 0.28);
    box-shadow: 0 12px 24px rgba(17, 17, 17, 0.05);
}

#order-standard_cart.sj-order-shell .domain-selection-options .option .iradio_square-blue,
#order-standard_cart.sj-order-shell .domain-selection-options .option .icheckbox_square-blue {
    margin-top: 2px;
}

#order-standard_cart.sj-order-shell .domain-selection-options .option label {
    display: block;
    margin: 0;
    color: #111217;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
}

#order-standard_cart.sj-order-shell .domain-selection-options .option p {
    margin: 6px 0 14px;
    color: #666771;
    font-size: 14px;
    line-height: 1.7;
}

#order-standard_cart.sj-order-shell .domain-selection-options .option .form-control {
    min-height: 48px;
    border: 1px solid #ddd7d7;
    border-radius: 12px;
    box-shadow: none;
}

#order-standard_cart.sj-order-shell .domain-selection-options .option .form-control:focus {
    border-color: #b11f24;
    box-shadow: 0 0 0 3px rgba(177, 31, 36, 0.08);
}

#order-standard_cart.sj-order-shell .domain-selection-options .option .input-group-btn .btn,
#order-standard_cart.sj-order-shell .domain-selection-options .option .btn.btn-primary,
#order-standard_cart.sj-order-shell #btnCheckAvailability,
#order-standard_cart.sj-order-shell #btnTransferDomain,
#order-standard_cart.sj-order-shell #btnDomainContinue,
#order-standard_cart.sj-order-shell .domain-result .btn-add-to-cart,
#order-standard_cart.sj-order-shell .domain-result .btn-primary {
    border: 0;
    border-radius: 12px;
    background: linear-gradient(135deg, #b11f24 0%, #7b1218 100%);
    color: #ffffff;
    font-weight: 700;
    box-shadow: none;
}

#order-standard_cart.sj-order-shell .domain-selection-options .option .input-group-btn .btn:hover,
#order-standard_cart.sj-order-shell .domain-selection-options .option .btn.btn-primary:hover,
#order-standard_cart.sj-order-shell #btnCheckAvailability:hover,
#order-standard_cart.sj-order-shell #btnTransferDomain:hover,
#order-standard_cart.sj-order-shell #btnDomainContinue:hover,
#order-standard_cart.sj-order-shell .domain-result .btn-add-to-cart:hover,
#order-standard_cart.sj-order-shell .domain-result .btn-primary:hover {
    background: linear-gradient(135deg, #c8282e 0%, #8d151b 100%);
    color: #ffffff;
}

#order-standard_cart.sj-order-shell .domain-selection-options .option .input-group-btn .btn,
#order-standard_cart.sj-order-shell #btnCheckAvailability,
#order-standard_cart.sj-order-shell #btnTransferDomain {
    min-width: 150px;
    min-height: 48px;
}

#order-standard_cart.sj-order-shell .domain-selection-options .option-domain-in-cart {
    border-color: #d6e6ff;
    background: #f7fbff;
}

#order-standard_cart.sj-order-shell .domain-selection-options .option-domain-in-cart strong {
    color: #111217;
}

#order-standard_cart.sj-order-shell .sj-domain-results {
    margin-top: 20px;
    padding: 20px;
    border: 1px solid #ece7e7;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 14px 30px rgba(17, 17, 17, 0.06);
}

#order-standard_cart.sj-order-shell .domain-checker-container {
    margin-bottom: 0;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

#order-standard_cart.sj-order-shell .domain-checker-container .domain-input-group {
    gap: 10px;
}

#order-standard_cart.sj-order-shell .domain-checker-container .form-control,
#order-standard_cart.sj-order-shell .domain-checker-container .domain-selection-options input[type="text"] {
    min-height: 52px;
    border: 1px solid #ddd7d7;
    border-radius: 14px;
    box-shadow: none;
}

#order-standard_cart.sj-order-shell .domain-checker-container .form-control:focus {
    border-color: #b11f24;
    box-shadow: 0 0 0 3px rgba(177, 31, 36, 0.08);
}

#order-standard_cart.sj-order-shell .domain-checker-container .btn,
#order-standard_cart.sj-order-shell .domain-searching-container .btn {
    min-height: 52px;
    border-radius: 14px;
}

#order-standard_cart.sj-order-shell .domain-results .domain-result,
#order-standard_cart.sj-order-shell #DomainSearchResults .list-group-item,
#order-standard_cart.sj-order-shell .suggested-domains .list-group-item {
    border-color: #eee8e8;
}

#order-standard_cart.sj-order-shell .domain-results .domain-result {
    padding-top: 16px;
    padding-bottom: 16px;
}

#order-standard_cart.sj-order-shell .domain-results .domain-result:first-child {
    padding-top: 6px;
}

#order-standard_cart.sj-order-shell .domain-results .domain-price,
#order-standard_cart.sj-order-shell .domain-results .price,
#order-standard_cart.sj-order-shell .spotlight-tlds .price {
    color: #b11f24;
    font-weight: 700;
}

#order-standard_cart.sj-order-shell .domain-results .domain-status-available,
#order-standard_cart.sj-order-shell .label.domain-available,
#order-standard_cart.sj-order-shell .domain-status.domain-available {
    color: #0f8f4d;
}

#order-standard_cart.sj-order-shell .domain-results .domain-status-unavailable,
#order-standard_cart.sj-order-shell .label.domain-unavailable,
#order-standard_cart.sj-order-shell .domain-status.domain-unavailable {
    color: #b11f24;
}

#order-standard_cart.sj-order-shell .spotlight-tlds-container,
#order-standard_cart.sj-order-shell .spotlight-tlds,
#order-standard_cart.sj-order-shell .suggested-domains,
#order-standard_cart.sj-order-shell .domain-suggestions,
#order-standard_cart.sj-order-shell .domain-pricing {
    margin-top: 18px;
}

#order-standard_cart.sj-order-shell .spotlight-tlds-container {
    border: 1px solid #ece7e7;
    border-radius: 18px;
    background: #ffffff;
    overflow: hidden;
}

#order-standard_cart.sj-order-shell .spotlight-tlds {
    margin-top: 0;
    padding: 18px 18px 6px;
}

#order-standard_cart.sj-order-shell .spotlight-tlds h4,
#order-standard_cart.sj-order-shell .suggested-domains h4,
#order-standard_cart.sj-order-shell .domain-pricing h4 {
    margin: 0 0 14px;
    color: #111217;
    font-size: 18px;
    font-weight: 700;
}

#order-standard_cart.sj-order-shell .spotlight-tlds .spotlight-tld {
    border: 1px solid #eee8e8;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: none;
}

#order-standard_cart.sj-order-shell .spotlight-tlds .spotlight-tld .btn,
#order-standard_cart.sj-order-shell .suggested-domains .btn {
    border-radius: 10px;
}

#order-standard_cart.sj-order-shell .suggested-domains {
    border: 1px solid #ece7e7;
    border-radius: 18px;
    background: #ffffff;
    overflow: hidden;
}

#order-standard_cart.sj-order-shell .suggested-domains .suggested-domains-title,
#order-standard_cart.sj-order-shell .suggested-domains h4 {
    padding: 18px 18px 0;
}

#order-standard_cart.sj-order-shell .suggested-domains .list-group {
    margin-bottom: 0;
}

#order-standard_cart.sj-order-shell .sj-domain-pricing-grid {
    margin-top: 24px;
}

#order-standard_cart.sj-order-shell .sj-domain-pricing-grid > div {
    margin-bottom: 16px;
}

#order-standard_cart.sj-order-shell .sj-domain-pricing-grid .domain-pricing-box,
#order-standard_cart.sj-order-shell .sj-domain-promo-box {
    height: 100%;
    padding: 22px 20px;
    border: 1px solid #ece7e7;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 14px 30px rgba(17, 17, 17, 0.06);
}

#order-standard_cart.sj-order-shell .sj-domain-pricing-grid .domain-pricing-box h5,
#order-standard_cart.sj-order-shell .sj-domain-pricing-grid .domain-pricing-box .price,
#order-standard_cart.sj-order-shell .sj-domain-promo-box h3 {
    color: #111217;
}

#order-standard_cart.sj-order-shell .sj-domain-pricing-grid .domain-pricing-box .price,
#order-standard_cart.sj-order-shell .sj-domain-promo-box .btn {
    color: #b11f24;
}

#order-standard_cart.sj-order-shell .sj-domain-promo-box .btn {
    border-radius: 999px;
    font-weight: 700;
}

#order-standard_cart.sj-order-shell .sj-domain-continue-wrap {
    margin-top: 18px;
    margin-bottom: 4px;
}

#order-standard_cart.sj-order-shell .sj-domain-continue-wrap #btnDomainContinue {
    min-width: 220px;
    min-height: 50px;
}

#order-standard_cart.sj-order-shell .domain-loading-spinner,
#order-standard_cart.sj-order-shell .spinner {
    color: #b11f24;
}

#order-standard_cart.sj-order-shell .alert.alert-warning,
#order-standard_cart.sj-order-shell .alert.alert-danger,
#order-standard_cart.sj-order-shell .alert.alert-info {
    border: 1px solid #ece7e7;
    border-radius: 14px;
}

@media (max-width: 1199px) {
    #order-standard_cart.sj-order-shell .sj-domain-flow-hero {
        flex-direction: column;
        align-items: flex-start;
    }

    #order-standard_cart.sj-order-shell .sj-domain-flow-badges {
        justify-content: flex-start;
        max-width: none;
    }

    #order-standard_cart.sj-order-shell .cart-sidebar {
        max-width: 250px;
    }

    #order-standard_cart.sj-order-shell .cart-body {
        max-width: calc(100% - 250px);
    }
}

@media (max-width: 991px) {
    #order-standard_cart.sj-order-shell .sj-domain-flow-hero {
        padding: 20px;
    }

    #order-standard_cart.sj-order-shell .sj-domain-flow-hero h2 {
        font-size: 24px;
    }

    #order-standard_cart.sj-order-shell .sj-domain-searching-container,
    #order-standard_cart.sj-order-shell .sj-domain-selection-options,
    #order-standard_cart.sj-order-shell .sj-domain-results {
        padding: 18px;
    }
}

@media (max-width: 767px) {
    #order-standard_cart.sj-order-shell .header-lined h1 {
        font-size: 24px;
    }

    #order-standard_cart.sj-order-shell .sj-domain-flow-hero {
        gap: 16px;
        padding: 18px;
    }

    #order-standard_cart.sj-order-shell .sj-domain-flow-hero h2 {
        font-size: 22px;
    }

    #order-standard_cart.sj-order-shell .sj-domain-flow-badges span {
        width: 100%;
        justify-content: center;
        white-space: normal;
    }

    #order-standard_cart.sj-order-shell .domain-selection-options .option {
        padding: 16px;
    }

    #order-standard_cart.sj-order-shell .domain-selection-options .option .input-group-btn,
    #order-standard_cart.sj-order-shell .domain-selection-options .option .btn.btn-primary {
        width: 100%;
        margin-top: 10px;
    }

    #order-standard_cart.sj-order-shell .domain-selection-options .option .input-group-btn .btn,
    #order-standard_cart.sj-order-shell .domain-selection-options .option .btn.btn-primary,
    #order-standard_cart.sj-order-shell #btnCheckAvailability,
    #order-standard_cart.sj-order-shell #btnTransferDomain {
        width: 100%;
    }

    #order-standard_cart.sj-order-shell .sj-domain-continue-wrap #btnDomainContinue {
        width: 100%;
        min-width: 0;
    }
}
