@font-face {
  font-family: "FuturaPTLight";
  src: url("../fonts/FuturaPTLight.eot");
  src: local("â˜º"), url("../fonts/FuturaPTLight.woff") format("woff"),
    url("../fonts/FuturaPTLight.ttf") format("truetype"),
    url("../fonts/FuturaPTLight.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "FuturaPTMedium";
  src: url("../fonts/FuturaPTMedium.eot");
  src: local("â˜º"), url("fonts/FuturaPTMedium.woff") format("woff"),
    url("../fonts/FuturaPTMedium.ttf") format("truetype"),
    url("../fonts/FuturaPTMedium.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h5 {
  font-family: "FuturaPTMedium";
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #333e48;
  background-color: #f5f5f5;
}

input:focus,
button:focus,
select:focus,
textarea:focus {
  outline: none !important;
  box-shadow: none !important;
  border-color: none !important;
}

ul {
  margin: 0;
  padding: 0;
}
select,
textarea,
input {
}

/* header css */

.resp__menu__icn {
  margin-left: 15px;
  display: none;
  width: 20px;
  height: 16px;
  align-items: center;
  justify-content: center;
}

.resp__menu__bar {
  position: relative;
  width: 20px;
  height: 2px;
  background: #24272a;
}

.resp__menu__bar:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background: #24272a;
  top: -5px;
}

.resp__menu__bar:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background: #24272a;
  bottom: -5px;
}

header {
  background-color: #fff;
}
.nav__info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header__menu {
  border-right: 1px solid #e8e8e8;
  padding: 20px 50px;
}
.menu-item {
  list-style-type: none;
}
.menu-item a {
  color: black;
  margin-left: 20px;
}
.menu-item a:hover {
  text-decoration: none;
}
.login-items {
  list-style-type: none;
}
.reg-login {
  color: black;
}
.reg-login:hover {
  color: black;
}
.login-items a {
  margin-left: 20px;
}
.login-items a:hover {
  text-decoration: none;
}
.regt-btn {
  background-color: #6aca20;
  padding: 6px 21px;
  border-radius: 5px;
  color: #fff;
}
.regt-btn:hover {
  color: #fff;
  transition: 1s;
  background-color: black;
}
.nav__cart {
  display: flex;
  align-items: center;
}
.cart {
  cursor: pointer;
  position: relative;
}
.nofify {
  cursor: pointer;
  position: relative;
}

.nav__cart .fa {
  padding: 0px 0px 0px 18px;
  font-size: 20px;
}

.nav__cart__list {
  margin: 0 0 0 15px;
}
.popup__top.profile {
  width: 30px;
  border: 1px solid #6aca20;
  border-radius: 50px;
  padding: 2px 2px;
  position: relative;
  /* margin-left: 10px; */
}
.profile img {
  width: 100%;
  border-radius: 50px;
}
.cart__popup {
  width: 100%;
  height: auto;
  background: #ece5e5;
}
.top__cart {
  display: flex;
  justify-content: space-between;
}
span.drpdwn_cls {
  position: absolute;
  right: 10px;
  cursor: pointer;
  color: #000;
  padding: 1px 8px;
  border-radius: 50px;
}
span.drpdwn_hdingtxt {
  padding: 0 0 13px 0;
  display: block;
  font-weight: 600;
}
.drp_more_items {
  display: flex;
  justify-content: center;
}

.fav_drp {
  display: none;
}
.dprdwn {
  position: absolute;
  /* top: 100%; */
  z-index: 99;
  width: 330px;
  background: #fff;
  border: 1px solid #eaeaea;
  padding: 10px;
  top: 170%;
  right: 0;
  overflow-y: scroll;
  max-height: 500px;
}
.drp_vew_mritemsbtn a:hover {
  text-decoration: none;
}
.cart span {
  background: #6aca20;
  border-radius: 50px;
  padding: 1px 3px;
  color: #fff;
  position: absolute;
  top: -22%;
  left: 11px;
  font-size: 10px;
}
.nofify span.notify__num {
  background: #6aca20;
  border-radius: 50px;
  padding: 1px 3px;
  color: #fff;
  position: absolute;
  top: -22%;
  left: 11px;
  font-size: 10px;
}
.header__content {
  display: flex;
  align-items: center;
}
/* header css */

/* gery__bg css */

section.gery__bg {
  padding-top: 100px;
}
.hding {
  font-size: 30px;
  margin-bottom: 15px;
  text-align: center;
}
.hding strong {
  font-size: 33px;
  font-weight: 600;
}
.formlist {
  margin-bottom: 13px;
}
.form-input {
  width: 100%;
  padding: 7px 9px;
  border: 1px solid #000000;
}
.form-submit {
  width: 100%;
  padding: 10px 0px;
  background-color: #6aca20;
  border: none;
  color: #fff;
}
.form-submit:hover {
  transition: 1s;
  background-color: black;
}
.login-detail {
  text-transform: capitalize;
  font-size: 14px;
  font-weight: bold;
}
.login-btn {
  color: #6aca20;
}
.login-btn:hover {
  text-decoration: none;
  color: #6aca20;
}
.login-tit {
  text-align: center;
}

