@import url("https://fonts.googleapis.com/css2?family=Mrs+Saint+Delafield&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Assistant:wght@400;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");

header .logo {
    text-align: start;
}

html:lang(en) .desktop_mega_menu .container {
    max-width: 1590px;
}

html:lang(en) .icon-sit:before {
    content: "";
    background: url(/uploads/sit.svg) no-repeat center center / 100%;
    width: 38px;
    height: 38px;
}

.burger .scroll-popup .description.row.border_inside {
    margin: 0 -15px;
}

.comments:has(.hidden-comment) {
    display: none;
}

.bootbox.bootbox-confirm .modal-footer {
    flex-direction: row-reverse;
    justify-content: end;
}

#initial_popup .modal-footer {
    justify-content: center;
}

.options .modal-header {
    position: sticky;
    top: 0;
    right: 0;
    z-index: 3;
}

div#pizza_addon_dialog p.price {
    direction: ltr !important;
    display: flex;
    justify-content: center;
    gap: 1px;
}

div#pizza_addon_dialog p.price span {
    order: 1;
}

span.sale {
    direction: rtl;
}

.price,
span.total span,
.menu_wrapper .cart .list .shipment span,
.menu_wrapper .cart .list .after_discount span,
.menu_wrapper .cart .list .coupon_discount span,
.menu_wrapper .cart .list .subtotal span,
.menu_wrapper .cart .list .total span,
.menu_wrapper .cart .list .maam span,
.menu_wrapper .cart .list .discount span span {
    direction: rtl !important;
}

.menu_wrapper .cart_controls {

    .menu > svg {transform: rotate(180deg);}
}

.cart a.remove {
    margin-top: 17px;
    margin-right: 5px;
}

.menu_wrapper .cart i.fa.fa-pencil {
    color: var(--primary);
}

.menu_wrapper .cart .list ul li .buttons {
    align-items: flex-start;
    display: flex;
    gap: 5px;
    max-width: 51px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

span.price.base-price.sm-price {
    display: none !important;
}

p.subtotal-.text-right {
    text-align: left !important;
    font-weight: bold;
}

.base-price {
    font-weight: bold;
    margin-top: 10px;
}

.menu_wrapper .cart .list ul li .flex-column {
    flex: 0 0 60px;
}

.menu_wrapper .cart .list ul .item-cart {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e3e3e3;
}

.menu_wrapper .cart .list ul li .details {
    padding: 5px 0 0;
}

.title-name {
    font-weight: bold;
}

.menu_wrapper ul.tags li a {
    background: #e4f6f1;
}

header .bg-primary.text-white.p-2.welcome_wrap .col-4 {
    text-align: start;
    display: flex;
    justify-content: start;
    flex: 1;
    direction: rtl;
    width: fit-content;
    /* max-width: 50%; */
}

.menu_wrapper .cart .list .wrapper {
    min-height: 24vh;
}

header .container .row .col-md-3 .bg-primary .col-8 {
    padding-left: 0;
    display: flex;
    justify-content: end;
    max-width: unset;
    flex: 1;
    width: fit-content;
}

a:focus {
    outline: 1px solid #b9b9b9;
    border-radius: 5px;
}

#f1 select,
#f2 select {
    background-position-x: 95px;
}

#pizza_addon_dialog a.h {
    line-height: 154px;
}

.options .price-v .buttons .btn.next {
    width: 55%;
    max-width: 362px;
    border-radius: 35px;
    font-size: 18px;
}

#pizza_addon_dialog h4.modal-title {
    padding-inline-start: 40px;
}

.layout.custom-layout svg {
    width: 19px;
    height: auto;
}

header {
    z-index: 2;
}

/*.menu_items {
  z-index: 1;
  position: relative;
}*/

.menu_wrapper .cart .list ul li .details li {
    color: #5f626d;
}

.btn.btn-primary.show_a11y {
    display: none;
}

@media (min-width: 900px) and (max-width: 1500px) and (orientation: landscape) {
    .menu_items>.row {
        padding: 0 15px;
    }

    .menu_wrapper .cart .list .wrapper {
        min-height: 20vh;
    }
}

@media (min-width: 900px) and (orientation: landscape) {
    .menu_wrapper .cart .list ul.items {
        padding: 0 5px;
    }

    .cart_content .px-1 img {
        border-radius: 5px;
        height: 60px;
        width: 60px;
        box-shadow: 0 3px 11px rgba(0, 0, 0, 0.1);
        object-fit: cover;
    }
}

.options .bottom_fixed {
    width: 100%;
    padding: 0 15px;
    position: sticky;
    bottom: 0;
    background: rgba(255, 255, 255, 0.65);
}

.options .new-sma.price-v .row.btn-footer.bottom_fixed {
    width: calc(100% + 45px);
}

.bottom_fixed .large {
    padding-block: 15px;
}

@media screen and (min-width: 768px) {
    .img_cont img {
        height: 235px;
        object-fit: cover;
        width: 100%;
    }

    .layout-wrapper {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding-inline-end: 65px !important;
        font-size: 14px;
    }

    .menu_wrapper .products {
        margin: 0 -16px;
    }

}

.layout.custom-layout {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    align-self: center;
}

.layout.custom-layout label {
    margin-bottom: 0 !important;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #5f626d;
    border-radius: 50%;
}

.layout.custom-layout label:has(input:checked),
.layout.custom-layout label.active {
    background: #f0f1f3;
    color: var(--primary);
}

body {
    font-family: "Rubik", sans-serif;
}

.price-v .options .option_control:after {
    display: none;
}

div#free_popup_2 .row {
    justify-content: center;
    margin: 30px 0 0;
}

html:lang(en) {
    /* --primary: #45bb8e; */
    --bg-color: #f0f1f3;
    --p-font: #3f3f3f;
    --s-font: #585959;
}

html:lang(en) body:not(.home) {
    background: #fff;
}

html:lang(en) .icon-delivery:before {
    content: "";
    background: url(/images/front/icon_en.png) no-repeat center center / 100%;
    width: 44px;
    height: 38px;
}

html:lang(en) .icon-takeaway:before {
    content: "";
    background: url(/images/front/icon_en1.png) no-repeat center center / 100%;
    width: 38px;
    height: 38px;
}

html:lang(en) .icon-login::before {
    content: "";
    background: url(/images/front/icon_en2.png) no-repeat center center / 100%;
    width: 37px;
    height: 37px;
}

html:lang(en) p.home_slogan span {
    color: var(--primary);
}

html:lang(en) .home .content {
    min-height: 100vh;
}

html:lang(en) .main .logo_wrap {
    margin: 20px auto;
}

html:lang(en) .main .home_slogan {
    font-size: 22px;
}

html:lang(en) .main .logo img {
    max-height: 150px;
}

/* html:lang(en) body.home {
    background-image: url("https://eng.rest.click-eat.co.il/images/bg-home.png");
} */

html:lang(en) body.home .home_links {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-content: center;
    gap: 30px;
}

html:lang(en) .home_links a {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: fit-content;
    background: white;
    border: solid 1px #eee;
    position: relative;
    box-shadow: none;
    padding-left: 0;
}

