﻿

@font-face {
    font-family: 'roboto-blackRoboto';
    src: url('../font/Roboto/roboto-blackRoboto.ttf') format('truetype'), url('../font/Roboto/roboto-blackRoboto.woff') format('woff'), url('../font/Roboto/roboto-blackRoboto.woff2') format('woff2');
}

@font-face {
    font-family: 'roboto-boldRoboto';
    src: url('../font/Roboto/roboto-boldRoboto.ttf') format('truetype'), url('../font/Roboto/roboto-boldRoboto.woff') format('woff'), url('../font/Roboto/roboto-boldRoboto.woff2') format('woff2');
}

@font-face {
    font-family: 'roboto-mediumRoboto';
    src: url('../font/Roboto/roboto-mediumRoboto.ttf') format('truetype'), url('../font/Roboto/roboto-mediumRoboto.woff') format('woff'), url('../font/Roboto/roboto-mediumRoboto.woff2') format('woff2');
}

@font-face {
    font-family: 'roboto-regularRoboto';
    src: url('../font/Roboto/roboto-regularRoboto.ttf') format('truetype'), url('../font/Roboto/roboto-regularRoboto.woff') format('woff'), url('../font/Roboto/roboto-regularRoboto.woff2') format('woff2');
}


body {
    font-family: roboto-regularRoboto !important;
    font-weight: normal;
    margin: 0;
    overflow-x: hidden;
    color: #000;
    font-weight: 300;
    height: auto;
    color: #000;
    font-size: 14px !important;
}

ul {
    padding-left: 0px;
    margin-bottom: 0px;
}

.loader {
    /*position:fixed;
    top:50%;
    width:25%;
    display:none;*/
}


a {
    color: #191919;
}

    a:hover {
        text-decoration: unset;
        cursor:pointer;
    }


/*Common CSS Start*/

label {
    margin-bottom: 0px;
}

/*Top Navigation STart*/

/*Top Navigation End*/

/*Body Start*/
/*.body-bg {
    background: url('../../img/info-bg.png') no-repeat;
   
    height:100%;
    width:100%;
}*/
.info-bg {
    background-image: url('/Content/img/info-bg.png');
    background-repeat: no-repeat;
    background-size: contain;
}

.container-extra-space {
    padding: 0 30px !important;
}

.body-hdr {
    height: 72px;
    display: flex;
    flex: none;
    align-items: center;
    position: relative;
}

.body-hdr_text {
    font-size: 24px;
}

.form-login-form-control {
    height: 48px !important;
}
/*Body End*/
/*Componenets Start*/
.big-btn {
    padding: 15px 45px;
    letter-spacing: 1.5px !important;
    text-transform: uppercase;
    background-color: #0C6BF0;
    color: #fff;
}

    .big-btn:hover, .big-btn:active, .big-btn:focus {
        background-color: #0C6BF0 !important;
        color: #fff;
    }

.form-group {
    margin-bottom: 15px !important;
    margin-top: 15px !important;
}

.form-control {
    height: 36px;
    padding: 10px !important;
    border: #e1e1e1;
    background-color: #fff !important;
}

.powered-by {
    padding: 10px 0;
    text-align: center;
    position: fixed;
    bottom: 0px;
    width: 100%;
}

.powered-by_text {
    font-size: 8px;
}

.powered-by_logo {
    height: 18px;
}
/*Componenets End*/
.table {
    margin-bottom: 0px;
}

.web-mobile-modals {
    width: 25%;
}

.web-mobile-section {
    width: 25%;
    float: left;
    height: 100vh;
}

.web-banner-section {
    width: 75%;
    float: right;
    background-color: #0C6BF0;
    height: 100vh;
}



.top-nav {
    height: 44px;
    background-color: #fff;
    position: fixed;
    display: flex;
    flex: none;
    align-items: center;
    justify-content: flex-end;
    width: 25%;
    box-sizing: border-box;
    /*box-shadow: -1px 1px 3px #eee;*/
}

.top-nav_left-bl {
    flex-grow: 1;
}

.top-nav_right-bl {
    flex: none;
}
.top-header{
    background-color:#fff;
    position:fixed;
}

.top-header ul {
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
}

header {
    position: fixed;
    transition-timing-function: ease-in;
    transition: 0.2s;
    width: inherit;
    z-index: 1022;
}

.lite-bl {
    /*background-color:#ff6a00;*/
    background-image: url('/Content/img/bg.png');
    height: 100vh;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    /*position: fixed;*/
    /*width: 100%;*/
}

.lite-re-bl {
    background-image: url('/Content/img/login-bg.png');
    height: 100vh;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    /*position: fixed;*/
    /*width: 100%;*/
}

.lite-bl_container {
    padding-left: 15px;
    padding-right: 15px;
}

.lite-bl_group {
    height: 65vh;
    overflow-y: auto;
}

.lite-bl_group_item:hover {
    cursor: pointer;
    transition: 0.3s;
}

.lite-bl_hdr {
    font-family: roboto-mediumRoboto !important;
    font-size: 24px;
    padding: 20px 0;
}
/*Common CSS*/
/*Partially View*/
/*Partially View*/
/*Color, font, margin, padding*/
.f-r {
    font-family: roboto-regularRoboto !important;
}

.f-m {
    font-family: roboto-mediumRoboto !important;
}

.f-b {
    font-family: roboto-boldRoboto !important;
}

.f-10 {
    font-size: 10px;
}

.f-12 {
    font-size: 12px;
}

.f-14 {
    font-size: 14px;
}

.f-16 {
    font-size: 16px;
}

.f-18 {
    font-size: 18px;
}

.f-20 {
    font-size: 20px;
}

.f-24 {
    font-size: 24px;
}



.op-100 {
    opacity: 1;
}

.op-80 {
    opacity: 0.8;
}

.op-50 {
    opacity: 0.5;
}

.op-30 {
    opacity: 0.3;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}


.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}


