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

* {
  box-sizing: border-box;
  margin: 0;
  /* font-family: 'Montserrat', sans-serif !important; */

}

.theme-light {
  --bg-color: #f2f3f4;
  --text-color: #000;
  --nav-bg: #212121;
  --line-col: #212121;
  --btn-color: #212121;
  --card-color: #212121;
  --card--text-color: #fff;
  --card-tab-color: #000000;
  --border-color: #212121;
  --text-color2: #ffffff;
  --profile-info-bg: #ffffff;
  --profile-info-text: #000000;
  --shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  --text-color2_: #ffffff;

}

.theme-dark {
  --bg-color: #212121;
  --text-color: #fff;
  --nav-bg: #F5F5F5;
  --line-col: #f2f3f4;
  --btn-color: #f2f3f4;
  --card-color: #f2f3f4;
  --card-tab-color: #ffffff;
  --card--text-color: #000;
  --border-color: #f2f3f4;
  --text-color2: #000000;
  --profile-info-bg: #ffffff;
  --profile-info-text: #000000;
  --shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  --text-color2_: #000000;
}


hr {
  color: var(--line-col);
  margin: 15px 12px;
  height: 2px !important;
}

body {
  background: var(--bg-color);
  font-family: 'Montserrat', sans-serif !important;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: var(--text-color) !important;
  font-family: 'Montserrat', sans-serif !important;
}

.d-inline-block.nav-log-width {
  max-width: 50px;
}

.btn.btn-color {
  color: var(--btn-color) !important;
}

.dark-light-theme {
  position: relative;
  z-index: 9999;
}

.card-bg {
  margin: 10px;
}

.card-body2 {
  background: var(--nav-bg);
  margin: 0;
  padding: 10px 0px;
  min-height: 60px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  border-radius: 15px;
}

.card-bg-tab {
  background: var(--card-tab-color) !important;
  margin: 0 !important;

}

.text-color {
  color: var(--card--text-color) !important;
}

.text-color2_ {
  color: var(--text-color2_) !important;
  margin: 0;
  font-size: 16px;
}

.text-star-color {
  color: #F17228 !important;
  font-weight: 700;
  display: inline-flex;
}

.card-img-h-250 {
  height: 250px;
  width: 100%;
  object-fit: cover;
}

.card-img-h-250-2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.navbar-toggler {
  background: #c2c2c2;
}

.font-size-seth {
  font-size: 54px;
}

.font-size-sets {
  font-size: 45px !important;
  font-size: 40px !important;
}

.kitchen_top_sub_section p {
  color: var(--text-color);
}

.payment_method {
  color: var(--bg-color) !important;
}


/* The switch - the box around the slider */
.switch {
  position: fixed;
  display: inline-block;
  width: 60px;
  height: 34px;
  right: 10px;
  top: 15px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 40px;
  width: 40px;
  left: 0px;
  bottom: 4px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: 0 0px 15px #2020203d;
  background: white url("https://i.ibb.co/FxzBYR9/night.png");
  background-repeat: no-repeat;
  background-position: center;
}

input:checked+.slider {
  background-color: #2196f3;
}

input:focus+.slider {
  box-shadow: 0 0 1px #2196f3;
}

input:checked+.slider:before {
  -webkit-transform: translateX(24px);
  -ms-transform: translateX(24px);
  transform: translateX(24px);
  background: white url("https://i.ibb.co/7JfqXxB/sunny.png");
  background-repeat: no-repeat;
  background-position: center;
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}


.header-set .navbar {
  border-radius: 0;
}



















@media (min-width: 576px) {
  .modal-dialog {
    max-width: 400px;

    .modal-content {
      padding: 1rem;
    }
  }
}

.modal-header {
  .close {
    margin-top: -1.5rem;
  }
}

.form-title {
  margin: -2rem 0rem 2rem;
}

.btn-round {
  border-radius: 3rem;
}

.delimiter {
  padding: 1rem;
}

.social-buttons {
  .btn {
    margin: 0 0.5rem 1rem;
  }
}

.signup-section {
  padding: 0.3rem 0rem;
}


.padding-top-bottom-50 {
  padding: 50px 0px;
}

.padding-top-bottom-100 {
  padding: 100px 0px;
}

.padding-top-bottom-150 {
  padding: 150px 0px;
}

.padding-top-bottom-200 {
  padding: 200px 0px;
}

.padding-top-bottom-250 {
  padding: 250px 0px;
}

.margin-top-25 {
  margin-top: 25px;
}

.padding-top-bottom-25 {
  padding: 25px 0px;
}

.padding-top-bottom-25-15 {
  padding: 25px 15px;
}


ul li {
  list-style: none;
}

a {
  text-decoration: none;
}

/* ====================== nav-bar ======================== */

.kitchen_top_main_section .main_logo {
  color: rgb(239, 129, 45);
  font-size: 36px;
  font-weight: 500;
}

.kitchen_top_main_section .navbar {
  padding: 2.5rem 0rem;

}

.kitchen_top_main_section .navbar::after {
  content: "";
  display: inline;
  position: absolute;
  border-bottom: 1px solid #2E4765;
  opacity: 0.2;
  width: 100%;
  bottom: 42px;
}

.kitchen_top_main_section .navbar-nav .nav-item-border:hover {
  border-radius: 3px;
  opacity: 1;
  border-bottom: 5px solid #EF4C00;
}


.kitchen_top_main_section .navbar-nav .nav-item.active {
  border-radius: 3px;
  opacity: 1;
  border-bottom: 5px solid #EF4C00;
}

.kitchen_top_main_section .navbar-light .navbar-nav .nav-link {
  text-align: left;
  color: #2E4765;
  text-transform: capitalize;
  padding: 15px 30px;
  font-weight: 500;
}

.kitchen_top_main_section .nav-image {

  padding: 0px 30px;
}

.main_btn {
  background-color: rgb(239, 129, 45);
  border-radius: 10px;
  padding: 10px 15px;
  border: none;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  list-style: none;
}

.d-set-flex {
  display: flex;
  text-decoration: none;
}


.d-set-flex a {
  text-decoration: none;
}


.d-set-flex a:hover {
  color: #fff;
}

.kitchen_top_sub_section {
  padding-bottom: 0px;
}

.kitchen_top_main_section .client-image {
  width: 45px;
  height: 45px;
  border-radius: 50%;
}

.kitchen_top_sub_section .kitchen_top_sub_section_image .kitchen_top_sub_section_image_one {
  width: 100%;
}

.kitchen_sub_section_image {
  margin-top: 30px;
}

.kitchen_top_sub_section .kitchen_order_card {
  width: auto;
  border-radius: 10px;
  border: none;
  text-align: center;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  background: var(--bs-light);
}

.kitchen_top_sub_section .kitchen_order_card .kitchen_main_card_info .card_order_image {
  width: 100%;
  padding: 30px 0px;
}

.kitchen_main_card_info .kitchen_card_info {
  font-size: 21px;
  font-weight: 700;
  color: rgb(47, 63, 79);
  margin-bottom: 0;
}

.kitchen_order_card .kitchen_main_card_info .kitchen_main_card_time {
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 0;
  color: #fd7e14;
}

.kitchen_top_sub_section .kitchen_sub_section_image .sub_section_image_two {
  width: 100%;
  margin-top: 10px;
}

.kitchen_main_card_info .kitchen_main_card_two {
  width: 100%;
}

.kitchen_main_detalis .kitchen_main_address {
  display: grid;
  grid-template-columns: auto;
  row-gap: 10px;
}

.kitchen_main_title {
  font-size: 36px;
  color: #000;
  font-weight: 700;
}

