:root {
  --primary-orange: #ff4b0e;
  --light-orange: #ffe6dc;
  --dark-orange: #e8420a;
  --white: #ffffff;
  --light-gray: #f8fafc;
  --gray: #64748b;
  --dark-gray: #334155;
  --border: #e2e8f0;
  --shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  --shadow-lg: 0 10px 25px rgb(235 67 10 / 25%);
  --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

#order-standard_cart .cart-body {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  background-color: #fff;
  border-radius: 4px;
  padding: 0.75rem 1.25rem;
}

.label {
  font-size: 0.6rem;
  &.label-primary {
    background-color: #e9f3ff;
    color: #1b84ff;
  }
  &.label-success {
    background-color: #dfffea;
    color: #17c653;
  }
  &.label-secondary {
    background-color: #f9f9f9;
    color: #252f4a;
  }
  &.label-warning {
    background-color: #fff8dd;
    color: #d2a502;
  }
  &.label-danger {
    background-color: #ffeef3;
    color: #f8285a;
  }
}

.product-line {
  display: none;
}

#main-body {
  background-color: #fff;

  h1 {
    font-size: 24px;
  }
  p {
    font-size: 14px;
  }

  .sub-heading {
    color: #000;
    font-size: 20px;
    font-weight: 600;

    .primary-bg-color {
      background-color: transparent;
    }
  }

  .product-item {
    border: 1px solid #eeeaeb;
    border-radius: 5px;
    padding: 8px 20px 8px 8px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-left: 5px solid #ff4b0e;

    .product-name {
      color: #0b0809;
      font-weight: 500;
      font-size: 16px;

      a {
        color: #252f4a;
      }
    }

    .product-feature {
      color: #0b0809;
      font-weight: 500;
      font-size: 14px;
    }
  }
}

.steps {
  display: flex;
  align-items: center;
  justify-content: space-evenly;

  .step {
    font-size: 0.8125rem;
    line-height: 1;
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    height: 2.125rem;
    border-radius: 9999px;
    border: 1px solid #eeeaeb;
    color: #0b0809;
    min-width: 146px;

    span {
      display: none;
      width: 16px;
      height: 16px;
      background: #00c951;
      color: #fff;
      border-radius: 100%;
      font-size: 9px;
      align-items: center;
      justify-content: center;
      position: absolute;
      top: -0.25rem;
      right: -0.25rem;
    }

    &.com {
      background-color: #f4f4f54d;
      span {
        display: flex;
      }
    }

    &.here {
      background-color: #ff4b0e1a;
      border-color: #ff4b0e1a;
      .label {
        color: #ff4b0e;
      }
      .icon {
        svg {
          color: #ff4b0e;
        }
      }
    }

    .icon {
      svg {
        color: #0b0809;
        width: 15px;
        height: 15px;
      }
    }

    .label {
      color: #0b0809;
      margin: 0;
      font-size: 0.7rem;
    }
  }

  .connector {
    border-top: 1px dashed #d8d3d4;
    width: 100%;
    background: transparent !important;
  }
}

#orderSummary {
  background-color: #f5f4f2;
  padding: 20px;
  border-radius: 20px;
  border: 1px solid #e9e9e9;

  .is-sticky {
    position: sticky !important;
    width: 100% !important;
  }

  .product-order-title {
    display: inline;
  }

  .product-order-title-text {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
  }

  .product-order-wrapper {
    .product-order-menu-item {
      display: flex;
      align-items: center;
      justify-content: space-between;
      border-bottom: 1px solid #e9e9e9;
      margin-bottom: 10px;
      padding-bottom: 10px;

      .product-order-menu-item-text {
        color: #4e4e4e;
        font-size: 15px;
      }

      .product-order-title-text {
        color: #1f1f1f !important;
        font-size: 20px;
        font-weight: 500;
        padding-bottom: 0 !important;
        border: 0;
      }
    }
  }

  .summary-container {
    display: flex;
    flex-direction: column;
    gap: 10px;

    .summary-totals {
      display: flex;
      flex-direction: column;
      gap: 10px;
    }

    .pull-left.float-left {
      font-size: 15px;
    }

    .pull-right.float-right {
      font-size: 20px;
      font-weight: 500;
      display: flex;
      align-items: center;
      gap: 2px;

      .order-action-button-delete {
        i {
          font-size: 12px;
          color: #ff423e;
        }
      }
    }

    .total-due-today {
      .amt {
        font-size: 20px;
        font-weight: 500;
      }
    }
  }

  .product-order-total {
    text-align: center;
    .product-order-total-text {
      font-size: 28px;
      font-weight: 600;
    }
    .product-order-total-desc {
      font-weight: 500;
      margin-bottom: 20px;
    }
  }

  .product-order-button-text {
    height: 40px;
    text-align: center;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    svg {
      width: 25px;
      height: 25px;
      margin-left: 4px;
      transition: all 0.3s ease-in-out;
    }

    &:hover {
      svg {
        transform: translateX(4px);
      }
    }
  }
}

