.row-eq-height{
    display: flex;
    flex-wrap: wrap;
}
.row-eq-height>div[class*=col-] {
    display: flex;
}
.row-eq-height>div[class*=col-]>* {
    width: 100%;
}




.total-due-today,
#order-standard_cart .summary-container span.float-right,
.tt-product-desc span strong,
.tt-product-price .price,
.tt-product-price small,
.tt-domain-price-cycle:not(small),
#order-standard_cart .product-info .product-title,
#order-standard_cart .sub-heading span,
#order-standard_cart .sub-heading-borderless span,
#order-standard_cart .view-cart-items .item-title,
#order-standard_cart .view-cart-items .item-price span,
#order-standard_cart .view-cart-items-header{
    font-family: var(--font-family-monospace);
}
#order-standard_cart .order-summary h2,
#order-standard_cart .field-container label,
#order-standard_cart .summary-container span.float-right,
#order-standard_cart .order-summary .total-due-today .amt,
#order-standard_cart .product-info .product-title,
#order-standard_cart .sub-heading span,
#order-standard_cart .sub-heading-borderless span,
#order-standard_cart .view-cart-items .item-title,
#order-standard_cart .view-cart-items .item-price span,
#order-standard_cart .view-cart-items-header{
    font-weight: 500;
}

#order-standard_cart .addon-promo-container{
    border-radius: var(--custom-radius);
}
#order-standard_cart .addon-promo-container h3{
    font-size: 18px;
}

#order-standard_cart .addon-promo-container .logo{
    line-height: 70px;
}
#order-standard_cart .addon-promo-container img {
    max-width: 70px;
}

#order-standard_cart .field-container label{
    font-family: var(--font-family-monospace);
    font-size: 16px;
    color: var(--heading-color);
}
#order-standard_cart .field-container select.form-control{
 width: 100%;
}
#order-standard_cart .product-info{
    border-radius: var(--custom-radius);
    background-color: transparent;
    padding: 15px;
    border: 1px dashed var(--border-color);
    font-size: 14px;
}
#order-standard_cart .product-info p strong{
    font-family: var(--font-family-monospace);
}
#order-standard_cart .product-info .product-title{
    font-size: 16px;
    margin-bottom: 12px;
}
#order-standard_cart .order-summary .summary-totals{
   border: none;
    margin: 0;
}
#order-standard_cart .order-summary{
    background-color: var(--gray-light);
    border-color: var(--gray-light);
    border-radius: var(--custom-radius);
    box-shadow: 2px 12px 24px -4px rgba(145, 158, 171, 0.16);
    border: 1px dashed var(--border-color);
}
#order-standard_cart .order-summary h2,
#order-standard_cart .order-summary .loader{
    color: var(--heading-color);
}
#order-standard_cart .order-summary .loader{
    top: 6px;
}
#order-standard_cart .summary-container{
    background-color: var(--white);
    padding: 15px;
    border-radius: 0 0 var(--custom-radius) var(--custom-radius);
    font-size: 13px;
}

#order-standard_cart .summary-container .clearfix{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dashed var(--border-color);
    padding: 10px 0 8px;
}
#order-standard_cart .summary-container .clearfix .pull-left{
    max-width: 70%;
    flex-basis: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
    line-height: initial;
    font-weight: 400;
    font-family: var(--font-family-sans-serif);
}
#order-standard_cart .summary-container .clearfix .pull-right {
    flex-basis: 40%;
    text-align: right;
    padding-left: 6px;
}
#order-standard_cart .order-summary .recurring-charges{
    font-style: normal;

}
#order-standard_cart .order-summary .subtotal{
    font-size: inherit;
}
#order-standard_cart .order-summary h2{
    font-size: 15px;
}
#order-standard_cart .order-summary .total-due-today .amt{
    font-size: 20px;
}
#order-standard_cart .order-summary .total-due-today-padded{
    margin: 0;
}
.tt-payment-gateways label{
    margin-right: 15px !important;
}
.total-due-today{
    padding: 10px 0 15px;
}

#order-standard_cart .sub-heading{
    text-align: left;
    border-bottom: 2px dashed var(--primary-light);
    border-top: none;
    margin-top: 35px;
}

#order-standard_cart .sub-heading span, #order-standard_cart .sub-heading-borderless span{
    background-color: var(--white);
    color: var(--heading-color);
    padding-left: 0;
    top: -16px;
    font-size: 16px;
}
#order-standard_cart .tt-addon-products .panel-addon .panel-price{
    background-color: transparent;
    padding: 0;
    font-size: 14px;
    font-family: var(--font-family-monospace);
    font-weight: 500;
}
#order-standard_cart .tt-addon-products .panel-addon .panel-price span{
    font-size: 12px;
    font-weight: 400;
}

#order-standard_cart .tt-addon-products .panel-addon .panel-body{
    text-align: left;
    font-size: 13px;
    margin-bottom: 10px;
}

#order-standard_cart .tt-addon-products .panel-addon .panel-add{
    padding: 4px 15px;
    border-radius: 4px;
    margin-left: 15px;
    background-color: var(--gray-light);
    color: var(--body-color);
    border: 1px solid var(--border-color);
}
button.close:focus{
    outline: none;
}

#order-standard_cart .order-summary .btn-continue-shopping{
    padding: 15px 0 0;
    font-size: 13px;
}
#order-standard_cart .order-summary .btn-continue-shopping:hover{
    text-decoration: none;
    color: var(--primary);
}
.tt-view-cart{
    border: 1px dashed var(--border-color);
    border-radius: var(--custom-radius);
}
#order-standard_cart .view-cart-items .item:nth-child(even){
    background: transparent;
}
#order-standard_cart .view-cart-items .item{
    padding: 15px;
    background: transparent;
    border-bottom: 1px dashed var(--border-color);
}
#order-standard_cart .view-cart-items .item:last-of-type{
    border-bottom: 0;
}
#order-standard_cart .view-cart-items-header{
    background-color: var(--gray-light);
    color: var(--heading-color);
    font-size: 15px;
    border-radius: var(--custom-radius) var(--custom-radius) 0 0;
}
.tt-view-cart-items .btn{
    padding: 0;
}
.tt-view-cart-items .dropdown .btn{
    padding: 2px 10px;
}
.tt-view-cart-items .dropdown .dropdown-menu{
    transform: translate3d(0, 28px, 0px) !important;
    left: auto !important;
    right: 0;
    padding: 0;
    font-size: 14px;
}
.tt-view-cart-items .dropdown .dropdown-menu li a{
    color: var(--body-color);
}
#order-standard_cart .view-cart-items{
    border: none;
    margin: 0;
}
#order-standard_cart .view-cart-items .item-title,
#order-standard_cart .view-cart-items .item-price span{
    font-size: 14px;
}

#order-standard_cart .empty-cart{
    text-align: inherit;
    margin: 0 20px 20px;
}
#order-standard_cart .empty-cart .btn{
    border-radius: 4px;
    background-color: var(--danger-light);
    color: var(--danger);
    font-size: 12px;
}
#order-standard_cart .empty-cart .btn:hover{
    text-decoration: none;
}

#order-standard_cart .btn-checkout{
    padding: 0.75rem 1.75rem;
}

