﻿/**
 * WHMCS Base Order Form Stylesheet
 *
 * This stylesheet defines the css rules used by the base order form.
 *
 * @project   WHMCS
 * @cssdoc    version 1.0-pre
 * @package   WHMCS
 * @author    WHMCS Limited <development@whmcs.com>
 * @copyright Copyright (c) WHMCS Limited 2005-2020
 * @license   http://www.whmcs.com/license/
 * @link      http://www.whmcs.com/
 */

#order-standard_cart {
    margin: 0;
    padding: 0 0 40px 0;
    font-size: 14px;
}

#order-standard_cart .cart-sidebar {
    float: left;
    width: 25%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
#order-standard_cart .cart-body {
    float: right;
    width: 75%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

#order-standard_cart .secondary-cart-body {
    float: left;
    width: 65%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

#order-standard_cart .secondary-cart-sidebar {
    float: right;
    width: 35%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media only screen and (max-width: 1199px) {
    #order-standard_cart .cart-sidebar {
        display: none;
    }
    #order-standard_cart .cart-body {
        width: 100%;
        float: none;
    }

    #order-standard_cart .secondary-cart-body {
        width: 69%;
    }
    #order-standard_cart .secondary-cart-sidebar {
        width: 31%;
    }
}

@media only screen and (max-width: 991px) {
    #order-standard_cart .secondary-cart-body {
        width: 100%;
        float: none;
    }
    #order-standard_cart .secondary-cart-sidebar {
        margin: 0 auto;
        width: 300px;
        float: none;
    }
}

@media only screen and (max-width: 575px) {
    #order-standard_cart .secondary-cart-sidebar {
        width: 100%;
    }
}

#order-standard_cart .field-container {
    margin: 0 0 30px 0;
}

#order-standard_cart label,
#order-standard_cart p.domain-renewal-desc,
.service-renewals .div-renewal-period-label {
    margin-right: 10px;
    font-weight: 300;
    font-size: 13px;
    color: #666;
}
#order-standard_cart label .iradio_square-blue {
    margin-right: 2px;
}

#order-standard_cart .info-text-sm {
    font-size: 0.85em;
    text-align: center;
}

/**
 * Responsive Categories
 */

#order-standard_cart .cart-sidebar h3,
#order-standard_cart .sidebar-collapsed h3 {
    margin: 0;
    font-size: 16px;
}

#order-standard_cart .cart-sidebar .list-group-item {
    margin: 0;
    padding: 8px 15px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}
#order-standard_cart .cart-sidebar .list-group-item:first-child {
    border-radius: 0;
}
#order-standard_cart .cart-sidebar .list-group-item:last-child {
    border-bottom: 0;
}

#order-standard_cart .sidebar-collapsed {
    margin-top: 20px;
    padding: 4px;
    border-radius: 4px;
}
@media only screen and (min-width: 1200px) {
    #order-standard_cart .sidebar-collapsed {
        display: none;
    }
}
#order-standard_cart .sidebar-collapsed::after {
    display: block;
    clear: both;
    content: "";
}

/*
 * Section Dividers
 */

#order-standard_cart .sub-heading {
    height: 0;
    border-top: 1px solid #DDD;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
}

#order-standard_cart .sub-heading-borderless {
    height: 0;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
}

#order-standard_cart .sub-heading span,
#order-standard_cart .sub-heading-borderless span {
    display: inline-block;
    position: relative;
    padding: 0 17px;
    top: -11px;
    font-size: 16px;
    color: #058;
}

#order-standard_cart .domain-checker-advanced textarea {
    width: 100%;
    height: 120px;
    resize: none;
}

#order-standard_cart .domain-checker-advanced .multiselect {
    font-size: 12px;
    padding: 0 3px;
    margin: 5px;
    border: 0;
    background-color: inherit;
    color: #111827;
}

#order-standard_cart .domain-checker-advanced .multiselect-container label {
    padding: 0 0 0 5px;
}

#order-standard_cart .domain-checker-advanced .multiselect-item.filter {
    width: 80%;
}

#order-standard_cart .domain-checker-advanced label {
    font-size: 12px;
    font-weight: normal;
    margin: 5px 5px;
    color: #333;
}

#order-standard_cart .domain-checker-advanced .multiselect-container li.active a {
    background-color: unset;
}

#order-standard_cart .domain-checker-advanced input[type="checkbox"] {
    margin-right: 5px;
    background: white;
}

/**
 * Products
 */

#order-standard_cart .products {
    margin: 10px 0;
}

#order-standard_cart .products .product {
    padding: 1px 0 10px 0;
    margin: 0 0 20px 0;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #ddd;
}

#order-standard_cart .products .product header {
    position: relative;
    padding: 10px 20px;
    margin: 0 1px;
    background: #f8f8f8;
    border-radius: 3px 3px 0 0;
}

#order-standard_cart .products .product header span {
    margin: 0;
    color: #333;
    font-size: 1.2em;
}

#order-standard_cart .products .product header .qty {
    float: right;
    font-size: 0.8em;
    font-style: italic;
    color: #888;
}

#order-standard_cart .products .product div.product-desc {
    float: left;
    width: 60%;
    padding: 8px 14px;
    font-size: 0.8em;
}

#order-standard_cart .products .product div.product-desc-full-width {
    width: auto;
}

#order-standard_cart .products .product select {
    width: 100%;
    text-overflow: ellipsis;
}

#order-standard_cart .products .product span.feature-value {
    font-weight: bold;
}

#order-standard_cart .products .product div.product-pricing {
    margin-bottom: 10px;
}
#order-standard_cart .products .product div.product-pricing span.price {
    font-size: 1.4em;
}

#order-standard_cart .products .product footer {
    float: right;
    margin: 20px 0;
    width: 40%;
    font-size: 0.8em;
    text-align: center;
}

/*
 * Addon Panels
 */

#order-standard_cart .panel-addon {
    font-size: 0.8em;
    text-align: center;
}
#order-standard_cart .panel-addon:hover {
    cursor: pointer;
}
#order-standard_cart .panel-addon .panel-body {
    border-radius: 4px;
}
#order-standard_cart .panel-addon .panel-body label {
    font-size: 1em;
    font-weight: bold;
    color: #333;
}
#order-standard_cart .panel-addon .panel-price {
    padding: 4px;
    background-color: #e8e8e8;
}
#order-standard_cart .panel-addon .panel-add {
    display: block;
    padding: 4px;
    background-color: #5cb85c;
    color: #fff;
    border-radius: 0 0 4px 4px;
}
#order-standard_cart .panel-addon-selected {
    border-color: #bbb;
}
#order-standard_cart .panel-addon-selected .panel-add {
    background-color: #5cb85c;
    color: #fff;
}

/**
 * Domain registration
 */

#order-standard_cart .domain-selection-options {
    margin: 15px 0;
}
#order-standard_cart .domains-row {
    margin-right: -2px;
    margin-left: -2px;
}
@media (max-width: 767px) {
    #order-standard_cart .domains-row {
        padding-bottom: 5px;
    }
}
#order-standard_cart .domains-row .col-sm-3,
#order-standard_cart .domains-row .col-sm-9,
#order-standard_cart .domains-row .col-xs-2,
#order-standard_cart .domains-row .col-xs-3,
#order-standard_cart .domains-row .col-xs-5,
#order-standard_cart .domains-row .col-xs-7,
#order-standard_cart .domains-row .col-xs-9 {
    padding-right: 2px;
    padding-left: 2px;
}

#order-standard_cart .domain-selection-options .option {
    margin-bottom: 2px;
    padding: 6px 20px;
    border-radius: 6px;
    background-color: #f8f8f8;
}
#order-standard_cart .domain-selection-options .option:hover {
    cursor: pointer;
}
#order-standard_cart .domain-selection-options .option .iradio_square-blue {
    margin-right: 10px;
}
#order-standard_cart .domain-suggestions .icheckbox_square-green {
    margin-right: 10px;
}
#order-standard_cart .domain-selection-options .option-selected label {
    font-weight: bold;
}
#order-standard_cart .domain-selection-options .option-selected {
    background-color: #efefef;
}
#order-standard_cart .domain-input-group {
    display: none;
    margin: 10px 0;
}
#order-standard_cart .domain-loading-spinner {
    display: none;
    padding: 30px;
    text-align: center;
}

#order-standard_cart .domain-lookup-primary-loader,
#order-standard_cart .domain-lookup-primary-results {
    margin: 20px 0;
    text-align: center;
}
#order-standard_cart .domain-checker-result-headline {
    margin: 20px;
    text-align: center;
}
#order-standard_cart .domain-checker-result-headline,
#order-standard_cart .domain-lookup-primary-results .headline {
    font-size: 1.6em;
    word-wrap: break-word;
}
#order-standard_cart .domain-checker-available {
    color: #367C36;
}
#order-standard_cart .domain-checker-unavailable,
#order-standard_cart .domain-checker-invalid {
    color: #CD322D;
}
#order-standard_cart .transfer-eligible,
#order-standard_cart .transfer-not-eligible {
    margin: 30px 0 15px;
    padding: 20px;
}
#order-standard_cart .transfer-eligible {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
#order-standard_cart .transfer-not-eligible {
    color: #666;
    background-color: #f6f6f6;
}

#order-standard_cart .domain-suggestions {
    margin-bottom: 20px;
    font-size: 0.8em;
}

#order-standard_cart .domain-add-domain {
    margin: 25px 0;
}

/**
 * Product Configuration
 */

#order-standard_cart .product-info {
    margin: 0 0 20px 0;
    padding: 6px 15px;
    font-size: 0.85em;
    background-color: #f8f8f8;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
}
#order-standard_cart .product-info .product-title {
    margin: 0;
    font-size: 1.6em;
}

#order-standard_cart .order-summary {
    margin: 0 0 20px 0;
    padding: 0;
    background-color: #666;
    border-bottom: 3px solid #666;
    border-radius: 4px;
}

#order-standard_cart .order-summary h2 {
    margin: 0;
    padding: 10px;
    color: #fff;
    text-align: center;
    font-size: 1.4em;
    font-weight: normal;
}

#order-standard_cart .summary-container {
    margin: 0;
    padding: 10px;
    min-height: 100px;
    border-radius: 3px;
    background-color: #f8f8f8;
    font-size: 0.8em;
}

#order-standard_cart .order-summary .product-name {
    display: block;
    font-weight: bold;
    font-size: 1.2em;
}
#order-standard_cart .order-summary .product-group {
    margin: 0 0 5px 0;
    display: block;
    font-style: italic;
}
#order-standard_cart .order-summary .summary-totals {
    margin: 5px 0;
    padding: 5px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
#order-standard_cart .order-summary .total-due-today span {
    display: block;
    text-align: right;
}
#order-standard_cart .order-summary .total-due-today .amt {
    font-size: 2.3em;
}

#order-standard_cart .order-summary .loader {
    position: relative;
    top: 10px;
    height: 0;
    padding-right: 10px;
    text-align: right;
    color: #efefef;
}

/**
 * View Cart
 */

#order-standard_cart .panel-taxes {
    font-size: 0.8em;
}

#order-standard_cart .row-upgrade-credit {
    margin-top: 5px;
}
#order-standard_cart .row-upgrade-credit .item-price {
    font-size: 0.9em;
}

/**
 * Checkout
 */

#order-standard_cart #btnAlreadyRegistered,
#order-standard_cart #btnNewUserSignup {
    margin: 0 0 0 10px;
}

#order-standard_cart .checkout-error-feedback {
    margin: 15px 0;
}

#order-standard_cart .apply-credit-container {
    margin: 15px 0;
    padding: 15px;
    background-color: #eee;
}
#order-standard_cart .apply-credit-container span {
    font-weight: bold;
}
#order-standard_cart .apply-credit-container .radio {
    padding-left: 20px;
    padding-right: 20px;
}
#order-standard_cart .apply-credit-container .iradio_square-blue {
    margin-right: 6px;
}

#order-standard_cart .cc-input-container {
    padding: 15px 15px 10px 15px;
    background-color: #f3f3f3;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
}
#order-standard_cart .cc-input-container .form-group {
    margin-top: 10px;
    margin-bottom: 10px;
}
#order-standard_cart .cc-input-container .radio-inline {
    padding-left: 0;
    margin-bottom: 10px;
}
#order-standard_cart .cc-input-container .paymethod-info {
    cursor: pointer;
    padding-right: 10px;
    margin-bottom: 5px;
}
#order-standard_cart .cc-input-container ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#order-standard_cart .cc-input-container ul li {
    padding: 2px 0;
}
#order-standard_cart .cc-input-container i {
    padding: 0 6px;
    width: 28px;
    text-align: center;
}
#order-standard_cart .cc-input-container .existing-cc-grid {
    display: inline-grid;
    grid-template-columns: repeat(3, auto) minmax(10em, 30em) auto;
    font-weight: 300;
    color: #666;
    font-size: 13px;
}
#order-standard_cart .checkout-security-msg {
    margin: 20px 0;
    padding-left: 75px;
    font-size: 0.8em;
}
#order-standard_cart .checkout-security-msg i {
    float: left;
    margin-left: -48px;
    font-size: 2.8em;
}

/**
 * Form fields
 */

#order-standard_cart .prepend-icon {
  top: 0;
  left: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 100%;
  font-weight: normal;
}
#order-standard_cart .field,
#order-standard_cart .form-control {
  position: relative;
  vertical-align: top;
  border: 1px solid #DDD;
  display: -moz-inline-stack;
  display: inline-block;
  color: #626262;
  outline: none;
  background-color: #fff;
  border-radius: 3px;
}

#order-standard_cart .input-group-lg > .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px 0 0 6px;
}
#order-standard_cart .form-control-qty {
    width: 70px;
    text-align: center;
}
#order-standard_cart .form-control-static-inline {
    display: inline-block;
}
#order-standard_cart .form-control:focus {
  border-color: #ddd;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#order-standard_cart textarea.field {
    height: auto;
}
#order-standard_cart .prepend-icon .field {
    -webkit-appearance: none;
    padding-left: 36px;
}
#order-standard_cart .prepend-icon .field-icon i {
    position: relative;
  font-size: 14px;
}
#order-standard_cart .prepend-icon .field-icon {
  top: 0;
  z-index: 4;
  width: 42px;
  height: 36px;
  color: inherit;
  line-height: 36px;
  position: absolute;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  pointer-events: none;
}
#order-standard_cart .field-icon i {
    color: #bbb;
}
#order-standard_cart .field[disabled],
#order-standard_cart .field[readonly],
#order-standard_cart .form-control[disabled],
#order-standard_cart .form-control[readonly] {
  background-color: #f8f8f8;
  opacity: 1;
}

#order-standard_cart .field-help-text {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #888;
    font-size: 12px;
}

/**
 * View Cart
 */

#order-standard_cart .view-cart-items-header {
    margin: 0;
    padding: 8px 15px;
    background-color: #058;
    color: #fff;
    font-size: 0.9em;
    border-radius: 4px 4px 0 0;
}
#order-standard_cart .view-cart-items {
    margin: 0 0 20px 0;
    border-bottom: 2px solid #058;
}
#order-standard_cart .view-cart-items .item {
    margin: 0;
    padding: 10px;
    background-color: #fff;
    border-left: 0;
    border-right: 0;
    font-size: 0.8em;
}
#order-standard_cart .view-cart-items .item:nth-child(even) {
    background-color: #eee;
}
#order-standard_cart .view-cart-items .item span:not(.caret):not(.renewal-price) {
    display: block;
}
#order-standard_cart .view-cart-items .item-title {
    font-size: 1.6em;
}
#order-standard_cart .view-cart-items .item-group {
    font-size: 1.2em;
}
#order-standard_cart .view-cart-items .item-domain {
    color: #056;
}
#order-standard_cart .view-cart-items .item-price {
    text-align: right;
}
#order-standard_cart .view-cart-items .item-price span {
    font-size: 1.6em;
}
#order-standard_cart .view-cart-items .item-price .cycle {
    font-size: 0.9em;
}
#order-standard_cart .view-cart-items .item-qty {
    text-align: center;
}
#order-standard_cart .view-cart-items .item-qty input {
    margin-bottom: 5px;
    padding: 4px;
    height: auto;
}
#order-standard_cart .view-cart-items .item-qty button {
    font-size: 0.8em;
}

#order-standard_cart .btn-remove-from-cart {
    color: #444;
}
#order-standard_cart .btn-remove-from-cart:hover {
    color: #cc0000;
    text-decoration: none;
}

#order-standard_cart .empty-cart {
    text-align: right;
    margin: -20px 20px 0 0;
    line-height: 1em;
}
#order-standard_cart .empty-cart .btn {
    margin: 0;
    padding: 4px 10px;
    background-color: #058;
    border: 0;
    color: #fff;
    border-radius: 0 0 4px 4px;
}

#order-standard_cart .btn-checkout {
    padding: 15px 34px;
}

#order-standard_cart .order-summary .subtotal {
    margin: 0;
    padding: 0 0 5px 0;
    font-size: 1.2em;
    border-bottom: 1px solid #ddd;
}
#order-standard_cart .order-summary .bordered-totals {
    margin: 0 0 5px 0;
    padding: 5px 0;
    border-bottom: 1px solid #ddd;
}
#order-standard_cart .order-summary .recurring-totals {
    margin: 5px 0 0 0;
    padding: 0;
}
#order-standard_cart .order-summary .total-due-today-padded {
    margin: 20px 0;
}

#order-standard_cart .order-summary .recurring-charges {
    font-size: 0.9em;
    color: #777;
    font-style: italic;
    text-align: right;
}

#order-standard_cart .order-summary .btn-continue-shopping {
    color: #222;
    font-size: 0.9em;
}

#order-standard_cart .view-cart-tabs .promo .form-group {
    margin-bottom: 5px;
}

#order-standard_cart .view-cart-tabs {
    margin: 0 0 20px 0;
}
#order-standard_cart .view-cart-tabs .nav-tabs {
    padding-left: 20px;
    font-size: 0.8em;
}
#order-standard_cart .view-cart-tabs .nav-tabs a[aria-selected="true"],
#order-standard_cart .view-cart-tabs .nav-tabs a[aria-expanded="true"] {
    border-color: #dee2e6 #dee2e6 #f8f8f8;
    background-color: #f8f8f8;
}
#order-standard_cart .view-cart-tabs .tab-content {
    background-color: #f8f8f8;
    padding: 15px;
}

#order-standard_cart .view-cart-promotion-code {
    margin: 0 0 5px 0;
    padding: 10px 20px;
    background-color: #fff;
    border: 1px dashed #ccc;
    text-align: center;
}

#order-standard_cart .view-cart-gateway-checkout {
    margin: 0 0 20px 0;
    padding: 15px;
    background-color: #e8e8e8;
    border-radius: 4px;
    text-align: center;
}

#order-standard_cart .view-cart-empty {
    padding: 30px 15px;
    text-align: center;
}

#order-standard_cart .express-checkout-buttons .separator {
    margin-left: 70px;
    padding: 5px;
    text-align: center;
    font-weight: bold;
}

/**
 * Completion Page
 */

#order-standard_cart .order-confirmation {
    text-align: center;
}
#order-standard_cart .order-confirmation span {
    font-size: 1.4em;
}
#order-standard_cart .order-confirmation-addon-output {
    margin: 15px 0;
    text-align: center;
}

/**
 * Error Page
 */

.error-heading {
    margin: 30px 0;
    font-size: 1.4em;
    text-align: center;
}

/**
 * Remove Item Modal
 */

#order-standard_cart .modal-title i {
    display: block;
    padding-top: 25px;
}
#order-standard_cart .modal-header,
#order-standard_cart .modal-body,
#order-standard_cart .modal-footer {
    text-align: center !important;
    border: 0;
}
#order-standard_cart .modal-remove-item .modal-footer {
    padding-bottom: 45px;
}

