:root {
    --h2hosty-brand: #7c3aed;
    --h2hosty-brand-dark: #5e2add;
    --h2hosty-brand-hover: #8b45ff;
    --h2hosty-brand-hover-dark: #5524cf;
    --h2hosty-danger: #ef4444;
}

/* WHMCS standard_cart uses iCheck's blue sprite. Replace the sprite with CSS so
   checked radios/checkboxes follow the H2Hosty brand color. */
#order-standard_cart .icheckbox_square-blue,
#order-standard_cart .iradio_square-blue,
.icheckbox_square-blue,
.iradio_square-blue {
    position: relative;
    width: 24px;
    height: 24px;
    background: #fff !important;
    background-image: none !important;
    border: 1px solid #d9d0ee;
    box-shadow: 0 2px 7px rgba(124, 58, 237, 0.08);
    transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

#order-standard_cart .iradio_square-blue,
.iradio_square-blue {
    border-radius: 50%;
}

#order-standard_cart .icheckbox_square-blue,
.icheckbox_square-blue {
    border-radius: 6px;
}

#order-standard_cart .icheckbox_square-blue.hover,
#order-standard_cart .iradio_square-blue.hover,
.icheckbox_square-blue.hover,
.iradio_square-blue.hover {
    border-color: var(--h2hosty-brand);
    box-shadow: 0 4px 12px rgba(124, 58, 237, 0.18);
}

#order-standard_cart .icheckbox_square-blue.checked,
#order-standard_cart .iradio_square-blue.checked,
.icheckbox_square-blue.checked,
.iradio_square-blue.checked {
    background: linear-gradient(135deg, var(--h2hosty-brand), var(--h2hosty-brand-dark)) !important;
    border-color: var(--h2hosty-brand);
    box-shadow: 0 7px 16px rgba(124, 58, 237, 0.24);
    transform: translateY(-1px);
}

#order-standard_cart .icheckbox_square-blue.checked::after,
#order-standard_cart .iradio_square-blue.checked::after,
.icheckbox_square-blue.checked::after,
.iradio_square-blue.checked::after {
    content: "";
    position: absolute;
    left: 8px;
    top: 5px;
    width: 7px;
    height: 11px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

#order-standard_cart label .iradio_square-blue,
#order-standard_cart label .icheckbox_square-blue,
#order-standard_cart .domain-selection-options .option .iradio_square-blue {
    margin-right: 12px;
}

#order-standard_cart .domain-selection-options .option-selected {
    background: #faf7ff;
    box-shadow: inset 3px 0 0 var(--h2hosty-brand);
}

#order-standard_cart .domain-selection-options .option {
    margin-bottom: 8px;
}

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

#order-standard_cart .icheckbox_square-blue.disabled,
#order-standard_cart .iradio_square-blue.disabled,
.icheckbox_square-blue.disabled,
.iradio_square-blue.disabled {
    cursor: default;
    opacity: 0.55;
}

.checkout-steps {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.checkout-step {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #8b8b97;
    font-size: 14px;
    font-weight: 500;
}

.checkout-step-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: inherit;
    text-decoration: none;
}

a.checkout-step-link:hover,
a.checkout-step-link:focus {
    color: #403883;
    text-decoration: none;
}

a.checkout-step-link:hover .checkout-step-circle,
a.checkout-step-link:focus .checkout-step-circle {
    background: #f6f0ff;
    color: var(--h2hosty-brand);
    box-shadow: 0 6px 14px rgba(124, 58, 237, 0.12);
}

.checkout-step.active {
    color: #403883;
    font-weight: 600;
}

.checkout-step-circle {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #ece7f8;
    color: #8c8c96;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.25s ease;
}

.checkout-step.active .checkout-step-circle {
    background: linear-gradient(135deg, var(--h2hosty-brand), var(--h2hosty-brand-dark));
    color: #fff;
    box-shadow: 0 8px 18px rgba(124, 58, 237, 0.22);
}

.checkout-step-line {
    width: 50px;
    height: 2px;
    background: #ddd;
    border-radius: 50px;
}

#order-standard_cart.configure-product-page {
    display: flex;
    justify-content: center;
    padding-bottom: 70px;
}

#order-standard_cart.configure-product-page > .row {
    width: 100%;
    max-width: 1120px;
    margin-right: 0;
    margin-left: 0;
}

