/* You can add global styles to this file, and also import other style files */
body {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif !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;
}

body .alrgn-info .heading_div, body .info_popup_v2 .heading_div {
  padding: 15px 10px;
  background: #F3F4F6;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 99;
}
body .alrgn-info .heading_div .head, body .info_popup_v2 .heading_div .head {
  position: relative;
  margin: 0 !important;
}
body .alrgn-info .heading_div .head a, body .info_popup_v2 .heading_div .head a {
  text-decoration: none;
}
body .alrgn-info .heading_div .head h3, body .info_popup_v2 .heading_div .head h3 {
  display: flex;
  align-items: center;
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  color: #8505f9;
  height: 33px;
  position: relative;
  z-index: 9;
  cursor: pointer;
}
body .alrgn-info .heading_div .head h3 svg, body .info_popup_v2 .heading_div .head h3 svg {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  fill: #8505f9;
}
body .alrgn-info .heading_div .head p, body .info_popup_v2 .heading_div .head p {
  height: 33px;
  position: absolute;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  left: 0;
  top: 0;
  right: 0;
  font-weight: bold;
  font-size: 18px;
}
body .alrgn-info .ag_info, body .info_popup_v2 .ag_info {
  padding: 10px;
  bottom: 0;
  overflow: auto;
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 10px;
}
body .alrgn-info .ag_info .iteam_info, body .info_popup_v2 .ag_info .iteam_info {
  border-bottom: 0.7px solid #D4D5D7;
  padding-bottom: 10px;
  padding-top: 10px;
}
body .alrgn-info .ag_info .iteam_info:last-child, body .info_popup_v2 .ag_info .iteam_info:last-child {
  border: 0;
  display: flex;
  flex-direction: column-reverse;
}
body .alrgn-info .ag_info .iteam_info .iteam_name, body .info_popup_v2 .ag_info .iteam_info .iteam_name {
  margin-top: 10px;
}
body .alrgn-info .ag_info .iteam_info .iteam_name .deals, body .info_popup_v2 .ag_info .iteam_info .iteam_name .deals {
  display: flex;
  align-items: center;
  margin-top: 8px;
}
body .alrgn-info .ag_info .iteam_info .iteam_name .deals .img_deal, body .info_popup_v2 .ag_info .iteam_info .iteam_name .deals .img_deal {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  display: flex;
  align-items: center;
}
body .alrgn-info .ag_info .iteam_info .iteam_name .deals .img_deal svg, body .info_popup_v2 .ag_info .iteam_info .iteam_name .deals .img_deal svg {
  width: 100%;
  height: 100%;
  fill: rgba(255, 34, 34, 0.9803921569);
}
body .alrgn-info .ag_info .iteam_info .iteam_name .deals h6, body .info_popup_v2 .ag_info .iteam_info .iteam_name .deals h6 {
  font-weight: bold;
  font-size: 12px;
  margin: 0;
  color: #80808A;
}
body .alrgn-info .ag_info .iteam_info .iteam_name .menu_title, body .info_popup_v2 .ag_info .iteam_info .iteam_name .menu_title {
  display: flex;
  justify-content: space-between;
}
body .alrgn-info .ag_info .iteam_info .iteam_name .menu_title .title, body .info_popup_v2 .ag_info .iteam_info .iteam_name .menu_title .title {
  padding-right: 7px;
}
body .alrgn-info .ag_info .iteam_info .iteam_name .menu_title .title h5, body .info_popup_v2 .ag_info .iteam_info .iteam_name .menu_title .title h5 {
  margin: 0;
  font-size: 15px;
  font-weight: bold;
}
body .alrgn-info .ag_info .iteam_info .iteam_name .menu_title .price, body .info_popup_v2 .ag_info .iteam_info .iteam_name .menu_title .price {
  flex-shrink: 0;
  margin-left: 10px;
}
body .alrgn-info .ag_info .iteam_info .iteam_name .menu_title .price p, body .info_popup_v2 .ag_info .iteam_info .iteam_name .menu_title .price p {
  margin: 0px;
  font-size: 15px;
  font-weight: bold;
}
body .alrgn-info .ag_info .iteam_info .iteam_name .description .dec, body .info_popup_v2 .ag_info .iteam_info .iteam_name .description .dec {
  display: flex;
  align-items: start;
  width: 100%;
  text-align: left;
}
body .alrgn-info .ag_info .iteam_info .iteam_name .description .dec p, body .info_popup_v2 .ag_info .iteam_info .iteam_name .description .dec p {
  margin: 0;
  font-size: 12px;
  color: #80808A;
  text-align: left;
}
body .alrgn-info .ag_info .iteam_info .iteam_name .description .dec p svg, body .info_popup_v2 .ag_info .iteam_info .iteam_name .description .dec p svg {
  width: 20px;
  height: 20px;
  position: relative;
  top: 4px;
  margin-right: 3px;
  fill: rgba(255, 34, 34, 0.9803921569);
}
body .alrgn-info .ag_info .iteam_info .iteam_name .description .ag_inforamtion, body .info_popup_v2 .ag_info .iteam_info .iteam_name .description .ag_inforamtion {
  margin-top: 5px;
}
body .alrgn-info .ag_info .iteam_info .iteam_name .description .ag_inforamtion .info h3, body .info_popup_v2 .ag_info .iteam_info .iteam_name .description .ag_inforamtion .info h3 {
  margin: 0;
  color: #555763;
  font-size: 15px;
  font-weight: bold;
}
body .alrgn-info .ag_info .iteam_info .iteam_name .description .ag_inforamtion .pera p, body .info_popup_v2 .ag_info .iteam_info .iteam_name .description .ag_inforamtion .pera p {
  margin: 3px 0;
  font-size: 12px;
  color: #80808A;
}
body .alrgn-info .ag_info .iteam_info .item_img .img_part, body .info_popup_v2 .ag_info .iteam_info .item_img .img_part {
  text-align: center;
}
body .alrgn-info .ag_info .iteam_info .item_img .img_part .img, body .info_popup_v2 .ag_info .iteam_info .item_img .img_part .img {
  border-radius: 5px;
  overflow: hidden;
  height: 200px;
  width: 100%;
}
body .alrgn-info .ag_info .iteam_info .item_img .img_part .img img, body .info_popup_v2 .ag_info .iteam_info .item_img .img_part .img img {
  width: 100%;
}
body .alrgn-info .btn_fixed, body .info_popup_v2 .btn_fixed {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  padding: 10px 15px;
  z-index: 99;
}
body .alrgn-info .btn_fixed .add_btn, body .info_popup_v2 .btn_fixed .add_btn {
  margin-top: 0px;
  flex-shrink: 0;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}
