#content p {
    font-size: initial;
}

/*table order header style start*/
:root {
    --secondaryColor: #32A33E;
}

.table-order-header {
    background: url("../images/top_bg.png") repeat-x scroll 0 0 transparent;
}

.table-order {
    display: flex;
    padding: 20px 0;
}

.table-order-header-logo {
    max-width: 50%;
}

.table-order-header-logo img {
    max-height: 100%;
    width: auto;
    max-width: 100%;
}

.table-order span {
    margin: auto;
    margin-right: 0;
    color: #fff;
    text-transform: capitalize;
    font-size: 1.6em;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .table-order {
        padding: 15px 0;
    }
}

@media only screen and (max-width: 767px) {
    .table-order-header {
        padding: 0 10px;
    }

    .table-order {
        padding: 8px 0;
    }
}

/*table order header style end*/
/*table order footer style start*/
.footer-top-space {
    height: 50px;
}

.tableorder-footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    background: url("../images/top_bg.png") repeat-x scroll 0 0 transparent;
    z-index: 1020;
}

.mobile-cart-wrapper {
    text-align: center;
}

.mobile-cart-wrapper a {
    color: #ffffff;
    font-weight: bold;
    font-size: 1.3em;
    text-transform: capitalize;
    display: block;
    padding: 10px;
}

.mobile-cart-wrapper a:focus, .mobile-cart-wrapper a:hover {
    outline: none;
    text-decoration: none;
}

.mobile-cart-wrapper a span.order-title {
    font-weight: normal;
}

.mobile-cart-wrapper .cart_total {
    float: initial;
}

/*table order footer style end*/
/*table menu style start*/
.order_table h2.headeing {
    font-size: 1.3em;
}

.menu_selection ul li.collapsed a.mobile_menu span i.fa-angle-down {
    display: block;
}

.menu_selection ul li.collapsed a.mobile_menu span i.fa-angle-up {
    display: none;
}

.menu_selection ul li a.mobile_menu span i.fa-angle-down {
    display: none;
}

.menu_selection ul li a.mobile_menu span i.fa-angle-up {
    display: block;
}

.menu_selection ul li a.mobile_menu span {
    float: right;
    font-size: 25px;
}

.menu_selection ul li a.mobile_menu {
    font-size: 18px;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    font-weight: 400;
    padding: 15px 10px;
}

table.package_table tbody, table.menu_table tbody, table.cat_sub_top_table tbody {
    border-bottom: 1px solid #cccccc;
}

table.package_table tbody tr, table.menu_table tbody tr, table.cat_sub_top_table tbody tr {
    border-bottom: none;
}

table.package_table tbody tr td p.package-desc, table.menu_table tbody tr td p.package-desc, table.cat_sub_top_table tbody tr td p.package-desc {
    font-size: 0.85em;
    line-height: 1.5em;
    letter-spacing: 0.3px;
}

.item-wrapper {
    display: grid;
    grid-template-columns: 1fr 120px;
    align-items: center;
    font-size: 1em;
}

.item-wrapper b {
    font-weight: 400;
}

.item-wrapper .right-item {
    display: grid;
    grid-template-columns: repeat(2, auto);
    justify-content: end;
    align-items: center;
    grid-column-gap: 10px;
}

.order_menu table tr td {
    font-size: 1em;
    letter-spacing: 0.5px;
    font-weight: 400 !important;
}

.order_table table.cat_sub_table tbody tr td a {
    font-size: 1em;
}

.category-desc p#order_menu_desc {
    font-size: 1em;
    font-style: normal !important;
    line-height: 1.5em;
    letter-spacing: 0.3px;
    color: #4a4a4a;
}

.order_menu table tbody td:nth-child(1):not(.subcategory-display):active {
    position: relative;
    -webkit-animation-name: item_add_animation;
    -webkit-animation-duration: 2s;
    animation-name: item_add_animation;
    animation-duration: 2s;
}

.order_menu table tbody td:nth-child(2):not(.subcategory-display):active {
    position: relative;
    -webkit-animation-name: item_add_animation;
    -webkit-animation-duration: 2s;
    animation-name: item_add_animation;
    animation-duration: 2s;
}

.order_menu table tbody td:nth-child(3):not(.subcategory-display):active {
    position: relative;
    -webkit-animation-name: item_add_animation; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 2s; /* Safari 4.0 - 8.0 */
    animation-name: item_add_animation;
    animation-duration: 2s;
}

@-webkit-keyframes item_add_animation {
    0% {
        background-image: url('../images/indicator.gif');
        background-repeat: no-repeat;
        background-position: 100% center;
    }
    100% {
        background-image: url('../images/indicator.gif');
        background-repeat: no-repeat;
        background-position: 100% center;
    }
}