#order-standard_cart.configure-product-page .cart-sidebar {
    display: none;
}

#order-standard_cart.configure-product-page .cart-body {
    width: 100%;
    float: none;
    padding-right: 15px;
    padding-left: 15px;
}

#order-standard_cart .configure-product-card {
    width: 100%;
    overflow: visible;
    border: 1px solid #e3d9f1;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 8px 28px rgba(140, 95, 255, 0.12);
}

#order-standard_cart .configure-product-card .h2-card-header {
    padding: 22px 28px;
    border-bottom: 1px solid #ece4f6;
    color: #403883;
    font-size: 24px;
    font-weight: 600;
}

#order-standard_cart .configure-product-card .h2-card-body {
    padding: 28px;
}

#order-standard_cart.configure-product-page .secondary-cart-body {
    width: 64%;
    float: left;
}

#order-standard_cart.configure-product-page .secondary-cart-sidebar {
    width: 36%;
    float: right;
}

#order-standard_cart.configure-product-page .product-info {
    margin: 0 0 22px;
    padding: 20px;
    border: 1px solid rgba(124, 58, 237, 0.1);
    border-radius: 16px;
    background: #faf7ff;
}

#order-standard_cart.configure-product-page .product-info .product-title {
    margin-bottom: 8px;
    color: #403883;
    font-size: 22px;
    font-weight: 600;
}

#order-standard_cart.configure-product-page .sub-heading {
    height: auto;
    margin: 26px 0 16px;
    border-top: 0;
    text-align: left;
}

#order-standard_cart.configure-product-page .sub-heading span {
    top: auto;
    padding: 0;
    color: #403883;
    background: transparent;
    font-size: 18px;
    font-weight: 600;
}

#order-standard_cart.configure-product-page .field-container,
#order-standard_cart.configure-product-page .product-configurable-options,
#order-standard_cart.configure-product-page #productAddonsContainer {
    margin-bottom: 22px;
}

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

#order-standard_cart.configure-product-page label {
    color: #403883;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 6px;
}

#order-standard_cart.configure-product-page .form-control,
#order-standard_cart.configure-product-page .custom-select {
    min-height: 46px;
    border: 1px solid #ded6ef;
    border-radius: 10px;
    background-color: #fff;
    color: #36363b;
    box-shadow: none;
}

#order-standard_cart.configure-product-page .form-control:focus,
#order-standard_cart.configure-product-page .custom-select:focus {
    border-color: var(--h2hosty-brand);
    box-shadow: 0 0 0 4px rgba(124, 58, 237, 0.08);
}

#order-standard_cart.configure-product-page .panel-addon {
    overflow: hidden;
    margin-bottom: 18px;
    border: 1px solid rgba(124, 58, 237, 0.12);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(124, 58, 237, 0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

#order-standard_cart.configure-product-page .panel-addon:hover {
    transform: translateY(-2px);
    border-color: rgba(124, 58, 237, 0.28);
    box-shadow: 0 14px 28px rgba(124, 58, 237, 0.1);
}

#order-standard_cart.configure-product-page .panel-addon .panel-body {
    padding: 18px;
    text-align: left;
}

#order-standard_cart.configure-product-page .panel-addon .panel-price {
    padding: 10px 18px;
    background: #faf7ff;
    color: #403883;
    font-weight: 600;
}

#order-standard_cart.configure-product-page .panel-addon .panel-add {
    padding: 11px 18px;
    background: linear-gradient(135deg, var(--h2hosty-brand), var(--h2hosty-brand-dark));
    color: #fff;
    font-weight: 600;
}

#order-standard_cart.configure-product-page .order-summary {
    overflow: hidden;
    margin-bottom: 18px;
    border: 1px solid rgba(124, 58, 237, 0.14);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(124, 58, 237, 0.08);
}

#order-standard_cart.configure-product-page .order-summary h2 {
    padding: 17px 20px;
    background: #faf7ff;
    color: #403883;
    font-size: 18px;
    font-weight: 600;
}

#order-standard_cart.configure-product-page .summary-container {
    padding: 18px 20px;
    background: #fff;
    color: #555;
    font-size: 14px;
}

#order-standard_cart.configure-product-page .order-summary .total-due-today .amt {
    color: #403883;
    font-size: 30px;
    font-weight: 800;
}

