/* You can add global styles to this file, and also import other style files */
body {
  margin: 0;
  padding: 0;
  font-family: "Proxima Nova", sans-serif !important;
  background-color: #fff !important;
}

.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  box-shadow: none;
}

.group {
  position: relative;
  margin-bottom: 25px;
  height: 45px;
  /* LABEL ======================================= */
  /* active state */
  /* active state */
  /* BOTTOM BARS ================================= */
  /* HIGHLIGHTER ================================== */
}

.group svg {
  position: absolute;
  top: 12px;
  right: 5px;
  background: #fff;
}

.group input,
.group select,
.group textarea {
  font-size: 18px !important;
  padding: 10px 10px 10px 5px !important;
  display: block;
  /* width: 100% !important; */
  border: none;
  border: 1px solid #cecece !important;
  background-color: transparent !important;
  box-sizing: border-box !important;
  height: 45px !important;
  padding: 0px 15px !important;
  border-radius: 5px !important;
  width: 100%;
}

.group input:focus,
.group select:focus,
.group textarea:focus {
  outline: none;
  box-shadow: none;
  border: 0;
}

.group label {
  color: #999;
  font-size: 15px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  top: 12px;
  left: 10px !important;
  padding: 0px 6px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

.group textarea:focus ~ label,
.group textarea:valid ~ label {
  top: -7px;
  font-size: 12px;
  color: #8505f9;
  padding: 0px 5px;
  font-weight: bold;
  left: 12px;
  margin-left: -3px !important;
  background: #fff;
}

.group input:focus ~ label,
.group input:valid ~ label {
  top: -7px;
  font-size: 12px;
  color: #8505f9;
  padding: 0px 5px;
  font-weight: bold;
  left: 12px;
  margin-left: -3px !important;
  background: #fff;
}

.group select:focus ~ label,
.group select:valid ~ label {
  top: -7px;
  font-size: 12px;
  color: #8505f9;
  padding: 0px 5px;
  font-weight: bold;
  left: 12px;
  margin-left: -3px !important;
  background: #fff;
}

.group .bar {
  position: relative;
  display: block;
  width: 100%;
}

.group .highlight {
  position: absolute;
  height: 60%;
  width: 100px;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}

.accpt {
  padding: 10px;
  margin-top: 0px;
  margin-bottom: 85px;
}

@media only screen and (min-width: 1125px) {
  .accpt {
    margin-bottom: 0px !important;
  }
}
.accpt p {
  font-size: 12px;
  margin: 0;
  margin-left: 10px;
}

.accpt .ter .text-toogle {
  display: flex;
  align-items: center;
  margin: 20px 0;
}

.accpt .ter .text-toogle input[type=checkbox] {
  position: relative;
  width: 50px;
  height: 25px;
  -webkit-appearance: none;
  background: #c6c6c6;
  outline: none;
  border-radius: 50px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  transition: 0.5s;
  flex-shrink: 0;
  opacity: 1;
  pointer-events: revert;
}

.accpt .ter .text-toogle input:checked[type=checkbox] {
  background: #8505f9;
}

.accpt .ter .text-toogle input[type=checkbox]:before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  border-radius: 20px;
  top: 0;
  left: 0;
  background: #fff;
  transform: scale(1.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  transition: 0.5s;
}

.accpt .ter .text-toogle input:checked[type=checkbox]:before {
  left: 24px;
}

/* custom css added Dikshant */
/* custom contaner width */
.container {
  width: 100% !important;
  padding: 0 20px !important;
}

.iteam_menu_title {
  position: fixed;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 9;
  padding: 10px;
  margin-top: 0;
  top: 70px;
}

@media only screen and (min-width: 1125px) {
  .iteam_menu_title {
    display: none;
  }
}
.iteam_menu_title h3 {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
}

.iteams-nav {
  position: fixed;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 9;
  padding: 6px 0px 0px 0px;
  margin-top: -3px;
  top: 100px;
  border-bottom: solid 0.5px #f3f4f6;
  /* Track */
  /* Handle */
  /* Handle on hover */
}

@media only screen and (min-width: 1125px) {
  .iteams-nav {
    display: none;
  }
}
.iteams-nav ::-webkit-scrollbar {
  height: 0px;
}

.iteams-nav ::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.iteams-nav ::-webkit-scrollbar-thumb {
  background: #F2F7FD;
}

.iteams-nav ::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.iteams-nav .category ul {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  scrollbar-width: none;
}

.iteams-nav .category ul .active {
  font-weight: bold;
  color: #fff;
  position: relative;
  background: rgba(255, 34, 34, 0.9803921569);
}

.iteams-nav .category ul li {
  list-style-type: none;
  padding: 4px 15px;
  font-size: 15px;
  color: #b9b9b9;
  background: #fff;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px 5px;
}

.iteams {
  padding: 10px;
  padding-bottom: 175px;
}

@media only screen and (min-width: 1125px) {
  .iteams {
    padding-bottom: 50px;
  }
}
.iteams .food_items {
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (max-width: 1124px) {
  .iteams .food_items {
    margin-top: 75px;
  }
}
.iteams .food_items .item_img .img_part {
  text-align: center;
  padding: 3px 3px 0 3px;
}

.iteams .food_items .item_img .img_part .img {
  border-radius: 5px;
  overflow: hidden;
  height: 100%;
  border: solid 1px #eaeaea;
  height: 145px;
}

@media only screen and (min-width: 1200px) {
  .iteams .food_items .item_img .img_part .img {
    height: 160px;
  }
}
@media only screen and (min-width: 1125px) and (max-width: 1199px) {
  .iteams .food_items .item_img .img_part .img {
    height: 200px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1124px) {
  .iteams .food_items .item_img .img_part .img {
    height: 205px;
  }
}
.iteams .food_items .item_img .img_part .img img {
  width: 100%;
}

.iteams .food_items .iteam_menu {
  padding-bottom: 20px;
  width: 43.7%;
  margin: 0px 10px;
}

@media only screen and (min-width: 600px) and (max-width: 1124px) {
  .iteams .food_items .iteam_menu {
    width: 28%;
    margin: 0px 10px;
  }
}
@media only screen and (min-width: 1125px) and (max-width: 1199px) {
  .iteams .food_items .iteam_menu {
    width: 45.5%;
    margin: 0px 10px;
  }
}
@media only screen and (min-width: 1200px) {
  .iteams .food_items .iteam_menu {
    width: 29.7%;
    margin: 0px 10px;
  }
}
.iteams .food_items .iteam_menu:last-child {
  border: 0;
}

.iteams .food_items .iteam_menu .iteam_name {
  width: 100%;
}

.iteams .food_items .iteam_menu .iteam_name .deals {
  display: flex;
  align-items: center;
  margin: 5px 0;
  height: 18px;
}

.iteams .food_items .iteam_menu .iteam_name .deals .img_deal {
  width: 15px;
  height: 15px;
  margin-right: 3px;
  display: flex;
  align-items: center;
}

.iteams .food_items .iteam_menu .iteam_name .deals .img_deal svg {
  width: 100%;
  height: 100%;
  fill: rgba(255, 34, 34, 0.9803921569);
}

.iteams .food_items .iteam_menu .iteam_name .deals h6 {
  font-weight: bold;
  font-size: 12px;
  margin: 0;
  color: rgba(255, 34, 34, 0.9803921569);
}

.iteams .food_items .iteam_menu .iteam_name .menu_title .cat p {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  position: relative;
  color: #ababab;
  font-size: 13px;
  margin: 5px 0;
  height: 18px;
  overflow: hidden;
}

.iteams .food_items .iteam_menu .iteam_name .menu_title .title h5 {
  margin: 5px 0;
  font-size: 14px;
  font-weight: 600;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  position: relative;
  height: 32px;
}

.iteams .food_items .iteam_menu .iteam_name .price_iteam {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.iteams .food_items .iteam_menu .iteam_name .price_iteam .price p {
  margin: 8px 0;
  font-size: 15px;
}

.iteams .food_items .iteam_menu .iteam_name .price_iteam .add_btn .btn {
  padding: 0;
}

.iteams .food_items .iteam_menu .iteam_name .price_iteam .add_btn .btn button {
  width: 60px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.46);
  font-weight: bold;
  padding: 0;
  height: 32px;
  margin: 0;
  outline: 0;
  border-radius: 5px;
  border: 0;
  font-size: 14px;
  position: relative;
  background: #fff;
  color: rgba(255, 34, 34, 0.9803921569);
  cursor: pointer;
}

.iteams .food_items .iteam_menu .iteam_name .price_iteam .add_btn .btn button a {
  text-decoration: none;
  color: rgba(255, 34, 34, 0.9803921569);
}

.iteams .food_items .iteam_menu .iteam_name .price_iteam .add_btn .btn button span {
  position: absolute;
  top: 0px;
  right: 6px;
}

.iteams .food_items .iteam_menu .iteam_name .price_iteam .add_btn p {
  margin: 5px 0 0;
  font-size: 11px;
  height: 14px;
}

.iteams .food_items .iteam_menu .iteam_name .description .dec {
  display: flex;
  align-items: start;
  height: 38px;
  width: 100%;
}

.iteams .food_items .iteam_menu .iteam_name .description .dec p {
  margin: 0;
  font-size: 12px;
  color: #80808A;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  position: relative;
  cursor: pointer;
  text-align: left;
}

.iteams .food_items .iteam_menu .iteam_name .description .dec p span {
  display: inline-block;
}

.iteams .food_items .iteam_menu .iteam_name .description .dec p span svg {
  width: 15px;
  height: 15px;
  position: relative;
  top: 4px;
  fill: rgba(255, 34, 34, 0.9803921569);
}

.iteams .food_items .iteam_menu .iteam_name .description .dec p small {
  font-weight: bold;
  font-size: 14px;
  position: absolute;
  -webkit-line-clamp: 2;
  right: 0;
  bottom: 0;
  background: #fff;
  padding: 0;
}

.menu_buttons {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 110px;
  text-align: center;
  z-index: 9;
}

.menu_buttons .menu_pop {
  width: 100%;
}

.menu_buttons .menu_pop .btn a {
  text-decoration: none;
}

.menu_buttons .menu_pop .btn button {
  height: 45px;
  width: 130px;
  border: 0;
  background: #8505f9;
  border-radius: 100px;
  box-shadow: 0px 0px 0px 12px rgba(0, 0, 0, 0.03);
  font-size: 16px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 0;
  margin: 0px auto;
}

.menu_buttons .menu_pop .btn button span {
  margin-right: 6px;
}

.menu_buttons .menu_pop .btn button span svg {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu_buttons .menu_pop .offer_ban {
  background-color: #4D9436;
}

.menu_buttons .menu_pop .offer_ban .ban p {
  font-size: 14px;
  color: #fff;
  padding: 10px;
  margin: 10px 0 0;
  text-transform: uppercase;
}

.container {
  padding: 0;
}

@media only screen and (max-width: 1124px) {
  .menu-web {
    display: none;
  }
  .mg-h {
    height: 20px;
    padding: 8px 10px;
    margin-bottom: 35px;
  }
  .cart-web {
    display: none;
  }
}
@media only screen and (min-width: 1125px) {
  .left-H {
    display: none;
  }
  .menu_buttons {
    display: none;
  }
  .container {
    display: flex;
    margin: 0px auto;
    justify-content: flex-end;
    padding: 0;
  }
  .container .menu-web {
    width: 22%;
  }
  .container .category-iteam {
    width: 60%;
    margin: 0 15px;
  }
  .container .cart-web {
    width: 30%;
  }
}
/* custom css added - Template redesign Template I and II */
/* header changes Dikshant */
.head_part, .mobile-navgation {
  background-color: #fff !important;
}

.iteams-nav .category ul li {
  padding: 8px 15px;
}

#ds-sub-menu ul {
  border-bottom: 1px solid #e2e0e0;
}

#ds-sub-menu ul li {
  background-color: transparent !important;
  color: #000;
  font-weight: 400;
}

.all_mobile_menus_display {
  font-size: 14px !important;
  color: #555 !important;
}

.all_mobile_menus_display .active {
  border-radius: 0 !important;
  font-size: 16px !important;
}

.iteams {
  padding: 10px 0 !important;
}

.iteams .food_items .iteam_menu {
  background: #fff;
  margin: 10px;
  border-radius: 8px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.iteams .food_items .item_img .img_part .img {
  border: none !important;
  height: 160px;
}

.iteams .food_items .item_img .img_part .img img {
  border-radius: 10px;
  height: 100%;
}

.iteams .food_items .iteam_menu .iteam_name {
  padding: 0 4px;
}

.menu_title {
  padding: 5px 0;
  margin-top: 5px !important;
}

.iteams .food_items .iteam_menu .iteam_name .price_iteam .add_btn .btn button {
  box-shadow: none;
  width: 80px !important;
}

.iteams .food_items .iteam_menu .iteam_name .menu_title .title h5 {
  height: auto !important;
}

.iteams .food_items .iteam_menu .iteam_name .price_iteam .price p {
  font-size: 20px;
  color: #000;
  font-weight: 800;
}

.iteams .food_items .iteam_menu .iteam_name .description .dec p {
  font-size: 13px;
  line-height: 20px;
}

.iteams .food_items .iteam_menu .iteam_name .description .dec p span svg {
  margin-right: 5px !important;
}

.iteams .food_items .iteam_menu .iteam_name .menu_title .cat {
  text-align: center;
}

.iteams .food_items .iteam_menu .iteam_name .menu_title .cat p {
  font-size: 14px;
  color: #555;
  margin: 5px 0;
  height: 18px;
  overflow: hidden;
  font-weight: 500;
}

.iteams .food_items .iteam_menu .iteam_name .menu_title .title h5 {
  margin: 15px 0 0 0 !important;
  font-size: 14px !important;
  line-height: 22px !important;
  font-weight: 600;
}

.add_btn .btn button {
  width: 100% !important;
}

/*  .description{
  margin: 5px 0 !important;
}
 */
/* add/choose btn modification */
.add_btn .btn {
  padding: 0;
  width: 100%;
}

.add_btn .btn button {
  box-shadow: none !important;
  font-weight: bold;
  padding: 0;
  height: 32px;
  margin: 0;
  outline: 0;
  border-radius: 5px;
  border: 0;
  font-size: 14px;
  position: relative;
  background: #fff;
  color: rgba(255, 34, 34, 0.9803921569);
  cursor: pointer;
  width: 50%;
}

/* changing container width */
.container {
  width: 100% !important;
}

.container .category-iteam {
  margin: 0 !important;
}

.iteams .food_items .iteam_menu .iteam_name .price_iteam .price p {
  margin: 0px !important;
}

.iteams .food_items {
  justify-content: space-evenly;
}

/*  .menu_title{
    display:flex;
} */
.iteams .food_items .iteam_menu .iteam_name .description .dec {
  height: auto;
}

.iteam_name .menu_title .title {
  width: 100%;
}

.description {
  display: flex;
  justify-content: center;
  align-items: end;
}

.iteam_menu {
  position: relative;
}

.icons {
  position: absolute;
  top: 20px;
  overflow: hidden;
  max-width: 25px;
  display: flex;
}

.icons img {
  padding: 3px;
  width: 15px;
  margin: 0 4px;
  width: 20px !important;
  height: 20px;
  background: #fff;
  border-radius: 12px;
  margin: 4px 0;
}

.iteams .food_items .iteam_menu .iteam_name .add_btn .btn button {
  margin-top: 8px;
}

.add_btn .btn button {
  font-weight: 500;
}

.menu_buttons .menu_pop .btn button {
  border-radius: 8px;
}

/* images changes */
.iteams .food_items .item_img .img_part .img img {
  /* width: 115px;
  height: 115px; */
  filter: drop-shadow(0px 4px 18px rgba(0, 0, 0, 0.12));
  -o-object-fit: cover;
     object-fit: cover;
}

.iteams .food_items .iteam_menu .iteam_name .menu_title .title h5 {
  margin: 10px 0 0 0 !important;
}

.iteams .food_items .iteam_menu {
  margin: 10px 5px !important;
}

.iteams .food_items .iteam_menu {
  padding-bottom: 15px;
}

.iteams .food_items .item_img .img_part .img {
  height: 80px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.iteams .food_items .iteam_menu .iteam_name .menu_title .title h5 {
  font-size: 14px !important;
  line-height: 18px !important;
  /*   height: 15px !important; */
  text-align: left;
  height: 37px !important;
}

.iteams .food_items .iteam_menu .iteam_name .price_iteam .price p {
  font-size: 16px !important;
  font-weight: 600 !important;
  margin-top: 0px !important;
}

.iteams-nav .category ul li {
  color: #8b8a8a;
}

#ds-sub-menu2 ul li {
  border-radius: 6px;
}

.iteams .food_items .iteam_menu .iteam_name .description .dec p {
  height: 40px !important;
}

.iteams-nav .category ul .active {
  font-weight: 500 !important;
}

/*  @media only screen and (max-width: 1124px){
.iteams .food_items {
  margin-top: 125px;
}} */
@media screen and (max-width: 500px) {
  /* images changes */
  .iteams-nav {
    padding: 6px 0 0 0 !important;
  }
  .iteams .food_items .item_img .img_part .img img {
    /* width: 115px;
    height: 115px; */
    border: 5px solid rgba(255, 255, 255, 0.75);
    filter: drop-shadow(0px 4px 18px rgba(0, 0, 0, 0.12));
  }
  .iteams .food_items .iteam_menu {
    margin: 10px 5px !important;
    width: 45% !important;
  }
  .iteams .food_items .iteam_menu .add_btn .btn button {
    height: 28px !important;
  }
  .iteams .food_items .iteam_menu {
    padding-bottom: 15px;
  }
  .iteams .food_items .item_img .img_part .img {
    height: 130px !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .iteams .food_items .iteam_menu .iteam_name .menu_title .title h5 {
    margin: 10px 0 0 0 !important;
    font-size: 14px !important;
    line-height: 18px !important;
    /*   height: 15px !important; */
    text-align: left;
    height: 37px !important;
  }
  .iteams .food_items .iteam_menu .iteam_name .menu_title .cat p {
    font-size: 12px !important;
    color: #ababab !important;
    margin: 5px 0 !important;
    height: 18px !important;
    overflow: hidden !important;
    font-weight: 500 !important;
    text-align: left !important;
  }
  .iteams .food_items .iteam_menu .iteam_name .price_iteam .price p {
    font-size: 18px !important;
    font-weight: 600 !important;
  }
  .iteams-nav .category ul li {
    color: #8b8a8a;
  }
  #ds-sub-menu2 ul li {
    border-radius: 6px;
  }
  .iteams-nav .category ul .active {
    font-weight: 500 !important;
  }
  /* loader */
  .loada-body .loading p {
    font-weight: 600;
  }
  .price {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  /*   .iteams .food_items .iteam_menu .iteam_name .menu_title .cat p{
    display: none !important;
    } */
}
/*  .iteams .food_items .iteam_menu .iteam_name .menu_title .cat p {
  display: none !important;
}
*/
/* NEW DESKTOP CHANGES */
@media (max-width: 1124px) {
  .cart_footer .sidebarMenuInner {
    width: 100% !important;
  }
}
@media (min-width: 1124px) {
  .container .menu-web {
    width: 20% !important;
  }
  .iteams .food_items .iteam_menu {
    width: 30% !important;
    padding: 10px 5px !important;
  }
  .container .category-iteam {
    width: 55% !important;
    margin: 0 20px !important;
  }
  .container .cart-web {
    width: 26% !important;
  }
  .customClassDesktop {
    display: flex;
    justify-content: space-between;
  }
  /* ITEMS CARD */
  /*  .iteams .food_items .iteam_menu {
     box-shadow: none !important;
     border-radius: 8px !important;
     background-color: #fafafa !important;
   } */
  .iteams .food_items .iteam_menu .iteam_name .menu_title .cat p .iteams .food_items .iteam_menu {
    padding: 5px 5px 10px 5px !important;
    display: none !important;
  }
  .iteams .food_items .iteam_menu .iteam_name .menu_title .cat p {
    font-size: 12px;
    height: 14px;
    text-align: left !important;
    color: #ababab;
    font-weight: 300;
  }
  .menu_title {
    margin-top: 0 !important;
  }
  .iteams .food_items .iteam_menu .iteam_name .menu_title .title h5 {
    margin: 5px 0 0 0 !important;
    font-weight: 600 !important;
  }
  .iteams .food_items .iteam_menu .iteam_name .price_iteam {
    justify-content: start !important;
  }
  .iteams .food_items .iteam_menu .iteam_name .description .dec p {
    font-weight: 300;
  }
  .add_btn .btn button {
    height: 26px !important;
  }
  /*  .container .category-iteam {
     background-color: #fafafa !important;
   } */
}
@media (max-width: 550px) {
  .iteams .food_items .iteam_menu .iteam_name .menu_title .cat p, .iteams .food_items .iteam_menu .iteam_name .menu_title .title h5 {
    margin: 0 !important;
  }
}
@media (min-width: 650px) {
  .iteams .food_items .item_img .img_part .img {
    height: 140px !important;
  }
}
@media (min-width: 220px) and (max-width: 1120px) {
  .category-iteam .iteams .food_items {
    justify-content: flex-start;
  }
  .category-iteam .iteams .food_items .iteam_menu {
    margin: 2% 2.5% !important;
  }
}
@media (min-width: 1000px) and (max-width: 1100px) {
  .iteams .food_items .iteam_menu {
    padding: 10px !important;
  }
}
/*  .templateIAddbtnStyle {
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 3%;
  transform: translate(0%, -3%);
}
*/
/*# sourceMappingURL=iteams-v2.css.map *//*# sourceMappingURL=iteams-v2.css.map */