/* Oeltek Order Details Page */

body.page-id-8670 {
  background: #ffffff !important;
}

body.page-id-8670 .oeltek-order-details-page {
  direction: rtl;
  padding: 38px 14px 60px;
  background: #ffffff !important;
  min-height: 70vh;
}

body.page-id-8670 .oeltek-order-details-wrap {
  width: 100%;
  max-width: 690px;
  margin: 0 auto;
}

body.page-id-8670 .oeltek-order-login-card {
  width: 100%;
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 12px;
  padding: 30px 34px 28px;
  box-sizing: border-box;
  text-align: center;
}

body.page-id-8670 .oeltek-order-login-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 26px;
}

body.page-id-8670 .oeltek-order-logo-img {
  width: 126px;
  height: auto;
  display: block;
}

body.page-id-8670 .oeltek-order-login-title {
  margin: 0 0 16px;
  font-size: 18px;
  font-weight: 800;
  color: #222222;
  line-height: 1.8;
}

body.page-id-8670 .oeltek-order-login-desc {
  margin: 0 auto 16px;
  font-size: 13px;
  font-weight: 500;
  line-height: 2;
  color: #777777;
}

body.page-id-8670 .oeltek-order-login-form {
  width: 100%;
  display: grid;
  gap: 12px;
  margin: 0 0 12px;
}

body.page-id-8670 .oeltek-order-login-input {
  width: 100%;
  height: 48px;
  padding: 0 16px;
  box-sizing: border-box;
  border: 1px solid #cfcfcf;
  border-radius: 10px;
  background: #ffffff;
  color: #333333;
  font-size: 14px;
  font-weight: 500;
  text-align: right;
  outline: none;
}

body.page-id-8670 .oeltek-order-login-input::placeholder {
  color: #8a8a8a;
}

body.page-id-8670 .oeltek-order-login-input:focus {
  border-color: #cd626c;
  box-shadow: 0 0 0 3px rgba(205, 98, 108, .12);
}

body.page-id-8670 .oeltek-login-btn,
body.page-id-8670 .oeltek-guest-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 10px;
  text-decoration: none !important;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.6;
  transition: all .18s ease;
  box-sizing: border-box;
}

body.page-id-8670 .oeltek-login-btn {
  width: 100%;
  background: #cd626c;
  color: #ffffff !important;
  border: 1px solid #cd626c;
  cursor: pointer;
}

body.page-id-8670 .oeltek-login-btn:hover {
  background: #bf5660;
  border-color: #bf5660;
}

body.page-id-8670 .oeltek-guest-btn {
  width: 100%;
  background: #ffffff;
  color: #555555 !important;
  border: 1px solid #d9d9d9;
}

body.page-id-8670 .oeltek-guest-btn:hover {
  background: #f5f5f5;
  border-color: #cfcfcf;
}

@media (max-width: 640px) {
  body.page-id-8670 .oeltek-order-details-page {
    padding: 24px 12px 50px;
  }

  body.page-id-8670 .oeltek-order-details-wrap {
    max-width: 100%;
  }

  body.page-id-8670 .oeltek-order-login-card {
    padding: 26px 18px 24px;
    border-radius: 12px;
  }

  body.page-id-8670 .oeltek-order-logo-img {
    width: 116px;
  }

  body.page-id-8670 .oeltek-order-login-title {
    font-size: 17px;
  }
}
body.page-id-8670 .oeltek-shipping-login-desc {
  width: 100%;
  margin: 0 auto 22px !important;
  color: #cd626c !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  line-height: 2.2 !important;
  text-align: center !important;
  display: block !important;
}
/* Shipping guest button: red on all devices */
body.page-id-8670 .oeltek-shipping-guest-btn {
  width: 100% !important;
  min-height: 48px !important;
  background: #cd626c !important;
  color: #ffffff !important;
  border: 1px solid #cd626c !important;
  border-radius: 10px !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-decoration: none !important;
}

body.page-id-8670 .oeltek-shipping-guest-btn:hover {
  background: #bf5660 !important;
  border-color: #bf5660 !important;
  color: #ffffff !important;
}

