@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,700;0,800;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800&display=swap');
/*--- Order tracking page starts--*/
header.main-header{
    /*background: #D4B444;*/
    background: #ffffff;
    box-shadow: 0 0 20px 1px rgba(0,0,0,.1);
} 
.topbar-container {
    padding-top: unset;
    padding-bottom: unset;
     height: unset;
}

a.logo_link,
.topbar__logo a{
    display: flex;
    align-items: center;
    width: 150px;
    height: 78px;
    background: #fff;
    padding: 0px 0px 0px 12px;
}
.topbar__logo a img{
    width:100%;
    object-fit:cover;
    margin-top:0 !important
}
header.main-header .topbar__title {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #212529;
    padding: 13px 20px;
    background: #f0f0f0;
    border-radius: 30px;
}

.topbar__title-container a{
    border-bottom:none;
}
.rightMenuP ul li a, .rightMenuP ul li:hover a{
    font-family: 'Poppins', sans-serif;
    font-size: 16px !important;
    font-weight: 500;
    line-height: 24px!important;
}
ul.menutop img {
    height: auto;
}
ul.menutop li.lang-dropdown {
    position:relative;
}
li.nav-item.dropdown.lang-dropdown:after {
    content: '';
    position: absolute;
    display: block;
    height: 24px;
    width: 1px;
    background: 5px;
    transform: translateY(-50%);
    top: 50%;
}
ul.menutop li.lang-dropdown img {
    width: 26px;
    height: 26px;
    background: #fff;
    border-radius: 100%;
    margin-right: 0;
}
ul.menutop li.lang-dropdown {
    position:relative;
}
.container-xxl{
    max-width: 1286px;
}
.o-detail-lft{
    margin:-86 auto 50px;
    background: #FFFFFF;
    box-shadow: -1px 5px 27px rgba(0, 0, 0, 0.25);
    position:relative;
    padding: 0 35px 45px;
}
.page-hero {
    height: 250px;
    position: relative;
}
.page-hero h1{
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 23px;
    color:#fff;
    position: absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%)
}
.main-hero img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.o-detail-main{
    background-image:unset
}
.order-details-container{
    max-width:1286px;
}
.order-details-hero{
    background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.15)), url('../images/details-hero.png');
   background-position: center;
   background-size:cover;
   background-repeat: no-repeat;
   height:167px;
}
.res-box{
    padding-top: 68px;
}
.res-box .res-branding{
    width: 121px;
    height: 121px;
    margin: 0 auto;
    background: #FFFFFF;
    border: 2px solid #D4B444;
    border-radius: 100%;
    position: absolute;
    top: -61px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
justify-content: center;
align-items: center;
}
.res-box .res-branding img{
    width: 100%;
    border-radius: 100%;
}
.res-left{
    font-size: 10px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0.02em;
    color:#737373;
}
.res-title{
    font-weight: 600;
    font-size: 14px !important;
    line-height: 14px;
    color: #000000;
    margin-bottom:13px !important
}
.res-left a{
    display:flex;
    align-items: center;
    color:inherit;
}
.res-left a img{
    margin-right:6px;
    width:12px;
}
.res-order-number{
    margin-top:12px;
}
.res-content{
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    justify-content: space-between;
}
.res-conts{
    display: flex;
    align-items: center;
}
.res-right{
    display: flex;
    flex-wrap: wrap;
}
.res-right .res-cont{
    text-align: center;
    font-size: 12px;
    line-height: 14px;
    font-weight: 600;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    margin-right:20px;
}
.res-right .res-cont:nth-last-child(1){
    margin-right:20px
}
.res-right .res-cont img{
    max-width:45px;
}
.res-order-time{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #FFFFFF;
    box-shadow: -1px 2px 11px 1px rgba(0, 0, 0, 0.16);
    border-radius: 10px;
    padding: 12px;
    margin-left: 10px;
}
.res-order-time-left{
    margin-right:60px;
}
.res-order-time-left span{
    display: block;
    font-size: 10px;
    font-weight: 500;
}
.res-order-time-left strong{
    position:relative;
    padding-left:18px;
    font-weight: 600;
    font-size: 16px;
}
.res-order-time-left strong:before{
    content:'';
    position: absolute;
    left:0;
    top:calc(50% - 4px);
    width: 9px;
    height: 9px;
    background: #0BA81B;
    border-radius: 100%;
}
/*
.res-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #6D6D6D;
    padding: 5px 10px 5px 10px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 23px;
}
.res-box .res-logo{
    max-width:343px;
    height:100%;
    max-height:86px;
    object-fit: cover;
}
.res-left{
    display:flex;
    align-items: center;
    width:100%;
}

.res-box .res-cont img{
    max-width:32px;
    border-radius:30px;
}

.res-box .res-cont{
    color:#fff;
    display:flex;
    align-items: center;
}
.res-right{
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.res-right a{
    color:#fff;
    display:flex;
    align-items: center;
    margin-right:15px;
}
.res-right a:last-child{
    margin-right:0;
}
.res-right a img{
    margin-right: 6px;
    object-fit: cover;
}
*/
/*.res-order-id{
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    margin: 10px 0 0px 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.res-order-id img{
    width:32px;
}
.res-order-id-right{
    display:flex;
}
.res-order-id-right .res-cont{
    margin-left:10px;
}*/
.procesing-sec {
    padding: 25px 0 0 0;
    background: #F7F7F7;
    border: 1px solid #D6D6D6;
    margin-top:25px !important;
}
.procesing-sec::before{
    display:none
}
.procesing-sec h3 {
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 23px;
    margin-bottom: 25px;
    font-weight: 600;
    font-size: 22px;
    line-height: 40px;
}
.procesing-sec ul {
    position: relative;
}
.procesing-sec .tick{
    background-color: #cbe7a6;
    width: 60px;
    flex: 0 0 60px;
    border: 7px solid #fff;
    outline: 1px solid #65AB0B;
    height: 60px;
    position: relative;
    z-index: 2;
}
.procesing-sec .process{
    position: relative;
}
.procesing-sec .process.done{
    background:none
}
.procesing-sec .process:after{
    content: '';
    display: block;
    height: 1px;
    top: 30px;
    background: #BDD999;
    width: 100%;
    position: absolute;
    left:50%;
}
.procesing-sec .process.done:after{
    background: #3489CE;
}
.procesing-sec ul li:last-child .process:after{
    display:none
}

