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

html {
  overflow-x: hidden !important;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body {
  border: 0;
  margin: 0;
  padding: 0 !important;
  color: #4a4a4a;
  font-size: 16px;
  background: #fff;
  position: relative;
  font-family: 'Roboto', sans-serif !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', sans-serif !important;
}
.ml0{
  margin-left: 0px !important;
} 
.pl15{
  padding-left: 15px !important;
}
.mt30{
  margin-top: 30px !important;
}
.container{
  width: 1920px;
  max-width: 1920px;
}
.carousel-slider{
  height: 200px;
}
.carousel .slide img{
  height: 200px;
  object-fit: cover;
}
.carousel .carousel-status{
  display: none !important;
}
.LeftSection{
  position: fixed;
  left: 0;
  top: 0px;
  width: 250px;
  height: 100vh;
  border-right: 1px solid #f1f1f1;
}
.RightSection{
  margin-top: 0px;
  padding-left: 40px;
  margin-left: 250px;
  position: fixed;
  top: 0;
  height: calc(100% - 0px);
  overflow: hidden;
}
.withMenuRightWidth{
  max-width: 87%;
}
.float-left{
  float: left;
}
.p20{
  padding: 20px;
}
.menuItem{
  margin-top: 30px;
}
.menuItem ul{
  margin:0px;
  padding: 0px;
}
.menuItem ul li{
  width: 200px;
  min-height: 200px;
  border-radius: 20px;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 20px;
  /* border: 2px solid #fff; */
  text-align: center;
  list-style: none;
  opacity: 0.5;
}
.menuItem ul li:hover{
  opacity: 1;
}
.menuItem ul li.active{
  /* border: 2px solid #f1f1f1; */
  opacity: 1;
  background-image: linear-gradient(#dbdcde, #f4f4f4);
}
.menuItem ul li a{
  width: 160px;
  height: 160px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  margin: 20px auto 10px auto;
  display: inline-block;
}
.menuItem ul li a img{
  height: 160px;
  object-fit: contain;
}
.menuItem ul li span{
  margin: 0px auto 10px auto;
  display: inline-block;
  font-weight: 500;
  color: #000;
  font-size: 18px;
}
.title h2{
  border-bottom: 1px solid #f1f1f1;
  padding: 20px;
}
.title h2{
  color: #000;
  font-size: 40px;
  margin: 0px;
}
.title h2 span{
  float: right;
}
.FoodList{
  padding-top:0px;
  height: calc(100% - 89px);
  overflow: hidden;
}
.FoodList .card{
  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 5px;
  border-radius: 15px;
  overflow: hidden;
  border:0px solid #fff;
  margin-bottom: 30px;
}
/* .FoodList .card:hover{
  border: 3px solid #feb800;
} */
.FoodList .card a{
  text-decoration: none;
  color: #000;
}
.FoodList .card-footer{
  font-size: 20px;
  color: #000;
  border-top:0px
}
.FoodList .card-title{
  margin-bottom: 0px;
  font-size: 20px;
}
.FoodList .card-body{
  padding: 1rem;
  text-align: center;
}
.FoodList .card-footer{
  padding: 0px 1rem 1rem 1rem;
  background: #fff;
  text-align: center;
}
.card-columns {
  -webkit-column-count:4;
  -moz-column-count:4;
  column-count:4;
  column-gap: 30px;
}
.FoodList .cardImg{
  height: 250px;
  text-align: center;
}
.FoodList .card-img-top{
  width: auto;
  height: auto;
}
.search {
  width: 100%;
  margin-bottom: auto;
  height: 50px;
  background-color: #fff;
  padding: 0px 10px;
  border-radius:30px;
  border:2px solid #000;
  position: relative;
  overflow: hidden;
  margin-top: 5px;
}

.search-input {
  color: white;
  border: 0;
  outline: 0;
  background: none;
  width: 0;
  margin-top:0px;
  caret-color: transparent;
  line-height: 20px;
  transition: width 0.4s linear;
  height: 46px;
}

.search .search-input {
  padding: 0 10px;
  width: 90%;
  caret-color: #536bf6;
  font-size: 19px;
  font-weight: 300;
  color: black;
  transition: width 0.4s linear;
}

.search-icon {
  height: 50px;
  width: 50px;
  justify-content: center;
  align-items: center;
  color: white;
  background-color: #fff;
  font-size: 10px;
  position: absolute;
  right: 0px;
  top: 0px;
}
.search-icon img{
  position: relative;
  top: 10px;
  width: 25px;
  height: 25px;
  right: -7px;
}
.Footer{
  padding: 30px;
  text-align: center;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
}
.ProceedBtn{
  border: 3px solid #006d21;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  color: #006d21;
  margin: 0px;
  overflow: hidden;
  background-color: #fff;
  display: inline-block;
  cursor: pointer;
  text-decoration: none !important;
  font-weight: 500;
}
.ProceedBtn:hover{
  background-color: #006d21;
  color: #fff;
}
.CancelBtn{
  border: 3px solid #ea5f62;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  color: #ea5f62;
  margin: 0px;
  overflow: hidden;
  background-color: #fff;
  display: inline-block;
  cursor: pointer;
  text-decoration: none !important;
  font-weight: 500;
}
.CancelBtn:hover{
  background-color: #ea5f62;
  color: #fff;
}
.BtnSm{
  padding: 10px 50px;
  font-size: 20px;
}
.SolidGreenBtn{
  color: #fff;
  background-color: #006d21;
}
.SolidRedBtn{
  color: #fff;
  background-color: #ea5f62;
}
.andernBtn .btn{
  width: 250px;
}
.plusMinus, .itemResultBtn{
  width: 250px;
  display: inline-block;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}
.plusMinus a{
  width: 110px;
  padding: 10px 0px !important;
}
.plusMinus a:nth-child(1){
  margin-right: 10px;
  float: left;
}
.plusMinus a:nth-child(2){
  margin-left: 10px;
  float: right;
}
.ItemName{
  color: #000;
  font-size: 30px;
}
.modal-slide {
  z-index: 100000 !important;
  padding-right: 0px !important;
  position: fixed;
  width: 1550px;
  max-width: 1550px;
  top: 50%;
  left: 56%;
  transform: translate(-50%, -50%);
  overflow-y: hidden !important;
  min-height: 570px;
}
.modal-slide.show .modal-content {
  top: 0px;
  min-height: auto;
  background: transparent !important;
  border: 0px  !important;
}
.popArrow{
  position: absolute;
  top: 0;
}
/* .modal-slide .modal-content::after{
  position: absolute;
  content: '';
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  top: 0px;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 30px solid #ffffff;
} */
.modal-slide .modal-body{
  padding: 0px;
}
.modal-slide .modal-dialog {
  max-width: inherit;
  margin: 0;
}
.popover{
  width: 100%;
  max-width: 100%;
  /* transform: translateX(0px) !important; */
}
.popupInner{
  padding: 30px;
}
.popupCard{
  padding: 0px;
  background: #fff;
}
.popupCard .container {
  max-width: 1500px;
}
.popupCard .card-img-top {
  width: auto;
  height: auto;
}
.popupCard .card {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 5px;
  border-radius: 15px;
  overflow: hidden;
   border: 0px solid #fff;
}
/* .popupCard .card:hover {
  border: 3px solid #feb800;
} */
.popupCard .cardImg {
  height: 250px;
  text-align: center;
}
.popupCardTitle{
  padding: 20px ;
  border-bottom: 2px solid #f1f1f1;
  background: #fff;
}
.popupCardTitle h2{
  color: #000;
  font-size: 40px;
  margin: 0px;
}
.popupCard .card-footer {
  padding: 0px 1rem 1rem 1rem;
  background: #fff;
  color: #000;
  font-size: 20px;
  border-top: 0px;
  text-align: center;
}
.popupCard a{
  text-decoration: none;
}
.popupCard .card-body{
  padding: 1rem;
  text-align: center;
  color: #000;
}
.popupCard .card-body h5{ 
  font-size: 20px;
}
.Overlaybg{
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100;
}
.bs-popover-auto[x-placement^="bottom"] .arrow, .bs-popover-bottom .arrow {
  top: calc((.8rem + 1px) * -1);
}
.bs-popover-auto[x-placement^="bottom"] .arrow::after, .bs-popover-auto[x-placement^="bottom"] .arrow::before, .bs-popover-bottom .arrow::after, .bs-popover-bottom .arrow::before {
  border-width: 0 1rem 1rem 1rem;
}

.pagefade  {
  animation: fadeInAnimation ease 1s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  
}
@keyframes fadeInAnimation {
  0% {
      opacity: 0;
      /* transform: translateY(100%); */
  }
  100% {
      opacity: 1;
      /* transform: translateY(0%); */
  }
}

.rowList{
  padding: 20px 0px 50px 0px;
}
.rowList h3{
  color: #000;
  font-size: 30px;
  margin-top: 31px;
}
.rowList .roundNumber{
  width: 100px;
  height:100px;
  text-align: center;
  font-size: 40px;
  border: 4px solid #006d21;
  border-radius: 100px;
  overflow: hidden;
  margin:  0px auto;
  line-height: 90px;
  font-weight: 600;
  color: #006d21;
}
.orderMainItem h3{
  color: #000;
  font-size: 30px;
}
.orderMainItem .cardImg{
  text-align: center;
}
.orderMainItem .cardImg img{
  margin:  0 auto;
}
.numberImg img{
  width: 120px;
}
.subSubCategoryPopup{
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10000;
}
.ToggleDetail{
  background: #f1f1f1;
  padding: 50px;
}
.ToggleDetail{
  position: relative;
}
.ToggleDetail::after{
  position: absolute;
  content: '';
  top: -30px;
  width: 0;
  height: 0;
  left: 130px;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 30px solid #f1f1f1;
}
.ToggleDetail .card{
  background: transparent !important;
  border:0px;
  box-shadow: none !important;
}
.cartHeadItemName span{
  display: block;
  margin-bottom: 10px;
  font-size: 25px;
  color: #262626;
}
.OorderCutomFooter{
  background: #fff;
  padding: 20px;
  border-top: 1px solid #ccc;
  position: sticky;
  bottom: 0;
}
.OorderCutomFooter .plusMinus{
  width: 370px;
}
.OorderCutomFooter .plusMinus a:nth-child(3){
  float: right;
  margin-left: 10px;
}
.OorderCutomFooter .plusMinus a:nth-child(2){
  float: none;
  margin-left: 0px;
}
.andernBtnHeight{
  height: 55px;
}
.OrderList{
  padding: 20px;
  border: 1px dashed #000;
  margin:20px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
}
.mainDissh{
  border-bottom: 1px dashed #ccc;
  padding: 0px 0px 15px 0px;
  margin-bottom: 10px;
}
.mainDissh h4{
  font-size: 30px;
}
.subDish h4{
  font-size: 25px;
  margin-bottom: 10px;
}
.subDish h4 span{
  display: block;
  font-size: 20px;
}
.OrderListActon{
  border-top: 1px dashed #ccc;
  padding: 15px 0px 0px 0px;
}
.Gesamt{
  font-size: 30px;
  font-weight: 900;
}
.paymentList{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
}
.paymentList ul{
  margin: 0px;
  padding: 0px;
}
.paymentList ul li{
  list-style: none;
}
.paymentList ul li a{
  text-align: center;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  color: #000;
  margin: 0px;
  overflow: hidden;
  background-color: #febc0d;
  display: block;
  cursor: pointer;
  text-decoration: none !important;
  font-weight: 500;
  margin-bottom: 30px;
  padding: 20px 10px;
  font-size: 30px;
  width: 500px;
  max-width: 500px;
}
.paymentList ul li img{
  margin-right: 10px;
  position: relative;
  top: -2px;
}
.thankYou {
  background-color: #febc0d;
  height: 100vh;
  width: 100%;
  position: relative;
}
.thankYouContent {
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
}
.thankYou h2 {
  font-size: 45px;
  color: #000;
}
.thankYou h3 {
  font-size: 40px;
  color: #000;
  margin-top: 150px;
}
.thankYou h3 span{
  display: block;
  margin-top: 50px;
  font-size: 60px;
  color: #02521a;
}
.orderPage{
  position: fixed;
  top: 0;
  height: calc(100% - 0px);
  overflow: hidden;
  width: 100%;
}