/* Phone only: move guest button above login block */
@media (max-width: 640px) {
  body.page-id-8670 .oeltek-shipping-account-login {
    display: flex !important;
    flex-direction: column !important;
  }

  body.page-id-8670 .oeltek-shipping-login-head {
    order: 1 !important;
  }

  body.page-id-8670 .oeltek-shipping-guest-btn {
    order: 2 !important;
    margin: 0 0 18px 0 !important;
  }

  body.page-id-8670 .oeltek-shipping-myaccount-box {
    order: 3 !important;
  }
}
/* Shipping details form */
body.page-id-8670 .oeltek-shipping-details-section {
  width: 100%;
  margin-top: 24px;
}

body.page-id-8670 .oeltek-shipping-details-section.is-hidden {
  display: none;
}

body.page-id-8670 .oeltek-shipping-details-section.is-visible {
  display: block;
}

body.page-id-8670 .oeltek-shipping-details-form {
  width: 100%;
  display: grid;
  gap: 18px;
  direction: rtl;
}

body.page-id-8670 .oeltek-shipping-form-block {
  width: 100%;
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 14px;
  padding: 24px 28px 26px;
  box-sizing: border-box;
}

body.page-id-8670 .oeltek-shipping-block-title {
  margin: 0 0 20px;
  color: #222222;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.8;
  text-align: right;
}

body.page-id-8670 .oeltek-shipping-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 18px;
}

body.page-id-8670 .oeltek-shipping-field {
  display: grid;
  gap: 8px;
  text-align: right;
}

body.page-id-8670 .oeltek-shipping-field-full {
  grid-column: 1 / -1;
}

body.page-id-8670 .oeltek-shipping-field span {
  color: #333333;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.8;
}

body.page-id-8670 .oeltek-shipping-field em {
  color: #cd626c;
  font-style: normal;
}

body.page-id-8670 .oeltek-shipping-field small {
  margin-right: 6px;
  color: #888888;
  font-size: 12px;
  font-weight: 700;
}

body.page-id-8670 .oeltek-shipping-field input,
body.page-id-8670 .oeltek-shipping-field textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid #cfcfcf;
  border-radius: 10px;
  padding: 0 14px;
  box-sizing: border-box;
  background: #ffffff;
  color: #333333;
  font-size: 14px;
  font-weight: 500;
  text-align: right;
  outline: none;
}

body.page-id-8670 .oeltek-shipping-field textarea {
  min-height: 104px;
  padding-top: 12px;
  resize: vertical;
  line-height: 2;
}

body.page-id-8670 .oeltek-shipping-field input:focus,
body.page-id-8670 .oeltek-shipping-field textarea:focus {
  border-color: #cd626c;
  box-shadow: 0 0 0 3px rgba(205, 98, 108, .12);
}

body.page-id-8670 .oeltek-shipping-field input[readonly] {
  background: #f5f5f5;
  color: #666666;
  cursor: not-allowed;
}

@media (max-width: 640px) {
  body.page-id-8670 .oeltek-shipping-form-block {
    padding: 20px 16px 22px;
    border-radius: 13px;
  }

  body.page-id-8670 .oeltek-shipping-form-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  body.page-id-8670 .oeltek-shipping-block-title {
    font-size: 18px;
  }
}
/* Shipping form desktop/tablet layout */
@media (min-width: 641px) {
  body.page-id-8670 .oeltek-order-details-wrap {
    max-width: 80vw !important;
    width: 80vw !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body.page-id-8670 .oeltek-shipping-form-block {
    width: 100% !important;
    padding: 22px 24px 24px !important;
    border: 1px solid #dddddd !important;
    border-radius: 14px !important;
    background: #ffffff !important;
  }

  body.page-id-8670 .oeltek-shipping-form-grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 14px !important;
    align-items: start !important;
  }

  body.page-id-8670 .oeltek-shipping-field-full {
    grid-column: auto !important;
  }

  body.page-id-8670 .oeltek-shipping-field input,
  body.page-id-8670 .oeltek-shipping-field textarea,
  body.page-id-8670 .oeltek-shipping-field select {
    height: 48px !important;
    min-height: 48px !important;
  }

  body.page-id-8670 .oeltek-shipping-field textarea {
    resize: none !important;
    padding-top: 10px !important;
    line-height: 1.8 !important;
  }
}
/* Shipping address row: give full address more space */
@media (min-width: 641px) {
  body.page-id-8670 .oeltek-shipping-form-block:nth-of-type(2) .oeltek-shipping-form-grid {
    grid-template-columns: 0.8fr 0.8fr 2fr 0.8fr !important;
  }

  body.page-id-8670 .oeltek-shipping-form-block:nth-of-type(2) .oeltek-shipping-field-full {
    grid-column: auto !important;
  }
}
/* Match province/city selects with other shipping inputs */
body.page-id-8670 .oeltek-shipping-field select,
body.page-id-8670 select#billing_state,
body.page-id-8670 select#billing_city {
  border-radius: 10px !important;
  font-family: inherit !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #333333 !important;
  padding: 0 14px !important;
  height: 48px !important;
  line-height: 48px !important;
  background-color: #ffffff !important;
  border: 1px solid #cfcfcf !important;
}
/* Shipping method button + validation errors */
body.page-id-8670 .oeltek-shipping-action-wrap {
  width: 100%;
  display: grid;
  justify-items: center;
  gap: 12px;
  margin-top: 4px;
}

