/* BuyDomainName.in WHMCS order-flow parity layer. */
:root {
  --bdn-font: "Open Sans", open-sans, "Helvetica Neue", Helvetica, sans-serif;
  --bdn-header: #212a2f;
  --bdn-teal: #16475f;
  --bdn-teal-deep: #123a4f;
  --bdn-gold: #fce1aa;
  --bdn-ink: #111820;
  --bdn-text: #3d454d;
  --bdn-muted: #66757b;
  --bdn-line: #e5eaed;
  --bdn-cloud: #f5f5f5;
  --bdn-page-max: 1380px;
}

html,
body {
  overflow-x: hidden;
  background: #ffffff !important;
  font-family: var(--bdn-font) !important;
}

#order-phox,
#order-phox * {
  font-family: var(--bdn-font) !important;
  letter-spacing: 0 !important;
}

#order-phox {
  color: var(--bdn-text);
  font-size: 13px;
  line-height: 1.692;
}

#order-phox > .row,
#order-phox .cart-body > .row {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

#order-phox .cart-sidebar,
#order-phox .sidebar-collapsed {
  display: none !important;
}

#order-phox .cart-body {
  float: none !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.bdn-orderflow .bdn-order-shell {
  display: block;
}

.bdn-orderflow .bdn-order-heading {
  width: calc(100% - 54px) !important;
  max-width: var(--bdn-page-max) !important;
  margin: 0 auto 28px !important;
  padding: 31px 0 0 !important;
  color: var(--bdn-ink);
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.bdn-orderflow .bdn-order-heading h1,
#order-phox .font-size-36 {
  margin: 0;
  color: var(--bdn-ink);
  font-size: 30px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
}

.bdn-orderflow .bdn-order-heading p {
  margin: 14px 0 0;
  color: var(--bdn-text);
  font-size: 15px;
  line-height: 1.55;
}

#order-phox .btn,
#order-phox .btn-primary,
#order-phox .btn-success,
#order-phox .btn-default,
#order-phox .btn-add-to-cart,
#order-phox .wdes-order-btn,
#order-phox .bdn-next-link,
#order-phox .bdn-proceed-basket,
#order-phox .btn-transfer,
#order-phox #btnEmptyCart,
#order-phox #applyPromo button {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  min-height: 40px;
  border-radius: 3px !important;
  box-shadow: none !important;
  font-size: 15px;
  font-weight: 700;
  text-transform: none;
}

#order-phox .btn::before,
#order-phox .btn-primary::before,
#order-phox .btn-success::before,
#order-phox .btn-default::before,
#order-phox .btn-add-to-cart::before,
#order-phox .wdes-order-btn::before,
#order-phox .bdn-next-link::before,
#order-phox .bdn-proceed-basket::before,
#order-phox .btn-transfer::before,
#order-phox #btnEmptyCart::before,
#order-phox #applyPromo button::before {
  content: "";
  position: absolute;
  inset: -70% auto -70% -70px;
  z-index: 0;
  width: 44px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.72), transparent);
  opacity: 0;
  transform: skewX(-18deg);
  pointer-events: none;
}

#order-phox .btn:hover::before,
#order-phox .btn:focus::before,
#order-phox .btn-primary:hover::before,
#order-phox .btn-primary:focus::before,
#order-phox .btn-success:hover::before,
#order-phox .btn-success:focus::before,
#order-phox .btn-default:hover::before,
#order-phox .btn-default:focus::before,
#order-phox .btn-add-to-cart:hover::before,
#order-phox .btn-add-to-cart:focus::before,
#order-phox .wdes-order-btn:hover::before,
#order-phox .wdes-order-btn:focus::before,
#order-phox .bdn-next-link:hover::before,
#order-phox .bdn-next-link:focus::before,
#order-phox .bdn-proceed-basket:hover::before,
#order-phox .bdn-proceed-basket:focus::before,
#order-phox .btn-transfer:hover::before,
#order-phox .btn-transfer:focus::before,
#order-phox #btnEmptyCart:hover::before,
#order-phox #btnEmptyCart:focus::before,
#order-phox #applyPromo button:hover::before,
#order-phox #applyPromo button:focus::before {
  opacity: 1;
  animation: bdnOrderButtonShimmer 0.85s ease both;
}

#order-phox .btn > *,
#order-phox .btn-primary > *,
#order-phox .btn-success > *,
#order-phox .btn-default > *,
#order-phox .btn-add-to-cart > *,
#order-phox .wdes-order-btn > *,
#order-phox .bdn-next-link > *,
#order-phox .bdn-proceed-basket > *,
#order-phox .btn-transfer > *,
#order-phox #btnEmptyCart > *,
#order-phox #applyPromo button > * {
  position: relative;
  z-index: 2;
}

@keyframes bdnOrderButtonShimmer {
  from {
    left: -70px;
  }
  to {
    left: calc(100% + 70px);
  }
}

/* Domain search results */
#order-phox.bdn-domain-register-flow .bdn-order-heading,
#order-phox.bdn-domain-register-flow .domain-pricing,
#order-phox.bdn-domain-register-flow .domain-promo-box,
#order-phox.bdn-domain-register-flow #spotlightTlds,
#order-phox.bdn-domain-register-flow .suggested-domains {
  display: none !important;
}

#order-phox.bdn-domain-register-flow .domain-checker-container {
  width: 100vw !important;
  margin: 0 calc(50% - 50vw) 0 !important;
  padding: 49px 0 50px !important;
  color: #ffffff;
  background: var(--bdn-teal) !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

#order-phox.bdn-domain-register-flow .domain-checker-bg {
  width: calc(100% - 54px) !important;
  max-width: var(--bdn-page-max) !important;
  min-height: 67px;
  margin: 0 auto !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  gap: 58px !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

#order-phox.bdn-domain-register-flow .domain-checker-bg::before,
#order-phox.bdn-domain-register-flow .domain-checker-bg::after {
  display: none !important;
  content: none !important;
}

#order-phox.bdn-domain-register-flow .bdn-domain-search-form {
  flex: 0 0 967px !important;
  width: 967px !important;
  max-width: 967px !important;
  min-width: 0 !important;
  margin: 0 !important;
}

#order-phox.bdn-domain-register-flow .bdn-domain-search-form .row,
#order-phox.bdn-domain-register-flow .bdn-domain-search-form [class*="col-"],
#order-phox.bdn-domain-register-flow .bdn-domain-search-form [class*="offset"] {
  float: none !important;
  left: auto !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

#order-phox.bdn-domain-register-flow .domain-checker-container .input-group,
#order-phox.bdn-domain-register-flow .domain-checker-container .input-group-box {
  width: 100% !important;
  height: 67px !important;
  display: flex !important;
  align-items: stretch !important;
  overflow: hidden !important;
  background: #ffffff !important;
  border: 0 !important;
  border-radius: 4px !important;
  box-shadow: none !important;
}

#order-phox.bdn-domain-register-flow #inputDomain {
  flex: 1 1 auto !important;
  width: auto !important;
  height: 67px !important;
  min-height: 67px !important;
  padding: 0 21px !important;
  color: #23282b;
  background: #ffffff !important;
  border: 0 !important;
  border-radius: 4px 0 0 4px !important;
  box-shadow: none !important;
  font-size: 20px !important;
  line-height: 67px !important;
  font-weight: 400 !important;
}

#order-phox.bdn-domain-register-flow .input-group-btn,
#order-phox.bdn-domain-register-flow .input-group-append {
  width: auto !important;
  display: flex !important;
}

#order-phox.bdn-domain-register-flow #btnCheckAvailability {
  width: 82px !important;
  min-width: 82px !important;
  height: 67px !important;
  min-height: 67px !important;
  margin: 0 !important;
  padding: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #000000 !important;
  background: #ffffff !important;
  border: 0 !important;
  border-left: 1px solid #e1e6e8 !important;
  border-radius: 0 4px 4px 0 !important;
}

#order-phox.bdn-domain-register-flow #btnCheckAvailability i {
  width: 27px !important;
  height: 27px !important;
  display: block !important;
  position: relative !important;
  color: #000000 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  font-family: Arial, sans-serif !important;
}

#order-phox.bdn-domain-register-flow #btnCheckAvailability i::before {
  content: "" !important;
  width: 17px !important;
  height: 17px !important;
  position: absolute !important;
  top: 1px !important;
  left: 1px !important;
  border: 3px solid #000000 !important;
  border-radius: 999px !important;
  box-sizing: border-box !important;
}

#order-phox.bdn-domain-register-flow #btnCheckAvailability i::after {
  content: "" !important;
  width: 13px !important;
  height: 3px !important;
  position: absolute !important;
  right: 1px !important;
  bottom: 4px !important;
  background: #000000 !important;
  border-radius: 3px !important;
  transform: rotate(45deg) !important;
  transform-origin: center !important;
}

#order-phox .bdn-basket-quick {
  flex: 1 1 auto;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 22px;
  color: #ffffff;
  white-space: nowrap;
}

#order-phox .bdn-basket-quick.bdn-basket-empty {
  display: none !important;
}

#order-phox .bdn-basket-quick span {
  color: #ffffff;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
}

#order-phox .bdn-proceed-basket {
  min-width: 188px;
  height: 41px;
  min-height: 41px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 18px !important;
  color: #000000 !important;
  background: var(--bdn-gold) !important;
  border: 2px solid #000000 !important;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none !important;
}

#order-phox.bdn-domain-register-flow #DomainSearchResults {
  width: calc(100% - 54px) !important;
  max-width: var(--bdn-page-max) !important;
  margin: 39px auto 0 !important;
}

#order-phox.bdn-domain-register-flow #searchDomainInfo {
  margin: 0 0 42px !important;
}

#order-phox.bdn-domain-register-flow #primaryLookupSearching {
  margin: 0;
  color: var(--bdn-muted);
  font-size: 17px;
}

#order-phox.bdn-domain-register-flow #primaryLookupResult {
  width: 100% !important;
  max-width: none !important;
  min-height: 134px !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end !important;
  gap: 28px;
  margin: 0 !important;
  padding: 0 30px 14px !important;
  color: var(--bdn-ink);
  text-align: left !important;
  background: #ffffff !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

#order-phox.bdn-domain-register-flow #primaryLookupResult.w-hidden {
  display: none !important;
}

#order-phox.bdn-domain-register-flow #primaryLookupResult .domain-invalid,
#order-phox.bdn-domain-register-flow #primaryLookupResult .domain-unavailable,
#order-phox.bdn-domain-register-flow #primaryLookupResult .domain-tld-unavailable,
#order-phox.bdn-domain-register-flow #primaryLookupResult .domain-contact-support,
#order-phox.bdn-domain-register-flow #primaryLookupResult .domain-error {
  grid-column: 1 / -1;
}

#order-phox.bdn-domain-register-flow #primaryLookupResult .domain-checker-available {
  min-width: 0;
  margin: 0 !important;
  color: #000000;
  font-size: 36px !important;
  line-height: 1.18 !important;
  font-weight: 700 !important;
}

#order-phox.bdn-domain-register-flow #primaryLookupResult .domain-checker-available::before {
  content: "Great news! Your domain is available.";
  display: table;
  margin: 0 0 27px -10px;
  padding: 7px 22px 9px;
  color: #000000;
  background: var(--bdn-gold);
  font-size: 22px;
  line-height: 1.35;
  font-style: italic;
  font-weight: 300;
}

#order-phox.bdn-domain-register-flow #primaryLookupResult .domain-checker-available::after {
  content: "i";
  width: 15px;
  height: 15px;
  margin-left: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: super;
  color: #ffffff;
  background: #c7cdd1;
  border-radius: 50%;
  font-size: 10px;
  line-height: 15px;
  font-weight: 700;
}

#order-phox.bdn-domain-register-flow #primaryLookupResult .domain-price {
  min-width: 500px !important;
  margin: 0 0 4px !important;
  display: flex !important;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  color: var(--bdn-text);
  font-size: 20px;
  line-height: 1;
}

#order-phox.bdn-domain-register-flow #primaryLookupResult .domain-price::before {
  content: "1 year for";
  color: var(--bdn-text);
  font-size: 20px;
  font-weight: 300;
}

#order-phox.bdn-domain-register-flow #primaryLookupResult .domain-price .price {
  color: #000000;
  font-size: 20px;
  font-weight: 700;
}

#order-phox.bdn-domain-register-flow #primaryLookupResult.bdn-unavailable-result {
  min-height: 96px !important;
  align-items: center !important;
}

#order-phox.bdn-domain-register-flow #primaryLookupResult.bdn-unavailable-result .domain-unavailable {
  margin: 0 !important;
  color: #d1495b;
  font-size: 22px !important;
  line-height: 1.4 !important;
  font-weight: 400 !important;
}

#order-phox.bdn-domain-register-flow #primaryLookupResult.bdn-unavailable-result .domain-price {
  display: none !important;
}

#order-phox.bdn-domain-register-flow #primaryLookupResult .btn-add-to-cart,
#order-phox.bdn-domain-register-flow .bdn-names-suggestion-row .btn-add-to-cart {
  width: 160px !important;
  min-width: 160px !important;
  height: 40px;
  min-height: 40px;
  padding: 0 !important;
  color: #ffffff !important;
  background: #000000 !important;
  border: 2px solid #000000 !important;
  border-radius: 3px !important;
  font-size: 16px;
  font-weight: 700;
}

#order-phox.bdn-domain-register-flow #primaryLookupResult .btn-add-to-cart:hover,
#order-phox.bdn-domain-register-flow .bdn-names-suggestion-row .btn-add-to-cart:hover {
  color: #000000 !important;
  background: var(--bdn-gold) !important;
}

