/*===== Google Fonts =====*/
@import url('https://fonts.googleapis.com/css?family=Great+Vibes|Lato|Poppins:300,400,400i,500,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,700&display=swap');
.modal {
    left:0px; right:0px;
    top:0 !important;
    bottom:0px; 
    z-index: 1050;
    padding: 0;
    width: 500px;
    
    background-color: #ffffff;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
}
.modal {
    outline: none;
    position: absolute;
    margin-top: 0;
    top: 20% !important;
    overflow: visible;
}   

.close {
    display: block;
     
    float: right;
    font-size: 16px;
    font-weight: 500;
    text-shadow: none;
  background:#000; border:none !important; border-radius: 0px !important;
     
    padding: 6px 10px;
    margin: 20px 10px; opacity:1 !important;
}
@media (max-width:991px) {

.modal {
    left:0px !important;
    bottom: auto;
    right:0px !important;
    z-index: 1050;
    padding: 0; margin:auto !important; max-width:400px !important;
  width:90% !important;
     
  
    background-color: #ffffff;
     
}

}










.open-button {
  background: none;
  color: #000 !important;
  padding: 16px 20px;
  border: none; text-align:right;
  cursor: pointer;
  opacity: 0.8;
  /* position: fixed;
  bottom: 23px;
  right: 28px; */
  width: 280px;
}

/* The popup form - hidden by default */
.form-popup {
  display: none;
  /* position: fixed; */
  bottom: 0;
  top:0px;
  right: 0px;
  left:0px;
  /* border: 3px solid #f1f1f1; */
  z-index: 9;
}

/* Add styles to the form container */
.form-container {
  /* max-width: 300px; */
  padding: 10px;
  background-color: white;
}

/* Full-width input fields */
.form-container input[type=text], .form-container input[type=password] {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  border: none;
  background: #f1f1f1;
}

/* When the inputs get focus, do something */
.form-container input[type=text]:focus, .form-container input[type=password]:focus {
  background-color: #ddd;
  outline: none;
}

/* Set a style for the submit/login button */
.form-container .btn {
  background-color: #4CAF50;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  margin-bottom:10px;
  opacity: 0.8;
}

/* Add a red background color to the cancel button */
.form-container .cancel {
  background-color: red;
}

/* Add some hover effects to buttons */
.form-container .btn:hover, .open-button:hover {
  opacity: 1;
}












body {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
}
h1, h2, h3, h4, h5, h6 
{
  font-family: "Poppins";
}
 .hideclose{
        display:none;
    }
.tooltip2 {
}
.tooltip2 span {
   display: inline-block !important;
    position: absolute;
    top: 120px;
    /* right: 10px; */
    z-index: 1000000;
    padding: 10px;
    border-radius: 6px;
    background: #a21a24;
    font-size: 13px;
    text-align: center;
    color: #fff;
    line-height: 18px;
    width: 94%;
    border: 1px solid #fff;
    box-shadow: 0px 0px 8px rgba(0,0,0,0.22);
    max-width: 200px;
    left: 160px;
}

.tooltip2 span:before {
    content: '';
    height: 10px;
    width: 10px;
    border-top: 1px solid rgb(255, 255, 255);
    border-right: 1px solid rgb(255, 255, 255);
    background-color: #a21a24;
    transform: translate(-14px, 5px) rotate(-135deg);
    left: 8px;
    display: block;
    position: absolute;
}

.tooltip2 span i.close1 {
        position: absolute;
        right: 3px;
        top: 0px;
        cursor: pointer;
    }

.tooltip2 span i.close1:hover {
            opacity: 0.7;
        }

.tooltip2 span a {
        display: inline-block;
        font-size: 13px;
        text-align: center;
        color: #fff;
        text-decoration: underline;
    }

.tooltip2 span a:hover {
            text-decoration: none;
        }


.navrow{border-bottom:1px solid #2c2b29; background:rgba(0, 0, 0, 0.6);}





.wish3 {
    color: #ccc;
    font-size: 20px;
    line-height: 12px;
    left: 4px;
    position: relative;
    top: 5px;
    z-index: 10;
    border: 0 none;
    border-radius: 0;
    padding: 0;
}

    .wish3:hover {
        color: #43bc5a;
    }

    .wish3 span {
        display: none;
    }

.open3 span {
    display: inline-block !important;
    position: absolute;
    top: -5px;
    right: -19px;
    z-index: 1000000;
    padding: 10px;
    border-radius: 6px;
    background: #e6870f;
    font-size: 13px;
    text-align: center;
    color: #fff;
    line-height: 18px;
    width: 94%;
    border: 1px solid #fff;
    box-shadow: 0px 0px 8px rgba(0,0,0,0.22);
    max-width: 200px;
}

    .open3 span:before {
        content: '';
        height: 10px;
        width: 10px;
        border-top: 1px solid rgb(255, 255, 255);
        border-right: 1px solid rgb(255, 255, 255);
        background-color: #e6870f;
        transform: translate(-14px, 5px) rotate(-135deg);
        left: 8px;
        display: block;
        position: absolute;
    }

    .open3 span i.close {
        position: absolute;
        right: 3px;
        top: 3px;
        cursor: pointer;
    }

        .open3 span i.close:hover {
            opacity: 0.7;
        }

    .open3 span a {
        display: inline-block;
        font-size: 13px;
        text-align: center;
        color: #fff;
        text-decoration: underline;
    }

        .open3 span a:hover {
            text-decoration: none;
        }



.star-rating input {
    -moz-appearance: none;
    -webkit-appearance: none;
    opacity: 0;
    display: inline-block;
    width: 20%;
    height: 100%;
    margin: 0;
    padding: 0;
    z-index: 2;
    position: relative;
}
.finder { z-index:100;background:rgba(162,12,17,0.9);
   width:600px; margin:auto; height:250px;
   top:0px; bottom:0px; left:0px; position: absolute;
}
.finder-inner {
  display: inline-block;
  max-width: 500px; 
  width: 100%;
}
.finder-inner > h2 {
  font-family: Poppins;
  color: #fff;
  font-size: 20px;
  max-width: 70%;
  display: inline-block;
  line-height:24px;
  margin-bottom: 0;
  font-weight: 600;
   
}
.revformname {
    margin: 10px 20px 20px 0px;
    padding: 0px;
    font-size: 13px;
    float: left;
    width: 100px;
    text-align: left;
 color:#4b4b4b;
}


 


  
 
#contact
{
    display: none;
  border:solid 1px #d4f5e1;
  background:#ebfff3;
  margin-top:20px;
    color: #FFF;
    padding: 20px;
}
#toggle{ color:#ff0000; font-weight:bold;}

#contact2{
    display: none;
  border:solid 1px #d4f5e1;
  background:#ebfff3;
  margin-top:20px;
    color: #FFF;
    padding: 20px;
}
#toggle2{ color:#ff0000; font-weight:bold;}

#contact3{
    display: none;
  border:solid 1px #d4f5e1;
  background:#ebfff3;
  margin-top:20px;
    color: #FFF;
    padding: 20px;
}
#toggle3{ color:#ff0000; font-weight:bold;}

#contact4{
    display: none;
  border:solid 1px #d4f5e1;
  background:#ebfff3;
  margin-top:20px;
    color: #FFF;
    padding: 20px;
}
#toggle4{ color:#ff0000; font-weight:bold;}

