/* ========== Global Reset & Base ========== */
* {
    box-sizing: border-box;
    font-family: "DM Sans", sans-serif;
}
:root {
  --ts_clr: #123455;
  --price_clr: #1D8AF9;
}

body {
  background: #f8fafc;
  color: #0f172a;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  letter-spacing: unset;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizespeed;
}

/* ========== Layout Helpers ========== */
.d-flex {
  display: flex !important;
}

.align-items-center {
  align-items: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.text-end {
  text-align: right !important;
}

.w-100 {
  width: 100% !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

/* Grid (bootstrap-like bits kept as-is) */
@media (min-width: 992px) {
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
}

@media (min-width: 768px) {
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
}

/* ========== Cart Wrapper & Cards ========== */
.cart-wrapper {
  padding: 40px 0 80px;
}

.card {
  background: #ffffff;
  border-radius: 14px;
  padding: 28px;
  box-shadow: 0 10px 35px rgba(15, 23, 42, 0.06);
  margin-bottom: 25px;
}

/* ========== Headings & Text ========== */
.page-title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 30px;
}

.ts-cart-h1 {
  font-size: 25px;
  font-weight: 700;
  color: var(--ts_clr);
}

.ts-cart-h2 {
  font-size: 20px;
  font-weight: 700;
  color: var(--ts_clr);
}

.ts-cart-h5 {
  font-size: 13px;
  font-weight: 400;
  color: #5e636e;
  line-height: 16px;
}

.cc-cart-h2 {
  font-size: 26px;
  font-weight: 600;
  margin: 0;
  color: #17191C;
}

.cc-cart-h4 {
  font-size: 17px;
  font-weight: 300;
  margin-bottom: 30px;
}

.cc-right-h3 {
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
}

.cc-right-h6 {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
}

.order-summaryh2 {
  padding: 16px 0 22px !important;
  font-size: 26px !important;
  color: #17191C !important;
  text-align: left !important;
  font-weight: 600 !important;
}

.order_prod_name {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}

.order_prices {
  font-weight: 600;
  font-size: 15px;
}

.fw-semibold {
  font-weight: 600 !important;
}

.ts-cart-btn {
  background: rgb(47, 108, 186);
  color: #fff;
  border-radius: 7px;
  padding: 12px 30px;
}

/* ========== Plan & Price Section ========== */
.plan-name {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}

.plan-row {
  margin-top: 15px;
}

.label-title,
.label-ttl {
  font-weight: 500 !important;
  font-size: 15px !important;
  margin-bottom: 6px !important;
  color: #123455 !important;
}

.plan-select {
  height: 44px;
  border-radius: 8px;
}

.renew-note {
  font-size: 13px;
  color: #64748b;
  margin-top: 8px;
}

.price-box {
  margin-top: 10px;
}

.save-badge {
  background: #16a34a;
  color: #fff;
  font-size: 13px;
  padding: 6px 14px;
  border-radius: 20px;
  display: inline-block;
  margin-bottom: 10px;
}

.old-price,
.strike_cart,
.strike {
  text-decoration: line-through;
  color: #7c7d7c;
  font-size: 14px;
  position: relative;
  display: inline-block;
  padding-right: 5px;
  padding-bottom: 4px;
  line-height: 24px;
  margin-bottom: 4px;
}

.new-price,
.plan_total{
  font-size: 40px;
  font-weight: 900;
  line-height: 52px;
  word-break: break-word;
  padding-bottom: 4px;
  color: #17191C;
}

.dc-totl-price {
    color: #17191C;
    font-size: 24px !important;
    padding-bottom: 0 !important;
    font-weight: 900;
    line-height: 52px;
    word-break: break-word;
}

.mo_div {
    font-size: 16px;
}

.mo_div {
    font-weight: 500;
    font-size: 18px;
    color: #171c19 !important;
}


.new-price span,
.mo_div {
  font-size: 18px;
  font-weight: 500;
  color: #17191C;
}

/* discount / info chips */
.discount_text {
  background: #fff1ec;
  padding: 6px 11px;
  border-radius: 15px;
  color: #ff4704;
  font-weight: 600;
  font-size: 12px;
}

.disc {
  font-size: 14px;
  background: #16a34a;
  border-radius: 20px;
  font-weight: 500;
  padding: 8px 17px;
  margin-right: 18px;
  color: #fff !important;
}

.disc2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  color: #17191C !important;
}