#order-phox .btn-add-to-cart .loading,
#order-phox .btn-add-to-cart .added,
#order-phox .btn-add-to-cart .unavailable {
  display: none !important;
}

#order-phox .btn-add-to-cart .to-add {
  display: inline !important;
}

#order-phox .btn-add-to-cart.bdn-is-added .to-add,
#order-phox .btn-add-to-cart.bdn-is-added .loading,
#order-phox .btn-add-to-cart.bdn-is-added .unavailable {
  display: none !important;
}

#order-phox .btn-add-to-cart.bdn-is-added .added {
  display: inline !important;
}

#order-phox.bdn-domain-register-flow .bdn-names-suggestions {
  width: 100%;
  margin: 0 auto 60px !important;
}

#order-phox.bdn-domain-register-flow .bdn-names-suggestions-intro {
  width: 397px;
  max-width: 100%;
  margin: 0 0 28px 0;
  padding-bottom: 18px;
  color: var(--bdn-teal);
  border-bottom: 1px solid var(--bdn-line);
  font-size: 22px;
  line-height: 1.35;
  font-style: italic;
  font-weight: 300;
}

#order-phox.bdn-domain-register-flow .bdn-names-suggestions-list {
  background: #ffffff;
}

#order-phox.bdn-domain-register-flow .bdn-names-suggestion-row {
  min-height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 25px 30px;
  border-bottom: 1px solid var(--bdn-line);
}

#order-phox.bdn-domain-register-flow .bdn-names-suggestion-row:nth-child(3n) {
  background: var(--bdn-cloud);
}

#order-phox.bdn-domain-register-flow .bdn-suggestion-domain {
  min-width: 0;
  color: #3f6778;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 300;
}

#order-phox.bdn-domain-register-flow .bdn-suggestion-domain strong {
  color: var(--bdn-teal);
  font-weight: 700;
}

#order-phox.bdn-domain-register-flow .bdn-suggestion-domain::after {
  content: "i";
  width: 15px;
  height: 15px;
  margin-left: 7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: super;
  color: #ffffff;
  background: #c7cdd1;
  border-radius: 50%;
  font-size: 10px;
  line-height: 15px;
  font-weight: 700;
}

#order-phox.bdn-domain-register-flow .bdn-suggestion-actions {
  min-width: 430px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  color: var(--bdn-text);
  font-size: 20px;
  line-height: 1.15;
}

#order-phox.bdn-domain-register-flow .bdn-sale-label {
  color: var(--bdn-teal);
  font-size: 18px;
  font-weight: 700;
}

#order-phox.bdn-domain-register-flow .bdn-suggestion-price {
  color: var(--bdn-text);
  font-weight: 300;
}

#order-phox.bdn-domain-register-flow .bdn-suggestion-price strong {
  color: #000000;
  font-weight: 700;
}

/* Hosting product add-on step */
#order-phox.bdn-products-flow .bdn-order-heading {
  margin-bottom: 34px !important;
}

#order-phox.bdn-products-flow .bdn-order-heading h1 {
  color: #000000;
  font-size: 22px !important;
  line-height: 1.25 !important;
  font-weight: 700 !important;
}

#order-phox.bdn-products-flow .bdn-products-layout {
  width: calc(100% - 54px);
  max-width: var(--bdn-page-max);
  display: grid;
  grid-template-columns: minmax(0, 1fr) 324px;
  gap: 24px;
  margin: 0 auto 64px;
}

#order-phox.bdn-products-flow .products .row-eq-height {
  width: 100%;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 20px !important;
  margin: 0 !important;
}

#order-phox.bdn-products-flow .products .row-eq-height::before,
#order-phox.bdn-products-flow .products .row-eq-height::after {
  display: none !important;
}

#order-phox.bdn-products-flow .products .row-eq-height > [class*="col-"] {
  float: none !important;
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
}

#order-phox.bdn-products-flow .product {
  height: 508px !important;
  min-height: 508px !important;
  display: flex !important;
  flex-direction: column;
  overflow: hidden;
  color: var(--bdn-text);
  background: #ffffff !important;
  border: 1px solid #dfe5e8 !important;
  border-radius: 3px !important;
  box-shadow: 0 3px 12px rgba(33, 42, 47, 0.12) !important;
  transition: border-color 0.16s ease, box-shadow 0.16s ease;
}

#order-phox.bdn-products-flow .product:hover {
  border-color: #bcc9cf !important;
  box-shadow: 0 8px 26px rgba(33, 42, 47, 0.16) !important;
}

#order-phox.bdn-products-flow .product.featured-product {
  background: #f8fcff !important;
  border-color: var(--bdn-teal) !important;
}

#order-phox.bdn-products-flow .featured-product-label {
  height: 42px !important;
  min-height: 42px !important;
  display: none !important;
  align-items: center;
  justify-content: center;
  color: #ffffff !important;
  background: var(--bdn-teal-deep) !important;
  font-size: 14px;
  font-weight: 700;
}

#order-phox.bdn-products-flow .product header {
  min-height: 146px !important;
  padding: 52px 22px 8px !important;
  position: relative;
  color: var(--bdn-teal);
  background: transparent !important;
  border: 0 !important;
}

#order-phox.bdn-products-flow .featured-product header {
  min-height: 104px !important;
  padding-top: 26px !important;
}

#order-phox.bdn-products-flow .product header::after {
  content: none;
  position: absolute;
  top: 14px;
  right: 16px;
  min-width: 70px;
  padding: 5px 9px;
  color: #000000;
  background: var(--bdn-gold);
  border-radius: 3px;
  font-size: 12px;
  font-weight: 800;
  text-align: center;
}

#order-phox.bdn-products-flow .featured-product header::after {
  top: 14px;
}

#order-phox.bdn-products-flow .product header > span[id$="-name"] {
  display: block;
  color: var(--bdn-teal);
  font-size: 26px !important;
  line-height: 1.2;
  font-weight: 700;
}

#order-phox.bdn-products-flow .product-desc {
  flex: 0 0 180px !important;
  padding: 0 22px 14px !important;
}

#order-phox.bdn-products-flow .product-desc p {
  min-height: 58px;
  margin: 0;
  color: var(--bdn-muted);
  font-size: 16px;
  line-height: 1.45;
}

#order-phox.bdn-products-flow .product-desc ul {
  margin: 16px 0 0 !important;
  padding: 16px 0 0 !important;
  border-top: 1px solid var(--bdn-line);
  list-style: none !important;
}

#order-phox.bdn-products-flow .product-desc li {
  position: relative;
  margin: 0 0 9px;
  padding-left: 22px;
  color: #3d454d;
  font-size: 14px;
  line-height: 1.35;
}

#order-phox.bdn-products-flow .product-desc li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 10px;
  height: 6px;
  border-left: 2px solid #13a66f;
  border-bottom: 2px solid #13a66f;
  transform: rotate(-45deg);
}

#order-phox.bdn-products-flow .product > .product-pricing {
  padding: 0 22px 16px !important;
  color: var(--bdn-muted) !important;
  font-size: 14px;
  line-height: 1.35;
  text-align: left !important;
}

#order-phox.bdn-products-flow .product-pricing .price {
  display: block;
  margin-bottom: 4px;
  color: var(--bdn-teal) !important;
  font-size: 34px !important;
  line-height: 1.1;
  font-weight: 700 !important;
}

#order-phox.bdn-products-flow .product footer {
  margin-top: auto !important;
  padding: 0 22px 28px !important;
  background: transparent !important;
  border: 0 !important;
}

#order-phox.bdn-products-flow .wdes-order-btn {
  width: 100%;
  height: 42px;
  min-height: 42px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #ffffff !important;
  background: #000000 !important;
  border: 2px solid #000000 !important;
  text-decoration: none !important;
}

#order-phox.bdn-products-flow .wdes-order-btn:hover,
#order-phox.bdn-products-flow .wdes-order-btn:focus {
  color: #000000 !important;
  background: var(--bdn-gold) !important;
}

#order-phox.bdn-products-flow .bdn-products-rail {
  padding-top: 42px;
  text-align: center;
}

#order-phox.bdn-products-flow .bdn-next-link {
  width: 100%;
  height: 42px;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  background: var(--bdn-gold);
  border: 2px solid #000000;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

#order-phox.bdn-products-flow .bdn-products-rail p {
  margin: 14px 0 0;
  color: var(--bdn-muted);
  font-size: 14px;
  line-height: 1.45;
}

/* Transfer page */
#order-phox.bdn-domain-transfer-flow .bdn-order-heading {
  width: 100vw !important;
  max-width: none !important;
  min-height: 345px !important;
  margin: 0 calc(50% - 50vw) 70px !important;
  padding: 0 calc((100vw - min(var(--bdn-page-max), calc(100vw - 54px))) / 2) !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #3d454d;
  background:
    linear-gradient(90deg, #f4f5f5 0%, #f4f5f5 68%, rgba(22, 71, 95, 0.08) 68%),
    repeating-linear-gradient(135deg, rgba(33, 42, 47, 0.08) 0 1px, transparent 1px 18px) !important;
  border: 0 !important;
}

#order-phox.bdn-domain-transfer-flow .bdn-transfer-heading h1 {
  max-width: 610px;
  color: #3d454d;
  font-size: 55px !important;
  line-height: 1.2 !important;
  font-weight: 300 !important;
}

#order-phox.bdn-domain-transfer-flow .bdn-transfer-heading p {
  max-width: 760px;
  margin: 14px 0 0;
  color: var(--bdn-teal);
  font-size: 32px;
  line-height: 1.25;
  font-weight: 300;
}

#order-phox.bdn-domain-transfer-flow .bdn-transfer-hero-button {
  width: 282px;
  height: 50px;
  min-height: 50px;
  margin-top: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff !important;
  background: var(--bdn-teal) !important;
  border: 2px solid var(--bdn-teal) !important;
  border-radius: 4px !important;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
}

#order-phox.bdn-domain-transfer-flow .bdn-transfer-copy {
  width: calc(100% - 54px);
  max-width: 1110px;
  margin: 0 auto 62px;
  text-align: center;
}

#order-phox.bdn-domain-transfer-flow .bdn-transfer-copy h2 {
  margin: 0 0 32px;
  color: var(--bdn-teal);
  font-size: 48px;
  line-height: 1.12;
  font-weight: 300;
}

#order-phox.bdn-domain-transfer-flow .bdn-transfer-copy p {
  max-width: 940px;
  margin: 0 auto 17px;
  color: var(--bdn-muted);
  font-size: 17px;
  line-height: 1.7;
}

#order-phox.bdn-domain-transfer-flow .bdn-transfer-copy a {
  color: var(--bdn-teal);
  text-decoration: underline;
  text-underline-offset: 3px;
}

#order-phox.bdn-domain-transfer-flow #frmDomainTransfer {
  width: calc(100% - 54px);
  max-width: var(--bdn-page-max);
  margin: 0 auto 70px !important;
}

#order-phox.bdn-domain-transfer-flow #frmDomainTransfer .panel {
  max-width: 900px;
  margin: 0 auto;
  padding: 34px;
  background: #ffffff !important;
  border: 1px solid var(--bdn-line) !important;
  border-radius: 4px !important;
  box-shadow: 0 3px 16px rgba(33, 42, 47, 0.11) !important;
}

#order-phox.bdn-domain-transfer-flow #frmDomainTransfer .panel-body {
  padding: 0;
}

#order-phox.bdn-domain-transfer-flow #frmDomainTransfer .form-control {
  height: 54px;
  min-height: 54px;
  padding: 0 18px;
  color: var(--bdn-ink);
  border: 1px solid #bcc8ce;
  border-radius: 3px;
  box-shadow: none;
  font-size: 17px;
}

#order-phox.bdn-domain-transfer-flow #btnTransferDomain {
  min-width: 220px;
  height: 50px;
  min-height: 50px;
  padding: 0 28px !important;
  color: #ffffff !important;
  background: var(--bdn-teal) !important;
  border: 2px solid var(--bdn-teal) !important;
  font-size: 17px;
  font-weight: 700;
}

/* Basket and checkout */
#order-phox.bdn-cart-flow .bdn-order-heading {
  margin-bottom: 22px !important;
}

#order-phox.bdn-cart-flow .cart-body > .row {
  display: block !important;
}

#order-phox.bdn-cart-flow .secondary-cart-body,
#order-phox.bdn-cart-flow .secondary-cart-sidebar {
  float: none !important;
  width: calc(100% - 54px) !important;
  max-width: var(--bdn-page-max) !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding: 0 !important;
}

#order-phox.bdn-cart-flow .view-cart-items-header {
  padding: 14px 18px;
  color: var(--bdn-ink);
  background: #f2f4f5;
  border: 0;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
}

#order-phox.bdn-cart-flow .view-cart-items {
  background: #ffffff;
  border: 0;
  border-top: 1px solid var(--bdn-line);
  border-bottom: 1px solid var(--bdn-line);
}

#order-phox.bdn-cart-flow .view-cart-items .item {
  min-height: 78px;
  padding: 17px 18px !important;
  border-bottom: 1px solid var(--bdn-line);
}

#order-phox.bdn-cart-flow .view-cart-items .item:last-child {
  border-bottom: 0;
}

#order-phox.bdn-cart-flow .item-title {
  display: block;
  color: #000000;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 700;
}

#order-phox.bdn-cart-flow .item-title sup {
  color: #d82c78;
  font-size: 14px;
}

#order-phox.bdn-cart-flow .item-title .btn-link {
  display: none !important;
}