._kitchen_address {
  font-size: 16px;
  margin-bottom: 0;
  color: var(--text-color);
  font-weight: 400;
  display: flex;
  align-items: baseline;
  padding-bottom: 10px;
  opacity: .8;
}

.kitchen_main_icon {
  padding-right: 8px;
  font-size: 16px;
}

.time_hightlight {
  color: green;
  font-size: 16px;
  font-weight: 600;
  padding-right: 5px;
}

.kitchen_sub_box {
  display: flex;
  justify-content: center;
  border: 1px solid #fff;
  padding: 10px 30px;
  align-items: center;
  border-radius: 10px;
  opacity: 1;
  cursor: pointer;
}

.kitchen_sub_box .kitchen_sub_box_title {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 600;
  padding-left: 5px;
  color: #fff;
}

.kitchen_main_detalis {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.color-set {
  color: #EF4C00;
}

.stripe-button-el span {
  width: 100%;
  height: auto !important;
  min-height: 100% !important;
  padding: 10px !important;
  line-height: 20px !important;
}

.stripe-button-el {
  width: 100%;
}


.pay-btn {
  width: 100%;
  display: block;
  font-size: 14px;
}

/* tab */

.kitchen_blog_section .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link {
  text-transform: capitalize;
}

.kitchen_blog_section .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #EF4C00;
  background-color: transparent;
  border-color: transparent;
  border-bottom: 4px solid #EF4C00 !important;
  font-weight: 600;
  border-right: none;
}

.nav-tabs.nav-border .nav-link.active {
  color: #EF4C00;
  background-color: transparent;
  border-color: transparent;
  border-bottom: none;
  font-weight: 600;
  border-right: 4px solid #EF4C00;
  border-bottom: none !important;
  margin-right: -4px;
}

.kitchen_blog_section .nav-tabs>li>a {
  text-transform: uppercase;
  color: #EF4C00;
  font-weight: 500;
}

.kitchen_blog_section .nav-tabs .nav-link:hover {
  border-color: transparent;
  border-bottom: 3px solid #000;
}

.kitchen_blog_section .navbar {
  border-bottom: 1px solid #00000012;
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
  background-color: #ffffff !important;
}



.kitchen_main_detalis .nav-link {
  display: block;
  padding: .5rem 1rem;
  color: var(--bg-color);
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
}

.kitchen_main_detalis .nav {
  width: 100%;
}

.kitchen_main_detalis .nav-tabs {
  border-bottom: 4px solid #dee2e6;
}

.kitchen_main_detalis .nav-border {
  border-right: 4px solid #dee2e6 !important;
  border-bottom: none;
}

.kitchen_main_detalis .nav-tabs .nav-link#menu_category_tab {
  margin-bottom: 0px;
}

.kitchen_main_detalis .nav-tabs .nav-link {
  margin-bottom: -4px;
}

