@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");

body {
  background: rgba(252, 251, 249, 0.68);
  font-size: 16px;
  color: #4d4f56;
  font-weight: 400;
  overflow-x: hidden;
  font-family: "Poppins", sans-serif;
}

/* ==========================
*   Typohraphy
============================*/

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  color: #25282b;
}

a {
  color: rgb(0, 188, 126);
}

a:hover {
  text-decoration: none;
  color: rgb(5, 161, 109);
}

.lead {
  font-size: 1.25rem;
  font-weight: 400;
  color: #404048;
}

ul {
  list-style-type: none;
  padding: 0;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid #eaebeb;
}

/*==================================
* Bootstrap grid tweaks
*===================================*/

.container {
  max-width: 1260px;
  width: 94%;
}

/* Remove space from columns */

.row.no-gutter {
  margin-left: 0;
  margin-right: 0;
}

.row.no-gutter [class*="col-"]:not(:first-child),
.row.no-gutter [class*="col-"]:not(:last-child) {
  padding-right: 0;
  padding-left: 0;
}

.page-wrapper {
  padding-top: 68px;
}

.inner-page {
  margin-top: 30px;
  margin-bottom: 50px;
}

/*==================================
* Foms
*===================================*/

.custom-control-input:checked ~ .custom-control-indicator {
  color: #fff;
  background-color: rgb(0, 188, 126);
  margin-top: 0;
  padding: 10px;
  border-radius: 100%;
}

.custom-checkbox .custom-control-indicator {
  border-radius: 100%;
}

.custom-control-indicator {
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 0 1px 3px rgba(93, 92, 99, 0.05);
  border: 1px solid rgba(116, 135, 150, 0.23);
}

.custom-control-input:focus ~ .custom-control-indicator {
  -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem rgb(0, 188, 126);
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem rgb(0, 188, 126);
}

/* .custom-radio .custom-control-input:checked ~ .custom-control-indicator {
  
} */

.custom-control-input:active ~ .custom-control-indicator {
  color: #fff;
  background-color: rgb(0, 188, 126);
}

.custom-control-input:disabled ~ .custom-control-indicator {
  cursor: not-allowed;
  background-color: #eee;
}

.custom-control-input:disabled ~ .custom-control-description {
  color: #cfcfcf;
}

.custom-control {
  padding-left: 30px;
}

.form-control {
  border: 1px solid #eaebeb;
  border-radius: 3rem;
}

.custom-select {
  line-height: 1;
}

/* ==========================
*   Buttons
============================*/

.form-control-lg,
.dropdown-menu,
.btn,
.btn-group-lg > .btn,
.btn-lg,
.img-rounded {
  border-radius: 2px;
}

.btn {
  transition: all 0.4s;
}

.btn-secondary {
  color: #373a3c;
  background-color: rgba(252, 251, 249, 0.68);
  border-color: #eaebeb;
}

.theme-btn {
  background-color: rgb(0, 188, 126);
  border-color: rgb(0, 188, 126);
  color: #fff;
}

.theme-btn-dash {
  border: 2px dashed rgb(0, 188, 126);
  background-color: transparent;
  color: rgb(0, 188, 126);
}

.theme-btn-dash:hover,
.theme-btn,
.theme-btn.btn-lg:hover,
.btn-secondary:hover {
  background-color: rgb(0, 188, 126);
  color: #fff;
  border: 1px solid rgb(0, 188, 126);
}

.theme-btn-dash:hover {
  border: 2px solid rgb(0, 188, 126);
  color: #fff;
}

.bg-white {
  background-color: #fff;
}

.primary-color {
  color: rgb(0, 188, 126);
}

/* ==========================
*   Helpers
============================*/

.space-xs {
  padding-bottom: 15px;
  padding-top: 15px;
}

.space-sm {
  padding-bottom: 30;
  padding-top: 30px;
}

.space-md {
  padding-top: 90px;
  padding-bottom: 90px;
}

.m-b-10 {
  margin-bottom: 10px;
}

.m-b-20 {
  margin-bottom: 20px;
}

.m-b-30 {
  margin-bottom: 30px;
}

.m-t-10 {
  margin-top: 10px;
}

.m-t-20 {
  margin-top: 20px;
}

.m-t-30 {
  margin-top: 30px;
}

.b-l {
  border-left: 1px solid #3cee1d;
}