/**
 * Domain Lookup
 */

/**
 * -------------------------
 * @section Domain Checker
 * -------------------------
 */

div.domainresults div:not(.btn-group) {
    margin: 0;
    padding: 10px 25px;
    background-color: #ddd;
    color: #666;
    font-size: 1.0em;
    border-radius: 6px 6px 0 0;
}

div.domainresults div:not(.btn-group) span {
    padding-left: 20px;
    font-size: 14px;
    color: #888;
}

div.domainresults table tr td {
    padding: 5px 30px;
    line-height: 40px;
}

.domain-checker-container {
    margin: 20px 0;
    padding: 0;
    background-color: #ffce44;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffb201), to(#ffd960));
    background: -webkit-linear-gradient(top, #ffd960, #ffb201);
    background: -moz-linear-gradient(top, #ffd960, #ffb201);
    background: -ms-linear-gradient(top, #ffd960, #ffb201);
    background: -o-linear-gradient(top, #ffd960, #ffb201);
}

.domain-checker-bg {
    margin: 0;
    padding: 80px 0;
    background-repeat: no-repeat;
    background-position: 110% -5px;
    background-image:url('../img/globe.png');
}

@media (max-width: 992px) {
    .domain-checker-bg {
        padding: 40px 0;
    }
}

.domain-checker-container .input-group-box {
    margin: 0 auto;
    padding: 10px;
    width: 100%;
    background-color: #fff;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}

.domain-bulk-options-box {
    position: absolute;
    top: 18px;
    right: 134px;
    z-index:100;
}

@media (max-width: 767px) {
    .domain-checker-container .input-group-box .input-group-btn {
        display: block;
        width: 100%;
    }
    .domain-checker-container .input-group-box .input-group-btn .btn {
        width: 100%;
        border-radius: 6px;
    }
    .domain-checker-container .input-group-box .form-control {
        border-radius: 6px !important;
        margin-bottom: 5px;
        float: none;
    }
}

.domain-checker-container.domain-checker-advanced textarea {
    width: 592px;
    height: 120px;
    resize: none;
}

.domain-checker-container.domain-checker-advanced #btnCheckAvailability {
    position: absolute;
    right: 20px;
    top: 74px;
}

.domain-checker-container.domain-checker-advanced .multiselect {
    font-size: 12px;
    padding: 0 3px;
    margin: 5px;
    border: 0;
}

.domain-checker-container.domain-checker-advanced .multiselect-item.filter {
    width: 80%;
}
.domain-checker-container.domain-checker-advanced .multiselect-container label {
    padding: 0 0 0 5px;
}

.domain-check-availability {
    width: 100px;
    height: 46px;
}

.domain-step-options {
    min-height: 300px;
}

.domain-checker-result-headline {
    margin: 20px;
    font-size: 1.6em;
    text-align: center;
}
.domain-checker-available {
    color: #5cb85c;
}
.domain-checker-unavailable,
.domain-checker-invalid {
    color: #d9534f;
}

div.domainresults div.domain-checkout-area {
    display: none;
    float: right;
    padding: 8px 40px 0;
}

.domain-disclaimer-area {
    margin: 0 0 25px 0;
    font-size: 12px;
}

.domain-bulk-domain-well {
    width: 60%;
}

.domain-tld-pricing-table-responsive {
    border: 0;
    margin-bottom: 0;
}

a.domain-tld-pricing-category {
    display: block;
    text-align: center;
}

.domain-pricing .tld-row {
    padding-top: 3px;
    padding-bottom: 3px;
    border-bottom: 1px solid #f5f5f5;
}
.domain-pricing .tld-row.highlighted {
    background: #f3f9fd;
}

.domain-pricing .tld-pricing-header .col-xs-2,
.domain-pricing .tld-pricing-header .col-sm-2 {
    height: 56px;
}
.domain-pricing .tld-pricing-header .tld-column {
    padding-top: 4px;
    padding-bottom: 4px;
    border-radius: 4px 4px 0 0;
}
.domain-pricing .tld-pricing-header .col-xs-2,
.domain-pricing .tld-pricing-header .col-sm-2,
.domain-pricing .tld-pricing-header .col-xs-4,
.domain-pricing .tld-pricing-header .col-sm-4 {
    padding-top: 4px;
    padding-bottom: 4px;
    border-bottom: 6px solid #97b5d2;
    background-color: #efefef;
    border-radius: 4px 4px 0 0;
}
.domain-pricing .no-bg {
    background-color: transparent !important;
}
.domain-pricing .tld-pricing-header div:nth-child(odd) {
    border-color: #336699;
    background-color: #f5f5f5;
}
.domain-pricing .two-row-center {
    line-height: 28px;
    margin-top: 6px;
    margin-bottom: 6px;
    border-right: 2px solid #c7d7e6;
}

.domain-pricing .tld-row.no-tlds {
    display: none;
}

.domain-searching {
    color: #ccc;
}

.spotlight-tlds {
    margin: 15px 0;
    padding: 7px 14px;
    background-color: #f8f8f8;
}
.spotlight-tlds-container {
    margin-left: -7px;
    margin-right: -7px;
}
.spotlight-tld-container {
    float: left;
    padding: 7px 7px;
}
.spotlight-tld-container-1 {
    width: 100%;
}
.spotlight-tld-container-2 {
    width: 50%;
}
.spotlight-tld-container-3 {
    width: 33.3%;
}
.spotlight-tld-container-4 {
    width: 25%;
}
.spotlight-tld-container-5 {
    width: 20%;
}
.spotlight-tld-container-6 {
    width: 16.6%;
}
.spotlight-tld-container-7 {
    width: 14.28%;
}
.spotlight-tld-container-8 {
    width: 12.5%;
}

@media screen and (max-width: 991px) {
    .spotlight-tld-container-5,
    .spotlight-tld-container-6 {
        width: 33.3%;
    }
    .spotlight-tld-container-7,
    .spotlight-tld-container-8 {
        width: 25%;
    }
}
@media screen and (max-width: 580px) {
    .spotlight-tld-container-3,
    .spotlight-tld-container-4,
    .spotlight-tld-container-5,
    .spotlight-tld-container-6,
    .spotlight-tld-container-7,
    .spotlight-tld-container-8 {
        width: 50%;
    }
}

.spotlight-tld {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 15px 0;
    height: 112px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    text-align: center;
    font-weight: bold;
    color: #555;
}
.spotlight-tld span {
    display: block;
    padding: 5px 0;
    font-weight: normal;
}
.spotlight-tld .btn:not(.domain-contact-support) {
    padding: 2px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    background-color: #555;
    border-color: #333;
    color: #fff;
    width: 85%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.spotlight-tld .btn.domain-contact-support {
    padding: 2px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    color: #fff;
    min-width: 85%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.spotlight-tld .btn span {
    padding: 0;
}
.spotlight-tld .unavailable,
.spotlight-tld .invalid {
    margin: 32px 0;
    background-color: #eee;
    border-color: #ddd;
    color: #bbb;
}
.spotlight-tld .domain-contact-support {
    margin: 19px 0;
}
.spotlight-tld .domain-lookup-spotlight-loader {
    line-height: 47px;
    font-size: 1.4em;
}
.spotlight-tld .results {
    display: none;
}
.spotlight-tld-new {
    width: 60px;
    position: absolute;
    letter-spacing: 1px;
    padding: 3px;
    font-size: x-small;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    top: 3px;
    right: -18px;
    background-color: #1A8454;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.spotlight-tld-sale {
    width: 60px;
    position: absolute;
    letter-spacing: 0;
    padding: 3px;
    font-size: x-small;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    top: 3px;
    right: -18px;
    background-color: #8E7106;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.spotlight-tld-hot {
    width: 60px;
    position: absolute;
    letter-spacing: 0;
    padding: 3px;
    font-size: x-small;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    top: 3px;
    right: -18px;
    background-color: #E71408;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.suggested-domains .panel-heading,
.suggested-domains .card-header {
    border-bottom: 2px solid #62cb31;
}

#DomainSearchResults .primary-domain-header{
    padding: 0.75rem 1.25rem;
    border-bottom: 2px solid #62cb31;
}

.suggested-domains .domain-lookup-suggestions-message,
.suggested-domains .domain-lookup-suggestions-loader {
    padding: 30px 20px;
    background-color: #f8f8f8;
    font-size: 0.9em;
    text-align: center;
    opacity: 0.7;
}
.suggested-domains .list-group-item {
    border-left: 0;
    border-right: 0;
    word-wrap: break-word;
}
.suggested-domains .extension {
    font-weight: bold;
}
.suggested-domains .promo.hot {
    padding: 2px 8px;
    background-color: #E71408;
    color: #fff;
    text-transform: uppercase;
}
.suggested-domains .promo.sale {
    padding: 2px 8px;
    background-color: #8E7106;
    color: #fff;
    text-transform: uppercase;
}
.suggested-domains .promo.new {
    padding: 2px 8px;
    background-color: #1A8454;
    color: #fff;
    text-transform: uppercase;
}
.suggested-domains .actions {
    float: right;
}
.suggested-domains .price {
    padding: 0 20px;
    font-size: 1.2em;
}
.suggested-domains .btn:not(.domain-contact-support) {
    padding: 2px 10px;
    font-size: 11px;
    line-height: 1.4;
    border-radius: 3px;
    background-color: #555;
    border-color: #333;
    color: #fff;
}
.suggested-domains .btn.domain-contact-support {
    padding: 2px 10px;
    font-size: 11px;
    line-height: 1.4;
    border-radius: 3px;
    color: #fff;
}

@media (max-width: 767px) {
    .suggested-domains .list-group-item {
        text-align: center;
    }
    .suggested-domains .actions {
        float: none;
    }
    .suggested-domains .price {
        float: none;
        display: block;
        padding: 3px 0;
    }
    .suggested-domains .list-group-item .btn {
        float: none;
        width: 100%;
    }
}

.domain-promo-box {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    color: #333;
    border-radius: 4px;
}
.domain-promo-box h3 {
    margin: 0;
    font-weight: 400;
}
.domain-promo-box i {
    float: right;
}
.domain-promo-box p {
    margin: 0 0 10px 0;
    font-size: 0.85em;
}
.domain-promo-box .small {
    margin: 10px 0 0 0;
    color: #999;
}

.btn-transfer {
    min-width: 100px;
}

.slim-alert {
    margin: 0 0 5px 0;
    padding: 5px;
    text-align: center;
}

.domain-suggestions-warning {
    padding: 10px 0;
    font-size: 0.7em;
}

/**
 * Domain Renewals
 */

.form-control.domain-renewals-filter,
.form-control.service-renewals-filter {
    background: url(../../../../assets/img/search.png) #fff no-repeat 8px 5px !important;
    padding: 7px 10px 7px 45px !important;
    height: auto !important;
    width: 200px !important;
    font-size: 13px !important;
    border-radius: 2px !important;
}
.service-renewals-quick-filter {
    margin-bottom: 5px;
    width: 100%;
}
.form-control.service-renewals-filter {
    width: 100% !important;
}
@media (min-width: 768px) {
    .form-control.service-renewals-filter,
    .service-renewals-quick-filter {
        width: 270px !important;
        float: right !important;
    }
}

.domain-renewals,
.service-renewals {
    margin: 10px 0;
    border-top: 1px solid #ccc;
}
.domain-renewals,
.service-renewals,
.addon-renewals .service-renewal {
    background-color: #f8f8f8;
}
.domain-renewals .domain-renewal,
.service-renewals .service-renewal {
    margin: 0;
    padding: 15px;
    border-bottom: 1px solid #ccc;
}
.domain-renewals .domain-renewal:nth-child(even),
.service-renewals .service-renewal:nth-child(even),
.addon-renewals .service-renewal:nth-child(even) {
    background-color: #f4f4f4;
}
.domain-renewals .domain-renewal h3,
.service-renewals .service-renewal h3{
    margin: 0;
}
.domain-renewals .domain-renewal .label,
.service-renewals .service-renewal .label {
    border-radius: 3px;
}
.service-renewals .div-renewal-ineligible {
    font-weight: bold;
    color: #666;
}
.service-renewals .div-renewal-ineligible i {
    margin-right: 4px;
}
.addon-renewals {
    margin-top: 15px;
}
.addon-renewals > div {
    border: 1px solid #ccc;
}
.addon-renewals div > .service-renewal:last-child {
    border-bottom: 0;
}
.order-summary i.fa-trash {
    opacity: 0.5;
}
.order-summary i.fa-trash:hover {
    opacity: 1;
}

/**
 * -------------------------
 * Order Configure Product Addon Promo Containers
 * -------------------------
 */

#order-standard_cart .addon-promo-container {
    margin: 20px 0;
    padding: 20px;
    border: 1px solid #eee;
    font-size: 0.9em;
}
#order-standard_cart .addon-promo-container h3 {
    margin: 0 0 10px 0;
}
#order-standard_cart .addon-promo-container .logo {
    float: right;
    margin: 0 0 10px 20px;
    text-align: right;
    line-height: 100px;
}
#order-standard_cart .addon-promo-container img {
    max-width: 120px;
}
#order-standard_cart .addon-promo-container .description {
    margin: 10px 0;
}
#order-standard_cart .addon-promo-container label {
    margin-top: 3px;
    width: 98%;
}
#order-standard_cart .addon-promo-container a {
    text-decoration: underline;
}

#order-standard_cart .mc-promos {
    margin: 20px auto 30px;
    max-width: 575px;
}

#order-standard_cart .mc-promo {
    margin: 0 0 10px 0;
    background-color: #fff;
    border: 1px dashed #ccc;
    border-bottom: 4px solid #9abb3a;
}
#order-standard_cart .mc-promo .cta {
    float: right;
    padding: 3px 10px;
    text-align: center;
}
#order-standard_cart .mc-promo .headline {
    padding-top: 8px;
    font-size: 1.3em;
}
#order-standard_cart .mc-promo .tagline {
    font-size: 1.2em;
    font-weight: 300;
}
#order-standard_cart .mc-promo .header {
    border-bottom: 0;
    height: 70px;
    overflow: hidden;
    cursor: pointer;
}
#order-standard_cart .mc-promo .icon {
    float: left;
    margin: 10px;
    width: 64px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}
#order-standard_cart .mc-promo .icon img {
    max-width: 100%;
    max-height: 100%;
}
#order-standard_cart .mc-promo .body {
    padding: 10px 15px;
    border-top: 10px solid #eaeaea;
    background-color: #f8f8f8;
    font-size: 0.85em;
    display: none;
}
#order-standard_cart .mc-promo .body i {
    color: #99bc3a;
    padding-right: 3px;
}
.mc-promo em {
    font-weight: bold;
    font-style: normal;
}
#order-standard_cart .mc-promo .body ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#order-standard_cart .mc-promo .body li {
    width: 50%;
}
#order-standard_cart .mc-promo .body li.left {
    float: left;
}
#order-standard_cart .mc-promo .body li.right {
    float: right;
}
#order-standard_cart .mc-promo .price {
    padding: 4px 0;
    font-size: 1.15em;
    color: #83a032;
}
#order-standard_cart .mc-promo .btn-add {
    padding: 0;
    background-color: #99bb3a;
    color: #fff;
    font-size: 1em;
}
#order-standard_cart .mc-promo .arrow {
    display: inline-block;
    padding: 2px 8px;
    background-color: #84b436;
}
#order-standard_cart .mc-promo .text{
    display: inline-block;
    padding: 2px 8px;
    font-size: 0.9em;
}
#order-standard_cart .mc-promo .expander {
    float: left;
    width: 28px;
    font-size: 1.5em;
    color: #99bc3a;
    text-align: right;
    line-height: 60px;
    transition: all 2s linear;
}

#order-standard_cart .mc-promo.weebly {
    border-color: #7b7b7b;
}
#order-standard_cart .mc-promo.weebly .btn-add {
    background-color: #7b7b7b;
}
#order-standard_cart .mc-promo.weebly .arrow {
    background-color: #666;
}
#order-standard_cart .mc-promo.weebly .expander,
#order-standard_cart .mc-promo.weebly .price {
    color: #7b7b7b;
}

#order-standard_cart .mc-promo.spamexperts {
    border-color: #56a2da;
}
#order-standard_cart .mc-promo.spamexperts .btn-add {
    background-color: #56a2da;
}
#order-standard_cart .mc-promo.spamexperts .arrow {
    background-color: #4e98d0;
}
#order-standard_cart .mc-promo.spamexperts .expander,
#order-standard_cart .mc-promo.spamexperts .price {
    color: #56a2da;
}

#order-standard_cart .mc-promo.sitelock {
    border-color: #f29f44;
}
#order-standard_cart .mc-promo.sitelock .btn-add {
    background-color: #f29f44;
}
#order-standard_cart .mc-promo.sitelock .arrow {
    background-color: #f08f3d;
}
#order-standard_cart .mc-promo.sitelock .expander,
#order-standard_cart .mc-promo.sitelock .price {
    color: #f29f44;
}

#order-standard_cart .mc-promo.sitelockvpn {
    border-color: #555;
}
#order-standard_cart .mc-promo.sitelockvpn .btn-add {
    background-color: #555;
}
#order-standard_cart .mc-promo.sitelockvpn .arrow {
    background-color: #333;
}
#order-standard_cart .mc-promo.sitelockvpn .expander,
#order-standard_cart .mc-promo.sitelockvpn .price {
    color: #555;
}

#order-standard_cart .mc-promo.nordvpn {
    border-color: #4687FF;
}
#order-standard_cart .mc-promo.nordvpn .btn-add {
    background-color: #4687FF;
}
#order-standard_cart .mc-promo.nordvpn .arrow {
    background-color: #4687FF;
}
#order-standard_cart .mc-promo.nordvpn .expander,
#order-standard_cart .mc-promo.nordvpn .price {
    color: #4687FF;
}

#order-standard_cart .mc-promo.marketgoo {
    border-color: #3090e0;
}
#order-standard_cart .mc-promo.marketgoo .btn-add {
    background-color: #3090e0;
}
#order-standard_cart .mc-promo.marketgoo .arrow {
    background-color: #3090e0;
}
#order-standard_cart .mc-promo.marketgoo .expander,
#order-standard_cart .mc-promo.marketgoo .price {
    color: #3090e0;
}

#order-standard_cart .mc-promo.threesixtymonitoring {
    border-color: #ce3b56;
}
#order-standard_cart .mc-promo.threesixtymonitoring .btn-add,
#order-standard_cart .mc-promo.threesixtymonitoring .arrow {
    background-color: #ce3b56;
}
#order-standard_cart .mc-promo.threesixtymonitoring .expander,
#order-standard_cart .mc-promo.threesixtymonitoring .price,
#order-standard_cart .mc-promo.threesixtymonitoring .fa-check {
    color: #ce3b56;
}

#order-standard_cart .mc-promo.xovinow {
    border-color: #10069F;
}
#order-standard_cart .mc-promo.xovinow .btn-add,
#order-standard_cart .mc-promo.xovinow .arrow {
    background-color: #10069F;
}
#order-standard_cart .mc-promo.xovinow .expander,
#order-standard_cart .mc-promo.xovinow .fa-check,
#order-standard_cart .mc-promo.xovinow .price {
    color: #10069F;
}

#order-standard_cart .mc-promo .rotate{
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
#order-standard_cart .mc-promo .rotate.down{
    -moz-transform:rotate(90deg);
    -webkit-transform:rotate(90deg);
    transform:rotate(90deg);
}

/**
 * -------------------------
 * Domain Checker Captchas
 * -------------------------
 */

#order-standard_cart .default-captcha {
    margin: 0 auto 6px auto;
    padding: 10px;
    max-width: 340px;
    background-color: #F9F9F9;
    border: 1px solid #d3d3d3;
    color: #888;
    border-radius: 3px;
    box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.08);
    -webkit-box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.08);
    -moz-box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.08);
    text-align: center;
    font-size: 0.9em;
}
#order-standard_cart .default-captcha-register-margin {
    margin: 18px auto -25px auto;
}

