.cst-footer{
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    display:flex;
    height:78px;
    font-size:20px;
    background-color: rgba(255, 255, 255, .8);
    padding:0;
}
.cst-footer > div{
    height:100%;
}

.cst-footer-back-container{
    position:absolute;
    bottom:0;
    height:78px;
    z-index:1;
    right:0;
}

.cst-footer-back-container button{
    border:0;
    height:100%;
    width: 78px;
    flex: 1;
    font-size:inherit;
    background:var(--back-button-color);
}

.cst-footer-back-container button .txt{
    color:var(--back-button-text-color);
}

.cst-footer-back-container .cst-icon-back,
.cst-cart-icon{
    width:80px;
    height:40px;
    margin:5px 0;
}

.cst-cart-icon
{/*
    background-image: none !important;
    -webkit-mask-image: var(--bg-eat-here-icon);
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;

    background: none;
    background-color: var(--cart-button-text-color);*/
}

.cst-footer-back-container .cst-icon-back{
    height:30px;
    margin-top:15px;
    width:30px;
}

.rtl .cst-icon-back{
    transform:scaleX(-1);
}

.cst-cart-toggle{
    position:absolute;
    bottom:0;
    height:78px;
    width:196px;
    color:var(--cart-button-text-color);
    background:var(--cart-button-bg);
    right:78px;
}

.cst-cart-toggle .cst-price{
    color:inherit;
    direction:ltr;
    unicode-bidi:bidi-override;
}

.cst-handicap-toggle{
    position:absolute;
    bottom:0;
    height:78px;
    width:78px;
    color:var(--cart-button-text-color);
    background:var(--cart-button-bg);
    right:0;
}
.cst-handicap-toggle.active{
    background:var(--focus-color);
}
.cst-handicap-toggle .img-bg{
    width:50px;
    height:50px;
}

.cst-powered-by{
    height:100%;
    width:480px;
    color:#888;
    font-size:22px;
    white-space:nowrap;
    padding:0 20px;
}

.cst-powered-by.ltr-override{
    direction:ltr;
}

.cst-beecomm-logo,
.pos-logo,
.cst-tapit-logo {
    height:100%;
    width:160px;
    background: no-repeat center/contain;
}
.cst-powered-by .split{
    border-left:1px solid #ccc;
    height:50px;
    margin:0 5px;
}

.pos-logo-beecomm,
.pos-logo-beecomm_direct,
.pos-logo-beecomm_tablet,
.cst-beecomm-logo {
    background-image: url(/tapit/beecomm-logo-xs.png?v=1);
}
.cst-tapit-logo.country-IL {
    background-image:url(/tapit/tapit-logo-xs.png?v=1);
}
.cst-tapit-logo:not(.country-IL) {
    background-image:url(/tapit/tapit-tapit-logo-xs.png?v=1);
}

.cst-language-toggle{
    position:absolute;
    bottom:0;
    height:78px;
    color:#000;
    font-weight:bold;
    left: 20px;
    direction: ltr;
}

.cst-language-toggle,
.cst-language-toggle .txt{
    color:#000;
}
.cst-language-list div:not(.selected){
    display:none;
}

.cst-language-toggle .chevron{
    margin:0 30px;
    margin-top:-15px;
    font-size:25px;
    display:inline-block;
    transform:scaleX(1.5);
    font-weight:normal;
}

.chevron-down:before{
    content:"\2304";
}
.chevron-up:before{
    content:"\2303";
}

.cst-language-toggle .chevron-up{
    margin-top:10px;
}

.cst-language-select{
    position:absolute;
    z-index:2;
    bottom:60px;
    background:#fff;
    box-shadow:5px 5px 10px rgba(0,0,0,.7);
    left: -10px;
}

.cst-language-select > div{
    padding:15px 25px;
    position:relative;
}

.cst-language-select > div:after{
    display:block;
    position:absolute;
    right:10px;
    left:10px;
    bottom:0;
    content:" ";
    border-top:1px solid #9e9e9e;
}
.cst-language-select > div:last-of-type:after{
    display:none;
}

.cst-language-select .cst-language.selected{
    background:#e8e9ed;
    width:100%;
}

.cst-language-flag{
    height:70px;
    width:60px;
    margin:0 10px;
}
.cst-language-flag.multi{
    width:90px;
}

.chevron-closer .cst-language-list + .chevron{
    margin:0;
}
.cst-language-toggle .cst-language-flag:not(.selected){
    transform:scale(0.8);
}