/*login css*/
.reverse-pass {
  float: right;
  text-transform: capitalize;
  font-size: 14px;
}
.reverse-pass a {
  color: #6aca20;
}
.reverse-pass a:hover {
  text-decoration: none;
}
/*home css*/
section.landing {
  display: flex;
  height: 90vh;
  align-items: center;
}
.landing__para p {
  font-size: 17px;
  font-family: "FuturaPTMedium";
}
.landing-top-info h1 {
  margin: 0 0 2rem 0;
}

.top-marg {
  margin-top: 100px;
}
.search-box {
  position: relative;
}
.search-input {
  width: 100%;
  border: none;
  padding: 14px 16px;
  border-radius: 50px;
  box-shadow: 0px 5px 8px #aba9a9;
}
.search-smt {
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  background-color: #6aca20;
  padding: 10px 18px;
  border-radius: 50px;
  border: none;
  position: absolute;
  top: 4px;
  right: 4px;
}
i.fa.fa-check {
  margin-right: 5px;
}
.food-items {
  display: flex;
  justify-content: space-between;
}
.food-items.item {
  width: 75px;
  background: #fff;
  border-radius: 50px;
  position: relative;
  text-align: center;
}
.food-item-mrg {
  margin-top: 35px;
}
.food-items .item a {
  color: #000000;
}
.food-items .item a:hover {
  color: #000000;
  text-decoration: none;
}

span.food__title {
  padding: 40px 0 20px 0;
  display: flex;
  justify-content: center;
  position: relative;
}

span.food__title:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 30px;
  background: #ccc;
  top: 2px;
}
.social__icon {
  text-align: center;
  font-size: 15px;
  padding-bottom: 1rem;
}
.icon_fab {
  color: #000000;
  margin-left: 11px;
}
.icon_fab:hover {
  text-decoration: none;
  color: black;
}
.icon_google {
  color: black;
  margin-left: 11px;
}
.icon_google:hover {
  text-decoration: none;
  color: #000000;
}
i.fa.fa-facebook-official {
  margin-right: 7px;
}
i.fa.fa-google {
  margin-right: 7px;
}
.social__icon .fa-google:before {
  font-size: 13px;
  position: relative;
  font-weight: 600;
}
/*resturent__detail csss*/
.rest_top_marg {
  margin-top: 125px;
}
.resturent__logo {
  width: 100px;
  margin-right: 20px;
}
.resturent__logo img {
  width: 100%;
}
.resturent_details {
  display: flex;
  text-transform: capitalize;
  color: #fff;
  padding: 10rem 0 3rem 0;
  flex-wrap: wrap;
}
.restaurants_name__item h4 {
  margin: 0px;
}
.restu_nav li {
  list-style-type: none;
}
.restu_nav li a {
  color: #fff;
  margin-right: 10px;
}
.resturent_name {
  margin: 0px;
}
.restu_nav li a:hover {
  text-decoration: none;
}
.rest_rating {
  margin-top: 15px;
  font-size: 12px;
}
.delivery__info__fees {
  display: flex;
  align-items: flex-end;
  padding-left: 19px;
  flex-wrap: wrap;
}
.rating__number {
  margin-right: 10px;
}
.checked {
  color: orange;
}
.review__count_time {
  text-transform: capitalize;
  margin-left: 9px;
}
.food_delivery_fee {
  background: #fff642;
  color: #000000;
}