#order-standard_cart .captcha-container p {
    margin-bottom: 5px;
}
#order-standard_cart .captcha-container img {
    margin-top: 3px;
}
#order-standard_cart .captcha-container .form-control {
    height: inherit;
    max-width: 90px;
    text-align: center;
}

#order-standard_cart .captcha-container #google-recaptcha {
    width: 304px;
    height: 100px;
    margin-top: 15px;
    margin-bottom: -50px;
}
#order-standard_cart .captcha-container #google-recaptcha.recaptcha-transfer {
    margin-bottom: -20px;
}

#order-standard_cart .idn-language-selector {
    font-size: 14px;
}

#order-standard_cart .account-select-container {
    margin: 0;
    border-right: 1px solid #eee;
}
#order-standard_cart .account-select-container div {
    padding: 0;
}
#order-standard_cart .account-select-container div.account {
    background: #f6f6f6;
    border: 1px solid #eee;
    border-right: 0;
    padding: 10px;
}
#order-standard_cart .account-select-container div.account:not(.border-bottom) {
    border-bottom: 0;
}
#order-standard_cart .account-select-container div.account.active {
    background: #fff;
}
#order-standard_cart .recaptcha-container {
    display: inline-block;
}

@media (max-width: 991px) {
    #order-standard_cart .captcha-container #google-recaptcha {
        padding-left: 2.5%;
        margin-bottom: -25px;
    }
}
@media (max-width: 736px) {
    #order-standard_cart .captcha-container #google-recaptcha {
        margin-bottom: -35px;
        transform: scale(0.935);
        transform-origin: 0 0;
        -webkit-transform: scale(0.935);
        -webkit-transform-origin: 0 0;
    }
}
@media (max-width: 384px) {
    #order-standard_cart .captcha-container #google-recaptcha {
        margin-bottom: -30px;
        transform: scale(0.96);
        transform-origin: 0 0;
    }
}
@media (max-width: 360px) {
    #order-standard_cart .captcha-container #google-recaptcha {
        margin-bottom: -35px;
        transform: scale(0.89);
        transform-origin: 0 0;
    }
}
@media (max-width: 320px) {
    #order-standard_cart .captcha-container #google-recaptcha {
        padding-left: 13.5%;
        margin-bottom: -45px;
        transform: scale(0.83);
        transform-origin: 0 0;
        -webkit-transform: scale(0.785);
        -webkit-transform-origin: 0 0;
    }
}

.w-hidden {
    display: none;
}

#order-standard_cart .font-size-36 {
    font-size: 36px;
}

#order-standard_cart .font-size-30 {
    font-size: 30px;
}

#order-standard_cart .font-size-24 {
    font-size: 24px;
}

#order-standard_cart .font-size-22 {
    font-size: 22px;
}

#order-standard_cart .font-size-18 {
    font-size: 18px;
}

#order-standard_cart .font-size-14 {
    font-size: 14px;
}

#order-standard_cart .font-size-12 {
    font-size: 12px;
}

/* ==========================================================================
   HOXTA — standard_cart (CSS only, markup WHMCS original)
   Target: dark order form ca hoxta_modern / captura 2
   ========================================================================== */
#order-standard_cart {
    --hx: #070e1a;
    --hxc: rgba(12, 22, 40, 0.72);
    --hxcs: #0d1829;
    --hxb: rgba(255, 255, 255, 0.06);
    --hxb2: rgba(255, 255, 255, 0.1);
    --hxt: #e8eef5;
    --hxt2: #c5d3e0;
    --hxm: #6b7e95;
    --hxd: #3d5878;
    --hxa: #19c3ff;
    --hxa2: #0ea5e9;
    --hxg: #22c55e;
    --r: 12px;
    --r2: 16px;
    --r3: 20px;
    --f: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --hxo-order-sticky-sidebar-top: 6rem;
    margin: 0;
    padding: 0 0 3rem;
    font-family: var(--f);
    color: var(--hxt);
    -webkit-font-smoothing: antialiased;
}

#order-standard_cart > .row {
    display: flex;
    flex-direction: column;
    margin: 0;
}

#order-standard_cart .cart-sidebar,
#order-standard_cart .cart-body .sidebar-collapsed,
#order-standard_cart .hxo-cart-sidebar-bridge {
    display: none !important;
}

#order-standard_cart .hxo-category-select-source {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
    padding: 0 !important;
    margin: -1px !important;
}

#order-standard_cart .cart-body {
    width: 100% !important;
    float: none !important;
    padding: 0 !important;
}

/* —— HOXTA order wrap (products.tpl captura 2) —— */
#order-standard_cart .hxo-order-wrap {
    max-width: 1140px;
    margin: 0 auto;
    padding: 2.5rem 1.5rem 3.5rem;
    font-family: var(--f);
    color: var(--hxt);
}

body.hxo-shell #order-standard_cart,
body.hxo-guest-order #order-standard_cart {
    padding-bottom: 0 !important;
}

body.hxo-shell #order-standard_cart .hxo-order-wrap,
body.hxo-guest-order #order-standard_cart .hxo-order-wrap {
    padding-bottom: 1rem !important;
}

#order-standard_cart .hxo-back {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--hxm) !important;
    font-size: 0.85rem;
    font-weight: 500;
    margin-bottom: 2rem;
    text-decoration: none !important;
    padding: 6px 12px;
    border-radius: 8px;
}

#order-standard_cart .hxo-back:hover {
    color: var(--hxa) !important;
    background: rgba(25, 195, 255, 0.04);
}

#order-standard_cart .hxo-page-title {
    text-align: center;
    margin-bottom: 2.5rem;
}

#order-standard_cart .hxo-page-title h1 {
    color: #fff !important;
    font-size: clamp(1.6rem, 4vw, 2.4rem);
    font-weight: 900;
    margin: 0 0 0.5rem;
    letter-spacing: -0.03em;
    line-height: 1.1;
    text-transform: none;
}

#order-standard_cart .hxo-page-title p {
    color: var(--hxm) !important;
    font-size: 1rem;
    margin: 0 auto;
    max-width: 480px;
}

.hxo-order-wrap .hxo-steps,
#order-standard_cart .hxo-steps {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 3rem;
    max-width: 560px;
    flex-wrap: nowrap;
    width: 100%;
}

.hxo-order-wrap .hxo-steps--wide,
#order-standard_cart .hxo-steps--wide {
    max-width: min(920px, 100%) !important;
    margin-bottom: 2.25rem !important;
}

.hxo-order-wrap .hxo-step,
#order-standard_cart .hxo-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    z-index: 1;
}

.hxo-order-wrap .hxo-step-num,
#order-standard_cart .hxo-step-num {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.95rem;
    border: 2px solid rgba(148, 163, 184, 0.5);
    background: transparent !important;
    color: #94a3b8 !important;
    box-sizing: border-box;
}

.hxo-order-wrap .hxo-step.active .hxo-step-num,
#order-standard_cart .hxo-step.active .hxo-step-num {
    border-color: var(--hxa) !important;
    background: var(--hxa) !important;
    color: #fff !important;
    box-shadow: 0 0 16px rgba(25, 195, 255, 0.45);
}

.hxo-order-wrap .hxo-step-label,
#order-standard_cart .hxo-step-label {
    font-size: 0.7rem !important;
    font-weight: 700 !important;
    color: #64748b !important;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    white-space: nowrap;
}

.hxo-order-wrap .hxo-step.active .hxo-step-label,
#order-standard_cart .hxo-step.active .hxo-step-label {
    color: var(--hxa) !important;
}

.hxo-order-wrap .hxo-step.done .hxo-step-num,
#order-standard_cart .hxo-step.done .hxo-step-num {
    border-color: #22c55e !important;
    background: #22c55e !important;
    color: #fff !important;
    box-shadow: 0 0 12px rgba(34, 197, 94, 0.35);
}

.hxo-order-wrap .hxo-step.done .hxo-step-label,
#order-standard_cart .hxo-step.done .hxo-step-label {
    color: #94a3b8 !important;
}

.hxo-order-wrap .hxo-step-line.hxo-line-done,
#order-standard_cart .hxo-step-line.hxo-line-done {
    background: linear-gradient(90deg, #22c55e, rgba(34, 197, 94, 0.35)) !important;
}

.hxo-order-wrap .hxo-step-line,
#order-standard_cart .hxo-step-line {
    flex: 1;
    height: 2px;
    background: rgba(148, 163, 184, 0.3) !important;
    margin: 0 14px 28px;
    min-width: 40px;
    border-radius: 2px;
}

#order-standard_cart .hxo-group-tabs-wrap {
    margin: 0 auto 2rem;
    max-width: min(720px, 100%);
    display: flex;
    justify-content: center;
    padding: 0 0.75rem;
    width: 100%;
    box-sizing: border-box;
}

#order-standard_cart .hxo-group-tabs {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 6px;
    width: 100%;
    max-width: 640px;
    background: #050a12;
    border-radius: 12px;
    padding: 6px;
    border: 1px solid rgba(16, 26, 38, 0.9);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03), 0 6px 24px rgba(0, 0, 0, 0.35);
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
}

#order-standard_cart .hxo-group-tab {
    flex: 1 1 auto;
    min-width: max(4.75rem, 22%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 14px;
    border-radius: 8px;
    font-size: 0.72rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-decoration: none !important;
    border: 1px solid transparent;
    color: #22d3ee !important;
    background: transparent;
}

#order-standard_cart .hxo-group-tab:hover {
    color: #a5f3fc !important;
    background: rgba(25, 195, 255, 0.06);
}

#order-standard_cart .hxo-group-tab.active {
    color: #67e8f9 !important;
    background: rgba(10, 22, 36, 0.75) !important;
    border: 1px solid rgba(34, 211, 238, 0.55);
    box-shadow: 0 0 0 1px rgba(34, 211, 238, 0.15);
}

#order-standard_cart .hxo-order-wrap.hxo-step-plans {
    max-width: 1320px;
    width: 100%;
}

#order-standard_cart .hxo-plans,
.store-page .hxo-plans,
body.hxo-themed .hxo-plans {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.25rem;
    margin-bottom: 2.5rem;
    padding-top: 1.25rem;
}

#order-standard_cart #products.hxo-plans,
.store-page #products.hxo-plans {
    width: 100%;
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

@media (min-width: 1500px) {
    #order-standard_cart #products.hxo-plans,
    .store-page #products.hxo-plans {
        max-width: 1280px;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 920px) {
    #order-standard_cart #products.hxo-plans,
    .store-page #products.hxo-plans {
        max-width: 100%;
        grid-template-columns: 1fr;
    }
}

#order-standard_cart .hxo-plans.hxo-plans--count-1 {
    grid-template-columns: 1fr;
    max-width: min(420px, 100%);
    margin-left: auto;
    margin-right: auto;
    padding-top: 0.75rem;
    margin-bottom: 1.5rem;
}

#order-standard_cart .hxo-plans.hxo-plans--count-1 .hxo-plan-card {
    padding: 1.35rem 1.4rem 1.1rem;
    border-radius: var(--r2);
}

#order-standard_cart .hxo-plans.hxo-plans--count-1 .hxo-plan-radio {
    top: 1rem;
    right: 1rem;
}

#order-standard_cart .hxo-plans.hxo-plans--count-1 .hxo-plan-price {
    margin-bottom: 0.85rem;
}

#order-standard_cart .hxo-plan-card {
    position: relative;
    background: var(--hxc);
    backdrop-filter: blur(16px);
    border: 1.5px solid var(--hxb);
    border-radius: var(--r3);
    padding: 1.75rem 1.5rem 1.35rem;
    cursor: pointer;
    transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

#order-standard_cart .hxo-plan-card:hover {
    border-color: rgba(25, 195, 255, 0.18);
    transform: translateY(-6px);
    box-shadow: 0 24px 48px -12px rgba(0, 0, 0, 0.35);
}

#order-standard_cart .hxo-plan-card.hxo-plan-selected {
    border-color: var(--hxa) !important;
    box-shadow: 0 0 0 1px var(--hxa), 0 24px 48px -12px rgba(25, 195, 255, 0.12);
    background: rgba(14, 26, 46, 0.85);
}

#order-standard_cart .hxo-popular-badge {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(135deg, var(--hxa), var(--hxa2));
    color: #070e1a !important;
    font-size: 0.62rem;
    font-weight: 800;
    padding: 6px 20px;
    border-radius: 20px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    z-index: 2;
}

#order-standard_cart .hxo-plan-radio {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
}

#order-standard_cart .hxo-plan-radio input {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}

#order-standard_cart .hxo-radio-dot {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 2px solid rgba(148, 163, 184, 0.45);
    display: block;
    position: relative;
    box-sizing: border-box;
}

#order-standard_cart .hxo-radio-dot.hxo-dot-checked,
#order-standard_cart .hxo-plan-radio input:checked + .hxo-radio-dot {
    border-color: var(--hxa);
    box-shadow: 0 0 0 1px rgba(25, 195, 255, 0.2), 0 0 14px rgba(25, 195, 255, 0.35);
}

#order-standard_cart .hxo-radio-dot.hxo-dot-checked::after,
#order-standard_cart .hxo-plan-radio input:checked + .hxo-radio-dot::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 -4px;
    border-radius: 50%;
    background: linear-gradient(180deg, #3ee0ff, var(--hxa));
}

#order-standard_cart .hxo-plan-name {
    color: #fff !important;
    font-size: 1.45rem;
    font-weight: 800;
    margin: 0 0 0.25rem;
    padding-right: 2rem;
}

#order-standard_cart .hxo-plan-tagline {
    color: var(--hxm) !important;
    font-size: 0.82rem;
    margin: 0 0 1.5rem;
}

#order-standard_cart .hxo-plan-price {
    margin-bottom: 1rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.2rem;
}

#order-standard_cart .hxo-price-from {
    display: block;
    width: 100%;
    color: var(--hxm);
    font-size: 0.88rem;
    font-weight: 500;
    margin: 0;
}

#order-standard_cart .hxo-price-row {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 4px;
}

#order-standard_cart .hxo-price-amount {
    color: #fff !important;
    font-size: 2.35rem;
    font-weight: 900;
    letter-spacing: -0.04em;
    line-height: 1.05;
}

#order-standard_cart .hxo-price-cycle {
    color: var(--hxm);
    font-size: 0.95rem;
    font-weight: 500;
}

#order-standard_cart .hxo-plans.hxo-plans--count-1 .hxo-price-amount {
    font-size: 2.1rem;
}

#order-standard_cart .hxo-plan-features {
    list-style: none;
    padding: 0;
    margin: 0;
}

#order-standard_cart .hxo-plan-features li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: var(--hxt2) !important;
    font-size: 0.84rem;
    padding: 6px 0;
}

#order-standard_cart .hxo-plan-features li i {
    color: var(--hxa);
    font-size: 0.55rem;
    margin-top: 5px;
}

#order-standard_cart .hxo-plan-features li strong {
    color: #fff !important;
}

/* Specs cu iconițe — pb-desc / pb-spec (captura 2) */
#order-standard_cart .hxo-plan-card .pb-desc,
#order-standard_cart .hxo-plan-card .hxo-plan-specs .pb-desc {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.45rem;
    margin: 0;
    padding: 0;
}

#order-standard_cart .hxo-plan-card .pb-spec {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    color: var(--hxt) !important;
    font-size: 0.98rem;
    font-weight: 600;
    line-height: 1.35;
    white-space: normal;
}

#order-standard_cart .hxo-plans.hxo-plans--count-1 .hxo-plan-card .pb-spec {
    font-size: 1.02rem;
}

#order-standard_cart .hxo-plan-card .pb-spec i {
    color: var(--hxa) !important;
    font-size: 0.82rem;
    width: 1.1em;
    text-align: center;
    flex-shrink: 0;
    opacity: 0.95;
}

#order-standard_cart .hxo-plans.hxo-plans--count-1 .hxo-plan-card .pb-spec i {
    font-size: 0.88rem;
}

#order-standard_cart .hxo-kind-dedicated .hxo-plan-card .pb-spec i {
    color: var(--hxa) !important;
}

#order-standard_cart .hxo-kind-hosting .hxo-plan-card .pb-spec i {
    color: var(--hxa) !important;
}

#order-standard_cart .hxo-kind-game .hxo-plan-card .pb-spec i {
    color: var(--hxg) !important;
}

#order-standard_cart .hxo-plan-specs--raw {
    color: var(--hxt2);
    font-size: 0.84rem;
    margin-top: 0.5rem;
}

#order-standard_cart .hxo-continue-wrap {
    text-align: center;
    margin: 0.75rem auto 1.75rem;
    max-width: min(420px, 100%);
    padding: 0 0.5rem;
}

#order-standard_cart .hxo-continue-form {
    width: 100%;
    margin: 0;
}

#order-standard_cart .hxo-btn-continue {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    background: linear-gradient(135deg, var(--hxa), var(--hxa2)) !important;
    color: #fff !important;
    font-weight: 800;
    font-size: 1.05rem;
    padding: 14px 24px;
    border-radius: var(--r);
    text-decoration: none !important;
    box-shadow: 0 6px 28px rgba(25, 195, 255, 0.25);
    border: none;
    cursor: pointer;
    font-family: inherit;
}

#order-standard_cart .hxo-btn-continue:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 40px rgba(25, 195, 255, 0.35);
    color: #fff !important;
}

#order-standard_cart .hxo-alert {
    border-radius: var(--r);
    padding: 1rem 1.25rem;
    margin-bottom: 1.25rem;
    font-size: 0.86rem;
}

#order-standard_cart .hxo-alert-danger {
    background: rgba(239, 68, 68, 0.08);
    border: 1px solid rgba(239, 68, 68, 0.2);
    color: #fca5a5;
}

#order-standard_cart .hxo-alert-info {
    background: rgba(25, 195, 255, 0.06);
    border: 1px solid rgba(25, 195, 255, 0.15);
    color: #67e8f9;
}

@media (max-width: 640px) {
    #order-standard_cart .hxo-group-tabs {
        flex-wrap: wrap;
    }
    #order-standard_cart .hxo-group-tab {
        flex: 1 1 45%;
        font-size: 0.62rem;
    }
    #order-standard_cart .hxo-step-label {
        font-size: 0.58rem !important;
    }
}

/* Titlu pe pagini WHMCS clasice (configure, cart) */
#order-standard_cart .header-lined {
    border: none;
    margin: 0 0 1.25rem;
    padding: 0;
    text-align: center;
}

#order-standard_cart .header-lined h1,
#order-standard_cart .header-lined .font-size-36 {
    color: #fff !important;
    font-weight: 900 !important;
    font-size: clamp(1.5rem, 4vw, 2.25rem) !important;
    text-transform: lowercase;
}

/* Carduri / panouri — fără fundal alb */
#order-standard_cart .card,
#order-standard_cart .panel,
#order-standard_cart .panel.card,
#order-standard_cart .panel-default,
#order-standard_cart .panel-sidebar {
    background: var(--hxc) !important;
    border: 1px solid var(--hxb) !important;
    border-radius: var(--r2) !important;
    color: var(--hxt) !important;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25);
}

#order-standard_cart .card-header,
#order-standard_cart .panel-heading {
    background: rgba(8, 14, 26, 0.6) !important;
    border-bottom: 1px solid var(--hxb) !important;
    color: #fff !important;
}

#order-standard_cart .card-body,
#order-standard_cart .panel-body {
    background: transparent !important;
    color: var(--hxt2) !important;
}

#order-standard_cart .list-group-item {
    background: transparent !important;
    border-color: var(--hxb) !important;
    color: var(--hxt2) !important;
}