.empty-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #f5f4f2;
  border: 1px solid #e9e9e9;
  border-radius: 9px;
  padding: 20px;
  color: #0b0809;
  font-weight: 500;
  text-align: center;
  height: 100%;
  justify-content: center;

  .product-hosting-parent {
    svg {
      width: 50px;
      height: 50px;
    }
    .product-hosting {
      font-size: 1.5rem;
    }
  }

  .product-order-button {
    text-decoration: none;
    background: white;
    border: 1px solid #a1a1a1;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0b0809;
    padding: 10px 46px;
    transition: all 0.3s ease-in-out;

    svg {
      width: 20px;
      height: 20px;
      transition: all 0.3s ease-in-out;
    }
  }

  .vg-button {
    svg {
      width: 20px;
      height: 20px;
    }
  }

  .empty-cart-links {
    margin-bottom: 10px;
  }
}

#frmProductDomain {
  .radio-option {
    &.selected {
      box-shadow: none;
      background: #f4f4f5b3;
    }
  }

  .domain-row {
    border: 0 !important;
  }
}

@media (max-width: 768px) {
  #frmProductDomain {
    .domain-row {
      display: flex !important;
      flex-direction: column;
    }

    .radio-head {
      display: inline-block;
    }
  }
  #order-standard_cart {
    & .config-left {
      .product-features {
        grid-template-columns: repeat(1, 1fr) !important;
      }
    }
  }
}

#primaryLookupResult {
  .domain-unavailable {
    background-color: #ffeef3;
    color: #f8285a;
    border-radius: 5px;
  }

  .domain-available {
    background-color: #dfffea;
    color: #17c653;
    border-radius: 5px;
  }

  .domain-price {
    display: flex;
    flex-direction: column;
    color: #1f1f1f;
    background: #fff;

    .price {
      color: #1f1f1f;
      font-size: 28px;
    }
  }
}