.btns__fees {
  border-radius: 5px;
  padding: 5px 15px;
}
.res_info__bottom {
  display: flex;
  flex-wrap: wrap;
}
.food_delivery_time {
  background: #fff;
  margin-left: 10px;
  color: #000000;
}
.resturent_more_info {
  background: #6aca20;
  margin-left: 10px;
  border: none;
  text-transform: capitalize;
  color: #fff;
}
.top__banner {
  background-image: linear-gradient(
      to top,
      rgba(0, 0, 0, 0.8),
      rgba(0, 0, 0, 0.6)
    ),
    url(../images/banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.resturent__opening__time {
  text-align: center;
  color: #fff;
}
.resturent__opening__time span{
  padding: 0.5rem 2rem;
  border-radius: 5px;
}
.resturent__opening__time .t_open{
  background: #6aca20;
}
.resturent__opening__time .t_c{
  background: #ff0000;
}
section.food__category {
  padding-top: 22px;
  padding-bottom: 22px;
}
.categ__list {
  display: flex;
  position: relative;
}
.dinner__categ {
  padding: 0px 40px 0px 0px;
}
span.catrg_type {
  font-size: 15px;
  display: flex;
  font-weight: 600;
  color: #000000;
  text-transform: capitalize;
}
.line__bar_psedo:after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background-color: #d0d2d6;
  position: absolute;
  bottom: 0%;
}

.category_nav {
}
.category_nav ul {
  display: flex;
}
.category_nav li {
  list-style-type: none;
  text-transform: capitalize;
}
.category_nav_caro .item a {
  color: #000000;
}
.category_nav li a:hover {
  text-decoration: none;
}

.food__category.sticky-food-cat-nav {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #f5f5f5;
  z-index: 99;
}

i.fa.fa-ellipsis-h {
  position: absolute;
  left: 157%;
  top: 65%;
  font-size: 15px;
  color: #9a9a9a;
}
.categ__info {
  display: flex;
  background: #fff;
  cursor: pointer;
  align-items: center;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.dinner__categ:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #000000;
  margin-top: 25px;
}
.categ__head {
  padding: 10px;
  width: 60%;
}
.food_item__name {
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
}
.food__detail__contain {
  margin: 0px;
  padding: 10px 25px 10px 0px;
}
.food__item__price {
  color: #000000;
  font-size: 20px;
  font-weight: 600;
}
.food__item_image img {
  width: 216px;
  height: 155px;
  object-fit: cover;
}

.food__item_image {
  display: flex;
  align-items: center;
  max-width: 40%;
}
.category_main_head {
  font-weight: 600;
  color: #000000;
  text-transform: capitalize;
  padding-bottom: 15px;
  font-size: 14px;
}
.category_main_head {
  /*padding-top: 50px;*/
}
.sec__category__item {
  /*padding-top: 35px;*/
}
/*footer css*/
footer {
  margin-top: 25px;
  background: #24272a;
}
.krave__footer__logo {
  width: 100px;
}
.krave__footer__logo img {
  width: 100%;
}
.app__stores {
  display: flex;
  padding-top: 70px;
  padding-bottom: 50px;
}
.store {
  border: 1px solid #676765;
  position: relative;
  padding: 0px 9px 0px 5px;
  border-radius: 4px;
  margin-right: 26px;
  font-size: 12px;
}
.store a:hover {
  text-decoration: none;
}
.google__play {
  background: red;
  border: 2px solid blue;
}
.store strong {
  display: flex;
  padding-left: 30px;
  text-transform: capitalize;
}

.fa-apple:before {
  content: "";
  position: absolute;
  top: 20%;
  font-size: 22px;
}
.store span {
  margin-left: 20px;
  color: #fff;
}
i.fa.fa-apple {
  color: #fff;
}
.store i.fa.fa-google {
  color: #fff;
}
.fa-google:before {
  content: "";
  position: absolute;
  top: 20%;
  font-size: 22px;
}
.nav_h4 {
  color: #fff;
  font-size: 19px;
  padding-left: 8px;
  text-transform: capitalize;
}
.nav__about__krave li {
  list-style-type: none;
}
.nav__about__krave li a {
  color: #898b8b;
  font-size: 15px;
  display: flex;
  padding: 8px;
}
.nav__about__krave li a:hover {
  text-decoration: none;
}
.about__karve__button {
  display: flex;
  /*    padding-left: 150px;
*/
  padding-bottom: 35px;
}
.get__help {
  padding-left: 60px;
}
.footer__copyright {
  color: #898b8b;
  text-transform: capitalize;
  font-size: 15px;
}

.term__and_cond {
  display: flex;
  /*    justify-content: flex-end;
*/
  padding-bottom: 35px;
}
.term__and_cond li {
  list-style-type: none;
}
.term__and_cond li a {
  color: #898b8b;
  font-size: 15px;
  padding: 0px 30px 0px 0px;
}
.term__and_cond li a:hover {
  text-decoration: none;
}
.copyright__divider {
  padding-bottom: 10px;
}
.copyright__divider:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #d0d2d6;
}
.footer__pad_cont {
  padding-bottom: 60px;
}
/*checkout css*/
section.checkout {
  padding-top: 40px;
  padding-bottom: 400px;
}
.create__acount_checkout h4 {
  font-size: 20px;
  color: #000000;
  font-weight: 600;
}
.signin__title strong {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}
.signin__checkout {
  text-transform: capitalize;
  font-size: 13px;
}
.create__accoutn__button {
  padding-top: 20px;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.create__accoutn__button button {
  text-transform: capitalize;
  width: 48%;
  max-width: 48%;
  padding: 7px 0;
}
.create__accoutn__button a{
  color: #fff;
}
.create__accoutn__button a:hover{
  text-decoration: none;

}
.button__new_account {
  border: none;
  color: #fff;
  background-color: #6aca20;
}
.button_sign_in {
  border: none;
  background-color: #000;
  color: #fff;
}
.partners__button {
  width: 100%;
  background: #6aca20;
  color: #fff;
  font-weight: 600;
  border: none;
  padding: 5px 0px;
}
.delivery__detail {
  margin-top: 20px;
  text-transform: capitalize;
}
.delivery__detail h5 {
  margin: 0;
}
.delivery__time {
  margin-top: 20px;
  text-transform: initial;
}
.delivery__time span {
  display: flex;
}
.payment_chekout {
  margin-top: 20px;
}
.payment_chekout span {
  text-transform: initial;
}
.adding_items {
  margin-top: 30px;
}
.items__container {
  position: relative;
  text-transform: capitalize;
  background: #fff;
  padding: 10px 15px;
  display: flex;
  justify-content: space-between;
}

.items__container strong {
  color: #000000;
  font-size: 15px;
  display: flex;
}
.add_item_categ {
  position: absolute;
  left: 87%;
  top: 37%;
  font-weight: 600;
}
.add_item_categ a {
  color: #92d85b;
}
.add_item_categ a:hover {
  text-decoration: none;
}
.added__item_list {
  margin-top: 15px;
}
.list__item__head {
  display: flex;
  justify-content: space-between;
  font-size: 19px;
  font-weight: 600;
  color: #000000;
}
.checkout__order__list input {
  width: 30px;
  text-align: center;
  background: #f5f5f5;
  border: none;
}
.selected__items {
  text-transform: capitalize;
}
.selected__items span {
  display: flex;
}
.edit__selected__items {
  margin-top: 12px;
}
.edit__selected__items a {
  color: #92d85b;
  font-weight: 600;
}
.edit__selected__items a:hover {
  text-decoration: none;
}
.comment__box textarea {
  width: 100%;
  font-size: 15px;
  padding: 15px 20px;
  border: none;
  background: #eeeeee;
}
.comment__box {
  margin-top: 10px;
}
.payment__summary {
  background: #fff;
  padding: 70px;
}
.payment__summary h5 {
  font-weight: 600;
}
.icon__info {
  margin-bottom: 4px;
}
.icon__bucket {
  padding-left: 10px;
}
.icon__timing {
  padding-left: 15px;
}
.icon__location {
  padding-left: 17px;
}
.subtotal {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.total__grand__sum {
  font-size: 17px;
  color: #000000;
  display: flex;
  justify-content: space-between;
  font-weight: 600;
}
.grand__total:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #eeeeee;
  margin-bottom: 20px;
}
.grand__total__button {
  margin-top: 22px;
}
.grand__total__button button {
  font-size: 15px;
  border: none;
  color: #fff;
  font-weight: 600;
  background-color: #6aca20;
  width: 100%;
  padding: 10px 0;
}
/*Add Resturent css*/
.resturent__solog strong {
  display: flex;
}
.business__detail {
  background-color: #6aca20;
  position: relative;
}
.detail__business__info {
  margin-bottom: 25px;
  display: flex;
  position: relative;
}
.business__story__icon {
  font-size: 40px;
  position: absolute;
  top: 11%;
  left: 0%;
}
.business__story__contain {
  padding-left: 80px;
}
.business_type {
  margin-top: 55px;
  padding-bottom: 19px;
  color: #fff;
}
i.fa.fa-angle-left {
  font-size: 18px;
}
i.fa.fa-angle-right {
  font-size: 18px;
}
.bussiness__success_stories {
  margin-top: 7%;
  margin-bottom: 10%;
}
.customers__review__krave {
  background-color: #fff;
  width: 80%;
  position: relative;
  margin-right: -10%;
  display: flex;
  align-items: center;
}
.success__stories__head {
  margin-bottom: 50px;
}
.review__content {
  font-weight: 600;
  color: #000000;
  font-size: 14px;
}
.reviewer__name__detail {
  margin-top: 25px;
  font-weight: 600;
  text-transform: capitalize;
}
.reviewer__name__detail a {
  display: flex;
  text-transform: uppercase;
  font-size: 11px;
  color: #6aca20;
}
.reviewer__name__detail a:hover {
  text-decoration: none;
}
.custumer__saying__position {
  padding: 2rem 2rem;
}
.review__and__image {
  display: flex;
  justify-content: space-between;
}

.reviewer__image {
  margin-left: 0%;
  display: inline-block;
  width: 58%;
}

.reviewer__image img {
  width: 100%;
}
.customers__review__krave {
  margin-top: 100px;
}
.partnership__form {
  position: absolute;
  width: 80%;
  background: #fff;
  padding: 20px 25px;
  top: -14%;
  right: 0;
}
.text__field__f {
  color: #757575;
  width: 100%;
  padding: 10px;
  height: 40px;
  border: 1px solid #eeeeee;
  background-color: #fff;
}
.full__width__textform {
  width: 100%;
}
.quater__h__detail {
  width: 65%;
  display: inline-block;
}
.half__field__detail {
  width: 35%;
  display: inline-block;
}
.quater__h__detail .half__width__textform {
  padding: 10px;
  width: 100%;
  height: 40px;
  border: 1px solid #eeeeee;
}
.half__field__detail .min__size {
  padding: 10px;
  width: 100%;
  height: 40px;
  border: 1px solid #eeeeee;
}
.input__field__half {
  width: 50%;
}
.name__conter__field {
  display: flex;
}
.restaurant__form__detail {
  margin-bottom: 20px;
}
.restaurant__holder__name {
  margin-bottom: 20px;
}
.min__input__divider__first {
  padding: 10px;
  width: 100%;
  height: 40px;
  border: 1px solid #eeeeee;
}
.min__input__divider__sec {
  padding: 10px;
  width: 100%;
  height: 40px;
  border: 1px solid #eeeeee;
}
.submit__term__conditons {
  margin-top: 15px;
  margin-bottom: 0;
}
.submit__term__conditons a {
  color: #6aca20;
  font-weight: 600;
  text-transform: capitalize;
}
.submit__term__conditons a:hover {
  text-decoration: none;
}
.order__close__btn {
  font-size: 30px;
}
.order__lists__info {
  background: #fff;
  width: 100%;
  padding: 10px 10px;
}
.order__title span {
  text-transform: capitalize;
}
.order__title a {
  color: #6aca20;
  font-weight: 600;
}
.order__title a:hover {
  text-decoration: none;
}
.order__title {
  margin-top: 20px;
}
.content__head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;

  margin-top: 16px;
}
.list__down {
  height: 37px;
  background: #efefef;
  padding: 6px 14px;
}
.list__down a {
  margin-left: 10px;
  color: #000000;
}
.list__down a:hover {
  text-decoration: none;
}
.content__title {
  font-size: 17px;
  font-weight: 600;
  color: #000000;
}
span.item_name {
  display: flex;
  font-weight: 600;
  color: #000000;
}
.order__content__list p {
  margin: 6px 0px 0px 0px;
}
.next__checkout {
  align-items: center;
  display: flex;
  width: 100%;
  height: 50px;
  background: #24272a;
  bottom: 0;
  position: absolute;
}