#order-standard_cart .list-group-item.active,
#order-standard_cart .list-group-item-action.active {
    background: rgba(10, 22, 36, 0.85) !important;
    border-color: rgba(34, 211, 238, 0.45) !important;
    color: #67e8f9 !important;
}

#order-standard_cart .list-group-item-action:hover {
    background: rgba(25, 195, 255, 0.06) !important;
    color: #a5f3fc !important;
}

/* Alerte */
#order-standard_cart .alert-info {
    background: rgba(25, 195, 255, 0.08) !important;
    border: 1px solid rgba(25, 195, 255, 0.25) !important;
    color: var(--hxt2) !important;
    border-radius: var(--r) !important;
}

#order-standard_cart .alert-danger {
    background: rgba(239, 68, 68, 0.1) !important;
    border-color: rgba(239, 68, 68, 0.35) !important;
    color: #fecaca !important;
    border-radius: var(--r) !important;
}

/* Sub-headings / configure / cart */
#order-standard_cart .sub-heading,
#order-standard_cart .sub-heading-borderless {
    border: none !important;
    margin: 2rem 0 1rem !important;
}

#order-standard_cart .sub-heading span,
#order-standard_cart .sub-heading-borderless span,
#order-standard_cart .primary-bg-color {
    background: transparent !important;
    color: #fff !important;
    font-weight: 700 !important;
    font-size: 1.05rem !important;
    padding: 0 !important;
    top: 0;
    position: static;
    display: block;
}

#order-standard_cart label,
#order-standard_cart p.domain-renewal-desc {
    color: var(--hxt2) !important;
}

#order-standard_cart input[type="text"],
#order-standard_cart input[type="email"],
#order-standard_cart input[type="tel"],
#order-standard_cart input[type="password"],
#order-standard_cart input[type="number"],
#order-standard_cart select,
#order-standard_cart textarea,
#order-standard_cart .form-control {
    background: rgba(3, 8, 18, 0.85) !important;
    border: 1.5px solid rgba(22, 38, 66, 0.85) !important;
    color: var(--hxt) !important;
    border-radius: 10px !important;
}

#order-standard_cart input:focus,
#order-standard_cart select:focus,
#order-standard_cart textarea:focus,
#order-standard_cart .form-control:focus {
    border-color: rgba(25, 195, 255, 0.5) !important;
    box-shadow: 0 0 0 3px rgba(25, 195, 255, 0.08) !important;
}

#order-standard_cart .field-container {
    background: var(--hxc) !important;
    border: 1px solid var(--hxb) !important;
    border-radius: var(--r2) !important;
    padding: 1.5rem !important;
    margin-bottom: 1.25rem !important;
}

#order-standard_cart > .row.secondary-cart-row,
#order-standard_cart .secondary-cart-body,
#order-standard_cart .secondary-cart-sidebar {
    width: 100% !important;
    float: none !important;
}

@media (min-width: 992px) {
    #order-standard_cart .view-cart-body,
    #order-standard_cart form {
        display: flex;
        flex-wrap: wrap;
        gap: 2rem;
        align-items: flex-start;
    }

    #order-standard_cart .secondary-cart-body {
        flex: 1 1 0;
        min-width: 0;
    }

    #order-standard_cart .secondary-cart-sidebar,
    #order-standard_cart .order-summary,
    #order-standard_cart #scrollingPanelContainer {
        flex: 0 0 320px;
        max-width: 340px;
        position: sticky;
        top: var(--hxo-order-sticky-sidebar-top);
    }
}

#order-standard_cart .order-summary {
    background: var(--hxc) !important;
    border: 1px solid var(--hxb) !important;
    border-radius: var(--r2) !important;
    color: var(--hxt) !important;
}

#order-standard_cart .order-summary h2,
#order-standard_cart .order-summary h3 {
    color: #fff !important;
    font-weight: 800 !important;
}

#order-standard_cart .view-cart-items {
    background: var(--hxc) !important;
    border: 1px solid var(--hxb) !important;
    border-radius: var(--r2) !important;
}

#order-standard_cart .view-cart-items .item {
    background: transparent !important;
    border-bottom: 1px solid var(--hxb) !important;
    color: var(--hxt2) !important;
}

#order-standard_cart .item-title {
    color: #fff !important;
}

#order-standard_cart .btn-primary,
#order-standard_cart #btnCompleteOrder {
    background: linear-gradient(135deg, var(--hxa), var(--hxa2)) !important;
    border: none !important;
    color: #fff !important;
    font-weight: 700 !important;
    border-radius: var(--r) !important;
    box-shadow: 0 6px 28px rgba(25, 195, 255, 0.25);
}

#order-standard_cart .btn-default {
    background: var(--hxcs) !important;
    border: 1.5px solid var(--hxb2) !important;
    color: var(--hxm) !important;
    border-radius: 10px !important;
}

#order-standard_cart .btn-default:hover {
    border-color: rgba(25, 195, 255, 0.35) !important;
    color: var(--hxa) !important;
}

#order-standard_cart .panel-addon {
    background: var(--hxc) !important;
    border: 1px solid var(--hxb) !important;
    color: var(--hxt) !important;
}

#order-standard_cart .panel-addon .panel-body label {
    color: #fff !important;
}

#order-standard_cart .panel-addon .panel-price {
    background: rgba(255, 255, 255, 0.04) !important;
    color: var(--hxt2) !important;
}

#order-standard_cart .panel-addon .panel-add {
    background: linear-gradient(135deg, var(--hxa), var(--hxa2)) !important;
    color: #fff !important;
}

#order-standard_cart .domain-selection-options .option {
    background: rgba(8, 14, 26, 0.8) !important;
    border: 1px solid var(--hxb) !important;
    color: var(--hxt2) !important;
}

#order-standard_cart .domain-selection-options .option-selected {
    background: rgba(25, 195, 255, 0.08) !important;
    border-color: rgba(25, 195, 255, 0.35) !important;
}

#order-standard_cart #totalCartPrice,
#order-standard_cart .total-due-today .amt {
    color: var(--hxa) !important;
    font-weight: 900 !important;
}

/* Nexus / bootstrap: forțează text lizibil pe order form */
body.hxo-shell .hoxta-content #order-standard_cart,
body.hxo-shell #order-standard_cart {
    color: var(--hxt);
}

body.hxo-shell .hoxta-content #order-standard_cart .card,
body.hxo-shell .hoxta-content #order-standard_cart .panel {
    background: var(--hxc) !important;
}

#order-standard_cart .hxo-pagination-bar,
.store-page .hxo-pagination-bar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    margin: 0 0 1.5rem;
}

#order-standard_cart .hxo-page-btn,
.store-page .hxo-page-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.25rem;
    height: 2.25rem;
    padding: 0 0.5rem;
    border-radius: 8px;
    border: 1px solid rgba(34, 211, 238, 0.35);
    color: #67e8f9 !important;
    text-decoration: none !important;
    font-size: 0.8rem;
    font-weight: 700;
}

#order-standard_cart .hxo-page-btn.hxo-page-active,
.store-page .hxo-page-btn.hxo-page-active {
    background: rgba(25, 195, 255, 0.15);
    border-color: rgba(34, 211, 238, 0.65);
    color: #fff !important;
}

/* ─── Domain step (configureproductdomain.tpl) — match Hoxta mockup ─── */
#order-standard_cart.hxo-domain-step .row > .cart-sidebar,
#order-standard_cart.hxo-domain-step .cart-sidebar {
    display: none !important;
}

#order-standard_cart.hxo-domain-step .cart-body {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
}

#order-standard_cart.hxo-domain-step .row {
    margin: 0;
}

#order-standard_cart.hxo-domain-step .header-lined {
    display: none !important;
}

/* Fără tab-uri WEB/VPS/GAME pe pașii domeniu, configure, cart, checkout, complete */
#order-standard_cart.hxo-domain-step #hxo-group-tabs-wrap,
#order-standard_cart.hxo-domain-step .hxo-group-tabs-wrap,
.hxo-step-domain + #hxo-group-tabs-wrap,
.hxo-step-domain + .hxo-group-tabs-wrap,
.hxo-step-domain ~ #hxo-group-tabs-wrap,
.hxo-step-domain ~ .hxo-group-tabs-wrap,
.hxo-step-configure + #hxo-group-tabs-wrap,
.hxo-step-configure + .hxo-group-tabs-wrap,
.hxo-step-configure ~ #hxo-group-tabs-wrap,
.hxo-step-configure ~ .hxo-group-tabs-wrap,
#order-standard_cart .hxo-step-configure #hxo-group-tabs-wrap,
#order-standard_cart .hxo-step-configure .hxo-group-tabs-wrap,
.hxo-step-checkout + #hxo-group-tabs-wrap,
.hxo-step-checkout + .hxo-group-tabs-wrap,
.hxo-step-checkout ~ #hxo-group-tabs-wrap,
.hxo-step-checkout ~ .hxo-group-tabs-wrap,
.hxo-step-viewcart + #hxo-group-tabs-wrap,
.hxo-step-viewcart + .hxo-group-tabs-wrap,
.hxo-step-viewcart ~ #hxo-group-tabs-wrap,
.hxo-step-viewcart ~ .hxo-group-tabs-wrap,
.hxo-step-complete + #hxo-group-tabs-wrap,
.hxo-step-complete + .hxo-group-tabs-wrap,
.hxo-step-complete ~ #hxo-group-tabs-wrap,
.hxo-step-complete ~ .hxo-group-tabs-wrap,
#order-standard_cart.hxo-step-complete #hxo-group-tabs-wrap,
#order-standard_cart.hxo-step-complete .hxo-group-tabs-wrap {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
}

#order-standard_cart.hxo-domain-step .hxo-order-wrap {
    max-width: 720px;
    margin: 0 auto;
    padding: 0 1rem 2rem;
}

#order-standard_cart.hxo-domain-step .hxo-back {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin-bottom: 1.25rem;
    color: var(--hxa) !important;
    text-decoration: none !important;
    font-weight: 600;
    font-size: 0.9rem;
}

.hxo-domain-tabs-outer {
    display: flex;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.hxo-domain-tabs {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(6, 14, 28, 0.95);
    border-radius: 999px;
    padding: 5px;
    border: 1px solid var(--hxb);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    flex-wrap: wrap;
    max-width: 100%;
}

.hxo-domain-tabs .hxo-tab {
    border-radius: 999px;
    padding: 10px 20px;
    border: 0;
    background: transparent;
    color: var(--hxt2);
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    cursor: pointer;
    transition: 0.25s;
    font-family: var(--f, Inter, sans-serif);
}

.hxo-domain-tabs .hxo-tab:hover {
    color: #fff;
    background: rgba(25, 195, 255, 0.06);
}

.hxo-domain-tabs .hxo-tab.active {
    background: linear-gradient(135deg, var(--hxa), var(--hxa2));
    color: #fff;
    box-shadow: 0 4px 16px rgba(25, 195, 255, 0.4);
}

.hxo-domain-card,
.hxo-domain-results-card {
    position: relative;
    margin-top: 0;
    background: rgba(10, 18, 34, 0.98) !important;
    border: 1px solid rgba(22, 38, 66, 0.9) !important;
    border-radius: 16px;
    padding: 1.75rem 1.5rem;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.45);
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.hxo-domain-panel {
    margin-top: 0.25rem;
}

.hxo-domain-results-card {
    margin-top: 1.25rem;
    padding: 1.25rem 1.5rem 1.5rem;
}

.hxo-domain-results-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--hxa), transparent);
    border-radius: var(--r3, 16px) var(--r3, 16px) 0 0;
}

#order-standard_cart .hxo-domain-card .domain-selection-options {
    margin: 1rem 0 0;
}

#order-standard_cart.hxo-domain-step .domain-selection-options .option,
#order-standard_cart.hxo-domain-step .domain-selection-options .option-selected,
#order-standard_cart.hxo-domain-step .domain-selection-options .option.option-selected,
#order-standard_cart .hxo-domain-card .domain-selection-options .option {
    margin-bottom: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    background-color: transparent !important;
    display: none;
}

#order-standard_cart .hxo-domain-card .domain-selection-options .option.option-selected {
    display: block;
}

#order-standard_cart .hxo-domain-card .domain-selection-options .option label.hxo-domain-option-label {
    display: block;
    margin-bottom: 0.75rem;
    color: var(--hxt) !important;
    font-weight: 600;
    font-size: 0.95rem;
    cursor: default;
    padding-left: 0;
}

#order-standard_cart .hxo-domain-card .domain-selection-options .option .hxo-domain-option-title {
    display: block;
}

#order-standard_cart .hxo-domain-card .domain-selection-options .option input[type="radio"],
#order-standard_cart .hxo-domain-card .domain-selection-options .option .iradio_square-blue,
#order-standard_cart .hxo-domain-card .domain-selection-options .option .icheckbox_square-blue {
    position: absolute !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
    pointer-events: none !important;
}

#order-standard_cart .hxo-domain-card .option.option-selected .domain-input-group {
    display: block !important;
    margin-top: 0;
}

#order-standard_cart .hxo-domain-card .option:not(.option-selected) .domain-input-group {
    display: none !important;
}

/* Caseta interioară + rând unic: www | domeniu | TLD | Check (captura 2) */
#order-standard_cart.hxo-domain-step .hxo-domain-card,
#order-standard_cart.hxo-domain-step .hxo-domain-panel,
#order-standard_cart.hxo-domain-step .hxo-domain-search-box {
    overflow: visible !important;
}

#order-standard_cart.hxo-domain-step .hxo-domain-search-box {
    margin-top: 0.25rem;
    padding: 1.15rem 1.2rem 1.2rem;
    border: 1px solid rgba(34, 211, 238, 0.28);
    border-radius: 12px;
    background: rgba(6, 12, 24, 0.65);
    position: relative;
    z-index: 5;
}

#order-standard_cart.hxo-domain-step .hxo-domain-search-row {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    gap: 10px !important;
    width: 100% !important;
    margin: 0 !important;
}

#order-standard_cart.hxo-domain-step .hxo-domain-search-row .col-xs-9,
#order-standard_cart.hxo-domain-step .hxo-domain-search-row .col-xs-3,
#order-standard_cart.hxo-domain-step .hxo-domain-search-row .col-sm-10,
#order-standard_cart.hxo-domain-step .hxo-domain-search-row .col-sm-2,
#order-standard_cart.hxo-domain-step .hxo-domain-search-row .input-group {
    display: contents !important;
    width: auto !important;
    max-width: none !important;
    flex: none !important;
    padding: 0 !important;
    margin: 0 !important;
    float: none !important;
}

#order-standard_cart.hxo-domain-step .hxo-domain-www {
    flex: 0 0 auto;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 14px;
    border: 1.5px solid rgba(22, 38, 66, 0.9) !important;
    border-radius: 10px !important;
    background: rgba(3, 8, 18, 0.95) !important;
    color: #94a3b8 !important;
    font-size: 0.9rem;
    font-weight: 600;
    white-space: nowrap;
}

#order-standard_cart.hxo-domain-step .hxo-domain-sld {
    flex: 1 1 auto !important;
    min-width: 80px !important;
    width: auto !important;
    max-width: none !important;
}

#order-standard_cart.hxo-domain-step .hxo-tld-picker {
    position: relative;
    overflow: visible !important;
    flex: 0 0 108px !important;
    width: 108px !important;
    min-width: 108px !important;
    max-width: 140px !important;
}

#order-standard_cart.hxo-domain-step .hxo-tld-picker > select.hxo-tld-native,
#order-standard_cart.hxo-domain-step .hxo-tld-picker > .bootstrap-select,
#order-standard_cart.hxo-domain-step .hxo-tld-picker > .btn-group,
#order-standard_cart.hxo-domain-step .hxo-tld-picker > .dropdown-menu {
    display: none !important;
    visibility: hidden !important;
}

#order-standard_cart.hxo-domain-step .hxo-tld-native {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
    opacity: 0 !important;
    pointer-events: none !important;
    display: none !important;
    visibility: hidden !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
}

#order-standard_cart.hxo-domain-step .hxo-tld-trigger {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
    width: 100%;
    min-height: 46px;
    padding: 0 12px;
    border: 1.5px solid rgba(24, 53, 87, 0.92) !important;
    border-radius: 10px !important;
    background: linear-gradient(180deg, rgba(7, 18, 33, 0.96) 0%, rgba(7, 18, 33, 0.96) 100%) !important;
    color: #e2e8f0 !important;
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.2;
    cursor: pointer;
    box-shadow: none !important;
}

#order-standard_cart.hxo-domain-step .hxo-tld-trigger:hover,
#order-standard_cart.hxo-domain-step .hxo-tld-picker.is-open .hxo-tld-trigger {
    background: linear-gradient(180deg, rgba(7, 18, 33, 0.96) 0%, rgba(7, 18, 33, 0.96) 100%) !important;
    border-color: rgba(34, 211, 238, 0.45) !important;
    color: #f8fafc !important;
}

#order-standard_cart.hxo-domain-step .hxo-tld-value {
    flex: 1 1 auto;
    min-width: 0;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#order-standard_cart.hxo-domain-step .hxo-tld-chevron {
    flex: 0 0 auto;
    font-size: 0.65rem;
    color: #94a3b8;
    transition: transform 0.2s ease;
}

#order-standard_cart.hxo-domain-step .hxo-tld-picker.is-open .hxo-tld-chevron {
    transform: rotate(180deg);
    color: #67e8f9;
}

#order-standard_cart.hxo-domain-step .hxo-tld-menu {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    right: 0;
    z-index: 120;
    margin: 0;
    padding: 6px 0;
    list-style: none;
    max-height: 240px;
    overflow-x: hidden;
    overflow-y: auto;
    background: linear-gradient(180deg, rgba(7, 18, 33, 0.96) 0%, rgba(7, 18, 33, 0.96) 100%) !important;
    border: 1.5px solid rgba(24, 53, 87, 0.92) !important;
    border-radius: 10px !important;
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.55);
}

#order-standard_cart.hxo-domain-step .hxo-tld-menu[hidden] {
    display: none !important;
}

#order-standard_cart.hxo-domain-step .hxo-tld-option {
    padding: 9px 14px;
    background: transparent !important;
    color: #e2e8f0 !important;
    font-size: 0.88rem;
    font-weight: 500;
    line-height: 1.3;
    cursor: pointer;
    transition: background 0.15s ease, color 0.15s ease;
}

#order-standard_cart.hxo-domain-step .hxo-tld-option + .hxo-tld-option {
    border-top: 1px solid rgba(255, 255, 255, 0.06) !important;
}

#order-standard_cart.hxo-domain-step .hxo-tld-option:hover,
#order-standard_cart.hxo-domain-step .hxo-tld-option.active {
    background: rgba(255, 255, 255, 0.03) !important;
    color: #67e8f9 !important;
}

#order-standard_cart.hxo-domain-step .hxo-domain-check-btn {
    flex: 0 0 auto !important;
    width: auto !important;
    min-width: 100px !important;
    max-width: none !important;
    margin: 0 !important;
}

#order-standard_cart.hxo-domain-step .hxo-domain-footer-card {
    min-height: 72px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

#order-standard_cart.hxo-domain-step #btnDomainContinue.w-hidden {
    display: inline-flex !important;
    visibility: visible !important;
    opacity: 0.4 !important;
    pointer-events: none !important;
}

#order-standard_cart.hxo-domain-step #btnDomainContinue:not(.w-hidden):not([disabled]) {
    opacity: 1 !important;
    pointer-events: auto !important;
}

#order-standard_cart .hxo-domain-card .domain-input-group .domains-row {
    display: flex;
    align-items: stretch;
    flex: 1;
    min-width: 0;
    gap: 12px;
    margin: 0;
}

#order-standard_cart .hxo-domain-card .input-group .input-group-addon,
#order-standard_cart .hxo-domain-card .input-group .input-group-prepend {
    background: rgba(3, 8, 18, 0.85) !important;
    border: 1.5px solid rgba(22, 38, 66, 0.85) !important;
    border-radius: 10px !important;
    padding: 12px 16px !important;
    min-height: 46px;
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

