.elementor-12 .elementor-element.elementor-element-78f04c77{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-12 .elementor-element.elementor-element-3a134e2a{width:100%;max-width:100%;}/* Start custom CSS for text-editor, class: .elementor-element-3a134e2a *//* ================================================================
   עיצוב עגלת קניות (WooCommerce Cart) - Values - קוד מלא
================================================================ */

/* הגדרות מעטפת פונט וכיווניות */
.wp-block-woocommerce-cart,
.wc-block-cart {
    font-family: 'Ploni', sans-serif !important;
    direction: rtl;
}

/* ================================================================
   1. פריסת מסך (60/40) - נעילה שלא יירד שורה בדסקטופ
================================================================ */
@media (min-width: 768px) {
    .wp-block-woocommerce-cart .wc-block-components-sidebar-layout,
    .woocommerce-cart .wc-block-components-sidebar-layout {
        display: flex !important;
        flex-direction: row !important; /* מוצרים מימין, סיכום משמאל (RTL) */
        flex-wrap: nowrap !important;
        gap: 50px !important; /* מרווח יפה ונושם */
        align-items: flex-start !important;
    }

    .wc-block-components-main.wc-block-cart__main {
        width: 60% !important;
        flex: 0 0 60% !important;
        max-width: 60% !important;
    }

    .wc-block-components-sidebar.wc-block-cart__sidebar {
        width: calc(40% - 50px) !important;
        flex: 0 0 calc(40% - 50px) !important;
        max-width: calc(40% - 50px) !important;
        margin-top: 0 !important;
    }
}

/* ================================================================
   2. אזור המוצרים בסל
================================================================ */
.wc-block-cart-items td, 
.wc-block-cart-items th {
    border: none !important;
}

.wc-block-cart-items__header {
    border-bottom: 2px solid #eaeaea !important;
}

.wc-block-cart-items__header th {
    color: #666666 !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    text-transform: none !important;
    padding-bottom: 15px !important;
}

.wc-block-cart-items__row {
    border-bottom: 1px solid #f0f0f0 !important;
    transition: background 0.3s ease;
}

.wc-block-cart-items__row:hover {
    background-color: #fafcfd; /* הארה עדינה בריחוף */
}

.wc-block-cart-item__image img {
    border-radius: 10px !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.wc-block-components-product-name {
    color: #21334a !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    text-decoration: none !important;
    transition: color 0.3s;
}

.wc-block-components-product-name:hover {
    color: #3b5575 !important;
}

.wc-block-components-product-price__value {
    color: #111111 !important;
    font-weight: 600 !important;
}

.wc-block-components-product-metadata__description p {
    font-size: 14px !important;
    color: #777777 !important;
    margin-top: 5px;
}

/* ================================================================
   3. בורר הכמות וכפתור הסרה
================================================================ */
.wc-block-components-quantity-.elementor-12 .elementor-element.elementor-element-3a134e2a {
    border: 1px solid #d1d9e0 !important;
    border-radius: 30px !important;
    background-color: #ffffff !important;
    overflow: hidden;
    height: 38px;
}

.wc-block-components-quantity-.elementor-12 .elementor-element.elementor-element-3a134e2a__button {
    background: transparent !important;
    color: #21334a !important;
    font-size: 18px !important;
    padding: 0 12px !important;
}

.wc-block-components-quantity-.elementor-12 .elementor-element.elementor-element-3a134e2a__button:hover {
    background-color: #f4f7f9 !important;
}

.wc-block-components-quantity-.elementor-12 .elementor-element.elementor-element-3a134e2a__input {
    font-family: 'Ploni', sans-serif !important;
    font-weight: 600 !important;
    color: #111 !important;
    background: transparent !important;
}

.wc-block-cart-item__remove-link {
    color: #b0b0b0 !important;
    transition: all 0.3s ease;
    margin-right: 15px;
}

.wc-block-cart-item__remove-link:hover {
    color: #e74c3c !important;
    transform: scale(1.1);
}

/* ================================================================
   4. אזור הקבלה / סיכום (Sidebar)
================================================================ */
.wc-block-cart__sidebar {
    background-color: #fbfcFD !important;
    border: 1px solid #e0e4e8 !important;
    border-radius: 16px !important;
    padding: 35px 30px !important;
    box-shadow: 0 10px 40px rgba(33,51,74,0.03) !important;
    position: sticky;
    top: 30px; /* התיבה רוכבת למטה עם הגלילה */
}

.wc-block-cart__totals-title {
    font-size: 24px !important;
    font-weight: 800 !important;
    color: #21334a !important;
    border-bottom: 2px solid #eaeaea;
    padding-bottom: 15px;
    margin-bottom: 20px !important;
}

.wc-block-components-totals-coupon .wc-block-components-panel__button {
    color: #21334a !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    padding: 10px 0 !important;
}

.wc-block-components-totals-coupon .wc-block-components-panel__button-icon {
    fill: #21334a !important;
    margin-left: 8px; /* התאמה לכיוון ימין-שמאל */
}

.wc-block-components-totals-footer-item {
    border-top: 1px solid #eaeaea !important;
    padding-top: 20px !important;
    margin-top: 10px !important;
}

.wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #111 !important;
}

.wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
    font-size: 24px !important;
    font-weight: 900 !important;
    color: #21334a !important;
}

/* ================================================================
   5. כפתור המעבר לתשלום (Checkout Button)
================================================================ */
.wc-block-cart__submit-button {
    background-color: #21334a !important;
    color: #ffffff !important;
    border-radius: 30px !important; /* כפתור גלולה יוקרתי */
    font-family: 'Ploni', sans-serif !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    padding: 18px 20px !important;
    margin-top: 20px !important;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
    box-shadow: 0 5px 15px rgba(33,51,74,0.15) !important;
}

.wc-block-cart__submit-button:hover {
    background-color: #162436 !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 10px 25px rgba(33,51,74,0.3) !important;
}

/* ================================================================
   6. התאמות למובייל
================================================================ */
@media (max-width: 767px) {
    .wp-block-woocommerce-cart .wc-block-components-sidebar-layout,
    .woocommerce-cart .wc-block-components-sidebar-layout {
        display: flex !important;
        flex-direction: column !important; /* שובר לטור אחד במובייל */
        gap: 30px !important;
    }

    .wc-block-components-main.wc-block-cart__main,
    .wc-block-components-sidebar.wc-block-cart__sidebar {
        width: 100% !important;
        flex: 1 1 100% !important;
        max-width: 100% !important;
    }
    
    .wc-block-cart__sidebar {
        padding: 25px 20px !important;
        margin-top: 10px !important;
        position: relative; /* מבטל את ה-sticky בנייד שלא יתפוס מקום */
    }

    .wc-block-cart-item__quantity {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .wc-block-cart-item__remove-link {
        margin-right: 0;
    }
}/* End custom CSS */