 /* @font-face {
    font-family: Avenir Medium;
    src: url(../fonts/Avenir-Medium.ttf);
}  */
@font-face {
    font-family: ProximaNova;
    src: url("../fonts/Proxima\ Nova\ Font.otf") format("opentype");
}

html,
body {
    font-family: ProximaNova,sans-serif;
    color: #282c3f;
    font-weight: 300;
        max-width: 415px;
        padding: 0!important;
            margin: 0 auto;
        height: 100%;

}

.heading {
    margin: 0 auto 10px;
    text-align: center;
    width: 100%;
    color: #3c3c3c;
}

.similar-pro {
    color: #fff;
    font-size: 20px;
    margin: 0;
    text-align: left;
    text-transform: capitalize;
}

.heading ul {
    padding: 0;
}

.heading li {
    display: inline-block;
    padding: 0 10px;
}

.heading li span img {
    transform: rotate(180deg);
}

.modal-header {
    background: #f79800;
    color: #fff;
}

.close {
    float: right;
    font-size: 28px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    outline: none!important;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 1;
    transition: all 0.5s ease 0s;
}
.close:hover{
     color: #fff;
}
.btn-success {
    color: #fff;
    background-color: #353535;
    border-color: #353535;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
}

.btn-success:hover {
    color: #fff;
    background-color: #151515;
    border-color: #151515;
}

.btn-success:focus,
.btn-success.focus {
    color: #fff;
    background-color: #C34A14;
    border-color: #C34A14;
}

.modal-inner {
    max-width: 480px;
    margin: 17px auto;
    overflow: hidden;
}

.modal-inner input {
    width: 100%;
    padding: 7px 10px;
    border: 1px solid #c8c8c8;
}
.modal-dialog {
    width: auto!important;
    margin: 10px;
}
.form-group2x {
    width: 100px;
    float: right;
}

.form-group2x input {
    width: 100%;
    padding: 7px 10px;
    border: 1px solid #fff;
    border-radius: 3px;
}

.form-group2x input:hover {
    border: 1px solid #fff;
}
/******************footer*********************/

.checkbox label:after,
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
}

.radio .cr {
    border-radius: 50%;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}

.radio .cr .cr-icon {
    margin-left: 0.04em;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

.checkbox label input[type="checkbox"]+.cr>.cr-icon,
.radio label input[type="radio"]+.cr>.cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked+.cr>.cr-icon,
.radio label input[type="radio"]:checked+.cr>.cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled+.cr,
.radio label input[type="radio"]:disabled+.cr {
    opacity: .5;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    margin: -1px;
    padding: 0;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

@media (max-width: 600px) {
    .input-section {
        width: 100%;
        margin: 0 20px 10px 0;
    }

    .button-ancher {
        width: 100%;
        text-align: center;
    }

    .button-ancher a {
        float: none;
    }
}


.product-review-details {}

.product-review-details h2 {
    color: #273346;
    font-size: 25px;
    letter-spacing: 0.6px;
    margin: 0;
    border-bottom: 1px solid #273346;
    padding: 10px 0;
}

/* css 16 june 2020   */

.resto-data {
    padding: 0 15px 70px;
margin-bottom: 70px;
}

.sidebar-data {
    background: #f3f3f3;
    padding: 8px 8px;
    margin-right: 8px;
    border-radius: 3px;
}
.product-data {
      padding: 0px 10px;
    margin-bottom: 8px;
    box-shadow: 0px 0px 2px #7a7777;
}

.sidebar-data h3 {
    margin-top: 0;
}

.sidebar-data h4 {
    font-size: 13px;
    font-weight: normal;
}

.product-data {}


.product-data p {
    margin: 1px 0;
    padding-bottom: 1px;
}
.first-itm{
    text-align: left;
    padding: 0;
}
.first-itm p{
    font-size: 10px;
    letter-spacing: 0px;
    color: #686b78;
    margin: 0;
}

.product-data h3 {
    font-weight: 500;
    padding: 4px 0px 0px 0px;
    display: inline-block;
    margin: 2px 0 2px 0;
    font-size: 12px;
    color: #252525;
  
}
.product-data img {
  
}
.cusines{
    display: inline-block;
}
.cusines h3:before{
    font-family: "FontAwesome";
    content: "\f111";
    display: inline-block;
    padding-right: 3px;
    margin-bottom: 4px;
    font-size: 11px;
    vertical-align: middle;
    font-weight: 400;
    color: #0a8e3e;
    float: left;
}
.cusines h3 i{
    /* color: #0a8e3e;
    font-size: 12px;
    margin-right: 5px; */
}
.cusines img{
 
}
.product-img {}
.searchbox-icon{
    
}
.order-data {
      text-align: right; 
      padding:0;
      display: inline-block;
      width: 100%;
}
.order_details .btn-primary {
margin: 10px 10px 10px 0;
float: right;
padding: 4px!important;
color: #fff!important;
background-color: #65ab0c!important;
border: 1px solid #65ab0c!important;
}
.order_details .modal{
top: 1%!important;
}
#resultst .table > tbody > tr > th{
font-size: 13px;
}
#resultst .table > tbody > tr > td{
   font-size: 12px; 
}
.c_groupbtn_ {
    
    border: 1px solid #ddd;
    border-radius: 4px;
}
.c_groupbtn_ input,
.order-data input{
    padding:1px!important;
    text-align: center;
    border:none;
    background: transparent!important;
}
.c_groupbtn_ .btn, 
.order-data .btn {
    padding: 2px;
    border: none;
    background: transparent;
    outline: none!important;
    
}

