@media (min-width: 767px) {
.cky-btn.cky-btn-reject, .cky-btn.cky-btn-preferences {
    margin: 0 8px 0 8px !important;
  
  }
  

  
  
  .navlist ul {
    background: #F3F3F3;
    color: #212121;
    list-style-type: none;
    text-align: right;
    padding: 10px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}

.navlist {
    display: none;
    position: fixed;
    width: 8vw;
    z-index: 2;
}

.navlist ul li {
    margin-bottom: 10px;
    border-bottom: solid 1px #CAC9C8;
    padding-bottom: 5px;
}

.navlist ul li:last-child {
    padding-bottom: 0;
}

.navlist ul li a,
.navlist a {
    padding: 0;
    color: #212121;
    font-size: 1.25rem;
}

.navlist ul li img {
    margin-left: 10px;
    ;
}
  
.elementor-kit-11 button.loggedinbtn {
    background-color: #7D5233;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: 0;
    padding: 0;
}
  
  .jet-mega-menu-list .jet-mega-menu-item__label img {
  	width:1.5rem;
	height:auto;
    margin-left:5px;
  }
  
  .ec-faq-accordion {
    display: grid;
    gap: 12px;
}

.ec-faq-item {
    border: 1px solid #d9d9d9;
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
}

.ec-faq-title {
    margin: 0;
}

.ec-faq-question {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 20px;
    background: #fff;
    border: 0;
    cursor: pointer;
    text-align: right;
    font: inherit;
    color: inherit;
}

.ec-faq-question:hover,
.ec-faq-question:focus-visible {
    background: #f7f7f7;
    outline: none;
}

.ec-faq-question-text {
    flex: 1 1 auto;
}

.ec-faq-icon {
    position: relative;
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
}

.ec-faq-icon::before,
.ec-faq-icon::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 2px;
    background: currentColor;
    transform: translate(-50%, -50%);
    transition: transform 0.25s ease;
}

.ec-faq-icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.ec-faq-question[aria-expanded="true"] .ec-faq-icon::after {
    transform: translate(-50%, -50%) rotate(0deg);
}

.ec-faq-answer {
    height: 0;
    overflow: hidden;
    display: none;
    transition: height 0.3s ease;
    will-change: height;
}

.ec-faq-answer-inner {
    padding: 0 20px 18px;
}

.ec-faq-answer-inner > *:first-child {
    margin-top: 0;
}

.ec-faq-answer-inner > *:last-child {
    margin-bottom: 0;
}
  
  .ec-faq-title .ec-faq-question{
  border-radius: 0;
    display: flex;
    width: 100%;
    text-align: right;
    justify-content: space-between;
  }
  
  .ec-choose-products {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.ec-choose-products--cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

.ec-choose-products--cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ec-choose-products--cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ec-choose-products--cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ec-choose-products__item {
    display: flex;
    flex-direction: column;
    height: 100%;
    border: 1px solid #e5e5e5;
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
}

.ec-choose-products__image-link {
    display: block;
    line-height: 0;
}

.ec-choose-products__image {
    display: block;
    width: 100%;
    height: auto;
}

.ec-choose-products__content {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 18px;
    flex: 1 1 auto;
}

.ec-choose-products__title {
    margin: 0;
    font-size: 20px;
    line-height: 1.4;
}

.ec-choose-products__title a {
    text-decoration: none;
    color: inherit;
}

.ec-choose-products__variation {
    display: block;
    margin-top: 6px;
    font-size: 14px;
}

.ec-choose-products__price {
    font-size: 18px;
    line-height: 1.4;
}

.ec-choose-products__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    margin-top: auto;
    padding: 10px 16px;
    border-radius: 10px;
    text-decoration: none;
    text-align: center;
}

@media (max-width: 1024px) {
    .ec-choose-products,
    .ec-choose-products--cols-3,
    .ec-choose-products--cols-4 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .ec-choose-products,
    .ec-choose-products--cols-2,
    .ec-choose-products--cols-3,
    .ec-choose-products--cols-4 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}
  
  .ec-acf-dynamic-table-wrap {
    width: 100%;
}

