@font-face {
    font-family: "menuText";
    font-weight: 400;
    font-style: normal;
    src: url(/themes/urbanfood/fonts/STAG-BOOK_0.OTF);
}
@font-face {
    font-family: "menuText";
    font-weight: 700;
    font-style: normal;
    src: url(/themes/urbanfood/fonts/STAG-BOOK_0.OTF);
}

@font-face {
    font-family: "regularText";
    font-weight: normal;
    font-style: normal;
    src: url(/themes/urbanfood/fonts/Heebo-Regular.ttf);
}
@font-face {
    font-family: "boldText";
    font-weight: bold;
    font-style: normal;
    src: url(/themes/urbanfood/fonts/Heebo-ExtraBold.ttf);
}

@font-face {
    font-family: "almoni-neue-400";
    font-weight: 400;
    font-style: normal;
    src: url(/themes/urbanfood/fonts/almoni-neue-tzar-aaa-400.ttf);
}

@font-face {
    font-family: "almoni-neue-700";
    font-weight: 700;
    font-style: normal;
    src: url(/themes/urbanfood/fonts/almoni-neue-tzar-aaa-700.ttf);
}

html {
    direction: ltr;
    touch-action: manipulation;
}
.rtl,
.rtl .txt,
.rtl *{
    direction: rtl;
}
* {
    /* disable selection */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; 
    outline: none;
    /* end selection */
    box-sizing:border-box;
}

*:focus {
    /* outline: 8px solid var(--focus-color); */
}

.current-focus{
    /* outline: 8px solid var(--accessibility-outline-color) !important; */
    box-shadow: 0px 0px 0px 8px var(--accessibility-outline-color) !important;
    -webkit-box-shadow: 0px 0px 0px 8px var(--accessibility-outline-color) !important;
    -moz-box-shadow: 0px 0px 0px 8px var(--accessibility-outline-color) !important;
}

img{
    pointer-events: none;
}

body{
    background:var(--focus-color);
    font-family: var(--base-font), var(--primary-font), sans-serif;
    font-size: var(--base-font-size);
    vertical-align:top;
    margin:0;
    padding:0;
}

*[ng-click], *[data-ng-click]{
    cursor:pointer;
}

/* customizable classes */
.edit-mode .txt:hover,
.edit-mode .img-bg:hover,
.edit-mode .elt-bg:hover,
.edit-mode .de:hover{
    outline:1px solid orange;
}
.edit-mode .txt > .txt{
    margin-top:10px;
}
/* customizable classes */

.txt{
    color:var(--text-color);
}
.img-bg{
    background:url(/design/images/1px.gif) no-repeat center center/contain;
    border-radius: 35px;
}
.elt-bg{
    background-color:var(--bg-color);
}

[x-id="screensaver"],
#screensaver {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10001;
    display: none;
}

[x-id="screensaver_text"],
#screensaver_text {
    color: #FFF;
    font-size: 72px;
    text-shadow: 0 0 5px #000;
    position: absolute;
    z-index: 10002;
    top: 0;
    left: 0;
    text-align: center;
    width: 800px;
}

.ui-container{
    display:flex;
    margin:0 auto;
    background:none no-repeat top center;
    background-size:100% 100%;
    flex-direction:column;
    justify-content: flex-start;
    padding:80px 40px;
    position:relative;
    height:1920px;
    width:1080px;
    overflow: hidden;

}
.handicapped .ui-container{
    justify-content:flex-end;
}

.centered{
    margin:0 auto;
}
.flex-center,
.flex-center-center{
    display:flex;
    align-items:center;
    justify-content:center;
}

.flex-column{
    display:flex;
    flex-direction:column;
}
.flex-column-center{
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
}
.flex-column-end{
    display:flex;
    flex-direction:column;
    justify-content:flex-end;
}
.flex-column-end-end{
    display:flex;
    flex-direction:column;
    justify-content:flex-end;
    align-items:flex-end;
}
.flex-column-start{
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
    align-items:flex-start;
}
.flex-between{
    display:flex;
    align-items:center;
    justify-content:space-between;
}
.flex-between-start{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
}
.flex-evenly{
    display:flex;
    align-items:center;
    justify-content:space-evenly;
}
.flex-center-start{
    display:flex;
    align-items:center;
    justify-content:flex-start;
}
.flex-start-start{
    display:flex;
    align-items:flex-start;
    justify-content:flex-start;
}
.flex-center-end{
    display:flex;
    align-items:center;
    justify-content:flex-end;
}
.flex-evenly{
    display:flex;
    justify-content:space-evenly;
}