.next__checkout a {
  padding: 5px 35px;
  display: flex;
  justify-content: space-between;
  color: #fff;
  width: 100%;
  height: 100%;
  align-items: center;
}

.next__checkout a:hover {
  background: #6aca20;
}

.order__list__wrapper {
  width: 100%;
  position: relative;
  background: #fff;
  height: 100vh;
  overflow: scroll;
}

section.order__detail {
  position: fixed;
  right: -100%;
  width: 450px;
  top: 0;
  transition: all 0.5s ease;
  z-index: 99;
}
.food__det__crt {
  display: flex;
  flex-grow: 1;
}

.order__content__list {
  display: flex;
  flex-grow: 1;
  padding: 0 0 0 40px;
}

.food__det__lstss {
  display: flex;
  margin: 0 0 30px 0;
  border-bottom: 1px solid #ccc;
  padding: 0 0 30px 0;
}

.food__det__crt__lvl1 {
  width: 100%;
}
/*pop__up__food css*/
.popup__food__info {
  margin: auto;
  width: 590px;
  background: #ffff;
  position: relative;
}
.popups__top__banner img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}
.popups__close__button {
  cursor: pointer;
  position: absolute;
  top: 2%;
  left: 89%;
  background: #6aca2094;
  padding: 11px 15px;
  border-radius: 50px;
}
.popups__close__button i.fa.fa-times {
  color: #000000;
  font-size: 13px;
}
.food__detail__description {
  padding: 12px 22px;
}
.food__content__popup {
  margin-top: 8px;
}
.top__select__intro {
  background: #eeeeee;
  padding: 10px 22px;
  margin-bottom: 10px;
}
.option__head {
  display: block;
  font-weight: 600;
  font-size: 15px;
  color: #000000;
}
.customize__content {
  font-size: 14px;
  color: #6aca20;
}
.customize__content:hover {
  color: #6aca20;
  text-decoration: none;
}
.customize__item__popup {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  border: 1px solid #eeeeee;
  padding: 10px 20px;
}
.customize__icon {
  font-size: 14px;
  color: #000000;
}
.customize__icon:hover {
  color: #000000;
}
.popup__content__wrapper {
  padding: 0 22px;
}
.checkbox__wrapper {
  display: flex;
  justify-content: space-between;
}
.radio__box__wrapper {
  display: flex;
  justify-content: space-between;
}
.radio__price__info {
  color: #000000;
  font-weight: 600;
}
.space__between {
  margin-bottom: 10px;
}
span.qnty__cals {
  display: flex;
  padding-left: 20px;
}
.radio__box__price {
  display: flex;
  align-items: center;
}
.caution__about__food {
  margin-top: 15px;
}
.pop__up__add__sub i.fa.fa-plus {
  color: #000000;
  background: #eeeeee;
  padding: 7px 9px;
  border-radius: 50px;
}
.pop__up__add__sub i.fa.fa-minus {
  color: #000000;
  background: #eeeeee;
  padding: 8px 9px;
  border-radius: 50px;
}
.pop__up__add__sub a:hover {
  text-decoration: none;
}
.pop__up__add__sub span {
  margin-left: 5px;
  margin-right: 5px;
}
p.caution__contion {
  margin: 0;
}
.add__order__popup {
  padding-bottom: 8px;
}
.add__order__details {
  display: flex;
  justify-content: center;
  padding: 0px 20px;
}
.add_order__btn {
  background: #6aca20;
  color: #fff;
  font-weight: 600;
  width: 100%;
  padding: 15px 0px 15px 0px;
  text-align: center;
  border:none;
}
.add_order__btn:hover {
  text-decoration: none;
  color: #fff;
}
.add_order__btn span {
  padding-left: 10px;
}
.popup__divider__line:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #eeee;
  margin-bottom: 10px;
}