/* ========== Free Domain / Domain Bits ========== */
.free-domain {
  margin-top: 20px;
  background: #e9f9ef;
  padding: 14px 16px;
  border-radius: 10px;
  font-size: 14px;
  color: #14532d;
}

.free-domain .sub-text {
  font-size: 13px;
  margin-top: 4px;
  opacity: 0.85;
}

.domain_ext {
  color: #007fff;
  border: 1px solid #007fff;
  border-radius: 4px;
  padding: 2px 8px;
  margin: 6px 0;
}

.domain_ext_btn {
  border: 1px solid #123455;
  padding: 12px 18px;
  border-radius: 5px;
  cursor: pointer;
}

.domain_e {
  margin-top: 14px;
}

.domain_e span {
  font-size: 21px;
  font-weight: 600;
}

.domain_ext-box div > span:nth-child(1) {
  display: none;
}

.domain-is-available {
  color: #17191C;
  font-size: 18px;
  position: relative;
}

.domain-is-not-available {
  background: #fafafa;
  padding: 25px 35px;
  border-radius: 8px;
  margin-bottom: 25px;
}

.domain-is-not-available div {
  color: #17191C;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}

.domain-is-not-available p {
  color: #17191C;
  font-size: 16px;
  font-weight: 500;
}

.domain-is--available {
  padding: 25px 35px;
  border-radius: 8px;
  background: #fafafa;
}

.domain-checkbtn {
  font-weight: 600;
  color: #fff !important;
  background: #29237b !important;
  border: none !important;
}

.domain-checkbtn:hover {
  background: #0d5acb !important;
}

.domain-searchbtn {
  font-weight: 600;
  background: #fff !important;
  color: #007fff !important;
  border: none !important;
}

.domain_div {
  padding: 15px 46px 30px 37px;
  margin-bottom: 20px;
}

/* ========== Summary Card ========== */
.summary-card h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
}

.summary-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
  font-size: 14px;
}

.summary-row del {
  color: #94a3b8;
  margin-right: 6px;
}

.summary-total {
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  font-weight: 700;
  margin-top: 10px;
}

.tax-note {
  font-size: 13px;
  color: #64748b;
  margin: 8px 0 18px;
}

/* ========== Buttons & Links ========== */
.continue-btn {
  background: #1d4ed8;
  border-radius: 10px;
  padding: 14px;
  font-size: 16px;
  font-weight: 600;
  border: none;
}

.continue-btn:hover {
  background: #1e40af;
}

.ts-cart-btn,
.cc-check-btn,
.cc-btn-primary,
.cc-btn-secondary,
.log-btn,
.domain-checkbtn,
.domain-searchbtn,
.loader-checkbtn {
  cursor: pointer;
}

.cc-login-btn {
  padding: 9px 24px;
  background: #2a5dc6;
}

.cc-check-btn {
  background: #29237b;
  font-size: 14px;
  padding: 11px 39px;
  color: #fff;
  border-color: #29237b;
}

.cc-add-btn {
  padding: 11px 34px;
}

.cc-btn-primary {
  background: unset;
  color: #146ef5;
  border: 1px solid #146ef5;
  font-weight: 600;
  padding: 12px 15px !important;
}

.cc-btn-primary:hover {
  background: #e9f2ff !important;
  color: #146ef5 !important;
  border-color: #146ef5 !important;
}

.cc-btn-secondary {
  background: unset;
  color: #17191C;
  border: 1px solid #17191C;
  padding: 10px 20px;
  font-weight: 600;
}

.cc-btn-secondary:hover {
  background: #17191C;
  color: #fff;
}

.cc-btn-secondary:disabled {
  background: unset;
  color: #7c7d7c;
  border-color: #7c7d7c;
  cursor: not-allowed;
}

.log-btn {
  font-size: 13px;
  border-radius: 3px;
  padding: 9px 24px;
  color: #146ef5 !important;
  border: 1px solid #146ef5 !important;
}

