﻿@charset "UTF-8";
body {
  font-family: "linotte-regularuploaded_file";
  color: #707070;
  font-size: 14px;
  line-height: 19px;
  font-family: "quicksand";
  font-weight: 500;
}

ul {
  list-style: none;
  margin: 0;
}

h1, h2, h3, h4, h5, h6, p, span, em {
  position: inherit;
}

h1, h2 {
  font-weight: 700;
  color: #262D40;
}

h3, h4, h5, h6 {
  color: #262D40;
}

p {
  color: #262D40;
  font-size: 14px;
}

/* ========= Buttons ========*/
.btn-brand {
  background: #fe6150;
  color: #FFF;
}
.btn-brand:hover {
  background: #fe6150;
  color: #FFF;
}

.btn-white {
  background: #FFF;
  color: #252525;
}
.btn-white:hover {
  background: #FFF;
  color: #252525;
}

/* ========= Button Size =========*/
.btn-sm {
  height: 40px;
  min-width: 125px;
  padding: 7px 18px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 24px;
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
}

.btn-md {
  height: 52px;
  min-width: 289px;
  padding: 14px 0;
  font-size: 21px;
  font-weight: 500;
  line-height: normal;
  border-radius: 26px;
  -moz-border-radius: 26px;
  -webkit-border-radius: 26px;
}
@media (max-width: 1199px) {
  .btn-md {
    max-width: 100%;
    min-width: 100%;
  }
}

.card-shodow {
  box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.header {
  position: absolute;
  width: 100%;
  z-index: 99;
  /*&:not('.position-relative') {
         .m-location .m-location-area .m-location-name {color: #FFF;}
            .navbar-nav > li a i svg path {
             fill: #FFF;
         }
     }	*/
}
.header .navbar {
  padding: 26px 0;
  /*border-bottom:1px solid #262d40;*/
}
@media (max-width: 767px) {
  .header .navbar {
    flex-direction: row-reverse;
  }
}
.header .navbar-toggler {
  color: #FFF;
  border-color: #FFF;
}
.header .header_search {
  width: 465px;
  height: 52px;
  margin: 0;
  position: relative;
  border-bottom: solid 1px #ffffff;
}
.header .header_search input[type=text], .header .header_search input[type=search] {
  background: transparent;
  background-position: center left;
  border: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.06;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
  display: block;
  width: 100%;
  height: 52px;
  padding: 11px 15px 11px 37px;
}
.header .header_search input[type=text]::placeholder, .header .header_search input[type=search]::placeholder {
  color: #ffffff;
}
.header .header_search input[type=text]:focus, .header .header_search input[type=search]:focus {
  border: 0;
  outline: none;
  box-shadow: none;
}
.header .header_search button[type=submit] {
  border: 0;
  background: url(../images/icon-feather-search.png) no-repeat !important;
  width: 27px;
  height: 27px;
  position: absolute;
  top: 13px;
  left: 0;
}
.header .m-location {
  display: flex;
  align-items: center;
  min-width: 250px;
}
@media (max-width: 767px) {
  .header .m-location {
    margin: 10px 0;
  }
}
.header .m-location .m-location-icon a:after {
  display: none;
}
.header .m-location .m-location-icon a svg path {
  fill: #fe6150;
}
.header .m-location .m-location-icon .dropdown-menu {
  width: 710px;
  min-height: 360px;
  right: 0;
  left: auto;
  margin: 34px -33px 0;
}
@media (max-width: 767px) {
  .header .m-location .m-location-icon .dropdown-menu {
    right: auto;
    left: auto;
    /* margin: 0; */
    width: 487px;
    min-height: 260px;
  }
}
.header .m-location .m-location-icon .dropdown-menu:before {
  content: "";
  position: absolute;
  right: 26px;
  top: -29px;
  width: 47px;
  height: 30px;
  background: url(../images/top-arrow.png) no-repeat;
  z-index: 9999;
}
@media (max-width: 767px) {
  .header .m-location .m-location-icon .dropdown-menu:before {
    left: 23px;
  }
}
.header .m-location .m-location-area {
  flex-grow: 1;
  margin-left: 10px;
  margin-top: 4px;
}
.header .m-location .m-location-area .m-location-name {
  font-size: 18px;
  color: #262D40;
  font-weight: 500;
  display: block;
}
.header .m-location .m-location-area .add-detail {
  font-size: 14px;
  font-weight: 500;
  display: block;
}
@media (max-width: 767px) {
  .header .navbar-nav > li {
    margin: 10px 0;
  }
}
.header .navbar-nav > li a i svg path {
  fill: #262d40;
}
.header .navbar-nav > li.user {
  margin-right: 30px;
}
.header .navbar-nav > li.user a.dropdown-toggle:after {
  display: none;
}
.header .navbar-nav > li.user .dropdown-menu {
  box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.4);
  background-color: #ffffff;
  border-color: #212529;
  margin-top: 20px;
  left: auto;
  right: -33px;
}
.header .navbar-nav > li.user .dropdown-menu:before {
  content: "";
  position: absolute;
  right: 34px;
  top: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 15px 15px;
  border-color: transparent transparent #FFF transparent;
  z-index: 9999;
}
.header .navbar-nav > li.user .dropdown-menu:after {
  content: "";
  position: absolute;
  right: 31.6px;
  top: -17px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 17px 17px 17px;
  border-color: transparent transparent #212529 transparent;
}
.header .navbar-nav > li.user .dropdown-menu ul {
  padding: 0;
}