.procesing-sec .tick.done{
    background: #3489CE;
    outline:1px solid #3489CE;
}
.procesing-sec .tick.done img{ 
    filter: invert(1) brightness(1000);
}
.procesing-sec h5 {
    font-family: 'Poppins', sans-serif;
    margin: 15px 0 0 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
}
.procesing-sec h5 + img{
    object-fit: cover;
}
.table-number-wrap{
    position:relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 40px;
}
.tableNumber strong{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    width: 133px;
    height: 133px;
    background: #FFFFFF;
    border: 3px dashed #0BA81B;
    box-shadow: -1px 1px 6px -1px rgba(0, 0, 0, 0.25);
    font-weight: 600;
    font-size: 48px;
    line-height: 14px;
    color: #0BA81B;
    margin: 0 auto 17px auto;
}
.tableNumber span{
    font-weight: 600;
    font-size: 24px;
    line-height: 14px;
    text-align: center;
    display:block
}
.order-meta-tables{
    display: grid;
    grid-template-columns: 550px 1fr;
    grid-gap: 0 36px;
    font-family: 'Poppins', sans-serif;
    margin-top: 24px;
}
.order-meta-tables .order-table{
    margin:0
}
.order-items-header{
    font-size: 16px;
    font-weight: 300;
    line-height: 40px;
    color:#000;
}
.table-grid-line{
    display: grid;
    grid-template-columns: 71px 1fr 105px;
}
.table-grid-item:nth-child(2){
    padding-left:0 !important;
    padding-right:0 !important
}
.table-grid-line:not(.order-items-header){
    background: #FFFFFF;
    box-shadow: -1px 1px 6px 1px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    margin-bottom:15px;
}
.table-grid-line:not(.order-items-header) .table-grid-item{
    padding:15px;
}
.table-grid-qty{
    background: #EDEDED;
    border-radius: 5px;
    display:block;
    width:44px;
    height:39px;
    display:flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 40px;
}
.table-grid-item-price{
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: flex-end;
}
.table-grid-line:not(.order-items-header) .pro_qty_prc{
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    font-size:16px;
}
.table-grid-line:not(.order-items-header) .pro_qty_prc small{
    font-size:10px;
    margin-top:2px;
}
.table-grid-footer{
    background: #F8F8F8;
    border: 1px solid #CFCFCF;
    border-radius: 10px;
}
.table-footer-line{
    display:grid;
    grid-template-columns: 1fr 1fr;
    padding:15px;
    border-bottom:1px solid #CFCFCF;;
}
.table-footer-line:nth-last-child(1){
    border-bottom:none;
}
.table-footer-item{
    letter-spacing: 0.02em;
    font-size:14px;
}
.order-meta-tables .order-table thead th{
    background: #898989;
    color:#fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 23px;
    padding:25px 23px 17px;
}
.order-meta-tables .order-table thead th:first-child{
    border-radius: 10px 0 0 0;
}
.order-meta-tables .order-table thead th:last-child{
    border-radius: 0 10px 0 0;
}
.order-meta-tables .order-table tbody td{
    font-size: 20px;
    font-weight: 500;
    line-height: 23px;
    padding:15px 22px;
}
.order-meta-tables .order-table tbody tr:nth-child(odd) td{
    background:#f5f5f5;
}
.order-meta-tables .order-table tbody tr:nth-child(even) td{
    background:#d9d9d9;
}
.order-meta-tables .order-table tbody tr:last-child td{
    background:#D4B444;
}
.order-meta-tables .order-table tbody td span{
    color: #D4B444;
    font-size: 20px;
    font-weight: 500;
    line-height: 23px;
}
.order-meta-tables .order-table tbody td span:after{
    display:none 
}
.order-meta-tables .order-table tbody tr.totalRow.MainRow {
    color: #fff;
}
.order-meta-tables .UserInfoTable {
    padding:0;
    background:none;
    border:none;
}
.user-metas{
    padding: 20px 12px;
    background: #F9F9F9;
    border: 1px solid #CFCFCF;
    border-radius: 10px;
}
.user-metas-fields{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.user-meta{
    background: #FFFFFF;
    border: 1px solid #CFCFCF;
    border-radius: 5px;
    padding:10px;
    width:calc(50% - 8px);
    margin-bottom:16px;
    display:flex;
    align-items: center;
    font-size: 12px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0.02em;
    word-break: break-all;
}
.user-meta-lg{
    width:100%;
}
.user-meta img {
    margin-right: 10px;
    width: auto;
    object-fit: cover;
}
.CustomerInfoBtn{
    padding:0;
    text-align: center;
}
.CustomerInfoBtn .btn.btn_Neue {
    background: #D4B444;
    text-decoration: none;
    border-radius: 30px;
    font-size: 12px;
    padding: 10px 12px;
    min-width: 105px !important;
    margin: 0;
}
/*
.UserInfoTable table {
    margin:0 
}
.UserInfoTable tr {
    border:none
}
.order-meta-tables .UserInfoTable .table img {
    width: unset;
    max-width: 24px;
    height: auto;
}
.order-meta-tables .UserInfoTable .table td {
    font-size: 20px;
    font-weight: 500;
    line-height: 23px;
    color:#898989;
    padding:10px 8px 10px 0;
}
.user-meta-box span.box-title{
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
    color:#D4B444;
    display:block;
    margin-bottom:3px;
}
.order-meta-tables .UserInfoTable .user-meta-box div span{
    font-size: 20px;
    font-weight: 500;
    line-height: 23px;
    color:#898989;
    display:inline
}
*/
/*--- Order tracking page ends--*/

/*--- Listing Page Starts--*/
.listing-header{
    background: #ffffff;
    box-shadow: 0 0 20px 1px rgba(0,0,0,.1);
    padding:0;
}
.listing-header ul.menutop li a {
    font-family: 'Poppins',sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}
.listing-header .listing-header-ac{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.listing-header-ac .lang-menu img{
    width:26px;
    background: #fff;
    border-radius: 100%;
}
.topbar_loc{
    text-align: center;
    align-items: center;
}
a.loacations {
    font-weight: 500;
    font-family: Poppins;
    font-size: 16px;
    line-height: 24px;
    border: none;
    text-align: center;
    width: auto;
    margin: 0;
    color: #212529;
    padding: 13px 20px;
    background: #f0f0f0;
    border-radius: 30px;
    display:inline-flex;
}
a.loacations img {
    width: 22px;
}  
.listings-hero{
    position: relative;
    height:auto;
    overflow: hidden;
    padding:0 15px;
}
.listings-hero-img{
    position: absolute;
    top:0;
    left:0;
    bottom:0;
    width:100% !important;
    object-fit: cover;
    height: 100%;
}
.hide{
    display:none !important
}
.listings-form {
    opacity: 1;
    border-radius: 10px;
    padding: 20px 0  0;
    margin: 0 auto;
    width: 100%;
    left: 0;
    max-width: 1256px;
}
.listing-grid-wrap{
    width:100%;
    max-width:1286px;
    margin:0 auto
}
.search_box{
    background:unset;
    padding:0;
    font-family: 'Inter', sans-serif;
}
.listing-grid-inner{
    display:flex;
    flex-wrap:wrap;
}
.search-listings-form{
    width:22%;
}
.listings-page{
   
}
.res-listings{
    width:78%;
    margin-top:27px;
    font-family: 'Poppins',sans-serif;
}
.res-listings #homeresults{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 25px;
}
.res-listings .listingdiv {
    background: #fff;
    box-shadow: -1px 2px 17px 3px #f0f0f0;
    margin-bottom: 20px;
    border: none
}
.res-listings .list-row{
    display:block
}
.res-listings .left-box {
    width: 100%;
    height: 130px;
    position: relative;
}
.res-listings .left-box .img-overlay{
    height: 8rem;
    width: 100%;
}
.res-listings .center-box {
    width: 60px;
    height: 60px;
    border: 5px solid #fff;
    border-radius: 100%;
    box-shadow: none;
    position: absolute;
    left: 50%;
    top: 10px;
    transform: translateX(-50%);
}
.res-listings .listing-box-right{
    padding: 15px 15px 50px;
}
.res-listings .right-box {
    width:100%;
    align-items: flex-start;
    justify-content: space-between;
}
.res-listings .right-box .lrft_lidting{
    margin:0;
    width:70%;
}
.res-listings .listing-top{
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    padding: 20px 20px 0;
    background-image: linear-gradient(to bottom,transparent, rgba(0,0,0,.9));
    color:#fff;
}
.res-listings h3.listing-name span,
.res-listings h3.listing-name{
    font-size: 19px;
    font-weight: 700;
    line-height: 23px;
    color:#fff;
    padding:0;
    text-align: left;
}
.res-listings .right-box .lrft_lidting h4.locationin {
    color: #242e30;
    font-size: 14px;
    font-weight: 500;
    line-height: 23px;
    margin: 5px 0 0 0;
}
.res-listings .right-box .lrft_lidting h4.locationin img {
    width: auto;
    margin-right: 5px;
}
.res-listings .whislist i{
    color:#fff;
    font-size:24px;
}
.res-listings .reviews {
    padding: 5px 0 0;
    color: #242e30;
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
}
.res-listings .reviews i{
    color:#D4B444
}
.res-listings  .reviews span {
    background: none;
    border-radius: 0;
    padding: 0;
    color: #6d6d6d;
    margin: 0 0 0 1px;
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
}
.res-listings  .reviews span b{
    color: #242e30;
}
.res-listings .listing-bottom{
    margin-top:8px;
}
.res-listings .mark_sec_left{
    margin-top:5px;
    justify-content: flex-start;
}
.res-listings .mark_sec_left span{
    color: #40ad19;
    font-size: 13px;
    font-weight: 500;
    line-height: 23px;
    padding: 3px 12px 3px 0;
}
.res-listings .mark_sec_left span.cl_green:nth-last-child(1){
    margin-right:0;
}
.info1 {
    justify-content: flex-start;
}
.res-listings  .time_sec span { 
    color: #242e30;
    font-size: 12px;
    line-height: 21px;
    display: flex;
    align-items: center;
    margin-right:20px;
}
.res-listings  .time_sec img{
    margin-right:4px;
}
.res-listings .time_sec.space{
    padding:0
}
.res-listings .time_sec.space img{
    padding:0
}
.res-listings .buttons{
    display: flex;
    justify-content: space-between;
    margin-top:5px;
}
.res-listings .buttons button{
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    padding:9px 32px;
    border-radius: 6px;
    color:#fff;
    border:none
}
.res-listings .buttons .reserve-btn{
    background: #D4B444
}
.res-listings .buttons .order-now-btn{
    background: #40AD19
}
.mob-btns {
    background:#fff;
    justify-content: center;
    display: flex;
    width: 100% !important;
    padding: 3px 11px;
    position: absolute;
    left: 0;
    bottom: 0;
    border-top: 1px solid #ddd;
}
.mob-btns a{
    width:100%;
    text-align: center;
}
.mob-btns .btn{
    color:#D4B444;
    font-weight:bold;  
    width:100%
}
.mob-btns .btn:hover{
    background:#D4B444;
    color:#fff 
}
.mob-btns i{
    color:#D4B444;
    margin-right:4px; 
}
.mob-btns .btn:hover i{
    background:#D4B444;
    color:#fff 
}
.search-listings-form .search{
    width:100% !important;
    left:unset;
}

.search-listings-controls{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.search-listings-input {
    width: calc(36% - 12px);
    position: relative;
}
.search-listings-btn {
    width: calc(28% - 12px);
}
.search-listings-input,
.search-listings-btn {
    display: block;
    margin: 0 !important;
}
.search-listings-input input,
.search-listings-btn button {
    display: block;
    margin: 0;
    width:100% !important;
}
.search-listings-input img{
    margin:0 4px 0 0;
    position:absolute;
    left:15px;
    top:15px;
}
.search-listings-input input{
    background: #F5F5F5;
    opacity: 0.8;
    border-radius: 6px !important;
    padding: 8px 10px 8px 40px;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    border: 1px solid #E0E0E0 !important;
}
.search-listings-btn button{
    background: #D4B444;
    border-radius: 6px;
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    color:#fff;
    padding:9px 30px 9px 30px;
}
.selectrest {
    margin-top: 27px;
}
.selectrest ul li{
    width:100%;
    margin-bottom:20px;
}
.selectrest img{
    height:22px;
    width:auto;
}
.selectrest a {
    padding: 9px 20px;
    background:#6D6D6D;
    margin:0;
    width:100%;
}
.selectrest a:hover,
.selectrest a.active {
    background:#D4B444;
}
.selectrest a span {
    color:#fff;
    font-size: 16px;
    line-height: 28px;
    font-weight:400
}
#myBtntoptobottom,
a.btncity:hover,
.search button {
    background: #D4B444;
    color:#fff
}
.search.cities .m-search img{
    filter:invert(1)
}
footer.listings-footer{
    margin-top:120px;
}
a.btncity:hover i{color:#fff}
footer.listings-footer {
    background: #fff;
    position: relative;
}
footer.listings-footer p a,
footer.listings-footer p{
    color:#fff !important;
}
.footer-text{
    font-family: 'Poppins',sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    color: #6D6D6D;
    padding: 8px 12px;
    background: #E9E8E8;
}
.footer-text a{
    color:#6d6d6d
}
.login .btn-login, .registerBox .btn-register{
    background: #D4B444 ;
    color: #fff;
}
.modal-header,
#search-pop-header .modal-header {
    background: #fff ;
    color: #222;
    border-bottom:1px solid #e6e6e6 !important
}
.login .btn-login:hover, .registerBox .btn-register:hover{
    background: #D4B444;
    color: #fff;
}
.login .division .line {
    border-top: 2px solid #e6e6e6;
}
#search-pop-header .close {
    color: #ffffff!important;
}
.login .btn-login i, .registerBox .btn-register i{
    color:#fff;
}
span.log i{
    color:#fff;
}
.login .form-control {
    background-color: #fff;
    border: 1px solid #e6e6e6 !important;
}
ul.menutop li:not(.lang-menu):not(.lang-dropdown) img {
    
}
/*--- Listing Page Ends--*/

/*-- Menu Page --*/
.right-add a {
    width: auto;
    border-radius: 5px;
    color: #D4B444;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 11px 23px;
}
#info-modal .nav-tabs .nav-link:before,
.right-add a:hover{
    background: #D4B444;
}

.col-md-6.rating_head,
#info-modal .nav-tabs .nav-link.active, #info-modal .nav-tabs .nav-link:hover {
    color: #D4B444;
}
#info-modal .btn-primary,
#info-modal .btn-primary:hover{
    background: #D4B444;
    color:#fff;
    border-color:#D4B444;
    color: #fff;
}
.addToCartSimpleProduct:hover .right-add a, .variantProduct:hover .right-add a, .meal-des.selected_current .right-add a {
    border: 1px solid #D4B444;
    background: #D4B444;
    color:#fff !important
}
.meal-des[aria-expanded="true"] .right-add a i{
    color:#fff !important
}
.manageCartQtyInput {
    padding:0
}
span.noti em {
    top:0;
    background: #000000;
    box-shadow: 0 0 0 3px #000000d1;
}
.post-des,
.meal-des {
    box-shadow: 1px 2px 12px 2px rgba(0,0,0,.1) !important;
    border: none !important;
}
.right-add a .fa-minus{
    display:none
}
.meal-des.selected_current,
.meal-des:hover{
    background:#f0f0f0
}
.RestaurantText .Status_Text span {
    font-weight: 400 !important;
}
.info_boxPanel {
    margin-top: 0 !important;
}
.change_Order_First {
    flex: 0 0 auto;
    margin-top: 0;
}
.RestaurantProfileRight {
    float: none;
    display: flex;
    flex-direction: column;
    width: 40%;
}
.RestaurantProfileRight .info_boxPanel{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.RestaurantProfileRight .info_boxPanel p {
    width: 100%;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.RestaurantProfileRight .info_boxPanel p span{
    margin-left:10px;
}
.d-flex.star-rating{
    justify-content: flex-end;
}
.star-rating > span,
.reviews i {
    color: #D4B444;
}
.contact-top a {
    display: inline-flex;
    align-items: center;
}
.time_M {
    font-size: 14px;
    padding: 0;
    border-radius: 4px;
    height: auto;
    margin: 0 0 0 8px;
    color: #fff;
    align-items: center;
    display: inline-flex;
}
.time_M img {
    margin-top: -4px;
    filter: invert(1);
    width: 27px;
}
.time_M i {
    font-size:22px;
    margin-right:8px;
    color:#D4B444
}
.cartb .cartb_img i,
.delivery_summary i,
.product_summary i{
    color:#D4B444;
}
.delivery_summary i, .product_summary i {
    font-weight: 800;
}
.product_summary i {
    font-size: 22px;
}
.delivery_summary i {
    font-size: 19px;
}
.inner-des .desc-heading {
    font-size: 17px;
}
.inner-des .fa-info{
    border: 1px solid #444;
    display: inline-block;
    width: 21px;
    height: 21px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}
.contact-top a i {
    color: #D4B444;
}
.shopping-box {
    width: 100% !important;
}
.shop-grid {
    padding: 0 10px;
}

.cartb label {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.cartb .cartb_img {
    margin-top: 0;
    width: 100%;
    text-align: left;
}
.cartb.active_btn::after{
    display:none
}
.btn.btn-search {
    background-color: #D4B444;
    border: 1px solid #D4B444;
}
.cartHeaderContainer.basket-button.basket-button--secondary {
    background: #D4B444;
}
span.basket-button__label-title{
    color: #fff;
}
.cartb label:hover {
    color: #000;
}
.basket__order-button:hover,
.basket__order-button{
    background-color: #D4B444 !important;
    color: #fff !important;
    margin: 30px auto 20px
}
.shop-left{
    padding-top:24px;
}
.shop-left-title {
    background: #D4B444;
    color: #fff;
    font-size: 19px;
    padding: 15px;
    font-weight:700;
}

.menu-search{
    padding: 24px 24px 0;
    position: relative;
    margin-top: 24px;
    height: 40px;
}
.menu-search .search-cstm{
    display: block !important;
    width: calc(100% - 48px) !important;
    position: absolute !important;
    left: 24px !important;
    right: 24px !important;
    top: 0;
    border-radius: 8px;
    z-index:1 !important;
    border-radius: 8px !important;
}
.menu-search .resetSearch{
    display:none
}
.menu-search-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    background: #D4B444;
    border: 1px solid #D4B444;
    color: #fff;
    height: 40px;
    border-radius: 0 8px 8px 0;
    position: absolute;
    right: 24px;
    top: 0;
    z-index: 2;
}
.cartHeaderContainer.basket-button.basket-button--secondary{
    padding:26px 0
}
.basket-container.fixed {
    z-index: 99999999;
}
.basket-container.fixed  .cart_mobile_icon i{
    transform: rotate(45deg);
    color: #fff;
    font-size:30px;
}
.shop-right .basket-container{
    border:1px solid #ccc;
    box-shadow:none;
    border-radius: 8px;
    overflow: hidden;
}
.cartb:nth-child(2){
    border-right:none
}
.shop-center .post-img{
    display:none
}
.shopping-box *:not(i){
    font-family: 'Poppins', sans-serif !important
}
.RestaurantLogoImg {
    border: none !important;
    min-width:120px !important;
}
span.Info_M {
    cursor: pointer;
    display: inline-flex;
    color: #fff;
    background: #D4B444;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    padding: 0;
    margin: 0;
    align-items: center;
    justify-content: center;
    color: #000;
}
.pizza-column .RestaurantBox .contianer-pizza {
    padding: 30px 15px !important;
}
.RestaurantBox::before{
    padding:0 !important
}
.RestaurantProfileLeft{
    width:100%
}
.RestaurantProfileLeft .RestaurantLogoImg{
    display:none
}
.RestaurantProfileCenter {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.b-logo{
    width:120px;
    height:120px;
    margin:0 auto;
    position: relative;
    background: #fff;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
}
.b-logo>.Status {
    font-size: 0;
    width: 23px;
    height: 23px;
    display: inline-flex;
    border-radius: 100%;
    padding: 0;
    margin: 0;
    background: white;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -3px;
    bottom: 20px;
}
.b-logo>.Status .status_color{
    margin: 0 !important;
    position: relative;
    width: 15px;
    height: 15px;
    left: 0;
    top: 0;
}

/*.b-logo img{
    height: 100%;
    width: 100%;
    border-radius: 100%;
    background: #fff;
}*/
.RestaurantProfileRight {
    width: 100%;
}
.res-cover{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
}
.res-cover img{
    object-fit: cover;
    height: 100%;
    width: 100%;
}
#Reorder {
    margin:0;
}
.pizza-column .RestaurantBox .contianer-pizza {
    position: relative !important;
    top: 0 !important;
}
#search-pop-header .modal-body{
    padding:0 !important;
}
#search-pop-header .modal-content{
    padding:0 !important;
}
.popUpOptions label.form-check-label {
    padding: 0 0 6px 0;
    margin: 0;
    color: #111;
    font-weight: 700;
}
.popUpOptions .form-check p {
    padding-left: 0;
}
.popUpOptions {
    margin: 0;
}
.popUpOptions .form-check span{
    margin:0;
}
.popUpOptions .form-check {
    border-bottom: 1px solid #e6e6e6;
    padding: 15px 10px 15px 80px;
    margin: 0;
    border-left:8px solid #fff;
}
.popUpOptions .form-check:hover,
.popUpOptions .form-check.active{
    border-left:8px solid #D4B444;
}
.popUpOptions .form-check .active_btn{
    color:#D4B444;
}
.popUpOptions .form-check::before{
    content: "\f258" !important;
    background: none !important;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    font: normal normal normal 40px/1 FontAwesome;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #111;
}
span.product_sku {
    color: #D4B444;
}
.popUpOptions .form-check:nth-child(3)::before{
    content: "\f21c" !important;
}
.popUpOptions .col-md-12 {
    background: #fff;
    border-radius: 0;
    border: none;
    margin-bottom: 0;
}
.popUpOptions .col-md-12:nth-child(3){
    margin-bottom:0;
}

