/* تصميم حاوية تتبع الطلب */
.track-order-box {
    max-width: 500px;
    margin: 40px auto;
    padding: 30px;
    border: 1px solid #eee;
    border-radius: 12px;
    background-color: #f9f9f9;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    font-family: sans-serif;
}

.track-order-box h2 {
    color: #333;
    margin-bottom: 20px;
    font-size: 22px;
}

.track-input-group {
    margin-bottom: 15px;
    text-align: right;
}

.track-input-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
    color: #555;
}

.track-input-group input {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 8px;
    outline: none;
    transition: border 0.3s;
}

.track-input-group input:focus {
    border-color: #007bff;
}

.btn-track {
    width: 100%;
    padding: 12px;
    background-color: #000; /* يمكنك تغييره للون متجرك */
    color: white;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    transition: opacity 0.3s;
}

.btn-track:hover {
    opacity: 0.8;
}

.trust-badge {
    margin-top: 15px;
    font-size: 12px;
    color: #888;
}












.altmez-js-contact {
  max-width: 620px;
  margin: 35px auto;
  padding: 20px;
  direction: rtl;
  text-align: right;
  font-family: inherit;
}

.altmez-js-contact h2 {
  font-size: 26px;
  color: #222;
  margin-bottom: 10px;
  font-weight: 700;
}

.altmez-js-contact p {
  font-size: 15px;
  color: #555;
  line-height: 1.9;
  margin-bottom: 25px;
}

.altmez-js-field {
  margin-bottom: 16px;
}

.altmez-js-field label {
  display: block;
  margin-bottom: 7px;
  color: #222;
  font-size: 15px;
  font-weight: 700;
}

.altmez-js-field input,
.altmez-js-field textarea {
  width: 100%;
  min-height: 48px;
  box-sizing: border-box;
  padding: 14px 16px;
  border: 1px solid #777;
  border-radius: 4px;
  background: #fff;
  color: #222;
  outline: none;
  font-size: 15px;
  line-height: 1.8;
  font-family: inherit;
  direction: rtl;
  text-align: right;
}

.altmez-js-field textarea {
  min-height: 125px;
  resize: vertical;
}

.altmez-js-field input:focus,
.altmez-js-field textarea:focus {
  border-color: #c5a367;
  box-shadow: 0 0 0 2px rgba(197, 163, 103, 0.18);
}

#altmez_send_btn {
  background-color: #c5a367;
  color: #fff;
  border: none;
  padding: 15px 45px;
  font-size: 16px;
  border-radius: 4px;
  font-weight: bold;
  cursor: pointer;
}

#altmez_send_btn:hover {
  background-color: #b18d4e;
}

#altmez_send_btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

#altmez_status {
  margin-top: 15px;
  font-size: 14px;
  font-weight: bold;
}

.altmez-js-info {
  margin-top: 28px;
  border-top: 1px solid #eee;
  padding-top: 18px;
  font-size: 13px;
  color: #777;
  line-height: 1.9;
}

@media (max-width: 768px) {
  .altmez-js-contact {
    margin: 20px auto;
    padding: 15px;
  }

  #altmez_send_btn {
    width: 100%;
  }
}












#altmez-footer-extra-info {
  margin-top: 12px !important;
  margin-right: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
  direction: rtl !important;
  text-align: right !important;
  font-size: 14px !important;
  line-height: 1.8 !important;
  color: #374151 !important;
  max-width: 340px !important;
}

#altmez-footer-extra-info .altmez-footer-extra-row {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  gap: 9px !important;
}

#altmez-footer-extra-info .altmez-footer-extra-icon {
  width: 24px !important;
  min-width: 24px !important;
  height: 24px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #6b7280 !important;
  margin-top: 3px !important;
}

#altmez-footer-extra-info .altmez-footer-extra-text {
  flex: 1 !important;
  color: #374151 !important;
}

@media (max-width: 768px) {
  #altmez-footer-extra-info {
    max-width: 100% !important;
    font-size: 13px !important;
  }
}












#altmez-newsletter-box {
  width: 100% !important;
  background: #ffffff !important;
  border-bottom: 1px solid #e5e7eb !important;
  padding: 26px 0 !important;
  direction: rtl !important;
}

.altmez-newsletter-inner {
  width: min(1180px, 92%) !important;
  margin: 0 auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 24px !important;
}

.altmez-newsletter-text {
  flex: 1 !important;
  text-align: right !important;
}

.altmez-newsletter-title {
  margin: 0 0 6px 0 !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #1f2937 !important;
}

