body {    font-family: 'Montserrat Alternates', sans-serif;}
#container {
    width: 1000px;
    margin: 0 auto;
    text-align: left;
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    border-left: 0 solid rgba(0, 0, 0, .15);
    border-right: 0 solid rgba(0, 0, 0, .15);
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-left-radius: 10px;
    -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, .8);
    -moz-box-shadow: 0 0 24px rgba(0, 0, 0, .8);
    box-shadow: 0 0 24px rgba(0, 0, 0, .8);
}
#header {
    width: 1000px;
    height: 110px;
    margin: auto;
    /*float: auto; is not valid property, remove it if you are seeing it after Dec, 2021*/
    background-color: #fff;
}
#logo {
    width: 300px;
    height: 110px;
    float: left;
}
#main {
    width: 1000px;
    min-height: 600px;
    margin: auto;
    /*float: auto; is not valid property, remove it if you are seeing it after Dec, 2021*/
    overflow: auto;
}
#main table {
    border: 0px;
}
#main h2 {
    margin-left: 20px;
}
#categories,
#categories_home {
    width: 170px;
    float: left;
    margin: auto;
    padding: 0px;
}
#categories ul,
#categories_home ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    width: 170px;
}
#categories ul li,
#categories_home ul li {
    background-color: #f3f3f3;
    padding: 4px;
    margin: 3px;
}
#categories ul li:hover,
#categories_home ul li:hover {
    background-color: #e0e0e0;
}
#categories ul li a,
#categories_home ul li a {
    height: 28px;
    font-size: 14px;
    text-decoration: none;
    color: #333;
    font-weight: bold;
}
#home_title {
    font-family: georgia;
    color: #a11c3f;
    margin-left: 0px;
    margin-top: 20px;
    font-size: 21px;
    font-weight: bold;
}
.home_sub {
    font-family: georgia;
    color: #d28b4c;
    padding: 20px 0 5px 0;
    margin: 5px 0 0;
    font-size: 19px;
    font-weight: bold;
}
#menu {
    width: 620px;
    float: left;
    margin: auto;
}
#cart {
    width: 200px;
    float: left;
    height: 550px;
    overflow-y: auto;
}
.caiL {
    border-collapse: collapse;
    width: 610px;
    table-layout: fixed;
}
.caiL tr:hover {
    background-color: #f4f4f4;
    cursor: hand;
}
.caiL td {
    padding: 8px;
    font-size: 17px;
    border-bottom: dashed 2px #EFA000;
}
/*.even td.caiTitle{background-color:#fff;}.odd td.caiTitle{background-color:#eee;}*/
#main #crumb {
    font-size: 12px;
    color: #666;
    height: 20px;
}
.crumb_long {
    background: url(breadcrumb_long.png) no-repeat 1px -2px;
;
    z-index: 999;
    margin-left: 10px;
}
.crumb_long a {
    font-size: 12px;
    text-decoration: none;
    color: #F7931D;
    margin-left: 10px;
}
.crumb_short {
    background: url(breadcrumb_short.png) no-repeat 1px -2px;
;
    z-index: 999;
    margin-left: 10px;
}
.crumb_short a {
    font-size: 12px;
    text-decoration: none;
    color: #F7931D;
    margin-left: 10px;
}
.caiNo {
    width: 30px;
    margin-left: 5px;
}
.caiTitle {
    width: 350px;
}
.caiSub {
    width: 70px;
}
.caiPrice {
    width: 60px;
    font-weight: bold;
    vertical-align: bottom;
    color: #a40102;
}
.caiPrice span {
    font-size: 18px;
}
.caiTitle div {
    width: 350px;
    font-size: 12px;
    float: left;
    color: #333;
    line-height: 16px;
    padding-top: 6px;
}
.caiTitle .offer {
    background-image: url(https://static2.meals4u.net/3.30/images/assets/offer.png);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    margin-top: 5px;
    padding-left: 28px;
}
.caiTitle .offer ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
.caiTitle .offer ul a {
    color: #EA191F;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}
.caiTitle .offer ul a:hover {
    color: #961522;
    text-decoration: underline;
}
.caiCata {
    font-size: 17px;
    font-weight: bold;
    padding-left: 10px;
    padding-top: 42px;
}
.caiCata1 {
    font-size: 17px;
    font-weight: bold;
    padding-left: 10px;
}
.caiAdd {
    vertical-align: bottom;
}
.addBtn {
    background-image: url("https://static2.meals4u.net/3.30/includes/default/mobile_basket_add.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    float: right;
    width: 32px;
    height: 32px;
    padding: 0;
    text-align: center;
    line-height: 30px!important;
    text-decoration: none;
    background-color: #fff;
    border: 0px;
}
#offerMsg {
    margin: 10px;
}
#offerMsg li {
    font-size: 1.2em;
    color: #FF2A55;
    font-weight: bold;
    line-height: 1.2em;
}
.addBtn:hover {
    cursor: pointer;
    cursor: hand;
    background-color: #eee;
}
#meals4u-result-lightbox {}

.checked{
    color: #F16D33;

}
.closed {
    color: #F16D33;
    font-size: 17px;
    font-weight: bold;
}
.clear {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}
#opening_hours {
    width: 300px;
    margin-top: 20px;
}
.hours {
    width: 450px;
    height: 48px;
}
.today {
    width: 250px;
    float: left;
    font-weight: bold;
    color: #1FB2D4
}
.day {
    width: 150px;
    float: left;
    font-weight: bold;
    color: #51718E
}
.time {
    width: 250px;
    float: right;
}
.boxTitle {
    color: #1B5473;
    font-size: 17px;
    font-weight: bold;
    text-align: center
}
#navigation {
    height: 75px;
    margin-top: 5px;
    width: 1000px;
    background: url(navigation.png) no-repeat;
    z-index: 999;
}
#navigation ul {
    list-style: none;
    padding: 7px 0px 5px 0px;
    margin: 0;
    padding-left: 60px;
}
#navigation ul li {
    display: inline
}
#navigation ul li a {
    text-decoration: none;
    color: #333;
    font-weight: bold;
}
#primary-nav {
    height: 27px;
    text-align: left;
    repeat-x : 0 0;
}
#primary-nav a {
    height: 27px;
    padding: 5px 10px 6px 10px
}
#primary-nav a:hover img {
    border-bottom: 1px solid #6a9587;
}
#primary-nav ul li a {
    font-size: 21px;
    margin-right: 20px;
}
#primary-nav ul li a.last {
    border-right: 0px
}
#primary-nav ul li ul,
#primary-nav ul li iframe {
    display: none;
    position: absolute;
    margin-top: 3px;
    *margin-top: 18px;
    z-index: 999;
    padding: 0;
    border: 1px solid #DDEAD2;
    width: 164px;
    background-color: #fff;
}
#primary-nav ul li ul {
    background-color: #fff;
    margin: 5px;
}
#primary-nav ul li ul li {
    display: list-item;
    float: left;
    text-align: left;
    background-color: #f6f6f6;
    padding: 2px;
    margin: 2px;
    width: 156px;
    overflow: hidden;
}
#primary-nav ul li ul li:hover {
    background-color: #E0E0E0;
}
#primary-nav ul li ul li a {
    display: block;
    font-size: 14px;
    height: 15px;
    padding: 2px;
    border-right: 0px;
    font-weight: normal
}
#primary-nav ul li:hover ul,
#primary-nav ul li.sfhover ul,
#primary-nav ul li:hover iframe,
#primary-nav ul li.sfhover iframe {
    display: block;
}
#primary-nav .caidan {
    margin-left: 100px;
    *margin-left: -128px;
}
#home {
    width: 820px;
    float: left;
    margin: 5px;
}
#home p {
    font-size: 17px;
    line-height: 28px;
    padding-left: 5px;
}
#content {
    width: 960px;
    padding-left: 10px;
}
#lcol,
#rcol {
    width: 480px;
    margin-left: 10px;
    padding: 5px;
}
#lcol {
    float: left;
}
#rcol {
    float: right;
}
#tel {
    position: absolute;
    margin-left: 650px;
    margin-top: -15px;
    width: 280px;
    background: url(tel.png) no-repeat 1px -5px;
    padding-left: 38px;
    font-size: 21px;
    font-weight: bold;
    color: #F16D33;
}
.extra {
    margin: 0;
    width: 16px;
    margin-left: 5px;
}
#opening {
    width: 210px;
    height: 32px;
    float: left;
    margin-left: 80px;
    margin-top: 80px;
}
#opening a {
    font-size: 17px;
    font-weight: bold;
    color: #99AC34;
}
#delivery {
    width: 300px;
    float: right;
    height: 38px;
    margin-top: 38px;
    margin-right: 15px;
    text-align: right;
}
#delivery_area {
    width: 350px;
    float: right;