#order-phox.bdn-cart-flow .item-group,
#order-phox.bdn-cart-flow .item-domain,
#order-phox.bdn-cart-flow .cycle,
#order-phox.bdn-cart-flow .bdn-cart-row-description {
  display: block;
  margin-top: 6px;
  color: var(--bdn-muted);
  font-size: 15px;
  line-height: 1.35;
  font-weight: 400;
}

#order-phox.bdn-cart-flow .item-price {
  color: #000000;
  font-size: 17px;
  line-height: 1.35;
  font-weight: 700;
  text-align: right;
}

#order-phox.bdn-cart-flow .btn-remove-from-cart {
  color: #000000;
}

#order-phox.bdn-cart-flow .empty-cart {
  width: calc(100% - 54px);
  max-width: var(--bdn-page-max);
  margin: 22px auto 0;
}

#order-phox.bdn-cart-flow #btnEmptyCart {
  height: 44px;
  min-height: 44px;
  padding: 0 18px !important;
  color: #000000 !important;
  background: #ffffff !important;
  border: 2px solid #000000 !important;
  font-size: 14px;
  text-decoration: none;
}

#order-phox.bdn-cart-flow .view-cart-tabs {
  width: 48%;
  max-width: 650px;
  margin: 28px 0 0 calc((100% - min(var(--bdn-page-max), calc(100% - 54px))) / 2);
}

#order-phox.bdn-cart-flow .view-cart-tabs .nav-tabs {
  display: none !important;
}

#order-phox.bdn-cart-flow .view-cart-tabs .tab-content {
  padding: 0;
  background: transparent;
  border: 0;
}

#order-phox.bdn-cart-flow #applyPromo form {
  display: flex;
  align-items: stretch;
}

#order-phox.bdn-cart-flow #applyPromo .form-group {
  flex: 1 1 auto;
  margin: 0;
}

#order-phox.bdn-cart-flow #inputPromotionCode {
  height: 44px;
  min-height: 44px;
  padding: 0 18px;
  color: #000000;
  border: 1px solid #cfd7db;
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
  font-style: italic;
}

#order-phox.bdn-cart-flow #applyPromo button {
  width: 122px;
  height: 44px;
  min-height: 44px;
  color: #ffffff !important;
  background: #000000 !important;
  border: 2px solid #000000 !important;
  border-radius: 0 !important;
}

#order-phox.bdn-cart-flow .secondary-cart-sidebar {
  margin-top: 24px !important;
}

#order-phox.bdn-cart-flow .order-summary {
  position: static !important;
  width: 440px;
  max-width: 100%;
  margin-left: auto;
  padding: 0;
  color: var(--bdn-text);
  background: transparent;
  border: 0;
  box-shadow: none;
}

#order-phox.bdn-cart-flow .order-summary h2 {
  display: none;
}

#order-phox.bdn-cart-flow .summary-container {
  padding: 0;
  border: 0;
}

#order-phox.bdn-cart-flow .summary-container .clearfix,
#order-phox.bdn-cart-flow .bordered-totals,
#order-phox.bdn-cart-flow .recurring-totals {
  padding: 7px 0;
  border: 0;
}

#order-phox.bdn-cart-flow .summary-container .clearfix {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

#order-phox.bdn-cart-flow .total-due-today {
  margin: 8px 0 22px;
  color: #000000;
  text-align: right;
}

#order-phox.bdn-cart-flow #totalDueToday,
#order-phox.bdn-cart-flow .total-due-today .amt {
  display: block;
  color: #000000;
  font-size: 36px !important;
  line-height: 1.12;
  font-weight: 700;
}

#order-phox.bdn-cart-flow .bdn-cart-account-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

#order-phox.bdn-cart-flow .bdn-cart-login,
#order-phox.bdn-cart-flow .btn-checkout {
  width: auto;
  min-width: 112px;
  height: 44px;
  min-height: 44px;
  margin: 0;
  padding: 0 19px !important;
  border: 2px solid #000000 !important;
  font-size: 16px;
  font-weight: 700;
}

#order-phox.bdn-cart-flow .bdn-cart-login {
  color: #000000 !important;
  background: #ffffff !important;
}

#order-phox.bdn-cart-flow .btn-checkout {
  color: #000000 !important;
  background: var(--bdn-gold) !important;
}

#order-phox.bdn-cart-flow .btn-continue-shopping {
  display: none !important;
}

/* Configure/checkout states */
#order-phox.bdn-configure-domains-flow,
#order-phox.bdn-configure-product-flow,
#order-phox.bdn-checkout-flow {
  width: calc(100% - 54px);
  max-width: var(--bdn-page-max);
  margin: 0 auto 70px;
  padding-top: 31px;
}

#order-phox.bdn-configure-domains-flow .panel,
#order-phox.bdn-configure-product-flow .panel,
#order-phox.bdn-checkout-flow .panel,
#order-phox .panel-addon {
  border: 1px solid var(--bdn-line) !important;
  border-radius: 4px !important;
  background: #ffffff !important;
  box-shadow: 0 3px 14px rgba(33, 42, 47, 0.1) !important;
}

#order-phox.bdn-configure-domains-flow .panel-heading,
#order-phox.bdn-configure-product-flow .panel-heading,
#order-phox.bdn-checkout-flow .panel-heading {
  color: var(--bdn-ink);
  background: #f2f4f5 !important;
  border-bottom: 1px solid var(--bdn-line) !important;
  font-weight: 700;
}

#order-phox.bdn-configure-product-flow .cart-body > .row,
#order-phox.bdn-product-domain-flow .domain-input-group .row {
  display: flex !important;
  align-items: flex-start !important;
}

#order-phox.bdn-configure-product-flow .secondary-cart-body {
  width: calc(100% - 500px) !important;
  max-width: 870px !important;
  margin-right: 30px !important;
  padding: 0 !important;
}

#order-phox.bdn-configure-product-flow .secondary-cart-sidebar {
  width: 455px !important;
  max-width: 455px !important;
  margin: 0 !important;
  padding: 0 !important;
}

#order-phox.bdn-configure-product-flow #orderSummary {
  overflow: visible !important;
}

#order-phox.bdn-configure-product-flow .bdn-config-action {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  margin: 22px 0 0 !important;
  padding: 0 !important;
}

#order-phox .bdn-order-primary-action,
#order-phox.bdn-configure-product-flow #btnCompleteProductConfig,
#order-phox.bdn-product-domain-flow .domain-selection-options .btn-primary,
#order-phox.bdn-product-domain-flow #btnDomainContinue {
  width: 100% !important;
  min-width: 160px !important;
  height: 50px !important;
  min-height: 50px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 9px !important;
  padding: 0 24px !important;
  color: #ffffff !important;
  background: #000000 !important;
  border: 2px solid #000000 !important;
  border-radius: 3px !important;
  box-shadow: none !important;
  opacity: 1 !important;
  visibility: visible !important;
  font-size: 16px !important;
  line-height: 1 !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  cursor: pointer !important;
}

#order-phox .bdn-order-primary-action:hover,
#order-phox .bdn-order-primary-action:focus,
#order-phox.bdn-configure-product-flow #btnCompleteProductConfig:hover,
#order-phox.bdn-configure-product-flow #btnCompleteProductConfig:focus,
#order-phox.bdn-product-domain-flow .domain-selection-options .btn-primary:hover,
#order-phox.bdn-product-domain-flow .domain-selection-options .btn-primary:focus,
#order-phox.bdn-product-domain-flow #btnDomainContinue:hover,
#order-phox.bdn-product-domain-flow #btnDomainContinue:focus {
  color: #000000 !important;
  background: var(--bdn-gold) !important;
  border-color: var(--bdn-gold) !important;
}

#order-phox.bdn-product-domain-flow .domain-selection-options .btn-primary[disabled],
#order-phox.bdn-product-domain-flow .domain-selection-options .btn-primary.disabled,
#order-phox.bdn-product-domain-flow #btnDomainContinue[disabled] {
  color: #ffffff !important;
  background: #68767d !important;
  border-color: #68767d !important;
  opacity: 1 !important;
  cursor: not-allowed !important;
}

#order-phox.bdn-product-domain-flow .domain-input-group .row {
  align-items: center !important;
}

#order-phox.bdn-product-domain-flow .domain-input-group .form-control {
  height: 40px !important;
  min-height: 40px !important;
  color: var(--bdn-ink) !important;
  background: #ffffff !important;
  border: 1px solid #bcc8ce !important;
  box-shadow: none !important;
}

#order-phox.bdn-product-domain-flow .domain-input-group .input-group-addon,
#order-phox.bdn-product-domain-flow .domain-input-group .input-group-text {
  height: 40px !important;
  min-height: 40px !important;
  color: #000000 !important;
  background: #ffffff !important;
  border-color: #bcc8ce !important;
}

#order-phox.bdn-configure-product-flow .product-info li {
  color: #3d454d !important;
  font-size: 15px !important;
  line-height: 1.55 !important;
}

#order-phox.bdn-configure-product-flow .product-info li::marker {
  color: var(--bdn-teal);
}

@media (max-width: 1200px) {
  #order-phox.bdn-domain-register-flow .domain-checker-bg {
    display: block !important;
  }

  #order-phox.bdn-domain-register-flow .bdn-domain-search-form {
    width: 100% !important;
    max-width: 100% !important;
  }

  #order-phox .bdn-basket-quick {
    margin-top: 18px;
  }

  #order-phox.bdn-products-flow .bdn-products-layout {
    grid-template-columns: 1fr;
  }

  #order-phox.bdn-products-flow .bdn-products-rail {
    padding-top: 0;
  }
}

@media (max-width: 991px) {
  .bdn-orderflow .bdn-order-heading,
  #order-phox.bdn-domain-register-flow #DomainSearchResults,
  #order-phox.bdn-products-flow .bdn-products-layout,
  #order-phox.bdn-domain-transfer-flow .bdn-transfer-copy,
  #order-phox.bdn-domain-transfer-flow #frmDomainTransfer,
  #order-phox.bdn-cart-flow .secondary-cart-body,
  #order-phox.bdn-cart-flow .secondary-cart-sidebar,
  #order-phox.bdn-cart-flow .empty-cart {
    width: calc(100% - 30px) !important;
  }

  #order-phox.bdn-domain-register-flow .domain-checker-bg {
    width: calc(100% - 30px) !important;
  }

  #order-phox.bdn-products-flow .products .row-eq-height {
    grid-template-columns: 1fr !important;
  }

  #order-phox.bdn-domain-transfer-flow .bdn-order-heading {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }

  #order-phox.bdn-cart-flow .view-cart-tabs {
    width: calc(100% - 30px) !important;
    max-width: none !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }
}

@media (max-width: 767px) {
  #order-phox.bdn-domain-register-flow .domain-checker-container {
    padding: 24px 0 !important;
  }

  #order-phox.bdn-domain-register-flow .domain-checker-container .input-group {
    height: auto !important;
    display: grid !important;
    grid-template-columns: 1fr;
  }

  #order-phox.bdn-domain-register-flow #inputDomain,
  #order-phox.bdn-domain-register-flow #btnCheckAvailability {
    width: 100% !important;
    min-width: 0 !important;
    border-radius: 4px !important;
  }

  #order-phox.bdn-domain-register-flow #primaryLookupResult,
  #order-phox.bdn-domain-register-flow .bdn-names-suggestion-row,
  #order-phox.bdn-domain-register-flow #primaryLookupResult .domain-price,
  #order-phox.bdn-domain-register-flow .bdn-suggestion-actions {
    display: block !important;
  }

  #order-phox.bdn-domain-register-flow #primaryLookupResult.w-hidden {
    display: none !important;
  }

  #order-phox.bdn-domain-register-flow #primaryLookupResult .domain-checker-available,
  #order-phox.bdn-domain-register-flow .bdn-suggestion-domain {
    font-size: 26px !important;
  }

  #order-phox.bdn-domain-register-flow #primaryLookupResult .domain-price,
  #order-phox.bdn-domain-register-flow .bdn-suggestion-actions {
    min-width: 0 !important;
    margin-top: 16px !important;
  }

  #order-phox.bdn-domain-register-flow #primaryLookupResult .btn-add-to-cart,
  #order-phox.bdn-domain-register-flow .bdn-names-suggestion-row .btn-add-to-cart {
    width: 100% !important;
    min-width: 0 !important;
    margin-top: 12px;
  }

  #order-phox.bdn-domain-transfer-flow .bdn-transfer-heading h1 {
    font-size: 40px !important;
  }

  #order-phox.bdn-domain-transfer-flow .bdn-transfer-heading p {
    font-size: 22px;
  }

  #order-phox.bdn-domain-transfer-flow .bdn-transfer-copy h2 {
    font-size: 34px;
  }

  #order-phox.bdn-cart-flow #applyPromo form,
  #order-phox.bdn-cart-flow .bdn-cart-account-actions {
    display: block;
  }

  #order-phox.bdn-cart-flow #applyPromo button,
  #order-phox.bdn-cart-flow .bdn-cart-login,
  #order-phox.bdn-cart-flow .btn-checkout {
    width: 100%;
    margin-top: 10px;
  }

  #order-phox.bdn-cart-flow .item-price {
    margin-top: 12px;
    text-align: left;
  }
}

/* Production pass: stronger basket and checkout layout. */
#order-phox.bdn-cart-flow,
#order-phox.bdn-checkout-flow {
  color: var(--bdn-text) !important;
  font-family: var(--bdn-font) !important;
}

#order-phox.bdn-cart-flow .cart-body,
#order-phox.bdn-checkout-flow .cart-body {
  padding-top: 36px !important;
  padding-bottom: 88px !important;
}