.header:not(.position-relative) .m-location .m-location-icon a svg path {
  fill: #FFF;
}

.header:not(.position-relative) .m-location .m-location-area .m-location-name {
  color: #FFF;
}

.header:not(.position-relative) .m-location .m-location-area .add-detail {
  color: #FFF;
}

.header:not(.position-relative) .navbar-nav > li a i svg path {
  fill: #FFF;
}

/*  ====================== 
	 	Breadcrums
	========================*/
.breadcrums {
  margin-top: 55px;
}
.breadcrums ul {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.breadcrums ul li {
  font-size: 14px;
  font-weight: 500;
  color: #262D40;
  margin: 0 4px;
}
.breadcrums ul li:last-child {
  margin-left: 0;
}
.breadcrums ul li a {
  color: #262D40;
}
.breadcrums ul li span {
  color: #FE6150;
  margin-left: 4px;
}

.page-title {
  color: #262D40;
  font-size: 36px;
  font-weight: 700;
}

.menu_types_sec {
  margin-top: 10px;
}

.resturentFilter_header {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}
.resturentFilter_header .menu_types {
  flex-grow: 1;
  background-color: #F5F5F5;
  padding: 16px;
  border-radius: 33px;
  -moz-border-radius: 33px;
  -webkit-border-radius: 33px;
  max-width: 990px;
}
@media (max-width: 767px) {
  .resturentFilter_header .menu_types {
    width: 100%;
    max-width: 100%;
  }
}
.resturentFilter_header .menu_types ul {
  padding: 0;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
}
.resturentFilter_header .menu_types ul li {
  padding: 0 4px;
}
.resturentFilter_header .menu_types ul li a {
  display: block;
  background-color: #FFF;
  border: 1px solid #E4E4E4;
  border-radius: 26px;
  -moz-border-radius: 26px;
  -webkit-border-radius: 26px;
  font-size: 14px;
  font-weight: 500;
  color: #262D40;
  padding: 9px 10px;
  text-align: center;
  white-space: nowrap;
  line-height: normal;
}
.resturentFilter_header .menu_types ul li a.active {
  background-color: #fe6150;
  color: #FFF;
}
.resturentFilter_header .menu_types ul li a:hover {
  text-decoration: none;
}
.resturentFilter_header .owl-dots {
  display: none;
}
.resturentFilter_header .owl-nav {
  margin: 0;
}
.resturentFilter_header .owl-nav button {
  position: absolute;
  top: 2px;
}
.resturentFilter_header .owl-nav button span {
  font-size: 45px;
}
.resturentFilter_header .owl-nav button.owl-prev {
  left: -22px;
}
.resturentFilter_header .owl-nav button.owl-next {
  right: -9px;
}
.resturentFilter_header .food_types {
  padding: 0 30px;
}
@media (max-width: 767px) {
  .resturentFilter_header .food_types {
    margin-right: 0;
    margin-left: 0 !important;
    margin-top: 13px;
  }
}
.resturentFilter_header .food_types .food_types_dropdown .dropdown-toggle:after {
  display: none;
}
.resturentFilter_header .food_types .food_types_dropdown .dropdown-menu {
  width: 323px;
  padding: 48px 27px 22.8px 35px;
  box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.4);
  background-color: #ffffff;
  margin-top: 30px;
  left: auto !important;
  right: -33px;
  border: 0;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  transform: translate3d(5px, 35px, 0px) !important;
}
.resturentFilter_header .food_types .food_types_dropdown .dropdown-menu .wrap {
  max-height: 633.8px;
  overflow: hidden;
  overflow-y: auto;
}
.resturentFilter_header .food_types .food_types_dropdown .dropdown-menu:before {
  content: "";
  position: absolute;
  right: 26px;
  top: -29px;
  width: 47px;
  height: 30px;
  background: url("../images/top-arrow.png") no-repeat;
  /*border-style: solid;
  border-width: 0 15px 15px 15px;
  border-color: transparent transparent #FFF transparent;*/
  z-index: 9999;
}
.resturentFilter_header .food_types .food_types_dropdown .dropdown-menu .dropdown-item {
  font-size: 18px;
  font-weight: 500;
  color: #707070;
  display: block;
  padding: 0px 0 28px;
}
.resturentFilter_header .food_types .food_types_dropdown .dropdown-menu .dropdown-item:hover {
  background: transparent;
}
@media (max-width: 767px) {
  .resturentFilter_header .food_search {
    margin-left: auto;
    margin-top: -204px;
    margin-right: 14px;
  }
}
.resturentFilter_header .food_search .search_icon {
  cursor: pointer;
}
.resturentFilter_header .food_search .resturent_search {
  position: absolute;
  border-bottom: 2px solid #FE6150;
  display: flex;
  align-items: center;
  height: 66px;
  background-color: #FFF;
  top: 0;
  right: 0;
  z-index: 9;
  color: #FE6150;
  width: 0;
  transition: width 0.3s;
  overflow: hidden;
}
.resturentFilter_header .food_search .resturent_search.expand {
  width: 100%;
}
.resturentFilter_header .food_search .resturent_search:before {
  content: "";
  font: normal normal normal 28px/1 FontAwesome;
  display: block;
  margin-left: 3px;
}
.resturentFilter_header .food_search .resturent_search input {
  font-size: 24px;
  font-weight: 500;
  color: #FE6150;
  width: 100%;
  padding: 0 15px;
  border: 0;
}
.resturentFilter_header .food_search .resturent_search input:focus {
  box-shadow: none;
}
.resturentFilter_header .food_search .resturent_search .close_search {
  font-size: 20px;
  position: absolute;
  top: 29px;
  right: 0;
  cursor: pointer;
}