/* Keep primary cart actions visible when the outer theme omits --primary. */
#order-standard_cart .btn-primary,
#order-standard_cart .btn-checkout,
#order-standard_cart #btnCompleteProductConfig,
#order-standard_cart #btnDomainContinue,
#order-standard_cart #frmProductDomain .domain-input-group .btn-primary {
    background-color: #2f5bd1 !important;
    background-image: none !important;
    border-color: #2f5bd1 !important;
    color: #ffffff !important;
    opacity: 1;
}

#order-standard_cart .btn-primary:hover,
#order-standard_cart .btn-primary:focus,
#order-standard_cart .btn-checkout:hover,
#order-standard_cart .btn-checkout:focus,
#order-standard_cart #btnCompleteProductConfig:hover,
#order-standard_cart #btnCompleteProductConfig:focus,
#order-standard_cart #btnDomainContinue:hover,
#order-standard_cart #btnDomainContinue:focus,
#order-standard_cart #frmProductDomain .domain-input-group .btn-primary:hover,
#order-standard_cart #frmProductDomain .domain-input-group .btn-primary:focus {
    background-color: #2147ad !important;
    border-color: #2147ad !important;
    color: #ffffff !important;
}

#order-standard_cart .btn-primary:disabled,
#order-standard_cart .btn-primary.disabled,
#order-standard_cart #btnDomainContinue:disabled,
#order-standard_cart #frmProductDomain .domain-input-group .btn-primary:disabled {
    background-color: #9aa8c8 !important;
    border-color: #9aa8c8 !important;
    color: #ffffff !important;
    cursor: not-allowed;
}

#order-standard_cart .nh-cart-action-loading {
    pointer-events: none;
    cursor: wait;
}

#order-standard_cart .nh-catalog-promo {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 10px 0 18px;
    padding: 13px 15px;
    border: 1px solid #b7dfca;
    border-radius: 7px;
    background: #eefaf3;
    color: #075b36;
}

#order-standard_cart .nh-catalog-promo > span,
#order-standard_cart .nh-catalog-promo-badge {
    padding: 4px 7px;
    border-radius: 4px;
    background: #087443;
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

#order-standard_cart .nh-catalog-promo strong,
#order-standard_cart .nh-catalog-promo small,
#order-standard_cart .nh-catalog-regular-price {
    display: block;
}

#order-standard_cart .nh-catalog-promo-price {
    color: #087443;
}

#order-standard_cart .nh-catalog-promo-badge {
    display: inline-block;
    margin-top: 6px;
}

#order-standard_cart .view-cart-items .item-price .cycle {
    font-size: 12px;
    font-weight: 400;
}

#order-standard_cart .view-cart-tabs .nav-tabs{
    padding-left: 0;
    font-size: 14px;
    font-family: var(--font-family-monospace);
}
#order-standard_cart .view-cart-tabs{
    margin: 20px 0 20px;
}
#order-standard_cart .view-cart-tabs .nav-tabs{
    border-color: var(--border-color);
}
#order-standard_cart .view-cart-tabs .nav-tabs a[aria-expanded=true], #order-standard_cart .view-cart-tabs .nav-tabs a[aria-selected=true],
#order-standard_cart .view-cart-tabs .tab-content{
    background-color: var(--gray-light);
    border-color: var(--border-color);
}

/*product price*/
.tt-single-product {
    position: relative;
    overflow: hidden;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
    border: 1px solid #dce4ed;
    border-radius: 8px !important;
    background: #fff;
}
.tt-single-product:hover{
    border-color: #a9bce9;
    box-shadow: 0 16px 34px rgba(16, 24, 40, .10);
    transform: translateY(-3px);
}
.tt-featured-badge{
    position: absolute;
    z-index: 2;
    top: 14px;
    left: 50%;
    width: auto;
    height: auto;
    transform: translateX(-50%);
    border: 1px solid #f6c453;
    border-radius: 999px;
    background: #fff8df;
    color: #8a5b00;
    font-size: 11px;
    line-height: 1;
    white-space: nowrap;
    box-shadow: 0 5px 14px rgba(138, 91, 0, .12);
}
.tt-featured-badge:after{
    display: none;
}
.tt-featured-badge .badge{
    padding: 7px 11px;
    background: transparent;
    color: inherit;
    font-size: inherit;
    font-weight: 700;
    letter-spacing: 0;
}
.tt-featured-badge i {
    margin-right: 4px;
}
.tt-single-product:has(.tt-featured-badge) {
    border: 2px solid #2f5bd1;
    box-shadow: 0 14px 30px rgba(47, 91, 209, .12);
}
.tt-single-product:has(.tt-featured-badge) .tt-product-name {
    margin-top: 22px;
}
.tt-product-name h5 {
    margin-bottom: 0;
    color: #172033;
    font-size: 19px;
    line-height: 1.35;
}
.nh-best-for {
    min-height: 38px;
    margin: 8px 0 0;
    color: #667085;
    font-size: 12px;
    line-height: 1.45;
}
.nh-best-for span {
    color: #344054;
    font-weight: 700;
}
.tt-product-desc {
    color: #475467;
    text-align: left;
}
.tt-product-desc p {
    margin-bottom: 8px;
}
.tt-product-desc p:before,
.tt-product-desc li:before,
.tt-product-desc .nh-plan-feature:before {
    content: "\2713";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    margin-right: 7px;
    border-radius: 50%;
    background: #eef4ff;
    color: #2f5bd1;
    font-size: 11px;
    font-weight: 700;
}
.tt-product-desc li {
    margin: 6px 0;
    list-style: none;
}
.tt-product-desc .nh-plan-feature {
    display: flex;
    align-items: center;
    margin: 7px 0;
    color: #475467;
    font-size: 14px;
    line-height: 1.45;
}
.tt-product-desc .nh-plan-feature,
.tt-product-desc li {
    position: relative;
    padding-right: 29px;
}
.nh-feature-info {
    position: absolute;
    top: 50%;
    right: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 19px;
    height: 19px;
    padding: 0;
    transform: translateY(-50%);
    border: 1px solid #98a2b3;
    border-radius: 50%;
    background: #fff;
    color: #667085;
    font-size: 10px;
    line-height: 1;
    cursor: help;
}
.nh-feature-info:hover,
.nh-feature-info:focus-visible {
    border-color: #2f5bd1;
    color: #2f5bd1;
    outline: 2px solid rgba(47, 91, 209, .18);
    outline-offset: 2px;
}
.nh-feature-info::after {
    content: attr(data-tooltip);
    position: absolute;
    z-index: 20;
    right: -7px;
    bottom: calc(100% + 10px);
    width: 230px;
    padding: 9px 11px;
    border-radius: 5px;
    background: #101828;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.4;
    text-align: left;
    white-space: normal;
    box-shadow: 0 9px 24px rgba(16, 24, 40, .22);
    opacity: 0;
    visibility: hidden;
    transform: translateY(4px);
    transition: opacity .16s ease, transform .16s ease, visibility .16s ease;
    pointer-events: none;
}
.nh-feature-info:hover::after,
.nh-feature-info:focus-visible::after {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.nh-litespeed-badge {
    display: inline-flex;
    align-items: center;
    align-self: center;
    justify-content: center;
    gap: 5px;
    margin-top: 12px;
    padding: 6px 11px;
    border: 1px solid #d9e2ec;
    border-radius: 999px;
    background: #f8fafc;
    color: #344054;
    font-size: 11px;
    line-height: 1;
}
.nh-litespeed-badge span {
    color: #667085;
    font-weight: 600;
}
.nh-litespeed-badge i {
    color: #f59e0b;
}
.nh-litespeed-badge strong {
    color: #172033;
    font-size: 12px;
}
#order-standard_cart .nh-cycle-choice .nh-cycle-renewal {
    display: block;
    margin-top: 5px;
    color: #475467;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.35;
}
#order-standard_cart .nh-cycle-choice.is-selected .nh-cycle-renewal {
    color: #2449a8;
}
.tt-product-desc ul {
    padding-left: 0;
}
.tt-product-desc span{
    font-size: 14px;
    display: inline-block;
    padding: 2px 0;
}
.tt-product-price .price{
    font-weight: 700;
    font-size: 25px;
    color: #e3343f;
}
.tt-product-price .tt-cycle,
.tt-product-price small{
    font-size: 13px;
}


