body {
  
}

ul li {
    list-style: none;
}

.custom-container{
  max-width:1240px !important;
  background: #FFF;
}

.custom-container-top{
  max-width:1240px !important;
  
}

.custom-container-all{
  max-width:1230px !important;
  background: #FFF;
}

.select2-container--default .select2-selection--single {
    height: 38px !important;
    padding-top: 5px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 6px !important;
}

#restaurants_list_sortby ul{
  margin:0px;
  padding: 0px;
}
#restaurants_list_sortby li{
  float: left;
  padding: 15px 1rem;
  list-style: none;
}

#restaurants_list_sortby li h5{
  font-size: 15px;
}

#restaurants_list_sortby li a{
  cursor: pointer;
  font-weight: normal;
  color:#000;
}

#restaurants_list_sortby li a.selected{
  font-weight: bold;
  color:#000;
}

.left-logo {
float: left;
width: 40px;
height: 40px;
border-radius: 89px;
overflow: hidden;
margin-right: 5px;
}
 #button{
	display:block;
	margin:20px auto;
	padding:10px 30px;
	background-color:#eee;
	border:solid #ccc 1px;
  cursor: pointer;
}
#overlay{ 
  position: fixed;
  top: 0;
  z-index: 9999999999999999999999999 !important;
  width: 100%;
  height:100%;
  display: none;
  background: rgba(0,0,0,0.6);
}
.cv-spinner {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;  
}
.spinner {
	width: 40px;
	height: 40px;
	border: 4px #ddd solid;
	border-top: 4px #2e93e6 solid;
	border-radius: 50%;
	animation: sp-anime 0.8s infinite linear;
}
div#collapsetwo, div#collapseOne {

}
@keyframes sp-anime {
	0% { 
		transform: rotate(0deg); 
	}
	100% { 
		transform: rotate(359deg); 
	}
}
.is-hide{
	display:none;
}


.card-body{
  /*padding: 0px;*/
}
.menu-itemcc {
    /*float: left;*/
    border: 1px solid #cecece;
    border-radius: 5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    margin: 5px 0px;
    padding: 0px !important;
    /*height: 175px;*/
}
.menu-order-items .rounded{
   box-shadow: none !important;
}
p.item-desc {
    /* height: 60px; */
}
/* h6.mb-1 {
    height: 50px;
} */

.restaurant-detailed-banner{
   height: 230px;
}

.restaurant-detailed-banner .img-fluid.cover{
   height: 230px;
}

button.btn.btn-outline-secondary.btn-sm.float-right.add-item {
  border: 2px solid #f2c01b;
}


button.btn.btn-outline-secondary.btn-sm.float-right.add-item:hover {
  background: #f2c01b;
} 

a.btn.dropdown-toggle.btn-sm.border-white-btn {
    background: #fff;
    border: 1px solid #efefef;
    width: 100%;
    padding: 7px;
    font-size: 18px;
    text-transform: uppercase;
    color: #000 !Important;
}

.navvvv li {
     padding: 10px 12px;
    font-size: 14px;
    text-align: center;
    color: #000;
    text-transform: uppercase;
}
.pils-online{
   display: none;
}  
.pils-online.active{
   display: block;
}
.navvvv li a{
   color: #000;
}
.navvvv li.active{
   border-bottom: 1px solid #000;
}
.navvvv li:first-child {
}
.owl-nav button {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    top: 2px;
    color: #000 !important;
}

.card-header{
  /* padding: 0px; */
  background: none !important;
  border: 0px !important;
  border-bottom: 1px solid rgba(0,0,0,.125) !important;
}

.card{
  border: 0px !important; 
}

.cart-loading {
    background-color: rgba(0,0,0,.4);
    display: none;
    position: absolute;
    bottom: 0;
    top: 0;
    margin: 0 0px;
    left: 0;
    right: 0;
    z-index: 9999;
}