.menu_item .meal {
  text-align: left;
  color: #000000;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}

.kitchen_main_detalis .food_item .items {
  background: #EF4C00 0% 0% no-repeat padding-box;
  border-radius: 28px;
  color: #fff;
  text-decoration: none;
  padding: 5px 15px;
}

/*  */

.card {
  overflow: hidden;
  border-radius: 6px !important;
  /* border: 1px solid lavender; */
  margin: 10px;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-thumb {
  background: #cccccc;
  border-radius: 10px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

.blog_food_detalis {
  padding: 15px 15px;
  display: grid;
  grid-template-columns: auto;
  row-gap: 10px;
}

.blog_food_detalis .food_blog_title {
  text-align: left;
  color: #000 !important;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

.star_color_image {
  color: #EF4C00;
  font-size: 14px;
}

.food_star {
  display: flex;
  align-items: baseline;


}

.review_card .review_card_text {
  text-align: left;
  color: #2E4765;
  font-size: 14px;
  padding-left: 5px;
  margin-bottom: 0;
}

.food_main_time p {
  font-size: 16px;
  margin-bottom: 0;
}

.kitchen_blog_section .card .blog_food_detalis .food_name {
  display: flex;
  justify-content: space-between;
}

.kitchen_blog_section .card .blog_food_detalis .food_name .food_main_btn .btn_main {
  padding: 5px 10px;
  border-radius: 15px;
}

.kitchen_blog_section .card .blog_food_detalis .food_name .food_main_btn .btn_main a {
  text-decoration: none;
  color: #000;
  font-size: 20px;
  font-weight: 600;
}

.kitchen_blog_section .card .blog_food_detalis .food_star .star_color_image {
  color: #fd7e14;
}

.kitchen_blog_section .card .blog_food_detalis .food_star .star_color_image_ {
  color: #fd7e14;
  opacity: 0.2;
}

.kitchen_blog_section .card .blog_food_detalis .review_card .review_card_text {
  color: #2E4765;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
  margin-left: 5px;
}

.kitchen_blog_section .card .blog_food_detalis .blog_food_title .food_blog_title {
  color: #EF4C00;
  font-size: 21px;
  font-weight: 600;
}

.kitchen_main_detalis .padding-set-sm-kitchen-navbar {
  padding: 0;
  position: sticky;
  top: 150px;
}

.food_name {
  display: flex;
  justify-content: space-between;
}

.food_main_btn .btn_sm {
  background: #2E47650D 0% 0% no-repeat padding-box;
  border-radius: 10px;
  color: #2E4765;
  padding: 4px 10px;
}


.grid_set {
  display: grid;
  min-height: 100%;
  align-items: center;
  align-content: center;
}

.border-set {
  border: 2px solid #2E4765;
  opacity: 0.2;
}




.cart.left {
  float: left;
}

.cart.right {
  float: right;
}

.cart.clr {
  clear: both;
}

.cart.align-left {
  text-align: left;
}

.cart.align-right {
  text-align: right;
}

.cart.align-center {
  text-align: center;
}



.cart.icon {
  background: url('https://s.cdpn.io/6035/glyphicons-halflings-white.png') no-repeat;
  display: inline-block;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-top: 1px;
  line-height: 14px;
  vertical-align: text-top;
  background-position: 14px 14px;
}

.cart .icon-plus {
  background-position: -408px -96px;
}

.cart .icon-minus {
  background-position: -433px -96px;
}

.cart .icon-remove {
  background-position: -312px 0;
}

.cart .btn-quantity {
  transition: background-color .3s ease;
  font-size: 0.8em;
  box-shadow: 0 0 5px #0003;
  border-radius: 10px;
  padding: 0px 0px;
  background: #EF8700;
  border: none;
  width: 40px;
  height: 40px;
}

.cart .btn-quantity.plus {
  color: #478298;
}

.cart .btn-quantity.plus:hover {
  color: #004d00;
}

.cart .btn-quantity.minus {
  color: #478298;
}

.cart .btn-quantity.minus:hover {
  color: #cc0000;
}

.cart .btn-remove {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 10;
  text-align: center;
  display: inline-block;
  color: #e94343;
  font-size: 1.4em;
}

.cart .btn-remove:hover {
  color: #060606;
}

.cart .btn-remove .icon {
  margin-top: 2px;
}

.cart .btn-checkout {
  color: #fff;
  text-decoration: none;
  margin: 20px 0 0;
  padding: 10px 0;
  border-radius: 5px;
  text-align: center;
  display: block;
  line-height: 25px;
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.3);
  transition: background-color 0.3s ease;
  background: #478298;
  width: 40%;
  font-size: 2em;
}

.cart .btn-checkout:hover {
  background: #25a25a;
}

.cart .items {
  margin: 0;
  padding: 0;
  list-style: none;
}

.cart .item {
  background: var(--card-color);
  border-radius: 5px;
  /* box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); */
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px 15px;
}

.cart .item .inner_container {
  width: 20%;
  display: flex;
  justify-content: end;
  align-items: center;
}

.cart .item img {
  border-radius: 10px 0 0 10px;
}

.cart .item .preview {
  width: 50%;
}

.cart .item .preview ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  height: 100%;
}

.cart .item .preview li {
  position: absolute;
  top: 0;
  opacity: 0;
}

.cart .item .preview li.active {
  opacity: 1;
}

.cart .item .details {
  padding: 10px 30px;
  position: relative;
  overflow: hidden;
  width: 75%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.cart .item .details h3 {
  margin: 0;
  position: relative;
  z-index: 1;
  font-size: 2em;
}

.cart .item .details p {
  font-size: 1em;
  color: var(--bg-color);
  margin: 0;
}

.cart .item .details input[type="number"] {
  width: 50px;
  height: 30px;
  padding: 2px;
  outline: none;
  border-radius: 5px;
  border: none;
  border: 1px solid #ccc;
}

.cart .summary {
  padding: 20px;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  margin-bottom: 80px;
}

.cart .summary .meta-data {
  border-right: 1px solid #eee;
  padding-right: 10%;
}

.cart .summary .total {
  font-size: 2em;
  text-align: center;
  line-height: 65px;
}



.cart .picker {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

.cart .quantity-text {
  margin: 0 20px;
  font-size: 1.2em;
}

.cart .sub-total,
.taxes {
  font-size: 1.5em;
  margin: 10px 0;
}

.cart .btn-summary {
  display: flex;
  justify-content: space-around;
  font-family: "Amatic SC", cursive;
}

.cart .btn-reverse {
  background-color: #fff;
  color: #478298;
  border: 1px solid #478298;
}

.cart .delivery-payment {
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
}

.cart .delivery-address,
.payment-details {
  width: 49%;
  border-radius: 10px;
  box-shadow: 0 0 5px #00000030;
  background-color: #fff;
  padding: 0px 30px 30px 30px;
  margin-bottom: 20px;
}



.cart .coupon {
  display: flex;
  border-radius: 10px;
  box-shadow: 0 0 5px #00000030;
  background-color: #fff;
  padding: 5px 30px;
  align-items: center;
  margin-bottom: 20px;
}

.cart .coupon h3 {
  margin-right: 30px;
  font-family: "Amatic SC", cursive;
  font-size: 2em;
}

.cart input {
  min-height: 100%;
  padding: 10px;
  border: none;
}

#coupon_code_msg {
  margin: 0;
}

.btn.btn-success.btn-sm.btn-set-m-10 {
  padding: 10px 10px;
}

.address_payment {
  padding-bottom: 10px;
}


.details h5 {
  color: var(--bg-color) !important;
  margin: 0;
}

.mark-prod-fav-btn {
  background: none;
}


.cart .summary-content {
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
}

@media only screen and (max-width: 900px) {
  .cart .h1 {
    font-size: 3em;
  }

  .cart .item .details h3 {
    font-size: 1.2em;
  }

  .cart .quantity-text {
    font-size: 1em;
  }

  .cart .btn-remove {
    right: 15px;
    font-size: 1.4em;
  }

  .cart .item .details p {
    font-size: 0.8em;
  }

  .cart .picker {
    margin-right: 10px;
  }

  .cart .btn-quantity {
    font-size: 0.6em;
  }
}

@media only screen and (max-width: 768px) {
  .cart .item {
    flex-direction: column;
    margin: auto;
    margin-bottom: 30px;
  }

  .cart .item .preview {
    width: 100%;
  }

  .cart .item .details {
    padding: 15px 0px;
    width: 100%;
  }

  .cart .item img {
    border-radius: 10px 10px 0 0;
  }

  .cart .item .details h3 {
    font-size: 1.2em;
    text-align: center;
  }

  .cart h1 {
    font-size: 2em;
  }



  .cart .item .details p {
    font-size: 1em;
    text-align: left;
  }

  .cart .item .inner_container {
    width: 100%;
    margin-bottom: 20px;
  }

  .cart .grid_12.summary {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    margin-bottom: 0;
  }


  .cart .sub-total,
  .taxes {
    font-size: 1em;
  }

  .cart .summary .total {
    font-size: 1.6em;
    line-height: 1em;
    margin: 10px 0;
  }

  .cart .delivery-payment {
    margin-top: 60px;
  }

  .cart .coupon {
    flex-direction: column;
    padding: 30px 0px;
  }

  .cart .coupon h3 {
    margin: 0;
  }

  .cart .btn-checkout {
    font-size: 1.6em;
  }

}

@media only screen and (max-width: 480px) {
  .cart .btn-checkout {
    font-size: 1.2em;
  }

  .cart .btn-remove {
    font-size: 1.2em;
  }
}

.nav-border {
  border-right: 3px solid #fc4a1a;
}

.food_image_bg {
  background-image: url('../../user_assets/profileImages/profile_background.webp');
  min-height: 400px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.food_image {
  width: 215px;
  bottom: -25px;
  object-fit: cover;
}

@media (min-width:1601px) {
  .food_image {
    height: 215px;
  }
}

.food_btn {
  display: flex;
  justify-content: end;
  margin-top: 2rem;
}

.food_btn_text {
  color: #FFB30E !important;
  padding: 10px 10px;
  text-decoration: none;
  margin: 0;
  border: 1px solid #ededed;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  margin-left: 20px;
  background: #ffffff;
  border-radius: 15;
  font-weight: 600;
}

.users_name .user_name {
  font-size: 30px;
  color: #fff !important;
  font-weight: 600;
}


.nav-pills .nav-link {
  padding: 20px;
  height: 100%;
  border: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #333;
  transition: all 0.3s;
}

.nav-pills .nav-link.active {
  background: #fff;
  border-left: 7px solid #EF8700;
  color: #fff;
  /* box-shadow: 0 2px 15px rgb(0 0 0 / 10%); */
  letter-spacing: 0px;
  color: #EF8700;
  outline: none;
}

.nav-pills .nav-link {
  border-radius: 0px;
}


.img-cont {
  max-width: 350px;
  width: 100%;
}

.tab-bg {
  background: var(--card-color) !important;
  border-radius: 5px;
  padding: 20px;
  border: 1px solid #ededed;
}

.tab-bg h3 strong {
  color: var(--text-color2);
  font-size: 24px;
}

.tab-bg h3 {
  margin-bottom: 0;
}

.tab-bg .heading-three-set {
  margin: 0;
}

.heading-three-set .shipment {
  margin: 0;
}

.tab-bg .order-set {
  color: var(--text-color2);
  margin: 0;

}

#v-pills-tab {
  background: var(--card-color) !important;
  border-radius: 5px;
  min-height: 300px;
  border: 1px solid #ededed;
  position: sticky;
  top: 150px;
}

.title .payment {
  text-align: left;
  letter-spacing: 0px;
  font-size: 24px;
  font-weight: 700;
  color: #EF8700;
  padding: 20px;
  margin: 0;
}

.user_title {
  color: var(--text-color2) !important;
  font-weight: 800;
  font-size: 24px;
  margin-bottom: 0;
}



.user_about_info {
  color: var(--text-color2) !important;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 0;
  padding: 20px 0px;
}

.info_user {
  padding: 20px 0px;
}

.address_text {
  color: var(--text-color2) !important;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 0px;
}

.address_highlight {
  color: #EF8700;
  font-size: 20px;
  font-weight: 600;
}

.address_info {
  margin: 30px 0px;
}

.p-25 {
  padding: 25px 15px;
}

.user_text {
  color: var(--text-color2) !important;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 0;
}

.info_user_text {
  color: var(--text-color2) !important;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 0;
}

.p-ab-btm-50 {
  position: absolute;
  bottom: -10px;
  display: flex;
  align-items: center;
}

.pt-100 {
  padding-top: 100px;
}

@media (max-width:576px) {

  .food_image_bg {
    min-height: 140px;
  }

  .food_image {
    width: 76px;
    bottom: -20px;
  }

  .food_btn {
    margin-top: 12px;
  }

  .food_btn_text {
    font-size: 12px;
  }

  #v-pills-tab {
    min-height: 45px;
    margin-bottom: 16px;
  }

  .nav-pills .nav-link {
    padding: 10px;
    margin: 5px 0px;
  }

  .p-ab-btm-50 {
    bottom: 25px;
  }

  .users_name .user_name {
    font-size: 16px;
  }

  .nav.flex-column {
    flex-direction: row !important;
    justify-content: space-around;
  }

  .nav-pills .nav-link.active {
    border-bottom: 3px solid #EF8700;
    border-left: none;
    outline: none;
  }

  .plus_minus_Btn_div {
    margin: 10px 0px;
  }


}

@media (min-width:577px) and (max-width:768px) {
  .food_image_bg {
    min-height: 200px;
  }

  .food_image {
    width: 76px;
    bottom: -20px;
  }

  .food_btn {
    margin-top: 12px;
  }

  .food_btn_text {
    font-size: 12px;
  }

  #v-pills-tab {
    min-height: 45px;
    margin-bottom: 16px;
  }

  .nav-pills .nav-link {
    padding: 10px;
  }

  .p-ab-btm-50 {
    bottom: 25px;
  }

  .profile-tabs-section .pt-100 {
    padding-top: 50px !important;
  }

  .users_name .user_name {
    font-size: 16px;
  }

  .nav.flex-column {
    flex-direction: row !important;
    justify-content: space-around;
  }

  .nav-pills .nav-link.active {
    border-bottom: 3px solid #EF8700;
    border-left: none;
  }

  .p-25 {
    padding: 0px 15px;
  }

  .rest_name {
    margin-top: 15px;
  }

  .HeartAnimation2 {
    height: 35px !important;
    width: 70px !important;
    left: -10px !important;
    top: 0px !important;
  }
}

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

  .food_image_bg {
    min-height: 200px;
  }

  .p-25 {
    padding: 0px 15px;
  }

  .food_image {
    width: 76px;
    bottom: -20px;
  }

  .rest_name {
    margin-top: 15px;
  }

  .HeartAnimation2 {
    height: 35px !important;
    width: 70px !important;
    left: -10px !important;
    top: 0px !important;
  }

  .food_btn {
    margin-top: 12px;
  }

  .food_btn_text {
    font-size: 12px;
  }

  #v-pills-tab {
    min-height: 40px;
    margin-bottom: 16px;
  }

  .nav-pills .nav-link {
    padding: 10px;
  }

  .p-ab-btm-50 {
    bottom: 25px;
  }

  .profile-tabs-section .pt-100 {
    padding-top: 50px;
  }

  .users_name .user_name {
    font-size: 16px;
  }

  .nav.flex-column {
    flex-direction: row !important;
    justify-content: space-around;
  }

  .nav-pills .nav-link.active {
    border-bottom: 4px solid #EF8700;
    border-left: none;
  }


}