.log-btn:hover {
  background: #e9f2ff !important;
}

.del-btn,
.comm-btn,
.cc-load-btn,
.operate_btn {
  background: none;
  border: none;
  padding: 0;
}

.del-btn,
.comm-btn {
  cursor: pointer;
}

.del-btn.disabled {
  cursor: default;
}

.operate_btn {
  width: 40px;
  font-size: 20px;
  cursor: pointer;
  user-select: none;
  color: #333;
}

.operate_btn:hover {
  background-color: #f0f0f0;
}

/* ========== Chips / Toggles / Misc UI ========== */
.recom {
  background: #cfffde;
  padding: 7px 9px;
  font-size: 12px;
  line-height: 2.5;
}

.recom-toltip {
  margin-top: 4px;
  background: #e5fff6;
  padding: 6px 14px;
  font-size: 12px;
  color: #3d3d3d;
  display: inline-block;
}

.ts-tag-bg {
  background: #d2ffef;
  border-radius: 5px;
  font-size: 12px;
  color: #172b4d;
  padding: 6px 10px;
  display: inline-block;
  font-weight: 600;
}

.cursor-pointer {
  cursor: pointer;
}

/* toggle switch */
.cart-checkbox-btn {
  display: none;
}

.cc-toggle-input-main {
  position: absolute;
  left: -30px;
  top: 3px;
}

.cart-checkbox-btn + label {
  display: inline-block;
  position: relative;
  width: 37px;
  height: 20px;
  background-color: #ccc;
  border-radius: 50px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.cart-checkbox-btn + label::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 50%;
  transition: transform 0.3s;
}

.cart-checkbox-btn:checked + label {
  background-color: #15a03f;
}

.cart-checkbox-btn:checked + label::before {
  transform: translateX(16px);
}

/* ========== Sticky / Sidebar ========== */
.cc-cart-sticky {
  position: sticky;
  top: 80px;
  z-index: 99;
  font-size: 13px;
}

.cart-sidebar {
  max-width: 450px;
  width: 100%;
  background: #f9f9f9;
  color: #17191C;
}

.cc-right-box {
  border-radius: 11px;
}

.cc-google-box {
  border-radius: 11px;
  border: 1px solid #cfcfd0;
  padding: 33px 45px 20px 40px;
  box-shadow: 0 0 1px rgba(0,0,0,0.1), 0 2px 24px rgba(0,0,0,0.08);
  background: #fff;
}

.cc-google-box1 {
  padding: 47px 48px 17px;
}

.cc-google-box-last {
  margin-top: 3px;
}

.cc-google-2box {
  padding-right: 45px;
  padding-left: 40px;
  background: unset !important;
  box-shadow: unset !important;
  padding-top: 0 !important;
  padding-bottom: 25px !important;
}

/* ========== Forms & Inputs ========== */
.cc-domain-input {
  border: none;
}

.cc-domain-input::placeholder {
  color: #63798f;
  font-size: 16px;
}

.cc-domain-input:focus {
  color: #17191C;
  background-color: #fff;
  outline: 0;
  border: 1px solid #1d3d5d;
}

.cc-domain-input:hover {
  border-color: #146ef5;
}

.cc-form-select {
  font-size: 16px;
  color: #6e6e73;
  border: 1px solid #e9e9e9;
}

.cc-billing-box {
  background: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 17px;
  padding: 0;
}

.cc-billing-h4 {
  line-height: 20px;
  padding-left: 10px;
  font-size: 15px !important;
  font-weight: 500 !important;
  color: #17191C !important;
}

.cc-billing1-row {
  border-bottom: 1px solid #e9e9e9;
}

.cc-billing-input label {
  padding-bottom: 14px;
  color: #5e636e;
}

.cc-billing-input label span {
  color: #acb0b9;
  font-weight: 700;
}

.cc-billing-input input {
  border: 1px solid #dddddd;
  padding: 10.5px 16px;
  font-size: 14px;
  color: #626262;
  border-radius: 3px;
}

.cc-billing-input input::placeholder {
  color: #b6b6b9;
  font-size: 13px;
}

.form-select,
.cc-billing-input input {
  padding: 10.5px 16px;
  border-radius: 3px;
}

