

body {
    /*font-family: var(--font);*/
    font-weight: 400;
}

.disable {
    opacity: 0.7;
    pointer-events: none;
}

.theme-Color {
    background: #2b3354;
    border: #2b3354;
    color: white;
}

#btn_Checkgiftcard {
    margin-top: 8px;
}

.dineinbutton {
    position: absolute;
    bottom: 0px;
}

.ProductRow {
    padding-left: 0px;
}

.heading-Check {
    color: #2b3354 !important;
}

    .heading-Check:hover {
        color: red !important;
    }

.theme-Color:hover {
    background: #2b3354;
    border: #2b3354;
    color: white;
}

a:hover, a:focus, a:active {
    text-decoration: none;
}

.no-thumbimg img.img-fluid {
    visibility: hidden;
}

.UpsellButton {
    color: #fff;
    background: #eb1700;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    transition: background-color 0.5s ease;
    max-width: 220px;
    border-radius: 5px;
}

    .UpsellButton:disabled {
        background: #C8C8C8 !important;
    }

.hamburger {
    background: transparent;
    border: none;
    height: 40px;
    /*margin-left: 15px;*/
    /*position: fixed;*/
    width: 40px;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .hamburger:hover, .hamburger:focus, .desktop_menu:focus, .hamburger:active {
        outline: none;
        /*background-color: rgb(247, 247, 247);
    box-shadow: transparent 0px 0px 0px 1px inset;
    border-radius: 50%;*/
    }

.desktop_menu:hover, .desktop_menu.toggled {
    outline: none;
    background-color: rgb(247, 247, 247);
    box-shadow: transparent 0px 0px 0px 1px inset;
    border-radius: 50%;
}

.paymentSelected {
    background-color: lightgray !important;
}

.future-time {
    /* display:none !important;*/
}

.desktop_menu {
    background: transparent;
    border: none;
    height: 40px;
    /*margin-left: 15px;*/
    /*position: fixed;*/
    margin-right: 5px;
    width: 40px;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.top_nav {
    /*border-bottom: 1px solid rgb(214, 214, 214);*/
    padding-top: 7px;
    padding-bottom: 7px;
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 999;
    position: fixed;
}

.hamburger {
    margin-top: -4px;
    margin-bottom: -4px;
    margin-left: -8px;
    cursor: pointer;
    background-color: rgb(235, 23, 0);
    border-radius: 5px;
    color: #fff;
    font-size: 20px;
    padding: 0 10px;
    width: 60px;
    height: 35px;
}

    .hamburger.is-open .qty {
        /* display: none;*/
    }

    .hamburger span.qty {
        margin-left: 15px;
    }

#date_trigger, #location_trigger {
    color: #b71000;
    font-weight: 700;
    cursor: pointer;
}

span.text_middle {
    margin-left: 8px;
    margin-right: 8px;
}

.nav_text {
    margin-right: 15px;
}

.form-group.has-search {
    margin-bottom: 0;
    margin-top: 0;
}

.has-search .form-control {
    padding-left: 2.375rem;
    box-shadow: rgb(214, 214, 214) 0px 0px 0px 1px inset;
    border: 0;
    font-weight: 600;
    border-radius: 30px;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

a.cart_link {
    background: #E91700;
    color: #fff;
    font-size: 22px;
    padding: 6px 15px;
    margin-left: 15px;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    display: flex;
    height: 36px;
    margin-right: 10px;
    text-decoration: none;
}

#cart_count {
    font-size: 14px;
    font-weight: 700;
    margin-left: 15px;
}

.content_box {
    /*padding-left: 160px;*/
    margin-top: 24px;
}

.store_header {
    position: relative;
}

.store_banner {
    max-height: 250px;
    overflow: hidden;
    border-radius: 8px;
}

.store_logo img {
    max-height: 75px;
}

.store_logo {
    /*width: 76px;*/
    padding-left: 10px;
    padding-right: 10px;
    /*width: auto;*/
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    /* height: 76px;*/
    /*  background-color: rgb(255, 255, 255);*/
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 8px;
    /*border-radius: 50%;*/
    overflow: hidden;
    border-width: 1px;
    border-style: solid;
    /*border-color: rgb(255, 255, 255);*/
    margin-top: -42px;
    /* margin-left: 15px;*/
    position: absolute;
}

    .store_logo p {
        transform: translateY(37%);
    }

h2 {
    font-weight: 700;
}

.store_info {
    margin-top: 25px;
}

.verified {
    font-weight: 700;
    color: #00838a;
}

.store_rating {
    font-size: 14px;
    font-weight: 500;
}

.verified i {
    margin-right: 2px;
}

span.dot, .rating_no i {
    margin-left: 4px;
    margin-right: 4px;
}

.toggled #sidebar-wrapper {
    display: flex;
    height: 100%;
    position: fixed;
    z-index: 999;
    padding-left: 0;
    padding-right: 0;
    align-items: flex-start;
    padding-top: 48px;
}

#sidebar-wrapper {
    background: #fff;
    max-width: 275px;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: none;
}

.toggled #sidebar-wrapper li {
    width: 100%;
    padding: 10px 20px;
    border-bottom: 1px solid rgb(231, 231, 231);
}

ul.nav.sidebar-nav li {
    flex-direction: row;
    flex-wrap: wrap;
}

    ul.nav.sidebar-nav li a {
        font-weight: 700;
        color: #000;
        font-size: 18px;
    }

nav .hamburger {
    position: absolute;
    top: 10px;
    left: 15px;
}

.deliver_info {
    max-width: 310px;
    text-align: center;
    border: 1px solid rgb(231, 231, 231);
    border-radius: 5px;
}

    .deliver_info .popovers, span.store_status {
        padding: 5px 45px;
        font-size: 14px;
        color: rgb(25, 25, 25);
    }

        .deliver_info .popovers strong, span.store_status {
            font-size: 18px;
            font-weight: 700;
        }

ul.inline-btn {
    display: inline;
    list-style: none;
    padding-left: 0;
}

    ul.inline-btn li a {
        background: #E7E7E7;
        color: rgb(25, 25, 25);
        padding: 8px 20px;
        font-weight: 700;
        border-radius: 25px;
        font-size: 14px;
    }

        ul.inline-btn li a:hover {
            text-decoration: none;
        }

    ul.inline-btn li {
        margin-right: 15px;
        display: inline-block;
    }

li.sec_type a {
    background-color: unset !important;
}

li.sec_type {
    background: #E7E7E7;
    padding: 5px 0;
    border-radius: 20px;
}

    li.sec_type a.active {
        background: #e41e2e !important;
        color: #fff;
    }

.content_box hr {
    margin-left: -300px;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    margin-right: -300px;
}

h5 {
    font-weight: 700;
}

.store_select h5 {
    font-size: 16px;
    margin-bottom: 5px;
}

.store_select p {
    font-size: 14px;
}

.store_menu {
    padding-left: 0;
    list-style: none;
    display: inline-flex;
    justify-content: space-between;
    margin-bottom: 0;
}

    .store_menu li {
        width: 100%;
        /* max-width: 170px;*/
        /* overflow: hidden; */
        margin-right: 20px;
        white-space: nowrap;
        /* overflow: hidden;*/
        text-overflow: ellipsis;
        text-align: center;
    }
        /*.store_menu li {
         max-width: 110px;
         overflow: hidden; 
        margin-right: 16px;
        white-space: nowrap;
    }*/
        .store_menu li a, .store_menu li .a {
            /*width: 100%;
    max-width: 125px;
    overflow: hidden;*/
            font-weight: 700;
            color: #000;
            cursor: pointer;
        }

            .store_menu li a:hover, .store_menu li .a:hover {
                text-decoration: none;
            }

.menu_items_grid {
    background: #fff;
    border: 1px solid rgb(231, 231, 231);
}

    .menu_items_grid .img-fluid {
        max-height: 100px;
        object-fit: contain;
        object-position: right;
        /* object-fit: cover; */
    }

.row.menu_items_grid {
    margin-left: 0px;
    margin-right: 0;
    border-radius: 5px;
    overflow: hidden;
    align-items: center;
    margin-bottom: 15px;
    min-height: 100px;
    /*padding-top: 10px;
    padding-bottom: 10px;*/
}

    .row.menu_items_grid .col-4 {
        padding-right: 0 !important;
        text-align: right;
    }

.menu_items_grid .col-8 {
}

    .menu_items_grid .col-8 p {
        margin-bottom: 0;
    }

.menu_items a {
    text-decoration: none;
    color: #000;
}

.menu_items_grid p {
    font-size: 14px;
    margin-bottom: 5px;
}

    .menu_items_grid p.item_head {
        font-size: 16px;
    }

    .menu_items_grid p.price {
        font-size: 16px;
        color: #e41e2e;
        font-weight: bold;
    }

.row.menu_items_grid.no-img {
    padding-top: 10px;
    padding-bottom: 10px;
}

.menu_nav.fixed_navigation {
    position: fixed;
    top: 52px;
    background: #ffff;
    z-index: 99;
    /* padding-top: 15px;*/
}

.fixed_navigation .store_menu {
    padding-top: 18px;
}

.fixed_navigation hr {
    margin-bottom: 0;
}