#order-phox.bdn-cart-flow .bdn-order-heading,
#order-phox.bdn-checkout-flow .bdn-order-heading {
  width: calc(100% - 54px) !important;
  max-width: var(--bdn-page-max) !important;
  margin: 0 auto 28px !important;
}

#order-phox.bdn-cart-flow .bdn-order-heading h1,
#order-phox.bdn-checkout-flow .bdn-order-heading h1 {
  color: #000000 !important;
  font-size: 32px !important;
  line-height: 1.16 !important;
  font-weight: 700 !important;
}

#order-phox.bdn-cart-flow .bdn-order-heading p,
#order-phox.bdn-checkout-flow .bdn-order-heading p {
  color: var(--bdn-text) !important;
  font-size: 15px !important;
  line-height: 1.45 !important;
}

#order-phox.bdn-cart-flow .view-cart-items-header {
  padding: 16px 18px !important;
  background: #f2f4f5 !important;
  border: 1px solid var(--bdn-line) !important;
  border-bottom: 0 !important;
}

#order-phox.bdn-cart-flow .view-cart-items {
  border: 1px solid var(--bdn-line) !important;
  box-shadow: 0 10px 30px rgba(33, 42, 47, 0.08) !important;
}

#order-phox.bdn-cart-flow .view-cart-items .item {
  min-height: 92px !important;
  display: flex !important;
  align-items: center !important;
  padding: 21px 18px !important;
}

#order-phox.bdn-cart-flow .item-title {
  color: #000000 !important;
  font-size: 19px !important;
}

#order-phox.bdn-cart-flow .item-price {
  color: #000000 !important;
  font-size: 20px !important;
  font-weight: 700 !important;
}

#order-phox.bdn-cart-flow .item-price .dropdown-toggle {
  min-height: 34px !important;
  margin-top: 8px !important;
  padding: 0 12px !important;
  color: #000000 !important;
  background: #ffffff !important;
  border: 1px solid #d2dade !important;
}

#order-phox.bdn-cart-flow .btn-remove-from-cart,
#order-phox.bdn-cart-flow .item-title .btn-link {
  color: #000000 !important;
  text-decoration: none !important;
}

#order-phox.bdn-cart-flow .view-cart-tabs {
  width: min(100% - 54px, 650px) !important;
  margin-top: 30px !important;
}

#order-phox.bdn-cart-flow #inputPromotionCode {
  height: 48px !important;
  min-height: 48px !important;
  border-color: #bec9cf !important;
}

#order-phox.bdn-cart-flow #applyPromo button,
#order-phox.bdn-cart-flow #btnEmptyCart,
#order-phox.bdn-cart-flow .bdn-cart-login,
#order-phox.bdn-cart-flow .btn-checkout {
  height: 48px !important;
  min-height: 48px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 3px !important;
  box-shadow: none !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  text-decoration: none !important;
}

#order-phox.bdn-cart-flow #applyPromo button {
  width: 126px !important;
}

#order-phox.bdn-cart-flow .order-summary {
  width: 460px !important;
  padding: 28px 28px 30px !important;
  background: #ffffff !important;
  border: 1px solid var(--bdn-line) !important;
  box-shadow: 0 14px 36px rgba(33, 42, 47, 0.1) !important;
}

#order-phox.bdn-cart-flow .order-summary h2 {
  display: block !important;
  margin: 0 0 20px !important;
  color: #000000 !important;
  font-size: 24px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
}

#order-phox.bdn-cart-flow .summary-container .clearfix {
  color: var(--bdn-text) !important;
  font-size: 15px !important;
}

#order-phox.bdn-cart-flow .total-due-today {
  margin: 16px 0 24px !important;
}

#order-phox.bdn-cart-flow #totalDueToday,
#order-phox.bdn-cart-flow .total-due-today .amt {
  font-size: 32px !important;
}

#order-phox.bdn-cart-flow .bdn-cart-account-actions {
  justify-content: stretch !important;
}

#order-phox.bdn-cart-flow .bdn-cart-login,
#order-phox.bdn-cart-flow .btn-checkout {
  flex: 1 1 0 !important;
  min-width: 0 !important;
  padding: 0 18px !important;
  font-size: 16px !important;
}

#order-phox.bdn-cart-flow .bdn-cart-login {
  color: #000000 !important;
  background: #ffffff !important;
  border: 2px solid #000000 !important;
}

#order-phox.bdn-cart-flow .btn-checkout {
  color: #000000 !important;
  background: var(--bdn-gold) !important;
  border: 2px solid var(--bdn-gold) !important;
}

#order-phox.bdn-cart-flow .bdn-cart-login:hover,
#order-phox.bdn-cart-flow .bdn-cart-login:focus,
#order-phox.bdn-cart-flow .btn-checkout:hover,
#order-phox.bdn-cart-flow .btn-checkout:focus {
  color: #ffffff !important;
  background: #000000 !important;
  border-color: #000000 !important;
}

#order-phox.bdn-checkout-flow {
  max-width: 1180px !important;
  padding-top: 0 !important;
}

#order-phox.bdn-checkout-flow .bdn-order-shell {
  width: 100% !important;
}

#order-phox.bdn-checkout-flow .already-registered {
  width: calc(100% - 54px) !important;
  max-width: var(--bdn-page-max) !important;
  margin: 0 auto 22px !important;
  padding: 18px 20px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 18px !important;
  color: var(--bdn-text) !important;
  background: #f2f4f5 !important;
  border: 1px solid var(--bdn-line) !important;
}

#order-phox.bdn-checkout-flow .already-registered p {
  margin: 0 !important;
  color: var(--bdn-text) !important;
  font-size: 15px !important;
}

#order-phox.bdn-checkout-flow .already-registered .pull-right {
  float: none !important;
  order: 2 !important;
}

#order-phox.bdn-checkout-flow #btnAlreadyRegistered,
#order-phox.bdn-checkout-flow #btnNewUserSignup,
#order-phox.bdn-checkout-flow #btnExistingLogin,
#order-phox.bdn-checkout-flow #btnCompleteOrder,
#order-phox.bdn-checkout-flow .generate-password {
  height: 48px !important;
  min-height: 48px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 24px !important;
  border-radius: 3px !important;
  box-shadow: none !important;
  font-size: 15px !important;
  line-height: 1 !important;
  font-weight: 700 !important;
}

#order-phox.bdn-checkout-flow #btnAlreadyRegistered,
#order-phox.bdn-checkout-flow #btnExistingLogin,
#order-phox.bdn-checkout-flow .generate-password {
  color: #ffffff !important;
  background: #000000 !important;
  border: 2px solid #000000 !important;
}

#order-phox.bdn-checkout-flow #btnNewUserSignup,
#order-phox.bdn-checkout-flow #btnCompleteOrder {
  color: #000000 !important;
  background: var(--bdn-gold) !important;
  border: 2px solid var(--bdn-gold) !important;
}

#order-phox.bdn-checkout-flow #btnCompleteOrder {
  min-width: 320px !important;
  height: 54px !important;
  min-height: 54px !important;
  margin-top: 12px !important;
  font-size: 17px !important;
}

#order-phox.bdn-checkout-flow #frmCheckout {
  width: calc(100% - 54px) !important;
  max-width: var(--bdn-page-max) !important;
  margin: 0 auto !important;
  padding: 34px 38px 38px !important;
  background: #ffffff !important;
  border: 1px solid var(--bdn-line) !important;
  box-shadow: 0 16px 44px rgba(33, 42, 47, 0.1) !important;
}

#order-phox.bdn-checkout-flow .sub-heading {
  margin: 30px 0 16px !important;
  padding: 0 0 10px !important;
  border-bottom: 1px solid var(--bdn-line) !important;
}

#order-phox.bdn-checkout-flow .sub-heading:first-child {
  margin-top: 0 !important;
}

#order-phox.bdn-checkout-flow .sub-heading span {
  padding: 0 !important;
  color: #000000 !important;
  background: transparent !important;
  font-size: 22px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
}

#order-phox.bdn-checkout-flow .form-group {
  margin-bottom: 18px !important;
}

#order-phox.bdn-checkout-flow .prepend-icon .field-icon {
  display: none !important;
}

#order-phox.bdn-checkout-flow .field.form-control,
#order-phox.bdn-checkout-flow .form-control,
#order-phox.bdn-checkout-flow select.field,
#order-phox.bdn-checkout-flow textarea.field {
  width: 100% !important;
  height: 50px !important;
  min-height: 50px !important;
  padding: 0 14px !important;
  color: #111820 !important;
  background: #ffffff !important;
  border: 1px solid #94a0a6 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-size: 15px !important;
  line-height: 50px !important;
}

#order-phox.bdn-checkout-flow textarea.field,
#order-phox.bdn-checkout-flow textarea.form-control {
  height: auto !important;
  min-height: 110px !important;
  padding-top: 12px !important;
  line-height: 1.5 !important;
}

#order-phox.bdn-checkout-flow .field.form-control:focus,
#order-phox.bdn-checkout-flow .form-control:focus {
  border-color: #000000 !important;
  box-shadow: 0 0 0 3px rgba(22, 71, 95, 0.12) !important;
}

#order-phox.bdn-checkout-flow .alert#totalDueToday {
  margin: 12px 0 20px !important;
  padding: 18px 20px !important;
  color: #000000 !important;
  background: #fce8bd !important;
  border: 1px solid #f4d493 !important;
  border-radius: 0 !important;
  font-size: 18px !important;
  font-weight: 700 !important;
}

#order-phox.bdn-checkout-flow #paymentGatewaysContainer,
#order-phox.bdn-checkout-flow .cc-input-container,
#order-phox.bdn-checkout-flow #containerNewUserSecurity,
#order-phox.bdn-checkout-flow #containerExistingUserSignin,
#order-phox.bdn-checkout-flow #containerNewUserSignup {
  margin-bottom: 24px !important;
}

#order-phox.bdn-checkout-flow #paymentGatewaysContainer .radio-inline,
#order-phox.bdn-checkout-flow .account,
#order-phox.bdn-checkout-flow .apply-credit-container {
  padding: 14px 16px !important;
  color: var(--bdn-text) !important;
  background: #f7f9fa !important;
  border: 1px solid var(--bdn-line) !important;
  border-radius: 0 !important;
}

#order-phox.bdn-checkout-flow .checkout-security-msg {
  width: calc(100% - 54px) !important;
  max-width: var(--bdn-page-max) !important;
  margin: 22px auto 0 !important;
  color: var(--bdn-text) !important;
  background: #fff8e8 !important;
  border: 1px solid #f4d493 !important;
  border-radius: 0 !important;
}

@media (max-width: 991px) {
  #order-phox.bdn-cart-flow .cart-body,
  #order-phox.bdn-checkout-flow .cart-body {
    padding-top: 28px !important;
  }

  #order-phox.bdn-cart-flow .bdn-order-heading,
  #order-phox.bdn-checkout-flow .bdn-order-heading,
  #order-phox.bdn-checkout-flow .already-registered,
  #order-phox.bdn-checkout-flow #frmCheckout,
  #order-phox.bdn-checkout-flow .checkout-security-msg {
    width: calc(100% - 30px) !important;
  }

  #order-phox.bdn-cart-flow .order-summary {
    width: 100% !important;
  }
}

@media (max-width: 767px) {
  #order-phox.bdn-cart-flow .view-cart-items .item,
  #order-phox.bdn-checkout-flow .already-registered {
    display: block !important;
  }

  #order-phox.bdn-checkout-flow .already-registered .pull-right {
    margin-top: 14px !important;
  }

  #order-phox.bdn-checkout-flow #frmCheckout {
    padding: 28px 22px 32px !important;
  }

  #order-phox.bdn-checkout-flow #btnCompleteOrder {
    width: 100% !important;
    min-width: 0 !important;
  }
}

/* Cart table correction: stable columns and no missing icon-font boxes. */
#order-phox.bdn-cart-flow .view-cart-items-header .row,
#order-phox.bdn-cart-flow .view-cart-items .item > .row {
  width: 100% !important;
  display: grid !important;
  grid-template-columns: minmax(230px, 1.1fr) minmax(300px, 1.45fr) minmax(210px, 0.8fr) 54px !important;
  align-items: center !important;
  gap: 0 24px !important;
  margin: 0 !important;
}

#order-phox.bdn-cart-flow .view-cart-items .item {
  display: block !important;
  min-height: 0 !important;
  padding: 22px 18px !important;
}

#order-phox.bdn-cart-flow .view-cart-items-header .row > [class*="col-"],
#order-phox.bdn-cart-flow .view-cart-items .item > .row > [class*="col-"] {
  width: auto !important;
  max-width: none !important;
  flex: none !important;
  padding: 0 !important;
}

#order-phox.bdn-cart-flow .view-cart-items-header .bdn-cart-product-head,
#order-phox.bdn-cart-flow .view-cart-items .bdn-cart-product-cell {
  grid-column: 1 !important;
}

#order-phox.bdn-cart-flow .view-cart-items-header .bdn-cart-description-head,
#order-phox.bdn-cart-flow .view-cart-items .bdn-cart-description-cell {
  grid-column: 2 !important;
}

#order-phox.bdn-cart-flow .view-cart-items-header .bdn-cart-price-head,
#order-phox.bdn-cart-flow .view-cart-items .item-price {
  grid-column: 3 !important;
  justify-self: end !important;
  text-align: right !important;
}

