/*
 * HostworX order form theme layer.
 * Keep selectors scoped to the standard cart wrapper so WHMCS behaviour remains untouched.
 * This file owns HostworX cart/order-form skin rules.
 */
body > div[style*="ffffd2" i],
.primary-content > div[style*="ffffd2" i],
.primary-content > div[style*="background-color:#ffffd2"][style*="text-align:center"],
.primary-content > div[style*="background-color: #ffffd2"][style*="text-align:center"],
body > div[style*="background-color:#ffffd2"][style*="text-align:center"],
body > div[style*="background-color: #ffffd2"][style*="text-align:center"] {
    display: none !important;
}

#order-standard_cart {
    --hw-ink: #122033;
    --hw-muted: #64748b;
    --hw-soft: #f3f7fb;
    --hw-surface: #ffffff;
    --hw-line: #d8e3ee;
    --hw-blue: #336699;
    --hw-blue-dark: #183a5c;
    --hw-blue-deep: #0b1d32;
    --hw-orange: #f7941d;
    --hw-orange-dark: #c96f0b;
    --hw-radius-sm: 8px;
    --hw-radius-md: 14px;
    --hw-radius-lg: 22px;
    --hw-shadow: 2px 3px 5px rgba(18, 32, 51, .18);
    --hw-shadow-strong: 3px 4px 5px rgba(11, 29, 50, .24);
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 0 48px;
    color: var(--hw-ink);
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 16px;
}

#order-standard_cart:after,
#order-standard_cart .row:after,
#order-standard_cart .domain-checker-bg:after {
    display: block;
    clear: both;
    content: "";
}

#order-standard_cart .header-lined {
    position: relative;
    overflow: hidden;
    width: 100vw;
    clear: both;
    margin: 0 calc(50% - 50vw) 1.85rem;
    padding: clamp(2.4rem, 5vw, 3.8rem) max(1.25rem, calc((100vw - var(--hw-content-max, 1280px)) / 2 + 1.25rem));
    border: 0;
    border-radius: 0;
    background:
        radial-gradient(circle at 88% 12%, rgba(247, 148, 29, .22), transparent 28%),
        linear-gradient(135deg, var(--hw-blue-deep) 0%, var(--hw-blue-dark) 52%, var(--hw-blue) 100%);
    color: #fff;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .14);
}

#order-standard_cart .header-lined h1,
#order-standard_cart .header-lined .font-size-36 {
    margin: 0;
    border: 0;
    color: #fff;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 900;
    line-height: 1.1;
    text-align: center;
}

#order-standard_cart .header-lined .hw-hero-breadcrumb {
    position: absolute !important;
    top: 1.45rem;
    left: max(1.5rem, calc((100vw - var(--hw-content-max, 1280px)) / 2 + 1rem));
    width: auto;
    margin: 0;
}

#order-standard_cart .header-lined > .hw-account-bar {
    position: absolute !important;
    top: 5px !important;
    right: 5px !important;
    left: auto !important;
    display: flex !important;
    justify-content: flex-end !important;
    width: auto !important;
    max-width: calc(100vw - 10px) !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;
    z-index: 10;
    pointer-events: auto;
}

#order-standard_cart .header-lined > .hw-account-bar .hw-account-bar__inner {
    justify-content: flex-end !important;
    width: max-content !important;
    max-width: calc(100vw - 10px);
    margin: 0 !important;
    padding: 0 !important;
}

#order-standard_cart .header-lined > .hw-account-bar .hw-account-actions {
    justify-content: flex-end !important;
}

.hw-templatefile-domainregister #order-standard_cart .header-lined,
.hw-templatefile-domaintransfer #order-standard_cart .header-lined {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: .7rem;
    min-height: 370px;
    margin-bottom: 1.5rem;
    padding: clamp(2.7rem, 5.6vw, 4.45rem) max(1.25rem, calc((100vw - var(--hw-content-max, 1280px)) / 2 + 1.25rem));
    text-align: center;
}

.hw-templatefile-domainregister #order-standard_cart .header-lined .hw-domain-hero-lead,
.hw-templatefile-domaintransfer #order-standard_cart .header-lined .hw-domain-hero-lead {
    max-width: 760px;
    margin: 0;
    color: rgba(255, 255, 255, .92);
    font-size: 1.02rem;
    line-height: 1.55;
    font-weight: 600;
}

.hw-templatefile-domainregister #order-standard_cart .header-lined .hw-eyebrow,
.hw-templatefile-domaintransfer #order-standard_cart .header-lined .hw-eyebrow {
    width: 100%;
    margin: 0 0 .25rem;
    text-align: right;
}

.hw-templatefile-domainregister #order-standard_cart .header-lined h1,
.hw-templatefile-domainregister #order-standard_cart .header-lined .font-size-36,
.hw-templatefile-domaintransfer #order-standard_cart .header-lined h1,
.hw-templatefile-domaintransfer #order-standard_cart .header-lined .font-size-36 {
    font-family: var(--hw-font-heading);
    font-size: clamp(2.1rem, 4vw, 3.4rem);
    line-height: 1.08;
    margin: 0;
}

#order-standard_cart .cart-sidebar .panel,
#order-standard_cart .cart-sidebar .list-group,
#order-standard_cart .sidebar-collapsed,
#order-standard_cart .products .product,
#order-standard_cart .panel,
#order-standard_cart .card,
#order-standard_cart .view-cart-items,
#order-standard_cart .view-cart-tabs .tab-content,
#order-standard_cart .order-summary,
#order-standard_cart .summary-container,
#order-standard_cart .domain-pricing .featured-tld,
#order-standard_cart .suggested-domains,
#order-standard_cart .spotlight-tld {
    overflow: hidden;
    border: 1px solid var(--hw-line);
    border-top: 5px solid var(--hw-orange);
    border-radius: var(--hw-radius-md);
    background: linear-gradient(180deg, #fff 0%, #f8fbff 100%);
    box-shadow: var(--hw-shadow);
}

#order-standard_cart .cart-sidebar .list-group-item,
#order-standard_cart .sidebar-collapsed,
#order-standard_cart .panel-body,
#order-standard_cart .card-body,
#order-standard_cart .view-cart-items .item,
#order-standard_cart .domain-suggestion {
    border-color: var(--hw-line);
}

#order-standard_cart .cart-sidebar .list-group {
    margin-top: .75rem;
}

#order-standard_cart .cart-sidebar .list-group-item {
    padding: .8rem 1rem;
    color: var(--hw-ink);
    font-weight: 800;
}

