.order-step-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 20px;
  padding-top: 15px;
}

.order-step-prev,
.order-step-next {
  border: none;
  padding: 8px 16px;
  border-radius: 3px;
  cursor: pointer;
}

.order-step-prev[disabled],
.order-step-next[disabled] {
  opacity: 0.4;
  cursor: not-allowed;
}

.wooco_component {
  display: none;
}
.wooco_component.is-active {
  display: block;
}