#order-standard_cart .hxo-domain-card .input-group .input-group-text {
    background: transparent !important;
    border: none !important;
    color: var(--hxt2) !important;
    font-weight: 600;
    padding: 0;
}

#order-standard_cart .hxo-domain-card .input-group .form-control,
#order-standard_cart .hxo-domain-card .domain-input-group .domains-row .col-xs-3 .form-control,
#order-standard_cart .hxo-domain-card .domain-input-group .domains-row .col-3 .form-control {
    border: 1.5px solid rgba(22, 38, 66, 0.85) !important;
    border-radius: 10px !important;
    min-height: 46px;
    background: rgba(3, 8, 18, 0.9) !important;
    color: var(--hxt) !important;
}

#order-standard_cart .hxo-domain-card .hxo-domain-check-btn,
#order-standard_cart .hxo-domain-card .domain-input-group .btn-primary {
    min-height: 46px;
    min-width: 110px;
    border-radius: 10px !important;
    font-weight: 700;
    white-space: nowrap;
    background: linear-gradient(135deg, var(--hxa), var(--hxa2)) !important;
    border: none !important;
    box-shadow: 0 4px 16px rgba(25, 195, 255, 0.35);
}

.hxo-domain-free-note {
    margin: 1rem 0 0;
    font-size: 0.85rem;
    color: var(--hxm);
}

.hxo-domain-continue-wrap {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
}

#order-standard_cart.hxo-domain-step .hxo-domain-results-card .hxo-domain-continue-wrap {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(22, 38, 66, 0.85);
}

#order-standard_cart .hxo-domain-results-card #btnDomainContinue.hxo-btn-continue {
    width: auto !important;
    min-width: 200px;
    max-width: none;
    padding: 14px 28px;
    font-size: 1rem;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin: 0 0 0 auto !important;
    float: none !important;
}

#order-standard_cart .hxo-domain-results-card #btnDomainContinue:not(.w-hidden):not([disabled]) {
    box-shadow: 0 6px 24px rgba(25, 195, 255, 0.35);
    opacity: 1;
}

#order-standard_cart.hxo-domain-step .hxo-domain-results-card #btnDomainContinue[disabled],
#order-standard_cart.hxo-domain-step .hxo-domain-results-card #btnDomainContinue.w-hidden {
    display: none !important;
}

#order-standard_cart.hxo-domain-step .hxo-domain-results-form {
    margin: 0;
}

.hxo-domain-results-card #primaryLookupResult.hxo-primary-result {
    margin-top: 18px;
    padding: 16px 18px;
    border-radius: 14px;
    border: 1px solid var(--hxb);
    background: rgba(15, 23, 42, 0.95);
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#order-standard_cart.hxo-domain-step .domain-selection-options .option,
#order-standard_cart.hxo-domain-step .domain-selection-options .option:hover,
#order-standard_cart.hxo-domain-step .domain-selection-options .option-selected {
    background-color: transparent !important;
}

#order-standard_cart.hxo-domain-step .form-control,
#order-standard_cart.hxo-domain-step select.form-control,
#order-standard_cart.hxo-domain-step .input-group-text {
    background: rgba(3, 8, 18, 0.95) !important;
    color: var(--hxt) !important;
    border-color: rgba(22, 38, 66, 0.9) !important;
}

#order-standard_cart.hxo-domain-step .hxo-domain-results-card:empty,
#order-standard_cart.hxo-domain-step .hxo-domain-results-card:not(:has(#DomainSearchResults:not(.w-hidden))) {
    min-height: 0;
}

body.hxo-themed #order-standard_cart.hxo-domain-step .hxo-page-title,
body.hxo-shell #order-standard_cart.hxo-domain-step .font-size-36 {
    display: none !important;
}

/* Bate theme.css Nexus: body #order-standard_cart .domain-selection-options { background: white } */
body #order-standard_cart.hxo-domain-step .domain-selection-options,
#order-standard_cart.hxo-domain-step .hxo-domain-card .domain-selection-options {
    background: transparent !important;
    background-color: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
}

body #order-standard_cart.hxo-domain-step .domain-selection-options .option,
body #order-standard_cart.hxo-domain-step .domain-selection-options .option-selected,
body #order-standard_cart.hxo-domain-step .domain-selection-options .option.option-selected {
    background: transparent !important;
    background-color: transparent !important;
    border: 0 !important;
}

body #order-standard_cart.hxo-domain-step .hxo-domain-option-title {
    color: #e2e8f0 !important;
    margin-bottom: 1rem !important;
}

body #order-standard_cart.hxo-domain-step .domain-selection-options .btn {
    margin-left: 0 !important;
}

@media (max-width: 767px) {
    .hxo-domain-tabs {
        width: 100%;
        justify-content: center;
    }
    .hxo-domain-tabs .hxo-tab {
        padding: 8px 12px;
        font-size: 0.65rem;
    }
    #order-standard_cart.hxo-domain-step .hxo-domain-search-row {
        flex-wrap: wrap !important;
    }
    #order-standard_cart.hxo-domain-step .hxo-domain-sld {
        flex: 1 1 100% !important;
        min-width: 100% !important;
    }
    #order-standard_cart.hxo-domain-step .hxo-tld-picker {
        flex: 1 1 calc(50% - 5px) !important;
        width: auto !important;
        min-width: 0 !important;
        max-width: none !important;
    }
    #order-standard_cart.hxo-domain-step .hxo-domain-check-btn {
        flex: 1 1 calc(50% - 5px) !important;
        width: 100% !important;
    }
}

/* —— Review Cart (viewcart.tpl — hoxta_modern / captura 2) —— */
.hxo-step-viewcart.hxo-order-wrap {
    max-width: 1140px;
    margin: 0 auto;
    padding: 2.5rem 1.5rem 3.5rem;
    font-family: var(--f);
    color: var(--hxt);
    -webkit-font-smoothing: antialiased;
}

#order-standard_cart.hxo-view-cart {
    width: 100% !important;
    max-width: 1140px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    float: none !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    font-family: var(--f) !important;
}

#order-standard_cart.hxo-view-cart > .row,
#order-standard_cart.hxo-view-cart .cart-sidebar,
#order-standard_cart.hxo-view-cart .cart-body,
#order-standard_cart.hxo-view-cart .cart-body > .header-lined,
#order-standard_cart.hxo-view-cart .secondary-cart-body,
#order-standard_cart.hxo-view-cart .secondary-cart-sidebar {
    display: none !important;
}

#order-standard_cart.hxo-view-cart > .hxo-checkout-layout,
.hxo-step-viewcart .hxo-checkout-layout,
#order-standard_cart.hxo-view-cart .hxo-checkout-layout {
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 2.5rem;
    align-items: start;
    width: 100% !important;
    max-width: 1140px !important;
    margin: 0 auto !important;
}

#order-standard_cart.hxo-view-cart .hxo-checkout-main,
.hxo-step-viewcart .hxo-checkout-main {
    min-width: 0;
}

#order-standard_cart.hxo-view-cart .hxo-checkout-main > form,
.hxo-step-viewcart .hxo-checkout-main > form {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
}

.hxo-step-viewcart .hxo-checkout-sidebar,
#order-standard_cart.hxo-view-cart .hxo-checkout-sidebar {
    position: sticky;
    top: var(--hxo-order-sticky-sidebar-top, 21rem);
}

#order-standard_cart.hxo-view-cart .hxo-checkout-main > .hxo-section-title,
.hxo-step-viewcart .hxo-section-title {
    color: #fff !important;
    font-size: 1.6rem !important;
    font-weight: 800 !important;
    margin: 0 0 1.5rem !important;
    letter-spacing: -0.02em !important;
    line-height: 1.2 !important;
}

#order-standard_cart.hxo-view-cart .hxo-cart-items,
.hxo-step-viewcart .hxo-cart-items {
    background: var(--hxc) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: var(--r2) !important;
    overflow: hidden !important;
    margin-bottom: 1rem !important;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.55) !important;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
}

#order-standard_cart.hxo-view-cart .hxo-cart-item,
.hxo-step-viewcart .hxo-cart-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.03);
    width: 100% !important;
    box-sizing: border-box !important;
}

#order-standard_cart.hxo-view-cart .hxo-cart-item:last-child {
    border-bottom: 0;
}

#order-standard_cart.hxo-view-cart .hxo-cart-addon,
#order-standard_cart.hxo-view-cart .hxo-cart-credit {
    padding-left: 2.5rem;
    background: rgba(0, 0, 0, 0.08);
}

#order-standard_cart.hxo-view-cart .hxo-cart-item-info {
    flex: 1;
    min-width: 0;
}

#order-standard_cart.hxo-view-cart .hxo-cart-item-name {
    color: #fff !important;
    font-weight: 600;
    font-size: 0.92rem;
}

#order-standard_cart.hxo-view-cart .hxo-cart-item-group {
    color: var(--hxm);
    font-size: 0.76rem;
    margin-top: 2px;
}

#order-standard_cart.hxo-view-cart .hxo-cart-item-domain {
    color: var(--hxa);
    font-size: 0.78rem;
}

#order-standard_cart.hxo-view-cart .hxo-cart-item-config {
    color: var(--hxd);
    font-size: 0.7rem;
    margin-top: 3px;
}

#order-standard_cart.hxo-view-cart .hxo-cart-item-config span {
    margin-right: 8px;
}

#order-standard_cart.hxo-view-cart .hxo-cart-item-qty {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 8px;
}

#order-standard_cart.hxo-view-cart .hxo-cart-item-qty input {
    max-width: 72px;
    background: rgba(3, 8, 18, 0.85) !important;
    border-color: rgba(22, 38, 66, 0.85) !important;
    color: var(--hxt) !important;
}

#order-standard_cart.hxo-view-cart .hxo-cart-item-price {
    text-align: right;
    flex-shrink: 0;
}

#order-standard_cart.hxo-view-cart .hxo-cart-item-price .hxo-price {
    color: #fff !important;
    font-weight: 700;
    font-size: 0.92rem;
    display: block;
}

#order-standard_cart.hxo-view-cart .hxo-cart-item-price .hxo-cycle {
    color: var(--hxm);
    font-size: 0.7rem;
}

#order-standard_cart.hxo-view-cart .hxo-remove-btn {
    background: 0;
    border: 0;
    color: #f87171;
    opacity: 0.35;
    cursor: pointer;
    padding: 8px;
}

#order-standard_cart.hxo-view-cart .hxo-remove-btn:hover {
    opacity: 1;
}

#order-standard_cart.hxo-view-cart .hxo-edit-link {
    color: var(--hxa) !important;
    font-size: 0.7rem;
    font-weight: 600;
    margin-left: 8px;
    text-decoration: none !important;
}

#order-standard_cart.hxo-view-cart .hxo-cart-empty {
    text-align: center;
    padding: 3rem;
    color: var(--hxd);
}

#order-standard_cart.hxo-view-cart .hxo-cart-actions,
.hxo-step-viewcart .hxo-cart-actions {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin: 0 0 1rem;
    padding-right: 0.4rem;
}

#order-standard_cart.hxo-view-cart .hxo-empty-cart-btn {
    background: 0;
    border: 0;
    color: #f87171;
    font-size: 0.76rem;
    font-weight: 600;
    cursor: pointer;
    opacity: 0.55;
}

#order-standard_cart.hxo-view-cart .hxo-empty-cart-btn:hover {
    opacity: 1;
}

#order-standard_cart.hxo-view-cart .hxo-promo-section,
.hxo-step-viewcart .hxo-promo-section {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
    padding: 1.25rem 1.5rem !important;
    background: var(--hxc) !important;
    border: 1px solid var(--hxb) !important;
    border-radius: var(--r2) !important;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.4) !important;
}

#order-standard_cart.hxo-view-cart .hxo-promo-form {
    display: flex;
    gap: 0.5rem;
}

#order-standard_cart.hxo-view-cart .hxo-promo-form input {
    flex: 1;
    background: rgba(3, 8, 18, 0.85) !important;
    border: 1.5px solid rgba(22, 38, 66, 0.85) !important;
    color: var(--hxt) !important;
    border-radius: 10px;
    padding: 11px 15px;
    font-size: 0.85rem;
}

#order-standard_cart.hxo-view-cart .hxo-promo-form button {
    background: var(--hxcs);
    border: 1.5px solid var(--hxb2);
    color: var(--hxt);
    border-radius: 10px;
    padding: 11px 18px;
    font-weight: 600;
    font-size: 0.82rem;
    cursor: pointer;
    white-space: nowrap;
}

#order-standard_cart.hxo-view-cart .hxo-promo-form button:hover {
    border-color: var(--hxa);
    color: var(--hxa);
}

#order-standard_cart.hxo-view-cart .hxo-promo-applied {
    background: rgba(25, 195, 255, 0.04);
    border: 1px solid rgba(25, 195, 255, 0.12);
    border-radius: 10px;
    padding: 0.85rem 1.25rem;
    color: var(--hxa);
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
}

#order-standard_cart.hxo-view-cart .hxo-order-summary,
.hxo-step-viewcart .hxo-order-summary {
    background: var(--hxc) !important;
    border: 1px solid var(--hxb) !important;
    border-radius: var(--r2) !important;
    padding: 2rem !important;
    position: relative;
    overflow: hidden;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.55) !important;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

#order-standard_cart.hxo-view-cart .hxo-order-summary::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--hxa), transparent);
}

#order-standard_cart.hxo-view-cart .hxo-order-summary h3,
.hxo-step-viewcart .hxo-order-summary h3 {
    color: #fff !important;
    font-size: 1.15rem !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.04em !important;
    margin: 0 0 1.25rem !important;
}

#order-standard_cart.hxo-view-cart .summary-container,
#order-standard_cart.hxo-view-cart .order-summary .summary-container {
    background: transparent !important;
    padding: 0 !important;
    min-height: 0 !important;
}

#order-standard_cart.hxo-view-cart .hxo-summary-row {
    display: flex;
    justify-content: space-between;
    padding: 6px 0;
    font-size: 0.84rem;
}

#order-standard_cart.hxo-view-cart .hxo-summary-row span:first-child {
    color: var(--hxm);
}

#order-standard_cart.hxo-view-cart .hxo-summary-row span:last-child {
    color: var(--hxt);
    font-weight: 600;
}

#order-standard_cart.hxo-view-cart .hxo-summary-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0 0.25rem;
    border-top: 1px solid var(--hxb);
    margin-top: 0.5rem;
}

#order-standard_cart.hxo-view-cart .hxo-summary-total span:first-child {
    color: #fff;
    font-weight: 700;
    font-size: 0.92rem;
}

#order-standard_cart.hxo-view-cart .hxo-total-amount {
    color: var(--hxa) !important;
    font-size: 1.6rem;
    font-weight: 900;
}

#order-standard_cart.hxo-view-cart .hxo-summary-trust {
    margin-top: 1.25rem;
    padding-top: 1rem;
    border-top: 1px solid var(--hxb);
}

#order-standard_cart.hxo-view-cart .hxo-summary-trust div {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--hxm);
    font-size: 0.76rem;
    padding: 5px 0;
}

#order-standard_cart.hxo-view-cart .hxo-summary-trust div i {
    color: #4ade80;
}

#order-standard_cart.hxo-view-cart .hxo-btn-checkout {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 14px;
    margin-top: 1rem;
    background: linear-gradient(135deg, var(--hxa), var(--hxa2)) !important;
    color: #fff !important;
    border: 0;
    border-radius: var(--r);
    font-weight: 800;
    font-size: 0.95rem;
    text-decoration: none !important;
    box-shadow: 0 6px 24px rgba(25, 195, 255, 0.25);
}

#order-standard_cart.hxo-view-cart .hxo-btn-checkout.disabled {
    opacity: 0.55;
    pointer-events: none;
}

#order-standard_cart.hxo-view-cart .hxo-btn-continue-shopping {
    display: block;
    text-align: center;
    color: var(--hxm) !important;
    font-size: 0.76rem;
    margin-top: 0.75rem;
    text-decoration: none !important;
}

#order-standard_cart.hxo-view-cart .hxo-btn-continue-shopping:hover {
    color: var(--hxa) !important;
}

#order-standard_cart.hxo-view-cart .view-cart-tabs,
#order-standard_cart.hxo-view-cart .view-cart-items-header {
    display: none !important;
}

#order-standard_cart.hxo-view-cart .order-summary {
    background: transparent !important;
    border: 0 !important;
}

#order-standard_cart.hxo-view-cart .order-summary h2 {
    display: none !important;
}

#order-standard_cart.hxo-view-cart .hxo-order-summary-details {
    margin: 0 0 1.15rem;
    padding: 0 0 1.05rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

#order-standard_cart.hxo-view-cart .hxo-order-summary-details-title {
    font-size: 0.68rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: rgba(255, 255, 255, 0.42);
    margin: 0 0 0.6rem;
}

#order-standard_cart.hxo-view-cart .hxo-summary-detail-row {
    display: flex;
    justify-content: space-between;
    gap: 0.6rem;
    font-size: 0.74rem;
    padding: 0.18rem 0;
}

#order-standard_cart.hxo-view-cart .hxo-summary-detail-v {
    color: #e8eef5;
    font-weight: 600;
    text-align: right;
}

#order-standard_cart.hxo-view-cart .hxo-alert {
    border-radius: var(--r);
    padding: 1rem 1.25rem;
    margin-bottom: 1.25rem;
    font-size: 0.86rem;
}

#order-standard_cart.hxo-view-cart .hxo-alert-danger {
    background: rgba(239, 68, 68, 0.05);
    border: 1px solid rgba(239, 68, 68, 0.12);
    color: #fca5a5;
}

#order-standard_cart.hxo-view-cart .hxo-alert-warning {
    background: rgba(234, 179, 8, 0.04);
    border: 1px solid rgba(234, 179, 8, 0.1);
    color: #fde047;
}

#order-standard_cart.hxo-view-cart .hxo-alert-success {
    background: rgba(34, 197, 94, 0.05);
    border: 1px solid rgba(34, 197, 94, 0.12);
    color: #4ade80;
}

#order-standard_cart.hxo-view-cart .hxo-alert-info {
    background: rgba(25, 195, 255, 0.04);
    border: 1px solid rgba(25, 195, 255, 0.1);
    color: #67e8f9;
}

#order-standard_cart.hxo-view-cart .hxo-tax-estimate {
    margin-bottom: 1rem;
    color: var(--hxm);
    font-size: 0.82rem;
}

#order-standard_cart.hxo-view-cart .hxo-tax-estimate summary {
    cursor: pointer;
    color: var(--hxa);
}

#order-standard_cart.hxo-view-cart .dropdown-menu {
    background: #0b1528 !important;
    border: 1px solid rgba(34, 211, 238, 0.35) !important;
}

#order-standard_cart.hxo-view-cart .dropdown-menu a {
    color: #e2e8f0 !important;
}

#order-standard_cart.hxo-view-cart .modal-content {
    background: var(--hxc) !important;
    border: 1px solid var(--hxb) !important;
    color: var(--hxt) !important;
}

#order-standard_cart.hxo-view-cart .modal.hxo-show {
    display: block !important;
    background: rgba(0, 0, 0, 0.65);
}

/* Pași Review Cart — același polish ca hoxta_modern */
body .hxo-step-viewcart .hxo-steps .hxo-step:not(.done):not(.active) .hxo-step-num,
#order-standard_cart.hxo-view-cart .hxo-steps .hxo-step:not(.done):not(.active) .hxo-step-num {
    background: rgba(18, 28, 45, 0.98) !important;
    border: 1.5px solid rgba(255, 255, 255, 0.12) !important;
    color: #8b9cb5 !important;
}