.tt-group-featured-wrap{
    position: relative;
    display: block;
    border: 2px dashed var(--primary-light);
    padding: 30px;
}

.tt-group-features-list li {
    margin: 2px 0;
    width: 33%;
    display: inline-table;
}
.tt-group-features-list li i{
    color: var(--primary);
    margin-right: 8px;
}
.tt-group-head{
    position: absolute;
    top: -15px;
    background-color: var(--white);
    padding: 5px 10px;
}
@media (max-width: 480px){
    .tt-group-features-list li{
        width: 48%;
    }
}

@media (max-width: 991px){
    .tt-group-features-list li{
        width: 100%;
    }
}

/*domain search*/
.domain-promo-box{
    border: 2px dashed var(--border-color);
    border-radius: var(--custom-radius);
    background-color: var(--gray-light);
}
.domain-promo-box i{
    font-size: 2.75rem;
}
.domain-promo-box p{
    font-size: 13px;
}

.tt-domain-list-wrap{
    border: 1px solid var(--border-color);
}
.tt-domain-price-cycle:not(small){
   font-size: 13px;
    font-weight: 400;
}
.tld-sale-group{
    border-radius: 4px;
    padding: 1px 5px;
}
.domain-pricing .two-row-center{
    border-right: none !important;
    margin: 0;
}
.domain-pricing .tld-row{
    align-items: center;
}
.domain-checker-container{
    background: var(--gray-light);
}
.domain-checker-bg{
    padding: 55px 0;
}

#order-standard_cart .domain-checker-bg .default-captcha{
    max-width: 100%;
    background-color: var(--white);
    border: 2px dashed var(--primary-light);
    box-shadow: none;
}
#order-standard_cart .domain-checker-bg .captcha-container .form-control{
    padding: 3px;
}

#searchDomainInfo{
    padding: 35px;
    margin: 25px 0 !important;
    border: 2px dashed var(--primary-light);
    border-radius: var(--custom-radius);
}
#order-standard_cart .transfer-eligible,
#order-standard_cart .transfer-not-eligible{
    background-color: transparent;
    border-color: transparent;
    margin: 0;
    padding: 0;
}
#order-standard_cart .domain-checker-invalid, #order-standard_cart .domain-checker-unavailable{
    font-size: 16px;
    margin-bottom: 0;
}
#order-standard_cart .domain-checker-available{
    font-size: 18px;
}
.domain-price span.price{
    font-family: var(--font-family-monospace);
    font-weight: 500;
}
#order-standard_cart  .tt-confirm-domain label{
    font-family: var(--font-family-monospace);
    font-weight: 500;
}
#order-standard_cart .tt-confirm-domain .form-control{
     background-color: var(--gray-light);
}
#order-standard_cart .secondary-cart-body h3{
    font-size: 18px;
}
.domain-pricing .tld-pricing-header .col-sm-2,
.domain-pricing .tld-pricing-header .col-sm-4,
.domain-pricing .tld-pricing-header .col-xs-2,
.domain-pricing .tld-pricing-header .col-xs-4,
.domain-pricing .tld-pricing-header div:nth-child(odd){
    border-color: transparent;
    padding-bottom: 0;
}
.domain-pricing .tld-pricing-header div:nth-child(odd),
.domain-pricing .tld-pricing-header .col-sm-2,
.domain-pricing .tld-pricing-header .col-sm-4,
.domain-pricing .tld-pricing-header .col-xs-2,
.domain-pricing .tld-pricing-header .col-xs-4{
    background-color: var(--gray-light);
    font-family: var(--font-family-monospace);
    font-weight: 500;
    font-size: 14px;
    border-top-left-radius: var(--custom-radius);
    border-top-right-radius: var(--custom-radius);
}

.featured-tld{
    border-radius: var(--custom-radius);
    box-shadow: 2px 4px 15px rgba(120, 120, 120, 0.10)
}
.featured-tld .img-container img {
    max-width: 50%;
    max-height: 100%;
}
.featured-tld .price{
    border-radius: 0 0 var(--custom-radius) var(--custom-radius);
}
.tt-domain-search-box input.form-control{
    border: none !important;
}
.spotlight-tld-container{
    min-width:20% !important;
}
.spotlight-tld-new, .spotlight-tld-hot, .spotlight-tld-sale{
    width: 85px;
    padding: 0;
    top: 5px;
    right: -22px;
}
.spotlight-tlds{
    padding: 0;
    background: transparent;
}
.spotlight-tld{
    height: 120px;
    padding: 15px;
    border: 2px dashed var(--primary-light);
}
.spotlight-tld span.available.price{
    font-family: var(--font-family-monospace);
    font-weight: 600;
    color: var(--heading-color);
}
.spotlight-tld .btn:not(.domain-contact-support){
    padding: 4px 12px;
    width: auto;
    background-color: var(--primary);
    border-color: var(--primary);
}

#orderSummary{
    position: -webkit-sticky;
    position: sticky;
    top: 120px;
}


/*domain renewals*/

.tt-domain-renewals{
    background-color: transparent;
    border: 1px dashed var(--border-color);
    border-radius: var(--custom-radius);
}
.tt-domain-renewals .domain-renewal,
.domain-renewals .domain-renewal:nth-child(even){
    background-color: transparent;
}
.tt-domain-renewals .domain-renewal:not(:last-of-type){
    border-bottom: 1px dashed var(--border-color);
}
.tt-domain-renewals .domain-renewal{
    border-bottom: none;
    padding: 20px;
}
#order-standard_cart label, #order-standard_cart p.domain-renewal-desc{
    font-weight: 400;
    font-family: var(--font-family-monospace);
    color: var(--body-color);
    margin: 0;
}
.tt-renewal-form select.form-control{
    padding: 5px 6px;
    font-size: 12px;
}
.tt-renewal-form select{
    max-width: 70%;
    flex-basis: 70%;
}
.tt-renewal-form .tt-renewal-cart{
    flex-basis: 30%;
    text-align: right;
    padding-left: 10px;
}
.tt-renewal-form .tt-renewal-cart .btn{
    display: block;
    width: 100%;
}
/*checkout page*/
#order-standard_cart .field, #order-standard_cart .form-control{
    border-color: var(--border-color);
}
#order-standard_cart .prepend-icon .field-icon{
    height: 46px;
    line-height: 50px;
}
#order-standard_cart .field-icon i{
    color: var(--primary);
}
#order-standard_cart .account-select-container{
    border-right: inherit;
}