.elt-hide{
    display:none !important;
}
.elt-hidden{
    display:none;
}
.ghosted{
    opacity:.5;
}

.cst-mainblock-container{
    display:flex;
    flex-direction:column;
    background:transparent;
    height:88%;
    justify-content: center;
}
.cst-mainblock-container.choose-place{
    height:100%;
}

.page-choose-place .cst-mainblock-container{
    justify-content:center;
}

.handicapped .cst-mainblock-container{
    max-height:760px;
    zoom:.7;
}

.mainsection{
    display:flex;
    flex-direction:column;
    justify-items:center;
    width:100%;
    max-height:100%;
    overflow-y:auto;
    overflow-x:hidden;
    justify-content:flex-start;
}

.mainsection.main-price-layout {
    overflow: visible;
}

.handicapped .page-choose-place .mainsection,
.handicapped .mainsection{
    top:auto;
    max-height:760px;
    padding-bottom:10px;
}

.cst-product-price{
    color:var(--prices-color);
    white-space: nowrap;
}

.cst-product-discount-price {
    color:var(--discount-price-color);
    font-size: 31px;
}

.cst-choice-cell-info .cst-product-price{
    margin-top:3px;
}
html.rtl .cst-choice-cell-info .cst-product-price {
    text-align:end;
}

/*
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
*/

.cst-popup-background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    background:rgba(0, 0, 0, .7);
    display:flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    /*animation: fadeIn .2s ease-out;*/
}

:root{
    --popup-border-radius:40px;
    --addonNameFontSize: 34px;
    --base-font: var(--primary-font);
    --heading1-font: var(--title-font);
    --heading2-font: var(--title-font);
    --subheading1-font: var(--primary-font);
}
.cst-popup {
    position:absolute;
    top: 50%;
    left:60px;
    right:60px;
    z-index: 5000;
    transform:translateY(-50%);

    border-radius:var(--popup-border-radius);
    padding:30px;
    padding-bottom:0;
    font-size:30px;

    display:flex;
    flex-direction:column;
    justify-content:space-between;
    background-color:var(--dialog-bg-color);
    color:var(--secondary-text-color);
    animation: fadeIn .2s ease-out;
    border: 1px solid var(--entity-border-color);
}

.bgpopup {
    filter: blur(5px);
    pointer-events: none;
}

.cst-popup.at-bottom{
    top:auto;
    bottom:0;
    transform:translateX(-50%);
}

.cst-popup-shadow {
    box-shadow: 3px 3px 10px rgba(0, 0, 0, .4);
    margin:0;
    margin-bottom:10px;
}

.cst-popup.cst-subpopup {
    z-index: 7000;
}

.handicapped .cst-popup{
    top:auto;
    bottom:60px;
    zoom:.7;
    min-height:750px;
    max-height:900px;
    overflow-y:auto;
    transform:none;
}

