html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6, label {
    color: #333;
}

body {
    font-size: 13px;
    line-height: 1.4;
    color: #555;
    background-color: #f5f5f5 !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.margin_60_35 {
    padding-top: 60px;
    padding-bottom: 35px;
}

h1, h2 {
    font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

header {
    width: 100%;
    position: fixed;
    padding-top: 15px;
    top: 0;
    left: 0;
    z-index: 10;
}

.close-btn-custom {
    background-color: transparent;
    width: 30px;
    float: right;
    color: #fff;
    position: absolute;
    right: 10px;
    font-size: 30px;
    top: 0;
    padding: 0;
    border: none;
}

.close-order-button {
    color: #d9261a;
    font-size: 22px;
}

.custom-alert {
    background: #ffffff;
    color: black;
    font-size: 1em;
    text-align: center;
    margin-top: 10px;
    font-weight: bold;

    padding: 10px;
}

header.sticky {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.41);
    -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.41);
    box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.41);
}

a {
    color: #ec008c;
    text-decoration: none !important;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    outline: none;

}

header.sticky {
    width: 100%;
    position: fixed;
    /*padding-top: 15px;*/
    padding-top: 20px;

    top: 0;
    left: 0;
    z-index: 10;
}

#subheader {
    color: #fff;
    text-align: center;
    display: table;
    width: 100%;
    height: 470px;
    /* background: rgba(0,0,0,.7); */
}

#sub_content {
    display: table-cell;
    padding: 0 15%;
    vertical-align: middle;
    text-align: center;
    font-size: 16px;
    /*display:flex;*/
    /*flex-direction: column;*/
    /*align-items: center;*/
    /*justify-content:center;*/
    /*height:100%;*/
}

#count {
    background-color: rgba(0, 0, 0, 0.25);
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px 0;
    color: #fff !important;
    font-size: 18px;
    z-index: 99;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.slide-btn {
    color: #fff !important;
    background-color: #ce1a1a !important;
    font-size: 1.8em !important;
    font-weight: bold !important;
    border-radius: 30px !important;
}

.email-submit-btn {
    width: 100%;
    color: white;
    background-color: #ce1a1a;
    height: 50px;
}

#sub_content h1 {
    margin: 0 0 10px 0;
    font-size: 75px;
    font-weight: 300;
    color: #fff;
}

#sub_content p {
    font-size: 20px;
}

.social_link {
    float: right;
}

.social_link_2 {
    float: left;
}

.custom-margin {
    margin: 40px;
}

.margin_60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.main_title {
    text-align: center;
    margin-bottom: 45px;
}

.main_title h2 {
    font-size: 46px;
    letter-spacing: -1px;
    font-weight: 100 !important;
    margin-bottom: 0;
}

@media only screen and (max-width: 480px) {
    .show-submenu:focus {
        background-color: #ce1a1a !important;
        color: #fff !important;
    }

    .desc {
        padding-left: 0 !important;
        text-align: center !important;
    }

    #sub_content p {
        font-size: 16px !important;
    }

    #search_restaurant {
        width: 100% !important;
    }

    .restaurant-details-container h3 {
        font-size: 24px;
    }

    #cart_box h3 {
        margin: 0 !important;
    }

    .thumb_strip {
        position: static !important;
        margin-left: auto !important;
        margin-right: auto !important;
        margin-bottom: 10px !important;
    }

    .restaurant-detail {
        margin-bottom: 0 !important;
    }
}

@media (max-width: 512px) {
    .sk-rect3 {
        left: -140px;
        width: 320px;
    }

    .show-submenu:focus {
        background-color: #ce1a1a !important;
        color: #fff !important;
    }

    #sub_content p {
        font-size: 16px !important;
    }

    /*#search-restaurants-form-group {*/
    /*display: flex !important;*/
    /*}*/
    .one-pound-offer {
        display: inline-block !important;
    }

    .preloader-img {
        margin-top: -100px !important;
    }

    #cart_box h3 {
        margin: 0 !important;
    }
}

@media only screen and (min-width: 480px) {
    .slide-btn {
        width: 50%;
    }

    #sub_content {
        padding: 0 15px;
        font-size: 12px;
    }

}

@media only screen and (max-width: 767px) {
    #sub_content h1 {
        font-size: 36px !important;
    }

    #sub_content p {
        font-size: 16px !important;
    }

    .show-submenu:focus {
        background-color: #ce1a1a !important;
        color: #fff !important;
    }

    /*#search-restaurants-form-group {*/
    /*    display: flex !important;*/
    /*}*/
    .one-pound-offer {
        display: inline-block !important;
    }

    #cart_box h3 {
        margin: 0 !important;
    }

    .margin_60 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    footer {
        padding: 10px 0 !important;
    }


}

.box_home {
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #ededed;
    margin-bottom: 25px;
    padding: 120px 25px 25px 25px;
    text-align: center;
    position: relative;
    font-size: 14px;
    color: #666;
    min-height: 235px;
}

.box_home h3 {
    margin-top: 20px;
    font-size: 16px;
    margin-bottom: 3px;
    font-weight: bold;
}

.box_home span {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #ededed;
    background-color: #fff;
    position: absolute;
    top: -20px;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 38px;
    font-weight: bold;
    font-size: 16px;
    left: 50%;
    margin-left: -20px;
}

.box_home#two {
    background: #fff url(../images/box_images/vectorpaint.png) no-repeat center 40px;
}

.box_home#three {
    background: #fff url(../images/box_images/vectorpaint2.png) no-repeat center 40px;
}

.box_home#four {
    background: #fff url(../images/box_images/vectorpaint4.png) no-repeat center 40px;
}

a.box_work {
    text-align: center;
    background-color: #fff;
    padding: 30px;
    font-size: 14px;
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -webkit-box-shadow: 0px 3px 0px 0px #f0f2f4;
    -moz-box-shadow: 0px 3px 0px 0px #f0f2f4;
    box-shadow: 0px 3px 0px 0px #f0f2f4;
    color: #666;
    margin-bottom: 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: block;

}

.nomargin_top {
    margin-top: 0;
}

a.box_work:hover {
    transform: scale(1.04);
}

.restaurant-details-link {
    background-color: #cd1b1b;
    color: white;
    border-radius: 20px !important;
}

a.strip_list {
    color: #555;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
}

.desc {
    padding-left: 135px;
    position: relative;
}

.thumb_strip {
    position: absolute;
    left: 0;
    top: 0;
    width: 110px;
    height: 110px;
    overflow: hidden;
    border: 1px solid #ededed;
    padding: 5px;
    text-align: center;
    box-sizing: border-box;
}

.restaurant-detail {
    color: #fff;
}

.desc ul {
    list-style: none;
    margin: 3px 0 0 0;
    padding: 0;
    color: #fff;
    font-size: 12px;

}

.desc ul li {
    display: inline;

}

.text-white-custom {
    color: #fff !important;
    border-bottom: 1px solid #fff;
}

.desc ul li:not(:first-child) {
    margin-left: 10px;

}

.thumb_strip img {
    width: 98px;
    height: 100%;
}

.strip_list {
    /*background-color: #fff;*/
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    /*border-radius: 5px;*/
    padding: 20px;
    position: relative;
    border: 1px solid #ededed;
    min-height: 152px;
    margin-bottom: 30px;
    line-height: 1.3;
    display: block;
}

footer {
    background-color: #fff;
    border-top: 1px solid #ededed;
    padding: 35px 0;
}

footer h3 {
    font-size: 16px;
    font-weight: 600;
}

footer ul {
    margin: 0;
    padding: 0 0 20px 0;
    list-style: none;
    font-size: 13px;
}

footer a {
    color: #555;
}

footer a:hover {
    color: #B53471;
}

#social_footer {
    text-align: center;
    border-top: 1px solid #ededed;
    padding-top: 30px;
    margin-top: 30px;
}

#social_footer p {
    font-size: 12px;
    color: #8c8c8c;
}

.form-control.form-white {
    color: #fff !Important;
    background-color: transparent !important;
    font-size: 16px;
    height: 42px;
    position: relative;
    border-radius: 0;
    border: 1px solid #ffffff;
    line-height: 42px;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-control.form-white::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1; /* Firefox */
}

.btn.btn-submit {
    width: 100%;
    margin-top: 30px;
    color: #000000;
    padding: 10px;
    background: #fff;
    font-weight: 600;
    outline: none;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    font-size: 16px;
}

.btn-try-otp {
    margin-top: 10px;
    color: #000000 !important;
    padding: 10px;
    background: #fff !important;
    font-weight: bold !important;
    width: 200px;
    float: left;
}