#order-standard_cart .account-select-container div.account{
    padding: 20px;
    border: 1px dashed var(--border-color);
    border-radius: var(--custom-radius);
    background-color: transparent;
    margin-bottom: 15px;
}
#order-standard_cart .account-select-container div.account:not(.border-bottom){
    border-bottom: 1px dashed var(--border-color) !important;
}
#order-standard_cart .account-select-container div.account.border-bottom{
    padding: 10px 20px;
    border-bottom: 1px dashed var(--border-color) !important;
}
#order-standard_cart .account-select-container div.account.border-bottom label{
    font-weight: 500;
    font-family: var(--font-family-monospace);
    color: var(--body-color);
}
#order-standard_cart .account-select-container div.account.active{
    background-color: var(--gray-light);
}
.tt-payment-container{
    margin: 35px 0 15px;
}
#order-standard_cart .cc-input-container{
    background-color: var(--gray-light);
    border: 1px dashed var(--border-color);
    border-radius: var(--custom-radius);
    font-family: var(--font-family-monospace);
}
/*Product addons*/
#order-standard_cart .products .product.tt-product-addons {
    border: 1px dashed var(--border-color);
    padding: 20px;

}
#order-standard_cart .products .product.tt-product-addons form{
    display: flex;
    flex-direction: column;
    height: 100%;
}

#order-standard_cart .products .product.tt-product-addons div.product-desc{
    padding: 0;
    font-size: 14px;
}
#order-standard_cart .products .product.tt-product-addons div.product-pricing{
    margin-bottom: 0;
}
#order-standard_cart .products .product.tt-product-addons div.product-pricing span.price{
    font-family: var(--font-family-monospace);
    font-size: 18px;
    font-weight: 600;
}
#order-standard_cart .products .product.tt-product-addons div.product-pricing span small{
    display: block;
    line-height: normal;
    font-size: 13px;
}

/* KingHost product configuration: compact locations and clearer summary. */
body.nh-client-checkout #main-body > .container {
    width: calc(100% - 40px) !important;
    max-width: 1540px !important;
}

#order-standard_cart .products .tt-single-product {
    padding: 34px 26px !important;
}

#order-standard_cart .products .tt-product-price {
    margin-top: 16px !important;
    padding-bottom: 12px;
    border-bottom: 1px solid #edf1f5;
}

#order-standard_cart .products .tt-product-desc {
    padding: 20px 0 24px !important;
}

#order-standard_cart .nh-order-trust {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin: 18px 0 4px;
}

#order-standard_cart .nh-order-trust span {
    display: grid;
    grid-template-columns: 28px 1fr;
    grid-template-rows: auto auto;
    column-gap: 9px;
    min-width: 0;
    padding: 13px;
    border: 1px solid #dce4ed;
    border-radius: 6px;
    background: #f8fafc;
    color: #526174;
    font-size: 12px;
    line-height: 1.25;
    text-align: left;
}

#order-standard_cart .nh-order-trust i {
    grid-row: 1 / 3;
    align-self: center;
    color: #087443;
    font-size: 20px;
}

#order-standard_cart .nh-order-trust strong,
#order-standard_cart .nh-order-trust small {
    display: block;
}

#order-standard_cart .nh-order-trust strong {
    color: #172033;
    font-size: 12px;
}

#order-standard_cart .nh-order-trust small {
    margin-top: 3px;
    color: #667085;
    font-size: 10px;
}

#order-standard_cart .nh-location-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

#order-standard_cart .nh-location-flag--france {
    background: linear-gradient(90deg, #0055a4 0 33.333%, #fff 33.333% 66.666%, #ef4135 66.666% 100%) !important;
}

#order-standard_cart .nh-location-flag--germany {
    background: linear-gradient(to bottom, #000 0 33.333%, #dd0000 33.333% 66.666%, #ffce00 66.666% 100%) !important;
}

#order-standard_cart .nh-location-summary {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 5px !important;
}

#order-standard_cart .nh-location-summary-copy {
    text-align: left !important;
}

#order-standard_cart .nh-location-copy strong,
#order-standard_cart .nh-location-copy small,
#order-standard_cart .nh-location-summary-copy strong,
#order-standard_cart .nh-location-summary-copy small {
    display: block !important;
}

#order-standard_cart .nh-location-copy strong {
    margin-bottom: 4px !important;
}

#order-standard_cart .nh-location-choice:has(input:checked) {
    border-color: #2f5bd1 !important;
    background: #f3f7ff !important;
    box-shadow: 0 8px 20px rgba(47, 91, 209, .12) !important;
}

#order-standard_cart .nh-location-summary-copy small {
    margin-top: 3px !important;
}

#order-standard_cart .nh-cart-location {
    display: block !important;
    margin-top: 5px !important;
    color: #526174 !important;
}

#order-standard_cart .nh-cart-location strong {
    color: #172033 !important;
}

#order-standard_cart .nh-payment-row span {
    min-width: 0 !important;
    padding-right: 8px !important;
}

#order-standard_cart .nh-payment-row strong {
    flex: 0 0 auto !important;
    white-space: nowrap !important;
}

#order-standard_cart #orderSummary .order-summary h2 {
    font-size: 22px !important;
    font-weight: 700 !important;
    text-align: left !important;
}

@media (max-width: 575px) {
    body.nh-client-checkout #main-body > .container {
        width: 100% !important;
    }

    #order-standard_cart .nh-location-grid {
        grid-template-columns: 1fr !important;
    }

    #order-standard_cart .nh-order-trust {
        grid-template-columns: 1fr;
    }

    #order-standard_cart .nh-order-trust span {
        grid-template-columns: 26px 1fr;
    }
}

/* KingHost order flow: configuration, domain choice, review and checkout. */
#order-standard_cart .nh-step-label {
    display: inline-block;
    margin-bottom: 6px;
    color: #1768ac;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}

#order-standard_cart .nh-review-heading,
#order-standard_cart .nh-domain-heading,
#order-standard_cart .nh-checkout-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 22px;
}

#order-standard_cart .nh-review-heading h2,
#order-standard_cart .nh-domain-heading h2,
#order-standard_cart .nh-checkout-heading h2 {
    margin: 0;
    color: #101828;
    font-size: 28px !important;
    font-weight: 700;
}

#order-standard_cart .nh-review-heading p,
#order-standard_cart .nh-domain-heading p,
#order-standard_cart .nh-checkout-heading p {
    margin: 7px 0 0;
    color: #667085;
    font-size: 15px;
}

#order-standard_cart .nh-payment-assurance {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 7px;
    margin-top: 11px;
    color: #667085;
    font-size: 11px;
    line-height: 1.45;
    text-align: left;
}

#order-standard_cart .nh-payment-assurance i {
    margin-top: 2px;
    color: #087443;
}

#order-standard_cart .nh-cycle-choices.is-updating {
    pointer-events: none;
}