.altmez-newsletter-desc {
  margin: 0 !important;
  font-size: 14px !important;
  line-height: 1.8 !important;
  color: #6b7280 !important;
}

.altmez-newsletter-form-wrap {
  width: 430px !important;
  max-width: 100% !important;
}

.altmez-newsletter-form {
  width: 100% !important;
  display: flex !important;
  align-items: stretch !important;
  direction: rtl !important;
  border: 1px solid #d1d5db !important;
  border-radius: 8px !important;
  overflow: hidden !important;
  background: #ffffff !important;
}

.altmez-newsletter-input {
  flex: 1 !important;
  height: 48px !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  padding: 0 16px !important;
  font-size: 14px !important;
  color: #111827 !important;
  background: #ffffff !important;
  direction: rtl !important;
  text-align: right !important;
}

.altmez-newsletter-input::placeholder {
  color: #9ca3af !important;
}

.altmez-newsletter-button {
  width: 110px !important;
  min-width: 110px !important;
  border: 0 !important;
  outline: 0 !important;
  background: #c8a45d !important;
  color: #ffffff !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  cursor: pointer !important;
  transition: 0.2s ease !important;
}

.altmez-newsletter-button:hover {
  opacity: 0.9 !important;
}

.altmez-newsletter-message {
  margin-top: 8px !important;
  display: none;
  text-align: right !important;
  font-size: 13px !important;
  line-height: 1.6 !important;
}

@media (max-width: 768px) {
  #altmez-newsletter-box {
    padding: 22px 0 !important;
  }

  .altmez-newsletter-inner {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 16px !important;
  }

  .altmez-newsletter-text {
    text-align: center !important;
  }

  .altmez-newsletter-title {
    font-size: 18px !important;
  }

  .altmez-newsletter-desc {
    font-size: 13px !important;
  }

  .altmez-newsletter-form-wrap {
    width: 100% !important;
  }

  .altmez-newsletter-form {
    width: 100% !important;
  }

  .altmez-newsletter-button {
    width: 95px !important;
    min-width: 95px !important;
  }

  .altmez-newsletter-input {
    height: 46px !important;
    font-size: 13px !important;
  }

  .altmez-newsletter-message {
    text-align: center !important;
  }
}


























/* حالة التوفر */
.ondasdeouro-product-availability {
  margin: 10px 0 14px 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 7px !important;
  direction: rtl !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  color: #16a34a !important;
  line-height: 1.6 !important;
}

.ondasdeouro-product-availability-dot {
  width: 10px !important;
  height: 10px !important;
  border-radius: 50% !important;
  background: #16a34a !important;
  display: inline-block !important;
  box-shadow: 0 0 0 4px rgba(22, 163, 74, 0.12) !important;
}

/* أيقونات الدفع تحت زر إضافة للسلة */
#ondasdeouro-product-payments {
  margin-top: 14px !important;
  width: 100% !important;
  direction: rtl !important;
}

#ondasdeouro-product-payments .ondasdeouro-payments-list {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
}

#ondasdeouro-product-payments .ondasdeouro-payment-item {
  width: 44px !important;
  height: 30px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #ffffff !important;
  border: 1px solid #e5e7eb !important;
  border-radius: 7px !important;
  padding: 4px !important;
  overflow: hidden !important;
}

#ondasdeouro-product-payments .ondasdeouro-payment-item img {
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  display: block !important;
}

@media (max-width: 768px) {
  .ondasdeouro-product-availability {
    font-size: 14px !important;
  }

  #ondasdeouro-product-payments {
    margin-top: 12px !important;
  }

  #ondasdeouro-product-payments .ondasdeouro-payments-list {
    justify-content: center !important;
    gap: 7px !important;
  }

  #ondasdeouro-product-payments .ondasdeouro-payment-item {
    width: 42px !important;
    height: 28px !important;
  }
}


















#altmez-footer-sbc-box {
  margin-top: 16px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  direction: rtl !important;
  text-align: right !important;
  color: #374151 !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1.6 !important;
}

#altmez-footer-sbc-box .altmez-footer-sbc-icon {
  width: 42px !important;
  height: 32px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #ffffff !important;
  border: 1px solid #e5e7eb !important;
  border-radius: 8px !important;
  padding: 4px !important;
  overflow: hidden !important;
}

#altmez-footer-sbc-box img {
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  display: block !important;
}

#altmez-footer-sbc-box a {
  color: inherit !important;
  text-decoration: none !important;
}

@media (max-width: 768px) {
  #altmez-footer-sbc-box {
    justify-content: center !important;
    font-size: 13px !important;
  }
}