#order-standard_cart .cart-sidebar .list-group-item.active,
#order-standard_cart .cart-sidebar .list-group-item.active:hover,
#order-standard_cart .cart-sidebar .list-group-item.active:focus {
    border-color: var(--hw-blue-dark);
    background: linear-gradient(135deg, var(--hw-blue-deep), var(--hw-blue));
    color: #fff;
}

#order-standard_cart .sidebar-collapsed {
    padding: .75rem;
    background: #fff;
}

#order-standard_cart .domain-checker-container {
    margin: 1rem 0 1.35rem;
}

#order-standard_cart .domain-checker-bg {
    padding: clamp(.55rem, 1.3vw, .9rem);
    border-radius: var(--hw-radius-md);
    background:
        radial-gradient(circle at 78% 16%, rgba(247, 148, 29, .22), transparent 25%),
        linear-gradient(135deg, var(--hw-blue-deep), var(--hw-blue-dark) 58%, var(--hw-blue));
    box-shadow: 2px 3px 5px rgba(11, 29, 50, .24);
}

#order-standard_cart .input-group-box,
#order-standard_cart .domain-checker-bg .input-group {
    display: flex;
    align-items: center;
    width: 100%;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 10px 20px rgba(11, 29, 50, .18), inset 0 1px 0 rgba(255, 255, 255, .9);
}

#order-standard_cart .domain-checker-bg .input-group.input-group-lg,
#order-standard_cart .input-group-box.input-group-lg {
    align-items: center;
    height: 54px !important;
    min-height: 0;
    max-height: 54px;
}

#order-standard_cart .domain-checker-bg .form-control,
#order-standard_cart .input-group-box .form-control {
    height: 46px !important;
    min-height: 46px !important;
    flex: 1 1 auto;
    border: 0;
    padding: 0 1rem 0 1.15rem;
    color: var(--hw-ink);
    font-size: 1rem;
    font-weight: 800;
    line-height: 46px;
    box-shadow: none;
}

.hw-templatefile-domainregister #order-standard_cart #inputDomain {
    height: 42px !important;
    min-height: 42px !important;
    padding-top: 0 !important;
    padding-bottom: 4px !important;
    line-height: 40px !important;
}

#order-standard_cart .domain-checker-bg .input-group-btn,
#order-standard_cart .domain-checker-bg .input-group-append,
#order-standard_cart .input-group-box .input-group-btn,
#order-standard_cart .input-group-box .input-group-append {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    height: 54px;
}

#order-standard_cart .btn,
#order-standard_cart button.btn,
#order-standard_cart input[type="submit"].btn {
    border-radius: var(--hw-radius-sm);
    font-weight: 900;
    letter-spacing: 0;
    transition: background-color .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .34), 0 8px 15px rgba(11, 29, 50, .14);
}

#order-standard_cart .btn-primary,
#order-standard_cart .domain-check-availability,
#order-standard_cart .btn-add-to-cart,
#order-standard_cart .checkout,
#order-standard_cart #btnCompleteProductConfig {
    border: 0;
    background: linear-gradient(135deg, var(--hw-orange), var(--hw-orange-dark));
    color: #fff;
}

#order-standard_cart .btn-default,
#order-standard_cart .btn-secondary,
#order-standard_cart .btn.unavailable,
#order-standard_cart .btn.invalid {
    border: 1px solid var(--hw-line);
    background: #fff;
    color: var(--hw-blue-dark);
}

#order-standard_cart .btn-warning {
    border: 0;
    background: linear-gradient(135deg, var(--hw-blue-dark), var(--hw-blue));
    color: #fff;
}

#order-standard_cart .btn:hover,
#order-standard_cart .btn:focus {
    text-decoration: none;
    transform: translateY(-1px);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .34), 0 10px 18px rgba(11, 29, 50, .16);
}

#order-standard_cart .btn-default:hover,
#order-standard_cart .btn-default:focus,
#order-standard_cart .btn-secondary:hover,
#order-standard_cart .btn-secondary:focus {
    border-color: var(--hw-blue);
    background: #eef6ff;
    color: var(--hw-blue-dark);
}

#order-standard_cart .btn[disabled],
#order-standard_cart .btn.disabled,
#order-standard_cart .btn.unavailable,
#order-standard_cart .btn.invalid {
    opacity: .72;
    transform: none;
    box-shadow: none;
}

#order-standard_cart .domain-checker-bg .btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    min-height: 42px;
    margin: .3rem;
    padding: 0 1.15rem 2px;
    border-radius: 999px;
    line-height: 1 !important;
    vertical-align: middle;
}

.hw-templatefile-domainregister #order-standard_cart .input-group-box {
    position: relative;
    display: block !important;
    height: 54px !important;
    overflow: visible;
}

.hw-templatefile-domainregister #order-standard_cart #inputDomain {
    display: block;
    width: 100%;
    height: 54px !important;
    min-height: 54px !important;
    padding: 0 8.5rem 0 1.35rem !important;
    line-height: 54px !important;
}

.hw-templatefile-domainregister #order-standard_cart .input-group-box .input-group-btn,
.hw-templatefile-domainregister #order-standard_cart .input-group-box .input-group-append {
    position: absolute !important;
    top: 6px !important;
    right: .45rem !important;
    display: block !important;
    height: 42px !important;
    transform: none !important;
}

.hw-templatefile-domainregister #order-standard_cart #btnCheckAvailability {
    display: block !important;
    height: 42px !important;
    min-height: 42px !important;
    margin: 0 !important;
    padding: 0 1.25rem 2px !important;
    line-height: 40px !important;
    text-align: center;
}

.hw-templatefile-domainregister #order-standard_cart .hw-domain-search-pill {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    height: 54px !important;
    min-height: 54px !important;
    max-height: 54px !important;
    overflow: hidden !important;
    border-radius: 999px !important;
    background: #fff !important;
}

.hw-templatefile-domainregister #order-standard_cart .hw-domain-search-pill #inputDomain {
    position: static !important;
    float: none !important;
    display: block !important;
    width: 100% !important;
    height: 54px !important;
    min-height: 54px !important;
    padding: 0 135px 0 28px !important;
    border: 0 !important;
    line-height: 54px !important;
    box-shadow: none !important;
}