html:lang(en) .home_links a:before {
    content: "";
    inset: -10px;
    border-radius: 25px;
    background: white;
    position: absolute;
    z-index: -1;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

html:lang(en) .home_links a span {
    background: transparent;
    color: black;
    margin: 0;
    font-family: "Dancing Script", cursive;
    font-size: 38px;
    height: 90px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

html:lang(en) .home_links a i {
    margin: 10px;
    font-size: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
    width: auto;
    height: auto;
    padding-top: 0;
    padding: auto;
}

html:lang(en) .home_links div {
    max-width: 25vw;
}

.open_cart.d-md-none {
    margin: 0 5px 5px 5px;
    border-radius: 25px;
    z-index: 21;
}

.categories_cont .swiper-button-next,
.categories_cont .swiper-button-prev {
    border-radius: 50%;
    height: fit-content;
    background-color: #f0f1f3;
    width: 32px;
    height: 32px;
    top: 30%;
}

.search_wrapper::after {
    content: "";
    font: normal normal normal 23px / 1 Bootstrap;
    display: inline-block;
    position: absolute;
    right: auto;
    top: 11px;
    color: black;
    left: 15px;
    background: url(/images/front/search-icon.png) no-repeat center center / cover;
    width: 16px;
    height: 16px;
}

header {
    box-shadow: 0 4px 29px rgba(150, 150, 150, 0.1);
}

.search_wrapper {
    position: relative;
    direction: ltr;
    max-width: 370px;
    margin: 0 auto;
}

header .container .row {
    display: flex;
    justify-content: space-between;
}

header .text-left.align-self-end {
    max-width: 400px;
}

header .row .col-md-3 {
    display: flex;
    align-items: center;
    justify-content: end;
    align-self: center !important;
}

header .col-md-3.text-left.align-self-end {
    height: auto;
    display: flex;
    align-self: center !important;
}

header .bg-primary:has(.welcome) .col-4:has(.open_profile) {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 0;
    bottom: -30px;
    transition: all 0.2s;
    text-align: center;
}

header .bg-primary:has(.welcome) .row:hover .col-4:has(.open_profile) {
    visibility: visible;
    opacity: 100%;
}

header .bg-primary:has(.welcome) .row:hover .col-4:has(.open_profile) a {
    background: var(--bg-color);
}

header a.reorder {
    font-size: 14px;
}

.modal-footer .btn {
    font-size: 1em;
}

div#initial_popup {
    text-align: center;
}

.modal-title,
.modal-header h4 {
    color: var(--primary);
    text-align: center;
    width: 100%;
}

.menu_wrapper ul.tags li a {
    font-weight: 400;
    font-size: 14px;
}

.form-control::placeholder {
    color: #000;
    opacity: 1;
    font-size: 14px;
}

.menu_wrapper ul.tags li a:hover,
ul.tags li a.active {
    background: var(--primary);
}

body.desktop_mega_menu .menu_items>.row>.categories_cont {
    margin-bottom: 40px !important;
    margin-top: 0 !important;
}

header .logo img {
    height: 57px;
}

.menu_wrapper li.product .price.new-style-price {
    background-color: rgba(0, 0, 0, 0);
    background: rgba(0, 0, 0, 0);
    color: #5f626d;
    bottom: -40px;
    font-size: 16px;
}

.menu_wrapper .cart h3 {
    border-bottom: 1px solid #999ba2;
    font-size: 22px;
    padding: 5px 0 14px;
    font-weight: 500;
}

.menu_wrapper .cart a.order,
.menu_wrapper .cart a.menu {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    padding: 5px;
}
.menu_wrapper .cart_controls{
    padding: 10px;
}
.menu_wrapper .cart .notes br {
    display: none;
}

.menu_wrapper li.product .img_cont>img {
    border-radius: 15px;
    box-shadow: 0px 4px 29px 0px rgba(0, 0, 0, 0.1);
}

.menu_wrapper .cart .notes {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.menu_wrapper .cart>.wrapper .cart_content {
    background: none;
    border: unset;
}

.menu_wrapper .cart .coupon button {
    font-weight: 400;
}

.menu_wrapper li.product .title,
#upsell_popup .item .title,
.free_popup .item .title,
.add_to_cart .title,
#como_products_popup .item .title {
    font-size: 16px;
}

.menu_wrapper li.product .title {
    font-weight: 500;
    padding-top: 20px;
}

.menu_wrapper .cart>.wrapper {
    background: none;
    border: solid 1px #999ba2;
    border-radius: 24px;
}

.menu_wrapper ul.categories>li a {
    border: none;
    box-shadow: none;
    background: none;
}

.cat_title {
    display: none;
}

header .container .row .col-md-3 .bg-primary {
    background: none !important;
    color: #5f626d !important;
    width: 100%;
}

header .container .row .welcome {
    direction: ltr;
    font-size: 1.1em;
}

header .container .row .reorder {
    display: flex;
    flex-direction: row-reverse;
    gap: 10px;
    justify-content: center;
    align-items: center;
    padding: 5px 14px;
    background: var(--bg-color);
    border-radius: 25px;
    width: fit-content;
    font-size: 14px;
    color: #000;
}


header .container .row .col-md-7 .branch_info {
    display: none;
}

.categories_cont {
    background: #fff;
}

@media (max-width: 1500px) {
    .bg-primary .row {
        position: relative;
        display: block;
    }

    .bg-primary {
        display: flex;
        flex-direction: column;
    }
}

header .branch .search_wrapper #search {
    background: var(--bg-color);
    border: none;
    padding: 0.5em 1em 0.5em 3em;
}

.main_menu_section.center .search_wrapper {
    display: none;
}

.col-12 .search_wrapper:after {
    right: auto;
    left: 4%;
    top: 25%;
    color: #6b6b6b;
}

.categories_cont .swiper-button-next,
.categories_cont .swiper-button-prev {
    border-radius: 50%;
    height: fit-content;
    background-color: #f0f1f3;
    width: 40px;
    height: 40px;
    top: 30%;
}

.categories_cont .swiper-button-next:after,
.categories_cont .swiper-button-prev:after {
    aspect-ratio: 1/1;
}

.products .title {
    padding-top: 25px;
    font-weight: 300;
}

.menu_wrapper li.product .not_in_stock,
#upsell_popup .item .not_in_stock,
.free_popup .item .not_in_stock,
.add_to_cart .not_in_stock {
    left: auto;
    right: 0;
    bottom: 20px;
}

.menu_wrapper div.order h3 {
    color: #000;
    margin: 0 0 15px;
    font-weight: bold;
    background: rgba(0, 0, 0, 0);
    padding: 0;
}

.delayed_delivery input[type="radio"],
div.order div.payment input[type="radio"] {
    border: 1px solid #000;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    outline: none;
    margin-right: 5px;
}

:lang(he).delayed_delivery input[type="radio"],
:lang(he) div.order div.payment input[type="radio"] {
    margin-left: 5px;
}

.delayed_delivery input[type="radio"]::before,
div.order div.payment input[type="radio"]::before {
    content: "";
    width: 12px;
    height: 12px;
    margin: 3px;
    border-radius: 50%;
    display: block;
}

.delayed_delivery input[type="radio"]:checked::before,
div.order div.payment input[type="radio"]:checked::before {
    background: #000;
}

.delayed_delivery label {
    display: inline-flex;
    align-items: center;
}

.order .notes p {
    margin: 0;
    color: #757575;
    display: flex;
    align-items: center;
}

.order .notes {
    margin-top: 15px;
    margin-bottom: 15px;
}

.delayed_delivery .row .col-md-4,
.takeaway_time_wrapper {
    display: flex;
    align-items: center;
}

.takeaway_time_wrapper {
    margin-left: 15px;
}

:lang(he).takeaway_time_wrapper {
    margin-right: 15px;
}

label.delivery_time span {
    font-size: 0;
}

.menu_wrapper div.order a.next {
    margin-top: 40px;
    width: 360px;
    margin-left: 0;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    padding: 17px 0;
    border-radius: 35px;
}

.menu_wrapper div.order a.prev {
    background: #c5c5c5;
    color: #000;
    text-align: center;
    font-size: 18px;
    padding: 17px 0;
    border-radius: 35px !important;
    width: 200px;
    margin-top: 40px;
}
/*
body:not(.kiosk_design_2) form#f1 .form-group label {
    font-size: 0;
    height: 0;
    display: block;
}
*/
form#f1 .form-group input {
    padding-block: 23px;
    margin-bottom: 10px;
}

form#f2 {
    border-top: 1px solid #c7c7c7;
    padding-top: 0;
    margin-top: 15px;
}

header .open_profile {
    align-items: center;
    display: flex;
    font-size: 14px;
}

a.open_profile:after {
    content: "";
    background: url(/images/front/login-icon.png) no-repeat center center / cover;
    width: 14px;
    height: 19px;
    display: inline-block;
    direction: ltr;
    margin-right: 10px;
}

:lang(he) a.open_profile:after {
    margin-left: 10px;
}

.menu_wrapper div.order div.payment {
    border: unset;
}

span.add_to_cart {
    position: absolute;
    background: var(--primary);
    width: 100%;
    height: 50px;
    bottom: 0;
    left: 0;
    display: flex;
    transition: ease-in-out 0.4s;
    align-items: center;
    justify-content: center;
    border-radius: 0 0 20px 20px;
    opacity: 0;
    z-index: 1;
    color: #fff;
    font-size: 16px;
}

span.add_to_cart img {
    max-width: 19px;
    margin-right: 5px;
}

html[lang="en"] span.add_to_cart img {
    margin-left: 5px;
}

html[lang="en"] .menu_wrapper li.product .img_cont:before {
    display: none !important;
}

.menu_wrapper li.product a:hover span.add_to_cart {
    opacity: 1;
}

.payment .form-group,
.payment .form-group label {
    display: flex;
    align-items: center;
    margin: 0;
}

body .menu_wrapper div.order .payment {
    border-radius: 10px;
    border: 1px solid #c7c7c7;
    margin: 0 0 20px;
    padding: 15px;
}

button.split_payment {
    margin-top: 25px;
}

.menu_wrapper div.order .payment .form-group input[type="text"] {
    background: #e9ecef;
    border: 0;
    margin-left: 11px;
    height: 40px;
}

html[lang="en"] .menu_wrapper div.order .payment .form-group input[type="text"] {
    margin-right: 11px;
}

.payment .form-group>label {
    padding-right: 12px;
}

button.btn.btn-default {
    order: 1;
}

#options .price-v .ok .price {
    display: inline-block;
    color: #fff;
    margin-left: 10px;
}