/* ========== Home Section ==========*/
.home-sec {
  padding: 142px 0 0;
  background-color: #262d40;
  color: #FFF;
}
@media (max-width: 767px) {
  .home-sec {
    padding-top: 100px;
  }
}
.home-sec .your-address {
  font-size: 67px;
  font-weight: 700;
  line-height: 0.28;
  line-height: normal;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .home-sec .your-address {
    font-size: 37px;
  }
}
.home-sec .your-address span {
  color: #fe6150;
}
.home-sec .delivery_time {
  font-size: 48px;
  line-height: normal;
  font-weight: 700;
}
@media (max-width: 767px) {
  .home-sec .delivery_time {
    font-size: 28px;
  }
}
.home-sec .revaki_cats {
  width: 864px;
  margin: 89px auto 80px;
}
@media (max-width: 992px) {
  .home-sec .revaki_cats {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .home-sec .revaki_cats {
    margin: 48px auto 80px;
  }
}
.home-sec .revaki_cats ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  margin: 0;
}
.home-sec .revaki_cats ul li {
  background: #FFF;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  width: 116px;
  height: 116px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 13px 14px;
}
.home-sec .revaki_cats ul li a {
  text-align: center;
  display: block;
}
.home-sec .revaki_cats ul li a i {
  display: block;
}
.home-sec .revaki_cats ul li a span {
  color: #252525;
  font-size: 13px;
  font-weight: 500;
  display: block;
  padding: 0 20px;
}
.home-sec .revaki_cats ul li a:hover {
  text-decoration: none;
}

/* ========= Trending Section ========*/
.section_heading h2 {
  font-size: 48px;
}
@media (max-width: 767px) {
  .section_heading h2 {
    font-size: 28px;
  }
}
.section_heading p {
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .section_heading p {
    font-size: 18px;
    font-weight: 400;
  }
}