;
    margin-top: 1px;
    margin-right: 15px;
    text-align: right;
}
#delivery_area a {
    font-size: 12px;
    font-weight: bold;
    color: #99AC34;
}
#delivery select {
    border: 1px solid #ccc;
    -moz-border-radius: 10px;
    -webkit-border-radius: 6px;
    border-radius: 10px;
    -moz-box-shadow: 2px 2px 3px #666;
    -webkit-box-shadow: 2px 2px 3px #666;
    box-shadow: 2px 2px 3px #666;
    font-size: 17px;
    padding: 4px 7px;
    outline: 0;
}
#login {
    position: absolute;
    margin-top: 0px;
    margin-left: 770px;
    margin-right: 15px;
    width: 200px;
    height: 32px;
    padding: 10px;
    text-align: right;
}
#login a {
    font-size: 17px;
    color: #51718E;
    margin: 5px;
}
#welcome {
    margin: 5px;
    padding: 3px;
    font-size: 14px;
    font-weight: normal;
    color: #1B5473;
}
#footer {
    height: 30px;
    margin-top: 5px;
    margin: auto;
    /*float: auto; is not valid property, remove it if you are seeing it after Dec, 2021*/
    width: 1000px;
}
#copyright {
    width: 200px;
    float: left;
    margin: 10px;
}
#contact {
    width: 400px;
    float: left;
    margin-left: 20px;
}
#by {
    width: 200px;
    float: right;
    margin-right: 10px;
}
#crumb {
    padding: 5px;
    font-size: 17px;
}
#sign-up,
#log-in {
    padding: 10px;
    width: 800px;
    /*float: auto; is not valid property, remove it if you are seeing it after Dec, 2021*/
    margin: auto;
    margin-bottom: 50px;
}
#signed {
    font-size: 17px;
}
#sign-up-button {
    width: 111px;
    height: 32px;
    border: 0px;
    font-size: 17px;
    float: right;
    margin-right: 20px;
    cursor: pointer;
    cursor: hand;
    background: url(reg_btn.png) no-repeat -4px -3px;
}
#sign-up-button:hover {
    background: url(reg_btn.png) no-repeat -4px -37px;
}
#request-button {
    width: 111px;
    height: 32px;
    border: 0px;
    font-size: 17px;
    margin-top: 20px;
    margin-left: 8px;
    cursor: pointer;
    cursor: hand;
    background: url(reset_btn.png) no-repeat -4px -3px;
}
#request-button:hover {
    background: url(reset_btn.png) no-repeat -4px -37px;
}
#reset-button {
    width: 100px;
    font-size: 17px;
    margin-top: 20px;
    cursor: pointer;
    cursor: hand;
}
#log-in-button {
    width: 111px;
    font-size: 17px;
    height: 32px;
    float: right;
    margin-right: 20px;
    margin-top: 20px;
    border: 0px;
    cursor: pointer;
    cursor: hand;
    background: url(login_btn.png) no-repeat -4px -3px;
}
#log-in-button:hover {
    background: url(login_btn.png) no-repeat -4px -37px;
}
#contact_button {
    width: 111px;
    font-size: 17px;
    height: 32px;
    margin-top: 20px;
    border: 0px;
    cursor: pointer;
    cursor: hand;
    background: url(contact_btn.png) no-repeat -4px -3px;
}
#contact_button:hover {
    background: url(contact_btn.png) no-repeat -4px -37px;
}
#ToPayment {
    width: 160px;
    height: 43px;
    border: 0px;
    font-size: 17px;
    float: right;
    margin-top: 30px;
    margin-bottom: 30px;
    cursor: pointer;
    cursor: hand;
    background: url(buy_btn.png) no-repeat -4px -3px;
}