#order-phox.bdn-cart-flow .view-cart-items .item > .row > .col-sm-7,
#order-phox.bdn-cart-flow .view-cart-items .item > .row > .col-sm-5:not(.bdn-cart-description-cell) {
  grid-column: 1 / span 2 !important;
}

#order-phox.bdn-cart-flow .view-cart-items .item > .row > .col-sm-1 {
  grid-column: 4 !important;
  justify-self: end !important;
}

#order-phox.bdn-cart-flow .item-title {
  margin: 0 !important;
  font-size: 20px !important;
  line-height: 1.25 !important;
}

#order-phox.bdn-cart-flow .item-price > span:first-child,
#order-phox.bdn-cart-flow .item-price [name$="Price"] {
  display: block !important;
  color: #000000 !important;
  font-size: 24px !important;
  line-height: 1.12 !important;
  font-weight: 700 !important;
}

#order-phox.bdn-cart-flow .item-price .cycle,
#order-phox.bdn-cart-flow .item-price .renewal {
  color: var(--bdn-muted) !important;
  font-size: 15px !important;
  line-height: 1.4 !important;
}

#order-phox.bdn-cart-flow .view-cart-items .btn i,
#order-phox.bdn-cart-flow .empty-cart i,
#order-phox.bdn-cart-flow .view-cart-tabs i,
#order-phox.bdn-cart-flow .order-summary i,
#order-phox.bdn-checkout-flow .btn i {
  display: none !important;
}

#order-phox.bdn-cart-flow .btn-remove-from-cart {
  width: 46px !important;
  height: 38px !important;
  min-height: 38px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  color: #000000 !important;
  background: #ffffff !important;
  border: 1px solid #cfd7db !important;
  border-radius: 4px !important;
  font-size: 0 !important;
  text-decoration: none !important;
}

#order-phox.bdn-cart-flow .btn-remove-from-cart::after {
  content: "x";
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
}

#order-phox .btn i[class*="fa-"],
#order-phox button i[class*="fa-"],
#order-phox a i[class*="fa-"] {
  display: none !important;
}

#order-phox.bdn-cart-flow #btnEmptyCart {
  min-width: 150px !important;
  text-transform: none !important;
}

#order-phox.bdn-cart-flow #btnEmptyCart span {
  font-size: 14px !important;
  text-transform: none !important;
}

@media (max-width: 991px) {
  #order-phox.bdn-cart-flow .view-cart-items-header .row,
  #order-phox.bdn-cart-flow .view-cart-items .item > .row {
    grid-template-columns: minmax(180px, 1fr) minmax(190px, 1.1fr) minmax(170px, 0.8fr) 46px !important;
    gap: 0 16px !important;
  }
}

@media (max-width: 767px) {
  #order-phox.bdn-cart-flow .view-cart-items-header {
    display: none !important;
  }

  #order-phox.bdn-cart-flow .view-cart-items .item > .row {
    display: block !important;
  }

  #order-phox.bdn-cart-flow .view-cart-items .item-price {
    margin-top: 14px !important;
    text-align: left !important;
  }

  #order-phox.bdn-cart-flow .btn-remove-from-cart {
    width: 100% !important;
    margin-top: 14px !important;
  }
}

/* Final checkout/cart rebuild: TrustedHosting-style shell with stable responsive columns. */
#order-phox.bdn-cart-flow .bdn-order-heading {
  width: calc(100% - 48px) !important;
  max-width: 1500px !important;
  margin: 0 auto 18px !important;
  padding-top: 28px !important;
}

#order-phox.bdn-cart-flow .bdn-order-heading h1 {
  color: #07162a !important;
  font-size: 42px !important;
  line-height: 1.14 !important;
  font-weight: 700 !important;
}

#order-phox.bdn-cart-flow .bdn-order-heading p {
  margin: 8px 0 0 !important;
  color: #425466 !important;
  font-size: 16px !important;
}

#order-phox.bdn-cart-flow .cart-body > .row {
  width: calc(100% - 48px) !important;
  max-width: 1500px !important;
  display: grid !important;
  grid-template-columns: 280px minmax(0, 1fr) 360px !important;
  align-items: start !important;
  gap: 36px !important;
  margin: 0 auto 76px !important;
}

#order-phox.bdn-cart-flow .bdn-cart-rail,
#order-phox.bdn-cart-flow .secondary-cart-body,
#order-phox.bdn-cart-flow .secondary-cart-sidebar {
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  float: none !important;
  flex: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

#order-phox.bdn-cart-flow .bdn-cart-rail {
  display: grid !important;
  gap: 10px !important;
}

#order-phox.bdn-cart-flow .bdn-cart-rail-card {
  background: #ffffff !important;
  border: 1px solid #dfe5ea !important;
  border-radius: 4px !important;
  box-shadow: 0 10px 30px rgba(7, 22, 42, 0.06) !important;
  overflow: hidden !important;
}

#order-phox.bdn-cart-flow .bdn-cart-rail-card h2 {
  min-height: 58px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  margin: 0 !important;
  padding: 0 18px !important;
  color: #07162a !important;
  font-size: 22px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  border-bottom: 1px solid #e8edf1 !important;
}

#order-phox.bdn-cart-flow .bdn-cart-rail-card h2::after {
  content: "^";
  color: #07162a;
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
}

#order-phox.bdn-cart-flow .bdn-cart-rail-card a {
  min-height: 44px !important;
  display: flex !important;
  align-items: center !important;
  padding: 0 18px !important;
  color: #2f4050 !important;
  border-bottom: 1px solid #edf1f4 !important;
  font-size: 15px !important;
  line-height: 1.3 !important;
  text-decoration: none !important;
}

#order-phox.bdn-cart-flow .bdn-cart-rail-card a:hover,
#order-phox.bdn-cart-flow .bdn-cart-rail-card a:focus {
  color: #000000 !important;
  background: #fff8e8 !important;
}

#order-phox.bdn-cart-flow .bdn-cart-rail-card select {
  width: calc(100% - 32px) !important;
  height: 44px !important;
  margin: 16px !important;
  color: #07162a !important;
  border: 1px solid #d8e0e6 !important;
  border-radius: 4px !important;
  font-size: 15px !important;
}

#order-phox.bdn-cart-flow .view-cart-items-header {
  margin: 0 !important;
  overflow: hidden !important;
  background: #075f8e !important;
  border: 0 !important;
  border-radius: 4px 4px 0 0 !important;
}

#order-phox.bdn-cart-flow .view-cart-items-header .row {
  min-height: 46px !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr) minmax(132px, 0.58fr) 34px !important;
  gap: 0 14px !important;
  padding: 0 18px !important;
}

#order-phox.bdn-cart-flow .cart-body > .row::before,
#order-phox.bdn-cart-flow .cart-body > .row::after,
#order-phox.bdn-cart-flow .view-cart-items-header .row::before,
#order-phox.bdn-cart-flow .view-cart-items-header .row::after,
#order-phox.bdn-cart-flow .view-cart-items .item > .row::before,
#order-phox.bdn-cart-flow .view-cart-items .item > .row::after {
  content: none !important;
  display: none !important;
}

#order-phox.bdn-cart-flow .view-cart-items-header .row > [class*="col-"] {
  color: #ffffff !important;
  font-size: 15px !important;
  line-height: 46px !important;
  font-weight: 700 !important;
  text-transform: none !important;
}

#order-phox.bdn-cart-flow .view-cart-items {
  margin: 0 0 22px !important;
  background: #ffffff !important;
  border: 1px solid #e5eaed !important;
  border-top: 0 !important;
  box-shadow: 0 18px 46px rgba(7, 22, 42, 0.07) !important;
}

#order-phox.bdn-cart-flow .view-cart-items .item {
  padding: 0 !important;
  background: #ffffff !important;
  border: 0 !important;
  border-bottom: 1px solid #e9eef2 !important;
  box-shadow: none !important;
  overflow: hidden !important;
}

#order-phox.bdn-cart-flow .view-cart-items .item:nth-child(even) {
  background: #f5f6f7 !important;
}

#order-phox.bdn-cart-flow .view-cart-items .item > .row {
  min-height: 126px !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr) minmax(132px, 0.58fr) 34px !important;
  gap: 0 14px !important;
  padding: 22px 18px !important;
}

#order-phox.bdn-cart-flow .view-cart-items .item > .row > [class*="col-"] {
  min-width: 0 !important;
}

#order-phox.bdn-cart-flow .item-title {
  color: #000000 !important;
  font-size: 20px !important;
  line-height: 1.25 !important;
  font-weight: 700 !important;
  overflow-wrap: anywhere !important;
}

#order-phox.bdn-cart-flow .item-title a.btn,
#order-phox.bdn-cart-flow .visible-xs-inline {
  display: none !important;
}

#order-phox.bdn-cart-flow .item-group,
#order-phox.bdn-cart-flow .item-domain,
#order-phox.bdn-cart-flow .bdn-cart-row-description {
  display: block !important;
  color: #425466 !important;
  font-size: 15px !important;
  line-height: 1.55 !important;
  font-weight: 400 !important;
}

#order-phox.bdn-cart-flow .item-price {
  align-self: center !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  overflow: hidden !important;
  text-align: right !important;
}

#order-phox.bdn-cart-flow .item-price > span:first-child,
#order-phox.bdn-cart-flow .item-price [name$="Price"] {
  color: #000000 !important;
  font-size: 22px !important;
  line-height: 1.15 !important;
  font-weight: 800 !important;
  white-space: nowrap !important;
  overflow-wrap: normal !important;
}

#order-phox.bdn-cart-flow .item-price .cycle,
#order-phox.bdn-cart-flow .item-price .renewal {
  margin-top: 7px !important;
  color: #536878 !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
}

#order-phox.bdn-cart-flow .btn-remove-from-cart {
  width: 38px !important;
  height: 38px !important;
  min-height: 38px !important;
  color: #111820 !important;
  background: #ffffff !important;
  border: 2px solid #111820 !important;
  border-radius: 4px !important;
  font-size: 0 !important;
}

#order-phox.bdn-cart-flow .btn-remove-from-cart::after {
  content: "x" !important;
  color: #111820 !important;
  font-size: 18px !important;
  font-weight: 800 !important;
}

#order-phox.bdn-cart-flow .empty-cart {
  display: flex !important;
  justify-content: flex-end !important;
  margin: 18px 0 30px !important;
}

#order-phox.bdn-cart-flow #btnEmptyCart {
  min-width: 150px !important;
  min-height: 44px !important;
  color: #000000 !important;
  background: #ffffff !important;
  border: 2px solid #000000 !important;
  border-radius: 4px !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  text-decoration: none !important;
}

#order-phox.bdn-cart-flow .view-cart-tabs {
  margin: 0 !important;
  background: #f7f9fb !important;
  border: 0 !important;
}

#order-phox.bdn-cart-flow .view-cart-tabs .nav-tabs {
  border-bottom: 1px solid #dbe3ea !important;
}

#order-phox.bdn-cart-flow .view-cart-tabs .nav-tabs > li > a,
#order-phox.bdn-cart-flow .view-cart-tabs .nav-link {
  color: #075f8e !important;
  background: #ffffff !important;
  border: 1px solid #dbe3ea !important;
  border-bottom: 0 !important;
  border-radius: 4px 4px 0 0 !important;
  font-size: 15px !important;
  font-weight: 600 !important;
}

#order-phox.bdn-cart-flow .view-cart-tabs .tab-content {
  padding: 20px !important;
  background: #f7f9fb !important;
  border: 1px solid #dbe3ea !important;
  border-top: 0 !important;
}

#order-phox.bdn-cart-flow .view-cart-tabs form {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 150px !important;
  gap: 0 !important;
}

#order-phox.bdn-cart-flow .view-cart-tabs .form-group {
  margin: 0 !important;
}

#order-phox.bdn-cart-flow .view-cart-tabs .form-control {
  height: 58px !important;
  border: 1px solid #cdd8e0 !important;
  border-radius: 4px 0 0 4px !important;
  box-shadow: none !important;
  font-size: 16px !important;
}

#order-phox.bdn-cart-flow .view-cart-tabs button[type="submit"] {
  height: 58px !important;
  color: #ffffff !important;
  background: #000000 !important;
  border: 2px solid #000000 !important;
  border-radius: 0 4px 4px 0 !important;
  font-size: 15px !important;
  font-weight: 800 !important;
}

#order-phox.bdn-cart-flow .order-summary {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #ffffff !important;
  border: 1px solid #d8e0e6 !important;
  border-radius: 4px !important;
  box-shadow: 0 20px 50px rgba(7, 22, 42, 0.09) !important;
  overflow: hidden !important;
}

#order-phox.bdn-cart-flow .order-summary h2 {
  min-height: 58px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 0 18px !important;
  color: #ffffff !important;
  background: #666666 !important;
  font-size: 26px !important;
  line-height: 1.2 !important;
  font-weight: 400 !important;
}

#order-phox.bdn-cart-flow .summary-container {
  padding: 18px 18px 22px !important;
}

#order-phox.bdn-cart-flow .summary-container .clearfix,
#order-phox.bdn-cart-flow .recurring-totals {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  gap: 18px !important;
  padding: 10px 0 !important;
  color: #425466 !important;
  border-bottom: 1px solid #e5eaed !important;
  font-size: 15px !important;
}

#order-phox.bdn-cart-flow .summary-container .pull-left,
#order-phox.bdn-cart-flow .summary-container .pull-right {
  float: none !important;
}

#order-phox.bdn-cart-flow .total-due-today {
  margin: 28px 0 24px !important;
  padding: 0 !important;
  text-align: center !important;
}