.trending-sec {
  padding-top: 68px;
  padding-bottom: 68px;
}
.trending-sec .trending-box {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  margin-top: 55px;
}
@media (max-width: 767px) {
  .trending-sec .trending-box {
    margin-top: 45px;
  }
}
.trending-sec .trending-box a:hover {
  text-decoration: none;
}
.trending-sec .trending-box .trending-img {
  max-height: 168px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.trending-sec .trending-box .trending-img img {
  border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  max-width: 100%;
}
@media (max-width: 767px) {
  .trending-sec .trending-box .trending-img img {
    width: 100%;
  }
}
.trending-sec .trending-box .trending-cont h4 {
  margin: 0;
  padding: 23px 15px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .trending-sec .trending-box .trending-cont h4 {
    font-size: 20px;
  }
}

.app_slide_sec {
  background: #fe6150;
  background: linear-gradient(274deg, #fe6150 20%, #ffebeb 100%);
  min-height: 410px;
  position: relative;
  margin-top: 68px;
  margin-bottom: 68px;
}
.app_slide_sec:before {
  background-image: url(../images/app_background_pattern.png);
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
}
.app_slide_sec .mobile_app {
  position: relative;
  top: -36px;
  max-width: 100%;
}
.app_slide_sec .app_slide_cont {
  margin-top: 64px;
}
@media (max-width: 767px) {
  .app_slide_sec .app_slide_cont {
    text-align: center;
    padding-bottom: 30px;
    margin-top: 34px;
  }
}
.app_slide_sec .app_slide_cont h3 {
  font-size: 48px;
  font-weight: 700;
  line-height: 59px;
  text-align: right;
}
@media (max-width: 767px) {
  .app_slide_sec .app_slide_cont h3 {
    text-align: center;
    font-size: 32px;
    line-height: normal;
    text-align: center;
  }
}
.app_slide_sec .app_slide_cont p {
  font-size: 24px;
  font-weight: 500;
  line-height: 31px;
}
@media (max-width: 767px) {
  .app_slide_sec .app_slide_cont .text-right {
    text-align: center !important;
  }
}

.explore_revaki_sec {
  padding: 40px 0 95px;
}

.explore_revaki_wrap {
  background: url(../images/revaki_explore_bg.png) no-repeat;
  height: 250px;
  color: #FFF;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}
@media (max-width: 767px) {
  .explore_revaki_wrap {
    background: #262d40;
    height: 100%;
  }
}
.explore_revaki_wrap .explore_revaki_cont {
  padding: 0 65px;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .explore_revaki_wrap .explore_revaki_cont {
    text-align: center;
    margin-bottom: 40px;
  }
}
.explore_revaki_wrap h3 {
  color: #FFF;
  font-size: 48px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .explore_revaki_wrap h3 {
    font-size: 28px;
  }
}
.explore_revaki_wrap h3 i {
  position: relative;
  top: -6px;
}
.explore_revaki_wrap p {
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
}

/* =========== News Section ========= */
.news-sec h3 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
}
.news-sec .news_box {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .news-sec .news_box {
    text-align: center;
  }
}
.news-sec .news_box .new_img img {
  border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px 6px 0 0;
  max-width: 100%;
}
@media (max-width: 767px) {
  .news-sec .news_box .new_img img {
    width: 100%;
  }
}
.news-sec .news_box .new_cont {
  padding: 20px 20px 25px;
}
.news-sec .news_box h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}
.news-sec .news_box p {
  font-size: 18px;
  font-weight: 500;
}
.news-sec .news_box .btn {
  margin-top: 15px;
}

/* =====================
		Login Modal
   =====================	
*/
.login-modal .modal-header {
  position: relative;
  border-bottom: 0;
}
.login-modal .modal-header .modal-title {
  font-size: 36px;
  font-weight: 700;
  color: #252525;
  text-align: center;
  padding-top: 22px;
}
.login-modal .modal-header .close {
  position: absolute;
  top: 6px;
  right: 44px;
  margin: 0;
  padding: 0;
}
.login-modal .modal-header .close span {
  font-size: 40px;
  display: block;
}
.login-modal .modal-dialog {
  width: 564px;
  max-width: 564px;
}
@media (max-width: 767px) {
  .login-modal .modal-dialog {
    max-width: 96%;
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
  }
}
.login-modal .modal-dialog .modal-content {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border: solid 1px #707070;
}
.login-modal .social_login .fb_login {
  background-color: #1977f3;
  font-size: 19px;
  font-weight: 500;
  text-align: center;
  padding: 16px 10px;
  border-radius: 26px;
  -moz-border-radius: 26px;
  -webkit-border-radius: 26px;
  width: 319px;
  display: block;
  margin: 0 auto;
  color: #FFF;
  border: none;
}
.login-modal .social_login .fb_login i {
  margin-right: 4px;
}

.gmail_login {
  background-color: #cc2c28;
  font-size: 19px;
  font-weight: 500;
  text-align: center;
  padding: 16px 10px;
  border-radius: 26px;
  -moz-border-radius: 26px;
  -webkit-border-radius: 26px;
  width: 319px;
  display: block;
  margin: 0 auto;
  color: #FFF;
  border: none;
}
.gmail_login i {
  margin-right: 4px;
}
.login-modal .login_form {
  padding: 32px 62px 30px;
  color: #707070;
}
@media (max-width: 767px) {
  .login-modal .login_form {
    padding: 20px 20px 20px;
  }
}
.login-modal .login_form .or_sep {
  font-size: 24px;
  font-weight: 700;
  color: #707070;
  text-align: center;
}
.login-modal .login_form .field-row {
  display: flex;
  height: 76px;
  align-items: center;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 0;
  position: relative;
}
.login-modal .login_form .field-row label {
  width: 47px;
  display: flex;
  align-items: center;
}
.login-modal .login_form .field-row input {
  flex-grow: 1;
  border: 0;
  font-size: 18px;
  font-weight: 500;
  color: #707070;
  padding: 6px 0px;
  min-height: 44px;
}
.login-modal .login_form .field-row input:focus {
  border: 0;
  box-shadow: none;
}
.login-modal .login_form .field-row .pass_symbol {
  background: url("../images/pass_symbol.png") no-repeat;
  width: 30px;
  height: 12px;
  position: absolute;
  right: 0;
}
.login-modal .login_form .btn-row {
  max-width: 364px;
  margin: 28px auto 0;
}
.login-modal .login_form .already_account {
  font-size: 16px;
  font-weight: 500;
  color: #707070;
  text-align: center;
  margin-top: 26px;
}
.login-modal .login_form .already_account a {
  color: #262D40;
  font-weight: 700;
}
.login-modal .login_form .term_and_condition {
  text-align: center;
  font-size: 14px;
}
.login-modal .login_form .term_and_condition a {
  color: #707070;
  text-decoration: underline;
}
.login-modal .login_form.register_form .btn-row {
  margin-top: 40px;
}
.login-modal .login_form.forgotten_form {
  padding: 0px 46px 30px;
}
.login-modal .login_form.forgotten_form .forgottent_top_head {
  font-size: 18px;
  font-weight: 700;
  padding: 0 0 20px;
}

/* ========= Signle Resturent ==========*/
.resturent_top_card {
  min-height: 157px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  padding: 10px 25px 0;
  padding: 33px 25px 30px;
  margin-top: -79px;
}
@media (max-width: 767px) {
  .resturent_top_card {
    margin-top: 20px;
  }
}
.resturent_top_card .breadcrums {
  margin-top: 0;
}
.resturent_top_card .restutent_name {
  font-size: 48px;
  font-weight: bold;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .resturent_top_card .restutent_name {
    font-size: 40px;
  }
}

.resturent_filter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin: 59px 0 20px;
}
@media (max-width: 767px) {
  .resturent_filter {
    margin: 29px 0 20px;
  }
}
.resturent_filter .product_cat_dropdown {
  display: inline-flex;
  align-items: center;
}
.resturent_filter .product_cat_dropdown label {
  font-size: 36px;
  color: #707070;
  font-weight: 700;
  margin: 0 10px 0 0;
}
@media (max-width: 767px) {
  .resturent_filter .product_cat_dropdown label {
    font-size: 22px;
  }
}
.resturent_filter .product_cat_dropdown .dropdown .dropdown-toggle {
  font-size: 36px;
  color: #707070;
  font-weight: 700;
  border: 0;
  background-color: transparent;
  color: #FE6150;
  padding: 0;
  position: relative;
}
@media (max-width: 767px) {
  .resturent_filter .product_cat_dropdown .dropdown .dropdown-toggle {
    font-size: 22px;
  }
}
.resturent_filter .product_cat_dropdown .dropdown .dropdown-toggle::after {
  font-family: "FontAwesome";
  font-size: 44px;
  color: #FE6150;
  content: "";
  border: 0;
  margin: -3px 0 0px;
  padding: 0;
  position: absolute;
  right: -18px;
}
@media (max-width: 767px) {
  .resturent_filter .product_cat_dropdown .dropdown .dropdown-toggle::after {
    font-size: 28px;
  }
}
.resturent_filter .product_cat_dropdown .dropdown .dropdown-toggle:focus {
  box-shadow: none;
}
.resturent_filter .product_cat_dropdown .dropdown .dropdown-menu {
  width: 323px;
  padding: 48px 27px 22.8px 35px;
  box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.4);
  background-color: #ffffff;
  margin-top: 39px;
  left: auto !important;
  right: -33px;
  border: 0;
  transform: translate3d(5px, 35px, 0px) !important;
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
}
.resturent_filter .product_cat_dropdown .dropdown .dropdown-menu .wrap {
  max-height: 633.8px;
  overflow: hidden;
  overflow-y: auto;
}
.resturent_filter .product_cat_dropdown .dropdown .dropdown-menu:before {
  content: "";
  position: absolute;
  right: 26px;
  top: -29px;
  width: 48px;
  height: 30px;
  background: url(../images/top-arrow.png) no-repeat;
  z-index: 9999;
}
.resturent_filter .product_cat_dropdown .dropdown .dropdown-menu .dropdown-item {
  font-size: 18px;
  font-weight: 500;
  color: #707070;
  display: block;
  padding: 0px 0 28px;
}
.resturent_filter .product_cat_dropdown .dropdown .dropdown-menu .dropdown-item:hover {
  background: transparent;
}
.resturent_filter .product_cat_dropdown .dropdown.show .dropdown-toggle:after {
  content: "";
}
@media (max-width: 767px) {
  .resturent_filter .search_product .food_search {
    margin-left: auto;
    margin-top: -204px;
    margin-right: 14px;
    display: none;
  }
}
.resturent_filter .search_product .food_search .search_icon {
  cursor: pointer;
}
.resturent_filter .search_product .food_search .resturent_search {
  position: absolute;
  border-bottom: 2px solid #FE6150;
  display: flex;
  align-items: center;
  height: 54px;
  background-color: #FFF;
  top: 0;
  right: 0;
  z-index: 9999;
  color: #FE6150;
  width: 0;
  transition: width 0.3s;
  overflow: hidden;
}
.resturent_filter .search_product .food_search .resturent_search.expand {
  width: 100%;
}
.resturent_filter .search_product .food_search .resturent_search:before {
  content: "";
  font: normal normal normal 28px/1 FontAwesome;
  display: block;
  margin-left: 3px;
}
.resturent_filter .search_product .food_search .resturent_search input {
  font-size: 24px;
  font-weight: 500;
  color: #FE6150;
  width: 100%;
  padding: 0 15px;
  border: 0;
}
.resturent_filter .search_product .food_search .resturent_search input:focus {
  box-shadow: none;
}
.resturent_filter .search_product .food_search .resturent_search .close_search {
  font-size: 20px;
  position: absolute;
  top: 29px;
  right: 0;
  cursor: pointer;
}