@keyframes pulsate {
    0% {
        opacity:1;
    }
    50% {
        opacity:0.2;
    }
    100% {
        opacity:1;
    }
}
.pulsate {
    animation-name: pulsate;
    animation-duration: 1.5s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

@keyframes rotating {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.rotating {
    animation-name: rotating;
    animation-duration: 5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.msg_pad {
    position: absolute;
    z-index: 99998;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1000px;
    background: rgba(0, 0, 0, .75);
    color: #FFF;
    border-radius: 10px;
    padding: 40px;
}

.msg_pad h1 {
    margin: 0 0 1em 0;
    padding: 0;
}

.scrollable-y {
    overflow-x: hidden;
    overflow-y: auto;
    justify-content:center;
}

.tapit-logo {
    min-width: 140px;
    max-width: 140px;
    background: url(/tapit/tapit-logo-big.png) no-repeat right center / contain;
}

/* otherwise Hebrew layout is flipped */
.jkeyboard .jline ul{
    direction:ltr;
}

.btn-customize-your-meal {
    background: transparent var(--bg-icon-edit) no-repeat center top / auto 68px;
    padding-top: 75px;
    min-width: 100px;
    max-width: 230px;
    text-align: center;
    position: absolute;
    bottom: -106px;
    left: 150px;
    transform: translateX(-50%);
    line-height: 1;
    color: var(--text-color);
}

/* Popups */

.popup-addons-title {
    font-family: var(--heading1-font), sans-serif;
    color: var(--primary-color);
    font-weight: bold;
    text-align: center;
    font-size: 120%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin: 0 auto;
}
.popup-addons-description {
    font-family: var(--heading2-font), sans-serif;
    text-align: center;
    color: var(--primary-color);
}
.popup-addons-content {
    margin-top: 80px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    text-align: center;
    flex-wrap: wrap;
}
.popup-addons-content > div {
    box-sizing: border-box;
    flex: 1;
    min-width: 50%;
    max-width: 50%;
    padding: 0 10px 20px 10px;
}
.popup-addon-image {
    height: 200px;
    vertical-align: middle;
}
.popup-addon-selection {
    background: #FEC736BD;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.addon_popup_product_name {
    color: var(--primary-color);
}

.addon_popup_product_price {
    font-weight: bold;
    color: var(--prices-color);
}

.addon_popup_product_nameprice_wrp {
    margin-top: 8px;
}

.popup-addons-intro-buttons-wrp {
    text-align: center;
    margin: 40px 0;
}

.ltr-text,
.cst-extra-cost,
.addon_popup_product_price,
.order_item_line,
.cst-product-price,
.cst-product-preview-price {
    direction: ltr !important;
}

span.cst-product-price {
    display: inline-block;
}

.nowrap,
.nobr{
    white-space:nowrap;
}

.step.step-type-none ~ .step.step-type-none {
    border-top: 1px solid var(--text-color);
}

/* Categories */

.ah-section-title {
    text-align: center;
    font-family: var(--heading-font);
    text-transform: uppercase;
    margin-bottom: 44px;
    letter-spacing: 2px;
}

.ah-section-title > span {
    display: inline-block;
    background-image: url(../img/icon-red-star.png?v=1),  url(../img/icon-red-star.png?v=1);
    background-repeat: no-repeat;
    background-position: left center, right center;
    padding: 0 50px;
}

.ah-category-block {
    background: #FFF;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 40px;
    color: var(--primary-color);
    font-weight: bold;
    font-size: 24px;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, .1);
}
.ah-category-photo {
    background: transparent none no-repeat center / contain;
    height: 180px;
}
.ah-category-photo-after {
    background: #333;
    height: 2px;
    margin: 20px 0;
}
.ah-paging-btn {
    background: var(--primary-color);
    color: #FFF;
    border-radius: 1000px;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 40px;
}

.steam-loop {
    position: absolute;
    left:50%;
    /*right:0;*/
    width: 100%;
    bottom: 50%;
    top: -30%;
    background: url(/themes/urbanfood/img/steam.png) no-repeat center center/contain;
    pointer-events: none;
    /*mix-blend-mode: screen;*/
    overflow:visible;
    object-fit: fill;
    /*	filter: brightness(1.4);*/
    transform: translateX(-50%);
    backface-visibility: hidden;
}

.ingredient-related-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: middle;
}

html:not(.rtl) .ingredient-related-icon {
    margin-right: 4px;
}

html.rtl .ingredient-related-icon {
    margin-left: 4px;
}

*[data-ng-click],
*[onlick]{
    cursor: pointer;
}

@keyframes blink {
    50% {opacity: 0;}
}

.bundle-textonly .cst-product-list-picture{
    display:none;
}
.bundle-textonly .cst-product-selected{
    background-size:auto 250%;
}

.lang-block{
    margin:20px auto;
    text-align:center;
    background:rgba(0, 0, 0, .7);
    padding:20px 40px;
    min-width:350px;
}
.lang-block .txt{
    color:#fff;
}
.lang-block .text-langs{
    font-size:36px;
}
.lang-block .selected{
    font-weight:bold;
}
.lang-block.list{
    min-width:250px;
}
.lang-block .cst-language-flag{
    height:80px;
    width:100px;
    display:inline-block;
}
.lang-block.list > *{
    display:list-item;
    list-style:none;
    margin:0 auto;
}
.lang-block .separator{
    height:50px;
    width:1px;
    border-left:1px solid #fff;
    margin:0 20px;
}
.lang-block.list .separator{
    border-left:0;
    border-bottom:1px solid #fff;
    margin:20px auto;
    width:100%;
    height:1px;
}
.lang-block .separator:last-of-type{
    display:none;
}
.lang-block .cst-language-flag:not(.selected){
    transform:scale(.8);
}

/** Swipe guide */

@keyframes arrow-movement {
    0% {
        opacity: 0;
        top: 0;
    }
    70% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        top: 200px;
    }
}