.pb-5 {
    padding-bottom: 5px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-15 {
    padding-bottom: 15px;
}


.pt-5 {
    padding-top: 5px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-15 {
    padding-top: 15px;
}
/*Color*/

button, input, optgroup, select, textarea {
    font-family: roboto-mediumRoboto !important;
    color: #000;
}

.splash {
    height: 100%;
    width: 100%;
    background-color: #0C6BF0;
    position: fixed;
    animation: fade-out 4s;
    opacity: 0;
}

@keyframes fade-out {
    0%, 85% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

p {
    margin-bottom: 0px;
    color: #191919;
    /*color: #000;
    font-family: roboto-mediumRoboto;*/
}

h1, h2, h3, h4, h5, h6 {
    font-family: roboto-mediumRoboto !important;
    font-family: Roboto;
    margin-bottom: 0px;
}

.container {
    padding-left: 15px;
    padding-right: 15px;
}

.v-align-prnt {
    display: table;
    width: 100%;
}

.ca-em-pl, .pr-em-pl {
    height: 55vh;
}

.v-align-mdle {
    display: table-cell;
    vertical-align: middle;
}





.lite-navbar {
    height: 56px;
    background-color: #fff !important;
    padding: 0px;
}

.icon-block {
    height: 44px;
    width: 44px;
    text-align: center;
    /*position: absolute;*/
    top: 0;
    z-index:11;
}

    .icon-block:hover {
        cursor: pointer !important;
    }

.lite-outlet-name {
    margin-top: 5px;
    text-align: left;
}

.icon-block img {
    margin: 10px;
}


.lite-media {
    display: flex;
    border: unset;
    border-bottom: 1px solid #eee !important;
    background-color: rgba(255,255,255, 0.8);
}

.lite-list-group-item img {
}

.lite-media-body > p {
    display: table-cell;
    vertical-align: middle;
    height: 48px;
}

.fs-16 {
    font-size: 16px;
    font-family: roboto-mediumRoboto !important;
}

.fs-14 {
    font-size: 14px;
    font-family: roboto-mediumRoboto;
}

.fs-12 {
    font-size: 12px;
    font-family: roboto-boldRoboto;
}

.ls-1 {
    letter-spacing: 1px;
}

.ls-2 {
    letter-spacing: 2px;
}

.ttu {
    text-transform: uppercase;
}


.crnr-round {
    border-radius: 12px;
    border: 1px solid #eee;
}

.crnr-round-outlet {
    display: inline-table;
}

.crnr-round-outlet {
    width: 100%;
    padding: 0 7px;
}

    .crnr-round-outlet img {
        height: 85px;
        width: 100%;
        border-radius: 100%;
    }

.lite-ca_img {
    height: 160px;
    object-fit: cover;
    width: 100%;
}

.outlet-content {
    margin: 12px 7px 7px 7px;
    /*border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
  
    border-radius: 0 0 15px 15px;*/
}

.crnr-round-prodct {
    border-radius: 10px;
}

.lite-columns {
    height: 55vh;
    overflow: auto;
    column-count: 1 !important;
}

.height-72 {
    height: 72px;
}

.lite-columns {
    border: unset;
}

.lite-columns_card {
    margin-bottom: 0px;
    background-color: rgba(255,255,255, 0.8);
}

.lite-columns_card_body {
    padding: .9rem;
    border-bottom: 1px solid #eee !important;
    font-family: roboto-mediumRoboto;
    color: #000;
}

.sub-text {
    font-size: 12px;
    margin-top: 3px;
}

.outletbtn {
    text-align: left;
    margin-bottom: 20px;
    border-radius: 15px;
}

.lite-pr-badge {
    /*background-color: #FDEDDA;*/
    color: #4d4d4d;
    border-radius: 3px;
    font-size: 10px;
    padding: 3px 5px;
    /*color:#fff;*/
    font-family: roboto-regularRoboto !important;
}

.badge-success {
    color: #fff;
}

.ou-bl_details {
    position: relative;
    display: flex;
    flex: none;
    align-items: center;
    padding-top: 5px;
}

.ou-bl_ou-ftr {
    border-top-style: dashed;
    border-top-color: #eee;
    border-top-width: 1px;
}

.mobile-modal_modal-content_category {
    border-radius: 10px;
}

.ou-bl_ou-time {
    position: relative;
    display: flex;
    flex: none;
    align-items: center;
    color: #666;
}

.ou-bl_ou-ty {
    padding-bottom: 5px;
}

.ou-bl_ou-time img {
    height: 14px;
    margin-right: 3px;
}

.dot-divider {
    padding: 0 5px;
}

.outlet-Vert-Scroll {
    padding-bottom: 100px;
}

.ou-bl_ou-rating-bl {
    height: 14px;
    border-radius: 2px;
    font-size: 9px;
}

    .ou-bl_ou-rating-bl img {
        height: 12px;
        margin-bottom: 2px;
        border-radius: 2px !important;
    }

.lite-prdct-name {
    height: 46px;
    font-size: 12px;
}

.li-ra-gr {
}

.li-ra-label input {
    height: 18px;
    width: 18px;
}

.li-ra-label {
    display: flex;
    flex: none;
    align-items: end;
}

    .li-ra-label label {
        margin-left: 5px;
    }

.btn {
    font-size: 12px;
    border-radius: 5px !important;
    font-family: roboto-mediumRoboto;
    /*text-transform: uppercase;*/
    letter-spacing: .2px;
}

.btn-stroke {
    background-color: #fff;
    border: 1px solid #e1e1e1;
}

    .btn-stroke:hover, .btn-stroke:focus, .btn-stroke:active {
        background-color: #e1e1e1;
        border: 1px solid #e1e1e1;
    }

.btn-light {
    background-color: #f1f1f1;
}

.btn:focus, .btn:active {
    box-shadow: unset;
}

.lite-prdct-btn {
    font-size: 12px;
    color: #0C6BF0;
    border: 1px solid #eee;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: 1px;
    border-radius: 5px;
}

.lite-floorPlan {
    /*border: 1px solid #eee;*/
    border-radius: 5px;
}

.lite-prdct-hdr {
    /*font-size: 14px;*/
    color: #000;
    font-family: roboto-boldRoboto;
    /*border-bottom:1px solid #eee;*/
    /*padding-bottom:10px;*/
}

.lite-floorPlan a {
    background-color: rgba(255,255,255, 0.8);
}

.form-control {
    background-color: rgba(255,255,255, 0.8);
    border: 1px solid #e1e1e1 !important;
    border-radius: 5px !important;
    font-size: 14px !important;
}

    .form-control:focus {
        border: 1px solid #0C6BF0 !important;
        box-shadow: none;
    }

.digit-group input {
    border: 1px solid #e1e1e1 !important;
}

.form-group {
    margin-bottom: 20px;
}

.cstm-form-group {
    margin: 10px 0 !important;
}

    .cstm-form-group select {
        padding: 10px 0 !important;
        height: unset !important;
        line-height: unset !important;
    }
/*Material Form*/
/*.form-group input, .form-group textarea {
        font-size: 14px !important;
    }
    .form-group .control-label {
        font-size: 12px !important;
    }*/
.radio-group div {
    display: inline-block;
    margin-right: 12px;
}


fieldset {
    margin: 0 0 3rem;
    padding: 0;
    border: none;
}

.form-radio,
.form-group {
    position: relative;
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
}

.form-inline > .form-group,
.form-inline > .btn {
    display: inline-block;
    margin-bottom: 0;
}

.form-help {
    margin-top: 0.125rem;
    margin-left: 0.125rem;
    color: #b3b3b3;
    font-size: 0.8rem;
}

.checkbox .form-help, .form-radio .form-help, .form-group .form-help {
    position: absolute;
    width: 100%;
}

.checkbox .form-help {
    position: relative;
    margin-bottom: 1rem;
}

.form-radio .form-help {
    padding-top: 0.25rem;
    margin-top: -1rem;
}

.form-group input {
    height: 1.9rem;
}

.form-group textarea {
    resize: none;
}

.form-group select {
    width: 100%;
    font-size: 14px;
    height: 1.6rem;
    padding: 0.125rem 0.125rem 0.0625rem;
    background: none;
    border: none;
    line-height: 1.6;
    box-shadow: none;
}

.form-group .control-label {
    position: absolute;
    top: 0.25rem;
    pointer-events: none;
    padding-left: 0.125rem;
    z-index: 1;
    color: #b3b3b3;
    font-size: 13px;
    font-weight: normal;
    -webkit-transition: all 0.28s ease;
    transition: all 0.28s ease;
}

.form-group .bar {
    position: relative;
    border-bottom: 0.0625rem solid #999;
    display: block;
}

    .form-group .bar::before {
        content: '';
        height: 0.125rem;
        width: 0;
        left: 50%;
        bottom: -0.0625rem;
        position: absolute;
        background: #337ab7;
        -webkit-transition: left 0.28s ease, width 0.28s ease;
        transition: left 0.28s ease, width 0.28s ease;
        z-index: 2;
    }

.form-group input,
.form-group textarea {
    display: block;
    background: none;
    padding: 0.125rem 0.125rem 0.0625rem;
    font-size: 14px;
    border-width: 0;
    border-color: transparent;
    line-height: 1.9;
    width: 100%;
    color: transparent;
    -webkit-transition: all 0.28s ease;
    transition: all 0.28s ease;
    box-shadow: none;
}

    .form-group input[type="file"] {
        line-height: 1;
    }

        .form-group input[type="file"] ~ .bar {
            display: none;
        }

    .form-group select,
    .form-group input:focus,
    .form-group input:valid,
    .form-group input.form-file,
    .form-group input.has-value,
    .form-group textarea:focus,
    .form-group textarea:valid,
    .form-group textarea.form-file,
    .form-group textarea.has-value {
        color: #333;
    }

        .form-group select ~ .control-label,
        .form-group input:focus ~ .control-label,
        .form-group input:valid ~ .control-label,
        .form-group input.form-file ~ .control-label,
        .form-group input.has-value ~ .control-label,
        .form-group textarea:focus ~ .control-label,
        .form-group textarea:valid ~ .control-label,
        .form-group textarea.form-file ~ .control-label,
        .form-group textarea.has-value ~ .control-label {
            font-size: 0.8rem;
            color: gray;
            top: -1rem;
            left: 0;
        }

        .form-group select:focus,
        .form-group input:focus,
        .form-group textarea:focus {
            outline: none;
        }

            .form-group select:focus ~ .control-label,
            .form-group input:focus ~ .control-label,
            .form-group textarea:focus ~ .control-label {
                color: #337ab7;
            }

            .form-group select:focus ~ .bar::before,
            .form-group input:focus ~ .bar::before,
            .form-group textarea:focus ~ .bar::before {
                width: 100%;
                left: 0;
            }

.checkbox label,
.form-radio label {
    position: relative;
    cursor: pointer;
    padding-left: 2rem;
    text-align: left;
    color: #333;
    display: block;
}

.checkbox input,
.form-radio input {
    width: auto;
    opacity: 0.00000001;
    position: absolute;
    left: 0;
}

.radio {
    margin-bottom: 1rem;
}

    .radio .helper {
        position: absolute;
        top: -0.25rem;
        left: -0.25rem;
        cursor: pointer;
        display: block;
        font-size: 1rem;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        color: #999;
    }

        .radio .helper::before, .radio .helper::after {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            margin: 0.25rem;
            width: 1rem;
            height: 1rem;
            -webkit-transition: -webkit-transform 0.28s ease;
            transition: -webkit-transform 0.28s ease;
            transition: transform 0.28s ease;
            transition: transform 0.28s ease, -webkit-transform 0.28s ease;
            border-radius: 50%;
            border: 0.125rem solid currentColor;
        }

        .radio .helper::after {
            -webkit-transform: scale(0);
            transform: scale(0);
            background-color: #337ab7;
            border-color: #337ab7;
        }

    .radio label:hover .helper {
        color: #337ab7;
    }

    .radio input:checked ~ .helper::after {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }

    .radio input:checked ~ .helper::before {
        color: #337ab7;
    }

.checkbox {
    /*margin-top: 3rem;*/
    margin-bottom: 1rem;
}

    .checkbox .helper {
        color: #999;
        position: absolute;
        top: 0;
        left: 0;
        width: 1.2rem;
        height: 1.2rem;
        z-index: 0;
        border: 0.125rem solid currentColor;
        border-radius: 0.0625rem;
        -webkit-transition: border-color 0.28s ease;
        transition: border-color 0.28s ease;
    }

        .checkbox .helper::before, .checkbox .helper::after {
            position: absolute;
            height: 0;
            width: 0.1555rem;
            background-color: #337ab7;
            display: block;
            -webkit-transform-origin: left top;
            transform-origin: left top;
            border-radius: 0.25rem;
            content: '';
            -webkit-transition: opacity 0.28s ease, height 0s linear 0.28s;
            transition: opacity 0.28s ease, height 0s linear 0.28s;
            opacity: 0;
        }

        .checkbox .helper::before {
            top: 0.75rem;
            left: 0.4rem;
            -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
            box-shadow: 0 0 0 0.0625rem #fff;
        }

        .checkbox .helper::after {
            top: 0.5rem;
            left: .5px;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

    .checkbox label:hover .helper {
        color: #337ab7;
    }

    .checkbox input:checked ~ .helper {
        color: #337ab7;
    }

        .checkbox input:checked ~ .helper::after, .checkbox input:checked ~ .helper::before {
            opacity: 1;
            -webkit-transition: height 0.28s ease;
            transition: height 0.28s ease;
        }

        .checkbox input:checked ~ .helper::after {
            height: 0.4rem;
        }

        .checkbox input:checked ~ .helper::before {
            height: 0.6rem;
            -webkit-transition-delay: 0.28s;
            transition-delay: 0.28s;
        }

    .radio + .radio,
    .checkbox + .checkbox {
        margin-top: 1rem;
    }

.has-error .legend.legend, .has-error.form-group .control-label.control-label {
    color: #d9534f;
}

.has-error.form-group .form-help,
.has-error.form-group .helper, .has-error.checkbox .form-help,
.has-error.checkbox .helper, .has-error.radio .form-help,
.has-error.radio .helper, .has-error.form-radio .form-help,
.has-error.form-radio .helper {
    color: #d9534f;
}

.has-error .bar::before {
    background: #d9534f;
    left: 0;
    width: 100%;
}

.button {
    position: relative;
    background: currentColor;
    border: 1px solid currentColor;
    font-size: 1.1rem;
    color: #4f93ce;
    margin: 3rem 0;
    padding: 0.75rem 3rem;
    cursor: pointer;
    -webkit-transition: background-color 0.28s ease, color 0.28s ease, box-shadow 0.28s ease;
    transition: background-color 0.28s ease, color 0.28s ease, box-shadow 0.28s ease;
    overflow: hidden;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

    .button span {
        color: #fff;
        position: relative;
        z-index: 1;
    }

    .button::before {
        content: '';
        position: absolute;
        background: #071017;
        border: 50vh solid #1d4567;
        width: 30vh;
        height: 30vh;
        border-radius: 50%;
        display: block;
        top: 50%;
        left: 50%;
        z-index: 0;
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) scale(0);
        transform: translate(-50%, -50%) scale(0);
    }

    .button:hover {
        color: #337ab7;
        box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
    }

    .button:active::before, .button:focus::before {
        -webkit-transition: opacity 0.28s ease 0.364s, -webkit-transform 1.12s ease;
        transition: opacity 0.28s ease 0.364s, -webkit-transform 1.12s ease;
        transition: transform 1.12s ease, opacity 0.28s ease 0.364s;
        transition: transform 1.12s ease, opacity 0.28s ease 0.364s, -webkit-transform 1.12s ease;
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
    }

    .button:focus {
        outline: none;
    }
/*Material Form End*/

.checkbox label, .form-radio label {
    padding-left: 10px;
}

.custom-control-label {
    font-size: 12px;
    vertical-align: middle;
}

.pr-btn {
    margin-top: -13px;
}
/*Bottom Navigation*/
.bottom-nav {
    margin: 0 auto;
    width: inherit;
    /*width: 80%;*/
    /*min-width: 320px;*/
    /*min-width: 300px;*/
    position: fixed;
    z-index: 1021;
    bottom: 25px;
    /*left: 10%;*/
    /*border: 1px solid #eee;*/
    border-radius: 50px;
    /*background-color: #fff;*/
    /*background-color: rgba(255,255,255,0.9);*/
    /*box-shadow: -3px 3px 20px rgba(0,0,0,0.2);*/
    /*box-shadow: -3px 3px 20px rgba(68,68,68,0.1);*/
    /*-webkit-box-shadow: 0 -0.0703rem 0.1406rem 0 rgba(0,0,0,.05);*/
    /*box-shadow: 0 -0.0703rem 0.1406rem 0 rgba(0,0,0,.05);*/
}

.cart-dot {
    height: 13px;
    width: 13px;
    font-size: 7px;
    color: #fff;
    background-color: #EA4649;
    position: absolute;
    display: block;
    margin: 0 auto;
    left: 40.3%;
    text-align: center;
    /* left: 7px; */
    vertical-align: middle;
    z-index: inherit;
    top: 10px;
    border: 1.5px solid #fff;
    border-radius: 15px;
    box-shadow: -1px 1px 3px rgba(0,0,0,0.2);
}

.order-dot {
    height: 13px;
    width: 13px;
    font-size: 7px;
    color: #fff;
    background-color: #EA4649;
    position: absolute;
    display: block;
    margin: 0 auto;
    left: 60%;
    text-align: center;
    /* left: 7px; */
    vertical-align: middle;
    z-index: inherit;
    top: 10px;
    border: 1.5px solid #fff;
    border-radius: 15px;
    box-shadow: -1px 1px 3px rgba(0,0,0,0.2);
}
.cart-actions{
    width:100%;
    padding:0 10px;
}
    .cart-actions a {
        width: 46%;
        float: left;
        border: 1px solid #e1e1e1;
        margin: 0 2%;
    }
.btn-block + .btn-block{
    margin-top:0px;
}


.bottom-nav .bottom-nav_tab-list {
    display: flex;
    height: 3rem;
    line-height: 1.1;
    width: 80%;
    margin: 0 auto;
    background-color: rgba(255,255,255,0.9);
    box-shadow: -3px 4px 40px rgba(0,0,0,0.2);
    border-radius: 50px;
}

.bottom-nav .tab {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    padding-top: .30rem;
    text-align: center;
    font-size: 12px;
    color: #666;
}

    .bottom-nav .tab span {
        display: block;
    }
/*Bottom Navigation*/


/*Top Navigation*/
.search-bo-bl {
    position: absolute;
    display: flex;
    flex: none;
    background-color: #f1f1f1;
    width: 100%;
    align-items: center;
    height: 44px;
    padding: 10px 15px !important;
    justify-content: flex-end;
    /*display: none;*/
    padding: 10px;
    transition: all 2s linear;
    /*position: absolute;*/
}

.search-bo-bl_btn {
    position: absolute;
    right: 18px;
    top: 16px;
}

    .search-bo-bl_btn:hover {
        cursor: pointer;
    }

.search-bo-bl_input {
    /*padding: 5px 5px !important;*/
    background-color: #f1f1f1;
    border: unset !important;
    font-family: roboto-regularRoboto !important;
    font-size: 14px;
    height: 36px !important;
}

    .search-bo-bl_input:active {
        background-color: #f1f1f1;
        border: 1px solid #f1f1f1;
    }

    .search-bo-bl_input:focus {
        background-color: #f1f1f1;
        border: 1px solid #f1f1f1 !important;
    }
/*.search-bo-bl .search-bo-bl_input {
    position: absolute;
    transition: transform 0.3s ease-out;
    top:0;
}

.search-bo-bl_input {
    padding: 6px 15px !important;
    background-color: #fff !important;
    border-radius: 0 !important;
    font-size: 20px !important;
    color: #000 !important;
}*/
.search-box img {
    /*position: absolute;*/
    /*float:right;*/
    /*z-index: 999;
    margin: 15px;
    right: 0;*/
}

.lite-hdr-title {
    line-height: 44px;
    font-size: 16px;
    font-family: roboto-mediumRoboto !important;
    margin-bottom: 0;
    height: 44px;
    top: 0;
    left:0;
    text-align: center;
    width: 100%;
    position:absolute;
    z-index:-1;
    background-color:#fff;
    /*padding-left: 20px;*/
}



.xm-header-tab {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    height: 56px;
    ;
    line-height: 4;
}

    .xm-header-tab li {
        list-style-type: none;
        width: 56px;
        height: 56px;
        text-align: center;
    }

/*.lite-ctgry-name {
    padding: 10px 0;
    box-shadow: 0 -0.0703rem 0.1406rem 0 rgba(0,0,0,.05);
}

    .lite-ctgry-name span {
        color: #333;
        font-size: 12px;
        font-family: roboto-boldRoboto;
    }*/



.web-mobile-section_body {
    padding-top: 44px;
    height: 100vh;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    position: relative;
    /*top:56px;*/
}

.sicky-top {
    position: fixed;
    width: 100%;
}
.pagi-btn-group{
    /*border:1px solid #e1e1e1;*/
    margin-top:20px;
    background-color:#fff;
}
.pagi-btn-group span{
    padding:7px;
    font-size:13px;
}
    .pagi-btn{
    border:1px solid #e1e1e1;
}



.nav-up {
    top: -50px;
    transition: top 0.2s ease-in-out;
}

.nav-down {
    top: 0px;
    transition: top 0.2s ease-in-out;
}

/*.pull-lite-ctgry-name {
    margin-top: 56px;
    transition-timing-function: ease-in;
    transition: 0.2s;
}*/

.dish-type-modal {
    padding-right: 0px !important;
}

    .dish-type-modal .modal-dialog {
        width: 68%;
        bottom: 56px !important;
        right: 7px !important;
        top: unset;
        position: fixed;
    }

.modal {
    width: 98%;
}

.modal-dialog {
    width: 100%;
}

.dish-type-modal .modal-content {
    border: unset;
    max-height: 70vh;
    overflow-y: auto;
}

.modal-content {
    /*border-radius: 10px !important;*/
}


.dish-type-menu-list {
    background-color: #fff;
    border: unset !important;
    padding: 20px;
}

    .dish-type-menu-list li a {
        font-size: 13px;
        color: #000;
    }

.spec-price-label {
    font-size: 12px;
    padding-top: 3px;
    float: right;
    right: 15px;
    position: absolute;
    font-family: roboto-boldRoboto;
}

.list-group-item {
    padding: 5px 0 !important;
}

    .list-group-item.active {
        background-color: #fff;
        /*border-bottom: 1px solid rgba(0,0,0,.125) !important;
    border-top: 1px solid rgba(0,0,0,.125) !important;*/
        /*background: url('../../img/tick-96.png') no-repeat;
    height:18px;
    width:18px;
    background-size:cover;*/
        color: #0C6BF0 !important;
        /*border: 1px solid rgba(0,0,0,.125);*/
    }

.list-group-co-bl {
    height: 67vh;
    overflow-y: auto;
}

.list-group-item.active a {
    color: #0C6BF0 !important;
    font-family: roboto-boldRoboto;
    font-size: 13px;
}

.list-group-flush-fp .active {
    border: 1px solid rgba(0,0,0,.125);
    border-left: unset;
    border-right: unset;
}

    .list-group-flush-fp .active ::after {
        background-image: url('/Content/img/tick-72.png');
        background-repeat: no-repeat;
        background-size: 22px 22px;
        display: inline-block;
        width: 22px;
        height: 22px;
        content: "";
        float: right;
    }



.dish-type-menu-list li {
    padding: 0.50rem;
    border: unset;
}




/*Top Navigation*/
/*Bottom Navigation*/
.bottom-nav_tab-list a {
    /*opacity: 0.7;*/
}

.bottom-nav_tab-list, .active {
    opacity: 1 !important;
    color: #0C6BF0 !important;
}

    .bottom-nav_tab-list > .active > .icon-label {
        /*border-bottom: 2px solid #0C6BF0;
        width: 60%;
        left: 20%;
        margin: 0 auto;
        text-align: center;
        bottom: 0;
        padding-bottom: 5px;
        position: absolute;*/
    }
/*Bottom Navigation*/
/*Cart*/
.cart-bl {
    margin-top: 0px !important;
    margin-bottom: 0px;
}

.caps-label {
    font-size: 12px;
    opacity: 0.8;
    margin-bottom: 0px;
    font-family: roboto-regularRoboto;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    /*letter-spacing: 1px;*/
}

.divcartpartial {
    width: 100%;
    /*margin-top: 56px;*/
}

.lite-order-prdt:nth-last-child(1) {
    border-bottom: unset !important;
    padding-bottom: 0px;
}

.lite-order-prdt:nth-child(1) {
    padding-top: 0;
}

.lite-cart-prdt {
    padding: 5px 0;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #eee;
}

    .lite-cart-prdt:nth-last-child(1) {
        border-bottom: unset;
    }

.lite-cart-li-unstyled {
    margin-top: 15px;
}

.lite-cart-prdt-spec {
    color: #4d4d4d;
    font-size: 12px;
}

.lite-cart-prdt-lstrow {
    font-size: 14px;
    height: 28px;
    margin-top: 5px;
}

.lite-prdt-price {
    font-family: roboto-mediumRoboto;
    font-size: 13px;
}

.fl-me-icon {
    width: 25%;
    position: absolute;
    bottom: 28%;
    right: 15px;
    /*display:flex;
    flex:none*/
}

.fl-me-icon_btn {
    position: fixed;
    border-radius: 20px !important;
    /*border-radius: 20px !important;
    font-size: 12px;
    padding: 7px 15px;
    bottom: 90px;
    right: 20px;*/
}

.coupon-bl_input-group {
    position: relative;
}

.coupon-bl_ac-btns {
    position: absolute;
    top: 0;
    right: 0;
}

.coupon-bl_input {
    line-height: unset !important;
    padding: 7px 10px !important;
    background-color: #f1f1f1;
    border: 1px solid #f1f1f1 !important;
}

    .coupon-bl_input:focus {
        background-color: #f1f1f1;
        border: 1px solid #f1f1f1 !important;
    }

.coupon-bl_btn {
    padding: 7px 10px;
}



.cartaction {
    font-size: 14px;
    padding: 7px 10px 7px 10px;
    border-radius: 5px;
    border: 1px solid #e1e1e1;
    background-color: #fff !important;
    /*margin: 0 5px;*/
    text-align: center;
    color: #666 !important;
}

.lite-cart-prdt-inc-dec {
    /*padding: 9px 0;*/
    font-size: 12px;
    line-height: 2.4;
    border-radius: 5px;
    border: 1px solid #f1f1f1;
    margin-left: 10px;
    margin-right: 10px;
    color: #8c8c8c;
    width: 48%;
}

.bl-divider {
    background-color: #f1f1f1;
    padding: 3px 15px;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #666;
}


.lite-cart-prdt-inc-dec label {
    color: #000;
    font-size: 14px;
    font-family: roboto-mediumRoboto;
    width: 20px;
    text-align: center;
}

.lite-prdt-speci-inc-dec {
    padding: 15px;
    font-size: 12px;
    line-height: 0.3;
    border-radius: 8px;
    border: 1px solid #eee;
    /*margin-left: 10px;*/
    color: #8c8c8c;
    margin-right: 10px;
}

    .lite-prdt-speci-inc-dec label {
        color: #000;
        font-size: 14px;
        font-family: roboto-mediumRoboto;
        width: 20px;
        text-align: center;
        margin-bottom: 0px;
    }

.lite-popup-action-btns {
    background-color: #fff;
    display: flex;
    flex: none;
    align-items: center;
    justify-content: flex-end;
    height: 72px;
}

.lite-cart-prdt-inc-dec {
    flex-grow: 1;
    display: flex;
}

    .lite-cart-prdt-inc-dec span {
        align-items: center;
        flex: none;
    }

.lite-popup-action {
    padding: .50rem .75rem;
    border-top: 1px solid #eee;
}

.lite-popup-action-btn {
    width: 47%;
    font-size: 14px;
    line-height: 2.3;
    flex: none;
    height: 48px !important;
    margin-right: 10px;
}

.lite-popup-cart-form-control {
    width: 60px;
    text-align: center;
    border: 1px solid #fff !important;
    height: 48px !important;
}


.cartitemplus, .cartitemminus {
    padding: 10px 17px;
}

    .cartitemplus:hover, .cartitemminus:hover {
        cursor: pointer;
    }

.lite-cart-prdt-details tbody tr td {
    padding: 3px 0;
}

    .lite-cart-prdt-details tbody tr td:nth-child(2) {
        float: right;
    }

.prdt-info-title {
    font-size: 18px;
    height: 56px;
}

.prdt-nutri-info {
    margin-bottom: 15px;
}



.lazy {
    object-fit: cover;
}

.prdt-info-cont {
    padding: 15px;
    max-height: 50vh;
    overflow-y: auto;
}
/*Cart*/
.lite-prdt-name {
    font-size: 13px;
    font-family: roboto-regularRoboto !important;
    /*margin-top: 5px;*/
    max-height: 40px;
    overflow: hidden;
    color: #191919;
}

.my-or-pr-img {
    height: 52px;
    width: 48px;
    object-fit: cover;
    border-radius: 8px;
}

.rating-star {
    direction: rtl;
    font-size: 16px;
    unicode-bidi: bidi-override;
    display: inline-block;
}

    .rating-star input {
        opacity: 0;
        position: relative;
        left: -15px;
        z-index: 2;
        cursor: pointer;
    }

    .rating-star span.star:before {
        color: #777777;
    }

    .rating-star span.star {
        display: inline-block;
        font-family: "Font Awesome 5 Free";
        font-style: normal;
        font-weight: normal;
        position: relative;
        z-index: 1;
        font-size: 16px;
    }

.rating-star-pop-up {
    margin-bottom: 20px;
}

    .rating-star-pop-up span.star {
        font-size: 24px;
    }

    .rating-star-pop-up input {
        height: 20px;
        width: 20px;
        left: -20px;
    }
/*.rating-star span {
            margin-left: -30px;
        }*/
.rating-star span.star:before {
    color: #a2a2a2;
    content: "\f005";
}

.rating-star input:hover + span.star:before, .rating-star input:hover + span.star ~ span.star:before, .rating-star input:checked + span.star:before, .rating-star input:checked + span.star ~ span.star:before {
    color: #52b131;
    content: "\f005";
}

.selected-rating {
    color: #52b131;
    font-weight: bold;
    font-size: 42px;
}


.lite-cart-prdt-spec {
    font-size: 12px;
    font-weight: 400;
}



.btn-primary {
    /*background-image: linear-gradient(to right, #039EFA 10%, #0C6BF0 150%);*/
    border: unset;
    background-color: #0C6BF0;
    /*box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0);*/
}

.btn-outline-primary {
    padding: 2px 8px 2px 8px;
    border: 1px solid #eee;
}

.btn-round {
    border-radius: 100px !important;
}



.s-big-btn {
    padding: 1.3rem 2.5rem;
}

.cart-btn img {
    /*background-color:#fff;*/
    float: right;
}

.cart-btn span {
    margin-top: 9px;
    position: inherit;
    float: left;
    margin-left: 50px;
}

.cart-bl_item-ftr {
    display: flex;
    flex: none;
    align-items: center;
    justify-content: center;
    position: relative;
}

.cart-bl_item-ftr-price {
    flex-grow: 1;
}

.cart-bl_item-ftr-actions {
    display: flex;
    position: relative;
}

.cart-bl_item-ftr-edit-delete {
    display: flex;
    align-items: center;
}

.cart-bl_item-ftr-in-de {
    display: flex;
    align-items: center;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
}

.cart-ftr-edit, .cart-ftr-delete {
    border: 1px solid #e1e1e1;
    margin: 0 5px;
}

.cart-ftr-edit, .cart-ftr-delete, .cart-bl_item-ftr-de, .cart-bl_item-ftr-in {
    padding: 6px 10px;
    border-radius: 5px;
    text-align: center;
    color: #666;
}

    .cart-ftr-edit, .cart-ftr-delete, .cart-bl_item-ftr-de, .cart-bl_item-ftr-in:hover {
        cursor: pointer;
    }

.cart-bl_item-ftr-input {
    height: 32px;
    text-align: center;
    border: 1px solid #fff;
    width: 60px;
}

    .cart-bl_item-ftr-input:focus {
        border: 1px solid #fff !important;
    }

.fo-ty-im {
    margin-top: -4px;
}
/*Mobile Verification*/
.lite-hdr-txt {
    margin-bottom: 10px;
    text-align: left;
}

.digit-group {
    text-align: center;
}

.mob-ver-subtext {
    width: 80%;
    margin: 0 auto;
}

.form-control {
    font-size: 12px;
    padding: 10px;
    height: unset;
    line-height: 2;
    border-radius: 5px;
}

.iti {
    display: block !important;
}

.modal-header {
    padding: 10px 15px;
}

.modal-title {
    font-size: 16px;
    color: #333;
}

.modal-dialog {
    position: fixed;
    top: auto;
    right: auto;
    left: auto;
    bottom: 0;
}

.modal-footer {
    display: block;
}

.modal {
    overflow: hidden;
    padding-right: 0px !important;
    width: 100%;
    top: auto !important;
    right: auto;
    left: auto;
    bottom: 0 !important;
}

.modal-dialog {
    margin: 0px !important;
}

.img-close-btn {
    background-color: #fff !important;
    padding: 3px 6.2px !important;
    border-radius: 15px;
    opacity: unset !important;
    box-shadow: -3px 3px 20px rgba(0,0,0,0.2);
    /*box-shadow: -3px 3px 20px rgba(68,68,68,0.1);*/
}

    .img-close-btn img {
        margin-top: -3px;
    }

.animate-bottom {
    position: relative;
    animation: animatebottom 0.4s;
    /*border-radius:20px 20px 0px 0px;*/
    border-radius: 0px;
}

@keyframes animatebottom {
    from {
        bottom: -300px;
        opacity: 0;
    }

    to {
        bottom: 0;
        opacity: 1;
    }
}
/*Mobile Verification*/
.pwd-by {
    text-align: center;
    bottom: 5px;
    position: fixed;
    margin: 0 auto;
    width: inherit;
    /*display: flex;*/
}

.pwd-by_pwd-by-line {
    /*align-self: flex-end;*/
    /*animation-duration: 3s;
    animation-iteration-count: infinite;
    transform-origin: bottom;*/
}


/*.bounce-1 {
    animation-name: bounce-1;
    animation-timing-function: linear;

}*/

/*@keyframes bounce-1 {
    0% {
        transform: translateY(0);
        animation-play-state: paused;
    }

    50% {
        transform: translateY(-24px);
    }

    100% {
        transform: translateY(0);
    }
}*/


.pwd-by-big {
    text-align: center;
    bottom: 20px;
    position: fixed;
    margin: 0 auto;
    width: 25%;
    font-size: 8px;
}

    .pwd-by-big p {
        color: #4d4d4d !important;
    }

.pwd-by p {
    font-size: 10px;
    color: #8c8c8c;
}

.pl-ho-hdr {
    font-size: 20px;
    font-family: roboto-mediumRoboto;
}

.pl-ho-co {
    font-family: roboto-regularRoboto;
    width: 70%;
    text-align: center;
    margin: 0 auto;
}

.txt-inline-btn {
    font-size: 10px;
    padding: 3.5px 10px;
    letter-spacing: 1px;
    float: right;
    border-radius: 4px;
}



.block-setting {
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    padding-top: 10px;
}

.sticky-top {
    /*position: -webkit-sticky !important;
    position: sticky !important;
    top: 0;*/
    /*padding-left: 15px;
    padding-right: 15px;*/
    /*box-shadow: 0 -0.0703rem 0.1406rem 0;*/
    /*display: flex;
    position: fixed;
    width: 25%;
    background-color: #0C6BF0;*/
}

.sticky-top-bl {
    position: relative;
    display: flex;
    flex: none;
    background-color: #fff;
    align-items: center;
    width: 100%;
    height: 36px;
    /*padding-left: 15px;
    padding-right: 15px;*/
    color: #666;
}

.sticky-top_disc-ty {
    flex: 1;
}

.sticky-top_ve-no-bl {
    flex: none;
    display: flex;
    align-items: center;
    position: relative;
}

    .sticky-top_ve-no-bl input {
        margin-right: 5px;
    }
/*Account Information*/
/*Order Success*/
.success-checkmark {
    width: 80px;
    height: 96px;
    margin: 0 auto;
}

.check-icon {
    width: 80px;
    height: 80px;
    position: relative;
    border-radius: 50%;
    box-sizing: content-box;
    border: 4px solid #4CAF50;
}

    .check-icon::before {
        top: 3px;
        left: -2px;
        width: 30px;
        transform-origin: 100% 50%;
        border-radius: 100px 0 0 100px;
    }

    .check-icon::after {
        top: 0;
        left: 30px;
        width: 60px;
        transform-origin: 0 50%;
        border-radius: 0 100px 100px 0;
        animation: rotate-circle 4.25s ease-in;
    }

    .check-icon::before, .check-icon::after {
        content: '';
        height: 100px;
        position: absolute;
        background: #FFFFFF;
        transform: rotate(-45deg);
    }

.icon-line {
    height: 5px;
    background-color: #4CAF50;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 10;
}

.check-icon > .line-tip {
    top: 46px;
    left: 14px;
    width: 25px;
    transform: rotate(45deg);
    animation: icon-line-tip 0.75s;
}

.check-icon > .line-long {
    top: 38px;
    right: 8px;
    width: 47px;
    transform: rotate(-45deg);
    animation: icon-line-long 0.75s;
}


.icon-circle {
    top: -4px;
    left: -4px;
    z-index: 10;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    box-sizing: content-box;
    border: 4px solid rgba(76, 175, 80, .5);
}

.icon-fix {
    top: 8px;
    width: 5px;
    left: 26px;
    z-index: 1;
    height: 85px;
    position: absolute;
    transform: rotate(-45deg);
    background-color: #FFFFFF;
}



@keyframes rotate-circle {
    0% {
        transform: rotate(-45deg);
    }

    5% {
        transform: rotate(-45deg);
    }

    12% {
        transform: rotate(-405deg);
    }

    100% {
        transform: rotate(-405deg);
    }
}

@keyframes icon-line-tip {
    0% {
        width: 0;
        left: 1px;
        top: 19px;
    }

    54% {
        width: 0;
        left: 1px;
        top: 19px;
    }

    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }

    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }

    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}

@keyframes icon-line-long {
    0% {
        width: 0;
        right: 46px;
        top: 54px;
    }

    65% {
        width: 0;
        right: 46px;
        top: 54px;
    }

    84% {
        width: 55px;
        right: 0px;
        top: 35px;
    }

    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}

/*Order Success*/
.ac-login-bg {
    background-color: #f5f5f5;
    /*margin-top: 56px;*/
}

.ac-login-info {
    padding: 20px 15px;
}

    .ac-login-info img {
        object-fit: cover;
        border-radius: 18px;
    }

    .ac-login-info p img {
        height: 18px !important;
        float: right;
    }

.ac-name {
    font-size: 20px;
    font-family: roboto-mediumRoboto;
}

.ac-details a {
    display: block;
    padding: 15px 0;
    color: #000;
    border-bottom: 1px solid #eee;
    font-family: roboto-mediumRoboto;
}

    .ac-details a img {
        margin-right: 15px;
    }

    .ac-details a:hover {
        color: #0C6BF0;
        text-decoration: none;
    }

.ac-br-lo {
    margin: 30px 0 86px 0;
    text-align: center;
}
/*Account Information*/
/*My Order*/
.my-or-ca-bl {
    /*padding:0 15px;*/
    border: unset;
    margin-top: 5px;
    background-color: #fff;
}

.my-or-ca-bl_or-ac {
    padding: 0 15px;
    background-color: #fff;
}

.my-or-ca-bl_ca-he {
    padding: 0px;
    border-bottom: unset;
}

.my-or-pa-set {
    padding: 0 15px;
}

.my-or-bl-btns a {
    padding: 10px 20px;
}

.my-or-bl-btns a {
    width: 50%;
    float: left;
    text-align: center;
}


.or-de-de_left {
    padding-right: 10px;
    /*width:50%;
    float:left;*/
    /*padding-right: 10px;
    border-right: 1px solid #0C6BF0;*/
}

.or-de-de_right {
    /*width: 50%;
    float: right;*/
    /*padding-left: 10px;*/
    /*border-left: 1px solid #e1e1e1;*/
    text-align:center;
}


.my-or-ca-bl_or-de-de {
    padding: 0px 15px;
    border-bottom: 1px solid #eee;
    background-color: #fff !important;
}
.my-or-ca-bl_ex {
    padding: 0px;

    padding: 5px;
    
}
.my-or-pa-set_btn{
    /*height:24px;*/
    font-size:10px;
    text-transform:uppercase;
    letter-spacing:1px;
    padding:5px 25px;
    background-color:#0C6BF0;
    color:#fff !important;
    border-radius:3px;

    text-align:center;
    margin:5px 0;
}
.my-or-ca-bl_or-de-de_left{
    flex:1;
}

.my-or-ca-bl_or-de-de {
    display: flex;
    flex: none;
    align-items: center;
}

.or-st-bl_st {
    vertical-align: -webkit-baseline-middle;
}

.my-or-ca-bl_or-de {
    padding: 8px 15px;
    border-bottom: 1px solid #eee;
    background-color: #fff !important;
}

.my-or-ca-bl_or-st {
    height: 42px;
    border-bottom: 1px solid #eee;
    display: table;
    width: 100%;
    background-color: #fff;
}

.or-st-bl {
    vertical-align: middle;
    display: table-cell;
}

.my-or-ca-bo-bl {
    padding: 0px !important;
}
/*My Order*/

/*Location Search*/
.lo-in-gr_fc {
    padding: 5px 8px;
    margin-right: 10px;
}

.lo-in-gr_btn {
    border: 1px solid #e1e1e1;
    padding: 8px;
}
/*Location Search*/
/*Outlet Driven Outlet*/
.ou-bl {
    width: 210px;
    margin: 0 7px 0 0;
}

.ou-bl_im img {
    height: 110px;
    width: 100%;
    border-radius: 10px;
}

.ou-bl_co {
    margin-top: 10px;
}

.mo-po-pr {
    width: 38%;
    margin: 0 10px;
}

    .mo-po-pr:first-child {
        margin-left: 0px;
    }

.mo-po-pr-im img {
    height: 110px;
    width: 110px;
    border-radius: 10px;
}

.mo-po-pr-co {
    margin-top: 10px;
}

.ca-ou-btn {
    width: 38%;
    text-align: center;
    margin-bottom: 0px;
}

.ca-ou-co_ou-na {
    overflow: hidden;
}
/*Outlet Driven Outlet*/
#splash {
    position: absolute;
    z-index: 1999;
    /*background-color:#fff;*/
    background: url('/Content/img/splash.png') 50% 50% no-repeat #fff;
    /*background:48px 48px;*/
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.mobile-modal_modal-dialog_category {
    max-width: 200px;
    right: 15px !important;
    position: absolute !important;
}

.mobile-modal_modal-dialog {
    max-width: 100%;
    position: absolute !important;
}

.mobile-modal {
    width: 25%;
}

.modal-backdrop {
    width: 25%;
}

.mobile-modal_modal-dialog_bo-ra {
    border-radius: 10px !important;
}
/*.mobile-modal_order-setting{
    left:0;
}*/


@media(max-width:575.98px) {
    .toast-pa {
        width: 100%;
    }

    .web-banner-section {
        display: none;
    }

    .modal-backdrop {
        width: 100%;
    }

    .lite-wrapper {
        width: 100%;
    }

    .web-mobile-section {
        width: 100%;
    }

    .web-mobile-modals {
        width: 100%;
    }

    .top-nav {
        width: 100%;
    }

    .mobile-modal {
        width: 100%;
    }

    .pwd-by-big {
        width: 100%;
    }
}

@media(max-width:768px) {
    .web-mobile-section {
        width: 100%;
    }

    .web-banner-section {
        display: none;
    }

    .top-nav {
        width: 100% !important;
    }

    .mobile-modal {
        width: 100%;
    }

    .modal-backdrop {
        width: 100%;
    }

    .dish-type-modal .modal-dialog {
        width: 50%;
        right: 50px !important;
    }

    .mo-po-pr, .ca-ou-btn {
        /*width: 16%;*/
        width: 38%;
        text-align: center;
    }

    .ca-ou-co_ou-na {
        text-align: center;
    }

    .pwd-by-big {
        width: 100%;
    }

    .mobile-modal {
        left: 0;
    }
}

.validation-summary-errors ul li {
    list-style-type: none;
    font-size: 11px;
}
/*NEw payment type section*/
.payment-type-hdr {
    background-color: #ffbd09;
    display: flex;
    padding: 10px 0;
    border-radius: 5px;
    margin: 15px 0;
}

.payment-type-hdr_li {
    flex: 1;
    text-align: center;
    color: #fff;
}

    .payment-type-hdr_li p {
        font-size: 12px;
        color: #fff;
    }

    .payment-type-hdr_li div {
        color: #fff;
        font-size: 16px;
    }
.btn-payment-section img{
    padding:5px;
}



.payment-details-hdr p {
    display: inline-block;
}

.ordr-smry-paymnt-option {
    height: 390px;
    width: 100%;
    border: 1px solid #e1e1e1;
}

    .ordr-smry-paymnt-option li {
        list-style: none;
        /*padding: 3px;*/
        border-bottom: 1px solid #e5e5e5;
        width: 100%;
    }

        .ordr-smry-paymnt-option li:last-child {
            border-bottom: unset;
        }

.highlight {
    /*font-family: Roboto-Bold;*/
    background-image: url('../../Content/img/tick.png');
    background-repeat: no-repeat;
    background-position: right;
    display: inline-block;
    background-size: 32px 32px;
}

.payment-type-content-left {
    /*border-right: 1px solid #e5e5e5;*/
    height: 403px;
    overflow: auto;
    border-radius: 5px;
    /*border-left: 1px solid #e5e5e5;*/
}

.payment-type-content-right {
    /*padding: 20px 0px;*/
}

    .payment-type-content-right h2 {
        /*margin-bottom:20px;*/
    }

.payment-type-content-options {
    /*margin: 10px 0;*/
}

.payment-tab-content {
    border: 1px solid #e5e5e5;
    margin: 10px 0;
    padding: 10px;
    border-radius: 5px;
    background-color:#fff;
}

.payment-added-text {
    padding: 9px;
    float: right;
    margin-right: 36px;
}

.payment-tab-content h2 {
    padding: 20px 10px;
    /*border-bottom: 1px solid #e5e5e5;*/
}

.DIVCashCurrencyDenominations {
    text-align: center;
    /*height: 100px;*/
    height: 215px;
    background-color:#f1f1f1;
    padding:10px;
}

    .DIVCashCurrencyDenominations p {
        width: 31%;
        float: left;
        margin-right: 7px;
    }

.payment-details-box-ftr {
    /*border-top: 1px solid #e5e5e5;*/
    text-align: right;
    width: 100%;
}
.card-header{
    background-color:#fff;
}

.card-details {
    /*border: 1px solid #eee;*/
    /*height: 100px;*/
    text-align: center;
    background-color: #f1f1f1;
    padding: 10px;
    /*margin-top: 5px;*/
    overflow: auto;
    /*padding:40px;*/
    box-sizing: border-box;
}

.single-payment-option {
    /*padding: 5px;*/
    border-top: 1px solid #f1f1f1;
    text-align: right;
}

.card-details span {
}

.card-details div {
    position: relative;
    border: 1px solid #a2a2a2;
    border-style: dashed;
    width: 44%;
    /*height: 80px;*/
    text-align: left;
    padding: 10px;
    border-radius: 8px !important;
    background-color: #fff;
    /*box-shadow: 0 1px 25px 0 rgba(0,0,0,.08);*/
    display: inline-block;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

    .card-details div p {
        padding-bottom: 0px;
        margin-bottom: 0px;
    }

        .card-details div p:nth-child(3) {
            font-weight: 600;
        }

.DIVCardDetails div p:nth-child(2) {
    font-weight: 600;
}

.ordr-smry-paymnt-option li a p {
    float: right;
    padding: 7px;
}

.close-btn {
    position: absolute;
    top: -9px;
    right: -9px;
    padding: 2px 7px !important;
    border-radius: 20px !important;
    text-align: center;
    background-color: #fff;
    border: 1px solid #a2a2a2;
    border-style: dashed;
}

#DIVPayByChequeScreen {
    height: 340px;
    overflow: auto;
}

#DIVPayByCashScreen {
    /*height: 340px;*/
    /*overflow: auto;*/
}
/*NEw payment type section*/

@media screen and (min-width:1200px) {
    .powered-by {
        width: 25%;
    }

    .toast-pa {
        width: 25% !important;
    }
}