.category_product_wrap {
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .category_product_wrap {
    margin-bottom: 28px;
  }
}
.category_product_wrap .category_product_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}
@media (max-width: 767px) {
  .category_product_wrap .category_product_head {
    padding: 15px 0;
  }
}
.category_product_wrap .category_product_head h4 {
  font-size: 30px;
  color: #707070;
  font-weight: 500;
  margin: 0;
}
@media (max-width: 767px) {
  .category_product_wrap .category_product_head h4 {
    font-size: 24px;
  }
}
.category_product_wrap .category_product_head a {
  color: #FE6150;
  font-size: 20px;
  font-weight: 500;
}
.category_product_wrap .category_product_card {
  padding: 20px 30px;
}
@media (max-width: 767px) {
  .category_product_wrap .category_product_card .product_category_box {
    text-align: center;
  }
}
.category_product_wrap .category_product_card .product_category_box .cat_img img {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
.category_product_wrap .category_product_card .product_category_box .cat_name {
  font-size: 12px;
  color: #262D40;
  font-weight: 700;
  line-height: 25px;
}
.category_product_wrap .category_product_card .product_category_box.product_box {
  padding: 16px 16px;
  margin-bottom: 15px;
}
.category_product_wrap .category_product_card .product_category_box.product_box .cat_name {
  font-size: 24px;
  margin-top: 10px;
  font-weight: 700;
}
.category_product_wrap .category_product_card .product_category_box.product_box p {
  margin-bottom: 0;
  margin-top: 5px;
}
.category_product_wrap .category_product_card .product_category_box.product_box .product_card_bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.category_product_wrap .category_product_card .product_category_box.product_box .product_card_bottom .price {
  font-size: 20px;
}

.cart_widget {
  margin-top: -80px;
  background-color: #FFF;
  /*position: relative;*/
  z-index: 1;
  padding-bottom: 30px;
  /*position: -webkit-sticky;*/
  position: sticky;
  top: 0;
}
.cart_widget .cart_widget_title {
  font-size: 30px;
  font-weight: 700;
  padding: 40px 0 30px;
  color: #262D40;
  text-align: center;
}
.cart_widget .cart_widget_badges {
  display: flex;
  justify-content: space-between;
  padding: 0 30px;
}
.cart_widget .cart_widget_badges > span {
  background-color: #F5F5F5;
  display: inline-block;
  padding: 3px 12px;
  display: flex;
  align-items: center;
  border-radius: 14px;
  -moz-border-radius: 14px;
  -webkit-border-radius: 14px;
  margin: 0 2px;
}
.cart_widget .cart_widget_badges > span i {
  margin-right: 6px;
  margin-top: -2px;
}
.cart_widget .cart_widget_badges > span span {
  font-size: 15px;
  font-weight: 500;
  color: #252525;
}
.cart_widget .cart_widget_badges > span.v_good {
  background-color: #5FC573;
  color: #FFF;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  margin: 30px 0 30px;
}
.cart_widget .cart_widget_badges > span.v_good span {
  color: #FFF;
  font-size: 13px;
}
.cart_widget .cart_orders {
  border-top: solid 1px #e4e8ed;
  padding: 0 20px;
}
.cart_widget .cart_orders p.no-order {
  text-align: center;
  font-size: 14px;
  color: #262D40;
  font-weight: 500;
  padding: 32px 0;
  margin-bottom: 0;
}
.cart_widget .cart_orders .review-order {
  border: 0;
}
.cart_widget .cart_orders .review-order tbody tr td {
  border: 0;
  border-bottom: 1px solid #e4e8ed;
  font-size: 14px;
  font-weight: 500;
  color: #252525;
  padding: 15px 6px;
}
.cart_widget .cart_orders .review-order tbody tr td .p_qty {
  font-weight: 700;
}
.cart_widget .cart_orders .review-order tbody tr td .price_amount {
  white-space: nowrap;
}
.cart_widget .cart_orders .review-order tbody tr td .product_quantity {
  width: 81px;
  margin-top: 6px;
  float: right;
}
.cart_widget .cart_orders .review-order tbody tr:last-child td {
  border-bottom: 0;
}
.cart_widget .cart_orders .review-order tfoot tr td {
  font-size: 16px;
  font-weight: 700;
  color: #252525;
  border-top: 0;
  width: 50%;
  padding-left: 0;
}
.cart_widget .cart_orders .need_help_box {
  margin-top: 20px;
}
.cart_widget .cart_orders .need_help_box h5 {
  font-size: 16px;
  color: #252525;
}
.cart_widget .cart_orders .need_help_box .need_help_row {
  display: flex;
  justify-content: space-between;
}
.cart_widget .cart_orders .need_help_box .switch_box .switch {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 29px;
}
.cart_widget .cart_orders .need_help_box .switch_box .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.cart_widget .cart_orders .need_help_box .switch_box .switch input:checked + .slider {
  background-color: #38B750;
}
.cart_widget .cart_orders .need_help_box .switch_box .switch input:checked + .slider::before {
  -webkit-transform: translateX(19px);
  -ms-transform: translateX(19px);
  transform: translateX(19px);
}
.cart_widget .cart_orders .need_help_box .switch_box .switch input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
.cart_widget .cart_orders .need_help_box .switch_box .switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.cart_widget .cart_orders .need_help_box .switch_box .switch .slider:before {
  position: absolute;
  content: "";
  height: 21px;
  width: 20px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.cart_widget .cart_orders .need_help_box .switch_box .switch .slider.round {
  border-radius: 34px;
}
.cart_widget .cart_orders .need_help_box .switch_box .switch .slider.round:before {
  border-radius: 50%;
}
.cart_widget .cart_orders .special_notes a {
  color: #fe6150;
  font-size: 16px;
  font-weight: 700;
}
.cart_widget .cart_orders .checkout-box {
  margin: 40px 0 0;
}
.cart_widget .cart_orders .checkout-box .btn-brand {
  border-radius: 23px;
  -moz-border-radius: 23px;
  -webkit-border-radius: 23px;
  font-weight: 700;
  line-height: 18px;
}

.product_quantity {
  width: 81px;
}
.product_quantity .qty-box {
  display: flex;
  align-items: center;
}
.product_quantity .qty-box .decrease {
  background-color: #ff958a;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  cursor: pointer;
}
.product_quantity .qty-box .increase {
  background-color: #38B750;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  cursor: pointer;
}
.product_quantity .qty-box .qty {
  width: 36px;
  text-align: center;
  text-align: center;
  border: 0;
  font-weight: 500;
  line-height: normal;
  position: relative;
}
.product_quantity .qty-box .qty:focus {
  outline: none;
  border: 0;
}

/* === Product Modifier ==*/
.modify-modal .modal-dialog {
  max-width: 705px;
  width: 705px;
}
@media (max-width: 767px) {
  .modify-modal .modal-dialog {
    max-width: 100%;
    width: 100%;
  }
}
.modify-modal .modal-dialog .modal-body {
  padding-left: 30px;
  padding-right: 30px;
}

.product_modifier_wrap p {
  font-size: 16px;
  color: #707070;
  margin: 10px 0;
}
.product_modifier_wrap .p_price {
  color: #262D40;
  font-size: 20px;
}
.product_modifier_wrap .product_modifier_box {
  color: #707070;
  padding-bottom: 30px;
}
.product_modifier_wrap .product_modifier_box .modifier_heading {
  font-size: 18px;
  color: #707070;
  border-bottom: 1px solid #E4E4E4;
  padding-bottom: 10px;
  margin-top: 20px;
}
.product_modifier_wrap .product_modifier_box .field_instruction {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  padding: 10px 0;
}
.product_modifier_wrap .product_modifier_box .field_instruction p {
  margin-bottom: 0;
}
.product_modifier_wrap .product_modifier_box .field_instruction span {
  color: #fe6150;
}
.product_modifier_wrap .product_modifier_box .modifier_col {
  border: 1px solid #e4e8ed;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  padding: 13px 18px;
  margin: 0px 0 10px;
  display: flex;
  justify-content: space-between;
}
.product_modifier_wrap .product_modifier_box .modifier_col .form-group {
  display: block;
  margin-bottom: 0;
}
.product_modifier_wrap .product_modifier_box .modifier_col .form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.product_modifier_wrap .product_modifier_box .modifier_col .form-group input:checked + label:before {
  background-color: #fe6150;
  border-color: #fe6150;
}
.product_modifier_wrap .product_modifier_box .modifier_col .form-group input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #FFF;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.product_modifier_wrap .product_modifier_box .modifier_col .form-group label {
  position: relative;
  cursor: pointer;
  font-size: 16px;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.product_modifier_wrap .product_modifier_box .modifier_col .form-group label span {
  color: #fe6150;
  margin-left: 6px;
}
.product_modifier_wrap .product_modifier_box .modifier_col .form-group label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #e4e8ed;
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

/* ========= Checkout =========*/
/* ======== Delivery Detail ========*/
.checkout-wrapper {
  padding: 20px 30px;
}

.delivery_detail_wrap {
  padding: 15px 20px;
  margin-top: 14px;
  box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.08);
  border: 1px solid #eee;
}
.delivery_detail_wrap .delivery_detail_wrap_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}
.delivery_detail_wrap .delivery_detail_wrap_head h4 {
  font-size: 20px;
  font-weight: 700;
}
.delivery_detail_wrap .delivery_detail_wrap_head a {
  color: #fe6150;
}
.delivery_detail_wrap .delivery_detail_wrap_head a i {
  margin-right: 4px;
}
.delivery_detail_wrap .delivery_detail_box {
  box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.08);
  border: 1px solid #eee;
}
.delivery_detail_wrap .delivery_detail_box .delivery_detail_select {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 20px;
}
.delivery_detail_wrap .delivery_detail_box .delivery_detail_select .form-group label:after {
  top: 13px;
}
.delivery_detail_wrap .delivery_detail_box .delivery_detail_select .form-group span.location_detail .location_name {
  font-weight: 700;
  color: #262D40;
  font-size: 16px;
  display: block;
}
.delivery_detail_wrap .delivery_detail_box .delivery_detail_select .form-group span.location_detail .your_location {
  font-size: 16px;
  color: #999;
  display: block;
}
.delivery_detail_wrap .delivery_detail_box .delivery_detail_select .delivery_address_edit {
  color: #fe6150;
}