.form-select:hover:not(:focus),
.cc-billing-input input:hover:not(:focus) {
  background-color: #fffdfd !important;
  border-color: #b5bac4 !important;
  color: #141619 !important;
}

.btn:disabled {
  pointer-events: unset;
  cursor: not-allowed;
}

.btn:focus,
.btn:active {
  background-color: rgb(47, 108, 186);
}

/* ========== Tooltip ========== */
.dc-tooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.dc-tooltip .tooltip-content {
  visibility: hidden;
  width: 350px;
  background-color: #17191C;
  color: #fff;
  text-align: left;
  padding: 10px;
  border-radius: 5px;
  position: absolute;
  bottom: 120%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.3s, bottom 0.3s;
}

.dc-tooltip .tooltip-content::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 10px;
  border-style: solid;
  border-color: #17191C transparent transparent;
}

.dc-tooltip:hover .tooltip-content {
  visibility: visible;
  opacity: 1;
  bottom: 140%;
}

.dc-tooltip-txt {
  letter-spacing: 0;
  font-size: 14px;
  color: #6e6e73;
}

.tooltip-content p {
  margin: 5px 0;
}

/* ========== Loader ========== */
#page-loader {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(8px);
  background: rgba(255, 255, 255, 0.9);
  z-index: 1000;
  text-align: center;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.spinner {
  position: relative;
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
}

.spinner::before,
.spinner::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 60px;
  height: 60px;
  border: 6px solid transparent;
  border-radius: 50%;
  animation: spin 1.5s linear infinite;
}

.spinner::before {
  border-top: 6px solid #3498db;
  border-left: 6px solid #3498db;
}

.spinner::after {
  animation-direction: reverse;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

#page-loader p {
  color: #333;
  font-size: 1.2rem;
  font-family: Arial, sans-serif;
}

.loader-checkbtn {
  font-weight: 600;
  color: #fff !important;
  background: #007fff !important;
  border: none !important;
}

/* ========== Headers / Main Wrapper ========== */
.custom-app-main {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  margin-top: 0;
  padding-top: 0;
}

.custom-app-main .custom-main-body {
  flex: 1 0 auto;
  margin-top: 0;
  margin-bottom: 48px;
}

.main-header-wrap {
  margin-left: -10px;
  margin-bottom: 25px;
  margin-top: 30px;
}

.main-header-title {
  margin: 0;
  color: #17191C;
  font-size: 26px;
  font-weight: 500;
  line-height: 30px;
}

.main-header-subtitle {
  color: #394e63;
  font-weight: 500;
  margin-top: 1px;
}

.hr-mrg {
  margin: 40px 0 18px;
}

hr {
  color: #a7a7a7;
}

/* ========== Misc Domain / Currency Blocks ========== */
.ts-brd {
  border-radius: 11px;
  border: 1px solid #e8e8e8;
}

.ts-brd-box {
  border-bottom: 1px solid #e8e8e8;
  padding: 34px 48px;
}

.ts-note-bg {
  background: #f5f5f5;
}

.ts-cart-border {
  background: #e2e7ee;
  height: 1px;
  margin: 5px auto;
}

.strfit {
  width: fit-content;
  margin-left: auto;
}

.cc-currency-h3 {
  font-size: 22px;
  color: #17191C;
  font-weight: 700;
  line-height: 1.2;
}

.ccr-domain-h3 {
  text-transform: lowercase;
  font-weight: 500;
  font-size: 20px;
  color: #17191C;
}

.ccr-domain-icon {
  vertical-align: text-bottom;
  padding-right: 12px;
  display: inline-block;
}

.ccr-ms-price {
  color: #17191C;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.3px;
}

.ccr-ms-strk {
  font-size: 16px;
  font-weight: 500;
  color: #616367;
  width: fit-content;
  float: right;
}

.ccr-sticky-row {
  background: #fff;
  box-shadow: 0 4px 19.5px rgba(0, 0, 0, 0.25);
}

.ccr-buy-btn {
  padding: 9px 16px;
  font-size: 15px;
  font-weight: 500;
}

.ccr-cart-btn {
  background: #007fff;
}

.ccr-cart-btn:hover {
  background: #0067cf;
}

