/* ----------------------------------
   1. ייבוא פונט Heebo מ־Google Fonts
---------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@300;400;500;700&display=swap');

/* ----------------------------------
   2. החלת הפונט לכל האלמנטים באתר
---------------------------------- */
body,
h1, h2, h3, h4, h5, h6,
p, a, span, strong, em,
li, ul, ol,
input, textarea, button,
label, blockquote, cite,
div, section, article, nav,
a:link, a:visited, a:hover, a:active,
button, .elementor-button, input[type="button"], input[type="submit"],
.ast-header-navigation,
.elementor-nav-menu,
.header-menu,
.menu-item,
.navbar,
.site-navigation,
.main-navigation,
.menu,
.menu-link,
.site-header {
  font-family: 'Heebo', sans-serif !important;
}

/* ----------------------------------
   3. עיצוב תפריט ניווט / כותרת עליונה
---------------------------------- */
header,
.site-header,
.elementor-nav-menu {
  background-color: #ffffff !important;
}

/* שומר על טקסט לבן בפריט תפריט פעיל */
/* תפריט ניווט - שינוי צבע רקע בהובר */
#menu_main > li:hover > a,
#menu_main > li.current-menu-item > a,
#menu_main > li.current-menu-parent > a,
#menu_main > li.current_page_item > a,
#menu_main > li.current_page_parent > a,
#menu_main li a[aria-current="page"] {
  background-color: #093e6c !important;
  color: #ffffff !important;
}
}

/* ----------------------------------
   4. תנאי שימוש ב־WooCommerce
---------------------------------- */

/* עטיפת התנאים */
.woocommerce-terms-and-conditions-wrapper {
  direction: rtl;
  text-align: right;
  margin: 20px 0;
}

/* פסקה עם התנאי */
.woocommerce-terms-and-conditions-wrapper p {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  line-height: 1.6;
  font-size: 15px;
}

/* תיבת סימון */
.woocommerce-terms-and-conditions-wrapper input[type="checkbox"],
.woocommerce-form__label-for-checkbox.checkbox input[type="checkbox"] {
  width: 18px !important;
  height: 18px !important;
  margin: 0 0 0 6px !important;
  flex-shrink: 0;
  appearance: auto !important;
  accent-color: #000;
  opacity: 1 !important;
  visibility: visible !important;
  position: static !important;
}

/* מבנה RTL ל-label */
.woocommerce-form__label-for-checkbox.checkbox {
  display: flex !important;
  flex-direction: row-reverse !important;
  justify-content: flex-start !important;
  align-items: center !important;
  text-align: left !important;
  direction: ltr !important;
  gap: 10px;
  font-size: 15px;
}

/* לינק תנאים */
.woocommerce-form__label-for-checkbox.checkbox a,
.woocommerce-terms-and-conditions-wrapper a {
  color: #004080;
  font-weight: bold;
  text-decoration: underline;
}

/* ----------------------------------
   5. הסתרת עגלת צד (Woo Side Cart)
---------------------------------- */
.woo-side-cart-open,
#woo-side-cart-icon {
  display: none !important;
}
#jp-relatedposts{display:none !important;}

bdi {direction:ltr !important}