.checkbox label:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    cursor: pointer;
    border: 2px solid white;
    background: transparent;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.checkbox input[type=checkbox]:checked + label:after {
    opacity: 1;
}

.checkbox label:after {
    content: '';
    position: absolute;
    top: 6px;
    left: 6px;
    width: 8px;
    height: 8px;
    opacity: 0;
    background: white;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.custom-ul {
    padding-left: 0;
    list-style-type: none;
}

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

.checkbox {
    position: relative;
}

.checkbox label, .radio label {
    min-height: 20px;
    padding-left: 30px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}

.checkbox input[type=checkbox] {
    opacity: 0;
    position: absolute;
    width: 0;
    height: 0;
}

@media (min-width: 768px) {
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    }
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    background-color: #ce1a1a !important;
    z-index: 999999;
}

.sk-spinner-wave.sk-spinner {

    text-align: center;

}

.sk-rect3 {
    display: block;
    margin: 0 auto;
}

.parallax-window#short {
    height: 350px;
    min-height: inherit;
}

.parallax-window {
    background-color: #cd1b1b;
    min-height: 470px;
    /*background: transparent;*/
    position: relative;
}

#short #subheader {
    height: 350px;
}

#subheader {
    color: #fff;
    text-align: center;
    display: table;
    width: 100%;
    height: 470px;
    /* background: rgba(0,0,0,.7); */
}

.xdsoft_datetimepicker {
    z-index: 99999 !important;
}

#sub_content #thumb {
    width: 130px;
    height: 130px;
    overflow: hidden;
    text-align: center;
    padding-top: 5px;
    box-sizing: border-box;
    margin: auto;
    margin-bottom: 15px;
    background-color: #fff;
}

#sub_content #thumb img {
    width: 120px;
    height: auto;
}

@media (min-width: 990px) {

    .col-xs-8 {
        background-color: #ffffff;
        border-top-left-radius: 50px;
        border-bottom-left-radius: 50px;
        padding-top: 10px;
    }
}

.preloader-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: -200px;
}

.underline_link:hover {
    text-decoration: underline !important;
}

.logout-btn {
    width: 30%;
    background-color: #ffffff;
    margin-top: 10px;
    color: black;
    font-size: 1.1em;
    border-radius: 20px;
}

.box_style_1 {
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #ededed;
    margin-bottom: 30px;
}

ul#cat_nav {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul#cat_nav li a {
    display: block;
    padding: 15px 10px;
    position: relative;
}

ul#cat_nav li a:after {
    font-family: "fontello";
    content: "\27A4";
    position: absolute;
    right: 15px;
    top: 15px;
}

.box_style_2#help {
    color: #999999;
    text-align: center;
}

.head-title-h4 {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.box_style_2#help a.phone {
    font-size: 26px;
    display: block;
    margin-bottom: 0;
    color: #125c96;
}


.box_style_2#main_menu, .box_style_2.info {
    padding-bottom: 10px;
}


.box_style_2 h2.inner {
    background-color: #125c96;
    color: #fff;
    margin: -25px -25px 0 -25px;
    padding: 12px 15px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 22px;
    font-weight: 600;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    text-align: center;
}

.box_style_2, #cart_box {
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #ededed;
    margin-bottom: 25px;
    padding: 25px;
}

.menu-group-btn {
    background-color: #d9261a;
    color: white;
    font-family: sans-serif;
    font-size: 1em;
    height: 50px;
    border: 1px solid #e0e0e0;
}

.menu-item-table {
    margin: 0 !important;
}

.table.cart-list td {
    vertical-align: middle;
    width: 100%;
}

.cart-container {
    position: relative;
    overflow: visible;
    box-sizing: border-box;
    min-height: 1px;
}

#cart_box {
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #ededed;
    margin-bottom: 25px;
    padding: 15px;
}

.cart-item-custom {
    font-weight: 300;
    font-size: 1em;
    color: black;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.cart-item-custom td {
    padding: 8px !important;

}

.remove-cart-item {
    cursor: pointer;
    padding-right: 2%;
    color: #ce1a1a !important;
    zoom: 1.2;
    font-size: 14px;
}

.table_summary {
    margin-top: 10px;
}

.table_summary td {
    border-top: none !important;
}

.small-text-cart {
    color: #5c5c5c;
    font-size: 0.9em;
}

.small-text-confirm-order {
    color: #5c5c5c;
    font-size: 1em;
}

#cart_box h3 {
    background: #f8f8f8;
    margin: -15px -15px 15px -15px;
    padding: 15px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
}

.icon_addProduct {
    cursor: pointer;
    color: #d9261a;
    transition: 0.2s ease-in-out;
}

#productCartMsg {
    color: #fff;
    width: 100%;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    text-align: center !important;
    margin-bottom: -30px;
    padding-bottom: 10px;
    padding-top: 10px;
    font-size: 1.2em;
    background-color: #056fad;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.icon_addProduct:hover {
    color: #2980b9;
}

.options i {
    font-size: 26px;
}

.menu-item-description {
    padding: 0;
    font-style: italic;
    font-size: 0.7em;
    margin-bottom: 0;
}

.menu-item-dimensions {
    margin: 0;
    font-weight: 300;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 0.9em;
    color: black;
}

.menu-item-name {
    font-weight: 300;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 0.9em;
    color: black;
    margin-top: 10px;
    margin-bottom: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu-category-item {
    color: black;
    font-size: 1.1em;
}

ul#cat_nav li {
    border-bottom: 1px solid #ededed;
}

@media (min-width: 1200px) {
    .navHeader {
        background-color: #ffffff;
        border-top-left-radius: 50px;
        border-bottom-left-radius: 50px;
        /*padding-top: 10px;*/
    }
}


.scroll_margin {
    scroll-margin-top: 100px;
}


.item_visible {
    display: block !important;
}

.menu-category-item {
    cursor: pointer;
}

.table_basket_container {
    margin-bottom: 0;
    max-height: 500px;
    overflow-y: auto;
}

.table.table_summary .total {
    font-weight: bold;
    font-size: 18px;
}

#cart_Show {

    margin-left: 20px;
}

.btn_full {
    border: none;
    font-family: inherit;
    color: #fff !important;
    width: 100%;
    background: #85c99d;
    cursor: pointer;
    padding: 12px 20px;
    outline: none;
    font-size: 12px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    text-align: center;
    margin-bottom: 5px;
}

.btn_full:hover {
    color: #fff;
}


.confirm-action-modal {
    text-align: center;
    color: white;
    font-size: 1.5em;
    opacity: 1;
    padding-bottom: 20px;
}

.modal-action-btn {
    width: 30%;
    background-color: #ffffff;
    margin-top: 10px;
    color: black;
    font-size: 1.5em;
    border-radius: 20px;
}


.menu-group-btn, .menu-item-options-btn:focus {
    outline: none !important;
}


.feedback_error {
    text-align: center;
    font-size: 16px;
}

.menu-item-modal-header {
    display: flex;
    justify-content: space-between;
}

.menu-item-modal-highlight {
    font-weight: bold;
    color: black;
    padding: 5px;
    font-size: 1.2em;
    margin-bottom: 0;
}

.menu-item-modal-description {
    max-width: 70%;
    display: block;
}

.menu-item-modal-body {
    width: 70%;
    margin: 30px auto 0;
}

.black-btn {
    color: #000;
}

.menu-item-options-btn {
    background-color: #056fad;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    border: none;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    text-align: center;
    color: white;
    margin-bottom: 4px;
}

.menu-item-options-btn:hover {
    opacity: 0.8;

}

.menu-item-options-table {
    width: 100%;
}

.menu-item-options-table tr {
    text-align: left;
    border: 1px solid rgb(221, 221, 221);
    padding: 4px;
    /*cursor: pointer;*/
    display: table-row;

}

.menu-item-quantity-container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.menu-item-quantity-container .menu-item-quantity-input {
    width: 50px;
    text-align: center;
    border-radius: 10px;
    background-color: antiquewhite;
}

.menu-item-quantity-container .toggle-item-quantity {
    padding: 0 4px;
    color: #ce1a1a;
}

.table-menu-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 13px;
    line-height: 1.4;
    color: #555;
    padding: 10px;
    width: 60%;
}

.menu-group-description {
    background-color: rgb(238, 238, 238);
    padding: 4px;
    font-weight: bold;
    text-align: center;
    font-size: 13px;
    line-height: 1.4;
    color: #555;
    display: block;
}