#order-standard_cart .nh-cycle-choices.is-updating .nh-cycle-choice {
    opacity: .58;
}

/* Domain choice */
#order-standard_cart.nh-domain-page .domain-selection-options {
    display: grid;
    gap: 3px;
}

#order-standard_cart.nh-domain-page .domain-selection-options .option {
    overflow: hidden;
    margin: 0;
    border: 1px solid transparent;
    border-radius: 6px;
    background: #f7f7f8;
    transition: border-color .18s ease, background-color .18s ease;
}

#order-standard_cart.nh-domain-page .domain-selection-options .option > label {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 50px;
    margin: 0;
    padding: 13px 16px;
    color: #172033;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
}

#order-standard_cart.nh-domain-page .nh-domain-chevron {
    margin-left: auto;
    color: #667085;
    font-size: 12px;
    transition: transform .18s ease;
}

#order-standard_cart.nh-domain-page .domain-selection-options .option > label input {
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    margin: 0;
    accent-color: #2f5bd1;
}

#order-standard_cart.nh-domain-page .domain-selection-options .option.nh-domain-option-selected,
#order-standard_cart.nh-domain-page .domain-selection-options .option:has(> label input:checked) {
    border-color: #d8e0ea;
    border-left: 3px solid #2f5bd1;
    background: #fff;
}

#order-standard_cart.nh-domain-page .nh-domain-option-selected .nh-domain-chevron,
#order-standard_cart.nh-domain-page .domain-selection-options .option:has(> label input:checked) .nh-domain-chevron {
    transform: rotate(180deg);
}

#order-standard_cart.nh-domain-page .domain-input-group {
    display: none !important;
    padding: 3px 16px 16px;
    background: #fff;
}

#order-standard_cart.nh-domain-page .nh-domain-option-selected > .domain-input-group,
#order-standard_cart.nh-domain-page .domain-selection-options .option:has(> label input:checked) > .domain-input-group {
    display: block !important;
}

#order-standard_cart.nh-domain-page .domain-input-group > .row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 254px;
    gap: 38px;
    align-items: center;
    margin: 0;
}

#order-standard_cart.nh-domain-page .domain-input-group > .row > [class*="col-"] {
    width: auto;
    max-width: none;
    margin: 0;
    padding: 0;
}

#order-standard_cart.nh-domain-page .domain-input-group .domains-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 280px;
    gap: 8px;
    margin: 0;
}

#order-standard_cart.nh-domain-page .domain-input-group .domains-row > [class*="col-"] {
    width: auto;
    max-width: none;
    padding: 0;
}

#order-standard_cart.nh-domain-page .domain-input-group .form-control,
#order-standard_cart.nh-domain-page .domain-input-group .input-group-text {
    min-height: 48px;
    border-color: #ccd6e2;
}

#order-standard_cart.nh-domain-page .domain-input-group .btn {
    min-height: 48px;
    border-radius: 6px;
    font-weight: 700;
}

#order-standard_cart.nh-domain-page .nh-domain-spotlights {
    margin-top: 16px;
}

#order-standard_cart.nh-domain-page .nh-domain-spotlights-title {
    margin-bottom: 7px;
    color: #344054;
    font-size: 13px;
    font-weight: 700;
}

#order-standard_cart.nh-domain-page .nh-domain-spotlights-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    border-top: 1px solid #e5eaf0;
    border-bottom: 1px solid #e5eaf0;
}

#order-standard_cart.nh-domain-page .nh-domain-spotlight {
    position: relative;
    min-width: 0;
    padding: 12px 16px 13px;
    border: 0;
    border-left: 1px solid #e5eaf0;
    border-radius: 0;
    background: transparent;
    color: #172033;
    text-align: left;
    cursor: pointer;
    transition: background-color .16s ease, box-shadow .16s ease;
}

#order-standard_cart.nh-domain-page .nh-domain-spotlight:first-child {
    border-left: 0;
}

#order-standard_cart.nh-domain-page .nh-domain-spotlight:hover,
#order-standard_cart.nh-domain-page .nh-domain-spotlight:focus {
    background: #f7f9fc;
    outline: 0;
}

#order-standard_cart.nh-domain-page .nh-domain-spotlight.is-selected {
    background: #f7f9fc;
    box-shadow: inset 0 -2px #2f5bd1;
}

#order-standard_cart.nh-domain-page .nh-domain-spotlight-name,
#order-standard_cart.nh-domain-page .nh-domain-spotlight strong,
#order-standard_cart.nh-domain-page .nh-domain-spotlight > span:last-child {
    display: block;
}

#order-standard_cart.nh-domain-page .nh-domain-spotlight-name {
    margin-bottom: 4px;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
}

#order-standard_cart.nh-domain-page .nh-domain-spotlight-name small {
    display: inline-block;
    margin-left: 5px;
    padding: 2px 5px;
    border: 1px solid #f0c56b;
    border-radius: 4px;
    background: #fff8e8;
    color: #9a6500;
    font-size: 9px;
    vertical-align: 2px;
}

#order-standard_cart.nh-domain-page .nh-domain-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 6px;
    border-radius: 50%;
}

#order-standard_cart.nh-domain-page .nh-domain-dot-blue { background: #2457c5; }
#order-standard_cart.nh-domain-page .nh-domain-dot-amber { background: #f59e0b; }
#order-standard_cart.nh-domain-page .nh-domain-dot-green { background: #24a866; }
#order-standard_cart.nh-domain-page .nh-domain-dot-violet { background: #7548d8; }
#order-standard_cart.nh-domain-page .nh-domain-dot-sky { background: #2d8ee8; }

#order-standard_cart.nh-domain-page .nh-domain-spotlight strong {
    overflow-wrap: anywhere;
    color: #344054;
    font-size: 12px;
    font-weight: 700;
}

#order-standard_cart.nh-domain-page .nh-domain-spotlight > span:last-child {
    margin-top: 2px;
    overflow-wrap: anywhere;
    color: #667085;
    font-size: 10px;
    line-height: 1.35;
}

#order-standard_cart.nh-domain-page .nh-domain-transfer-note {
    margin: 12px 0 0;
    color: #667085;
    font-size: 11px;
}

#order-standard_cart.nh-domain-page .nh-domain-transfer-note i {
    margin-right: 5px;
    color: #2f5bd1;
}

#order-standard_cart.nh-domain-page .nh-existing-domain-info {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 14px;
    border: 1px solid #e5eaf0;
    border-radius: 6px;
}

#order-standard_cart.nh-domain-page .nh-existing-domain-info span {
    min-width: 0;
    padding: 12px 13px;
    border-left: 1px solid #e5eaf0;
    color: #526174;
    font-size: 11px;
    line-height: 1.4;
}

#order-standard_cart.nh-domain-page .nh-existing-domain-info span:first-child {
    border-left: 0;
}

#order-standard_cart.nh-domain-page .nh-existing-domain-info i {
    margin-right: 6px;
    color: #2f5bd1;
}

#order-standard_cart.nh-domain-page .nh-existing-domain-info strong {
    color: #172033;
    overflow-wrap: anywhere;
}

#order-standard_cart.nh-domain-page #btnDomainContinue {
    min-width: 210px;
    min-height: 50px;
    margin-top: 20px;
    border-radius: 6px;
    font-weight: 700;
}