.store_menu li.active a:after, .store_menu li.active .a:after {
    content: '';
    border-bottom: 4px solid #000;
    position: absolute;
    display: block;
    width: 100%;
    bottom: -25px;
    max-width: 100px;
}

h3.widget {
    color: #191919;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
}

ul.footer_menu {
    list-style: none;
    padding-left: 0;
}

    ul.footer_menu a {
        font-size: 14px;
        color: #191919;
        font-weight: 500;
        line-height: 20px;
    }

.row2 {
    margin-top: 45px;
}

.row2 {
    margin-top: 45px;
}

.footer_user_location h5 {
    font-size: 13px;
}

.footer_user_location h4 {
    font-size: 16px;
    font-weight: 600;
}

a {
    color: #000;
}

.app_link a img {
    margin-bottom: 10px;
}
/*.footer hr {
    margin-left: -30px;
}*/
.copyright ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

    .copyright ul li {
        display: inline;
        margin-right: 10px;
        font-size: 12px;
        color: #191919;
    }

ul.social a {
    font-size: 24px;
    color: #696969;
}

.copyright ul li:last-child {
    margin-right: 0;
}

.copyright {
    margin-bottom: 30px;
}

.col-md-3.cart {
    position: fixed;
    right: 0;
    top: 55px;
    bottom: 0;
    border-left: 1px solid rgb(214, 214, 214);
    z-index: 9999;
    padding-top: 0px;
    background: #fff;
    overflow-y: scroll;
    -webkit-transition: all .3s linear 0s;
    transition: all .3s linear 0s;
    /*margin-bottom: 80px;*/
}

  /*  .col-md-3.cart h4 {
        font-size: 16px;
    } */

.total_price a {
    width: 100%;
    background: #e41e2e;
    color: #fff;
    display: block;
    padding: 5px 15px;
    font-weight: 700;
    border-radius: 5px;
}

.tr_previousorder a {
    width: 100%;
    background: #013875;
    color: #fff;
    display: block;
    padding: 5px 15px;
    font-weight: 700;
    border-radius: 5px;
}

.time_hidden {
    display: none;
}

.yellow-well {
    background-color: peachpuff;
    padding: 15px;
    border: 0;
    border-radius: 10px;
    margin: 15px 0;
}

.location-searchII {
    position: relative;
    max-width: 418px;
    margin: 0 auto;
}

.location-search {
    position: relative;
    max-width: 418px;
    margin: 0 auto;
}

    .location-search .icon-map-input, .location-searchII .icon-map-input {
        position: absolute;
        top: 4px;
        left: 10px;
        font-size: 25px;
    }

    .location-search input#adress {
        padding: 8px 30px;
        border: 2px solid #ddd;
        border-radius: 5px;
    }

    .location-search input#address, .location-searchII input#adress {
        padding: 8px 30px;
        border: 2px solid #ddd;
        border-radius: 5px;
        width: 100%;
    }

    .location-search input#address2 {
        padding: 8px 30px;
        border: 2px solid #ddd;
        border-radius: 5px;
        width: 100%;
    }

#div_notfound h4 {
    color: red;
    font-weight: 600;
}

#div_notfound p {
    font-weight: 600;
    color: #8a8282;
}

#div_notfound a {
    color: #fff;
}

.product_modal .modal-dialog {
    width: 100% !important;
    height: 100% !important;
    margin: 10px auto;
    padding: 0;
}

.product_modal .modal-content {
    /*height: auto;*/
    /*min-height: 100%;*/
    height: calc(100vh - 32px);
    border-radius: 15px;
}

.product_modal .modal-content {
    max-height: calc(100vh - 32px);
    max-width: 560px;
    width: calc(100vw - 32px);
}

.product_modal .modal-body {
    overflow-x: hidden;
    /* max-height: 100vh; */
    overflow-y: scroll;
}

#credit-card .modal-content {
    height: auto;
    max-height: calc(100vh - 32px);
}

#credit-card .modal-body {
    overflow-x: hidden;
    overflow-y: scroll;
}

.p_form h4 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    margin-top: 20px;
}

.p_form {
    padding-top: 10px;
    padding-bottom: 20px;
}

.req {
    font-size: 14px;
}

    .req.green {
        color: #00838a;
    }

    .req.box {
        background: yellow;
        padding: 4px 6px;
    }

.p_form label {
    font-weight: 500;
}

.p_form h4 .opti {
    font-weight: 500;
}

.add_to_cart, .add_to_cart:hover, .add_to_cart:active {
    background-color: #2b3354;
    font-weight: 700;
    padding: 8px 20px;
    border-color: #02274f;
}

.product_modal button.close {
    float: left !IMPORTANT;
    margin-left: 0 !important;
    /*margin-right: 15px !IMPORTANT;*/
}

.product_modal .modal-title {
    float: left;
    /*width: calc(100% - 55px);*/
    visibility: hidden;
}

.p_form .form-check {
    border-bottom: 1px solid rgb(231, 231, 231);
    padding-top: 10px;
    padding-bottom: 10px;
}

span.plus, span.minus {
    font-size: 22px;
    margin-left: 15px;
    margin-right: 15px;
    cursor: pointer;
}

.number input {
    max-width: 80px;
    text-align: center;
    font-size: 17px;
    font-weight: 700;
    border: 1px solid #6f6d6d;
}

.p_form .form-check label, .p_form .form-group label {
    display: block;
}

td.cart_name {
    padding-right: 10px;
}

tr.total_price td {
    padding-bottom: 20px;
}

tr.tr_previousorder td {
    padding-bottom: 20px;
}

td.cart_qty {
    min-width: 40px;
}

table.cart_table {
    font-weight: 500;
    width: 100%;
}

span.cart_title {
    font-weight: 700;
}

span.cart_info {
    font-size: 12px;
    font-weight: 600;
}

.cart_info label {
    margin-left: 7px;
}

.remove_item {
    font-size: 14px;
    font-weight: 700;
    color: red;
}

tr.cart_items {
    border-bottom: 1px solid rgb(231, 231, 231);
}

    tr.cart_items td {
        padding-bottom: 10px;
        padding-top: 10px;
    }

.date_select, .loction-set {
    position: fixed;
    background-color: #fff;
    top: 48px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 24px;
    border-radius: 4px;
    z-index: 9999;
    display: none;
}

.inner-date, .loction-inner {
    height: 400px;
    overflow-y: scroll;
    overflow-x: hidden;
    max-width: 462px;
    width: 100%;
    padding: 20px;
}


    /*.loction-inner {
    height: 400px;
    overflow-y: scroll;
    overflow-x: hidden;
    max-width: 462px;
    width: 100%;
    padding: 20px;
}*/
    .inner-date.modal-dates {
        padding: 1px;
    }

ul.date-ul {
    background-color: rgb(231, 231, 231);
    /*  border-radius: 50px; */
    display: inline-block;
    padding: 0;
    text-align: center;
}

    ul.date-ul li {
        display: inline-block;
        padding: 5px 20px;
        cursor: pointer;
    }

        ul.date-ul li.active {
            background-color: rgb(167,208,222);
        }

        ul.date-ul li span.sldate {
            font-size: 20px;
        }

.date_select:before, .loction-set:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 7px solid #9c969600;
    border-right: 7px solid transparent;
    border-bottom: 10px solid #fff;
    position: absolute;
    top: -10px;
    right: 212px;
}

.loction-set:before {
    right: 100px;
}

ul.schld-ul {
    list-style: none;
    padding: 0;
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
}

    ul.schld-ul li {
        display: inline-block;
        padding: 4px 15px;
        width: 49.5%;
        font-weight: 600;
        cursor: pointer;
        color: #000
    }

        ul.schld-ul li.active {
            background-color: #2b3354;
            color: #fff;
        }



a.time-btn {
    background-color: rgb(167,208,222);
    display: block;
    /* border-radius: 50px;*/
    padding: 3px;
    font-weight: 600;
}

li.time-b {
    background-color: rgb(167,208,222);
}

li.asap.time-b {
    background-color: rgb(167,208,222);
}

a.time-btn:hover {
    text-decoration: none;
    background-color: rgb(199,212, 216);
    color: #000;
}

#schdl-collapse .row, #schdl-collapsed .row {
    margin-bottom: 10px;
}

#schdl-collapser .row, #schdl-collapsed .row {
    margin-bottom: 10px;
}

div[id^=Date-] {
    margin-bottom: 10px;
}

.loction-set {
    /*left: 120px;*/
}

.loction-inner .location-search, .map-box .location-search {
    width: 100%;
    max-width: 100%;
}

    .loction-inner .location-search input#adress, .map-box .location-search input#adress {
        width: 100%;
    }

    .loction-inner .location-search input#address, .map-box .location-search input#adress {
        width: 100%;
    }

    .map-box .location-search input#adress {
        padding: 8px 10px;
    }

    .map-box .location-search input#address {
        padding: 8px 10px;
    }

    .loction-inner .location-search span.icon-map-input {
        top: 35px;
    }

.divider-inner {
    padding: 20px 35px 5px;
    position: relative;
}