.qty__btn::-moz-selection {
  background: yellow;
}

.pop__up__add__sub {
  justify-content: space-around;
  display: flex;
}

.pop__up__add__sub .qty__btn {
  cursor: pointer;
}

.pop__up__add__sub .qty__btn .fa:hover {
  background: #6aca20;
  color: #fff;
}

.pop__up__add__sub input {
  width: 30px;
  text-align: center;
  border: none;
}

/*Google image and opening time css*/
.google__location__open__hrs {
  width: 39%;
  margin: auto;
}

#more__inf__hldr {
  display: none;
}

#more__inf__hldr {
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  /*    display: flex;
*/
  align-items: center;
}
.google__map iframe {
  width: 100%;
  height: 300px;
}
.google__map {
  position: relative;
}
.map__close__btn {
  cursor: pointer;
  position: absolute;
  left: 90%;
  top: 10%;
  background: #6aca2094;
  padding: 11px 15px;
  border-radius: 50px;
  color: #000000;
}
.map__close__btn:hover {
  color: #000000;
}
.location__hours__opening__days {
  padding: 25px 60px;
  background: #fff;
}
.location__cordinates a {
  color: #000000;
  font-size: 15px;
  text-decoration: none;
  margin-left: 15px;
}
.opening__hours {
  display: flex;
  justify-content: space-between;
}
.opening__days {
  margin-top: 20px;
}
.days {
  position: relative;
  display: flex;
  align-items: center;
}
.days span {
  font-size: 15px;
  color: #000000;
}
.days i.fa.fa-clock-o {
  margin-top: 1px;
  position: absolute;
  margin-left: -21px;
}
.opening__day__wrapper {
  margin-left: 20px;
}
#food__decspt__handler {
  display: none;
}