body.page-id-8670 .oeltek-shipping-method-btn {
  width: min(360px, 100%);
  min-height: 50px;
  border: 1px solid #d1d1d1;
  border-radius: 12px;
  background: #d1d1d1;
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.8;
  cursor: not-allowed;
  transition: background-color .18s ease, border-color .18s ease, opacity .18s ease;
}

body.page-id-8670 .oeltek-shipping-method-btn.is-ready {
  background: #cd626c;
  border-color: #cd626c;
  cursor: pointer;
}

body.page-id-8670 .oeltek-shipping-method-btn.is-ready:hover {
  background: #bf5660;
  border-color: #bf5660;
}

body.page-id-8670 .oeltek-shipping-form-error {
  min-height: 24px;
  color: #c62828;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.9;
  text-align: center;
}

body.page-id-8670 .oeltek-shipping-field input.oeltek-field-error,
body.page-id-8670 .oeltek-shipping-field textarea.oeltek-field-error,
body.page-id-8670 .oeltek-shipping-field select.oeltek-field-error {
  border-color: #c62828 !important;
  border-width: 2px !important;
  box-shadow: 0 0 0 3px rgba(198, 40, 40, .10) !important;
}
/* First receiver info block: 6 fields desktop/tablet */
@media (min-width: 641px) {
  body.page-id-8670 .oeltek-shipping-form-block:first-of-type .oeltek-shipping-form-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }

  body.page-id-8670 .oeltek-shipping-form-block:first-of-type .oeltek-shipping-field span {
    min-height: 50px;
    display: flex;
    align-items: flex-end;
    line-height: 1.7;
  }

  body.page-id-8670 .oeltek-shipping-form-block:first-of-type .oeltek-shipping-field small {
    display: inline;
    font-size: 11px;
    line-height: 1.6;
  }
}
/* Receiver info block: first 4 fields on row 1, optional 2 fields on row 2 */
@media (min-width: 641px) {
  body.page-id-8670 .oeltek-shipping-form-block:first-of-type .oeltek-shipping-form-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  body.page-id-8670 .oeltek-shipping-form-block:first-of-type .oeltek-shipping-field:nth-child(5),
  body.page-id-8670 .oeltek-shipping-form-block:first-of-type .oeltek-shipping-field:nth-child(6) {
    grid-column: span 2 !important;
  }

  body.page-id-8670 .oeltek-shipping-form-block:first-of-type .oeltek-shipping-field span {
    min-height: auto !important;
    display: block !important;
  }
}
/* Shipping forms: mandatory fields black border, optional fields gray */
body.page-id-8670 .oeltek-shipping-field input[required],
body.page-id-8670 .oeltek-shipping-field textarea[required],
body.page-id-8670 .oeltek-shipping-field select[required] {
  border-color: #222222 !important;
  border-width: 1.2px !important;
}

body.page-id-8670 .oeltek-shipping-field input:not([required]),
body.page-id-8670 .oeltek-shipping-field textarea:not([required]),
body.page-id-8670 .oeltek-shipping-field select:not([required]) {
  border-color: #d4d4d4 !important;
  border-width: 1px !important;
}