#order-standard_cart {
  display: inline-block !important;
  justify-content: inherit !important;

  .secondary-cart-body,
  .secondary-cart-sidebar {
    flex: 1 1 0 !important;
  }

  .config-left {
    .product-info-wrapper {
      .product-hosting {
        color: 000;
        font-weight: 500;
        font-size: 20px;
      }
    }

    .product-features {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      color: #36393f;
      padding: 0 20px;
      gap: 10px;
      margin-top: 20px;
      border-bottom: 1px solid #e5e5e5;
      padding-bottom: 20px;

      .product-feature-text {
        position: relative;
        &::before {
          content: "✓";
          position: absolute;
          left: -20px;
          color: #fff;
          background: #36393f;
          height: 15px;
          width: 15px;
          border-radius: 99px;
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 11px;
          top: 50%;
          transform: translateY(-50%);
          z-index: 1;
        }
        &::after {
          content: "";
          position: absolute;
          left: -25px;
          top: 50%;
          transform: translateY(-50%);
          background: #f9f9fa;
          width: 25px;
          height: 25px;
          z-index: 0;
          border-radius: 99px;
        }
      }

      .product-feature-icon {
        display: none;
      }
    }

    .product-info-wrapper {
      .product-option-title1 {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid #e9e9e9;
        padding: 15px;
        transition: all 0.3s ease-in-out;

        &:hover {
          background-color: #f5f5f5;
        }

        .product-option-title-text {
          color: #4e4e4e;
          font-size: 15px;
        }

        .product-option-price {
          .product-hosting {
            color: #1f1f1f;
            font-size: 20px;
          }
        }
      }
      .product-option-checkbox-div2 {
        width: 16px;
        height: 16px;
        border: 2px solid #ff4b0e;
        border-radius: 4px;
      }

      &.left-billing-selected {
        background-color: #f5f5f5;
        .product-option-checkbox-div2 {
          &::after {
            content: "";
            display: block;
            width: 10px;
            height: 10px;
            background: #ff4b0e;
            border-radius: 2px;
            margin: 1.2px;
          }
        }
      }
    }

    .sb-form-title {
      margin: 30px 0 24px 0;
    }

    .os-card {
      position: relative;
      min-height: 64px;

      &.is-selected {
        &::after {
          content: "";
          position: absolute;
          top: 50%;
          right: 13px;
          background: #ff4b0e;
          width: 12px;
          height: 12px;
          border-radius: 2px;
          transform: translateY(-50%);
          margin: 0;
        }
      }

      &::before {
        content: "";
        position: absolute;
        top: 50%;
        right: 9px;
        border: 2px solid #ff4b0e;
        width: 20px;
        height: 20px;
        border-radius: 5px;
        transform: translateY(-50%);
      }
    }

    .os-dropdown-menu {
      top: -5px !important;
      box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
      border: 1px solid #e5e7eb;
      button {
        font-size: 13px !important;
        padding: 7px 13px !important;
        color: #212121 !important;
      }

      b {
        color: #ff4b0e !important;
        background: #fff;
        font-size: 11px;
        padding: 2px 5px;
        border-radius: 5px;
        font-weight: 400;
      }

      .os-option.is-selected {
        background-color: #ff4b0e !important;
        color: #fff !important;
      }
    }

    button {
      &:focus {
        outline: none;
      }
    }
  }
}

.addon-products {
  .panel-addon {
    background: #f9fafb;
    padding: 20px;
    border-radius: 4px;
    border-color: #17c653;
    border-width: 1px 1px 1px 5px;
    border-style: solid;
    .panel-body {
      font-size: 14px;
      color: #000;
      label {
        display: flex;
        align-items: center;
        justify-content: start;

        .panel-price {
          color: #17c653;
          font-weight: 600;
        }
      }
    }
  }
}