@media (min-width: 768px) {
    body.desktop_mega_menu .menu_wrapper ul.categories>li a i.d-md-none {
        height: 100px;
    }

    .menu_wrapper .products_wrap {
        padding-inline-end: 60px;
    }

    .menu_wrapper li.product {
        width: calc(33.333% - 18px);
        margin: 6px 9px;
    }

    .categories_cont {
        border-bottom: 1px solid #f0f1f3;
    }

    body.desktop_mega_menu .menu_wrapper ul.categories>li a {
        box-shadow: unset;
        font-size: 14px;
        font-weight: 400;
        text-transform: capitalize;
        padding: 5px 5px 10px;
    }

    .categories_cont .swiper-button-next::after,
    .categories_cont .swiper-button-prev::after {
        font-size: 14px;
        font-weight: 600;
        color: #6f6f6f;
    }

    .cart.col-md-3,
    header .text-left.align-self-end {
        max-width: 390px;
        padding: 0;
    }

    body.desktop_mega_menu .menu_wrapper ul.categories>li a.active {
        border: unset;
        color: var(--primary);
        text-decoration: underline;
        text-underline-offset: 3px;
    }

    .menu_wrapper li.product .img_cont:before {
        z-index: 1;
        font-size: 16px;
        font-weight: 400;
    }

    html[lang="en"] .menu_wrapper li.product .img_cont:before {
        content: url(/images/front/cart.png) "Add to cart";
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .order.order_det_m.col-md-9 {
        flex: 0 0 calc(100% - 445px);
        max-width: calc(100% - 445px);
    }

    .menu_wrapper div.order {
        color: #000;
        background: #fff;
        padding: 0;
        border: unset;
    }

    .inner-order-wrapper {
        box-shadow: 0 4px 29px rgba(0, 0, 0, 0.18);
        border-radius: 10px;
        padding: 15px 40px 40px;
    }

    .menu_wrapper div.order #f1 {
        margin-top: -85px;
    }

    .menu_wrapper.order div.order {
        margin-top: 90px;
    }

    .menu_wrapper div.order #f1>h3 {
        font-size: 24px;
        margin-left: 0px;
        padding: 0;
        margin-bottom: 40px;
        border-radius: 0;
        background: rgba(0, 0, 0, 0);
        color: #000;
        font-weight: bold;
        margin-top: 25px;
    }

    .menu_wrapper div.order {
        font-size: 0.9em;
    }

    .form-control {
        height: calc(1.3em + 0.75rem + 8px);
        border-radius: 20px;
        font-size: 14px;
        color: #313131;
    }

    #search.form-control {
        height: calc(1.3em + 0.75rem + 8px);
        border-radius: 20px;
        font-size: 14px;
        color: #313131;
        background: var(--bg-color);
        border: none;
        padding: 0.5em 1em 0.5em 3em;
    }

    .menu_wrapper div.order input[type="text"],
    .menu_wrapper div.order input[type="email"],
    .menu_wrapper div.order input[type="tel"],
    .menu_wrapper div.order select,
    .menu_wrapper div.order textarea {
        border-radius: 25px;
        border: 1px solid #ababab;
    }

    .form-group.col-6.col-lg-3 {
        flex: 0 0 33.3%;
        max-width: 33.33%;
    }

    .order.order_det_m p.notes {
        border-bottom: 1px solid #c7c7c7;
        padding: 0 0 10px;
        margin-bottom: 30px;
        font-size: 0.8em;
        margin-top: 0;
    }
}

@media (max-width: 768px) {
    .steps-03 .row.content_before_fixed {
        height: -webkit-fill-available;
        max-height: -webkit-fill-available;
    }

    .steps-03 .steps {
        flex-wrap: wrap;
    }

    .steps-03 .steps .step {
        flex: 0 0 40px;
    }

    .price-v.steps-03 .bottom_fixed {
        padding: 10px 0;
    }

    header .container .row {
        direction: rtl;
    }

    .menu_wrapper div.order {
        color: #000;
        background: #fff;
    }

    .menu_wrapper li.product a:hover span.add_to_cart {
        opacity: 0 !important;
    }

    .steps-03 .step::before,
    .steps-03 .step.active::before {
        width: 9px;
    }

    .menu_wrapper div.order {
        max-height: 100%;
        height: 100%;
    }

    .menu_wrapper div.order #f1 {
        margin-top: 0;
    }

    .menu_wrapper div.order a.next,
    .menu_wrapper div.order a.prev {
        width: 40vw;
        font-size: 16px;
        padding: 10px 0;
    }

    .categories_top_cont {
        direction: ltr;
    }

    .container .row:nth-of-type(2) {
        flex-direction: row-reverse;
        justify-content: center;
        align-items: end;
        margin-bottom: 10px;
    }

    header {
        background: #fff;
    }

    .menu_wrapper li.product .title {
        font-weight: 500;
        padding-bottom: 0;
        font-size: 14px;
    }

    .menu_wrapper li.product {
        margin-bottom: 12px;
    }

    .products li {
        box-shadow: 0 0 10px transparent;
        overflow: visible !important;
    }

    .products li .title {
        background: transparent;
    }

    .products li .img_cont>img {
        border-radius: 10px;
    }

    .products .title {
        padding-top: 10px;
    }

    header ul.tags li a {
        background: var(--bg-color);
        color: black;
    }

    .tags a.active {
        background: var(--primary) !important;
        color: white;
    }
}

button:focus-visible,
a:focus-visible {
    outline: 1px solid #000;
}

ul.languages {
    margin: 7px auto 0;
    border-radius: 20px;
}

.location.ltr .main .choose_location input[type="text"] {
    height: 42px;
    border-radius: 15px 0 0 15px;
}

.location.ltr a.btn.btn-default.takeaway {
    border-radius: 0 15px 15px 0;
}

.menu_wrapper li.product .only_mobile_product {
    display: none;
}