.b-r {
  border-left: 1px solid #3cee1d;
}

.b-t {
  border-top: 1px solid #3cee1d;
}

.b-b {
  border-bottom: 1px solid #3cee1d;
}

.b-b-0 {
  border-bottom: none !important;
}

.b-t-0 {
  border-top: none !important;
}

.b-l-0 {
  border-left: none !important;
}

.b-r-0 {
  border: 2px solid #ccc;
}

.align-wrap {
  display: inline-table;
  min-height: 100%;
}

.align-vertical {
  display: table-cell;
  vertical-align: middle;
}

.font-white {
  color: #fff;
}

/* ============================
* PAGINATION
==============================*/

.page-item.disabled .page-link,
.page-item.disabled .page-link:focus,
.page-item.disabled .page-link:hover {
  border-color: #eaebeb;
}

.page-link {
  color: inherit;
  background-color: #fff;
  border: 1px solid #eaebeb;
}

.page-item.active .page-link,
.page-item.active .page-link:focus,
.page-item.active .page-link:hover {
  background-color: rgb(0, 188, 126);
  border-color: rgb(0, 188, 126);
}

/* ==========================
*   Header and navigation
============================*/

#header {
  position: fixed;
  width: 100%;
  border: 0;
  z-index: 99;
}

.nav-fixed {
  position: fixed;
  width: 100%;
  z-index: 10;
}

.navbar {
  padding: 1rem 2rem;
  border-radius: 0;
}

.navbar-nav .nav-item {
  padding-left: 10px;
}

.navbar-dark .navbar-toggler {
  background-image: none;
  border-color: transparent;
}

@media (max-width: 62em) {
  .navbar-nav {
    padding-top: 0.425rem;
    padding-left: 0.75rem;
  }
  .navbar-nav .nav-item {
    text-align: center;
  }
  .navbar-brand {
    float: right;
  }

  .navbar-nav .nav-item + .nav-item {
    margin-left: 0;
  }
  .dropdown-menu {
    position: relative;
    float: none;
    background-color: transparent;
  }
  .dropdown-menu a {
    color: #fff;
  }
}

.navbar-brand {
  font-size: 1.5rem;
  color: red;
}

.headroom--pinned {
  display: block;
}

.headroom--unpinned {
  display: none;
}

.navbar-fixed-top {
  position: fixed;
}

.navbar-toggler {
  padding: 4px 0;
  font-size: 1.25rem;
  line-height: 1;
  background: 0 0;
  border: 1px solid transparent;
  color: rgb(0, 188, 126);
  border-radius: 2px;
}

/********* top links part ***********/

.top-links {
  padding: 15px 0;
  border-bottom: 1px solid #eaebeb;
}

.top-links ul {
  margin-bottom: 0;
}

.link-item a {
  font-size: 12px;
  color: #414551;
}

.link-item.active span {
  background-color: rgb(0, 128, 0);
  color: #fff;
}

.links {
  display: block;
}

.links span {
  border: 1px solid #eaebeb;
  border-radius: 100px;
  width: 32px;
  height: 32px;
  color: #3a3e47;
  font-weight: 600;
  display: inline-block;
  margin-right: 18px;
  text-align: center;
  line-height: 28px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.links li:hover span {
  background-color: rgb(0, 100, 0);
  color: #fff;
}

@media (max-width: 800px) {
  .top-links {
    display: none;
  }
}

/* ==========================
*   Hero
============================*/

.hero {
  padding-top: 12%;
  padding-bottom: 10%;
  text-align: center;
  position: relative;
}

.hero h1 {
  font-family: "Give You Glory", cursive;
  color: #fff;
  font-size: 3.7em;
  font-weight: 700;
}

.hero:before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  background-color: rgba(7, 6, 29, 0.37);
}

.hero .hero-inner {
  position: relative;
  z-index: 1;
}

/* ==========================
*   Hero steps
============================*/

.step-item {
  display: inline-block;
  margin: 0 40px 0;
  position: relative;
}

.banner-form {
  margin-bottom: 60px;
  display: block;
  margin-top: 20px;
}

.step-item svg {
  display: inline-block;
  width: 34px;
  height: 34px;
}

.step-item img {
  display: block;
  margin: 0 auto 15px;
}

.step-item h4 {
  font-family: "Give You Glory", cursive;
  color: #fff;
  font-size: 21px;
}