body .hxo-step-viewcart .hxo-steps .hxo-step.active .hxo-step-num,
#order-standard_cart.hxo-view-cart .hxo-steps .hxo-step.active .hxo-step-num {
    background: #19c3ff !important;
    border-color: #19c3ff !important;
    color: #fff !important;
    box-shadow: 0 0 0 6px rgba(25, 195, 255, 0.22), 0 0 20px rgba(25, 195, 255, 0.2) !important;
}

body .hxo-step-viewcart .hxo-steps .hxo-step.done .hxo-step-num,
#order-standard_cart.hxo-view-cart .hxo-steps .hxo-step.done .hxo-step-num {
    background: #22c55e !important;
    border-color: #22c55e !important;
    color: #fff !important;
}

body .hxo-step-viewcart .hxo-steps .hxo-step.done .hxo-step-num::before,
#order-standard_cart.hxo-view-cart .hxo-steps .hxo-step.done .hxo-step-num::before {
    content: none !important;
}

body .hxo-step-viewcart .hxo-steps .hxo-step .hxo-step-label,
#order-standard_cart.hxo-view-cart .hxo-steps .hxo-step .hxo-step-label {
    color: #5c6f87 !important;
}

body .hxo-step-viewcart .hxo-steps .hxo-step.active .hxo-step-label,
#order-standard_cart.hxo-view-cart .hxo-steps .hxo-step.active .hxo-step-label {
    color: #19c3ff !important;
}

body .hxo-step-viewcart .hxo-steps .hxo-step-line,
#order-standard_cart.hxo-view-cart .hxo-steps .hxo-step-line {
    background: rgba(255, 255, 255, 0.1) !important;
}

body .hxo-step-viewcart .hxo-steps .hxo-step-line.hxo-line-done,
#order-standard_cart.hxo-view-cart .hxo-steps .hxo-step-line.hxo-line-done {
    background: linear-gradient(90deg, #22c55e, rgba(34, 197, 94, 0.35)) !important;
}

.hxo-step-viewcart .hxo-step-num::before {
    content: none !important;
}

@media (max-width: 920px) {
    #order-standard_cart.hxo-view-cart .hxo-checkout-layout,
    .hxo-step-viewcart .hxo-checkout-layout {
        grid-template-columns: 1fr;
    }

    #order-standard_cart.hxo-view-cart .hxo-checkout-sidebar,
    .hxo-step-viewcart .hxo-checkout-sidebar {
        position: static;
        order: -1;
    }
}

@media (max-width: 640px) {
    .hxo-step-viewcart.hxo-order-wrap {
        padding: 1rem 0.75rem 2rem;
    }

    .hxo-step-viewcart .hxo-steps {
        flex-wrap: wrap;
        gap: 2px;
        max-width: 100%;
    }

    .hxo-step-viewcart .hxo-step-line {
        width: 22px;
        min-width: 22px;
        margin: 0 4px 26px;
    }
}

/* ─── Domain register — Hoxta premium dark (cart.php?a=add&domain=register) ─── */
#order-standard_cart.hxo-domain-register-page {
    color: var(--hxt, #e8eef5);
    background: transparent;
    padding-bottom: 0;
}

#order-standard_cart.hxo-domain-register-page .cart-sidebar,
#order-standard_cart.hxo-domain-register-page .sidebar-collapsed,
#order-standard_cart.hxo-domain-register-page .header-lined {
    display: none !important;
}

#order-standard_cart.hxo-domain-register-page .hxo-domain-register-wrap.hxo-dom-wrap {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 20px 1rem;
    box-sizing: border-box;
}

#order-standard_cart.hxo-domain-register-page .hxo-domain-search-main.hxo-main {
    padding: 0 !important;
    overflow: visible;
}

#order-standard_cart.hxo-domain-register-page .hxo-domain-results-card.hxo-main {
    margin-top: 14px;
    padding: 24px !important;
    overflow: visible !important;
}

#order-standard_cart.hxo-domain-register-page .hxo-domain-results-card.hxo-results-visible {
    overflow: visible !important;
    margin-bottom: 1rem !important;
}

#order-standard_cart.hxo-domain-register-page .hxo-domain-results-card:not(.hxo-results-visible):not(:has(#DomainSearchResults:not(.w-hidden))) {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    min-height: 0 !important;
    box-shadow: none !important;
}

#order-standard_cart.hxo-domain-register-page .hxo-domain-results-card.hxo-results-visible {
    display: block !important;
}

#order-standard_cart.hxo-domain-register-page .hxo-tld-pricing-section--collapsed {
    display: none !important;
}

#order-standard_cart.hxo-domain-register-page #spotlightTlds,
#order-standard_cart.hxo-domain-register-page .primary-domain-header {
    display: none !important;
}

#order-standard_cart.hxo-domain-register-page .hxo-domain-search-title {
    margin: 0.5rem 0 0;
    color: #ecf7ff !important;
    font-size: 1.35rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.25;
}

#order-standard_cart.hxo-domain-register-page .hxo-tabs .hxo-tab.active {
    cursor: default;
    pointer-events: none;
}

/* Search panel — inside hxo-main (Domains flow) */
#order-standard_cart.hxo-domain-register-page .hxo-domain-search-hero.domain-checker-container {
    margin: 0;
    padding: 0;
    border-radius: 0;
    border: none;
    background: transparent !important;
    box-shadow: none;
    overflow: visible !important;
    position: relative;
}

#order-standard_cart.hxo-domain-register-page .hxo-domain-search-hero.domain-checker-container::before,
#order-standard_cart.hxo-domain-register-page .hxo-domain-search-hero.domain-checker-container::after {
    display: none;
}

#order-standard_cart.hxo-domain-register-page .hxo-domain-search-hero .domain-checker-bg {
    margin: 0;
    padding: 0;
    background: transparent !important;
    background-image: none !important;
    position: relative;
    z-index: 1;
}

#order-standard_cart.hxo-domain-register-page .hxo-domain-search-panel {
    width: 100%;
    padding: 24px;
    overflow: visible !important;
    position: relative;
    z-index: 1;
    border-radius: 0;
    box-sizing: border-box;
}

#order-standard_cart.hxo-domain-register-page .hxo-domain-search-head {
    margin-bottom: 1.35rem;
}

#order-standard_cart.hxo-domain-register-page .hxo-domain-search-intro {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.65rem;
}

#order-standard_cart.hxo-domain-register-page .hxo-domain-search-head--simple {
    align-items: center;
    text-align: center;
    margin-bottom: 0.85rem;
}

#order-standard_cart.hxo-domain-register-page .hxo-domain-search-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.38rem 0.8rem;
    border-radius: 999px;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #cffafe !important;
    background: linear-gradient(135deg, rgba(25, 195, 255, 0.16) 0%, rgba(14, 165, 233, 0.08) 100%);
    border: 1px solid rgba(34, 211, 238, 0.4);
    box-shadow: 0 0 24px rgba(25, 195, 255, 0.15);
}

#order-standard_cart.hxo-domain-register-page .hxo-domain-search-lead {
    margin: 0;
    color: #cbd5e1 !important;
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.55;
    max-width: 52ch;
}

#order-standard_cart.hxo-domain-register-page .hxo-domain-search-hint {
    color: #94a3b8 !important;
    font-size: 0.875rem;
    line-height: 1.45;
}

#order-standard_cart.hxo-domain-register-page .hxo-domain-search-head--simple .hxo-domain-search-hint {
    text-align: center;
}

#order-standard_cart.hxo-domain-register-page .hxo-domain-search-textarea,
#order-standard_cart.hxo-domain-register-page .hxo-domain-search-input,
#order-standard_cart.hxo-domain-register-page .domain-checker-container textarea,
#order-standard_cart.hxo-domain-register-page .domain-checker-container .form-control {
    background: rgba(4, 10, 20, 0.82) !important;
    border: 1.5px solid rgba(24, 53, 87, 0.95) !important;
    color: #f1f5f9 !important;
    border-radius: 12px !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03) !important;
    font-size: 0.95rem;
    line-height: 1.55;
}

#order-standard_cart.hxo-domain-register-page .hxo-domain-search-textarea {
    width: 100% !important;
    min-height: 132px;
    max-height: 260px;
    resize: vertical;
    padding: 1.05rem 1.15rem;
    margin: 0;
}

#order-standard_cart.hxo-domain-register-page .hxo-domain-search-textarea::placeholder,
#order-standard_cart.hxo-domain-register-page .hxo-domain-search-input::placeholder {
    color: #94a3b8 !important;
    opacity: 1;
}

#order-standard_cart.hxo-domain-register-page .hxo-domain-search-textarea:focus,
#order-standard_cart.hxo-domain-register-page .hxo-domain-search-input:focus,
#order-standard_cart.hxo-domain-register-page .domain-checker-container textarea:focus,
#order-standard_cart.hxo-domain-register-page .domain-checker-container .form-control:focus {
    border-color: rgba(34, 211, 238, 0.55) !important;
    box-shadow: 0 0 0 3px rgba(25, 195, 255, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.03) !important;
    outline: none !important;
}

#order-standard_cart.hxo-domain-register-page .hxo-domain-search-actions {
    margin-top: 1.25rem;
    padding-top: 1.25rem;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    display: flex;
    flex-direction: column;
    gap: 1rem;
    overflow: visible !important;
    position: relative;
    z-index: 2;
}

#order-standard_cart.hxo-domain-register-page .hxo-domain-search-filters {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    align-items: end;
    overflow: visible !important;
}

#order-standard_cart.hxo-domain-register-page .hxo-domain-filter-field {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    min-width: 0;
    overflow: visible !important;
    position: relative;
    z-index: 1;
}

#order-standard_cart.hxo-domain-register-page .hxo-domain-filter-field:focus-within,
#order-standard_cart.hxo-domain-register-page .hxo-domain-filter-field.hxo-filter-open {
    z-index: 50;
}

#order-standard_cart.hxo-domain-register-page .hxo-domain-filter-field .btn-group {
    width: 100%;
    display: block;
    position: static;
}

#order-standard_cart.hxo-domain-register-page .hxo-domain-filter-label {
    margin: 0;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #64748b !important;
}

#order-standard_cart.hxo-domain-register-page .hxo-domain-native-select {
    width: 100%;
    min-height: 44px;
    padding: 0.55rem 2.25rem 0.55rem 0.85rem;
    appearance: none;
    -webkit-appearance: none;
    background: rgba(4, 10, 20, 0.82) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%2394a3b8' d='M1 1l5 5 5-5'/%3E%3C/svg%3E") no-repeat right 0.85rem center !important;
    border: 1.5px solid rgba(24, 53, 87, 0.95) !important;
    border-radius: 10px !important;
    color: #f1f5f9 !important;
    font-size: 0.875rem;
    cursor: pointer;
}

#order-standard_cart.hxo-domain-register-page .hxo-domain-native-select:focus {
    border-color: rgba(34, 211, 238, 0.55) !important;
    box-shadow: 0 0 0 3px rgba(25, 195, 255, 0.14) !important;
    outline: none !important;
}

/* Custom filter pickers (TLD + max length) */
#order-standard_cart.hxo-domain-register-page .hxo-filter-picker {
    position: relative;
    width: 100%;
}

#order-standard_cart.hxo-domain-register-page .hxo-filter-picker-trigger {
    width: 100%;
    min-height: 44px;
    padding: 0.55rem 2.25rem 0.55rem 0.85rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    position: relative;
    background: rgba(4, 10, 20, 0.82) !important;
    border: 1.5px solid rgba(24, 53, 87, 0.95) !important;
    border-radius: 10px !important;
    color: #f1f5f9 !important;
    font-size: 0.875rem;
    font-weight: 500;
    text-align: left;
    cursor: pointer;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
    transition: border-color 0.2s, box-shadow 0.2s;
}

#order-standard_cart.hxo-domain-register-page .hxo-filter-picker-trigger:hover {
    border-color: rgba(34, 211, 238, 0.35) !important;
}

#order-standard_cart.hxo-domain-register-page .hxo-filter-picker.is-open .hxo-filter-picker-trigger {
    border-color: rgba(34, 211, 238, 0.55) !important;
    box-shadow: 0 0 0 3px rgba(25, 195, 255, 0.14) !important;
}

#order-standard_cart.hxo-domain-register-page .hxo-filter-picker-value {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#order-standard_cart.hxo-domain-register-page .hxo-filter-picker-chevron {
    position: absolute;
    right: 0.85rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.7rem;
    color: #94a3b8;
    transition: transform 0.2s;
    pointer-events: none;
}

#order-standard_cart.hxo-domain-register-page .hxo-filter-picker.is-open .hxo-filter-picker-chevron {
    transform: translateY(-50%) rotate(180deg);
    color: #67e8f9;
}

#order-standard_cart.hxo-domain-register-page .hxo-filter-picker-menu:not([hidden]) {
    pointer-events: auto;
}

#order-standard_cart.hxo-domain-register-page .hxo-filter-picker-menu {
    display: none;
    flex-direction: column;
    position: fixed;
    z-index: 100060;
    max-height: 280px;
    background: rgba(8, 18, 33, 0.98) !important;
    border: 1px solid rgba(34, 211, 238, 0.22) !important;
    border-radius: 12px !important;
    box-shadow: 0 24px 56px rgba(0, 0, 0, 0.55) !important;
    overflow: hidden;
}

#order-standard_cart.hxo-domain-register-page .hxo-filter-picker.is-open .hxo-filter-picker-menu {
    display: flex;
}

#order-standard_cart.hxo-domain-register-page .hxo-length-picker.is-open {
    z-index: 100061;
}

#order-standard_cart.hxo-domain-register-page .hxo-tld-picker.is-open {
    z-index: 100061;
}

#order-standard_cart.hxo-domain-register-page .hxo-tld-picker-search-wrap {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.65rem 0.75rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    color: #64748b;
}

#order-standard_cart.hxo-domain-register-page .hxo-tld-picker-search {
    flex: 1;
    min-width: 0;
    border: none !important;
    background: transparent !important;
    color: #f1f5f9 !important;
    font-size: 0.875rem;
    padding: 0;
    box-shadow: none !important;
    outline: none !important;
}

#order-standard_cart.hxo-domain-register-page .hxo-tld-picker-search::placeholder {
    color: #64748b !important;
}

#order-standard_cart.hxo-domain-register-page .hxo-tld-picker-list {
    overflow-y: auto;
    padding: 0.35rem;
    max-height: 220px;
}

#order-standard_cart.hxo-domain-register-page .hxo-tld-picker-item {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.5rem 0.6rem;
    margin: 0;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.15s;
}

#order-standard_cart.hxo-domain-register-page .hxo-tld-picker-item:hover {
    background: rgba(25, 195, 255, 0.06);
}

#order-standard_cart.hxo-domain-register-page .hxo-tld-picker-check {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    pointer-events: none;
}

#order-standard_cart.hxo-domain-register-page .hxo-tld-picker-box {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    border: 1.5px solid rgba(100, 116, 139, 0.75);
    border-radius: 5px;
    background: rgba(4, 10, 20, 0.65);
    position: relative;
    transition: background 0.15s, border-color 0.15s;
}

#order-standard_cart.hxo-domain-register-page .hxo-tld-picker-check:checked + .hxo-tld-picker-box {
    background: #19c3ff;
    border-color: #19c3ff;
}

#order-standard_cart.hxo-domain-register-page .hxo-tld-picker-check:checked + .hxo-tld-picker-box::after {
    content: '';
    position: absolute;
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid #041018;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

#order-standard_cart.hxo-domain-register-page .hxo-tld-picker-text {
    color: #e2e8f0;
    font-size: 0.875rem;
    font-weight: 500;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
}

#order-standard_cart.hxo-domain-register-page .hxo-length-picker-list {
    overflow-y: auto;
    padding: 0.35rem;
    max-height: 260px;
}

#order-standard_cart.hxo-domain-register-page .hxo-length-picker-option {
    display: block;
    width: 100%;
    padding: 0.55rem 0.75rem;
    margin: 0;
    border: none;
    border-radius: 8px;
    background: transparent;
    color: #e2e8f0 !important;
    font-size: 0.875rem;
    font-weight: 500;
    text-align: left;
    cursor: pointer;
    transition: background 0.15s, color 0.15s;
}

#order-standard_cart.hxo-domain-register-page .hxo-length-picker-option:hover {
    background: rgba(25, 195, 255, 0.08);
    color: #f1f5f9 !important;
}

#order-standard_cart.hxo-domain-register-page .hxo-length-picker-option.is-selected {
    background: rgba(25, 195, 255, 0.14);
    color: #67e8f9 !important;
}

#order-standard_cart.hxo-domain-register-page .hxo-domain-filter-field .btn-group {
    width: 100%;
    display: block;
}

#order-standard_cart.hxo-domain-register-page .hxo-domain-filter-field .btn-group.open {
    z-index: 60;
}

#order-standard_cart.hxo-domain-register-page .hxo-domain-filter-field .btn-group .multiselect,
#order-standard_cart.hxo-domain-register-page .hxo-domain-filter-field button.hxo-multiselect-btn {
    width: 100% !important;
    min-height: 44px;
    padding: 0.55rem 2rem 0.55rem 0.85rem !important;
    margin: 0 !important;
    background: rgba(4, 10, 20, 0.82) !important;
    border: 1.5px solid rgba(24, 53, 87, 0.95) !important;
    color: #f1f5f9 !important;
    border-radius: 10px !important;
    text-align: left !important;
    font-size: 0.875rem !important;
    font-weight: 500 !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03) !important;
    position: relative;
}

#order-standard_cart.hxo-domain-register-page .hxo-domain-filter-field .btn-group .multiselect .caret,
#order-standard_cart.hxo-domain-register-page .hxo-domain-filter-field button.hxo-multiselect-btn .caret {
    position: absolute;
    right: 0.85rem;
    top: 50%;
    transform: translateY(-50%);
    border-top-color: #94a3b8;
    margin: 0;
}

#order-standard_cart.hxo-domain-register-page .hxo-domain-filter-field .btn-group.open .multiselect,
#order-standard_cart.hxo-domain-register-page .hxo-domain-filter-field .btn-group.open button.hxo-multiselect-btn {
    border-color: rgba(34, 211, 238, 0.55) !important;
    box-shadow: 0 0 0 3px rgba(25, 195, 255, 0.14) !important;
}

#order-standard_cart.hxo-domain-register-page .hxo-domain-search-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
    position: relative;
    z-index: 40;
}

#order-standard_cart.hxo-domain-register-page .domain-checker-container.domain-checker-advanced #btnCheckAvailability {
    position: static !important;
    right: auto !important;
    top: auto !important;
    z-index: 41;
    pointer-events: auto !important;
}

#order-standard_cart.hxo-domain-register-page .hxo-filter-picker-menu[hidden] {
    display: none !important;
    pointer-events: none !important;
    visibility: hidden !important;
}

#order-standard_cart.hxo-domain-register-page .hxo-domain-safe-search {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin: 0;
    padding: 0.55rem 0.15rem;
    color: #94a3b8 !important;
    font-size: 0.85rem;
    font-weight: 500;
    cursor: pointer;
    user-select: none;
    white-space: nowrap;
}

#order-standard_cart.hxo-domain-register-page .hxo-domain-safe-search input {
    width: 16px;
    height: 16px;
    accent-color: #19c3ff;
    margin: 0;
}

#order-standard_cart.hxo-domain-register-page .hxo-domain-search-submit,
#order-standard_cart.hxo-domain-register-page .domain-check-availability {
    flex-shrink: 0;
    min-width: 160px;
    min-height: 46px !important;
    padding: 0.65rem 1.5rem !important;
    margin: 0 !important;
    margin-left: auto !important;
    position: static !important;
    right: auto !important;
    top: auto !important;
    width: auto !important;
    max-width: none !important;
    background: linear-gradient(180deg, #19c3ff 0%, #0ea5e9 100%) !important;
    border: none !important;
    color: #041018 !important;
    font-weight: 700 !important;
    font-size: 0.9375rem !important;
    border-radius: 11px !important;
    box-shadow: 0 10px 28px rgba(25, 195, 255, 0.28);
    letter-spacing: 0.02em;
    transition: filter 0.2s, transform 0.2s;
}