.ec-acf-dynamic-table-scroll {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.ec-acf-dynamic-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    direction: rtl;
    background: #fff;
}

.ec-acf-dynamic-table th,
.ec-acf-dynamic-table td {
    padding: 16px;
    border: 1px solid #d9d9d9;
    vertical-align: top;
    text-align: right;
}

.ec-acf-dynamic-table thead th {
    font-weight: 700;
    background: #f7f7f7;
}

.ec-acf-dynamic-table-cell > *:first-child {
    margin-top: 0;
}

.ec-acf-dynamic-table-cell > *:last-child {
    margin-bottom: 0;
}

.ec-acf-dynamic-table-wrap.ec-acf-dynamic-table-cols-1 .ec-acf-dynamic-table th,
.ec-acf-dynamic-table-wrap.ec-acf-dynamic-table-cols-1 .ec-acf-dynamic-table td {
    width: 100%;
}

.ec-acf-dynamic-table-wrap.ec-acf-dynamic-table-cols-2 .ec-acf-dynamic-table th,
.ec-acf-dynamic-table-wrap.ec-acf-dynamic-table-cols-2 .ec-acf-dynamic-table td {
    width: 50%;
}

.ec-acf-dynamic-table-wrap.ec-acf-dynamic-table-cols-3 .ec-acf-dynamic-table th,
.ec-acf-dynamic-table-wrap.ec-acf-dynamic-table-cols-3 .ec-acf-dynamic-table td {
    width: 33.3333%;
}

.ec-acf-dynamic-table-wrap.ec-acf-dynamic-table-cols-4 .ec-acf-dynamic-table th,
.ec-acf-dynamic-table-wrap.ec-acf-dynamic-table-cols-4 .ec-acf-dynamic-table td {
    width: 25%;
}

@media (max-width: 767px) {
    .ec-acf-dynamic-table thead {
        display: none;
    }

    .ec-acf-dynamic-table,
    .ec-acf-dynamic-table tbody,
    .ec-acf-dynamic-table tr,
    .ec-acf-dynamic-table td {
        display: block;
        width: 100%;
    }

    .ec-acf-dynamic-table tr {
        margin-bottom: 20px;
        border: 1px solid #d9d9d9;
        background: #fff;
    }

    .ec-acf-dynamic-table td {
        border: 0;
        border-bottom: 1px solid #e5e5e5;
        padding: 14px 16px;
    }

    .ec-acf-dynamic-table td:last-child {
        border-bottom: 0;
    }

    .ec-acf-dynamic-table td::before {
        content: attr(data-label);
        display: block;
        margin-bottom: 8px;
        font-weight: 700;
    }
}
  
  .ec-loop-compare {
  	position: absolute;
    top: 5px;
    right: 5px;
  }
  
  .wishlist-title, .xoo-wsc-modal .xoo-wsc-basket {
  	display:none !important;
  }
  
  .wishlist_table th, .wishlist_table td {
  	text-align: right !important;
  }
  
  
  
  @media (max-width: 767px) {
  
  }
  
  
  
  /* עטיפה כללית לכל החבילות */
.sale-bundles-wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

/* כרטיס חבילה */
.sale-bundle {
    background: #f7f7f7;
    border-radius: 24px;
    padding: 24px 24px 20px;
    display: flex;
    flex-direction: column;
    gap: 18px;
    direction: rtl; /* כי הכל בעברית */
}

/* חלק עליון – מוצרים + סימן פלוס */
.sale-bundle-top {
    display: flex;
    align-items: stretch;
    gap: 16px;
}

/* המוצרים עצמם */
.sale-bundle-products ul.products {
    display: flex;
    gap: 16px;
    margin: 0;
}

.sale-bundle-products ul.products li.product {
    flex: 1;
    margin: 0 !important;
    background: #ffffff;
    border-radius: 18px;
    padding: 16px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.04);
}