.hw-templatefile-domainregister #order-standard_cart .hw-domain-search-pill #btnCheckAvailability {
    position: absolute !important;
    top: 6px !important;
    right: 8px !important;
    display: block !important;
    height: 42px !important;
    min-height: 42px !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 22px !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: linear-gradient(135deg, var(--hw-orange), var(--hw-orange-dark)) !important;
    color: #fff !important;
    font-family: "Open Sans", Arial, sans-serif !important;
    font-size: 20px !important;
    font-weight: 900 !important;
    line-height: 42px !important;
    text-align: center !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .34), 0 8px 15px rgba(11, 29, 50, .14) !important;
    cursor: pointer;
}

#order-standard_cart .btn-primary:hover,
#order-standard_cart .btn-primary:focus,
#order-standard_cart .btn-add-to-cart:hover,
#order-standard_cart .btn-add-to-cart:focus {
    background: linear-gradient(135deg, #ffad3d, var(--hw-orange-dark));
    color: #fff;
}

#order-standard_cart p,
#order-standard_cart label,
#order-standard_cart .help-block,
#order-standard_cart .field-help-text,
#order-standard_cart .text-muted,
#order-standard_cart small {
    color: #334155;
    line-height: 1.55;
}

#order-standard_cart label {
    font-size: .95rem;
    font-weight: 800;
}

#order-standard_cart h2,
#order-standard_cart h3,
#order-standard_cart h4,
#order-standard_cart .panel-title,
#order-standard_cart .card-title {
    color: var(--hw-ink);
    font-weight: 900;
}

#order-standard_cart .panel-heading .panel-title,
#order-standard_cart .panel-heading .card-title,
#order-standard_cart .card-header .panel-title,
#order-standard_cart .card-header .card-title {
    color: #fff;
}

#order-standard_cart .domain-checker-result-headline {
    margin: 1rem 0;
    color: var(--hw-ink);
    text-align: center;
}

#order-standard_cart .domain-checker-available {
    color: #147a3d;
    font-size: 1.28rem;
    font-weight: 900;
}

#order-standard_cart .domain-checker-unavailable,
#order-standard_cart .domain-checker-invalid {
    color: #b42318;
    font-weight: 900;
}

#order-standard_cart .hw-transfer-info {
    max-width: 820px;
    margin: 1.45rem auto 1.1rem;
    padding: 1.2rem 1.35rem;
    border: 1px solid rgba(43, 107, 157, .22);
    border-left: 5px solid var(--hw-orange);
    border-radius: var(--hw-radius-md);
    background: linear-gradient(180deg, #fff 0%, #f5f9ff 100%);
    box-shadow: var(--hw-shadow);
}

#order-standard_cart .hw-transfer-info h3 {
    margin: 0 0 .55rem;
    color: var(--hw-blue-dark);
    font-size: 1.15rem;
    font-weight: 900;
}

#order-standard_cart .hw-transfer-info p {
    margin: 0;
    color: #334155;
    font-size: .98rem;
    line-height: 1.6;
}

#order-standard_cart .hw-transfer-info p + p {
    margin-top: .55rem;
}

#order-standard_cart .spotlight-tlds-container,
#order-standard_cart .featured-tlds-container .row {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.hw-templatefile-domainregister #order-standard_cart .featured-tlds-container .row {
    gap: .7rem;
}

#order-standard_cart .spotlight-tld-container,
#order-standard_cart .featured-tlds-container .row > [class*="col-"] {
    flex: 1 1 180px;
    max-width: none;
}

.hw-templatefile-domainregister #order-standard_cart .featured-tlds-container .row > [class*="col-"] {
    flex: 1 1 160px;
}

#order-standard_cart .spotlight-tld,
#order-standard_cart .domain-pricing .featured-tld {
    min-height: 148px;
    padding: 1rem;
    text-align: center;
}

.hw-templatefile-domainregister #order-standard_cart .domain-pricing .featured-tld {
    min-height: 118px;
    padding: .8rem .75rem;
    box-shadow: 0 5px 10px rgba(11, 29, 50, .09);
}

#order-standard_cart .spotlight-tld {
    display: grid;
    align-content: center;
    gap: .55rem;
    color: var(--hw-blue-dark);
    font-size: 1.35rem;
    font-weight: 900;
}

#order-standard_cart .spotlight-tld .price,
#order-standard_cart .featured-tld .price,
#order-standard_cart .domain-suggestion .price,
#order-standard_cart .product-pricing .price {
    color: var(--hw-blue-dark);
    font-weight: 900;
}

#order-standard_cart .domain-pricing .featured-tld .img-container {
    min-height: 86px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hw-templatefile-domainregister #order-standard_cart .domain-pricing .featured-tld .img-container {
    min-height: 72px;
}

#order-standard_cart .domain-pricing .featured-tld .img-container img {
    max-width: 150px;
    max-height: 66px;
}

.hw-templatefile-domainregister #order-standard_cart .domain-pricing .featured-tld .img-container img {
    max-width: 120px;
    max-height: 54px;
}

#order-standard_cart .domain-pricing .featured-tld-name {
    color: var(--hw-blue-dark);
    font-family: var(--hw-font-heading);
    font-size: clamp(2.4rem, 5vw, 3.9rem);
    font-weight: 900;
    line-height: 1;
}

#order-standard_cart .domain-pricing .featured-tld .price {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 170px;
    max-width: 100%;
    margin: .75rem auto 0;
    padding: .55rem 1rem;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--hw-orange), var(--hw-orange-dark)) !important;
    color: #fff !important;
    font-size: .98rem;
    line-height: 1.1;
}

.hw-templatefile-domainregister #order-standard_cart .domain-pricing .featured-tld .price {
    min-width: 150px;
    margin-top: .55rem;
    padding: .42rem .85rem;
    font-size: .92rem;
}

.hw-templatefile-domainregister #order-standard_cart .domain-pricing .featured-tld-name {
    font-size: clamp(1.8rem, 3.5vw, 2.8rem);
}

#order-standard_cart .suggested-domains .panel-heading,
#order-standard_cart .suggested-domains .card-header,
#order-standard_cart .panel-heading,
#order-standard_cart .card-header,
#order-standard_cart .order-summary .summary-header {
    border: 0;
    background: var(--hw-blue-dark);
    color: #fff;
    font-weight: 900;
}

#order-standard_cart .domain-suggestion {
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
}

#order-standard_cart .domain-suggestion .domain,
#order-standard_cart .domain-suggestion .extension {
    color: var(--hw-ink);
    font-size: 1.05rem;
    font-weight: 900;
}

#order-standard_cart .tld-filters {
    display: flex;
    flex-wrap: wrap;
    gap: .55rem;
    margin: .9rem 0 1rem;
}

