.elementor-kit-11 button.loggedinbtn {
    background-color: #0177D7;
    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.jet-mega-menu--layout-horizontal .jet-mega-menu-sub-menu .jet-mega-menu-item__title {
    font-size: 1rem;
  text-transform: uppercase;
}

.xoo-wsc-container .xoo-wsc-basket {
  display:none !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;
}

.opencartnum {
	font-size: 0.8rem;
}

.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;
    ;
}

.salebar {
    display: none !important;
}

.salebaractive .salebar {
    display: flex !important;
}


/* עטיפה כללית */
.ec-drivers-list {
    width: 100%;
}

/* כל שורה */
.ec-driver-row {
    display: grid;
    grid-template-columns: 140px 1fr 180px; /* כפתור | טקסט | לוגו */
    align-items: center;
    padding: 25px 0;
    border-bottom: 1px solid #e5e5e5;
}

/* כפתור */
.ec-driver-download-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border : 2px solid #0177D7;
    gap: 8px;
    padding: 8px 25px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.2s ease-in-out;
}

.ec-driver-download-btn:hover {
    background: #0177D7;
    color: #fff;
}

/* אייקון עגול */
.ec-driver-download-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border: 2px solid currentColor;
    border-radius: 50%;
    font-size: 10px;
    font-weight: bold;
    line-height: 1;
}

.ec-driver-download-icon::before {
    content: "⭳"; /* אפשר להחליף לאייקון אחר */
    transform: translateY(1px);
}

/* טקסט — שם הדרייבר */
.ec-driver-name {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

/* לוגו */
.ec-driver-logo img {
    max-width: 160px !important;
    height: auto;
    object-fit: contain;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

/* רספונסיביות לנייד */
@media (max-width: 768px) {
  .sale-bundle-products ul li {
  	width:100% !important;
  }
  
    .ec-driver-row {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 15px;
    }

    .ec-driver-download-btn {
        margin: 0 auto;
    }

    .ec-driver-logo img {
        max-width: 120px !important;
    }
}


.ec-side-menu-cats {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ec-side-menu-item {
    border-bottom: 1px solid #e1e1e1;
}

.ec-side-menu-item a {
    display: block;
    padding: 10px 0;
    text-decoration: none;
    color: #000;
}

/* חץ קטן בצד שמאל (אפשר לשחק עם הצד/התו) */
.ec-side-menu-item a::after {
    content: "›";
    margin-right: 6px;
}


.ec-side-menu-item a {
    display: flex;
    justify-content: space-between;
}


/* עטיפה כללית לכל החבילות */
.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(2, 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;
}

/* החלק העליון – המוצרים והפלוס */
.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;
}

/* כפתור "הוסיפו את שני הפריטים לעגלה" – ניראה כמו כפתור אתר */
.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;
}


/* =========================
   EC Category Archive Layout
   FIX Woo ::before/::after + floats
   ========================= */

.ec-cat-archive-row-banner ul.products{
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;

  /* חשוב: לבטל פסאודו של Woo שדופק Grid */
}
.ec-cat-archive-row-banner ul.products::before,
.ec-cat-archive-row-banner ul.products::after{
  content: none !important;
  display: none !important;
}

/* לבטל את כל חוקי Woo של float/width/clear על פריטים */
.ec-cat-archive-row-banner ul.products > li.product{
  float: none !important;
  clear: none !important;
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 20px !important;
  box-sizing: border-box !important;
  border: solid 1px #E1E1E1;
  border-radius: 18px;
}

.ec-cat-archive-row-banner ul.products.ec-first-grid > li.ec-span-2 {
 padding: 0 !important;
}

/* FIRST GRID: 5 עמודות (3 מוצרים + באנר span 2) */
.ec-cat-archive-row-banner ul.products.ec-first-grid{
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 22px !important;
  align-items: stretch !important;
}

.ec-cat-archive-row-banner ul.products.ec-first-grid > li.ec-span-2{
  grid-column: span 2 !important;
}

/* REST GRID: 5 עמודות */
.ec-cat-archive-row-banner ul.products.ec-rest-grid{
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 22px !important;
  margin-top: 22px !important;
}

/* Banner */
.ec-cat-archive-row-banner .ec-cat-card__link{
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 220px;
  border-radius: 18px;
  overflow: hidden;
  text-decoration: none;
}
.ec-cat-archive-row-banner .ec-cat-card__img{
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}
.ec-cat-archive-row-banner .ec-cat-card__overlay{
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.35);
}
.ec-cat-archive-row-banner .ec-cat-card__content{
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  padding: 18px;
  color: #fff;
  z-index: 2;
}
.ec-cat-archive-row-banner .ec-cat-card__desc{
  margin: 0;
  line-height: 1.4;
}