.search-location{
    border-radius: 8px 0 0 8px;
}
#search-pop-header .modal-dialog .modal-content {
    border-radius: 5px;
}
#search-pop-header h2 {
    font-weight: bold;
}
#search-pop-header .btn.btn-search {
    border-radius: 0 8px 8px 0;
}
#search-pop-header #pincodeFORM {
    padding: 0 !important;
}
#search-pop-header .pin_code_form{
    padding:10px;
}
.popUpOptions .form-check:hover label.form-check-label {
    background: transparent!important;
    color: #111 !important;
}
.cart-meal-edit-buttons button {
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 0 6px 3px rgba(0,0,0,.1);
}
.cart-meal-edit-buttons button:not(.updateCartQty) i{
    color:#D4B444
}
#shoppingPincodeFORM{
    padding: 10px;
    background: #f0f0f0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
#shoppingPincodeFORM .search-location {
    background: #fff;
    margin: 10px 0 0 0;
}
#shoppingPincodeFORM  .btn.btn-search {
    margin: 10px 0 0 0;
    border-radius: 0 8px 8px 0;
}
.cartb{
    border:none
}
.cartb .cartb_img {
    text-align: center;
}
.cartb:hover .cartb_img{
    transform: none !important;
}
.cartb .cartb_txt{
    color:#000
}
.cartb label.active{
    background: #fff;
    box-shadow: 0 0 3px 4px rgba(0,0,0,.01);
    border: 1px solid #f0f0f0 !important;
    margin: 0;
    border-radius: 30px;
    padding: 7px 15px;
    transform: scale(1) !important;
}
div#empty span.basket-empty__text {
    padding-left: 5px;
    padding-right: 5px;
}
.cartb.active_btn.tableBooking{
    min-width: 175px;
    width:fit-content;
}
.cartb.active_btn.tableBooking label{
    flex-direction: unset;
}
.cartb.active_btn.tableBooking .cartb_img{
    width:auto 
}
.cartb.active_btn.tableBooking .cartb_txt strong{
    color: #D4B444;
}
.cartb input{
    display:none
}
.cartb label{
    background:transparent;
    box-shadow: 0 0 3px 4px transparent;
    border: 1px solid transparent !important;  
}
.shop-right{
    padding-top:24px;
}
.basket-container.fixed #items {
    max-height: calc(100vh - 350px);
}
.sidedishes {
    max-width: 380px;
    padding: 24px 30px !important;
}
.meal.meal__bottom-wrapper {
    padding: 0 !important;
}
.meal-description button.btn.btn-primary {
    height: 46px;
    border-radius: 5px;
    border: 1px solid #D4B444;
    background: #D4B444;
}
.meal-description .input-group.d-flex {
    border-radius: 5px;
}
.meal.meal__bottom-wrapper {
    background-color: #f8f8f8;
}
.sidedishes .form-group .form-control {
    border: 1px solid #e6e6e6;
}
.sidedishes .input-group .input-number {
    color: #000000;
}
.sidedishes a.more-info_product,
.sidedishes .form-group p a {
    margin-left: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 19px;
    height: 18px;
    background: #fff;
    border-radius: 100%;
    border: 1px solid #333;
    padding: 3px;
}
.shopping-box .contianer-pizza{
    max-width:1286px;
}