.order-data .btn:active{
    border:none;
    outline: none;
}
.add-right-btn{
    padding:3px 5px;
    float: right;
    border:1px solid #ddd;
    border-radius: 4px;
}
.item-cost span{
    display: inline-block!important;
}
.order-data span {
        text-align: left !important;
    float: left;
    font-size: 12px!important;
    margin: 1px 0px;
    font-weight: 400!important;
    padding: 3px 0 0 0;
    display: inline-block;
    
}
.order-data span i{
        font-size: 11px;
    margin-right: -2px;
}
.order-data span label {
padding: 0 5px;
}
.order-data span label input[type=checkbox], input[type=radio] {
    margin: 4px 4px;
    margin-top: 1px;
    line-height: normal;
    height: 11px;
    width: 11px;
}
.discount{
  text-decoration-color: #f79800;
    text-decoration: line-through;
    color: #f79800!important;
}
.order-data a {
    padding: 5px 15px;
    display: inline-block;
    border: 1px solid #2b2f35;
    color: #2b2f35 !important;
    border-radius: 1px;
}

.order-data a:hover {
    background: #27bfe8;
    color: #fff !important;
    border: 1px solid #27bfe8 !important;
}

.cart-data span {
    display: inline-block;
    font-size: 12px;
}

/*.cart-data {
    margin: 0 0px;
    padding: 8px 12px;
    background: #f3f3f3;
    max-height: 350px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
}*/

.cart-data {
    margin: 0 0px 0 0px;
    padding: 8px;
    background: #fff;
  /*  max-height: 350px;*/
   /* height: 100%;*/
 /*   overflow-x: hidden;
    overflow-y: scroll;*/
}

.cart-data p {
    margin: 0;
}

.cart-data h3 {
    margin-top: 16px;
    font-size: 17px;
    border-bottom: 1px solid #333;
    padding-bottom: 10px;
}

.product-price,
.cart-text {
    padding: 2px 10px;
    font-size: 14px!important;
    font-weight: normal!important;
}

.sub-text {
    float: left;
}

.subtotal {
    margin-top: 10px;
    ;
}
.take-away label{
display: block;
text-align: left;
    border-top: 1px solid #8acf1a!important;
}
.sub-rup {
    float: right;
    text-align: center;
    font-weight: 600;
}

.sub-rup h3 {
    margin: 0;
    padding: 0;
}

.check-out{
/*    position: fixed;*/
   /* bottom: 0;*/
 /*   left: 0;*/
 /*   right: 0;*/
}
.red{
    color: red;
}
.check-out a {
    display: block;
    text-align: center;
    background: #05a7bb;
    color: #fff !important;
    padding: 9px 0;
    margin-top: 10px;
    font-size: 16px;
    text-transform: uppercase;
}
.check-out a:hover{
    text-decoration: none;
}
.cart-data .row {
    padding: 0 8px;
}

.subtotal p {
    font-size: 12px;
}

.handle-counter .counter-minus,
.handle-counter .counter-plus,
.handle-counter input {
    float: left;
    background: #fff;
    text-align: center;
    border: none;
    color: #000;
    font-weight: bold;
}

.handle-counter .counter-minus,
.handle-counter .counter-plus {
padding-top: 1px;
}

.handle-counter input {
    border: none;
}
.handle-counter input {
    background: #fff;
    width: 40px;
    font-size: 14px;
    font-weight: normal;
    margin-right: 4px;
    border-width: 1px;
    border-left: none;
    border-right: none;
}
.handle-counter {
    padding: 5px 15px 1px;
    font-weight: bold;
    background: #fff;
}

.sidebar-data label {
    font-weight: normal;
}

.sortby a {
    display: block;
    font-size: 12px;
}
.cuisine a {
    display: block;
    font-size: 13px;
}

.cuisine-count {
    float: right;
}
.btn-add-cart {
    font-size: 12px;
    text-transform: uppercase;
    color: #535665 !important;
    float: right;
    outline: none !important;
    padding: 6px 15px!important;
    border: 1px solid #8acf1a!important;
    background: #e9edee;
}

.btn-add-cart:hover {
    background: #f79800;
    color: #fff !important;
    border: 1px solid #f79800!important;
}
.sidebar-data input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    width: 2px;
    height: 5px;
    padding: 6px;
    background-clip: content-box;
    border: 1px solid #27bfe8;
    background-color: #e7e6e7;
    border-radius: 50%;
}
.sidebar-data input[type="radio"]:checked {
    background-color: #27bfe8 !important;
}