#order-standard_cart .tld-filters .badge {
    border-radius: 999px;
    padding: .45rem .7rem;
    background: #e9f2fb;
    color: var(--hw-blue-dark);
    font-weight: 900;
    text-decoration: none;
}

#order-standard_cart .tld-filters .badge-success {
    background: linear-gradient(135deg, var(--hw-orange), var(--hw-orange-dark));
    color: #fff;
}

#order-standard_cart .table-container,
#order-standard_cart table.table {
    border-color: var(--hw-line);
}

#order-standard_cart table.table thead th {
    border: 0;
    background: var(--hw-blue-dark);
    color: #fff;
    font-weight: 900;
}

#order-standard_cart .form-control,
#order-standard_cart select.form-control,
#order-standard_cart textarea.form-control {
    border: 1px solid var(--hw-line);
    border-radius: var(--hw-radius-sm);
    color: var(--hw-ink);
    box-shadow: inset 0 1px 2px rgba(18, 32, 51, .06);
}

#order-standard_cart .form-control:focus {
    border-color: var(--hw-blue);
    box-shadow: 0 0 0 3px rgba(51, 102, 153, .16);
}

#order-standard_cart .domain-checker-bg .form-control:focus,
#order-standard_cart .input-group-box .form-control:focus {
    border: 0;
    box-shadow: none;
}

#order-standard_cart .products .product header,
#order-standard_cart .sub-heading span,
#order-standard_cart .sub-heading-borderless span {
    background: transparent;
}

#order-standard_cart .products .product header span {
    color: var(--hw-ink);
    font-size: 1.18rem;
    font-weight: 900;
}

#order-standard_cart .products .product footer {
    padding: 1rem;
}

#order-standard_cart .order-summary,
#order-standard_cart .summary-container {
    position: sticky;
    top: calc(var(--hw-header-height, 96px) + 22px);
}

/* Cart-page specific layout adjustments kept in the order-form skin layer. */
.hw-filename-cart #order-standard_cart,
.hw-filename-cart .primary-content #order-standard_cart {
    width: 100%;
    max-width: var(--hw-content-max);
}

.hw-templatefile-domainregister #order-standard_cart,
.hw-templatefile-domainregister .primary-content #order-standard_cart,
.hw-templatefile-domaintransfer #order-standard_cart,
.hw-templatefile-domaintransfer .primary-content #order-standard_cart {
    width: 100vw !important;
    max-width: none !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
}

.hw-templatefile-domainregister #order-standard_cart > :not(.header-lined),
.hw-templatefile-domaintransfer #order-standard_cart > :not(.header-lined) {
    max-width: var(--hw-content-max);
    margin-left: auto;
    margin-right: auto;
}

.hw-filename-cart {
    overflow-x: hidden;
}

.hw-filename-cart #order-standard_cart .cart-sidebar {
    display: none !important;
}

.hw-filename-cart #order-standard_cart .cart-body {
  width: 100%;
  max-width: 100%;
  float: none;
  padding-left: 0;
  padding-right: 0;
}

.hw-filename-cart #order-standard_cart > .row,
.hw-filename-cart #order-standard_cart .cart-body > .row,
.hw-filename-cart #order-standard_cart .secondary-cart-body > .row {
    margin-left: 0;
    margin-right: 0;
}

.hw-filename-cart #order-standard_cart .header-lined {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.hw-templatefile-domainregister #order-standard_cart .header-lined,
.hw-templatefile-domaintransfer #order-standard_cart .header-lined {
    width: 100vw;
    max-width: none;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    overflow: visible;
}

.hw-templatefile-domainregister #order-standard_cart .domain-pricing {
    margin-top: 1.5rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(216, 227, 238, .9);
}

.hw-templatefile-domainregister .domain-pricing > h4.font-size-18 {
    margin: 1rem 0 .75rem;
    color: var(--hw-blue-dark);
    font-weight: 900;
    font-size: 1rem;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.hw-filename-cart #order-standard_cart .sidebar-collapsed {
    display: none;
}

.hw-filename-cart .hw-main-content > .container {
    max-width: var(--hw-content-max);
}

.hw-templatefile-domainregister .hw-main-content > .container,
.hw-templatefile-domaintransfer .hw-main-content > .container {
    width: 100%;
    max-width: none !important;
    padding-left: 0;
    padding-right: 0;
}

.hw-filename-cart #order-standard_cart .font-size-36,
.hw-filename-cart #order-standard_cart .font-size-30,
.hw-templatefile-domainregister #order-standard_cart .font-size-18 {
    color: var(--hw-ink);
    font-family: var(--hw-font-heading);
    font-weight: 900;
    line-height: 1.16;
}

.hw-filename-cart #order-standard_cart .header-lined .font-size-36,
.hw-filename-cart #order-standard_cart .header-lined h1 {
    color: #fff;
}

.hw-templatefile-configureproduct #order-standard_cart .product-info,
.hw-templatefile-configuredomains #order-standard_cart .addon-products .panel,
.hw-templatefile-viewcart #order-standard_cart .view-cart-items,
.hw-templatefile-viewcart #order-standard_cart .view-cart-tabs .tab-content,
.hw-templatefile-checkout #order-standard_cart .checkout-security-msg,
.hw-templatefile-checkout #order-standard_cart .account-select-container,
.hw-templatefile-domaintransfer #order-standard_cart .domain-transfer-container {
    border: 1px solid var(--hw-line);
    border-top: 5px solid var(--hw-orange);
    border-radius: var(--hw-radius-md);
    background: linear-gradient(180deg, #fff 0%, #f8fbff 100%);
    box-shadow: var(--hw-shadow);
}

.hw-templatefile-products #order-standard_cart .products .product header,
.hw-templatefile-viewcart #order-standard_cart .view-cart-items-header {
    background: var(--hw-blue-dark);
    color: #fff;
}

.hw-templatefile-products #order-standard_cart .products .product header span,
.hw-templatefile-viewcart #order-standard_cart .view-cart-items-header {
    color: #fff;
    font-weight: 900;
}

.hw-templatefile-domainregister #order-standard_cart .domain-pricing .bg-white,
.hw-templatefile-domainregister #order-standard_cart .domain-promo-box {
    border: 1px solid var(--hw-line);
    border-radius: var(--hw-radius-md);
    background: #fff;
    box-shadow: var(--hw-shadow);
}

.hw-filename-cart #order-standard_cart .secondary-cart-body {
    padding-right: 1.1rem;
}