#order-phox.bdn-cart-flow .total-due-today .amt {
  color: #07162a !important;
  font-size: 38px !important;
  line-height: 1.05 !important;
  font-weight: 400 !important;
}

#order-phox.bdn-cart-flow .total-due-today span:last-child {
  display: block !important;
  margin-top: 7px !important;
  color: #536878 !important;
  font-size: 14px !important;
}

#order-phox.bdn-cart-flow .bdn-cart-account-actions {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 10px !important;
  text-align: center !important;
}

#order-phox.bdn-cart-flow .bdn-cart-login,
#order-phox.bdn-cart-flow .btn-checkout,
#order-phox.bdn-cart-flow .btn-continue-shopping {
  width: 100% !important;
  min-height: 48px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 0 18px !important;
  border-radius: 4px !important;
  box-shadow: none !important;
  font-size: 15px !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  text-decoration: none !important;
}

#order-phox.bdn-cart-flow .bdn-cart-login {
  color: #000000 !important;
  background: #ffffff !important;
  border: 2px solid #000000 !important;
}

#order-phox.bdn-cart-flow .btn-checkout {
  color: #000000 !important;
  background: var(--bdn-gold) !important;
  border: 2px solid var(--bdn-gold) !important;
}

#order-phox.bdn-cart-flow .btn-checkout.disabled {
  opacity: 0.55 !important;
  pointer-events: none !important;
}

#order-phox.bdn-cart-flow .btn-continue-shopping {
  min-height: 34px !important;
  color: #07162a !important;
  background: transparent !important;
  border: 0 !important;
  font-size: 13px !important;
  font-weight: 600 !important;
}

#order-phox.bdn-cart-flow i[class*="fa"],
#order-phox.bdn-cart-flow .fa,
#order-phox.bdn-cart-flow .fas,
#order-phox.bdn-cart-flow .far,
#order-phox.bdn-cart-flow .fal {
  display: none !important;
}

@media (max-width: 1240px) {
  #order-phox.bdn-cart-flow .cart-body > .row {
    grid-template-columns: 240px minmax(0, 1fr) 320px !important;
    gap: 22px !important;
  }
}

@media (max-width: 1060px) {
  #order-phox.bdn-cart-flow .cart-body > .row {
    grid-template-columns: minmax(0, 1fr) 320px !important;
  }

  #order-phox.bdn-cart-flow .bdn-cart-rail {
    grid-column: 1 / -1 !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 820px) {
  #order-phox.bdn-cart-flow .bdn-order-heading,
  #order-phox.bdn-cart-flow .cart-body > .row {
    width: calc(100% - 28px) !important;
  }

  #order-phox.bdn-cart-flow .cart-body > .row,
  #order-phox.bdn-cart-flow .bdn-cart-rail {
    grid-template-columns: 1fr !important;
  }

  #order-phox.bdn-cart-flow .bdn-order-heading h1 {
    font-size: 32px !important;
  }

  #order-phox.bdn-cart-flow .view-cart-items-header {
    display: none !important;
  }

  #order-phox.bdn-cart-flow .view-cart-items .item > .row {
    min-height: 0 !important;
    display: grid !important;
    grid-template-columns: 1fr auto !important;
    gap: 12px !important;
    padding: 18px !important;
  }

  #order-phox.bdn-cart-flow .view-cart-items .item > .row > [class*="col-"],
  #order-phox.bdn-cart-flow .view-cart-items .item > .row > .col-sm-7,
  #order-phox.bdn-cart-flow .view-cart-items .item > .row > .col-sm-5,
  #order-phox.bdn-cart-flow .view-cart-items .item > .row > .bdn-cart-product-cell,
  #order-phox.bdn-cart-flow .view-cart-items .item > .row > .bdn-cart-description-cell,
  #order-phox.bdn-cart-flow .view-cart-items .item > .row > .item-price {
    grid-column: 1 / -1 !important;
    width: 100% !important;
    text-align: left !important;
    justify-self: stretch !important;
  }

  #order-phox.bdn-cart-flow .view-cart-items .item > .row > .col-sm-1 {
    grid-column: 1 / -1 !important;
  }

  #order-phox.bdn-cart-flow .btn-remove-from-cart {
    width: 100% !important;
  }

  #order-phox.bdn-cart-flow .view-cart-tabs form {
    grid-template-columns: 1fr !important;
  }

  #order-phox.bdn-cart-flow .view-cart-tabs .form-control,
  #order-phox.bdn-cart-flow .view-cart-tabs button[type="submit"] {
    border-radius: 4px !important;
  }
}

@media (max-width: 480px) {
  #order-phox.bdn-cart-flow .bdn-order-heading h1 {
    font-size: 28px !important;
  }

  #order-phox.bdn-cart-flow .item-price > span:first-child,
  #order-phox.bdn-cart-flow .item-price [name$="Price"] {
    font-size: 22px !important;
  }

  #order-phox.bdn-cart-flow .total-due-today .amt {
    font-size: 30px !important;
  }
}

/* Final grid placement override: prevents WHMCS/bootstrap column rules from reordering cart sections. */
#order-phox.bdn-cart-flow .cart-body > .row > .bdn-cart-rail {
  grid-column: 1 !important;
  grid-row: 1 !important;
}

#order-phox.bdn-cart-flow .cart-body > .row > .secondary-cart-body {
  grid-column: 2 !important;
  grid-row: 1 !important;
}

#order-phox.bdn-cart-flow .cart-body > .row > .secondary-cart-sidebar {
  grid-column: 3 !important;
  grid-row: 1 !important;
}

@media (max-width: 1060px) {
  #order-phox.bdn-cart-flow .cart-body > .row > .bdn-cart-rail {
    grid-column: 1 / -1 !important;
    grid-row: 1 !important;
  }

  #order-phox.bdn-cart-flow .cart-body > .row > .secondary-cart-body {
    grid-column: 1 !important;
    grid-row: 2 !important;
  }

  #order-phox.bdn-cart-flow .cart-body > .row > .secondary-cart-sidebar {
    grid-column: 2 !important;
    grid-row: 2 !important;
  }
}

@media (max-width: 820px) {
  #order-phox.bdn-cart-flow .cart-body > .row > .bdn-cart-rail,
  #order-phox.bdn-cart-flow .cart-body > .row > .secondary-cart-body,
  #order-phox.bdn-cart-flow .cart-body > .row > .secondary-cart-sidebar {
    grid-column: 1 !important;
  }

  #order-phox.bdn-cart-flow .cart-body > .row > .bdn-cart-rail {
    grid-row: 3 !important;
  }

  #order-phox.bdn-cart-flow .cart-body > .row > .secondary-cart-body {
    grid-row: 1 !important;
  }

  #order-phox.bdn-cart-flow .cart-body > .row > .secondary-cart-sidebar {
    grid-row: 2 !important;
  }
}

/* Compact cart pass: tighter typography and rows for the live checkout view. */
#order-phox.bdn-cart-flow .bdn-order-heading {
  padding-top: 18px !important;
  margin-bottom: 12px !important;
}

#order-phox.bdn-cart-flow .bdn-order-heading h1 {
  font-size: 34px !important;
  line-height: 1.12 !important;
}

#order-phox.bdn-cart-flow .bdn-order-heading p {
  margin-top: 6px !important;
  font-size: 15px !important;
  line-height: 1.35 !important;
}

#order-phox.bdn-cart-flow .cart-body > .row {
  width: calc(100% - 48px) !important;
  max-width: 1420px !important;
  grid-template-columns: 250px minmax(0, 1fr) 330px !important;
  gap: 24px !important;
}

#order-phox.bdn-cart-flow .bdn-cart-rail {
  gap: 14px !important;
}

#order-phox.bdn-cart-flow .bdn-cart-rail-card h2 {
  min-height: 48px !important;
  padding: 0 15px !important;
  font-size: 19px !important;
  line-height: 1.15 !important;
}

#order-phox.bdn-cart-flow .bdn-cart-rail-card a,
#order-phox.bdn-cart-flow .bdn-cart-rail-card span {
  min-height: 38px !important;
  padding: 0 15px !important;
  font-size: 14px !important;
  line-height: 1.2 !important;
}

#order-phox.bdn-cart-flow .view-cart-items-header .row {
  min-height: 40px !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr) minmax(118px, 0.5fr) 32px !important;
  gap: 0 12px !important;
  padding: 0 14px !important;
}

#order-phox.bdn-cart-flow .view-cart-items-header .row > [class*="col-"] {
  font-size: 13px !important;
  line-height: 40px !important;
}

#order-phox.bdn-cart-flow .view-cart-items {
  margin-bottom: 16px !important;
}

#order-phox.bdn-cart-flow .view-cart-items .item > .row {
  min-height: 88px !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr) minmax(118px, 0.5fr) 32px !important;
  gap: 0 12px !important;
  padding: 14px !important;
}

#order-phox.bdn-cart-flow .item-title {
  font-size: 17px !important;
  line-height: 1.22 !important;
}

#order-phox.bdn-cart-flow .item-title sup {
  font-size: 10px !important;
}

#order-phox.bdn-cart-flow .item-group,
#order-phox.bdn-cart-flow .domain-renewal,
#order-phox.bdn-cart-flow .bdn-cart-description-cell,
#order-phox.bdn-cart-flow .item-domain {
  font-size: 13px !important;
  line-height: 1.35 !important;
}

#order-phox.bdn-cart-flow .item-price {
  font-size: 14px !important;
  line-height: 1.25 !important;
}

#order-phox.bdn-cart-flow .item-price > span:first-child,
#order-phox.bdn-cart-flow .item-price [name$="Price"] {
  font-size: 19px !important;
  line-height: 1.12 !important;
}

#order-phox.bdn-cart-flow .item-price .cycle,
#order-phox.bdn-cart-flow .item-price .renewal {
  margin-top: 4px !important;
  font-size: 12px !important;
  line-height: 1.3 !important;
}

#order-phox.bdn-cart-flow .item-price .dropdown-toggle {
  min-height: 30px !important;
  margin-top: 5px !important;
  padding: 0 9px !important;
  font-size: 12px !important;
}

#order-phox.bdn-cart-flow .btn-remove-from-cart {
  width: 30px !important;
  height: 30px !important;
  min-height: 30px !important;
}

#order-phox.bdn-cart-flow #btnEmptyCart {
  min-height: 38px !important;
  padding: 0 18px !important;
  font-size: 13px !important;
}

#order-phox.bdn-cart-flow .view-cart-tabs {
  margin-top: 18px !important;
}

#order-phox.bdn-cart-flow .view-cart-tabs .form-control,
#order-phox.bdn-cart-flow .view-cart-tabs button[type="submit"] {
  height: 44px !important;
  min-height: 44px !important;
  font-size: 13px !important;
}

#order-phox.bdn-cart-flow .order-summary h2 {
  min-height: 48px !important;
  padding: 0 14px !important;
  font-size: 22px !important;
  line-height: 1.15 !important;
}

#order-phox.bdn-cart-flow .summary-container {
  padding: 14px 16px 18px !important;
}

#order-phox.bdn-cart-flow .summary-container .clearfix,
#order-phox.bdn-cart-flow .recurring-totals {
  gap: 12px !important;
  padding: 8px 0 !important;
  font-size: 14px !important;
  line-height: 1.35 !important;
}

#order-phox.bdn-cart-flow .total-due-today {
  margin: 18px 0 !important;
}

#order-phox.bdn-cart-flow .total-due-today .amt {
  font-size: 30px !important;
  line-height: 1.05 !important;
}

#order-phox.bdn-cart-flow .total-due-today span:last-child {
  margin-top: 5px !important;
  font-size: 13px !important;
}

#order-phox.bdn-cart-flow .bdn-cart-login,
#order-phox.bdn-cart-flow .btn-checkout {
  min-height: 42px !important;
  font-size: 14px !important;
}

#order-phox.bdn-cart-flow .btn-continue-shopping {
  min-height: 28px !important;
  font-size: 12px !important;
}

@media (max-width: 1240px) {
  #order-phox.bdn-cart-flow .cart-body > .row {
    grid-template-columns: 220px minmax(0, 1fr) 300px !important;
    gap: 18px !important;
  }
}

@media (max-width: 1060px) {
  #order-phox.bdn-cart-flow .cart-body > .row {
    grid-template-columns: minmax(0, 1fr) 300px !important;
  }

  #order-phox.bdn-cart-flow .bdn-cart-rail {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 820px) {
  #order-phox.bdn-cart-flow .cart-body > .row {
    grid-template-columns: 1fr !important;
    width: calc(100% - 28px) !important;
  }

  #order-phox.bdn-cart-flow .view-cart-items .item > .row {
    min-height: 0 !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    padding: 14px !important;
  }

  #order-phox.bdn-cart-flow .view-cart-items .item-price {
    text-align: left !important;
  }
}

@media (max-width: 480px) {
  #order-phox.bdn-cart-flow .bdn-order-heading h1 {
    font-size: 28px !important;
  }

  #order-phox.bdn-cart-flow .total-due-today .amt {
    font-size: 26px !important;
  }
}

/* Product and cart tightening pass: keep price and actions visible. */
#order-phox.bdn-products-flow .bdn-order-heading {
  margin-bottom: 18px !important;
}

#order-phox.bdn-products-flow .bdn-products-layout {
  width: calc(100% - 48px) !important;
  grid-template-columns: minmax(0, 1fr) 280px !important;
  gap: 24px !important;
  margin-bottom: 46px !important;
}

#order-phox.bdn-products-flow .products .row-eq-height {
  gap: 18px !important;
  align-items: stretch !important;
}