.product-search {
    margin-bottom: 10px;
    border-radius: 3px;
}

.product-search .imag-modal-divider {
    background: #f3f3f3;
    width: 100% !important;
    padding: 8px;
    margin: 0 0 10px 0 !important;
    border: none !important;
}

.product-search .image-section-inn {
    margin: 0 !important;
    padding: 0 !important;
}

.foodsearch .container {
    display: flex;
    margin: auto;
    width: 100%;
    padding: 5px 28px;
}

#btn-check {
 
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    .main-input {
        width: 100% !important;
    }
.main-form-container {
    display: flex;
    justify-content: center;
}
    #btn-check {
     /*   margin-top: 12px;
        padding: 5px 5px;
        margin-right: 17px;
        position: absolute;
        top: -58px;
        right: 56px;*/
    }

    .main-input {
        padding-left: 8px !important;
        margin-right: 10px;
    }

    .centerbox {
        top: 0px;
    }

/*    .lisp-p-full .nave-list-p {
        height: 40px;
    }*/

    .product-data img {
        width: 50px;
    height: 75px;
    margin: 3px auto;
    }

    .container-2d {
        padding: 0em;
    }

    .container-fluid-3s {
        margin: 0 0em;
        padding: 1em 0em 1em 0em;
    }

    .product-data {

    }
    .cart-data {
    padding: 8px;
  /*  max-height: 520px;*/
}
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
    .main-input {
        width: 82%;
    }

    .main-input {
        padding-left: 40px;
        display: flex;
    justify-content: center;
    }

    .centerbox {
        top: 0px;
    }

    #btn-check {
 
    }

/*    .lisp-p-full .nave-list-p {
        height: 40px;
    }*/

    .product-data img {
        width: 50px;
    height: 75px;
    margin: 3px auto;
    }

    .container-2d {
        padding: 0em;
    }

    .container-fluid-3s {
        margin: 0 0em;
        padding: 1em 0em 1em 0em;
    }

    .product-data {
    margin: auto auto 15px auto;
    }
        .cart-data {
    padding: 8px 12px 60px 12px;
    max-height: 520px;
}
}


@media only screen and (min-width: 600px) {

    .product-data img {
        width: 50px;
    height: 75px;
    margin: 3px auto;
    }
}

@media only screen and (min-width: 653px) {
 

    .product-data img {
        width: 50px;
    height: 75px;
    margin: 3px auto;
    }

    .main-menu-btn {
        margin: 5px 20px;
    }
}

@media only screen and (min-width: 667px) {
  

    .main-menu-btn {
        margin: 7px 20px !important;
    }
}
@media only screen and (min-width: 667px) and (max-width: 767px) {
    .product-data {
    margin: auto;
    margin-bottom: 15px;
    }

}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    #btn-check {
     
    }

    .main-menu-btn {
        margin: 7px 20px !important;
    }

/*    .lisp-p-full .nave-list-p {
        height: 40px;
    }*/

    .main-input {
        padding-left: 40px;
    }

    .product-data img {
        width: 50px;
    height: 75px;
    margin: 3px auto;
    }

    .resto-data .row .row {
        display: flex;
        flex-wrap: wrap;
    }

    .resto-data .row .row .col-md-6 {
        width: 48%;
        margin-bottom: 15px
    }

    .product-data {
      
    }
.product-data h3{
    margin: 6px 0 0px 0;
}
    .btn-add-cart {
        margin-top: 0px;
        float: right;
     
    }
    .first-itm p {
    font-size: 12px;
    letter-spacing: .5px;
}
.first-itm {
    padding: 3px 0;
}
    .product-data {


    }

    .cart-text {
        padding: 8px 3px;
    }

    .cart-data span {
        font-size: 12px;
    }
}


@media only screen and (min-width: 1025px) and (max-width: 1199px) {
/*    .lisp-p-full .nave-list-p {
        height: 40px;
    }*/

    .main-input {
        padding-left: 40px;
    }

    .btn-add-cart {
        margin-top: 0;
    }


}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
/*    .lisp-p-full .nave-list-p {
        height: 40px;
    }*/
.divelop .col-md-6{

}
    .main-input {
        padding-left: 40px;
    }

    .btn-add-cart {
        margin-top: 0;
    }

    .product-data {
     
    }
    .order-data span {
    padding: 8px 10px 8px 0px;
}
    .first-itm {
    padding: 0px 0;
}
.main-input {
/*    height: 42px;*/
    width: 81%;
}
    #mixedSlider .MS-content .item img {
        width: 100%;
        max-height: 200px;
        min-height: 160px;
    }

    #mixedSlider .MS-content .item {
        width: 23.5%;
    }

    #btn-check {
    
    }
}
@media only screen and (min-width: 1441px) {
    .main-input {
    /* padding-left: 40px; */
    width: 86%;
 
    height: 42px;
    }

    .btn-add-cart {
        margin-top: 0;
    }

    .product-data {
      
    }

    #btn-check {
       
    }
}
.cart-data-bg-postion {
/*    position: fixed;
    z-index: 9;
    right: 12px;
    top: 55px;
    max-width: 500px;*/
}


