.steps-product-error-wrapper {
  background-color: #f1f1f3;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 3em 0;
  border-radius: 5px;
  padding: 1em;
}

.steps-product-error-text {
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
}

.checkout-error-message {
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
}

.step {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid lightgray;
  padding: 1em 1.5em;
  line-height: 1.2em;
  .step-summary-number {
    background-color: gray;
  }

  .step-summary h6 {
    font-size: 1em;
    margin: 0;
    color: gray;
  }
}

.step[isActive] {
  .step-summary-number {
    background-color: black;
  }

  .step-summary h6 {
    font-size: 1em;
    margin: 0;
    color: black;
    text-align: center;
  }
}

.steps-wrapper {
  display: flex;
  background-color: #f6f6f6;
  border-radius: 5px;
}

.steps-content {
  display: block;
  flex: 1;
}

.step-summary {
  cursor: default;
  display: flex;
  align-items: center;
  gap: 0.5em;
  user-select: none;
  span {
    display: none;
  }
  button {
    display: none;
  }
}
.step-summary {
  display: flex;
  align-items: center;
  gap: 0.5em;
  user-select: none;
  span {
    display: none;
  }
  button {
    display: none;
  }

  pointer-events: none;
}

.step-summary[done] {
  pointer-events: auto;
  border-radius: 5px;
  span {
    display: inline;
    color: #949fa0;
  }
  button {
    display: inline;
  }
}