#order-phox.bdn-products-flow .product {
  height: auto !important;
  min-height: 440px !important;
  overflow: visible !important;
}

#order-phox.bdn-products-flow .featured-product-label {
  display: none !important;
}

#order-phox.bdn-products-flow .product header {
  min-height: 104px !important;
  padding: 38px 18px 6px !important;
}

#order-phox.bdn-products-flow .featured-product header {
  min-height: 88px !important;
  padding-top: 18px !important;
}

#order-phox.bdn-products-flow .product header::after {
  top: 12px !important;
  right: 14px !important;
  min-width: 58px !important;
  padding: 4px 8px !important;
  font-size: 11px !important;
}

#order-phox.bdn-products-flow .product header > span[id$="-name"] {
  font-size: 23px !important;
  line-height: 1.14 !important;
}

#order-phox.bdn-products-flow .product-desc {
  flex: 0 0 auto !important;
  padding: 0 18px 10px !important;
}

#order-phox.bdn-products-flow .product-desc p {
  min-height: 42px !important;
  font-size: 14px !important;
  line-height: 1.35 !important;
}

#order-phox.bdn-products-flow .product-desc ul {
  margin-top: 10px !important;
  padding-top: 10px !important;
}

#order-phox.bdn-products-flow .product-desc li {
  margin-bottom: 7px !important;
  padding-left: 20px !important;
  font-size: 12.5px !important;
  line-height: 1.28 !important;
}

#order-phox.bdn-products-flow .product > .product-pricing {
  padding: 0 18px 10px !important;
  font-size: 12.5px !important;
  line-height: 1.3 !important;
}

#order-phox.bdn-products-flow .product-pricing .price {
  margin-bottom: 2px !important;
  font-size: 28px !important;
  line-height: 1.05 !important;
}

#order-phox.bdn-products-flow .product footer {
  padding: 0 18px 18px !important;
}

#order-phox.bdn-products-flow .wdes-order-btn,
#order-phox.bdn-products-flow .bdn-next-link {
  height: 38px !important;
  min-height: 38px !important;
  font-size: 14px !important;
}

#order-phox.bdn-products-flow .bdn-products-rail {
  padding-top: 48px !important;
}

#order-phox.bdn-products-flow .bdn-products-rail p {
  font-size: 13px !important;
}

#order-phox.bdn-cart-flow .bdn-order-heading {
  padding-top: 10px !important;
  margin-bottom: 10px !important;
}

#order-phox.bdn-cart-flow .bdn-order-heading h1 {
  font-size: 30px !important;
  line-height: 1.08 !important;
}

#order-phox.bdn-cart-flow .bdn-order-heading p {
  font-size: 14px !important;
}

#order-phox.bdn-cart-flow .cart-body > .row {
  grid-template-columns: 230px minmax(0, 1fr) 310px !important;
  gap: 20px !important;
}

#order-phox.bdn-cart-flow .bdn-cart-rail-card h2 {
  min-height: 42px !important;
  font-size: 17px !important;
}

#order-phox.bdn-cart-flow .bdn-cart-rail-card a,
#order-phox.bdn-cart-flow .bdn-cart-rail-card span {
  min-height: 34px !important;
  font-size: 13px !important;
}

#order-phox.bdn-cart-flow .view-cart-items-header .row {
  min-height: 36px !important;
}

#order-phox.bdn-cart-flow .view-cart-items .item > .row {
  min-height: 74px !important;
  padding: 12px !important;
}

#order-phox.bdn-cart-flow .item-title {
  font-size: 15px !important;
}

#order-phox.bdn-cart-flow .bdn-cart-description-cell {
  font-size: 13px !important;
}

#order-phox.bdn-cart-flow .item-price > span:first-child,
#order-phox.bdn-cart-flow .item-price [name$="Price"] {
  font-size: 17px !important;
}

#order-phox.bdn-cart-flow .order-summary h2 {
  min-height: 42px !important;
  font-size: 20px !important;
}

#order-phox.bdn-cart-flow .total-due-today .amt {
  font-size: 26px !important;
}

#order-phox.bdn-cart-flow .bdn-cart-login,
#order-phox.bdn-cart-flow .btn-checkout {
  min-height: 38px !important;
  font-size: 13px !important;
}

@media (max-width: 1280px) {
  #order-phox.bdn-products-flow .bdn-products-layout {
    grid-template-columns: minmax(0, 1fr) 260px !important;
  }

  #order-phox.bdn-products-flow .products .row-eq-height {
    gap: 14px !important;
  }
}

@media (max-width: 1060px) {
  #order-phox.bdn-products-flow .bdn-products-layout,
  #order-phox.bdn-cart-flow .cart-body > .row {
    grid-template-columns: 1fr !important;
  }

  #order-phox.bdn-products-flow .bdn-products-rail {
    padding-top: 0 !important;
  }
}

html body div#order-phox.bdn-cart-flow .order-summary .total-due-today span.amt,
html body div#order-phox.bdn-cart-flow #totalDueToday {
  font-size: 26px !important;
  line-height: 1.05 !important;
}

/* Professional hosting cards: factual plan data only, no sale or popularity badges. */
html body #order-phox.bdn-products-flow .featured-product-label,
html body #order-phox.bdn-products-flow .product header::after,
html body #order-phox.bdn-products-flow .featured-product header::after {
  content: none !important;
  display: none !important;
}

html body #order-phox.bdn-products-flow .product,
html body #order-phox.bdn-products-flow .product.featured-product {
  background: #ffffff !important;
  border-color: #dfe5e8 !important;
}

html body #order-phox.bdn-products-flow .product header,
html body #order-phox.bdn-products-flow .featured-product header {
  min-height: 74px !important;
  padding: 22px 18px 6px !important;
}

html body #order-phox.bdn-products-flow .product header > span[id$="-name"] {
  font-size: 22px !important;
  line-height: 1.16 !important;
}

html body #order-phox.bdn-products-flow .product-desc p {
  min-height: 56px !important;
}

html body #order-phox.bdn-products-flow .product-desc li {
  font-size: 12px !important;
  line-height: 1.24 !important;
}

html body #order-phox.bdn-products-flow .wdes-order-btn {
  gap: 0 !important;
  letter-spacing: 0 !important;
}

/* First-screen hosting order correction: compact cards with visible actions. */
html body #order-phox.bdn-products-flow .bdn-order-heading {
  margin-bottom: 16px !important;
}

html body #order-phox.bdn-products-flow .bdn-products-layout {
  align-items: start !important;
  gap: 20px !important;
}

html body #order-phox.bdn-products-flow .products .row-eq-height {
  gap: 14px !important;
  align-items: stretch !important;
}

html body #order-phox.bdn-products-flow .product,
html body #order-phox.bdn-products-flow .product.featured-product {
  min-height: 0 !important;
  height: auto !important;
  display: flex !important;
}

html body #order-phox.bdn-products-flow .product header,
html body #order-phox.bdn-products-flow .featured-product header {
  min-height: 58px !important;
  padding: 15px 16px 4px !important;
}

html body #order-phox.bdn-products-flow .product header > span[id$="-name"] {
  font-size: 20px !important;
  line-height: 1.12 !important;
}

html body #order-phox.bdn-products-flow .product-desc {
  padding: 0 16px 8px !important;
}

html body #order-phox.bdn-products-flow .product-desc p {
  min-height: 42px !important;
  font-size: 13px !important;
  line-height: 1.28 !important;
}

html body #order-phox.bdn-products-flow .product-desc ul {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 7px 14px !important;
  margin-top: 8px !important;
  padding-top: 10px !important;
}

html body #order-phox.bdn-products-flow .product-desc li {
  margin: 0 !important;
  padding-left: 16px !important;
  text-align: left !important;
  font-size: 11px !important;
  line-height: 1.18 !important;
}

html body #order-phox.bdn-products-flow .product-desc li::before {
  top: 4px !important;
  width: 8px !important;
  height: 5px !important;
}

html body #order-phox.bdn-products-flow .product > .product-pricing {
  margin-top: auto !important;
  padding: 0 16px 8px !important;
  font-size: 12px !important;
}

html body #order-phox.bdn-products-flow .product-pricing .price {
  font-size: 24px !important;
  line-height: 1.02 !important;
}

html body #order-phox.bdn-products-flow .product footer {
  padding: 0 16px 14px !important;
}

html body #order-phox.bdn-products-flow .wdes-order-btn,
html body #order-phox.bdn-products-flow .bdn-next-link {
  height: 36px !important;
  min-height: 36px !important;
  font-size: 13px !important;
}

html body #order-phox.bdn-products-flow .bdn-products-rail {
  align-self: start !important;
  height: auto !important;
  padding-top: 46px !important;
}

/* Extra compact safety for shorter browser viewports. */
html body #order-phox.bdn-products-flow .product header,
html body #order-phox.bdn-products-flow .featured-product header {
  min-height: 48px !important;
  padding: 12px 14px 3px !important;
}

html body #order-phox.bdn-products-flow .product header > span[id$="-name"] {
  font-size: 19px !important;
}

html body #order-phox.bdn-products-flow .product-desc {
  padding: 0 14px 6px !important;
}

html body #order-phox.bdn-products-flow .product-desc p {
  min-height: 34px !important;
  font-size: 12px !important;
  line-height: 1.18 !important;
}

html body #order-phox.bdn-products-flow .product-desc ul {
  gap: 5px 10px !important;
  margin-top: 6px !important;
  padding-top: 8px !important;
}

html body #order-phox.bdn-products-flow .product-desc li {
  padding-left: 14px !important;
  font-size: 10.5px !important;
  line-height: 1.1 !important;
}

html body #order-phox.bdn-products-flow .product > .product-pricing {
  padding: 0 14px 6px !important;
  font-size: 11px !important;
  line-height: 1.16 !important;
}

html body #order-phox.bdn-products-flow .product-pricing .price {
  font-size: 22px !important;
}

html body #order-phox.bdn-products-flow .product footer {
  padding: 0 14px 10px !important;
}

html body #order-phox.bdn-products-flow .wdes-order-btn,
html body #order-phox.bdn-products-flow .bdn-next-link {
  height: 32px !important;
  min-height: 32px !important;
  font-size: 12px !important;
}

/* Final production compact pass for hosting cards and cart rows. */
html body #order-phox.bdn-products-flow .product-desc,
html body #order-phox.bdn-products-flow .product-desc p,
html body #order-phox.bdn-products-flow .product-desc li,
html body #order-phox.bdn-products-flow .product > .product-pricing {
  text-align: left !important;
}

html body #order-phox.bdn-products-flow .product-desc ul {
  grid-template-columns: 1fr !important;
  gap: 4px !important;
  margin-top: 6px !important;
  padding-top: 8px !important;
}

html body #order-phox.bdn-products-flow .product-desc li {
  min-height: 14px !important;
  padding-left: 18px !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

html body #order-phox.bdn-products-flow .product-pricing .pricing-prefix,
html body #order-phox.bdn-products-flow .product-pricing small {
  display: block !important;
  margin-bottom: 2px !important;
  font-size: 10.5px !important;
  line-height: 1.2 !important;
}

html body #order-phox.bdn-products-flow .product-pricing .price {
  display: inline-block !important;
  max-width: 100% !important;
  margin-right: 5px !important;
  white-space: nowrap !important;
  font-size: 21px !important;
  line-height: 1.05 !important;
}

html body #order-phox.bdn-products-flow .product-pricing .price-cycle {
  display: inline-block !important;
  white-space: nowrap !important;
  font-size: 11px !important;
  line-height: 1.1 !important;
  color: #425563 !important;
}

html body #order-phox.bdn-cart-flow .bdn-order-heading {
  padding-top: 8px !important;
  margin-bottom: 10px !important;
}

html body #order-phox.bdn-cart-flow .bdn-order-heading h1 {
  font-size: 27px !important;
  line-height: 1.08 !important;
}

html body #order-phox.bdn-cart-flow .bdn-order-heading p {
  font-size: 13px !important;
  line-height: 1.25 !important;
}

html body #order-phox.bdn-cart-flow .cart-body > .row {
  width: calc(100% - 44px) !important;
  max-width: 1380px !important;
  grid-template-columns: 220px minmax(0, 1fr) 300px !important;
  gap: 18px !important;
  align-items: start !important;
}

html body #order-phox.bdn-cart-flow .view-cart-items-header .row,
html body #order-phox.bdn-cart-flow .view-cart-items .item > .row {
  display: grid !important;
  grid-template-columns: minmax(205px, 0.9fr) minmax(300px, 1.2fr) minmax(190px, 0.75fr) 32px !important;
  align-items: center !important;
  gap: 10px !important;
  margin: 0 !important;
}

html body #order-phox.bdn-cart-flow .view-cart-items-header .row::before,
html body #order-phox.bdn-cart-flow .view-cart-items-header .row::after,
html body #order-phox.bdn-cart-flow .view-cart-items .item > .row::before,
html body #order-phox.bdn-cart-flow .view-cart-items .item > .row::after {
  display: none !important;
  content: none !important;
}

html body #order-phox.bdn-cart-flow .view-cart-items-header .row {
  min-height: 34px !important;
  padding: 9px 14px !important;
}

html body #order-phox.bdn-cart-flow .view-cart-items .item > .row {
  min-height: 64px !important;
  padding: 10px 14px !important;
}

html body #order-phox.bdn-cart-flow .view-cart-items-header .row > [class*="col-"],
html body #order-phox.bdn-cart-flow .view-cart-items .item > .row > [class*="col-"] {
  float: none !important;
  width: auto !important;
  max-width: none !important;
  min-height: 0 !important;
  padding: 0 !important;
  text-align: left !important;
}