body.page-id-8670 .oeltek-shipping-field input[readonly] {
  border-color: #222222 !important;
  border-width: 1.2px !important;
}
/* Force mandatory province/city select borders */
body.page-id-8670 select#billing_state[required],
body.page-id-8670 select#billing_city[required] {
  border-color: #222222 !important;
  border-width: 1.2px !important;
  border-style: solid !important;
  box-shadow: none !important;
}

body.page-id-8670 select#billing_state[required]:focus,
body.page-id-8670 select#billing_city[required]:focus {
  border-color: #222222 !important;
  box-shadow: 0 0 0 3px rgba(34, 34, 34, .08) !important;
}
/* Shipping block titles + separation */
body.page-id-8670 .oeltek-shipping-form-block {
  position: relative !important;
  margin-top: 34px !important;
}

body.page-id-8670 .oeltek-shipping-block-title {
  position: absolute !important;
  top: -34px !important;
  right: 8px !important;
  margin: 0 !important;
  color: #cd626c !important;
  font-size: 18px !important;
  font-weight: 900 !important;
  line-height: 1.8 !important;
  background: #ffffff !important;
  padding: 0 8px !important;
  text-align: right !important;
}

body.page-id-8670 .oeltek-shipping-form-block + .oeltek-shipping-form-block {
  margin-top: 46px !important;
}

body.page-id-8670 .oeltek-shipping-form-block + .oeltek-shipping-form-block::before {
  content: "" !important;
  position: absolute !important;
  top: -24px !important;
  right: 0 !important;
  left: 0 !important;
  height: 1px !important;
  background: #e3e3e3 !important;
}

@media (max-width: 640px) {
  body.page-id-8670 .oeltek-shipping-form-block {
    margin-top: 30px !important;
  }

  body.page-id-8670 .oeltek-shipping-block-title {
    top: -30px !important;
    right: 4px !important;
    font-size: 16px !important;
  }

  body.page-id-8670 .oeltek-shipping-form-block + .oeltek-shipping-form-block {
    margin-top: 38px !important;
  }

  body.page-id-8670 .oeltek-shipping-form-block + .oeltek-shipping-form-block::before {
    top: -18px !important;
    right: 18px !important;
    left: 18px !important;
    background: #eeeeee !important;
  }
}
/* Move second block title below separator and make separator thicker */
body.page-id-8670 .oeltek-shipping-form-block + .oeltek-shipping-form-block {
  margin-top: 62px !important;
}

body.page-id-8670 .oeltek-shipping-form-block + .oeltek-shipping-form-block::before {
  top: -38px !important;
  height: 2px !important;
  background: #d8d8d8 !important;
}

body.page-id-8670 .oeltek-shipping-form-block + .oeltek-shipping-form-block .oeltek-shipping-block-title {
  top: -24px !important;
}

@media (max-width: 640px) {
  body.page-id-8670 .oeltek-shipping-form-block + .oeltek-shipping-form-block {
    margin-top: 54px !important;
  }

  body.page-id-8670 .oeltek-shipping-form-block + .oeltek-shipping-form-block::before {
    top: -34px !important;
    height: 2px !important;
    right: 18px !important;
    left: 18px !important;
  }

  body.page-id-8670 .oeltek-shipping-form-block + .oeltek-shipping-form-block .oeltek-shipping-block-title {
    top: -22px !important;
  }
}
/* Add more space between second title and address block */
body.page-id-8670 .oeltek-shipping-form-block + .oeltek-shipping-form-block {
  margin-top: 78px !important;
  padding-top: 34px !important;
}

body.page-id-8670 .oeltek-shipping-form-block + .oeltek-shipping-form-block .oeltek-shipping-block-title {
  top: -34px !important;
}

@media (max-width: 640px) {
  body.page-id-8670 .oeltek-shipping-form-block + .oeltek-shipping-form-block {
    margin-top: 66px !important;
    padding-top: 30px !important;
  }

  body.page-id-8670 .oeltek-shipping-form-block + .oeltek-shipping-form-block .oeltek-shipping-block-title {
    top: -32px !important;
  }
}
/* Very light gray background for shipping form blocks */
body.page-id-8670 .oeltek-shipping-form-block {
  background: #f2f2f2 !important;
}
/* Remove borders from shipping form blocks */
body.page-id-8670 .oeltek-shipping-form-block {
  border: none !important;
}
/* Shipping step 3: delivery method placeholder */
body.page-id-8670 .oeltek-shipping-delivery-step {
  width: 100%;
  margin-top: 26px;
  padding: 22px 24px;
  border-radius: 14px;
  background: #f5f5f5;
  box-sizing: border-box;
  overflow: hidden;
  transition: all .25s ease;
}