.checkout-box {
  border: 1px solid #f0f0f0;
  border-radius: 20px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  overflow: hidden;

  .box-head {
    h1 {
      margin: 0;
      color: #1a1925;
      background: #f7f7f8;
      padding: 15px 20px;
      font-weight: 600;
    }
  }

  .checkout-content {
    padding: 0 20px 20px 20px;

    .sub-heading {
      color: #111827 !important;
      background: transparent;
      box-shadow: none;
      margin: 0;
      border-bottom: 1px dashed #e4e4e7;
      border-radius: 0;
      padding-bottom: 5px;
      margin: 20px 0;
      text-align: left;
      display: inline-block;
      width: 100%;
      font-weight: 500 !important;
      font-size: 17px !important;
      padding-left: 0;
    }
  }

  .account {
    border-color: #e4e4e7 !important;
    background: #ffff !important;
    border-style: dashed !important;
    border-width: 2px !important;
    height: 100% !important;
    color: #fff;
    height: 100%;
    box-shadow: none !important;
    transition: all 0.3s ease-in-out !important;
    &:hover,
    &.active {
      border-color: #ff4b0e !important;
      background-color: #ff4b0e0d !important;
    }

    .radio-inline {
      height: 100%;
      width: 100%;
      display: inline-block;
    }
  }

  .sb-input,
  .form-control,
  .sb-select {
    height: 40px;
    border-radius: 5px;
    background: #f9f9f9;
    border-color: #f1f1f1 !important;
  }

  .sb-select {
    padding: 0 20px;
  }

  .sb-form-field {
    label {
      color: #8c8c8c;
      margin-bottom: 0;
    }
  }

  #totalDueToday {
    background-color: #dfffea;
    color: #17c653;
    border: 0;
    border-radius: 4px;
    font-weight: 500;
    margin: -28px 0 0 0;

    #totalCartPrice {
      color: #37c653;
    }
  }

  #creditCardInputFields {
    background: transparent;
    border: none;
  }

  #paymentGatewaysContainer {
    .iradio_square-blue {
      display: none;

      &.checked + .payment-method-name {
        border: 1px dashed #ff4b0e;
        color: #ff4b0e;
        background: #ff4b0e0d;
        font-weight: 500;
      }
    }

    .payment-method-name {
      border-radius: 6px;
      border: 1px dashed #dbdfe9;
      padding: 15px 20px;
    }
  }

  .existing-cc-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 20px;
  }

  .cc-card {
    position: relative;
  }

  .cc-card-inner {
    display: block;
    position: relative;
    background: #f7f7f8;
    border-radius: 18px;
    padding: 20px;
    min-height: 190px;
    border: 2px dashed #9b9a9a;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    transition: all 0.25s ease;
    border-color: #e4e4e7;
    border-style: dashed;
    border-width: 2px;
  }

  .cc-card-inner:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.08);
  }

  .cc-card-radio input {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
  }

  .cc-card-inner:has(input:checked) {
    border: 2px dashed #ff4b0e;
    background: #ff4b0e0d;
  }

  .cc-card-brand {
    position: absolute;
    top: 18px;
    right: 18px;
  }

  .cc-card-brand i {
    font-size: 38px;
    color: #4f46e5;
  }

  .cc-card-number {
    margin-top: 38px;
    font-size: 16px;
    font-weight: 600;
    color: #111827;
  }

  .cc-card-name {
    margin-top: 6px;
    font-size: 13px;
    color: #6b7280;
  }

  .cc-card-expiry {
    position: absolute;
    bottom: 18px;
    left: 20px;
    font-size: 13px;
    color: #374151;
  }

  .cc-card-expiry small {
    display: block;
    margin-top: 2px;
    font-size: 11px;
    color: #ef4444;
  }

  .cc-card-inner:has(input:disabled) {
    opacity: 0.55;
    cursor: not-allowed;
    background: #f3f4f6;
  }
  #creditCardInputFields {
    .field.form-control {
      background: #f9f9f9 !important;
      &:focus {
        box-shadow: none !important;
      }
    }

    .prepend-icon {
      .field-icon {
        color: #c6c6c6 !important;
      }
    }
  }

  .vg-cvv-help {
    background: transparent !important;
    height: 19px !important;
    width: 21px !important;
    box-shadow: none !important;
    i {
      color: #caccd0;
      font-size: 13px;
    }
  }
}

/* .product-order-button {
  border: 0;
  background: transparent;

  &:focus{
    outline: none;
  }
  .product-order-button-text {
    text-decoration: none;
    background: white;
    border: 1px solid #ff4b0e;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ff4b0e;
    padding: 10px 46px;
    transition: all 0.3s ease-in-out;

    svg {
      width: 20px;
      height: 20px;
      transition: all 0.3s ease-in-out;
    }
    &:hover {
      background: #ff4b0e;
      color: #fff;

      svg {
        transform: translateX(4px);
      }
    }
  }
}
 */