#order-standard_cart.hxo-domain-register-page .hxo-domain-search-submit:hover,
#order-standard_cart.hxo-domain-register-page .domain-check-availability:hover {
    filter: brightness(1.06);
    color: #041018 !important;
    transform: translateY(-1px);
}

/* Simple domain search — inline bar */
#order-standard_cart.hxo-domain-register-page .hxo-domain-search-inline {
    display: flex;
    align-items: stretch;
    gap: 0.65rem;
    width: 100%;
}

#order-standard_cart.hxo-domain-register-page .hxo-domain-search-inline .hxo-domain-search-input {
    flex: 1 1 auto;
    min-height: 52px;
    padding: 0 1.1rem;
    margin: 0;
}

#order-standard_cart.hxo-domain-register-page .hxo-domain-search-inline .hxo-domain-search-submit {
    min-width: 120px;
}

#order-standard_cart.hxo-domain-register-page .domain-checker-container .input-group-box {
    display: none !important;
}

#order-standard_cart.hxo-domain-register-page .domain-checker-container.domain-checker-advanced .multiselect-container {
    background: rgba(8, 18, 33, 0.98) !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    border-radius: 10px !important;
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.55) !important;
    z-index: 100050 !important;
    min-width: 100%;
    margin-top: 4px;
    padding: 0.35rem 0;
}

#order-standard_cart.hxo-domain-register-page .multiselect-container.hxo-portaled-menu {
    position: fixed !important;
    display: block !important;
    float: none !important;
    min-width: 220px !important;
    max-height: 260px !important;
    overflow-y: auto !important;
    margin: 0 !important;
    z-index: 100050 !important;
}

body.hxo-themed .multiselect-container.hxo-portaled-menu,
.multiselect-container.hxo-portaled-menu {
    background: rgba(8, 18, 33, 0.98) !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    border-radius: 10px !important;
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.55) !important;
    padding: 0.35rem 0;
}

body.hxo-themed .multiselect-container.hxo-portaled-menu > li > a,
.multiselect-container.hxo-portaled-menu > li > a {
    color: #e2e8f0 !important;
    padding: 0.5rem 0.85rem;
}

body.hxo-themed .multiselect-container.hxo-portaled-menu > li > a label,
.multiselect-container.hxo-portaled-menu > li > a label {
    color: inherit !important;
    font-weight: 500;
    margin: 0;
    padding: 0;
}

body.hxo-themed .multiselect-container.hxo-portaled-menu > li.active > a,
.multiselect-container.hxo-portaled-menu > li.active > a {
    background: rgba(25, 195, 255, 0.12) !important;
    color: #67e8f9 !important;
}

body.hxo-themed .multiselect-container.hxo-portaled-menu .multiselect-item.filter,
.multiselect-container.hxo-portaled-menu .multiselect-item.filter {
    padding: 0.5rem;
}

body.hxo-themed .multiselect-container.hxo-portaled-menu .multiselect-item.filter .form-control,
.multiselect-container.hxo-portaled-menu .multiselect-item.filter .form-control {
    background: rgba(4, 10, 20, 0.9) !important;
    border-color: rgba(24, 53, 87, 0.92) !important;
    color: #e2e8f0 !important;
    border-radius: 8px !important;
}

#order-standard_cart.hxo-domain-register-page .hxo-domain-search-form,
#order-standard_cart.hxo-domain-register-page .domain-checker-bg {
    overflow: visible !important;
}

/* Primary exact-match — featured card (register) */
#order-standard_cart.hxo-domain-register-page .hxo-domain-results-card #searchDomainInfo {
    margin: 0 0 1.25rem;
    text-align: center;
}

#order-standard_cart.hxo-domain-register-page .hxo-domain-results-card #primaryLookupSearching {
    margin: 0 auto 1rem;
    padding: 1rem 1.25rem;
    max-width: 520px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(8, 16, 30, 0.6);
    color: #89a9c7 !important;
    font-size: 0.9rem;
}

#order-standard_cart.hxo-domain-register-page .hxo-domain-results-card #primaryLookupResult.hxo-primary-result {
    position: relative;
    width: 100%;
    max-width: 520px;
    margin: 0 auto 1.5rem;
    padding: 1.5rem 1.65rem 1.35rem;
    border-radius: 14px;
    border: 1px solid rgba(25, 195, 255, 0.22);
    background:
        radial-gradient(ellipse 120% 80% at 50% -30%, rgba(25, 195, 255, 0.14) 0%, transparent 58%),
        linear-gradient(180deg, rgba(11, 22, 42, 0.98) 0%, rgba(7, 14, 28, 0.96) 100%);
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.38);
    text-align: center;
    overflow: hidden;
}

#order-standard_cart.hxo-domain-register-page .hxo-domain-results-card #primaryLookupResult.hxo-primary-result::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(25, 195, 255, 0.85), transparent);
    pointer-events: none;
}

#order-standard_cart.hxo-domain-register-page .hxo-domain-results-card #primaryLookupResult.hxo-primary-result > p {
    margin: 0;
}

#order-standard_cart.hxo-domain-register-page .hxo-domain-results-card #primaryLookupResult .domain-available {
    padding: 0 0 1.1rem;
    border: none;
    font-size: 0;
}

#order-standard_cart.hxo-domain-register-page .hxo-domain-results-card #primaryLookupResult .domain-available strong {
    display: block;
    margin: 0 0 0.55rem;
    font-size: clamp(1.25rem, 2.5vw, 1.55rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.2;
    color: #ecf7ff !important;
    word-break: break-word;
}

#order-standard_cart.hxo-domain-register-page .hxo-domain-results-card #primaryLookupResult .domain-available-status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    margin: 0 auto;
    padding: 0.28rem 0.65rem;
    border-radius: 999px;
    border: 1px solid rgba(74, 222, 128, 0.35);
    background: rgba(22, 163, 74, 0.14);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #86efac !important;
    line-height: 1.2;
}

#order-standard_cart.hxo-domain-register-page .hxo-domain-results-card #primaryLookupResult .domain-available-status::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #4ade80;
    box-shadow: 0 0 8px rgba(74, 222, 128, 0.8);
    flex-shrink: 0;
}

#order-standard_cart.hxo-domain-register-page .hxo-domain-results-card #primaryLookupResult .domain-unavailable {
    padding: 0 0 1rem;
    color: #fca5a5 !important;
    border: none;
}

#order-standard_cart.hxo-domain-register-page .hxo-domain-results-card #primaryLookupResult .domain-unavailable strong {
    display: block;
    margin: 0 0 0.5rem;
    font-size: clamp(1.2rem, 2.5vw, 1.5rem);
    font-weight: 800;
    color: #ecf7ff !important;
    line-height: 1.2;
}

#order-standard_cart.hxo-domain-register-page .hxo-domain-results-card #primaryLookupResult .domain-unavailable-status {
    display: inline-flex;
    margin: 0 auto;
    padding: 0.28rem 0.65rem;
    border-radius: 999px;
    border: 1px solid rgba(248, 113, 113, 0.35);
    background: rgba(220, 38, 38, 0.12);
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #fca5a5 !important;
}

#order-standard_cart.hxo-domain-register-page .hxo-domain-results-card #primaryLookupResult .domain-unavailable-help {
    display: block;
    margin: 0.65rem auto 0;
    max-width: 36ch;
    font-size: 0.8rem;
    line-height: 1.45;
    color: #94a3b8 !important;
}

#order-standard_cart.hxo-domain-register-page .hxo-domain-results-card #primaryLookupResult .domain-tld-unavailable,
#order-standard_cart.hxo-domain-register-page .hxo-domain-results-card #primaryLookupResult .domain-invalid,
#order-standard_cart.hxo-domain-register-page .hxo-domain-results-card #primaryLookupResult .domain-error {
    margin: 0;
    padding: 0.5rem 0;
    text-align: center;
    font-size: 0.875rem;
    line-height: 1.45;
}

#order-standard_cart.hxo-domain-register-page .hxo-domain-results-card #primaryLookupResult .domain-invalid.domain-checker-invalid {
    margin-top: 0.75rem;
    padding: 0.75rem 0.9rem;
    border-radius: 10px;
    border: 1px solid rgba(250, 204, 21, 0.35);
    background: rgba(250, 204, 21, 0.08);
    color: #e5d48a !important;
}

#order-standard_cart.hxo-domain-register-page .hxo-domain-results-card #primaryLookupResult.hxo-primary-result .domain-price {
    margin: 0;
    padding: 1.15rem 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.85rem;
}

#order-standard_cart.hxo-domain-register-page .hxo-domain-results-card #primaryLookupResult.hxo-primary-result .domain-price .price {
    margin: 0;
    font-size: clamp(1.35rem, 3vw, 1.75rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #33c7ff !important;
    line-height: 1.15;
}

#order-standard_cart.hxo-domain-register-page .hxo-domain-results-card #primaryLookupResult.hxo-primary-result .btn-add-to-cart {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: min(100%, 220px);
    height: 42px;
    margin: 0;
    padding: 0 1.65rem;
    border-radius: 10px;
    border: 1px solid rgba(25, 195, 255, 0.45);
    background: linear-gradient(180deg, #1ab0ed 0%, #0e9fd9 100%) !important;
    color: #fff !important;
    font-weight: 800;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    line-height: 1;
    box-shadow: 0 4px 14px rgba(14, 159, 217, 0.35);
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

#order-standard_cart.hxo-domain-register-page .hxo-domain-results-card #primaryLookupResult.hxo-primary-result .btn-add-to-cart:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(14, 159, 217, 0.45);
    color: #fff !important;
}

#order-standard_cart.hxo-domain-register-page .hxo-domain-results-card #primaryLookupResult .domain-available-status strong {
    display: none !important;
}

#order-standard_cart.hxo-domain-register-page .hxo-domain-results-card #primaryLookupResult .domain-contact-support {
    margin: 0.85rem auto 0;
    display: inline-block;
}

@media (max-width: 640px) {
    #order-standard_cart.hxo-domain-register-page .hxo-domain-results-card #primaryLookupResult.hxo-primary-result {
        max-width: none;
        padding: 1.25rem 1.15rem 1.15rem;
    }

    #order-standard_cart.hxo-domain-register-page .hxo-domain-results-card #primaryLookupResult.hxo-primary-result .btn-add-to-cart {
        width: 100%;
        min-width: 0;
    }
}

#order-standard_cart.hxo-domain-register-page .suggested-domains.hxo-suggestions-loaded #suggestionsLoader,
#order-standard_cart.hxo-domain-register-page .suggested-domains.hxo-suggestions-loaded .domain-lookup-suggestions-loader {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
}

#order-standard_cart.hxo-domain-register-page .hxo-domain-results-card #domainSuggestions .domain-suggestion.clone {
    display: grid !important;
}

#order-standard_cart.hxo-domain-register-page .suggested-domains .domain-suggestion.clone .actions {
    float: none !important;
}

#order-standard_cart.hxo-domain-register-page .suggested-domains .domain-suggestion.clone .promo.hot,
#order-standard_cart.hxo-domain-register-page .suggested-domains .domain-suggestion.clone .promo.sale,
#order-standard_cart.hxo-domain-register-page .suggested-domains .domain-suggestion.clone .promo.new {
    width: auto !important;
    max-width: max-content !important;
}

#order-standard_cart.hxo-domain-register-page .domain-checker-container.domain-checker-advanced .multiselect-container > li > a {
    color: #e2e8f0 !important;
    padding: 0.5rem 0.85rem;
}

#order-standard_cart.hxo-domain-register-page .domain-checker-container.domain-checker-advanced .multiselect-container > li > a label {
    color: inherit !important;
    font-weight: 500;
    margin: 0;
    padding: 0;
}

#order-standard_cart.hxo-domain-register-page .domain-checker-container.domain-checker-advanced .multiselect-container > li.active > a {
    background: rgba(25, 195, 255, 0.12) !important;
    color: #67e8f9 !important;
}

#order-standard_cart.hxo-domain-register-page .domain-checker-container.domain-checker-advanced .multiselect-item.filter {
    padding: 0.5rem;
}

#order-standard_cart.hxo-domain-register-page .domain-checker-container.domain-checker-advanced .multiselect-item.filter .form-control {
    background: rgba(4, 10, 20, 0.9) !important;
    border-color: rgba(24, 53, 87, 0.92) !important;
    color: #e2e8f0 !important;
    border-radius: 8px !important;
}

#order-standard_cart.hxo-domain-register-page .hxo-domain-search-captcha {
    margin-top: 1.15rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

#order-standard_cart.hxo-domain-register-page .hxo-domain-search-captcha .default-captcha p {
    color: #94a3b8 !important;
}

/* Search results */
#order-standard_cart.hxo-domain-register-page .domain-checker-result-headline,
#order-standard_cart.hxo-domain-register-page .primary-domain-header {
    color: #f1f5f9 !important;
    font-size: 1.1rem;
    font-weight: 700;
    text-align: center;
    margin: 1.75rem 0 1rem;
}

#order-standard_cart.hxo-domain-register-page .domain-checker-available {
    color: #4ade80 !important;
}

#order-standard_cart.hxo-domain-register-page .domain-checker-unavailable,
#order-standard_cart.hxo-domain-register-page .domain-checker-invalid {
    color: #f87171 !important;
}

/* TLD pricing — modern card board */
#order-standard_cart.hxo-domain-register-page .hxo-tld-pricing-section {
    margin-top: 2.75rem;
}

#order-standard_cart.hxo-domain-register-page .hxo-tld-pricing-head {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1.35rem 2rem;
    margin-bottom: 1.35rem;
}

#order-standard_cart.hxo-domain-register-page .hxo-tld-pricing-intro {
    flex: 1 1 260px;
    min-width: 0;
}

#order-standard_cart.hxo-domain-register-page .hxo-tld-pricing-eyebrow {
    display: inline-block;
    margin-bottom: 0.45rem;
    padding: 0.22rem 0.55rem;
    border-radius: 999px;
    background: rgba(25, 195, 255, 0.1);
    border: 1px solid rgba(34, 211, 238, 0.22);
    color: #67e8f9;
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

#order-standard_cart.hxo-domain-register-page .hxo-tld-pricing-title {
    margin: 0 0 0.35rem;
    color: #fff !important;
    font-weight: 800;
    font-size: 1.35rem;
    letter-spacing: -0.03em;
    line-height: 1.15;
}

#order-standard_cart.hxo-domain-register-page .hxo-tld-pricing-sub {
    margin: 0;
    max-width: 36rem;
    color: #64748b !important;
    font-size: 0.875rem;
    line-height: 1.55;
}

#order-standard_cart.hxo-domain-register-page .hxo-tld-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin: 0;
    padding: 0;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

#order-standard_cart.hxo-domain-register-page .hxo-tld-filter-pill,
#order-standard_cart.hxo-domain-register-page .tld-filters .badge,
#order-standard_cart.hxo-domain-register-page .tld-filters a.badge-secondary {
    display: inline-flex !important;
    align-items: center;
    padding: 0.45rem 0.9rem !important;
    border-radius: 999px !important;
    border: 1px solid rgba(34, 211, 238, 0.28) !important;
    background: rgba(10, 22, 36, 0.92) !important;
    color: #67e8f9 !important;
    font-size: 0.68rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    text-decoration: none !important;
    transition: background 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
}

#order-standard_cart.hxo-domain-register-page .hxo-tld-filter-pill:hover,
#order-standard_cart.hxo-domain-register-page .tld-filters a.badge-secondary:hover {
    color: #a5f3fc !important;
    border-color: rgba(34, 211, 238, 0.45) !important;
    background: rgba(12, 28, 48, 0.95) !important;
}

#order-standard_cart.hxo-domain-register-page .hxo-tld-filter-pill.badge-success,
#order-standard_cart.hxo-domain-register-page .hxo-tld-filter-pill.active,
#order-standard_cart.hxo-domain-register-page .tld-filters a.badge-success {
    background: rgba(25, 195, 255, 0.14) !important;
    border-color: rgba(34, 211, 238, 0.6) !important;
    color: #cffafe !important;
    box-shadow:
        0 0 0 1px rgba(34, 211, 238, 0.12),
        0 4px 20px rgba(25, 195, 255, 0.18);
}

#order-standard_cart.hxo-domain-register-page .hxo-tld-board.bg-white {
    position: relative;
    padding: 0 !important;
    border-radius: 20px !important;
    border: 1px solid rgba(34, 211, 238, 0.14) !important;
    background: linear-gradient(165deg, rgba(10, 24, 44, 0.97) 0%, rgba(5, 12, 24, 0.95) 100%) !important;
    box-shadow:
        0 24px 48px rgba(0, 0, 0, 0.32),
        inset 0 1px 0 rgba(255, 255, 255, 0.05) !important;
    overflow: hidden !important;
}

#order-standard_cart.hxo-domain-register-page .hxo-tld-board::before {
    content: "";
    position: absolute;
    top: -40%;
    right: -8%;
    width: min(420px, 55%);
    height: 140%;
    background: radial-gradient(ellipse at center, rgba(25, 195, 255, 0.1) 0%, transparent 68%);
    pointer-events: none;
    z-index: 0;
}

#order-standard_cart.hxo-domain-register-page .hxo-tld-board::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
    background-size: 28px 28px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, transparent 90%);
    pointer-events: none;
    z-index: 0;
}

#order-standard_cart.hxo-domain-register-page .hxo-tld-board-inner {
    position: relative;
    z-index: 1;
    padding: 1.15rem 1.15rem 1.25rem;
}

#order-standard_cart.hxo-domain-register-page .hxo-tld-board-legend,
#order-standard_cart.hxo-domain-register-page .hxo-tld-card {
    display: grid;
    grid-template-columns: minmax(200px, 260px) repeat(3, minmax(0, 1fr));
    gap: 0.7rem;
    align-items: center;
}

#order-standard_cart.hxo-domain-register-page .hxo-tld-board-legend {
    padding: 0 0.85rem 0.75rem;
    margin-bottom: 0.35rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

#order-standard_cart.hxo-domain-register-page .hxo-tld-legend-domain,
#order-standard_cart.hxo-domain-register-page .hxo-tld-legend-col {
    color: #475569;
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

#order-standard_cart.hxo-domain-register-page .hxo-tld-legend-col {
    text-align: center;
}

#order-standard_cart.hxo-domain-register-page .hxo-tld-list {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
}

#order-standard_cart.hxo-domain-register-page .hxo-tld-card {
    position: relative;
    padding: 0.85rem;
    margin: 0 !important;
    border: 1px solid rgba(255, 255, 255, 0.06) !important;
    border-radius: 14px !important;
    background: rgba(4, 10, 20, 0.45) !important;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
    transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
    overflow: hidden;
}

#order-standard_cart.hxo-domain-register-page .hxo-tld-card::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 2px;
    border-radius: 2px 0 0 2px;
    background: transparent;
    transition: background 0.22s ease, box-shadow 0.22s ease;
}

#order-standard_cart.hxo-domain-register-page .hxo-tld-card:hover {
    transform: translateY(-1px);
    border-color: rgba(34, 211, 238, 0.24) !important;
    background: rgba(8, 20, 36, 0.72) !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.06),
        0 12px 28px rgba(0, 0, 0, 0.22);
}

#order-standard_cart.hxo-domain-register-page .hxo-tld-card:hover::before,
#order-standard_cart.hxo-domain-register-page .hxo-tld-card.highlighted::before {
    background: linear-gradient(180deg, #67e8f9 0%, #0891b2 100%);
    box-shadow: 0 0 14px rgba(34, 211, 238, 0.55);
}

