/* 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;
  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: #F3F3F3;
  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 {
  margin-top: 15px;
}
@media only screen and (max-width: 1124px) {
  .iteams .food_items {
    margin-top: 75px;
  }
}
@media only screen and (min-width: 768px) {
  .iteams .food_items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.iteams .food_items .iteam_menu {
  display: flex;
  align-items: center;
  border-bottom: 0.7px solid #D4D5D7;
  padding-bottom: 15px;
  padding-top: 15px;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1124px) {
  .iteams .food_items .iteam_menu {
    width: 48%;
  }
}
.iteams .food_items .iteam_menu:last-child {
  border: 0;
}
.iteams .food_items .iteam_menu .iteam_name {
  padding-right: 15px;
  width: 100%;
}
.iteams .food_items .iteam_menu .iteam_name .deals {
  display: flex;
  align-items: center;
}
.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: 5px 0;
  color: rgba(255, 34, 34, 0.9803921569);
}
.iteams .food_items .iteam_menu .iteam_name .menu_title .title h5 {
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  position: relative;
}
.iteams .food_items .iteam_menu .iteam_name .price_iteam .price {
  display: flex;
  align-items: center;
}
.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 .price .icons {
  margin-left: 20px;
  display: flex;
  align-items: center;
}
.iteams .food_items .iteam_menu .iteam_name .price_iteam .price .icons img {
  width: 15px;
  margin: 0px 4px;
}
.iteams .food_items .iteam_menu .iteam_name .description .dec {
  display: flex;
  align-items: start;
  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;
}
.iteams .food_items .iteam_menu .item_img .img_part {
  text-align: center;
}
.iteams .food_items .iteam_menu .item_img .img_part .img {
  width: 120px;
  border-radius: 5px;
  overflow: hidden;
  height: 120px;
  border: solid 1px #eaeaea;
}
.iteams .food_items .iteam_menu .item_img .img_part .img img {
  width: 100%;
}
.iteams .food_items .iteam_menu .item_img .img_part .add_btn {
  margin-top: -18px;
  width: 120px;
}
.iteams .food_items .iteam_menu .item_img .img_part .add_btn .btn button {
  width: 100px;
  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 .item_img .img_part .add_btn .btn button a {
  text-decoration: none;
  color: rgba(255, 34, 34, 0.9803921569);
}
.iteams .food_items .iteam_menu .item_img .img_part .add_btn .btn button span {
  position: absolute;
  top: 0px;
  right: 6px;
}
.iteams .food_items .iteam_menu .item_img .img_part .add_btn p {
  margin: 5px 0 0;
  font-size: 11px;
  height: 14px;
}

.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: 25%;
  }
  .container .category-iteam {
    width: 50%;
    margin: 0 25px;
  }
  .container .cart-web {
    width: 30%;
  }
}
/* custom code Dikshanr */
/* header changes Dikshant */
.iteams {
  padding: 10px !important;
}

.head_part, .mobile-navgation {
  background-color: #fff !important;
}

.iteams-nav .category ul li {
  padding: 8px 15px;
  background-color: #fff !important;
}

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

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

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

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

#ds-sub-menu2 ul li {
  border-radius: 6px;
  padding: 5px 8px !important;
}

.iteams .food_items .iteam_menu {
  /*  background: #fff !important;
   margin: 15px 0 !important;
   padding: 20px 15px !important;
   // border-radius: 12px !important;
   border-bottom:1px solid #e0e0e0 !important; */
  /*   box-shadow: 0px 7px 20px 3px #80808024;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
  background: #fff !important;
  margin: 15px 0 !important;
  padding: 20px 20px !important;
  border-bottom: 1px solid #efefef !important;
}

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

.iteams .food_items .iteam_menu .item_img .img_part .img img {
  border-radius: 8px !important;
}

.iteams .food_items .iteam_menu .item_img .img_part .add_btn .btn button {
  box-shadow: none !important;
}

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

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

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

.iteams .food_items .iteam_menu .item_img .img_part {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.iteams .food_items .iteam_menu .item_img .img_part .img {
  width: 100px !important;
  height: 120px !important;
  border: none !important;
}

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

.description {
  margin-bottom: 10px !important;
}

.btn {
  padding: 6px 0 0 0 !important;
}

.iteams .food_items .iteam_menu .item_img .img_part {
  align-items: end;
}

.iteams .food_items .iteam_menu .item_img .img_part .add_btn {
  margin-top: -18px;
  width: 120px;
  display: flex;
  justify-content: end;
  align-items: center;
}

@media (max-width: 500px) {
  .iteams {
    margin-top: 90px !important;
  }
  .mobile-navgation .head_part .logo-nav .ligo {
    font-size: 20px !important;
    font-weight: 600 !important;
  }
  .mobile-navgation .head_part .logo-nav .ligo img {
    width: 65px !important;
    margin-right: -5px !important;
  }
  .conatinerCover {
    margin: 6px;
  }
}
@media (min-width: 1040px) {
  .iteams .food_items .iteam_menu {
    padding: 20px 25px !important;
  }
  .iteams .food_items .iteam_menu .iteam_name .description .dec p {
    padding: 0 40px 0 0 !important;
    line-height: 23px !important;
  }
}
/* final design changes */
.iteams .food_items .iteam_menu {
  border-radius: 12px !important;
}

.iteams .food_items .iteam_menu .iteam_name .description .dec p {
  display: flex !important;
  align-items: center !important;
  display: -webkit-box !important;
}

.iteams .food_items .iteam_menu .iteam_name .description .dec p span svg {
  height: 15px !important;
  top: 0 !important;
}

.iteam_menu .iteam_name .description {
  margin-top: 10px !important;
}

@media (max-width: 550px) {
  .iteams {
    margin-top: 0px !important;
  }
  .iteams .food_items .iteam_menu .iteam_name {
    padding-right: 0 !important;
  }
}/*# sourceMappingURL=iteams.css.map */