#food__decspt__handler {
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0, 0.6);
  align-items: center;
  z-index: 999;
}

/*top__navbar css*/
.top__navbar {
  background: #24272a;
  color: #fff;
  display: none;
  position: fixed;
  height: 100vh;
  z-index: 999;
  width: 100%;
  overflow-y: scroll;
}

.nav__hldr__resp {
  width: 100%;
  height: 100%;
  align-items: center;
  padding: 6rem 0;
  position: relative;
}

.close__resp__menu {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 1.5rem;
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 999;
}
.sub__category h4 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px;
}
.sub__category ul {
  list-style-type: none;
}
.sub__category li a {
  color: #fff;
  text-transform: capitalize;
}
.sub__category li a:hover {
  text-decoration: none;
}
.collapes__catgry {
  margin-top: 25px;
}
.collapes__catgry:before {
  content: "";
  display: block;
  width: 10%;
  background: #9e9e9e;
  height: 2px;
  margin-bottom: 5px;
}
.collapes__catgry a {
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}
.collapes__catgry a:hover {
  text-decoration: none;
}
.new__restaurant h4 {
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 600;
}
.new__restaurant {
  margin-top: 40px;
  margin-bottom: 40px;
}
.new__restaurant:before {
  content: "";
  display: block;
  background: #9e9e9e;
  width: 100%;
  height: 1px;
  margin-bottom: 20px;
}
.new__restaurant:after {
  content: "";
  display: block;
  background: #9e9e9e;
  width: 100%;
  height: 1px;
  margin-top: 20px;
}
.restaurant__content {
  text-align: center;
  padding: 15px 90px 15px 90px;
}
.new__restaurant a {
  color: #fff;
}
.new__restaurant a:hover {
  text-decoration: none;
}

/*DASHBOARD CSS*/
.sidenav {
  height: 100%;
  width: 225px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #fff;
  overflow-x: hidden;
  padding: 25px 0px;
}
.sidbar__head {
  padding-left: 26px;
}
.sidebar__nav {
  padding-top: 40px;
}
.sidebar__nav a {
  display: block;
  margin-bottom: 8px;
  color: #000000;
  padding: 10px 30px;
}

.sidebar__nav a:hover {
  text-decoration: none;
  color: #6aca20;
}
.sidebar__nav i {
  padding-right: 12px;
}
.dashboard__nav {
  background: #fff;
  padding: 15px;
}
.dashboard__nav a {
  color: #000;
  margin-right: 25px;
}
.dashboard__nav a:hover {
  text-decoration: none;
}

/* custom scroll bar css */

.popupcontent__holder {
  max-height: 100vh;
  overflow-y: scroll;
}

/* width */
.popupcontent__holder::-webkit-scrollbar {
  width: 10px;
  display: none;
}

/* Track */
.popupcontent__holder::-webkit-scrollbar-track {
  background: #f1f1f1;
  display: none;
}

/* Handle */
.popupcontent__holder::-webkit-scrollbar-thumb {
  background: #888;
  display: none;
}

/* Handle on hover */
.popupcontent__holder::-webkit-scrollbar-thumb:hover {
  background: #555;
  display: none;
}

/* custom scroll bar css */

.category_nav_caro .active-second .item a {
  color: #6aca20;
}