#mixedSlider .MS-content .item .order-data{
    margin:auto;
    text-align: center !important;
    display: inline;
}
#mixedSlider .MS-content .item .order-data button{}

.centerdiv .btn-primary{
    background-color: transparent;
    color: #333;
    border: 1px solid #dd1718;
    font-size: 16px;
    outline: none;
    box-shadow: none;
}
.centerdiv .btn-primary:focus, .centerdiv .btn-primary:hover {
    background-color: #ff3436;
    color: #fff;
    border: 1px solid;
    border-color: transparent;
}

.modal-footer .btn-primary{
    background-color: transparent;
    color: #fff;
    border: 1px solid #dd1718;
    font-size: 16px;
    outline: none;
    box-shadow: none;
}
.modal-footer .btn-primary:focus, .modal-footer .btn-primary:hover {
    background-color: #4c4c4c;
    color: #fff;
    border: 1px solid;
    border-color: transparent;
}

.position-popup{
    position: fixed;
    top: 20%;
    left: 0;
    right: 0;
    margin: auto;
}
.left-side {
    padding: 20px 30px 0px 30px;
}
.center-button{
    text-align: center;
}
.center-button button{}
.welcome {
    position: relative;
    height: 100vh;
}

.centerdiv{
background: #fff;
    width: 85%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
        padding: 20px 15px 5px;
    border-radius: 3px;
    box-shadow: 0px 0px 10px 4px rgb(19 35 47 / 30%);
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
.position-popup {
    box-shadow: 0 0 25px #000;
    max-width: 320px;
    height: auto;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.centerdiv {
    /* background: #fff;
    width: 320px;
    position: absolute;
    right: 0;
    left: 0;
    padding: 25px;
    border-radius: 3px;
    margin: auto;
    top: 2%; */
}
.cart-data-bg-postion {
    right: 0px;
    top: 55px;
    width: 100%;
}
.handle-counter, .med-nav ul {
    overflow: inherit !important;
}
}

@media only screen and (min-width: 568px) and (max-width: 812px) {
.position-popup {
    max-width: 320px;
    height: auto;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.centerdiv {
 background: #fff;
     width: 95%;
    position: absolute;
   top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 25px;
    border-radius: 3px;
    margin: auto;
    top: 30%;
}
}

@media only screen and (min-width: 768px) and (max-width: 834px) {
.position-popup {
    max-width: 320px;
    height: auto;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.centerdiv {
  background: #fff;
     width: 95%;
    position: absolute;
   top: 50%;
    left: 51%;
    transform: translate(-50%, -50%);
    padding: 25px;
    border-radius: 3px;
    margin: auto;
    top: 30%;
}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
.position-popup {
    max-width: 320px;
    height: auto;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.centerdiv {
   background: #fff;
     width: 95%;
    position: absolute;
   top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 25px;
    border-radius: 3px;
    margin: auto;
    top: 30%;
}
}
@media only screen and (min-width: 1024px) and (max-width: 1112px) {
.position-popup {
    max-width: 320px;
    height: auto;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.centerdiv {
    background: #fff;
     width: 95%;
    position: absolute;
   top: 50%!important;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 25px;
    border-radius: 3px;
    margin: auto;
    top: 30%;
}
}
@media only screen and (min-width: 1200px) {
.position-popup {
    max-width: 349px;
    height: auto;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

}

.btn-closed-s{
    position: absolute;
    right: 28px;
    top: 13px;
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 5px;
    color: #dd1718;
    border-radius: 100%;
    border: 1px solid #dd1718;
    background: #fff;
}
.btn-closed-s i{}
.sidebar-contact{
    position: fixed;
    max-width: 415px;
    border-radius: 10px;
    z-index: 999;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.sidebar-contact a{
 display: block;
    text-align: center;
}
.sidebar-contact a:hover{
    text-decoration: none;
    color: #fff;
}
.sidebar-contact a:active,
.sidebar-contact a:focus{
    outline: none;
    border: none;
    color: #fff;
    text-decoration: none;
}
.sidebar-contact span,
.sidebar-contact i{
display:block;
}
.sidebar-contact .flex-box i{
     font-size: 22px;
}
.sidebar-contact i{
      font-size: 11px;
}
#btn-check,
.menu-bar:active,
.menu-bar:focus,
.menu-bar{
 /*   box-shadow: 0 0 15px #578808;
    padding: 5px 10px 5px;
    margin-top: 3px;*/
}
.cart{
    padding-left: 15px;
    border-left: 3px solid #58a726;
}
.sidebar-contact .cart-text i{
display: inline-block;
font-size: 14px;
}
.counter-plus i{
font-size: 14px;
    margin-top: 5px;
    margin-left: 3px;
    font-family: 'FontAwesome';
}
@media(max-width:400px){
    .sidebar-contact {
    /*padding: 10px 120px 10px 35px!important;*/
}
}

.sidebar-contact.active{

}


.toggle {

}
.toggle #btn-check {

}
/*.toggle:before{
  content:'\f003';
  font-family:fontAwesome;
  font-size:18px;
  color:#fff;
}
.toggle.active:before{
  content:'\f00d';
}*/
@media(max-width:768px)
{

  .sidebar-contact{
  /*  width:100%;
    height:80%;
    right:-100%;*/
  }
  .sidebar-contact .toggle{
/*    top:50%;
    transform:translateY(-50%);
    transition:0.5s;*/
  }
  .sidebar-contact.active .toggle
  {
    /* top:0;
    right:15px;
    transform:translateY(0); */
  }
  .scroll{
    /* width:100%;
    height:100%;
    overflow-y:auto; */
  }
  .content{
    /* padding:50px 50px; */
  }
}






@media only screen and (min-width: 320px) and (max-width: 767px){
.card-graph{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    border-top: 1px solid #e0e0e0;
    padding-bottom: 0 !important;
    padding-top: 10px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.cart-data h3 {
    margin-top: 10px;
}
.card-graph-a{
    width: 51%;
    padding: 0;
}
.card-graph-a .cart-text {
    padding: 8px 0px;
    text-align: left;
}
.card-graph-a .cart-data span{
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    padding: 0;
}
.card-graph-b{
    width: 23%;
    padding: 0;
}
.card-graph-b .handle-counter {
    padding: 0px;
    font-weight: bold;
    background: #f3f3f3;
}
.card-graph-c{
    width: 21%;
    padding: 0;
    text-align: right;
}
/*.sidebar-contact {
    top: 40%;
}*/

}


.product-data9 {
    background: #00022c;
    padding: 8px 8px 34px 8px;
    margin-bottom: 10px;
    border-radius: 3px;
    max-height: 350px;
    height: 350px;
}
.product-data9.product-box9 {
    background: #ff8f54b5;
    padding: 8px 8px 34px 8px;
    margin-bottom: 10px;
    border-radius: 3px;
    max-height: 350px;
    height: 350px;
}
.product-box9 p {
    text-align: center;
    font-size: 22px;
    position: relative;
    margin: auto;
  width: 60%;
    color: darkred;
    top: 120px;
    
}

.welcome9 {
    position: relative;
    height: 100vh;
    background-image: url("../images/banner1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 480px) and (min-width: 320px){
.product-data9 {
    min-height: 148px;
    height: 100%;
}
.product-data9.product-box9 {
    background: #ff8f54b5;
    padding: 8px 8px 34px 8px;
    margin-bottom: 10px;
    border-radius: 3px;
    
}
.welcome9 {
    position: relative;
    height: 100vh;
    background-image: url("../images/bannermob.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

}
.product-box{

}

.bar-menu-heading{

}
.bar-menu-heading h2{
    font-size: 16px;
    text-align: center;
}
.bar-menu-type{
border-top: 1px solid #ddd;
}
.bar-menu-type .nav-tabs{
      border-bottom: 1px solid transparent;
}
.bar-menu-type .nav-tabs li a{
    text-align: center;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover, 
.nav-tabs > li.active > a:focus{
background: #fff;
border: transparent;
}
.nav-tabs > li{

}
.nav-tabs > li > a,
.nav-tabs > li > a:hover, 
.nav-tabs > li > a:focus{
background: #e4e8eb;
border: transparent;
}
.nav-tabs > li > a {
    padding:20px 15px;
    text-transform: uppercase;
    font-size: 13px;
    margin-right: 0px;
    line-height: 1.42857143;
    border: transparent;   
}
.category{
     border-radius: 0px 0px 10px 0px!important;
}
.brand{
     border-radius: 0px 0px 0px 10px!important;
}
.bar-menu-type .nav{

}
.bar-menu-type 
.bar-menu-type .col-xs-12,
.bar-menu-type .col-sm-12 ,
.bar-menu-type .col-sm-6,
.bar-menu-type .col-xs-6{
    padding: 0!important;
}
.bar-menu-type a{
    color: #000;
    display: block;
}
.bar-menu-type:hover a{
  color: #000;
}

.bar-menu-type .col-sm-6.col-xs-6:nth-of-type(odd){
  border-right: 1px solid #dddd;
}
.tab-content p{
   text-align: center;
    padding: 20px;
    border-bottom: 1px solid #ddd;
    margin: 0;
}
a:hover {
    text-decoration: none;
}

.food-menu{
   text-align: center;
    padding: 5px 0;
    margin: 5px 0;
    box-shadow: 0px 0px 2px #999;
    height: 120px;
}
.food-menu:hover{
/* background: #f79800;
box-shadow: 0px 0px 5px #f79800;*/
}
.food-menu h3,
.food-menu:hover h3{
  color: #252525; 
}
.food-menu-header img,
.food-menu img{
    width: 80px!important;
    height: 80px!important;
    margin-bottom: 3px;
    border-radius: 100%;
}
.food-menu-header h3{
    color: #252525;
    text-align: center;
    font-size: 14px;
    margin: 5px 0;
    text-transform: uppercase;
    font-weight: bold;
}
.food-menu-header{
    color: #252525;
    text-align: center;
    font-size: 14px;
    margin: 5px 0;
    padding: 2px 0;
    border: 1px solid #8acf1a;
    text-transform: uppercase;
    font-weight: bold;
    }
.food-menu h3 {
    font-size: 1.1rem;
    margin-top: 5px;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: normal;
}
.cat_heading{
  background: #eace97;  
}
.btn-primary:focus,.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    color: #fff!important;
    background-color: #f79800!important;
    border-color: #f79800!important;
    outline: none!important;
}
.btn-primary {
    margin-top: 3px;
    padding: 7px 20px!important;
    color: #fff!important;
    background-color: #05a7bb!important;
    border: 1px solid #ddd!important;
    outline: none!important;
}
@media (max-width: 600px){
    .food-menu img {
    width: 80px!important;
    height: 80px!important;
    border-radius: 100%;
}
}
.home-left {
    float: right;
    margin-top: 8px;
}
.home-left img {
    width: 50px;
}
.home-left img:hover {
    width: 50px;
    background: #01bbe4;
    border-radius: 5px;
    padding: 8px;
}


.centerdiv img {
max-width: 25%;
margin: 0 auto;
}

.centerdiv p{
margin: 0;
text-align: center;
font-weight: 600;
font-size: 12px;
margin-bottom: 2px;
}
.centerdiv hr{
margin: 8px 0;
border-top: 1px solid #f79800;
}
.centerdiv .btn-primary {
color: #fff!important;
}
footer{

}
footer p{
    
}
footer p a{
    color: #f79800;
    padding-left: 5px;
    text-decoration: underline;
}
footer p a:hover{
    color: #f79800;
    padding-left: 5px;
    text-decoration: underline;
}
/*#btn-check::before{
        content: '\f07a';
    font-size: 15px;
    font-family: fontawesome;
    margin-right: 2px;
}*/
.top-bar{
padding: 0 15px;
}
.top-bar .logo{
margin: 0 auto;
}
.top-bar .logo a{
display: block;
}
.top-bar .logo a img{
    margin: 0 auto;
    width: 60px;
    margin-top: 20px;
    border-radius: 5px;
}
.top-bar .logo img{
    margin: 10px auto 5px;
    /*width: 90px;*/
    height: 90px;
    border-radius: 5px;
}
.test[style] {
     padding-right:0 !important;
 }
 .modal-open{
    padding-right: 0!important;
 }
 .bs-example-modal-sm{
    padding-right: 0!important;
 }
 .modal-content{
border: none!important;
 }
 .left{
float: left;
 }
 .right{
    float: left;
 }
 .right img{ 
 }
 .modal {
     max-width: 415px;
    position: fixed;
    margin: 0 auto;
    top: 20%;
    right: 0;
  /*  bottom: -11px!important;*/
    left: 0;
    z-index: 1050;
    background: transparent;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: auto!important;
    left: 0;
    z-index: 1040;
    background-color: #000;
}
.top-area{
    margin: 15px 0 5px;
}
.right a{
 color: #000;
}
.right{
    border: 1px solid #fff!important;
}
.right a:hover,
.bar-menu-type a:hover{
text-decoration: none;
}
.right img{
    width: 24px;
}
.main-input{
    display: block;
    width: 70%!important;
    height: 42px;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #555;
    float: left;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
#main-submit{
width: 50px;
    float: none;
    text-align: center;
    height: 37px;
    margin-top: -1px;
    margin-bottom: 18px;
    border: 1px solid #ddd;
    background: #f79800;
        color: #fff;
}
.main-form-container{
    margin: 15px 0 35px;
}

@media(max-width:400px){
    .modal{
    /* max-width:100%!important; */
  
}
}
.main-submit::before{
    content: "\f002";
    font-family: fontawesome;
    display: inline-block;
    font-size: 50px;
}
.modal-title {
    text-align: center;
    margin: 0;
    line-height: 1.42857143;
}
.modal-body{
    padding: 0!important;
}
.cart_remove:active,
.cart_remove:focus,
.cart_remove{
    outline: none!important;
    border: none;
    background: transparent;
    color: red!important;
 
}
.handle-counter, .med-nav ul {
    overflow: hidden;
    float: right;
}
input {
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    padding: 2px 12px!important;
}

/*old css*/

#resultst2 .razorpay-payment-button {
    background: #0cb6d2;
    color: #fff;
    padding: 10px 30px;
    border-radius: 3px;
    font-size: 16px;
    letter-spacing: 0.5px;
    transition: all 0.5s ease 0s;
    border: 1px solid #0cb6d2;
}

#resultst2 .razorpay-payment-button2 {
    background: #fff;
    border-radius: 63px;
    transition: all 0.5s ease 0s;
    border: 1px solid #e3e3e3;
    box-shadow: 0px 0px 7px 0px #C5C5C5;
}

#resultst2 .razorpay-payment-button2 img {
    padding: 3px 3px;
    width: 180px;
}

.button-add {
background-image: url(../images/razorpay.png);
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center 50%;
    padding: 8px;
    color: transparent;
    /* border-radius: 99px; */
    transition: all 0.5s ease 0s;
    background-size: 74% 72%;
    position: relative;
    vertical-align: middle;
    /* padding: 36px; */
    width: 125px;
    height: 40px;
    border: 1px solid #ddd;

}

#resultst2 .new-div {
       border: 1px dashed #ddd;
    padding: 1em;
    text-align: center;
}

#resultst2 .clone-color {
    margin: 0 auto;
    padding:2em 0;
}

#resultst2 .clone-color-payment-option {
  margin: 30px auto;
    border: 10px solid #fff;

    border-radius: 3px;
    box-shadow: 0 0 5px #696969;
}

.clone-color-payment-option h4 {
    text-align: center;
    padding-bottom: 20px;
    font-size: 25px;
    font-weight: bold;
    color: #535353;
}


#footer-group-fluid {
    background: #273346;
}

#footer-group-fluid .footer-group {
    margin: 0 1em;
    overflow: hidden;
    padding: 1em 0 2em 0;
}

#footer-group-fluid-2 {
    background: #464646;
    /* margin-top: 5em; */
   /* position: fixed;*/
    width: 100%;
    bottom: 0;
}

#footer-group-fluid-2 .footer-group-2 {
    max-width: 1366px;
    margin: 0 auto;
    overflow: hidden;
}