.toggle-item-quantity {
    cursor: pointer;
}


.toggle-item-quantity:hover {
    color: #125c96;
}

.hidden_element {
    display: none !important;
}


.flex-container-menu-option {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid rgb(221, 221, 221);
}


#add-to-cart-btn {
    width: 100%;
    border-radius: 10px;
    background-color: #d9261a;
    color: white;
    height: 50px;
    font-size: 1.3em;
    margin-top: 10px;
}

.color-white {
    color: white;
}

#add-to-cart-btn:focus {
    outline: none !important;
}

.disabled_item {
    pointer-events: none;
    opacity: 0.6;
}

.selected_menu_item {
    background-color: rgb(206, 26, 26);
}

.selected_menu_item .table-menu-item {
    color: white !important;
}

.my-profile-link{
    cursor: pointer;
    color:#125c96!important;
}
.menu-group-main-wrapper {
    max-height: 550px;
    overflow-y: auto;
}

.cart_serving_icon {
    cursor: pointer;
}

#header_login a {
    cursor: pointer;
    color: #125c96;
}

.ticket_item_cooking_instructions {
    display: contents;
}

.cooking_instructions_list {
    list-style-type: none;
    padding-inline-start: 0;
    margin-bottom: 0;
}


.child_ticket_item_cooking_instruction {
    transition: 0.2s ease-in-out;
    cursor: pointer;
}

.child_ticket_item_cooking_instruction:hover {
    color: #d9261a;
}

.cooking_instructions_list li {
    display: inline;
    margin-left: 5px;
    font-size: 12px;
}

.menu-item-modal-subheader {
    background-color: rgb(238, 238, 238);
    padding: 4px;
    font-weight: bold;
    display: block;
    text-align: center;
    font-size: 13px;
    line-height: 1.4;
    color: #555;
    margin: 0 0 10px;
}

.selected-options-title {

    font-size: 1.2em;
    text-align: center;
    border-bottom: 1px solid #ddd;
    font-weight: bold;
}

#selected-options {
    font-size: 1.2em;
    display: flex;
    justify-content: flex-start;
    gap: 5px;
    flex-wrap: wrap;
}

.menu-item-selected {

    font-size: 0.9em !important;
    font-weight: 300 !important;

}

.custom-badge {


    display: inline-block;
    min-width: 10px;;
    padding: 5px 7px;

    color: #fff;
    text-align: center;
    /*white-space: nowrap;*/
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px;
}

.badge-assertive {
    background-color: #da251a !important;
}


#error_sub_items {
    color: #fff;
    font-size: 1.3em;
    font-weight: 300;
    display: block;
    margin: 10px auto;
    word-break: break-all;
    width: 90%;
    text-align: center;
}


.cart-child-ticket-item td {
    padding: 0 8px 0 8px !important;
    color: #555;
    font-size: 13px;
}


.menu-item-selected span {
    margin-left: 12px;
}

.menu-item-selected .serving-icon {
    cursor: pointer !important;
    margin-left: -2px;
}

.alert-info-modal {
    background-color: #ce1a1a !important;

}


#info-message, #info-alert-message, .client-info-message {
    text-align: center;
    font-size: 1.5em;
    color: #fff;
}

.white-element {
    color: #fff;
}

.alert-info-modal-body {
    margin: 50px 0;
}

#confirm-info-button, #login-info-button, .client-confirmation-btn {
    width: 30%;
    background-color: #ffffff;
    margin-top: 15px;
    color: black;
    font-size: 1.4em;
    border-radius: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.bs-wizard {
    width: 90%;
    margin: auto;
}

.bs-wizard > .bs-wizard-step {
    padding: 0;
    position: relative;
}

.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
    font-size: 16px;
    margin-bottom: 5px;
}

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

.bs-wizard > .bs-wizard-step > .progress {
    position: relative;
    border-radius: 0;
    height: 8px;
    box-shadow: none;
    margin: 23px 0;
}

.bs-wizard > .bs-wizard-step:first-child > .progress {
    left: 50%;
    width: 50%;
}


#subheader a {
    color: #FF9;
}

.bs-wizard > .bs-wizard-step > .bs-wizard-dot {
    position: absolute;
    width: 30px;
    height: 30px;
    display: block;
    background: #fbe8aa;
    top: 45px;
    left: 50%;
    margin-top: -11px;
    margin-left: -15px;
    border-radius: 50%;
}

.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {
    content: ' ';
    width: 14px;
    height: 14px;
    background: #e04f67;
    border-radius: 50px;
    position: absolute;
    top: 8px;
    left: 8px;
}

.bs-wizard > .bs-wizard-step:last-child > .progress {
    width: 50%;
}


.disabled .bs-wizard-dot {
    background-color: #fff !important;
}

.disabled .bs-wizard-dot:after {
    background-color: #fff !important;

}

.box_style_2.info {
    padding-bottom: 10px;
}

.box-info-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
}

.checkoutStyle {
    font-size: 1.2em;
    font-family: Helvetica Neue, Helvetica;
    font-weight: 300;
}


.form-control {
    color: #333 ;
    height: 40px !important;
    border-radius: 3px !important;
    box-shadow: none !important;
    border: 1px solid #ddd !important;
}



.form-control-textarea {
    color: #333 ;
    border-radius: 3px !important;
    box-shadow: none !important;
    border: 1px solid #ddd !important;
    height: 170px ;
    /* display: block; */
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    background-color: #fff;
    background-clip: padding-box;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-items-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.action-button {
    background-color: #056fad;
    color: #fff;
    border: none;
    font-family: inherit;
    width: 100%;
    padding: 12px 20px;
    outline: none;
    font-size: 12px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    text-align: center;
    /*margin-bottom: 5px;*/
}

.form-items-container input {
    width: 70% !important;
}

.form-items-container button {
    width: 30% !important;
}

.edit-phone-number-title {
    color: black;
    font-size: 2em;
    opacity: 1;
    padding-bottom: 20px;
    text-align: center;
}


.edit-mobile-container {
    width: 90%;
    max-width: 375px;
    margin: 60px auto;
}

.phone-number-option-container {
    font-weight: bold;
    margin-top: 10px;
}


.edit-phone-number-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    margin-top: 15px;
}

.confirm-edit {
    width: 100%;
    background-color: #319432;

    color: white;
    font-size: 1.5em;
    border-color: #319432;
    height: 40px;
}

.cancel-edit {
    width: 100%;
    background-color: #ce1a1a;
    color: white;
    font-size: 1.5em;
    border-color: #ce1a1a;
    height: 40px;
}


#change-mobile-alert {
    color: #ce1a1a;
    text-align: center;
    margin: 0 auto;
    display: block;
}

.address-form-group {
    background-color: rgb(255, 184, 179);
    text-align: center;
    padding: 10px;
    display: block;
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1440px !important;
    }

}

@media only screen
and (max-device-width: 900px)
and (orientation: landscape) {
    .flex-modal-header .modal-title {
        margin-left: 15px !important;
        line-height: 30px;
    }
}

.cursor-pointer {
    cursor: pointer;
}


.select-order-type-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    width: 90%;
    margin: 0 auto;
    font-size: 20px;
}

.submit-order-btn {
    font-size: 18px;
}

.red-item {
    color: #ce1a1a;
}

#cartcount {
    color: #ffffff;
    position: absolute;
    top: -12px;
    left: 2px;
    background-color: #d9261a;
    width: 25px;
    text-align: center;
    border-radius: 50px;
    font-size: .8em;
    font-weight: 300;
    border: 1px solid #125c96;
}

.client-cart-item {
    zoom: 1.5;
    position: absolute;
    top: 2px;
    left: -5px;
}

.btn_side {
    border: none;
    font-family: inherit;
    font-size: inherit;
    color: #fff;
    cursor: pointer;
    padding: 10px 20px;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    text-align: center;
    margin-bottom: 25px;
    background-color: #125c96;
}


.btn_side:hover {
    color: #fff;
}

.view-order-info {
    text-align: center;
}

.order-type-label {
    text-align: center;
    font-size: 1.4em;
    font-weight: bold;
}

.expanded-line {
    margin-left: -25px;
    margin-right: -25px;
    border-color: #ededed;
}

.box-title-header {
    background: #f8f8f8;
    margin: -15px -15px 15px -15px;
    padding: 15px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    font-size: 18px;
    text-align: center;
}

.coupon-input {
    width: 70%;
    height: 45px;
    padding-left: 10px;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}