.product_modal .modal-body img.img-fluid {
    object-fit: contain;
    max-height: 300px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

hr.doublled {
    display: block;
    width: 100%;
    margin: 15px 0;
    height: 4px;
    border-right: none;
    border-left: none;
    border-image: initial;
    border-top: 1px solid rgb(231, 231, 231);
    border-bottom: 1px solid rgb(231, 231, 231);
    background: rgb(247, 247, 247);
}

.loc-icon {
    font-size: 26px;
    vertical-align: -webkit-baseline-middle;
}

.red-icon {
    color: #eb1800;
}

.auto-set {
    padding: 10px;
    cursor: pointer;
}

.pickup_toogle .inner_box {
    background: #FFF0ED;
    padding: 25px 15px;
    margin-top: 15px;
    /* display: none; */
}

.pickup_toogle:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 28px solid transparent;
    border-right: 28px solid transparent;
    border-bottom: 25px solid #FFF0ED;
    top: -10px;
    position: absolute;
    right: 15px;
}

ul.inline-btn li.sec_type {
    margin-right: 0;
}

.pickup_toogle h3 {
    font-size: 20px;
    font-weight: 700;
}

.pickup_toogle p {
    font-size: 16px;
    font-weight: 500;
}

.pickup_toogle, .if_pickup {
    display: none;
}

tr.if_pickup {
    text-align: center;
    font-weight: 600;
}

    tr.if_pickup .card {
        text-align: left;
    }

    tr.if_pickup h4 {
        font-weight: 700;
    }

    tr.if_pickup .card p {
        padding: 10px;
        margin: 0;
    }

    tr.if_pickup h4, tr.if_pickup p {
        padding-left: 10px;
        padding-right: 10px;
    }

    tr.if_pickup .card a {
        color: #EB1700;
    }
/*03-09-2020*/
.date_select.scroll-enable .inner-date {
    height: 100%;
    max-height: 400px;
}

.more-container {
    position: absolute;
    right: 0px;
    top: calc(100% + 24px);
    box-shadow: rgba(0, 0, 0, 0.19) 0px 2px 8px;
    border-radius: 4px;
    background: white;
    padding: 8px 24px;
    max-height: 70vh;
    overflow-y: scroll;
    width: 100%;
    max-width: 400px;
    display: none;
}

.store_menu {
    position: relative;
}

.menu_nav.fixed_navigation:before {
    content: '';
    position: absolute;
    background: #fff;
    left: -560px;
    right: 0;
    top: 0;
    bottom: 1px;
}

ul.sub-menu li {
    text-align: left;
    max-width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
}

ul.sub-menu {
    padding-left: 0;
}

    ul.sub-menu li a:after {
        display: none !important;
    }

.map-box {
    height: 500px;
    overflow-y: scroll;
    overflow-x: hidden;
    max-width: 410px;
    width: 100%;
    padding: 20px;
}

.div_editaddr {
    overflow-x: hidden;
    max-width: 410px;
    width: 100%;
    padding: 20px;
}

.btn-pin {
    padding: 8px 16px;
    text-align: center;
    background-color: rgb(231, 231, 231);
    box-shadow: transparent 0px 0px 0px 1px inset;
    border-radius: 4px;
    font-weight: 700;
    font-size: 16px;
    color: rgb(25, 25, 25);
}

    .btn-pin:hover, .canclled:hover {
        background-color: #cac9c9;
        color: rgb(25, 25, 25);
    }


.canclled:hover, .canceleditaddr:hover {
    background-color: #cac9c9;
    color: rgb(25, 25, 25);
}

.resetitem {
    line-height: inherit;
    opacity: 1;
}

.cancelmodal, .resetitem {
    padding: 8px 16px;
    text-align: center;
    background-color: rgb(231, 231, 231);
    box-shadow: transparent 0px 0px 0px 1px inset;
    border-radius: 4px;
    font-weight: 700;
    font-size: 16px;
    color: rgb(25, 25, 25);
    border: 0;
    cursor: pointer;
}

.resetitem {
    background: #EB1700;
    color: #fff;
}

.canclled, .canceleditaddr {
    line-height: inherit;
    opacity: 1;
}


.canclled, .submitted, .canceleditaddr {
    padding: 8px 16px;
    text-align: center;
    background-color: rgb(231, 231, 231);
    box-shadow: transparent 0px 0px 0px 1px inset;
    border-radius: 4px;
    font-weight: 700;
    font-size: 16px;
    color: rgb(25, 25, 25);
    width: 100%;
    border: 0;
    cursor: pointer;
}

.submitted {
    background: #EB1700;
    color: #fff;
}

.submitted_map {
    padding: 8px 16px;
    text-align: center;
    background-color: rgb(231, 231, 231);
    box-shadow: transparent 0px 0px 0px 1px inset;
    border-radius: 4px;
    font-weight: 700;
    font-size: 16px;
    color: rgb(25, 25, 25);
    width: 100%;
    border: 0;
    cursor: pointer;
}

.Deliveryadress-popup {
    padding: 8px 16px;
    text-align: center;
    background-color: #3f8a31;
    box-shadow: transparent 0px 0px 0px 1px inset;
    border-radius: 19px;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    width: 100%;
    border: 0;
    cursor: pointer;
}

.submitted_map {
    background: #EB1700;
    color: #fff;
}


.map-box .location-search textarea, .div_editaddr .location-searchII textarea {
    padding: 8px 10px;
    border: 2px solid #ddd;
    border-radius: 5px;
}

.map-box, .div_editaddr {
    display: none;
}

span.main-item.a {
    padding-right: 20px;
}

    span.main-item.a .fa-angle-down {
        font-size: 25px;
        position: absolute;
        right: 25px;
    }

li.more_btn.mactive .fa.fa-angle-down {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

a.time-btn.active {
    background-color: #2b3354;
    color: #fff;
}

#loader {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    z-index: 99999999;
    background: rgba(0,0,0,.5);
    display: none; /* Changed from flex to none */
    justify-content: center;
    align-items: center;
}

    #loader img {
        width: 150px;
    }

    /* When loader needs to be shown, JavaScript will add this class or use .show() */
    #loader.show {
        display: flex;
    }

button.btn.btn-primary.add_to_cart {
    position: relative;
}

.processing-cart button.btn.btn-primary.add_to_cart:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url(../img/loader.gif);
    height: 40px;
    width: 100%;
    display: block;
    z-index: 999;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #EB1700;
}

.back_link {
    color: #FF3008;
    font-weight: 600;
    transition: color 0.15s ease-in-out 0s;
}

    .back_link svg {
        /*margin-right: 8px;*/
    }

    .back_link:hover {
        color: #e72c08;
        text-decoration: none;
    }

hr.checkout {
    margin-left: 0;
    margin-right: 0;
    /* max-width: 615px;*/
}

.payment_container {
    font-size: 16px;
    color: #191919;
    line-height: 22px;
    font-weight: 600;
}

    .payment_container .payment_btn {
        width: 100%;
        max-width: 435px;
        padding: 16px;
        border: 0;
        border-bottom: 1px solid #ccc;
        text-align: left;
        background: transparent;
        padding-left: 0;
        margin-left: 16px;
        font-size: 16px;
        color: #191919;
        line-height: 22px;
        font-weight: 600;
        cursor: pointer;
        padding-left: 20px;
    }

        .payment_container .payment_btn:hover {
            background-color: #eaeaea;
        }

.payment_btn .fa-credit-card, .payment_btn .fa-paypal {
    margin-right: 15px;
    font-size: 20px;
}

.payment_btn .fa-angle-right {
    float: right;
    font-size: 22px;
}

.payment_container .payment_btn:focus {
    outline: 0;
}

.alert-warning {
    background-color: rgb(254, 255, 88);
    border-radius: 4px;
    border-color: rgb(254, 255, 88);
    color: rgb(73, 73, 73);
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    max-width: 455px;
}

.order_place {
    background-color: #000;
    border-color: #000;
    width: 100%;
    max-width: 455px;
    border-radius: 25px;
    font-weight: 700;
    font-size: 18px;
}

/*.order_place:hover, .order_place:focus, .order_place:active {
        background-color: #FF3008 !important;
        border-color: #FF3008 !important;
        box-shadow: none !important;
    }*/

div.bxslider {
    margin-left: 25%;
    margin-right: 25%;
}

#selectdate ul.date-ul li {
    padding: 3px 26px;
}

#selectdate .loc-icon, .loc-icon.checkout {
    vertical-align: top;
    padding: 6px 10px;
    font-size: 16px;
    border-radius: 100%;
    height: 30px;
    width: 30px;
    cursor: pointer;
    ;
}

    #selectdate .loc-icon:hover, .loc-icon.checkout:hover {
        background-color: #eaeaea;
    }

.phone-change-form input[type=tel], .phone-change-form select {
    padding: 10px;
    width: 100%;
    border-radius: 5px;
    border: 2px solid #eaeaea;
}

.phone-change-form .btn, #credit-card .btn {
    padding: 10px 30px;
    border-radius: 25px;
    border: none;
    color: rgb(25, 25, 25);
    font-weight: 600;
}

    .phone-change-form .btn.btn-secondary, #credit-card .btn.btn-secondary {
        background-color: rgb(231, 231, 231);
    }

.promo-form .btn.btn-primary {
    border: none;
    padding: 7px 25px;
    font-size: 22px;
    color: rgb(25, 25, 25);
    background-color: rgb(231, 231, 231);
}

.phone-change-form .btn.btn-primary, #credit-card .btn.btn-primary {
    background-color: #EB1700;
    color: #fff;
}