/* סימן + באמצע */
.sale-bundle-plus {
    align-self: center;
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    padding: 0 8px;
}

/* חלק תחתון – כפתור + סיכום */
.sale-bundle-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    border-top: 1px solid #e1e1e1;
    padding-top: 16px;
}

/* כפתור כחול */
.sale-bundle-add {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 32px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
}

/* צד ימין – חיסכון ומחיר חבילה */
.sale-bundle-summary {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
}

/* תיבת חיסכון צהובה */
.sale-bundle-badge {
    background: #ffcc33;
    border-radius: 8px;
    padding: 8px 18px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-weight: 700;
}

.sale-bundle-badge-amount {
    font-size: 20px;
}

.sale-bundle-badge-currency {
    font-size: 14px;
}

/* טקסט מחיר חבילה */
.sale-bundle-text {
    font-size: 14px;
    text-align: right;
    line-height: 1.4;
}

.sale-bundle-text-top {
    display: block;
    margin-bottom: 2px;
}

.sale-bundle-text-bottom {
    font-size: 15px;
}

.sale-bundle-text-price {
    font-size: 26px;
    font-weight: 700;
    margin-right: 4px;
}

/* רספונסיביות למובייל */
@media (max-width: 767px) {

    .sale-bundle {
        padding: 18px 16px;
    }

    .sale-bundle-top {
        flex-direction: column;
    }

    .sale-bundle-products ul.products {
        flex-direction: column;
    }

    .sale-bundle-bottom {
        flex-direction: column-reverse;
        align-items: stretch;
    }

    .sale-bundle-summary {
        align-items: flex-start;
    }

    .sale-bundle-add {
        width: 100%;
        text-align: center;
    }
}
/* עטיפה של כל החבילות – 2 בשורה בדסקטופ */
.sale-bundles-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

/* מובייל – חבילה אחת בשורה */
@media (max-width: 768px) {
    .sale-bundles-wrapper {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

/* כרטיס חבילה */
.sale-bundle {
    background: #f7f7f7;
    border-radius: 24px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 18px;
    direction: rtl;
  justify-content: space-between;
}

/* החלק העליון – המוצרים והפלוס */
.sale-bundle-top {
    display: flex;
}

.sale-bundle-products {
    position: relative;
    width: 100%;
}

.sale-bundle-products ul.products {
    display: flex;
    gap: 16px;
    margin: 0;
}

/* כרטיס מוצר בודד */
.sale-bundle-products ul.products li.product {
    flex: 1;
    margin: 0 !important;
    background: #ffffff;
    border-radius: 18px;
    padding: 16px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.04);
}

/* מסתיר כפתור הוספה לסל ואייקון "מבצע" בכל מוצר בודד בתוך החבילה */
.sale-bundle-products .button,
.sale-bundle-products .add_to_cart_button,
.sale-bundle-products .added_to_cart,
.sale-bundle-products .onsale {
    display: none !important;
}

/* הפלוס באמצע בין שני המוצרים */
.sale-bundle-plus {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 700;
    box-shadow: 0 4px 12px rgba(0,0,0,0.12);
    pointer-events: none;
}

/* חלק תחתון – כפתור החבילה והטקסטים */
.sale-bundle-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    border-top: 1px solid #e1e1e1;
    padding-top: 16px;
  flex-direction: column-reverse;
}

/* כפתור "הוסיפו את שני הפריטים לעגלה" – ניראה כמו כפתור אתר */
.sale-bundle-add.button {
    border-radius: 30px;
    padding: 12px 28px;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
}

/* טקסטי מחיר */
.sale-bundle-summary {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 4px;
    text-align: right;
    font-size: 14px;
}

.sale-bundle-text-top,
.sale-bundle-text-middle,
.sale-bundle-text-bottom {
    display: block;
    line-height: 1.4;
}

.sale-bundle-text-price {
    font-size: 20px;
    font-weight: 700;
    margin-right: 4px;
}

.sale-bundle-text-saved {
    font-weight: 700;
}