.ccr-bundle {
  background: #ebf4ff;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 700;
  padding: 9px 22px;
}

.ccr-bundle2 {
  border-top: 1px solid #d3d3d3;
  color: #123455;
}

.ccr-more {
  font-size: 18px;
  color: #007fff;
  font-weight: 600;
}

.domain-item {
  border-bottom: 1px solid #e8e8e8;
}

.ccr-mad-col {
  flex: 1 1 0%;
  margin-bottom: 1.5rem !important;
  margin-top: 0 !important;
  margin-right: calc(var(--bs-gutter-x) * 0.5) !important;
  margin-left: calc(var(--bs-gutter-x) * 0.5) !important;
}

.bundlePad {
  padding-top: 30px;
}

/* ========== Dropdown ========== */
.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-button {
  width: 200px;
  font-weight: 500;
  padding: 9.8px 18px;
  border: 1px solid #898c91;
  cursor: pointer;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 8px;
  color: #17191C;
  font-size: 15px;
  margin-top: 9px;
  position: relative;
}

.dropdown-button::before {
  content: "";
  position: absolute;
  background: url("data:image/svg+xml,%3Csvg width='13' height='8' viewBox='0 0 13 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6.5 6L12 1' stroke='%23123455' stroke-width='1.5'/%3E%3C/svg%3E") center center / contain no-repeat;
  width: 13px;
  height: 8px;
  right: 15px;
  top: 62%;
  transform: translate(0, -50%);
}

.dropdown-content {
  display: none;
  position: absolute;
  top: 108%;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #e2e7ee;
  border-radius: 4px;
  z-index: 10;
  max-height: 245px;
  overflow-y: auto;
  box-shadow: 0 8px 16px rgba(0,0,0,0.1);
}

.dropdown-item {
  padding: 12px 18px;
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
  color: #17191C;
}

.dropdown-item:hover {
  background: #e9f2ff;
}

.dropdown.open .dropdown-content {
  display: block;
}

.custom-dropdown.open .dropdown-button {
  border: 1px solid #146ef5;
  outline: 1px solid #146ef5;
}

.custom-dropdown .dropdown-item:hover {
  color: #1e2125;
}

/* ========== Counters / Selector ========== */
.mailbox-selector input {
  width: 40px;
  text-align: center;
  border: none;
  outline: none;
  font-size: 16px;
  background-color: #fff;
  appearance: textfield;
}

.selector-counter {
  margin-top: 9px;
  font-weight: 500;
  padding: 5px 18px;
  border: 1px solid #898c91;
  cursor: pointer;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 8px;
  color: #17191C;
  font-size: 15px;
}

.selector-counter:hover {
  border-color: #b9b9b9;
}

/* ========== Toggles / Tabs / Search Box ========== */
.toggle-wrapper {
  background: #e2e8fe;
  border-radius: 9999px;
  display: flex;
  padding: 5px;
  width: 450px;
}

.toggle-btn {
  flex: 1 1 0%;
  font-size: 14px;
  padding: 15px 20px;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  color: #123455;
  border-radius: 9999px;
  transition: background 0.3s, color 0.3s;
}

.toggle-content {
  display: none;
  padding-bottom: 20px;
  border-radius: 10px;
  text-align: center;
}

.toggle-content.active {
  display: block;
}

.tab-button-ai {
  position: relative;
}

#tab2 {
  padding-bottom: 130px;
}

.do-search-box {
  position: relative;
  text-overflow: ellipsis;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  max-width: 1194px;
  margin: 0 auto;
  border: 1px solid #becad7;
  overflow: hidden;
  border-radius: 10px;
  padding: 13px 4px;
  height: 52px;
}

/* ========== Misc Text ========== */
.fz-ts-clr {
  color: var(--ts_clr);
}

.fz-price-clr {
  color: var(--price_clr);
}

.fs-10 {
  font-size: 14px !important;
}

.fff {
  color: #fff;
}

.light-txt {
  color: #acb0b9;
  font-weight: 300;
}

.mw-panel-30day {
  font-size: 15px;
  text-align: center;
  margin-top: 16px;
  color: #123455;
  font-weight: 500;
  display: inline-block;
  width: 100%;
  margin-bottom: 0 !important;
  position: unset;
  transform: unset;
}

