.order-section {
  h1 {
    margin-bottom: var(--space-lg);
  }
}

.orderTable {
  thead {
    th {
      color: var(--colour-brand-orange-900);
      font-size: var(--font-size-xl);
      font-weight: 500;
    }
  }

  tfoot {

    th, td {
      background-color: var(--colour-brand-pink-700);
      color: var(--colour-white);
      border: none;

      a {
        color: var(--colour-white);
      }
    }
  }
}

.agreement-box {
  background: var(--colour-bg-main);
  padding: var(--space-lg);
  border: 1px solid var(--colour-brand-grey-100);
  margin: var(--space-md) 0;
  display: flex;
  flex-direction: column;
  gap: var(--space-md);

  p.agreement-box__preface {
    margin: 0;
  }
}

.order-table__total {
  font-size: var(--font-size-2xl);
  font-weight: 500;
}

.order-remove-icon {
  display: block;
  background: url('/images/greycross.png') no-repeat 50% / 60%;
  width: 22px;
  height: 22px;
}

p.order-view-printable-link,
p.order-pay-online-banking-block {
  margin: var(--space-md) 0;
}


/** Order Upsell Interstitial **/


.order-upsell-section {

  .order-upsell-heading {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 0;
    letter-spacing: normal;
  }

  .price-text {
    position: relative;
    font-size: 24px;
    font-family: 'Open Sans', sans-serif;
    color: #707070;
    text-align: left;
  }

  .product-total-wrapper {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }

  .additional-user-text {
    position: relative;
    font-size: 32px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    color: #221f1b;
    text-align: left;
  }

  .year {
    position: relative;
    font-size: 16px;
  }

  .price-parent {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }

  .user-wrapper {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: #221f1b;
  }

  .description-text {
    align-self: stretch;
    position: relative;
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
    font-family: 'Open Sans', sans-serif;
    color: #303636;
    text-align: center;
    display: inline-block;
  }

  .description-wrapper {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: center;
    color: #303636;
  }

  .button-text {
    position: relative;
    line-height: 24px;
    width: 100%;
  }

  .secondary-button-text {
    position: relative;
    line-height: 20px;
  }

  .text-container {
    height: 16px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }

  .templates-primary-button-template {
    flex: 1;
    border-radius: 4px;
    background-color: #ff0066;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
  }

  .templates-secondary-button-template {
    flex: 1;
    border-radius: 4px;
    border: 1px solid #ff0066;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
  }

  .primary-button {
    align-self: stretch;
    border-radius: 4px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    color: #fff;
    cursor: pointer;
  }

  .secondary-button {
    width: 100%;
    position: relative;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: left;
    font-size: 14px;
    color: #ff0066;
    font-family: 'Open Sans', sans-serif;
  }

  .select-cards {
    position: relative;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #dedede;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 32px 24px;
    gap: 16px;
    min-width: 336px;
    text-align: left;
    font-size: 16px;
    color: #707070;
    font-family: 'Open Sans', sans-serif;
  }

  .select-card-border-2 {
    border: 1px solid #ff0066;
  }

  .select-card-border-1 {
    border: 1px solid #dedede;
  }

  .total {
    color: #221f1b;
    font-family: Open Sans, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  .totalWrapper {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 0px;
  }

  .vat-will-be {
    position: relative;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    color: #707070;
    text-align: left;
  }

  .vat-will-be-calculated-in-the-wrapper {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    font-size: 14px;
    color: #707070;
  }

  .frame-parent {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    text-align: left;
    font-size: 16px;
    color: #221f1b;
    font-family: 'Open Sans', sans-serif;
  }

  .badge-text {
    color: #f06;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .badge {
    box-shadow: 0px 0.8190476298332214px 0.82px rgba(0, 0, 0, 0.08);
    border-radius: 1.64px;
    border: 1px solid #ff0066;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 2px 6px;
  }

  .radioradio-with-label-parent {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    color: #ff0066;
  }

  .radioradio-with-label {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
  }

  .radioradio-with-label-group {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 0;
  }

  .frame-group {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 24px;
    color: #707070;
  }

  .add-5-additional {
    position: relative;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    color: #303636;
    text-align: left;
  }

  .add-5-frame-div {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    font-size: 16px;
  }

  .add-5-migration-products {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
  }

  .migration-products {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    font-size: 12px;
    color: #fff;
  }

  .frame-wrapper {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }

  .add-5-additional-container {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 16px;
  }

  .add-5-additional {
    position: relative;
    line-height: 24px;
    font-weight: 600;
  }

  .add-5-additional-concurrent-us-parent {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
  }

  .per-5-users-container {
    width: 100%;
    position: relative;
    line-height: 18px;
    text-align: right;
    display: inline-block;
  }

  .per-5-users-wrapper {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    text-align: right;
    font-size: 14px;
    color: #707070;
  }

  .templates-input-template {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15) inset;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #dad8d8;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 8px 16px 8px 8px;
    gap: 8px;
  }

  .add-5-text-input-wrapper {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .per-5-users {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    color: #707070;
  }

  .radioradio-table {
    border-radius: 1000px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 2px;
  }

  .migration-service-parent {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 4px;
    font-size: 14px;
    color: #221f1b;
    font-family: 'Open Sans', sans-serif;
  }

  .migration-price {
    position: relative;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    color: #707070;
  }

  .add-to-basket {
    all: unset;
    width: 100%;
    color: #f7f7f7;
    cursor: pointer;
  }

  .migration-label-text {
    position: relative;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Open Sans', sans-serif;
    color: #221f1b;
    text-align: left;
  }

}

.order-upsell-footer-section {
  height: 150px;
  padding: 0;

  .order-upsell-footer-container {
    width: 1000px;
    padding: 55px 0;
  }
}

.skip-to-payment {
  color: #707070;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 8px 16px;
  border-radius: 4px;
  background: #f7f7f7;
  border: none;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.08);
  cursor: pointer;
}