.cart-loading span {
  width: 29px;
  height: 29px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.orange {
  color: #ff6f00!important;
}

.rest_name h4{
  font-size: 16px;
}

.cartItems{
  border-top: 1px solid #cecece;
  background: #fafafa;
}

.otlob .red-text, .red-text {
    color: #fd0001!important;
}

.step-text {
    font-size: 20px;
    font-weight: 700;
    color: #fc3204;
    vertical-align: middle;
}

.justify-content-between {
    -webkit-box-pack: justify!important;
    -webkit-justify-content: space-between!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}

.color-white{
  color: #FFF;
}


.order-steps {
    position: relative;
    box-shadow: 0 2px 4px 0 hsla(0,5%,87%,.5);
}

.ui-menu-item{
  
}

.cuisines-list li{
  font-size: 17px;
}

.sidenav{
  position: sticky;
  z-index: 1;
  top: 0px;
  overflow-x: hidden;
  padding: 0px 5px;
  border:1px solid rgba(0, 0, 0, 0.1);
  padding-top: 10px !important;
}

.sticky-top {
  /*position: sticky;*/
  z-index: 1;
  top: 0px;
  /*overflow-x: hidden;*/
  padding: 0px 0;
}

.ui-tabs .ui-tabs-nav li{
  width: 49% !important;
  padding: 15px 0;
  border-bottom: 1px solid #e0e0e0 !important;
}

.ui-widget.ui-widget-content{
  border: none !important;
}

.ui-widget-header{
  background: none !important;
  border: none !important;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover{
  border: none !important;
  background: none !important;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited{
  color: #000;
}

.ui-tabs .ui-tabs-nav {
    /* border-bottom: 1px solid #e0e0e0 !important; */
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active{
  
  background: none !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active{
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active{
  border-bottom: 3px solid #ff3008 !important;
  outline: none !important;
  padding: 14px 0px !important;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{
  cursor: pointer;
  width: 100% !important;
  text-align: center;
  font-size: 18px;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: .5em 1em;
    text-decoration: none;
    text-align: center !important;
    width: 100%;
    font-size: 18px;
}

.icofont-top-selling{
  font-size: 26px;
  color: #ff3008;
}

.most-sell-item a{
  cursor: pointer;
}


.btn-group-panes .most-sell-item .logo img {
    max-width: 115px;
}

.btn-group-panes .most-sell-item .desc {
    background-color: #f6f6f6;
}

.btn-group-panes .most-sell-item .logo {
    height: 140px;
    padding: 18px 1rem;
}



.b-a {
    border: 1px solid #e0e0e0;
}

b {
    color: #212121;
    /*`font-weight: 400!important;*/
}

.text-727272 {
    color: #727272;
}

.h5{
  font-size: 14px;
}

.h4, h4 {
    font-size: 18px;
}

@media (min-width: 1000px){
  .col-md-3 {
    width: 18.75% !important;
  }
}


@media (min-width: 1200px){
  .col-lg-3 {
    width: 18.75% !important; 
  }
}

.cat-name {
    color: #212121;
    background-color: #f6f6f6;
    padding: 11px;
    font-size: 16px;
    line-height: 1.3;
}

.qty-update-section {
    display: inline-block;
    height: 25px;
    border-radius: 3px;
    background-color: #fff;
}


.qty-update-section button:first-child {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    float: left;
}
.qty-update-section button {
    background: #fff;
    width: 17px;
    height: 23px;
    padding: 0;
    border-radius: 0;
}

.qty-update-section span {
    display: inline-block;
    width: 24px;
    text-align: center;
    /*line-height: 2;*/
}

.b-l {
    border-left: 1px solid #e0e0e0;
}

.b-r {
    border-right: 1px solid #e0e0e0;
}

.cartItems table tr td:first-child {
    /*width: 90px;*/
}

.cartItems table tr td {
    border-top: none;
    padding: 4px;
    word-break: break-word;
}

.p-a {
    padding: 1rem!important;
}

.qty-update-section button:last-child {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    float: right;
}

.green {
    background-color: #00a53c !important;
    color: #fff !important;
}

.green:hover {
    background-color: #178917 !important;
}

.offers-popup table tr>td:first-child, .offers-popup table tr>td:last-child{
  width: 100px;
}

.price-selection{
  font-weight: bold !important;
}


.f-8{font-size:8px}
.f-9{font-size:9px}
.f-10{font-size:10px}
.f-11{font-size:11px}
.f-12{font-size:12px}
.f-13{font-size:13px}
.f-14{font-size:14px}
.f-15{font-size:15px}
.f-16{font-size:16px !important}
.f-17{font-size:17px}
.f-18{font-size:18px}
.f-20{font-size:20px}
.f-22{font-size:22px}
.f-23{font-size:23px}
.f-24{font-size:24px}
.f-25{font-size:25px}
.f-26{font-size:26px}
.f-27{font-size:27px}
.f-28{font-size:28px}
.f-29{font-size:29px}
.f-30{font-size:30px}
.f-32{font-size:32px}

.opacity-0 {opacity: 0;}
.opacity-10 {opacity: 0.1;}
.opacity-20 {opacity: 0.2;}
.opacity-30 {opacity: 0.3;}
.opacity-40 {opacity: 0.4;}
.opacity-50 {opacity: 0.5;}
.opacity-60 {opacity: 0.6;}
.opacity-70 {opacity: 0.7;}
.opacity-80 {opacity: 0.8;}
.opacity-90 {opacity: 0.9;}
.opacity-100 {opacity: 1;}

.w-30{
  width: 30px !important;
}

.steps-top {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  /*--border-bottom-right-radius-inverse: 10%;*/
}

#box {
    position: relative;
    margin: 30px;
    width: 200px;
    height: 100px;
    background: #ccc;
    border: 1px solid #333;
}

.corner {
    position: absolute;
    height: 10px;
    width: 10px;
    border: 1px solid #333;
    background-color: #fff;
}

.top-left {
    top: -1px;
    left: -1px;
    border-radius: 0 0 100% 0;
    border-width: 0 1px 1px 0;
}

.top-right {
    top: -1px;
    left: 190px;
    border-radius: 0 0 0 100%;
    border-width: 0 0 1px 1px;
}

.bottom-left {
    top: 90px;
    left: -1px;
    border-radius: 0 100% 0 0;
    border-width: 1px 1px 0 0;
}

.bottom-right {
    top: 90px;
    left: 190px;
    border-radius: 100% 0 0 0;
    border-width: 1px 0 0 1px;
}

.steps-count-circle span{
  background: #e6ebee;
  height: 35px;
  width: 35px;
  border-radius: 45%;
  display: inline-block;
  padding-top: 7px;
}

.steps-next-arrow{
  padding-top: 100px;
  padding-bottom: 100px;
}


@media (max-width: 576px){ 
  .steps-next-arrow{
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .vendor-home-item-col{
    width: 100%;
    min-width: 100%;
  }
  
}

@media (max-width: 768px) { 
  .steps-next-arrow{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .vendor-home-item-col{
    width: 100%;
    min-width: 100%;
  }
}

/* @media (min-width: 768px) { 
  .steps-next-arrow{
    padding-top: 50px;
    padding-bottom: 50px;
  }
} */



@media (min-width: 992px) and (max-width: 1199.98px) { 
  
  .row-margin-left{
    margin-left: 3rem;
  }

  .vendor-home-item-col{
    width: 100%;
    min-width: 100%;
  }

}


@media (min-width: 1200px) { 

  .row-margin-left{
    margin-left: 3rem;
  }

}

/* .table-restarurant-info td, .table th{
  padding: 0.25rem 0.75rem !important;
}
 */
.b-t {
  border-top: 1px solid #e0e0e0 !important;
}

.b-b {
    border-bottom: 1px solid #e0e0e0 !important;
}


.full-width{width:100%;height:auto}
.b-a-0{border:none!important}
.b-t-0{border-top:none!important}
.b-l-0{border-left:none!important}
.b-r-0{border-right:none!important}
.b-b-0{border-bottom:none!important}


.payment-img img:not(.vc-icon) {
    height: 20px;
}

.btn.focus, .btn:focus{
  box-shadow: none !important;
}

.triangle-down {
    width: 10%;
    height: 0;
    padding-left: 50%;
}

.triangle-down:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-left: -10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #e6e6e6;
}


.ratingFields label {
    font-weight: 400;
    color: #727272;
}

.driver-rating-text {
    color: #000;
    opacity: .34;
    margin-right: 5px;
}


.reveiw-counts {
    display: flex;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
}

@media (min-width: 768px){
  .reveiw-counts li:not(:last-child) {
    border-right: 1px solid #e0e0e0;
  }
}

.reveiw-counts li {
    text-align: center;
    flex-grow: 1;
}

.f9f9f9-bg {
    background-color: #f9f9f9;
}

.b-radius {
    border-radius: 5px;
}

.v-top {
    vertical-align: top;
}

@media (min-width: 768px){

  
  .feedButton {
    background-color: #ff6f00;
    position: fixed;
    top: 50%;
    font-size: 18px;
    left: -13px;
    margin-left: -2px;
    -webkit-transform: rotate(-90deg) translateY(-50%);
    transform: rotate(-90deg) translateY(-50%);
    outline: 2px solid #ff6f00;
    outline-offset: 1px !important;
    z-index: 999;
  }

  .feedButton:hover {
    color: #fff;
    margin-left: 2px;
  }
}


.white {
    color: #fff;
}

.b-radius-0 {
    border-radius: 0;
}

.b-a-0 {
    border: none!important;
}


@media (min-width: 768px){
  #feedbackModal .modal-dialog {
    position: absolute;
    left: 55px;
    top: 50%;
    -webkit-transform: translateY(-50%)!important;
    transform: translateY(-50%)!important;
  }
}

.triangleLeft {
    width: 10%;
    height: 0;
    top: 45%;
    position: absolute;
}

.triangleLeft:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-left: -10px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #f8f8f8;
}


.tlb-tab-group button {
  display: inline-block;
  position: relative;
  padding-bottom: 3px;
  margin-right: 10px;
}

.tlb-tab-group button:last-child {
  margin-right: 0;
}

.tlb-tab-group button:after {
  content: '';
  display: block;
  margin: auto;
  height: 3px;
  width: 0px;
  background: #fcd703;
  transition: width .5s ease, background-color .5s ease;
}

.tlb-tab-group button:hover:after {
  width: 100%;
  background: #fcd703;
}

.tlb-tab-group button.active:after {
    content: '';
    display: block;
    margin: auto;
    height: 3px;
    width: 100%;
    background: #fcd703;
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.btn-group-justified>.btn, .btn-group-justified>.btn-group {
    float: none;
    display: table-cell;
    width: 1%;
}

.btn-group-justified > .btn-group .btn {
    width: 100% !important;
}

.feedbackScreen section{
  width: 568px;
}

.fa-green{
  color: #00a53c !important;
}

.owl-carousel-three .owl-nav .owl-prev{
  border: 1px solid #e0e0e0 !important;
}

.owl-carousel-three .owl-nav .owl-next{
  border: 1px solid #e0e0e0 !important;
}

.owl-carousel-four .owl-nav .owl-prev{
  border: 1px solid #e0e0e0 !important;
}

.owl-carousel-four .owl-nav .owl-next{
  border: 1px solid #e0e0e0 !important;
}

.card-body-height{
  min-height: 135px;
}

.order-status{
  width: 150px;
  margin: 0 auto;
}

.address-height{
  height: 40px;
}


.media-body input[type="radio"]:checked button{
  background: #777;
}

.media-body input[type="radio"]:checked ~ button {
  background-color: #5cb85c;
}

.logo{
  width: 220px;
}

.restaurants-logo{
  width: 100%;
}

.white-bg-opacity-0{
  background: rgba(255, 255, 255, 0);
}
.white-bg-opacity-10{
  background: rgba(255, 255, 255, 0.1);
}
.white-bg-opacity-20{
  background: rgba(255, 255, 255, 0.2);
}
.white-bg-opacity-30{
  background: rgba(255, 255, 255, 0.3);
}
.white-bg-opacity-40{
  background: rgba(255, 255, 255, 0.4);
}
.white-bg-opacity-50{
  background: rgba(255, 255, 255, 0.5);
}
.white-bg-opacity-60{
  background: rgba(255, 255, 255, 0.6);
}
.white-bg-opacity-70{
  background: rgba(255, 255, 255, 0.7);
}
.white-bg-opacity-80{
  background: rgba(255, 255, 255, 0.8);
}
.white-bg-opacity-90{
  background: rgba(255, 255, 255, 0.9);
}
.white-bg-opacity-100{
  background: rgba(255, 255, 255, 1);
}

.rounded-lg-30{
      border-radius: 3rem!important;
}

.rounded-lg-40{
      border-radius: 4rem!important;
}

.rating-fill-start-color {
  color: rgb(252, 215, 3);
}

.progressbar {
  margin: 0;
  padding: 0;
}

.zeeindex{
  z-index: 99999 !important;
}

.progressbar li {
  list-style-type: none;
  width: 25%;
  float: left;
  font-size: 12px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  color: #7d7d7d;

}
.progressbar li:before {
  content: counter(step);
  counter-increment: step;
  border: 2px solid #7d7d7d;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  background-color: white;
  width: 40px;
  height: 40px;
}
.progressbar li:after {
  width: 100%;
  height: 2px;
  content: '';
  position: absolute;
  background-color: #7d7d7d;
  top: 20px;
  left: -50%;
  z-index: -1;

}


.progressbar li:first-child:before {
  font-family: FontAwesome;
  content: "\f15c";
  line-height: 36px;
  font-size: 18px;
}

.progressbar li:nth-child(2):before {
  font-family: FontAwesome;
  content: "\f2c5";
  font-size: 18px;
  line-height: 40px;
}

.progressbar li:nth-child(3):before {
  font-family: FontAwesome;
  content: "\f290";
  font-size: 18px;
  line-height: 35px;
}


.progressbar li:first-child:after {
  content: none;
}


.progressbar li.active {
  color: green;
  z-index: 999;
  font-size: 18px;
}

.progressbar li:first-child:before {
  /* font-family: FontAwesome;
  background-color: green;
  color: white;
  content: '\f00c'; */
}

.progressbar li.active:before {
  font-family: FontAwesome;
  background-color: green;
  color: white;
  content: '\f00c';
}


.progressbar li.active + li:after {
  background-color: #55b776;
}

.add-item{
  cursor: pointer;
}

.newsletter-input{
  width: 70% !important;
}

.add-btn-item:focus {outline:0;}
.add-btn-item:active {
  outline: none;
  border: none;
}

.add-btn-item{
  background: #3ecf8e;
  border:none;
  height: 25px;
  width: 25px;
  outline: none;
}

.add-btn-item i{
  color: white;
  font-size: 13px;
}

.item-logo img {
  padding: 5px;
  width: 100%;
  height: 60px;
}

.item-logo{
  cursor: pointer;
}

.btn-popup-qty{
  width: 50px;
  height: 50px;
  border-radius: 50%;
}


.homepage-search-block .owl-carousel .owl-dots.disabled, .homepage-search-block .owl-carousel .owl-nav.disabled {
    display: block;
}
.homepage-add-section .col-md-3.col-6 {
    float: left;
    text-align: center;
}
.homepage-add-section h3 {
    font-size: 16px;
}
.how_inner img {
    margin-bottom: 20px;
}
section.section.pt-4.pb-4.bg-white.homepage-add-section {
    display: inline-block;
    width: 100%;
}

.footerlinks{
  padding: 30px 0 !important;
}

.footerlinks a{
  margin: 0 10px !important;
}

.dir-rtl{
  direction: rtl;
}

.dir-ltr{
  direction: ltr;
}

.discount-label label{
  margin: auto !important;
}

.logoIcon_2z{
  display: none !important;
}

.chatCopyright_3s{
  display: none !important;
}

.cursor-pointer{
  cursor: pointer;
}

.special-request {
    margin: 0;
    padding: 5px 10px;
    border: 1px solid #e0e0e0;
    box-sizing: border-box;
    outline: 0;
    width: 200px;
}

.input-group-addon{
  border: 1px solid #e0e0e0;
}

.input-group-addon i{
  font-size: 14px;
  padding: 7px;
}

a.splReq:hover{
  color: #ff6f00 !important;
  outline: none;
} 

  .left-logo {
    float: left;
    width: 40px;
    height: 40px;
    border-radius: 89px;
    overflow: hidden;
    margin-right: 5px;
}
.map-popup {
    width: 534px;
    background: #fff;
    position: fixed;
    z-index: 12;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 1%;
    display: none;
    border-radius: 15px;
    /*padding: 16px 16px;*/
}
.map-bg{
   position: fixed;
   width: 100%;
   height: 100%;
   left: 0;
   top: 0;
   background: #000;
   opacity: 0.5;
   z-index: 10;
   display: none;
}

#tlbmapFirst {
  width: 100%;
  height: 400px;

}

.map-search-box {
    left: 20px;
    right: 20px;
    border-radius: 3px;
    box-shadow: 0 0 8px 0 rgba(0,0,0,.12);
    position: absolute;
    top: 12%;
    z-index: 10;
    left: 21px;
    right: 21px;
    box-shadow: 0 2px 4px rgba(0,0,0,.2), 0 -1px 0 rgba(0,0,0,.02);
}

.modal-header {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    background-color: #f8f8f8;
    font-size: 20px;
    padding: 10px 15px;
}

.map-first-header .h3 {
    font-size: 18px;
    color: #323232;
    text-align: center;
    width: 100% !important;
}


.w-profile{
  position: relative; 
  top: 60px;
  width: 160px;
}

.reviews-members-body{
  background: #ebecee; 
  padding-top: 80px !important;
  height: 205px;
}

.cat-info p{
  padding-bottom: 0px !important;
  margin-bottom: 4px !important;
}

.ar-cat-info p{
  padding-bottom: 0px !important;
  margin-bottom: 4px !important;
}

.cat-info p span {
    display: inline-block;
    max-width: 100%;
}

.ar-cat-info p span {
    display: inline-block;
    max-width: 100%;
}


:root {
    --primary: #fd4b6d;
    --secondry: #141e73;
    --primary-hover: #FF9459;
    --btn-green: #00A53C;
    --btn-green-hover: #178917;
    --aHover: #038432;
    --gray-border: #E0E0E0;
    --hover-link-color: #ff5a00;
    --orange-color: #ff5a00;
    --orange-color-border: rgba(224, 141, 4, 0.28);
    --orange-text: 224,141,4;
    --black-color: 0,0,0;
    --gem-tier-1: #ffbf04;
    --gem-tier-2: #ff5a00;
    --gem-tier-3: #ff3c00;
    --gem-tier-4: #9700d5;
    --gem-tier-text-1: #DFA805;
    --gem-tier-text-2: #ff5a00;
    --gem-tier-text-3: #ff3c00;
    --gem-tier-text-4: #9700d5;
    --neutral-black: #262626;
    --neutral-grey: #838383;
    --promo-pink: #f90067;
    --neutral-10: #e5e5e5;
}

.cat-info .active:before {
    content: '';
    position: absolute;
    height: 15px;
    width: 3px;
    top: 4px;
    background-color: var(--primary);
}

.en-separator .active:before {
    left: -15px;
}

.ar-separator .active:before {
    right: -15px;
}


.category-area p{
  position: relative;
  border-bottom: 1px solid #d0d0d0 ;
}





.cat-info label, .cat-info p {
    cursor: pointer;
}

.ar-cat-info label, .ar-cat-info p {
    cursor: pointer;
}

@media (min-width: 1280px){
  .vendor-item-col {
      max-width: 33.3%;
  }
  .vendor-items-col {
    width: 20rem;
    min-width: 20rem;
  }
  .vendor-home-item-col{
    width: 23.5rem;
    min-width: 23.5rem;
  }
}

.vendor-item-col {
    width: 25rem;
    min-width: 25rem;
}


.vendor-item {
    position: relative;
    border: thin solid #e9ecef;
    border-radius: 0.375rem;
    cursor: pointer;
    background-color: #fff;
    box-shadow: 0 0 1.25rem 0.2rem rgba(0, 0, 0, 0.05);
}

.vendor-item .image-wrapper {
    position: relative;
    height: 12.5rem;
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
    overflow: hidden;
}

.vendor-item .image, .vendor-item .placeholder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 12.5rem;
    border-width: 0;
    transition: transform 0.2s ease-in-out;
    background-color: transparent;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.vendor-item span {
    font-size: 0.8rem;
    padding: 0.125rem 0.6rem;
    display: block;
}

.vendor-item .placeholder {
    background-image: url(../images/placeholder.png);
}

.vendor-item .logo-frame {
    position: absolute;
    top: calc(12.5rem - (4.625rem / 2));
    left: calc(50% - (4.625rem / 2));
    width: 4.625rem;
    height: 4.625rem;
    border-radius: 0.25rem;
    z-index: 4;
    background-color: #fff;
    box-shadow: 0 0 1.25rem 0.2rem rgba(0, 0, 0, 0.05);
}

.vendor-item .logo {
    position: absolute;
    top: calc(50% - (4.375rem / 2));
    left: calc(50% - (4.375rem / 2));
    display: block;
    width: 4.375rem;
    height: 4.375rem;
    border-radius: 0.25rem;
    background-size: cover;
    background-position: center;
}

.vendor-item span {
    font-size: 0.8rem;
    padding: 0.125rem 0.6rem;
    display: block;
}

.vendor-item .vendor-info {
    padding: 1rem;
    padding-top: 2.5rem;
    text-align: center;
}

.vendor-item .image:hover, .vendor-item .placeholder:hover {
    transform: scale(1.05);
}

.w-10{
  width: 10%;
}

.w-15{
  width: 15%;
}

.w-20{
  width: 20%;
}

.w-25{
  width: 25%;
}

.w-35{
  width: 35%;
}

.w-23{
  width: 23%;
}

.w-42{
  width: 42%;
}

.outline-none:focus{
  outline: none;
  box-shadow: inset 0 -1px 0 #ddd;
}

textarea:focus, 
textarea.form-control:focus, 
input.form-control:focus, 
input[type=text]:focus, 
input[type=password]:focus, 
input[type=email]:focus, 
input[type=number]:focus, 
[type=text].form-control:focus, 
[type=password].form-control:focus, 
[type=email].form-control:focus, 
[type=tel].form-control:focus, 
[contenteditable].form-control:focus {
  box-shadow: inset 0 -1px 0 #ddd;
}

.all_restu{
  padding-top: 30px;
}

ul.cuisines-bullets li{
  float: left;
  list-style: inside;
  padding-left: 30px;
}

ul.cuisines-bullets li:first-child{
  list-style: none;
}

.restaurants-cuisines-en ul{
  margin:0px;
  padding: 0px;
}

.restaurants-cuisines-en ul li{
  float: left;
  list-style: inside;
  padding-left: 15px;
  color: #7a7e8a;
  font-size: 0.8rem; 
}

.restaurants-cuisines-en li:first-child{
  list-style: none;
  padding-left: 0px;
  color: #7a7e8a;
}

.restaurants-cuisines-en li:nth-child(2){
  list-style: none;
  padding-left: 10px;
  color: #7a7e8a;
}


.restaurants-cuisines-ar ul{
  margin:0px;
  padding: 0px;
}

.restaurants-cuisines-ar ul li{
  float: right;
  list-style: inside;
  padding-left: 15px;
  color: #7a7e8a;
  font-size: 0.8rem; 
}

.restaurants-cuisines-ar li:first-child{
  list-style: none;
  padding-right: 0px;
  color: #7a7e8a;
}

.restaurants-cuisines-ar li:nth-child(2){
  list-style: none;
  padding-left: 10px;
  color: #7a7e8a;
}

.location-pin{
    background: #ececec none repeat scroll 0 0;
    color: #666;
    font-size: 12px;
    padding: 3px 7px;
    border-radius: 3px;
    position: absolute;
    left: 15px;
    top: 7px;
    font-size: 20px;
    border-radius: 50%;
}

.location-pin-right{
  left: auto;
  right: 15px;
}

.homepage-search-form .form-control{
  padding-left: 55px;
  padding-right: 55px;
  border-radius:10px;
}

.locate-me-left{
  left: 15px !important;
  right: auto !important;
}

.pt-5{
  padding-top: 2rem!important;
}

.pt-6{
  padding-top: 2.5rem!important;
}

.pt-7{
  padding-top: 3rem!important;
}

.pt-8{
  padding-top: 3.5rem!important;
}

.pt-9{
  padding-top: 4rem!important;
}

.pt-10{
  padding-top: 1rem!important;
}

.pt-20{
  padding-top: 10rem!important;
}



.pl-55{
  padding-left: 55px;
}

.pr-55{
  padding-right: 55px;
}

.custom-radio-ar::before{
  right: -1.5rem !important;
}

.custom-radio-ar::after{
  right: -1.5rem !important;
}

.custom-control-ar{
  /*padding-right: 1.5rem !important;*/
}

.state{
  width: 90px !important;
}

.pretty-ar .state label:after, .pretty-ar .state label:before{
    right: 0 !important;
}

.closed-restauratns {
    background-color: rgba(0,0,0,.6);
    display: none;
    position: absolute;
    bottom: 0;
    top: 0;
    margin: 0 0px;
    left: 0;
    right: 0;
    z-index: 9999;
    border-radius:10px;
}

.closed-restauratns span {
  width: 29px;
  height: 29px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

#cuisine-modal{
  z-index: 9999 !important;
}

#feedbackModal{
  z-index: 99999999 !important;
}


#customBtn, #gCustomBtn {
    display: table;
    background: #fff;
    width: 100%;
    color: #757575;
    border-radius: 2px;
    white-space: nowrap;
    border: 1px solid #acacac;
    margin-bottom: 16px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.24), 0 0 2px 0 rgba(0,0,0,.12);
    font-size: 14px;
    font-weight: 500;
}

#customBtn:hover, #gCustomBtn:hover {
    cursor: pointer;
}

#customBtn span.icon, #gCustomBtn span.icon {
    background: url(../../../assets/images/btn_google_light.svg) transparent -4px 50% no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 34px;
}