.red-modal {
    color: #EB1700 !important;
    cursor: pointer;
}

#phonemodal .modal-dialog, #credit-card .modal-dialog, #paypal-modal .modal-dialog, #promo-modal .modal-dialog {
    height: auto !important;
}

#phonemodal .modal-body, #paypal-modal .modal-body, #promo-modal .modal-body {
    overflow-x: auto;
    overflow-y: auto;
}

.change_details {
    cursor: pointer;
    font-weight: 600;
    color: #EB1700;
}

.card-detail-form input[type="text"] {
    width: 100%;
    padding: 10px;
    border: 2px solid #eaeaea;
    border-radius: 5px;
}

#credit-card .btn {
    border-radius: 5px;
    width: 100%;
}

.paypal-button {
    background-color: #ffc200;
    padding: 8px;
    width: 100%;
    display: block;
    text-align: center;
    border-radius: 50px;
    max-width: 350px;
    margin: 0 auto;
}

    .paypal-button svg {
        height: 22px;
    }

.change_details.promo {
    color: rgb(235, 23, 0);
    font-size: 18px;
    cursor: pointer;
}

.promo-form input[type="text"] {
    width: 75%;
    padding: 10px;
    border: 2px solid #eaeaea;
    border-radius: 5px;
    margin-right: 2%;
}

.remove {
    font-size: 25px;
    cursor: pointer;
}

#location-modal .map-box {
    height: auto;
    overflow-y: auto;
    overflow-x: hidden;
    max-width: unset;
    width: 100%;
    padding: 0;
    display: block !important;
}

.login_div .col-md-4.offset-md-4 form {
    background-color: #fff;
    padding: 25px 15px;
}

.login_div {
    background-color: #FAFAFA;
}

.login_verify {
    margin-top: 0;
}

.add_btn {
    width: 100%;
    display: block;
    text-align: center;
    padding: 8px 15px;
    border-radius: 25px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
}

.facebook_login {
    background-color: #3B5998;
    border-color: #3B5998;
}

.add_btn i {
    margin-right: 10px;
    font-size: 20px;
}

.google_login {
    background-color: #4285F6;
    border-color: #4285F6;
}

.apple_login {
    background-color: #000000;
    border-color: #000000;
}

.add_btn:hover, .add_btn:focus {
    color: #fff;
    text-decoration: none;
    opacity: .8;
}

/*.add_btn {
    width: 100%;
    display: block;
    text-align: center;
    padding: 8px 15px;
    border-radius: 3px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
    box-shadow: 1px 1px grey;
    border: 1px solid gray;
}

.facebook_login {
    background-color: #3B5998;
    border-color: #3B5998;
}*/

/*.add_btn i {
    margin-right: 10px;
    font-size: 20px;
}*/

/*.google_login {
    background-color: #fff;
    border-color: gray;
    box-shadow: 1px 1px grey;
    border: 1px solid gray;*/
/*border-color: #4285F6;*/
/*}*/

/*.apple_login {
    background-color: #000000;
    border-color: #000000;
}*/

.add_btn:hover, .add_btn:focus {
    color: #fff;
    text-decoration: none;
    opacity: .8;
}

.add_or {
    display: block;
    width: 100%;
    text-align: center;
    position: relative;
}

    .add_or b {
        background: #fff;
        z-index: 9999;
        padding: 0 8px;
        position: relative;
        font-weight: 500;
    }

    .add_or:before {
        position: absolute;
        content: '';
        display: block;
        background-color: rgb(196, 196, 196);
        width: 100%;
        height: 1px;
        top: 50%;
        -ms-transform: translate(0, 50%);
        transform: translate(0, 50%);
    }

.input-group-addon {
    background: #ccc;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
}

.btn-submit.order_place {
    background-color: #EB1700;
    border-color: #EB1700;
}

    .btn-submit.order_place:hover {
        opacity: .8;
    }

.referel_products .bx-wrapper {
    border: 0;
    box-shadow: none;
    padding-bottom: 30px;
}

    .referel_products .bx-wrapper .slide {
        padding: 16px 0px 16px 16px;
        border: 1px solid rgb(214, 214, 214);
        border-radius: 8px;
        margin-left: 5px;
        margin-right: 5px;
    }

        .referel_products .bx-wrapper .slide .p_title, .referel_products .bx-wrapper .slide .price_no {
            margin-bottom: 0;
        }

.referel_products {
    /* max-width: 455px;*/
    /* max-width: 455px;*/
}

    .referel_products .bx-wrapper .bx-controls-direction a {
        top: 100%;
    }

    .referel_products .bx-wrapper .bx-controls-direction .bx-prev {
        left: 80%;
    }

.checkout_div .order_place {
    margin-bottom: 35px;
}

ul.inline-btn {
    margin: 0;
}

.none-d {
    display: none;
}

.hiddden-cart {
    -ms-flex: 0 0 100%%;
    flex: 0 0 100%;
    max-width: 100%;
    overflow-x: hidden;
}

.content_box .col-md-9 {
    -webkit-transition: all .3s linear 0s;
    transition: all .3s linear 0s;
}

.toggled .hamburger .fa-shopping-cart:before {
    content: "\f00d";
}

.login_div .modal-body {
    background: #fff;
}

.login_div .btn-submit.order_place {
    max-width: 100%;
}

.checkout_page .date_select:before {
    right: 160px;
}

.checkout_page .loction-set:before {
    right: 70px;
}

.fee_table {
    position: sticky;
    background: #fff;
    right: 0;
    bottom: 0;
}

    .fee_table td {
        border: 0 !important;
        padding: 8px 0px;
    }

.fee_table {
    /* font-size: 14px;*/
    font-weight: 700;
    padding-top: 5px;
    padding-bottom: 5px;
}

.pickup_address {
    display: none;
}

.hide_delivery {
    display: none;
}

.show_pickup {
    display: flex;
}

@media(min-width:768px) and (max-width:1023px) {

    ul.tips-ul li {
        font-size: 9px;
        padding: 5px 6px;
    }
}

@media(min-width:1024px) and (max-width:1349px) {

    ul.tips-ul li {
        font-size: 11px;
        padding: 5px 10px;
    }
}

ul.tips-ul li {
    display: inline-block;
    padding: 5px 15px;
    cursor: pointer;
}

ul.tips-ul {
    background-color: rgb(231, 231, 231);
    border-radius: 50px;
    display: inline-block;
    padding: 0;
    text-align: center;
}

    ul.tips-ul li.active {
        background-color: rgb(25, 25, 25);
        color: #fff;
        border-radius: 50px;
    }

.completed_div {
    height: 100vh;
}

.referel_products .slide {
    cursor: pointer;
    ;
}

.tip-form input {
    width: 100%;
    padding: 10px;
    border: 2px solid #eaeaea;
    border-radius: 5px;
}

.my_orders h3 {
    font-weight: 700;
}

.my_orders .orders-heading {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 35px;
}

.previous_order {
    border: 1px solid rgba(0,0,0,.1);
    box-shadow: 0 -1px 2px 0px black;
    margin-bottom: 50px;
}

td.order_details p {
    margin: 5px 0;
}

.order_head {
    font-weight: 700;
    color: rgb(235, 23, 0);
}

.store_name {
    font-weight: 700;
    font-size: 20px;
}

.delivery_time, .delivery_items {
    font-weight: 600;
    font-size: 15px;
    color: gray;
}

.reorder {
    text-align: center;
}

.reorder_btn {
    font-weight: 700;
    background: #013875;
    color: #fff;
    /*background: #d6d6d67a;*/
    padding: 10px 25px;
    border-radius: 25px;
    transition: background-color 0.5s ease;
}

    .reorder_btn:hover, .reorder_btn:active {
        text-decoration: none;
        background: #03172f; /*#de3f2e*/
        color: #fff;
    }
/*.menu_items {
    padding-top: 60px;
}*/
.row.menu_items_grid {
    position: relative;
    z-index: -1;
}

.items-category {
    z-index: -1;
    padding-top: 10px;
}



.sold_out:before {
    content: '';
    position: absolute;
    background-image: url(../img/sold-out.png);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: 200px;
    z-index: 8;
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgb(248 246 246 / 26%);
    opacity: .5;
    width: auto;
}

.reg_form {
    display: none;
}

#loginModal label {
    font-weight: 500;
}

.terms_sign_up p {
    font-size: 14px;
    font-weight: 500;
}

    .terms_sign_up p a {
        color: #eb1700;
    }

.empty-cart {
    padding: 30px;
    display: none;
}

    .empty-cart p {
        margin-top: 16px;
        font-size: 14px;
        font-weight: 500;
    }

.bottom_fixed_mob .list-inline-item.active * {
    color: red;
}