#ToPayment:hover {
    background: url(buy_btn.png) no-repeat -4px -51px;
}
.errors {
    color: #FF2A00;
    font-size: 14px;
    font-weight: normal;
}
.success {
    color: #1FB2D4;
    font-size: 14px;
    font-weight: bold;
}
#my-tabs {
    font-family: arial, verdana, helvetica, sans-serif;
    float: left;
    width: 223px;
    position: relative;
    z-index: 2;
    margin: 12px 0px 0px 20px;
    padding: 0px;
    list-style: none outside none;
    line-height: 1;
}
#my-tabs li {
    height: 39px;
    width: 223px;
    font-size: 18px;
    color: rgb(72, 72, 72);
    font-weight: normal;
    text-shadow: 1px 1px rgb(243, 243, 243);
    background-image: url("my_navi.png");
    margin-bottom: 5px;
    background-position: 0px 0px;
    float: left;
}
#my-tabs li:hover {
    background-position: 0px -38px;
}
#my-tabs li.tab_selected {
    background-position: 0px -77px;
    color: rgb(255, 255, 255);
    text-shadow: 1px 1px #ccc;
    width: 236px;
}
#my-tabs li a {
    display: block;
    text-decoration: none;
    color: rgb(72, 72, 72);
    padding: 10px 0px 0px 15px;
    height: 33px;
    width: 262px;
    line-height: 1;
}
#my-tabs li.tab_selected a {
    color: #fff;
}
#my-wrap {
    width: 680px;
    float: left;
    position: relative;
    z-index: 1;
    font-family: arial;
    font-size: 12px;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 10px;
    min-height: 355px;
    height: auto !important;
    padding: 13px 15px 15px 30px;
    margin-bottom: 20px;
}
#update-button {
    width: 111px;
    height: 32px;
    border: 0px;
    font-size: 17px;
    float: right;
    margin-right: 80px;
    margin-top: 3px;
    cursor: pointer;
    cursor: hand;
    background: url(update_btn.png) no-repeat -4px -3px;
}
#update-button:hover {
    background: url(update_btn.png) no-repeat -4px -37px;
}
#primary-button {
    width: 135px;
    height: 32px;
    border: 0px;
    font-size: 17px;
    float: left;
    margin-left: 10px;
    margin-top: 3px;
    cursor: pointer;
    cursor: hand;
    background: url(primary_btn.png) no-repeat -4px -3px;
}
#primary-button:hover {
    background: url(primary_btn.png) no-repeat -4px -37px;
}
#combo_submit {
    width: 111px;
    height: 32px;
    border: 0px;
    font-size: 17px;
    float: right;
    margin-right: 150px;
    margin-top: 3px;
    cursor: pointer;
    cursor: hand;
    background: url(add_combo_btn.png) no-repeat -4px -3px;
}
#combo_submit:hover {
    background: url(add_combo_btn.png) no-repeat -4px -37px;
}
.update {
    width: 600px;
}
.newaddress {
    width: 400px;
}
.update td,
.newaddress td {
    height: 30px;
    margin: 5px;
    padding: 5px;
}
.update input,
.newaddress input {
    height: 26px;
    font-size: 17px;
    padding: 1px 0 0 5px;
}
.field_label {
    margin-left: 10px;
    text-align:left;
}
#AddNew {
    width: 100px;
    float: left;
    margin-left: 10px;
}
#saveAdd {
    width: 210px;
    float: right;
    margin-right: 0px;
}
#saveResult {
    float: right;
    width: 20px;
    height : 20px;
    margin-right: 45px;
    margin-top: -25px;
}
#primaryResult {
    float: right;
    width: 20px;
    height : 20px;
    margin-right: 15px;
    margin-top: 10px;
}
#primaryAdd {
    width: 200px;
    float: left;
}
#delAdd,
#addAdd {
    float: left;
    margin-left: 10px;
    width: 24px;
    margin-top: 6px;
}
#editAdd {
    float: left;
    margin-left: 3px;
    width: 24px;
    margin-top: 6px;
}
#delAdd a {
    width: 24px;
    height: 24px;
    display: block;
    background: url(address_del.png) no-repeat 0px 0px;
}
#addAdd a {
    width: 24px;
    height: 24px;
    display: block;
    background: url(address_add.png) no-repeat 0px 0px;
}
#editAdd a {
    width: 24px;
    height: 24px;
    display: block;
    background: url(address_add.png) no-repeat 0px 0px;
}
#address_list {
    float: left;
    border: 1px solid #f9d6bc;
    -moz-border-radius: 10px;
    -webkit-border-radius: 6px;
    border-radius: 10px;
    -moz-box-shadow: 2px 2px 3px #f9d6bc;
    -webkit-box-shadow: 2px 2px 3px #f9d6bc;
    box-shadow: 2px 2px 3px #f9d6bc;
    font-size: 17px;
    padding: 4px 4px;
    outline: 0;
    width: 240px;
    overflow: hidden;
    margin-right: 8px;
}
.boxo {
    width: 400px;
    padding: 10px;
    text-align: center;
}