.hw-filename-cart #order-standard_cart .secondary-cart-sidebar {
    padding-left: 1.1rem;
}

#order-standard_cart .sub-heading {
    margin: 1.55rem 0 .9rem;
    border: 0;
}

#order-standard_cart .sub-heading span,
#order-standard_cart .sub-heading-borderless span {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: .45rem .9rem;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--hw-blue-dark), var(--hw-blue));
    color: #fff;
    font-size: .9rem;
    font-weight: 900;
    line-height: 1.2;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 7px 14px rgba(11, 29, 50, .14);
}

#order-standard_cart .field-container,
#order-standard_cart .product-configurable-options,
#order-standard_cart .already-registered,
#order-standard_cart .apply-credit-container,
#order-standard_cart #paymentGatewaysContainer,
#order-standard_cart .cc-input-container,
#order-standard_cart .marketing-email-optin,
#order-standard_cart .password-strength-meter,
#order-standard_cart .view-cart-gateway-checkout {
    margin-bottom: 1.2rem;
    padding: 1.1rem;
    border: 1px solid var(--hw-line);
    border-radius: var(--hw-radius-md);
    background: linear-gradient(180deg, #fff 0%, #f8fbff 100%);
    box-shadow: var(--hw-shadow);
}

#order-standard_cart .product-info {
    margin: .9rem 0 1.2rem;
    padding: 1.1rem;
}

#order-standard_cart .product-info .product-title,
#order-standard_cart .summary-container .product-name {
    display: block;
    margin: 0 0 .25rem;
    color: var(--hw-blue-dark);
    font-size: 1.16rem;
    font-weight: 900;
}

#order-standard_cart .summary-container .product-group {
    display: block;
    margin-bottom: .85rem;
    color: var(--hw-muted);
    font-size: .9rem;
    font-weight: 800;
}

#order-standard_cart .summary-container .clearfix,
#order-standard_cart .summary-totals .clearfix,
#order-standard_cart .subtotal,
#order-standard_cart .bordered-totals > div,
#order-standard_cart .recurring-totals {
    display: flex;
    gap: .75rem;
    justify-content: space-between;
    padding: .45rem 0;
    border-bottom: 1px solid rgba(216, 227, 238, .78);
}

#order-standard_cart .summary-container .pull-left,
#order-standard_cart .summary-container .float-left,
#order-standard_cart .summary-container .pull-right,
#order-standard_cart .summary-container .float-right {
    float: none !important;
}

#order-standard_cart .summary-totals {
    margin-top: .75rem;
    padding-top: .35rem;
}

#order-standard_cart .total-due-today {
    margin-top: 1rem;
    padding: 1rem;
    border-radius: var(--hw-radius-md);
    background: #eaf3fb;
    text-align: center;
}

#order-standard_cart .total-due-today .amt {
    display: block;
    font-size: 1.6rem;
    line-height: 1.05;
}

#order-standard_cart .view-cart-items-header {
    border-radius: var(--hw-radius-md) var(--hw-radius-md) 0 0;
    padding: .8rem 1rem;
}

#order-standard_cart .view-cart-items .item {
    padding: 1rem;
}

#order-standard_cart .view-cart-items .item-title,
#order-standard_cart .view-cart-items .item-price > span:first-child {
    color: var(--hw-ink);
    font-weight: 900;
}

#order-standard_cart .view-cart-items .item-group,
#order-standard_cart .view-cart-items .item-domain,
#order-standard_cart .view-cart-items .cycle {
    display: block;
    color: var(--hw-muted);
    font-weight: 700;
}

#order-standard_cart .view-cart-tabs .nav-tabs {
    border-bottom: 0;
}

#order-standard_cart .view-cart-tabs .nav-tabs > li > a,
#order-standard_cart .view-cart-tabs .nav-tabs .nav-link {
    border: 1px solid var(--hw-line);
    border-radius: var(--hw-radius-sm) var(--hw-radius-sm) 0 0;
    color: var(--hw-blue-dark);
    font-weight: 900;
}

#order-standard_cart .view-cart-tabs .nav-tabs > li.active > a,
#order-standard_cart .view-cart-tabs .nav-tabs .nav-link.active {
    border-color: var(--hw-blue-dark);
    background: var(--hw-blue-dark);
    color: #fff;
}

#order-standard_cart .panel-addon {
    display: flex;
    min-height: 100%;
    flex-direction: column;
}

#order-standard_cart .panel-addon .panel-body,
#order-standard_cart .panel-addon .card-body {
    flex: 1 1 auto;
    padding: 1rem;
}

#order-standard_cart .panel-addon .panel-price {
    padding: .75rem 1rem;
    background: #eaf3fb;
    color: var(--hw-blue-dark);
    font-weight: 900;
}

#order-standard_cart .panel-addon .panel-add {
    padding: .8rem 1rem;
    background: linear-gradient(135deg, var(--hw-orange), var(--hw-orange-dark));
    color: #fff;
    font-weight: 900;
    text-align: center;
}

#order-standard_cart .panel-addon-selected {
    border-color: var(--hw-orange);
    box-shadow: var(--hw-shadow-strong);
}

#order-standard_cart .prepend-icon {
    position: relative;
}

#order-standard_cart .prepend-icon .field {
    min-height: 44px;
    padding-left: 2.7rem;
}

#order-standard_cart .prepend-icon .field-icon {
    position: absolute;
    z-index: 2;
    left: .9rem;
    top: 50%;
    margin: 0;
    color: var(--hw-blue);
    transform: translateY(-50%);
}

#order-standard_cart .prepend-icon textarea.field + .field-icon,
#order-standard_cart .prepend-icon .field-icon:has(+ textarea) {
    top: 1.35rem;
    transform: none;
}

#order-standard_cart .account-select-container .account,
#order-standard_cart .existing-cc-grid .paymethod,
#order-standard_cart #paymentGatewaysContainer .radio-inline,
#order-standard_cart .apply-credit-container .radio {
    display: block;
    margin-bottom: .7rem;
    padding: .8rem;
    border: 1px solid var(--hw-line);
    border-radius: var(--hw-radius-sm);
    background: #fff;
}

#order-standard_cart .account-select-container .account.active,
#order-standard_cart #paymentGatewaysContainer .radio-inline:has(input:checked),
#order-standard_cart .apply-credit-container .radio:has(input:checked) {
    border-color: var(--hw-blue);
    background: #eef6ff;
}

#order-standard_cart .checkout-security-msg {
    margin-top: 1.5rem;
}