body .alrgn-info .btn_fixed .add_btn .btn button, body .info_popup_v2 .btn_fixed .add_btn .btn button {
  width: 150px !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.46);
  font-weight: bold;
  padding: 0 !important;
  height: 45px;
  margin: 0 !important;
  outline: 0;
  border-radius: 5px !important;
  border: 0;
  font-size: 16px !important;
  position: relative;
  background: #fff;
  margin: 0px auto;
}
body .alrgn-info .btn_fixed .add_btn .btn .inc, body .info_popup_v2 .btn_fixed .add_btn .btn .inc {
  display: flex;
  align-items: center;
  justify-content: space-around;
  cursor: pointer;
}
body .alrgn-info .btn_fixed .add_btn .btn .inc span, body .info_popup_v2 .btn_fixed .add_btn .btn .inc span {
  position: relative;
  display: flex;
  align-items: center;
  color: #58A940;
  cursor: pointer;
  font-size: 20px;
}
body .alrgn-info .btn_fixed .add_btn .btn .inc span svg, body .info_popup_v2 .btn_fixed .add_btn .btn .inc span svg {
  width: 15px;
  height: 15px;
}
body .alrgn-info .btn_fixed .add_btn p, body .info_popup_v2 .btn_fixed .add_btn p {
  margin: 5px 0 0;
  font-size: 11px;
  height: 14px;
}
body .alrgn-info .btn_fixed .fixed p, body .info_popup_v2 .btn_fixed .fixed p {
  font-size: 12px;
  text-align: center;
  margin: 0;
}
body .alrgn-info .btn_fixed .fixed .btns, body .info_popup_v2 .btn_fixed .fixed .btns {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.46);
  border-radius: 5px;
  margin: 10px 0;
  outline: 0;
  border: 0;
}
body .alrgn-info .btn_fixed .fixed .btns button, body .info_popup_v2 .btn_fixed .fixed .btns button {
  border: 0;
  background: transparent;
  font-size: 18px;
  font-weight: bold;
  color: rgba(255, 34, 34, 0.9803921569);
  outline: 0;
  cursor: pointer;
}

body .alrgn-info .ag_info .iteam_info .iteam_name .description .ag_inforamtion, body .info_popup_v2 .ag_info .iteam_info .iteam_name .description .ag_inforamtion {
  width: 100%;
  border-bottom: 1px solid #ebebeb;
  padding: 10px 0 !important;
}

html body .alrgn-info .heading_div .head h3 svg, html body .info_popup_v2 .heading_div .head h3 svg {
  fill: #000 !important;
}

body .alrgn-info .heading_div {
  border-bottom: 1px solid #ebebeb;
  background: #fff;
}

.body .alrgn-info .ag_info .iteam_info .iteam_name .menu_title .price {
  width: auto !important;
}

@media (max-width: 550px) {
  .iteams .food_items {
    margin-top: 110px !important;
  }
  .mobile-navgation .head_part {
    padding: 15px 20px !important;
  }
  .iteams-nav {
    top: 65px !important;
  }
}/*# sourceMappingURL=ag-info.css.map */