.coupon-input-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.apply-coupon {
    width: 60px;
    color: white;
    background-color: #cd1b1b;
    height: 45px;
    border-color: #cd1b1b;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}

.confirm-order-btn {
    text-transform: uppercase;

    background-color: #125c96;
    font-size: 1.2em;
}


.payment_select {
    background-color: #f0f0f0;
    padding: 15px 15px 10px 15px;
    margin-bottom: 20px;
    border-radius: 3px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.payment-method-label {
    font-size: 1.3em;
    font-weight: 400;
}

#order_confirmation {
    text-align: center;
    margin-bottom: 25px;
}

#order_confirmation .fa-check-circle {
    color: #85c99d;
    font-size: 140px;
}


.order_completed_ticket_table tr {
    font-size: 1.2em;
    color: #555;
}

.order_completed_ticket_table tr td:first-child {
    text-align: left;
}


.order-completed-costs td {

    font-weight: bold;
    font-size: 18px;
    background-color: #333;
    color: #fff;
    padding: 8px;
}


.total-to-pay-restaurant-request {
    margin-top: 30px;
    color: #555;
    width: 40%;
    display: flex;
    justify-content: space-between;
}

.loading-gif {
    border-radius: 50%;
    height: 120px;
    width: 120px;

    object-fit: cover;

}

.credit-card-icon {
    border-radius: 50%;
    height: 60px;
    width: 60px;

    object-fit: cover;
    box-shadow: 2px 2px 2px #125c96;

}

.restaurant-response {
    display: inline-block;
}


.restaurant-wait-message-container {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    align-items: center;
}

.custom-text-info {
    color: #ce1a1a;
}

.restaurant_request_action {
    background-color: #ce1a1a;
    width: 25%;
    display: inline-block;
}

#retry-actions {
    margin-top: 15px;

    display: flex;
    justify-content: space-between;
    gap: 15px;
    align-items: center;
}


.btn_bordered {
    background-color: #fff;
    width: 20%;

    display: inline-block;
    color: #ce1a1a !important;
    border: 1px solid #ce1a1a;
}

.order-actions {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.flex-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.confirm_btm {
    width: 35%;
    background-color: #ce1a1a;
}

.payment_btn {
    background-color: #ce1a1a;
    width: 25%;
}

.cancel-reason {
    font-weight: bold;
}


.restaurant-pos-response {
    text-align: center;
    flex: 1;
    color: #ce1a1a;
}

.payment-actions-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
    flex-wrap: wrap;
}

.payment-info-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.payment_buttons {
    font-size: 14px;
}

.credit-cards-wrapper {
    border-top: 1.5px solid #ce1a1a;

    margin-top: 10px;
    padding-top: 20px;
}

.credit-cards-container {
    max-height: 300px;
    overflow-y: auto;
}

.client-payment-container {
    width: 90%;
    margin: 0 auto;
}

.new_card_payment {
    width: 30%;
    background-color: #ce1a1a;
}

.apple_pay_btn {
    width: 30%;
    background-color: #ce1a1a;
    font-size: 30px;
    padding: 0 10px;
}

.inner-for-col-9 {
    margin: -25px -15px 0 -15px !important;
}

#card_brand {
    margin-top: -15px;
}

#card_brand svg {
    width: 60px;
    height: 60px;
}


.make-new-payment-btn {
    background-color: #ce1a1a;
    border: none;
    font-family: inherit;
    color: #fff !important;
    width: 30%;

    cursor: pointer;
    padding: 12px 20px;
    outline: none;
    font-size: 12px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    text-align: center;
    margin: 0 auto;
}

.modal-title {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-weight: 600;
}


.disabled-btn {
    pointer-events: none !important;
    opacity: 0.5 !important;
    cursor: default;
}

#gif-loading {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: block;
    opacity: 0.9;
    background-color: #fff;
    z-index: 99999;
    text-align: center;
}

#loading-image {
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    margin: auto;
}

.apple-pay-button {
    width: 250px;
    height: 40px;
    display: inline-block;
    /*-webkit-appearance: -apple-pay-button;*/
    cursor: pointer;
    background-color: #ce1a1a;
    color: #fff;
}

#cart_navbar_label {
    display: none;
}

@media (min-width: 1200px) {

    .navHeader {
        background-color: #ffffff;
        border-top-left-radius: 50px;
        border-bottom-left-radius: 50px;
        padding-top: 10px;

    }
}


@media only screen and (max-width: 600px) {
    .main-menu {
        width: 100% !important;
    }

    .show-submenu:focus {
        background-color: #ce1a1a !important;
        color: #fff !important;
    }

    #subheader {
        height: 170px !important;
    }

    .parallax-window {
        min-height: 170px !important;
    }

    a#close_in {
        display: block;
        position: absolute;
        right: 15px;
        top: 10px;
        width: 20px;
        height: 20px;
    }

    .social_link, .social_link_2 {
        display: block;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 20px;
        float: none;
    }

    #cart_box h3 {
        margin: 0 !important;
    }
}

.mobile-menu-actions {
    display: none;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 15px;
}

.mobile-menu-btn {
    background-color: #ce1a1a;
    color: #fff;
    border: none;
    font-family: inherit;
    width: auto;
    padding: 12px 20px;
    outline: none;
    font-size: 16px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-weight: bold;
    display: block;
    text-align: center;
    box-shadow: 2px 2px 1px #7f8c8d !important;
}

.display-center {
    display: block;
    margin: 0 auto;
}

.mobile-menu-categories-container {
    margin: 0 -40px;
}

.mobile-menu-categories-container ul li a {
    color: #555 !important;
}

.only-on-mobile {
    display: none;
}

.mobile-flex {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.toggle-mobile-menu {
    display: none;
}

.flex-modal-header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
}

.flip-container {
    margin-top: -50px;
}

@media only screen
and (max-device-width: 1136px) {
    .restaurant-details-header {
        justify-content: center !important;
    }
}