/* רספונסיביות לחלק התחתון */
@media (max-width: 768px) {
    .sale-bundle-bottom {
        flex-direction: column-reverse;
        align-items: stretch;
    }

    .sale-bundle-summary {
        align-items: flex-start;
        text-align: left;
    }

    .sale-bundle-add.button {
        width: 100%;
        text-align: center;
    }
}

.sale-bundle-add.button {
    border:0 !important;
}

/* ===== Sale bundles layout (2 items + plus in middle) ===== */
.sale-bundles-wrapper .sale-bundle-products{
  display:flex;
  align-items:stretch;
  justify-content:center;
  gap:24px;
  flex-wrap:nowrap;
}

.sale-bundles-wrapper .sale-bundle-plus{
  display:flex;
  align-items:center;
  justify-content:center;
  flex:0 0 auto;
  width:32px;
  min-width:32px;
  font-size:24px;
  line-height:1;
  display:none;
  
}

.sale-bundles-wrapper .ec-bundle-item{
  flex:1 1 0;
  max-width:360px; /* תשנה אם צריך */
}

.sale-bundles-wrapper .ec-bundle-item__link{
  display:flex;
  flex-direction:column;
  gap:8px;
  height:100%;
  text-decoration:none;
}



/* Image sizing (optional, keeps it tidy) */
.sale-bundles-wrapper .ec-bundle-item__img{
  width:100%;
  height:auto;
  display:block;
}
.ec-bundle-item__attrs {
	font-size: 1rem;
}

.ec-bundle-item__title {
font-size: 1.1rem;
 text-align: center;
  color: #7D5233 !important;
}
/* Mobile: allow wrap */
@media (max-width: 767px){
  .sale-bundles-wrapper .sale-bundle-products{
    flex-wrap:wrap;
    flex-direction: column;
  }
  .sale-bundles-wrapper .sale-bundle-plus{
    width:32px;
    min-width:0;
  }
  .sale-bundles-wrapper .ec-bundle-item{
    max-width:100%;
  }
}


.sale-bundles-wrapper .sale-bundle-desc {
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
    font-weight: 500;
    color: #fff;
    padding: 20px;
    background-color: #F28C38;
    border-radius: 24px 24px 0 0;
    min-height: 110px;
}
.sale-bundle {
    padding: 0;
}

.sale-bundle-top, .sale-bundle-bottom {
padding: 24px !important;	
}
  
  
  .sale-bundles-filter {
  margin-bottom: 24px;
}

.sale-bundles-filter__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.sale-bundles-filter__label {
  font-weight: 600;
}

.sale-bundles-filter__select {
  min-width: 220px;
  max-width: 100%;
  height: 44px;
  padding: 0 12px;
  background-color: #7D5233;
        border: 0;
        border-radius: 50px;
  color:#fff;
}
  
  .sale-bundles-filter__reset {
   color:#7D5233;
  }

.sale-bundles-filter__reset {
  text-decoration: underline;
}

.sale-bundles-empty {
  padding: 16px;
}

.home .sale-bundles-filter__row {
	display:none !important;
}
  
  
  
  .ec-free-shipping-bar {
  padding: 10px 12px;
  margin: 10px 0;
  border-radius: 6px;
  background: #f5f5f5;
  font-size: 13px;
  line-height: 1.4;
  box-sizing: border-box;
}

.ec-fs-bar-track {
  position: relative;
  width: 100%;
  height: 6px;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.08);
  margin-bottom: 6px;
}

.ec-fs-bar-fill {
  position: absolute;
  inset: 0;
  width: 0;
  background: #46b450; /* ירוק וורדפרס קלאסי – תחליף אם בא לך */
  transition: width 0.3s ease;
}

.ec-fs-bar-text {
  text-align: center;
  font-size: 13px;
}
  
  
  .salebar {
    display: none !important;
}

.salebaractive .salebar {
    display: flex !important;
}
  
  
  .woocommerce-account .woocommerce-orders-table__cell-order-actions .button.ec_duplicate_order {
    margin-inline-start: 6px;
}