#order-standard_cart.configure-product-page #btnCompleteProductConfig {
    min-width: 190px;
    min-height: 50px;
    border: 0;
    border-radius: 10px;
    background: linear-gradient(135deg, var(--h2hosty-brand), var(--h2hosty-brand-dark));
    color: #fff;
    box-shadow: 0 10px 22px rgba(124, 58, 237, 0.24);
    font-size: 16px;
    font-weight: 600;
    transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

#order-standard_cart.configure-product-page #btnCompleteProductConfig:hover,
#order-standard_cart.configure-product-page #btnCompleteProductConfig:focus {
    background: linear-gradient(135deg, var(--h2hosty-brand-hover), var(--h2hosty-brand-hover-dark));
    color: #fff;
    box-shadow: 0 14px 28px rgba(124, 58, 237, 0.32);
    transform: translateY(-2px);
}

@media (max-width: 991px) {
    #order-standard_cart.configure-product-page .secondary-cart-body,
    #order-standard_cart.configure-product-page .secondary-cart-sidebar {
        width: 100%;
        float: none;
    }

    #order-standard_cart.configure-product-page .secondary-cart-sidebar {
        margin: 20px 0 0;
    }
}

@media (max-width: 768px) {
    .checkout-step {
        font-size: 12px;
    }

    .checkout-step-circle {
        width: 30px;
        height: 30px;
        font-size: 12px;
    }

    .checkout-step-line {
        width: 20px;
    }

    #order-standard_cart .configure-product-card .h2-card-body {
        padding: 20px;
    }
}

#order-standard_cart.viewcart-page {
    display: flex;
    justify-content: center;
    padding-bottom: 70px;
}

#order-standard_cart.viewcart-page > .row {
    width: 100%;
    max-width: 1120px;
    margin-right: 0;
    margin-left: 0;
}

#order-standard_cart.viewcart-page .cart-sidebar {
    display: none;
}

#order-standard_cart.viewcart-page .cart-body {
    width: 100%;
    float: none;
    padding-right: 15px;
    padding-left: 15px;
}

#order-standard_cart .viewcart-card {
    width: 100%;
    overflow: visible;
    border: 1px solid #e3d9f1;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 8px 28px rgba(140, 95, 255, 0.12);
}

#order-standard_cart .viewcart-card .h2-card-header {
    padding: 22px 28px;
    border-bottom: 1px solid #ece4f6;
    color: #403883;
    font-size: 24px;
    font-weight: 600;
}

#order-standard_cart .viewcart-card .h2-card-body {
    padding: 28px;
}

#order-standard_cart.viewcart-page .secondary-cart-body {
    width: 64%;
    float: left;
}

#order-standard_cart.viewcart-page .secondary-cart-sidebar {
    width: 36%;
    float: right;
}

#order-standard_cart.viewcart-page .view-cart-items-header {
    margin: 0;
    padding: 14px 18px;
    border-radius: 14px 14px 0 0;
    background: #faf7ff;
    color: #403883;
    font-size: 14px;
    font-weight: 600;
}

#order-standard_cart.viewcart-page .view-cart-items {
    margin-bottom: 14px;
    border: 1px solid rgba(124, 58, 237, 0.1);
    border-top: 0;
    border-radius: 0 0 14px 14px;
    background: #fff;
}

#order-standard_cart.viewcart-page .view-cart-items .item {
    padding: 18px;
    border-right: 0;
    border-left: 0;
    background: #fff;
    font-size: 14px;
}

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

#order-standard_cart.viewcart-page .view-cart-items .item-title {
    color: #403883;
    font-size: 17px;
    font-weight: 600;
}

#order-standard_cart.viewcart-page .view-cart-items .item-group,
#order-standard_cart.viewcart-page .view-cart-items .item-domain,
#order-standard_cart.viewcart-page .view-cart-items small {
    color: #777;
    line-height: 1.6;
}

#order-standard_cart.viewcart-page .view-cart-items .item-price {
    color: #403883;
    font-weight: 600;
}

#order-standard_cart.viewcart-page .view-cart-items .item-price .cycle {
    color: #777;
    font-size: 13px;
    font-weight: 500;
}

#order-standard_cart.viewcart-page .btn-remove-from-cart {
    color: #9b8fbb;
}