.step-summary-number {
  background-color: #2f3948;
  color: white;
  border-radius: 50%;
  padding: 1em;
  width: 2em;
  height: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
.summary-text-wrapper {
  display: flex;
  align-items: center;
  flex: 1;
  gap: 0.5em;
}

.heading-step {
  display: flex;
  flex-direction: column;
}

.step-summary h6 {
  font-size: 1.2em;
  margin: 0;
}

.summary-edit-button {
  background-color: white;
  padding: 1em 1.5em;
  border-radius: 5px;
  cursor: pointer;
  border: 2px solid black;
}

.lensabl-card {
  border: 2px solid #bbb;
  padding: 1em;
  align-items: center;
  border-radius: 5px;
  margin: 0.5em 0;
  cursor: pointer;
  background-color: white;
  .standar-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .checkmark {
    display: none;
  }
}

.overview-card {
  gap: 0.3em;
}

.lensabl-card[active] {
  .standar-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  border: 2px solid #8adddb;
  .checkmark {
    display: block;
    width: 20px;
    height: 20px;
  }
}
.container-heading-prescription {
  width: 100%;
}
.container-heading {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
}

.container-image {
  display: flex;
  gap: 1em;
}

.container-image img {
  width: 50px;
  height: 50px;
}
.step-button {
  background-color: black;
  color: white;
  border: none;
  border-radius: 5px;
  padding: 1em 0;
  width: 100%;
  cursor: pointer;
}
.step-button[disabled] {
  background-color: #999;
}

.rx-wrapper {
  display: flex;
  justify-content: center;
  margin: 3em 0;
}

.rx-button {
  background-color: #027357;
  color: white;
  width: 80%;
  height: 4em;
  border: none;
  border-radius: 5px;
}

/* new styles */
.container-options {
  background-color: #f1f1f2;
  border-radius: 5px;
  padding: 0.5em;
  margin: 0.5em 0;
}

.radio-button {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid gray;
  background-color: transparent;
  cursor: pointer;
  margin-right: 0.4em;
  flex-shrink: 0;
}
.radio-button.selected {
  background-image: url('checkmark.png');
  background-size: cover;
  border: none;
}

.option-label {
  display: flex;
  align-items: flex-start;
  padding: 10px;
}

.choices-button {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-left: 4em;
  margin-bottom: 0.3em;
}
.choice-label {
  display: flex;
  align-items: center;
}

.link-label {
  color: #8adddb;
  text-decoration: underline;
}
.dropdown-container {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.dropdown-select {
  margin-left: 3em;
  width: 130px;
  height: 45px;
  padding: 10px 10px;
  border-radius: 5px;
  border: 1px solid #c8d3d4;
}
.dropdown-container select {
  background: #fff url('triangle-select.png') no-repeat right 12px center;
  background-size: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.transitions-container {
  background-color: #f1f1f2;
  border-radius: 5px;
  width: 100%;
  padding: 1.5em;
}
.tab-container-levels,
.tab-container {
  display: flex;
  flex-direction: row;
  border-radius: 5px;
  background-color: #e2e2e4;
  padding: 3px;
  justify-content: space-around;
  width: 100%;
}
.tab-button-choices-sunglass,
.tab-button {
  flex-grow: 1;
  background-color: #e2e2e4;
  border: none;
  padding: 1em;
  font-size: 16px;
  cursor: pointer;
  width: 100%;
}
.tab-button-choices-sunglass.active,
.tab-button-level.active,
.tab-button.active {
  background-color: white;
  font-weight: bold;
  border-radius: 5px;
}

.content-display {
  margin-top: 15px;
  border-bottom: 1px solid #d1d1d4;
}

.container-colors {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.tab-button-level,
.tab-button-tint-sunglass {
  flex-grow: 1;
  background-color: #e2e2e4;
  border: none;
  padding: 1em;
  font-size: 16px;
  cursor: pointer;
  width: 100%;
}
.tab-button-tint-sunglass.active {
  background-color: #2e3948;
  border-radius: 5px;
  color: white;
}

.tab-row {
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 20px;
}

.container-icon {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.tab-button-choices-sunglass {
  margin-right: 10px;
  cursor: pointer;
}

.container-frame {
  display: flex;
  justify-content: center;
}

.choice-colors-levels-container {
  margin-top: 20px;
}
.colors-container {
  display: flex;
  flex-direction: row;
  gap: 0.5em;
  margin-bottom: 1em;
  flex-wrap: wrap;
}
.button-color {
  border-radius: 5px;
  padding: 1em 1.5em;
  border: none;
  font-weight: 700;
}
.button-color.active {
  outline: 2px solid white;
  box-shadow: 0 0 0 4px black;
}
.levels-container button {
  margin-right: 5px;
}
.container-sunglass {
  background-color: #f1f1f2;
  width: 100%;
  padding: 1em;
  border-radius: 5px;
}
.container-match {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.button-match {
  width: 100%;
  padding: 1em;
  text-align: center;
}
.container-finished {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.finish-label {
  display: block;
  color: #2f3948;
  font-size: 2.813rem;
  font-weight: 700;
  line-height: 4.625rem;
}

.finish-ready {
  display: block;
  color: #8d8d8d;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.813rem;
}
.container-buttons-finished {
  display: flex;
  flex-direction: row;
}
.button-checkout,
.button-shopping {
  border: none;
  border-radius: 5px;
  width: auto;
  height: 3em;
  padding: 1em;
  margin: 0.5em;
  background-color: #6293ce;
  color: white;
  cursor: pointer;
}
.button-checkout {
  background-color: #79c0e9;
  color: white;
}

.card-container.hidden {
  display: none;
}

.container-comment {
  margin: 1em;
}
.text-area-comment {
  padding: 1em;
}

.choice-span {
  font-weight: bold;
  font-size: 1em;
}

.heading-observation {
  color: gray;
  font-weight: 400;
}
@media only screen and (min-width: 769px) {
  .step-button-wrapper {
    display: flex;
    justify-content: flex-end;
  }
  .step-button {
    width: 25%;
    padding: 1.2em;
  }
}

@media only screen and (max-width: 769px) {
  .choices-button,
  .choice-body,
  .option-body {
    display: none;
  }
  .choices-button.selected {
    .choice-body {
      display: block;
    }
  }
  .option-data.selected {
    .choices-button,
    .option-body {
      display: block;
    }
  }
  .tab-container {
    flex-wrap: wrap;
  }
  .lensabl-card {
    padding: 10px;
  }
  .choice-label,
  .option-span {
    font-size: 16px !important;
  }
  .container-option {
    width: 80%;
  }
  .choices-button {
    margin-left: 3em;
  }
  .step {
    padding: 0.5em;
  }
  .color-item {
    justify-content: center;
    flex: 0 0 30.333333%;
    text-align: center;
  }
  .colors-container {
    justify-content: center;
  }
  .tab-container.tab-tints {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5em;
    background-color: transparent;
  }
  .tab-button-tint-sunglass {
    border-radius: 5px;
    font-size: 1em;
    height: 4em;
    padding: 0 0.2em;
    text-transform: uppercase;
    font-weight: bold;
    img {
      display: none;
    }
  }
  .tab-container.tab-choices {
    gap: 0.5em;
    background-color: transparent;
  }
  .tab-container.tab-choices-transitions {
    gap: 0.5em;
    background-color: #f1f1f2;
    padding: 0.5em;
  }
  .tab-button {
    border-radius: 5px;
  }
  .tab-button-choices-sunglass {
    border-radius: 5px;
  }
  .card-body {
    display: none;
  }
  .lensabl-card[active] {
    .card-body {
      display: block;
    }
  }
  .overview-card img {
    display: none;
  }

  .choice-span {
    font-size: 0.9em;
  }
  /* change this to something better */
  #BUTTONEDGEOPTIONS {
    background-color: #e2e2e4;
    margin: 0.5em 0;
    border-radius: 5px;
  }

  #BUTTONPROTECTIONPLANS {
    background-color: #e2e2e4;
    border-radius: 5px;
  }
}