@media (min-width: 768px) {
    #options .radios_images .col-md-3.col-6.col-md-20 {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

.menu_wrapper .cart .list .wrapper {
    /* max-height: 35vh; */
    min-height: 24vh;
}

.location .container {
    max-width: 900px;
}

.location .col-6.col-md-3 a {
    border-radius: 50%;
    height: 185px;
    width: 185px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    display: flex !important;
    justify-content: center;
    align-items: center;
    font-size: 1.4rem;
}

.options .price_wrap .price,
.options .price_wrap .original_price {
    display: flex;
    align-items: baseline;
    justify-content: flex-end;
}

.operators .main .row {
    justify-content: center;
}

body.app.operators.rtl h1:before {
    content: "ברוכים הבאים לדמו של מערכת ה Call center";
    display: block;
}

body.app.operators.rtl .main .offset-lg-3.col-lg-6 {
    margin: 0 auto;
}

.inner .options .bg-light.description-wide {
    background: rgba(0, 0, 0, 0);
}

.radios_images .inner-option-box.d-flex br {
    display: none;
}

.inner-option-box.d-flex {
    flex-direction: column;
    align-items: center;
    width: fit-content;
}

.inner .options .title_price_new.p-3,
.inner .options .bg-light.p-3.mb-3.rounded.description-wide {
    padding: 0 15px !important;
}

.bg-light.p-3.mb-3.rounded.description-wide p {
    margin-bottom: 0;
}

.popup_tags {
    list-style: none;
    padding: 0;
    margin: 0 0 15px;
}

.inner .options .bg-primary {
    background: var(--primary) !important;
    width: 100%;
    height: auto;
    line-height: 50px;
    padding: 0 25px;
    font-size: 20px;
    font-weight: bold;
    max-width: 150px;
    margin: 0 auto;
    flex-direction: row;
    justify-content: center;
}

.title_price_inner .btn_container {
    height: auto;
    flex: 0 0 100%;
    padding: 0;
    margin-top: -30px;
    z-index: 1;
    order: 1;
}

.inner .options .font-weight--normal.text-center.mt-3 {
    order: 2;
    width: 100%;
}

.icon-register::before {
    content: "\e926" "";
}

.description-wide .col-8.col-md-9 {
    max-width: 100%;
    flex: 0 0 100%;
}

.inner .options .bg-light {
    background: none !important;
    font-size: 20px;
}

.icon-login::before {
    content: "\e920";
}

.inner .options input[name="comments"] {
    border-radius: 12px;
}

.main .logo_wrap {
    max-width: 400px;
    margin-top: 30px;
    margin: 40px auto;
}

.main .logo img {
    background: none;
}

.swiper-slide {
    height: auto;
}

.logo_wrap {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.main .home_links a span {
    font-size: 25px;
    border-radius: 74px;
    width: 290px;
    height: 60px;
    margin: 38px 0;
    padding: 17px;
}

.price-v.steps-03 label.mb-3 {
    margin-bottom: 0 !important;
}

.options .price-v .option_control:after {
    display: none;
}

.main .home_links a {
    border-radius: 20px;
    width: 380px;
    height: 335px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #f6f9f8;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.home_links.row.justify-content-center {
    margin-top: 6vh;
}

.main .home_links a i {
    background: #f6f9f8;
    border-radius: 0;
    border: none;
    color: black;
    margin-bottom: auto;
}

.main .home_slogan {
    font-size: 27px;
    margin-bottom: 35px;
}

.main .logo {
    display: block;
    margin: 0;
}

.main .logo img {
    width: auto;
    height: auto;
    border-bottom: none;
    padding: 10px;
}

.home .container {
    width: 1235px;
}

footer {
    margin-top: calc(8vh - 50px);
}

@media (max-width: 900px) {
    .home .container {
        width: 100%;
    }
}

@media (min-width: 767px) {
    .login .main .px-3 {
        max-width: 500px;
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .options .content_before_fixed {
        padding-bottom: 0px;
    }

    .options .new-sma.price-v .row.btn-footer.bottom_fixed {
        width: calc(100% + 30px);
    }

    .options .new-sma.price-v .modal-body {
        padding-bottom: 0;
    }

    header .logo img {
        height: auto;
    }

    .menu_wrapper li.product span.title {
        display: none;
    }

    .mega_menu .products .subcat {
        font-size: 18px;
        padding: 5px 0;
    }

    body.desktop_mega_menu .menu_items>.row>.categories_cont {
        margin-bottom: 0px !important;
    }

    .menu_wrapper li.product span.title.only_mobile_product {
        display: block;
        display: block !important;
    }

    .menu_wrapper li.product .price.new-style-price {
        position: static;
    }

    html:lang(en) .main .home_slogan {
        font-size: 18px;
    }

    .menu_wrapper li.product {
        box-shadow: unset;
    }

    .categories_top li {
        font-weight: 500;
        padding: 0 4px 4px;
        box-shadow: unset;
        margin: 10px 0px;
        width: auto;
        min-width: 23vw;
    }

    .categories_top {
        border-bottom: 1px solid #c1c1c1;
        margin-bottom: 10px;
    }

    .menu_wrapper li.product .img_cont>img {
        border-radius: 7px;
        box-shadow: 0 4px 19px rgba(0, 0, 0, 0.18);
    }

    html:lang(en) .icon-takeaway:before,
    html:lang(en) .icon-login::before {
        width: 28px;
    }

    html:lang(en) .icon-delivery:before {
        width: 32px;
    }

    html:lang(en) body.home {
        /* background-image: url(https://eng.rest.click-eat.co.il/images/bg-home.png); */
        background-position-x: 100%;
        background-size: 100vw;
        background-color: #fff;
        background-position-y: 100%;
    }

    html:lang(en) body.home .home_links a span {
        font-size: 24px;
        height: 60px;
        min-width: 140px;
    }

    html:lang(en) body.home .home_links div {
        max-width: unset;
    }

    html:lang(en) body.home .home_links {
        flex-direction: column-reverse !important;
    }

    html:lang(en) body.home .home_links a:before {
        inset: -6px;
    }

    body.location.ltr h4 {
        font-size: 20px;
        font-family: "Rubik", sans-serif;
        font-weight: 500;
        margin-top: 6vw !important;
        margin-bottom: 6vw !important;
    }

    .location .col-6.col-md-3 a {
        height: 40vw;
        width: 40vw;
        font-size: 1.2rem;
    }

    .location h2 {
        font-size: 1.5rem;
    }

    .location.ltr .main .choose_location input[type="submit"],
    .location.ltr .main .choose_location a.btn {
        padding: 9px 16px;
        border-radius: 0 15px 15px 0;
        line-height: 40px;
        padding: 0;
    }

    .menu_wrapper ul.categories {
        top: 111px !important;
    }

    .home_links.row.justify-content-center {
        margin-top: 0;
    }

    .main .logo img {
        padding: 0px;
    }

    .main .home_slogan {
        font-size: 13px;
    }

    .main .logo {
        margin-top: 0px;
    }

    .lang_open {
        position: relative;
        z-index: 20;
    }

    .main .home_links a {
        width: 250px !important;
        height: auto;
    }

    .main .home_links a span {
        font-size: 16px;
        width: 220px;
        height: auto;
        margin: 20px;
        padding: 6px;
    }

    .col-md-4.mb-3 {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .logo_wrap {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .main .logo_wrap {
        max-width: 250px;
        margin-top: 0;
        margin-bottom: 20px;
    }

    .lang_open {
        z-index: 20;
    }

    .main .home_links a i {
        padding-top: 30px;
        height: auto;
        width: auto;
        font-size: 45px;
    }

    body.rtl .menu_wrapper li.product .img_cont .product_tags {
        bottom: auto;
    }

    a.btn.btn-default.takeaway {
        border-radius: 15px;
    }
}

@media (min-width: 900px) and (min-height: 1500px) and (orientation: portrait) {

    .kiosk_design_2 .options .price-v .buttons .btn.next,
    .kiosk_design_2 .inner .options .price-v.builder .buttons a.cancel,
    .kiosk_design_2 .options .price-v .buttons .btn.prev {
        font-size: 27px;
    }

    .kiosk .menu_wrapper .products {
        margin: 0;
    }

    .kiosk_design_2 footer .col-4.text-left.px-5 {
        padding-left: 1rem !important;
    }

    :lang(he) .kiosk_design_2 footer .col-4.text-left.px-5 {
        padding-right: 1rem !important;
    }

    .kiosk .inner .options .builder:not(.new-steps) .buttons a.ok {
        border-radius: 30px;
    }

    body.kiosk.food_court .menu_wrapper .cart h3 {
        background: url(/images/front/order_bag.png) no-repeat center -235px / auto;
    }

    body.kiosk_design_2 .menu_wrapper .cart h3 {
        background: url(/images/front/order_bag.png) no-repeat center -235px / auto;
    }

    body {
        /*background-image: url('/uploads/4d1e5c33d4da666fdfccf78077cdd3ae.jpg');*/
        background-image: none !important;
        background-color: white;
    }

    body.kiosk.food_court .menu_wrapper li.product .price,
    body.kiosk.kiosk_design_2 .menu_wrapper li.product .price {
        color: #4eba6f;
    }

    body.kiosk.kiosk_design_2 .options .price-v .dish_img.xs-img img {
        max-height: unset;
        width: 100%;
        border-radius: 0;
        border: 0;
        margin-top: 0 !important;
    }
    .kiosk_design_2 .price-v .modal-body .dish_img.xs-img {
        padding: 0 !important;
        max-width: calc(100% + 30px);
        flex: 0 0 calc(100% + 30px);
        margin: 0 -15px;
    }
    /*===========PopUp Pizza=====================*/
    .modal-dialog.modal-xl.pizza.p {
        max-width: 760px;
    }

    .pizza.p .row.flex-row-reverse .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .options .pizza.p .description h3 {
        font-size: 36px;
        text-align: center;
        font-weight: 600;
    }

    .options .pizza.p .description:after {
        display: none;
    }

    .pizza.p .pizza_base {
        width: 250px;
    }

    .pizza.p h4.text-center.added-options-title {
        display: none;
    }

    .pizza.p .col-md-6.comments-column {
        display: none;
    }

    .options .pizza.p .option_control h4.options-list-title {
        font-size: 36px;
        text-align: center;
        font-weight: 600;
        margin-bottom: 20px;
    }

    .pizza.p .col-md-6.price-column {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .options .pizza.p .price_wrap {
        background: rgba(0, 0, 0, 0);
        border-top: 2px solid var(--primary);
        border-bottom: 2px solid var(--primary);
        border-radius: 0;
    }

    .options .pizza.p .price {
        display: flex;
        align-items: center;
        height: 100%;
        float: right;
        color: #000;
        font-size: 22.5px;
        font-weight: 600;
    }

    .options .pizza.p .price .price-span {
        font-size: 36px;
        line-height: 1;
        margin: -9px 4px 0 5px;
    }

    .pizza.p .curr-symbol {
        font-size: 36px;
        line-height: 1;
        color: var(--primary);
        margin-top: -10px;
    }

    .options .pizza.p .sum-title h4 {
        font-size: 22.5px;
        margin: 0;
        font-weight: 600;
        line-height: 64px;
        margin-left: 5px;
    }

    .options .pizza.p .sum-title {
        margin-bottom: 0;
        height: 100%;
        display: contents;
        align-items: center;
        justify-content: flex-end;
        padding-left: 7px;
        flex: 0 0 auto;
        max-width: 50%;
    }

    .pizza.p .price_wrap .row {
        height: 64px;
        justify-content: center;
    }

    .price-column .col-6.text-right {
        padding-right: 0;
        flex: 0 0 auto;
        max-width: 50%;
        display: contents;
    }

    .pizza.p .col-md-6.buttons-column {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .pizza.p .row.flex-row-reverse ul.pizza_cart.row .col-md-6 {
        flex: 0 0 24%;
        max-width: 24%;
        padding: 0.5%;
    }

    .pizza.p ul.pizza_cart {
        justify-content: flex-start;
    }

    .pizza.p .pizza_cart a {
        font-size: 13px;
        align-items: center;
        border-radius: 25px;
        border: 1px solid var(--primary);
        padding: 5px 35px 5px 30px;
        height: 30px;
    }

    .pizza.p ul.pizza_cart .price {
        color: var(--primary);
    }

    .options .pizza.p .pizza_cart .price {
        font-size: 15px;
    }

    .pizza.p .pizza_cart a:after {
        background: url(/images/front/pizza/option_del.png) no-repeat center center;
        width: 30px;
    }

    body .pizza.p .pizza_cart a:before {
        left: 2px;
        right: auto;
        top: 1px;
    }

    body.rtl .pizza.p .pizza_cart a:before {
        left: auto;
        right: 2px;
        top: 1px;
    }

    .pizza.p .pizza_cart a:before {
        background: url(/images/front/pizza/fill_pizza.png) no-repeat center center / cover;
        width: 26px;
        height: 26px;
    }

    .pizza.p .pizza_cart a[data-size="h-l"]:before {
        background-image: url(/images/front/pizza/half_left.png);
    }

    .pizza.p .pizza_cart a[data-size="h-r"]:before {
        background-image: url(/images/front/pizza/half_right.png);
    }

    .pizza.p .pizza_cart a[data-size="q-tl"]:before {
        background-image: url(/images/front/pizza/q_top_l.png);
    }

    .pizza.p .pizza_cart a[data-size="q-tr"]:before {
        background-image: url(/images/front/pizza/q_top_r.png);
    }

    .pizza.p .pizza_cart a[data-size="q-bl"]:before {
        background-image: url(/images/front/pizza/q_bott_l.png);
    }

    .pizza.p .pizza_cart a[data-size="q-br"]:before {
        background-image: url(/images/front/pizza/q_bot_r.png);
    }

    .options .pizza.p .row.btn-footer a {
        width: auto;
        height: 65px;
        line-height: 65px;
        border-radius: 37px;
        padding: 0 70px;
        font-size: 27px;
        color: #fff;
    }

    .options .pizza.p .buttons a.cancel {
        background: #6a6a6a;
    }

    #pizza_addon_dialog .modal-dialog.modal-lg {
        max-width: 630px;
    }

    #pizza_addon_dialog .modal-body .justify-content-center {
        flex-direction: column-reverse;
        align-content: center;
    }

    #pizza_addon_dialog a {
        background: #e98b47;
        color: #fff;
        border: none;
    }

    #pizza_addon_dialog a.q {
        line-height: 80px;
    }

    #pizza_addon_dialog a.q[data-size="q-bl"] {
        line-height: 60px;
        padding-left: 10px;
    }

    #pizza_addon_dialog a.q[data-size="q-br"] {
        line-height: 60px;
        padding-right: 10px;
    }

    #pizza_addon_dialog a.q[data-size="q-tl"] {
        padding-left: 10px;
    }

    #pizza_addon_dialog a.q[data-size="q-tr"] {
        padding-right: 10px;
    }

    #pizza_addon_dialog a.h {
        line-height: 158px;
    }

    #pizza_addon_dialog h4.modal-title {
        width: 100%;
        text-align: center;
        color: #000;
        font-size: 36px;
        font-weight: 600;
        margin-top: 25px;
    }

    #pizza_addon_dialog .close {
        position: absolute;
        left: 15px;
        top: 0;
        font-size: 60px;
    }

    .options .new-steps .buttons-steps .buttons a,
    .options .new-steps .buttons-steps .buttons button {
        width: auto;
        height: 65px;
        line-height: 65px;
        border-radius: 37px;
        padding: 0 70px;
        font-size: 27px;
        color: #fff;
        width: auto;
    }

    .new-steps .buttons-steps .buttons .btn.prev {
        background: #6a6a6a;
    }

    #options .new-steps .col-md-9.main-steps,
    #options .new-steps .col-md-3.buttons-steps {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .new-steps .pages {
        min-height: 850px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }

    .new-steps .col-md-3.buttons-steps .dish_img img {
        display: none;
    }

    .options .builder.new-steps .bottom {
        position: static;
    }

    .new-steps .description {
        display: none;
    }

    .options .new-steps.builder .dish_img .price {
        position: static;
        font-size: 36px;
        text-align: center;
    }

    .options .new-steps.builder .dish_img {
        border-top: 1px solid var(--primary);
        border-bottom: 1px solid var(--primary);
        margin: 0 25px;
    }

    .options .new-steps .option_control h4 {
        font-size: 27px;
        text-align: center;
        margin-bottom: 40px;
    }

    .new-steps .tab-pane.page .row {
        justify-content: flex-start;
    }

    body.kiosk_design_2 .menu_wrapper .cart .list ul li .col-4 span.price {
        margin-top: 40px;
    }

    .new-steps .tab-pane.page .col-md-3.col-6 {
        flex: 0 0 33%;
        max-width: 33%;
        text-align: center;
        font-size: 22px;
    }

    .new-steps .tab-pane.page {
        padding: 0 35px;
    }

    .new-steps .sauces .col-6.col-md-2.ml-0.mb-3 {
        flex: 0 0 25%;
        max-width: 25%;
        margin-bottom: 55px !important;
    }

    .new-steps #comments1 {
        display: none !important;
    }

    .new-steps .steps .step {
        width: 75px;
        height: 75px;
        line-height: 75px;
        border-radius: 50%;
        padding: 0;
        font-size: 27px;
        margin: 0 15px;
    }

    .new-steps .steps {
        justify-content: center;
    }

    .new-steps .steps .step.active::after {
        display: none;
    }

    .modal-dialog.new-steps.builder {
        max-width: 750px;
    }

    .price-text {
        display: inline;
        color: #000;
        font-weight: 600;
    }

    body.food_court #options .popup_tags,
    body.kiosk_design_2 body.kiosk_design_2 {
        display: none;
    }

    body.rtl.food_court .modal-header .close,
    body.kiosk_design_2 .modal-header .close {
        margin: 0;
        padding: 0 1rem;
        font-size: 3rem;
        position: absolute;
        left: auto;
        top: 0;
    }

    .kiosk_design_2 .btn.btn-primary.show_a11y {
        background: #0078f2;
        padding: 0;
        width: 160px;
        height: 60px;
        font-size: 60px;
        line-height: 60px;
    }

    .kiosk_design_2 .btn.btn-primary.show_a11y .fa-universal-access::before {
        content: url(/images/front/accessability.png);
    }

    body.kiosk.kiosk_design_2 .a11y_toolbar .buttons div .btn br,
    body.kiosk.kiosk_design_2 .a11y_toolbar .buttons div label br {
        display: none;
    }

    body.kiosk.kiosk_design_2 .a11y_toolbar .buttons div .btn {
        padding: 0;
    }

    body.kiosk.kiosk_design_2 .a11y_toolbar .buttons div .btn,
    body.kiosk.kiosk_design_2 .a11y_toolbar .buttons div label {
        display: flex;
        margin: 0;
        height: 140px;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        font-size: 20px;
        font-weight: 600;
    }

    .acc_img_wrap {
        height: 53px;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        margin: 20px 0;
    }
}