.landing-banner {
    /* background-image: url(../img/landing-banner.jpg);*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding-top: 100px;
    padding-bottom: 450px;
}



#date_trigger, #location_trigger, .nav_text div {
    color: #02274f !Important;
}

.hamburger, .landing-btn, span.logged_in, .add_to_cart {
    background: #e41e2e;
}

    .landing-banner .list-inline a:hover, span.logged_in:hover, .add_to_cart:hover, .add_to_cart:active {
        background: #02274f;
    }



.add_to_cart {
    border-color: #2b3354;
}

    .add_to_cart:hover, .add_to_cart:active {
        border-color: #02274f;
    }

.landing-banner .list-inline .ordertype {
    padding: 15px 35px;
    max-width: 265px;
    background: #f28600;
}

.landing-banner .list-inline a:hover {
    background: #02274f;
}

.landing-2-col {
    padding: 150px 0;
}

section.landing-2-col.second {
    padding: 100px;
    background-color: #fff0f0;
}

.shadow {
    box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
    border-top-left-radius: 50px;
    overflow: hidden;
    border-bottom-right-radius: 50px;
}

.landing-btn {
    padding: 5px 20px;
    font-weight: 700;
    border-radius: 25px;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    transition: all 300ms ease 0ms;
}

    .landing-btn:hover {
        color: #fff;
        padding: 5px 25px;
    }

.more-container {
    z-index: 99;
}

span.logged_in {
    font-weight: 600;
    margin: 8px;
}

.order-now {
    color: #fff !important;
    background-color: red;
    padding: 5px 20px;
    display: block;
    font-size: 16px !important;
    font-weight: 800;
    border-radius: 20px;
}

.landing-address .form-control-feedback {
    z-index: 99;
    font-size: 25px;
    top: 3px;
}

.landing-address .input-group-append .btn {
    background: #eb1700;
}

.modal-body .inner-date.scroll-enable {
    min-height: 350px;
}

.bottom_fixed_mob .list-inline-item.active .cart_cunt {
    color: #fff;
}

.Ziptext-div {
    text-align: right;
}

.lendingtext {
    transform: translateY(-94px); /*change this for small screen*/
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    width: 271px;
}

@media(min-width: 768px) {
    .bottom_fixed_mob a {
        width: 100%;
        display: block;
    }

    .mob_show {
        display: none !important;
    }

    .bottom_fixed_mob {
        position: fixed;
        top: 55px;
        z-index: 999;
        background: #fff;
        max-width: 300px;
        bottom: 0;
        display: none;
    }

        .bottom_fixed_mob li.list-inline-item {
            width: 100%;
            padding: 10px 20px;
            border-bottom: 1px solid rgb(231, 231, 231);
            font-weight: 700;
            font-size: 18px;
        }

        .bottom_fixed_mob .col-12 {
            padding-left: 0;
            padding-right: 0;
        }

        .bottom_fixed_mob li.list-inline-item i.fa {
            margin-right: 10px;
            min-width: 20px;
        }

        .bottom_fixed_mob.active {
            display: block;
        }

    .mobile_only {
        display: none;
    }

    .bottom_fixed_mob {
        box-shadow: 0 2px 6px rgba(0,0,0,.2);
    }

    .footer_user_location {
        margin-top: 35vh;
    }

    .fixed_navigation .store_menu {
        padding-top: 5px;
    }

    .fixed_navigation hr {
        margin-top: 15px;
    }

    .store_menu li.active a:after, .store_menu li.active .a:after {
        bottom: -15px;
    }
}

@media(max-width:767px) {
    .copyright.row .col-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center !IMPORTANT;
    }

    .checkout_div tr.total_price {
        display: none;
    }

    .tr_previousorder {
        display: none;
    }

    .col-5.move_sm {
        width: 100%;
        max-width: 245px;
    }

    button.order-now {
        width: 100%;
        box-shadow: none;
        border: red;
        padding: 12px;
        font-size: 20px !important;
    }

    .bottom_fixed_mob.checkout_page {
        background: #fff;
        box-shadow: none;
    }

    #selectdate .modal-body ul.date-ul li {
        padding: 3px 13px;
    }

    .modal-dialog {
        display: flex;
        flex-direction: column;
        justify-content: center;
        overflow: auto;
        min-height: calc(100vh - 20px);
    }

    .modal {
        top: 22px !important;
    }

    .container-fluid.footer {
        margin-bottom: 55px;
    }

    .footer_user_location {
        margin-top: 20vh;
    }


    .top_nav {
        text-align: center;
    }

    .toogle_btn {
        justify-content: center;
        /*margin-bottom: 8px;*/
    }

    .checkout-heading {
        margin-left: -58px;
    }

    .top_nav .col-md-4.justify-content-end {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .top_nav {
        position: fixed;
    }

    .menu_nav.fixed_navigation {
        /* top: 45px;*/
        padding-bottom: 8.5px;
    }

    .content_box hr {
        margin-left: 0;
        margin-right: 0;
    }

    .col-md-3.cart {
        top: 48px;
        padding-top: 4px;
    }

    .mobCartPosition {
        margin-top: 40px;
    }

    .content_box {
        margin-top: 65px;
        margin-bottom: 70px;
    }

    .date_select, .loction-set {
        top: 74px;
    }

        .loction-set:before {
            right: 70px;
        }

        .date_select:before {
            right: 165px;
        }

    .bottom_fixed_mob {
        position: fixed;
        bottom: 0;
        text-align: center;
        background: #f4f4ef;
        /*border-top: 1px solid rgba(0,0,0,.2);*/
        box-shadow: 0 -2px 5px rgba(0,0,0,.2);
        display: block !important;
        z-index: 999;
    }

        .bottom_fixed_mob .list-inline {
            margin: 0;
        }

        .bottom_fixed_mob .list-inline-item {
            display: inline-block;
            padding: 10px 1px;
            min-width: 16%;
            list-style: none;
        }

        .bottom_fixed_mob i.fa {
            clear: both;
            display: block;
            font-size: 25px;
        }

        .bottom_fixed_mob a {
            font-size: 14px;
            color: #4a4a4a;
        }

    .cart_toggle {
        position: relative;
    }

    span.cart_cunt {
        position: absolute;
        background: #eb1700;
        font-size: 14px;
        line-height: 14px;
        top: -5px;
        padding: 2px;
        color: #fff;
        font-weight: 700;
        left: 10px;
        border: 2px solid #f4f4ef;
        min-width: 1.5em;
    }

    .col-md-3.cart {
        bottom: 68px;
    }

    .col-md-12.menu_nav {
        overflow-y: scroll;
    }

    .toogle_button {
        display: none;
    }

    .product_modal .modal-content {
        margin-left: auto;
        margin-right: auto;
    }

    .checkout_div .col-md-3.cart, .checkout_div .fee_table {
        position: relative;
        padding-top: 0;
        margin-bottom: 35px;
        z-index: 888;
    }

    .form-check iframe {
        width: 100% !important;
        max-width: 100% !important;
    }

    hr {
        width: 100% !important;
        margin: 0 auto !important;
    }

    ul.tips-ul {
        margin: 10px auto;
    }

    .tips {
        text-align: center;
    }

        .tips h4 {
            text-align: left;
        }

    .referel_products .bx-wrapper .bx-controls-direction a {
        right: 0;
        z-index: 99;
    }

    .mob_none {
        opacity: 0;
        height: 0;
        margin: 0;
        display: none !IMPORTANT;
    }

    a.mob_location {
        margin-left: 15px;
        font-size: 23px;
        color: red;
    }

    .mob_show h4 {
        margin: 0;
    }

    .top_nav .mob_none.active {
        opacity: 1;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        height: auto;
        text-align: right !IMPORTANT;
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .store_menu li.active a:after, .store_menu li.active .a:after {
        display: none;
    }

    .store_menu li.active a, .store_menu li.active .a {
        color: #b71000;
    }

    .menu_nav.fixed_navigation {
        border-bottom: 1px solid rgba(0,0,0,.1);
    }

    .payment_container .payment_btn {
        margin-left: 0;
        margin-right: 0;
    }

    .checkout_div .form-check {
        padding-left: 10px;
        padding-right: 10px;
    }

    .bottom_fixed_mob .list-inline-item a {
        text-decoration: none;
    }

        .bottom_fixed_mob .list-inline-item a:hover, .bottom_fixed_mob .list-inline-item a:active {
            color: #000;
        }

    .fa-close.mob_show {
        font-size: 24px;
        display: block !IMPORTANT;
        position: absolute;
        top: 15px;
        right: 10px;
        cursor: pointer;
        padding: 5px;
        background: red;
        color: #fff;
    }

    li.more_btn.mactive {
        min-height: 350px;
    }

    .more-container {
        top: 60px;
        padding-left: 45px;
    }

    .menu_nav:not(.fixed_navigation) .store_menu {
        padding-top: 10px;
        padding-bottom: 15px;
    }

    .mobile_hidden {
        display: none;
    }

    .add_to_cart {
        padding: 8px 8px;
        font-size: 14px;
    }

    .number {
        margin-right: auto !important;
        margin-left: 0 !IMPORTANT;
    }

    span.plus, span.minus {
        font-size: 18px;
        margin-left: 5px;
        margin-right: 5px;
    }

    .number input {
        /* max-width:80px;*/
        max-width: 60px;
        font-size: 15px;
    }

    .Ziptext-div {
        text-align: left;
    }
}

@media screen and (max-width:767px) {

    .frmStripe {
        max-width: 100%;
        min-width: 100%;
    }

    .product_modal .modal-dialog {
        justify-content: flex-start;
    }

    .product_modal .modal-content {
        max-height: calc(100vh - 115px);
        margin-top: 15px;
    }

    .lendingtext {
        transform: translateY(-71px);
        color: #000;
        background: #fff;
    }

    #btn_Checkgiftcard {
        margin-top: 10px;
    }
    /*.dineinbutton {
        margin-top: 55px;
    }*/

    .landing-banner.text-center {
        padding-top: 200px;
        min-height: 80vh;
    }

    .bottom_fixed_mob .list-inline-item a {
        display: inline-block;
    }
}