.footer-group-page {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}


/************************top-category*****************************/
#top-category h2 {
    font-size: 20px;
    letter-spacing: 1px;
    padding: 5px 0 10px 18px;
    text-transform: uppercase;
}

#top-category {
    color: #fff;
    margin: 0 auto;
    max-width: 1920px;
    padding: 15px 0 6px 0px;
    /*border-top: 1px solid #1e1e1e;*/
}

#top-category ul {
    padding: 0;
}

#top-category ul li {
    border: 1px solid;
    display: inline-block;
    margin: 5px;
    padding: 10px;
}

#top-category ul li a {
    color: #fff;
    padding: 10px;
}

#top-category ul li a:hover {
    text-decoration: none;
}

#top-category .social ul {
    display: inline-block;
}

#top-category .social ul li {
    border: medium none;
    display: block;
    margin: 0;
    float: left;
    padding-bottom: 15px;
    padding-top: 0;
}

#top-category .social ul li img {
    float: left;
}

#top-category .social ul li a {
    line-height: 2.3;
}
.main-form-container {
    margin: 15px 0 0;
    position: relative;

}
.price-details{
    border-bottom: 1px solid #f3f3f3;
}
.cart-text-heading{
        text-transform: uppercase;
    font-size: 11px;
margin: 5px;
}
.cart-text-heading:hover{
    color: #000;
    background: #f3f3f3;
}
.input-group {
    width: 100%!important;
}
.bottom-cart-area{
    position: relative;

}
/*owl carousek customize*/
.owl-theme .owl-nav {

}
.owl-theme .owl-nav .owl-next,
.owl-theme .owl-nav .owl-prev{
background: #f79800!important;
}
.owl-theme .owl-nav .owl-next{
 position: absolute;
    top: 1px;
    right: -25px;
    display: block !important;
    border:0px solid black;
}
.owl-theme .owl-nav .owl-prev{
    position: absolute;
    top: 1px;
    left: -25px;
    display: block !important;
    border:0px solid black;
}
.productSlide{
      margin: 10px 12px 0;
}
.owl-carousel .owl-item .item{
    position: relative;
}
.owl-carousel .owl-item .item .product-box{
    position: relative;
    text-align: center;
    color: #252525;
    padding: 1px 5px;
    font-size: 13px;
}
.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding:0 4px!important;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}
.owl-carousel .owl-item img {
  margin: 0 auto;
    width:40px!important;
    height: 57px!important;
}
.price-details{
        padding-bottom: 5px;
    display: flex;
    justify-content: flex-end;
}
.item-quantity{
flex-grow: 0.1;
}
.item-quantity input{
    width: 40px;
}
.item-delete{
flex-grow: 0;
}
.item-currency{
flex-grow: 0;
}
.item-currency i{
    font-size: 14px;
        margin-top: 3px;
}
.item-cost{
    text-align: right;
flex-grow: 0.1;
width: 30px;
}
.item-cost i {
    margin-right: -2px;
    font-size: 11px;
    display: inline-block;
}
.sub-rup i{
    margin-right: -2px;
    font-size: 13px!important;
} 
.sub-rup i,
.sub-rup span{
display: inline-block;
font-size: 14px;
}
.flex-container {
    display: flex;
    max-width: 415px;
    justify-content: space-around;
    padding: 8px 0;
    border: 1px solid #8acf1a;
    background: #8acf1a;
    border-radius: 3px;
    box-shadow: 0 0 5px #eaeded;
}
.flex-box {
    margin: 0 8px;
}
.form-control:focus {
    border-color: #f79800!important;
    outline: 0;
    box-shadow: none!important;
    }
    .form-control {
    /* border: 1px solid #ddd!important; */
}
#btn-check,
.bottom-cart-area a:hover,
.bottom-cart-area a {
    color: #fff;
}