.steps
{
    background-image: linear-gradient(180deg,whitesmoke, #c5c1c1);
    padding: 10px;

}
.box {
    width: 440px;
    padding: 10px;
}
.box td {
    height: 28px;
    margin: 2px;
    padding: 2px;
}
.box input {
    height: 26px;
    font-size: 14px;
    padding: 1px 0 0 5px;
}
#schedule_time {
    font-weight: bold;
    border: 1px solid #ccc;
    -moz-border-radius: 10px;
    -webkit-border-radius: 6px;
    border-radius: 10px;
    -moz-box-shadow: 2px 2px 3px #666;
    -webkit-box-shadow: 2px 2px 3px #666;
    box-shadow: 2px 2px 3px #666;
    font-size: 17px;
    padding: 4px 7px;
    outline: 0;
    width: 400px;
}
#note_head {
    margin-top: 10px;
    border-top: 1px dashed #333;
    padding: 5px;
}
#note_content {
    padding: 5px;
    color: #333;
}
#memo {
    margin-left: 5px;
    width: 420px;
    height: 70px;
}
#otable td {
    font-size: 12px;
    height: 28px;
    padding: 5px;
    text-align: center;
}
.bge {
    background-color: #F8FAFC;
    padding: 10px;
}
.bgo {
    background-color: #FFF;
    padding: 10px;
}
.bold {
    font-weight: bold;
}
.ps {
    font-family: arial;
    font-size: 12px;
    margin-top: 120px;
}
.olink {
    font-family: arial;
    color: #99AC34;
    font-weight: bold;
    font-size: 17px;
}
.total {
    font-weight: bold;
}
#order_user {
    width: 100%;
}
#order_user td {
    border: 1px solid #ccc;
    padding: 2px;
}