@keyframes item_add_animation {
    0% {
        background-image: url('../images/indicator.gif');
        background-repeat: no-repeat;
        background-position: 100% center;
    }
    100% {
        background-image: url('../images/indicator.gif');
        background-repeat: no-repeat;
        background-position: 100% center;
    }
}

.order_menu table tr td.desc-wrapper {
    position: relative;
    top: -10px;
    padding: 0 5px;
}

.menu_selection ul li:hover {
    background: #EEEEEE;
}

.order_menu table tbody td {
    padding: 4px 5px;
}

/*table menu style end*/
/*table order restaurant info style start*/
div#order_cart_div {
    padding: 0 10px;
}

span.text-success {
    color: var(--secondaryColor) !important;
}

.res_order_type:checked + .res_order_type_label {
    background: var(--secondaryColor) !important;
    border-bottom-color: var(--secondaryColor) !important;
}

.restaurnatInfo {
    text-align: center;
    padding: 10px;
    margin-bottom: 15px;
}

.restaurnatInfo h4 {
    text-transform: capitalize;
    font-size: 1.65em;
    font-weight: 600;
    color: #4a4a4a;
}

.restaurnatInfo h4 a {
    color: #D10202;
}

.restaurnatInfo h4 a:hover {
    text-decoration: none;
}

.restaurnatInfo h4 a:focus {
    text-decoration: none;
    outline: none;
}

.restaurnatInfo p {
    font-size: 1.3em !important;
    letter-spacing: 0 !important;
    line-height: 25px !important;
}

/*table order restaurant info style end*/
/*table order table info button style start*/
a.table-info-button:hover {
    text-decoration: none;
}

a.table-info-button:focus {
    outline: none;
    text-decoration: none;
}

.table-info-button {
    display: block;
    text-align: center;
    border: 1px solid var(--secondaryColor);
    color: var(--secondaryColor);
    padding: 10px 0;
    margin: 10px 0;
    font-size: 1.3em;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/*table order table info button style end*/
/*table order cart style start*/
#order_cart table tr td, .cart_table tbody tr td {
    padding: 10px 0;
}

.cart_table tbody tr td h3 {
    font-size: 1.3em;
    text-transform: capitalize;
    font-weight: bold;
}

#order_cart table tr td a i:before {
    color: var(--secondaryColor);
}

#order_cart table tr td span, .cart_table table tr td span {
    font-size: 1.3em;
    font-weight: 400;
}

#order_cart table tr td b, .cart_table table tr td b {
    font-size: 1.3em;
    font-weight: normal;
}

label.res_order_type_label {
    font-size: 1.17em;
    font-weight: 400;
}

.submit_order a {
    font-size: 1.3em;
    font-weight: normal;
}

.submit_order h3 {
    font-size: 1.2em;
    font-weight: normal;
    text-transform: capitalize;
}

.submit_order a.btn_submit {
    background: var(--secondaryColor);
    font-size: 1.3em;
}

.submit_order a.btn_submit:hover {
    color: #fff;
}

.modal-body .col-md-12.ng-scope {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
    align-items: center;
    justify-content: center;
}

.modal-body .col-md-12.ng-scope button.square, .modal-body .col-md-12.ng-scope button.person_squre, .modal-body .col-md-12.ng-scope button.btn-info {
    width: 100%;
    height: 100%;
    background: var(--secondaryColor);
    color: #fff;
    font-size: 1.3em;
    font-weight: normal;
}

.modal-body .col-xs-auto.ng-scope {
    padding: 0;
}

.modal-body {
    padding: 5px !important;
}

h2#myModalLabel {
    padding: 0;
}

p.menu-desc {
    font-size: 1.3em;
}

.modal-header.ng-scope button.close_modal {
    background: var(--secondaryColor);
    color: #fff;
}

#content p.reg-text {
    font-size: 1.2em;
    line-height: 30px;
}

div#order_cart_div h3.text-center {
    font-size: 1.65em;
    margin-bottom: 10px;
}

.subItemWithPrice {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-column-gap: 10px;
}

/*table order cart style end*/
/*table checkout style start*/
.panel-body.panel-checkout {
    background: initial;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.panel-body.panel-checkout .form-header h1, .panel-body.panel-user .form-header h1 {
    background: initial;
    color: var(--secondaryColor);
    font-size: 1.65em;
    border-bottom: 2px solid var(--secondaryColor);
    margin-bottom: 20px;
}

form#payment-form input {
    font-size: 1.2em;
    text-transform: capitalize;
    border: 1px solid #999;
    height: 55px;
    margin-bottom: 2px;
}

form#payment-form select {
    font-size: 1.2em;
    text-transform: capitalize;
    border: 1px solid #999;
    margin-bottom: 2px;
    height: 55px;
}

form#payment-form button.pay-btn {
    background: var(--secondaryColor);
    font-size: 1.3em;
}