@media (max-width: 991px) {
  .steps {
    gap: 10px;
    padding: 10px 0;
  }
  .steps .step {
    min-width: 0;
    flex: 1;
    height: 45px;
    flex-direction: column;
    justify-content: center;
    padding: 5px;
    border-radius: 12px;
  }
  .steps .step .icon {
    margin-bottom: 2px;
  }
  .steps .step .label {
    font-size: 10px;
    text-align: center;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .steps .connector {
    display: none;
  }

  .config-layout {
    gap: 25px;
  }
}

@media (max-width: 576px) {
  .steps {
    gap: 5px;
  }
  .steps .step {
    height: 40px;
    border-radius: 8px;
  }
  .steps .step:not(.here) .label {
    display: none;
  }
  .steps .step.here {
    flex: 2;
  }
  .steps .step.here .label {
    display: none;
    font-size: 11px;
    font-weight: 600;
  }
  .steps .step span {
    top: -5px;
    right: -5px;
  }

  #order-standard_cart {
    .secondary-cart-body,
    .secondary-cart-sidebar {
      flex: auto !important;
    }
  }
}

/* SSL Product Card Styles */
.ssl-product {
  background: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  transition: box-shadow 0.2s ease;
}

.ssl-product:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.ssl-product .product-info-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ssl-product .product-hosting-parent {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.ssl-product .product-hosting {
  font-size: 18px;
  font-weight: 600;
  color: #1f1f1f;
}

.ssl-product .product-info-group {
  display: flex;
  align-items: center;
  gap: 8px;
}

.ssl-product .product-info-icon {
  width: 20px;
  height: 20px;
  opacity: 0.6;
  transition: opacity 0.2s ease;
  cursor: pointer;
}

.ssl-product .product-info-icon:hover {
  opacity: 1;
}

.ssl-product .product-features {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 16px 0;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  margin: 16px 0;
}

.ssl-product .product-feature {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #f8f9fa;
  padding: 8px 14px;
  border-radius: 8px;
  font-size: 13px;
  color: #4a5568;
}

.ssl-product .product-feature-icon {
  width: 16px;
  height: 16px;
}

.ssl-product .product-feature-text {
  position: relative;
}

.ssl-product .product-feature-text::before,
.ssl-product .product-feature-text::after {
  display: none;
}

.ssl-product .product-feature-text b {
  font-weight: 500;
  color: #2d3748;
}

.ssl-product .product-option-title1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  background: #f8f9fa;
  border-radius: 12px;
  margin-top: 8px;
}

.ssl-product .product-option-title-text {
  font-size: 15px;
  color: #4a5568;
  font-weight: 500;
}

.ssl-product .product-option-price {
  display: flex;
  align-items: baseline;
  gap: 6px;
}

.ssl-product .product-option-price .product-hosting {
  font-size: 22px;
  font-weight: 700;
  color: #ff4b0e;
}

.ssl-product .product-option-price .product-hosting:last-child {
  font-size: 14px;
  font-weight: 400;
  color: #718096;
}

.ssl-product .product-option-checkbox-div2 {
  display: none;
}

.ssl-product .product-line {
  display: none;
}

/* SSL Product Responsive */
@media (max-width: 768px) {
  .ssl-product {
    padding: 16px;
  }

  .ssl-product .product-hosting {
    font-size: 16px;
  }

  .ssl-product .product-features {
    flex-direction: column;
    gap: 8px;
  }

  .ssl-product .product-feature {
    width: 100%;
  }

  .ssl-product .product-option-title1 {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 12px;
  }

  .ssl-product .product-option-price .product-hosting {
    font-size: 20px;
  }
}

/* Domain Card Styles - ssl-product prefix */
.ssl-product.domain-card {
  background: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  margin-bottom: 16px;
  transition: box-shadow 0.2s ease;
}

.ssl-product.domain-card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.ssl-product.domain-card .product-info-wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ssl-product.domain-card .product-hosting-parent {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  border-bottom: 1px solid #f0f0f0;
}

.ssl-product.domain-card .product-hosting {
  font-size: 16px;
  font-weight: 600;
  color: #1f1f1f;
}

.ssl-product.domain-card .product-features {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 12px 0;
  border: none;
  margin: 0;
}

.ssl-product.domain-card .product-feature {
  display: flex;
  align-items: center;
  gap: 6px;
  background: #f0fdf4;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 12px;
  color: #166534;
}

.ssl-product.domain-card .product-feature-text::before,
.ssl-product.domain-card .product-feature-text::after {
  display: none;
}