#reorder_row input{
    height:45px;
    font-weight:normal;
    font-size:1.5rem;
    width:100%;
    text-align:center;
    background: url(../btns_bg.png) repeat-x;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-color: whitesmoke;
    border-radius: 15px;
    color:#fff;
}
.optionSelect {
    border: 1px solid #ccc;
    -moz-border-radius: 10px;
    -webkit-border-radius: 6px;
    border-radius: 10px;
    -moz-box-shadow: 2px 2px 3px #666;
    -webkit-box-shadow: 2px 2px 3px #666;
    box-shadow: 2px 2px 3px #666;
    font-size: 17px;
    padding: 4px 7px;
    outline: 0;
    width: 350px;
}
.optionContainer {
    margin: 10px;
    margin-bottom: 20px;
}
.cart_combo {
    font-weight: normal;
    font-size: 11px;
}
#counter {
    float: right;
    width: 120px;
    margin-right: 5px;
}
.margin5 {
    margin-left: 5px
}
.width3,
.field1 {
    font-size: 14px;
    padding: 5px;
    margin: 3px;

}


.discount_title,
.discount_value {
    color: #B24747;
}
.discount_total {
    color: #961522;
    font-weight: bold;
}
#dcode {
    width: 60px;
}
.odetails,
.ovalid,
.olimit {
    font-size: 14px;
    padding: 5px;
    width: 390px;
}
.ovalid,
.olimit {
    color: #961522;
    font-weight: bold;
}
.contact_block {
    width: 350px;
    float: left;
}
.contact_title {
    font-size: 21px;
    font-weight: bold;
    margin: 10px;
}
.contact_details {
    line-height: 21px;
    margin: 10px;
}
#checkout_delivery_type {
    border: 1px solid #aaa;
    width: 380px;
    float: left;
    margin: auto;
}