#order-standard_cart.viewcart-page .btn-remove-from-cart:hover {
    color: #ef4444;
}

#order-standard_cart.viewcart-page .empty-cart {
    margin: 16px 0 22px;
    text-align: right;
}

#order-standard_cart.viewcart-page .empty-cart .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 40px;
    padding: 0 16px;
    border: 1px solid rgba(239, 68, 68, 0.22);
    border-radius: 10px;
    background: rgba(239, 68, 68, 0.06);
    color: var(--h2hosty-danger);
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease, color 0.22s ease;
}

#order-standard_cart.viewcart-page .empty-cart .btn:hover,
#order-standard_cart.viewcart-page .empty-cart .btn:focus {
    background: var(--h2hosty-danger);
    color: #fff;
    box-shadow: 0 10px 20px rgba(239, 68, 68, 0.18);
    transform: translateY(-2px);
}

#order-standard_cart.viewcart-page .view-cart-tabs {
    margin-top: 22px;
}

#order-standard_cart.viewcart-page .view-cart-tabs .nav-tabs {
    padding-left: 0;
    border-bottom: 1px solid #ece4f6;
}

#order-standard_cart.viewcart-page .view-cart-tabs .tab-content {
    padding: 18px;
    border: 1px solid #ece4f6;
    border-top: 0;
    border-radius: 0 0 14px 14px;
    background: #faf7ff;
}

#order-standard_cart.viewcart-page .view-cart-tabs .form-control,
#order-standard_cart.viewcart-page .view-cart-tabs .field {
    min-height: 46px;
    margin-bottom: 12px;
    border: 1px solid #ded6ef;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: none;
}

#order-standard_cart.viewcart-page .view-cart-tabs .prepend-icon .field {
    padding-left: 42px;
}

#order-standard_cart.viewcart-page .view-cart-tabs .prepend-icon .field-icon {
    top: 0;
    width: 42px;
    height: 46px;
    line-height: 46px;
}

#order-standard_cart.viewcart-page .view-cart-tabs .prepend-icon .field-icon i {
    color: #a29ab8;
    font-size: 14px;
    line-height: 46px;
}

#order-standard_cart.viewcart-page .view-cart-tabs .btn-default {
    min-height: 44px;
    border: 1px solid rgba(124, 58, 237, 0.22);
    border-radius: 10px;
    background: #fff;
    color: var(--h2hosty-brand);
    font-size: 15px;
    font-weight: 600;
    transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease, color 0.22s ease;
}

#order-standard_cart.viewcart-page .view-cart-tabs .btn-default:hover,
#order-standard_cart.viewcart-page .view-cart-tabs .btn-default:focus {
    background: #faf7ff;
    box-shadow: 0 10px 20px rgba(124, 58, 237, 0.12);
    color: var(--h2hosty-brand-dark);
    transform: translateY(-2px);
}

#order-standard_cart.viewcart-page .order-summary {
    overflow: hidden;
    margin-bottom: 18px;
    border: 1px solid rgba(124, 58, 237, 0.14);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(124, 58, 237, 0.08);
}

#order-standard_cart.viewcart-page .order-summary h2 {
    padding: 17px 20px;
    background: #faf7ff;
    color: #403883;
    font-size: 18px;
    font-weight: 600;
}

#order-standard_cart.viewcart-page .summary-container {
    padding: 18px 20px;
    background: #fff;
    color: #555;
    font-size: 14px;
}

#order-standard_cart.viewcart-page .summary-container .subtotal,
#order-standard_cart.viewcart-page .summary-container .bordered-totals,
#order-standard_cart.viewcart-page .summary-container .recurring-totals {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #ece4f6;
}

#order-standard_cart.viewcart-page .order-summary .total-due-today .amt {
    color: #403883;
    font-size: 30px;
    font-weight: 800;
}

#order-standard_cart.viewcart-page .btn-checkout {
    width: 100%;
    min-height: 50px;
    border: 0;
    border-radius: 10px;
    background: linear-gradient(135deg, var(--h2hosty-brand), var(--h2hosty-brand-dark));
    color: #fff;
    box-shadow: 0 10px 22px rgba(124, 58, 237, 0.24);
    font-size: 20px;
    font-weight: 600;
    transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