.mw-panel-30day span {
  display: inline-block;
  padding-right: 5px;
  vertical-align: bottom;
}

.label-tt-to {
  margin-top: 36px;
}

#productName {
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 29px;
}

#charCount {
  font-size: 14px;
  color: #555;
  margin-top: 22px;
  text-align: left;
}

#quantity_summary {
  color: #717479;
  font-size: 14px;
  margin-top: 10px;
}

/* ========== Error / Alerts ========== */
.xy-domain-error-box {
  border-color: red;
  width: 100% !important;
  padding: 22px 20px !important;
}

.xy-domain-error-box .pb-2 {
  padding-bottom: 0 !important;
}

.xy-cross {
  display: inline-block;
  padding-right: 5px;
}

.erro_strip {
  color: red;
  display: none;
}

#process_error,
#domain_check_alert_err,
#domain_check_transfer1_err {
  color: #fd564c;
  padding-left: 6px;
}

/* ========== Footer & Container ========== */
.footer-bottom- {
  font-size: 13px;
  margin-top: auto;
  width: 100%;
  background: #fff;
  z-index: 500;
  padding-top: 20px;
}

.do-cart-container {
  margin-bottom: 80px;
}

@media (min-width: 1200px) {
  .do-cart-container {
    margin: 0 auto;
    padding: 0 40px;
    max-width: 1186px !important;
  }

  .do-cart-sidebar {
    width: 420px !important;
    padding: 0 !important;
  }

  .do-cart-sidebar .cc-google-box {
    padding: 13px 25px 17px;
  }

  .do-cart-main {
    max-width: calc(100% - 420px) !important;
    padding: 0 26px 0 0 !important;
  }
}

/* ========== View Cart Button ========== */
#view_cart {
  padding: 14.2px 0 !important;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0;
  border-radius: 4px;
  background-color: #6F56DA !important;
}

/* ========== Sticky Summary on Mobile ========== */
@media (max-width: 990px) {
  .summary-sticky {
    position: fixed;
    bottom: 0;
    z-index: 500;
    width: 100%;
    left: 0;
    padding: 6px 22px 12px !important;
    border-radius: 5px;
  }

  .summary-sticky .order-summaryh2 {
    padding: 0 !important;
    font-size: 15px !important;
  }

  #dsummary-content-act {
    cursor: pointer;
    display: flex;
    width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
  }

  .dsummary-content {
    display: none;
  }

  .cc-cart-sticky {
    margin-bottom: 40px;
    margin-top: 15px;
  }

  .cart-sidebar {
    max-width: 100%;
    margin: auto;
  }
}

/* ========== Media Queries ========== */
@media (max-width: 991px) {
  .price-box {
    text-align: left;
    margin-top: 20px;
  }

  .new-price {
    font-size: 28px;
  }

  .summary-total {
    font-size: 22px;
  }

  .cc-cart-h2 {
    font-size: 26px;
  }

  .check-domain {
    font-size: 24px;
  }

  .ccr-ms-price {
    font-size: 22px;
  }

  .ccr-ms-strk {
    font-size: 14px;
  }

  .domain_e span {
    font-size: 15px;
  }

  .cc-currency-h3 {
    font-size: 16px;
  }

  .main-header-wrap {
    margin-left: 2px;
  }
}

@media (max-width: 880px) {
  .ts-brd-box-bundle {
    flex-flow: wrap;
    justify-content: flex-end !important;
  }

  .domain_ext-box {
    margin-right: 20px;
  }

  .ts-brd-box-bundle .w-100 {
    margin-bottom: 10px;
    margin-right: 10px;
    width: auto !important;
  }

  .xy-brd-box {
    justify-content: space-between !important;
  }
}

@media (max-width: 768px) {
  .cc-google-box {
    padding: 34px 20px;
  }

  .ccr-more {
    font-size: 18px;
  }

  .ccr-add-box {
    width: 100%;
    justify-content: flex-end;
    padding-top: 12px;
  }

  .domain_e {
    margin-top: 12px;
  }

  .do-search-box {
    padding: 0 10px !important;
  }
}