#checkout_delivery_type input {
    margin: 8px;
    margin-left: 50px;
    margin-bottom: 16px;
}
#checkout_delivery_type label {
    font-size: 17px;
    font-weight: bold;
}
.address_list {
    width: 350px;
    padding: 4px;
    margin-top: 3px;
    margin-bottom: 3px;
    float: left;
    overflow: hidden;
    border: 1px solid #eee;
    background-color: #fff;
}
.address_list a {
    color: #21405C;
    text-decoration: none;
}
.address_list:hover {
    border: 1px solid #666;
    background-color: #eee;
}
.address_list a:hover {
    text-decoration: underline;
}
#listAdd {
    width: 320px;
    height: 40px;
    overflow: hidden;
}
section.summary {
    margin-top: 15px;
}
section.summary section {
    /*width: 90%px; commented due to error remove it after Dec 2021*/
    margin: 0 auto;
    padding: 24px;
    color: #000;
}
.paymentOptionsLogos {
    list-style: none;
    float: right;
    margin: 7px 0px;
    padding-top: 10px;
}
.paymentOptionsLogos li {
    float: left;
    margin-left: 6px;
}
.optionContainer_alvi>div {
    clear: both;
}
.left {
    display: block;
    float: left;
    width: 100px;
}
.right {
    display: block;
    float: right;
    width: 100px;
}
.container_alvi {
    border: 1px solid Black;
    overflow: scroll;
    height: 570px;
}
.top_banner {
    border-radius: 5px;
    padding: 15px;
    background: #fff;
    overflow: visible;
    box-shadow: 0 3px 4px 0 rgba(0,0,0,0.12);
    position: relative;
    text-align: center;
}
.top_banner button {
    position: absolute;
    border-radius: 25px;
    color: black;
    top: 10px;
    right: 10px;
}
.top_banner span {
    color: #2a3846;
    font-size: 1.14286rem;
}
.mid_banner {
    text-align: center;
}
.contant_scroll {
    background: white;
    height: 450px;
}
.scroll {
    overflow: scroll;
    height: 450px;
    overflow-x: hidden;
}
.group_container {
    background: #f9fafb
}
.group_name {
    justify-content: space-between;
    display: flex;
    font-size: 1.28571rem;
    margin: 0 auto;
    padding: 5px;
    box-shadow: 0 3px 4px 0 rgba(0,0,0,0.12);
    background-color: #ffebdc;
}

.inner_group {

    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 5px;
}
.default_class {

    font-weight: 200;
    color: white;
    background-color: #475371;
    padding: 5px;
    font-size: 0.88571rem;
    border-radius: 5px;
    padding-top: 3px !important;
    padding-bottom: 3px!important;
}
.option_name {
    justify-content: space-between;
    display: flex;
    font-size: 1rem;
    background: white;
    margin: 0 auto;
    /*padding: 16px;*/
    box-shadow: 0 0px 5px 0 rgba(0,0,0,0.12);
    cursor: pointer;
}
.green {
    color: green
}
span span {
    margin: 5px
}
.left_span {
    padding: 16px;
    text-align: left;
    width: 49%;
    display: inline-block;
}
.right_span {
    padding: 16px;
    text-align: right;
    width: 43%;
    display: inline-block;
}
.bucket {
    padding: 16px;
    text-align: right;
    width: 3%;
    display: none;
}
.footer {
    -webkit-text-size-adjust: 100%;
    font-feature-settings: 'tnum';
    font-family: JustEatBasis, Arial, sans-serif;
    color: #2a3846;
    font-weight: 400;
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
    font-size: 1rem;
    line-height: 1.43;
    text-align: center;
    box-sizing: inherit;
    background-color: #fff;
    box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, .12);
    bottom: 0px;
    padding: 16px;
    position: sticky;
    width: 100%;
}
.footer button {
    font-size: 1.28571rem;
    cursor: pointer;
    overflow: visible;
    text-align: center;
    font-weight: 600;
    border: 1px solid transparent;
    background-color: #f36d00;
    color: #fff;
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-radius: 2px;
    margin: 0 auto;
    max-width: 400px;
    padding: 16px;
}


.top_banner_additional{
    text-align: center;
    box-shadow: 0 3px 4px 0 rgba(0,0,0,0.12);

}

.content_box{
    padding: 3%;
    margin-top: 3%;
}

.name_and_price {
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid gray;
}
.main_container{

    max-height: 350px;
    overflow-y:auto;
    box-shadow: 0 3px 4px 0 rgba(0,0,0,0.12);

}
.first{
    float: left;
}

.last{
    float: right;
}

.bubble_container{
    padding: 3%;
}

.bubble_box {
    float: left;
    background-color: white;
    width: 30%;
    border: 1px solid black;
    margin: 2px;
    border-radius: 20px;
    padding: 15px;
    text-align: center;
}


.selected{

    background: #f36d00;
    color: white;
}

.selected:hover, .bubble_box:hover , .toggle_button:hover{
    cursor: pointer;
    opacity: 0.8;
}