/* Review and checkout */
#order-standard_cart.nh-review-page .cart-body > .row {
    display: grid;
    grid-template-columns: minmax(0, 1.8fr) minmax(310px, .9fr);
    gap: 24px;
    margin-right: 0;
    margin-left: 0;
}

#order-standard_cart.nh-review-page .secondary-cart-body,
#order-standard_cart.nh-review-page .secondary-cart-sidebar {
    width: auto;
    max-width: none;
    padding: 0;
}

#order-standard_cart.nh-review-page .nh-review-services {
    overflow: hidden;
    border: 1px solid #dfe5ec;
    border-radius: 8px;
    background: #fff;
}

#order-standard_cart.nh-review-page .view-cart-items-header {
    padding: 15px 18px;
    border-bottom: 1px solid #e5eaf0;
    border-radius: 0;
    background: #f6f8fb;
    color: #344054;
    font-family: var(--font-family-sans-serif);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

#order-standard_cart.nh-review-page .view-cart-items .item {
    padding: 20px 18px;
    border-bottom: 1px solid #e8edf3;
}

#order-standard_cart.nh-review-page .view-cart-items .item-title,
#order-standard_cart.nh-review-page .view-cart-items .item-price > span:first-child {
    color: #172033;
    font-family: var(--font-family-sans-serif);
    font-size: 16px;
    font-weight: 700;
}

#order-standard_cart.nh-review-page .view-cart-items .item-group,
#order-standard_cart.nh-review-page .view-cart-items .item-domain,
#order-standard_cart.nh-review-page .view-cart-items .cycle {
    margin-top: 5px;
    color: #667085;
}

#order-standard_cart.nh-review-page .empty-cart {
    margin: 14px 18px 18px;
}

#order-standard_cart.nh-review-page .nh-promo-panel,
#order-standard_cart.nh-review-page .nh-tax-panel {
    margin-top: 16px;
    padding: 18px;
    border: 1px solid #dfe5ec;
    border-radius: 8px;
    background: #fff;
}

#order-standard_cart .nh-panel-heading {
    display: flex;
    align-items: center;
    gap: 11px;
    margin-bottom: 14px;
}

#order-standard_cart .nh-panel-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    border-radius: 6px;
    background: #edf3fc;
    color: #1768ac;
}

#order-standard_cart .nh-panel-heading h3 {
    margin: 0;
    color: #172033;
    font-size: 17px;
    font-weight: 700;
}

#order-standard_cart .nh-panel-heading p {
    margin: 2px 0 0;
    color: #667085;
    font-size: 13px;
}

#order-standard_cart .nh-promo-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
}

#order-standard_cart .nh-promo-form .form-group {
    margin: 0;
}

#order-standard_cart .nh-promo-form .form-control,
#order-standard_cart .nh-promo-form .btn {
    min-height: 48px;
}

#order-standard_cart .nh-promo-form .btn {
    min-width: 150px;
    border-radius: 6px;
    font-weight: 700;
}

#order-standard_cart .nh-promo-applied {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 13px 14px;
    border: 1px solid #b7dfca;
    border-radius: 6px;
    background: #eefaf3;
}

#order-standard_cart .nh-promo-applied strong,
#order-standard_cart .nh-promo-applied small {
    display: block;
}

#order-standard_cart .nh-promo-applied strong {
    color: #087443;
}

#order-standard_cart .nh-promo-applied small {
    margin-top: 2px;
    color: #35644f;
}

#order-standard_cart .nh-tax-form {
    display: grid;
    grid-template-columns: 1fr 1fr auto;
    gap: 10px;
    align-items: end;
}

#order-standard_cart .nh-tax-form .form-group {
    margin: 0;
}

#order-standard_cart .nh-tax-form .form-control,
#order-standard_cart .nh-tax-form .btn {
    min-height: 46px;
}

#order-standard_cart.nh-review-page #orderSummary {
    position: sticky;
    top: 18px;
}

#order-standard_cart.nh-review-page #orderSummary .order-summary {
    overflow: hidden;
    border: 1px solid #dfe5ec;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(20, 38, 70, .09);
}

#order-standard_cart.nh-review-page #orderSummary h2 {
    padding: 19px 20px;
    border-bottom: 1px solid #e5eaf0;
    background: #f6f8fb;
    color: #172033;
    font-size: 21px !important;
    text-align: left;
}

#order-standard_cart.nh-review-page #orderSummary .summary-container {
    padding: 20px;
    font-size: 14px;
}

#order-standard_cart.nh-review-page .nh-summary-section-heading {
    margin-bottom: 9px;
    color: #667085;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}

#order-standard_cart.nh-review-page .nh-summary-items {
    margin: -2px 0 18px;
    padding-bottom: 8px;
    border-bottom: 1px solid #e5eaf0;
}

#order-standard_cart.nh-review-page .nh-summary-item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 14px;
    align-items: start;
    padding: 11px 0;
    border-bottom: 1px solid #eef1f5;
}

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

#order-standard_cart.nh-review-page .nh-summary-item-addon {
    padding-left: 12px;
    border-left: 2px solid #d9e4fb;
}

#order-standard_cart.nh-review-page .nh-summary-item-copy,
#order-standard_cart.nh-review-page .nh-summary-item-price {
    min-width: 0;
}

#order-standard_cart.nh-review-page .nh-summary-item-copy strong,
#order-standard_cart.nh-review-page .nh-summary-item-copy span,
#order-standard_cart.nh-review-page .nh-summary-item-copy small,
#order-standard_cart.nh-review-page .nh-summary-item-price strong,
#order-standard_cart.nh-review-page .nh-summary-item-price span,
#order-standard_cart.nh-review-page .nh-summary-item-price small {
    display: block;
}

#order-standard_cart.nh-review-page .nh-summary-item-copy strong {
    overflow-wrap: anywhere;
    color: #172033;
    font-size: 14px;
    line-height: 1.4;
}

#order-standard_cart.nh-review-page .nh-summary-item-copy span,
#order-standard_cart.nh-review-page .nh-summary-item-copy small,
#order-standard_cart.nh-review-page .nh-summary-item-price span,
#order-standard_cart.nh-review-page .nh-summary-item-price small {
    margin-top: 2px;
    color: #667085;
    font-size: 11px;
    line-height: 1.4;
}

#order-standard_cart.nh-review-page .nh-summary-item-price {
    text-align: right;
}

#order-standard_cart.nh-review-page .nh-summary-item-price strong {
    color: #172033;
    font-size: 13px;
    white-space: nowrap;
}

#order-standard_cart.nh-review-page .nh-summary-breakdown {
    padding-top: 2px;
}

/* The theme footer uses 100vw, which includes the scrollbar gutter and
   creates horizontal overflow on order-form pages. */
body.nh-client-checkout .partners-section {
    left: 0 !important;
    right: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

body.nh-client-checkout .partners-section .slider-container {
    width: 100% !important;
    max-width: 100% !important;
}

#order-standard_cart.nh-review-page #orderSummary .summary-container .clearfix {
    padding: 11px 0;
}

#order-standard_cart.nh-review-page #orderSummary .nh-summary-row {
    border-bottom: 1px dashed #e5eaf0;
}

