.elementor-3319 .elementor-element.elementor-element-a9416b8{--display:flex;--min-height:100vh;--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;--margin-top:-157px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:70px;--padding-left:0px;--padding-right:0px;}.elementor-3319 .elementor-element.elementor-element-a9416b8:not(.elementor-motion-effects-element-type-background), .elementor-3319 .elementor-element.elementor-element-a9416b8 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://sakorasushi.com/wp-content/uploads/2025/01/OGA3ET0.webp");background-position:center center;background-repeat:repeat;background-size:contain;}.elementor-3319 .elementor-element.elementor-element-06d3518{--spacer-size:155px;}.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-3319 .elementor-element.elementor-element-bf3ad1a{padding:0px 0px 30px 0px;text-align:center;}.elementor-3319 .elementor-element.elementor-element-bf3ad1a .elementor-heading-title{font-family:"Alef Hebrew", Sans-serif;font-weight:600;color:var( --e-global-color-accent );}@media(max-width:767px){.elementor-3319 .elementor-element.elementor-element-a9416b8:not(.elementor-motion-effects-element-type-background), .elementor-3319 .elementor-element.elementor-element-a9416b8 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-size:1000px auto;}.elementor-3319 .elementor-element.elementor-element-bf3ad1a .elementor-heading-title{font-size:25px;}}@media(min-width:1025px){.elementor-3319 .elementor-element.elementor-element-a9416b8:not(.elementor-motion-effects-element-type-background), .elementor-3319 .elementor-element.elementor-element-a9416b8 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-attachment:scroll;}}/* Start custom CSS for heading, class: .elementor-element-bf3ad1a */.menu-container {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 20px;
    margin: 30px;
    border: 4px solid #FE8B60; /* צבע של המסגרת */
    border-radius: 0px; /* פינות מעוגלות */
}

.menu-row {
    display: flex;
    gap: 20px;
}
.menu-title {
    font-family:Tahoma;
    font-size: 37px;
    margin-bottom: 10px;
    font-weight: bold;
     color: #FE8B60;
     
}

.menu-item {
    flex: 1;
    text-align: center; /* יישור הטקסט למרכז */
    color: white; /* צבע טקסט לבן */
}

.menu-title2 {
    font-size: 25px;
    margin-bottom: 20px;
    font-weight: bold;
     color: #FE8B60;
}

.menu-price {
        color: white; /* צבע טקסט לבן */

    font-weight: bold; /* המחיר בכתב מודגש */
}

.menu-description {
    font-size: 23px;
    margin-bottom: 10px;
}

.menu-divider {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.additional-text {
    color: #FE8B60;
    font-size: 23px;
    text-align: right;
}

.additional-items {
    color: #FE8B60;
    font-size: 18px;
}

.additional-heading {
    font-size: 18px;
    color: #FE8B60;
}
.menu-title-frame {
    border: 2px solid #FE8B60; /* צבע המסגרת */
    padding: 10px 20px; /* מרווח פנימי */
    margin-bottom: 20px; /* מרווח תחתון */
    text-align: center; /* יישור הכותרת למרכז */
    font-size: 36px; /* גודל כותרת */
    margin-top: 10px;
    color: white; /* צבע טקסט */
    font-family: Tahoma;
    font-weight: bold;
    border-radius: 8px; /* פינות מעוגלות */
}
@media screen and (max-width: 768px) {
    .menu-container {
        padding: 10px;
        margin: 15px;
        border-width: 2px;
    }

    .menu-row {
        flex-direction: column; /* סידור פריטים בטור */
        gap: 10px;
    }

    .menu-title {
        font-size: 26px; /* הקטנת כותרות */
    }

    .menu-title2 {
        font-size: 22px;
    }

    .menu-description {
        font-size: 18px; /* הקטנת גודל טקסט */
    }

    .menu-title-frame {
        font-size: 28px; /* כותרות קטנות יותר */
        padding: 8px 15px;
    }

    .menu-notes {
        font-size: 15px;
    }

    .menu-price {
        font-size: 18px;
    }

    .menu-icon-fire {
        font-size: 20px;
    }
}/* End custom CSS */