@media (min-width:993px) and (max-width:1024px) {

  .food_image_bg {
    min-height: 300px;
  }

  .food_image {
    width: 90px;
    bottom: -20px;
  }

  .food_btn {
    margin-top: 12px;
  }

  .food_btn_text {
    font-size: 12px;
  }

  #v-pills-tab {
    min-height: 190px;
    margin-bottom: 16px;
  }

  .nav-pills .nav-link {
    padding: 10px;
  }

  .p-ab-btm-50 {
    bottom: 25px;
  }

  .users_name .user_name {
    font-size: 16px;
  }

  .HeartAnimation2 {
    width: 80px !important;
    left: -23px !important;
    top: 0px !important;
  }

  .btn-design {
    padding: 10px;
    margin-left: 15px;
    font-size: 14px;
  }

  .search-section {
    width: 150px !important;
  }
}

@media (min-width:1025px) and (max-width:1600px) {

  .food_image_bg {
    min-height: 300px;
  }

  .btn-design {
    padding: 10px;
    margin-left: 15px;
    font-size: 14px;
  }

  .HeartAnimation2 {
    width: 80px !important;
    left: -23px !important;
    top: 0px !important;
  }

  .food_image {
    width: 100px;
    bottom: -20px;
  }

  .food_btn {
    margin-top: 12px;
  }

  .food_btn_text {
    font-size: 12px;
  }

  #v-pills-tab {
    min-height: 190px;
    margin-bottom: 16px;
  }

  .nav-pills .nav-link {
    padding: 10px;
  }

  .p-ab-btm-50 {
    bottom: 25px;
  }

  .users_name .user_name {
    font-size: 16px;
  }

}

.error {
  color: rgb(255, 00, 0) !important;
  font-weight: 500 !important;
  display: block;
}

/* Cart page start from here*/
.payment_getway .cart {
  margin: 20px 0;
  background-color: var(--card-color);
  padding: 30px 15px;
  border-radius: 10px;
}

.payment_getway .food_logo {
  /* display: flex; */
  display: -webkit-inline-box;
}

.payment_getway .food_logo_name {
  color: var(--text-color2);
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 0;
}

.payment_getway .logo {
  width: 80px;
  padding-right: 10px;
}

.payment_getway .select_address {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.payment_getway .plus_select {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background: #EF8700;
  text-decoration: none;
  /* margin-right: 45px; */
  display: flex;
  justify-content: center;
}

.payment_getway .plus_add {
  font-size: 28px;
  color: var(--text-color2);
}

.payment_getway .trash_item {
  color: #000000;
}

.payment_getway .trash_item:hover {
  color: #000000;
}


.payment_getway .food_sub_name {
  color: var(--text-color2);
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 0;
}

.payment_getway .payment_hightlight {
  color: #FF0000;
  font-size: 18px;
  font-weight: 500;
  text-align: right;
}

.payment_getway .item .item_name {
  text-align: left;
  color: var(--text-color2) !important;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0;
}

.payment .cart {
  margin: 20px 0;
  background-color: #Ffff;
  padding: 60px 0;
  border-radius: 10px;

}

.payment_getway .item .item_information {
  text-align: left;
  color: var(--text-color2);
  font-weight: 600;
  font-size: 16px;
  margin: 0;
}

.bg-white-set {
  background: #fff;
  border-radius: 10px;
  margin: 0;
}

.payment_getway .total-price {
  padding-bottom: 15px;
}

.payment_getway .cart-item {
  box-shadow: 0px -10px 6px -2px rgba(0, 0, 0, 0.01), 0 10px 4px -1px rgba(0, 0, 0, 0.11);
  padding: 10px;
  margin-bottom: 20px;
}

.payment_getway .cart-item .item {
  background: var(--card-color);
  border-radius: 5px;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 0px;
  padding: 0px 15px;
}

.payment_getway .center-item-flex-mt-10 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 100%;
}

.payment_getway .cart-item img {
  width: 115px;
  border-radius: 10px;
  padding-right: 10px;
}

.payment_getway .cart-item .cart-image-section {
  border-radius: 0 !important;
  padding-right: 0 !important;
  /* width: 100% !important; */
}

.payment_getway .cart-item .item.item-cart-section {
  display: block;
  padding: 0;
  margin: 0;
}

.payment_getway .cart-item .remove-item {
  width: 25px !important;
}