body.page-id-8670 .oeltek-shipping-delivery-title {
  margin: 0;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.8;
  color: #999999;
  text-align: right;
}

body.page-id-8670 .oeltek-shipping-delivery-step.is-ready .oeltek-shipping-delivery-title {
  color: #cd626c;
}

body.page-id-8670 .oeltek-shipping-delivery-body {
  display: none;
  margin-top: 14px;
}

body.page-id-8670 .oeltek-shipping-delivery-step.is-ready .oeltek-shipping-delivery-body {
  display: block;
}

body.page-id-8670 .oeltek-shipping-delivery-brief {
  margin: 0;
  color: #555555;
  font-size: 14px;
  font-weight: 600;
  line-height: 2.1;
  text-align: right;
}

@media (max-width: 640px) {
  body.page-id-8670 .oeltek-shipping-delivery-step {
    margin-top: 20px;
    padding: 18px 16px;
    border-radius: 13px;
  }

  body.page-id-8670 .oeltek-shipping-delivery-title {
    font-size: 16px;
  }
}
/* Collapse completed Step 1/2 after selecting delivery method */
body.page-id-8670 .oeltek-shipping-form-block.is-collapsed {
  padding: 0 !important;
  background: transparent !important;
  min-height: 48px !important;
  cursor: pointer !important;
}

body.page-id-8670 .oeltek-shipping-form-block.is-collapsed .oeltek-shipping-form-grid {
  display: none !important;
}

body.page-id-8670 .oeltek-shipping-form-block.is-collapsed .oeltek-shipping-block-title {
  position: static !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  min-height: 48px !important;
  padding: 0 14px !important;
  background: #f5f5f5 !important;
  border-radius: 12px !important;
  color: #cd626c !important;
}

body.page-id-8670 .oeltek-shipping-form-block.is-collapsed .oeltek-shipping-block-title::after {
  content: "⌄";
  font-size: 20px;
  font-weight: 900;
  color: #777777;
}
/* Smooth open/close for Step 1 and Step 2 */
body.page-id-8670 .oeltek-shipping-form-block {
  transition: margin .35s ease, padding .35s ease, background-color .35s ease, max-height .35s ease !important;
}

body.page-id-8670 .oeltek-shipping-form-block .oeltek-shipping-form-grid {
  overflow: hidden !important;
  transition: max-height .38s ease, opacity .28s ease, margin .28s ease !important;
  max-height: 520px !important;
  opacity: 1 !important;
}

/* Closed/collapsed state */
body.page-id-8670 .oeltek-shipping-form-block.is-collapsed {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  min-height: 48px !important;
}

body.page-id-8670 .oeltek-shipping-form-block.is-collapsed .oeltek-shipping-form-grid {
  display: grid !important;
  max-height: 0 !important;
  opacity: 0 !important;
  margin: 0 !important;
  pointer-events: none !important;
}

/* When both blocks are closed, keep them close together */
body.page-id-8670 .oeltek-shipping-form-block.is-collapsed + .oeltek-shipping-form-block.is-collapsed {
  margin-top: 8px !important;
  padding-top: 0 !important;
}

/* Remove the big separator gap when collapsed */
body.page-id-8670 .oeltek-shipping-form-block.is-collapsed + .oeltek-shipping-form-block.is-collapsed::before {
  display: none !important;
}

/* Keep the button close after blocks collapse */
body.page-id-8670 .oeltek-shipping-form-block.is-collapsed + .oeltek-shipping-form-block.is-collapsed + .oeltek-shipping-action-wrap {
  margin-top: 12px !important;
}

@media (max-width: 640px) {
  body.page-id-8670 .oeltek-shipping-form-block.is-collapsed {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }

  body.page-id-8670 .oeltek-shipping-form-block.is-collapsed + .oeltek-shipping-form-block.is-collapsed {
    margin-top: 6px !important;
  }
}
/* Delivery option rows */
body.page-id-8670 .oeltek-delivery-options {
  width: 100%;
  display: grid;
  gap: 14px;
  direction: rtl;
}