#cartpopup .modal-header {
    background: #D4B444;
    padding: 12px 12px 12px 20px;
    color: #fff
}
#cartpopup .modal-header .btn-danger {
    background-color: #000 !important;
    border-color: #000 !important;
}
.payment-head .form-control {
    color: #000;
    height: 40px;
    border: 1px solid #e6e6e6;
    box-shadow: 1px 3px 4px 2px rgba(0,0,0,.04);
}
.payment-head h2, .payment-head h4 {
    text-align: left;
}
.payment-head .btn-sec #formsubmit {
    background: #D4B444!important;
}
.payment-way.info-tab-section .info-pay-card {
    border: 1px solid #f0f0f0;
    border-radius: 0;
    box-shadow: 3px 3px 14px 0px rgba(0,0,0,.05);
    flex-direction: row;
    align-items: center;
    padding: 10px 20px;
    width: 130px;
}
.payment-tip{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.note-war {
    background: #f4fafb;
    border: 1px solid #e6fafc;
    margin: 15px 0 0 !important;
}
.dilvery-time-c a, .minspan span, .tip-content span {
    color: #D4B444!important;
}
.payment-way .info-pay-card.active, .payment-way .info-pay-card:hover {
    background: #D4B444;
}
.payment-way .info-pay-card.active span, .payment-way .info-pay-card:hover span{
    color: #fff;
}
.payment-head .card.border-bottom {
    border-color: #e6e6e6 !important
}
.payment-head h4{
    padding-left:0 !important
}
.cartpopup form#checkout-form{
    background-image:none;
    padding-top:0;
}
.cartpopup  form#checkout-form .card-body {
    padding: 10px 0;
}
.cartpopup .dilvery-time-c a {
    margin-left: 0 !important;
}
.info-pay-card-list{
    position: relative;
}
.cartpopup .checkicon0 {
    left: 63px !important;
    top: -7px !important;
}
.cartpopup .checkicon1 {
    left: 154px !important;
    top: -7px !important;
}
.tip-content {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0;
    flex: 1;
}
.tip-boxes{
    display: flex;
}
.tip-content>span{
    margin-right: 10px;
}
.tip-boxes .dropdowntip {
    padding:0 !important;
    max-width:unset !important;
    flex:unset !important
}
.tip-boxes .form-control {
    margin: 0 0 0 10px !important;
}
.tip-boxes select.form-control {
    width: 120px;
}
.tip-boxes input.form-control {
    width: 70px;
}
.payment-title span{
    display: block;
    font-size: 13px;
    margin: 6px 0 0px 0;
}
.total-price .pay_to_need{
    margin: 10px 0 20px;
    color: #000 !important;
    text-align: center;
    text-decoration: none;
}
.payment-way .info-pay-card img {
    width: 40%;
    margin: 0 3px 0 0;
}
.payment-way .info-pay-card.active img, .payment-way .info-pay-card:hover img{
    filter:invert(1) brightness(36.5)
}
.btn-sec{
    text-align: center;
}
#paypal-button-container {
    margin: 0 auto;
}
.dilvery-time-c {
    padding-bottom: 10px;
}
.res-info-box{
    background: #f5f3f0;
    border-radius: 8px;
    padding: 20px;
    margin-top: 15px;
}
.res-info-box table {
    margin:0 -10px -10px;
    width:calc(100% + 20px)
}
.res-info-box table td,
.res-info-box table th{
    border:none;
}
.res-info-box table th{
    padding:8px 10px;
}
.res-info-box table td{
    padding:0 10px 8px;
}
.res-info-box table td,
.res-info-box{
    color:#777
}
.res-info-box table td{
    color:inherit !important
}
.res-info-box table th{
    color:#111
}
.res-info-box-last{
    margin-bottom:15px;
}
.res-info-box .info-pay-cards{
    display: flex;
    align-items: center;
}
.res-info-box .info-pay-card{
    align-items: flex-start;
    background: transparent;
    padding: 0;
    width: 45px;
    border: none;
}
.res-info-reviews #step1Prev,
.res-info-reviews #step0commands{
    display: none !important;
}
.res-info-reviews #step1commands{
    display: block !important;
}
.res-info-reviews #step0,
.res-info-reviews #step1{
    display:block !important
}
.res-box-rating{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.res-box-rating .rating_head{
    margin-bottom: 0;
    min-width: 74px;
}
.res-box-rating-stars {
    display: flex;
}
.res-info-reviews .form-group .form-control {
    border: 1px solid #e6e6e6 !important;
    border-radius: 4px;
}
.res-info-reviews .form-group .form-control::placeholder{
    color:#888
}
.vertical-cats {
    max-height: calc(100vh - 75px) !important;
    overflow: auto;
}
.vertical-cats .item {
    background: #fff;
    border:none;
}
.vertical-cats .item a{
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.vertical-cats .item.active a {
    border-color: #ccc;
}
.vertical-cats .item a{
    display: block;
    margin: 0;
    padding: 0 14px !important;
}
#info-modal-msg .modal-header{
    flex-direction: column;
    padding:10px;
}
#info-modal-msg .modal-body{
    padding-top:20px !important;
}
#info-modal-msg  .info-container{
    height:auto
}
.mobile-tablebooking{
    position: fixed;
    bottom: 66px;
    left: 15px;
    background: #D4B444;
    z-index: 9;
    color: #fff;
    padding: 7px;
    border-radius: 100%;
    text-align: center;
    width: 88px;
    height: 88px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.mobile-tablebooking strong{
    display: block;
    font-size: 20px;
}
.mobile-tablebooking span{
    font-size: 13px;
}
@media screen and (min-width:768px){
    .RestaurantProfileLeft .b-logo{
        display:none
    }
}
@media screen and (min-width:1000px){
    .horizontal-cats{
        display: none !important;
    }
    .RestaurantProfileBox{
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        padding: 0 !important;
    }
    .RestaurantProfileLeft{
        display: flex;
        width: 100%;
    }
    .RestaurantText{
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 40px 0 0 !important;
    }
    .Status.Online .status_color {
        background: #9cd70b;
    }
    .RestaurantLogoImg img {
        object-fit: contain;
    }
    .RestaurantLogoImg {
        width: 24% !important;
        max-width: 165px !important;
        min-width: 165px;
        height: 150px !important;
        float: none !important;
        background: #fff !important;
        position: relative;
    }
    .shop-grid{
        display: grid;
        grid-template-columns: 250px 1fr 350px;
        max-width: 1286px;
        margin: 0 auto;
    }
    .basket-container.js-basket-container.fixed.customclassbasket #items {
        max-height: calc(100vh - 435px);
    }
    .right-add a {
        margin: 0;
    }
    .shop-right .cart-basket .basket-container{
        width:100% !important;
        position: relative;
        top:0;
    }
    .shop-left .slide-content-main{
        border:1px solid #ccc;
        border-radius:8px;
        overflow: hidden;
        top:0;
    }
    .shop-left .slide-content{
        height: auto;
        border:none !important;
        flex-direction: column;
    }
    .shop-left .slide-sec {
        padding:0 !important;
    }
    .shop-left .slide-sec button.owl-next {
        top: 0px !important;
        border-left: 1px solid #ccc;
    }
    #slide-carousel{
        transform: rotate(90deg);
        width: 270px;
        margin-top: 0;
        min-width: 100%;
        margin-left: -10px;
    }
    #slide-carousel .owl-item {
        width: 50px !important;
        height: 250px !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #slide-carousel .item {
        transform: rotate(-90deg);
        min-width: 250px !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #slide-carousel .item.active {
        background: #fff;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
    }
    .slide-sec .item a {
        font-size: 14px;
        text-align: left;
        font-weight: 400;
        width: 100%;
        padding-left: 4px;
    }
    .shop-left .search-left{
        display:none
    }
    .right-add {
        flex: 0 0 auto;
        display: flex;
        align-items: center;
    }
    span.meal-price {
        margin-right: 15px;
    }
    .meal-des:hover{
        background:#f0f0f0
    }
    .shop-right .cart-basket{
        position: sticky;
        left: 0;
        right: 0;
        top: 0;
        background: #fff;
        z-index: 99;
    }
    .mobile-tablebooking{
        display:none
    }
}
@media screen and (min-width:992px){
    .res-listings {
        min-height: calc(100vh - 375px);
    }
    .o-detail-main {
        min-height: calc(100vh - 150px);
    }
}
@media (max-width: 1279px){
    header.main-header .topbar__title {
        max-width:unset
    }

    header.main-header .topbar__title {
        font-size: 15px;
    }
}
@media (max-width: 1199px){
    header.main-header .topbar__title {
        font-size: 13px;
    }

}
@media (max-width: 1024px){
    a.logo_link{
        margin: 0 auto 0 0;
    }
    .procesing-sec h5 {
        font-size: 16px;
    }
    .order-meta-tables .order-table thead th {
        font-size: 15px;
    }
    .order-meta-tables .UserInfoTable .user-meta-box div span,
    .order-meta-tables .UserInfoTable .table td {
        font-size: 16px;
        line-height: 20px;
    }
    .user-meta-box span.box-title {
        font-size: 15px;
    }
    .order-meta-tables .order-table tbody td {
        font-size: 16px;
        line-height: 20px;
    }
    .search-listings-form {
        width: 100%;
    }
    .center_items {
        justify-content: space-between;
        display:flex;
    }
    .listing-header .listing-header-ac,
    .topbar_loc {
        justify-content: center;
    }
    .selectrest ul li {
        width: calc(25% - 15px);
    }
    .selectrest a span {
        font-size: 16px;
    }
    .res-listings {
        width: 100%;
        margin-top: 10px;
    }
    .user-meta {
        width: 100%;
    }    
}
@media (max-width:1000px){
    .vertical-cats{
        display: none;
    }
    .shop-left-title,
    .menu-search{
        display:none
    }
    .shop-left {
        padding: 0px 15px 0px;
        position: sticky;
        top: 0;
        background: #fff;
        z-index: 999;
    }
    .shop-grid {
        padding: 0;
    }
    .RestaurantProfileBox {
        padding-top:0 !important;
        display: flex;
        align-items: center;
    }
    .RestaurantProfileLeft {
        width: 100% !important
    }
    #slide-carousel .item.active{
        background: #D4B444;
        border-bottom: none;
        border-radius:30px;
    }
    #slide-carousel .item.active a{
        color:#fff;
    }
    .responsive-menu .btn {
        border-radius: 30px;
        background: #D4B444 !important;
        border-color: #D4B444 !important;
    }
}
@media (max-width:992px){
    .center_header_part {
        justify-content: center;
    }
    .topbar__logo a {
        margin: 0px auto 0 0;
    }
    header.main-header {
        height: auto;
    }
    .rightMenuP {
        float: none !important;
        margin:10px auto;
        padding:0 !important
    }

    .listing-header ul.menutop li a {
        font-size: 13px !important;
        padding: 0 10px 0 0;
    }
    .order-meta-tables {
        grid-template-columns: 1fr 1fr;
        grid-gap:0 20px;
    }
}
@media (max-width: 800px){
    .selectrest ul li {
        width: calc(50% - 8px);
    }
    .res-listings .reviews,
    .res-listings .reviews span{
        font-size: 14px;
    }
    .res-listings .reviews {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        position: relative;
    }
    .search-listings-input {
        width: calc(40% - 12px);
    }
    .search-listings-input input{
        font-size: 16px
    }
    .search-listings-btn {
        width: calc(20% - 12px);
    }
    .selectrest a {
        border-radius: 10px;
    }
    .selectrest a img{
       margin-right:5px;
    }

    .res-box {
        flex-wrap: wrap;
        justify-content: center;
    }
    .o-detail-lft {

    }
    .res-left {
        justify-content: center;
    }
    .res-right{
        justify-content: center;
        margin-top: 10px;
        font-size: 16px;
        line-height: 19px;
    }
    .res-order-id {
        font-size: 18px;
        line-height: 19px;
        margin: 30px 0 10px 30px;
    }
    .page-hero:not(.listings-hero) {
        height: 150px;
    }
    .procesing-sec h3 {
        font-size: 24px;
        margin-bottom: 25px;
    }
    .procesing-sec {
        padding: 30px 0 0 0;
    }
}