@media (max-width: 600px) {
  .cc-GBP-box-img {
    width: 20% !important;
  }
}

@media (max-width: 575px) {
  .py-5 {
    padding: 24px 0 !important;
  }

  .cc-cart-box1-select {
    margin: 14px 0;
  }

  .cc-check-btn2 {
    width: 100%;
    margin: 0 11px;
  }

  .cc-billing-box {
    padding: 32px 20px;
  }

  .cc-method-box {
    padding: 10px 8px 16px 20px;
  }

  .cc-method-img span {
    padding: 0 4px 4px;
  }

  .check-domain {
    font-size: 18px;
  }

  .cc-email-img {
    left: 0;
  }
}

@media (max-width: 550px) {
  .check-domain {
    padding-bottom: 8px;
    line-height: 1;
    font-size: 22px;
    padding-right: 6px;
  }

  .ccr-ms-price {
    font-size: 23px;
  }

  .dc-tooltip .tooltip-content {
    width: fit-content;
  }
}

@media (max-width: 500px) {
  .cc-right-h3 {
    padding-bottom: 4px;
  }

  .cc-right-box .d-flex {
    flex-wrap: wrap;
  }

  .cc-right-havetxt {
    padding-left: 25px;
    padding-top: 18px;
  }

  .cc-google-box {
    padding: 22px 28px;
  }

  .cc-google-box1 {
    padding: 22px 28px 22px 22px;
  }

  .cc-add-tile::before {
    top: 28px;
    left: 11px;
  }

  .xy-domain-error-box {
    padding: 15px 8px !important;
  }

  .domain_e {
    display: flex;
    flex-wrap: wrap;
  }

  .fz-ts-clr,
  .domain_ext {
    margin: 2px;
  }

  .toggle-wrapper {
    display: block;
    border-radius: 25px;
    max-width: 268px;
  }

  .tab-button-ai,
  .toggle-btn {
    max-width: 221px;
    margin: 0 auto;
  }

  .cc-right-box .d-flex {
    flex-wrap: wrap;
  }
}

/* ========== Containers Width Overrides ========== */
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1250px;
  }
}

@media (min-width: 1201px) and (max-width: 1365px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1250px;
  }
}

/* ========== Small Utility / Misc ========== */
.cc-method-types1,
.cc-method-types2 {
  border-radius: 11px;
  padding: 20px 20px 20px 30px;
  border: 1px solid #e8e8e8;
}

.cc-method-types2 {
  border-radius: 0 0 11px 11px;
}

.cc-method-border {
  border-bottom: 1px solid #e2e7ee;
}

.cc-method-img span {
  display: inline-block;
  padding: 0 2px;
}

.cc-method-row1 {
  border-top: 1px solid #e9eaec;
}

.cc-GBP-content {
  padding-left: 20px;
  padding-right: 10px;
}

.cc-tos {
  font-size: 12px;
}

.cc-selected-domains {
  color: #15a03f;
  font-size: 16px;
  font-weight: 500;
}

.cross {
  height: 65px;
  width: 65px;
}

.cc-email-img {
  left: -6px;
  top: 2px;
}

.cc-space {
  padding-left: 35px !important;
}

.ccr-mad-col .ts-brd-box-bundle {
  flex-flow: column;
  width: 100%;
  justify-content: flex-start !important;
  align-items: flex-start !important;
}

.ccr-mad-col .ccr-add-box {
  width: 100%;
  padding-top: 20px;
  display: block !important;
}

.ccr-mad-col .ccr-add-box > .flex-column {
  flex-direction: unset !important;
  padding-bottom: 15px;
}

.ccr-mad-col .ccr-add-box .cc-currency-h3 {
  padding-left: 10px;
}

.ccr-mad-col .ccr-add-box > .ps-3 {
  padding-left: 0 !important;
}

.ts-brd-box-bundle .fz-ts-clr {
  margin: 10px 6px;
}

/* ========== New / Old User Panel ========== */
#newUserPanel {
  padding: 15px 23px 25px;
}

.custom-radio {
  padding: 16px 19px;
}

/* ========== View / Cart Misc ========== */
#do-check-h3,
.do-check-h3 {
  font-size: 20px;
  font-weight: 600;
  color: #17191C;
  margin-bottom: 14px;
}