.step-item h4 span {
  color: rgb(0, 128, 0);
}

.step1:after,
.step2:after {
  position: absolute;
  content: "";
  right: -58%;
  top: -20%;
  width: 130px;
  height: 32px;
  background: url(../images/arrow.png);
}

.step2:after {
  background: url(../images/arrow-dotted.png);
  height: 25px;
  right: -95%;
  top: -15%;
}

@media (max-width: 568px) and (min-width: 280px) {
  .step1:after,
  .step2:after {
    display: none;
  }
  .hero h1 {
    font-size: 2.2em;
    padding-top: 75px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .step-item {
    margin: 0 30px 0;
  }
}

/* ==========================
*   Detect location
============================*/

.location-match {
  padding: 20px 0;
  border-bottom: 1px solid #e6e6e6;
}

.location-match span {
  font-weight: 600;
}

.location-match a {
  color: rgb(0, 188, 126);
}

.location-match a:hover {
  color: #43434c;
}

/* ==========================
*  Popular block
============================*/

.popular {
  padding: 70px 0 90px;
  background-size: 100%;
}

.food-item-wrap {
  border: 1px solid #eaebeb;
  border-radius: 2px;
  overflow: hidden;
  margin-bottom: 30px;
  background: #fafaf8;
}

.food-item-wrap h5 a {
  color: #25282b;
  font-size: 21px;
  font-weight: 600;
}

.food-item-wrap .title h3 {
  font-size: 16px;
  margin-bottom: 35px;
  color: #414551;
  line-height: 21px;
  font-weight: 300;
}

.food-item-wrap .price {
  font-size: 21px;
  font-weight: 700;
  color: #000;
  margin-top: 4px;
  display: inline-block;
}

.food-item-wrap .product-name {
  margin-bottom: 20px;
}

.food-item-wrap .content {
  padding: 25px 15px 35px;
}

.food-item-wrap .restaurant-block {
  border-top: 1px solid #eaebeb;
  float: left;
  width: 100%;
}

.poppinsFont {
  font-family: "Poppins", sans-serif;
}

.food-item-wrap .right-text {
  margin-left: 10px;
}

.food-item-wrap .right-text a {
  display: block;
}

.food-item-wrap .left {
  float: left;
  padding: 8px 15px;
}

.food-item-wrap .left img {
  padding-top: 3px;
}

@media (min-width: 320px) and (max-width: 568px) {
  .food-item-wrap .left {
    float: left;
    padding: 10px;
  }
  .food-item .left img {
    width: 45px;
  }
  .food-item-wrap .right-text {
    font-size: 13px;
  }
}

.food-item-wrap .right {
  padding: 10px 0;
}

.food-item-wrap .right-like-part {
  border-left: 1px solid #eaebeb;
  padding: 25px 15px;
  font-size: 13px;
}

@media (min-width: 280px) and (max-width: 580px) {
  .food-item-wrap .right-like-part {
    padding: 24px 10px;
    font-size: 10px;
  }
}

.food-item-wrap .right-like-part img {
  vertical-align: middle;
  margin-right: 5px;
}

.food-item-wrap .right-text a {
  color: #25282b;
  font-weight: 400;
}

.food-item-wrap .right-text span,
.food-item-wrap .right-like-part,
.food-item-wrap .right-like-part span {
  font-weight: 300;
  color: #748796;
}

.food-item-wrap .figure-wrap {
  position: relative;
  height: 210px;
}

.food-item-wrap .food-item-wrap figure {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}

.food-item-wrap .food-item-wrap figure img {
  width: 100%;
}

.food-item-wrap .figure-wrap:after {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: "";
  background: url(../images/zig-zag.png);
  width: 100%;
  height: 5px;
}

.food-item-wrap:hover h5 > a,
.food-item-wrap:hover .right-text > a {
  color: rgb(0, 188, 126);
}

.food-item-wrap .figure-text {
  position: absolute;
  top: 0;
  padding: 13px 28px 18px 18px;
  width: 100%;
  height: 100%;
}

.food-item-wrap .figure-text .bottom {
  position: absolute;
  bottom: 25px;
  float: left;
  width: 87%;
}

.food-item-wrap .review {
  margin-top: 5px;
  font-size: 10px;
  text-transform: uppercase;
}

.food-item-wrap .distance {
  background: rgb(0, 188, 126);
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  padding: 0 10px;
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 20px;
}

.food-item-wrap .rating .fa-star {
  color: #FFFF00;
  font-size: 16px;
}

.food-item-wrap .rating .fa-star-o {
  font-size: 17px;
}

.food-item-wrap .rating {
  position: absolute;
  bottom: 30px;
  left: 20px;
}

.food-item-wrap .review {
  right: 30px;
  position: absolute;
  bottom: 30px;
}

.food-item-wrap .review a {
  color: #fff;
}

.food-item-wrap .left-sidebar,
.food-item-wrap .right-sidebar {
  width: 300px;
}

.food-item-wrap .lf-ghost {
  width: 395px !important;
  float: left;
}

@media (min-width: 544px) and (max-width: 767px) {
  .food-item-wrap .right-text {
    margin: 5px 10px;
    font-size: 14px;
    line-height: 20px;
  }
  .food-item-wrap .right-like-part {
    width: 100%;
    padding: 5px 10px;
    background: #fff;
    border: 0;
    border-top: 1px solid #eaebeb;
    text-align: center;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .food-item-wrap .restaurant-block {
    text-align: center;
  }
  .food-item-wrap .left {
    float: none;
  }
  .food-item-wrap .pull-left {
    float: none;
  }
  .food-item-wrap .right-text span,
  .food-item-wrap .right-like-part,
  .food-item-wrap .right-like-part span {
    width: 100%;
  }
  .right-like-part.pull-right {
    background-color: #fff;
    border: 0;
    border-top: 1px solid #eaebeb;
    padding: 10px;
  }
  .food-item-wrap .price-btn-block {
    text-align: center;
  }
  .food-item-wrap .price-btn-block .price {
    margin-bottom: 15px;
    display: block;
  }
  .food-item-wrap .price-btn-block .btn {
    float: none;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .food-item-wrap .left {
    padding: 10px;
    font-size: 11px;
    line-height: 20px;
  }
}

/*============================================
* Modal 
=============================================*/

.cart-addon .food-item {
  margin-bottom: 20px;
  border-bottom: 1px solid #ededed;
  padding: 2px 0 15px;
}

.cart-addon .food-item:last-of-type {
  border-bottom: none;
}

.cart-addon .food-item .item-img img {
  max-width: 70px;
}

.cart-addon .food-item .rest-descr {
  margin-left: 80px;
}

.cart-addon .food-item h6 a {
  font-size: 16px;
  color: #4d4f56;
  display: block;
  margin: 4px 0 0 0;
  line-height: 20px;
}

.cart-addon .food-item .price {
  font-weight: 600;
  margin-top: 15px;
  display: block;
  color: #25282b;
}

.cart-addon .food-item .form-control {
  margin-top: 8px;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  right: -15px;
  position: absolute;
  top: -15px;
  background-color: rgb(0, 188, 126);
  opacity: 1;
  width: 30px;
  height: 30px;
  color: #fff;
  text-shadow: none;
  font-size: 14px;
  display: block;
}

button.close span {
  display: block;
}

/*-----------------------------------  
How it works section
-----------------------------------*/

.how-it-works {
  background-repeat: repeat-x, repeat;
  background-position: bottom, center;
  padding: 90px 0;
  position: relative;
}

.how-it-works .text-xs-center > h2 {
  color: #d8bea5;
  margin-bottom: 50px;
}

.how-it-works-wrap h2 {
  margin-bottom: 10px;
  font-size: 21px;
}

.how-it-works-wrap > p {
  font-weight: 300;
}

.how-it-works-steps {
  position: relative;
  padding: 0 2.1rem;
}

.how-it-works .how-middle {
  margin-top: 70px;
}

.how-it-works p.pay-info {
  font-size: 16px;
  color: #d8bea5;
  margin-top: 25px;
  text-align: center;
}

.how-it-works h3 {
  color: #fff;
}

/*-----------------------------------  
Steps
-----------------------------------*/

.how-it-works p {
  color: #9c9da5;
}

.step .icon {
  position: relative;
  width: 86px;
  height: 86px;
  margin: 10px auto 20px;
  line-height: 78px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 50%;
}

.step .icon:before {
  content: attr(data-step);
  position: absolute;
  top: -10px;
  left: 5px;
  display: block;
  width: 32px;
  height: 32px;
  line-height: 38px;
  background-color: rgb(0, 188, 126);
  border-radius: 50%;
  font-size: 1.5em;
  font-family: "Give You Glory", cursive;
  font-weight: 700;
  color: #fff;
}

.step .icon img,
.step .icon svg {
  display: inline-block;
  vertical-align: middle;
  width: 34px;
  height: 34px;
}

.how-it-works .step-2 {
  padding-top: 20%;
}

.col1:after {
  position: absolute;
  content: "";
  right: -21%;
  top: 15%;
  width: 185px;
  height: 34px;
  background: url(../images/arrow-big.png) no-repeat;
}

.col2:after {
  position: absolute;
  content: "";
  right: -16%;
  top: 11%;
  width: 175px;
  height: 34px;
  background: url(../images/arrow-big-dotted.png) no-repeat;
}

.how-it-works-solution {
  margin-bottom: 26px;
}

@media (max-width: 543px) {
  .col1:after,
  .col2:after {
    display: none;
  }
}

@media (min-width: 544px) and (max-width: 767px) {
  .col1:after,
  .col2:after {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .col1:after,
  .col2:after {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .col1:after,
  .col2:after {
    right: -30%;
  }
}

/****** featured restaurants block *******/

.featured-restaurants {
  padding: 100px 0 20px;
  position: relative;
}

@media (min-width: 280px) and (max-width: 580px) {
  .featured-restaurants {
    padding: 50px 0 20px;
    position: relative;
  }
  .featured-restaurants .title-block {
    margin-bottom: 15px;
  }
  .featured-restaurants .title-block h4 {
    font-size: 21px;
  }
}

.featured-restaurants:before {
  position: absolute;
  top: -81px;
  left: 50px;
  background: url(../images/chilly.png);
  width: 103px;
  height: 151px;
  content: "";
}

@media (min-width: 280px) and (max-width: 580px) {
  .featured-restaurants:before {
    display: none;
  }
}

.featured-restaurants .restaurant-wrap {
  border: 1px solid #eaebeb;
  border-radius: 3px;
  padding: 15px;
  background: #fafaf8;
  float: left;
  width: 100%;
}

.featured-restaurants .restaurant-logo {
  border-radius: 3px;
}

.featured-restaurants .restaurant-logo img {
  width: 95px;
  height: auto;
  border: 1px solid #eaebeb;
}

@media (min-width: 320px) and (max-width: 543px) {
  .featured-restaurants .restaurant-logo img {
    width: 85px;
    margin-bottom: 15px;
  }
}

.featured-restaurants .restaurant-wrap h5 {
  margin-top: 5px;
  font-weight: 600;
}

.featured-restaurants .restaurant-wrap h5 a {
  color: #25282b;
}

.featured-restaurants .bottom-part {
  margin-top: 5px;
}

.featured-restaurants .cost,
.featured-restaurants .mins,
.featured-restaurants .ratings {
  font-size: 12px;
  display: inline-block;
}

.featured-restaurants .cost,
.featured-restaurants .mins {
  margin-right: 1rem;
}

.featured-restaurants .ratings span i {
  color: #FFFF00;
}

.restaurants-filter ul li {
  display: inline-block;
  padding: 0 0.5rem;
}

.featured-restaurants .restaurants-filter ul li a {
  font-weight: 400;
  color: #414551;
  font-size: 16px;
  text-transform: capitalize;
}

.featured-restaurants .restaurants-filter ul li a:hover {
  color: rgb(5, 161, 109);
}

@media (min-width: 320px) and (max-width: 480px) {
  .restaurants-filter {
    float: none;
  }
  .restaurants-filter ul li {
    padding: 0 0.5rem;
  }
}

.featured-restaurants .featured-restaurants h4 {
  margin-bottom: 45px;
}

.featured-restaurants .restaurant-listing {
  margin-bottom: 50px;
  margin-top: 25px;
}

.featured-restaurants .single-restaurant {
  margin-bottom: 30px;
}

.add-restaurants {
  background: #fafaf8;
  border: 1px solid #eaebeb;
  padding: 35px 10px 23px;
  border-radius: 2px;
}

.add-restaurants p strong {
  font-weight: 600;
  color: rgb(0, 188, 126);
}

@media (min-width: 320px) and (max-width: 543px) {
  .featured-restaurants .restaurant-wrap {
    margin-bottom: 10px;
  }
  .add-restaurants {
    text-align: center;
  }
  .add-restaurants a.btn.theme-btn {
    display: block;
  }
}

@media (min-width: 544px) and (max-width: 767px) {
}

@media (min-width: 768px) and (max-width: 991px) {
  .featured-restaurants .restaurant-wrap {
    text-align: center;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
}

@media (min-width: 1200px) {
}



/* ==========================
*  Footer
============================*/

footer {
  background: url(../images/pattern.png) center repeat;
  padding: 90px 0;
  z-index: 1;
  position: relative;
}

.payment-options ul li {
  display: inline-block;
  margin-right: 8px;
}

footer h5 {
  color: #fff;
  font-family: "Source Sans Pro", sans-serif;
  margin-bottom: 15px;
}

.footer-logo-block img {
  display: block;
  margin-bottom: 15px;
}

footer p,
footer,
footer span {
  font-weight: 300;
  color: #9c9da5;
}

.address h5 a {
  color: rgb(0, 188, 126);
  font-size: 26px;
  font-family: "Give You Glory", cursive;
  margin-left: 20px;
  font-weight: 600;
}

.address h5 a:hover {
  color: #fff;
}

.popular-locations ul li {
  display: inline-block;
  width: 49%;
}

footer ul li {
  margin-bottom: 6px;
}

footer ul li a {
  color: #9c9da5;
  transition: all 0.3s;
}

.how-it-works-links {
  margin-bottom: 70px;
}

.address p {
  margin-bottom: 35px;
}

footer ul li a:hover {
  color: rgb(0, 188, 126);
}

footer li a {
  line-height: 20px;
  display: inline-block;
}

.payment-options ul {
  margin-top: 10px;
  float: left;
  width: 100%;
}

@media (min-width: 320px) and (max-width: 768px) {
  .footer-logo-block {
    margin-bottom: 25px;
  }
}

/* ==========================
*  Inner pages
============================*/

.inner-page-hero {
  padding-top: 5%;
  padding-bottom: 5%;
}

/********* profile banner part ***********/

.profile-banner figure img {
  width: 100%;
}

.image-wrap {
  border-radius: 2px;
  padding: 10px;
  float: left;
  background: #fff;
}

.image-wrap figure {
  background: #fff;
  border-radius: 2px;
  display: block;
  overflow: hidden;
  float: left;
  margin-bottom: 0;
}

.image-wrap figure img {
  max-width: 100%;
  display: block;
}

.profile p {
  color: #fff;
}

.banner figure {
  margin-bottom: 0;
}

.profile-desc h6 a {
  font-size: 26px;
  line-height: 31px;
  color: #fff;
}

.profile-img {
  width: 24.7%;
}

.profile .right-text span {
  margin-bottom: 8px;
  display: block;
}

.profile-desc h6 {
  display: inline-block;
  margin-right: 3rem;
  margin-bottom: 10px;
}

.profile-desc a.btn {
  display: inline-block;
  padding: 3px 20px;
  background-color: #82b21c;
  vertical-align: text-bottom;
  font-size: 13px;
  color: #fff;
}

.profile-desc .right-text {
  width: 100%;
  border-right: 0;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 30px;
}

.profile-desc .nav-item a {
  color: #fff;
}

.profile-desc .nav-item.ratings a span i {
  color: #ffd953);
  font-size: 16px;
}

@media (min-width: 320px) and (max-width: 768px) {
  .profile-desc .right-text {
    margin-top: 0;
  }
  .profile-desc h6 {
    margin-right: 0;
  }
  .image-wrap {
    padding: 1px;
    border-radius: 2px;
    margin-bottom: 20px;
  }
  .profile-desc a.btn {
    float: right;
  }
  .image-wrap img {
    width: auto;
  }
  .profile-img {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .profile-desc .right-text {
    margin-top: 0;
  }
}

/********* breadcrumb part ***********/

.breadcrumb {
  background: transparent;
  padding: 22px 0;
  border-bottom: 1px solid #e6e6e6;
}

.breadcrumb ul li {
  display: inline-block;
  margin-right: 40px;
  position: relative;
}

.breadcrumb ul li:before {
  position: absolute;
  left: -25px;
  top: 0;
  content: "/";
}

.breadcrumb ul li:first-child:before {
  content: none;
}

.breadcrumb ul li a,
.breadcrumb ul li {
  color: #333366;
}

.breadcrumb ul,
.breadcrumb {
  margin-bottom: 0;
}

@media (min-width: 320px) and (max-width: 568px) {
  .breadcrumb ul li {
    display: inline-block;
    margin-right: 15px;
    position: relative;
  }
  .breadcrumb ul li:before {
    display: none;
  }
}

.result-show .dropdown button {
  color: #333366;
  font-size: 14px;
  border: 0;
}

.result-show div i {
  margin-left: 10px;
  font-size: 22px;
  vertical-align: middle;
  color: #000;
}

.result-show {
  padding: 7px 0 10px;
  border-bottom: 1px solid #eaebeb;
  color: #333366;
  margin-bottom: 20px;
}

.result-show p {
  padding: 0;
  margin: 5px 0;
}

.sidebar {
  border: 1px solid #eaebeb;
  background: #fafaf8;
  border-radius: 3px;
}

.sidebar-inner {
  padding-left: 15px;
  padding-right: 15px;
}

.sidebar-inner .sidebar input,
.sidebar .input-group-btn .btn {
  height: 55px;
  border-left: 0;
  border-right: 0;
}

.widget {
  border: 1px solid #eaebeb;
  background: #fafaf8;
  border-radius: 3px;
  margin-bottom: 20px;
}

.widget-heading {
  padding: 15px;
  color: #fff;
  border-radius: 3px;
  border-bottom: 1px solid #eaebeb;
}

.menu-widget .widget-heading {
  border-bottom: none;
}

.widget-heading .widget-title {
  font-size: 16px;
  font-weight: 600;
  float: left;
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
}

.widget-heading .widget-title .btn {
  padding: 0px 24px;
}

.widget-delivery .col-xs-6 {
  padding: 25px 15px 20px;
  background: #fff;
  border-right: 1px solid #eaebeb;
  display: -webkit-inline-box;
  border-bottom: 1px solid #eaebeb;
}

.widget-delivery .col-xs-6:last-of-type {
  border-right: 1px solid transparent;
}

.sidebar .widget-delivery .col-xs-6 {
  border-bottom: none;
}

.sidebar-title {
  padding: 15px 15px 15px;
  background: rgb(0, 188, 126);
  float: left;
  width: 100%;
}

.sidebar-title h6 {
  float: left;
  margin-bottom: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.sidebar-title i {
  float: right;
  color: #fff;
  font-size: 15px;
  margin-top: 3px;
}

.main-block ul li {
  line-height: 28px;
  font-weight: 300;
  display: block;
  border-bottom: 1px solid #eaebeb;
  font-weight: 500;
  color: #414551;
}

.main-block ul li a {
  color: #414551;
  display: block;
  font-weight: 500;
  padding: 15px;
}

.main-block ul {
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.main-block ul li:hover {
  background: #fffdfd;
}

.main-block ul li:hover a {
  color: rgb(0, 188, 126);
}

.main-block ul:hover li:last-child {
  border-bottom: 1px solid transparent;
  border-bottom: 1px solid #eaebeb;
}

.main-block ul li:first-of-type {
  border-top: none;
}

a.more-link {
  padding-left: 15px;
  margin: 5px 0 25px;
  float: left;
}

.block {
  border-bottom: 1px solid #eaebeb;
  margin-top: 30px;
}

.main-block form ul li {
  padding: 15px;
}

.main-block .input-group input,
.main-block .input-group-btn {
  height: 55px;
  border-left: none;
}

/* Food items */

.menu-widget,
.widget {
  border: 1px solid #eaebeb;
  background: #fafaf8;
  border-radius: 2px;
  position: relative;
}

.widget-body {
  padding: 20px;
}

.panel {
  margin-bottom: 15px;
  border: 1px solid #dcdee3;
  border-radius: 3px;
  box-shadow: none;
}

.panel-heading {
  padding: 15px;
  border: none !important;
  border-radius: 0;
}

.panel-heading i {
  padding-right: 7px;
  font-size: 14px;
}

.panel-title {
  font-size: 16px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
  color: #25282b;
}

.panel-title a {
  color: #25282b;
}

.panel .panel-body {
  padding: 20px;
}

.list-check > li {
  line-height: 24px;
  position: relative;
  margin-bottom: 10px;
  padding-left: 23px;
}

.list-check > li:after {
  font-family: FontAwesome;
  position: absolute;
  top: 1px;
  left: 0;
  content: "\f05d";
  color: #7ab55c;
  font-size: 18px;
}

.menu-widget .food-item {
  padding: 15px;
}

.menu-widget .food-item:first-of-type {
  border-bottom: none;
}

.menu-widget .food-item .restaurant-logo {
  max-width: 100px;
  height: auto;
  display: block;
}

.menu-widget .food-item .restaurant-logo img {
  max-width: 100%;
  display: block;
}

.menu-widget .food-item:first-of-type {
  border-top: 1px solid #eaebeb;
}

.menu-widget .food-item:last-of-type {
  border-bottom: transparent;
}

.menu-widget .food-item.white {
  background-color: #fff;
}

.menu-widget .food-item .rest-descr {
  padding-left: 115px;
  padding-top: 0;
}

.menu-widget .food-item .rest-descr h6 a {
  color: #25282b;
  font-size: 18px;
  font-weight: 600;
}

.menu-widget .food-item .item-cart-info {
  padding-top: 20px;
}

.menu-widget .food-item .price {
  font-weight: 600;
  color: #000;
  position: relative;
  margin-top: 6px;
}

.order-row .form-control {
  border-radius: 0;
}

.order-row .title-row {
  margin-bottom: 10px;
}

.order-row .title-row a i {
  margin-top: 7px;
}

.order-row {
  border-bottom: 1px solid #eaebeb;
}

.order-row:last-of-type {
  border-bottom: none;
}

@media (max-width: 543px) {
  .widget-cart {
    margin: 20px auto;
    float: right;
    width: 100%;
  }
}

@media (min-width: 544px) and (max-width: 767px) {
  .widget-cart {
    margin: 20px auto;
    float: right;
    width: 66.666667%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .widget-cart {
    margin-top: 20px;
    float: right;
    width: 66.666667%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
}

@media (min-width: 1200px) {
}

a[aria-expanded="true"] .fa-angle-right {
  display: none;
}

a[aria-expanded="false"] .fa-angle-down {
  display: none;
}

/*==============================
*
* Rstaurants 
*
==============================*/

.restaurant-entry {
  border: 1px solid #eaebeb;
  border-radius: 2px;
  margin-bottom: 20px;
}

.restaurant-entry .entry-logo {
  float: left;
  width: 110px;
  height: auto;
  border: 1px solid #eaebeb;
  border-radius: 2px;
  margin-top: 15px;
  margin-left: 15px;
  overflow: hidden;
}

.restaurant-entry .entry-logo img {
  max-width: 100%;
  display: block;
}

.restaurant-entry .entry-dscr {
  padding-left: 145px;
  margin-top: 15px;
}

.restaurant-entry .entry-dscr h5 a {
  color: #414551;
  font-weight: 500;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.restaurant-entry .entry-dscr ul li {
  font-size: 12px;
  margin-top: 7px;
}

.restaurant-entry .right-review {
  padding: 15px 10px;
  border-left: 1px solid #eaebeb;
  min-height: 145px;
}

.restaurant-entry .right-review p {
  color: #414551;
  font-weight: 500;
  margin: 0 0 10px;
}

.restaurant-entry .right-review .rating-block {
  color: #FFD700;
  background: transparent;
  border: none;
  padding: 5px 15px 5px;
}

@media (min-width: 320px) and (max-width: 991px) {
  .restaurant-entry .entry-logo {
    float: none;
    text-align: center;
    margin: 10px auto;
  }
  .restaurant-entry .entry-dscr {
    padding: 0 15px;
    text-align: center;
  }
  .restaurant-entry .right-review {
    padding: 15px 10px;
    border-left: transparent;
    border-top: 1px solid #eaebeb;
  }
}

/*==============================
* TAGS
==============================*/

.tags {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tags li {
  float: left;
}

.tag {
  font-size: 14px;
  line-height: 26px;
  position: relative;
  height: 28px;
  margin: 0 10px 10px 0;
  padding: 0 20px 0 15px;
  /* -webkit-transition: all 0.4s; */
  border: 1px solid #eaebeb;
  border-radius: 2px;
  background: #ffffff;
  color: inherit;
  font-weight: normal;
}

.tag:before {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 6px;
  height: 6px;
  border-radius: 10px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
}

.tag:after {
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
}

.tag:hover {
  color: #fff;
  border-color: rgb(0, 188, 126);
  background-color: rgb(0, 188, 126);
}

