#upsell-modal {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

#upsell-modal .upsell-modal-title {
  font-family: "HuntorHeading", sans-serif;
  font-size: 1.5rem;
  color: #252830;
}

#upsell-flow .upsellstep-btn {
  width: 100%;
  border: 0;
  border-radius: 20px;
  background: #e2e5e9;
  color: #6c757d;
  padding: 1rem 1.25rem;
  text-align: center;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    box-shadow 0.2s ease;
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.04);
  font-size: 0.85rem;
  padding: 0.5rem 0.25rem;
  white-space: normal;
}

#upsell-flow .upsellstep-btn.done {
  background-color: #c2dac0;
}

#upsell-flow .upsellstep-btn i {
  background: #ffffff9c;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  line-height: 24px;
}

#upsell-flow .upsellstep-btn span {
  flex: 1;
  min-width: 0;
  font-size: 0.8rem;
}

#upsell-flow .upsellstep-btn.current {
  background-color: #eed40e;
  color: #252830;
}

#upsell-modal .form-switch.form-switch-md {
  margin-bottom: 1rem;
}

#upsell-modal .form-switch.form-switch-md .form-check-input {
  height: 1.5rem;
  width: calc(2rem + 0.75rem);
  border-radius: 3rem;
}

#upsell-modal .form-switch .form-check-input:checked {
  background-color: #c2dac0;
  border-color: #33822b;
}

.upsell-description {
  font-weight: 600;
  text-align: left;
}

.upsell-price {
  font-weight: 700;
  text-align: right;
}

.upsell-option-image {
  max-height: 60px;
  max-width: 60px;
  border-radius: 8px;
  background: #fff;
  aspect-ratio: 1;
  margin: 0px !important;
  padding: 0px !important;
}

.upsell-option-row {
  padding: 0.25rem 0.1rem;
  transition: background-color 0.2s ease;
}

.upsell-option-available {
  background-color: #fff396;
  border-radius: 0.5rem;
}

.upsell-option-added {
  background-color: #c2dac0;
  border-radius: 0.5rem;
}

.upsell-add-btn {
  background-color: #33822b;
  border-color: #252830;
  color: #ffffff;
}

.upsell-remove-btn {
  background-color: #fff;
  border-color: #fff;
  color: #dd0404;
}

#upsell-back-step-btn {
  cursor: pointer;
  height: 48px;
  line-height: 48px;
}

#current-productgroup {
  border: 1px solid #252830;
  border-radius: 1rem;
  background: #fff;
  margin-left: 1rem;
  margin-right: 1rem;
}

.current-productgroup-row:last-child {
  margin-bottom: 0 !important;
}

.current-productgroup-image {
  max-height: 80px;
  max-width: 80px;
  border-radius: 8px;
  background: #fff;
}

.current-productgroup-description {
  font-weight: 600;
  text-align: left;
}

.current-productgroup-price {
  font-weight: 700;
  text-align: center;
}

.current-productgroup-quantity {
  font-weight: 700;
  min-width: 4rem;
  text-align: right;
  padding-right: 0.5rem;
}

#groupsummary {
  border: 1px solid #252830;
  border-radius: 1rem;
  background: #cccccc82;
  margin-left: 1rem;
  margin-right: 1rem;
}

.upsell-summary-row {
  padding: 0.75rem 0.5rem;
  width: 100%;
}

.upsell-summary-label {
  font-weight: 600;
}

.upsell-summary-amounts {
  gap: 1.5rem;
  margin-left: auto;
}

.upsell-summary-net {
  font-weight: 600;
  white-space: nowrap;
}

.upsell-summary-gross {
  font-weight: 700;
  white-space: nowrap;
  min-width: 6rem;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .current-productgroup-image {
    max-height: 60px !important;
    max-width: 60px !important;
  }
  .upsell-summary-gross,
  .upsell-summary-net,
  .upsell-summary-label {
    font-size: 0.8rem;
  }
  #current-productroup {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  #groupsummary {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}