.swipe-animation {
    --ani-speed: 2.4s;
    --ani-delay: .8s;
    --x-offset: 200px;
    --y-offset: 400px;

    position: absolute;
    right: var(--x-offset);
    bottom: var(--y-offset);
    z-index: 10000;
}

.swipe-animation.swipe-animation-left {
    right: auto;
    left: var(--x-offset);
}

.swipe-animation.swipe-animation-center {
    left: 50%;
    transform: translateX(-50%);
}

.swipe-animation.swipe-animation-hide {
    display: none;
}

.swipe-animation .arrow {
    opacity: 0;
    background: transparent var(--bg-swipe-animation-arrow) no-repeat center / contain;
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform-origin: 50% 50%;
    transform: translate3d(-50%, -50%, 0);
}

.swipe-animation .arrow-first {
    animation: arrow-movement var(--ani-speed) linear infinite;
}

.swipe-animation .arrow-second {
    animation: arrow-movement var(--ani-speed) var(--ani-delay) linear infinite;
}

.swipe-animation .arrow-third {
    animation: arrow-movement var(--ani-speed) calc(var(--ani-delay) * 2) linear infinite;
}

.main-page-teaser-container {
    position: absolute;
    bottom: 220px;
    left: 50%;
    transform: translateX(-50%);
    width: 690px;
    height: 460px;
}

.handicapped .main-page-teaser-container{
    bottom:auto;
    top:320px;
    zoom:1.5;
}

.cst-main-page-teaser {
    width: 100%;
    height: 100%;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(360deg);
    }
}

@-ms-keyframes spin {
    from {
        -ms-transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
    }
}

.background-image
{
    position: absolute;
    left: -562px;
    top: -142px;
    width: 2204px;
    height: 2204px;
    background-position-x: center;
    background-position-y: center;
    z-index: -100;
}