#order-standard_cart.viewcart-page .btn-checkout:hover,
#order-standard_cart.viewcart-page .btn-checkout:focus {
    background: linear-gradient(135deg, var(--h2hosty-brand-hover), var(--h2hosty-brand-hover-dark));
    color: #fff;
    box-shadow: 0 14px 28px rgba(124, 58, 237, 0.32);
    transform: translateY(-2px);
}

#order-standard_cart.viewcart-page .btn-continue-shopping {
    display: inline-block;
    margin-top: 10px;
    color: #7c3aed;
    font-weight: 600;
}

#order-standard_cart.viewcart-page .money-back-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    margin-top: 14px;
    padding: 10px 12px;
    border: 1px solid rgba(34, 197, 94, 0.16);
    border-radius: 10px;
    background: rgba(34, 197, 94, 0.06);
    color: #16803d;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
}

#order-standard_cart.viewcart-page .money-back-badge i {
    color: #22c55e;
    font-size: 15px;
}

@media (max-width: 991px) {
    #order-standard_cart.viewcart-page .secondary-cart-body,
    #order-standard_cart.viewcart-page .secondary-cart-sidebar {
        width: 100%;
        float: none;
    }

    #order-standard_cart.viewcart-page .secondary-cart-sidebar {
        margin: 20px 0 0;
    }
}

@media (max-width: 768px) {
    #order-standard_cart .viewcart-card .h2-card-body {
        padding: 20px;
    }
}

#order-standard_cart .modal-backdrop,
.modal-backdrop {
    background-color: #21173d;
}

#order-standard_cart .modal-backdrop.show,
.modal-backdrop.show {
    opacity: 0.58;
}

#order-standard_cart .modal-remove-item .modal-dialog {
    max-width: 520px;
}

#order-standard_cart .modal-remove-item .modal-content,
.modal-remove-item .modal-content {
    overflow: hidden;
    border: 1px solid #e3d9f1;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 26px 70px rgba(33, 23, 61, 0.26);
}

#order-standard_cart .modal-remove-item .modal-body,
.modal-remove-item .modal-body {
    padding: 34px 34px 22px;
    color: #5f5a72;
    font-size: 15px;
    line-height: 1.7;
}

#order-standard_cart .modal-remove-item .modal-body .float-right,
.modal-remove-item .modal-body .float-right {
    position: absolute;
    top: 16px;
    right: 16px;
}

#order-standard_cart .modal-remove-item .close,
.modal-remove-item .close {
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 50%;
    background: #faf7ff;
    color: #403883;
    font-size: 24px;
    line-height: 1;
    opacity: 1;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

#order-standard_cart .modal-remove-item .close:hover,
.modal-remove-item .close:hover {
    background: #403883;
    color: #fff;
    transform: rotate(90deg);
}

#order-standard_cart .modal-remove-item .modal-title,
.modal-remove-item .modal-title {
    margin: 0 0 12px;
    color: #403883;
    font-size: 24px;
    font-weight: 800;
}

#order-standard_cart .modal-remove-item .modal-title i,
.modal-remove-item .modal-title i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    margin: 0 auto 18px;
    padding-top: 0;
    border-radius: 18px;
    background: rgba(239, 68, 68, 0.08);
    color: var(--h2hosty-danger);
    font-size: 26px;
}

#order-standard_cart .modal-remove-item .modal-footer,
.modal-remove-item .modal-footer {
    gap: 10px;
    padding: 0 34px 34px;
}

#order-standard_cart .modal-remove-item .modal-footer .btn,
.modal-remove-item .modal-footer .btn {
    min-width: 92px;
    min-height: 44px;
    border-radius: 10px;
    font-weight: 600;
}

#order-standard_cart .modal-remove-item .modal-footer .btn-default,
.modal-remove-item .modal-footer .btn-default {
    border: 1px solid #ded6ef;
    background: #fff;
    color: #403883;
}

#order-standard_cart .modal-remove-item .modal-footer .btn-default:hover,
.modal-remove-item .modal-footer .btn-default:hover {
    background: #faf7ff;
}

#order-standard_cart .modal-remove-item .modal-footer .btn-primary,
.modal-remove-item .modal-footer .btn-primary {
    border: 0;
    background: linear-gradient(135deg, var(--h2hosty-brand), var(--h2hosty-brand-dark));
    color: #fff;
    box-shadow: 0 10px 20px rgba(124, 58, 237, 0.22);
}