/*===========POPUPS NEWWWW ===============*/
.price-v .description.row.border_inside {
    margin: 0;
    padding-bottom: 0;
}

.products-2 .pages .page,
.products-2 .pizza_options {
    max-height: unset;
}

.options .price-v.products-2 .option_control.pizza_builder .price-wrapper {
    display: none;
}

.products-2 .additional-title {
    display: none;
}

.options .products-2.builder .details_wrapper {
    text-align: center;
}

.products-2 .row.content_before_fixed {
    padding-top: 25px;
}

.products-2 .pizza_options {
    max-height: unset;
    margin: 0;
    box-shadow: 0 4px 19px rgba(0, 0, 0, 0.18);
    border-radius: 10px;
    padding: 15px;
}

.products-2 .option_control.pizza_builder .col-md-6 {
    max-width: 100%;
    flex: 0 0 100%;
}

.price-v.products-2 .product_details.px-3 {
    display: block;
}

.price-v.products-2 .product_details.px-3 strong {
    margin-left: 15px;
}

html[lang='he'] .price-v.products-2 .product_details.px-3 strong {
    margin-right: 15px;
}

.price-v.products-2 .product_details.px-3 strong:first-child {
    margin-left: 0;
}

html[lang='he'] .price-v.products-2 .product_details.px-3 strong:first-child {
    margin-right: 0;
}

.pizza_options.row a {
    display: block;
}

.options .price-v .modal-header .close {
    font-size: 40px;
    line-height: 1;
    text-shadow: none;
    color: #000;
    opacity: 1;
    font-weight: 300;
}

.option_control.sauces br {
    display: none;
}

.kiosk .options input[name="comments"] {
    border: 0;
    height: 70px;
}

.shadow-input .input-container {
    flex-direction: column;
}

#options .modal-dialog-centered.modal-xl:not(.builder) .modal-content::-webkit-scrollbar {
    width: 5px;
    border-radius: 5px;
}

#options .modal-dialog-centered.modal-xl:not(.builder) .modal-content::-webkit-scrollbar-track {
    background: #f1f1f1;
}

#options .modal-dialog-centered.modal-xl:not(.builder) .modal-content::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: var(--primary);
}

.modal-dialog.burger .dish_img img {
    max-height: 250px;
    width: auto;
    margin: 0 auto !important;
}

.modal-dialog.burger {
    max-width: 730px;
}

.modal-dialog.modal-md {
    max-width: 715px;
}

.options .dish_img.xs-img img {
    max-height: 180px;
    width: auto;
}

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

.modal.show .modal-dialog {
    transform: none;
}

.modal-dialog.burger .dish_img {
    text-align: center;
}

.modal-dialog.burger .price.price_large.no_quantity {
    position: static;
    margin: 0 auto;
    display: inline-block;
    border-radius: 50px;
    padding: 5px 25px;
}

.modal-dialog.burger .price.price_large.no_quantity span {
    font-size: 23px;
}

.options .modal-dialog.burger .description h3 {
    font-size: 29px;
    margin: 25px 0 7px !important;
}

.options .modal-dialog.burger .description .desc {
    font-size: 16px;
}

.options .modal-dialog.burger .option_control h4 {
    font-size: 20px;
    text-align: center;
}

.modal-dialog.burger .option_control .row {
    box-shadow: 0px 4px 29px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 15px;
    margin: 0;
    row-gap: 15px;
}

.options .modal-dialog.burger .option_control::after {
    display: none;
}

.modal-dialog.burger .option_control .row label br {
    display: none;
}

.modal-dialog.burger label .inner-option-box.d-flex {
    text-align: center;
    margin: 0 auto;
}

.modal-dialog.burger .option_control img {
    max-height: 100px;
    margin: 3px auto;
    display: block;
}

.input-center-text input[type="radio"] {
    border: 1px solid #000;
}

.input-center-text input[type="radio"]:checked {
    border-color: #000;
}

.modal-dialog.burger .option_control.small-images img {
    max-height: 55px;
}

.options .option_control.sauces .col-6.col-md-2 {
    max-width: 25%;
    flex: 0 0 25%;
}

.option_control.checkboxes_row input[type="checkbox"]::before {
    border: 1px solid #000;
}

.input-container {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.1;
}

.input-container input {
    margin-right: 5px;
}

html:lang(he) .input-container input {
    margin-left: 5px;
}

.input-center-text {
    display: flex;
    align-items: center;
    line-height: 1;
}

.input-center-text input {
    margin-right: 5px;
}

html:lang(en) .input-center-text input {
    margin-left: 5px;
}

.options .option_control:last-child {
    margin-bottom: 25px;
}

.modal-dialog.burger .modal-content.scroll-popup .description h3 {
    font-size: 20px;
    margin: 10px 0 0 !important;
}

.modal-dialog.burger .modal-content.scroll-popup .desc p {
    margin: 0 !important;
}