@media screen and (max-width:480px) {
    .landing-banner .list-inline .ordertype {
        margin: 8px;
    }
}

@media(min-width: 768px) and (max-width: 980px) {
    #date_trigger, #location_trigger {
        font-size: 14px;
    }

    .top_nav {
        left: 0;
        right: 0;
    }

        .top_nav .col-md-4.col-5.mob_none {
            max-width: 240px;
        }
}

@media screen and (max-width:380px) {
    ul.date-ul li {
        font-size: 12px;
        padding: 5px 18px;
    }

    ul.schld-ul li {
        width: 48.5%;
        font-size: 14px;
    }

    .inner-date p {
        font-size: 14px;
    }
}

@media screen and (max-width:280px) {
    .bottom_fixed_mob i.fa {
        clear: both;
        display: block;
        font-size: 20px;
    }

    .bottom_fixed_mob a {
        font-size: 10px;
        color: #4a4a4a;
    }
}

@media(max-width: 980px) {
    .landing-2-col, section.landing-2-col.second {
        padding: 40px 0px 30px;
    }

    .cta-card.left {
        margin-bottom: 20px;
    }

    .cta-card.right {
        margin-top: 20px;
    }

    .ios-prompt {
        z-index: 9999;
    }
}

@media(min-width:1500px) {
    .landing-banner {
        min-height: 95vh;
    }
}

.store_menu li:not(.more_btn) {
    position: relative;
}

.store_menu li.more_btn {
    padding-right: 15px;
}

    .store_menu li.more_btn .a:after {
        max-width: 60px;
    }

.order-summary {
    background-image: url(../img/bg-order-summary.jpg);
    padding-top: 15px;
    padding-bottom: 5rem;
    margin-bottom: -4rem;
}

.content_box {
    min-height: 100vh;
}

.order-details {
    padding: 50px;
    background: #fff;
    margin-top: 10px;
    border-radius: 5px;
}
/*Google Branding*/
a.google_login {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    background-color: #4285F4;
    border-color: #4285F4;
    padding: 0;
    box-shadow: 0 3px 4px 0 rgba(0,0,0,.25);
    letter-spacing: 0.2px;
    font-size: 14px;
}

.google_login.add_btn img {
    margin-right: 18px;
}

.add_btn {
    height: 46px;
    font-size: 14px;
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 2px;
    text-align: left;
    padding-left: 5px;
    box-shadow: 0 3px 4px 0 rgba(0,0,0,.25);
    letter-spacing: 0.2px;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

.facebook_login.add_btn, .apple_login.add_btn {
    padding: 0;
}

    .facebook_login.add_btn img, .apple_login.add_btn img {
        max-height: 47px;
        padding: 5px;
        width: auto;
    }

.img_icon {
    width: 64px;
    display: inline-block;
    text-align: center;
    padding-right: 18px;
}

a.google_login .img_icon {
    padding: 0;
}

.p_form h4 .item_title {
    max-width: 178px;
    display: inline-block;
}


.product_modal {
    z-index: 9999999999;
}
/* For IE*/
.ie_browser #product_modal .modal-content {
    max-height: inherit !important;
}

.changestore:hover {
    color: red;
    cursor: pointer;
}

.btn_changestore:hover {
    color: white;
    /*background-color:darkred;*/
}
/*09-03-2021*/
.product_modal .modal-title {
    visibility: visible !important;
}

.login-process-section .user_details {
    background: #272525;
    padding: 10px 20px;
    display: flex;
    align-items: center;
}

    .login-process-section .user_details .user_avatar img {
        width: 60px;
        height: 60px;
    }

    .login-process-section .user_details .user_info {
        color: #fff;
        padding-left: 25px;
    }

        .login-process-section .user_details .user_info p {
            margin: 0;
        }
/***********************************/
.design-process-section .text-align-center {
    line-height: 25px;
    margin-bottom: 12px;
}

.design-process-content {
    border: 1px solid #e9e9e9;
    position: relative;
    padding: 16px 30px 16px 30px;
    background: #fff;
}

    .design-process-content img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 0;
        max-height: 100%;
    }

    .design-process-content h3 {
        margin-bottom: 16px;
        font-size: 20px;
    }

    .design-process-content p {
        line-height: 26px;
        margin-bottom: 12px;
        font-size: 14px;
    }

.process-model {
    list-style: none;
    padding: 0;
    position: relative;
    max-width: 475px;
    margin: 20px auto 26px;
    border: none;
    z-index: 0;
}

    .process-model li::after {
        background: #e5e5e5 none repeat scroll 0 0;
        bottom: 0;
        content: "";
        display: block;
        height: 4px;
        margin: 0 auto;
        position: absolute;
        right: -30px;
        top: 33px;
        /*width: 85%;*/
        width: 70%;
        z-index: -1;
        left: 0;
    }

    .process-model li:last-child::after {
        width: 0;
    }

    .process-model li {
        display: inline-block;
        width: 33.3333333%;
        text-align: center;
        float: none;
    }

        .nav-tabs.process-model > li.active > a, .nav-tabs.process-model > li.active > a:hover, .nav-tabs.process-model > li.active > a:focus, .process-model li a:hover, .process-model li a:focus {
            border: none;
            background: transparent;
        }

        .process-model li a {
            padding: 0;
            border: none;
            color: #606060;
        }

        .process-model li.active,
        .process-model li.visited {
            color: #EB1700;
        }

            .process-model li.active a,
            .process-model li.active a:hover,
            .process-model li.active a:focus,
            .process-model li.visited a,
            .process-model li.visited a:hover,
            .process-model li.visited a:focus {
                color: #EB1700;
            }

            .process-model li.active p,
            .process-model li.visited p {
                font-weight: 600;
            }

        .process-model li i {
            display: block;
            height: 68px;
            width: 68px;
            text-align: center;
            margin: 0 auto;
            background: #f5f6f7;
            border: 2px solid #e5e5e5;
            line-height: 65px;
            font-size: 30px;
            border-radius: 50%;
        }

        .process-model li.active i, .process-model li.visited i {
            background: #fff;
            border-color: #EB1700;
        }

        .process-model li p {
            font-size: 16px;
            margin-top: 11px;
        }

    .process-model.contact-us-tab li.visited a, .process-model.contact-us-tab li.visited p {
        color: #606060 !important;
        font-weight: normal
    }

    .process-model.contact-us-tab li::after {
        display: none;
    }

    .process-model.contact-us-tab li.visited i {
        border-color: #e5e5e5;
    }

@media screen and (max-width: 560px) {
    .more-icon-preocess.process-model li span {
        font-size: 23px;
        height: 50px;
        line-height: 46px;
        width: 50px;
    }

    .more-icon-preocess.process-model li::after {
        /* */
    }
}

@media screen and (max-width: 380px) {
    .process-model.more-icon-preocess li {
        /*width: 16%;*/
    }

    .more-icon-preocess.process-model li span {
        font-size: 16px;
        height: 35px;
        line-height: 32px;
        width: 35px;
    }

    .more-icon-preocess.process-model li p {
        font-size: 8px;
    }

    .more-icon-preocess.process-model li::after {
        /* top: 18px;*/
    }

    .process-model.more-icon-preocess {
        text-align: center;
    }
}

@media (min-width: 576px) {
    .modal-dialog.cust_width {
        max-width: 560px;
    }

        .modal-dialog.cust_width .user_sub_details p {
            font-size: 14px;
        }
}

@media(max-width: 767px) {
    .col-6.offer_container, .col-6.user_col {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .col-6.offer_container {
        margin-top: 10px;
        padding-left: 0;
    }

    td.gift_img {
        width: 55px;
    }

    .img_gift_box {
        max-width: 50px;
    }

        .img_gift_box .fa {
            font-size: 55px;
        }

    td.gift_info {
        /*word-break: normal;*/
    }

    .product_modal .modal-body {
        height: 450px;
    }
}

.icons .fa {
    font-size: 50px;
}

.col_inner p {
    font-size: 16px;
    font-weight: 700;
}

    .col_inner p .u_lbl {
        font-weight: 400;
        color: #000;
        margin-right: 15px;
    }

.col-6 .col-6 .col_inner p .u_lbl {
    margin: 0;
    display: block;
}

.col-6 .col_inner {
    text-align: center;
}

.user_sub_details .col_inner p {
    text-align: left;
    margin-bottom: 0;
    line-height: 28px;
}

.user_sub_details .col_inner .active_user .fa {
    color: green;
}

.user_sub_details .col_inner .inactive_user .fa {
    color: red;
}

.user_sub_details .col_inner p .fa {
    margin-right: 5px;
}

.bg_shadow, .bg_shadow1 {
    background: #F4F4F4;
    padding: 10px;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    margin-bottom: 10px;
}

    .bg_shadow1:first-child {
        margin-right: 5px;
    }

    .bg_shadow1:last-child {
        margin-left: 5px;
        max-width: calc(50% - 10px);
    }

    .bg_shadow1 .col_inner p {
        margin: 0;
    }

.offer_list {
    max-height: 207px;
    overflow: auto;
    background: #F4F4F4;
    padding: 10px;
    border-radius: 6px;
}

    .offer_list h3 {
        text-align: center;
    }

    .offer_list .offer_li {
        list-style: none;
        padding: 0 20px;
    }

        .offer_list .offer_li li {
            margin-bottom: 5px;
            padding-bottom: 5px;
            position: relative;
            box-shadow: 0 2px 2px -3px black;
        }

.col-6.bg_shadow1 {
    margin-bottom: 0;
}

.offer_container {
    padding-right: 0;
}

.btn_group {
    margin-top: 10px;
}

    .btn_group .btn {
        width: 100%;
        max-width: 150px;
        border-radius: 25px;
        font-weight: 600;
    }

        .btn_group .btn.trans_close {
            background: transparent;
            color: #EB1700;
            border-color: #EB1700;
        }

    .btn_group .bg_ok {
        background: #EB1700;
        border-color: #EB1700;
    }

#giftModal .btn_group .btn:active, #giftModal .btn_group .btn:hover, #giftModal .btn_group .btn:focus {
    background-color: #EB1700;
    border-color: #EB1700;
    box-shadow: none;
    opacity: .8;
    color: #fff;
}