.bottom-cart-area p {
    color: #fff;
}
.item {
    background: #e9edee;
    height: 65px; 
    padding: 10px 0;
    border-radius: 3px;
    border: 1px solid #8acf1a;
}
.item p{
    position: absolute;
    bottom: -11px;
    right: 0;
    padding: 1px 0;
    left: 0;
    display: none;
    background: #0407009c;
    font-size: 10px;
}
.productSlide a {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 300;
    display: block;
    color: #504d4d;
    text-align: center;
    border-radius: 3px;
    padding: 5px;
}
#btn-check {
   border: none;
    border-left: 3px solid #8acf1a;
    background: #8acf1a;
    outline: none;
    color: #fff;
    padding: 0 0 0 15px;
}
#btn-check::before {
content: '\f07a';
font-size: 15px;
font-family: fontawesome;
margin-right: 2px;
display:block;
color: #fff;
}


.tooltip-inner {
    max-width: 270px;
    padding: 13px 8px 4px;
    height: 95px;
    color: #252525;
    box-shadow: 0 0 5px #f79800;
    text-align: center;
    background-color: #e9edee;
    border-radius: 16px 40px 0px 68px;
    border: 1px solid #f79800;
}

.tooltip_area{
        background: transparent;
    border: none!important;
    outline: none!important;
    color: #fff;
}
.tooltip_area::before {
    content: '\f129';
    font-size: 15px;
    font-family: fontawesome;
   margin-right: 2px;
    display: block;
    color: #fff;
}

