
.oew-form-wrap h2 {
  margin-top: 0;
}
.oew-form-wrap input, .oew-form-wrap select, .oew-form-wrap textarea {
  max-width: 100%;
}
.oew-button {
  cursor: pointer;
}
.oew-step-title {
  margin: 0 0 14px;
  line-height: 1.3;
}
.oew-form-wrap {
  width: 100%;
  max-width: 700px;
  margin: 30px 0;
  font-family: inherit;
}
.oew-form-card {
  width: 100%;
  box-sizing: border-box;
  padding: 28px;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  background: #ffffff;
  margin: 0;
}
.oew-form-card p {
    padding: 0 !important
}
.oew-fieldset-title  {
    margin-bottom: 15px
}
p.oew-field {
  margin-bottom: 30px !important;
    margin-top: 0!important;
    padding: 0!important
}
.oew-account-orders {
    margin-bottom: 30px
}
.oew-field label {
  display: block;
  margin-bottom: 6px;
  font-weight: 600;
  font-size: 15px;
}
.oew-field input[type="text"], .oew-field input[type="email"], .oew-field input[type="number"], .oew-field select, .oew-field textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 15px;
  height: 50px;
  border: 1px solid #cfd4dc;
  border-radius: 6px;
  background: #ffffff;
  font-size: 15px;
  line-height: 1.4;
}
.oew-field textarea  {
    height: 80px
}
.oew-button, .oew-form-card .button.oew-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 11px 50px;
  border: 0;
  border-radius: 6px;
  background: #1f2937;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
}
.oew-button:hover, .oew-form-card .button.oew-button:hover {
  background: #111827;
  color: #ffffff;
}
.oew-form-intro {
  margin: 0 0 24px 0;
}
.oew-form-sent_email {
  margin: 0 0 0px 0;
}
.hidden {
  display: none !important
}
.mt0 {
  margin-top: 0
}
.mb0 {
  margin-bottom: 0
}
.oew-order-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 30px;
  padding: 14px 16px;
  border: 1px solid #e1e5ea;
  border-radius: 8px;
  background: #fafafa;
}
.oew-order-item > label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  font-weight: 600;
  font-size: 15px;
}
.oew-order-item input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 19px;
  height: 19px;
  margin: 0;
  border: 2px solid #9ca3af;
  border-radius: 5px;
  background: #ffffff;
  cursor: pointer;
  position: relative;
  flex: 0 0 auto;
}
.oew-order-item input[type="checkbox"]:checked {
  background: #1f2937;
  border-color: #1f2937;
}
.oew-order-item input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.oew-item-qty {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  white-space: nowrap;
}
.oew-item-qty label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
}
.oew-item-qty input[type="number"] {
  width: 70px;
  padding: 7px 8px;
  text-align: center;
}
@media (max-width: 640px) {
  .oew-order-item {
    display: block;
  }
  .oew-item-qty {
    margin-top: 10px;
    padding-left: 29px;
  }
}
.oew-summary-items {
  margin: 14px 0 24px;
  padding: 0;
  list-style: none;
}
.oew-summary-items li {
  margin-bottom: 10px;
  padding: 12px 14px;
  border: 1px solid #e1e5ea;
  border-radius: 8px;
  background: #fafafa;
  font-size: 15px;
  font-weight: 600;
}
.oew-form-card h2 {
  margin: 0 0 22px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
}
.oew-form-card h3 {
  margin: 24px 0 8px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}