@media (max-width: 768px){
    .lrft_lidting {
        padding: 0;
    }
    .right-listing {
        padding: 0;
    }
    .res-listings #homeresults {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 25px;
    }
    .res-listings .mark_sec_left{
        min-height:auto
    }
    .search-listings-controls {
        flex-wrap: wrap;
        align-items: flex-start;
    }
    .search-listings-input {
        width: calc(50% - 10px) !important;
    }
    .search-listings-input input{
        margin: 0 0 15px 0 !important;
    }
    .listings-form {
        padding: 20px 0 0
    }
    .search-listings-btn {
        width: 100%;
    }
    .rightMenuP {
        float: none !important;
        margin: 0;
    }
    .f-frame,
    .mob-frame {
        background: #D4B444 !important;
    }
    .res-box {
        flex-wrap: wrap;
    }
    .RestaurantLogoImg {
        min-width: 124px !important;
    }
    .contact-top a {
        display: flex;
        align-items: center;
    }
    .o-detail-lft {
        overflow: visible !important; 
    }
}
@media (max-width: 767px){
    .main-container .cart-basket{position: relative; z-index: 9999!important;}
    #cartpopup{z-index: 11111;}
    .top-logo-box{
        order:1;
        padding-left:3px;
        width:35% !important;
        flex: 0 0 35%;
        max-width: 35%;
    }
    .top-acc-box{
        order:2;
        justify-content: flex-end !important;
        width:65% !important;
        flex: 0 0 65%;
        max-width: 65%;
        padding-left:0;
        text-align: right;
    }
    .top-loc-box{
        order:3;
        margin-bottom:10px; 
    }
    a.logo_link, .topbar__logo a {
        height: 60px;
    }
    .payment-head h4 {
        text-align: center;
    }
    .cartpopup .dilvery-time-c a {
        display: block;
        text-align: center;
        width: 100%;
    }
    .RestaurantProfileRight .info_boxPanel p {
        justify-content: center;
    }
    .change_Order_First {
        margin-bottom: 0px !important;
        margin-top: 13px !important;
    }
    .RestaurantProfileCenter .b-logo{
        display:none !important
    }
    .pizza-column .RestaurantBox .contianer-pizza {
        background: rgb(0 0 0 / 63%) !important
    }
    .RestaurantProfileLeft {
        flex-direction: column;
    }
    .RestaurantText {
        text-align: center;
        margin-top: 15px;
    }
    .contact-top a {
        justify-content: center;
    }
    .pizza-column .RestaurantBox .contianer-pizza {
        position: relative !important;
    }
    .RestaurantBox .hero {
        height: auto !important;
        position: absolute;
        bottom: 0;
        top: 0;
        width: 100%;
    }
    .RestaurantProfileBox {
        flex-direction: column !important;
    }
    .star-rating {
        text-align: center;
    }
    .RestaurantBox .hero img.img-fluid {
        height: 100% !important;
        object-fit: cover;
    }
    .RestaurantLogoImg {
        width: 130px !important;
        height: 130px !important;
        max-width: 180px !important;
        background: #fff !important;
        border: none !important;
        display: flex !important;
        align-items: center;
    }
    .topbar-container.container-fluid .row {
        flex-direction: row!important;
    }
    .search-listings-input {
        width:100% !important;
    }
    .res-listings h3.listing-name span, .res-listings h3.listing-name {
        font-size: 15px;
        line-height: 20px;
    }
    .info1 {
        flex-wrap: wrap;
    }
    .search-listings-btn button {
        font-size: 16px;
    }
    .res-listings #homeresults {
        grid-gap: 5px;
    }

    .listing-header .listing-header-ac {
        justify-content: center;
    }


    .res-right {
        font-size: 15px;
        flex-wrap: wrap;
    }
    .res-box .res-logo {
        max-width: 160px;
    }
    .res-order-id {
        font-size: 16px;
        margin: 20px 0 10px 0;
        text-align: center;
    }
    .order-meta-tables .UserInfoTable {
        margin-top:25px;
    }
    .order-meta-tables {
        grid-template-columns: 1fr;
        grid-gap:0;
    }
    .procesing-sec {
        padding: 15px 0 0 0;
    }
    .procesing-sec h3 {
        font-size: 19px;
        margin-bottom: 14px;
    }
    .procesing-sec li {
        margin: 0 0 20px 0;
    }
    .procesing-sec h5 {
        margin: 15px 0 0 0;
    }
    .procesing-sec .tick {
        width: 35px;
        flex: 0 0 35px;
        height: 35px;
        border: 2px solid #fff;
    }
    .procesing-sec .tick img{
        max-width: 65%;
    }
    .procesing-sec ul {
        padding: 0 8px;
    }
    .procesing-sec .process:after {
        height: 1px;
        top: 16px;
    }
    .procesing-sec h5 + img {
        width: 40%;
    }
    .procesing-sec h5 {
        font-size: 10px;
        line-height: 15px;
    }
    .CustomerInfoBtn h4 {
        font-size: 19px;
    }
    .user-meta-box span.box-title {
        font-size: 13px;
    }
    .order-meta-tables .UserInfoTable .user-meta-box div span, .order-meta-tables .UserInfoTable .table td {
        font-size: 15px;
        line-height: 20px;
    }
    .order-meta-tables .UserInfoTable .table img {
        max-width: 18px;
    }
    .order-meta-tables .UserInfoTable .table td {
        padding: 1px 4px 10px 0;
    }
    a.loacations {
        font-size: 13px;
        padding: 10px 17px;
    }
    .listing-header ul.menutop li a {
        font-size: 14px;
    }
    .res-listings .center-box {
        width: 50px;
        height: 50px;
    }
    .change_Order_First {
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .RestaurantProfileRight {
        width: 100% !important;
    }
    .info_boxPanel {
        text-align: center !important;
    }
    a.logo_link, .topbar__logo a {
        width: 115px;
    }
    .dilvery-time-c>div {
        margin-bottom: 10px;
    }
    .dilvery-time-c .mintext {
        top: 10px;
    }
    .payment-div>.container-fluid{
        margin-top:5px !important
    }

}
@media (max-width: 640px){
    .page-hero h1 {
        font-size: 24px;
    }
    .selectrest {
        margin-top: 15px;
    }
    .selectrest ul li {
        width: 100%;
        margin-bottom:15px;
    }
    .res-listings .buttons button {
        font-size: 15px;
        font-weight: 400;
        line-height: 25px;
        padding: 9px 25px;
    }
    .footer-text {
        font-size: 12px;
        line-height: 22px;
    }
    .order-meta-tables .order-table tbody td ,
    .order-meta-tables .order-table thead th {
        padding: 7px;
    }
    .order-meta-tables .order-table tbody td,
    .order-meta-tables .order-table thead th,
    .order-meta-tables .order-table tbody td span {
        font-size: 13px;
    }
    header.main-header .topbar__title {
        font-size: 13px;
        display: inline-flex;
        padding: 10px 13px;
    }
    .rightMenuP ul li a{
        font-size:13px !important;
        padding: 10px 0;
    }
    .res-listings .listing-top {
        padding: 20px 20px 0 10px;
    }
    .res-order-id {
        font-size: 14px;
        justify-content: center;
    }
    .res-order-id img {
        margin-right:2px !important
    }

    .topbar__title-container {
        padding: 0;
        margin-bottom: 0!important;
    }
    .topbar__logo {
        margin-top: 0;
    }
    .rightMenuP {
        margin: 0;
    }
    ul.menutop {
        margin: 0 0 0
    }
    .selectrest ul li {
        width: calc(50% - 3px);
        margin-bottom: 6px;
    }
    .selectrest a {
        padding:8px;
    }
    .selectrest a span {
        font-size: 12px;
    }
    .selectrest a img {
        margin-right: 4px;
        height: 19px;
    }
    .topbar-container {
        padding: 0 15px;
    }
    .right-add a {
        width: 60px;
        margin-left: auto;
    }
    .meal-des .inner-des {
        max-width: calc(100% - 80px);
    }
    .right-add {
        flex: 0 0 80px;
    }

    .payment-way.info-tab-section .info-pay-card {
        height: 60px;
    }
    .tip-content {
        justify-content: center;
    }
}
@media (max-width: 575px){
    .res-right a {
        margin: 0 4px 4px 4px;
        font-size:13px;
    }
    .res-right a img {
        width: 18px;
    }
    span.noti {
        left: -15px;
    }
    .tip-content{
        margin-top:20px;
    }
    .total-price .pay_to_need {
        margin: 0 0 8px 0;
        font-size: 20px;
    }
    .minspan{
        text-align: center;
    }
    .payment-tip {
        justify-content: center;
    }
    .dilvery-time-c {
        padding-bottom:0
    }
    .res-right {
        justify-content: space-between;
        width: 100%;
    }
    .o-detail-lft {
        padding: 0 15px 20px;
    }
    .res-content {
        padding-top: 15px;
    }
    .res-conts {
        width: 100%;
        justify-content: center;
    }
    .res-cont{
        margin:0 10px 15px !important
    }
    .res-left {
        text-align: center;
        width:100%;
    }
    .res-title{
        margin-bottom: 5px !important;
    }
    .res-left a {
        justify-content: center;
    }
    .res-order-number {
        margin-top: 3px;
    }
    .res-order-time {
        margin: 0 auto;
    }
    .res-box {
        padding-top: 30px;
    }
    .res-box .res-branding {
        width: 90px;
        height: 90px;
    }
    .res-order-time-left strong {
        font-size: 14px;
    }
    .res-order-time-right img {
        max-width:45px;
    }
    .table-grid-line:not(.order-items-header) .table-grid-item {
        padding: 5px;
    }
    .table-grid-qty {
        width: 30px;
        height: 28px;
        font-size: 12px;
    }
    .table-grid-line:not(.order-items-header) .table-grid-item:nth-child(1) {
        display: flex;
        align-items: center;
    }
    .table-grid-line:not(.order-items-header) .pro_qty_prc {
        font-size: 12px;
    }
    .table-grid-line {
        grid-template-columns: 45px 1fr 95px;
    }
    .table-grid-item-price {
        font-size: 12px;
    }
    .table-grid-line.order-items-header{
        font-size:14px;
    }
    .table-footer-line {
        padding: 10px;
    }
    .table-footer-item {
        font-size: 12px;
    }
    .procesing-sec h3 {
        font-size: 16px;
    }
    .tableNumber strong {
        font-size: 40px;
    }
    .tableNumber span {
        font-size: 17px;
    }
}