.category .col-xs-6:nth-of-type(odd){
padding-right: 5px!important;
}
.category .col-xs-6:nth-of-type(even){
padding-left: 5px!important;
}
.din_in_takeaway_delivery{

}
.din_in_takeaway_delivery label{
display: block;
    width: 100%;
    text-align: left;
    padding: 8px;
    border: 1px solid #8acf1a;
    padding-left: 0;
}
.din_in_takeaway_delivery_box{
        padding: 5px 5px 1px 5px;
    box-shadow: 0px 0px 10px 4px rgb(19 35 47 / 30%);
}
.din_in_takeaway_delivery #dinein label,
.din_in_takeaway_delivery #homeDelivery label,
.din_in_takeaway_delivery #del_id label{
border: none;
   }
   .din_in_takeaway_delivery #dinein h3,
.din_in_takeaway_delivery #homeDelivery h3,
.din_in_takeaway_delivery #del_id h3{
font-size: 16px;
margin-top: 0;
font-weight: 600;
   }
.din_in_takeaway_delivery_field_box{
       box-shadow: 0px 0px 10px 4px rgb(19 35 47 / 30%);
       padding: 8px 15px;
    margin-top: 20px;
   }
   .din_in_takeaway_delivery_field_box select{
       margin-bottom: 12px;
   }
   .din_in_takeaway_delivery_field_box .form-group{
    margin: 5px 0 0 0;
   }
   .service_information{
       margin: 0 auto;
       padding: 5px 5px 100px 5px;
   }
   .service_information h4{
    font-weight: 600;
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
#resultst2,  
#resultst{
    margin: 0 auto;
}
  .welcome{
    position: relative;
  }
  .rajor_form .form-group label{
  display: block;
  }.rajor_form .form-group #time_mm,
  .rajor_form .form-group #st_slot,
  .rajor_form .form-group #st_time{
  width: 33%!important;
  }
  .take-away{
  margin-top: 10px;
  }
    .take-away h3{
  text-align: center;
  }
  .padding_zero{
      padding: 0!important;
  }
  .payment {
    padding: 20px;
    text-align: center;
    margin-top: 40px;
}
.payment .payment-button {
    padding: 15px;
    margin-bottom: 10px;
    box-shadow: 0 0 5px 3px #ddd;
}
  .service_information p {
    font-weight: bold;
    font-style: italic;
    margin: 0 0 10px;
}
.camera .btn{
font-size: 15px;
    padding: 7px;
text-transform: uppercase;
margin: 5px;
}
.back-and-search {
    background: #8acf1a;
    padding: 5px 0;
}
.back-and-search .order_details {
   background: transparent;
    border: none;
    outline: none;
    font-size: 14px;
    padding-top: 3px;
    color: #fff;
}
.back-and-search .order_details i {
    font-size: 16px;
    font-weight: bold;
    margin-right: 5px;
}
.back-and-search i {
    font-size: 22px;
    color: #fff;
}
element.style {
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}
.owl-carousel .owl-item img {
       margin: 0 auto;
    width: 65px!important;
    height: 45px!important;
    border-radius: 4px;
    margin-top: -12px;
}
/*Dark Mode css*/
@media(prefers-color-scheme: dark){

}