html {
    scroll-behavior: smooth;
}



body {
    font-size: 100%;
    line-height: 1.5;
    font-family: 'Montserrat', sans-serif;
    color: #03111F;
    background-color: #F4F5F5;
}


.card-signin .btn-outline-dark::before {
    position: absolute;
    content: '+';
    font-size: 32px;
    left: 12px;
    top: 4px;
    font-weight: 400;
}

.card-signin .btn-outline-dark {
    color: #03111f;
    border-color: #03111f;
    padding: 18px 40px;
    text-align: left;
    position: relative;
}

.card-signin .btn-outline-dark:hover {
    color: #000;
    background: none;
    border-color: red;
}

.modal-body #coupon_availornot {
    margin: 0 0 12px 0 !important;
}
.modal-body ul#coupon_ul li label {
    margin: 0 0 0px 10px!IMPORTANT;
}
.modal-body ul li {
    margin: 0 !important;
    box-shadow: none !important;
    padding: 15px !important;
}
.modal-body .list-unstyled, .modal-body .explore-outlets-search.mb-4 {
    margin-bottom: 0px !important;
}
.modal-body #promo-form {
    margin: 0 !important;
}
.explore-outlets-search.mb-4 .form-control.mr-4 {
    margin-right: 0 !important;
}

h6#order_info {
    font-weight: normal;
    text-transform: inherit;
}

.navbar-brand {
    margin-right: 0;
}
.navbar-brand img {
    max-height: 40px;
    width: auto;
}
.navbar-brand img.wide-logo {
    /* width: 120px; */
}
::-moz-selection { /* Code for Firefox */
    color: #ffffff;
    background: #d11e1e;
}