body.page-id-8670 .oeltek-delivery-option {
  width: 80%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 16px;
  padding: 14px 16px;
  box-sizing: border-box;
  border-radius: 12px;
  background: #ffffff;
  color: #666666;
}

body.page-id-8670 .oeltek-delivery-logo {
  width: 72px;
  min-width: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
}

body.page-id-8670 .oeltek-delivery-logo-img {
  max-width: 72px;
  max-height: 42px;
  width: auto;
  height: auto;
  display: block;
}

body.page-id-8670 .oeltek-delivery-option p {
  margin: 0;
  color: #666666;
  font-size: 14px;
  font-weight: 500;
  line-height: 2.1;
  text-align: right;
}

body.page-id-8670 .oeltek-delivery-option a {
  color: #666666;
  text-decoration: underline !important;
  text-underline-offset: 3px;
}

/* Hide all delivery options by default */
body.page-id-8670 .oeltek-delivery-option {
  display: none;
}

/* Small cart: post, tipax, fast Tehran */
body.page-id-8670 .oeltek-shipping-details-section.is-size-small.is-tehran-city .oeltek-delivery-option[data-delivery-group="tehran"][data-size-group~="small"],
body.page-id-8670 .oeltek-shipping-details-section.is-size-small.is-tehran-city .oeltek-delivery-option[data-delivery-group="all"][data-size-group~="small"],
body.page-id-8670 .oeltek-shipping-details-section.is-size-small.is-outside-tehran .oeltek-delivery-option[data-delivery-group="outside-tehran"][data-size-group~="small"],
body.page-id-8670 .oeltek-shipping-details-section.is-size-small.is-outside-tehran .oeltek-delivery-option[data-delivery-group="all"][data-size-group~="small"] {
  display: flex;
}

/* Medium cart: tipax, kalarasan, fast Tehran */
body.page-id-8670 .oeltek-shipping-details-section.is-size-medium.is-tehran-city .oeltek-delivery-option[data-delivery-group="tehran"][data-size-group~="medium"],
body.page-id-8670 .oeltek-shipping-details-section.is-size-medium.is-tehran-city .oeltek-delivery-option[data-delivery-group="all"][data-size-group~="medium"],
body.page-id-8670 .oeltek-shipping-details-section.is-size-medium.is-outside-tehran .oeltek-delivery-option[data-delivery-group="outside-tehran"][data-size-group~="medium"],
body.page-id-8670 .oeltek-shipping-details-section.is-size-medium.is-outside-tehran .oeltek-delivery-option[data-delivery-group="all"][data-size-group~="medium"] {
  display: flex;
}

/* Large cart: barbari, fast Tehran */
body.page-id-8670 .oeltek-shipping-details-section.is-size-large.is-tehran-city .oeltek-delivery-option[data-delivery-group="tehran"][data-size-group~="large"],
body.page-id-8670 .oeltek-shipping-details-section.is-size-large.is-tehran-city .oeltek-delivery-option[data-delivery-group="all"][data-size-group~="large"],
body.page-id-8670 .oeltek-shipping-details-section.is-size-large.is-outside-tehran .oeltek-delivery-option[data-delivery-group="outside-tehran"][data-size-group~="large"],
body.page-id-8670 .oeltek-shipping-details-section.is-size-large.is-outside-tehran .oeltek-delivery-option[data-delivery-group="all"][data-size-group~="large"] {
  display: flex;
}

@media (max-width: 640px) {
  body.page-id-8670 .oeltek-delivery-option {
    width: 100%;
    gap: 12px;
    padding: 12px;
  }

  body.page-id-8670 .oeltek-delivery-logo {
    width: 58px;
    min-width: 58px;
  }

  body.page-id-8670 .oeltek-delivery-logo-img {
    max-width: 58px;
    max-height: 36px;
  }

  body.page-id-8670 .oeltek-delivery-option p {
    font-size: 13px;
    line-height: 2;
  }
}
/* Delivery terms: no background, brighter/lighter gray text */
body.page-id-8670 .oeltek-delivery-option {
  background: transparent !important;
  padding: 10px 0 !important;
  border-radius: 0 !important;
  color: #8a8a8a !important;
}