.ssl-product.domain-card .product-option-title1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  background: #fff;
  border-radius: 12px;
  border: none;
  margin-top: 12px;
}

.ssl-product.domain-card .product-option-title-text {
  font-size: 15px;
  font-weight: 600;
  color: #1f1f1f;
  word-break: break-all;
}

.ssl-product.domain-card .product-option-price {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
}

.ssl-product.domain-card .product-option-price .product-hosting {
  font-size: 20px;
}

.ssl-product.domain-card .product-option-price .product-hosting:last-child {
  font-size: 14px;
  font-weight: 400;
  color: #718096;
}

.ssl-product.domain-card .product-order-row {
  display: flex;
  align-items: center;
  gap: 8px;
}

.ssl-product.domain-card .product-period-btn {
  font-size: 13px;
  font-weight: 500;
  padding: 6px 12px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #212121;
  color: #212121;
  cursor: pointer;
  transition: all 0.2s ease;
}

.ssl-product.domain-card .product-period-btn:hover {
  background: #f8f9fa;
}

.ssl-product.domain-card .product-period-menu {
  border: 1px solid #e9e9e9;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  padding: 8px 0;
  min-width: 180px;
}

.ssl-product.domain-card .product-period-menu .dropdown-item {
  padding: 10px 16px;
}

.ssl-product.domain-card .product-period-menu .dropdown-item a {
  color: #1f1f1f;
  text-decoration: none;
  font-size: 14px;
}

.ssl-product.domain-card .product-period-menu .dropdown-item:hover {
  background: #f8f9fa;
}

.ssl-product.domain-card .product-option-checkbox-div2 {
  display: none;
}

/* Promotion Code Section - ssl-product prefix */
.ssl-product.promo-section {
  background: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 16px;
  padding: 24px;
  margin-top: 16px;
}

.ssl-product.promo-section .sb-form-field label {
  font-size: 14px;
  font-weight: 600;
  color: #1f1f1f;
  margin-bottom: 8px;
}

.ssl-product.promo-section .sb-input {
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 14px 16px;
  font-size: 14px;
  height: auto;
}

.ssl-product.promo-section .sb-input:focus {
  border-color: #ff4b0e;
  outline: none;
  box-shadow: 0 0 0 3px rgba(255, 75, 14, 0.1);
}

.ssl-product.promo-section .product-order-button {
  margin-top: 16px;
  background: #ff4b0e;
  border: none;
  border-radius: 10px;
  padding: 14px 24px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.ssl-product.promo-section .product-order-button:hover {
  background: #e8420a;
  transform: translateY(-1px);
}

.ssl-product.promo-section .product-order-button-text {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

/* Applied Promotion Code - ssl-product prefix */
.ssl-product.promo-applied {
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  border-radius: 12px;
  padding: 16px 20px;
  margin-top: 16px;
  font-size: 14px;
  font-weight: 600;
  color: #166534;
  display: flex;
  align-items: center;
  gap: 8px;
}

.ssl-product.promo-applied::before {
  content: "✓";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background: #22c55e;
  color: #fff;
  border-radius: 50%;
  font-size: 12px;
}

.ssl-product.promo-remove {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 12px;
  padding: 10px 16px;
  background: #fef2f2;
  border: 1px solid #fecaca;
  border-radius: 8px;
  color: #dc2626;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s ease;
}

.ssl-product.promo-remove:hover {
  background: #fee2e2;
  border-color: #fca5a5;
}

.ssl-product.promo-remove .product-order-button-text {
  color: #dc2626;
}

/* Domain Card Responsive - ssl-product prefix */
@media (max-width: 768px) {
  .ssl-product.domain-card {
    padding: 16px;
  }

  .ssl-product.domain-card .product-option-title1 {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 12px;
  }

  .ssl-product.domain-card .product-order-row {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .ssl-product.domain-card .product-option-price {
    flex-wrap: wrap;
  }

  .ssl-product.promo-section {
    padding: 16px;
  }
}

/* Checkout - Existing Card CVV Input Styles */
.checkout-box #existingCardInfo {
  margin-top: 16px;
  padding: 16px;
  border-radius: 12px;
  border: 1px solid #e9e9e9;
  margin-bottom: 20px;
}

.checkout-box #existingCardInfo .col-lg-3,
.checkout-box #existingCardInfo .col-sm-4 {
  width: 100%;
  max-width: 280px;
  padding: 0;
}

.checkout-box #existingCardInfo .form-group {
  margin-bottom: 0;
}