html body #order-phox.bdn-cart-flow .bdn-cart-product-head,
html body #order-phox.bdn-cart-flow .bdn-cart-product-cell,
html body #order-phox.bdn-cart-flow .view-cart-items .item > .row > .col-sm-7,
html body #order-phox.bdn-cart-flow .view-cart-items .item > .row > .col-sm-5:not(.bdn-cart-description-cell) {
  grid-column: 1 !important;
}

html body #order-phox.bdn-cart-flow .view-cart-items .item > .row > .col-sm-7,
html body #order-phox.bdn-cart-flow .view-cart-items .item > .row > .col-sm-5:not(.bdn-cart-description-cell) {
  grid-column: 1 / span 2 !important;
}

html body #order-phox.bdn-cart-flow .bdn-cart-description-head,
html body #order-phox.bdn-cart-flow .bdn-cart-description-cell {
  grid-column: 2 !important;
}

html body #order-phox.bdn-cart-flow .bdn-cart-price-head,
html body #order-phox.bdn-cart-flow .view-cart-items .item-price {
  grid-column: 3 !important;
}

html body #order-phox.bdn-cart-flow .view-cart-items .item > .row > .col-sm-1 {
  grid-column: 4 !important;
}

html body #order-phox.bdn-cart-flow .item-title {
  display: block !important;
  font-size: 13.5px !important;
  line-height: 1.18 !important;
  text-align: left !important;
  word-break: break-word !important;
}

html body #order-phox.bdn-cart-flow .item-title sup {
  top: -0.25em !important;
  font-size: 10px !important;
}

html body #order-phox.bdn-cart-flow .item-group,
html body #order-phox.bdn-cart-flow .item-domain,
html body #order-phox.bdn-cart-flow .domain-renewal,
html body #order-phox.bdn-cart-flow .bdn-cart-description-cell,
html body #order-phox.bdn-cart-flow .bdn-cart-row-description {
  font-size: 12px !important;
  line-height: 1.25 !important;
  color: #405261 !important;
}

html body #order-phox.bdn-cart-flow .bdn-cart-row-description {
  display: block !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

html body #order-phox.bdn-cart-flow .item-price {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  grid-template-areas:
    "amount cycle"
    "renewal renewal" !important;
  gap: 3px 8px !important;
  align-items: center !important;
  justify-items: end !important;
  text-align: right !important;
}

html body #order-phox.bdn-cart-flow .item-price > span:first-child,
html body #order-phox.bdn-cart-flow .item-price [name$="Price"] {
  grid-area: amount !important;
  justify-self: end !important;
  white-space: nowrap !important;
  font-size: 15px !important;
  line-height: 1.05 !important;
}

html body #order-phox.bdn-cart-flow .item-price .dropdown {
  grid-area: cycle !important;
  justify-self: end !important;
}

html body #order-phox.bdn-cart-flow .item-price .dropdown-toggle {
  min-width: 72px !important;
  height: 28px !important;
  min-height: 28px !important;
  margin: 0 !important;
  padding: 0 8px !important;
  font-size: 11.5px !important;
  line-height: 26px !important;
}

html body #order-phox.bdn-cart-flow .item-price .cycle,
html body #order-phox.bdn-cart-flow .item-price .renewal {
  grid-area: renewal !important;
  justify-self: end !important;
  margin: 0 !important;
  white-space: nowrap !important;
  font-size: 10.5px !important;
  line-height: 1.15 !important;
  color: #526575 !important;
}

html body #order-phox.bdn-cart-flow .btn-remove-from-cart {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 28px !important;
  height: 28px !important;
  min-height: 28px !important;
  padding: 0 !important;
  margin: 0 !important;
  font-size: 13px !important;
}

html body #order-phox.bdn-cart-flow #btnEmptyCart {
  min-width: 140px !important;
  height: 34px !important;
  min-height: 34px !important;
  padding: 0 16px !important;
  font-size: 12px !important;
}

html body #order-phox.bdn-cart-flow .view-cart-tabs {
  margin-top: 12px !important;
}

html body #order-phox.bdn-cart-flow .view-cart-tabs form {
  grid-template-columns: minmax(0, 1fr) 132px !important;
  gap: 0 !important;
}

html body #order-phox.bdn-cart-flow .view-cart-tabs .form-control,
html body #order-phox.bdn-cart-flow .view-cart-tabs button[type="submit"] {
  height: 38px !important;
  min-height: 38px !important;
  font-size: 12px !important;
}

html body #order-phox.bdn-cart-flow .order-summary h2 {
  min-height: 38px !important;
  padding: 10px 12px !important;
  font-size: 18px !important;
  line-height: 1.1 !important;
}

html body #order-phox.bdn-cart-flow .summary-container {
  padding: 12px 14px !important;
}

html body #order-phox.bdn-cart-flow .summary-container .clearfix,
html body #order-phox.bdn-cart-flow .recurring-totals {
  padding: 8px 0 !important;
  font-size: 12px !important;
  line-height: 1.25 !important;
}

html body #order-phox.bdn-cart-flow .total-due-today {
  padding: 12px 0 10px !important;
}

html body div#order-phox.bdn-cart-flow .order-summary .total-due-today span.amt,
html body div#order-phox.bdn-cart-flow #totalDueToday {
  white-space: nowrap !important;
  font-size: 24px !important;
  line-height: 1.05 !important;
}

html body #order-phox.bdn-cart-flow .bdn-cart-login,
html body #order-phox.bdn-cart-flow .btn-checkout,
html body #order-phox.bdn-cart-flow .btn-continue-shopping {
  min-height: 36px !important;
  padding: 0 14px !important;
  font-size: 12px !important;
  line-height: 36px !important;
}

@media (max-width: 1180px) {
  html body #order-phox.bdn-cart-flow .cart-body > .row {
    grid-template-columns: 190px minmax(0, 1fr) 280px !important;
    gap: 14px !important;
  }

  html body #order-phox.bdn-cart-flow .view-cart-items-header .row,
  html body #order-phox.bdn-cart-flow .view-cart-items .item > .row {
    grid-template-columns: minmax(160px, 0.8fr) minmax(210px, 1fr) minmax(170px, 0.75fr) 30px !important;
  }
}

@media (max-width: 1060px) {
  html body #order-phox.bdn-cart-flow .cart-body > .row {
    width: calc(100% - 28px) !important;
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 720px) {
  html body #order-phox.bdn-cart-flow .view-cart-items-header {
    display: none !important;
  }

  html body #order-phox.bdn-cart-flow .view-cart-items .item > .row {
    grid-template-columns: 1fr auto !important;
    min-height: 0 !important;
  }

  html body #order-phox.bdn-cart-flow .view-cart-items .item > .row > [class*="col-"],
  html body #order-phox.bdn-cart-flow .view-cart-items .item > .row > .col-sm-7,
  html body #order-phox.bdn-cart-flow .view-cart-items .item > .row > .col-sm-5,
  html body #order-phox.bdn-cart-flow .view-cart-items .item > .row > .bdn-cart-product-cell,
  html body #order-phox.bdn-cart-flow .view-cart-items .item > .row > .bdn-cart-description-cell,
  html body #order-phox.bdn-cart-flow .view-cart-items .item > .row > .item-price {
    grid-column: 1 / -1 !important;
  }

  html body #order-phox.bdn-cart-flow .view-cart-items .item > .row > .col-sm-1 {
    grid-column: 2 !important;
    grid-row: 1 !important;
  }

  html body #order-phox.bdn-cart-flow .bdn-cart-row-description {
    white-space: normal !important;
  }
}

/* Cart clipping correction: keep the price column inside the table at 1280px. */
html body #order-phox.bdn-cart-flow .cart-body > .row {
  grid-template-columns: 200px minmax(0, 1fr) 280px !important;
}

html body #order-phox.bdn-cart-flow .view-cart-items-header .row,
html body #order-phox.bdn-cart-flow .view-cart-items .item > .row {
  grid-template-columns: minmax(135px, 0.7fr) minmax(220px, 1fr) minmax(210px, 0.85fr) 28px !important;
  gap: 10px !important;
}

html body #order-phox.bdn-cart-flow .item-price {
  justify-items: end !important;
}

@media (max-width: 1180px) {
  html body #order-phox.bdn-cart-flow .view-cart-items-header .row,
  html body #order-phox.bdn-cart-flow .view-cart-items .item > .row {
    grid-template-columns: minmax(125px, 0.65fr) minmax(190px, 1fr) minmax(190px, 0.85fr) 28px !important;
  }
}

/* names.co.uk typography: Open Sans, lighter headings, restrained weights. */
html body,
html body #order-phox,
html body #order-phox *,
html body #order-phox input,
html body #order-phox select,
html body #order-phox textarea,
html body #order-phox button {
  font-family: "Open Sans", open-sans, "Helvetica Neue", Helvetica, sans-serif !important;
}

html body #order-phox {
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 1.692 !important;
}

html body #order-phox .bdn-order-heading h1,
html body #order-phox .font-size-36 {
  font-size: 28px !important;
  line-height: 1.2 !important;
  font-weight: 300 !important;
}

html body #order-phox .bdn-order-heading p {
  font-size: 13px !important;
  line-height: 1.692 !important;
  font-weight: 400 !important;
}

html body #order-phox .btn,
html body #order-phox .btn-primary,
html body #order-phox .btn-success,
html body #order-phox .btn-default,
html body #order-phox .btn-add-to-cart,
html body #order-phox .wdes-order-btn,
html body #order-phox .bdn-next-link,
html body #order-phox .bdn-proceed-basket,
html body #order-phox .btn-transfer,
html body #order-phox #btnEmptyCart,
html body #order-phox #applyPromo button {
  font-size: 13px !important;
  font-weight: 600 !important;
}

html body #order-phox.bdn-cart-flow .bdn-cart-rail-card h2,
html body #order-phox.bdn-cart-flow .bdn-cart-rail-card h2::after {
  font-size: 16px !important;
  font-weight: 600 !important;
}

html body #order-phox.bdn-cart-flow .bdn-cart-rail-card a,
html body #order-phox.bdn-cart-flow .bdn-cart-rail-card span,
html body #order-phox.bdn-cart-flow .bdn-cart-rail-card select {
  font-size: 13px !important;
  font-weight: 400 !important;
}

html body #order-phox.bdn-cart-flow .view-cart-items-header .row > [class*="col-"] {
  font-size: 13px !important;
  font-weight: 600 !important;
}

html body #order-phox.bdn-cart-flow .item-title {
  font-size: 13px !important;
  line-height: 1.25 !important;
  font-weight: 600 !important;
}

html body #order-phox.bdn-cart-flow .item-group,
html body #order-phox.bdn-cart-flow .item-domain,
html body #order-phox.bdn-cart-flow .domain-renewal,
html body #order-phox.bdn-cart-flow .bdn-cart-description-cell,
html body #order-phox.bdn-cart-flow .bdn-cart-row-description,
html body #order-phox.bdn-cart-flow .item-price .cycle,
html body #order-phox.bdn-cart-flow .item-price .renewal,
html body #order-phox.bdn-cart-flow .summary-container .clearfix,
html body #order-phox.bdn-cart-flow .recurring-totals {
  font-size: 13px !important;
  font-weight: 400 !important;
}

html body #order-phox.bdn-cart-flow .item-price > span:first-child,
html body #order-phox.bdn-cart-flow .item-price [name$="Price"] {
  font-size: 15px !important;
  font-weight: 700 !important;
}

html body #order-phox.bdn-cart-flow .order-summary h2 {
  font-size: 20px !important;
  font-weight: 300 !important;
}

html body div#order-phox.bdn-cart-flow .order-summary .total-due-today span.amt,
html body div#order-phox.bdn-cart-flow #totalDueToday {
  font-size: 24px !important;
  font-weight: 300 !important;
}

html body #order-phox.bdn-products-flow .product header > span[id$="-name"] {
  font-size: 20px !important;
  font-weight: 600 !important;
}

html body #order-phox.bdn-products-flow .product-desc p,
html body #order-phox.bdn-products-flow .product-desc li,
html body #order-phox.bdn-products-flow .product-pricing .price-cycle {
  font-weight: 400 !important;
}

html body #order-phox.bdn-products-flow .product-pricing .price {
  font-weight: 700 !important;
}

/* Strong final overrides for WHMCS high-specificity button and h1 rules. */
html body div#order-phox.bdn-cart-flow .bdn-order-heading h1,
html body div#order-phox.bdn-cart-flow .bdn-order-heading h1.font-size-36,
html body div#order-phox.bdn-products-flow .bdn-order-heading h1,
html body div#order-phox.bdn-products-flow .bdn-order-heading h1.font-size-36 {
  font-family: "Open Sans", open-sans, "Helvetica Neue", Helvetica, sans-serif !important;
  font-size: 28px !important;
  line-height: 1.2 !important;
  font-weight: 300 !important;
}

html body div#order-phox.bdn-cart-flow a.btn.bdn-cart-login,
html body div#order-phox.bdn-cart-flow a.btn.btn-checkout,
html body div#order-phox.bdn-cart-flow a.btn.btn-continue-shopping,
html body div#order-phox.bdn-cart-flow button#btnEmptyCart,
html body div#order-phox.bdn-cart-flow #applyPromo button,
html body div#order-phox.bdn-products-flow a.wdes-order-btn,
html body div#order-phox.bdn-products-flow a.bdn-next-link {
  font-family: "Open Sans", open-sans, "Helvetica Neue", Helvetica, sans-serif !important;
  font-size: 13px !important;
  font-weight: 600 !important;
}