.options .comments input {
    background: #f1efef;
    border: 0;
    margin-bottom: 25px;
    height: 70px;
    font-size: 16px;
}

.comments {
    text-align: center;
}

.comments label {
    font-size: 17px;
    text-align: center;
    font-weight: 500;
}

.options .buttons a {
    padding: 2px 10px;
    border-radius: 35px;
}

.buttons-steps .next {
    border-radius: 35px;
    font-size: 18px;
    max-width: 362px;
    padding: 5px;
}

.options .buttons a.cancel,
.options .buttons .btn.prev {
    background: #bfbfbf;
    color: #272727;
    width: 30%;
}

.options .buttons .btn.prev {
    border-radius: 35px;
    font-size: 18px;
}

.options .buttons a.ok {
    width: 55%;
    max-width: 362px;
}

.modal-dialog.modal-sm.price-v {
    max-width: 585px;
}

.price-wrapper {
    text-align: center;
    width: 100%;
    position: relative;
}

.pizza-new.price-v .pizza_base.xs-img {
    margin-bottom: -20px;
    width: 210px;
}

.price-wrapper .price,
.options .price-v .description .price.price_large {
    position: static;
    bottom: 20px;
    right: 15px;
    color: white !important;
    background: var(--primary);
    border-radius: 30px;
    font-weight: bold;
    font-size: 20px;
    padding: 5px 30px;
}

.options .price-v .description .price.price_large span {
    font-size: 24px;
}

.price-v .price-text {
    display: none;
}

.options .price-v .wrapper {
    max-height: unset;
}

.options .simple_product .quantity {
    margin-top: 35px;
    margin-bottom: 35px;
    padding: 0 !important;
}

.options .simple_product .quantity .d-inline-block {
    box-shadow: 0 4px 29px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin: 0 !important;
    padding: 17px !important;
    width: 100%;
    display: flex !important;
    justify-content: center;
}

.options .price-v .description h3 {
    font-size: 24px;
    text-align: center;
    margin-top: 5px !important;
}

.options .price-v .description {
    padding-bottom: 5px;
    margin-bottom: 0.7em;
}

.price-v .desc p {
    margin: 0;
}

.price-v .popup_tags {
    text-align: center;
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
}

.price-v .popup_tags li {
    padding: 4px 20px;
    margin-right: 8px !important;
    margin-left: 8px !important;
}

.simple_product .quantity strong {
    display: block;
    font-size: 18px;
    margin-bottom: 15px;
}

.options .simple_product .quantity::before {
    display: none;
}

.options .simple_product .price_wrap {
    display: none;
}

.quantity-popup {
    display: none;
}

#options .price-v .ok .price {
    display: inline-block;
    color: #fff;
    margin-left: 10px;
}

:lang(he) #options .price-v .ok .price {
    margin-right: 10px
}

#options .price-v .ok .price span {
    color: #fff;
    font-size: 18px;
}

.options .simple_product .quantity input {
    width: 50px;
    border: 0;
    font-size: 18px;
    height: 33px;
    background: rgba(0, 0, 0, 0);
}

.options .simple_product .quantity button {
    background: #fff;
    color: var(--primary);
    border: none;
    font-size: 18px;
    padding: 0;
    width: 33px;
    height: 33px;
    border-radius: 5px;
    vertical-align: top;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    border-radius: 50% !important;
    line-height: 33px;
}

.modal-xl.pizza-new {
    max-width: 725px;
}

.pizza-new .flex-row-reverse .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
}

.price-v .option_control.radios_images .row,
.price-v .option_control.checkboxes_row .row,
.price-v .option_control.sauces .row {
    border-radius: 10px;
    box-shadow: 0 4px 29px rgba(0, 0, 0, 0.1);
    margin: 0;
    padding: 15px;
    row-gap: 20px;
    justify-content: center;
}

.price-v .option_control.radios_images .inner-option {
    font-size: 16px;
}

.price-v .option_control.radios_images h4 {
    text-align: center;
    font-size: 20px;
    margin-top: 25px;
}

.price-v .option_control.radios_images label {
    font-size: 14px;
    margin-bottom: 0 !important;
}

.price-v .desc {
    font-size: 16px;
    color: #5f626d;
    text-align: center;
}

.price.simple_price {
    display: flex;
    margin: 0 auto;
    width: fit-content;
}

.input-center-text input[type="radio"] {
    width: 18px;
    height: 18px;
}

.input-center-text input[type="radio"]::before {
    width: 12px;
    height: 12px;
}

.options .pizza.p .buttons a.cancel {
    background: #6a6a6a;
}

#pizza_addon_dialog .modal-dialog.modal-lg {
    max-width: 630px;
}

#pizza_addon_dialog .modal-body .justify-content-center {
    flex-direction: column-reverse;
    align-content: center;
}

#pizza_addon_dialog a {
    background: #e98b47;
    color: #fff;
    border: none;
}

#pizza_addon_dialog a.q {
    line-height: 80px;
}

#pizza_addon_dialog a.q[data-size="q-bl"] {
    line-height: 60px;
    padding-left: 10px;
}

#pizza_addon_dialog a.q[data-size="q-br"] {
    line-height: 60px;
    padding-right: 10px;
}

#pizza_addon_dialog a.q[data-size="q-tl"] {
    padding-left: 10px;
}

#pizza_addon_dialog a.q[data-size="q-tr"] {
    padding-right: 10px;
}

.pizza-new .row.flex-row-reverse ul.pizza_cart.row .col-md-6 {
    flex: 0 0 24%;
    max-width: 24%;
    padding: 0.5%;
}

.pizza-new ul.pizza_cart {
    justify-content: flex-start;
}

.pizza-new .pizza_cart a {
    font-size: 13px;
    align-items: center;
    border-radius: 25px;
    border: 1px solid var(--primary);
    padding: 5px 30px 5px 30px;
    height: 30px;
}

.pizza.p ul.pizza_cart .price {
    color: var(--primary);
}

.options .pizza-new .pizza_cart .price {
    font-size: 14px;
    white-space: nowrap;
}

.pizza-new .pizza_cart a:after {
    background: url(/images/front/pizza/option_del.png) no-repeat center center;
    width: 30px;
}

body .pizza-new .pizza_cart a:before {
    inset-inline-start: 2px;
    inset-inline-end: auto;
    top: 1px;
}

.pizza-new .pizza_cart a:before {
    background: url(/images/front/pizza/fill_pizza.png) no-repeat center center / cover;
    width: 26px;
    height: 26px;
}

.pizza-new .pizza_cart a[data-size="h-l"]:before {
    background-image: url(/images/front/pizza/half_left.png);
}

.pizza-new .pizza_cart a[data-size="h-r"]:before {
    background-image: url(/images/front/pizza/half_right.png);
}

.pizza-new .pizza_cart a[data-size="q-tl"]:before {
    background-image: url(/images/front/pizza/q_top_l.png);
}

.pizza-new .pizza_cart a[data-size="q-tr"]:before {
    background-image: url(/images/front/pizza/q_top_r.png);
}

.pizza-new .pizza_cart a[data-size="q-bl"]:before {
    background-image: url(/images/front/pizza/q_bott_l.png);
}

.pizza-new .pizza_cart a[data-size="q-br"]:before {
    background-image: url(/images/front/pizza/q_bot_r.png);
}

.options .pizza-new .option_control .text-center.added-options-title {
    color: #5f626d;
    font-size: 18px;
    font-weight: normal;
    margin-top: 15px;
    margin-bottom: 15px;
}

.pizza-new .pizza_options {
    max-height: unset;
}

.options .pizza-new .option_control h4 {
    font-size: 20px;
    text-align: center;
}

.pizza-new .pizza_options.row {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
    border-radius: 10px;
    margin: 0;
    padding: 15px;
}

.options .steps-03.builder .dish_img .price.no_quantity.simple_price,
.options .shwarma.builder .dish_img .price.no_quantity.simple_price {
    position: static;
    background: var(--primary);
    border-radius: 25px;
    padding: 5px 35px;
    margin-top: -25px;
    margin-bottom: 25px;
}

.modal-dialog.steps-03 {
    max-width: 750px;
}

.options .steps-03:not(.shwarma) .dish_img {
    margin-top: 25px;
    margin-bottom: 25px;
}

.options .steps-03 .description::after {
    display: none;
}

.steps-03 .option_control.checkboxes_row .row {
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 4px 29px 0px rgba(0, 0, 0, 0.1);
    margin: 0;
    justify-content: center;
    padding: 15px;
}

.price-v .option_control.checkboxes_row {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 25px;
}

.options .price-v .option_control.checkboxes_row h4 {
    font-size: 16px;
    margin-bottom: 0.7rem;
}

.products-2 .option_control.pizza_builder.col-md-12 .col-md-6 {
    padding: 0;
}

.options .steps-03.builder .bottom {
    position: static;
}

.steps-03 .pages {
    min-height: unset;
}

.steps-03 .row.content_before_fixed {
    max-height: 90vh;
    overflow-y: auto;
    overflow-x: hidden;
}

.steps-03 .steps {
    margin-top: 15px;
    margin-bottom: 15px;
}

.steps-03 .steps .step {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    line-height: 35px;
    padding: 0;
}

.steps-03 .steps {
    margin-top: 15px;
    margin-bottom: 15px;
    align-items: center;
    align-content: center;
    gap: 42px;
    justify-content: center;
    font-size: 16px;
    color: #5f626d;
}

.steps-03 .steps .step.active::after {
    display: none;
}

.steps-03 .steps .step.active,
.steps-03 .steps .step.done {
    outline: 1px solid var(--primary);
    outline-offset: 3px;
    color: #fff;
}

