#call-the-waiter-btn {
    margin-right: 10px!important;
}
.user-lang-wrapper .bootstrap-select.open:before {
    opacity: 0!important;
}
.bootstrap-select.open .dropdown-menu {
    margin-top: 1px;
}
.add-btn.add-item-btn {
    border: 1px solid #535353;
    cursor: initial;
    width: 4.7em;
    padding: 0;
    height: 30px;
}

.add-item-btn .wrapper {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.add-item-btn .wrapper .addition {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
    flex-grow: 0;
    flex-shrink: 0;
    max-width: 18.6667%;
    padding: 0px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    background: #f5f7fa;
    height: 80px;
}

.add-item-btn .wrapper .addition i.material-icons {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    cursor: inherit;
    font-size: 12px;
    color: black!important;
}

.add-item-btn .wrapper .count {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
    flex-grow: 0;
    flex-shrink: 0;
    max-width: 62.6667%;
    padding: 0px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    background: #fff;
    cursor: initial;
}

.add-item-btn .wrapper .count .num{
    color: #535353;
    font-size: 12px;
    margin: 3px;
    font-weight: 500;
}

/*//////////////////////*/
.variants-heading {
    line-height: 1.2;
    margin-bottom: 10px;
}
.variants-heading .title {
    color: #1e1e1e;
    font-size: 16px;
    font-weight: 500;
}
.variants {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 30px;
}
.variant.active {
    color: var(--theme-color-1);
}
body.ltr .navbar-heading h4, .navbar-heading h5, .navbar-heading h6 {
    padding-left: 18px;
}
body.ltr .align-items-center .custom-radio {
    float: left!important;
    margin-right: 0px!important;
}

body.ltr #menu-extra-items .netbanan_qty {
    float: right!important;
    right: 17px!important;
    left: unset!important;
}
body.ltr #menu-extra-items  span.extra-item-title {
    order: 1;
    margin-right: 8px;
}
body.ltr #menu-extra-items  span.extra-item-price {
    order: 2;
}

body.rtl #menu-extra-items .netbanan_qty {
    order: 3;
}
body.rtl #menu-extra-items  span.extra-item-title {
    order: 2;
    margin-right: 8px!important;
    margin-left: unset!important;
}
body.rtl #menu-extra-items  span.extra-item-price {
    order: 1;
    margin-left: auto!important;
    margin-right: unset!important;
}

body.rtl .menu-extra-item .netbanan_qty {
    order: 3;
}
body.rtl .menu-extra-item  span.extra-item-title {
    order: 2;
    margin-right: 8px!important;
    margin-left: unset!important;
}
body.rtl .menu-extra-item  span.extra-item-price {
    order: 1;
    margin-left: auto!important;
    margin-right: unset!important;
}

body.ltr #menuCustomize > div.footer.footer-extras > div.section > div > div.col-3.p-r-10 {
    order: 2;
    padding-right: 0px!important;
}
#menuCustomize > div.footer.footer-extras > div.section > div > div.col-9.p-r-30 {
    order: 1;
}
.form-control {
    font-family: "IRANSans", serif;
}
.display-none {
    display: none!important;
}
.grand-total span {
    margin-left: 3px;
}

.menu-extra-wrapper .menu-title h4 {font-size: 14px; display: inline-block;}
.menu-extra-wrapper .menu-price, .menu-extra-wrapper .menu-title {display: inline-block;}
.menu-extra-wrapper .menu_price {font-size: 12px; font-weight: 600}
.add-menu .customize {
    line-height: 1.2rem;
    display: inherit;
    font-size: 10px;
    color: rgb(244, 162, 102);
}

.add-menu .price {
    line-height: 1.2rem;
    display: inherit;
    font-size: 12px;
    margin-left: auto;
    font-weight: 600;
    padding-top: 2px;
}
.popup-tab-content .menu-detail {
    width: 100%;
    min-height: 65px;
}

.popup-tab-content .menu-detail .menu-title{
    width: 63%;
    float: right;
}
.popup-tab-content .menu-detail .add-menu{
    width: 30%;
    float: left;
}


.menu-content .menu-detail .add-menu {
    /*display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: end;*/
}
.popup-tab-content .add-menu .add-btn{
    float: left;
}
.nb_extra_item_view_dialog {
    width: 100%;
    text-align: left;
}
.menu_item figure{
    background: unset!important;
}
.add-btn {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: auto;
    padding: 0 10px;
    height: 1.5rem;
    border: 1px solid rgb(181, 181, 181);
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    user-select: none;
    background: rgb(255, 255, 255);
}

.add-btn span{
    color: #535353;
    margin: 0px 3px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
}

.add-btn i{
    /*color: var(--theme-color-1);*/
    color: black;
    font-size: 12px;
}

.add-menu .customize {
    line-height: 1.2rem;
    display: inherit;
    font-size: 10px;
    color: rgb(244, 162, 102);
}

.add-btn.add-item-btn {
    border: 1px solid #e0e0e0;
    cursor: initial;
    width: 4.7em;
    padding: 0;
}
.add-btn .menu-extra-quantity-decrease {
    border-left: 1px solid #e0e0e0;
}
.add-btn .menu-extra-quantity-increase {
    border-right: 1px solid #e0e0e0;
}
@media only screen and (min-width: 769px){
    .add-btn.add-item-btn {
        min-width: 12em!important;
    }
    .add-menu .price {
        display: unset!important;
        width: 100%!important;
        text-align: left!important;
    }
}
@media only screen and (min-width: 300px){
    .add-btn.add-item-btn {
        min-width: 6.5em!important;
    }
    .add-item-btn .wrapper .addition {
        max-width: 25%!important;
    }
    .add-item-btn .wrapper .count {
        max-width: 50%!important;
    }
}