@media only screen and (max-width: 1200px) {
    .loyalty-points-info-header{
        width:100% !important;
    }
    .user-loyalty-points-container{
        padding-top:0 !important;
    }
    .offline-label{
        position:absolute;
        top:-12px;
        right:-12px;

    }
    .redeem-points{
        justify-content:center !important;
    }
    .gift-cards-wrapper{
        width:100% !important;
    }
    .custom-gift-card{
        width:100% !important;
    }
    .gift-cards-container{
        padding-left:10px !important;
        padding-right:10px !important;
    }
    .gift-card-row-2 h6{
        font-size:14px !important;
    }
    .gift-card-row-2 h3{
        font-size:22px !important;
    }
    .register-popup-form{
        margin:0 auto!important;
    }
    .register-modal-content{
        height:100vh !important;
    }

    #register-submit{
        margin-top: 0 !important;
    }
    .popup-form .form-control{
        margin:2vh 0 !important;
    }
    .shops-location-main-header {
        height: 200px !important;
    }

    .shops-location-main-header h1 {
        font-size: 50px !important;
    }

    .shops-location-container {
        width: 95% !important;
    }

    .shop-info {
        flex-direction: column !important;
    }

    .previous-order-items-table {
        width: 100% !important;
    }

    .btn-delete-account {
        width: 120px !important;
        font-size: 12px !important
    }

    .restaurant-open-times {
        margin-top: -20px !important;

    }

    .restaurant-opening-hours-body {
        padding: 6px !important;
    }

    .opening-times-backdrop {
        bottom: -1700px !important;
    }

    .close-btn-custom {
        left: 12px !important;
    }

    .go-back-mobile {
        display: inline-block !important;
    }

    .go-back-desktop {
        display: none !important;
    }

    .basket-order-summary {
        right: 10px !important;
    }

    .flex-title-summary {
        justify-content: space-between !important;
    }

    .not-found-container {
        flex-direction: column !important;
        gap: 0px !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .page-not-found-image {
        width: 150px !important;
    }

    .allergens-content {
        width: 95% !important;
    }

    .qr-icon-container {
        width: 100% !important;
        margin-bottom: 15px;
    }

    .register-flex-wrapper {
        flex-direction: column;
        gap: 10px;
        align-items: flex-start !important;
    }

    .menu-item-title {

        padding: 10px 56px !important;
        line-height: normal !important;
    }

    .menu-options-main-container .modal-body {
        padding-top: 0;
    }

    .menu-options-main-container {
        max-height: 740px !important;
    }

    .menu-options-modal-header {
        display: flex;
        justify-content: center;
        align-items: center;
        /*gap: 16px;*/
        margin: 5px 20px 0 !important;

        flex-direction: column;
    }

    .flip-container {
        margin-top: 0;
    }

    #cart_Show {
        padding-top: 4px;
        margin-left: 0;
    }

    #cart_label {
        position: relative;
    }

    #cart_Show a {
        display: flex;
        gap: 12px;
    }

    #cart_navbar_label {
        display: block;
    }

    .show-submenu:focus {
        background-color: #ce1a1a !important;
        color: #fff !important;
    }

    .flex-modal-header {
        gap: 0 !important;
    }

    .flex-modal-header .modal-title {
        margin-left: -15px;
        line-height: 30px;
    }

    #submitVivaWalletPayment {
        width: 100%;
    }

    .form-container {
        grid-template-rows: 60px 60px 60px !important;
        padding-bottom: 0 !important;
    }

    #newVivaWalletPayment .flex-container {
        flex-direction: column;
    }

    .payment-actions-container a {
        width: 100%;
        margin-top: 20px;
    }

    #subheader {
        height: 170px !important;
    }

    .parallax-window {
        min-height: 170px !important;
    }

    .card__part {
        width: auto !important;
    }

    .total-to-pay-restaurant-request {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    #order-time-container {
        width: 90% !important;
    }

    #sub_content p {
        font-size: 16px !important;
    }

    /*#search-restaurants-form-group {*/
    /*    display: flex !important;*/
    /*}*/
    .one-pound-offer {
        display: inline-block !important;
    }

    .only-on-mobile {
        display: block;
    }

    #cart_box h3 {
        margin: 0 !important;
    }

    .toggle-mobile-menu {
        display: block !important;
    }

    .box_style_2 h2.inner {

        margin: -5px -5px 0 -5px !important;
    }

    .box_style_2, #cart_box {
        border: none !important;
        padding: 5px !important;
    }

    .responsive-btn-cancel {
        width: 30% !important;
    }

    .box_style_2.info {
        padding: 20px !important;
    }

    .confirm_btm {
        width: 65% !important;
    }

    .container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .padding-x-mobile {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    .order-actions {
        flex-direction: column;
        gap: 20px;
    }

    .text-info-header {
        text-align: center;
        font-size: 16px;
    }

    .order-actions .payment_btn, .restaurant_request_action {
        width: 100%;
    }

    .mobile-header-progress {
        margin-left: -50px;
        margin-right: -50px;
    }

    .menu-item-modal-body {
        width: 100%;
    }

    #cart_ticket_items_mobile tr, .table_summary {
        text-align: left;
    }

    .btn_bordered {
        width: 50%;
    }

    .restaurant-wait-message-container {
        flex-direction: column;
    }

    .payment_btn {
        width: 100%;
    }

    .coupon-input-container {
        margin-left: -30px;
        margin-right: -30px;
    }

    .menu-item-modal-header {
        gap: 50px;
    }

    .hide-on-mobile {
        display: none;
    }

    .mobile-menu-actions {
        display: flex;
    }

    .main-menu ul li a {
        padding: 10px 15px !important;
        font-size: 16px;
    }

    .main_title h2 {
        font-size: 24px;
    }

    #info-alert-message {
        font-size: 1.2em;
    }

    .main-logo-mobile {
        margin-top: -22px;
        margin-left: -80px;
    }

    .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    #header_menu {
        text-align: center;
        padding: 25px 15px 25px 15px;
        position: relative;
        top: 0;
        display: block !important;
        background-color: #ffffff;
    }

    .main-menu ul li {
        border-top: none;
        border-bottom: 1px solid #ededed;
        color: #fff;
        padding-bottom: 0;
    }


    .main-menu {
        top: 0;
        opacity: 0;
        position: fixed !important;
        background-color: #fff;
        box-shadow: 1px 2px 3px rgba(50, 50, 50, 0.55);
        transition: left 1s, opacity 0.2s !important;
        left: -100%;
        height: 100%;
    }

    .main-menu.show {
        visibility: visible;
        left: 0;
        opacity: 1 !important;
    }

    .main-menu ul {
        list-style-type: none;
        overflow: auto;
        /*left: -100%;*/
        bottom: 0;
        z-index: 9999;
        width: 100%;
        height: 100%;
        position: fixed;
    }

    .register_li {
        border-radius: 0 !important;
    }

    .main-menu.show {
        visibility: visible;
        left: 0 !important;
        opacity: 1 !important;
    }

    #sub_content h1 {
        font-size: 42px;
    }
}

#search-restaurants-form-group {
    margin: 0 auto -50px;
    display: none;

}

.highlight-text {
    background-color: #f1c40f !important;
    padding: 10px !important;
}

#search_restaurant {
    margin-right: -2px;
}

.search-restaurants-btn {
    background-color: #125c96 !important;
    color: #fff !important;
    cursor: pointer;
}

.show {
    display: block !important;
}

.toggle-mobile-menu {
    font-size: 24px;
    position: fixed;
    right: 40px;
    top: 5px;
    color: #2f3640;
}


.gift-card-icon {
    color: #ce1a1a;
    font-size: 24px;
}


.red_btn {

    background-color: #d9261a;
}

.gift-card-container {
    position: relative;
    text-align: center;
    color: white;
    height: 250px;
    cursor: pointer;
    padding: 5px;
    box-shadow: 2px 2px 2px #125c96;
    border-radius: 10px;
}


.gift-card-container:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(
        rgba(0, 0, 0, 0.2),
        rgba(0, 0, 0, 0.2)
    );
    z-index: 1;
    border-radius: 10px;

}

.container-hover-grow {
    transition: 0.5s ease-in-out;
}


.container-hover-grow:hover {
    transform: scale(1.05);
}

.gift_card_img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

/* Centered text */
.gift-card-centered-text {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -70%);
}


.voucher-title {
    color: #d9261a;
    text-shadow: 1px 1px 1px #2f3640;
    z-index: 2;
    padding: 10px;
    border-radius: 8px;
    background-color: rgba(149, 165, 166, 0.6)
}


.gift-cards-second-text-color {
    color: #fff;
}

.gift-cards-title {
    color: #125c96;
    font-size: 42px;
    /*border-bottom: 1px solid #d9261a;*/
}

.gift_cards_basket_btn {
    border: 1.5px solid #d9261a;
    align-items: center;
    font-family: inherit;
    color: #d9261a !important;
    display: flex;
    justify-content: space-between;
    width: 100%;
    background: #fff;
    cursor: pointer;
    padding: 10px;
    outline: none !important;
    font-size: 18px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 5px;
    box-shadow: 1px 1px 1px #2f3640;
    transition: 0.3s ease-in-out;
}

.gift_cards_basket_btn:hover {
    background: #d9261a !important;
    color: #f5f5f5 !important;

}

.order-details-container div {
    width: 50%;
}

#order-time-container {
    width: 80%;
    margin: 0 auto 20px;
}

.gift_card_range_image {
    width: 400px;
}


.gift-cards-range-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 5px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.slider:hover {
    opacity: 1;
    background: #d3d3d3;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #d9261a;
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #d9261a;
    cursor: pointer;
}

.slidecontainer {
    width: 100%;
}


.gift-cards-range-labels {
    display: flex;
    margin-left: 15px;
    justify-content: space-between;
    width: 105%;
}


.gift-cards-range-labels span {
    font-size: 18px;
}

.gift-cards-range-details {
    display: flex;
    margin-top: 60px;
    justify-content: space-between;
    margin-left: 15px;
}

#gift-card-range-value {
    color: #d9261a;
}


.gift-cards-quantity-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}


.gift-card-quantity-btn {
    color: #125c96;
    font-size: 32px;
    font-weight: bold;
    cursor: pointer;
}

.gift-cards-add-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1;
}


.add-quantity-gift-card {

    color: #fff;
    width: 100%;
    background: #125c96;
    cursor: pointer;
    margin-top: 20px;
    outline: none !important;
    font-size: 22px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-weight: bold;
    text-align: center;
    padding: 10px 20px;
}

.gift-cards-cart {
    list-style-type: none;
    padding-left: 0 !important;
    max-height: 500px;
    overflow-y: auto;
    border-bottom: 1px solid #bdc3c7;
    padding-bottom: 20px;
}

.gift-cards-cart li {
    margin-top: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 22px;
    color: #212529 !important;
    padding-bottom: 10px;
    border-bottom: 0.5px solid #d9261a;
    position: relative;

}

.gift-cards-checkout-details {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    align-items: center;
    width: 70%;
}

.gift-card-checkout-image {
    width: 30%;
}