.input-group-append #removeRow {
    background: #EB1700;
}

.img_gift_box {
    max-width: 80px;
    text-align: center;
    position: relative;
}

    .img_gift_box .fa {
        font-size: 80px;
    }

table.active_coupons td {
    vertical-align: middle;
}

td.gift_img {
    width: 85px;
    text-align: center;
}

.absol_off {
    position: absolute;
    left: 0;
    right: 0;
    color: #fff;
    top: 35%;
    font-size: 12px;
    font-weight: 600;
}

td.gift_info h3 {
    margin-bottom: 5px;
    font-weight: 700;
}

td.gift_time p, td.gift_info p {
    margin-bottom: 2px;
}

table.active_coupons {
    max-width: 550px;
    margin: auto;
}

.coupon_container {
    max-width: 590px;
    max-height: 250px;
    overflow: auto;
    margin: auto;
    padding-left: 5px;
    padding-right: 5px;
}

.active_toogle {
    text-align: right;
    margin-bottom: 10px;
}

.cpn_actv .fa {
    color: green;
    margin-right: 6px;
}

ul.inline-btn li .cpn_actv {
    padding-left: 15px;
}

{
    display: none;
}

td.gift_info {
    max-width: 165px;
    /*word-break: break-word;*/
}

#giftModal {
    z-index: 9999999;
}

td.gift_info h3 {
    overflow-wrap: break-word;
    font-size: 18px;
}

table.active_coupons tr:hover {
    cursor: pointer;
}

table.active_coupons tr.active {
    background: #efefef;
}

.top_nav h6 {
    position: relative;
}

@media(min-width:1500px) {
    .landing-banner {
        min-height: 95vh;
    }
}



.top_nav {
    border: 0;
    position: fixed;
}
/*For Login option 09-03*/
span.logged_in {
    padding: 5px 20px;
    font-weight: 700;
    border-radius: 25px;
    font-size: 18px;
    background-color: red;
    color: #fff;
    text-transform: uppercase;
    transition: all 300ms ease 0ms;
    cursor: pointer;
}

.logged_in:hover, .logged_menu a:hover {
    background-color: #f14242;
}

@media screen and (max-width: 767px) {

    .top_nav {
        left: 0;
        right: 0;
    }
}

.logged_menu {
    border-radius: 5px;
    position: absolute;
    /*top: 50px;*/
    right: 0px;
    background: red;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
    border: 1px solid #fff;
    box-shadow: 1px 1px 5px #d7a9a9;
    margin-top: 10%;
    z-index: 99;
}

    .logged_menu.show {
        visibility: visible;
        opacity: 1;
        margin-right: 10%;
    }

    .logged_menu a {
        display: block;
        color: #fff;
        font-size: 14px;
        font-weight: 700;
        line-height: 30px;
        padding: 4px 20px 4px 15px
    }

        .logged_menu a .fa {
            margin-right: 5px;
        }

.modal-footer .row.btn_group {
    width: 100%;
    display: none;
}

#giftModal .modal-body {
    max-height: calc(86vh - 65px);
    overflow: auto;
}

@media(max-width: 767px) {
    .bottom_fixed_mob .col-12 {
        width: 100%;
        overflow: auto;
    }

        .bottom_fixed_mob .col-12 .mobile_only {
            white-space: nowrap;
        }
}
/*10-03-2021*/

/*28-05-2021  ---- For Menu Item Category*/
.menu_nav.header_marging {
    padding-left: 25px;
}

.menu_nav.product_category.header_marging #mainNav {
    overflow-x: auto;
    -ms-overflow-style: scroll;
    scrollbar-width: none;
    padding-left: 25px;
    padding-right: 25px;
    max-width: 100%;
}

    .menu_nav.product_category.header_marging #mainNav::-webkit-scrollbar {
        display: none;
    }

.menu_nav.fixed_navigation #mainNav {
    max-width: 1200px;
}

.toggled .menu_nav.fixed_navigation {
    max-width: 940px;
}

.menu_nav.fixed_navigation {
    max-width: 1140px;
}

.nav_btn {
    position: relative;
    top: 0;
    background: #fff;
    border: 0;
    cursor: pointer;
    -webkit-appearance: none !IMPORTANT;
    outline: none !IMPORTANT;
}

    .nav_btn.next {
        left: calc(100% - 34px);
    }

    .nav_btn.prev {
        /*left: -25px;
    z-index: 9999;*/
    }

.fixed_navigation .nav_btn {
    /*top: 18px;*/
}

.nav_btn i.fa {
    margin-top: 0;
    top: -87px;
    position: absolute;
    left: 0;
    background: #fff;
    width: 25px;
    font-weight: 700;
    min-height: 22px;
}

    .nav_btn i.fa.fa-angle-right {
        /*right: 0;*/
        text-align: right;
    }

    .nav_btn i.fa.fa-angle-left {
        text-align: center;
        /*z-index: 99999;*/
        left: 0;
    }

.fixed_navigation .nav_btn .fa {
    top: -52px;
}

.fixed_navigation .store_menu, .store_menu {
    padding-left: 25px;
}

.menu_nav.fixed_navigation:before {
    background: transparent;
}

/*.toggled .menu_nav.fixed_navigation #mainNav {
    max-width: 910px;
}*/

#all_menu {
    left: -50px;
    /* z-index: 999999;*/
    font-size: 20px;
    font-weight: 400;
}

.fixed_store_menu {
    max-width: 300px;
    padding: 25px 10px;
    position: absolute;
    left: -900000px;
    top: 415px; /*100px*/
    z-index: 9999999;
    background: rgb(255, 255, 255);
    border-radius: 4px;
    box-shadow: rgb(0 0 0 / 20%) 0px 8px 24px;
    transform-origin: left center;
    transition: transform 225ms ease-in-out 0s, opacity 225ms linear 0s;
    margin-left: 40px;
    opacity: 0;
}
/*----added for jira ticket 1892---*/
.fixed_store_menu {
    max-height: 500px;
    overflow-y: auto;
}
    /* width */
    .fixed_store_menu::-webkit-scrollbar {
        width: 10px;
    }

    .fixed_store_menu::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    .fixed_store_menu::-webkit-scrollbar-thumb {
        background: #2b3354;
    }

        .fixed_store_menu::-webkit-scrollbar-thumb:hover {
            background: #555;
        }

.store_banner img {
    max-height: 250px;
    /*object-fit: cover;*/
    width: 100%;
}
/*--end--*/

/*---all store page and index page banner image responsive----*/
/*.store_banner img {
    object-fit: contain;
    background: #2b3354;
}*/
/*--end--*/
.fixed_store_menu.opacity {
    opacity: 1;
    position: fixed;
    left: unset;
}

.fixed_store_menu ul.store_menu {
    display: block;
    margin-top: 15px;
}

    .fixed_store_menu ul.store_menu li {
        margin: 5px 0;
        text-align: left;
    }

        .fixed_store_menu ul.store_menu li.active a {
            font-weight: 900;
        }

            .fixed_store_menu ul.store_menu li.active a:after {
                display: none;
            }

#close_fix_menu {
    float: right;
    background: rgba(0,0,0,.1);
    border-radius: 50%;
    margin-top: -15px;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.store_menu li.active a:after, .store_menu li.active .a:after {
    display: none;
}

.store_menu li.active a, .store_menu li.active .a {
    text-decoration: underline;
}

/*30-10-2020*/
.my_account {
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(214, 214, 214);
    width: 100%;
    margin: 16px auto;
    max-width: 768px;
}

.account_head {
    padding: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgb(214, 214, 214);
}

    .account_head ul li {
        display: inline-block;
        margin: 0 15px;
        font-weight: 700;
        color: rgb(235, 23, 0);
        cursor: pointer;
        transition: color 0.15s ease-in-out 0s;
    }

    .account_head ul {
        margin: 0;
    }

        .account_head ul li:hover, .account_head ul li.active {
            color: rgb(183, 16, 0);
        }

