.elementor-171353 .elementor-element.elementor-element-35af0de{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-171353 .elementor-element.elementor-element-7f5f480 .elementor-heading-title{font-family:"Assistant", Sans-serif;font-weight:700;color:var( --e-global-color-21129f11 );}#elementor-popup-modal-171353{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-171353 .dialog-message{width:640px;height:100vh;align-items:flex-start;}#elementor-popup-modal-171353 .dialog-close-button{display:flex;}#elementor-popup-modal-171353 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-171353 .dialog-close-button i{color:var( --e-global-color-21129f11 );}#elementor-popup-modal-171353 .dialog-close-button svg{fill:var( --e-global-color-21129f11 );}@media(max-width:767px){.elementor-171353 .elementor-element.elementor-element-7f5f480 > .elementor-widget-container{margin:7px 0px 0px 0px;}.elementor-171353 .elementor-element.elementor-element-7f5f480 .elementor-heading-title{font-size:20px;}.elementor-171353 .elementor-element.elementor-element-fe79233 > .elementor-widget-container{margin:0px 0px 0px 0px;}#elementor-popup-modal-171353 .dialog-message{width:230px;}#elementor-popup-modal-171353{justify-content:flex-start;}#elementor-popup-modal-171353 .dialog-close-button{font-size:19px;}}/* Start custom CSS for shortcode, class: .elementor-element-fe79233 *//* מאפשר קליקים גם כשהפילטר נמצא בתוך פופאפ */
.elementor-popup-modal .iCheck-helper {
  pointer-events: none !important;
}




/* טקסט בצבע שחור */

.woof_list label {
    color: #000000;}
/* הקטנת הריבוע ב־10% */
.icheckbox_square-blue {
    transform: scale(0.9);
    transform-origin: center;
}

/* שינוי צבע הריבוע המסומן לאדום אמיתי */
.icheckbox_square-blue.checked {
    background: #003366 !important;
    border-color: #003366 !important;
}

/* ביטול רקע ברירת המחדל של iCheck */
.icheckbox_square-blue.checked ins,
.icheckbox_square-blue.checked::before,
.icheckbox_square-blue.checked::after {
    background: none !important;
    border: none !important;
}

/* ה-V הלבן בפנים */
.icheckbox_square-blue.checked::after {
    content: "✔";
    color: #fff;
    font-size: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* עיצוב פס גלילה */
.woof_section_scrolled::-webkit-scrollbar {
    width: 3px;
}

.woof_section_scrolled::-webkit-scrollbar-thumb {
    background-color: #000;
    border-radius: 2px;
}

.woof_section_scrolled::-webkit-scrollbar-track {
    background-color: #e0e0e0; /* אפור בהיר */
    border-radius: 3px;
}

/* בעת מעבר עכבר - hover */
.icheckbox_square-blue:hover {
    border-color: #003366 !important;
    background: #FFFFFF !important; /* גוון אדום בהיר לרקע */
    box-shadow: 0 0 3px #003366 !important;
}

/* אם אתה רוצה שהרקע יהיה אדום מלא גם ב-hover */
.icheckbox_square-blue:hover input[type="checkbox"]:not(:checked) + ins {
    background: #003366 !important;
    border-color: #003366 !important;
}




/* הכותרת כמכל שממקם את הטוגל */
.woof_container_inner h4{
  position: relative;
  padding-left: 28px; /* מרווח לטוגל בצד שמאל */
}

/* הטוגל משמאל, מיושר אנכית ומוגדל */
.woof_container_inner h4 .woof_front_toggle{
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;   /* ~פי 2 */
  line-height: 1;
  margin: 0;
}


/* ------------------------------
   כפתור טוגל מיושר לשמאל באותה שורה
--------------------------------*/
.woof_container_inner h4 {
  position: relative;
  padding-left: 25px; /* מרווח לטוגל בצד שמאל */
  margin-bottom: 8px;
  color: #000000 !important; /* צבע אדום לכותרת */
  font-weight: 600;
  display: flex;
  align-items: center;
}

/* עיצוב כפתור הפלוס/מינוס */
.woof_container_inner h4 .woof_front_toggle {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;       /* גודל נוח */
  font-weight: 300;      /* קווים דקים */
  line-height: 1;
  width: 18px;           /* קצת יותר רחב */
  text-align: center;
  cursor: pointer;
  color: #000;           /* צבע הסימן עצמו */
  transition: all 0.2s ease;
}

/* שינוי צבע במעבר עכבר */
.woof_container_inner h4 .woof_front_toggle:hover {
  color: #000000; /* אדום כמו הכותרת */
}/* End custom CSS */