body.page-id-8670 .oeltek-delivery-option p,
body.page-id-8670 .oeltek-delivery-option a {
  color: #8a8a8a !important;
}
/* Delivery options selectable rows */
body.page-id-8670 .oeltek-delivery-option {
  cursor: pointer !important;
  align-items: flex-start !important;
}

body.page-id-8670 .oeltek-delivery-option input[type="radio"] {
  position: absolute !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

body.page-id-8670 .oeltek-delivery-radio {
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  margin-top: 12px !important;
  border: 2px solid #bdbdbd !important;
  border-radius: 50% !important;
  box-sizing: border-box !important;
  position: relative !important;
}

body.page-id-8670 .oeltek-delivery-option input[type="radio"]:checked + .oeltek-delivery-radio {
  border-color: #cd626c !important;
}

body.page-id-8670 .oeltek-delivery-option input[type="radio"]:checked + .oeltek-delivery-radio::after {
  content: "" !important;
  width: 8px !important;
  height: 8px !important;
  border-radius: 50% !important;
  background: #cd626c !important;
  position: absolute !important;
  top: 3px !important;
  right: 3px !important;
}

body.page-id-8670 .oeltek-delivery-text {
  flex: 1 !important;
  min-width: 0 !important;
}

body.page-id-8670 .oeltek-delivery-text strong {
  display: block !important;
  margin-bottom: 4px !important;
  color: #6f6f6f !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  line-height: 1.9 !important;
}

body.page-id-8670 .oeltek-delivery-text strong span {
  margin-right: 8px !important;
  color: #8a8a8a !important;
  font-size: 12px !important;
  font-weight: 800 !important;
}

body.page-id-8670 .oeltek-delivery-select-error {
  min-height: 24px !important;
  margin-top: 10px !important;
  color: #c62828 !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  line-height: 1.9 !important;
  text-align: center !important;
}

@media (max-width: 640px) {
  body.page-id-8670 .oeltek-delivery-radio {
    width: 16px !important;
    height: 16px !important;
    min-width: 16px !important;
    margin-top: 10px !important;
  }

  body.page-id-8670 .oeltek-delivery-option input[type="radio"]:checked + .oeltek-delivery-radio::after {
    width: 7px !important;
    height: 7px !important;
    top: 2.5px !important;
    right: 2.5px !important;
  }
}
/* Selected delivery title becomes black */
body.page-id-8670 .oeltek-delivery-option input[type="radio"]:checked ~ .oeltek-delivery-text strong {
  color: #222222 !important;
}

/* Final checkout button */
body.page-id-8670 .oeltek-final-checkout-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 22px;
}

body.page-id-8670 .oeltek-final-checkout-btn {
  width: min(360px, 100%);
  min-height: 50px;
  border-radius: 12px;
  background: #d1d1d1;
  border: 1px solid #d1d1d1;
  color: #ffffff !important;
  font-size: 15px;
  font-weight: 900;
  line-height: 50px;
  text-align: center;
  text-decoration: none !important;
  cursor: not-allowed;
  pointer-events: none;
  transition: background-color .18s ease, border-color .18s ease;
}

body.page-id-8670 .oeltek-final-checkout-btn.is-ready {
  background: #cd626c;
  border-color: #cd626c;
  cursor: pointer;
  pointer-events: auto;
}

body.page-id-8670 .oeltek-final-checkout-btn.is-ready:hover {
  background: #bf5660;
  border-color: #bf5660;
}
/* Step 3 clean behavior */
body.page-id-8670 .oeltek-shipping-delivery-step {
  display: block !important;
  visibility: visible !important;
  position: relative !important;
  margin-top: 54px !important;
  padding: 34px 24px 22px !important;
  border-radius: 14px !important;
  background: #f5f5f5 !important;
  box-sizing: border-box !important;
  overflow: visible !important;
}

body.page-id-8670 .oeltek-shipping-delivery-title {
  display: block !important;
  visibility: visible !important;
  position: absolute !important;
  top: -34px !important;
  right: 8px !important;
  margin: 0 !important;
  padding: 0 8px !important;
  background: #ffffff !important;
  color: #999999 !important;
  font-size: 18px !important;
  font-weight: 900 !important;
  line-height: 1.8 !important;
  text-align: right !important;
}