.payment_options {
  box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.08);
  border: 1px solid #eee;
  margin-top: 20px;
  padding: 15px 20px;
}
.payment_options h4 {
  font-size: 20px;
  font-weight: 700;
}

/* =====================
   	   Address Modal
   =====================	
*/
.address_modal .modal-dialog {
  max-width: 1024px;
  min-width: 1024px;
}
@media (max-width: 1030px) {
  .address_modal .modal-dialog {
    max-width: 100%;
    min-width: 100%;
  }
}

.address_modal_wrap {
  padding: 20px 30px 40px;
}
.address_modal_wrap h4 {
  font-size: 36px;
  font-weight: 700;
  color: #252525;
  text-align: center;
  padding-top: 22px;
}
@media (max-width: 767px) {
  .address_modal_wrap h4 {
    font-size: 26px;
  }
}
.address_modal_wrap .form-group {
  position: relative;
  margin-bottom: 45px;
}
.address_modal_wrap .form-group label {
  font-size: 18px;
  padding: 0 42px;
  margin: 0;
}
.address_modal_wrap .form-group input {
  font-size: 24px;
  color: #707070;
  padding: 0 42px;
  height: 63px;
  border: 0;
  border-bottom: 1px solid #707070;
  border-radius: 0;
}
.address_modal_wrap .form-group input:focus {
  box-shadow: none;
}
.address_modal_wrap .form-group i {
  position: absolute;
  bottom: 14px;
  width: 42px;
}
.address_modal_wrap .set_location {
  text-align: center;
}
.address_modal_wrap .set_location a {
  font-size: 17px;
  font-weight: 700;
  color: #fe6150;
}
.address_modal_wrap .set_location a:hover {
  text-decoration: none;
}