#order-standard_cart.nh-review-page #orderSummary .nh-summary-discount,
#order-standard_cart.nh-review-page #orderSummary .nh-summary-discount .pull-right {
    color: #087443;
    font-weight: 700;
}

#order-standard_cart.nh-review-page .nh-summary-renewals {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    align-items: start;
    margin-top: 4px;
    padding-top: 14px !important;
}

#order-standard_cart.nh-review-page .nh-summary-renewal-label strong,
#order-standard_cart.nh-review-page .nh-summary-renewal-label small {
    display: block;
}

#order-standard_cart.nh-review-page .nh-summary-renewal-label strong {
    color: #344054;
    font-size: 13px;
}

#order-standard_cart.nh-review-page .nh-summary-renewal-label small {
    margin-top: 2px;
    color: #667085;
    font-size: 10px;
}

#order-standard_cart.nh-review-page .nh-summary-renewals .recurring-charges {
    color: #344054;
    font-size: 12px;
    line-height: 1.7;
    text-align: right;
}

#order-standard_cart.nh-review-page #orderSummary .summary-container .pull-right {
    white-space: nowrap;
}

#order-standard_cart.nh-review-page #orderSummary .total-due-today {
    margin-top: 8px;
    padding: 18px 0;
    border-top: 1px solid #e5eaf0;
    text-align: right;
}

#order-standard_cart.nh-review-page #orderSummary .total-due-today .amt {
    display: block;
    margin-top: 4px;
    color: #172033;
    font-size: 30px;
    font-weight: 700;
    white-space: nowrap;
}

#order-standard_cart.nh-review-page #orderSummary .total-due-today small {
    display: block;
    margin-top: 3px;
    color: #667085;
    font-size: 10px;
}

#order-standard_cart.nh-review-page #checkout {
    min-height: 54px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 700;
}

#order-standard_cart .nh-checkout-assurance {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin-top: 11px;
    color: #667085;
    font-size: 12px;
}

/* Account and payment checkout */
#order-standard_cart.nh-checkout-page .nh-secure-checkout-mark {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 11px;
    border: 1px solid #b7dfca;
    border-radius: 6px;
    background: #eefaf3;
    color: #087443;
    font-size: 13px;
    font-weight: 700;
}

#order-standard_cart.nh-checkout-page .already-registered,
#order-standard_cart.nh-checkout-page #frmCheckout,
#order-standard_cart.nh-checkout-page .checkout-security-msg {
    max-width: 1040px;
    margin-right: auto;
    margin-left: auto;
}

#order-standard_cart.nh-checkout-page .already-registered {
    margin-bottom: 14px;
    padding: 15px 18px;
    border: 1px solid #dfe5ec;
    border-radius: 7px;
    background: #f7f9fc;
}

#order-standard_cart.nh-checkout-page .already-registered .btn {
    min-height: 40px;
    border-radius: 6px;
    font-weight: 700;
}

#order-standard_cart.nh-checkout-page #frmCheckout {
    padding: 26px;
    border: 1px solid #dfe5ec;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(20, 38, 70, .07);
}

#order-standard_cart.nh-checkout-page .sub-heading {
    margin: 34px 0 18px;
    border: 0;
}

#order-standard_cart.nh-checkout-page .sub-heading:first-child {
    margin-top: 0;
}

#order-standard_cart.nh-checkout-page .sub-heading span {
    position: static;
    display: block;
    padding: 0 0 10px;
    border-bottom: 1px solid #e5eaf0;
    background: transparent;
    color: #172033;
    font-family: var(--font-family-sans-serif);
    font-size: 18px;
    font-weight: 700;
}

#order-standard_cart.nh-checkout-page .form-control {
    min-height: 48px;
    border: 1px solid #ccd6e2;
    border-radius: 6px;
    background: #fff;
    box-shadow: none;
}

#order-standard_cart.nh-checkout-page .form-control:focus {
    border-color: #2f5bd1;
    box-shadow: 0 0 0 3px rgba(47, 91, 209, .12);
}

#order-standard_cart.nh-checkout-page .nh-checkout-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin: 0 0 18px;
    padding: 16px 18px;
    border: 1px solid #c9d8f4;
    border-radius: 7px;
    background: #f4f7fd;
    color: #344054;
    font-size: 15px;
}

#order-standard_cart.nh-checkout-page .nh-checkout-total strong {
    color: #172033;
    font-size: 24px;
    white-space: nowrap;
}

#order-standard_cart.nh-checkout-page .tt-payment-gateways {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

#order-standard_cart.nh-checkout-page .tt-payment-gateways label {
    display: flex;
    align-items: center;
    min-height: 54px;
    margin: 0 !important;
    padding: 13px 15px;
    border: 1px solid #dce4ed;
    border-radius: 6px;
    background: #fff;
    color: #172033;
    cursor: pointer;
}

#order-standard_cart.nh-checkout-page .tt-payment-gateways label:has(input:checked) {
    border-color: #2f5bd1;
    background: #f4f7fd;
    box-shadow: inset 0 0 0 1px #2f5bd1;
}

#order-standard_cart.nh-checkout-page #btnCompleteOrder {
    width: 100%;
    min-height: 56px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 700;
}

#order-standard_cart.nh-checkout-page .checkout-security-msg {
    margin-top: 14px;
    border: 1px solid #dfe5ec;
    border-radius: 6px;
    background: #f8fafc;
    color: #526174;
}

#order-standard_cart.nh-domain-register-page #DomainSearchResults {
    margin-top: 24px;
    scroll-margin-top: 230px;
}

#order-standard_cart.nh-domain-register-page #searchDomainInfo {
    min-height: 0;
}

#order-standard_cart.nh-domain-register-page .domain-checker-result-headline {
    padding: 28px 24px;
}

#order-standard_cart.nh-domain-register-page #primaryLookupResult > p,
#order-standard_cart.nh-domain-register-page #primaryLookupResult .domain-price {
    margin-bottom: 12px;
}

#order-standard_cart.nh-domain-register-page .nh-domain-result-help {
    display: block;
    margin-top: 8px;
    color: #526174;
    font-size: 14px;
    font-weight: 400;
}

#order-standard_cart.nh-domain-register-page #primaryLookupResult .domain-price {
    display: flex;
    gap: 14px;
    align-items: center;
    justify-content: center;
}

#order-standard_cart.nh-domain-register-page #primaryLookupResult .btn-add-to-cart {
    min-width: 150px;
    min-height: 42px;
}

#order-standard_cart.nh-domain-register-page .nh-domain-pricing-reference {
    display: none;
}

#order-standard_cart.nh-domain-register-page #domainSuggestions .nh-suggestion-overflow {
    display: none !important;
}

#order-standard_cart #domainSuggestions .nh-suggestion-overflow {
    display: none !important;
}

#order-standard_cart #nhPrimaryDomainAction {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    margin-left: 14px;
    padding: 9px 18px;
    vertical-align: middle;
}

#order-standard_cart #nhPrimaryDomainAction.w-hidden {
    display: none !important;
}

@media (max-width: 767px) {
    #order-standard_cart #nhPrimaryDomainAction {
        display: flex;
        width: 100%;
        margin: 12px 0 0;
    }
}