.restaut__listing__section {
  padding-top: 4rem;
}
.restaurant__head__section {
  padding: 5rem 0 1rem 0;
}
.content__available__restaurant {
  background: #fff;
  display: flex;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
    min-height: 250px;
}
.restaurant__thumb__img {
    display: flex;
    max-width: 45%;
}
.restaurant__thumb__img img {
     min-height: 250px;
    object-fit: cover;
    width: 100%;
    overflow: hidden;
}
.detail__descpt__restaurant {
  padding: .5rem;
  width: 55%;
    display: flex;
    flex-direction: column;
}
.detail__descpt__restaurant a {
  text-decoration: none;
  color: #000;
  display:block;
}
.restaurent__location {
     display: flex;
    width: 100%;
    align-items: center;
    border-bottom: 1px solid #e9e3e3;
}
.restaurent__location span {
    width: 95%;
}
.detail__descpt__restaurant i {
    font-size: 17px;
}
.rest_icon {
    width: 10%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.restaut__serve__food {
  display: flex;
  align-items: center;
}
.line_d{

    border-bottom: 1px solid #e9e3e3;
}

.restaut__serve__food span{
width: 95%;
}

.detail__descpt__restaurant i {
  font-size: 20px;
}
/*.icon__restaurant__locat {
  width: 13%;
  font-size: 1.4rem;
}*/

/*user--profile--css*/
.user__detail__page {
  padding: 4rem 0;
}
.account__setting {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.account__logout button {
  border: none;
  background: #6aca20;
  padding: 0.4rem 1.5rem;
  color: #fff;
}

.account__logout button:hover {
  transition: 1s;
  background-color: black;
}
.profile__info__list ul {
  list-style: none;
}
.profile__info__list ul li {
  padding: 0.4rem 0;
}
.profile__info__list a {
  text-decoration: none;
  color: #000;
}
.profile__info__list i {
  width: 30px;
}
.user__form__wrapper form {
  display: flex;
  flex-wrap: wrap;
}
.user__profile__nav .nav-tabs {
  display: inline-block;
  border: none !important;
  width: 100%;
}
.user__profile__nav a i {
  width: 15%;
}
.user__profile__nav a {
  color: #000;
}
.user__profile__nav a:hover {
  color: #000;
}
.user__profile__nav .nav-tabs .nav-link {
  border: none !important;
}
.user__profile__nav .nav-link.active {
  color: #6aca20 !important;
  background: none;
}
.profile__pic p {
  text-transform: uppercase;
  margin: 0;
  padding-left: 0.9rem;
}
.profile__pic img {
  width: 15%;
}
.profile__pic {
  padding-bottom: 1rem;
}
.user__profile__content form {
  display: flex;
  flex-wrap: wrap;
}
.user__profile__content label {
  margin: 0;
}
form .btn {
  border: none;
  width: 13%;
  padding: 0.3rem;
  margin-left: 1rem;
  margin-top: 1rem;
  color: #fff;
  border-radius: 0;
}
.tab-pane form .pass__btn {
  border: none;
  width: 27%;
  padding: 0.3rem;
  margin-left: 1rem;
  margin-top: 1rem;
  color: #fff;
  border-radius: 0;
}
form .form__save {
  background: #6aca20;
}
form .form__save:hover {
  color: #fff;
}
form .form__cancle {
  background: #9e9e9ea6;
}
form .form__cancle:hover {
  color: #fff;
}
.user__form__wrapper form label {
  margin: 0;
}
.user__profile__content:before {
  content: "";
  display: block;
  background: #dcdcdc;
  width: 1px;
  height: 100%;
  position: absolute;
}
.history__detail p {
  text-transform: uppercase;
  font-weight: bold;
  margin: 0;
}
.history__detail ul {
  list-style: none;
  padding: 1rem 0;
}
.history__detail ul span {
  padding-left: 1rem;
}
.current__order__hist:before {
  content: "";
  display: block;
  background: #dcdcdc;
  width: 100%;
  height: 1px;
  position: absolute;
}
.current__order__hist:after {
  content: "";
  display: block;
  background: #dcdcdc;
  width: 100%;
  height: 1px;
  position: absolute;
}
.past__order__hist:after {
  content: "";
  display: block;
  background: #dcdcdc;
  width: 100%;
  height: 1px;
  position: absolute;
}
.order__detail___tlt__prc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
}
.user__profile__nav:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #dcdcdc;
  position: absolute;
  top: 0;
  right: 0;
}
.user__prof__upd {
  padding-bottom: 1rem;
}
.user__prof__upd label {
  cursor: pointer;
  color: #6aca20;
}
.user__prof__upd img {
  width: 15%;
}

/*cart css*/
.user__prof__avatar img {
  width: 40%;
}
.user__name__edit {
  display: block;
  padding-top: 0.6rem;
  padding-left: 0.5rem;
}
.user__name__edit a {
  text-decoration: none;
  color: #6aca20;
  margin-left: -1rem;
}
.user__prof__avatar {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/*delivery css*/
.place__order {
  display: none;
}
.delivery__details {
  padding: 1rem 1rem;
  position: absolute;
  left: 26%;
  top: 0;
  background-color: #f5f5f5;
  width: 50%;
}
#order__place {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  align-items: center;
  z-index: 9;
}
.pop__up__order__placed___close {
  display: flex;
  justify-content: flex-end;
  font-size: 1.5rem;
  cursor: pointer;
  margin-bottom: 1.5rem;
}