#order-standard_cart .modal-remove-item .modal-footer .btn-primary:hover,
.modal-remove-item .modal-footer .btn-primary:hover {
    background: linear-gradient(135deg, var(--h2hosty-brand-hover), var(--h2hosty-brand-hover-dark));
    color: #fff;
    transform: translateY(-1px);
}

#order-standard_cart.checkout-page {
    display: flex;
    justify-content: center;
    padding-bottom: 70px;
}

#order-standard_cart.checkout-page > .row {
    width: 100%;
    max-width: 1120px;
    margin-right: 0;
    margin-left: 0;
}

#order-standard_cart.checkout-page .cart-sidebar {
    display: none;
}

#order-standard_cart.checkout-page .cart-body {
    width: 100%;
    float: none;
    padding-right: 15px;
    padding-left: 15px;
}

#order-standard_cart .checkout-card {
    width: 100%;
    overflow: visible;
    border: 1px solid #e3d9f1;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 8px 28px rgba(140, 95, 255, 0.12);
}

#order-standard_cart .checkout-card .h2-card-header {
    padding: 22px 28px;
    border-bottom: 1px solid #ece4f6;
    color: #403883;
    font-size: 24px;
    font-weight: 600;
}

#order-standard_cart .checkout-card .h2-card-body {
    padding: 28px;
}

#order-standard_cart.checkout-page .already-registered {
    margin-bottom: 24px;
    padding: 18px 20px;
    border: 1px solid rgba(124, 58, 237, 0.1);
    border-radius: 16px;
    background: #faf7ff;
}

#order-standard_cart.checkout-page .already-registered p {
    margin: 0;
    color: #5f5a72;
    font-size: 15px;
}

#order-standard_cart.checkout-page .already-registered .btn {
    border: 0;
    border-radius: 10px;
    background: #fff;
    color: var(--h2hosty-brand);
    font-weight: 600;
    box-shadow: 0 8px 18px rgba(124, 58, 237, 0.08);
}

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

#order-standard_cart.checkout-page .sub-heading span {
    top: auto;
    padding: 0;
    color: #403883;
    background: transparent;
    font-size: 18px;
    font-weight: 600;
}

#order-standard_cart.checkout-page .form-group {
    margin-bottom: 18px;
}

#order-standard_cart.checkout-page .field,
#order-standard_cart.checkout-page .form-control {
    min-height: 46px;
    border: 1px solid #ded6ef;
    border-radius: 10px;
    background-color: #fff;
    color: #36363b;
    box-shadow: none;
}

#order-standard_cart.checkout-page .field:focus,
#order-standard_cart.checkout-page .form-control:focus {
    border-color: var(--h2hosty-brand);
    box-shadow: 0 0 0 4px rgba(124, 58, 237, 0.08);
}

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

#order-standard_cart.checkout-page .prepend-icon .field-icon {
    top: 0;
    width: 42px;
    height: 46px;
    line-height: 46px;
}

#order-standard_cart.checkout-page .prepend-icon .field-icon i {
    color: #a29ab8;
    font-size: 14px;
    line-height: 46px;
}

#order-standard_cart.checkout-page #containerExistingAccountSelect .account,
#order-standard_cart.checkout-page #paymentGatewaysContainer,
#order-standard_cart.checkout-page .apply-credit-container,
#order-standard_cart.checkout-page .cc-input-container,
#order-standard_cart.checkout-page .marketing-email-optin {
    margin-bottom: 16px;
    padding: 18px;
    border: 1px solid rgba(124, 58, 237, 0.1);
    border-radius: 16px;
    background: #faf7ff;
}

#order-standard_cart.checkout-page #containerExistingAccountSelect .account.active {
    background: #fff;
    box-shadow: inset 3px 0 0 var(--h2hosty-brand);
}

#order-standard_cart.checkout-page #containerExistingAccountSelect .account label {
    width: 100%;
    margin: 0;
    color: #403883;
    font-size: 14px;
    font-weight: 600;
}

#order-standard_cart.checkout-page #containerExistingAccountSelect .account .address {
    display: inline-block;
    color: #403883;
    line-height: 1.6;
    vertical-align: middle;
}