.oew-form-card p {
  line-height: 1.55;
}
.oew-confirm-form {
  margin-top: 26px;
}
.oew-form-card p strong {
  display: inline-block;
  min-width: 170px;
  font-size: 14px;
  font-weight: 600;

}
.oew-form-card p {
  font-size: 16px;
}
.oew-form-card p:has(strong) {
  padding: 10px 0;
  border-bottom: 1px solid #edf0f3;
}
.oew-form-card p:has(strong):last-of-type {
  border-bottom: 0;
}
.already_wthdn {
  font-size: 15px
}
.oew-legal-footer {
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid #e5e7eb;

  font-size: 13px;
  line-height: 1.55;
}
.oew-form-wrap .oew-order-item.oew-order-item-excluded input, .oew-form-wrap .oew-order-item.oew-order-item-excluded label {
  cursor: not-allowed;
}
.oew-form-wrap .oew-order-item.oew-order-item-excluded input[type="number"] {
  background: #eeeeee;
  border-color: #d1d5db;
}
.oew-form-wrap .oew-item-qty input[type="number"] {
  box-shadow: none !important;
  outline: none;
}
.oew-form-wrap .oew-order-item-excluded .oew-item-qty input[type="number"] {
  box-shadow: none !important;
  outline: none;
  background: #f3f4f6;
  border: 1px solid #d1d5db;
  color: #9ca3af !important;
}
.oew-form-wrap .oew-item-qty input[type="number"]::-webkit-inner-spin-button, .oew-form-wrap .oew-item-qty input[type="number"]::-webkit-outer-spin-button {
  opacity: 0.4;
}
.oew-form-wrap .oew-excluded-items-hint {
  margin: 0 0 10px;
  font-size: 12px;
  line-height: 1.5;
 
}
.oew-form-wrap .oew-custom-select {
  position: relative;
  width: 100%;
}
.oew-form-wrap .oew-custom-select-button {
  width: 100%;
  min-height: 50px;
  padding: 10px 14px;
  border: 1px solid #cfd4dc !important;
  border-radius: 6px;
  background: #fff;
  color: #111;
  font-size: 16px;
  line-height: 1.4;
  text-align: left;
  cursor: pointer;
}
.oew-form-wrap .oew-custom-select-button {
  position: relative;
  padding-right: 42px;
}

.oew-form-wrap .oew-custom-select-button:after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  width: 7px;
  height: 7px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: translateY(-65%) rotate(45deg);
  pointer-events: none;
}
.oew-form-wrap .oew-custom-select-list {
  display: none;
  position: absolute;
  z-index: 9999;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  max-height: 260px;
  overflow-y: auto;
  border: 1px solid #cfcfcf;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
.oew-form-wrap .oew-custom-select.is-open .oew-custom-select-list {
  display: block;
}
.oew-form-wrap .oew-custom-select-option {
  display: block;
  width: 100%;
  padding: 9px 14px;
  border: 0;
  background: #fff;
  color: #111;
  font-size: 15px;
  line-height: 1.4;
  text-align: left;
  cursor: pointer;
}
.oew-form-wrap .oew-custom-select-option:hover, .oew-form-wrap .oew-custom-select-option.is-selected {
  background: #f2f2f2;
}
.oew-form-wrap .oew-custom-select-option.is-disabled, .oew-form-wrap .oew-custom-select-option:disabled {
  color: #b5b5b5;
  cursor: not-allowed;
  background: #f7f7f7;
}
.oew-form-wrap .oew-order-item.oew-order-item-excluded {
  display: block;
}
.oew-form-wrap .oew-order-item.oew-order-item-info-only {
  display: block;
  padding: 16px;
}
.oew-form-wrap .oew-excluded-item-title {
  margin: 0 0 6px;
  font-weight: 600;
  line-height: 1.4;
  font-size: 16px
}
.oew-form-wrap .oew-excluded-item-reason {
  display: block;
  margin: 0;
  font-size: 13px;
  line-height: 1.45;

}
.oew-form-wrap .oew-back-row {
  margin: 0 0 16px;
}
.oew-form-wrap .oew-back-form {
  margin: 20px 0 10px;
}
.oew-form-wrap .oew-back-link {
  display: inline-block;
  padding: 0;
  border: 0;
  background: transparent !important;

  font-size: 14px;
  line-height: 1.4;
  text-decoration: underline;
  cursor: pointer;
}
.oew-form-wrap .oew-back-link:hover {
  text-decoration: none;
}
.oew-form-wrap .oew-back-navigation {
  margin: 24px 0 0;
  padding-top: 18px;
  border-top: 1px solid #e5e7eb;
}
.oew-form-wrap .oew-back-row, .oew-form-wrap .oew-back-form {
  margin: 0;
}

.oew-form-wrap .oew-back-link:hover {
  text-decoration: none;
}
.oew-form-wrap .oew-form-title {
  max-width: 700px;
  margin: 0 0 24px;
  padding: 0;
  font-size: 42px;
  line-height: 1.15;
  font-weight: 700;
  text-align: left;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .oew-form-wrap .oew-form-title {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 18px;
  }
}
.oew-form-wrap .oew-form-card .oew-order-item.oew-order-item-excluded, .oew-form-wrap .oew-form-card .oew-order-item.oew-order-item-info-only {
  opacity: 1 !important;
  background: #f5f5f5 !important;
  border-color: #e5e7eb !important;
}


.oew-form-wrap .oew-form-card .oew-order-item.oew-order-item-excluded label, .oew-form-wrap .oew-form-card .oew-order-item.oew-order-item-excluded input {
  cursor: not-allowed;
}

.oew-field .description {
    font-size: 12px;
    margin-top: 10px;
}