.payment_getway .btn-default {
  background-color: #fff;
}

.payment_getway .cart-item .form-control {
  border: 2px solid var(--bg-color);
  width: 55px !important;
  border-radius: 10px !important;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  margin: 0px 10px;
  height: 40px;
}

.payment_getway .payment_total {
  color: var(--text-color2) !important;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 2;
}

.payment_getway .payment_total_tax {
  color: var(--text-color2) !important;
  font-weight: bold;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 2.5;
}

.payment .input-group {
  width: unset;
  flex-wrap: nowrap;
}

.payment_getway .status {
  text-align: right;
}

.payment_getway .check-out {
  padding: 10px 100px;
  font-size: 19px;
  background-color: #EF8700;
  border: none;
  color: #fff;
  font-weight: 600;
}

.payment .check-out:hover {
  color: #fff;
}

.input-coupon {
  width: 100%;
  border-radius: 5px;
}

/* .btn-set-m-10 {
  margin-left: 10px;
} */

/* =================== count ================ */
.payment_money {
  text-align: right;
  color: var(--text-color2);
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 0;
  padding-right: 10px;
}

.cart-count {
  display: flex;
  width: 100%;
  height: 30px;
}

.cart-count .counter {
  border: 0;
}

.cart-count .minus,
.cart-count .plus {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #EF8700;
  border: 0;
  border-radius: 50%;
}

.cart-count .minus:hover,
.cart-count .plus:hover {
  border: 0;
}

.cart-count .minus::before,
.cart-count .minus::after,
.cart-count .plus::before,
.cart-count .plus::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 9px);
  width: 18px;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.28s ease-in-out;
}

.cart-count .minus:hover::before,
.cart-count .minus:hover::after {
  transform: rotate(-180deg);
}

.cart-count .plus {
  background-color: #EF8700;
}

.cart-count .plus:hover::before {
  transform: rotate(90deg);
}

.cart-count .plus:hover::after {
  transform: rotate(180deg);
}

.cart-count .plus::after {
  transform: rotate(90deg);
}

.cart-count input[type=number] {
  width: 40px;
  margin: 0;
  padding: 3px 0;
  text-align: center;
}

.cart-count .counter {
  border: 0;
  background: transparent;
}

.cart-count input[type=number]::-webkit-inner-spin-button {
  display: none;
}

.cart-count button {
  display: none;
}

.cart-item .fa-trash {
  color: var(--text-color2);
}

/* ============================ tab ====================== */
.nav-tabs .nav-link {
  border: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #EF4C00;
  background-color: transparent;
  border-color: transparent;
  border-bottom: 4px solid #EF4C00 !important;
  font-weight: 600;
  border-right: none;
  border-top-right-radius: 0;
}

.nav-tabs.nav-border .nav-link.active {
  color: #EF4C00;
  background-color: transparent;
  border-color: transparent;
  border-bottom: none;
  font-weight: 600;
  border-right: 4px solid #EF4C00;
  border-bottom: none !important;
  margin-right: -4px;
}

.nav-tabs>li>a {
  text-transform: lowercase;
  color: #6C6C6C;
  font-weight: 500;
}

.nav-tabs .nav-link:hover {
  border-color: transparent;
  color: #EF4C00;
}



.navbar {
  border-bottom: 1px solid #00000012;
  background-color: var(--nav-bg) !important;
  border-radius: 5px;
}

.header-set .navbar {
  padding: 15px 0px !important;
}

.btn-design {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  margin-left: 20px;
  background: #ffffff;
  border-radius: 0;
}

.btn-submit-design {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  margin-left: 20px;
  background: #ffffff;
  border-radius: 15;
}

.search-section {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  background: #ffffff;
  border-radius: 15;
  width: 250px;
}


.button-42:hover {
  box-shadow: rgba(253, 76, 0, 0.5) 0 3px 8px;
}

.nav-link {
  display: block;
  padding: .5rem 1rem;
  color: #2E4765;
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
}

.nav {
  width: 100%;
}

.nav-tabs {
  border-bottom: none;
}

/* .nav-tabs {
    border-bottom: 5px solid #dee2e6;
} */

.nav-border {
  border-right: 5px solid #dee2e6 !important;
  border-bottom: none;
}

.nav-tabs .nav-link {
  margin-bottom: -4px;
}

.menu_item .meal {
  text-align: left;
  color: #000000;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}

.food_item .items {
  background: #EF4C00 0% 0% no-repeat padding-box;
  border-radius: 28px;
  color: #fff;
  text-decoration: none;
  padding: 5px 15px;
}

.payment_method_list {
  color: #000000;
  font-weight: 600;
  font-size: 30px;
  margin: 0;
  padding: 1rem 0 0;
}

.cart_add_f {
  margin: 20px 0;
  background-color: #Ffff;
  padding: 60px 0;
  border-radius: 10px;

}

.cart .items .product-image {
  width: 100%;
}

.food_logo .restaurant-image {
  width: 100%;
}

/* ========================================== */

.payment .input-hide {
  float: right;
  cursor: pointer;
}

.payment select.form-control:hover {
  background: #F8F9F9;
}

.payment option select.form-control :hover {
  background: #F8F9F9;
}

.payment input {
  font-size: 18px;
  color: #4b6cb7;
  background-color: #f7f7f7;
  padding: 13px 13px 13px 20px;
  box-sizing: border-box;
  border: 3px solid rgba(0, 0, 0, 0);
}

.payment .form-control:focus {
  border: 3px solid #2ECC71;
}

.payment #pay-now {
  font-size: 20px;
  color: #f7f7f7;
  background-color: #EF4C00;
  width: 100%;
  padding: 13px 13px 13px 20px;
  box-sizing: border-box;
  border: 3px solid rgba(0, 0, 0, 0);
  transition: all .3s linear;
}

.payment #pay-now a {
  text-decoration: none;
  color: #4b6cb7;
}

.payment #pay-now:hover {
  color: #f7f7f7;
  outline: none;
  transition: all .3s linear;
}

.cart_add_f .payment_address {
  padding-left: 10px;
  color: #7D7D7D;
  font-weight: 500;
  font-size: 25px;
}

.cart_add_f .payment_method {
  font: normal normal 600 30px/37px Montserrat;
  color: #000000;
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 0;
  padding-left: 60px;
}

.products {
  padding-top: 30px;
}

.payment .form-control {
  margin: 10px 0px;
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}


/* ===================================================== */



/* ====================== media query ==================== */

@media (max-width:576px) {
  .navbar .nav-tabs {
    display: flex;
    overflow-x: scroll;
    flex-wrap: nowrap;
    overflow-y: hidden;
  }

  .nav-link {
    padding: 15px 20px;
    width: 150px;
    font-size: 14px;

  }

  ::-webkit-scrollbar {
    width: 1em;
    height: 5px;
  }

  ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.3);
  }

  .nav-tabs {
    border-bottom: 2px solid #dee2e6;
  }

  .food_blog_title {
    font-size: 19px;
  }

  .nav-tabs .nav-link {
    margin-bottom: -4px;
  }


  .cart-count {
    display: flex;
    width: 55%;
    height: 30px;
  }

  .payment_getway .cart {
    padding: 20px 15px;
  }

  .payment .cart {
    padding: 20px 15px;
  }

  .cart_add_f .payment_method_list {
    font-size: 20px;
  }

}

@media (min-width:768px) and (max-width:992px) {
  .payment_getway .food_logo_name {
    font-size: 16px;
  }

  .payment_getway .item .item_name {
    font-size: 12px;
  }

  .payment_getway .cart-item .cart-image-section {
    width: 100%;
  }

  .payment_getway .item .item_information {
    font-size: 12px;
  }

}