.free_icon.svg {
    width: 50px !important;
}


.free-gift-card-label {
    color: #f39c12;
    font-weight: bold;
}

.remove-ticket-item-gift {
    position: absolute;
    top: 0;
    right: 20px;
    color: #d9261a;
    cursor: pointer;
}


#total-amount-gift-cards-basket {
    display: flex;
    justify-content: flex-end;
    margin-top: 30px;
}

#total-amount-gift-cards-basket h1 {
    font-size: 28px;
}

#total-amount-gift-cards-basket span {
    color: #d9261a;
}

.gift-cards-checkout-actions {
    display: flex;
    width: 80%;
    margin: 30px auto 0;
    justify-content: space-between;
    align-items: center;
}

.checkout-gift-card-btn {
    color: #fff !important;
}

.gift-cards-payment-container {
    margin: 0 auto;
    padding: 30px !important;
    background-image: linear-gradient(to bottom right, #718093, #125c96) !important;

    border-radius: 14px !important;

}

.gift-cards-payment-container .gift-cards-payment-title {
    text-align: center;
    color: #fff;
}


.gift-cards-payment-list {
    list-style-type: none;
    padding-inline-start: 0;
    margin-top: 40px;

    max-height: 600px;
    overflow-y: auto;
}

.gift-cards-payment-list li {
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.voucher-label {
    color: #f1c40f;
}

.payment-voucher-label {
    color: #fff;
}

.voucher-price {
    color: #fff;
    font-size: 22px;
}

.voucher-prices {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-right: 10px;
}

.voucher-prices h4 {
    color: #fff;
    font-weight: bold;
}

.voucher-prices div {
    width: 30%;
    text-align: left;
}

.voucher-prices .costs {
    width: 10%;
    text-align: right;
}

.voucher-notes {
    margin-top: 30px;
}


.vouchers-payment-actions {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.voucher-payment-btn {
    background: #fff;
    color: #125c96;
}

.voucher-payment-btn:hover {
    color: #125c96;
}

.voucher-guest-container input {
    width: 45%;
}

.voucher-guest-container {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-top: 15px;
}


.payment-methods-title {
    text-align: center;
    width: 100%;
    color: #fff;
}

.credit-card-icon-modal {
    position: absolute;
    top: 10px;
    right: 40px;
}

.advertisement-img {
    width: auto;
    max-height: 500px;
}

.one-pound-offer {
    padding: 2px 10px;
    color: #fff;
    background-color: #d9261a;
    font-size: 12px;
}

#offer_items_alert ul {
    font-size: 12px;
    padding-inline-start: 15px;
}

#offer_items_list {
    padding-inline-start: 0 !important;
}

.accept-offer-btn {
    background-color: #fff !important;
}

#offer_items_list li {
    color: #fff;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style-type: none;
    margin-bottom: 12px;
}

.one-pound-deal-label {
    font-size: 12px;
    color: #fff;
    background-color: #d9261a;
    border-radius: 8px;
    padding: 2px 6px;
}

.remove-cooking-instruction-btn {
    color: #d9261a;
    cursor: pointer;
}

#offer_items_info_list {
    color: #fff;
}


.menu-item-cooking-instructions {
    max-height: 350px !important;
    color: #fff;
    overflow-y: auto;
    list-style-type: none;
    text-align: left;
    padding-inline-start: 0;
}

.menu-item-cooking-instructions li {
    margin-bottom: 0;
}

.white-modal-label {
    color: #fff;

}

.custom-error-alert {
    border: 1px solid rgb(255, 51, 51);
    background: rgb(255, 255, 255);
    color: rgb(206, 26, 26);
    font-size: 0.9em;
    text-align: center;
    font-weight: 600;
    width: 90%;
    max-width: 375px;
    margin: 0 auto;
    padding: 10px 5px;
}

.custom-success-alert {

    border: 1px solid #28a745;
    background: rgb(255, 255, 255);
    color: #28a745;
    font-size: 0.9em;
    text-align: center;
    font-weight: 600;
    width: 90%;
    max-width: 375px;
    margin: 0 auto;
    padding: 10px 5px;
}

.btn-custom-white {
    background-color: #fff !important;
    color: #000;
}

.menu-options-modal-header {
    display: flex;
    justify-content: center;
    align-items: center;
    /*gap: 16px;*/
    margin: 30px 20px 0;

    flex-direction: column;
}


.menu-options-modal-description {
    max-width: 60%;
    align-self: self-start;
}

.menu-group-options {
    border: none;
    margin: 0;
    padding: 0;
    text-align: left;
}

.menu-group-options-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f9fafb;
    font-size: 16px;
    line-height: 1.5;
    padding: 24px 16px 16px;
    position: sticky;
    top: -2px;
    width: 100%;
    font-weight: bold;
    z-index: 999;
}

.menu-item-option {
    background-color: transparent;
    border: none;
    color: #2a3846;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-grow: 1;
    font-family: JustEatBasis, Arial, sans-serif;
    font-weight: 400;
    padding: 16px;
    text-align: left;
    border-bottom: 1px solid #bdc3c7;
    font-size: 0.8rem;
    cursor: pointer;
}

.menu-item-with-options-header {
    background-color: #fff;
    border-bottom: 1px solid #c5ccd3;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    box-shadow: 0 3px 4px 0 #95a5a6;
    height: 57px;
    left: 0;
    position: sticky;
    top: 0;
    transition: top .1s ease-out;
    width: 100%;
    z-index: 8999;
    text-align: center;
}

.menu-item-title {
    color: #2a3846;
    display: block;
    /*font-size: 16px;*/
    font-size: 1.14286rem;
    line-height: 1.5;
    margin: 0 auto;
    padding: 16px 56px;
    text-align: center;
    text-decoration: none;
}

.menu-options-main-container {
    overflow-y: auto;
    max-height: 800px;
}

.menu-options-footer {
    background-color: #fff;
    bottom: 0;
    box-shadow: 0 3px 4px 4px #95a5a6;
    padding: 24px;
    position: sticky;
    width: 100%;
    z-index: 999999;
    min-height: 70px;
}

.add-item-to-basket-btn {
    background-color: #e2e6e9;
    border-radius: 2px;
    margin: 0 auto;
    width: 100%;
    border: none;
    padding: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: visible;
    user-select: none;
    vertical-align: middle;
    font-weight: bold;
    color: #2A3846;
}

.add-item-to-basket-btn:focus {
    outline: none !important;
}

.menu-group-price {
    color: #d9261a;
}

.active-payment-btn {
    background: #d9261a !important;
    color: #fff !important;
}

.menu-group-label {

    border-radius: 2px;
    display: flex;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.43;
    padding: 0 4px;
}

.required-label {
    background-color: #d9261a;
    color: #fff;
}

.optional-label {
    background-color: #d9261a;
    color: #fff;
}

.menu-item-option-price {
    margin-right: 5px;
}

.single-group-menu-item {
    color: #056fad;
    font-weight: bold;
    display: list-item;
    list-style-type: disc;
    list-style-position: inside;
}

.order-again-btn {
    background-color: #d9261a !important;
    color: #fff !important;
    font-weight: bold;
    font-size: 24px;
}

.menu-item-trash {
    color: #d9261a;
    font-size: 16px;
    display: none;
    padding: 5px;
}

.menu-item-quantity-label {
    background-color: #056fad;
    color: #fff;
    padding: 2px 6px;
    margin-right: 10px;
    border-radius: 50%;
    display: none;
}

.menu-item-alert {
    border: 1px solid #d9261a !important;
}

.required-actions-container {
    align-items: center;
    background-color: #f9fafb;
    display: flex;
    flex-direction: column;
    padding: 32px;
}

#required-action-btn {
    align-items: center;
    background: #d9261a;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    height: 48px;
    justify-content: center;
    margin-bottom: 16px;
    width: 48px;
}

#required-action-btn svg {
    transform: rotate(
        -90deg
    );
    height: 28px;
    width: 28px;
    display: block;
    fill: #fff;
}

.see-what-you-missed-btn {
    color: #056fad;
    text-decoration: none;
    border: none;
    background: transparent;
    font-size: 14px;
}

.see-what-you-missed-btn:hover {
    text-decoration: underline;
}

.dont-miss-options-info {
    color: #5e6b77;
    font-size: 14px;
    text-align: center;
    margin-top: 16px;
}

.text-danger-main-color {
    color: #d9261a;
}

.required-menu-group-label {
    background: #d9261a;
    color: #fff;
    border-radius: 2px;
    display: flex;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.43;
    padding: 0 4px;
}