#order-standard_cart .total-due-today,
#order-standard_cart .amt,
#order-standard_cart .recurring-totals {
    color: var(--hw-blue-dark);
    font-weight: 900;
}

/* Focused product-config/cart/checkout polish after Bulk Email live validation. */
#order-standard_cart .sub-heading,
#order-standard_cart .sub-heading-borderless {
    clear: both;
    min-height: 38px;
    margin: 1.7rem 0 .75rem;
    padding: 0;
    line-height: 1;
}

#order-standard_cart .sub-heading + .field-container,
#order-standard_cart .sub-heading + .product-configurable-options,
#order-standard_cart .sub-heading + .addon-products,
#order-standard_cart .sub-heading + #paymentGatewaysContainer,
#order-standard_cart .sub-heading-borderless + .field-container,
#order-standard_cart .sub-heading-borderless + #paymentGatewaysContainer {
    margin-top: .15rem;
}

.hw-templatefile-configureproduct #order-standard_cart .sub-heading,
.hw-templatefile-checkout #order-standard_cart .sub-heading,
.hw-templatefile-checkout #order-standard_cart .sub-heading-borderless {
    margin-top: 1.95rem;
    margin-bottom: .95rem;
}

.hw-templatefile-configureproduct #order-standard_cart .sub-heading span,
.hw-templatefile-checkout #order-standard_cart .sub-heading span,
.hw-templatefile-checkout #order-standard_cart .sub-heading-borderless span {
    position: relative;
    z-index: 2;
}

.hw-templatefile-configureproduct #order-standard_cart .field-container,
.hw-templatefile-configureproduct #order-standard_cart .product-configurable-options {
    padding: 1.25rem;
}

.hw-templatefile-configureproduct #order-standard_cart .field-container .form-group {
    margin-bottom: 1rem;
}

.hw-templatefile-configureproduct #order-standard_cart .field-container .form-group:last-child {
    margin-bottom: 0;
}

.hw-templatefile-configureproduct #order-standard_cart .field-container input[type="checkbox"],
.hw-templatefile-configureproduct #order-standard_cart .field-container input[type="radio"] {
    margin: .2rem .45rem 0 0;
    vertical-align: top;
}

.hw-templatefile-configureproduct #order-standard_cart .addon-products {
    display: flex;
    flex-wrap: wrap;
    row-gap: 1.15rem;
    margin-top: .45rem;
}

.hw-templatefile-configureproduct #order-standard_cart .addon-products > [class*="col-"] {
    display: flex;
    margin-bottom: 0;
}

.hw-templatefile-configureproduct #order-standard_cart .panel-addon {
    width: 100%;
    min-height: auto;
    margin-bottom: 0;
    border-top-width: 3px;
    box-shadow: 1px 2px 4px rgba(18, 32, 51, .14);
}

.hw-templatefile-configureproduct #order-standard_cart .panel-addon .panel-body,
.hw-templatefile-configureproduct #order-standard_cart .panel-addon .card-body {
    padding: .85rem .95rem .75rem;
    text-align: left;
}

.hw-templatefile-configureproduct #order-standard_cart .panel-addon label {
    display: flex;
    align-items: flex-start;
    gap: .55rem;
    margin: 0;
    color: var(--hw-blue-dark);
    font-weight: 900;
    line-height: 1.3;
}

.hw-templatefile-configureproduct #order-standard_cart .panel-addon label .icheckbox_square-blue,
.hw-templatefile-configureproduct #order-standard_cart .panel-addon label .iradio_square-blue {
    flex: 0 0 auto;
    margin-top: .1rem;
}

.hw-templatefile-configureproduct #order-standard_cart .panel-addon .panel-body > br,
.hw-templatefile-configureproduct #order-standard_cart .panel-addon .card-body > br {
    display: none;
}

.hw-templatefile-configureproduct #order-standard_cart .panel-addon .panel-price {
    padding: .55rem .9rem;
    font-size: .95rem;
    text-align: left;
}

.hw-templatefile-configureproduct #order-standard_cart .panel-addon .panel-add {
    padding: .58rem .9rem;
    border-top: 1px solid rgba(216, 227, 238, .9);
    background: #f8fbff;
    color: var(--hw-blue-dark);
    font-size: .9rem;
}

.hw-templatefile-configureproduct #order-standard_cart .panel-addon-selected .panel-add {
    background: linear-gradient(135deg, var(--hw-orange), var(--hw-orange-dark));
    color: #fff;
}

.hw-templatefile-configureproduct #order-standard_cart .secondary-cart-sidebar,
.hw-templatefile-configureproduct #order-standard_cart .summary-container,
.hw-templatefile-configureproduct #order-standard_cart .order-summary {
    align-self: flex-start;
}

.hw-templatefile-viewcart #order-standard_cart .view-cart-items .item {
    padding: 1.1rem 1rem;
}

.hw-templatefile-viewcart #order-standard_cart .view-cart-items .item .row {
    display: flex;
    align-items: center;
}

.hw-templatefile-viewcart #order-standard_cart .view-cart-items .item-title {
    display: flex;
    flex-wrap: wrap;
    gap: .35rem .55rem;
    align-items: center;
    line-height: 1.25;
}

.hw-templatefile-viewcart #order-standard_cart .view-cart-items .item-title .btn,
.hw-templatefile-viewcart #order-standard_cart .view-cart-items .item-title a[href*="confproduct"] {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: .32rem .55rem;
    border-radius: 999px;
    font-size: .82rem;
    line-height: 1;
}

.hw-templatefile-viewcart #order-standard_cart .view-cart-items .item-price {
    line-height: 1.35;
    text-align: right;
}

.hw-templatefile-viewcart #order-standard_cart .view-cart-items .btn-remove-from-cart,
.hw-templatefile-viewcart #order-standard_cart .view-cart-items button.close,
.hw-templatefile-viewcart #order-standard_cart .view-cart-items .item .btn-link {
    margin-left: auto;
}

.hw-templatefile-viewcart #order-standard_cart .empty-cart {
    margin-top: 1rem;
}

.hw-templatefile-viewcart #order-standard_cart .view-cart-tabs {
    margin-top: 1.15rem;
}

.hw-templatefile-viewcart #order-standard_cart .view-cart-tabs .tab-content {
    padding: 1.1rem;
}

.hw-templatefile-viewcart #order-standard_cart .view-cart-tabs .input-group,
.hw-templatefile-viewcart #order-standard_cart .view-cart-tabs .input-group-box {
    gap: .65rem;
}