.toggle_button{
    background-color: white;
    border: 1px solid black;
    width: 30px;
    margin-bottom: 5px;
    border-radius: 5px;
    cursor: pointer;
    opacity: 0.8;
}
.additional_container {
    margin-top: 10px;
    text-align: center;
}

.additional_comment {
    border-radius: 10px;
    height: 30px;
    width: 300px;
    outline: auto !important;

}

.save_button{

    margin-top: 15px;
    text-align: center;
}

.button {
    padding: 18px;
    width: 35%;
    border-radius: 20px;
    border: 1px solid black;

}


.ul {
    margin-left: 15px!important;
    list-style: none;
}

.ul .li::before {
    content: "\2022";
    color: #FCCC5B;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}


/*Related to Collection/Delivery orders*/
.container_block{
    display: flex;
    flex-direction: row;
    border-radius: 6px;
    background: #ffebdc;
}
.button_{
    color: black;
    padding: 6px !important;
    border-radius: 6px;
    cursor: pointer;
    width: 50%;

    display: flex;
    justify-content: space-evenly;
    align-items: center;
}


.padding_imp_checkout {
    padding: 12px !important;
}
.selected_ {
    /*color: white;*/
    background: #ef8834;
}
.fit{
    max-width:15px;
    max-height:15px;
}
.filter_orange {
    filter: invert(85%) sepia(46%) saturate(5768%) hue-rotate(335deg) brightness(96%) contrast(96%);
}

.filter_white{
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(234deg) brightness(104%) contrast(101%);
}

/*Related to Collection/Delivery orders*/



/*Related to new cart style*/

.coupon_code {
    border: 2px solid #0f79ff;
    border-radius: 5px;
    width: 74% !important;
    padding: 2px !important;
}

.coupon_button {
    background-color: #0f79ff;
    color: white;
    padding: 3px !important;
    border-radius:  5px;
    width: 25%;
    border: 1px solid #0f79ff;
    margin-left: -10px !important;
    cursor: pointer;
}

.tip_code {
    border: 2px solid #e87428;
    border-radius: 5px;
    width: 74% !important;
    padding: 2px !important;
}

.tip_button {
    background-color: #e87428;
    color: white;
    padding: 3px !important;
    border-radius:  5px;
    width: 25%;
    border: 1px solid #e87428;
    margin-left: -10px !important;
    cursor: pointer;
}

.checkout_button_cart {
    background-color: #e87428;
    border: 1px solid #ef8834;
    width: 100%;
    border-radius: 4px;
    padding: 5px !important;
    color: white;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    cursor: pointer;
}

.go_to_menu_button{
    background-color: #e87428;
    width: 98% !important;
    border-radius: 5px;
    padding: 4px !important;
    color: white;
    text-decoration:none;
    /*appearance: button;*/
    /*-moz-appearance: button;*/
    text-align: center;
    cursor: pointer;
}


/*Related to new cart style ENDS*/


.text_collection_delivery {
    color: #0f79ff;
    margin: 10px !important;
    font-weight: bold;
    font-size: 1.1em;
    line-height: 1.2em;
    text-align: center
}
.is_in_view {
    background-color:  #919191 !important;
}


/*Tab view*/

/* Style the tab */
.tab {
    overflow: hidden;
    background-color: #ffebdc;

}

/* Style the buttons that are used to open the tab content */
.tab button {
    background-color: inherit;
    width: 50%;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}


.selected_tab{
    background-color: #ef8834 !important;
}
/*Tab view ends*/



/*Google Pay*/

.google_pay{
    margin-left: 40px;
}

#meals4u-checkout-options-googlepay{
    float: left;
}
#meals4u-checkout-options-applepay{
    float: left;
}





.loader,
.loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}
.loader {
    margin: 60px auto;
    font-size: 5px;
    position: fixed;
    top: 50%;
    left: 50%;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(255, 255, 255, 0.2);
    border-right: 1.1em solid rgba(255, 255, 255, 0.2);
    border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
    border-left: 1.1em solid #ffffff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
#loadingDiv {
    position:fixed;;
    top:0;
    left:0;
    width:100%;
    height:100%;

    opacity: 0.7;
    background-color:#000;
}


.search{
    text-align: center;
}

.search input{
    width: 70%;
    border-radius: 10px;
    border: 1px solid;
    padding: 5px;
    font-size: 20px;
}