.border-bottom-red {
    border-bottom: 1.5px solid #d9261a;
}

.main-menu-item-quantity-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 50px;
    width: 25%;
}

.main-item-quantity-btn {
    color: #056fad;
    cursor: pointer;
    margin: 8px;
    padding: 8px;
}

#main-menu-item-quantity {
    color: #000;
}

.menu_group_min_quantity_count {
    background-color: #d9261a;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
    margin: 0 4px 0 -4px;
    padding: 0 4px;
}

.menu_group_min_quantity_count_red {
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
    margin: 0 4px 0 -4px;
    padding: 0 4px;
}

.blue-check {
    color: #056fad;
}

.prevent-click {
    pointer-events: none !important;

}

.close-optional-group {
    color: #fff;
    background: #5e6b77;
    padding: 1px 4px;
    font-size: 11px;
    border-radius: 4px;
    cursor: pointer;
    box-shadow: 2px 2px 2px #5e6b77;
}

.active-menu-items-btn {
    background: #d9261a;
    color: #fff;
}

.flex-between-btn {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
}


.hidden-element {
    display: none !important;
}

.scan-qr-gift-card-code-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.qr-icon-container {
    width: 70%;
}

#btn-scan-qr {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    cursor: pointer;
    color: #cd1b1b;
}

#btn-scan-qr img {
    width: 150px;
    height: auto;
    border-radius: 8px;
    box-shadow: 2px 2px 2px #5e6b77;
    padding: 10px;
}

#qr-canvas {
    margin: auto !important;
    width: calc(100%);
    max-width: 400px;
}


#qr-result {
    font-size: 1.2em;
    margin: 20px auto;
    padding: 20px;
    max-width: 700px;
    background-color: white;
}

.register-flex-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.reset-password-title {
    font-weight: bold;
    font-size: 24px;
    color: #333333;
    line-height: 1.2;
    text-align: center;
    width: 100%;
    display: block;
    padding-bottom: 54px;
}

.reset-password-input {
    font-size: 15px;
    line-height: 1.5;
    color: #666666;
    display: block;
    width: 100%;
    background: #e6e6e6;
    height: 50px;
    border-radius: 25px;
    padding: 0 30px 0 68px;
    border: none;
}

.input-wrapper {
    position: relative;
}

.symbol-wrapper {
    font-size: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: absolute;
    border-radius: 25px;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-left: 35px;
    pointer-events: none;
    color: #666666;
}


.reset-password-form-container {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    width: 50%;
    text-align: center;
    gap: 15px;
}

.submit-reset-password-btn {
    font-size: 15px;
    line-height: 1.5;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    height: 50px;
    border-radius: 25px;
    background: #125c96;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 25px;
    border: none;
    font-weight: bold;
    margin-top: 20px;
}

.errors-list {
    list-style-type: none;
    text-align: left;
    padding-inline-start: 0;
}

.offline-label {
    border-radius: 8px;
    background-color: #fff;
    color: #cd1b1b;
    padding: 2px 6px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16), 0 2px 4px rgba(0, 0, 0, 0.23);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.offline-label svg {
    width: 40px;
    height: 40px;
}

.restaurant-details-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.login_icon svg {
    width: 100px
}

.offline-restaurant-image {
    max-width: 80%;
    max-height: 230px;
    height: auto;
    margin: 0 auto 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16), 0 2px 4px rgba(0, 0, 0, 0.23);

}

/* The container */
.gift-card-checkmark-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.gift-card-checkmark-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.gift-card-name-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

.gift-card-checkmark-container {
    color: #fff;
}

/* On mouse-over, add a grey background color */
.gift-card-checkmark-container:hover input ~ .gift-card-name-checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.gift-card-checkmark-container input:checked ~ .gift-card-name-checkmark {
    background-color: #125c96;
}

/* Create the checkmark/indicator (hidden when not checked) */
.gift-card-checkmark-container:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.gift-card-checkmark-container input:checked ~ .gift-card-name-checkmark:after {
    display: block;
}

.gift-card-name-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Style the checkmark/indicator */
.gift-card-name-checkmark:after {
    left: 9px;
    top: 4px;
    width: 5px;
    height: 15px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


.buy-one-get-one-free-label {
    background-color: #ce1a1a;
    color: #fff;
    font-weight: bold;
    font-size: 10px;
    border-radius: 20px;
    padding: 5px 10px;
    text-align: center;
    display: inherit;
}

.time-picker {
    position: absolute;
    display: inline-block;
    z-index: 99999;
    bottom: -60px;
    left: 0;
    padding: 10px;
    background: #eeeeee;
    border-radius: 6px;
}

.time-picker__select {
    z-index: 99999;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    text-align: center;
    border: 1px solid #dddddd;
    border-radius: 6px;
    padding: 6px 10px;
    background: #ffffff;
    cursor: pointer;
    font-family: 'Heebo', sans-serif;
}

.timepicker-wrapper {
    position: relative;
    display: inline-block;
    min-width: 200px;
}

.add-to-basket-final {
    display: flex;
    align-items: center;
    justify-content: center;
}


.phone-numbers-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.restaurant-map-link {
    cursor: pointer;
}

.restaurant-map-link i {
    color: #fff;
}

.restaurant-open-times {
    cursor: pointer;
    float: right;
    margin-top: 0;
    font-size: 21px
}

.restaurant-open-times i {
    color: #fff !important;
}


.opening-hours-wrapper {
    z-index: 20;
    background-color: #fff;
    position: absolute;
    height: 360.41px;
    width: 416.27px;
}

.fa-minus-circle {
    color: #ce1a1a;
    font-size: 22px;
}

.flex-li-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.opening-hours-footer-btn {
    background-color: #ce1a1a;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    justify-content: center;
    display: flex;
    align-items: center;
    color: #fff;
    height: 35.1px;
    bottom: 0;
    position: absolute;
    width: 100%;
    cursor: pointer;
}


.opening-times-backdrop {
    background-color: rgba(32, 73, 89, 0.5);
    position: absolute;
    top: 0;
    bottom: -700px;
    left: 0;
    right: 0;
    display: none;
    z-index: 10;
}

.restaurant-opening-hours-body {
    padding: 16.5px 29px;
}

.restaurant-closed-at-moment {
    margin-top: 25%;
    color: rgba(32, 73, 89, 1);
    text-align: center;
    font-weight: bold;
}

.online-ordering-info {
    color: #ce1a1a;
    text-align: left;
    font-size: 19px;
}

.open-hours-list {
    display: flex;
    justify-content: space-between
}

.open-hours-list p {
    margin-bottom: 12px !important;
}


.allergen-info-modal {
    background: #ffffff;
    border-radius: 20px !important;
    width: 500px !important;
}


.confirm-allergens-btn {
    width: 30%;
    background-color: #efefef;
    margin: 10px auto 15px;
    color: black;
    font-size: 1.1em;
    border-radius: 20px;
}


.allergens-content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 80%;
    margin: 0 auto;
}


.allergens-content img {
    width: 100%;
}

.allergens-content p {
    font-size: 1em;
    color: #555;
    text-align: center;
    margin-top: 20px;
}

#sub_content h2 {
    font-size: 1.8em;
    color: #fff;
}


#sub_content h4 {
    font-size: 1.5em;
    color: #fff;
}

.user-loyalty-points-container {
    background-color: #ce1a1a;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 50px;
}

.user-loyalty-points-container h6 {
    color: #fff;
    text-align: center;
}

.user-loyalty-points-container h5 {
    color: #fff;
    text-align: center;
}
.user-loyalty-points-container h1 {
    color: #fff;
    text-align: center;
    font-weight: normal;
}

.order-history-title {
    color: #125c96;
    margin: 25px 0;
}

.order-info {
    font-style: italic;
    color: #777;
    font-size: 14px;
}

.previous-order-label {
    border-radius: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    width: 120px;
    font-size: 14px;
}