#order-standard_cart.checkout-page #containerExistingAccountSelect .account .address strong {
    color: #242033;
    font-weight: 600;
}

#order-standard_cart.checkout-page #containerExistingAccountSelect .account .address .small {
    color: #5f5a72;
    font-size: 13px;
    font-weight: 500;
}

#order-standard_cart.checkout-page #containerExistingAccountSelect .label,
#order-standard_cart.checkout-page #containerExistingAccountSelect .label-info {
    display: inline-flex;
    align-items: center;
    margin-left: 6px;
    padding: 4px 8px;
    border-radius: 999px;
    background: #faf7ff;
    color: var(--h2hosty-brand);
    font-size: 12px;
    font-weight: 600;
}

#order-standard_cart.checkout-page #paymentGatewaysContainer p {
    margin-bottom: 14px;
    color: #5f5a72;
    font-size: 14px;
}

#order-standard_cart.checkout-page #paymentGatewaysContainer .radio-inline,
#order-standard_cart.checkout-page .apply-credit-container .radio,
#order-standard_cart.checkout-page .cc-input-container .radio-inline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 6px 10px 6px 0;
    padding: 10px 14px;
    border: 1px solid #ded6ef;
    border-radius: 999px;
    background: #fff;
    color: #403883;
    font-weight: 600;
}

#order-standard_cart.checkout-page #totalDueToday {
    border: 1px solid rgba(34, 197, 94, 0.14);
    border-radius: 14px;
    background: rgba(34, 197, 94, 0.06);
    color: #16803d;
    font-size: 16px;
    font-weight: 600;
}

#order-standard_cart.checkout-page #btnExistingLogin,
#order-standard_cart.checkout-page .generate-password,
#order-standard_cart.checkout-page #btnCompleteOrder {
    min-height: 48px;
    border: 0;
    border-radius: 10px;
    background: linear-gradient(135deg, var(--h2hosty-brand), var(--h2hosty-brand-dark));
    color: #fff;
    box-shadow: 0 10px 22px rgba(124, 58, 237, 0.24);
    font-size: 16px;
    font-weight: 600;
    transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

#order-standard_cart.checkout-page #btnCompleteOrder {
    min-width: 220px;
}

#order-standard_cart.checkout-page #btnExistingLogin:hover,
#order-standard_cart.checkout-page .generate-password:hover,
#order-standard_cart.checkout-page #btnCompleteOrder:hover,
#order-standard_cart.checkout-page #btnCompleteOrder:focus {
    background: linear-gradient(135deg, var(--h2hosty-brand-hover), var(--h2hosty-brand-hover-dark));
    color: #fff;
    box-shadow: 0 14px 28px rgba(124, 58, 237, 0.32);
    transform: translateY(-2px);
}

#order-standard_cart.checkout-page .checkout-security-msg {
    margin-top: 24px;
    padding: 16px 18px 16px 68px;
    border: 1px solid rgba(245, 158, 11, 0.14);
    border-radius: 14px;
    background: rgba(245, 158, 11, 0.06);
    color: #9a6200;
    font-size: 13px;
}

#order-standard_cart.checkout-page .checkout-security-msg i {
    margin-left: -46px;
    color: #f59e0b;
}

@media (max-width: 768px) {
    #order-standard_cart .checkout-card .h2-card-body {
        padding: 20px;
    }

    #order-standard_cart.checkout-page .already-registered .pull-right {
        float: none !important;
        margin-bottom: 12px;
    }
}

#order-standard_cart.configuredomains-page {
    display: flex;
    justify-content: center;
    padding-bottom: 70px;
}

#order-standard_cart.configuredomains-page > .row {
    width: 100%;
    max-width: 1120px;
    margin-right: 0;
    margin-left: 0;
}

#order-standard_cart.configuredomains-page .cart-sidebar {
    display: none;
}

#order-standard_cart.configuredomains-page .cart-body {
    width: 100%;
    float: none;
    padding-right: 15px;
    padding-left: 15px;
}

#order-standard_cart .configuredomains-card {
    width: 100%;
    overflow: visible;
    border: 1px solid #e3d9f1;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 8px 28px rgba(140, 95, 255, 0.12);
}