body.page-id-8670 .oeltek-shipping-delivery-step.is-ready .oeltek-shipping-delivery-title {
  color: #cd626c !important;
}

body.page-id-8670 .oeltek-shipping-delivery-step.is-locked .oeltek-shipping-delivery-body {
  display: none !important;
}

body.page-id-8670 .oeltek-shipping-delivery-step.is-ready .oeltek-shipping-delivery-body {
  display: block !important;
}

body.page-id-8670 .oeltek-shipping-details-section.has-delivery-open .oeltek-shipping-action-wrap {
  display: none !important;
}

@media (max-width: 640px) {
  body.page-id-8670 .oeltek-shipping-delivery-step {
    margin-top: 48px !important;
    padding: 30px 16px 18px !important;
  }

  body.page-id-8670 .oeltek-shipping-delivery-title {
    top: -32px !important;
    right: 4px !important;
    font-size: 16px !important;
  }
}
/* Shipping login choice final style */
body.page-template-page-order-details .oeltek-order-login-card p,
body.page-id-8670 .oeltek-order-login-card p {
  color: #777777 !important;
  font-weight: 400 !important;
}

body.page-template-page-order-details .oeltek-order-guest-btn,
body.page-id-8670 .oeltek-order-guest-btn {
  display: inline-flex !important;
  width: auto !important;
  max-width: max-content !important;
  min-width: 0 !important;
  padding: 0 22px !important;
  margin: 0 auto 12px !important;
  white-space: nowrap !important;
}

/* Desktop/tablet: guest button above gray text */
@media (min-width: 761px) {
  body.page-template-page-order-details .oeltek-order-login-card,
  body.page-id-8670 .oeltek-order-login-card {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }

  body.page-template-page-order-details .oeltek-order-guest-btn,
  body.page-id-8670 .oeltek-order-guest-btn {
    order: 1 !important;
  }

  body.page-template-page-order-details .oeltek-order-login-card p,
  body.page-id-8670 .oeltek-order-login-card p {
    order: 2 !important;
  }
}


/* Shipping login top guest option */
body.page-id-8670 .oeltek-shipping-login-head {
  width: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 auto 18px !important;
  text-align: center !important;
}

body.page-id-8670 .oeltek-shipping-guest-btn {
  display: inline-flex !important;
  width: auto !important;
  max-width: max-content !important;
  min-width: 0 !important;
  height: 44px !important;
  min-height: 44px !important;
  padding: 0 22px !important;
  margin: 0 auto 10px !important;
  align-items: center !important;
  justify-content: center !important;
  white-space: nowrap !important;
  box-sizing: border-box !important;
}

body.page-id-8670 .oeltek-shipping-login-desc {
  margin: 0 auto !important;
  color: #777777 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.9 !important;
  text-align: center !important;
}

@media (max-width: 760px) {
  body.page-id-8670 .oeltek-shipping-guest-btn {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 14px !important;
  }

  body.page-id-8670 .oeltek-shipping-login-desc {
    font-size: 13px !important;
  }
}


/* Shipping login short helper sentence */
body.page-id-8670 .oeltek-shipping-login-desc {
  color: #777777 !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  line-height: 1.9 !important;
  text-align: center !important;
}

@media (max-width: 760px) {
  body.page-id-8670 .oeltek-shipping-login-desc {
    font-size: 13px !important;
  }
}
/* Shipping page: more top distance for guest/login choice */
@media (min-width: 761px) {
  body.page-id-8670 .oeltek-shipping-account-login {
    padding-top: 42px !important;
  }
}
/* Phone only: guest button + helper text layout */
@media (max-width: 760px) {
  body.page-id-8670 .oeltek-shipping-login-head {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
  }

  body.page-id-8670 .oeltek-shipping-guest-btn {
    order: 1 !important;
    width: auto !important;
    max-width: calc(100vw - 64px) !important;
    min-width: 0 !important;
    padding: 0 18px !important;
    margin: 0 auto 8px !important;
    white-space: nowrap !important;
  }

  body.page-id-8670 .oeltek-shipping-login-desc {
    order: 2 !important;
    margin: 0 auto !important;
    max-width: calc(100vw - 48px) !important;
    text-align: center !important;
  }
}