.previous-order-sub-item-li {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.previous-order-items-table th, tr, td {
    border: 1px solid #95a5a6;
}

.previous-order-items-table th {
    text-align: center;
}

.previous-order-items-table th, td {
    padding: 4px 10px;
}

.previous-order-items-table {
    width: 40%;
    margin-top: 20px;
}

.previous-order-card {
    background-color: #fff;
    padding: 20px;
    border-bottom: 1px solid #95a5a6;
}

.previous-order-total-amount {
    float: right;
    background-color: #ce1a1a;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 4px 14px;
}

.update-profile-btn {
    background-color: #fff;
    color: #ce1a1a !important;
    font-size: 22px;
    font-weight: bold;
    width: 200px;
    padding: 6px 12px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    border-radius: 8px;
}

.back-profile-btn {
    float: left;
    margin-left: 30px;
}

.back-profile-btn i {
    color: #fff;
    font-size: 30px;
}

.update-profile-submit {
    background-color: #ce1a1a !important;
    color: #fff !important;
    font-size: 22px;
    font-weight: bold;
    width: 200px;
    padding: 6px 12px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    border-radius: 8px;
}

.blue-title {
    color: #125c96;
}


.btn-login-ref {
    width: 50%;
    margin-top: 10px;
    color: #000000;
    padding: 10px;
    background-color: #fff;
    font-weight: 600;
    outline: none;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    font-size: 14px;
    float: left;
    border-radius: .25rem;
    border: none;
}


.not-found-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 80px;
}

.page-not-found-image {
    width: 300px;
}

.go-back-mobile {
    display: none;
    position: absolute;
    left: 15px;
    top: 15px;
}

.go-back-mobile a .fa-arrow-circle-left {
    color: #ce1a1a;
    font-size: 30px;
}

.go-back-desktop {
    position: absolute;
    left: 20px;
    display: inline-block;
}

.go-back-desktop i {
    font-size: 30px;

}

.flex-title-checkout {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative
}

.flex-title-summary {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative
}

.basket-order-summary {
    position: absolute;
    right: 30px;
}


.btn-delete-account {
    background-color: #fff !important;
    font-size: 22px;
    font-weight: bold !important;
    color: #ce1a1a !important;
    width: 200px;
}

.delete-account-form {
    /*right: 10px;*/
    /*bottom: 10px;*/
    /*position: absolute*/
}
.delete-account-form button{
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.shops-location-container {
    display: block;
    /*max-height:2000px;*/
    /*overflow-y: auto;*/
    width: 60%;
    margin: 0 auto 30px;
}

.shop-card {
    background-color: #fff;
    border-radius: 22px;
    padding: 18px;
    width: 100%;
    display: block;
    margin-top: 30px;
}

.shop-card img {
    margin: 0 auto;
    max-width: 400px;
    display: block;
    border-radius: 22px;

}


.shop-info {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-top: 20px;
}

.shop-details h5, .shop-details h6 {
    margin-bottom: 2px;
    font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #2c3e50;


}

.shop-details p {
    margin-bottom: 2px;
    color: #2c3e50;
    font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
}

.shops-location-title {
    text-align: center;
    margin: 30px 0;
    font-size: 46px;
    letter-spacing: -1px;
    font-weight: 100 !important;
    margin-bottom: 0;
}

.shops-location-main-header {
    background-color: #cd1b1b;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.shops-location-main-header h1 {
    font-size: 75px;
    font-weight: 300;
    text-align: center;
    color: #fff;
}


#otpContainer {
    display: flex;
    margin-top: 50px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    padding: 20px 12px;
    border-radius: 12px;
    background-color: #fff;
}

.otp-steps > h2 {
    color: #000;
    font-weight: bold;
}

.otp-steps>h5{
    font-weight: 350;
}
.custom-line{
    border-bottom:1px solid #125c96;
    width:30%;
    margin: 10px auto;
}
.otp-steps > .otp-label{
    align-self: flex-start;
}
.submit-otp-btn {
    color: #fff !important;
    font-weight: bold !important;
    background-color: #cd1b1b !important;
    width: 85%;
    margin: 15px auto;
    float: left;
}
.swal2-container{
    z-index:999999!important;
}
.otp-steps{
    width:100%;
    display:flex;
    flex-direction: column;
    justify-content:center;
    align-items:center;
}
#verification_code{
    height: 50px !important;
    font-size: 28px !important;
    text-align: center;
    font-weight: bold;
    color:#125c96 !important;
}
.flex-login-footer{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:20px;
    margin-bottom: 20px;
}
.flex-login-footer>label{
    margin-bottom:0 !important;
}

#go-back-login-btn{
    font-size:25px;
    color:#fff;
    cursor: pointer;
}

.navbar-username{
    font-size:18px;
    color:#fff;
    padding:2px 8px !important;
    font-weight: bold;
}

#try_otp_forgot_pass{
    display:flex;
    justify-content:space-between;
    align-items: flex-end;
    gap: 10px;
    color:#fff;
    font-size:18px;
    margin-top: 20px;
}
#try_otp_forgot_pass button{
    width:120px;
    display: flex;
    justify-content:center;
    align-items: center;
    margin-top: 0;
}
.reset-password-modal-container label{
    color:#cd1b1b;
    float:left;
    font-weight: bold
}

.reset-password-modal-container{
    padding:6px 12px;
    border-radius:10px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    background:#fff;
}

.reset-pass-wrapper{
    border-radius:100%;
    width:110px;
    margin:0 auto 14px;
    height:110px;
    display: flex;
    justify-content:center;
    align-items: center;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    background:#fff;
}
.reset-pass-wrapper>img{
    width:110px;
}
.custom-gift-card{
    width:80%;
    margin:0 auto;
    height:200px;
    border-radius: 12px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    display:flex;
    justify-content:space-between;
    background-color: #ecf0f1;
    cursor: pointer;
}


.gift-card-row-1{
    background-color:#cd1b1b;
    display:flex;
    justify-content:center;
    align-items:center;
    width:30%;
    border-bottom-left-radius: 12px;
    border-top-left-radius: 12px;

}
.gift-card-row-1 img{
    width:90%;
}

.gift-card-row-2{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    flex: 1;
    padding:20px;
}
.gift-card-row-2 h3{
    font-size:35px;
}


.gift-card-row-2 .main-text{
    color:#cd1b1b;
}
.gift-card-row-2 .gift-card-number{
    text-align:center
}
.gift-cards-container{
    display: flex;
    flex-direction: column;
    max-height:400px;
    gap:30px;
    overflow-y: auto;
    padding:15px 0;
}
.gift-cards-wrapper{
    width:90%;
    margin:30px auto;

}


.gift-card-used{
    width:100% !important;
}
.gift-card-used h6{
    font-size: 15px !important;
}


.gift-card-btn{
    background-color:#cd1b1b !important;
    cursor: pointer;
    color: #fff !important;
}
.redeem-points p,.redeem-points-checkout p{
    margin-bottom:0;
    width:50%;
}
.redeem-points-checkout{
    display: flex;
    justify-content: space-between;
    gap:30px;
    align-items: center;
}
.redeem-points{
    display: flex;
    justify-content: flex-start;
    gap:30px;
    align-items: center;
}

.register-link{
    font-size:18px;
    font-weight: bold;
}

#try_otp_btn span{
    color: #fff;
}

#try_otp_btn {
    display:flex;
    justify-content: space-between;
    align-items:center;
    margin-top: 20px;

}

#try_otp_btn  button{
    width:120px;
    margin-top: 0;
    display: flex;
    justify-content:center;
    align-items: center;
}

#gift_card_voucher{
    background:#fff;
    padding:10px;
}


.profile-footer{
    display:flex;
    justify-content:space-between;
    align-items:center;
}
.profile-footer .pagination{
    margin-bottom:0 !important;
}

.user-loyalty-points{
    color: #fff;
    font-weight: bold;
    font-size:28px;
}



.card-1 {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    border: none;
}

.card-1:hover {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.user-qr-code{
    display:block;
    max-width:200px;
    margin: 12px auto 0;
}

.loyalty-points-btns{
    width:100%;
    display:flex;
    justify-content:space-between;
    align-items:center;
}
.loyalty-points-btns button{
    display: inline-block !important;
}

.specia-offer-img{
    width:300px;
    margin:0 auto 15px;
    border-radius:12px;
    display:block;
}
.btn-outline-custom-blue{
    color: #056fad !important;
    border-color: #056fad !important;
}
.btn-outline-custom-blue:hover{
    background-color:#056fad;
    color:#fff !important;
}
.loyalty-points-info-header{
    /*-webkit-line-clamp: 2;*/
    -webkit-box-orient: vertical;
    width: 500px;
    margin:0 auto;
    text-align: center;
}

.confirm-action-buttons{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
    flex-wrap: wrap;
}
.confirm-action-buttons >button{
    width: auto;
}
.restaurant-telephone{
    font-size: 24px;
    font-weight: bold;
    margin: 20px auto 0;

}

.restaurant-telephone:hover{
    text-decoration: underline !important;
}
.half-margin-hr{
    margin: 0.8rem 0!important;
}