.fb-btn {
    background-color: #5777b9;
    font-size: 14px;
    height: 36px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.24), 0 0 2px 0 rgba(0,0,0,.12);
    text-transform: uppercase;
    text-align: left;
    padding: 0;
}

.fb-text {
    display: inline-block;
    text-align: center;
    width: 94%;
}

.top-seller-items-height{
  padding-top: 30px;
  height: 150px;
}

.top-seller-items-height img{
  width: 230.61px;
    height: 150px;
    position: absolute;
    position: relative;
    /* left: 0px; */
    bottom: 30px;
}

.overlayy {
  position: absolute;
  bottom: 100%;
  left: 16px;
  right: 0;
  background-color: #fec107d9;
  overflow: hidden;
  width: 230.61px;
  height:0;
  transition: .5s ease;
}

.b-a:hover .overlayy {
  bottom: 0;
  height: 100%;
  
}

.textseller {
  color: black;
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.bd-example-row .row>.col, .bd-example-row .row>[class^=col-] {
    padding-top: .75rem;
    padding-bottom: .75rem;
    /*background-color: rgba(86,61,124,.15);*/
    border: 1px solid rgba(86,61,124,.2);
}

.w-50{
  width: 50%;
}

.sticky-top-hc-sticky{
    width: 305px !important;
}

.vendor-item-premium{
    background-color: #ffffe4;
}

.download-excel-sheet{
  position: relative;
  top: -25px;
  background: black;
  width: 100px;
  text-align: center;
  padding: 7px;
  margin: 0px auto;
}

/*.reveiw-counts img, */
.v-top {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.item-name-heading{

}

.menu-heading{
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
  padding: 10px 20px 5px 20px;
  cursor: pointer;
}

.menu-heading:hover {
    background-color: #f0f0f0;
}

.menu-heading i{
  font-size: 24px;
}


.menu-items-gallery > ul {
  margin-bottom: 0;
}
.menu-items-gallery > ul > li {
    float: left;
    margin-bottom: 15px;
    margin-right: 20px;
    width: 200px;
}
.menu-items-gallery > ul > li a {
  border: 3px solid #FFF;
  border-radius: 3px;
  display: block;
  overflow: hidden;
  position: relative;
  float: left;
}
.menu-items-gallery > ul > li a > img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
}
.menu-items-gallery > ul > li a:hover > img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.menu-items-gallery > ul > li a:hover .menu-items-gallery-poster > img {
  opacity: 1;
}
.menu-items-gallery > ul > li a .menu-items-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}
.menu-items-gallery > ul > li a .menu-items-gallery-poster > img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.menu-items-gallery > ul > li a:hover .menu-items-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}
.menu-items-gallery .justified-gallery > a > img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
}
.menu-items-gallery .justified-gallery > a:hover > img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.menu-items-gallery .justified-gallery > a:hover .menu-items-gallery-poster > img {
  opacity: 1;
}
.menu-items-gallery .justified-gallery > a .menu-items-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}
.menu-items-gallery .justified-gallery > a .menu-items-gallery-poster > img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.menu-items-gallery .justified-gallery > a:hover .menu-items-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}
.menu-items-gallery .video .menu-items-gallery-poster img {
  height: 48px;
  margin-left: -24px;
  margin-top: -24px;
  opacity: 0.8;
  width: 48px;
}
.menu-items-gallery.dark > ul > li a {
  border: 3px solid #04070a;
}
.home .menu-items-gallery {
  padding-bottom: 80px;
}


section.experience .exp {
    float: left;
}

section.experience .exp button {
    font-size: 12px;
    min-width: 85px;
    padding: 6px 8px;
}

section.experience .exp.active button {
    background-color: #686868;
    color: white;
}

.highlight-error-field .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
}

.cursor-pointer{
  cursor: pointer !important;
}

#unavailable-items-list ul{
  margin: 0px;
    padding: 0px;
}

#unavailable-items-list ul li{
    background: #ad0707;
    color: #FFF;
    padding: 10px;
    margin: 0px;
    list-style: none;
    margin-top: 20px;
}

.close-modal{
  background: none;
  border: none;
}

#remove-unavailable-items{
  margin-top: 20px;
}

.busy-restaurants {
    background-color: rgba(0, 0, 0, .6);
    display: none;
    position: absolute;
    bottom: 0;
    top: 0;
    margin: 0 0px;
    left: 0;
    right: 0;
    z-index: 9999;
    border-radius: 10px;