::selection {
    color: #ffffff;
    background: #d11e1e;
}
a, .btn {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
nav.bg-dark {    
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(3,17,31,0.90) !important;
}
nav .navbar-nav .nav-link:hover {
    letter-spacing: 2px;
}
img {
    max-width: 100%;
}
.no-padding {
    padding: 0 !important;
}
.online-ordering {
    background: #F4F5F5;
}
section {
    padding: 5em 0;
    position: relative;
    top: 80px;
}
.cookie-body section {
    top: 120px;
}
footer {
    position: relative;
    top: 80px;
}
#banner {
    min-height: calc(100vh - 80px);
    /* margin-top: 80px; */
}
.banner-img {
    background: url(../img/bnr-img.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    height: 100%;
    min-height: calc(100vh - 80px);
    width: 100%;
    display: flex;
    align-items: center;
}
.top-right .btn {
    margin-left: 15px;
}

.brn-right-wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.bnr-right-box {
    height: 33.33%;
    padding: 30px;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}
.reservation-form__count {
    display: flex;
}
.reservation-form__count input#count {
    border-left: none;
    border-right: none;
    text-align: center;
}
.card {
    margin-bottom: 30px;
}
/* .recommended-items {
    display: none;
    } */

    /* added by old theme */


    /* recommended */
    .recommended-items {
        position: relative;
        margin: 16px;
        margin-top: 0;
        -webkit-animation: fadeIn 0.5s;
        animation: fadeIn 0.5s;
    }

    .recommended-title {
        color: #828585;
        font-size: 14px;
        line-height: 19px;
        display: block;
        font-weight: 600;
    }

    .slider {
        position: relative;
    }

    .slick-nav {
        position: absolute;
        right: 40px;
        top: 50%;
        -webkit-transform: translateY(-55%);
        -ms-transform: translateY(-55%);
        transform: translateY(-55%);
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        background: var(--white);
        height: 40px;
        width: 40px;
        border-radius: 50%;
        -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.08);
        box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.08);
        border: 0.5px solid rgba(0, 0, 0, 0.08);
        z-index: 1;
        cursor: pointer;
        -webkit-animation: fadeIn 0.5s;
        animation: fadeIn 0.5s;
    }

    .slick-nav.prev-arrow {
        left: 40px;
    }

    .recommended-items__item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 16px;
        border-radius: 2px;
        background-color: var(--white);
        -webkit-box-shadow: 0px 6px 28px rgba(0, 0, 0, 0.08);
        box-shadow: 0px 6px 28px rgba(0, 0, 0, 0.08);
        border: 0.5px solid rgba(0, 0, 0, 0.04);
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        font-size: 14px;
        min-height: 62px;
        min-width: 210px;
    }

    .recommended-items__item-content {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .recommended-items__item-title {
        padding-right: 34px;
    }

    .recommended-items__item-footer {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        max-width: 188px;
        margin-top: 8px;
    }

    .recommended-items__item-price {
        color: #828585;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .recommended-items__item-price:after {
        content: "\30FB";
    }

    .recommended-items__item-category {
        color: #828585;
        white-space: nowrap;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        max-width: 135px;
    }

    .recommended-items__add-item {
        color: var(--primary);
        position: relative;
        padding-left: 16px;
        margin-top: 8px;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        cursor: pointer;
    }

    .recommended-items__item--active:hover {
        cursor: pointer;
        -webkit-box-shadow: 0px 22px 24px 0px rgba(46, 51, 51, 0.07);
        box-shadow: 0px 22px 24px 0px rgba(46, 51, 51, 0.07);
    }

    .recommended-items .slick-slide {
        opacity: .3;
        padding-bottom: 1.5rem;
        margin: 0 1rem;
    }

    .recommended-items .slick-slide.slick-center {
        opacity: 1;
    }



    .modal-open{
        overflow: visible;
    }
    /* added by old theme */


    .timing {
        color: #ffffff;
        opacity: 0.5;
    }
    .basket-item {
        display: flex;
        justify-content: space-between;
        text-align: left;
    }
    span.order_btn_wrap .order__item__counter {
        display: inline-block;
        /* margin-right: 10px; */
        font-weight: bold;
    }
    .basket-item > span {
        width: 33.3%;
        text-align: left;
    }
    .table-boxes .custom-control {
        width: 20%;
        margin-bottom: 1em;
    }
    .cookies {
        padding: 5px 0;
    }
    #cookie_policy_div {
        background: #fff;
        color: #000000;
    }
    #cart_items {
        padding-right: 5px;
    }
    .basket-item > span:last-child {
        text-align: right;
        width: 25%;
    }
    .reservation-wrap {
        margin-top: 7.5em;
    }
    .box-1 {
        background-color: #ffecd9;
    }
    .box-2 {
        background-color: #febd28;
    }
    .box-3 {
        background-color: #e1ffd9;
    }
    .bnr-right-box img {
        max-height: 100%;
    }
    .coupon-box {
        font-size: 1.25em;
        font-weight: bold;
        border: 2px dashed #03111F;
        display: inline-block;
        padding: 6px 20px;
        color: #03111F;
    }
    .height-100 {
        height: 100%;
    }
    .delivery-bike {    
        position: relative;
        top: 30px;
    }
    .box-2.img-right {
        background-position: right center;
        background-size: cover;
    }
    #about-sec {
        background: url(../img/about-bg.jpg) no-repeat center bottom fixed;
        text-align: justify;
        background-size: cover;
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        background-color: rgba(255,255,255,0.90) !important;
    }
    .section-title {
        margin-bottom: 1em;
    }
    .feature {
        text-align: center;
        border: 2px solid #eeeeee;
        padding: 15px;
    }
    .feature img {
        max-width: 48px;
        margin-bottom: 10px;
    }
    #menu-sec {
        background-color: #FFECD9;
    }
    .menu-title {
        -moz-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        min-width: 250px;
        position: absolute;
        left: -95px;
        top: 40%;
    }
    .menu-box {
        background: #fff;
        box-shadow: 0 0 15px rgba(0,0,0,0.10);
        padding: 15px;
        text-align: center;
        font-size: 14px;
        margin-bottom: 30px;
        display: block;
    }
    .menu-box img {
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    .menu-box:hover img {
        -moz-transform: scale(1.25) rotate(-5deg);
        -webkit-transform: scale(1.25) rotate(-5deg);
        -o-transform: scale(1.25) rotate(-5deg);
        -ms-transform: scale(1.25) rotate(-5deg);
        transform: scale(1.25) rotate(-5deg);
    }
    .menu-img {
        overflow: hidden;
        margin-bottom: 15px;
    }
    #gallery-sec {
        background: url(../img/pizza.png) no-repeat fixed;
        background-position:right 20% center ;
    }
    /* gallery */
    .inner-gal-boxes ul {
        position: relative;
        width: 100%;
        margin: 0 !important;
        display: flex;
        flex-wrap: wrap;
        justify-content: start;
        padding: 0;
    }
    .inner-gal-boxes ul li {
        float: left;
        margin: 0 !important;
        padding: 0;
        overflow: hidden;
        position: relative;
        width: 33.3%;
        border: 10px solid transparent;
    }
    .inner-gal-boxes ul li a {
        display: block;
        position: relative;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        line-height: 0;
    }
    .inner-gal-boxes img {
        max-width: 100%;
        height: auto;
        padding: 0;
        margin: 0;
        width: 100%;
    }
    .inner-gal-boxes ul li a:before {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        margin:0;
        background: url(../img/zoom.png) no-repeat center;
        content: "";
        opacity: 0;
        z-index: 1 !important;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }
    .inner-gal-boxes ul li a:after {
        position: absolute;
        width: 100%;
        top: 0;
        bottom: 0;
        background: rgba(209, 30, 30, 0.67);
        content: "";
        opacity: 0;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        transition: all 0.3s linear;
        left: 0;
    }
    .inner-gal-boxes ul li a:hover:after, .inner-gal-boxes ul li a:hover:before {
        opacity: 1;
    }

    .hours-box {
        height: 100%;
        background-color: #FEBD28;
        padding:4em 30px 2em;
    }
    .media {
        margin: 2em 0;
    }
    .gold-members .media {
        margin: 0 0 10px 0;
        justify-content: space-between;
    }
    .no-margin {
        margin: 0 !important;
    }
    #contact-sec {
        background: url(../img/contact-bg.jpg) no-repeat center bottom fixed;
        text-align: justify;
        background-size: cover;
    }
    footer {
        background-color: #1e2a35 ;
        color: #ffffff;
        padding: 5em 0;
    }
    footer h4 {
        margin-bottom: 2em;
    }
    footer .nav-link {
        display: block;
        padding: 0.25rem 0;
        color: #aac6e0;
    }
    footer a:hover {
        color: #ffffff;
    }
    footer .social .nav-link {
        padding: 0.25rem 0.5em;
    }
    .copy {
        color: #ffffff;
        background-color: #03111f ;
        padding: 20px;
    }




    /*v2 css start*/
    .right-box {
        padding:80px 30px;
        height: 100%;
    }
    .white-bg-blur {
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        background-color: rgba(255,255,255,0.50);

    }
    .banner-img h1, .banner-img .h1 {    
        background: rgba(255,255,255,0.75);
        padding: 15px 30px;
        display: inline-block;
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        margin: 30px;
    }
    .offer-box {    
        text-align: center;
        background: rgba(255,255,255,0.75);
        padding: 30px 30px;
        display: inline-block;
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        margin: 30px;
        box-shadow: 0 0 30px rgba(0,0,0,0.15);
        -webkit-box-shadow: 0 0 30px rgba(0,0,0,0.15);
        -moz-box-shadow: 0 0 30px rgba(0,0,0,0.15);
    }
    .offer-box h1 {
        margin: 0;
        padding: 0;
        background: none;
        -webkit-backdrop-filter: blur(0);
        backdrop-filter: blur(0);
    }
    .padding-15 {
        padding: 15px;
    }
    .swal2-styled.swal2-confirm {
        background-color: #D11E1E !important;
        border-color: #D11E1E !important;
    }

    .swal2-styled.swal2-confirm:hover {
        background-color: #b81515 !important;
        border-color: #b81515 !important;
    }
    #coupon_avaiornot {
        font-size: 14px !important;
    }
    #mobile_cart_views .card-body {
        padding:0.75rem;
        margin: 0;
    }
    #mobile_cart_views {
        right: 10px !important;
        bottom: 80px !important;
        box-shadow: 0 0 15px 0 rgba(0,0,0,0.10);

    }
    .bottomright {
        overflow: unset;
        margin: 0 !important;
        max-height: none !important;
        bottom: 0 !important;
        right: 0px !important;
        padding: 0 !important;
    }
    .bottomright .icon-container {
    position: fixed;
    bottom: 15px;
    right: 5px;
}
.featured-restaurant-box, .basket {
    background-color: #ffffff !important;
}
.featured-restaurant-info .price {
    font-weight: 600 !important;
    color: #000000 !important;
}
.del_here_btn i {
    display: none;
}
.activeAddress .del_here_btn i {
    display: inline;
}
.activeAddress .del_here_btn.btn-dark {
    background-color: #d11e1e;
    border-color: #d11e1e;
    cursor:default;
}
.activePayment {
    border-color: #d11e1e;
}
.activePayment i {
    color: #d11e1e;
}
.choose-payment .card {
    cursor: pointer;
    min-height: 135px;
}
.choose-payment .card:hover {
    border-color: #d11e1e;
}
.choose-payment p {
    margin: 0;
}
.bottomright .card {
    border: none;
}
    span.circle.blue {
        display: block;
        width: 40px;
    }
    .circle.blue:before, .blue.circle:after {
        border-color:#D11E1E !important ;
    }
    span#botimg {
        width: 25px !important;
        height: 25px !important;
    }
    #coupon th {
        font-size: 12px;
        color: #666;
        font-weight: normal;
    } 
    span#waiter_message {
        font-size: 15px;
    }
    #coupon td {
        font-weight: bold;
    }
    .bg-blue-light {
        background-color: #f3f3f3 !important;
        color: #D11E1E;
    }