/*For range selector*/
.range-container {
  position: relative;
  width: 100%;
  height: 100px;
  margin-top: 30px;
}

input[type="range"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  outline: none;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  background-color: transparent;
  pointer-events: none;
}

.slider-track {
  width: 100%;
  height: 5px;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  border-radius: 5px;
}

input[type="range"]::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  height: 5px;
}

input[type="range"]::-moz-range-track {
  -moz-appearance: none;
  height: 5px;
}

input[type="range"]::-ms-track {
  appearance: none;
  height: 5px;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 1.7em;
  width: 1.7em;
  background-color: #3264fe;
  cursor: pointer;
  margin-top: -9px;
  pointer-events: auto;
  border-radius: 50%;
}

input[type="range"]::-moz-range-thumb {
  -webkit-appearance: none;
  height: 1.7em;
  width: 1.7em;
  cursor: pointer;
  border-radius: 50%;
  background-color: #3264fe;
  pointer-events: auto;
}

input[type="range"]::-ms-thumb {
  appearance: none;
  height: 1.7em;
  width: 1.7em;
  cursor: pointer;
  border-radius: 50%;
  background-color: #3264fe;
  pointer-events: auto;
}

input[type="range"]:active::-webkit-slider-thumb {
  background-color: #ffffff;
  border: 3px solid #3264fe;
}

.values {
  background-color: #3264fe;
  width: 32%;
  position: relative;
  margin: auto;
  /* padding: 10px 0; */
  border-radius: 5px;
  text-align: center;
  font-weight: 500;
  /* font-size: 25px; */
  color: #ffffff;
  margin-bottom: 17px
}

.values:before {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  border-top: 15px solid #3264fe;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  margin: auto;
  bottom: -14px;
  left: 0;
  right: 0;
}

.img-landing-banner {
  margin-bottom: 0 !important;
}

.img-landing-banner {
  overflow: hidden;
  transform: none !important;
  margin-bottom: 0rem;
  transition: none;
}

.img-landing-banner:hover,
.img-landing-banner:focus {
  transform: none !important;

}

.pb-100 {
  padding-bottom: 100px;
}

/* #restaurant-review-btn,
#edit-restaurant-review-btn {
  border: none;
  background: none;
} */

.form-control {
  padding: 0.5rem;
}

.svg-inline--fa {
  margin-right: 8px;
  cursor: pointer;
}

.minusBtn .svg-inline--fa {
  margin-left: 8px;
}

.plusBtn .svg-inline--fa {
  margin-left: 8px;
}

.products.blog_products {
  padding-top: 25px;
}

.cart-item .plusBtn .svg-inline--fa {
  margin-left: 0px !important;
  margin-right: 0;
  color: var(--text-color2);
}

.cart-item .minusBtn .svg-inline--fa {
  margin-right: 0px;
  margin-left: 0;
  color: var(--text-color2);
}

.minusBtn,
.plusBtn {
  border: 2px solid #dee2e6;
}

#addItemToCartFrm input {
  text-align: center;

}

.modal-footer .btn-primary:hover {
  color: #fff;
  background-color: #79B93C;
  border-color: #79B93C;
}

.mark-rest-fav-btn {
  background: none;
}

#testimonial .card {
  min-height: 350px;
}

.kitchen_main_detalis .products.blog_products .cart .para {
  color: var(--text-color);
}

.payment_address {
  margin-bottom: 0;
  padding-left: 10px;
  color: var(--text-color2);
}

.mark-fav-btn {
  background: none;
}

.profile-tabs-section .nav-pills .nav-link {
  color: var(--text-color2);
}

.profile-tabs-section .nav-pills .nav-link.active {
  color: #000 !important;
}

.para-color {
  color: var(--text-color);
}

#overview_no_record {
  color: var(--text-color);
}

.para-color-order {
  color: var(--text-color2);
  margin: 0;
  padding: 10px 0px 0;
  font-weight: 500;
}

.para-color-address {
  color: var(--text-color2);
  margin: 0;
}

.para-color-profile {
  color: var(--text-color2);
  margin: 0;
  padding: 10px 0px;
}

/* .tab-bg h3 {
  padding-top: 10px;
} */
.svg-inline--fa.fa-eye.fa-w-18 {
  margin-right: 0;
}

.product_detail_main_ {
  margin: 0;
  font-size: 30px;
  padding: 5px 30px;
  font-weight: 700;
  line-height: 1.2;
  border-radius: 15px;
}

.products_cards {
  border: none;
  /* background-color: #fff; */
  display: grid;
  min-height: 100%;
  align-items: center;
}

.main_tab>.nav-tabs .nav-item.show .nav-link,
.nav-tabs.flex-set .nav-link {
  color: var(--text-color2);
  /* border: 2px solid #E0E0E0; */
}

.main_tab>.nav-tabs .nav-item.show .nav-link,
.nav-tabs.flex-set .nav-link.active {
  color: #EF4C00 !important;
}

.cateogry-padding-set {
  padding-top: 0;
}

#edit-restaurant-review-btn {
  width: 100%;
}

.f-30 {
  font-size: 30px;
}

.rest_name {
  display: flex;
  align-items: center;
}

.set_grid_3 {
  display: grid;
  min-height: 100%;
  align-items: center;
  align-content: center;
}

/* Parts are from twitter.com */
.HeartAnimation {
  background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/66955/web_heart_animation.png");
  background-repeat: no-repeat;
  background-size: 2900%;
  background-position: left;
  height: 25px;
  width: 50px;
  cursor: pointer;
}

/* Parts are from twitter.com */
.HeartAnimation2 {
  background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/66955/web_heart_animation.png");
  background-repeat: no-repeat;
  background-size: 2900%;
  background-position: left;
  height: 35px;
  width: 100px;
  position: relative;
  left: -25px;
  top: -5px;
  cursor: pointer;
}

.animate {
  -webkit-animation: heart-burst 0.8s steps(28) forwards;
  animation: heart-burst 0.8s steps(28) forwards;
}

.animate2 {
  -webkit-animation: heart-burst 0.8s steps(28) forwards;
  animation: heart-burst 0.8s steps(28) forwards;
}


@-webkit-keyframes heart-burst {
  0% {
    background-position: left;
  }

  100% {
    background-position: right;
  }
}

@keyframes heart-burst {
  0% {
    background-position: left;
  }

  100% {
    background-position: right;
  }
}

.kitchen_main_heading {
  display: flex;
  align-items: center;
  position: relative;
}

.flex-set-btn {
  display: flex;
  align-items: center;
}

.d-flex-set-main {
  display: flex;
  align-items: center;
}

/* 
.btn.btn-danger.btn-sm.btn-set-m-10{
  width: 100%;
} */

.rest_name h3 {
  margin: 0;
}



/* ----------testimonial-section------ */

.min-h-250 {
  min-height: 250px;
  object-fit: cover;
}

#news-slider {
  margin-top: 80px;
}

.post-slide {
  padding: 0px 10px;
}

.post-slide .post-img {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin: -12px 15px 8px 15px;
  margin-left: -10px;
}

.post-slide .post-img img {
  width: 100%;
  height: auto;
  transform: scale(1, 1);
  transition: transform 0.2s linear;
}

.post-slide:hover .post-img img {
  transform: scale(1.1, 1.1);
}

.post-slide .over-layer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background: linear-gradient(-45deg, rgba(6, 190, 244, 0.75) 0%, rgba(45, 112, 253, 0.6) 100%);
  transition: all 0.50s linear;
}

.post-slide:hover .over-layer {
  opacity: 1;
  text-decoration: none;
}

