body .font-weight-600 {
  font-weight: 600;
}

body .form-control:focus {
  border-color: #FE724C;
  -webkit-box-shadow: none;
          box-shadow: none;
}

body .text-accent {
  color: #6C28F7 !important;
}

body .text-gray {
  color: #A4A4A4;
}

body .text-dark {
  color: #464646 !important;
}

body .text-brand {
  color: #FE724C;
}

body .dir-ltr {
  direction: ltr;
}

body .dir-rtl {
  direction: rtl;
}

body .text-start {
  text-align: start;
}

body .form-control {
  border-color: rgba(112, 112, 112, 0.16);
  border-radius: 4px;
  height: 48px;
}

body .card-border {
  border: 1px solid rgba(112, 112, 112, 0.16);
  padding: 1rem;
  border-radius: 5px;
}

body .card-border .icon {
  margin-left: 8px;
}

body .card-border .text-gray {
  margin-left: 5px;
}

body .btn {
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

body .btn-rounded {
  border-radius: 27px;
  height: 45px;
}

body .btn-accent {
  background-color: #6C28F7;
  color: #fff;
}

body .btn-accent:hover {
  opacity: 0.8;
  color: #fff;
}

body .spacer-border {
  border-bottom: 2px solid rgba(112, 112, 112, 0.16);
}

body .heading-highlighted {
  padding: 0.8125rem 1.25rem;
  font-size: 1.25rem;
  font-weight: normal;
  border-radius: 5px;
  margin-bottom: 1rem;
  background-color: #F1F1F1;
  color: #464646;
}

body .space-right {
  margin-right: 4rem;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}

body {
  margin: 0;
  padding: 0;
  direction: rtl;
  text-align: right !important;
  color: #464646;
  font-family: 'Poppins', Tahoma, sans-serif;
}

body a:hover {
  text-decoration: none;
}

body ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

body .btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

body .cursor-pointer {
  cursor: pointer;
}

body .position-relative {
  position: relative;
}

body .position-relative.indexed {
  z-index: 999;
}

body .box-shadow {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

body .time-unit span {
  display: inline-block;
  width: 110px;
  margin-right: 5px;
  margin-left: 5px;
  padding: 10px;
  text-align: center;
  border-radius: 5px;
  border: 1px solid rgba(112, 112, 112, 0.16);
  cursor: pointer;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

body .time-unit span:hover {
  background-color: #FE724C;
  color: #fff;
  border-color: #FE724C;
}

body .time-unit .control:checked + span {
  background-color: #FE724C;
  color: #fff;
  border-color: #FE724C;
}

#app {
  margin: 0;
  padding: 0;
  min-height: 100vh;
}

.full-height {
  min-height: 100vh;
}

.home {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: url("./assets/imgs/home1.jpg") no-repeat center center;
  background-size: cover;
}

.home.branches-page {
  background: url("./assets/imgs/branches-pg.jpg") no-repeat center center;
  background-size: cover;
}

.home.branches-page::before {
  background-color: rgba(0, 0, 0, 0.5);
}

.home.branches-page .welcome-section {
  padding-top: 4rem;
}

.home.branches-page .welcome-section h1 {
  margin-bottom: 3rem;
}

.home::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.44);
  z-index: 1;
}

.home .logo {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  min-width: 150px;
  font-size: 3rem;
  font-weight: bold;
  color: #FE724C;
}

.home .logo::before {
  content: '';
  position: absolute;
  top: -145px;
  right: -65px;
  width: 285px;
  height: 285px;
  border-radius: 50%;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.3);
}

.home .logo::after {
  content: '';
  position: absolute;
  top: -145px;
  right: -65px;
  width: 275px;
  height: 275px;
  border-radius: 50%;
  z-index: 2;
  background-color: #fff;
}

.home .logo span {
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 768px) {
  .home .logo {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    text-align: center;
    margin-bottom: 2rem;
  }
  .home .logo::before {
    position: absolute;
    top: -180px;
    right: -65px;
    width: 285px;
    height: 285px;
    border-radius: 50%;
  }
  .home .logo::after {
    top: -180px;
    right: -65px;
    width: 275px;
    height: 275px;
    border-radius: 50%;
  }
}