/* ===========================
   	   Address Modal End
   ===========================	
*/
/* ================== 
		Radio Button
   ==================*/
.form-group {
  display: block;
  margin-bottom: 0;
}
.form-group.radio input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  position: absolute;
  visibility: hidden;
  cursor: pointer;
}
.form-group.radio input:checked + label:before {
  border-color: #fe6150;
}
.form-group.radio input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 6px;
  right: 0;
  bottom: 0;
  width: 12px;
  height: 12px;
  background-color: #fe6150;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.form-group.radio label {
  position: relative;
  cursor: pointer;
  font-size: 16px;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.form-group.radio label span {
  color: #fe6150;
  margin-left: 6px;
}
.form-group.radio label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #e4e8ed;
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

/* ======================== 
		Radio Button End
   ========================*/
/* ======================
	Profile Tabs
   =====================	
*/
.profile_tabs {
  padding: 15px 10px;
  margin: 20px 0;
}
.profile_tabs .nav a {
  color: #707070;
  font-size: 16px;
  position: relative;
}
.profile_tabs .nav a::after {
  font-family: "FontAwesome";
  font-size: 20px;
  content: "";
  border: 0;
  margin: 0px;
  padding: 0;
  position: absolute;
  right: 0px;
}
.profile_tabs .nav a.active {
  color: #fe6150;
  background: #f9f9f9;
}