.post-slide .over-layer i {
  position: relative;
  top: 45%;
  text-align: center;
  display: block;
  color: #fff;
  font-size: 25px;
}

.post-slide .post-content {
  background: #fff;
  padding: 2px 20px 40px;
  border-radius: 15px;
}

.post-slide .post-title a {
  font-size: 15px;
  font-weight: bold;
  color: #333;
  display: inline-block;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}

.post-slide .post-title a:hover {
  text-decoration: none;
  color: #3498db;
}

.post-slide .post-description {
  line-height: 24px;
  color: #808080;
  margin-bottom: 25px;
}

.post-slide .post-date {
  color: #a9a9a9;
  font-size: 14px;
}

.post-slide .post-date i {
  font-size: 20px;
  margin-right: 8px;
  color: #CFDACE;
}

.post-slide .read-more {
  padding: 7px 20px;
  float: right;
  font-size: 12px;
  background: #2196F3;
  color: #ffffff;
  box-shadow: 0px 10px 20px -10px #1376c5;
  border-radius: 25px;
  text-transform: uppercase;
}

.post-slide .read-more:hover {
  background: #3498db;
  text-decoration: none;
  color: #fff;
}

.owl-controls .owl-buttons {
  text-align: center;
  margin-top: 20px;
}

.owl-controls .owl-buttons .owl-prev {
  background: #fff;
  position: absolute;
  top: -13%;
  left: 15px;
  padding: 0 18px 0 15px;
  border-radius: 50px;
  box-shadow: 3px 14px 25px -10px #92b4d0;
  transition: background 0.5s ease 0s;
}

.owl-controls .owl-buttons .owl-next {
  background: #fff;
  position: absolute;
  top: -13%;
  right: 15px;
  padding: 0 15px 0 18px;
  border-radius: 50px;
  box-shadow: -3px 14px 25px -10px #92b4d0;
  transition: background 0.5s ease 0s;
}

.owl-controls .owl-buttons .owl-prev:after,
.owl-controls .owl-buttons .owl-next:after {
  content: "\f104";
  font-family: FontAwesome;
  color: #333;
  font-size: 30px;
}

.owl-controls .owl-buttons .owl-next:after {
  content: "\f105";
}

@media only screen and (max-width:1280px) {
  .post-slide .post-content {
    padding: 0px 15px 25px 15px;
  }
}



.banner {
  margin: 0 auto;
  width: 100%;
  position: relative;
  font-family: 'Montserrat', sans-serif !important;

}

.banner {
  height: 500px;
  width: 100%;
  /* background: white url('./image/Burger.png') no-repeat center center; */
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  z-index: 1;
}

#wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: linear-gradient(to right, rgb(0, 0, 0, 0.9) 0%, rgb(0, 0, 0, 0.9) 50%, rgba(0, 0, 0, 0.1) 100%);
}

.cate_img_cent_head {
  display: grid;
  min-height: 100%;
  align-content: center;
  align-items: center;
  position: relative;
}

.cate_head {
  font-size: 40px;
  color: #fff !important;
  margin: 0;
  padding: 10px 0px;
  font-weight: 700;
}

.cate_para {
  font-size: 16px;
  font-weight: 600;
  color: #fff !important;
  margin: 0;
}

.cate_image {
  width: 100%;
  border-radius: 15px;
  object-fit: cover;
}


@media (max-width:576px) {
  .cate_image {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 15px;
  }

  .cate_head {
    font-size: 20px;
    margin-top: 30px;
    padding: 5px 0px;
  }

  .banner {
    height: 350px;
  }

  .banner.banner_restaurant {
    height: 450px;
  }

  .kitchen_sub_box.p-10 {
    padding: 10px 25px !important;
  }

  .kitchen_sub_box {
    padding: 10px 25px !important;
  }

  .cate_pic {
    position: absolute;
    bottom: -50px;
  }

  .kitchen_sub_box .kitchen_sub_box_title {
    display: none;
  }

}

@media (min-width:577px) and (max-width:768px) {
  .cate_head {
    font-size: 28px;
  }

  .cate_image {
    border-radius: 15px;
  }

  .kitchen_sub_box_title {
    display: none;
  }
}

@media (min-width:769px) and (max-width:1024px) {
  .cate_head {
    font-size: 32px;
  }

  .kitchen_sub_box_title {
    display: none;
  }
}

@media (min-width:1025px) and (max-width:1499px) {
  .cate_head {
    font-size: 36px;
  }

  .kitchen_sub_box_title {
    display: none;
  }
}




.wrapper-demo {
  text-align: center;
  padding-left: 5px;
}

:focus {
  outline: none;
}


.toggle-icon {
  width: 20pt;
  height: 35pt;
  font-size: 24px;
  position: relative;
  color: gray;
  cursor: pointer;
  border: none;
  background-color: transparent;
}

.toggle-icon:before,
.toggle-icon:after {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease-out;
  content: "";
  font-family: fontawesome;
}

.toggle-icon:hover:before {
  transform: scale(1.2);
}

.toggle-icon:active:before {
  transition: none;
  transform: scale(1);
}

.toggle-icon:after {
  opacity: 0;
}

.toggle-icon.-checked {
  color: #df1b1b;
}

.toggle-icon.-checked:before {
  content: "";
}

.toggle-icon.-checked:after {
  content: "";
  animation: likeFly 0.6s ease-in;
}

@keyframes heartbeat {
  from {
    opacity: 1;
  }

  to {
    transform: scale(3);
    opacity: 0;
  }
}

@keyframes likeFly {
  from {
    opacity: 1;
  }

  to {
    transform: scale(3) rotate(45deg) translateY(-90px);
    opacity: 0;
  }
}

.bg-red {
  background: red;
}

.p-10 {
  padding: 10px !important;
}

.display-1.font-size-seth {
  color: var(--text-color) !important;
}

#testimonial strong>p {
  color: var(--text-color) !important;
}

#no_record {
  color: var(--text-color) !important;
  font-weight: 500;
}

@media (min-width:1300px) {
  .cart .item img {
    height: 100%;
    object-fit: cover;
  }
}

.count_error {
  margin-bottom: 0;
  color: #110d1fcc;
  text-align: right;
  font-size: small;
  padding-right: 5px;
}

.dark-font {
  color: #000 !important;
}

.modal-title {
  color: #000 !important;
}