.home .welcome-section {
  position: relative;
  z-index: 2;
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.home .welcome-section h1 {
  font-size: 3rem;
  color: #fff;
  margin-bottom: 5rem;
}

.home .welcome-section .highlight {
  display: inline-block;
  padding: 8px;
  background-color: #6C28F7;
}

.section-card {
  width: 175px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2rem;
}

.section-card .icon {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 4px solid #FE724C;
  margin-bottom: 1rem;
}

.section-card .btn-section {
  width: 100%;
  padding: 0.6rem 0.75rem;
  background-color: #FE724C;
  color: #fff;
  font-weight: 600;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.section-card .btn-section:hover {
  color: #fff;
  opacity: 0.8;
}

.branch-card {
  width: 290px;
  overflow: hidden;
  margin-bottom: 2rem;
  border-radius: 6px;
  text-align: start;
  background-color: #fff;
}

.branch-card-img {
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  height: 125px;
}

.branch-card-title {
  padding: 25px 15px 0 15px;
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.branch-card-desc {
  padding: 0 12px 10px 12px;
}

.branch-card-desc li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 6px;
}

.branch-card-desc .icon {
  margin-left: 5px;
}

.branch-card-desc .text.time {
  color: #6C28F7;
  font-size: 0.9rem;
}

.resturant .resturant-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 5rem;
}

.resturant .resturant-header .header-grid {
  width: 50%;
  height: 70vh;
}

@media screen and (min-width: 992px) {
  .resturant .resturant-header .header-grid.lg-hide {
    display: none !important;
  }
}

@media screen and (max-width: 991px) {
  .resturant .resturant-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 2rem;
  }
  .resturant .resturant-header .head-title-content {
    height: auto !important;
    padding-top: 2.2rem !important;
    text-align: center;
  }
  .resturant .resturant-header .head-title-content .socials {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .resturant .resturant-header .header-grid {
    width: 100%;
    height: auto;
  }
  .resturant .resturant-header .header-grid.sm-hide {
    display: none !important;
  }
  .resturant .resturant-header .header-grid.lg-hide {
    height: 35vh;
  }
  .resturant .resturant-header .header-grid .head-img {
    border-radius: 0;
  }
  .resturant .resturant-header .header-grid .resturant-logo {
    position: absolute;
    top: auto;
    right: auto;
    left: 50%;
    bottom: -25px;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

.resturant .resturant-header .head-title {
  position: relative;
}

.resturant .resturant-header .head-title .grid-shape {
  position: absolute;
  top: -40px;
  right: -50px;
  z-index: -1;
}

.resturant .resturant-header .head-img {
  position: relative;
  background: url("{{ $vendor_info['vendor_cover_img'] ?? asset('imgs/resturant-img.jpg') }}") no-repeat center center;
  background-size: cover;
  border-radius: 0 0 70px 0;
}

.resturant .resturant-header .resturant-logo {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -55px;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.resturant .resturant-header .resturant-logo img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 50%;
}

.resturant .resturant-header .resturant-logo .status {
  position: absolute;
  top: 10px;
  right: -30px;
  color: #fff;
  padding: 2px 10px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
}

.resturant .resturant-header .resturant-logo .status.open {
  background-color: #5CB85C;
}

.resturant .resturant-header .resturant-logo .status.closed {
  background-color: #d64646;
}

.resturant .resturant-header .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 6rem;
}

@media screen and (max-width: 767px) {
  .resturant .resturant-header .nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px 0rem;
  }
}

.resturant .resturant-header .nav .btn.dropdown-toggle {
  direction: ltr;
}

.resturant .resturant-header .nav .btn.dropdown-toggle:hover {
  background-color: #F1F1F1;
}

.resturant .resturant-header .nav .btn.dropdown-toggle::after {
  content: url(../imgs/arrow-down.svg);
  border: none;
  padding-top: 5px;
  margin-left: 0;
}

.resturant .resturant-header .nav .dropdown-menu {
  min-width: 6rem;
  text-align: right;
  -webkit-transform: translate3d(-48px, 38px, 0px) !important;
          transform: translate3d(-48px, 38px, 0px) !important;
  border-color: #F1F1F1;
}

.resturant .resturant-header .nav .dropdown-item {
  border-bottom: 1px solid transparent;
}

.resturant .resturant-header .nav .dropdown-item:hover,
.resturant .resturant-header .nav .dropdown-item:focus,
.resturant .resturant-header .nav .active .dropdown-item {
  color: #fff;
  background-color: #FE724C;
  border-bottom-color: #F1F1F1;
}

.resturant .resturant-header .nav .nav-link,
.resturant .resturant-header .nav .btn.dropdown-toggle {
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1px;
  border-radius: 50%;
  margin-right: 1rem;
  text-transform: uppercase;
}

.resturant .resturant-header .nav .nav-link:hover,
.resturant .resturant-header .nav .btn.dropdown-toggle:hover {
  background-color: #F1F1F1;
}

.resturant .resturant-header .nav .cart-nav-link {
  position: relative;
}

.resturant .resturant-header .nav .cart-nav-link .orders-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 22px;
  position: absolute;
  top: -5px;
  right: -5px;
  padding: 1px;
  border-radius: 20px;
  background-color: #6C28F7;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 600;
}