.profile_cont_wrap {
  padding: 15px 10px;
  margin: 20px 0;
}
.profile_cont_wrap .profile_fields .form-group {
  margin-bottom: 15px;
}
.profile_cont_wrap .btn-sm {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

/* ======================
	Profile Tabs End
   =====================	
*/
/* ========= Footer =========*/
.footer {
  background-color: #252525;
  padding: 0 0 100px;
  margin-top: 120px;
}
@media (max-width: 767px) {
  .footer {
    text-align: center;
  }
}
.footer .footer-col .footer_col_title {
  font-size: 14px;
  color: #9d9d9d;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.footer .footer-col a {
  font-weight: 500;
  font-size: 14px;
  color: #FFF;
  display: block;
  padding: 4px 0 10px;
}
.footer .footer-col a:hover {
  text-decoration: none;
}
.footer .footer-col ul {
  padding: 0 0 0;
  margin-top: 0px;
}
.footer .app_links {
  text-align: right;
}
@media (max-width: 767px) {
  .footer .app_links {
    text-align: center;
    padding-top: 15px;
  }
}
.footer .app_links a {
  display: block;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .footer .app_links a {
    display: inline-block;
  }
}

/*# sourceMappingURL=main.css.map */
/*# CheckBox Css by Sahil */
.d-flex_checkbox {
    border: 1px solid #e4e8ed;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    padding: 12px 12px 2px 12px;
    margin: 0px 0 4px;
    display: flex;
    justify-content: space-between;
  }


.box-label-tag {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    white-space: nowrap;
    padding-top: 10px;
}

.box-label-tag span {
    display: inline-block;
    padding: 10px;
    background: #fe6150;
    color: white;
    border: none;
    border-radius: 0 10px 10px 0;
    font-weight: 600;
    margin-bottom: 10px;
    position: static;
}

.trending-stats {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 5px 15px 10px;
}
.trending-stats .percent {
    display: flex;
    justify-content: center;
    align-items: center;
}

.trending-stats .delivery {
    display: flex;
    justify-content: center;
    align-items: center;
}

.trending-stats .delivery img {
    transform: translateY(-3px);
    margin-right: 5px;
}
.trending-stats span {
    color: black;
}