.profile-sec-image {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.profile-sec {
  height: 100%;
}

#myTable thead,
tbody,
tfoot,
tr,
td,
th {
  padding: 10px 0px;
}

.heading-three-set {
  margin-top: 0.5rem;
}

.kitchen_main_detalis .navbar {
  padding-bottom: 0px;
}


section.sec {
  padding: 100px 0px;
  position: relative;
}

.bg-gradient {
  background: linear-gradient(225.35deg, #246694 0, #062338 100%);
}

.sm-title {}

.title,
.title h3 {
  font-size: 22px;
  color: var(--text-color) !important;
  font-weight: 700;
  line-height: 1.2em;
}

.sm-title h3 {
  margin-bottom: 20px;
}

.title,
.title h3 {
  font-size: 22px;
  color: var(--text-color) !important;
  font-weight: 700;
  line-height: 1.2em;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
  top: 40%;
  position: absolute;
  border-radius: 40px !important;
  color: #ffffff;
  width: 40px;
  height: 40px;
  text-align: center;
}

.owl-nav .owl-prev {
  left: -5%;
}

.owl-nav .owl-next {
  right: -5%;
}

#staff .owl-nav .owl-prev i,
.owl-nav .owl-next i {
  color: var(--text-color) !important;
  font-size: 20px;
  position: relative;
  left: 0px;
}

.box-b {
  /* background-color: #f5f6fa; */
  padding: 15px;
  transition: .2s all ease-in-out;
  border-radius: 4px;
  /* border-bottom: solid 2px #2699cf; */
  border: 2px solid #FFB30E !important;
  height: 250px;
  position: relative;
  /* box-shadow: 0 5px 10px #9c9c9c; */
}

.box-b .box-img {
  margin-bottom: 15px;
}

.staff .box-img img {
  height: 100%;
  margin: auto;
  min-height: 200px;
}

.box-b h3 {
  text-align: center;
  margin-bottom: 5px;
  font-size: 22px;
  color: var(--text-color) !important;
}

.box-b p {
  line-height: 1.4;
  font-size: 18px;
  color: var(--text-color) !important;
  text-align: center;
  margin-bottom: 0px;
}

.flex-btw {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.d-flex-center {
  display: flex !important;
  justify-content: center !important;
}

.cr-slider-wrap input[type="range"] {
  position: relative;
  top: 0;
  width: inherit;
}

.croppie-container .cr-slider-wrap {
  margin: 0px auto !important;
  text-align: center;
}

.custom-file #upload_image_input {
  margin-top: 45px;
}

.word-break {
  word-break: break-all !important;
}

.deleteAddressBtn .svg-inline--fa {
  margin-right: 0;
}

.editAddressBtn .svg-inline--fa {
  margin-right: 0;
}

.blog_inner {
  height: 250px;
  width: 100%;
  object-fit: fill;
}

.owl-theme .owl-dots .owl-dot {
  display: none;
}

.product_detail_main_ {
  border: 2px solid;
  color: #FFB30E !important;
}

.flex-set-lg {
  display: flex;
}

@media (max-width:576px) {
  .flex-set-lg {
    display: block;
  }

  .d-grid-set-p {
    margin-top: 15px;
  }
}

.d-grid-set-p {
  display: grid;
  min-height: 100%;
  align-items: center;
  align-content: center;
}

.pagination {
  justify-content: center;
}

.flex-products {
  display: flex;
  align-items: center;
}

@media (max-width:992px) {
  .flex-products {
    display: block;
  }

  .p-xsm-set {
    margin: 5px 0 !important;
  }

  .btn.btn-success.btn-sm.btn-set-m-10 {
    padding: 5px 10px;
  }

}

.p-5-10 {
  padding: 5px 10px !important;
  font-size: 12px;
  border-radius: 0 !important;
}

.product-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* .plus_address::before{
  content: "";
  display: block;
  width: 80px;
  height: 200px;
  background-color: orange;
  position: relative;
} */

.payment_method {
  position: relative;
  z-index: 99;
}

.payment_method::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 50px 180px;
  border-color: transparent transparent #ffb30e transparent;
  Z-INDEX: -1;
  TOP: -10px;
}

.checkboxes__item {
  /* padding: 15px;
  width: 50%; */
}

/* .payment_method_list{
  position: relative;
  z-index: 99;
}

.payment_method_list::before{
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 50px 180px;
  border-color: transparent transparent #ffb30e transparent;
  Z-INDEX: -1;
  TOP: -10px;
} */


/* STYLE F */

.checkbox.style-f {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: capitalize;
  margin-bottom: 1rem;
}

.checkbox.style-f input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkbox.style-f input:checked~.checkbox__checkmark {
  background-color: #f7cb15;
}

.checkbox.style-f input:checked~.checkbox__checkmark:after {
  transform: scale(1);
}

.checkbox.style-f input:checked~.checkbox__body {
  font-weight: bold;
}

.checkbox.style-f:hover input~.checkbox__checkmark {
  background-color: #f7cb15;
}

.checkbox.style-f:hover input:checked~.checkbox__checkmark {
  background-color: #f7cb15;
}

.checkbox.style-f .checkbox__checkmark {
  position: absolute;
  top: 1px;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: #d5d2d2;
  transition: background-color 0.25s ease;
  border-radius: 11px;
}

.checkbox.style-f .checkbox__checkmark:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 22px;
  height: 22px;
  display: block;
  background-color: #f7cb15;
  border-radius: 50%;
  transform: scale(0);
  transition: transform 0.25s ease;
}

.checkbox.style-f .checkbox__body {
  line-height: 1.4;
  font-size: 16px;
  color: var(--text-color2);
  transition: font-weight 0.25s ease;
  font-family: 'Montserrat', sans-serif !important;
}

.cart.cart-padding {
  padding: 30px 15px !important;
}


.box-b .box-img-normal {
  margin-bottom: 0px !important;
}

.box-b-normal {
  padding: 15px;
  transition: .2s all ease-in-out;
  border: 2px solid #FFB30E !important;
  position: relative;
  height: 100% !important;
}

.flex-unset-lg {
  display: block;
}

.modal-body #social-links ul {
  padding: 0;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.border-all.active {
  border: 4px solid #EF4C00 !important;
  border-radius: 15px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.border-all {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  border-radius: 15px;
  width: 100%;
  border: 2px solid #F5F5F5;
}

.nav-tabs.flex-set.no-wrap-set {
  flex-wrap: nowrap;
}

.form-foodwagon-control {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  border-radius: 15px;
}

.btn {
  border-radius: 15px;
}

.kitchen_sub_box_bg {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  background: #ffffff;
}

.kitchen_sub_box_bg .kitchen_sub_box_title {
  color: #000 !important;
}

.box-img-normal img {
  height: 100%;
  max-height: 200px;
}

#photos_row_show {
  text-align: center;
}

.plus_minus_Btn_div .minusBtn,
.plusBtn {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 6px 6px -1px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  border: 2px solid #FFB30E !important;
  padding: 5px 10px;
}

.plus_minus_Btn_div>input {
  text-align: center;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  background: #fff;
  border: 2px solid #FFB30E !important;
}

.productPrice {
  font-weight: 600;
}

#addItemBtn_div {
  padding-bottom: 0 !important;
}

.editAddressBtn {
  border-radius: 5px !important;
}

.deleteAddressBtn {
  border-radius: 5px !important;
}

#addUserAddressBtn {
  border-radius: 5px !important;
}

.cart textarea {
  border: none;
}

#address2 {
  margin: 0 !important;
  padding-bottom: 0px !important;
}

.d-flx-set-end {
  display: flex;
  justify-content: end;
  align-items: center;
}

#order_details h5 {
  color: #000 !important;
}

.font-set-600 {
  font-weight: 600;
}

#order_details p {
  font-weight: 500;
}

.order-details .modal-dialog .modal-content {
  padding: 0 !important;
}
.order-details{
  top:5%;
}

#order_details_div .modal-dialog{
  height: 700px;
  overflow-y: scroll;
}

#remove_coupon_btn{
  border-radius: 5px !important;
}

#coupon_code_btn{
  border-radius: 5px !important;
}

.menu_cat_product_empty{
    display: grid;
    min-height: 100%;
    align-items: center;
    padding-top: 0;
    text-align: center;
}

@media (min-width:1200px) and (max-width:1440px) {
  .post-slide .min-h-250 {
    min-height: 200px;
    object-fit: cover !important;
  }
}

.mtb-100-set-lg{
  margin: 100px auto;
}

.help-section h2{
  margin-bottom: 50px;
}
.help-section{
  text-align: center;
}

.blog_main_para a{
  padding-left: 10px;
  font-weight: 500;
}
.blog_main_para{
  font-weight: 500;
}
.w-400-xsm-100{
  width: 400px;
}
.w-500-xsm-100{
  width: 500px;
}
#please_wait{
  color: var(--text-color) !important;
  padding-left: 10px;
}