.checkout-box #existingCardInfo .prepend-icon {
  position: relative;
}

.checkout-box #existingCardInfo .field-icon {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #718096;
  z-index: 1;
  pointer-events: none;
}

.checkout-box #existingCardInfo .field.form-control {
  height: 48px;
  padding-left: 44px;
  padding-right: 50px;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  background: #fff;
  font-size: 15px;
  color: #1f1f1f;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.checkout-box #existingCardInfo .field.form-control:focus {
  border-color: #ff4b0e;
  box-shadow: 0 0 0 3px rgba(255, 75, 14, 0.1);
  outline: none;
}

.checkout-box #existingCardInfo .input-group {
  position: relative;
  display: flex;
  align-items: center;
}

.checkout-box #existingCardInfo .input-group-btn,
.checkout-box #existingCardInfo .input-group-append {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}

.checkout-box #existingCardInfo .vg-cvv-help {
  width: 32px;
  height: 32px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f0f0f0;
  border: none;
  border-radius: 6px;
  color: #718096;
  cursor: pointer;
  transition: background 0.2s ease;
}

.checkout-box #existingCardInfo .vg-cvv-help:hover {
  background: #e2e8f0;
}

.checkout-box #existingCardInfo .vg-cvv-help i {
  font-size: 14px;
}

.checkout-box #existingCardInfo .field-error-msg {
  display: none;
  margin-top: 6px;
  font-size: 12px;
  color: #dc2626;
}

.checkout-box #existingCardInfo .has-error .field-error-msg {
  display: block;
}

.checkout-box #existingCardInfo .has-error .field.form-control {
  border-color: #dc2626;
}

/* Existing Credit Cards Grid */
.checkout-box .existing-cc-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 16px;
  margin-bottom: 16px;
}

.checkout-box .cc-card-inner {
  position: relative;
  background: #fff;
  border: 2px dashed #e2e8f0;
  border-radius: 12px;
  padding: 20px;
  min-height: 160px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.checkout-box .cc-card-inner:hover {
  border-color: #cbd5e0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.checkout-box .cc-card-inner:has(input:checked) {
  border-color: #ff4b0e;
  border-style: solid;
  background: #fff8f6;
}

.checkout-box .cc-card-inner.expired {
  background: #fef2f2;
  border-color: #fecaca;
}

.checkout-box .cc-card-brand {
  position: absolute;
  top: 16px;
  right: 16px;
}

.checkout-box .cc-card-brand i {
  font-size: 32px;
  color: #4f46e5;
}

.checkout-box .cc-card-number {
  margin-top: 32px;
  font-size: 16px;
  font-weight: 600;
  color: #1f1f1f;
  letter-spacing: 1px;
}

.checkout-box .cc-card-name {
  margin-top: 8px;
  font-size: 13px;
  color: #718096;
}

.checkout-box .cc-card-expiry {
  position: absolute;
  bottom: 16px;
  left: 20px;
  font-size: 13px;
  color: #4a5568;
}

.checkout-box .cc-card-expiry small {
  display: block;
  margin-top: 4px;
  font-size: 11px;
  color: #dc2626;
  font-weight: 500;
}

.checkout-box .cc-card-radio input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
}

/* Responsive */
@media (max-width: 768px) {
  .checkout-box #existingCardInfo {
    padding: 12px;
  }

  .checkout-box #existingCardInfo .col-lg-3,
  .checkout-box #existingCardInfo .col-sm-4 {
    max-width: 100%;
  }

  .checkout-box .existing-cc-grid {
    grid-template-columns: 1fr;
  }
}