#order-standard_cart.nh-domain-register-page .suggested-domains {
    margin-top: 20px;
}

#order-standard_cart.nh-domain-register-page .spotlight-tlds-container {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
    margin: 18px 0 0;
}

#order-standard_cart.nh-domain-register-page .spotlight-tld-container {
    float: none !important;
    width: auto !important;
    padding: 0 !important;
}

#order-standard_cart.nh-domain-register-page .spotlight-tld {
    display: flex;
    min-height: 176px;
    height: 100%;
    padding: 20px 12px 16px;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
    border: 1px solid #dbe3ed;
    border-radius: 6px;
    background: #fff;
    box-shadow: none;
}

#order-standard_cart.nh-domain-register-page .nh-tld-mark {
    display: block;
    width: 112px;
    height: 45px;
    margin: 2px auto 8px;
    object-fit: contain;
}

#order-standard_cart.nh-domain-register-page .nh-tld-name {
    display: block;
    margin-bottom: 7px;
    color: #14213d;
    font-size: 16px;
    font-weight: 700;
}

#order-standard_cart.nh-domain-register-page .spotlight-tld .domain-lookup-result {
    margin-top: auto;
    width: 100%;
}

#order-standard_cart.nh-domain-register-page .nh-domain-next-actions {
    margin-top: 30px;
}

#order-standard_cart.nh-domain-register-page .nh-domain-next-actions > div {
    display: flex;
}

#order-standard_cart.nh-domain-register-page .nh-domain-next-action {
    width: 100%;
    min-height: 210px;
    padding: 24px;
    border: 1px solid #dbe3ed;
    border-radius: 6px;
    background: #fff;
    box-shadow: none;
}

#order-standard_cart.nh-domain-register-page .nh-domain-next-action .btn {
    min-height: 44px;
    padding: 10px 18px;
}

@media (max-width: 991px) {
    #order-standard_cart.nh-review-page .cart-body > .row {
        grid-template-columns: 1fr;
    }

    #order-standard_cart.nh-review-page #orderSummary {
        position: static;
    }

    #order-standard_cart.nh-domain-page .nh-domain-spotlights-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    #order-standard_cart.nh-domain-page .nh-existing-domain-info {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    #order-standard_cart.nh-domain-register-page .spotlight-tlds-container {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    #order-standard_cart .nh-review-heading,
    #order-standard_cart .nh-domain-heading,
    #order-standard_cart .nh-checkout-heading,
    #order-standard_cart .nh-promo-applied,
    #order-standard_cart.nh-checkout-page .already-registered {
        align-items: stretch;
        flex-direction: column;
    }

    #order-standard_cart .nh-review-heading h2,
    #order-standard_cart .nh-domain-heading h2,
    #order-standard_cart .nh-checkout-heading h2 {
        font-size: 24px !important;
    }

    #order-standard_cart.nh-domain-page .nh-domain-spotlights-grid,
    #order-standard_cart.nh-domain-page .nh-existing-domain-info,
    #order-standard_cart .nh-promo-form,
    #order-standard_cart .nh-tax-form,
    #order-standard_cart.nh-checkout-page .tt-payment-gateways {
        grid-template-columns: 1fr;
    }

    #order-standard_cart.nh-domain-page .domain-input-group > .row,
    #order-standard_cart.nh-domain-page .domain-input-group .domains-row {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    #order-standard_cart.nh-domain-page .nh-domain-spotlight,
    #order-standard_cart.nh-domain-page .nh-existing-domain-info span {
        border-left: 0;
        border-top: 1px solid #e5eaf0;
    }

    #order-standard_cart.nh-domain-page .nh-domain-spotlight:first-child,
    #order-standard_cart.nh-domain-page .nh-existing-domain-info span:first-child {
        border-top: 0;
    }

    #order-standard_cart.nh-domain-page .domain-input-group .col-9,
    #order-standard_cart.nh-domain-page .domain-input-group .col-3 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    #order-standard_cart.nh-domain-page .domain-input-group .col-3 {
        margin-top: 8px;
    }

    #order-standard_cart.nh-review-page #orderSummary .summary-container,
    #order-standard_cart.nh-checkout-page #frmCheckout {
        padding: 18px;
    }

    #order-standard_cart.nh-review-page .nh-summary-item,
    #order-standard_cart.nh-review-page .nh-summary-renewals {
        grid-template-columns: 1fr;
        gap: 7px;
    }

    #order-standard_cart.nh-review-page .nh-summary-item-price,
    #order-standard_cart.nh-review-page .nh-summary-renewals .recurring-charges {
        text-align: left;
    }

    #order-standard_cart.nh-review-page .nh-summary-row {
        display: flex;
        gap: 14px;
        justify-content: space-between;
    }

    #order-standard_cart.nh-review-page .nh-summary-row .pull-left,
    #order-standard_cart.nh-review-page .nh-summary-row .pull-right {
        float: none !important;
    }

    #order-standard_cart.nh-checkout-page .nh-checkout-total {
        align-items: flex-start;
        flex-direction: column;
    }

    #order-standard_cart.nh-domain-register-page .spotlight-tlds-container {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    #order-standard_cart.nh-domain-register-page .nh-domain-next-actions > div {
        display: block;
        margin-bottom: 12px;
    }

    #order-standard_cart.nh-domain-register-page .nh-domain-next-action {
        min-height: 0;
    }
}


/* KingHost v2 palette only; the test cart layout and responsive behavior remain intact. */
:root { --nh-primary: #0b4fd8; --nh-primary-dark: #072f86; --nh-accent: #e2a91d; }
#order-standard_cart .btn-primary,
#order-standard_cart .domain-selection-options .option-selected {
  background-color: #0b4fd8 !important;
  border-color: #0b4fd8 !important;
}
#order-standard_cart a[href*="offshore"] { display: none !important; }

@media (min-width: 1200px) {
  body.cart .container,
  #order-standard_cart > .container,
  #order-standard_cart .container {
    width: calc(100% - 48px) !important;
    max-width: 1540px !important;
  }
  #order-standard_cart {
    width: calc(100% - 48px) !important;
    max-width: 1540px !important;
  }
}

.nh-domain-showcase {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin: 28px 0 34px;
}

.nh-domain-showcase-card {
  overflow: hidden;
  border: 1px solid #e1e7ef;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 25px rgba(17, 34, 68, .07);
  text-align: center;
}

.nh-domain-showcase-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 118px;
  padding: 20px;
}

.nh-domain-showcase-logo img { width: 100%; max-width: 190px; max-height: 72px; }
.nh-domain-showcase-logo strong { color: #13213c; font-size: 40px; }
.nh-domain-showcase-price { padding: 12px; background: #0b4fd8; color: #fff; font-weight: 700; }
.nh-domain-showcase-card--amber .nh-domain-showcase-price { background: #e2a91d; color: #172033; }
.nh-domain-showcase-card--green .nh-domain-showcase-price { background: #159a58; }
.nh-domain-showcase-card--violet .nh-domain-showcase-price { background: #6b55c8; }

@media (max-width: 991.98px) { .nh-domain-showcase { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 575.98px) { .nh-domain-showcase { grid-template-columns: 1fr; } }