.background-image.animated {
    animation-name: spin;
    animation-duration: 40000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.addon-qty-block {
    display: inline-flex;
    vertical-align: middle;
    align-items: center;
    margin-left: 4px;
}

html.rtl .addon-qty-block {
    margin-left: 0;
    margin-right: 4px;
}

.addon-qty-block .addon-qty {
    margin: 0 8px;
}

.icon-addon-qty {
    display: inline-block;
    width: 24px;
    height: 24px;
}

.cst-product-description{
    color:var(--product-name-color);
    font-size:var(--product-description-font-size);
    width:680px;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
}

.handicapped header + .mainsection{
    margin-top:20px;
}

.kbd_wrapper{
    background: #3F3E43;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    z-index: 500;
    min-height:300px;
    padding-bottom:30px;
    width:100%;
}
.kbd_wrapper.rounded {
    border-radius:var(--popup-border-radius);
    border-top-left-radius:0;
    border-top-right-radius:0;
}

.handicapped .kbd_wrapper{
    padding-bottom:10px;
    min-height:auto;
    width:auto;
    min-width:1100px;
}

.split-dialog{
    padding:0;
}
.split-dialog .kbd_wrapper{
    margin:0;
}

.handicapped .split-dialog .kbd_wrapper{
    min-width:800px;
}

.jkeyboard .jline ul li {
    width:76px;
    height: 80px;
    border-radius: 0;
    background: transparent;
    color: #fff;
    font-size: 36px;
    display: inline-flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    background-size: 60px;
}

.handicapped .jkeyboard .jline ul li{
    width:80px;
    height:40px;
}

.jkeyboard .jline ul li:hover, .jkeyboard .jline ul li.active {
    background-color: transparent;
}

.jkeyboard .jline .shift
{
    display: none;
}

.jkeyboard .jline .shift,
.jkeyboard .jline .backspace,
.jkeyboard .jline .return{
    background-color: transparent;
    width: 80px;
    margin-top:35px;
    margin-bottom:-35px;
}

.jkeyboard .jline .shift,
.jkeyboard .jline .backspace,
.jkeyboard .jline .return {
    margin:0;
}

.jkeyboard .jline .return{
    color:transparent;
    font-size:0;
    background:url(/jkeyboard/assets/return.png) no-repeat top center;
    background-size:60% 50% !important;
    background-position-y:12px;
}

.jkeyboard .jline .layout_switch {
    background-color: transparent;
}

.jkeyboard .jline .space {
    border: 1px solid #616161;
    width: 400px;
}


@keyframes blink_error {
    0% {
        background: #FFF;
    }
    50% {
        background: rgba(255, 160, 160, .8);
    }
    100% {
        background: #FFF;
    }
}

.feedback_wrp {
    background:var(--bg-color);
    text-align: center;
    padding-top:60px;
    border-radius:var(--popup-border-radius);
}
.feedback_wrp_title {
    font-family: var(--heading-font), sans-serif;
    color: var(--title-color);
    white-space: pre-line;
    font-size: 36px;
    line-height: 1.3;
    font-weight:bold;
}


.kbd_wrapper .elt-hidden{
    pointer-events:none;
}

.enter_data_input.error {
    animation: blink_error .4s linear 3;
}

.handicapped .sides > div{
    display:inline-block;
    height:100%;
}

.sides .payment-side{
    width:40%;
    overflow:auto;
}

.sides .content-side{
    width:60%;
}

.entry-buttons{
    width:100%;
}
.entry-buttons .btn_next{
    margin-bottom:20px;
}
.entry-buttons > div:first-of-type{
    margin-bottom:20px;
    width:100%;
}

.entry-buttons.flex-between{
    flex-direction:row-reverse;
}

.entry-buttons.flex-between > div:first-of-type{
    margin-bottom:0;
}

.cst-upsale-buttons button{
    min-width:120px;
}

.handicapped .msg_pad{
    top:auto;
    bottom:0;
    zoom:.7;
}

.sides-layout{
    height:100%;
    justify-content:space-between;
}
.sides-layout .payment-side{
    height:100%;
}
.span-height,
.payment-button-container{
    height:100%;
}
.handicapped .payment-button-container{
    height:auto;
}

.text-align-center {
    text-align: center;
}

.invisible {
    visibility: hidden !important;
}

.dialog-buttons {
    margin: 30px;
    text-align: center;
}

.cst-productmenu-product-info {
    font-family: var(--subheading1-font), sans-serif;
}

.font--heading1 {
    font-family: var(--heading1-font), sans-serif !important;
}

.font--base {
    font-family: var(--base-font), sans-serif !important;
}

.session-end-sublayer,
.system-popup-sublayer,
.announcement-sublayer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100000;
    background-image: linear-gradient(to bottom, #555C, #000C);
    overflow: hidden;
}

.announcement-sublayer > .cst-popup {
    top: 50%;
    max-height: 1800px;
}

.system-popup-sublayer {
    z-index: 99999;
}

.announcement-sublayer {
    z-index: 98000;
}

.cst-step-product-name > span:first-child {
    font-weight: bold;
}

.remove-bundle-step-product {
    position: absolute;
    top: 10px;
    right: 10px;
}

html.rtl .remove-bundle-step-product {
    right: auto;
    left: 10px;
}