.menu-item.list .badge.only {
    float: right;
    margin-left: 10px;
    margin-right: 0px!important;
}

.popup-tab-content {
    padding: 12px!important;
}
input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}
.dialog-with-tabs input {
    margin-bottom: 22px;
}
input[type=radio] {
    width: 15px;
    height: 15px;
    cursor: pointer;
    box-shadow: none;
}
.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0!important;
}
.custom-control {
    position: relative;
    display: block;
    min-height: unset;
    padding-left: 1.5rem;
}

.custom-control-label::before {
    position: absolute;
    top: .15rem;
    left: -1.5rem;
    display: block;
    width: 1.6rem;
    height: 1.6rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 2px;
}

.custom-control-label::after {
    position: absolute;
    top: 0.17rem;
    left: -1.5rem;
    display: block;
    width: 1.6rem;
    height: 1.6rem;
    content: "";
    background: no-repeat 50%/50% 50%;
}
.custom-control-input:checked~.custom-control-label::before {
    border-color: var(--theme-color-1);
    background-color: var(--theme-color-1);
}
.custom-radio .custom-control-label::before {
    border-radius: 50%;
}
.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
    display: inline-block!important;
}
.custom-radio .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")}
body {
    -webkit-overflow-scrolling: touch;
}
body.mfp-active {
    overflow: hidden;
    -webkit-overflow-scrolling: auto;
    width: 100%;
    position: fixed;
    overflow: auto;
}
body .mfp-wrap {
    position: fixed;
    overflow: auto;
    top: 0 !important;
}
.mfp-bg {
    background: #111111e0!important;
}
#netbanan_variant_items .section {
    margin-top: 10px;
}
#netbanan_variant_items .variant-heading {
    margin-bottom: 10px;
}
#netbanan_variant_items .variant-heading .title{
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    color: black;
}
#netbanan_variant_items .variant-item-title{
    font-size: 14px;
}
.menu_detail .menu_desc{
    margin-top: 5px;
}
.box-item .menu_item .menu_excerpt .button {
    width: 80px;
    height: 25px;
}
body.rtl .menu_item .menu_detail .menu_excerpt .margin-left-auto {
    margin-left: 0px!important;
    padding-left: 0px !important;
}
#your_order_modal .modal-header .close {
    color: #000;
    border-left: 1px solid #e0e0e0;
    border-radius: 0 4px 0 0;
    width: 50px;
    height: 50px;
    font-size: 50px;
    font-weight: 100;
    margin-top: 5px;
}
#your_order_modal .modal-header {
    padding: 0px!important;
}
#your_order_modal .modal-header .modal-title{
     float: left;
     width: 58%;
     display: block;
     position: inherit;
     text-align: center;
     line-height: 44px;
     margin-left: 70px;
}
#your_order_modal .menu_title,#your_order_modal  .menu-title, #your_order_modal  .menu_price {
    font-size: 16px;
    background: none;
}
#your_order_modal .add-btn {
    float: left;
}
#your_order_modal .menu_detail ,
#your_order_modal .menu_detail,
#your_order_modal .modal-content,
#your_order_modal .section-menu{
    float: left;
    width: 100%;
}
#your_order_modal .section-menu{
    margin-bottom: 15px;
}
#your_order_modal #send-order-form  {
    float: right;
    width: 100%;
    display: block;
    position: relative;
}
#your_order_modal .menu-detail .menu-title{
    width: 65%;
    float: right;
}
#your_order_modal .menu-detail .add-menu{
    float: left;
    width: 28%;
}
 #your_order_modal .menu-detail .add-menu .menu_price {
     font-size: 13px;
     text-align: center;
}
#your_order_modal .menu-content .menu-extra-wrapper{
    float: left;
    width: 100%;
    margin-top: 10px;
}
#your_order_modal #send-order-form select ,
#your_order_modal #send-order-form input[type=text] ,
#your_order_modal #send-order-form textarea  {
    width: 100%;
    float: left;
    margin-top: 7px!important;
    margin-bottom: 7px;
}
.h1, .h2, .h3, h1, h2, h3 {
    margin: unset!important;
}
.boxed-list-small .boxed-list-headline h3{
    padding: 5px;
}
a:focus, a:hover {
    text-decoration : unset!important;
}
#add-extras .modal-header .close {
    font-size: 3.3em;
    font-weight: 100;
    border-left: 1px solid #cccccc;
    width: 50px;
    margin: 7px 0px 0px;
}
#add-extras .modal-header .menu_title {
    text-align: center;
    line-height: 35px;
    margin-left: 40px;
}
#add-extras .modal-header  {
    padding: 0px;
}
#add-extras .menu-data #add-order-button {
    width: 150%;
}
#add-extras .menu-data .qr-input-number {

}
.js-accordion, .js-accordion-item {
    float: right;
    display: block;
    position: relative;
    width: 100%;
    height: auto;
}
body.rtl .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
    float: right!important;
}
.btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default {
    background: unset!important;
}
#your_order_modal #send-order-form button {
    width: 100%;
    float: left;
    margin-top: 25px!important;
    margin-bottom: 30px;
}
.menu-extra-item {
    margin-bottom: 20px;
}
.qr-input-number__decrease, .qr-input-number__increase {
    width: 25px!important;
}
.menu-extra-wrapper .menu-detail {
    width: 100%;
    float: right;
    margin-bottom: 15px;
}
#add-extras .modal-dialog {
    height: 100%;
    display: flex;
    align-items: center;
}