#order-standard_cart .summary-container .checkout,
#order-standard_cart .order-summary .checkout {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 50px;
    margin-bottom: .7rem;
    text-align: center;
}

#order-standard_cart .summary-container a[href*="cart.php"],
#order-standard_cart .order-summary a[href*="cart.php"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

#order-standard_cart .summary-container .btn-link,
#order-standard_cart .order-summary .btn-link,
#order-standard_cart .summary-container a:not(.checkout),
#order-standard_cart .order-summary a:not(.checkout) {
    min-height: 34px;
}

.hw-templatefile-checkout #order-standard_cart .already-registered,
.hw-templatefile-checkout #order-standard_cart .field-container,
.hw-templatefile-checkout #order-standard_cart #paymentGatewaysContainer,
.hw-templatefile-checkout #order-standard_cart .cc-input-container,
.hw-templatefile-checkout #order-standard_cart .marketing-email-optin,
.hw-templatefile-checkout #order-standard_cart .view-cart-gateway-checkout {
    padding: 1.2rem;
}

.hw-templatefile-checkout #order-standard_cart .total-due-today {
    margin: 1.45rem 0 1.15rem;
}

.hw-templatefile-checkout #order-standard_cart #paymentGatewaysContainer {
    margin-top: 1rem;
}

.hw-templatefile-checkout #order-standard_cart .marketing-email-optin .bootstrap-switch,
.hw-templatefile-checkout #order-standard_cart .marketing-email-optin .switch {
    min-width: 72px;
}

@media only screen and (max-width: 1199px) {
    #order-standard_cart .cart-body,
    #order-standard_cart .secondary-cart-body,
    #order-standard_cart .secondary-cart-sidebar {
        width: 100%;
        float: none;
        padding-right: 0;
        padding-left: 0;
    }

    #order-standard_cart .secondary-cart-sidebar {
        max-width: 100%;
        margin: 1.2rem auto 0;
    }
}

@media only screen and (min-width: 1280px) and (max-width: 1439px) and (max-height: 800px) {
    .hw-templatefile-domainregister #order-standard_cart {
        padding-bottom: 32px;
    }

    .hw-templatefile-domainregister #order-standard_cart .cart-body > p {
        margin-bottom: .8rem;
    }

    .hw-templatefile-domainregister #order-standard_cart .domain-checker-container {
        margin: .85rem 0 1.55rem;
    }

    .hw-templatefile-domainregister #order-standard_cart .domain-checker-bg {
        padding: .65rem;
    }

    .hw-templatefile-domainregister #order-standard_cart .featured-tlds-container .row {
        gap: .8rem;
    }

    .hw-templatefile-domainregister #order-standard_cart .domain-pricing .featured-tld {
        min-height: 154px;
        padding: .85rem;
    }

    .hw-templatefile-domainregister #order-standard_cart .domain-pricing .featured-tld .img-container {
        min-height: 74px;
    }

    .hw-templatefile-domainregister #order-standard_cart .domain-pricing .featured-tld .img-container img {
        max-height: 58px;
    }

    .hw-templatefile-domainregister #order-standard_cart .domain-pricing .featured-tld .price {
        margin-top: .55rem;
        padding: .48rem .9rem;
    }
}