#order-standard_cart.hxo-domain-register-page .hxo-tld-card.highlighted {
    border-color: rgba(34, 211, 238, 0.18) !important;
    background: rgba(10, 24, 42, 0.62) !important;
}

#order-standard_cart.hxo-domain-register-page .hxo-tld-card-domain {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    min-width: 0;
    padding: 0 0.35rem !important;
    border-right: none !important;
    margin: 0 !important;
    line-height: 1.3 !important;
}

#order-standard_cart.hxo-domain-register-page .hxo-tld-avatar {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: linear-gradient(145deg, rgba(25, 195, 255, 0.14) 0%, rgba(6, 14, 28, 0.95) 100%);
    border: 1px solid rgba(34, 211, 238, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07);
    overflow: hidden;
}

#order-standard_cart.hxo-domain-register-page .hxo-tld-avatar img {
    width: 68%;
    height: 68%;
    object-fit: contain;
    filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.25));
}

#order-standard_cart.hxo-domain-register-page .hxo-tld-avatar-fallback {
    display: none;
    color: #67e8f9;
    font-size: 0.95rem;
}

#order-standard_cart.hxo-domain-register-page .hxo-tld-avatar.hxo-tld-avatar--text .hxo-tld-avatar-fallback,
#order-standard_cart.hxo-domain-register-page .hxo-tld-avatar:not(:has(img)) .hxo-tld-avatar-fallback {
    display: block;
}

#order-standard_cart.hxo-domain-register-page .hxo-tld-identity {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.3rem;
    min-width: 0;
}

#order-standard_cart.hxo-domain-register-page .hxo-tld-name {
    color: #fff;
    font-weight: 800;
    font-size: 1.05rem;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

#order-standard_cart.hxo-domain-register-page .hxo-tld-badge {
    display: inline-flex;
    padding: 0.16rem 0.48rem;
    border-radius: 999px;
    font-size: 0.58rem;
    font-weight: 800;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    background: rgba(245, 158, 11, 0.12);
    border: 1px solid rgba(245, 158, 11, 0.32);
    color: #fbbf24 !important;
}

#order-standard_cart.hxo-domain-register-page .hxo-tld-rate {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.28rem;
    min-height: 68px;
    padding: 0.65rem 0.55rem;
    border-radius: 11px;
    background: rgba(2, 8, 18, 0.55);
    border: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
    text-align: center;
    transition: border-color 0.2s ease, background 0.2s ease;
}

#order-standard_cart.hxo-domain-register-page .hxo-tld-card:hover .hxo-tld-rate {
    border-color: rgba(255, 255, 255, 0.07);
}

#order-standard_cart.hxo-domain-register-page .hxo-tld-rate--register {
    border-color: rgba(34, 211, 238, 0.14);
    background: linear-gradient(180deg, rgba(25, 195, 255, 0.1) 0%, rgba(2, 8, 18, 0.55) 100%);
}

#order-standard_cart.hxo-domain-register-page .hxo-tld-rate--transfer {
    border-color: rgba(129, 140, 248, 0.12);
}

#order-standard_cart.hxo-domain-register-page .hxo-tld-rate--renew {
    border-color: rgba(52, 211, 153, 0.1);
}

#order-standard_cart.hxo-domain-register-page .hxo-tld-rate-label {
    display: none;
    color: #64748b;
    font-size: 0.58rem;
    font-weight: 800;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    line-height: 1.2;
}

#order-standard_cart.hxo-domain-register-page .hxo-tld-rate-body {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: center;
    gap: 0.2rem 0.35rem;
    line-height: 1.2;
}

#order-standard_cart.hxo-domain-register-page .hxo-tld-rate-value {
    color: #f8fafc;
    font-weight: 800;
    font-size: 0.9375rem;
    letter-spacing: -0.02em;
}

#order-standard_cart.hxo-domain-register-page .hxo-tld-rate-meta {
    color: #64748b;
    font-size: 0.68rem;
    font-weight: 600;
}

#order-standard_cart.hxo-domain-register-page .hxo-tld-rate-value--na {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 8px;
    color: #475569 !important;
    font-size: 0.875rem;
    font-weight: 600;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
}

#order-standard_cart.hxo-domain-register-page .hxo-tld-rate-value--free {
    color: #4ade80 !important;
    font-size: 0.8125rem;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

#order-standard_cart.hxo-domain-register-page .hxo-tld-empty-state {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 2.5rem 1.5rem;
    border-radius: 16px;
    border: 1px dashed rgba(255, 255, 255, 0.1);
    background: rgba(8, 18, 33, 0.5);
    text-align: center;
}

#order-standard_cart.hxo-domain-register-page .hxo-tld-empty-state.tld-row.no-tlds[style*="display: block"],
#order-standard_cart.hxo-domain-register-page .hxo-tld-empty-state.tld-row.no-tlds[style*="display:block"] {
    display: flex !important;
}

#order-standard_cart.hxo-domain-register-page .hxo-tld-empty-icon {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: rgba(25, 195, 255, 0.1);
    border: 1px solid rgba(34, 211, 238, 0.2);
    color: #67e8f9;
    font-size: 1.25rem;
}

#order-standard_cart.hxo-domain-register-page .hxo-tld-empty-state p {
    margin: 0;
    max-width: 22rem;
    color: #64748b !important;
    font-size: 0.875rem;
    line-height: 1.55;
}

#order-standard_cart.hxo-domain-register-page .domain-pricing .tld-row.no-tlds {
    display: none;
}

#order-standard_cart.hxo-domain-register-page .domain-pricing .two-row-center {
    border-right: none !important;
}

#order-standard_cart.hxo-domain-register-page .domain-pricing .tld-pricing-header {
    display: none !important;
}

@media (max-width: 991px) {
    #order-standard_cart.hxo-domain-register-page .hxo-tld-board-legend {
        display: none;
    }

    #order-standard_cart.hxo-domain-register-page .hxo-tld-card {
        grid-template-columns: 1fr;
        gap: 0.65rem;
        padding: 1rem;
    }

    #order-standard_cart.hxo-domain-register-page .hxo-tld-card-domain {
        padding-bottom: 0.35rem !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    }

    #order-standard_cart.hxo-domain-register-page .hxo-tld-rate-label {
        display: block;
    }

    #order-standard_cart.hxo-domain-register-page .hxo-tld-card .hxo-tld-rate {
        display: grid;
        grid-template-columns: 1fr auto;
        grid-template-rows: auto auto;
        align-items: center;
        justify-items: end;
        gap: 0.15rem 0.75rem;
        min-height: 0;
        padding: 0.75rem 0.85rem;
        text-align: right;
    }

    #order-standard_cart.hxo-domain-register-page .hxo-tld-card .hxo-tld-rate-label {
        grid-column: 1;
        grid-row: 1 / span 2;
        justify-self: start;
        align-self: center;
        text-align: left;
    }

    #order-standard_cart.hxo-domain-register-page .hxo-tld-card .hxo-tld-rate-body {
        grid-column: 2;
        justify-content: flex-end;
    }
}

@media (max-width: 640px) {
    #order-standard_cart.hxo-domain-register-page .hxo-tld-pricing-head {
        flex-direction: column;
        align-items: stretch;
    }

    #order-standard_cart.hxo-domain-register-page .hxo-tld-filters {
        width: 100%;
        justify-content: flex-start;
    }

    #order-standard_cart.hxo-domain-register-page .hxo-tld-filter-pill {
        flex: 0 1 auto;
    }

    #order-standard_cart.hxo-domain-register-page .hxo-tld-board-inner {
        padding: 0.85rem;
    }
}

#order-standard_cart.hxo-domain-register-page .domain-pricing {
    margin-top: 0;
}

#order-standard_cart.hxo-domain-register-page .domain-pricing > h4:not(.hxo-tld-pricing-title) {
    display: none;
}

#order-standard_cart.hxo-domain-register-page .domain-pricing .bg-white:not(.hxo-tld-board) {
    background: transparent !important;
    border: none !important;
}

#order-standard_cart.hxo-domain-register-page .domain-pricing .tld-row {
    border-bottom: none !important;
    padding: 0 !important;
    background: transparent !important;
}

#order-standard_cart.hxo-domain-register-page .domain-pricing .no-tlds {
    color: #64748b !important;
}

/* Featured / spotlight */
#order-standard_cart.hxo-domain-register-page .featured-tld {
    background: rgba(8, 18, 33, 0.92) !important;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    margin-bottom: 1rem;
    padding: 1.15rem;
    text-align: center;
}

#order-standard_cart.hxo-domain-register-page .featured-tld .price {
    color: #19c3ff !important;
    font-weight: 800;
}

#order-standard_cart.hxo-domain-register-page .spotlight-tld {
    background: rgba(8, 18, 33, 0.92) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    color: #e2e8f0 !important;
    border-radius: 12px !important;
}

/* Suggested domains — styled via hoxta-configure.css (.hxo-domain-results-card) */

/* Promo cards */
#order-standard_cart.hxo-domain-register-page .hxo-domain-promo-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1rem;
    margin-top: 1.75rem;
}

#order-standard_cart.hxo-domain-register-page .domain-promo-box {
    margin: 0;
    height: 100%;
    padding: 1.4rem 1.35rem;
    background: linear-gradient(160deg, rgba(10, 22, 40, 0.96) 0%, rgba(6, 12, 24, 0.92) 100%) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    color: #e2e8f0 !important;
    border-radius: 14px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

#order-standard_cart.hxo-domain-register-page .domain-promo-box .clearfix {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}

#order-standard_cart.hxo-domain-register-page .domain-promo-box h3 {
    color: #fff !important;
    font-weight: 800;
    margin: 0;
}

#order-standard_cart.hxo-domain-register-page .domain-promo-box p {
    color: #94a3b8 !important;
    margin: 0;
}

#order-standard_cart.hxo-domain-register-page .domain-promo-box .font-bold.text-warning {
    color: #fbbf24 !important;
}

#order-standard_cart.hxo-domain-register-page .domain-promo-box .font-bold.text-primary {
    color: #67e8f9 !important;
}

#order-standard_cart.hxo-domain-register-page .domain-promo-box .small {
    color: #64748b !important;
    margin-top: auto;
}

#order-standard_cart.hxo-domain-register-page .domain-promo-box i {
    float: none;
    flex-shrink: 0;
    color: rgba(25, 195, 255, 0.35);
    font-size: 2.5rem;
}

#order-standard_cart.hxo-domain-register-page .domain-promo-box .btn-warning {
    background: linear-gradient(180deg, #f59e0b 0%, #d97706 100%) !important;
    border: none !important;
    color: #111 !important;
    font-weight: 700;
    border-radius: 10px;
    align-self: flex-start;
}

#order-standard_cart.hxo-domain-register-page .domain-promo-box .btn-primary {
    background: linear-gradient(180deg, #19c3ff 0%, #0ea5e9 100%) !important;
    border: none !important;
    color: #041018 !important;
    font-weight: 700;
    border-radius: 10px;
    align-self: flex-start;
}

#order-standard_cart.hxo-domain-register-page .domain-suggestions-warning p {
    color: #64748b !important;
}

@media (max-width: 767px) {
    #order-standard_cart.hxo-domain-register-page .hxo-domain-search-panel {
        padding: 1.35rem 1rem 1.25rem;
    }

    #order-standard_cart.hxo-domain-register-page .hxo-domain-search-filters {
        grid-template-columns: 1fr;
    }

    #order-standard_cart.hxo-domain-register-page .hxo-domain-search-footer {
        flex-direction: column;
        align-items: stretch;
    }

    #order-standard_cart.hxo-domain-register-page .hxo-domain-search-submit {
        width: 100% !important;
        min-width: 0;
        margin-left: 0 !important;
    }

    #order-standard_cart.hxo-domain-register-page .hxo-domain-search-inline {
        flex-direction: column;
    }

    #order-standard_cart.hxo-domain-register-page .hxo-order-wrap {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

/* ─── Domain transfer — Hoxta card (cart.php?a=add&domain=transfer) ─── */
#order-standard_cart.hxo-domain-transfer-page {
    color: var(--hxt, #e8eef5);
    background: transparent;
    padding-bottom: 0;
}

#order-standard_cart.hxo-domain-transfer-page .cart-sidebar,
#order-standard_cart.hxo-domain-transfer-page .sidebar-collapsed,
#order-standard_cart.hxo-domain-transfer-page .header-lined {
    display: none !important;
}

#order-standard_cart.hxo-domain-transfer-page .hxo-domain-transfer-wrap.hxo-dom-wrap {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 20px 2rem;
    box-sizing: border-box;
}

#order-standard_cart.hxo-domain-transfer-page .hxo-domain-transfer-wrap .hxo-main {
    padding: 0 !important;
    overflow: hidden;
}

#order-standard_cart.hxo-domain-transfer-page .hxo-transfer-form,
#order-standard_cart.hxo-domain-transfer-page .hxo-transfer-card,
#order-standard_cart.hxo-domain-transfer-page .hxo-transfer-card .panel-body,
#order-standard_cart.hxo-domain-transfer-page .hxo-transfer-card .card-body {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0;
    box-sizing: border-box;
}

#order-standard_cart.hxo-domain-transfer-page .hxo-transfer-form {
    margin: 0;
}

#order-standard_cart.hxo-domain-transfer-page .hxo-transfer-card {
    margin: 0;
    border: none !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

#order-standard_cart.hxo-domain-transfer-page .hxo-transfer-head {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    gap: 12px 24px;
    padding: 20px 28px 16px !important;
    background: transparent !important;
    border: none !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06) !important;
}

#order-standard_cart.hxo-domain-transfer-page .hxo-transfer-head-title {
    margin: 0 !important;
    flex: 0 0 auto;
    color: #ecf7ff !important;
    font-size: 1.25rem !important;
    font-weight: 700 !important;
    letter-spacing: -0.01em;
}

#order-standard_cart.hxo-domain-transfer-page .hxo-transfer-subtitle {
    margin: 0;
    flex: 1 1 40%;
    max-width: none;
    color: #89a9c7 !important;
    font-size: 0.85rem;
    line-height: 1.45;
    text-align: right;
}

#order-standard_cart.hxo-domain-transfer-page .hxo-transfer-inner {
    width: 100%;
    max-width: none;
    margin: 0;
}

#order-standard_cart.hxo-domain-transfer-page .hxo-transfer-body {
    display: block;
    width: 100%;
    padding: 24px 28px 20px !important;
    background: transparent !important;
    border: none !important;
    box-sizing: border-box;
}

#order-standard_cart.hxo-domain-transfer-page .hxo-transfer-body .form-group.hxo-field {
    margin: 0 0 20px !important;
    width: 100% !important;
    max-width: none !important;
    float: none !important;
    clear: both;
}

#order-standard_cart.hxo-domain-transfer-page .hxo-transfer-body .hxo-field:last-of-type {
    margin-bottom: 0 !important;
}

#order-standard_cart.hxo-domain-transfer-page .hxo-transfer-body .hxo-label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin: 0 0 0.55rem !important;
    padding: 0;
    width: 100%;
    color: #19c3ff !important;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

#order-standard_cart.hxo-domain-transfer-page .hxo-transfer-body .hxo-label-help {
    float: none;
    flex-shrink: 0;
    color: #19c3ff !important;
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: none;
    text-decoration: none !important;
}

#order-standard_cart.hxo-domain-transfer-page .hxo-transfer-body .hxo-label-help:hover {
    color: #7dd3ff !important;
}

#order-standard_cart.hxo-domain-transfer-page .hxo-transfer-body .hxo-input,
#order-standard_cart.hxo-domain-transfer-page .hxo-transfer-body .form-control {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    height: 48px;
    padding: 0 1rem !important;
    border-radius: 10px !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    background: rgba(8, 14, 30, 0.95) !important;
    color: #e8eef5 !important;
    font-size: 14px;
    box-shadow: none;
    transition: border-color 0.2s, box-shadow 0.2s;
}

#order-standard_cart.hxo-domain-transfer-page .hxo-transfer-body .hxo-input::placeholder {
    color: #6d8aa8 !important;
    opacity: 1;
}

#order-standard_cart.hxo-domain-transfer-page .hxo-transfer-body .hxo-input:focus,
#order-standard_cart.hxo-domain-transfer-page .hxo-transfer-body .form-control:focus {
    outline: none !important;
    border-color: rgba(25, 195, 255, 0.45) !important;
    box-shadow: 0 0 0 3px rgba(25, 195, 255, 0.08) !important;
}

#order-standard_cart.hxo-domain-transfer-page .hxo-transfer-alert {
    margin-top: 16px;
    margin-bottom: 0;
    padding: 12px 16px;
    border-radius: 10px;
    border: 1px solid rgba(250, 204, 21, 0.2) !important;
    background: rgba(250, 204, 21, 0.08) !important;
    color: #fde047 !important;
}

#order-standard_cart.hxo-domain-transfer-page .hxo-transfer-captcha {
    margin-top: 1.15rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

#order-standard_cart.hxo-domain-transfer-page .hxo-transfer-captcha p {
    color: #89a9c7 !important;
    font-size: 0.875rem;
}

#order-standard_cart.hxo-domain-transfer-page .hxo-transfer-footer {
    width: 100%;
    padding: 16px 28px 20px !important;
    background: rgba(0, 0, 0, 0.12) !important;
    border: none !important;
    border-top: 1px solid rgba(255, 255, 255, 0.06) !important;
    box-sizing: border-box;
}

#order-standard_cart.hxo-domain-transfer-page .hxo-transfer-footer-inner {
    display: flex;
    width: 100%;
    max-width: none;
    margin: 0;
    justify-content: flex-end;
}

#order-standard_cart.hxo-domain-transfer-page .hxo-btn-transfer {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 44px;
    min-width: 0;
    width: auto;
    padding: 0 24px !important;
    border: none !important;
    border-radius: 8px !important;
    background: linear-gradient(180deg, #1ab0ed 0%, #0e9fd9 100%) !important;
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    transition: box-shadow 0.2s;
}

#order-standard_cart.hxo-domain-transfer-page .hxo-btn-transfer:hover:not(:disabled) {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
    color: #fff !important;
}

#order-standard_cart.hxo-domain-transfer-page .hxo-btn-transfer:disabled,
#order-standard_cart.hxo-domain-transfer-page .hxo-btn-transfer.disabled {
    opacity: 0.65;
    cursor: not-allowed;
}

#order-standard_cart.hxo-domain-transfer-page .hxo-transfer-footnote {
    margin: 1rem 0 0;
    text-align: center;
    color: #64748b !important;
    font-size: 0.75rem;
    line-height: 1.5;
}

#order-standard_cart.hxo-domain-transfer-page .hxo-tabs .hxo-tab.active {
    cursor: default;
    pointer-events: none;
}

@media (max-width: 768px) {
    #order-standard_cart.hxo-domain-transfer-page .hxo-transfer-head {
        flex-direction: column;
        align-items: flex-start;
        padding: 1.35rem 1.25rem 1.1rem !important;
    }

    #order-standard_cart.hxo-domain-transfer-page .hxo-transfer-subtitle {
        flex: none;
        max-width: none;
        text-align: left;
    }

    #order-standard_cart.hxo-domain-transfer-page .hxo-transfer-body {
        padding: 1.5rem 1.25rem 1.65rem !important;
    }

    #order-standard_cart.hxo-domain-transfer-page .hxo-transfer-footer {
        padding: 1rem 1.25rem 1.35rem !important;
    }

    #order-standard_cart.hxo-domain-transfer-page .hxo-transfer-footer-inner {
        justify-content: stretch;
    }

    #order-standard_cart.hxo-domain-transfer-page .hxo-btn-transfer {
        width: 100%;
    }
}

@media (max-width: 640px) {
    #order-standard_cart.hxo-domain-transfer-page .hxo-domain-transfer-wrap.hxo-dom-wrap {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}