.account_details {
    padding: 24px 9px;
}

.password_change, .manage_account {
    max-width: 350px;
    margin: 0 auto;
    overflow: hidden;
}

.my_account label {
    font-weight: 500;
    margin-top: 20px;
}

.my_account input, .my_account select, .my_account p, .my_account li {
    font-weight: 500;
}

.manage_account a {
    font-weight: 700;
    color: #eb1700;
}

.password_change li {
    font-size: 15px;
}

.password_change p {
    margin-bottom: 5px;
}

.password_change ul {
    padding-left: 20px;
}

.manage_account, .password_change {
    padding-top: 24px;
    padding-bottom: 24px;
    display: none;
}

.my_account h2 {
    font-size: 26px;
}

.account_details .form-check-input {
    top: 47%;
}

.account_details button.btn {
    background: #eb1700;
    color: #fff;
    padding: 10px 50px;
    font-weight: 700;
}

    .account_details button.btn:hover {
        opacity: .8;
    }

.div-disabled {
    pointer-events: none;
    opacity: 0.6;
}

/*---------group Order Modal CSS-----*/
.group-order-list li {
    list-style: none;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.group-order-list {
    padding: 0;
}

.img-group {
    float: left;
    background: #42bcffcf;
    padding: 10px;
    border-radius: 50%;
}

    .img-group img {
        width: 50px;
    }

.text-group p {
    margin: 0;
}

.text-group {
    margin-left: 15px;
}

    .text-group h5 {
        margin: 0;
        margin-bottom: 5px;
    }

.bg1 {
    background: #8a73f3;
}

.bg2 {
    background: #001f60;
}

.img-group img {
    padding: 5px;
}

.shared-peoples {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin-left: 8px;
}

    .shared-peoples li {
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #EFEFF2;
        border-radius: 50%;
        margin-left: -8px;
        border: 1px solid #8f8f9f66;
        margin-bottom: 5px;
        margin-top: 5px;
    }

        .shared-peoples li:first-child {
            background: #8F8F9F;
            color: #fff;
        }

#group_order_modal2 a, #group_order_modal a {
    color: #007bff;
    font-weight: 400;
}


@media screen and (max-width: 767px) {
    .fixed_navigation .nav_btn .fa {
        top: -38px;
    }

    .nav_btn i.fa {
        top: -54px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .menu_nav.fixed_navigation {
        max-width: 96%;
    }

    .toggled .menu_nav.fixed_navigation {
        max-width: 71%;
    }

        .toggled .menu_nav.fixed_navigation #mainNav {
            max-width: 100%;
        }
}
/*28-05-2021*/

@supports (-webkit-touch-callout: none) {
    .nav_btn i.fa.fa-angle-right {
        right: 0;
        text-align: center;
    }

    .nav_btn.next {
        left: calc(95% - 25px);
    }

    #all_menu {
        left: -90px;
    }
}

@media screen and (max-width:767px) {
    .bottom_fixed_mob {
        /*z-index: 999999;*/
    }

    .menu_nav.fixed_navigation {
        padding-bottom: 0;
    }

    .nav_btn i.fa.fa-angle-right {
        text-align: center;
    }

    a.mob_location {
        margin-left: 15px !important;
    }

    .map-box {
        height: 340px;
    }

    .account_details button.btn {
        padding: 10px 20px !important;
    }
}

body.landing_page, body.landing_page .top_nav, body.landing_page .landing-banner {
    /*background-color: rgb(255, 255, 255);*/
    background-color: rgb(0, 0, 0);
}

    body.landing_page .landing-banner .list-inline .ordertype, body.landing_page .landing-btn {
        background: #0b5804;
        color: #ffffff;
    }

    body.landing_page h6, body.landing_page .top_nav, body.landing_page .copyright ul.copy_menu a, body.landing_page .copyright ul.copy_menu li, body.landing_page ul.social label {
        /*color: rgb(255, 217, 0);*/
        color: rgb(255, 255, 255);
    }



@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');

.main {
    max-width: 1500px;
    margin: auto;
}

.title {
    top: 60%;
    left: 50%;
    bottom: 100%;
    right: auto;
    margin-left: 5%;
}

    .title h1 {
        color: rgb(254, 254, 255);
        font-size: 33px;
        font-stretch: ultra-expanded;
        text-shadow: transparent;
        font-style: oblique;
        letter-spacing: 6px;
        padding-top: .8%;
    }

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

.Loader {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    font-size: 3em;
    overflow: hidden;
}

    .loader .text {
        text-transform: capitalize;
    }

    .Loader .dots {
        display: flex;
        position: relative;
        top: 20px;
        left: -10px;
        width: 100px;
        animation: dots 2s ease infinite 1s;
    }

        .Loader .dots div {
            position: relative;
            width: 10px;
            height: 10px;
            border-radius: 50%;
            margin-right: 10px;
            background-color: black;
        }

            .Loader .dots div:nth-child(1) {
                width: 0px;
                height: 0px;
                margin: 5px;
                margin-right: 15px;
                animation: show_dot 4s ease-in-out infinite 1s;
            }

            .Loader .dots div:nth-child(4) {
                background-color: transparent;
                animation: dot_fall_left 4s linear infinite 1s;
            }

                .Loader .dots div:nth-child(4):before {
                    position: absolute;
                    width: 10px;
                    height: 10px;
                    margin-right: 10px;
                    border-radius: 50%;
                    background-color: black;
                    content: "";
                    animation: dot_fall_top 4s cubic-bezier(0.46, 0.02, 0.94, 0.54)infinite 1s;
                }

@keyframes dots {

    0% {
        left: -10px;
    }

    20%, 100% {
        left: 10px;
    }
}

@keyframes sho-dots {

    0%,20% {
        width: 0px;
        height: 0px;
        margin: 5px;
        margin-right: 15px;
    }

    30%,100% {
        width: 10px;
        height: 10px;
        margin: 0px;
        margin-right: 10px;
    }
}

@keyframes dot_fall_left {

    0%,5% {
        left: 0;
    }

    100% {
        left: 200px;
    }
}

@keyframes dot_fall_top {

    0%,5% {
        top: 0;
    }

    30%,100% {
        top: 50vh;
    }
}

/* order Accept  */

.progress2 {
    height: 100%;
    transform-origin: left;
    background-color: #01E556;
    animation: progress 1s infinite;
}

@keyframes progress2 {
    from {
        transform: scaleX(5%) translateX(-5%);
    }

    to {
        transform: scaleX(75%) translateX(130%);
    }
}


@media screen and (min-width:401px) {
    .container2 {
        width: 20rem !important;
        height: 0.20rem;
        background-color: #12ff08;
        overflow: hidden;
    }
}

@media screen and (max-width:400px) {
    .container2 {
        width: 17rem !important;
        height: 0.20rem;
        background-color: #12ff08;
        overflow: hidden;
    }
}

@media screen and (min-width:992px) {
    .container2 {
        width: 25rem !important;
        height: 0.20rem;
        background-color: #eb1700;
        overflow: hidden;
    }
}

.container2 {
    width: 25rem;
    height: 0.20rem;
    background-color: #12ff08;
    overflow: hidden;
}

/*Confirmation Page Timeline css*/


body {
    background-color: #eeeeee;
    font-family: 'Open Sans', serif;
}

.container {
    margin-top: 1px;
    margin-bottom: 1px;
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0.10rem;
}

.card-header:first-child {
    border-radius: calc(0.37rem - 1px) calc(0.37rem - 1px) 0 0;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.track {
    position: relative;
    background-color: #ddd;
    height: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px;
    margin-top: 50px;
}

    .track .step {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: 25%;
        margin-top: -18px;
        text-align: center;
        position: relative;
    }

        .track .step.active:before {
            background: #54b50e;
        }

        .track .step.placed:before {
            background: #fa9725;
        }

        .track .step.rejected:before {
            background: #E41E2E;
        }

        .track .step::before {
            height: 7px;
            position: absolute;
            content: "";
            width: 100%;
            left: 0;
            top: 18px;
        }

        .track .step.active .icon {
            background: #54b50e;
            color: #fff;
        }

        .track .step.placed .icon {
            background: #fa9725;
            color: #fff;
        }

        .track .step.rejected .icon {
            background: #E41E2E;
            color: #fff;
        }

    .track .icon {
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        position: relative;
        border-radius: 100%;
        background: #ddd;
    }

    .track .step.active .text {
        font-weight: 400;
        color: #000;
        font-size: 12px;
    }

    .track .text {
        display: block;
        margin-top: 7px;
        font-size: 12px;
    }

.itemside {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

    .itemside .aside {
        position: relative;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

.img-sm {
    width: 80px;
    height: 80px;
    padding: 7px;
}

ul.row, ul.row-sm {
    list-style: none;
    padding: 0;
}

.itemside .info {
    padding-left: 15px;
    padding-right: 7px;
}

.itemside .title {
    display: block;
    margin-bottom: 5px;
    color: #212529;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

.btn-warning {
    color: #ffffff;
    background-color: #ee5435;
    border-color: #ee5435;
    border-radius: 1px;
}

    .btn-warning:hover {
        color: #ffffff;
        background-color: #ff2b00;
        border-color: #ff2b00;
        border-radius: 1px;
    }

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1px !important;
}
/*end new timeline*/