/* DANISH 26-01-2021 */
.addressaddsec a.btn span {
    display: block;
}
.addressaddsec a.btn i {
    font-size: 60px;
    margin-bottom: 10px;
}
.addressaddsec a.btn {
    display: block;
    border-color: #d11e1e;
    color: #d11e1e;
    padding: 30px 10px;
    font-weight: 600;
}
.addressaddsec a.btn:hover {
    color: #fff;
    background: #d11e1e; 
}
.addresses-item.activeAddress {
    border-color: #d11e1e;
    box-shadow: 0 0 15px rgba(209,30,30,0.1);
}
.couponList .couponItem {
    display: flex;
}
.couponList .couponItem .couponIContent {
    width: calc(100% - 40px);
    padding-left: 15px;
}
.couponList .couponItem .couponIContent p {
    margin: 0;
    font-size: 12px;
}
.couponList .couponItem .couponIContent h4 {
    font-size: 16px;
    margin: 0;
    color: #D01D1D;
}
.couponList .couponItem .couponImage img {
    max-width: 38px;
    max-height: 38px;
}
.couponList .couponItem {
    display: flex;
    padding: 8px 0;
    border-bottom: 1px solid #dedede;
}
.couponList .couponItem:last-child {
    border: none;
}
/* DANISH 26-01-2021 */
    /* Responsive css start */

    @media screen and (max-width:1440px) {
        body {
            font-size: 87.5%;
        }
        .navbar-expand-xl .navbar-nav .nav-link {
            padding: 1.25rem 1.0rem;
        }
    }

    @media screen and (max-width:1366px) {
        body {
            font-size: 87.5%;
        }
        .top-right .btn {
            font-size: 0.9em;
            margin-left: 5px;
        }
        .navbar-expand-xl .navbar-nav .nav-link {
            /*padding: 1.25rem 1.0rem;*/
            padding: 1.15rem 0.75rem;
        }
        .timing {
            font-size: 0.9em;
        }
        .bnr-right-box {
            padding: 25px;
        }
        .btn-lg {
            font-size: 1em;
            padding: 0.75rem 1.5rem;
        }
        #banner {        
            top: 75px;
        }
        .app-img {        
            position: relative;
            top: 16px;
        }
    }

    @media screen and (max-width:1280px) {
        .navbar-expand-xl .navbar-nav .nav-link {
            padding: 1.25rem 0.75rem;
            font-size: 0.9em;
        }
        .app-img {
            top: 37px;
        }
    }

    @media (min-width:1200px) and (max-width:1280px) {
        .navbar-expand-xl .navbar-nav .nav-link {
            padding: 1.25rem 0.5rem;
            font-size: 0.9em;
        }

    }

    @media screen and (max-width:1024px) {

        h1, .h1 {
            font-size: 2.2rem;
        }

        h2, .h2 {
            font-size:1.5em;
        }

        h3, .h3 {
            font-size: 1.25rem;
        }

        h4, .h4 {
            font-size: 0.75rem;
        }

        section {
            top: 56px !important;
        }
        .bnr-right-box p {
            margin-bottom: 15px;
        }
        .top-right {
            padding: 10px;
        }
        .inner-gal-boxes ul li {
            width: 50%;
        }
        .food-category .nav-item a {
            padding: 1em 1em;
        }
        .hidden-lg {
            display: none;
        }

    }

    @media screen and (max-width:991px) {
        .menu-title {
            position: static;        
            -moz-transform: rotate(0deg);
            -webkit-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            transform: rotate(0deg);
            margin-bottom: 1em;
        }
        #menu-sec .d-flex {
            justify-content: center !important;

        }
        #gallery-sec {
            background-size: 30%;
        }
        .banner-img {        
            min-height: calc(50vh - 80px);
            justify-content: center;
        }

        .app-img {
            top: 0;
        }
        .learn-more {
            text-align: center;
            margin: 0;
        }
        .page-v2 .learn-more {
            margin-bottom: 30px;
            text-align: left;
        }
        .learn-more .btn {
            margin-bottom: 10px;
        }
        .row {
            margin-right: -5px;
            margin-left: -5px;
        }
        .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
            padding-left: 5px;
            padding-right: 5px;
        }
        .menu-box {
            margin-bottom: 10px;
        }
    }

    @media screen and (max-width:767px) {
        .inner-gal-boxes ul li {
            width: 49.5%;
            border: 1px solid transparent;
        }
        .banner-img {
            background-attachment:scroll ;
        }
        #about-sec {
            text-align: center;
        }
        .height-100, .brn-right-wrapper, .bnr-right-box, .item-extra-list li .radio-tile {
            height: auto;
        }
        .inner-gal-boxes ul li a {
            height: auto;
        }
        .cookie-body section {
            top: 165px !important;
        }
        .navbar-brand img {
            max-height: 25px;
        }
        .feature {
            margin-bottom: 15px;
        }
        .h-100 {
            height: auto !important;
        }
        .reservation-wrap {
            margin-top: 5em;
        }
        .box-1 > .row {
            display: flex;
            flex-direction: column-reverse;
        }
        .box-1 .align-items-start {
            align-items: center !important;
        }
        .box-2.img-right {
            background-position: center center;
        }
        .delivery-bike {
            position: static;
            margin-bottom: 30px;
        }
        .bnr-right-box { padding-top: 50% }
        .bnr-right-box.box-1 {
            padding-bottom: 0;
        }
        footer h4 {
            margin-top: 3em;
        }
        .payment-card .w-50 {
            width: auto !important;
        }
        .navbar-expand-xl .navbar-nav .nav-link {
            padding: 1.0rem 0;
        }
        .top-right {
            padding: 10px 0;
        }
        .cookies span {
            display: block;
            margin-bottom: 5px;
        }
        #order_table.table tbody tr {
            border-bottom: 1px solid #dddddd;
            padding: 10px 0;
            display: block;
        }
        #order_table.table tr th {
            display: none;
        }
        #order_table.table tr td {
            margin-left: 100px;
            display: block;
            border:none;
            position: relative;
        }
        #order_table.table tr td:before {
            position: absolute;
            content: "Order ID";
            left: -98px;
            font-weight: bold;
            width: 110px;
            text-align: left;
            padding: 12px 0;
            top: 0;
        }
        #order_table.table tr td:nth-child(2):before {
            content: "Date-Time";
        }
        #order_table.table tr td:nth-child(3):before {
            content: "Grand Total";
        }
        #order_table.table tr td:nth-child(4):before {
            content: "Order Type";
        }
        #order_table.table tr td:nth-child(5):before {
            content: "Status";
        }
        #order_table.table tr td:nth-child(6):before {
            content: "Action";
        }
        #order_table.table tr td:last-child {
            text-align: left !important;
        }
    }