#order-standard_cart .configuredomains-card .h2-card-header {
    padding: 22px 28px;
    border-bottom: 1px solid #ece4f6;
    color: #403883;
    font-size: 24px;
    font-weight: 600;
}

#order-standard_cart .configuredomains-card .h2-card-body {
    padding: 28px;
}

#order-standard_cart.configuredomains-page .h2-card-body > p,
#order-standard_cart.configuredomains-page form > p {
    margin-bottom: 22px;
    color: #5f5a72;
    font-size: 16px;
}

#order-standard_cart.configuredomains-page .sub-heading {
    height: auto;
    margin: 28px 0 16px;
    border-top: 0;
    text-align: left;
}

#order-standard_cart.configuredomains-page .sub-heading span {
    top: auto;
    display: inline-flex;
    align-items: center;
    padding: 8px 13px;
    border-radius: 999px;
    background: #faf7ff;
    color: #403883;
    font-size: 15px;
    font-weight: 800;
}

#order-standard_cart.configuredomains-page .form-group {
    margin-bottom: 18px;
}

#order-standard_cart.configuredomains-page label {
    color: #403883;
    font-size: 16px;
    font-weight: 600;
}

#order-standard_cart.configuredomains-page .field,
#order-standard_cart.configuredomains-page .form-control {
    min-height: 46px;
    border: 1px solid #ded6ef;
    border-radius: 10px;
    background-color: #fff;
    color: #36363b;
    box-shadow: none;
}

#order-standard_cart.configuredomains-page .field:focus,
#order-standard_cart.configuredomains-page .form-control:focus {
    border-color: var(--h2hosty-brand);
    box-shadow: 0 0 0 4px rgba(124, 58, 237, 0.08);
}

#order-standard_cart.configuredomains-page .prepend-icon .field {
    padding-left: 42px;
}

#order-standard_cart.configuredomains-page .prepend-icon .field-icon {
    top: 0;
    width: 42px;
    height: 46px;
    line-height: 46px;
}

#order-standard_cart.configuredomains-page .prepend-icon .field-icon i {
    color: #a29ab8;
    font-size: 14px;
    line-height: 46px;
}

#order-standard_cart.configuredomains-page .addon-products {
    margin-top: 8px;
}

#order-standard_cart.configuredomains-page .panel-addon {
    overflow: hidden;
    height: 100%;
    margin-bottom: 18px;
    border: 1px solid rgba(124, 58, 237, 0.12);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(124, 58, 237, 0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

#order-standard_cart.configuredomains-page .panel-addon:hover {
    transform: translateY(-2px);
    border-color: rgba(124, 58, 237, 0.28);
    box-shadow: 0 14px 28px rgba(124, 58, 237, 0.1);
}

#order-standard_cart.configuredomains-page .panel-addon .panel-body {
    padding: 18px;
    text-align: left;
}

#order-standard_cart.configuredomains-page .panel-addon .panel-price {
    padding: 10px 18px;
    background: #faf7ff;
    color: #403883;
    font-weight: 600;
    font-size: 16px;
}

#order-standard_cart.configuredomains-page .panel-addon .panel-add {
    padding: 11px 18px;
    background: linear-gradient(135deg, var(--h2hosty-brand), var(--h2hosty-brand-dark));
    color: #fff;
    font-weight: 600;
    font-size: 15px;
}

#order-standard_cart.configuredomains-page button[type="submit"].btn-primary {
    min-width: 190px;
    min-height: 50px;
    border: 0;
    border-radius: 10px;
    background: linear-gradient(135deg, var(--h2hosty-brand), var(--h2hosty-brand-dark));
    color: #fff;
    box-shadow: 0 10px 22px rgba(124, 58, 237, 0.24);
    font-size: 16px;
    font-weight: 600;
    transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

#order-standard_cart.configuredomains-page button[type="submit"].btn-primary:hover,
#order-standard_cart.configuredomains-page button[type="submit"].btn-primary:focus {
    background: linear-gradient(135deg, var(--h2hosty-brand-hover), var(--h2hosty-brand-hover-dark));
    color: #fff;
    box-shadow: 0 14px 28px rgba(124, 58, 237, 0.32);
    transform: translateY(-2px);
}

@media (max-width: 768px) {
    #order-standard_cart .configuredomains-card .h2-card-body {
        padding: 20px;
    }
}