.steps-03 .step-trans {
    display: none;
}

.price-v .option_control.checkboxes_row img,
.price-v .option_control.radios_images img {
    max-height: 60px;
}

.price-v .option_control.radios_images .row {
    justify-content: center;
}

.price-v .inner-option-box.d-flex {
    margin: 0 auto;
}

.options .steps-03 .option_control.sauces .col-6.col-md-2 {
    max-width: 20%;
    flex: 0 0 20%;
}

.options .steps-03 .option_control.sauces .row {
    justify-content: center;
    margin: 0;
    box-shadow: 0 4px 19px rgba(0, 0, 0, 0.12);
    border-radius: 10px;
    padding: 15px;
    row-gap: 15px;
}

.steps-03 .option_control.sauces {
    text-align: center;
    margin: 25px 0;
}

.steps-03 .option_control.sauces h4 {
    font-size: 20px;
}

.span-limit {
    color: #5f626d;
    font-size: 16px;
}

.price-v .option_control.sauces span br {
    display: block;
}

.options .price-v .sauces div>span {
    display: block;
}

.options .price-v .option_control {
    font-size: 16px;
}

.price-v .option_control.plate_builder:not(.same_step) a {
    color: #fff;
    width: 55% !important;
    height: 43% !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.option_control.plate_builder.same_step a {
    color: #000;
}

.plate_base a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.plate_base a .fa-plus-circle::before {
    content: "+";
    color: var(--primary);
    background: #fff;
    width: 23px;
    height: 23px;
    display: flex;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    font-size: 23px;
}

.modal-xl.narrow {
    max-width: 715px;
}

.shwarma .main-img {
    padding-top: 25px;
}

.plate_base a .fa-plus-circle::before {
    content: "+";
    color: var(--primary);
    background: #fff;
    width: 23px;
    height: 23px;
    display: flex;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    font-size: 23px;
}

.modal-xl.narrow {
    max-width: 715px;
}

.shwarma .main-img {
    padding-top: 25px;
}

.options .price-v .description::after {
    display: none;
}

.shwarma h5.text-center {
    color: #5f626d;
    font-size: 16px;
    font-weight: normal;
}

.options .price-v .option_control h4 {
    font-size: 17px;
    text-align: center;
    font-weight: 500;
}

.options .price-v.builder .bottom {
    position: static;
}

.price-v .pages {
    min-height: auto;
}

.plate_base_wrapper {
    border-radius: 10px;
    box-shadow: 0 4px 29px rgba(0, 0, 0, 0.18);
}

.price-v .product_details.px-3 {
    display: block;
    text-align: center;
    width: 100%;
    margin-bottom: 1em;
    color: #5f626d;
}

.price-v .details_wrapper {
    width: 100%;
}

.options .price-v.builder .details_wrapper br {
    display: none;
}

.price-v .product_details.px-3 strong {
    margin-right: 7px;
    margin-left: 7px;
}

.steps-03 .step::before,
.steps-03 .step.active::before {
    content: "";
    width: 30px;
    position: absolute;
    height: 1px;
    background: #bfbfbf;
    inset-inline-end: calc(100% + 6px);
    top: 50%;
}

.steps-03 .step:first-child::before {
    display: none;
}

.price-v .dss.option_control .row {
    box-shadow: 0 4px 19px rgba(0, 0, 0, 0.1);
    margin: 0;
    border-radius: 10px;
    padding: 15px;
    row-gap: 15px;
}

.price-v .dss.option_control .mb-3 {
    margin-bottom: 0 !important;
}

.options .modal-dialog .option_control::after {
    display: none;
}

@media screen and (max-width: 768px) {

    .options .buttons a.ok,
    .options .price-v .buttons .btn.next {
        width: 63%;
        padding: 1px 5px;
        font-size: 3.9vw;
    }

    #options .price-v .ok .price span {
        font-size: 3.9vw;
    }

    .pizza-new .row.flex-row-reverse ul.pizza_cart.row .col-md-6 {
        flex: 0 0 48%;
        max-width: 48%;
        padding: 0.5%;
    }

    #pizza_addon_dialog a.h {
        line-height: 130px;
    }

    span.price.new-style-price span {
        direction: rtl !important;
        display: inline-block;
    }

    .price-v .btn-footer.bottom_fixed {
        position: sticky;
        padding: 10px 0;
        bottom: 0;
        border-radius: 0 0px 15px 15px;
    }

    .price-v .options .bottom_fixed {
        position: sticky;
        width: 100%;
        bottom: 0;
        padding: 10px 0;
        background: rgba(255, 255, 255, 0.8);
    }

    .price-v .buttons.large.text-right.py-3 {
        padding-block: 0 !important;
        padding-inline: 1rem;
    }

    body {
        padding: 0 !important;
    }

    .options .price-v .buttons a,
    .options .buttons .btn.next,
    .options .buttons .btn.prev {
        font-size: 3.9vw;
        padding: 1px 10px;
    }

    .options .price-v .description h3 {
        font-size: 22px;
    }

    .comments label,
    .options .price-v .option_control h4 {
        font-size: 18px;
    }

    .price-wrapper .price,
    .options .description .price.no_quantity,
    .options .description .price.no_quantity span,
    .modal-dialog.burger .price.price_large.no_quantity span {
        font-size: 20px;
    }

    .options .dish_img.xs-img img {
        max-height: 180px;
    }

    .steps-03 .steps {
        gap: 22px;
    }

    .step::before,
    .step.active::before {
        width: 9px;
    }

    .steps-03 .step::before,
    .steps-03 .step.active::before {
        width: 9px;
    }

    .options .steps-03 .option_control.sauces .col-6.col-md-2 {
        max-width: 48%;
        flex: 0 0 48%;
    }

    .options .price-v.shwarma .description {
        margin-bottom: 0 !important;
    }

    .price-v .plate_builder.same_step .modal-body.p-5 {
        padding: 0 15px !important;
    }

    .price-v.shwarma .product_details.px-3 {
        flex-direction: column;
    }

    .options .option_control.sauces .col-6.col-md-2 {
        max-width: 50%;
        flex: 0 0 50%;
    }

    .options .modal-dialog.burger .description h3 {
        font-size: 24px;
        margin: 10px 0 7px !important;
    }

    .options .price-v .option_control.checkboxes_row h4 {
        font-size: 17px;
    }

    .inner .options .bg-primary {
        line-height: 40px;
    }

    .options .price-v .tab-pane .option_control.pizza_builder {
        padding: 0;
    }

    .mega_menu h2.cat_title {
        display: block;
    }
}

@media screen and (min-width: 768px) {
    #options .modal-dialog-centered.price-v:not(.steps-03) .modal-content {
        max-height: calc(80vh);
        overflow-y: auto;
        overflow-x: hidden;
    }

    .logged_in .col-4:has(.open_profile) {
        display: none;
    }

    .logged_in .bg-primary.text-white.welcome_wrap .row {
        flex-direction: row-reverse;
    }
}

@media (max-width: 767px) {

    header .open_profile.btn.btn-primary {
        padding: 5px;
        font-size: 0;
        border-radius: 0 !important;
        width: fit-content;
        background: rgba(0, 0, 0, 0);
        float: left;
    }

    .product_wide .row.mb-3 {
        margin: 0;
    }

    .mega_menu .menu_wrapper ul.categories li.title {
        font-size: 17px;
    }

    .mega_menu .menu_wrapper ul.categories li a {
        font-size: 16px;
        font-weight: 500;
        text-transform: capitalize;
        min-height: 80px;
    }

    .mega_menu .menu_wrapper ul.categories li a i.img {
        width: 70px;
    }

    .price-wrapper .price,
    .options .price-v .description .price.price_large,
    .options .price-v .description .price.price_large span {
        font-size: 20px;
    }

    .menu_wrapper li.product .price,
    #upsell_popup .item .price,
    .free_popup .item .price,
    .add_to_cart .price {
        border-radius: 6px;
    }

    header .logo {
        height: 55px;
        padding-bottom: 5px;
    }

    .col-4.text-right.icons {
        position: absolute;
        right: 30px;
        top: 17px;
        display: flex;
    }

    header .text-left {
        text-align: left !important;
        max-width: unset;
        flex: 1;
        float: right;
        order: 1;
        position: absolute;
        right: 6px;
        padding-right: 0;
        top: 17px;
        width: auto;
    }

    header .container .row:nth-of-type(2) {
        flex-direction: row;
        justify-content: end;
        align-items: end;
        margin-bottom: 0;
        margin-top: 15px;
        margin-top: 5px;
    }

    .menu_wrapper ul.categories {
        top: 80px !important;
    }

    .logged_in .menu_wrapper ul.categories {
        top: 100px !important;
    }

    header .container .row .reorder {
        width: fit-content;
        font-size: 22px;
        background: rgba(0, 0, 0, 0);
        color: #000 !important;
        padding: 1px 2px;
    }

    body .btn_accessibility {
        top: 60px;
    }

    .mega_menu.menu .inner {
        padding-top: 230px;
    }

    #search {
        padding: 2px 10px 2px 30px;
    }

    a.open_profile:after {
        filter: brightness(0);
    }

    .menu_wrapper li.product .img_cont .product_tags {
        bottom: auto;
        top: 2px;
    }
}

/*============END ======================*/