/* responsive */
@media (max-width: 1024px){
  .ec-cat-archive-row-banner ul.products.ec-first-grid,
  .ec-cat-archive-row-banner ul.products.ec-rest-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .ec-cat-archive-row-banner ul.products.ec-first-grid > li.ec-span-2{
    grid-column: span 2 !important;
  }
}
@media (max-width: 767px){
  .ec-cat-archive-row-banner ul.products.ec-first-grid,
  .ec-cat-archive-row-banner ul.products.ec-rest-grid{
    grid-template-columns: 1fr !important;
  }
  .ec-cat-archive-row-banner ul.products.ec-first-grid > li.ec-span-2{
    grid-column: span 1 !important;
  }
}

.woocommerce-Price-amount.amount, .woocommerce-price-suffix {
    color: #0177D7;
}


@media (min-width: 768px) {
  .ec-loop-compare {
  	position: absolute;
    top: 5px;
    right: 5px;
  }
  
  .cky-btn.cky-btn-reject {
  	margin-left:8px !important;
  }
}


.ec-product-note-field {
  margin-top: 16px;
}

.ec-product-note-field .form-row {
  margin-bottom: 10px;
}

.ec-product-note-help {
  font-size: 0.95em;
  opacity: 0.85;
}


/* Wrapper של שדה ההערה */
.ec-product-note-field {
    width: 100%;
    clear: both;
    margin-bottom: 16px;
}

/* ודא שהשדה תופס שורה מלאה */
.ec-product-note-field .form-row {
    width: 100%;
    float: none;
    margin: 0;
}

/* textarea */
.ec-product-note-field textarea {
    width: 100%;
    box-sizing: border-box;
}

/* מיקום לפני כפתור הוספה לסל */
.single-product form.cart {
    display: flex;
    flex-direction: column;
}

.single-product form.cart .ec-product-note-field {
    order: 1;
}

.single-product form.cart .quantity {
    order: 2;
}

.single-product form.cart .single_add_to_cart_button {
    order: 3;
}

.ec-product-barcode-field {
  margin-top: 10px;
}

.woocommerce-variation-add-to-cart, .elementor-add-to-cart {
	flex-wrap: wrap !important;
    flex-direction: row;
}

.ec-free-shipping-bar {
	text-align: center;
}

.xoo-wsc-ft-buttons-cont .woocommerce-Price-amount.amount {
    color: #fff;
}

.xoo-wsc-ft-buttons-cont:hover .woocommerce-Price-amount.amount {
    color: #000;
}

.ec-fsb {
    margin-top: 12px;
    padding: 10px 12px;
    border-radius: 6px;
    background: #f5f5f5;
    font-size: 13px;
    line-height: 1.4;
    direction: rtl;
    text-align: right;
}

.ec-fsb-text {
    margin-bottom: 6px;
    color:#000;
}

.ec-fsb-text--success {
    color: #1b7c3a;
    font-weight: 600;
}

.ec-fs-bar-track {
    position: relative;
    width: 100%;
    height: 6px;
    border-radius: 999px;
    background: #ddd;
    overflow: hidden;
}

.ec-fs-bar-fill {
    height: 100%;
    border-radius: inherit;
    background: #32c864; /* אפשר לשנות לצבע המותג שלך */
    transition: width 0.3s ease;
}

.woocommerce span.onsale {
	background-color: #0177D7;
}

@media (max-width: 768px) {
  .jet-mobile-menu__instance--slide-out-layout {
    align-items: flex-start !important;
  }
  .jet-mobile-menu__instance--slide-out-layout {
    flex-direction: row;
  }
}

.cky-revisit-bottom-left {
    bottom: 85px !important;
}


/* Elementor form required field */
.elementor-mark-required.elementor-column .elementor-field-label:after {
    content: " (שדה חובה)";
    padding-right: 0.2em;
}

fieldset.elementor-field-group {
    border: 0;
}
fieldset.elementor-field-group legend {
    color: inherit;
}

.elementor-form .elementor-field-label {
    position: absolute;
    right: 18px;
    transition-duration: .2s;
}

.elementor-field-label.active-label{
    transform: translateY(-30px);
    color:#000!important;
    font-size: 16px !important;
}