#contact5{
    display: none;
  border:solid 1px #d4f5e1;
  background:#ebfff3;
  margin-top:20px;
    color: #FFF;
    padding: 20px;
}
#toggle5{ color:#ff0000; font-weight:bold;}


 .fontsize2 {
    font-size: 16px;
}
 /* ----------------------cart-full-page---------------------- */
 .map{border:solid 1px #ccc; padding:5px; margin-bottom:20px;}

 .map iframe{width:100%;min-height:250px;margin-bottom:20px;}

.map img{ max-width:100%;}
.address1{ border:solid 1px #ccc; padding:20px; margin-bottom:20px;}
 
.it001{ margin: 0px 7px 0px 0px; padding-top:5px;
    float: left;} 
 .product-hed {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  background: #fff;
  box-shadow: 0px 0px 2px #e9e8e8;
  padding: 10px 15px;
  margin-bottom: 15px;
  color: #3e3e3e;
}
 
.cart-detail {
  border-collapse: separate;
  width: 100%;
  margin: 10px 0px 0px 0px;
  border-spacing: 0px;
  background-color: #fff;
  border-top: 1px solid #e9e8e8;
  border-bottom: 1px solid #e9e8e8;
  border-left: solid 1px #e5e5e5;
  border-right: solid 1px #e9e8e8;
}
.cart-detail thead {
}
.cart-detail td {
  background-color: #FFF;
  padding: 10px 15px;
  /* word-wrap: break-word; */
  font-size: 16px;
  color: #2c2c2c;
  line-height: 24px;
  border-bottom: 1px solid #e5e5e5;
  border-right: solid 1px #e9e8e8; min-width: 150px; 
}
.cart-detail td a {
  color: #31ab46;
  text-decoration: none;
}
/* .cart-detail td a:hover {  text-decoration: underline;}    
 */ 
.date1 {
  color: #ff0000 !important;
  font-weight: normal;
}
 
.cart-detail td.item-pro, .cart-detail th.item-pro {
  /* width: 24%; */
}
.cart-detail td.item-pro {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: Arial, Helvetica, sans-serif;
  color: #696868;
}
.cart-detail td.item {
  padding-left: 20px;
  padding-bottom: 5px;
  /* width: 15%;  */
}
.cart-detail td.item img {
   
  max-height: 90px;
  max-width:100%;
  /* border:solid 1px #ccc;  
  padding:5px*/
}
.cart-detail td.unit-price {
  font-size: 16px;
  color:#3c3c3c;
  vertical-align: top;
}
.cart-detail td.unit-price span.price-cut {
  font-size: 16px;
  color: #7a7979;
  text-decoration: line-through;
}
.cart-detail td img, .cart-detail td, .cart-detail th {
  vertical-align: top;
  text-align: left;
}
.cart-detail th {
  font-size: 13px;
  font-weight: bold;
  color: #414141;
  padding: 10px 0px 10px 15px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #e9e8e8;
  border-right: solid 1px #e9e8e8;
  text-transform: uppercase;
  text-align: left
}


.order-summary {
  font-weight: bold;
  font-size: 15px;
  color: #000 !important;
}
.ll {
  color: #252525;
  margin-right: 5px;
}
.final_amount { color:#006eb8 !important; font-weight:bold;}

.shipping-box {
  padding: 0px;
  float: right;
  min-width: 25%;
  text-align: right;
}
.shipping-amount {
}
.shipping-amount p {
  font-size: 15px !important;
  color: #847e83;
  text-align: right !important;
  padding: 0px;
  margin: 5px 0px; display:block;
}
.checkout-box {
  text-align: right;
  padding-top: 10px;
}
.checkout-box a {
  display: inline-block;
  padding: 8px 20px;
  color: #fff;
  background-color: #0861a4;
  -webkit-transition: background-color 1s ease-out;
  -moz-transition: background-color 1s ease-out;
  -o-transition: background-color 1s ease-out;
  transition: background-color 1s ease-out;
  text-decoration: none;
  text-align: center;
  margin-top: 15px;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
}
.checkout-box a:hover {
  color: #fff;
  background: #470606;
}
.checkout {
  display: inline-block
}
.checkout a {
  background: #099e44;
  /* border: 1px solid #fff; */
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  margin: 0;
  padding: 8px 20px;
  border-radius: 4px;
  text-transform: uppercase;
}
 .sec2 {
    padding-bottom: 15px;
    border-top: none;
    padding: 10px 0px;
}
 
 .ui.button.auto-detect {float:right; width:auto; border-left: solid 1px #e8e1e1;
    position: absolute; 
    right:0px;
    margin:6px 8px 6px 8px;
    padding: 8px 5px 8px 8px;
    font-size: 15px;
    background: #0a8c3d;  
}

.ui.button {
    cursor: pointer;
    display: inline-table; 
    min-height: 1em;
    outline: 0;
    border: none;
    vertical-align: baseline;
    background: #E0E1E2;
    /*color: rgba(0,0,0,0.6); font-weight:normal; text-align:right !important;*/
     
    
}
.ui.button:hover { background:#e8e1e1 !important;
     
    
}

/*/ The Modal (background) /*/
.modal2 {
  display: none; /*/ Hidden by default /*/
  position: fixed; /*/ Stay in place /*/
  z-index: 1; /*/ Sit on top /*/
  padding-top: 100px; /*/ Location of the box /*/
  left: 0;
  right:0px;
  top: 0;
  bottom:0px;
  width: auto; margin:auto; /*/ Full width /*/
  height: 100%; /*/ Full height /*/
  overflow: auto; /*/ Enable scroll if needed /*/
  /* background-color: rgb(0,0,0); Fallback color
  background-color: rgba(0,0,0,0.4); Black w/ opacity */
}

/*/ Modal Content /*/
.modal-content2 { position:fixed; z-index:10000000000000000 !important;
  background-color: #fff !important;  
  bottom:50px;
  left:0px; right:0px; margin:0 auto;
  padding: 30px 30px;
   
   box-shadow: 0 2px 20px 0 rgba(40,44,63,.5);
   max-width: 520px;
    min-width: 300px;
  
  
  
}
.modal-content2 p{ display:block; clear:both; line-height:20px !important; color: #535665 !important;
    
    font-size: 14px !important; }

.modal-content2 h3{padding-bottom: 5px; margin:0px;
    color: #282c3f;
    font-weight: 600;
    font-size: 20px;
}
.dn{ display:none;}
.accordion-heading span {
    display: none;
}
.modal-content2 .close{ opacity:1;}

/*/ The Close Button /*/
.close { display:block; 
  color:#fff !important;
  float: right;
  font-size: 16px;
  font-weight:500; 
  text-shadow: none;
  border:solid 2px #cb202d; border-radius:4px; padding:6px 10px; margin:20px 10px;
}

.green{ background:#099e44; color:#fff !important; border:solid #099e44; transition:2s;}
.green:hover{ background:#038a39 !important;}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}



.thanku {
  background: url(/Content/Restaurant/images/thank.jpg) top center no-repeat !important;
  background-size: cover !important;
  margin: 0;
  padding: 60px 0 120px 0;
}
.thanku-outer {
  background: rgba(251, 251, 251, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 40px 50px 40px 50px;
  min-height: 450px;
  margin: 20px 0 10px 0;
  text-align: center;
}
.thanku-outer p {
  text-align: center;
  margin: 30px 0px 0px 0px;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
}
.im {
  margin: 20px 0px;
  text-align: center;
}
.thanku-hed {
  font-size: 83px;
  color: #cb202d;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
}
.meebizz {
  background: #3366cc;
  text-transform: none;
  text-align: center;
  font: bold 14px Arial, Helvetica, sans-serif;
  color: #fff;
  margin: 0 auto;
  letter-spacing: 5px;
  padding: 10px 30px;
  display: table
}
.pro-hd span.login-bg {
  background: #e0dcdb;
}

.dropbtn { color:#ffffff;
  padding:0px 10px;
  font-size: 16px;
  border: none;
  background: none;
  font-weight:500; transition:3s;
}

 .dropbtn:hover { background:none !important; color:#ff0000;
}


.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content { border-top:solid 2px #ff0000; 
  display: none;
  position: absolute;
  background: #fff;
  min-width: 160px;
  box-shadow: 0 2px 20px 0 #000;
  z-index: 9999999; border-radius:0px 0px 4px 4px;
}
 
 .dropdown-content ul{ list-style:none; margin:0px; padding:20px; line-height:10px;}
 .dropdown-content ul li{ list-style:none; margin:0px 0px 20px 0px; padding:0px; display:block;}
 .dropdown-content ul li a{ margin:0px; padding:0px; color:#000;}
 .dropdown-content ul li a:hover{ color:#ff0000;}
   
.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #3e8e41;}
/*/ ===============================on-off-button-open======================== /*/

.switch1 { float:right;
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px; margin-bottom:10px;
}

.switch1 input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
} 
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}


/*// ===============================on-off-button-end======================== /*/



p {
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  line-height: 28px;
  color: #9fa4af;
  display: inline-block;/* letter-spacing: 0.5px; */
}
.single-client { text-align:center; margin:0 10px; }
.required{ color:#ff0000; margin:20px 0px 10px 0px; }

.loader1{  background:rgba(0,0,0,0.9); z-index:10000000000; position: absolute;  width:100%; height:100%; text-align:center; margin:0 auto;  display:flex;}
.loader1 img{ position: relative; margin:auto; left:0px; right:0px; top:0px; bottom:0px; max-width:100px; }

.edit-banner { border:solid 1px #ccc; margin:0 auto; position:relative; height:300px; text-align:center; width:100%; margin-bottom:20px;
}
.edit-banner img { position:absolute; margin:auto; left:0px; right:0px; top:0px; bottom:0px; max-width:100%; max-height:100%;
}

.cllogo {
  /*   float: left;   */
  margin: 20px auto;
  background-color: #fff;
  border: 3px solid #f1f1f1;
  box-shadow: 0 11px 0 0 rgba(0, 0, 0, 0.02);
  height: 155px;
  line-height: 150px;
  width: 155px;
  border-radius: 100%;
  text-align: center;
  position: relative; overflow:hidden;
}
.cllogo img {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  margin: auto;
  max-width: 100% !important;
  max-height: 100%;
  transition: 0.7s ease-in-out;
}
 
.cllogo img:hover { max-width:100%; border-radius:50%;
  transform: rotate(2deg) scale(1.2);
  -webkit-transform: rotate(2deg) scale(1.2);
  -o-transform: rotate(2deg) scale(1.2);
  -ms-transform: rotate(2deg) scale(1.2);
  -moz-transform: rotate(2deg) scale(1.2);
}
 

.top-deals{
  /*   float: left;   */
  margin: 20px auto;
  background-color: #fff;
  border: 3px solid #f1f1f1;
  box-shadow:0 0 7px rgba(0, 0, 0, 0.12); 
  height: 155px;
  width: 155px;
  border-radius: 100%;
  text-align: center;
  position: relative;
  display: flex;
  overflow:hidden;
  
  
}
.top-deals img {padding:2px;
  border-radius: 100%;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  margin: auto;
  max-height: 153px;
  max-width: 153px;
  transition: transform .5s ease;
   
} 
 
.top-deals img:hover {
  transform: rotate(2deg) scale(1.2);
  -webkit-transform: rotate(2deg) scale(1.2);
  -o-transform: rotate(2deg) scale(1.2);
  -ms-transform: rotate(2deg) scale(1.2);
  -moz-transform: rotate(2deg) scale(1.2);
}

.padding20{ margin-bottom:20px;}



.deal1 {
  /*   float: left;   */
  /*margin: 30px auto 20px auto;
  background-color: #fff;
  height: 194px;
  line-height: 150px;
  width: 286px;
  border-radius:8px;
  text-align: center;
  position: relative;
  display: flex;
    align-items: center;
    overflow: hidden;*/
  
  margin: 0px 0px 10px 0px;
    background: #fff;
    height: 208px;
    border-radius: 8px;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
} 
.deal1 img {border-radius:8px;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  margin: auto;
  max-width: 100% !important;
  max-height: 100%;
  transition: transform .5s ease;
  
  
}
 
.deal1 img:hover {
  transform: rotate(2deg) scale(1.2);
  -webkit-transform: rotate(2deg) scale(1.2);
  -o-transform: rotate(2deg) scale(1.2);
  -ms-transform: rotate(2deg) scale(1.2);
  -moz-transform: rotate(2deg) scale(1.2);
}
/* .category-name { margin-top:-60px; position:relative;}  */
.category-name a {
  font-family: "Poppins";
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  text-transform: capitalize;
  color: #373737;
  transition: 0.5s ease-in-out;
}
.category-name a img {
  margin-top: -6px;
}
.category-name a:hover {
  color: #cb202d;
}
 

/* -------------------------------------ribbon---open --------------------------------*/

.ribbon{
  font-size:20px;
  text-align:center;  margin-top:20px; 
}
.sticky .ribbon{ top:130px; position:absolute; left:0px; right:0px; margin:auto; background:#cb202d;
}
.text{ width:auto; margin:0 auto; display: inline-block;
  /* display:inline-block; */
  padding:0.5em 1em;
  line-height:1.2em;
  background:rgba(226,33,48,0.7);
  /* position:relative; */ color:#fff;
}
.sticky .text{ 
  background: none;
   
}
 
 

.quick-searches{background: #fbfbfb;
    margin: 40px 0px 0px 0px;
    padding: 40px 0px;
  border-top: solid 1px #ededed;
  border-bottom: solid 1px #ededed;
}


._34o4 {
    border-radius: 3px;
    background-color: #fff;
    /* box-shadow: 0 0 8px 0 rgba(0,0,0,.05); */
    margin-top: 16px;
    padding: 20px 10px;
}
.grid{width: 12.5%; float:left;}

/* ._34o4 .title1-inner h2{ font-size:20px;}
 */
 
.E7nC { /* float:left; */
    display: -ms-flexbox;
    display: flex;
    margin: 0 1.5rem;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center; margin-bottom:20px;
}
._2zXZ {
    margin-top: 6px;
    font-size: 13px;
    color: #222;
    display: block;
    /* white-space: nowrap; */
   
    overflow: hidden;
    /* max-width: 150px; */
    text-overflow: ellipsis;
}

._2zXZ:hover {
     
    color: #099e44;
    
}


.E7nC ._3XVN {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
  background:#f6f6f6;
    border: 1px solid #099e44;
    margin: auto;
  -webkit-transition: -webkit-transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out;
}

.E7nC ._3XVN img{
    max-width: 60px;
    max-height: 60px;
     
}
 
.E7nC ._3XVN:hover {-webkit-transform: rotate(360deg);
  transform: rotate(360deg); background:#fff;
     
}



ul li, ol li {
  font-family: "Poppins";
}
a, a:hover, a:focus, a:active {
  color: inherit;
  outline: none;
  -webkit-text-decoration: none;
  -moz-text-decoration: none;
  -ms-text-decoration: none;
  -o-text-decoration: none;
  text-decoration: none;
}
input, textarea, select, button {
  border: 0;
}
button, input[type="submit"], .fileContainer, input[type="file"] {
  cursor: pointer;
}
input:focus, textarea:focus, select:focus, button:focus, a:focus, .form-wrp fieldset p a:focus {
  /* border-color: transparent; */
  outline: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
/*textarea {
  resize: none;
}*/
main {
    float: left;
  position: relative; 
  width: 100%;
}
.row.merged > div {
  padding: 0;
}
main.boxed {
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
  -ms-box-shadow: 0 0 10px rgba(0,0,0,0.5);
  -o-box-shadow: 0 0 10px rgba(0,0,0,0.5);
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  float: none;
  margin: 0 auto;
  width: 1230px;
}
section {
  float: left;
  position: relative;
  width: 100%;
}
.block {
  float: left;
  padding: 150px 0 130px 0;
  position: relative;
  width: 100%;
}
.block2 {
  /* float: left; */
  padding: 30px 0 30px 0;
  position: relative;
  width: 100%;
}
.hotpro-outer{
    padding:0px !important;
}

.block-innerpage {
  float: left;
  padding: 120px 0 26px 0;
  position: relative;
  width: 100%;
}

.inner-searching {
    float: left;
    width: 100%;
    padding:0 0px 0px 0px;
}


.restaurant-dashbord-inner{
  float: left;
  padding: 66px 0 26px 0;
  position: relative;
  width: 100%;
}



/* --------------------------------------------------------------process-section----------------------------- */
.process-block {
  display: block;
  color: #fff;
  overflow: hidden;
}
.process-block h5 {
  text-align: center;
  margin-top: -10px;
  font-style: italic;
  margin-bottom: 20px;
}
ol.process {
  margin-top: 20px;
  margin-left: 32px;
  padding: 0;
  list-style-type: none;
  counter-reset: li-counter;
}
ol.process h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}
ol.process > li {
  position: relative;
  text-align: center;
  padding: 15px;/* border-radius: 5px; */
}
ol.process > li > p {
  font-style: italic;
}
ol.process > li:before {
  position: absolute;
  left: -18px;
  top: -18px;
  font-size: 22px;
  display: inline-block;
  line-height: 36px;
  width: 36px;
  text-align: center;
  border-radius: 35px;
  color: #cb202d;
  font-weight: 700;
  background-color: #ffffff;
  box-shadow: 0 0 0 1px #fff;
  content: counter(li-counter);
  counter-increment: li-counter;
}
ol.process li:nth-child(even) {
  border-top: 1px dashed #fff;
}
ol.process li:nth-child(odd) {
  border: 1px dashed #fff;
  border-top: 0;
}
ol.process i {
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
  line-height: 150px;
  font-size: 4em;
  color: #fff;
  border-radius: 50%;
}


/*icon-hover-animation*/

@-webkit-keyframes pulse-shrink {
 to {
 -webkit-transform: scale(0.8);
 transform: scale(0.8);
}
}
@keyframes pulse-shrink {
 to {
 -webkit-transform: scale(0.8);
 transform: scale(0.8);
}
}
ol.process li:hover i, ol.process li:focus i, ol.process li:active i {
  -webkit-animation-name: pulse-shrink;
  animation-name: pulse-shrink;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

/* --------------------------------------------------------------process-section----end------------------------- */

/* recipe-of-the-day */
.photo-gallery {
  margin: 20px 0 0 0;
  border: 1px solid #fff;
  box-shadow: 0 0 2px #bfbfbf;
  max-width: 100%;
  height: 250px;
  position: relative;
  background: #fff;
  overflow:hidden;
}
.photo-gallery img {
  width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  left: 0px;
  bottom: 0px;
  top: 0px;
  right: 0px;
  transition: transform .5s ease;
}
 
.photo-gallery img:hover {
  transform: rotate(2deg) scale(1.2);
  -webkit-transform: rotate(2deg) scale(1.2);
  -o-transform: rotate(2deg) scale(1.2);
  -ms-transform: rotate(2deg) scale(1.2);
  -moz-transform: rotate(2deg) scale(1.2);
}




/* recipe-of-the-day-end */
.parallax-window {
  min-height: 470px;
  background: url(../images/bg_office.jpg) no-repeat fixed;
  background-size: cover;
}
.parallax-content {
  color: #fff;
  display: table;
  width: 100%;
  height: 470px;
}
.parallax-content .sub_content {
  display: table-cell;
  padding: 0 15%;
  vertical-align: middle;
  text-align: center;
  font-size: 16px;
}
.parallax-content .sub_content h3, .parallax-content .sub_content i {
  font-size: 60px;
}
.parallax-content .sub_content h3, .parallax-content-2 div h3 {
  margin: 0 0 10px;
  font-weight: 700;
  color: #fff;
  font-size: 40px;
  font-family: "Poppins";
}
.parallax-content p {
  color: #fff;
  font-size: 20px;
}
.feature_2 i, .plan, .plan-features, .plan-price, .plan-tall>.plan-price, a.box_work {
  text-align: center;
}
a.box_work {
  background-color: #fff;
  /* padding: 30px; */
  font-size: 14px;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -webkit-box-shadow: 0 3px 0 0 #f0f2f4;
  -moz-box-shadow: 0 3px 0 0 #f0f2f4;
  box-shadow: 0 3px 0 0 #f0f2f4;
  color: #666;
  margin-bottom: 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: block;
  box-shadow: 0px 0px 4px #ccc;
  min-height: 460px;
}
a.box_work h3 {
   
  font-weight: 700;
  font-size: 20px;
  color: #222222; padding:0px 20px;
}
a.box_work h3 span {
  display: block;
  font-size: 18px;
  margin-top: 3px;
  color: #595959;
  font-weight: 300;
}
a.box_work .btn_1 {
  margin-top: 30px;
  margin-bottom: 15px;
}
.btn_1, a.btn_1 {
  border: none;
  background: #099e44;
  padding: 5px 20px;
  transition: all .3s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-weight: 400;
  display: inline-block;
}
.btn_1, .btn_full, a.btn_1, a.btn_full {
  font-family: inherit;
  color: #fff;
  cursor: pointer;
  outline: 0;
  font-size: 14px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  text-transform: none;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
}
a.box_work p {padding:0px 20px;
  line-height: 22px;
  font-size: 16px;
  color: #4e4c4c;
}

.sec-box {
  margin: 0 auto;
  max-width: 1300px;
  width: 100%;
  padding: 50px 45px;
  background-color: #fff;
  float: left;
}
.less-spacing, .block.less-spacing {
  padding: 70px 0;
}
.top-padd80, .block.top-padd80 {
  padding-top: 80px;
}
.block.top-padd30 {
  padding: 30px;
}
.bottom-padd80, .block.bottom-padd80 {
  padding-bottom: 80px;
}
.widget p {
  text-align: justify;
  line-height: 22px;
}
.top-padd140, .block.top-padd140 {
  padding-top: 140px;
}
.bottom-padd140, .block.bottom-padd140 {
  padding-bottom: 140px;
}
.top-padd210, .block.top-padd210 {
  padding-top: 210px;
}
.bottom-padd210, .block.bottom-padd210 {
  padding-bottom: 210px;
}
.remove-gap, .block.remove-gap {
  padding-top: 0;
}
.remove-bottom, .block.remove-bottom {
  padding-bottom: 0;
}
.no-padding, .block.no-padding {
  padding: 0;
}
.orange-bg {
  background-color: #e8511c;
}
.dark-red-bg, form.dark-red-bg {
  background-color: #c33332;
}
.gray-bg {
  background-color: #f6f6f6;
}
.gray-bg2 {
  background-color: #fbfbfb;
}
.dark-bg {
  background-color: #1b1b1b;
}
.overlape-110, .overlape-45, .overlape-95 {
  margin-top: -110px;
  position: relative;
}
.black-bg {
  background: #272727;
}
.overlape-45 {
  margin-top: -45px;
}
.overlape-95 {
  margin-top: -95px;
}
.sec-wrapper {
  float: left;
  width: 100%;
}
.margin-bottom {
  margin-bottom: -100px;
}
.less-btm-margin {
  margin-bottom: 0;
}
.container {
  padding: 0;/*  max-width:1170px; */
}
.mrg {
  margin: 0;
}
.mrg > div, .mrg > div.masonry, .mrg5 > div.masonry, .mrg10 > div.masonry, .mrg15 > div.masonry, .mrg20 > div.masonry, .mrg > div.masonry > div {
  padding: 0;
}
.mrg5 {
  margin: 0 -2.5px;
}
.mrg5 > div, .mrg5 > div.masonry > div {
  padding: 0 2.5px;
}
.mrg10 {
  margin: 0 -5px;
}
.mrg10 > div, .mrg10 > div.masonry > div {
  padding: 0 5px;
}
.mrg15 {
  margin: 0 -7.5px;
}
.mrg15 > div, .mrg15 div.masonry > div {
  padding: 7.5px;
}
.mrg20 {
  margin: 0 -10px;
}
.mrg20 > div, .mrg20 > div.masonry > div {
  padding: 0 10px;
}
.masonry {
  width: 100%;
}
.top-brd2 {
  border-top: 2px solid #fbfbfb;
}
.bottom-brd2 {
  border-bottom: 2px solid #fbfbfb;
}
.remove-ext, .remove-ext2, .remove-ext3, .remove-ext4, .remove-ext5 {
  display: inline-block;
  margin-bottom: -30px;
}
.remove-ext2 {
  margin-bottom: -20px;
}
.remove-ext3 {
  margin-bottom: -10px;
}
.remove-ext4 {
  margin-bottom: -15px;
}
.remove-ext5 {
  margin-bottom: -60px;
}
.fixed-bg, .fit-bg {
  height: 100%;
  width: 100%;
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.full-height {
  height: 100vh;
}
.fixed-bg {
  background-attachment: fixed !important;
}
.blackish:before, .whitish:before, .grayish:before, .blackish2:before, .red-bg-layer:before, .yellow-bg-layer:before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.whitish:before {
  background-color: #fff;
}
.grayish:before {
  background-color: #fafafa;
}
.blackish:before {
  background-color: #000000;
}
.blackish2:before {
  background-color: #323232;
}
.high-opacity:before {
  opacity: .95;
}
.medium-opacity:before {
  opacity: .8;
}
.low-opacity:before {
  opacity: .7;
}
.opac35:before {
  opacity: .35;
}
.opac50:before {
  opacity: .5;
}
.opc98:before {
  opacity: .98;
}
iframe {
  border: 0;
  float: left;
  width: 100%;
}
/*img {
  max-width: 100%;
  vertical-align: middle;
}*/
.title1-wrapper .text-white, .title1-wrapper.text-white h2 {
  color: #fff;
}
.title1-wrapper > i {
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
  width: 70px;
}
.filters-wrapper .title1-inner {
  display: inline-block;
  vertical-align: middle;
  width: 84% !important;
}
/*===== Social Media Offical Colors =====*/
a.facebook, a.facebook-clr:hover {
  background: #3b5998;
  border-color: #3b5998;
}
a.facebook-clr, a.facebook:hover {
  border-color: #3b5998;
  color: #3b5998;
}
a.twitter, a.twitter-clr:hover {
  background: #55acee;
  border-color: #55acee;
}
a.twitter-clr, a.twitter:hover {
  border-color: #55acee;
  color: #55acee;
}
a.google, a.google-clr:hover {
  background: #dd4b39;
  border-color: #dd4b39;
}
a.google-clr, a.google:hover {
  border-color: #dd4b39;
  color: #dd4b39;
}
a.linkedin, a.linkedin-clr:hover {
  background: #0976b4;
  border-color: #0976b4;
}
a.linkedin-clr, a.linkedin:hover {
  border-color: #0976b4;
  color: #0976b4;
}
a.pinterest, a.pinterest-clr:hover {
  background: #cc2127;
  border-color: #cc2127;
}
a.pinterest-clr, a.pinterest:hover {
  border-color: #cc2127;
  color: #cc2127;
}
a.youtube, a.youtube-clr:hover {
  background: #e52d27;
  border-color: #e52d27;
}
a.youtube-clr, a.youtube:hover {
  border-color: #e52d27;
  color: #e52d27;
}
a.tumblr, a.tumblr-clr:hover {
  background: #293b52;
  border-color: #293b52;
}
a.tumblr-clr, a.tumblr:hover {
  border-color: #293b52;
  color: #293b52;
}
a.dribbble, a.dribbble-clr:hover {
  background: #d75281;
  border-color: #d75281;
}
a.dribbble-clr, a.dribbble:hover {
  border-color: #d75281;
  color: #d75281;
}
a.reddit, a.reddit-clr:hover {
  background: #000;
  border-color: #000;
}
a.reddit-clr, a.reddit:hover {
  border-color: #000;
  color: #000;
}
a.rss, a.rss-clr:hover {
  background: #fd9f13;
  border-color: #fd9f13;
}
a.rss-clr, a.rss:hover {
  border-color: #fd9f13;
  color: #fd9f13;
}
a.github, a.github-clr:hover {
  background: #1f76b6;
  border-color: #1f76b6;
}
a.github-clr, a.github:hover {
  border-color: #1f76b6;
  color: #1f76b6;
}
a.vimeo, a.vimeo-clr:hover {
  background: #44bbff;
  border-color: #44bbff;
}
a.vimeo-clr, a.vimeo:hover {
  border-color: #44bbff;
  color: #44bbff;
}
a.instagram, a.instagram-clr:hover {
  background: #8a3ab9;
  border-color: #8a3ab9;
}
a.instagram-clr, a.instagram:hover {
  border-color: #8a3ab9;
  color: #8a3ab9;
}
a.skype, a.skype-clr:hover {
  background: #00aff0;
  border-color: #00aff0;
}
a.skype-clr, a.skype:hover {
  border-color: #00aff0;
  color: #00aff0;
}
/*===== Cross Browser Compatibility =====*/
a, input, button, textarea, :before, :after, .owl-nav > div, .owl-dots > div, .restaurants-wrapper > li, .popular-dish-thumb > a img, .news-btns, nav ul ul, .chosen-results > li, .featured-restaurant-box, .toggle-item, .toggle-item > h4, .toggle-item > h4 i, .rating-box > span, .switch-slider, .rate-share, .newsletter-popup-wrapper, .gallery-info-btns, .gallery-bx > h3, .ingradient-list, .log-popup, .sign-popup, label, .topbar, .logo, .logo > h1 img, nav > div > ul > li, nav > div > ul > li span, .responsive-logomenu > span, .responsive-menu > span, .responsive-menu, .your-order-popup, .payment-popup-wrapper {
  -webkit-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
nav > div > ul > li:before, .select-wrp .chosen-container-single .chosen-single::before, .input-field > i, .top-restaurants-carousel .owl-dots, .featured-restaurant-carousel .owl-nav > div, .blog-detail-gallery-carousel .owl-nav > div {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.title2-wrapper.text-center > .sudo-bottom::before, .step-box > i span {
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.brd-rd50, .restaurants-wrapper.style2 > li::before, .radio-box [type="radio"]:checked + label:before, .radio-box [type="radio"]:not(:checked) + label:before, .radio-box [type="radio"]:checked + label:after, .radio-box [type="radio"]:not(:checked) + label:after, .check-box [type="checkbox"]:checked + label:before, .check-box [type="checkbox"]:not(:checked) + label:before, .check-box [type="checkbox"]:checked + label:after, .check-box [type="checkbox"]:not(:checked) + label:after, .review-form:before, .switch-slider.brd-rd30:before, .booking-table > table tbody td h5:before, .profile-info > a.change-password::before {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.brd-rd40 {
  -webkit-border-radius: 40px;
  border-radius: 40px;
}
.brd-rd30 {
  -webkit-border-radius: 30px;
  border-radius: 30px;
}
.brd-rd12 {
  -webkit-border-radius: 12px;
  border-radius: 12px;
}
.brd-rd8 {
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.brd-rd5 {
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.brd-rd4 {
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.brd-rd3 {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.brd-rd2, .featured-restaurant-carousel .owl-nav > div, .sudo-bottom:before, .select-wrp2 .chosen-container > a {
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.brd-rd0 {
  -webkit-border-radius: 0;
  border-radius: 0;
}
/*===== Project Style =====*/
/*===== Chosen Container Style =====*/
.chosen-container {
  width: 100% !important;
}
/*===== Header =====*/
header {
  float: left;
  width: 100%;
  z-index: 999; background: #000;
  position: relative;/*  -webkit-box-shadow: 0 4px 2px rgba(0,0,0,.18);
  -ms-box-shadow: 0 4px 2px rgba(0,0,0,.18);
  -o-box-shadow: 0 4px 2px rgba(0,0,0,.18);
  box-shadow: 0 4px 2px rgba(0,0,0,.18); */
}
.topbar {
  background-color: #161616;
  float: left;
  width: 100%;
  height: 46px;
}
.select-wrp {
  float: left;
  position: relative;
}
.select-wrp + .select-wrp {
  padding-left: 20px;
  margin-left: 20px;
  border-left: 1px solid rgba(229,229,229,.2);
}
.select-wrp .chosen-container-single .chosen-single {
  background: no-repeat;
  border: 0;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  height: auto;
  line-height: 46px;
  font-size: 10px;
  color: #fff;
  font-family: Poppins;
  font-weight: 500;
  position: relative;
  padding-left: 0;
  padding-right: 28px;
}
.select-wrp .chosen-container-single .chosen-single:before {
  content: "\f0d7";
  position: absolute;
  right: 0;
  top: 50%;
  font-family: fontawesome;
  font-size: 12px;
  color: #fff;
}
.select-wrp .chosen-container-single .chosen-single div {
  display: none !important;
}
.select-wrp .chosen-container-single .chosen-single > span {
  margin-right: 0 !important;
}
.select-wrp .chosen-container-active .chosen-single::before {
  content: "\f0d8";
}
.topbar-register {
  float: right;
  font-size: 12px;
  font-family: Poppins;
  font-weight: 500;
  color: #fff;
  padding: 15px 0 14px 40px;
  border-left: 1px solid rgba(229,229,229,.2);
  margin-left: 35px;
}
.select-wrp .chosen-container-single .chosen-drop {
  -webkit-box-shadow: 4px 4px 0 rgba(0,0,0,.38);
  -ms-box-shadow: 4px 4px 0 rgba(0,0,0,.38);
  -o-box-shadow: 4px 4px 0 rgba(0,0,0,.38);
  box-shadow: 4px 4px 0 rgba(0,0,0,.38);
  -webkit-border-radius: 0;
  border-radius: 0;
  margin: 0;
  border: 0;
  width: 190px;
}
.select-wrp .chosen-container-single .chosen-drop > ul li {
  font-size: 12px;
  font-family: Poppins;
  font-weight: 600;
  color: #2d2d2d;
  border-bottom: 1px solid #ededed;
  padding: 5px 0;
  float: left;
  width: 100%;
}
.select-wrp .chosen-container-single .chosen-drop > ul li:last-child {
  border-bottom: 0;
}
.select-wrp .chosen-container-single .chosen-drop > ul {
  margin: 0;
  padding: 10px 20px;
}
.select-wrp .chosen-container-single .chosen-drop > ul li.result-selected, .select-wrp .chosen-container-single .chosen-drop > ul li.highlighted, .select-wrp .chosen-container-single .chosen-drop > ul li:hover, .select-wrp2 .chosen-container-single .chosen-drop > ul li.result-selected, .select-wrp2 .chosen-container-single .chosen-drop > ul li.highlighted, .select-wrp2 .chosen-container-single .chosen-drop > ul li:hover {
  background-color: transparent;
  background-image: none;
}
.select-wrp2 .chosen-container-single .chosen-drop > ul li.result-selected, .select-wrp2 .chosen-container-single .chosen-drop > ul li.highlighted, .select-wrp2 .chosen-container-single .chosen-drop > ul li:hover {
  color: #fff;
}
/*===== Topbar Social =====*/
.social1 {
  float: right;
  margin-top: 11px;
}
.social1 > a {
  font-size: 18px;
  color: #b3b3b3;
  float: left;
}
.social1 > a + a {
  margin-left: 15px;
}
.logo-menu-sec {
  float: left;
  width: 100%;
  border-bottom: solid 1px rgba(255,255,255,0.1);
}
.logo {
    float: left;
    width: 18%;
    margin: 12px 0;
}
.sticky .logo { float: left; width: 18%; }
.sticky .logo img { max-width: 67px; }

.logo > h1 { margin: 0; }
nav {
  float: left;
  width: 100%;
  max-width: 80%;
}
.menu-sec {
  float: left;
  width: 100%;
}
nav > div > ul {
  float: left;
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
nav > div > ul > li {
  color: #333;
  float: left;
  font-family: poppins;
  font-size: 18px;
  font-weight: 600;
  margin-right: 35px;
  padding:0;
  position: relative;
}
nav > div > ul > li span {
  font-size: 12px;
  display: block;
  font-weight: normal;
  margin-bottom: 5px;
}
nav > div > ul > li:last-child {
  margin-right: 0;
  padding-right: 0;
}
nav > div > ul > li:before {
  content: "";
  width: 1px;
  height: 42px;
  background-color: #d8d7d7;
  position: absolute;
  right: 0;
  top: 50%;
}
nav > div > ul > li:last-child:before {
  display: none;
}
.menu-sec > a {
  color: #fff;
  float: right;
  font-size: 12px;
  font-weight: 600;
  margin-top: 33px;
  padding: 14px 38px;
}
.menu-sec > a:hover {
  color: #000;
}
.menu-sec > a:focus {
  color: #fff;
}
/*=== DropDown =====*/
nav ul ul { 
padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  z-index: 1;
  /*
  padding-left: 0;
  top: 100%;
  left: 0;
  position: absolute;
  -webkit-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  background-color: #fff;
  -webkit-box-shadow: 4px 4px 9px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 4px 4px 9px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 4px 4px 9px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 4px 9px rgba(0, 0, 0, 0.2);
  min-width: 215px;
  padding: 15px 20px;
  opacity: 0;
  visibility: hidden;*/
  
}
nav ul ul ul {
  left: 100%;
  top: 0;
}
nav > div ul > li.menu-item-has-children:hover > ul {
  opacity: 1;
  visibility: visible;
}
nav ul ul li {
  font-size: 13px;
  color: #2d2d2d;
  font-family: Poppins;
  /*border-bottom: 1px solid #dedede;*/
  float: left;
  width: 100%;
  position: relative;
}
nav ul ul.img-icon li a {
  float: left;
  width: 100%;
  padding: 9px 0 9px 40px;
  position: relative;
}
nav ul ul li a {
  float: left;
  width: 100%;
  padding: 3px 0 3px 20px !important;
  position: relative;
}
nav ul ul li a i {
  position: absolute;
  left: 0;
}
nav ul ul.img-icon li a i {
  background-image: url(../images/menu-strip.png);
  background-repeat: no-repeat;
  height: 27px;
  width: 27px;
}
nav ul ul.img-icon li:first-child > a i {
  background-position: 0 2px;
}
nav ul ul.img-icon li:nth-child(2) > a i {
  background-position: 0 -44px;
}
nav ul ul.img-icon li:nth-child(3) > a i {
  background-position: 0 -87px;
}
nav ul ul.img-icon li:nth-child(4) > a i {
  background-position: 0 -130px;
}
nav ul ul.img-icon li:nth-child(5) > a i {
  background-position: 0 -170px;
}
nav ul ul li:last-child {
  border-bottom: 0;
}
/*===== Sticky header =====*/
.stick {
  position: fixed !important;
  top: 0 !important;
  left: 0;  
}
.sticky {
  background: #000;
}
.sticky .topbar {
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.sticky .logo {
    margin: 10px 0;
}


.sticky .logo > h1 img {
  max-width: 50%;
}
.sticky nav > div > ul > li {
  padding: 18px 35px 18px 0;
  font-size: 17px;
}
.sticky .navbar-nav > li > a {
    
    line-height:50px;
    }

.sticky .navbar-mini > ul {
    line-height: 50px;
   
}

.sticky .menu-sec > a {
  margin-top:10px;  
}
.sticky nav > div > ul > li span {
  font-size: 11px;
}
.sticky .slicknav_btn { top: 15px;
  }



/*===== Responsive Header =====*/

.responsive-header {
  float: left;
  display: none;
  width: 100%;
}
.responsive-topbar {
  float: left;
  width: 100%;
  padding: 0 20px;
  background: #000;
}
.responsive-topbar .select-wrp {
  width: 48%;
}
.responsive-topbar .select-wrp .chosen-container-single .chosen-single {
  line-height: 35px;
}
.responsive-logomenu {
  float: left;
  width: 100%;
  background-color: #0d0d0d;
  padding: 0 20px;
}
.responsive-logomenu .logo {
  margin: 7px 0;
}
.responsive-logomenu .logo img {
  max-width: 35%;
}
.responsive-logomenu > span {
  float: right;
  cursor: pointer;
  line-height: 30px;
  width: 30px;
  text-align: center;
  font-size: 14px;
  margin: 22px 0;
}
.responsive-logomenu > span.yellow-bg:hover {
  color: #fff;
}
.responsive-logomenu > span.red-bg:hover {
  color: #333;
}
.responsive-menu {
  position: fixed;
  top: 0;
  right: -320px;
  bottom: 0;
  z-index: 9;
  background-color: #111;
  width: 320px;
  padding: 80px 30px 30px;
  opacity: 0;
  visibility: hidden;
}
.responsive-menu.slidein {
  right: 0;
  opacity: 1;
  visibility: visible;
}
.responsive-menu > span {
  cursor: pointer;
  color: #fff;
}
.responsive-menu > span.yellow-bg:hover {
  color: #fff;
}
.responsive-menu > span.red-bg:hover {
  color: #333;
}
.responsive-menu > span {
  line-height: 30px;
  width: 30px;
  text-align: center;
  position: absolute;
  font-size: 13px;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.menu-lst {
  float: left;
  width: 100%;
  margin-bottom: 55px;
}
.menu-lst > ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  float: left;
  width: 100%;
}
.menu-lst > ul li {
  float: left;
  width: 100%;
  font-family: Poppins;
  color: #fff;
  font-size: 18px;
  position: relative;
}
.menu-lst > ul li a span {
  display: block;
  font-size: 12px;
}
.menu-lst > ul ul li {
  font-size: 14px;
  margin: 3px 0;
  color: #f6f6f6;
}
.menu-lst > ul ul {
  list-style: none;
  padding-left: 20px;
  margin: 5px 0;
  float: left;
  width: 100%;
  display: none;
}
.menu-lst > ul > li {
  margin-bottom: 20px;
  padding-bottom: 15px;
}
.menu-lst > ul > li:before {
  content: "";
  width: 43px;
  height: 1px;
  position: absolute;
  bottom: 0;
  background-color: rgba(255,255,255,.3);
}
.menu-lst > ul > li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.menu-lst > ul > li:last-child:before {
  display: none;
}
.responsive-menu .topbar-register {
  float: left;
  border-left: 0;
  color: #a8a8a8;
  font-size: 12px;
  padding: 0;
  margin: 0;
}
.responsive-menu .social1 > a {
  color: #c9c9c9;
  font-size: 13px;
}
.responsive-menu .social1 > a + a {
  margin-left: 10px;
}
.responsive-menu .social1 {
  margin: 0 0 0 25px;
  float: left;
}
.register-btn {
  float: left;
  width: 100%;
  margin-top: 55px;
}
.register-btn > a {
  font-size: 12px;
  color: #2a2a2a;
  font-family: Poppins;
  padding: 11px 25px 10px;
  display: inline-block;
}
.register-btn > a.red-bg:hover {
  color: #333;
}
.register-btn > a.yellow-bg:hover {
  color: #fff;
}
/*===== Restaurant Searching Section =====*/
.funfacts .row > div {
  width: 23%;
}
.restaurant-searching {
  float: left;
  width: 100%;
  padding: 60px 100px 100px;
}
.restaurant-searching-inner {
  display: inline-block;
  max-width: 1100px;
  width: 100%;
}
.restaurant-searching-inner > h2 {
  font-family: Poppins;
  color: #fff;
  font-size: 50px;
  max-width: 70%;
  display: inline-block;
  line-height: 55px;
  margin-bottom: 0;
  font-weight: 700;
  -webkit-text-shadow: 0 5px 0 rgba(0,0,0,.38);
  -ms-text-shadow: 0 5px 0 rgba(0,0,0,.38);
  -o-text-shadow: 0 5px 0 rgba(0,0,0,.38);
  text-shadow: 0 5px 0 rgba(0,0,0,.38);
}
.restaurant-searching-inner > h2 span {
  font-family: Great Vibes;
  /* font-size: 60px; */
  font-weight: normal;
}
.restaurant-search-form {
  display: inline-block;
  margin: 20px auto 0;
  width: 100%;
  padding: 18px;/* -webkit-box-shadow: 0 5px 0 rgba(0,0,0,0.38);
  -ms-box-shadow: 0 5px 0 rgba(0,0,0,0.38);
  -o-box-shadow: 0 5px 0 rgba(0,0,0,0.38);
  box-shadow: 0 5px 0 rgba(0,0,0,0.38); */
  
}
.input-field, .textarea-field {
    float: left;
    width: 83%;
    background-color: #fff;
    position: relative;
    height: 37px;
    text-align: left;
}
.input-field > input, .textarea-field > textarea {
  height: 100%;
  padding: 15px 15px;
  font-size: 14px;
  color: #a3a3a3;
  width: 100%;font-family: "Poppins";
  border:1px solid #f1f1f1;
}
.input-field > i, .textarea-field > i {
  color: #a2a2a2;
  position: absolute;
  top: 50%;
  font-size: 10.8px;
}
.input-field > i.fa-map-marker {
  left: 25px;
}
.input-field > i.fa-location-arrow {
  color: #c7c7c7;
  right: 25px;
}
.restaurant-search-form button {
  color: #fff;
  font-weight: 700;
  font-family: Poppins;
  padding: 15.9px 20px;
  width: 100%;
  font-size: 13.5px;
  text-align: center;
}
.green1 {
  background: #099e44;
}
.restaurant-search-form button:hover {
  background: #fff !important;
  color: #2a2a2a;
}
.restaurant-search-form button:focus {
  color: #2a2a2a;
}
.funfacts {
  display: inline-block;
  margin: 10px auto 0 0;
  width: 100%;
}
.fact-box {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 10px;
}
.fact-box > i {
  background-color: #fff;
  display: inline-block;
  height: 82px;
  line-height: 82px;
  margin-right: 10px;
  text-align: center;
  vertical-align: middle;
  width: 82px;
}
.fact-inner {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  text-align: left;
}
.fact-inner > strong {
  color: #fff;
  font-family: Poppins;
  font-size: 24px;
}
.fact-inner > h5 {
  color: #ffffff;
  display: inline-block;
  font-size: 15px;
  margin-bottom: 0;
  margin-top: 0;
  width: 100%;
}
.left-building-mockup {
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: .1;
}
.right-building-mockup {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: .1;
}
.left-scooty-mockup {
  position: absolute;
  left: -50px;
  bottom: -120px;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .6s linear;
  -ms-transition: all .6s linear;
  -o-transition: all .6s linear;
  transition: all .6s linear;
}
.left-scooty-mockup.easein {
  left: 0;
  opacity: 1;
  visibility: visible;
}
.bottom-clouds-mockup {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  width: 100%;
}
/*===== Title Style 1 =====*/
.title1-wrapper {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.title1-wrapper .title1-inner > h2 {
  margin-bottom: 0;
}
.title1-inner {
  display: inline-block;
  max-width: 80%;
  vertical-align: middle;
}
/*.title1-inner span {
  display: inline-block;
  width: 100%;
  font-family: Great Vibes;
  font-size: 30px;
  margin-bottom: 10px;
  letter-spacing: 0.5px; color:#cb202d !important;
}*/
.title1-inner h2 em {
  font-style: normal;
  display: inline-block;
  position: relative;
}
.title1-inner h2 em:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -60px;
  width: 50px;
  margin-top: -1px;
  height: 3px;
  border-top: 3px solid #dddddd;
}
.title1-inner h2 em:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -60px;
  width: 50px;
  margin-top: 0px;
  height: 3px;
  border-top: 3px solid #dddddd;
}
.title1-inner > h2, .title1-inner > h3 {
    color: #222;
    /* display: inline-block; */
    font-family: Poppins;
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 0;
    text-transform: uppercase;
    width: 100%;
}
.title1-inner span {
    display: inline-block;
    width: 100%;
    font-family: Great Vibes;
    font-size: 30px;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
    color: #cb202d !important;
}

.title1-inner > h3 {
  font-size: 33px;
}
.title1-inner > p {
  color: #272727;
  display: inline-block;
  font-size: 16px;
  margin-bottom: 0;
  width: 100%;
  line-height: 24px;
}
.red{ background:#cb202d;}


/*===== Top Restaurants Section =====*/
.top-restaurants-carousel-wrapper {
  float: left;
  width: 100%;
}
.top-restaurants-carousel {
  float: left;
  width: 100%;
}
.restaurants-wrapper {
  float: left;
  width: 100%;
  padding: 0 30px;
  list-style: none;
  margin: 0;
}
.restaurants-wrapper > li {
  float: left;
  padding: 0;
  position: relative;
  width: 16.6%;
  z-index: 1;
}
.top-restaurant {
  float: left;
  text-align: center;
  width: 100%;
}
.top-restaurant > a {
  background-color: #fff;
  display: inline-block;
  height: 155px;
  line-height: 155px;
  margin-bottom: 0;
  width: 100%;
  overflow: hidden;
}
.top-restaurant > a img {
  transition: all 0.2s linear 0s;
}
.top-restaurant > a:hover img {
  transform: scale(0.8);
}
.restaurants-wrapper.style2 .top-restaurant > a {
  border: 3px solid #f1f1f1;
  box-shadow: 0 11px 0 0 rgba(0, 0, 0, 0.02);
  height: 155px;
  line-height: 150px;
  width: 155px;
}
.top-restaurant > a img {
  width: auto !important;
  display: inline-block !important;
  transform: scale(0.75);
}
.top-restaurants-carousel .owl-dots {
  position: absolute;
  left: -50px;
  top: 50%;
}
.top-restaurants-carousel .owl-dots > div {
  height: 25px;
  width: 25px;
  position: relative;
  z-index: 1;
  margin-bottom: 9px;
}
.top-restaurants-carousel .owl-dots > div.active {
  margin-bottom: 13px;
}
.top-restaurants-carousel .owl-dots > div:before, .top-restaurants-carousel .owl-dots > div:after {
  bottom: 0;
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  left: 2px;
  transform: rotate(45deg);
}
.top-restaurants-carousel .owl-dots > div:before {
  background-color: #fff;
  border: 2px solid #f1f1f1;
  z-index: 1;
}
.top-restaurants-carousel .owl-dots > div:after {
  background-color: #f1f1f1;
  opacity: 0;
  z-index: -1;
}
.top-restaurants-carousel .owl-dots > div.active:after {
  bottom: -6px;
  opacity: 1;
}
/*===== Title Style 2 =====*/
.title2-wrapper {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.title2-wrapper > h2, .title2-wrapper > h3 {
  font-family: Poppins;
  color: #222222;
  font-size: 30px;
  margin-bottom: 10px;
  position: relative;
  margin-top: 0;
  font-weight:600;
}
.title2-wrapper > h3 {
  font-size:18px; 
  position:relative;
  font-weight:700;
}

.title2-wrapper > h3:after { 
content: "";
    position: absolute;
    left: 0px;
    width: 50px;
  bottom:-15px;
    height: 3px;
    border-top: 4px solid #dddddd;
  border-radius:8px;
}


.title2-wrapper > .sudo-bottom {
  padding-bottom: 18px;
  margin-bottom: 0;
}
.title2-wrapper > .sudo-bottom:before {
  content: "";
  height: 5px;
  width: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.title2-wrapper > .sudo-width35:before {
  width: 35px;
}
.title2-wrapper > .sudo-width45:before {
  width: 45px;
}
.title2-wrapper > .sudo-width70:before {
  width: 70px;
}
.title2-wrapper.text-center > .sudo-bottom:before {
  left: 50%;
}
.blackish .title1-wrapper > h2, .blackish .title1-wrapper > h3, .blackish .title2-wrapper > h2, .blackish .title2-wrapper > h3, .red-bg-layer .title1-wrapper > h2, .red-bg-layer .title1-wrapper > h3, .red-bg-layer .title2-wrapper > h2, .red-bg-layer .title2-wrapper > h3 {
  color: #fff;
}
h2.marginb-0, h3.marginb-0 {
  margin-bottom: 0;
}
/*===== Popular Dishes Section =====*/
.popular-dish-box {
    float: left;
    position:relative;
    width: 100%;
    margin-bottom: 20px;
    background: #fff; border-radius: 15px;
    box-shadow: 0px 0px 3px #ccc; min-height:300px; 
}
.popular-dish-box2 { min-height: 255px; }
.popular-dish-thumb {
    margin: 0 auto;
    height: 232px;
    width: 100%; border-radius: 15px 15px 0px 0px;
    position: relative;
    text-align:center;
    overflow: hidden; 
}

.popular-dish-thumb img {
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  max-width: 100%;
  max-height: 229px;
  transition: transform .5s ease;
}
 
.popular-dish-thumb img:hover {
  transform: scale(1.04);
  -webkit-transform: scale(1.04);
  -o-transform: scale(1.04);
  -ms-transform: scale(1.04);
  -moz-transform: scale(1.04);
}
.popular-dish-thumb .restuarent-type {
    position: absolute;
    top: 0px;
    right: 5px;
}

.pv50 {
    float: right;
    font-size: 13px;
    font-weight: 600;
    color: #121212;
    font-family: "Poppins";
    position: absolute;
    bottom: 6px;
    right: 10px;
}

.margin-top {
  margin-top: 70px;
}
.starrating { background:rgba(219,167,2,0.8);
  /* background: #dba702; */
}
.post-rate {
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 11px;
  color: #fff;
  font-family: Poppins;
  font-weight: 700;
  padding: 6px 10px;
  z-index: 1;
}
.popular-dish-thumb span.likes {
  background: #191919 none repeat scroll 0 0;
  border-radius: 4px;
  bottom: 20px;
  color: #fff;
  font-family: lato;
  font-size: 12px;
  font-weight: bold;
  padding: 8px 10px;
  position: absolute;
  right: 20px;
}
.post-rate > i {
  font-size: 12px;
}
.post-likes {
  position: absolute;
  bottom:0px;
  left:0px;
  background-color:rgba(0,0,0,0.5);
  color: #fff;
  font-size: 12px;
  /* font-weight: bold; */
  padding: 6px 9px;
  z-index: 1;
}

.share {
  position: absolute;
  bottom:0px;
  right:0px;
  background-color:rgba(9,158,68,0.5);
  color: #fff;
  font-size: 12px;
  /* font-weight: bold; */
  padding: 6px 9px;
  z-index: 1;
}


.popular-dish-info {
    background: #fff none repeat scroll 0 0;
    float: left;
    padding: 10px 5px 0px 5px;
    width: 100%;
    border-top: 1px solid #f1eded;
    text-align: center;
    min-height: 70px;
}
.pricerow{font-size:16px; font-weight:600;color:#8b8b8b;}
.pricerow .onpirce{color:#f4af22;padding-left: 15px;}
.strik {text-decoration: line-through;}
.d01{ min-height:100px;}
.d01 h4{ font-weight:600;font-size: 16px; line-height:24px;}
.d01 h4 img{ margin-right:5px;}
.pdb100px{padding-bottom:140px;}

.popular-dish-box .popular-dish-info h4 {
    line-height: 20px;
}
.mt-150 { margin-top: 150px; }





.popular-dish-info h4 img{ margin-right:5px;}
.popular-dish-info h4 {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 0;
    color: #2f2e2e;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.popular-dish-box2 .popular-dish-info h4 { /*min-height: 54px;*/ }

.popular-dish-info p {
  margin-bottom: 10px;
  color: #858585;
  line-height: 18px;
  display: inline-block;
  width: 100%;
  font-size: 13px;
  min-height: 20px;
}

.cu p{color:#1d231f; font-size:13px; }


.popular-dish-info p i{ text-align:center; width:18px;
}
.d01 p i{text-align:center; width:18px;}


.daily-deals {
  background: #5fb709 url(../images/arrow1.png) right center no-repeat;
  float: left;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #fff;
  padding: 2px 22px 2px 12px;
}
.descount {
  float: right;
  font-size: 13px;
  font-weight: 600;
  color: #121212;
  font-family: "Poppins";
}
.green {
  color: #5ab907;
}
.price1 {
  float: right;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  color: #3a3a3a;
}
.time {
  float: left;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  color: #3a3a3a;
}

.time i{  margin-right:3px; text-align:center; width:18px;
}
.hours{ margin-left:20px; float:left; clear:both; padding:10px 0px;}
.hours p{ color: #878787; font-weight:600;
  line-height: 20px; font-size: 14px;
   }


.time2 { margin-left:20px;
  float: left;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  color: #3a3a3a; font-weight:600;
}

.time2 i{  margin-right:3px; text-align: left;
}



.popular-dish-info .price {
  line-height: 37px;
}
.popular-dish-info > a {
  background-color: #272727;
  border: 1px solid transparent;
  color: #fff;
  float: right;
  font-size: 12px;
  font-weight: bold;
  padding: 8px 20px;
  text-transform: uppercase;
}
.restaurant-info {
  border-top: 1px solid #e2e2e2;
  float: left;
  margin-top: 10px;
  padding-top: 8px;
  width: 100%;
  bottom:0px; position:relative;
}
.restaurant-info > img {
  display: inline-block;
  margin-right: 0;
  vertical-align: middle;
}
.restaurant-info-inner {
  display: inline-block;
  vertical-align: middle;
}
.restaurant-info-inner > h6 {
  color: #636363;
  font-family: poppins;
  font-size: 15px;
  font-weight: 500;
  line-height: 19px;
  margin: 3px 0 0;
}
.restaurant-info-inner > span {
  font-family: Poppins;
  font-size: 12px;
}
/*===== Featured Restaurant Section =====*/

.featured-restaurants-wrapper {
  float: left;
  width: 100%;
}
.featured-restaurants-list {
  float: left;
  width: 100%;
}
.featured-restaurant-box {
  padding-top: 22px;
  margin-top: 22px;
  /* border-top: 1px solid #f5f5f5; */
  position: relative;
  display: table;
  width: 100%;
}
.filters-inner.style2 .featured-restaurant-box .featured-restaurant-info > h4 {
  margin-bottom: 15px;
  width: 100%;
}
.filters-inner.style2 .featured-restaurant-box .featured-restaurant-info .price {
  margin-right: 50px;
  text-align: left;
  width: auto;
}
.featured-restaurants-list .featured-restaurant-box:first-child {
  margin-top: 0;
  padding-top: 0;
}
.featured-restaurants-list .featured-restaurant-box:first-child .post-rate {
  top: 25px;
}
.filters-inner.style2 .masonry > div:first-child .featured-restaurant-box, .filters-inner.style2 .masonry > div:nth-child(2) .featured-restaurant-box {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}
.featured-restaurants-list .featured-restaurant-box:first-child {
  border-top: 0;
}
.featured-restaurant-box > * {
  display: table-cell;
  vertical-align: middle;
}
.featured-restaurant-thumb {
  width: 125px;
}
.featured-restaurant-info {
  padding-left:0px;
}
.featured-restaurant-info > span.red-clr {
  display: block;
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.2px;
}
.featured-restaurant-info > h4 {
  display: inline-block;
  float: left;
  font-size: 18px;
  font-weight: 600;
  margin: 10px 0 19px;
  width: 100%;
}
.featured-restaurant-info .price {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.featured-restaurant-info > p {
  color: #636363;
  font-size: 14px;
  margin-bottom: 0;
}
.post-meta {
  display: inline-block;
  float: none;
  line-height: 32px;
  list-style: outside none none;
  margin: 0;
  padding-left: 50px;
}
.post-meta > li {
  display: inline-block;
  margin-right: 15px;
  font-size: 12px;
  color: #636363;
  letter-spacing: -0.3px;
}
.post-meta > li:last-child {
  margin-right: 0
}
.post-meta > li i {
  font-size: 18px;
  color: #a0a0a0;
  margin-right: 5px;
}
.featured-restaurant-info .post-rate {
  position: absolute;
  right: 14px;
  top: 14px;
}
/*===== Featured Restaurant Gallery & Video =====*/
.featured-restaurant-gallery {
  float: left;
  width: 100%;
}
.featured-restaurant-gallery .featured-restaurant-box {
  border-top: 0;
  margin-top: 0;
}
.featured-restaurant-carousel {
  float: left;
  width: 100%;
}
.featured-restaurant-carousel .featured-restaurant-thumb {
  width: 100%;
}
.featured-restaurant-carousel .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}
.featured-restaurant-carousel .owl-nav > div {
  line-height: 40px;
  width: 40px;
  background-color: #f1f1f1;
  position: absolute;
  text-align: center;
  color: #000;
  font-size: 20px;
  visibility: hidden;
  opacity: 0;
}
.featured-restaurant-carousel .owl-nav > div.owl-prev {
  left: 120px;
}
.featured-restaurant-carousel .owl-nav > div.owl-next {
  right: 120px;
}
.featured-restaurant-carousel:hover .owl-nav > div.owl-next {
  right: 30px;
}
.featured-restaurant-carousel:hover .owl-nav > div.owl-prev {
  left: 30px;
}
.featured-restaurant-carousel:hover .owl-nav > div {
  opacity: 1;
  visibility: visible;
}
.featured-restaurant-carousel .owl-nav > div:hover {
  color: #fff;
}
.featured-restaurant-gallery .featured-restaurant-box .featured-restaurant-thumb {
  text-align: center;
  width: 160px;
}
.featured-restaurant-gallery .featured-restaurant-thumb > a {
  display: table;
  width: 88px;
  line-height: 75px;
  color: #fff;
  font-size: 27px;
  position: relative;
  margin-top: -100px;
  z-index: 1;
  margin-left: 34px;
}
.video-time {
  text-decoration: underline;
  display: block;
  font-size: 13px;
  color: #a0a0a0;
  font-weight: 600;
  font-family: Poppins;
  margin-top: 5px;
}
.featured-restaurant-gallery .featured-restaurant-info {
  padding-left: 0;
}
/*===== Easy Steps Section =====*/
.step-box {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.step-box > i {
  display: inline-block;
  position: relative;
  font-style: normal;
}
.step-box > i span {
  position: absolute;
  color: #fff;
  width: 36px;
  line-height: 36px;
  font-weight: 700;
  font-size: 15px;
  left: 50%;
  bottom: -13px;
}
.setp-box-inner {
  float: left;
  width: 100%;
  margin-top: 30px;
}
.setp-box-inner > h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
}
.blackish .setp-box-inner > h4, .blackish .setp-box-inner > p {
  color: #fff;
}
.setp-box-inner > p {
  font-size: 15px;
  margin-bottom: 0;
  display: inline-block;
  max-width: 90%;
}
/*===== Most Popular Section =====*/
.filters-wrapper {
  float: left;
  width: 100%;
}
.filters-wrapper .title1-inner > h2 {
  font-size: 32px;
  max-width: 100%;
  width: 100%;
  margin-bottom: 0;
}
.filters-wrapper .title1-wrapper .title1-inner {
  float: none;
  max-width: 100%;
  width: 100%;
}
.filter-buttons {
  display: inline-block;
  padding-left: 0;
  list-style: none;
  margin-bottom: 50px;
  width: 100%;
  vertical-align: text-bottom;
}
.filter-buttons.ext-btm20 {
  margin-bottom: 10px;
}
.filter-buttons.right {
  text-align: right;
}
.filter-buttons.center {
  text-align: center;
}
.filter-buttons > li {
  display: inline-block;
  font-size: 16px;
  color: #1c1c1c;
  margin-left: 10px;
}
.filter-buttons > li a {
  padding: 7.5px 20px;
  border: 1px solid transparent;
  display: inline-block;
}
.filter-buttons > li a:hover, .filter-buttons > li a:focus {
  color: inherit;
}
.filters-inner {
  float: left;
  width: 100%;
}
.featured-restaurant-box.style2 {
  background: #fff none repeat scroll 0 0;
  border: medium none;
  border-radius: 3px;
  margin-top: 28px;
  padding: 30px 20px 40px;
  /* box-shadow: 0px 5px 32px 0px rgba(0, 0, 0, 0.04); */
}
.featured-restaurant-box.style2 .featured-restaurant-thumb {
  border-right: 1px solid #f1f1f1;
  padding-left: 0;
}
.featured-restaurant-box.style2 .featured-restaurant-info .post-meta {
  padding-left: 0;
}
.featured-restaurant-box.style2 .featured-restaurant-info {
  padding-right: 40px;
}
.featured-restaurant-box.style2 .featured-restaurant-info > h4 {
  font-weight: 700;
  font-size: 20px;
}
.filters-inner.style2 .masonry > div:first-child .featured-restaurant-box .featured-restaurant-info > span.post-rate, .filters-inner.style2 .masonry > div:nth-child(2) .featured-restaurant-box .featured-restaurant-info > span.post-rate {
  top: 25px;
}
.food-types {
  float: left;
  width: 100%;
  font-family: Poppins;
  font-weight: 700;
  font-size: 13px;
  margin-top: 8px;
  color: #171717;
  margin-bottom: 13px;
}
.food-types > a {
  display: inline-block;
  font-size: 11px;
  font-family: poppins;
  font-weight: 400;
  color: #171717;
  margin-left: 5px;
}
.featured-restaurant-box.style2 .featured-restaurant-info .post-rate {
  position: absolute;
  top: 30px;
  margin-top: 0;
  right: 0px;
}
.featured-restaurant-info .post-likes.style2 {
  top: 23px;
  bottom: auto;
  padding: 0;
  background-color: transparent;
  font-weight: 700;
  font-family: lato;
  font-size: 15px;
}
.featured-restaurant-info > a {
  background-color: #ececec;
  color: #232323;
  float: left;
  font-family: Poppins;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.2px;
  margin-top: 20px;
  padding: 10.5px 20px;
  text-transform: capitalize;
}
.featured-restaurant-info > a i {
  margin-right: 5px;
}
.featured-restaurant-info > a:hover, .featured-restaurant-info > a:focus {
  color: #fff;
}
/*===== App Section =====*/
.app-info {
  float: left;
  width: 100%;
  margin-left: -25px;
  margin-top: 60px;
}
.app-info > h4 { color:#fff;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 10px;
}
.orange-bg .app-info > h4, .orange-bg .app-info > p, .red-bg .app-info > h4, .red-bg .app-info > p {
  color: #fff;
}
.app-info > p { color:#fff;
  font-size: 15px;
  line-height: 27px;
}
.app-download-btns {
  float: left;
  width: 100%;
}
.app-download-btns > a {
  float: left;
  margin-top: 16px;
  margin-right: 16px;
}
/*===== Footer =====*/
footer {
  float: left;
  width: 100%;
}
.footer-data {
  float: left;
  width: 100%;
  margin-bottom: -50px;
}
.footer-data .logo {
  margin-bottom: 18px;
}
.widget {
  float: left;
  margin-bottom: 50px;
  width: 100%;
}
.widget {font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #bbbbbb;
}

.about_widget .logo {
  margin-top: 0;
  max-width: 100%;
}
.about_widget p {
  float: left;
  width: 100%;
  font-size: 13px;
  color: #999;
  line-height: 26px;
  margin-bottom: 6px;
}
.social2 {
  display: inline-block;
  text-align: center;
}
.social2 > a {
  display: inline-block;
  margin: 10px 4px 0;
  line-height: 50px;
  width: 50px;
  color: #fff;
  background-color: #3a559f;
  font-size: 25px;
}
.social2 > a.g {
  background-color: #db4c40;
}
.social2 > a.t {
  background-color: #2daae1;
}
.social2 > a.i {
  background-color: #b62028;
}
.social2 > a.ins {
  background-color: #cc2c80;
}
.social2 > a:hover {
  color: #fff;
}
.widget-title {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 20px;
}
.dark-bg .widget-title {
  color: #fff;
}
.widget ul {
  float: left;
  width: 100%;
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.widget ul li {font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #bbbbbb;
  float: left;
  width: 100%;
  position: relative;
  margin-top: 12px;
}

.widget ul li i{ color:#cb202d !important;
}

.widget ul li a {
  display: inline-block;
  position: relative;
  padding-left: 20px;
}
 
.widget.style2 ul li a ~ span {
  float: right;
  font-family: Poppins;
  color: #535353;
}
.widget ul li a:before {
  content: "\f101";
  font-family: fontawesome;
  position: absolute;
  left: 0;
}
.widget ul li a:hover {
  padding-left: 25px;
  color: #cb202d !important;
}
.sidebar .widget:last-child {
  margin-bottom: 0;
}
.get_in_touch ul li {
  position: relative;
  padding-left: 30px;
  margin-top: 20px;
}
.get_in_touch ul li i {
  position: absolute;
  left: 0;
  font-size: 18px;
  top: 2px;
}
.get_in_touch ul li a {
  padding-left: 0;
}
.get_in_touch ul li a:before {
  display: none;
}
.get_in_touch ul li a:hover {
  padding-left: 0;
}
.bottom-bar {
  float: left;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.bottom-bar p {
  color: #fff;
  margin-bottom: 0;
  padding: 22px;
  font-weight: 400;
  font-size: 13px;
}
.widget.about_widget {
  padding-left: 7px;
}
/* -------------------------------------about-us-page--------------------------- */

.aboutuspag {}
.aboutuspag h1{ margin:0px 0px 20px 0px; padding:0px; color:#222222; font-size:30px; font-weight:600; }

.aboutuspag ul{ list-style:none; margin:10px 0px 0px 0px; padding:0px;}
.aboutuspag ul li{ background:url(../images/001.jpg) left top 4px no-repeat; list-style:none; margin:0px 0px 16px 0px; padding:0px 0px 0px 25px; font-size:16px;}
.aboutuspag p{ color:#4e4c4c ; text-align: justify; line-height:25px; font-size:16px; text-align:justify;}
.abooutimg{ width:100%;}
.abooutimg img{ width:100%;}
.history{ background:#22aae0; margin:0px; margin-bottom:20px; }
.history-shape{ background: url(../images/shape.png) right top no-repeat, url(../images/shape2.png) center bottom no-repeat; padding:20px 20px; min-height:230px;}
.history-shape h3{ font-size:20px; font-weight:600; color:#fff; padding:0px; margin:0px 0px 15px 0px; }
.history-shape p{ color:#fff; font-size:16px; line-height:24px;}

.mission { background:#019b3e;} 
.values { background:#c19204;} 


.bg-light {  background:#fafafa !important; border-top:solid 1px #e5e5e5;}

.section-title h2 {
    text-transform: none;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    margin: 0;
  color:#222222;
    line-height: 1;
}
.section-title p {
    font-weight: 600;
    text-align: center !important;
    margin: 30px 0px;
  display:block;
    color: #222222;
    font-size: 20px;
    line-height: 1.4;
}
.text-accordions p{ text-align:justify; color:#4e4c4c; font-size:16px; line-height:24px; margin-bottom:20px;}
.margin-top-zero {
    margin-top: 0 !important;
}
.feature {
    padding-left: 68px;
    position: relative;
    margin: 10px 0 10px 0px;
}

.feature i {
    position: absolute;
    left: 0;
    top: 0;
    width: 48px;
    height: 48px;
    line-height: 48px;
    border-width: 1px;
    border-style: solid;
    font-size: 24px;
    text-align: center;
    color: #e7604a;
    border-color: #e7604a;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.feature p {
     text-align:justify; color:#4e4c4c; font-size:16px; line-height:24px; margin-bottom:20px;
}
.feature h5 { color:#4e4c4c; font-size:16px; font-weight:600;
}



/*===== Find Restaurant Section Style 2 =====*/
.restaurant-searching.style2 {
  margin-top: 0;
  padding: 70px 100px 85px;
}
.restaurant-searching.style2 .restaurant-searching-inner {
  max-width: 770px;
}
.restaurant-searching.style2 .restaurant-searching-inner > h2 {
  font-size: 48px;
  max-width: 100%;
  text-shadow: none;
  margin-bottom: 25px;
  margin-top: 0;
}
.restaurant-searching-inner > span {
  color: #fff;
  display: inline-block;
  font-family: great vibes;
  font-size: 60px;
  line-height: 60px;
  width: 100%;
}
.restaurant-search-form2 {
  position: relative;
  float: left;
  width: 100%;
  margin-top: 15px;
}
.restaurant-search-form2 > input {
  font-size: 10.8px;
  color: #868686;
  padding: 10px 30px;
  height: 57px;
  width: 84%;
  float: left;
}
.restaurant-search-form2 > button {
  color: #fff;
  font-weight: 700;
  font-size: 13.5px;
  padding: 10px 20px;
  position: absolute;
  right: 0;
  max-width: 172px;
  width: 100%;
  top: 0px;
  bottom: 0px;
}
/*===== Top Restaurants Section Style 2 =====*/
.top-restaurants-wrapper {
  float: left;
  width: 100%;
}
.restaurants-wrapper.style2 > li {
  width: 16.667%;
  padding: 0 8px;
}
.restaurants-wrapper.style2 > li:before {
  content: "";
  height: 52px;
  width: 52px;
  background-color: #fff;
  position: absolute;
  right: -25px;
  top: 37px;
  z-index: -1;
}
.restaurants-wrapper.style2 > li:last-child:before {
  display: none;
}
/*===== Popular Restaurants Sec Style 2 =====*/

.popular-dish-box.style2 .popular-dish-info {
  -webkit-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px;
}
.popular-dish-box.style2 .popular-dish-info > a {
  font-family: Poppins;
  font-weight: 500;
}
.popular-dish-box.style2 .popular-dish-info > a.red-bg:hover, .popular-dish-box.style2 .popular-dish-info > a.yellow-bg:hover, .popular-dish-box.style2 .popular-dish-info > a.red-bg:focus, .popular-dish-box.style2 .popular-dish-info > a.yellow-bg:focus {
  background-color: transparent;
}
/*===== Popular Localities Section =====*/
.localities-wrapper {
  float: left;
  width: 100%;
}
.localities-inner {
  background-color: #fff;
  box-shadow: 0px 0px 92px 0px rgba(0, 0, 0, 0.15);
  margin-bottom: 7px;
  position: relative;
  float: left;
  width: 100%;
  z-index: 1;
  padding: 60px 60px 30px;
}
.localities-inner:before {
  content: "";
  background-image: url(../images/locat-bg.png);
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  opacity: .06;
  background-repeat: no-repeat;
  background-position: center right;
  z-index: -1;
}
.locat-list {
  padding: 0 15px 0 0;
  list-style: none;
  float: left;
  width: 100%;
  margin-bottom: 30px;
  border-right: 1px solid #e6e6e6;
}
.locat-list > li {
  float: left;
  width: 100%;
  position: relative;
  padding-left: 25px;
  font-size: 15px;
  font-family: Poppins;
  font-weight: 500;
  color: #606060;
}
.locat-list > li span {
  font-size: 12px;
  color: #b1b1b1;
  float: right;
  width: 40%;
}
.locat-list > li + li {
  margin-top: 17px;
}
.locat-list > li:before {
  font-family: fontawesome;
  position: absolute;
  left: 0;
  content: "\f041";
  font-size: 12px;
}
.localities-inner > .row > div:last-child .locat-list {
  border-right: 0;
}
/*===== News Update Section =====*/
.news-box {
  float: left;
  margin-bottom: 50px;
  width: 100%;
  position: relative;
}
.news-thumb {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.news-thumb > a {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.news-thumb > a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0;
}
.news-thumb img {
  width: 100%;
  float: left;
}
.news-btns {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.post-date {
  color: #fff;
  font-size: 10px;
  font-family: Poppins;
  font-weight: 500;
  padding: 7.5px 13px 4.5px;
  float: left;
  clear: right;
  position: absolute;
  left: 0;
  bottom: 0;
}
.read-more {
  float: left;
  clear: both;
  font-family: Poppins;
  font-size: 12px;
  color: #000;
  background-color: #f5f5f5;
  font-weight: 600;
  padding: 9px 10px 7px;
}
.news-box .news-btns a.read-more {
  bottom: 26px;
  left: -100px;
  position: absolute;
}
.news-box:hover .news-btns a.read-more {
  left: 0;
}
.read-more:hover, .read-more:focus {
  color: #000;
}
.post-date:hover, .post-date:focus {
  color: #fff;
}
.news-box:hover .news-thumb > a::before {
  opacity: .47;
}
.news-info {
  float: left;
  width: 100%;
  margin-top: 25px;
}
.news-info > h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 11px;
  margin-top: 0;
}
.news-info > p {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 24px;
  color: #636363;
}
/*===== Page Title Sec =====*/
.page-title-wrapper {
  float: left;
  width: 100%;
  position: relative;
  padding: 17px 0 21px;
  z-index: 1;
}
.page-top-img-mockup {
  position: absolute;
  bottom: -100px;
  opacity: .06;
  z-index: -1;
}
.page-top-img-mockup.left {
  left: 0;
}
.page-top-img-mockup.right {
  right: 0;
}
.page-title-inner {
  display: inline-block;
  max-width: 1000px;
  width: 100%;
}
.page-title-inner > h1 {
  color: #fff;
  font-family: Poppins;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 2px;
  margin-top: 0;
}
.red-bg .page-title-inner > h1, .red-bg .page-title-inner > span {
  color: #fff;
}
.page-title-inner > span {
  font-size: 22px;
  color: #fff;
}
/*=== Breadcrumbs =====*/
.bread-crumbs-wrapper {
  float: left;
  width: 100%;
  border-bottom:solid 1px #f2f2f2;
}
.breadcrumb {
  float: right;
  width: 100%;
  background-color: transparent;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin-bottom: 0;
  padding: 10px 0;
  text-align: right;
}
 .breadcrumb > li {
  font-family: 'Open Sans', sans-serif;
  color: #9f9c9c;
  font-size: 13px;
}

.active1{ color:#eb3e39 !important;}

.breadcrumb > li.breadcrumb-item + li.breadcrumb-item:before {
  color: #9c9c9c;
  font-family: fontawesome;
  content: "\f105";
  padding: 0 5px;
}
.breadcrumb > li.active {
  color:#eb3e39;
}
/*===== Pagination =====*/
.pagination-wrapper {
  float: left;
  width: 100%;
  margin-top: 70px;
}
.pagination {
  margin: 0;
}
.pagination > li {
  background-color: #fff;
  display: inline-block;
  margin: 2px;
    text-align: center;
  line-height: 38px;
  font-weight: 700;
  font-family: Poppins;
  color: #2d2d2d;
  width: 38px;
  vertical-align: middle;
}
.pagination > li a, .pagination > li span {
  display: block;
  padding: 0;
  line-height: 36px;
  border-color: transparent;
  color: inherit;
  -webkit-border-radius: 2px !important;
  border-radius: 2px !important;
  width: 100%;
}
.pagination > li.prev a, .pagination > li.next a {
  width: auto;
  padding: 0 20px;
  background-color: #f8f8f8;
}
.pagination > li.prev {
  margin-right: 20px;
  font-size: 12px;
  width: auto;
}
.pagination > li.next {
  margin-left: 20px;
  font-size: 12px;
  width: auto;
}
.pagination > li a:hover, .pagination > li a:focus {
  color: #fff;
}
/*===== Pagination Style 2 =====*/
.tab-pane .pagination-wrapper {
  margin-top: 40px;
}
.style2 .pagination > li {
  -webkit-box-shadow: 0 0 32px rgba(0,0,0,0.04);
  -ms-box-shadow: 0 0 32px rgba(0,0,0,0.04);
  -o-box-shadow: 0 0 32px rgba(0,0,0,0.04);
  box-shadow: 0 0 32px rgba(0,0,0,0.04);
}
.style2 .pagination > li.prev a, .style2 .pagination > li.next a {
  background-color: #434343;
}
.style2 .pagination > li.prev, .style2 .pagination > li.next {
  color: #fff;
}
/*===== Price Table Section =====*/

.white-bg {
  background: #fff none repeat scroll 0 0;
  padding: 70px 80px;
}
.price-box {
  float: left;
  width: 100%;
  overflow: hidden;
  background-position: right top;
  background-repeat: no-repeat;
  padding-bottom: 25px;
  z-index: 1;
  position: relative;
  transition: all 0.2s linear 0s;
  margin-bottom: 30px;
}
.price-box:hover {
  -webkit-box-shadow: 0 5px 13px rgba(0,0,0,.13);
  -ms-box-shadow: 0 5px 13px rgba(0,0,0,.13);
  -o-box-shadow: 0 5px 13px rgba(0,0,0,.13);
  box-shadow: 0 5px 13px rgba(0,0,0,.13);
}
.price-header {
  float: left;
  width: 100%;
  position: relative;
  z-index: 1;
  padding: 45px 55px 50px;
}
.price-header:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
  right: 40px;
  z-index: -1;
}
.price-header > h1 {
  font-size: 60px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
  margin-top: 0;
}
.price-header > h1 sup {
  font-size: 24px;
  position: relative;
  top: -24px;
}
.price-header > h6 {
  font-size: 12px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 15px;
}
.price-header > h3 {
  font-weight: 900;
  color: #fff;
  margin-bottom: 0;
}
.price-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fbfbfb;
  opacity: .96;
  z-index: -1;
}
.price-box.active .price-header:before {
  height: 93%;
}
.price-body {
  float: left;
  width: 100%;
  padding-left: 0;
  list-style: none;
  margin-bottom: 25px;
}
.price-body > li {
  float: left;
  width: 100%;
  padding: 18.5px 20px;
  border-bottom: 1px solid #ededed;
  font-size: 14px;
  font-family: Poppins;
  color: #353535;
}
.price-box > a {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  font-weight: 700;
  font-family: Poppins;
  padding: 16.5px 40px;
  background-color: #2d2d2d;
}
/*===== Radio Box =====*/

.radio-box [type="radio"]:checked, .radio-box [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.radio-box [type="radio"]:checked + label, .radio-box [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 0;
}
.radio-box [type="radio"]:checked + label:before, .radio-box [type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 14px;
  height: 14px;
  border: 1px solid #d0d0d0 !important;
  background: #fff;
}
.radio-box [type="radio"]:checked + label:after, .radio-box [type="radio"]:not(:checked) + label:after {
  content: '';
  width: 8px;
  height: 8px;
  background: #ea1b25 !important;
  position: absolute;
  top: 9px;
  left: 3px;
}
.radio-box [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.radio-box [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
/*===== Check Box =====*/
.check-box [type="checkbox"]:checked, .check-box [type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.check-box [type="checkbox"]:checked + label, .check-box [type="checkbox"]:not(:checked) + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 0;
}
.check-box [type="checkbox"]:checked + label:before, .check-box [type="checkbox"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 14px;
  height: 14px;
  border: 1px solid #d0d0d0;
  background: #fff;
}
.check-box [type="checkbox"]:checked + label:after, .check-box [type="checkbox"]:not(:checked) + label:after {
  content: '';
  width: 8px;
  height: 8px;
  background: red;
  position: absolute;
  top: 6px;
  left: 3px;
}
.check-box [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.check-box [type="checkbox"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
/*===== Sidebar Widgets =====*/
.sidebar {
  float: left;
  width: 100%;
}
.widget.style2 {
  padding: 0;
}
.widget-title2 {
  float: left;
  width: 100%;
  font-size: 18px;
  color: #181818;
  font-weight: 700;
  position: relative;
  padding-left: 20px;
  margin-bottom: 18px;
  margin-top: 0;
}
.widget-title2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  height: 13px;
  width: 10px; background:#ea1b25 !important;
}
.widget-data {
  float: left;
  width: 100%;
  position: relative;
  background-color: #f9f9f9;
  padding: 20px 10px;
  overflow: hidden; border:solid 1px #e9e9e9;
}
/* .widget-data::before, .widget-data::after {
  background-color: #fff;
  border-radius: 10%;
  content: "";
  height: 50px;
  position: absolute;
  transform: skewX(74deg) rotate(-4deg);
  width: 486px;
}
.widget-data::before {
  left: -90px;
  top: -46px;
}
.widget-data::after {
  bottom: -46px;
  right: -90px;
  top: auto;
} */

/* ------------------------Delivery Restaurants-------------------open------------------ */
.delivery-restaurants { background-color: #fff;
    border:solid 1px #e9e9e9; position:relative; float:left; width:100%;padding: 20px 10px;
}
.adddd{ min-height:208px; width:100%; }

.adddd-img {
  margin: 0 auto;
  height: 97px;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;/*  border-bottom:solid 1px #ccc; */
}
.adddd-img img {
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.post-rate2 {
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 11px;
  color: #fff;
  font-family: Poppins;
  font-weight: 700;
  padding: 6px 10px;
  z-index: 1;
}
 .post-rate2 > i {
  font-size: 12px;
}

.adddd-img-dish-info {
   
  padding: 5px 0px;
  width: 100%;
  min-height: 90px;
}
.adddd-img-dish-info > h4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 600; margin:0px 0px 2px 0px;
  color: #2f2e2e; padding:0px;
}
.adddd-img-dish-info > p { padding:0px;
  margin-bottom: 10px; 
  text-align:left;
  color: #858585;
  line-height: 18px;
  display: inline-block;
  width: 100%;
  font-size: 13px;
   
}



/* ------------------------Delivery Restaurants-------------------end------------------ */


/*===== Mini Posts Style =====*/
.mini-posts-list {
  float: left;
  width: 100%;
}
.mini-post-item {
  float: left;
  width: 100%;
  margin: 10px 0;
}
.mini-post-item > a {
  float: left;
  margin-right: 20px;
}
.mini-post-info {
  display: table;
  margin-top: 10px;
}
.mini-post-info > h5 {
  font-size: 14px;
  color: #232323;
  font-weight: 600;
  margin-bottom: 6px;
  margin-top: 0;
}
.mini-post-data {
  font-size: 11px;
  font-family: Poppins;
  float: left;
}
.mini-post-data > i {
  margin-right: 3px;
  font-size: 12px;
}
/*===== Filter Widget =====*/
.widget.style2 ul {
  padding: 0 0px;
}
.widget.style2 ul li {
  color: #535353;
  font-family: 'Open Sans', sans-serif;
  margin-top: 0; font-weight:600;
}
.widget.style2 ul li + li {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #e4e4e4;
}
/*===== Contact Us Page =====*/
.loc-map {
  width: 100%;
  height: 420px;
}
.contact-info-sec {
  margin-top: 0px;
}
.contact-info-box {
  float: left;
  width: 100%;
  padding: 20px;
  background: #f5f5f5;
    min-height: 200px;
    border-radius: 4px;
}
.contact-info-box > i {
  font-size: 40px;
  color: #4a4343;
  margin-bottom: 10px;
}
.contact-info-box > h5 {
  font-size: 17px;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
}
.contact-info-box > p {
  font-size: 13px;
  color: #666;
  margin: 0;
  line-height: 24px;
  width: 100%;
}
.contact-info-sec > .row > div:last-child .contact-info-box {
  border-right: 0;
}
/*===== Contact Form =====*/
.contact-form-wrapper {
}
.contact-form-inner {
  max-width: 960px;
  display: inline-block;
  width: 100%;
  margin-top: 85px;
}
.contact-info-sec > .row > div {
  border-right: 2px solid rgba(204, 204, 204, 0.5);
}
.contact-info-sec > .row > div:last-child {
  border: 0 none;
}
.contact-form-inner > h3 {
  font-size: 30px;
  font-family: Poppins;
  display: inline-block;
  max-width: 80%;
  margin-bottom: 20px;
  color: #000;
  line-height: 36px;
  font-weight: 600;
  margin-top: 0;
}
.contact-form-inner > form {
  float: left;
  width: 100%;
}
.contact-form-inner > form input, .contact-form-inner > form textarea {
  float: left;
  width: 100%;
  font-size: 14px;
  color: #999;
  height: 56px;
  padding: 20px 40px;
  background-color: #f6f6f6;
  margin-top: 25px;
}
.contact-form-inner > form textarea {
  height: 210px;
}
.g-recaptcha {
  display: inline-block;
  margin-top: 25px;
}
.contact-form-inner > form button {
  background-color: #cb202d;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  padding: 17px 30px;
  display: inline-block;
  margin-top: 35px;
}
.contact-form-inner > form img.loader {
  display: none;
  margin-left: 10px;
}
#message {
  float: left;
  width: 100%;
}
/*===== Restaurants Found Page =====*/
.remove-ext .featured-restaurant-box {
  margin-bottom: 30px;
}

.shadow-s {
    box-shadow: 0 2px 20.24px 2.76px rgba(0,0,0,.1);
}



.with-bg { padding: 20px 0px;
  margin:0px 0px 30px 0px;
}
.featured-restaurant-thumb { width:100%; height:120px; border:solid 1px #f5f5f5; position:relative; margin:0 auto;}
.featured-restaurant-thumb img{ left:0px; right:0px; top:0px; bottom:0px; position: absolute; margin:auto; width:128px; max-width:1005; max-height:100%;
 
}
.restaurent-name{ }
.restaurent-name p{ font-size:14px; color:#585858; font-weight:600;}


.featured-restaurant-box.with-bg .featured-restaurant-info {
  padding-right: 5px;
}

.featured-restaurant-info p {
    
    line-height: 20px; margin:0px 0px 6px 0px; padding:0px;
    
}

.search-result-action { margin-top:15px;
    border: 1px solid #e7e7e7;
    border-left: 0!important;
    border-right: 0!important;
  padding:10px 0px;
    
}
.view-menu { /* width:50%;  */float:left; }
.view-menu a{ background:#fafafa; border-radius:4px; border:solid 1px #e5e5e5; color:#64ae29; font-size:16px; font-weight:normal; padding:3px 10px; margin-right:5px;}
.view-menu a i{ margin-right:5px;}
.view-menu a:hover{ background:#fff; border-radius:4px; border:solid 1px #dedcdc;}

.closing-soon { color:#ea1b25 !important; background:#fff !important; font-size:14px !important; border-radius:0px !important; border: none !important; font-weight:600 !important;}
.closing-soon:hover { color:#000 !important;}

.order-nowbox { float:right;  }
.order-nowbox a{ background:#5fb709; border-radius:4px; color:#fff; font-size:16px; font-weight:normal;  padding:4px 15px; margin-left:10px;}
.order-nowbox a i{ margin-right:5px;}
.order-nowbox a:hover{ background:#499004; }

.blue{ background:#2790bd !important;}
.blue:hover{ background:#116488 !important;}

.customisable{ font-size:11px; padding:8px 0px 0px 0px; text-align: right; line-height:6px; margin:0px; color:#d2212e;}
 
/*===== Restaurant Detail Page =====*/

.inner-section11{ padding:40px 0px;}

.restaurant-detail-wrapper {
  float: left;
  width: calc(100% + 33px);
}
.restaurant-detail-info {
  float: left;
  width: 100%;
}
.restaurant-detail-thumb {
  float: left;
  width: 100%;
  position: relative;
}
 
.restaurant-box { border:solid 1px #f2f2f2; background:#f9f9f9;}
.restaurant-detail-thumb11{ background:#fff;
  padding-left: 0; margin:0 auto;
  width: 100%;
  height:360px; position:relative; text-align:center;  
}
.restaurant-detail-thumb11 img{ position:absolute; left:0px; right:0px; top:0px; bottom:0px;
  margin:auto;
  max-width: 100%;
  max-height:360px;
}
._456{ margin:15px 15px;}


/* .restaurant-detail-thumb ul img {
  width: 100%;
}
.restaurant-detail-thumb ul.restaurant-detail-thumb-carousel {
  width: 325px;
  position: absolute;
  bottom: 20px;
  right: 10px;
}
.restaurant-detail-thumb ul.restaurant-detail-thumb-carousel li {
  cursor: pointer;
  padding: 0 10px;
  position: relative;
}
.restaurant-detail-thumb ul.restaurant-detail-thumb-carousel li.slick-current:before {
  opacity: .6;
}
.restaurant-detail-thumb ul.restaurant-detail-thumb-carousel li:before {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  top: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0;
} */
.restaurant-detail-title {
  float: left;
  /* margin-top: 30px; */
  width: 100%;
}
._456 h1 {
  font-size: 30px;
  font-family: 'Open Sans', sans-serif;
  color: #2f2e2e;
  display: inline-block;
  margin:0;
  padding:0px 0px 5px 0px;
  font-weight:600;
}

.price {
  float: right;
  font-size: 25px;
  font-family: 'Open Sans', sans-serif;
  color: #2f2e2e;
  /* font-weight:600; */
}

.price-size {font-size: 20px;}
 

.ordernow { float:left; margin:30px 15px 30px 0px;
}

.ordernow a { padding: 15px 30px;border-radius:4px;
    background: #099e44; font-family: 'Open Sans', sans-serif; font-size: 12px; color: #fff; vertical-align: middle; text-transform:uppercase; transition:2s;}

.ordernow a:hover{
    background: #cb202d; color:#fff;}

 
.offer a {  
    background: #fff; border:solid 1px #cb202d; color:#cb202d;}

 




.info-meta {
  font-size: 14px;
  color: #656565;
}
.info-meta > span {
  display:inline-block;
  position:relative;
  padding:3px 10px; color:#099e44;
}
.info-meta > span:first-child {
  padding-left: 0;
}
.info-meta > span:before {
  content: ".";
  position: absolute;
  left: 0;
  top: -4px;
}
.info-meta > span:first-child:before {
  display: none;
}
.rating-wrapper {
  float: right;
  position: relative;
  margin-top: -50px;
}
.rating-wrapper > a {
  position: relative;
  float: right;
   
  padding: 6px 15px 6px 12px; border-radius:2px;
  z-index: 1;
  font-size: 12px;
  font-family: Poppins;
  color: #fff;
  background:#dba702;
}
.gradient-brd:before {
  background: -moz-linear-gradient(0deg, #e03335 0%, #00cfc8 100%); /* ff3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #e03335), color-stop(100%, #00cfc8)); /* safari4+,chrome */
  background: -webkit-linear-gradient(0deg, #e03335 0%, #00cfc8 100%); /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(0deg, #e03335 0%, #00cfc8 100%); /* opera 11.10+ */
  background: -ms-linear-gradient(0deg, #e03335 0%, #00cfc8 100%); /* ie10+ */
  background: linear-gradient(90deg, #e03335 0%, #00cfc8 100%); /* w3c */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e03335', endColorstr='#00cfc8', GradientType=1 ); /* ie6-9 */
}
.gradient-brd:before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  -webkit-border-radius: inherit;
  border-radius: inherit;
}
.gradient-brd:after {
  background-color: #fff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: -1;
  content: "";
}
.rating-wrapper > a i {
  font-style: normal;
  font-weight: 600;
  color: #fff;
  margin: 0 3px;
}
/*===== Restaurant Detail Tabs =====*/
.restaurant-detail-tabs {
  float: left;
  margin-top: 25px;
  width: 100%;
}
.restaurant-detail-tabs > ul {
  float: left;
  width: 100%;
  margin-bottom:4px;
  /* border: 1px solid #f1f1f1; */
}
.restaurant-detail-tabs > ul > li {
  border:1px solid #f1f1f1;
  /* border-bottom:none;  */
  color: #343434;
  float: left;
  font-size: 16px;
  font-weight: 600;
  margin:0px 5px 0px 0px;
}
.restaurant-detail-tabs > ul > li:last-child {
  /* border-right: 0; */
}
 

.restaurant-detail-tabs > ul > li a {
  border: 0 !important;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 16px 25px;
  margin: 0;
  position: relative;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  border: 0;
  background-color: transparent;
}
.restaurant-detail-tabs > ul > li a i {
  margin-right: 5px;
}
.restaurant-detail-tabs > ul > li a:hover {
  background-color: transparent;
}
.restaurant-detail-tabs > ul > li a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  background-color: rebeccapurple;
  height: 2px;
}
.restaurant-detail-tabs > ul > li.active a:before {
  width: 100%;
}
.restaurant-detail-tabs .tab-content {
  float: left; 
  /* padding:20px; */
  /* border:1px solid #f1f1f1; */ 
  width:100%;
}

.restaurant-detail-tabs .tab-content p{ font-size:13px; color:#707070; line-height:18px;}

.restaurant-detail-tabs .chosen-container-single .chosen-single span {
  color: #a2a2a2 !important;
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
}
/*===== Menu Tab =====*/
.search-dish {
  float: left;
  width: 100%;
  margin-top: 15px;
  position: relative;
}
.search-dish > input {
  height: 50px;
  font-size: 14px;
  color: #101010;
  width: 100%;
  float: left;
  border-bottom: 1px solid #e5e5e5;
}
.search-dish > button {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: transparent;
  color: #636363;
  font-size: 14px;
}
.dishes-list-wrapper {background: #FFF;
    box-shadow: none;
    margin: 1rem 0;
    padding:0px;
    border-radius: .28571429rem;
    border: 1px solid #e7e7e7;
  /* float: left;
  width: 100%;
  margin-top: 55px;
  position: relative; */
}

.dishes-list-wrapper h4{ padding:6px 10px;}


.title3, .title4 {
  display: inline-block;
  position: relative;
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
  /* margin-bottom: 40px; */
  font-weight: 600;
  margin-top: 0;
  color: #0d0d0d;  
}




.category_heading {
    padding: 12px 10px;
    font-size: 14px;
    background: #F7F8FC;
    color: rgba(0,0,0,.6);
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    font-weight: 600;
}
.ui.items:last-child {
    margin-bottom: 0!important;
}
.ui.items:last-child {
    margin-bottom: 0!important;
}
.ui.items {
    margin: 0;
}
.category {
    padding: 0;
    background: #fff;
}
.ui.items {
    margin: 1.0em 0;
}


.ui.divided.items>.item, .ui.divided.items>.item:first-child, .ui.divided.items>.item:last-child {
    padding: 10px 10px 8px!important; border-top: 1px solid #e7e7e7;
}

.ui.divided.items .item:first-child {
    padding: 10px 10px 8px!important; border-top: none;
}



.ui.items>.item>.content {
    display: block;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    background: 0 0;
    margin: 0;
    padding: 0;
    box-shadow: none;
    font-size: 1em;
    border: none;
    border-radius: 0;
}
.tag.veg {
    color: #099e44;
}
.left {
    float: left;
}
.tag:before {
    font-size: 14px;
    margin-right: 8px;
    margin-top: -1px;
    margin-left: 1px;
}
[data-icon]:before {
    display: block;
    float: left;
    font-family: zombatsregular!important;
    font-weight: 400;
    margin-right: 4px;
    text-transform: none;
    content: attr(data-icon);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    zoom: 1;
    font-size: 1.1em;
}
.header {
    margin-top: 0px!important;
    color: #33373D!important;
    font-weight: 700!important;
   
    font-size: 14px;
    margin-left:px;
}
.col-2{ width:9%; float:left; margin-right:20px;}
.foodimg{ border:solid 1px #ccc; width:100%; height:77px; position:relative; margin:0 auto; display: flex;
    align-items: center;
    justify-content: center;}
.foodimg img{ left:0px; right:0px; top:0px; bottom:0px; margin:auto; max-width:77px; width:100%;}
.type{ position:absolute; 
    right: 5px;
    top: 0px;
     z-index:10; }

.food-detaisl{ float:left; width:53.65%;}

.add-button { width:15.75%; float:right; }







.description {
    font-size: 16px;
    color: #414A67!important;
    margin: 2px 0px 0px;
}
.description i{
    font-size: 15px;
    color: #414A67!important;
    
}


 /*  popup start */ 
.popup-container, .popup-container2 {
width: 100%;
height: 100%;
position: fixed;
z-index: 999999999;
display: none;
top: 0;
left: 0;
right:0px;
bottom:0px;
}
.popup-container2 {
z-index: 100000000000;
}
.overlay-content {
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.45);
position: relative;
}
.popup-enq, .popup-enq2 {
max-width: 440px;
width: 100%;
padding: 20px 30px 70px 30px;
max-height: 545px;
background: #fff;
position: absolute;
top: 0px;
right:0px;
left:0px;
bottom:0px;
margin: auto;
overflow: hidden;
text-shadow: none !important;
transition: all 0.5s ease-in-out;
}
.popup-enq2 {
max-width: 450px;
width: 100%;
top: 0;
bottom: 0;
right: 0;
left: 0;
margin: auto;
}
.popup-enq2.popup-account-enq {
max-height: 270px;
text-align: center;
}
.popup-enq2.popup-account-enq p {
line-height: 20px
}
.popup-enq2.popup-account-enq a {
margin-top: 10px;
}
.popup-enq2.popup-account-enq a.red {
background: #fc0000;
}
.popup-account-enq {
max-height:400px;
}
.loginhd, .loginhd2 {
display: block;
margin: 5px 0px 10px 0px;
padding: 0px;
text-align: left;
font-size: 16px;
font-weight: 700;
color: #000;
}
.loginhd2 {
margin: 12px 0px 45px 0px;
font-size: 16px;
font-weight: 300;
color: #008080;
}
.pop-frm {
margin-bottom: 24px;
position: relative;
}

._3MtuI {
    padding: 5px 0 5px 20px;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    overflow: hidden;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    height: 30px;
}
._3c6_x {
    color: #282c3f;
    text-transform: capitalize;
    padding-right: 16px;
    -ms-flex: 1;
    flex: 1;
}
._3c6_x i{ font-size:13px; font-weight:normal; margin-right:2px;}


.ueSas {
    color: #535665;
    font-size: 15px;
}
._3GIu4 i{ font-weight:normal;
    color: #535665;
    font-size: 13px; margin-right:2px;
}
._2dIYo{color:#93959f;font-size:14px;margin-right:5px;text-decoration:line-through}

._2OGeA {
    margin-right: 9px;
    font-size: 14px; font-weight:normal;
}
._1RskK {
    color: #7e808c;
    font-size: 14px;
    display: inline-block;
  font-weight:normal;
}
._3XFX4 {
    padding-bottom: 12px;
}
._31QRR {
    font-size: 11px;
    font-weight: 400;
}
._1rtOk {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
._2rIcW {
    color: #7e808c;
    font-size: 13px;
}
._3coNr {
    padding: 11px 16px;
    background-color: #60b246;
    color: #fff;
    position: relative;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
}
.mmytI {
    font-weight: 600;
}
._38xdN {
    float: right;
    text-transform: uppercase;
}
._2ObNr {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-y: auto;
    overflow-x: hidden;
}
._1OIwC:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    margin: 4px;
    width: 14px;
    height: 14px;
    z-index: 0;
    transition: .28s ease;
    border: 1px solid #93959f;
    border-radius: 50%;
}
.fwaMU {
    margin-right: 3px;
    width: 25px;
    padding-right: 5px;
    position: relative;
    left: -4px;
    top: 4px;
}

._1J8A4 {
    color: #282c3f;
    font-size: 20px;
    font-weight: 600;
    padding: 20px 0 10px 0px;
    position: relative;
}
._1OIwC {
    position: relative;
    display: inline-block;
    height: 23px;
    line-height: 23px;
    padding-left: 23px;
    font-size: 1rem;
    transition: .28s ease;
    transform: translateZ(0);
}
 

._3c6_x {
    color: #282c3f;
    text-transform: capitalize;
    padding-right: 16px;
    -ms-flex: 1;
    flex: 1;
}
._2MI0y:after, ._2MI0y:before {
    border: 1px solid #60b246;
}

._1OIwC:after, ._1OIwC:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    margin: 4px;
    width: 14px;
    height: 14px;
    z-index: 0;
    transition: .28s ease;
    border: 1px solid #93959f;
    border-radius: 50%;
}
.hFvLl {
    position: absolute;
    left: -9999px;
    opacity: 0;
}

._2MI0y:after, ._2MI0y:before {
    border: 1px solid #60b246;
}

._2MI0y:after {
    -ms-transform: scale(.5);
    transform: scale(.5);
    background-color: #60b246;
}
._1XtU3 {
    top: 15px;
}
._2UEud {
    color: #ad4728;
}
._12XvR {
    font-size: 10px;
    position: absolute;
    left: 0px;
    top: 8px;
    width: 12px;
    padding-left: 1px;
}


.pop-frm input[type=submit], .sign-in-btn {
padding: 12px 20px !important;
background-color: #008080;
font-family: 'Roboto', sans-serif;
font-size: 22px;
font-weight: 500;
color: #fff;
text-align: center;
text-decoration: none;
border: none;
border-radius: 2px;
transition: 0.5s ease-in-out;
width: 100%;
}
.pop-frm input[type=submit] {
margin-top: 20px;
margin-bottom: 10px
}
.pop-frm input[type=submit]:hover, .sign-in-btn:hover {
background-color: #133362;
}
.close-popup {
font-size: 30px;
color: #ff0000;
float: right;
margin-right: -6px;
}
.close-popup:hover {
color: #000;
}
  /*  popup start -end*/ 
  
  
  
  
  
  
  
  
  
  
  

.order2223 a{ background:#cb202d !important; border-radius:4px; font-family: 'Open Sans', sans-serif !important; font-size:14px; font-weight:600;}


h2.title3 {
  font-size: 40px;
}
.title4 {
  font-family: Poppins;
  font-weight: 700;
}
h3.title4 {
  font-size: 24px;
}
.title3 span, .title4 span {
  position: relative;
}
.title3 span.sudo-bottom:before, .title4 span.sudo-bottom:before {
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: -5px;
}
h2.title3 span.sudo-bottom:before {
  bottom: 7px;
}
.dishes-list-wrapper .post-rate {
  position: static;
  margin-left: 20px;
  display: inline-block;
}
.dishes-list {
  float: left;
  width: 100%;
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.dishes-list > li {
  float: left;
  width: 100%;
}
.dishes-list > li:first-child .featured-restaurant-box {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}
.dishes-list > li .featured-restaurant-thumb {
  width: 111px;
  vertical-align: top;
}
.dishes-list .post-meta {
  padding-left: 0;
}
.dishes-list .featured-restaurant-info > h4 {
  width: auto;
  margin-bottom: 10px;
}
.dishes-list .featured-restaurant-info > span.price {
  float: right;
  margin-top: 6px;
}
.dishes-list .featured-restaurant-info > h4 {
  font-weight: normal;
}
.ord-btn {
  padding: 0px;
  text-align: right;
  /* width: 30%; */
}
.ord-btn > a {
  border: 1px solid;
  color: #fff;
  display: inline-block;
  font-family: poppins;
  font-size: 12px;
  font-weight: bold;
  padding: 9px 21px;
  text-transform: uppercase;
}
.ord-btn > a:hover, .ord-btn > a:focus {
  background-color: transparent;
}
/*===== Gallery Tab =====*/
.restaurant-gallery {
  float: left;
  width: 100%;
  margin-top: 10px;
  border: 1px solid #f1f1f1;
    padding: 20px;
}
.restaurant-gallery-img { 
  margin:0 auto 30px auto; 
  width:100%; 
  position:relative;
  height:169px; 
  border:solid 1px #ccc;
}
.restaurant-gallery-img img { left:0px; top:0px; right:0px; bottom:0px;
  max-width: 100%; max-height:169px; position:absolute; margin:auto;
}

.gallery-share {
    position: absolute;
    bottom: 0px;
    right: 0px;
    background-color: rgba(0,0,0,0.6);
    color: #fff;
    font-size: 12px;
    /* font-weight: bold; */
    padding: 6px 9px;
    z-index: 1;
}


.remove-ext .restaurant-gallery-img {
  margin-bottom: 30px;
}
/*===== Review Tab =====*/
.customer-review-wrapper {
  float: left;
  width: 100%;
  margin-top: 10px;
  border: 1px solid #f1f1f1;
    padding: 20px;
}
.customer-reviews .comment-info > h4:first-child {
  font-size: 15px;
  font-weight: 700;
  color: #5c5c5c;
}
.customer-reviews .comment-info > p {
  margin-top: 0;
  font-style: italic;
  line-height: 23px;
  font-size: 15px;
  color: #777;
  /* max-width: 70%; */
  letter-spacing: 0.3px;
}
.customer-reviews .comment > img {
  margin-right: 36px; max-height:70px; max-width:70px;
}
.customer-rating {  
  display: block;
  color: #8a8a8a;
  font-size: 16px !important;
  margin-top: 15px;
}
.customer-rating > span {
  display: inline-block;
  margin-left: 10px;
  color: #313131;  
  font-weight: 800;
  font-size: 12px;
  font-family: lato;
}
.review-form {
  float: left;
  position: relative;
  width: 100%;
}
/* .review-form:before {
  content: "";
  position: absolute;
  bottom: -30px;
  left: -20px;
  right: -20px;
  height: 90px;
  background-color: #fff;
  -webkit-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  -o-transform: rotate(-2deg);
  transform: rotate(-2deg);
} */  

.review-form textarea {
  float: left;
  width: 100%;
  background-color: #f8f8f8;
  padding: 10px;
  font-style: italic;
  font-size: 15px;
  color: #777;
  line-height: 23px;
  height: 160px;
}
.review-form > button {
  font-size: 12px;
  color: #fff;
  font-weight: 800;
  padding: 10px 30px;
  position: relative;
  /* margin-top: -8px;
  margin-left: 50px; */
  float: left;
}
.review-form > button:hover {
  background-color: #333;
}
.rate-box {
  float: right;
  margin-right: 60px;
  margin-top: -20px;
  position: relative;
}
.rate-box > span {
  font-size: 12px;
  font-weight: 600;
  font-family: Poppins;
  color: #3f3f3f;
  float: left;
  width: 100%;
  margin-bottom: 4px;
}
.rating-box {
  float: left;
  width: 100%;
}
.rating-box > span {
  float: left;
  margin: 2px 2px 0 0;
  height: 28px;
  width: 28px;
  background-color: #efefef;
  cursor: pointer;
}
.clr1:hover, .clr1.on {
  background-color: #cd1c26;
}
.clr2:hover, .clr2.on {
  background-color: #de1d0f;
}
.clr3:hover, .clr3.on {
  background-color: #ff7800;
}
.clr4:hover, .clr4.on {
  background-color: #ffba00;
}
.clr5:hover, .clr5.on {
  background-color: #cdd614;
}
.clr6:hover, .clr6.on {
  background-color: #5ba829;
}
.clr7:hover, .clr7.on {
  background-color: #3f7e00;
}
.clr8:hover, .clr8.on {
  background-color: #305d02;
}
.rating-box > i {
  font-style: normal;
  line-height: 30px;
  font-family: Poppins;
  font-size: 14px;
  color: #3f3f3f;
  margin-left: 20px;
  float: left;
}
/*===== Book Table Tab =====*/
.book-table {
  float: left;
  margin-top: 10px;
  width: 100%;
  border:1px solid #f1f1f1;
  padding:20px;
}
.book-table form {
  float: left;
  width: 100%;
}
.book-table form .input-field, .book-table form .textarea-field {
  background-color: #fbfcfd;
  height: 42px;
  margin-bottom: 25px;
  color: #8a8a8a;
}
.book-table form .input-field input, .book-table form .textarea-field textarea {
  background-color: inherit;
  color: inherit;
}
.book-table form .input-field i, .book-table form .textarea-field i {
  left: 20px;
  color: inherit;
}
.book-table form .textarea-field {
  height: 165px;
}
.book-table form .textarea-field i {
  top: 18px;
}
.select-wrp2 {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.select-wrp2 .chosen-container {
  font-size: 12px;
  font-weight: 700;
  color: #8a8a8a;
}
.select-wrp2 .chosen-container > a {
  background-image: none;
  border: 0;
  height: 42px;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  background-color: #fbfcfd;
  padding: 9px 33px 9px 25px;
  position: relative;
  color: inherit;
  font-size: inherit;
  text-transform: uppercase;
}
.select-wrp2 .chosen-container > a:before {
  content: "\f0d7";
  font-family: fontawesome;
  position: absolute;
  right: 25px;
}
.select-wrp2 .chosen-container-active > a:before {
  content: "\f0d8";
}
.select-wrp2 .chosen-container-active > a.chosen-single {
  background-color: #fbfcfd;
  background-image: none;
  border: 0;
}
.select-wrp2 .chosen-container-single .chosen-drop {
  -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.05);
  -ms-box-shadow: 0 0 4px rgba(0,0,0,0.05);
  -o-box-shadow: 0 0 4px rgba(0,0,0,0.05);
  box-shadow: 0 0 4px rgba(0,0,0,0.05);
  border: 0;
}
.book-table form button {
  color: #fff;
  font-weight: 800;
  font-family: lato;
  font-size: 12px;
  border: 1px solid;
  padding: 9px 30px;
}
.book-table form button:hover, .book-table form button:focus {
  background-color: transparent;
}
/*===== Restaurant Info Tab =====*/
.restaurant-info-wrapper {
  float: left;
  margin-top: 40px;
  width: 100%;
}
.restaurant-loc {
  float: left;
  height: 305px;
  width: 100%;
}
.restaurant-info-list {
  float: left;
  width: 100%;
  padding-left: 0;
  list-style: none;
  margin: 50px 0 0;
}
.restaurant-info-list > li {
  display: inline-block;
  width: 50%;
  padding: 0 20px 0 35px;
  position: relative;
  margin: 17px -2px 0;
  vertical-align: top;
}
.restaurant-info-list > li > i {
  position: absolute;
  left: 0;
  font-size: 24px;
  top: 0;
}
.restaurant-info-list > li > strong {
  font-family: Poppins;
  color: #222;
  font-size: 16px;
  display: block;
  margin: 2px 0 7px;
}
.restaurant-info-list > li > span {
  font-size: 14px;
  color: #aaa;
  line-height: 28px;
  max-width: 80%;
  display: block;
}
/*===== Order Section =====*/
.order-wrapper {
  float: left;
  width: 100%;
  /* padding-left: 55px; */
}
.order-inner {
  float: left;
  width: 100%;
  margin-bottom: 100px;
  position: relative;
  border: 1px solid #e5e5e5;
  z-index: 1;
}
.order-inner > h4 {
  float: left;
  width: 100%;
  text-align: left;
  font-family: Poppins;
  font-size: 20px;
  margin: 10px 10px;
  font-weight:600;
}


/*---------------------------------------------- cart-open-------------------------------- */

 .cart{ margin:10px 10px;}
 .cart ul{ margin:0px; padding:0px 0px 0px 15px; list-style:none;}
 .cart ul li{ list-style:decimal; color:#2f2e2e; font-size:13px; font-family: 'Open Sans', sans-serif; 
     margin-bottom: 20px;
    padding-bottom: 2px;
    border-bottom: 1px solid #ebebeb; position: relative; }
 
 .cart-product { width:48%; float: left;}
 .cart-product p{ margin:0px; padding:0px; color:#2f2e2e; font-size:13px; font-family: 'Open Sans', sans-serif; line-height:16px;}
 ._23dMP { font-size: 11px;
    color: #686b78;
    font-weight: 400;
    margin-top: 2px;
    display: block;
    padding: 0;
}
 
._1mx0r{ float: right;
    text-align: right;
    width: 45px;
  font-size: 13px;
    color: #535665;
  font-weight:normal;
}
 
 
.cart-price { float:right; width:48%;  
    text-align: right; display:inline-block;} 
 
 .brand-content { border: solid 1px #099e44; float:left;
    margin-left: 5px;
    /* display: inline; */
    /* width: auto; */
    text-align: right;
    
    /* margin-right: 10px; */
    font-size: 1px;
    color: #4d4d4d;
    height: 24px;
}
.brand-content input[type=button]{ background:#fff; color:#099e44;font-family: 'Open Sans', sans-serif;
  font-size:17px; line-height:20px; font-weight:600;
}
.brand-content input[type=text] {
   
  background: #099e44;
  border-left: 0;
  border-right: 0;
  font-family: 'Open Sans', sans-serif;
  font-size:17px;
  color: #fff;
  margin: 0;
  line-height: 20px;
  padding: 1px 0;
}

.mor-ingredients {
  float: left;
  width: 100%;
  padding-left:0px;
  margin-top: 5px;
  position: relative;
}
.mor-ingredients > a {
  display: inline-block;
  border-bottom: 1px solid;
  font-size: 12px;
  line-height: 12px;
}

/*---------------------------------------------- cart-open---end----------------------------- */




.order-list-wrapper {
  float: left;
  width: 100%;
}
.order-list-wrapper > ul {
  list-style: none;
}
.order-list-inner {
  padding: 0 14px;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.order-list-inner > li {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
  padding-left: 20px;
  position: relative;
}
.order-list-inner > li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.dish-name > i {
  font-size: 15px;
  font-family: Poppins;
  font-style: normal;
  color: #1e1e1e;
  position: absolute;
  left: 0;
}
.dish-name > h6 {
  display: inline-block;
  margin-left: 15px;
  font-size: 14px;
  font-family: lato;
  font-weight: 700;
  color: #636363;
  margin: 0;
}
.dish-name .price {
  font-size: 15px;
  float: right;
}
.dish-ingredients {
  float: left;
  width: 100%;
  margin-top: 10px;
}
.dish-ingredients .check-box {
  float: left;
  width: 100%;
  margin-top: 5px;
  position: relative;
}
.dish-ingredients .check-box label {
  font-size: 12px;
  font-weight: 400;
  color: #636363;
  width: 100%;
  position: relative;
}
.dish-ingredients .check-box [type="checkbox"]:checked + label::before, .check-box [type="checkbox"]:not(:checked) + label::before {
  border-color: transparent;
  background-color: #e5e5e5;
}
.dish-ingredients .check-box label span {
  background-color: #fff;
  padding-right: 10px;
}
.dish-ingredients .check-box label i {
  background-color: #fff;
  float: right;
  font-style: normal;
  color: #1e1e1e;
  font-size: 10px;
  font-weight: 700;
  padding-left: 20px;
}
.dish-ingredients .check-box:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  border: 1px dashed #f3f3f3;
  top: 50%;
}

.ingradient-list {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  padding: 20px;
  z-index: 2;
  max-width: 215px;
  -webkit-box-shadow: 0 5px 21px rgba(0,0,0,0.03);
  -ms-box-shadow: 0 5px 21px rgba(0,0,0,0.03);
  -o-box-shadow: 0 5px 21px rgba(0,0,0,0.03);
  box-shadow: 0 5px 21px rgba(0,0,0,0.03);
  opacity: 0;
  visibility: hidden
}
.mor-ingredients:hover .ingradient-list {
  opacity: 1;
  visibility: visible
}
.ingradient-list > span label {
  color: #fff;
  font-size: 12px;
  margin-right: 7px;
}
.ingradient-list .check-box [type="checkbox"]:checked + label::before, .ingradient-list .check-box [type="checkbox"]:not(:checked) + label::before {
  height: 10px;
  width: 10px;
  background-color: #fff;
  top: 6px;
}
.ingradient-list .check-box [type="checkbox"]:checked + label::after, .ingradient-list .check-box [type="checkbox"]:not(:checked) + label::after {
  height: 6px;
  width: 6px;
  top: 8px;
  left: 2px;
}
.order-total {
  float: left;
  width: 100%;
  margin: 10px 0 0;
  padding: 34px 15px 75px;
  background-color: #cb202d;
}
.order-total > li {
  float: left;
  width: 100%;
  font-family: Poppins;
  font-size: 15px;
  color: #fff;
  position: relative;
  background-color: inherit;
  z-index: 1;
}
.order-total > li + li {
  margin-top: 6px;
}
.order-total > li span {
  background-color: inherit;
  display: inline-block;
  padding-right: 20px;
}
.order-total > li i {
  font-style: normal;
  float: right;
  background-color: inherit;
  padding-left: 20px;
}
.order-total > li i em { margin-right:2px;
}


/* .order-total > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  border: 1px dashed rgba(255,255,255,.1);
  z-index: -1;
} */
.order-method {
  position: absolute;
  bottom: -70px;
  left: 15px;
  right: 15px;
  text-align: center;
  margin-bottom: 0;
  padding: 20px;
}
.order-method > li {
  float: left;
  width: 100%;
  font-family: Poppins;
  color: #fff;
  font-size: 18px;
}
.order-method > li span:first-child {
  float: left;
  text-align: left;
}
.order-method > li span:last-child {
  float: right;
  text-align: right;
  color: inherit;
}
.order-method > li label {
  font-size: 14px;
  font-weight: 400;
}
.order-method > li label i {
  font-size: 15px;
  margin-right: 3px;
}
.order-method > li:first-child {
  /* border-bottom: 1px solid rgba(255,255,255,.2); */
  /* padding-bottom: 10px;
  margin-bottom: 10px; */
}
.order-method > li:last-child {
  margin-top: 12px;
  font-size: 12px;
}
 
.order-method > li a {
  
  background-color: #2b2828;
   display:block; 
  padding: 5px 20px;
  font-size:14px; text-transform:uppercase; transition:2s;
  /* max-width: 195px; */
}
.order-method > li a:hover{
    background: #cb202d; color:#fff;}


.delivery-location{ width:100%; float:left;
background:#fffdf5;
    border:solid 1px #e5e5e5; padding:10px; margin-bottom:20px;
}
.delivery-location h3{font-family: Poppins; margin:0px; padding:10px 0px 10px 0px;
  font-size:20px; font-weight:600 !important; color:#222222;}
  
  
.delivery-location input, .textarea-field > textarea {
    height: 100%;
    padding: 5px 15px;
    font-size: 13px;
    color: #a3a3a3;
    width: 100%;
   font-family: 'Open Sans', sans-serif;
  background:#fff; border:1px solid #f1f1f1;
} 
.delivery-location button{background: #099e44; width:100%; margin:10px 0px; padding:6px 20px; color:#fff; border-radius:2px; transition:2s;}  
.delivery-location button:hover{
    background: #cb202d; color:#fff;}


/*===== Page Loader =====*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background-color: #fff;
}
#cooking {
  height: 250px;
  left: 50%;
  margin: 0 auto;
  overflow: hidden;
  position: absolute;
  top: 40%;
  transform: translate(-50%, -50%);
  width: 350px;
}
#cooking .bubble {
  position: absolute;
  border-radius: 100%;
  box-shadow: 0 0 0.25vh #4d4d4d;
  opacity: 0;
}
#cooking .bubble:nth-child(1) {
  margin-top: 2.5vh;
  left: 58%;
  width: 2.5vh;
  height: 2.5vh;
  background-color: #454545;
  animation: bubble 2s cubic-bezier(0.53, 0.16, 0.39, 0.96) infinite;
}
#cooking .bubble:nth-child(2) {
  margin-top: 3vh;
  left: 50%;
  width: 2vh;
  height: 2vh;
  background-color: #3d3d3d;
  transform: translate(-50%);
  animation: bubble 2s ease-in-out .35s infinite;
}
#cooking .bubble:nth-child(3) {
  margin-top: 1.8vh;
  left: 50%;
  width: 1.5vh;
  height: 1.5vh;
  background-color: #333;
  animation: bubble 1.5s cubic-bezier(0.53, 0.16, 0.39, 0.96) 0.55s infinite;
}
#cooking .bubble:nth-child(4) {
  margin-top: 2.7vh;
  left: 56%;
  width: 1.2vh;
  height: 1.2vh;
  background-color: #2b2b2b;
  animation: bubble 1.8s cubic-bezier(0.53, 0.16, 0.39, 0.96) 0.9s infinite;
}
#cooking .bubble:nth-child(5) {
  margin-top: 2.7vh;
  left: 63%;
  width: 1.1vh;
  height: 1.1vh;
  background-color: #242424;
  animation: bubble 1.6s ease-in-out 1s infinite;
}
#cooking #area {
  animation: 2.1s ease-in-out 0s normal none infinite running flip;
  background-color: transparent;
  bottom: 0;
  height: 50%;
  left: 130px;
  position: absolute;
  transform-origin: 15% 60% 0;
  width: 50%;
}
#cooking #area #sides {
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: 15% 60%;
  animation: switchSide 2.1s ease-in-out infinite;
}
#cooking #area #sides #handle {
  position: absolute;
  bottom: 18%;
  right: 80%;
  width: 35%;
  height: 20%;
  background-color: transparent;
  border-top: 1vh solid #333;
  border-left: 1vh solid transparent;
  border-radius: 100%;
  transform: rotate(20deg) rotateX(0deg) scale(1.3, 0.9);
}
#cooking #area #sides #pan {
  position: absolute;
  bottom: 20%;
  right: 30%;
  width: 50%;
  height: 8%;
  background-color: #333;
  border-radius: 0 0 1.4em 1.4em;
  transform-origin: -15% 0;
}
#cooking #area #pancake {
  position: absolute;
  top: 24%;
  width: 100%;
  height: 100%;
  transform: rotateX(85deg);
  animation: jump 2.1s ease-in-out infinite;
}
#cooking #area #pancake #pastry {
  position: absolute;
  bottom: 26%;
  right: 37%;
  width: 40%;
  height: 45%;
  background-color: #333;
  box-shadow: 0 0 3px 0 #333;
  border-radius: 100%;
  transform-origin: -20% 0;
  animation: fly 2.1s ease-in-out infinite;
}
 @keyframes jump {
 0% {
 top: 24%;
 transform: rotateX(85deg);
}
 25% {
 top: 10%;
 transform: rotateX(0deg);
}
 50% {
 top: 30%;
 transform: rotateX(85deg);
}
 75% {
 transform: rotateX(0deg);
}
 100% {
 transform: rotateX(85deg);
}
}
@keyframes flip {
 0% {
 transform: rotate(0deg);
}
 5% {
 transform: rotate(-27deg);
}
 30%,  50% {
 transform: rotate(0deg);
}
 55% {
 transform: rotate(27deg);
}
 83.3% {
 transform: rotate(0deg);
}
 100% {
 transform: rotate(0deg);
}
}
@keyframes switchSide {
 0% {
 transform: rotateY(0deg);
}
 50% {
 transform: rotateY(180deg);
}
 100% {
 transform: rotateY(0deg);
}
}
@keyframes fly {
 0% {
 bottom: 26%;
 transform: rotate(0deg);
}
 10% {
 bottom: 40%;
}
 50% {
 bottom: 26%;
 transform: rotate(-190deg);
}
 80% {
 bottom: 40%;
}
 100% {
 bottom: 26%;
 transform: rotate(0deg);
}
}
@keyframes bubble {
 0% {
 transform: scale(0.15, 0.15);
 top: 80%;
 opacity: 0;
}
 50% {
 transform: scale(1.1, 1.1);
 opacity: 1;
}
 100% {
 transform: scale(0.33, 0.33);
 top: 60%;
 opacity: 0;
}
}
/*===== Blog Detail =====*/
.blog-detail-wrapper {
  float: left;
  width: 100%;
}
.blog-detail-thumb {
  display: inline-block;
  margin-bottom: 30px;
  width: 100%;
}
.blog-detail-info {
  display: table;
  width: 100%;
}
.post-detail-date {
  font-size: 13px;
  font-family: Poppins;
  font-weight: 500;
  float: left;
}
.post-detail-date > i {
  font-size: 14px;
  margin-right: 5px;
}
.blog-detail-info > .post-meta {
  float: right;
  margin-top: 0;
}
.post-meta > span {
  font-family: Poppins;
  color: #a5a5a5;
  font-weight: 500;
  display: inline-block;
  margin-left: 20px;
}
.post-meta > span i {
  margin-right: 7px;
}
.blog-detail-wrapper h1 {
  font-size: 32px;
  margin-top: 20px;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 0;
}
.blog-detail-wrapper p {
  display: inline-block;
  margin: 17px 0 0;
  font-size: 15px;
  line-height: 27px;
  color: #636363;
}
blockquote {
  font-size: 16px;
  color: #aaa;
  font-style: italic;
  font-family: Poppins;
  margin: 25px 0 15px;
  border-left-width: 3px;
  line-height: 32px;
}
.blog-detail-wrapper blockquote p {
  color: inherit;
  font-size: inherit;
  margin: 0;
  max-width: 85%;
  font-family: inherit;
  font-weight: 500;
  line-height: inherit;
}
.alignnone {
  display: inline-block;
  margin: 20px 0;
}
.big-letter {
  display: inline-block;
  font-size: 30px;
  margin-right: 8px;
}
.post-tags, .post-cate {
  float: left;
  width: 100%;
  margin-top: 20px;
  font-family: Poppins;
  font-weight: 500;
  font-size: 14px;
}
.post-tags > span, .post-cate > span {
  display: inline-block;
  margin-right: 10px;
  color: #222;
  font-weight: 600;
}
.post-tags > a, .post-cate > a {
  display: inline-block;
  margin: 0 2px;
}
.post-tags > a:hover, .post-cate > a:hover, .post-tags > a:focus, .post-cate > a:focus {
  color: #000;
}
.post-cate {
  margin-top: 10px;
}
.post-share {
  float: left;
  margin-top: 30px;
}
.post-share > span {
  font-size: 18px;
  font-family: Poppins;
  color: #222;
  font-weight: 600;
  display: inline-block;
  margin-right: 10px;
}
.post-share > a {
  display: inline-block;
  line-height: 38px;
  width: 41px;
  border: 1px solid #f3f1f1;
  text-align: center;
  background-color: #fdfcfc;
  margin-right: 7px;
  font-size: 14px;
  color: #aaa;
}
.post-share > a:hover, .post-share > a:focus {
  color: #fff;
}
.post-next-prev {
  float: right;
  font-family: Poppins;
  font-weight: 500;
  font-size: 12px;
  color: #aaa;
  margin-top: 40px;
}
.post-next-prev > a {
  display: inline-block;
  margin: 0 5px;
}
.post-next-prev > a i {
  font-size: 18px;
}
.post-next-prev .prev-post > i {
  margin-right: 5px;
}
.post-next-prev .next-post > i {
  margin-left: 5px;
}
/*===== Author & Comment Sec =====*/
.author-info-wrapper {
  float: left;
  width: 100%;
  margin-top: 100px;
}
.author-box {
  float: left;
  width: 100%;
  padding-bottom: 40px;
  border-bottom: 1px solid #f6f6f6;
}
.author-box > img {
  float: left;
  margin-right: 20px;
}
.author-info {
  display: table;
}
.author-info > h4 {
  font-size: 18px;
  font-weight: 500;
  color: #222;
  margin-bottom: 18px;
}
.author-info > p {
  line-height: 26px;
  color: #636363;
  margin-bottom: 17px;
}
.author-info > a:hover, .author-info > a:focus {
  color: #000;
}
.comments-wrapper {
  float: left;
  width: 100%;
  margin-top: 65px;
}
.comments-thread {
  float: left;
  width: 100%;
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.comments-thread > li {
  float: left;
  width: 100%;
}
.comment-reply {
  float: left;
  width: 100%;
  list-style: none;
}
.comment {
  float: left;
  width: 100%;
  padding-bottom: 35px;
  margin-bottom: 37px;
  border-bottom: 1px solid #f6f6f6;
}
.comment > img {
  float: left;
  margin-right: 20px;
}
.comment-info {
  display: table;
}
.comment-info > h4:first-child {
  font-size: 18px;
  color: #222;
  font-weight: 500;
}
.comment-info > i {
  font-size: 14px;
  color: #aaa;
  display: inline-block;
}
.comment-info > p {
  margin: 16px 0 0;
  color: #414141;
  line-height: 26px;
}
.comment-reply-link:hover, .comment-reply-link:focus {
  color: #333;
}
/*===== Reply Form =====*/
.leav-comment-wrapper {
  float: left;
  width: 100%;
  margin-top: 10px;
}
.reply-form {
  float: left;
  width: 100%;
}
.reply-form input, .reply-form textarea {
  background: #f6f6f6 none repeat scroll 0 0;
  color: #999;
  float: left;
  font-family: lato;
  font-size: 14px;
  margin-bottom: 17px;
  padding: 17px 35px;
  width: 100%;
}
.reply-form textarea {
  height: 300px;
}
.reply-form button {
  display: inline-block;
  margin-top: 10px;
  color: #fff;
  font-weight: 500;
  border: 1px solid;
  font-family: Poppins;
  font-size: 14px;
  padding: 14px 30px;
}
.reply-form button:hover, .reply-form button:focus {
  background-color: transparent;
}
.blog-detail-gallery-carousel .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}
.blog-detail-gallery-carousel .owl-nav > div {
  position: absolute;
  height: 40px;
  width: 40px;
  background-color: #fff;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
}
.blog-detail-gallery-carousel .owl-nav > div.owl-prev {
  left: 0;
}
.blog-detail-gallery-carousel .owl-nav > div.owl-next {
  right: 0;
}
.blog-detail-gallery-carousel .owl-nav > div:hover {
  color: #fff;
}
.video-format > iframe {
  height: 505px;
}
/*===== How It Works Page =====*/
.food-featured-post {
  float: left;
  width: 100%;
  display: table;
  margin-bottom: 70px;
}
.food-featured-post > * {
  display: table-cell;
  vertical-align: middle;
}
.food-featured-post-thumb {
  width: 515px;
}
.food-featured-post-info {
  padding-left: 40px;
}
.food-featured-post-info > h3 {
  font-size: 30px;
  font-family: lato;
  font-weight: 700;
  color: #353535;
  line-height: 40px;
  margin-bottom: 17px;
  margin-top: 0;
}
.food-featured-post-info > p {
  font-size: 15px;
  margin-bottom: 0;
  line-height: 28px;
}
.food-featured-post-info > a {
  font-size: 11px;
  font-family: Poppins;
  color: #fff;
  margin-top: 35px;
  float: left;
  padding: 11px 20px;
}
.food-featured-post-info > a i {
  margin-right: 5px;
}
.food-featured-post-info > a:hover, .food-featured-post-info > a:focus {
  background-color: #333;
}
/*=====  =====*/
.featured-restaurant-food {
  float: left;
  width: 100%;
}
.featured-restaurant-food-thumb {
  float: left;
  width: 100%;
}
.featured-restaurant-food-thumb > ul {
  padding-left: 0;
  list-style: none;
}
.featured-restaurant-food-img-carousel {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.featured-restaurant-food-thumb > ul li {
  position: relative;
}
.featured-restaurant-food-img-carousel img {
  width: 100%;
  float: left;
}
.featured-restaurant-food-img-carousel li > a {
  line-height: 70px;
  width: 70px;
  text-align: center;
  font-size: 27px;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -35px 0 0 -35px;
}
.featured-restaurant-food-img-carousel li > a:hover {
  background-color: #fff;
}
.featured-restaurant-food-thumb-carousel {
  display: inline-block;
  max-width: 435px;
  width: 100%;
}
.featured-restaurant-food-thumb-carousel li {
  margin: 0 5px;
  cursor: pointer;
}
.featured-restaurant-food-thumb-carousel li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.featured-restaurant-food-thumb-carousel li.slick-current::before {
  opacity: .5;
  visibility: visible;
}
.featured-restaurant-food-thumb-carousel li img {
  width: 100%;
  float: left;
}
.featured-restaurant-food-info {
  width: 100%;
  display: inline-block;
  max-width: 90%;
  margin-top: 20px;
}
.featured-restaurant-food-info > p {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
  display: inline-block;
}
.featured-restaurant-food-info > a {
  display: inline-block;
  color: #fff;
  font-family: Poppins;
  margin-top: 27px;
  padding: 9px 30px;
}
.featured-restaurant-food-info > a:hover, .featured-restaurant-food-info > a:focus {
  background-color: #333;
}
/*===== Top Restaurants Carousel Style 2 =====*/
.top-restaurant-carousel2 {
  float: left;
  padding: 0 20px;
  width: 100%;
}
.top-restaurant-item {
  float: left;
  width: 100%;
}
.top-restaurant-item > a {
  float: left;
  width: 100%;
  text-align: center;
  padding: 0 40px;
  border: 1px solid #f1f1f1;
  margin: 0 -2px;
  min-height: 180px;
  line-height: 180px;
  border-top-width: 2px;
  border-bottom-width: 2px;
}
.top-restaurant-item > a img {
  width: auto !important;
  display: inline-block !important;
}
.top-restaurant-carousel2 .owl-stage-outer {
  padding: 0 2px;
}
.top-restaurant-carousel2 .owl-nav {
  position: absolute;
  left: -50px;
  right: -50px;
  top: 50%;
}
.top-restaurant-carousel2 .owl-nav > div {
  position: absolute;
  color: #c53332;
  font-size: 20px;
}
.top-restaurant-carousel2 .owl-nav > div.owl-prev {
  left: 0;
}
.top-restaurant-carousel2 .owl-nav > div.owl-next {
  right: 0;
}
/*===== Toggle =====*/
.toggle-wrapper {
  float: left;
  width: 100%;
}
.toggle {
  display: inline-block;
  max-width: 1000px;
  width: 100%;
  margin-bottom: -10px;
  text-align: left;
}
.toggle-item {
  float: left;
  width: 100%;
  border: 1px solid #eaeaea;
  margin-bottom: 10px;
}
.toggle-item > h4 {
  float: left;
  width: 100%;
  padding: 11px 30px 20px;
  border-bottom: 1px solid transparent;
  font-family: Poppins;
  font-size: 16px;
  margin-bottom: 0;
  color: #222;
  cursor: pointer;
}
.toggle-item > h4 i {
  line-height: 30px;
  width: 30px;
  background-color: #d2d2d2;
  text-align: center;
  color: #222;
  font-size: 18px;
  margin-right: 30px;
}
.toggle-item > .content {
  float: left;
  width: 100%;
  background-color: #f5f5f5;
  padding: 15px 30px 30px;
}
.toggle-item > .content > p {
  line-height: 26px;
  margin: 15px 0 0;
  color: #747474;
}
.toggle-item > h4.active > i:before {
  content: "\f107";
}
.toggle-item > h4.active i {
  color: #fff;
}
.title1-wrapper.style2 .title1-inner {
  max-width: 67%;
}
.title1-wrapper.style2 .title1-inner > p {
  font-size: 17px;
  color: #757575;
  margin-top: 17px;
}
.switch {
  position: relative;
  display: inline-block;
  width: 85px;
  height: 24px;
}
.switch input {
  display: none;
}
.switch-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f0f0f0;
  border: 1px solid #f1f1f1;
  -webkit-box-shadow: 0 0 8px inset rgba(0,0,0,0.07);
  -ms-box-shadow: 0 0 8px inset rgba(0,0,0,0.07);
  -o-box-shadow: 0 0 8px inset rgba(0,0,0,0.07);
  box-shadow: 0 0 8px inset rgba(0,0,0,0.07);
}
.switch-slider:before {
  position: absolute;
  content: "";
  height: 19px;
  width: 19px;
  left: 2px;
  bottom: 2px;
  background-color: #000;
}
input:checked + .switch-slider {
  background-color: #2196F3;
}
input:checked + .switch-slider:before {
  background-color: #fff;
  -webkit-transform: translateX(60px);
  -ms-transform: translateX(60px);
  -o-transform: translateX(60px);
  transform: translateX(60px);
}
.rate-share {
  position: absolute;
  background-color: #fff;
  z-index: 19;
  width: 400px;
  right: 0;
  top: 160%;
  border: 1px solid #f1f1f1;
  -webkit-transform: scale(.5);
  -ms-transform: scale(.5);
  -o-transform: scale(.5);
  transform: scale(.5);
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 15px 30px #d5d5d5;
}
.rating-box-wrapper {
  float: left;
  width: 100%;
  border-bottom: 1px solid #f1f1f1;
}
.rating-box-wrapper > span {
  float: left;
  padding: 20px;
  font-size: 15px;
  color: #3f3f3f;
  font-family: Poppins;
  font-weight: 600;
  border-right: 1px solid #f1f1f1;
  width: 18%;
}
.rating-box-wrapper .rating-box {
  padding: 15px 20px;
  width: 82%;
}
.share-wrapper {
  float: left;
  width: 100%;
  padding: 20px;
}
.share-wrapper > div {
  float: left;
  width: 100%;
}
.share-wrapper > div + div {
  margin-top: 10px;
}
.share-wrapper > div .switch {
  float: left;
  margin-bottom: 0;
  margin-right: 20px;
}
.share-wrapper > div > a {
  padding: 3px 15px 2px;
  color: #fff;
  max-width: 180px;
  width: 100%;
  float: left;
  text-align: center;
  font-size: 12px;
  font-family: Poppins;
}
.share-wrapper a {
  border-width: 2px;
  border-style: solid;
}
.share-wrapper > div > a:hover {
  background-color: transparent;
}
.share-wrapper > div > a i {
  font-size: 13px;
  margin-right: 6px;
}
.rate-share:before {
  content: "";
  position: absolute;
  top: -6px;
  right: 20px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #f1f1f1;
}
.rate-share.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
/*===== Register Reservation =====*/
.reservation-tabs-list {
  float: left;
  width: 100%;
  padding: 20px;
  background-color: #f9f9f9;
}
.reservation-tabs-list .nav-tabs {
  border-bottom: 0;
  background-color: #fff;
  text-align: center;
  -webkit-box-shadow: 0 20px 32px rgba(0,0,0,.06);
  -ms-box-shadow: 0 20px 32px rgba(0,0,0,.06);
  -o-box-shadow: 0 20px 32px rgba(0,0,0,.06);
  box-shadow: 0 20px 32px rgba(0,0,0,.06);
  padding: 60px 20px;
}
.nav-tabs > li > a {
  border: 0;
  background-color: transparent;
}
.reservation-tabs-list .nav-tabs > li {
  float: left;
  width: 100%;
  margin-bottom: 0;
  font-family: Poppins;
  font-weight: 700;
  font-size: 14px;
  color: #444;
}
.reservation-tabs-list .nav-tabs > li a {
  padding: 30px 0 0;
  margin-right: 0;
  border-radius: 0;
}
.reservation-tabs-list .nav-tabs > li a span {
  position: absolute;
  left: 50%;
  top: 0;
  font-size: 11px;
  line-height: 23px;
  width: 23px;
  background-color: #e6e5e5;
  margin-left: -11.5px;
}
.reservation-tabs-list .nav-tabs > li a:hover {
  background-color: transparent;
}
.reservation-tabs-list .nav-tabs > li + li a {
  margin-top: 35px;
}
.reservation-tabs-list .nav-tabs > li + li a::before {
  content: "";
  position: absolute;
  width: 2px;
  background-color: #e5e6e6;
  height: 34px;
  left: 50%;
  top: -31px;
  margin-left: -1px;
}
.reservation-tabs-list .nav-tabs > li a span:before {
  content: "\f00c";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rebeccapurple;
  border-radius: inherit;
  color: #fff;
  font-family: fontawesome;
  font-weight: 400;
  font-size: 10px;
  opacity: 0;
}
.reservation-tabs-list .nav-tabs > li.active a span::before {
  opacity: 1;
}
.reservation-tab-content {
  float: left;
  width: 100%;
}
.restaurant-info-form {
  float: left;
  width: 100%;
  padding: 60px;
  background-color: #f9f9f9;
}
.restaurant-info-form label, .profile-info-form label {
   
  font-weight: 700;
  color: #3c3838;
  font-size: 14px;
  float: left;
  width: 100%;
  margin-bottom: 4px;
}
.name{ color:#888; font-size:14px; font-weight:normal; padding:5px 0px; margin-bottom:5px;}
.border-bottom{ border-bottom:solid 1px #ccc;}

.total {color: #cb202d;
    font-size: 27px;
    font-weight: 600;
    padding: 0px 10px;
    margin-bottom: 15px;
    border: solid 1px #ccc;
    text-align: center;}
.total i{ margin-right:5px;}


.parents{ color:#090;}
.reviw11{ margin-right:20px; color:#06F; font-size:18px; font-weight:bold; padding:3px 10px; }

.restaurant-info-form input, .restaurant-info-form textarea, .profile-info-form input, .profile-info-form select, .profile-info-form textarea, .loc-srch > input {
  /* float: left; */
  width: 100%;
  margin-bottom: 17px;
  font-size: 14px;
  color: #888;
   
  /* height: 50px; */
  padding: 10px 20px;
  -webkit-box-shadow: 0 3px 10px rgba(0,0,0,.04);
  -ms-box-shadow: 0 3px 10px rgba(0,0,0,.04);
  -o-box-shadow: 0 3px 10px rgba(0,0,0,.04);
  box-shadow: 0 3px 10px rgba(0,0,0,.04);
}


.profile-info-form input[type=file] {display: block; background: #fff !important;
}

.totalorder { font-size:20px; font-weight:600;}
.number-of{ text-align: left; padding:0px 20px; font-size:18px; font-weight:600; color:#ff0000;}


 
 
 
 


.restaurant-info-form textarea, .profile-info-form textarea {
  height: 100px;
}
.restaurant-info-form h4 {
  margin: 32px 0 23px;
  font-size: 18px;
  font-family: Poppins;
  color: #3c3838;
}
.restaurant-info-form .select-wrp, .profile-info-form .select-wrp {
  float: left;
  width: 100%;
  margin-bottom: 17px;
}
.restaurant-info-form .select-wrp a.chosen-single, .profile-info-form .select-wrp a.chosen-single {
  background-color: #fff;
  padding: 10px 20px;
  color: #888;
  line-height: 30px;
  font-weight: 400;
  font-family: lato;
  -webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.04);
  -ms-box-shadow: 0 3px 10px rgba(0,0,0,0.04);
  -o-box-shadow: 0 3px 10px rgba(0,0,0,0.04);
  box-shadow: 0 3px 10px rgba(0,0,0,0.04);
}



.restaurant-info-form .select-wrp a.chosen-single:before, .profile-info-form .select-wrp a.chosen-single:before {
  right: 20px;
}
.restaurant-info-form .select-wrp .chosen-drop, .profile-info-form .select-wrp .chosen-drop {
  width: 100%;
}
.restaurant-info-form .check-box [type="checkbox"]:checked + label::before, .restaurant-info-form .check-box [type="checkbox"]:not(:checked) + label::before {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  height: 17px;
  width: 17px;
}
.restaurant-info-form .check-box label {
  font-family: Poppins;
  color: #444;
  font-size: 11px;
  line-height: 24px;
}
.restaurant-info-form .check-box [type="checkbox"]:checked + label::after, .restaurant-info-form .check-box [type="checkbox"]:not(:checked) + label::after {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  height: 11px;
  width: 11px;
}
.restaurant-info-form .check-box {
  margin-top: 10px;
}
.step-buttons {
  float: left;
  width: 100%;
  margin-top: 45px;
  text-align: center;
}
.step-buttons button, .step-buttons a {
  background-color: #2a2a2a;
  color: #fff;
  font-size: 11px;
  font-family: Poppins;
  padding: 13px 25px;
  display: inline-block;
  margin: 0 5px;
}
.restaurant-info-form button.red-bg:hover, .restaurant-info-form a.red-bg:hover {
  background-color: #333;
}
.loc-map2 {
  float: left;
  width: 100%;
  position: relative;
  margin: 45px 0;
}
.loc-mp2 {
  float: left;
  width: 100%;
  height: 305px;
}
.loc-srch {
  /* position: absolute;
  bottom: 20px;
  left: 20px;
  width: 100%;
  max-width: 330px; */
}
.loc-srch > input {
  width: 100%;
  max-width: 225px;
  margin-bottom: 0;
}

.loc-srch input[type="submit"]{
    
    color: #fff; margin-top:10px;
}

.loc-srch > button {
  /* float: right; */
  padding: 12px 15px 12px 15px;
  color: #fff;
  font-size: 11px;
  font-family: Poppins;
}

.select-package-wrapper {
  float: left;
  width: 100%;
  padding-left: 30px;
}
.reservation-tab-content .tab-pane > div > h4 {
  font-size: 20px;
  font-family: Poppins;
  color: #3c3838;
  margin-bottom: 30px;
  margin-top: 0;
}
.packege-box {
  float: left;
  width: 100%;
  background-color: #f9f9f9;
  -webkit-box-shadow: 0 6px 0 rgba(0,0,0,.04);
  -ms-box-shadow: 0 6px 0 rgba(0,0,0,.04);
  -o-box-shadow: 0 6px 0 rgba(0,0,0,.04);
  box-shadow: 0 6px 0 rgba(0,0,0,.04);
  margin-bottom: 10px;
}
.package-header {
  float: left;
  width: 100%;
  -webkit-box-shadow: 0 6px 0 rgba(0,0,0,.04);
  -ms-box-shadow: 0 6px 0 rgba(0,0,0,.04);
  -o-box-shadow: 0 6px 0 rgba(0,0,0,.04);
  box-shadow: 0 6px 0 rgba(0,0,0,.04);
  padding: 42px 30px 30px;
}
.package-header > h4 {
  font-size: 19px;
  font-weight: 800;
  color: #3c3838;
  margin-bottom: 5px;
}
.package-header > span {
  font-size: 15px;
  font-family: Poppins;
  font-weight: 500;
}
.package-header > span small {
  font-size: 10px;
}
.package-body {
  float: left;
  width: 100%;
  padding: 38px 35px 40px;
  list-style: none;
  margin-bottom: 0;
}
.package-body > li {
  float: left;
  width: 100%;
  font-size: 14px;
  color: #444;
}
.package-body > li + li {
  border-top: 1px solid #ebebeb;
  margin-top: 12px;
  padding-top: 12px;
}
.packege-box > a {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  padding: 12.5px 32px;
  background-color: #2a2a2a;
  font-family: Poppins;
  -webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.04);
  -ms-box-shadow: 0 3px 10px rgba(0,0,0,0.04);
  -o-box-shadow: 0 3px 10px rgba(0,0,0,0.04);
  box-shadow: 0 3px 10px rgba(0,0,0,0.04);
  margin-bottom: 35px;
}
/*===== Acvitation Tab =====*/
.order-wrapper2 {
  float: left;
  width: 100%;
  background-color: #f9f9f9;
  padding: 60px;
}
.ordr-lst {
  float: left;
  width: 100%;
  padding-left: 0;
  list-style: none;
  -webkit-box-shadow: 0 20px 32px rgba(0,0,0,0.06);
  -ms-box-shadow: 0 20px 32px rgba(0,0,0,0.06);
  -o-box-shadow: 0 20px 32px rgba(0,0,0,0.06);
  box-shadow: 0 20px 32px rgba(0,0,0,0.06);
  overflow: hidden;
  background-color: #fff;
  margin-bottom: 40px;
}
.ordr-lst > li.lst-hed {
  font-weight: 700;
  font-size: 11px;
  color: #fff;
  background-color: #2a2a2a;
  -webkit-box-shadow: 0 0 32px rgba(0,0,0,0.04);
  -ms-box-shadow: 0 0 32px rgba(0,0,0,0.04);
  -o-box-shadow: 0 0 32px rgba(0,0,0,0.04);
  box-shadow: 0 0 32px rgba(0,0,0,0.04);
}
.ordr-lst > li {
  font-size: 12px;
  font-family: Poppins;
  line-height: 55px;
  padding-left: 40px;
}
.ordr-lst > li.lst-hed span {
  border-left: 0;
  color: inherit;
  font-size: inherit;
}
.ordr-lst > li + li {
  border-top: 1px solid #eee;
}
.ordr-lst > li span {
  color: #444;
  float: right;
  width: 29.3%;
  text-align: center;
  border-left: 1px solid #eee;
  font-size: 13px;
}
.ordr-lst > li.red-bg {
  color: #fff;
}
.ordr-lst > li.red-bg span {
  color: inherit;
  border-left: 0;
}
.pay-mnt {
  float: left;
  padding-left: 40px;
  width: 100%;
  max-width: 43%;
}
.pay-mnt .radio-box {
  width: 100%;
  float: left;
}
.pay-mnt .radio-box label {
  font-size: 13px;
  color: #444;
  font-family: Poppins;
  font-weight: 400;
}
.pay-mnt .radio-box + .radio-box {
  margin-top: 18px;
}
.ordr-btn {
  float: left;
  margin-top: 90px;
}
.ordr-btn > a {
  display: inline-block;
  color: #fff;
  font-family: Poppins;
  font-size: 12px;
  padding: 14px 40px;
}
.ordr-btn > a:hover, .ordr-btn > a:focus {
  background-color: #333;
}
/*===== Coming Soon =====*/
.coming-soon-wrapper {
  float: left;
  width: 100%;
  position: relative;
  z-index: 1;
}
.coming-soon-wrapper .right {
  bottom: 150px;
}
.coming-soon-inner {
  display: inline-block;
  max-width: 50%;
}
.coming-soon-inner .logo {
  float: none;
  display: inline-block;
  margin: 0 0 37px;
}
.coming-soon-inner > span {
  font-size: 20px;
  font-family: Poppins;
  display: block;
}
.coming-soon-inner > h1 {
  color: #fff;
  font-family: Poppins;
  font-size: 80px;
  font-weight: bold;
  margin-bottom: 23px;
  text-transform: uppercase;
  margin-top: 0;
}
.coming-soon-inner > p {
  font-size: 20px;
  color: #e3e3e3;
  line-height: 28px;
  display: inline-block;
  max-width: 80%;
  margin-bottom: 0;
  font-family: lato;
}
.countdown {
  display: inline-block;
  padding-left: 20px;
  list-style: none;
  margin: 35px 0 0;
}
.countdown > li {
  display: inline-block;
  height: 121px;
  width: 121px;
  padding-top: 50px;
  color: #2a2a2a;
  font-weight: 700;
  font-family: Poppins;
  margin: 4px 2px;
}
.countdown > li p {
  color: inherit;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: inherit;
  font-family: inherit;
  margin-bottom: 0;
  line-height: 0;
  width: 100%;
}
.countdown > li span {
  font-size: 35px;
  line-height: 0;
  width: 100%;
}
.follow-us {
  display: inline-block;
  margin-top: 35px;
}
.follow-us > span {
  font-family: Poppins;
  color: #fff;
  font-size: 18px;
  display: inline-block;
  margin-right: 10px;
  font-weight: bold;
}
.follow-us > a {
  display: inline-block;
  font-size: 18px;
  color: #fff;
  margin: 0 7px;
}
.copyright > p {
  color: #fff;
  display: inline-block;
  font-family: poppins;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 0;
  width: 100%;
}
.copyright {
  display: inline-block;
  margin-top: 50px;
  width: 100%;
}
/*===== Search Not Found =====*/
.search-found {
  float: left;
  margin-bottom: 70px;
  width: 100%;
}
.search-found .search-frm {
  max-width: 80%;
}
.search-found > h3 {
  font-family: Poppins;
  font-size: 28px;
  color: #444;
  margin-bottom: 13px;
  margin-top: 0;
}
.search-found > p {
  font-size: 15px;
  margin-bottom: 0;
  color: #777;
}
.search-found > h2 {
  font-size: 29px;
  color: #cecece;
  font-family: Poppins;
  margin: 50px 0 0;
}
.search-frm {
  float: left;
  width: 100%;
  position: relative;
  margin-top: 35px;
}
.search-frm > input {
  background-color: #fafafa;
  height: 60px;
  padding: 14px 34px;
  width: 100%;
  font-size: 11px;
  color: #767676;
}
.search-frm > button {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  color: #fff;
  width: 65px;
}
.search-frm > button:hover, .search-frm > button:focus {
  color: #333;
}
/*===== Error Page =====*/
.error-page-wrapper {
  float: left;
  position: relative;
  width: 100%;
  z-index: 1;
  padding: 45px 50px 15px;
}
.error-page-inner {
  display: inline-block;
  max-width: 54%;
}
.error-page-inner > h1 {
  font-size: 180px;
  color: #fff;
  font-family: Poppins;
  -webkit-text-shadow: 0 5px 0 rgba(0,0,0,0.38);
  -ms-text-shadow: 0 5px 0 rgba(0,0,0,0.38);
  -o-text-shadow: 0 5px 0 rgba(0,0,0,0.38);
  text-shadow: 0 5px 0 rgba(0,0,0,0.38);
  position: relative;
  display: inline-block;
  background: url(../images/error-bg2.png) no-repeat scroll center / contain;
  margin-bottom: 20px;
}
.error-page-inner > h1 span {
  position: absolute;
  font-size: 50px;
  font-style: italic;
  font-family: lato;
  -webkit-text-shadow: none;
  -ms-text-shadow: none;
  -o-text-shadow: none;
  text-shadow: none;
  z-index: 1;
  color: #fff;
  padding: 36px 15px;
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  transform: rotate(-30deg);
  right: -95px;
  bottom: 45px;
}
.error-page-inner > h1 span:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../images/error-bg.png) no-repeat scroll center / cover;
  z-index: -1;
  -webkit-transform: rotate(37deg);
  -ms-transform: rotate(37deg);
  -o-transform: rotate(37deg);
  transform: rotate(37deg);
}
.error-page-inner > h4 {
  font-size: 42px;
  font-family: Poppins;
  color: #fff;
  margin-bottom: 15px;
  margin-top: 0;
}
.error-page-inner > p {
  display: inline-block;
  font-size: 18px;
  font-style: italic;
  line-height: 28px;
  color: #e3e3e3;
  max-width: 75%;
}
.error-page-inner > a {
  display: inline-block;
  font-family: Poppins;
  font-weight: 700;
  font-size: 12px;
  color: #171616;
  padding: 15px 40px;
  border: 2px solid;
  margin-top: 18px;
}
.error-page-inner > a:hover {
  background-color: transparent;
}
.error-page-inner .search-frm {
  -webkit-box-shadow: 0 0 13px rgba(0,0,0,0.27);
  -ms-box-shadow: 0 0 13px rgba(0,0,0,0.27);
  -o-box-shadow: 0 0 13px rgba(0,0,0,0.27);
  box-shadow: 0 0 13px rgba(0,0,0,0.27);
  margin-top: 50px;
}
.error-page-inner .search-frm > button {
  color: #362d14;
}
.error-page-wrapper .right, .track-page-wrapper .right {
  bottom: 40px;
}
/*===== Newsletter Popup =====*/
.newsletter-popup-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background-color: rgba(0,0,0,.9);
}
.newsletter-popup-inner {
  background-color: #f4fbf6;
  background-position: right center;
  background-repeat: no-repeat;
  display: inline-block;
  left: 50%;
  max-width: 650px;
  padding: 50px 130px 45px 50px;
  position: absolute;
  text-align: left;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.newsletter-popup-inner > a.close-btn {
  position: absolute;
  right: 20px;
  top: 20px;
  text-align: center;
  color: #fff;
  background-color: #333;
  font-size: 11px;
  line-height: 26px;
  width: 26px;
}
.newsletter-popup-inner > h3 {
  font-size: 22px;
  font-family: Poppins;
  color: #444;
  line-height: 20px;
  margin-bottom: 24px;
  max-width: 70%;
  padding-left: 60px;
  position: relative;
  margin-top: 0;
}
.newsletter-popup-inner > h3 i {
  font-size: 40px;
  margin-right: 13px;
  position: absolute;
  left: 0;
  top: 0;
}
.newsletter-popup-inner > p {
  font-size: 15px;
  color: #666;
  line-height: 25px;
  max-width: 80%;
  margin-bottom: 30px;
}
.newsletter-frm {
  float: left;
  width: 100%;
  position: relative;
  -webkit-box-shadow: 0 0 24px rgba(0,0,0,.12);
  -ms-box-shadow: 0 0 24px rgba(0,0,0,.12);
  -o-box-shadow: 0 0 24px rgba(0,0,0,.12);
  box-shadow: 0 0 24px rgba(0,0,0,.12);
  margin-bottom: 30px;
}
.newsletter-frm > input {
  padding: 10px 30px;
  font-size: 10.8px;
  color: #838383;
  height: 57px;
  width: 100%;
}
.newsletter-frm > button {
  position: absolute;
  right: 5px;
  top: 5px;
  bottom: 5px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  font-family: Poppins;
  padding: 0 30px;
}
.newsletter-popup-inner > span {
  font-size: 14px;
  float: left;
  width: 100%;
}
.newsletter-popup-inner > span i {
  font-size: 13px;
  margin-right: 10px;
}
/*===== Gallery Page =====*/
.gallery-bx {
  float: left;
  position: relative;
  width: 100%;
}
.remove-ext4 .gallery-bx {
  margin-bottom: 15px;
}
.gallery-bx > img {
  width: 100%;
  float: left;
}
.gallery-bx:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0;
}
.gallery-info-btns {
  position: absolute;
  right: 0;
  top: 30px;
  width: 40px;
  opacity: 0;
  visibility: hidden;
}
.gallery-info-btns > a {
  line-height: 40px;
  width: 40px;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  margin-bottom: 5px;
  right: -20px;
  position: relative;
  opacity: 0;
}
.gallery-info-btns > a:hover, .gallery-info-btns > a:focus {
  background-color: #fff;
}
.gallery-bx > h3 {
  font-size: 25px;
  position: absolute;
  color: #fff;
  bottom: 0px;
  margin-bottom: 0;
  left: 40px;
  line-height: 30px;
  font-weight: 700;
  right: 40px;
  opacity: 0;
  visibility: hidden;
}
.gallery-bx:hover:before {
  opacity: .9;
}
.gallery-bx:hover > h3 {
  opacity: 1;
  visibility: visible;
  bottom: 40px;
}
.gallery-bx:hover .gallery-info-btns {
  right: 40px;
  opacity: 1;
  visibility: visible;
}
.gallery-bx:hover .gallery-info-btns > a {
  right: 0;
  opacity: 1;
}
/*===== Gallery Detail =====*/
.gallery-detail-wrapper {
  float: left;
  width: 100%;
}
.gallery-detail-wrapper > img {
  float: left;
  width: 100%;
}
.gallery-detail-inner {
  float: left;
  width: 100%;
  padding: 0 70px;
  margin-top: 53px;
}
.gallery-detail-inner > h1 {
  line-height: 30px;
  font-size: 28px;
  color: #424242;
  font-weight: 800;
  margin-bottom: 0;
  margin-top: 0;
}
.gallery-detail-inner > p {
  font-size: 16px;
  color: #6f6f6f;
  line-height: 28px;
  margin: 32px 0 0;
}
.inner-gallery-wrapper {
  margin: 43px 0 -10px;
  display: inline-block;
  width: 100%;
}
.inner-gallery-wrapper .mrg20 a {
  margin-bottom: 20px;
  float: left;
  width: 100%;
}
.post-tags2 {
  float: left;
  width: 100%;
  margin-top: 37px;
  font-size: 17px;
  color: #6f6f6f;
}
.post-tags2 > span {
  font-weight: 700;
}
.post-tags2 > a {
  margin: 0 2px;
  font-size: 14px;
}
/*===== Login & Register =====*/
.sign-popup-wrapper {
  background-color: #f9f9f9;
  float: left;
  width: 100%;
  padding: 20px;
}
.sign-popup-inner {
  float: left;
  width: 100%;
  -webkit-box-shadow: 0 20px 32px rgba(0,0,0,0.069);
  -ms-box-shadow: 0 20px 32px rgba(0,0,0,0.069);
  -o-box-shadow: 0 20px 32px rgba(0,0,0,0.069);
  box-shadow: 0 20px 32px rgba(0,0,0,0.069);
  background-color: #fff;
  padding: 60px;
  position: relative;
}
.sign-popup-title {
  float: left;
  width: 100%;
  margin-bottom: 22px;
}
.sign-popup-title > h4 {
  font-size: 30px;
  /* font-family: 'Open Sans', sans-serif; */
  color: #000;
  margin-bottom: 3px;
  margin-top: 0;
}

.sign-popup-title > h4 i{ color:#cb202d; margin-right:10px; font-size:30px;
}

.sign-popup-title > span {
  font-size: 13px;
   
  color: #444;
}
.popup-social {
  float: left;
  width: 100%;
}
.popup-social > a {
  display: inline-block;
  margin: 2.5px 0px;
  color: #fff;
  font-size: 14px;
  padding: 8px 28px;
  border-width: 2px;
  border-style: solid;
}
.popup-social > a i {
  font-size: 13px;
}
.popup-social > a:hover {
  background-color: transparent;
}
.popup-seprator {
  float: left;
  width: 100%;
  border-bottom: 1px solid #dedede;
  position: relative;
  margin: 30px 0;
}
.popup-seprator > i {
  font-style: normal;
  font-size: 13px;
  font-family: Poppins;
  color: #444;
  position: absolute;
  left: 50%;
  line-height: 30px;
  width: 30px;
  background-color: #fff;
  top: 50%;
  margin: -15px 0 0 -15px;
}
.sign-form {
  float: left;
  width: 100%;
}
.sign-form input {
  float: left;
  width: 100%;
  font-size: 14px;
  color: #a2a2a2;
  background-color: #f6f6f6;
  height: 50px;
  margin-bottom: 10px;
  padding: 10px 28px;
}

.sign-form textarea{
  float: left;
  width: 100%;
  font-size: 14px;
  color: #a2a2a2;
  background-color: #f6f6f6;
  height: 50px;
  margin-bottom: 10px;
  padding: 10px 28px;
  min-height:100px;
}


.sign-form button {
  float: left;
  width: 100%;
  color: #fff;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  padding: 15px 20px; text-transform:uppercase;
}
.sign-form button:hover {
  color: #333;
}
.sign-form a {
  display: inline-block;
  margin-top: 19px;
  color: #444;
  font-size: 11px;
   
}
.sign-form a.recover-btn {
  float: right;
}
/*===== Login & Register Popup =====*/
.log-popup, .sign-popup, .forgot-popup {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0,0,0,.9);
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
}
.log-popup .sign-popup-wrapper, .sign-popup .sign-popup-wrapper, .forgot-popup .sign-popup-wrapper {
  max-width: 570px;
  display: inline-block;
  float: none;
  margin: 40px auto;
  text-align: left;
}
.log-close-btn, .sign-close-btn {
  position: absolute;
  right: 20px;
  top: 20px;
  line-height: 25px;
  width: 25px;
  text-align: center;
  font-size: 11px;
  background-color: #333;
  color: #fff;
}
.log-close-btn:hover, .log-close-btn:focus, .sign-close-btn:hover, .sign-close-btn:focus {
  color: #fff;
}


html.log-popup-active, html.sign-popup-active, html.order-popup-active, html.cash-method-popup-active, html.card-method-popup-active, html.thanks-message-popup-active, .forgot-popup {
  overflow-y: hidden;
}
html.log-popup-active .log-popup, html.sign-popup-active .sign-popup, html.order-popup-active .your-order-popup, html.cash-method-popup-active .cash-method, html.card-method-popup-active .card-method, html.thanks-message-popup-active .thanks-message, html.forgot-popup-active .forgot-popup {
  opacity: 1;
  visibility: visible;
}


.sign-popup h4{ font-size:20px; font-weight:600; }
.sign-popup p{ font-size:15px; font-weight:500; color:#585858; margin:0px; padding:0px; }


.v_0 {
    width: 100px;
    height: 100px;
    margin: 0 auto 10px auto;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 6px #efefef;
    
}
.v_0 img {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    border-radius: 100%;
}




/*===== Payment Popup Style =====*/
.payment-popup-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,.9);
  overflow-y: auto;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
}
.payment-popup-inner {
  background-color: #f4fbf6;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  left: 50%;
  max-width: 715px;
  padding: 55px 55px 110px;
  position: absolute;
  text-align: initial;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 1;
}
.payment-close-btn {
  line-height: 30px;
  width: 30px;
  text-align: center;
  color: #fff;
  background-color: #333;
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 12px;
}

.profile-info-form-wrap h4{ border-bottom:solid 1px #ccc !important; margin-bottom:20px; padding-bottom:10px;
}

.payment-popup-inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f4fbf6;
  opacity: .3;
  z-index: -1;
}
.payment-close-btn:hover, .payment-close-btn:focus {
  color: #fff;
}
.payment-popup-title {
  float: left;
  width: 100%;
  font-size: 22px;
  font-family: Poppins;
  color: #0c0c0c;
  margin-bottom: 30px;
}
.payment-popup-title > i {
  font-size: 23px;
  margin-right: 7px;
}
.payment-popup-info {
  float: left;
  width: 100%;
}
.payment-popup-info > h5 {
  font-size: 18px;
  font-family: Poppins;
  color: #333;
  margin-bottom: 30px;
}
.payment-popup-info-inner {
  float: left;
  width: 100%;
}
.payment-info-list {
  float: left;
  width: 100%;
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.payment-info-list > li {
  float: left;
  width: 100%;
  padding-bottom: 10px;
  color: #555;
  font-family: Poppins;
  position: relative;
  padding-left: 25%;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 10px;
}
.payment-info-list > li span {
  position: absolute;
  font-weight: 700;
  left: 0;
}
.payment-info-list > li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.payment-info-list > li a {
  font-size: 15px;
  font-family: Poppins;
  display: inline-block;
  margin-left: 5px;
}
.payment-info-list > li a i {
  margin-right: 4px;
}
.payment-info-list > li a:hover, .payment-info-list > li a:focus {
  color: #333;
}
.payment-popup-info-inner label {
  font-size: 12px;
  font-family: lato;
  font-weight: 400;
  color: #3c3838;
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.payment-popup-info-inner input, .payment-popup-info-inner textarea {
  float: left;
  width: 100%;
  -webkit-box-shadow: 0 3px 10px rgba(0,0,0,.04);
  -ms-box-shadow: 0 3px 10px rgba(0,0,0,.04);
  -o-box-shadow: 0 3px 10px rgba(0,0,0,.04);
  box-shadow: 0 3px 10px rgba(0,0,0,.04);
  padding: 20px 25px;
  font-size: 10.8px;
  color: #a2a2a2;
}
.payment-popup-info-inner textarea {
  height: 155px;
}
.confrm-order {
  position: absolute;
  bottom: -75px;
  left: 55px;
  right: 55px;
  padding: 35px 50px;
}
.confrm-order .order-total {
  background-color: inherit;
  padding-bottom: 0;
  padding: 0;
  list-style: none;
  max-width: 50%;
  margin-top: 0;
}
.confrm-order .order-total > li:before {
  border-color: #5d5d5d;
}
.confrm-order-btn {
  float: left;
  width: 100%;
  max-width: 50%;
  padding-left: 65px;
  text-align: center;
}
.confrm-order-btn > a {
  color: #fff;
  background-color: #1a1a1a;
  font-family: Poppins;
  font-size: 12px;
  padding: 22.5px 35px;
  display: inline-block;
  margin-top: 2px;
  border: 2px solid #1a1a1a;
}
.confrm-order-btn > a:hover, .confrm-order-btn > a:focus {
  background-color: transparent;
  color: #1a1a1a;
}
.payment-popup-info-inner h5 {
  font-size: 18px;
  color: #333;
  font-family: Poppins;
  float: left;
  width: 100%;
  margin: 35px 0 10px;
}
.payment-method {
  float: left;
  width: 100%;
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.payment-method > li {
  float: left;
  margin-right: 10px;
  background-color: #fff;
  padding: 10px;
  margin-top: 10px;
  -webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.04);
  -ms-box-shadow: 0 3px 10px rgba(0,0,0,0.04);
  -o-box-shadow: 0 3px 10px rgba(0,0,0,0.04);
  box-shadow: 0 3px 10px rgba(0,0,0,0.04);
}
.payment-method li .radio-box [type="radio"]:checked + label::before, .payment-method li .radio-box [type="radio"]:not(:checked) + label::before {
  background-color: #e5e5e5;
  border-color: #e5e5e5;
}
/*===== Thanks Message Popup =====*/
.thanks-message .payment-popup-inner {
  text-align: inherit;
  max-width: 640px;
  margin: 180px auto;
  vertical-align: middle;
  padding: 60px 55px 55px;
}
.thanks-message .payment-popup-inner > i {
  display: inline-block;
}
.thanks-message .payment-popup-inner:before {
  display: none;
}
.thanks-message .payment-popup-inner > h3 {
  font-size: 30px;
  color: #fff;
  font-family: Poppins;
  margin: 27px 0 8px;
}
.thanks-message .payment-popup-inner > p {
  font-size: 15px;
  color: #fff;
  display: inline-block;
  max-width: 63%;
  line-height: 26px;
  margin-bottom: 0;
}
.thanks-message-mockup {
  position: absolute;
  opacity: .06;
  bottom: 0;
  z-index: -1;
}
.thanks-message-mockup.right {
  right: 0;
}
/*===== Dashboard Page =====*/



/** * How it work  */

.how-it-work-item {
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}


.how-it-work-item:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 15%;
    width: 70%;
    height: 60px;
    border-right: 1px solid #D9D8D7;
    border-bottom: 1px solid #D9D8D7;
}
.how-it-work-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 15%;
    width: 70%;
    height: 60px;
    border-left: 1px solid #D9D8D7;
}
.how-it-work-item:nth-child(even)::after {
    border-right: 0;
    border-left: 1px solid #D9D8D7;
}
.how-it-work-item:nth-child(odd)::before {
    border-left: 0;
    border-right: 1px solid #D9D8D7;
}
.how-it-work-item:first-child {
    padding-top: 0;
}
.how-it-work-item:first-child::before {
    display: none;
}
.how-it-work-item:last-child {
    padding-bottom: 0;
}
.how-it-work-item:last-child::after {
    display: none;
}
.how-it-work-item .content {
    text-align: center;
}
.how-it-work-item > div {
    position: relative;
}

.how-it-work-item .content p{
    text-align: center; color:#454545; font-size:14px; line-height:24px;
}

.how-it-work-item .content h3{ color:#171616; font-weight:600; font-size:30px;
}
/************* Start My CSS *********************/
.clear{clear:both;}
.bg3 { background: url(../images/bg3.png) no-repeat bottom center;
    background-size: 120%; padding-bottom: 0px; }
.bg3 .owl-theme .owl-controls .owl-prev, .bg3 .owl-theme .owl-controls .owl-next {top: 55%;}

.popular-dish-info span{margin-right:15px;}
.popular-dish-info span:last-child{ margin-right:0px; }
.aa-product-price{ font-weight: bold; letter-spacing: 0.5px; font-size: 15px; color: #f5ae20;}
.aa-product-price del { color: #8b8b8b; }

.threeimg {
    overflow: hidden;
    margin: 30px 0px;
}
.threeimg .container-fluid{padding:0px;}
.threeimg .container-fluid .pd0px{padding:0px}
.threeimg .container-fluid .pd0px img {
    width: 100%;
}

.threeimg .greenbox{background:#5fb709; text-align:right;}
.threeimg .graybox{background:#202020;}
.threeimg .textbox{ padding:60px 60px 60px 150px;}
.threeimg .textbox h3{color:#fff; font-size:30px; font-weight:700;}
.threeimg .textbox p{color:#fff; font-size:16px;}
.accordion-heading{background: #01ad23;color: #fff;padding: 12px;margin: 0px;text-transform: uppercase;font-weight: 700;}
.accordion-heading i{margin-right:5px;}
.aa-product-catg-head { padding:0px;width: 100%; margin:0px 0 15px 0}
.aa-product-catg-head h3{margin:8px 0 0 0;font-size:21px;font-weight:500;}
.aa-product-catg-head-left{float:right;}
.aa-product-catg-head-left label{margin-right:5px;}
.aa-product-catg-head-left select {
    border: 1px solid #ccc;
    text-align: center;
    width: 180px;
    font-size: 13px;
    padding:5px;
    color: #666;
}
.aa-product-catg-head-left select selected{font-weight:500;}
.innerblock{height:410px;}
.innerblock .restaurant-searching {padding:10px 100px 40px;}
.design-area {padding: 60px 0;}
.main-box ._2S3f06 {top: 100px;}
.main-box ._3S6yHr {position: -webkit-sticky;position: sticky;top: 20px;display: block;vertical-align: top;z-index: 4;}
.main-box .rating-box-new i {color: #f4b01b;width: 15px;font-size: 17px;font-family: FontAwesome;}
.main-box .review-box1 {
    color: #373737;
    font-weight: bold;
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    margin: 3px 10px 0px 10px;
}
.main-box .product-detail-name {
    font-size: 27px;
    font-family: Arial, Helvetica, sans-serif;
    color: #373737;
    font-weight: bold;
    line-height: 30px;
    padding: 20px 0px 15px 0px;
}
.main-box .inner-our-price {
    font-size: 30px;
    font-weight: bold;
    color: #e85e00;
    margin: 20px 0px;
}
.main-box .product-content {
    display: block;
  font-weight: 600;
    width: 100%;
    margin: 15px 0;
}
.main-box .brand-field {
  font-weight: 700;
    float: left;
    font-size: 16px;
    color: #5f5f5f;
    margin-right: 2px;
}
.main-box .brand-content-new {
    margin-left: 5px;
    display: inline;
    width: auto;
    float: left;
    margin-right: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #41c875;
  font-weight: 500;
}
.main-box .qty {width: 100%;color: #000;margin: 5px 0px;}
.main-box .qty2 {font-size: 16px;color: #747474;margin: 0px 0px;}
.main-box .qty2 input[type=text] {
  width: 85px !important;
  float: left;
  background: #fff;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  border-left: 0;
  border-right: 0;
  color: #747474;
  margin: 0;
  padding: 4px 0 3px 0;
}
.main-box .qty2 input[type=button] {
  float: left;
  width: 42px;
  background: #fff;
  border: 1px solid #d0d0d0;
  color: #747474;
  margin: 0 !important;
  padding: 3px 0;
  font: 20px Arial, Helvetica, sans-serif;
}
.main-box .wc-proceed-to-checkout {margin-top: 2px;}
.main-box .wc-proceed-to-checkout a.wc-backward, .wc-proceed-to-checkout a.wc-forward {
    background-color: #cb212e;
    font-size: 14px;
    border: 1px solid #cb212e;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    outline: medium none;
    padding: 8px 30px;
    text-align: center;
    text-transform: uppercase;
    transition: all .4s ease 0s;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 10px;
}
.main-box .wc-proceed-to-checkout a.b1:hover, .main-box .wc-backward22:hover{background-color: #cb212e !important; color:#fff;}


.main-box .description {width: 100%;margin: 40px 0px 50px 0px;}
.main-box .description h2 {color: #373737;font-size: 24px;font-weight: normal;margin: 0px;padding: 0px 0px 15px 0px; font-family:Arial, Helvetica, sans-serif;}
.main-box .description p {color: #707070;font-size: 14px;font-weight: normal;margin: 0px 0px 20px 0px;padding: 0px;line-height: 24px; text-align:justify;}

/* -------------------------------------Write Your Reviews-view-------------------------------------------------------- */

.main-box .customer-r{ border-bottom:solid 1px #ccc; padding-bottom:20px; margin-bottom:20px;}
.main-box .customer-r h1 {color: #373737;font-size: 24px;font-weight: normal;margin: 0px;padding: 0px 0px 15px 0px; font-family:Arial, Helvetica, sans-serif;}
.main-box .review-box2 {color: #373737; width:100%;font-weight: normal;font-size: 14px;line-height: 14px;margin: 3px 0px;}
.main-box .write-reviewbutton {margin-top: 0px;text-align: right;}

.main-box .b1 {background: #f4af23 !important;color: #fff !important;border: 1px solid #f4af23 !important;}
.wc-proceed-to-checkout a.wc-backward:hover, .wc-proceed-to-checkout a.wc-forward:hover, .wc-backward22:hover {background-color: #e85e00;border-color: #e85e00;color: #fff;}
.main-box .wc-backward22 {
    background-color:#03823f;
    font-size: 14px;
    border: 1px solid #c5c5c5;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    outline: medium none;
    padding: 8px 25px;
    text-align: center;
    text-transform: uppercase;
    transition: all .4s ease 0s;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 10px;
}
.main-box .social-sharing {text-align: center;margin-bottom: 20px;}
.main-box .btn--share {
    margin-right: 5px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    width: auto;
    text-decoration: none !important;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 6px;
    padding: 3px 7px;
    background-color: #fff;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    white-space: normal;
    font-size: 11px;
}
.main-box .btn--share svg:not(:root) {overflow: hidden;}
.main-box .btn--share .icon {display: inline-block;vertical-align: middle;width: 16px;height: 16px; margin-right: 4px;}
.main-box .btn--share {text-align: center;cursor: pointer;color: #000;font-weight: 600;text-transform: uppercase;letter-spacing: 0.08em;white-space: normal;font-size: 11px;}
.main-box .btn--share .icon-facebook {fill: #3b5998;}
.main-box .btn--share .icon-twitter {fill: #00aced;}
.main-box .btn--share .icon-pinterest {fill: #cb2027;}
.main-box .btn--share:hover{}
.main-box .priceboc{margin:10px 0;}
.main-box .priceboc span:first-child {margin-right:30px; font-size:28px; font-weight:800;}
.main-box .priceboc span{margin-right:0px; font-size:36px; font-weight:800;}
.main-box .graystar i{color:#dddddd;}
.main-box .graystar .rating{margin-right:25px;}
.main-box .bdrb0px{border-bottom:0px !important;}
.main-box .reviewform input, .reviewform textarea{padding: 10px;height: auto;border-radius: 10px;}
.main-box .reviewform textarea{height:150px;}
.main-box .reviewform label{margin-top:7px;}
.main-box .errormsg{color:#F00; display:none;}
.main-box .reviewform button{
  background:#f4af23;
    font-size: 14px;
    border: 1px solid #f4af23;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    padding: 8px 25px;
    text-align: center;
    text-transform: uppercase;
    transition: all .4s ease 0s;
  margin-bottom:25px;
  }
.main-box .reviewform button:hover{background:#cb212e;border: 1px solid #cb212e;}
img.smallimg{max-height:90px;margin: auto;display: block;}


/**************** Start Cart Page CSS ********************************/
table.cart-detail th:nth-child(1), table.cart-detail td:nth-child(1){width:5%;min-width: auto; }
table.cart-detail th:nth-child(3), table.cart-detail td:nth-child(3){width:30%;min-width: auto;}
table.cart-detail th:nth-child(5), table.cart-detail td:nth-child(5), table.cart-detail th:nth-child(6), table.cart-detail td:nth-child(6){width:15%;min-width: auto;}
table.cart-detail th:nth-child(4), table.cart-detail td:nth-child(4){width:13%;min-width: auto;}
table.cart-detail th:nth-child(2), table.cart-detail td:nth-child(2), table.cart-detail th:nth-child(7), table.cart-detail td:nth-child(7){width:11%;min-width: auto;}
table.cart-detail th:nth-child(7), table.cart-detail td:nth-child(7){text-align:center;}
table.cart-detail > tbody > tr > td, table.cart-detail > tbody > tr > th{padding: 20px;}
table.cart-detail .aa-product-price {font-weight: normal;margin-right: 12px;}
table.cart-detail .aa-product-price:last-child{margin-right:0px;}
table.cart-detail td a.remove{font-size:28px; color:#666;}
table.cart-detail .brand-content input[type="text"]{padding:0px;}
table.cart-detail > thead > tr > th {vertical-align: bottom;border-bottom: 1px solid #fff;padding: 17px 20px;}
.inner-title1 h2{color:#c7202b;}
.inner-title1 h2 span{color:#01ad24;}
.cart2 .shipping-box {min-width: 70%;}
.cart2 .shipping-box table{border:1px solid #ccc;width: 100%;}
.cart2 .shipping-box table tr{border-bottom:1px solid #ccc;}
.cart2 .shipping-box table tr td{ padding:15px; color:#777;}
.cart2 .shipping-box table tr.tbold td{font-weight:600;color:#000; text-transform:uppercase; font-size:18px;}
.cart2 .shipping-box table tr td:nth-child(1){padding-right:40px;}
.cart2 .shipping-box table tr td:nth-child(2){padding-left:40px;text-align: left;}
.cart2 .checkout-box a{padding: 10px 25px;border-radius: 25px;text-transform: uppercase;font-weight: 600;background: #099e44;}
.cart2 .checkout-box .checkout a{background:#f4af23;}
.cart2 .checkout-box a:hover, .cart2 .checkout-box .checkout a:hover, .cupan-cod2 input[type=button]:hover{background:#470606;}
.cupan-cod2{border:1px solid #e5e5e5; background:#f9f9f9; padding:50px 20px;margin-top: 38px;}
.mt40px{margin-top:40px;}
.cupan-cod2 p{color:#111; display:block; margin-bottom: 15px;font-size: 18px;}
.cupan-cod2 input[type=text]{
  width: 55%;
  float: left;
  border-radius: 10px;
  border: 1px solid #e1e1e1;
  background: #fff;
  padding: 8px;
  margin-right: 15px;
}
.cupan-cod2 input[type=button]{padding: 10px 45px;border-radius: 25px;text-transform: uppercase;font-weight: 600;background: #f15558;color: #fff;}
p.note{color:#c42635; margin-top:10px;}
/**************** eND Cart Page CSS ********************************/

/**************** Start delivery-address Page CSS ********************************/
.delivery-add{width:50%;margin:auto;background:#fff;border:10px solid #f9f9f9;padding:30px 60px; border-radius:3px;}
.delivery-add h2{text-align:center; margin:0 0 25px 0; font-size:26px;}
.delivery-add input[type=text], .delivery-add textarea  {
  width: 100%;
  border-radius: 5px;
  border: 0px solid #f6f6f6;
  background: #f6f6f6;
  padding:15px;
  margin-bottom:15px;
  height:auto;
  -webkit-box-shadow: none;
  box-shadow:none;
}
.delivery-add input::placeholder{color:#5a5a5a;}
.delivery-add textarea::-webkit-input-placeholder {color: #000}
.delivery-add textarea:-moz-placeholder { /* Firefox 18- */color: #000; }
.delivery-add textarea::-moz-placeholder {  /* Firefox 19+ */color: #000;  }

.delivery-add textarea{height:110px;}
.delivery-add input[type=button]  {
  display:block;
  width:100%;
  text-align:center;
  color:#fff;
  border-radius: 5px;
  border: 0px solid #f6f6f6;
  background: #cb212e;
  padding:12px 15px;
  height:auto;
  font-size:16px;
  text-transform:uppercase;
  margin-top: 40px;
  margin-bottom: 25px;
}
.delivery-add input[type=button]:hover{background:#470606;}


.megamenu .title a{
    color:#099e44 !important;
}
/**************** End delivery-address Page CSS ********************************/

/************* eND My CSS *********************/



.star-rating { margin:20px 0px;
        font-size: 0; float:left;
        white-space: nowrap;
        display: inline-block; 
        width: 110px;
        height: 22px;
        overflow: hidden;
        position: relative;
        background: url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cG9seWdvbiBmaWxsPSIjREREREREIiBwb2ludHM9IjEwLDAgMTMuMDksNi41ODMgMjAsNy42MzkgMTUsMTIuNzY0IDE2LjE4LDIwIDEwLDE2LjU4MyAzLjgyLDIwIDUsMTIuNzY0IDAsNy42MzkgNi45MSw2LjU4MyAiLz48L3N2Zz4=');
        background-size: contain;
    }

        .star-rating i {
            opacity: 0;
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            width: 20%!important;
            z-index: 1;
            background: url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cG9seWdvbiBmaWxsPSIjRkZERjg4IiBwb2ludHM9IjEwLDAgMTMuMDksNi41ODMgMjAsNy42MzkgMTUsMTIuNzY0IDE2LjE4LDIwIDEwLDE2LjU4MyAzLjgyLDIwIDUsMTIuNzY0IDAsNy42MzkgNi45MSw2LjU4MyAiLz48L3N2Zz4=');
            background-size: contain;
        }

        .star-rating input {
            -moz-appearance: none;
            -webkit-appearance: none;
            opacity: 0;
            display: inline-block;
            width: 20%;
            height: 100%;
            margin: 0;
            padding: 0;
            z-index: 2;
            position: relative;
        }

            .star-rating input:hover + i,
            .star-rating input:checked + i {
                opacity: 1;  
            }

        .star-rating i ~ i {
            width: 40%!important;
        }

            .star-rating i ~ i ~ i {
                width: 60%!important;
            }

                .star-rating i ~ i ~ i ~ i {
                    width: 80%!important;
                }

                    .star-rating i ~ i ~ i ~ i ~ i{
                        width: 100%!important;
                    }

/*harpreet start*/
        .topserach {
            width: 50%;
            float: left;
            margin: 24px 0 0 0;
        }
        .topserach button {
            color: #fff !important;
            font-size: 13px;
            font-family: "Poppins";
            padding: 5px 15px; margin-left: 1%;
            border: none;
            transition: 3s;
        }
        .topserach .input-field {
            float: left;
            width: 83%;
            background-color: #fff;
            position: relative;
            height: 28px;
            text-align: left;
        }
        .topserach .input-field input { border: 0; height: 26px; padding: 13px 15px; }
        .sticky .topserach { width: 50%; margin: 15px 0 0 0; }
        .homebanner { margin-top: 130px; position: relative }
        .homebanner .carousel-control { width: 50px; height: 50px; background: transparent; top: 45% }
        .homebanner .carousel-control.left { left: 50px; }
        .homebanner .carousel-control.right { right: 50px; }
        .homebanner .carousel-indicators { bottom: 30px; }
        .section1 { padding: 30px 0px; }
        
/*harpreet end*/
@media (max-width: 768px) {
 .modal.popfix  { position: fixed!important; }
}
@media only screen and (min-width: 767px) {
    
    .accordion-heading { display: none; }
    .owl-theme .owl-controls { display: none!important; }
}
@media only screen and (max-width: 1199px) {
    .how-it-work-item:after,
    .how-it-work-item:before,
    .how-it-work-item > div:before {
        display: none;
    }
}
@media only screen and (max-width: 991px) {} @media only screen and (max-width: 767px) {
                                                
     .innerbnr {  height: 8px !important; }
    .how-it-work-item .image {
        width: 150px;
        margin: 0 auto;
    }
    .how-it-work-item:nth-child(even) .image {
        margin-bottom: 40px;
    }
}
@media only screen and (max-width: 480px) {
    .owl-theme .owl-controls {
        display: none !important;
    }
    .aa-product-catg-head-left {
    float: none;
    margin-top: 7px;
}
}
/** * How it work -end */




/*===== Profile Sidebar =====*/
.profile-sidebar {
  float: left;
  width: 100%;
  padding:0px 0px;
  /* background-color: #f9f9f9; */
}
.profile-sidebar-inner {
  float: left;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 20px 32px rgba(0,0,0,.06);
  -ms-box-shadow: 0 20px 32px rgba(0,0,0,.06);
  -o-box-shadow: 0 20px 32px rgba(0,0,0,.06);
  box-shadow: 0 20px 32px rgba(0,0,0,.06);
  overflow: hidden;
}
.user-info {
  float: left;
  width: 100%;
  padding: 35px 30px 30px; 
}
.user-info > img { padding:1px; background:#fff;
  float: left;
  margin-right: 15px;
  border: 3px solid;  
}
.user-info-inner {
  display: table;
}
.user-info-inner > h5 {
  color: #fff;
  font-family: Poppins;
  margin: 0 0 5px;
}
.user-info-inner > span {
  font-family: Poppins;
  color: #fff;
  display: block;
  font-size: 11px;
}
.user-info-inner > a {
  float: left;
}
.user-info-inner > a {
  float: left;
  font-family: Poppins;
  font-size: 10px;
  font-weight: 700;
  padding: 8px 20px;
  margin-top: 13px;
}
.user-info-inner > a:hover, .user-info-inner > a:focus {
  background-color: #333;
  color: #fff;
}
.profile-sidebar-inner > ul {
  border-bottom: 0;
  float: left;
  width: 100%;
  padding: 48px 50px 53px;
}
.profile-sidebar-inner > ul > li {
  float: left;
  width: 100%;
  margin-bottom: 0;
  font-size: 12px;
  font-family: Poppins;
  color: #444;
}
.profile-sidebar-inner > ul > li a {
  float: left;
  width: 100%;
  padding: 0 0 0 25px;
}
.profile-sidebar-inner > ul > li a i {
  margin-right: 8px;
  font-size: 15px;
  color: #b5b5b5;
  position: absolute;
  left: 0;
}

.profile-sidebar-inner > ul li ul{ list-style:none; margin:0px; padding:0px; 
}
.profile-sidebar-inner > ul li ul li{ padding-left:10px; padding-top:5px; display:block
}


.profile-sidebar-inner > ul > li a:hover {
  background-color: transparent;
}
.profile-sidebar-inner > ul > li + li {
  margin-top: 22px;
}

 


.profile-sidebar-inner > ul > li a:before {
  content: "\f105";
  position: absolute;
  right: 0;
  font-family: fontawesome;
  font-size: 15px;
  opacity: 0;
  top: 50%;
  margin-top: -10px;
}
.profile-sidebar-inner > ul > li.active > a::before {
  opacity: 1;
}

/*===== restaurant-dashbord- Tab =====*/

.restaurant-dashbord{
  float: left;
  width: 100%;
  padding: 30px;
  background-color: #ffbe00;
  margin-bottom:20px;
}

.welcome-note2 > h3 {
  font-size: 30px;
  font-family: Poppins;
  color: #fff !important;
  margin: 0 0 10px;
  font-weight:600;
}
.welcome-note2 > p {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
}
.restaurant{ width:100px; height:100px; margin:0 auto 10px auto; position:relative; display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center; border:solid 2px #099e44;border-radius:100%; 
  }
.restaurant img{ position:absolute; left:0px; right:0px; top:0px; bottom:0px; margin:auto; max-height:100%; max-width:100%; border-radius:100%;
  }
.bg-reddddd{ background:#cb202d;}
.bg-blue{ background:#22aae0;}
  
  




/*===== restaurant-dashbord- Tab end =====*/



/*===== Dashboard Tab =====*/
.dashboard-wrapper {
  float: left;
  width: 100%;
  padding: 30px;
  background-color: #f9f9f9;
}
.welcome-note {
  float: left;
  width: 100%;
  padding: 35px 45px 30px;
  position: relative;
  z-index: 1;
  margin-bottom: 45px;
}
.welcome-note > h4 {
  font-size: 16px;
  font-family: Poppins;
  color: #fff;
  margin: 0 0 10px;
}
.welcome-note > p {
  color: #333;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
}
.welcome-note > img {
  position: absolute;
  bottom: 0;
  right: 15px;
  z-index: -1;
  opacity: .05;
}
.remove-noti {
  position: absolute;
  top: -8px;
  right: -8px;
}
.dashboard-title {
  float: left;
  padding: 0 20px;
  width: 100%;
  margin-bottom: 30px;
}
.dashboard-title > h4 {
  font-family: Poppins;
  color: #3c3838;
  margin-top: 0;
}
.dashboard-title > span {
  font-style: italic;
  font-size: 16px;
  color: #666;
}
.restaurants-list {
  float: left;
  padding: 0 20px 20px;
  width: 100%;
}
.featured-restaurant-box.style3 {
  border-top: 0;
  padding: 30px;
  margin-top: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 0 32px rgba(0,0,0,.04);
  -ms-box-shadow: 0 0 32px rgba(0,0,0,.04);
  -o-box-shadow: 0 0 32px rgba(0,0,0,.04);
  box-shadow: 0 0 32px rgba(0,0,0,.04);
}
.featured-restaurant-box.style3 + .featured-restaurant-box.style3 {
  margin-top: 10px;
}
.featured-restaurant-box.style3 .featured-restaurant-thumb {
  width: 130px;
  text-align: center;
}
.featured-restaurant-box.style3 .featured-restaurant-thumb > a {
  border: 2px solid #f1f1f1;
  display: block;
  line-height: 90px;
  min-height: 90px;
}
.featured-restaurant-box.style3 .post-meta {
  display: block;
}
.featured-restaurant-box.style3 .post-meta {
  padding-left: 0;
}
.view-menu-liks {
  width: 120px;
}
.view-menu-liks .post-likes {
  position: static;
  float: right;
}
.view-menu-liks > a {
  background-color: #434343;
  color: #fff;
  font-size: 12px;
  padding: 10px 25px;
  float: right;
  margin-top: 5px;
}
.view-menu-liks > a:hover, .view-menu-liks > a:focus {
  color: #fff;
}
/*===== My Bookings Tab =====*/
.tabs-wrp {
  float: left;
  width: 100%;
  background-color: #fbfbfb;
  padding:30px 20px; border: solid 1px #efeeee;
  margin-bottom: 20px;
}
.pending{font-size:22px; font-weight:600; color:#3c3838; }
.pending span{ font-size:22px; color:#ff0000; margin:0px; padding:0px; font-weight:600; margin-left:10px;}

.tabs-wrp > h4 {
  font-family: Poppins; text-transform:uppercase;
  font-size: 22px;
  color: #3c3838;
  /* display: inline-block; */
   
  line-height: 45px;
  margin-top: 0; font-weight:600;
  margin-bottom:10px;
}
.select-wrap-inner {
  float: right;
  max-width: 395px;
  width: 100%;
}
.select-wrap-inner > div {
  width: 48.7%;
}
.select-wrap-inner > div + div {
  margin-left: 10px;
}
.select-wrap-inner .select-wrp2 .chosen-container > a {
  background-color: #fff;
  -webkit-box-shadow: 0 3px 10px rgba(0,0,0,.04);
  -ms-box-shadow: 0 3px 10px rgba(0,0,0,.04);
  -o-box-shadow: 0 3px 10px rgba(0,0,0,.04);
  box-shadow: 0 3px 10px rgba(0,0,0,.04);
  height: 45px;
  padding: 10px 33px 10px 25px;
  text-transform: initial;
  color: #a2a2a2;
  font-weight: 400;
  font-size: 10.8px;
}
.booking-table {
  float: left;
  width: 100%;
}
.booking-table > table {
  float: left;
  width: 100%;
  -webkit-box-shadow: 0 0 30px rgba(0,0,0,0.04);
  -ms-box-shadow: 0 0 30px rgba(0,0,0,0.04);
  -o-box-shadow: 0 0 30px rgba(0,0,0,0.04);
  box-shadow: 0 0 30px rgba(0,0,0,0.04);
}
.booking-table > table thead {
  background-color: #2a2a2a;
  color: #fff;
  -webkit-box-shadow: 0 0 30px rgba(0,0,0,.04);
  -ms-box-shadow: 0 0 30px rgba(0,0,0,.04);
  -o-box-shadow: 0 0 30px rgba(0,0,0,.04);
  box-shadow: 0 0 30px rgba(0,0,0,.04);
}
.booking-table > table thead th {
  font-family: Poppins;
  padding: 10px 10px;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  text-transform:uppercase;
}
.booking-table > table thead th:first-child, .booking-table > table tbody td:first-child {
  text-align: left;
}
.booking-table > table tbody td {
  padding: 10px 10px;
  font-family: Poppins;
  font-size: 13px;
  color: #444;
  position: relative;
  text-align: left;
}
.booking-table > table tbody td a{ color:#13a0d9; font-weight:400;
}
.booking-table > table tbody td a:hover{ text-decoration:underline;
}

.booking-table > table tbody td h5 {
  font-size: 13px;
  margin-bottom: 0;
  position: relative;
  padding-left: 20px;
  font-weight: 400;
  color: inherit;
}
.booking-table > table tbody td h5:before {
  content: "";
  position: absolute;
  left: 0;
  height: 7px;
  width: 7px;
  background-color: orange;
  top: 50%;
  margin-top: -3.5px;
}
.booking-table > table tbody tr:nth-child(2n+1) {
  background-color: #fff;
}
.booking-table > table tbody tr:nth-child(2n) {
  background-color: #f9f9f9;
}
span.wapproved, span.approved, span.delivered, span.cancel {
  padding: 4px 6px;
  display: inline-block;
  color: #fff;
  font-size: 11px;
  font-weight: 400;
}

.select{ border:solid 1px #ccc; background:#ebb307; padding:3px 4px; color:#fff; font-size:12px; float:right}
.approved{ background-color:#22aae0 !important;}
 .delivered { background-color:#67cc4c;
}



span.wapproved {
  background-color:#ebb307; float:right; text-align:center;
}
span.approved {
   float:right;
   background-color:#22aae0;
}
span.delivered {
  background-color:#67cc4c; float:right;
}

span.cancel{
  background-color:#cb202d; float:right;
}
.reviews-img{  margin-right:10px; float:left;  text-align:center;}
.reviews-img img{ max-width:80px; max-height:80px; border-radius:50%; text-align:center;}

.edit{ font-size:12px; color:#060; padding:2px 4px;}
.edit:hover{ text-decoration:underline;}

.delete{ font-size:12px; color:#ff0000; padding:2px 4px;}
.delete:hover{ text-decoration:underline;}

.booking-table > table tbody td a.detail-link {
  -webkit-box-shadow: 7px 0 7px rgba(0,0,0,.04);
  -ms-box-shadow: 7px 0 7px rgba(0,0,0,.04);
  -o-box-shadow: 7px 0 7px rgba(0,0,0,.04);
  box-shadow: 7px 0 7px rgba(0,0,0,.04);
  position: absolute;
  right: -14px;
  line-height: 28px;
  width: 28px;
  text-align: center;
  margin-top: -14px;
  top: 50%;
  background-color: #fff;
  font-size: 11px;
}
.booking-table > table tbody td a.detail-link:hover, .booking-table > table tbody td a.detail-link:focus {
  color: #fff;
}
.booking-table > table tbody tr:nth-child(2n) a.detail-link {
  background-color: #f9f9f9;
}
/*===== My Reviews Tab =====*/
.review-list {
  float: left;
  width: 100%;
}
.review-box {
  float: left;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 0 32px rgba(0,0,0,0.04);
  -ms-box-shadow: 0 0 32px rgba(0,0,0,0.04);
  -o-box-shadow: 0 0 32px rgba(0,0,0,0.04);
  box-shadow: 0 0 32px rgba(0,0,0,0.04);
  padding: 40px 45px;
}
.review-box + .review-box {
  margin-top: 12px;
}
.review-box > h4 {
  display: block;
  font-size: 16px;
  color: #444;
  font-weight: 700;
  margin-bottom: 0;
}
.review-box .ratings {
  display:block;
  /* margin-left: 30px; */
}
.ratings {
  display: inline-block;
}
.ratings > i {
  font-size: 12px;
}
i.off {
  color: #d7d7d7;
}
.review-box > p {
  color: #666;
  margin: 12px 0 0;
}

.review-img{ float:left; width:100px; height:70px; border:solid 1px #ccc; padding:5px; background:#fff; position:relative; margin:20px 10px 20px 0px; }

.review-img img{ max-width:90px; max-height:60px; text-align:center; position:absolute; left:0px; right:0px; top:0px; bottom:0px; margin:auto;}

.review-info {
  float: left;
  width: 100%;
  /* margin-top: 27px; */
}
.review-info > img {
  float: left;
  margin-right: 10px;
}
.review-info-inner {
  display: table;
}
.review-info-inner > h5 {
  font-size: 13px;
  color: #444;
  font-weight: 700;
  margin: 4px 0;
}
.review-info-inner > i {
  font-size: 12px;
}
/*===== My Orders Tab =====*/
.order-list {
  float: left;
  width: 100%;
}
.order-item {
  float: left;
  width: 100%;
  background-color: #fff;
  padding: 30px;
  -webkit-box-shadow: 0 0 32px rgba(0,0,0,.04);
  -ms-box-shadow: 0 0 32px rgba(0,0,0,.04);
  -o-box-shadow: 0 0 32px rgba(0,0,0,.04);
  box-shadow: 0 0 32px rgba(0,0,0,.04);
  display: table;
}
.order-item + .order-item {
  margin-top: 10px;
}
.order-thumb {
  position: relative;
  width: 180px;
  max-width: 180px;
  overflow: hidden;
}
.order-item > div {
  display: table-cell;
  vertical-align: middle;
}
.order-info {
  padding-left: 30px;
}
.order-info > span.red-clr, .order-info > span.yellow-clr {
  font-size: 12px;
  font-family: Poppins;
  display: block;
}
.order-info > h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 13px 0 11px;
}
.order-info > p {
  margin-bottom: 25px;
}
.order-info > span.processing, .order-info > span.completed {
  margin-left: 30px;
  margin-top: 9px;
}
.order-info > a {
  float: right;
  font-size: 12px;
  background-color: #434343;
  color: #fff;
  padding: 10px 25px;
}
.order-info > span.price {
  margin-top: 9px;
}
/*===== Shortlists Tab =====*/
.tabs-wrp .restaurants-list {
  padding: 0;
  margin-top: 18px;
}
.tabs-wrp .featured-restaurant-box.style3 {
  padding: 30px 40px;
}
/*===== Statement Tab =====*/
.statement-table {
  float: left;
  width: 100%;
}
.statement-table table {
  width: 100%;
  text-align: center;
  -webkit-box-shadow: 0 0 32px rgba(0,0,0,0.04);
  -ms-box-shadow: 0 0 32px rgba(0,0,0,0.04);
  -o-box-shadow: 0 0 32px rgba(0,0,0,0.04);
  box-shadow: 0 0 32px rgba(0,0,0,0.04);
}
.statement-table table thead {
  background-color: #2a2a2a;
  color: #fff;
  -webkit-box-shadow: 0 0 32px rgba(0,0,0,0.04);
  -ms-box-shadow: 0 0 32px rgba(0,0,0,0.04);
  -o-box-shadow: 0 0 32px rgba(0,0,0,0.04);
  box-shadow: 0 0 32px rgba(0,0,0,0.04);
}
.statement-table table th {
  font-size: 11px;
  font-family: Poppins;
  padding: 20px 20px;
  text-align: inherit;
}
.statement-table table tbody {
  background-color: #fff;
}
.statement-table table tbody td {
  font-family: Poppins;
  font-size: 12px;
  color: #666;
  padding: 30px 20px;
  border: 1px solid #eee;
}
/*===== Account Settings Tab =====*/
.account-settings-inner {
  float: left;
  width: 100%;
  margin-top: 20px;
  padding-right: 20px;
}
.account-settings-inner .loc-map2 {
  margin-bottom: 0;
}
.profile-info {
  float: left;
  width: 100%;
  margin-top: 10px;
}
.profile-thumb {
  height: 160px;
  width: 160px;
  /* display: inline-block; */
   
  margin-bottom: 14px;
  margin:0 auto; position:relative; display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center; border-radius:100%;
}
.profile-thumb > img {
  max-width: 100%; left:0; right:0; top:0; bottom:0; margin:auto; position:absolute;
  max-height: 100%; border-radius:100%;
}
.restaurant-name { color:#ff0000; font-size:14px; font-weight:600; padding:5px 0px; margin-bottom:15px; }

.select22 { border:solid 1px #d4d4d4; background:#fff; padding:6px 10px; float:right;
   
}

.profile-info > a {
  font-size: 13px;
  display: inline-block;
  position: relative;
  line-height: 13px;
}
.profile-info > a.change-password {
  padding-left: 15px;
}
.profile-info > a:hover {
  color: #2a2a2a;
}
.profile-info > a.change-password:before {
  content: "";
  left: 0;
  height: 7px;
  width: 7px;
  background-color: red;
  position: absolute;
  bottom: 2px;
}
.profile-img-upload-btn {
  display: block;
  margin: 14px 0 12px;
}
.profile-img-upload-btn > label {
  padding: 13px 30px;
  font-size: 10px;
  font-family: Poppins;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 0;
}
.profile-img-upload-btn > label.yellow-bg:hover {
  color: #fff;
}
.profile-img-upload-btn .fileContainer {
  overflow: hidden;
  position: relative;
}
.profile-img-upload-btn .fileContainer [type=file] {
  cursor: inherit;
  display: block;
  font-size: 999px;
  filter: alpha(opacity=0);
  min-height: 100%;
  min-width: 100%;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
}
.profile-info > p {
  font-size: 12px;
  color: #a2a2a2;
  margin-bottom: 0;
}
.default-img-lst {
  float: left;
  width: 100%;
  margin-top: 10px;
}
.default-img-lst > img {
  display: inline-block;
  cursor: pointer;
  margin: 5px;
}
.profile-info-form-wrap {
  float: left;
  width: 100%;
  padding-left: 20px;
}

.bg-greeeeen { background:#099e44; color:#fff;}
.bg-greeeeen:hover { background:#cb202d; color:#fff;}


/*===== Food Detail ====*/
.restaurant-detail-title span.price {
  display: inline-block;
  float: none;
  vertical-align: middle;
}
.qty-wrap {
  margin-top: 20px;
}
.qty-wrap .input-group {
  max-width: 200px;
}
.qty-wrap .qty.form-control, .qty-wrap .input-group-btn button {
  height: 28px;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
.restaurant-detail-title > a {
  display: inline-block;
  padding: 10px 28.5px;
  font-size: 13px;
  color: #fff;
  background-color: #434343;
  vertical-align: middle;
  margin-top: 30px;
}
.restaurant-detail-title > p {
  margin: 20px 0 0; color:#707070;
  line-height: 24px; text-align:justify;
  font-size:13px;
}
.menu-lst {
  position: relative;
}
.menu-lst > ul {
  overflow-y: auto !important;
  height: 265px;
}
/*===== Track Order =====*/
.track-order-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,00,.85);
  z-index: 9999;
}
.track-order-popup .track-popup-innr {
  margin: 100px 0;
}
.track-popup-innr {
  display: inline-block;
  max-width: 640px;
  width: 100%;
  background-color: #f9fdfa;
  background-repeat: no-repeat;
  background-position: left center;
  position: relative;
  z-index: 1;
  padding: 70px 60px 50px;
}
.track-popup-innr:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f9fdfa;
  z-index: -1;
  opacity: .94;
}
.track-close {
  position: absolute;
  right: 10px;
  top: 10px;
  line-height: 25px;
  width: 25px;
  text-align: center;
  color: #fff;
  background-color: #333;
  font-size: 11px;
}
.track-close:hover, .track-close:focus {
  color: #fff;
}
.track-popup-innr > h3 {
  font-family: Poppins;
  font-size: 31px;
  color: #333;
}
.track-popup-innr > p {
  font-size: 15px;
  color: #555;
  max-width: 60%;
  display: inline-block;
  line-height: 23px;
  margin-bottom: 0;
}
.track-popup-innr > form {
  display: inline-block;
  max-width: 410px;
  width: 100%;
  margin-top: 25px;
}
.track-popup-innr > form input {
  float: left;
  width: 100%;
  height: 57px;
  padding: 15px 30px;
  text-align: inherit;
  -webkit-box-shadow: 0 0 24px rgba(0,0,0,.12);
  -ms-box-shadow: 0 0 24px rgba(0,0,0,.12);
  -o-box-shadow: 0 0 24px rgba(0,0,0,.12);
  box-shadow: 0 0 24px rgba(0,0,0,.12);
  font-size: 10.8px;
  color: #838383;
}
.track-popup-innr > form button, .track-popup-innr > form a {
  display: inline-block;
  color: #fff;
  font-weight: 800;
  font-size: 13px;
  font-family: Poppins;
  padding: 15px 40px;
  margin-top: 15px;
}
.track-popup-innr > i {
  display: block;
  font-size: 15px;
  margin-top: 40px;
}
.track-popup-innr > i span {
  font-weight: 600;
}
.track-page-wrapper {
  float: left;
  padding: 0 20px;
  position: relative;
  width: 100%;
  z-index: 1;
}
/*===== Your Order Popup =====*/
.your-order-popup {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0,0,0,.85);
  z-index: 9999;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
}
.your-order-popup .your-order-innr {
  margin: 130px 0;
}
.your-order-innr {
  display: inline-block;
  max-width: 720px;
  width: 100%;
  position: relative;
}
.order-lst-wrp {
  float: left;
  width: 100%;
  position: relative;
  background-color: #f4fbf7;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right center;
  padding: 70px 80px 60px 65px;
  text-align: left;
}
.order-lst-wrp > h4 {
  font-size: 22px;
  font-family: Poppins;
  color: #444;
  margin-bottom: 35px;
}
.order-item2 {
  float: left;
  width: 100%;
}
.order-item2 > a {
  float: left;
  max-width: 60px;
  margin-right: 25px;
}
.order-detail {
  display: table;
  margin-top: 3px;
}
.order-detail > h4 {
  font-size: 16px;
  color: #333;
  font-weight: 700;
  margin-bottom: 7px;
}
.order-detail > span.price {
  color: #444;
  font-size: 18px;
}
.order-item2 .restaurant-info {
  margin-top: 20px;
  padding-top: 15px;
}
.order-time {
  float: left;
  width: 100%;
  margin-top: 20px;
}
.order-time-left {
  font-family: Poppins;
  font-size: 13px;
  font-weight: 700;
  color: #494949;
  display: inline-block;
  margin-right: 30px;
}
.order-time-left > span {
  font-size: 22px;
}
.order-time > a {
  font-size: 11px;
  font-family: Poppins;
  display: inline-block;
  font-weight: 700;
  color: #1e1e1e;
  padding: 13px 20px 12px;
}
.order-time > a.yellow-bg:hover, .order-time > a.yellow-bg:focus {
  color: #fff;
}
.buyer-info {
  position: relative;
  float: left;
  width: 100%;
  padding: 80px 20px;
}
.buyer-info:before {
  content: "";
  position: absolute;
  top: 50%;
  height: 50px;
  width: 50px;
  left: -15px;
  background-color: inherit;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -25px;
}
.buyer-info > img {
  display: inline-block;
  margin-bottom: 16px;
}
.buyer-info-innr {
  float: left;
  width: 100%;
}
.buyer-info-innr > h5 {
  font-family: Poppins;
  font-size: 16px;
  color: #fff;
  margin-bottom: 2px;
}
.buyer-info-innr > span {
  font-family: Poppins;
  color: #fff;
  font-size: 11px;
  word-wrap: break-word;
}
.buyer-cnt {
  float: left;
  width: 100%;
  margin-top: 17px;
}
.buyer-cnt > span {
  display: block;
  font-size: 13px;
  color: #fff;
  margin-top: 8px;
}
.order-lst-wrp, .buyer-info {
  min-height: 390.233px;
}
a.close-buyer, a.thanks-close {
  position: absolute;
  right: 10px;
  top: 10px;
  line-height: 30px;
  width: 30px;
  text-align: center;
  color: #fff;
  background-color: #333;
  z-index: 1;
  font-size: 11px;
}
a.close-buyer:hover, a.close-buyer:focus, a.thanks-close:hover, a.thanks-close:focus {
  color: #333;
}
/*--- recent artilce post ---*/
.article-dev {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: 60px;
}
.article-data {
  display: inline-block;
  margin-top: 30px;
  width: 100%;
}
.upcoming-event .title1-wrapper {
  margin-bottom: 10px;
}
.article-info-meta {
  display: inline-block;
  padding-right: 13px;
  text-align: right;
  vertical-align: middle;
  width: 30%;
}
.article-meta {
  border-left: 1px solid #cfcfcf;
  display: inline-block;
  padding-left: 28px;
  vertical-align: middle;
  width: 68%;
}
.article-info-meta > span {
  display: inline-block;
  font-weight: bold;
  text-transform: uppercase;
  width: 100%;
  color: #111111;
}
.article-info-meta > a {
  font-family: poppins;
  font-size: 13px;
  line-height: 18px;
  text-transform: capitalize;
  color: #a6a4a4;
}
.article-meta > h3 {
  color: #333;
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
  margin-top: 4px;
}
.like-meta {
  display: inline-block;
  width: 100%;
}
.like-meta > span {
  font-weight: 500;
  margin-right: 20px;
}
.like-meta > span i {
  font-weight: normal;
  margin-right: 3px;
}
/*--- new section home 1---*/
.top-mockup {
  position: absolute;
  right: 0;
  top: 0;
}
.bottom-mockup {
  bottom: 0;
  left: -40px;
  position: absolute;
}
.dishes-caro {
  float: left;
  width: 100%;
  box-shadow: 0px 5px 32px 0px rgba(0, 0, 0, 0.04);
}
.dish-item {
  background: #fff none repeat scroll 0 0;
  border-radius: 6px;
  float: left;
  padding-bottom: 70px;
  position: relative;
  width: 100%;
}
.dish-item > figure {
  display: inline-block;
  margin-bottom: 22px;
  width: 100%;
}
.dishes-caro .dish-item .item-meta > img {
  background: #f8f8f8;
  border-radius: 4px;
}
.item-meta {
  border-bottom: 1px dashed #ececec;
  display: inline-block;
  padding: 0 35px 12px;
  width: 100%;
}
.item-meta > img {
  display: inline-block !important;
  vertical-align: top;
  width: 54px !important;
}
.item-meta > div {
  display: inline-block;
  padding-left: 18px;
  vertical-align: middle;
  width: 78%;
}
.item-meta > div span {
  color: #333333;
  display: inline-block;
  font-family: poppins;
  font-size: 15px;
  font-weight: 600;
  width: 100%;
}
.item-meta > div p {
  font-size: 13px;
  margin-bottom: 0;
}
.caro-dish-name {
  display: inline-block;
  padding: 14px 35px;
  text-align: center;
  width: 100%;
}
.caro-dish-name > h4 {
  color: #444;
  font-size: 17px;
  font-weight: bold;
}
.caro-dish-name > span {
  display: inline-block;
  font-size: 15px;
  margin-top: 5px;
  width: 100%;
}
.rite-meta {
  display: inline-block;
  text-align: center;
  width: 100%;
}
.rite-meta .view-more {
  background: #000 none repeat scroll 0 0;
  border-radius: 30px;
  bottom: 10px;
  color: #fff;
  display: inline-block;
  font-family: poppins;
  font-weight: bold;
  left: 50%;
  padding: 15px 40px;
  text-transform: uppercase;
}
.dishes-caro .owl-dots {
  bottom: 40px;
  left: 50%;
  position: absolute;
  transform: translate(-50%);
}
.dishes-caro .owl-dots .owl-dot {
  background: #e3e3e3 none repeat scroll 0 0;
  border-radius: 100%;
  display: inline-block;
  height: 12px;
  margin: 0 2px;
  width: 12px;
}
.dishes-caro .owl-dots .owl-dot.active {
  background: #bfbfbf none repeat scroll 0 0;
}
.popular-of-month {
  background: #fff none repeat scroll 0 0;
  border-radius: 5px;
  box-shadow: 0 5px 32px 0 rgba(0, 0, 0, 0.04);
  display: inline-block;
  padding: 37px 63px;
  width: 100%;
}
.pop-dish {
  border-bottom: 1px dashed #ebebeb;
  display: inline-block;
  margin-bottom: 18px;
  padding-bottom: 18.7px;
  width: 100%;
}
.poplr-dish {
  display: inline-block;
  vertical-align: middle;
  width: 57.5%;
}
.poplr-dish > img {
  border-radius: 100%;
  display: inline-block;
  vertical-align: middle;
  width: 88px;
}
.dish-meta {
  display: inline-block;
  margin-left: 18px;
  vertical-align: middle;
  width: 66%;
}
.dish-meta > h4 {
  color: #444;
  font-size: 15px;
  font-weight: 600;
}
.dish-meta > span {
  font-size: 15px;
}
.pop-dish .item-meta {
  border: medium none;
  padding: 0;
  vertical-align: middle;
  width: 41.5%;
}
.popular-of-month > .pop-dish:last-child {
  border-bottom: 0 none;
  margin-bottom: 0;
  padding-bottom: 0;
}
/*--- welcome section home2 ---*/
.welcome-sec {
  float: left;
  width: 100%;
}
.welcome-secinfo {
  float: left;
  text-align: center;
  width: 100%;
}
.welcome-secinfo > h2 {
  color: #222;
  display: inline-block;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 14px;
  width: 100%;
  margin-top: 0;
}
.welcome-secinfo > span {
  color: #fff;
  display: inline-block;
  font-family: poppins;
  font-size: 11px;
  margin-bottom: 30px;
  padding: 5px 30px;
  text-transform: uppercase;
  transform: skewX(-10deg);
  letter-spacing: 3px;
  font-style: normal;
}
.welcome-secinfo > p {
  color: #535353;
  display: inline-block;
  margin-bottom: 35px;
  width: 100%;
}
.welcome-gallery {
  display: inline-block;
  position: relative;
  width: 100%;
}
.welcome-gallery > img {
  position: absolute;
  z-index: 0;
}
.welcome-gallery > img:nth-child(1) {
  right: 0;
  top: -40px;
}
.welcome-gallery > img:nth-child(2) {
  top: 182px;
}
.welcome-gallery > img:nth-child(3) {
  left: 68%;
  top: 30px;
  transform: translate(-50%);
  box-shadow: 0px 5px 68px 0px rgba(0, 0, 0, 0.28);
}
.award {
  display: inline-block;
  vertical-align: middle;
}
.welcome-secinfo .sign {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  display: inline-block;
  margin: 0;
  padding: 0;
  transform: skewX(0deg);
}
.award > span em {
  color: #bababa;
  display: inline-block;
  font-family: poppins;
  font-size: 8px;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  width: 100%;
}
.award > span {
  display: inline-block;
  font-size: 17px;
  font-weight: bold;
  padding-left: 10px;
  text-align: left;
  vertical-align: middle;
}
.award > img {
  display: inline-block;
  vertical-align: middle;
}
.award > span i {
  color: #9b9b9b;
  font-style: normal;
}
/*--- resturent services section home2 ---*/
.resturent-services {
  float: left;
  width: 100%;
}
.servise-box {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  border-radius: 5px;
  overflow: hidden;
}
.servise-box figure img {
  display: inline-block;
  width: 100%;
  transition: all 0.4s linear 0s;
}
.servise-box:hover figure img {
  transform: scale(1.1);
}
.uper-meta {
  bottom: 50px;
  color: #fff;
  left: 60px;
  position: absolute;
  width: auto;
  z-index: 3;
}
.servise-box::before {
  background: rgba(0, 0, 0, 0.75) none repeat scroll 0 0;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 5px;
  z-index: 2;
}
.uper-meta > h4 {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  width: 100%;
}
.uper-meta > span {
  color: #e7e7e7;
  display: inline-block;
  font-family: poppins;
  width: 100%;
}
/*--- new chef section home2 ---*/

.chef-box {
  float: left;
  height: 700px;
  line-height: 700px;
  max-height: 700px;
  min-height: 700px;
  padding: 25px;
  position: relative;
  width: 100%;
}
.chef-box > img {
  bottom: 0;
  left: 25px;
  position: absolute;
}
.chef-box > ul {
  display: inline-block;
  line-height: initial;
  list-style: outside none none;
  margin: auto 0 auto 49%;
  padding-left: 0;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 260px;
}
.chef-box ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  float: left;
  margin-bottom: 33px;
  padding-bottom: 28px;
  width: 100%;
}
.food-price {
  font-size: 20px;
  font-weight: 600;
}
.chef-box ul li h5 {
  color: #383838;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 2px;
  text-transform: uppercase;
  margin-top: 15px;
}
.chef-box p {
  color: #222;
  font-size: 13px;
  margin-bottom: 0;
}
.chef-box ul li:last-child {
  border-bottom: 0 none;
}
.food-menu-sec {
  color: #fff;
  float: left;
  height: 700px;
  max-height: 700px;
  min-height: 700px;
  padding: 100px 0;
  text-align: center;
  width: 100%;
  z-index: 9;
  position: relative;
}
.food-menu-sec > i {
  display: inline-block;
  font-family: great vibes;
  font-size: 20px;
  margin-bottom: 14px;
  width: 100%;
  font-style: normal;
  letter-spacing: 3px;
}
.food-menu-sec > h1 {
  display: inline-block;
  font-size: 55px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 50px;
  max-width: 55%;
  text-transform: uppercase;
  letter-spacing: -0.3px;
  margin-top: 0;
}
.food-menu-sec > ul.tab-btn {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: inline-block;
  width: 100%;
}
.food-menu-sec > ul.tab-btn li a {
  border-radius: 40px;
  display: inline-block;
  font-family: poppins;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
}
.food-menu-sec > ul.tab-btn li {
  display: inline-block;
  margin-bottom: 27px;
  width: 100%;
}
.food-menu-sec > ul.tab-btn li:last-child {
  margin-bottom: 0;
}
.food-menu-sec > ul.tab-btn li a i {
  margin-right: 0;
  opacity: 0;
  transition: all 0.3s linear 0.2s;
  visibility: hidden;
  font-size: 32px;
  vertical-align: middle;
}
.food-menu-sec > ul.tab-btn li a img {
  margin-left: 0;
  opacity: 0;
  transition: all 0.3s linear 0.2s;
  visibility: hidden;
}
.food-menu-sec > ul.tab-btn li.active a img {
  margin-left: 20px;
  opacity: 1;
  visibility: visible;
}
.food-menu-sec > ul.tab-btn li.active a i {
  margin-right: 25px;
  opacity: 1;
  visibility: visible;
}
.food-menu-sec > ul.tab-btn li.active a {
  background: red none repeat scroll 0 0;
  padding: 20px 40px;
}
/*--- booking form section home2 ---*/
.booking-form-sec {
  float: left;
  padding: 80px 50px;
  position: relative;
  width: 90%;
}
.booking-form-sec .fit-bg {
  z-index: 0;
}
.form-meta {
  float: left;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 2;
}
.form-meta > h2 {
  color: #fff;
  display: inline-block;
  font-weight: bold;
  margin-top: 0;
  width: 100%;
}
.form-meta > span {
  display: inline-block;
  font-family: poppins;
  font-size: 14px;
  width: 100%;
}
.form-meta > form {
  float: left;
  margin-top: 35px;
  position: relative;
  width: 100%;
}
.form-meta > form input {
  border: medium none;
  border-radius: 40px;
  color: #a1a1a1;
  font-family: poppins;
  font-size: 12px;
  margin-bottom: 5px;
  padding: 17px 30px;
  width: 100%;
}
.form-meta button {
  border: medium none;
  border-radius: 40px;
  color: #fff;
  font-family: poppins;
  font-size: 12px;
  font-weight: 600;
  line-height: 52px;
  margin-top: 30px;
  text-transform: uppercase;
  width: 200px;
}
.upcoming-event .title1-inner > h2 {
  font-size: 30px;
  margin-bottom: 5px;
}
.upcoming-event .title1-inner > span {
  color: #999;
  font-family: poppins;
  font-size: 12px;
}
.upcoming-event .title1-inner > b {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.5px;
  text-transform: uppercase;
}
.upcoming-event .article-info-meta {
  width: 18%;
}
.upcoming-event .article-meta > h3 {
  color: #444;
  margin-bottom: 15px;
}
.upcoming-event .article-meta > p {
  color: #555;
  font-size: 15px;
  line-height: 22px;
}
.upcoming-event .countdown > li {
  box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.05);
  height: 116px;
  margin: 0 6px;
  padding: 40px 0 0;
  text-align: center;
  width: 113px;
}
.upcoming-event .countdown > li span {
  color: #444;
  font-size: 30px;
}
.view-more {
  background: #000 none repeat scroll 0 0;
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  margin-top: 10px;
  padding: 16px 40px;
  text-transform: uppercase;
}
.view-more:hover {
  color: #fff;
}
.counter-meta {
  float: left;
  padding-left: 133px;
  width: 100%;
}
.upcoming-event .counter-meta .view-more {
  margin-left: 28px;
}
.featured-restaurant-box.with-bg .post-meta {
  padding-left: 0;
}
.about-feat.text-center > img {
  width: 100%;
}
.card .nav { display: block !important; border-bottom:solid 1px #ccc; }
  
.card .nav li{ color:#222222; font-size:18px; font-weight:600;}
.card .nav li.active a{ border-bottom:solid 3px #ea1b25; color:#ea1b25 !important;}

.blink {
  width: 50px;
  height: 50px;
  -webkit-animation: NAME-YOUR-ANIMATION 1s infinite;  / Safari 4+ /
  -moz-animation: NAME-YOUR-ANIMATION 1s infinite;  / Fx 5+ /
  -o-animation: NAME-YOUR-ANIMATION 1s infinite;  / Opera 12+ /
  animation: NAME-YOUR-ANIMATION 1s infinite;  / IE 10+, Fx 29+ /
} 
.blink td, .blink td a{ color:#fff !important;
}

@-webkit-keyframes NAME-YOUR-ANIMATION {
  0%, 49% {
    background-color:#00923a;
    / border: 1px solid #e50000; /
  }
  50%, 100% {
    background-color: #e50000;
    / border: 1px solid rgb(117, 209, 63); /
  }
}

.star-rating input {
    -moz-appearance: none;
    -webkit-appearance: none;
    opacity: 0;
    display: inline-block;
    width: 20%;
    height: 100%;
    margin: 0;
    padding: 0;
    z-index: 2;
    position: relative;
}
.restaurant-search-form{transition: 1.5s;}
.fixedsearch .restaurant-search-form{transition: 1.5s;
    top: 0;
    position: fixed;
    left: 0px;
    right: 0px;
    margin: auto;
    z-index: 999;
    width: 49%;
}
.menulist {
    line-height: 18px;
    border-right: none;
    text-align: left;
    padding: 6px 0px 6px 19px;
    background: #fff !important;
    background-image: none !important;
    color: #666666 !important;
    border-right: 0 none !important;
    display: block;
    border-right: 1px solid #e7e7e7;
    background-color: #fff;
    color: #424242;
}
.menulist a { font-size: 13px; position: relative; padding-left: 10px; }
.menulist a i { position: absolute; left: 0; top: 3px; }
.menulist .title a { display: block;
    font-size: 17px;
    padding: 9px 5px 0px 0px;
    margin: 8px 0px 0px 0px; 
    color: #02ce53;
    margin-bottom: 0px;
    text-align: left;
}
.proqty { display: none; width: 100%; transition: all 0.5s ease-in-out; }
.proqty.dblock { display: inline-block; }

.innerbnr { height: 160px; background: center bottom no-repeat; background-size: 100%; }
.add_cart { display: flex; align-items: center; justify-content: center;
 flex-direction: column; margin: 10px 0; width: 100%; transition: all 0.5s ease-in-out; overflow: hidden; padding: 2px 20px; }
.popular-dish-box:hover { padding: 0; }
.popular-dish-thumb:before { content: ''; background: rgba(255,255,255,0.5); width: 100%; height: 100%; position: absolute; left: 0; top: 0; transition: all 0.2s ease-in-out; opacity: 0; }
.popular-dish-thumb:before { display: none } 
.popular-dish-box:hover .popular-dish-thumb:before { opacity: 1 }
.popular-dish-box:hover .add_cart { opacity: 1; transform: scale(1); bottom: 0; }
.add_cart .btn-cart { border-radius: 5px; text-align: center; background: #099e44; color: #fff; font-size: 14px; line-height: 18px;
    padding: 5px 15px; box-shadow: -2px -2px 9px rgb(0 0 0 / 10%); transition: all 0.5s ease-in-out; min-width: 100%; display: flex; justify-content: space-between;
}
.add_cart .btn-cart i { line-height: 20px; }
.add_cart .btn-cart:hover { background: #04672b; }
.proqty .qty2 {
    border: 1px solid #efefef;
    background: #fff;
    width: 100%;
    justify-content: space-between;
    display: flex;
}
.proqty .qty2 input[type=button] {
    background: #099e44;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    line-height: 23px;
}
@media only screen and (max-width: 769px) {
    .add_cart { opacity: 1; margin: 2px 0; }    
} 
@media only screen and (max-width: 769px) {
.popular-dish-thumb img { max-height: 94px; }
}
@media only screen and (max-width: 480px) {
          .add_cart { padding: 2px 5px;}
     .add_cart .btn-cart { line-height: 16px; padding: 2px 8px 2px 8px; font-size: 10px; }
     .add_cart .btn-cart i { font-size: 12px; line-height: 17px; }
     .proqty .qty2 { height: 18px; line-height: 0.8 }
     .proqty .qty2 input[type=button] { line-height: 14px; margin-bottom: 0px; }
     .aa-product-price { letter-spacing: 0!important; }
}