pop__up__order__placed___close form{
    max-height: 720px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.delivery__details form .form-control {
  border: 0;
  font-size: 14px;
  border-radius: 0;
}
.delivery__details form .form-control:focus {
  border: 1px solid #6aca20;
}
.delivery__details form label {
  margin: 0;
  color: #000;
  font-weight: 600;
}
.delivery__btn {
  font-size: 15px;
  border: none;
  color: #fff;
  font-weight: 600;
  background-color: #6aca20;
  width: 100%;
  padding: 7px 0;
}
.payment__methods {
  display: flex;
}
.delivery__details form .head__payment {
  margin-bottom: : 1rem;
}
.payment__methods .card {
  border: none;
  background-color: #fff;
  margin-right: 1rem;
  display: flex;
  align-items: center;
  padding: 1rem;
}
.card img {
  cursor: pointer;
}
.card span{
  display: flex;
  align-items: center;
  text-transform: capitalize;
}
.card span input{
  margin-right: 1rem;
}

/* new added css 20162020*/
.section.all_home__banner {
  padding: 3rem 0;
}
.popoverlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
/* new added css 20162020*/

/* new added cart delete button */
button.cart__delete__btn {
    border: none;
    background: #f5f5f5;
}

.cart__delete__btn i{
  color: #fd5d6c;
  font-size: 18px;
}
/* new added cart delete button */
.noty__wrapper {
  display: flex;
  align-items: center;
}
.noty__wrapper a{
  display: flex;
  text-decoration: none;
  color: #000;
}

.noty__img {
    display: flex;
    align-items: center;
    max-width: 10%;
    margin-right: 1rem;
}
.noty__img img {
  width: 100%;
}
.noty__content .noty__head{
  text-transform: capitalize;
  font-weight: 600;
}
.noty__content {
    display: flex;
    flex-direction: column;
}

/*newly added */
/*
.restaurant__thumb__img img{
    width: 174px;
    height: 165px;
    object-fit: contain;
}
*/
.f__rel__rest{
  text-transform: capitalize;
}
.f__rel__rest a{
color: #6aca20;
text-decoration: none;
}

/*LAST ADDED CARD-DETAILS KRAVE*/
.card_payment_details{
   margin-top: 6rem;
}
.crd__ifo__head{
   background: #333e48;
   color: #fff;
   text-transform: uppercase;
   text-align: center;
   padding: 1rem;
}
.card__dtle__wrapper form{
   display: flex;
   flex-direction: column;
   align-items: center;
   padding: 2.5rem .5rem;
}
.card__dtle__wrapper {
   background-color: #fff;
}
.payable_text .amt_pay{
   font-size: 16px;
}
button.crds-info__btn {
   width: 50%;
   border: none;
   background-color: #6aca20;
   padding: .7rem;
   color: #fff;
   margin-top: 1rem;
}
.suces__thumb_img{
   max-width: 20%;
   margin-right: 1rem;
}
.suces__thumb_img img{
   width: 100%;
}
.top__cont__model{
   align-items: center;
   justify-content: flex-start;
}
.linecolsr{
   border: none;
}

/*End CSS*/

/*LAST ADDED 3/20/2020*/
/* .palce__order{
    margin: 3rem 0
}
.form-row{
    margin: 2rem 0;
}
.delivery__details {
    background-color: #f5f5f5;
}
.delivery__details form .form-control{
    border: 0;
    font-size: 14px;
    border-radius: 0;
}
.delivery__details form .form-control:focus{
    border: 1px solid #6aca20;
}
.delivery__details form label {
    margin: 0;
    color: #000;
    font-weight: 600;
}
.delivery__btn{
    font-size: 15px;
    border: none;
    color: #fff;
    font-weight: 600;
    background-color: #6aca20;
    width: 100%;
    padding: 7px 0;
}
.payment__methods {
    display: flex;
    margin-bottom: 3rem;
}
.delivery__details form .head__payment{
    margin: 0;
}
.payment__methods .card{
    border: none;
    background-color: #f5f5f5;
}
.card img{
    width: 100%;
    cursor: pointer;
}
.payment__methods .card{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
}
.card span{
    text-align: center;
}
span.rad__typ__wrap {
    position: relative;
}
.card__mtd__field {
    position: absolute;
    left: -17px;
    bottom: 0;
    top: 3px;
} */


/* RESTAURANTS LIST  */
.res_ifo_d .wrp_res_d {
  display: grid;
  grid-template-columns: repeat(auto-fit, 48.33%);
  grid-gap: 2rem;
}
.res_d_itm {
  background-color: #fff;
  display: grid;
  grid-template-rows: 185px min-content;
  box-shadow: 0px 2px 7px 2px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0px 2px 7px 2px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 2px 7px 2px rgba(0, 0, 0, 0.12);
}
.res_d_itm .res_img__thub {
  max-height: 185px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.res_d_itm .res_img__thub img {
  width: 100%;
  object-fit: cover;
}
.res_d_itm .res_det_ifo {
  margin: 0.7rem 0.5rem;
}
.res_det_ifo .res_hed_nm {
  text-transform: capitalize;
  color: #333e48;
  position: relative;
  padding-bottom: 0.7rem;
  display: block;
}
.res_det_ifo .res_hed_nm h4 {
  font-size: 1.1rem;
  margin: 0;
}
.res_det_ifo .res_hed_nm:hover {
  text-decoration: none;
}
.res_det_ifo .res_hed_nm::after {
  content: "";
  background-color: #eeee;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.res_det_ifo .ad_ifo_res {
  margin-top: 0.4rem;
}
.ad_ifo_res .det_res_c {
  list-style-type: none;
  word-spacing: 0.1rem;
  margin: 0;
}
.det_res_c li {
  margin-bottom: 0.3rem;
  display: flex;
  align-items: center;
}
.det_res_c li i {
  font-size: 0.9rem;
  flex: 0 0 5%;
  color: #6aca20;
}

.sec__food__items .t__head__sec {
  margin-bottom: 0.5rem;
}
.t__head__sec h6 {
  text-transform: capitalize;
  color: #333e48;
  font-size: 1.1rem;
  font-weight: 500;
}
.wr_r_add_fo {
  width: 100%;
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(auto-fit, 32.33%);
}
.itm__rec__add {
  background-color: #fff;
  box-shadow: 0px 2px 7px 2px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0px 2px 7px 2px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 2px 7px 2px rgba(0, 0, 0, 0.12);
}
.i_re__ad_thub {
  /* cursor: pointer; */
  max-height: 240px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.i_re__ad_thub img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.i_re_cont {
  margin: 0.7rem 0.5rem;
}
.top_i_nam_pr {
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: capitalize;
}
.top_i_nam_pr .i__nme {
  color: #333e48;
  text-decoration: none;
}
.i_re_cont .top_i_nam_pr {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0.7rem;
}
.top_i_nam_pr .i__prc {
  display: flex;
  color: #6aca20;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.top_i_nam_pr:after {
  content: "";
  position: absolute;
  background-color: #eeee;
  height: 1px;
  width: 100%;
  bottom: 0;
}
.i_re_cont .i_rec_ad_cont {
  padding: 0.5rem 0;
}
.i_rec_ad_cont .i__cont__det {
  margin: 0;
}