.ispb-0 {
  margin-left: 0;
  padding-left: 30px;
  padding-bottom: 10px !important;
  padding-top: 30px !important;
}

/* ========== Clear Input Icon ========== */
#clear_input_val {
  display: none;
  cursor: pointer;
  margin-right: 8px;
}

#clear_input_val svg {
  padding: 5px;
}

/* ========== Checkout Layout (MilesWeb style) ========== */

.checkout-wrapper {
    /* cart-wrapper already adds padding, keep consistent */
}

.checkout-left-card,
.checkout-summary-card {
    /* .card already has radius + shadow */
}

.mw-account-toggle {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 18px;
}

.mw-radio-row {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 500;
    color: #111827;
    cursor: pointer;
}

.mw-radio-row input[type="radio"] {
    margin: 0;
}

/* Form labels & inputs like MilesWeb */

.mw-field-label {
    font-size: 13px;
    font-weight: 500;
    color: #4b5563;
    margin-bottom: 4px;
}

.mw-required {
    color: #ef4444;
    margin-left: 2px;
}

.mw-input {
    border-radius: 8px !important;
    border: 1px solid #d1d5db !important;
    box-shadow: none !important;
    height: 40px;
}

.mw-input:focus {
    border-color: #2563eb !important;
    box-shadow: 0 0 0 1px rgba(37, 99, 235, 0.25) !important;
}

/* login button column */

.mw-login-btn-col {
    margin-top: 22px;
}

.mw-outline-btn {
    height: 40px;
    border-radius: 8px;
    border: 1px solid #d1d5db;
    color: #111827;
    background: #ffffff;
    font-weight: 500;
}

.mw-outline-btn:hover {
    background: #f3f4f6;
}

/* small notes & section titles */

.mw-small-note {
    font-size: 11px;
    color: #6b7280;
    margin-top: 8px;
}

.mw-section-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #111827;
}

.mw-field-row {
    margin-top: 12px;
}

/* divider */

.mw-divider {
    margin: 24px -4px 16px;
    border-top: 1px solid #e5e7eb;
}

/* payment methods */

.mw-pay-method {
    border-radius: 10px;
    border: 1px solid #e5e7eb;
    padding: 12px 14px;
    margin-bottom: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    background: #ffffff;
    transition: border-color 0.15s ease, background-color 0.15s ease;
}

.mw-pay-method span {
    font-size: 14px;
}

.mw-pay-method.active {
    border-color: #2563eb;
    background: #eef2ff;
}

.mw-net-label {
    margin-right: 4px;
}

/* order summary titles already use order-summaryh2, dc-totl-price etc. */

.order-summary-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 16px;
    color: #17191c;
}

.summary-plan-row {
    color: #6b7280;
}

/* submit button & trust text */

.submit-btn {
    background: #2563eb;
    color: #ffffff;
    border-radius: 8px;
    padding: 12px 0;
    width: 100%;
    font-weight: 600;
    font-size: 15px;
    border: none;
}

.submit-btn:hover,
.submit-btn:focus {
    background: #1d4ed8;
    color: #ffffff;
}

.checkout-pay-form {
    margin-top: 16px;
}

.trust-line {
    margin-top: 12px;
    font-size: 12px;
    color: #4b5563;
    display: flex;
    align-items: center;
    gap: 6px;
}

.badge-guarantee {
    font-size: 12px;
    color: #16a34a;
    margin-top: 4px;
}
.domain-checkbtn {
    padding: 12px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 4px;
    line-height: 28px;
    letter-spacing: 0px;
    background: #146EF5 !important;
}
/* Sticky order summary on desktop */
.cc-cart-sticky {
    position: sticky !;
    top: 80px;
    z-index: 99;
    font-size: 13px;
}

/* Mobile tweaks */
@media (max-width: 767px) {

    /* Do NOT keep order summary sticky on small screens */
    .cc-cart-sticky {
        position: static !important;
        top: auto;
    }

    /* Hide payment icons and NetBanking badge on mobile */
    #pay-card span img {
        display: none;
    }

    #pay-net .mw-net-label {
        display: none;
    }
}