@media (min-width: 900px) and (min-height: 1500px) and (orientation: portrait) {
    .kiosk_design_2 .modal.fade .modal-dialog {
        margin-top: -100px;
    }

    body.food_court .menu_wrapper .cart .list ul li a.minus,
    body.kiosk_design_2 .menu_wrapper .cart .list ul li a.minus {
        border-left: 1px solid var(--primary);
        border-right: 0;
    }

    body.food_court .menu_wrapper .cart .list ul li a.plus,
    body.kiosk_design_2 .menu_wrapper .cart .list ul li a.plus {
        border-left: 0;
        border-right: 1px solid var(--primary);
    }

    body.rtl.food_court .modal-header .close,
    body.kiosk_design_2 .modal-header .close {
        right: 0;
        left: auto !important;
    }

    body .search_wrapper {
        margin: 0;
    }

    #options .price-v .ok .price span {
        font-size: 32px;
    }

    html:lang(en) body .home_links div {
        max-width: 100%;
    }

    html:lang(en) .home_links div {
        max-width: 100%;
    }

    .kiosk-2-hide {
        display: none;
    }

    html:lang(en) .home_links a {
        z-index: 1;
    }

    html:lang(en) .home_links a::before {
        background: rgba(0, 0, 0, 0) !important;
    }

    body.kiosk .col-md-10.bg-white.new-search-area {
        max-width: calc(100% - 235px);
        flex: 0 0 calc(100% - 235px);
        padding: 0 30px;
    }

    body.kiosk_design_2 .kiosk-2-new-style .col-md-2.bg-light {
        max-width: 235px;
        height: 1400px;
        flex: 0 0 235px;
    }

    body.kiosk_design_2 .kiosk-2-new-style .menu_wrapper>.row {
        max-height: 1400px;
    }

    body.kiosk.kiosk_design_2 .kiosk-2-new-style .menu_wrapper ul.categories li {
        height: 235px !important;
        width: 235px !important;
        perspective: unset;
        transition: unset;
    }

    body.kiosk_design_2 .kiosk-2-new-style .menu_wrapper .categories.swiper-wrapper {
        overflow-y: unset;
    }

    body.kiosk_design_2 .kiosk-2-new-style .menu_wrapper li.product {
        width: calc(33% - 24px);
    }

    body.kiosk .menu_wrapper ul#slick-categories.categories li a {
        height: 100%;
    }

    .kiosk_design_2 .content .container {
        background: var(--primary);
    }

    body.kiosk.kiosk_design_2 .kiosk-2-new-style .menu_wrapper ul.categories li a {
        border: unset;
        box-shadow: 0 4px 29px rgba(0, 0, 0, 0.18);
    }

    .ex-item {
        height: 190px;
        width: 190px;
        display: none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    body.kiosk .menu_wrapper ul#slick-categories.categories li a {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    body.kiosk_design_2 .kiosk-2-new-style .menu_wrapper li.product {
        width: 100%;
        margin: 0;
    }

    .kiosk-2-new-style .menu_wrapper .products ul {
        font-size: 16px;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 24px;
        padding: 0;
        margin: 0;
    }

    body.kiosk .col-md-10.bg-white.new-search-area .row {
        width: 100%;
        align-items: center;
        margin: 0 0 15px;
    }

    .kiosk_design_2 .kiosk-2-new-style .layout {
        margin-left: 0;
        margin-top: 0;
    }

    body.kiosk_design_2 .kiosk-2-new-style #search {
        height: 47px;
        margin: 0;
        padding: 0.5em 1em 0.5em 3em;
    }

    .kiosk-2-new-style .header-logo-area {
        display: flex;
        width: 100%;
        text-align: center;
    }

    .menu .kiosk-2-new-style a.logo {
        width: auto;
        height: 100px;
        display: block;
        margin-top: 25px;
        margin-bottom: 60px;
        margin-right: auto;
        margin-left: auto;
        padding: 0;
        border-radius: 0;
    }

    .menu .kiosk-2-new-style a.logo img {
        height: 100%;
        width: auto;
    }

    body.kiosk .menu_wrapper ul#slick-categories.categories li a.active {
        border: 2px solid var(--primary);
        border-radius: 50%;
    }

    body.kiosk .menu_wrapper ul#slick-categories.categories li.theta-current-item a {
        border: 2px solid var(--primary);
    }

    .kiosk .options .new-sma .row.btn-footer a {
        padding: 0;
    }

    .kiosk .new-sma .option_control.checkboxes_row {
        padding: 0 15px;
    }

    .kiosk .options .new-sma .price-wrapper .price,
    .kiosk .options .new-sma.price-v .description .price.price_large {
        position: static;
        bottom: 20px;
        right: 15px;
        color: white !important;
        background: var(--primary);
        border-radius: 35px;
        font-weight: bold;
        font-size: 36px;
        padding: 5px 40px;
        width: auto;
    }

    .kiosk .options .new-sma .description .price.price_large span {
        color: #fff !important;
        font-size: 36px;
    }

    .kiosk.kiosk_design_2 .menu_wrapper .products ul:has(.product_wide) {
        grid-template-columns: repeat(1, 1fr);
    }

    /*=======USA only ========*/
    [dir="rtl"] body.kiosk.kiosk_design_2 .btn.btn-primary.show_a11y {
        display: block;
        margin-right: 0;
        float: left;
    }

    [dir="ltr"] body.kiosk.kiosk_design_2 .btn.btn-primary.show_a11y {
        display: block;
        margin-right: 0;
        float: right;
    }

    footer .text-left,
    [dir="rtl"] footer .text-left {
        padding-right: 1rem !important;
        display: flex;
        align-items: center;
        gap: 10px;
        padding-right: 1rem !important;
    }

    footer .text-right,
    [dir="rtl"] footer .text-right {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    body.kiosk.kiosk_design_2 .menu_wrapper li.product_wide .product_details,
    body.kiosk.food_court .menu_wrapper li.product_wide .product_details {
        height: 100%;
        min-height: 150px;
    }

    body.kiosk.kiosk_design_2 footer .col-4.text-right.px-5 {
        padding-right: 1rem !important;
    }

    body.kiosk.kiosk_design_2 .steps-03 .steps .step.active,
    body.kiosk.kiosk_design_2 .steps-03 .steps .step.done {
        border: 2px solid #fff;
        outline: unset;
        box-shadow: 0 0 0px 2px var(--primary);
    }

    body.kiosk.kiosk_design_2 .steps-03 .steps .step {
        margin: 0 15px;
    }

    body.kiosk.kiosk_design_2 .steps-03 .step::before,
    body.kiosk.kiosk_design_2 .steps-03 .step.active::before {
        content: "";
        width: 22px;
        position: absolute;
        height: 1px;
        background: #BFBFBF;
        right: calc(100% + 6px);
        top: 50%;
        z-index: 0;
    }

    body.kiosk.kiosk_design_2 .steps-03 .steps .step {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        margin: 0 15px;
        z-index: 1;
        border: 2px solid #fff;
        box-shadow: 0 0 0px 2px #e4e4e4;
    }

    body.kiosk.kiosk_design_2 #pizza_addon_dialog .text-center {
        text-align: center !important;
        margin: 0 auto 10px;
    }

    .food_court .cart_content li>.row .col-4.text-center div,
    .kiosk_design_2 .cart_content li>.row .col-4.text-center div {
        border: 1px solid var(--primary);
        line-height: 25px;
        margin-right: 5px;
        margin-top: 10px;
        line-height: 25px;
    }

    .kiosk_design_2 .cart_content li>.row .col-4.text-center .row.m-0 div,
    .kiosk_design_2 .cart_content li>.row .col-4.text-center .row.m-0 {
        border: none;
        margin: 0;
        line-height: 30px;
    }

    body.kiosk_design_2:not(.food_court) .menu_wrapper .cart .list ul li .col-4 span.price {
        margin-top: 20px;
    }

    .food_court .cart_content li .col-4 .row.m-0 .col-md-9.p-0 a,
    .kiosk_design_2 .cart_content li .col-4 .row.m-0 .col-md-9.p-0 a {
        color: #fff;
        line-height: 32px;
        display: block;
        margin: 0 !important;
    }

    body.food_court .menu_wrapper .cart .list ul li a.minus,
    body.kiosk_design_2 .menu_wrapper .cart .list ul li a.minus {
        border-left: 1px solid var(--primary);
        border-right: 0;
        float: right;
    }

    body.food_court .menu_wrapper .cart .list ul li a.plus,
    body.kiosk_design_2 .menu_wrapper .cart .list ul li a.plus {
        border-left: 0;
        border-right: 1px solid var(--primary);
        float: left;
    }

    body:not(.kiosk_design_2) form#f1 .form-group label {
        font-size: 0;
        height: 0;
        display: block;
    }

    form#f1 .form-group label {
        font-size: 20px;
        height: auto;
        display: block;
    }

    form#f1 .form-control,
    form#f2 .form-control {
        font-size: 20px;
    }

    div#kiosk_payment_type .row {
        justify-content: center;
    }

    body.kiosk.kiosk_design_2 footer img {
        margin-right: 15px;
    }

    body.kiosk.kiosk_design_2 .home_links {
        align-items: center;
    }

}


@media (min-width: 900px) and (orientation: landscape) {
    .pizza_base img {
        max-height: 210px;
    }

    #options .modal-dialog-centered.price-v:not(.steps-03) .modal-content {
        max-height: calc(90vh);
        overflow-y: auto;
        overflow-x: hidden;
    }

    .pizza_options.row a img {
        max-height: 50px;
    }

    .option_control.sauces img {
        max-height: 70px;
    }

    .modal-dialog.steps-03 {
        max-width: 750px;
    }
}