.resturant .resturant-header .head-title-content {
  height: 70vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem 6rem;
}

.resturant .resturant-header .head-title-content h1 {
  font-size: 3.325rem;
  margin-bottom: 1.5rem;
}

.resturant .resturant-header .head-title-content .tax-note {
  font-size: 1.2rem;
  color: #FE724C;
  margin-bottom: 1.5rem;
}

.resturant .resturant-header .head-title-content .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.resturant .resturant-header .head-title-content .socials a {
  width: 49px;
  height: 49px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px;
  margin-left: 1rem;
  border: 1px solid #FE724C;
  border-radius: 50%;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.resturant .resturant-header .head-title-content .socials a .path,
.resturant .resturant-header .head-title-content .socials a .stroke {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.resturant .resturant-header .head-title-content .socials a:hover {
  background-color: #FE724C;
}

.resturant .resturant-header .head-title-content .socials a:hover .path {
  fill: #fff;
}

.resturant .resturant-header .head-title-content .socials a:hover .stroke {
  stroke: #fff;
}

@media screen and (max-width: 1200px) {
  .resturant .resturant-header .head-title-content {
    padding: 2rem;
  }
}

@media screen and (max-width: 991px) {
  .resturant .resturant-header .head-title-content {
    padding: 2rem 15px;
  }
}

@media screen and (max-width: 767px) {
  .resturant .resturant-header .head-title-content {
    padding: 2rem 0;
  }
  .resturant .resturant-header .head-title-content h1 {
    font-size: 2.8rem;
  }
}

.resturant-navigator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.resturant-navigator .btn-tab {
  background-color: #F9F9F9;
  border: 1px solid #EFEFEF;
  border-radius: 6px;
  min-width: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.resturant-navigator .btn-tab .icon {
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  margin-left: 5px;
  padding: 5px;
}

.resturant-navigator .btn-tab:hover, .resturant-navigator .btn-tab.router-link-active {
  background-color: #FE724C;
  color: #fff;
}

.resturant-navigator .btn-tab:hover .icon, .resturant-navigator .btn-tab.router-link-active .icon {
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .resturant-navigator .btn-tab {
    min-width: 100px;
  }
}

.menu-list-card {
  background-color: #fff;
  color: #000;
  border-radius: 8px;
  padding: 15px;
  max-width: 260px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid transparent;
  margin-bottom: 1.5rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.menu-list-card .img {
  height: 160px;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 1rem;
}

.menu-list-card .img img {
  max-width: 100%;
  max-height: 100%;
  height: 10rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.menu-list-card .title {
  font-size: 1.1rem;
  margin-bottom: 1rem;
}

.menu-list-card .title .number {
  margin-left: 5px;
  margin-right: 5px;
  color: #FE724C;
  font-weight: 600;
}

.menu-list-card .btn-menu-more {
  min-width: 125px;
  border-radius: 6px;
  background-color: #F1F1F1;
  color: #FE724C;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.menu-list-card:hover {
  border-color: #FE724C;
  color: #000;
}

.menu-list-card:hover .btn-menu-more {
  background-color: #FE724C;
  color: #fff;
}

.footer {
  position: relative;
  background-color: #464646;
  padding: 30px;
  text-align: center;
  color: #FE724C;
}

.footer .btn-contact {
  position: absolute;
  top: -30px;
  left: 50px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FE724C;
  border: 2px solid #fff;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}

.footer .btn-contact:hover {
  background-color: #E95E38;
}

.menu {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: #F1F1F1;
}

.menu .menu-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 2rem;
}

.menu .menu-nav .btn:first-child {
  margin-left: 0.75rem;
}

.menu .menu-nav .btn:hover .stroke, .menu .menu-nav .btn.active .stroke {
  stroke: #FE724C;
}

.menu .menu-nav .stroke {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.menu .categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: 10vw;
}

.menu .categories.grid {
  display: none;
}

@media screen and (max-width: 991px) {
  .menu .categories.grid {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.menu .categories li {
  padding: 5px;
  margin-right: 10px;
  margin-left: 10px;
  border-bottom: 1px solid transparent;
  cursor: pointer;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.menu .categories li:hover, .menu .categories li.active {
  color: #FE724C;
  border-bottom-color: #FE724C;
}

@media screen and (max-width: 767px) {
  .menu .categories {
    margin-right: 0;
  }
  .menu .categories li {
    margin-bottom: 0.7rem;
  }
}

.menu .menu-content.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.menu .menu-content.grid .body {
  width: calc(100% - 250px);
}

@media screen and (max-width: 991px) {
  .menu .menu-content.grid .body {
    width: 100%;
  }
}

.menu .menu-content .body {
  padding: 0.75rem 1.75rem;
  border-radius: 6px;
  -webkit-box-shadow: 0 7px 20px rgba(0, 0, 0, 0.09);
          box-shadow: 0 7px 20px rgba(0, 0, 0, 0.09);
  background-color: #fff;
}

@media screen and (max-width: 480px) {
  .menu .menu-content .body {
    padding: 0.75rem;
  }
}

.menu .menu-content .categories-sidebar {
  width: 250px;
  padding: 1rem;
  margin-left: 1.5rem;
  border-radius: 6px;
  background-color: #fff;
}

@media screen and (max-width: 991px) {
  .menu .menu-content .categories-sidebar {
    display: none !important;
  }
}

.menu .menu-content .categories-sidebar ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: self-start;
      -ms-flex-align: self-start;
          align-items: self-start;
}

.menu .menu-content .categories-sidebar li {
  display: inline-block;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid transparent;
  cursor: pointer;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.menu .menu-content .categories-sidebar li:hover, .menu .menu-content .categories-sidebar li.active {
  color: #FE724C;
  border-bottom-color: #FE724C;
}

.spacer:not(:last-child) {
  border-bottom: 1px solid #E3E3E3;
}

.meal-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
}

.meal-card .btn-to-cart {
  background-color: #000;
  color: #fff;
  border-radius: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.meal-card .btn-to-cart:hover {
  color: #fff;
  opacity: 0.8;
}

.meal-card .btn-to-cart .icon {
  margin-left: 5px;
}

.meal-card .desc {
  color: #A4A4A4;
  min-height: 90px;
}

.meal-card .title {
  margin-bottom: 0.75rem;
}

.meal-card .title h6 {
  margin-bottom: 0;
}

.meal-card .meal-img {
  width: 135px;
  height: auto;
  border-radius: 5px;
  overflow: hidden;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.meal-card .meal-img.meal-details {
  width: 185px;
}

.meal-card .meal-img img {
  width: 100%;
  height: 180px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.meal-card.list {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 1rem;
}

.meal-card.list .details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
}

@media screen and (max-width: 991px) {
  .meal-card.list .details.meal-details {
    width: 100%;
  }
}

.meal-card.list .meal-desc {
  padding: 0.5rem 1rem;
}

.meal-card.list .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.meal-card.list .title h6 {
  margin-left: 15vw;
}

@media screen and (max-width: 767px) {
  .meal-card.list .details {
    width: 100%;
  }
  .meal-card.list.list .meal-img {
    height: auto;
    width: 200px;
    margin-left: 0.75rem;
  }
  .meal-card.list .meal-desc {
    padding: 0.5rem 0;
  }
  .meal-card.list .btn-to-cart {
    margin-top: 0.65rem;
  }
}

.meal-card .meal-link {
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.meal-card .meal-link:hover {
  color: #FE724C;
}

.meal-card.grid {
  max-width: 260px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
  border-radius: 8px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

@media screen and (max-width: 480px) {
  .meal-card.grid {
    min-width: 260px;
  }
}

.meal-card.grid .meal-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.meal-card.grid .meal-desc {
  padding: 0.5rem 1rem;
}

.meal-card.grid .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.meal-card.grid .btn-to-cart {
  width: 100%;
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cart {
  position: relative;
}

.cart.resturant .resturant-header {
  margin-bottom: 0;
}

.cart .shape {
  position: absolute;
  top: -40px;
  right: -50px;
  z-index: -1;
}

.cart-content {
  min-height: 66vh;
  margin-bottom: 4rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: #F1F1F1;
}

.cart-content .cart-section {
  border-radius: 6px;
  padding: 1.5rem;
  background-color: #fff;
}

.cart-details {
  padding: 1.5rem 1.5rem 0.5rem 1.5rem;
}

.cart-details .btn-payment {
  padding: 0.45rem 0.75rem;
  background-color: #6C28F7;
  color: #fff;
  border-radius: 20px;
  font-weight: 600;
  font-size: 1.2rem;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.cart-details .btn-payment:hover {
  opacity: 0.8;
  color: #fff;
}

.cart-details .cart-shape {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.cart-details .cart-shape img {
  width: 200px;
  max-width: 100%;
}

.meal-additions {
  -webkit-transform: translateX(-200px);
          transform: translateX(-200px);
}

.meal-additions .additions li {
  margin-bottom: 1rem;
}

.meal-additions .additions li .addition-price {
  margin-right: 9vw;
}

.meal-additions .btn-to-cart {
  min-width: 220px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.meal-additions .comment-input {
  width: calc(100% - 250px);
}

.meal-additions .btn-add-comment {
  background-color: #FE724C;
  color: #fff;
  border-radius: 20px;
  min-width: 150px;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.meal-additions .btn-add-comment:hover {
  opacity: 0.8;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .meal-additions {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .meal-additions .comment-input {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .mobile-grid .meal-card.grid {
    min-width: auto;
  }
  .mobile-grid.menu .menu-content .body {
    padding: 0.5rem 0 !important;
  }
  .mobile-grid.menu .menu-content .body.mobile-grid-no-padding {
    padding: 0.5rem !important;
  }
  .mobile-grid .meal-card.grid .meal-img {
    width: auto;
    height: 130px;
  }
  .mobile-grid .meal-card.grid .meal-desc {
    padding: 0.5rem !important;
  }
  .mobile-grid > .container {
    padding-right: 5px;
    padding-left: 5px;
  }
  .mobile-grid > .container .row {
    margin: 0 !important;
  }
  .mobile-grid .col-6 {
    padding: 0 5px;
  }
  .mobile-grid .menu-list-card {
    padding: 0 0 10px 0;
  }
  .mobile-grid .menu-list-card .img {
    height: 140px;
    margin-bottom: 0;
  }
}

.counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.counter.gray .btn-counter,
.counter.gray .counter-number {
  border-color: #DCDCDC;
}

.counter .btn-counter {
  border-radius: 4px;
  border: 1px solid #FE724C;
  font-weight: 600;
  font-size: 1.4rem;
  color: #FE724C;
  width: 40px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0rem 0.75rem;
}

.counter .counter-number {
  width: 80px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 4px;
  border: 1px solid #FE724C;
  font-weight: 600;
}

.checkbox {
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 10px;
  cursor: pointer;
}

.checkbox span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 2px;
  border: 1px solid #BCBCBC;
}

.checkbox .control {
  display: none;
}

.checkbox .control:checked + span {
  background-color: #FE724C;
  border-color: #FE724C;
}

.radio {
  position: relative;
  width: 1.3rem;
  height: 1.3rem;
  margin-left: 10px;
  cursor: pointer;
}

.radio span {
  position: relative;
  width: 1.3rem;
  height: 1.3rem;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid #BCBCBC;
}

.radio span::after {
  content: '';
  position: absolute;
  top: 0.2rem;
  left: 0.2rem;
  width: calc((1.3rem - 2px) - 0.4rem);
  height: calc((1.3rem - 2px) - 0.4rem);
  border-radius: 50%;
}

.radio .control {
  display: none;
}

.radio .control:checked + span::after {
  background-color: #FE724C;
}

.modal .modal-header .close {
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.modal .modal-content {
  border: 0;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.modal .modal-dialog-centered.modal-dialog-scrollable .modal-content {
  min-height: 100%;
}

@media (min-width: 576px) {
  .modal .modal-dialog {
    max-width: 650px;
  }
}

.modal .reservation-info.step-2 {
  display: none;
}

.modal .personal-info {
  position: absolute;
  top: 0;
  right: -100%;
  width: 100%;
  min-height: 1rem;
  -webkit-transition: 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.modal .personal-info.step-2 {
  right: 0;
}

.calender-date {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 99;
}

.calender-date .overlay-head {
  height: 50px;
}

.calender-date .content {
  border: 1px solid rgba(112, 112, 112, 0.16);
  background-color: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.18);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.18);
}

.v-select .vs__dropdown-toggle {
  height: 48px;
  border-color: rgba(112, 112, 112, 0.16);
}

.v-select .vs__clear {
  display: none;
}

.v-select .vs__dropdown-menu {
  text-align: right;
}

html[dir='ltr'] body {
  text-align: left !important;
  direction: ltr;
}

html[dir='ltr'] .home::before {
  right: auto;
  left: 0;
}

html[dir='ltr'] .home .logo {
  right: auto;
  left: 0;
}

html[dir='ltr'] .home .logo::before {
  right: auto;
  left: -65px;
}

html[dir='ltr'] .home .logo::after {
  right: auto;
  left: -65px;
}

@media screen and (max-width: 768px) {
  html[dir='ltr'] .home .logo {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    text-align: center;
  }
}

html[dir='ltr'] .branch-card-desc {
  padding: 0 12px 10px 12px;
}

html[dir='ltr'] .branch-card-desc .icon {
  margin-left: 0;
  margin-right: 5px;
}

@media screen and (max-width: 991px) {
  html[dir='ltr'] .resturant .resturant-header .header-grid .resturant-logo {
    top: auto;
    right: auto;
    left: 50%;
    bottom: -25px;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

html[dir='ltr'] .resturant .resturant-header .head-title .grid-shape {
  right: auto;
  left: -50px;
}

html[dir='ltr'] .resturant .resturant-header .head-img {
  border-radius: 0 0 0 70px;
}

@media screen and (max-width: 991px) {
  html[dir='ltr'] .resturant .resturant-header .head-img {
    border-radius: 0;
  }
}

html[dir='ltr'] .resturant .resturant-header .resturant-logo {
  right: auto;
  left: -55px;
}

html[dir='ltr'] .resturant .resturant-header .resturant-logo .status {
  right: auto;
  left: -30px;
}

html[dir='ltr'] .resturant .resturant-header .nav .dropdown-menu {
  text-align: left;
  -webkit-transform: translate3d(-48px, 38px, 0px) !important;
          transform: translate3d(-48px, 38px, 0px) !important;
}

html[dir='ltr'] .resturant .resturant-header .nav .nav-link,
html[dir='ltr'] .resturant .resturant-header .nav .btn.dropdown-toggle {
  margin-right: 0;
  margin-left: 1rem;
}

html[dir='ltr'] .resturant .resturant-header .nav .cart-nav-link .orders-count {
  right: auto;
  left: -5px;
}

html[dir='ltr'] .resturant .resturant-header .head-title-content .socials a {
  margin-left: 0;
  margin-right: 1rem;
}

html[dir='ltr'] .resturant-navigator .btn-tab .icon {
  margin-left: 0;
  margin-right: 5px;
}

html[dir='ltr'] .footer .btn-contact {
  left: auto;
  right: 50px;
}

html[dir='ltr'] .menu .menu-nav .btn:first-child {
  margin-left: 0;
  margin-right: 0.75rem;
}

html[dir='ltr'] .menu .categories {
  margin-right: 0;
  margin-left: 10vw;
}

@media screen and (max-width: 767px) {
  html[dir='ltr'] .menu .categories {
    margin-left: 0;
  }
}

html[dir='ltr'] .menu .menu-content .categories-sidebar {
  margin-left: 0;
  margin-right: 1.5rem;
}

html[dir='ltr'] .meal-card .btn-to-cart .icon {
  margin-left: 0;
  margin-right: 5px;
}

html[dir='ltr'] .meal-card.list .title h6 {
  margin-left: 0;
  margin-right: 15vw;
}

@media screen and (max-width: 767px) {
  html[dir='ltr'] .meal-card.list.list .meal-img {
    margin-left: 0;
    margin-right: 0.75rem;
  }
}

html[dir='ltr'] .cart .shape {
  right: auto;
  left: -50px;
}

html[dir='ltr'] .meal-additions {
  -webkit-transform: translateX(200px);
          transform: translateX(200px);
}

html[dir='ltr'] .meal-additions .additions li .addition-price {
  margin-right: 0;
  margin-left: 9vw;
}

@media screen and (max-width: 767px) {
  html[dir='ltr'] .meal-additions {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  html[dir='ltr'] .meal-additions .comment-input {
    width: 100%;
  }
}

html[dir='ltr'] .checkbox,
html[dir='ltr'] .radio {
  margin-left: 0;
  margin-right: 10px;
}

html[dir='ltr'] .v-select .vs__dropdown-menu {
  text-align: left;
}
/*# sourceMappingURL=main.css.map */