
.oew-form-wrap {
  max-width: 760px;
  margin: 0 auto;
  font-family: inherit;
  color: inherit;
}
.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: 100%;
  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;
  max-width: 700px;
  margin: 0 auto;
}
.oew-field {
  margin-bottom: 18px;
}
.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: 80px;
  border: 1px solid #cfd4dc;
  border-radius: 6px;
  background: #ffffff;
  font-size: 15px;
  line-height: 1.4;
}
.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: 12px;
    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;
    color: #374151;
}

.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;
    color: #6b7280;
    font-size: 13px;
    line-height: 1.55;
}
.oew-order-item-excluded {
    opacity: 0.45;
    background: #f5f5f5;
}

.oew-order-item-excluded label {
    cursor: not-allowed;
}

.oew-order-item-excluded input {
    cursor: not-allowed;
}
.oew-form-wrap .oew-order-item.oew-order-item-excluded {
    opacity: 0.45;
    background: #f5f5f5;
    border-color: #d9d9d9;
}

.oew-form-wrap .oew-order-item.oew-order-item-excluded,
.oew-form-wrap .oew-order-item.oew-order-item-excluded * {
    color: #6b7280 !important;
}

.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: 14px;
    line-height: 1.5;
    color: #6b7280;
}