@media only screen and (max-width: 767px) {
    body.hw-filename-cart,
    body.hw-filename-cart .hw-main-content {
        overflow-x: hidden;
    }

    body.hw-filename-cart #order-standard_cart {
        overflow-x: visible;
    }

    #order-standard_cart {
        font-size: 15px;
        width: 100%;
        max-width: 100%;
    }

    #order-standard_cart .header-lined {
        padding: 1.15rem;
    }

    #order-standard_cart .header-lined h1,
    #order-standard_cart .header-lined .font-size-36 {
        font-size: clamp(1.38rem, 6.4vw, 1.72rem);
        overflow-wrap: anywhere;
    }

    #order-standard_cart .domain-checker-bg {
        padding: .65rem;
        border-radius: var(--hw-radius-md);
    }

    #order-standard_cart .input-group-box,
    #order-standard_cart .domain-checker-bg .input-group {
        display: block;
        border-radius: var(--hw-radius-md);
        padding: .45rem;
    }

    #order-standard_cart .domain-checker-bg .form-control,
    #order-standard_cart .input-group-box .form-control,
    #order-standard_cart .domain-checker-bg .input-group-btn,
    #order-standard_cart .domain-checker-bg .input-group-append,
    #order-standard_cart .domain-checker-bg .btn-primary {
        width: 100%;
    }

    #order-standard_cart .domain-checker-bg .btn-primary {
        margin: .4rem 0 0;
    }

    #order-standard_cart .domain-suggestion {
        display: block;
    }

    #order-standard_cart .domain-suggestion .actions {
        margin-top: .8rem;
    }

    #order-standard_cart .table-container {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    #order-standard_cart .order-summary,
    #order-standard_cart .summary-container {
        width: 100%;
        max-width: 100%;
        position: static;
    }

    #order-standard_cart .view-cart-items-header,
    #order-standard_cart .view-cart-items,
    #order-standard_cart .view-cart-tabs .tab-content,
    #order-standard_cart .order-summary {
        max-width: 100%;
    }

    #order-standard_cart .view-cart-items-header .row,
    #order-standard_cart .view-cart-items .item .row {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(92px, auto);
        margin-right: 0;
        margin-left: 0;
    }

    #order-standard_cart .view-cart-items-header [class*="col-"],
    #order-standard_cart .view-cart-items .item [class*="col-"] {
        width: auto;
        max-width: none;
        padding-right: .5rem;
        padding-left: .5rem;
    }

    #order-standard_cart .view-cart-items-header .col-7,
    #order-standard_cart .view-cart-items .item .col-7,
    #order-standard_cart .view-cart-items .item .col-sm-7 {
        grid-column: 1;
    }

    #order-standard_cart .view-cart-items-header .col-7 {
        grid-column: 1 / -1;
        max-width: 100%;
    }

    #order-standard_cart .view-cart-items-header .col-5,
    #order-standard_cart .view-cart-items .item .col-5,
    #order-standard_cart .view-cart-items .item .col-sm-4 {
        grid-column: 2;
        text-align: right;
    }

    #order-standard_cart .view-cart-items-header .col-5 {
        display: none;
    }

    #order-standard_cart .view-cart-items .item-price {
        text-align: right;
        overflow-wrap: anywhere;
    }

    #order-standard_cart .field-container,
    #order-standard_cart .product-configurable-options,
    #order-standard_cart .already-registered,
    #order-standard_cart .apply-credit-container,
    #order-standard_cart #paymentGatewaysContainer,
    #order-standard_cart .cc-input-container,
    #order-standard_cart .marketing-email-optin,
    #order-standard_cart .password-strength-meter,
    #order-standard_cart .view-cart-gateway-checkout {
        padding: .9rem;
    }

    #order-standard_cart .summary-container .clearfix,
    #order-standard_cart .summary-totals .clearfix,
    #order-standard_cart .subtotal,
    #order-standard_cart .bordered-totals > div,
    #order-standard_cart .recurring-totals {
        display: block;
    }

    /* --- Mobile configure-product fixes from Samsung A16 QA --- */
    .hw-templatefile-configureproduct #order-standard_cart .addon-products {
        margin-top: .65rem;
    }

    .hw-templatefile-configureproduct #order-standard_cart .addon-products > [class*="col-"] {
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
        padding-left: 0;
    }

    .hw-templatefile-configureproduct #order-standard_cart .panel-addon .panel-body,
    .hw-templatefile-configureproduct #order-standard_cart .panel-addon .card-body {
        padding: .7rem .75rem .65rem;
    }

    .hw-templatefile-configureproduct #order-standard_cart .panel-addon label {
        font-size: .95rem;
    }

    .hw-templatefile-configureproduct #order-standard_cart .panel-addon .panel-price {
        font-size: .85rem;
        padding: .45rem .75rem;
    }

    .hw-templatefile-configureproduct #order-standard_cart .panel-addon .panel-add {
        padding: .48rem .75rem;
        font-size: .82rem;
    }

    #order-standard_cart .sub-heading,
    #order-standard_cart .sub-heading-borderless {
        min-height: 32px;
        margin: 1.5rem 0 .65rem;
        font-size: clamp(1rem, 4.2vw, 1.15rem);
    }

    .hw-templatefile-configureproduct #order-standard_cart .field-container,
    .hw-templatefile-configureproduct #order-standard_cart .product-configurable-options {
        padding: .9rem;
    }

    .hw-templatefile-configureproduct #order-standard_cart .field-container .control-label,
    .hw-templatefile-configureproduct #order-standard_cart .field-container label {
        font-size: .95rem;
    }

    .hw-templatefile-configureproduct #order-standard_cart .field-container .help-block,
    .hw-templatefile-configureproduct #order-standard_cart .field-container .text-muted {
        font-size: .88rem;
    }

    #order-standard_cart .field-container .checkbox,
    #order-standard_cart .field-container .checkbox-inline {
        display: flex;
        align-items: flex-start;
        gap: .45rem;
    }

    #order-standard_cart .field-container .checkbox label,
    #order-standard_cart .field-container .checkbox-inline label {
        display: inline;
        white-space: normal;
        overflow-wrap: break-word;
        word-break: break-word;
        line-height: 1.4;
    }

    #order-standard_cart .field-container .checkbox input[type="checkbox"],
    #order-standard_cart .field-container .checkbox-inline input[type="checkbox"] {
        flex: 0 0 auto;
        margin-top: .2rem;
    }

    .hw-templatefile-configureproduct #order-standard_cart {
        max-width: 100%;
        overflow-x: hidden;
    }

    .hw-templatefile-configureproduct #order-standard_cart .cart-body {
        overflow-x: hidden;
    }

    /* --- Mobile checkout fixes --- */
    .hw-templatefile-checkout #order-standard_cart .field-container,
    .hw-templatefile-checkout #order-standard_cart #paymentGatewaysContainer,
    .hw-templatefile-checkout #order-standard_cart .cc-input-container,
    .hw-templatefile-checkout #order-standard_cart .marketing-email-optin,
    .hw-templatefile-checkout #order-standard_cart .view-cart-gateway-checkout {
        padding: .9rem;
    }

    .hw-templatefile-checkout #order-standard_cart .total-due-today {
        margin: 1rem 0 .85rem;
    }

    /* --- Mobile viewcart fixes --- */
    .hw-templatefile-viewcart #order-standard_cart .view-cart-items .item {
        padding: .85rem .75rem;
    }

    .hw-templatefile-viewcart #order-standard_cart .view-cart-items .item-title {
        font-size: .95rem;
    }

    .hw-templatefile-viewcart #order-standard_cart .view-cart-items .item-title .btn,
    .hw-templatefile-viewcart #order-standard_cart .view-cart-items .item-title a[href*="confproduct"] {
        font-size: .72rem;
        padding: .24rem .42rem;
        min-height: 24px;
    }
}

/* Keep domain register/transfer hero full-bleed while the content below remains capped. */
.hw-templatefile-domainregister .primary-content #order-standard_cart,
.hw-templatefile-domainregister #order-standard_cart,
.hw-templatefile-domaintransfer .primary-content #order-standard_cart,
.hw-templatefile-domaintransfer #order-standard_cart {
    width: 100vw !important;
    max-width: none !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
}

.hw-templatefile-domainregister .hw-main-content > .container,
.hw-templatefile-domaintransfer .hw-main-content > .container {
    width: 100% !important;
    max-width: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.hw-templatefile-domainregister #order-standard_cart > :not(.header-lined),
.hw-templatefile-domaintransfer #order-standard_cart > :not(.header-lined) {
    max-width: var(--hw-content-max, 1280px);
    margin-left: auto;
    margin-right: auto;
}



body.hw-templatefile-domainregister #order-standard_cart .header-lined,
body.hw-templatefile-domaintransfer #order-standard_cart .header-lined {
    width: 100vw !important;
    max-width: none !important;
    margin-top: 0 !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
}

body.hw-templatefile-domainregister #order-standard_cart .header-lined > .hw-account-bar,
body.hw-templatefile-domaintransfer #order-standard_cart .header-lined > .hw-account-bar {
    position: absolute !important;
    top: 5px !important;
    right: 5px !important;
    left: auto !important;
    width: auto !important;
    max-width: calc(100vw - 10px) !important;
    margin: 0 !important;
    transform: none !important;
    z-index: 20 !important;
}

body.hw-templatefile-domainregister #order-standard_cart .header-lined > .hw-account-bar .hw-account-bar__inner,
body.hw-templatefile-domaintransfer #order-standard_cart .header-lined > .hw-account-bar .hw-account-bar__inner {
    justify-content: flex-end !important;
    width: max-content !important;
    max-width: calc(100vw - 10px) !important;
    margin: 0 !important;
}