label.control-label.ng-binding {
    font-size: 1.3em;
    font-weight: 400;
}

textarea.form-control.ng-pristine.ng-untouched.ng-valid.ng-empty {
    font-size: 1.3em;
    border: 1px solid #666;
    margin-top: 10px;
}

.form-action-wrapper a.btn {
    color: var(--secondaryColor);
    border-color: var(--secondaryColor);
    font-size: 1.3em;
    text-transform: capitalize;
}

.form-action-wrapper button.btn {
    background: var(--secondaryColor);
    font-size: 1.3em;
    text-transform: capitalize;
}

em.error-text {
    font-size: 1.3em;
    line-height: 1.5em;
    display: inline-block;
    width: 100%;
    padding: 0;
    font-weight: normal;
}

/*table checkout style end*/
/*table thanks style start*/
.panel-body.panel-user {
    width: 100%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: initial;
}

.thanku_content h3 {
    font-size: 1.3em;
    margin-bottom: 20px;
}

.thanku_content h3 a {
    color: var(--secondaryColor);
}

.thanku_content p {
    font-size: 1.3em !important;
}

a.btn.order-confirm-page-link {
    color: var(--secondaryColor);
    border-color: var(--secondaryColor);
    font-size: 1.3em;
    text-transform: capitalize;
}

/*table thanks style end*/

@media (max-width: 840px) {
    .restaurnatInfo {
        margin-top: 80px;
    }

    .menu_selection {
        top: 0 !important;
        margin-bottom: 10px !important;
    }

    .table-order span {
        font-size: 1.6em;
    }

    .mobile-cart-wrapper a {
        font-size: 1.5em;
    }

    .menu_selection ul li a.mobile_menu span {
        font-size: 25px;
    }

    .menu_selection ul li a.mobile_menu {
        font-size: 18px;
    }

    table.package_table tbody tr td p.package-desc, table.menu_table tbody tr td p.package-desc, table.cat_sub_top_table tbody tr td p.package-desc {
        font-size: 1.1em !important;
    }

    .item-wrapper {
        font-size: 1.2em !important;
    }

    .order_menu table tr td {
        font-size: 1.2em;
    }

    .order_table table.cat_sub_table tbody tr td a {
        font-size: 1.2em !important;
    }

    .category-desc p#order_menu_desc {
        font-size: 1.2em !important;
    }

    .restaurnatInfo h4 {
        font-size: 1.65em;
    }

    .restaurnatInfo p {
        font-size: 1.3em !important;
    }

    .table-info-button {
        font-size: 1.5em;
    }

    .cart_table tbody tr td h3 {
        font-size: 1.5em;
    }

    #order_cart table tr td span, .cart_table table tr td span {
        font-size: 1.5em;
    }

    #order_cart table tr td b, .cart_table table tr td b {
        font-size: 1.5em;
    }

    label.res_order_type_label {
        font-size: 1.3em;
    }

    .submit_order a {
        font-size: 1.5em;
    }

    .submit_order h3 {
        font-size: 1.4em;
    }

    .submit_order a.btn_submit {
        font-size: 1.5em;
    }

    .modal-body .col-md-12.ng-scope button.square, .modal-body .col-md-12.ng-scope button.person_squre, .modal-body .col-md-12.ng-scope button.btn-info {
        font-size: 1.5em;
    }

    p.menu-desc {
        font-size: 1.3em;
    }

    #content p.reg-text {
        font-size: 1.4em;
    }

    div#order_cart_div h3.text-center {
        font-size: 2em;
    }

    .panel-body.panel-checkout .form-header h1, .panel-body.panel-user .form-header h1 {
        font-size: 2em;
    }

    form#payment-form input {
        font-size: 1.4em;
    }

    form#payment-form select {
        font-size: 1.4em;
    }

    form#payment-form button.pay-btn {
        background: var(--secondaryColor);
        font-size: 1.5em;
    }

    label.control-label.ng-binding {
        font-size: 1.5em;
    }

    textarea.form-control.ng-pristine.ng-untouched.ng-valid.ng-empty {
        font-size: 1.5em;
    }

    .form-action-wrapper a.btn {
        font-size: 1.5em;
    }

    .form-action-wrapper button.btn {
        font-size: 1.5em;
    }

    em.error-text {
        font-size: 1.5em;
    }

    .thanku_content h3 {
        font-size: 1.5em;
    }

    .thanku_content p {
        font-size: 1.5em !important;
    }

    a.btn.order-confirm-page-link {
        font-size: 1.5em;
    }

    p.error-text {
        font-size: 1.5em;
        letter-spacing: 0.3px;
    }

}

@media only screen and (min-width: 768px) and (max-width: 991px) {

}

@media only screen and (max-width: 767px) {
    .restaurnatInfo {
        margin-top: 0;
    }
}