:root {
  --black: #171717;
  --background: #2F2F2F;
  --element: #31373C;
  --white: #F8F8F8;
  --green: #91BA44;
  --red: #BB3030;
  --eo: #FF5D0C;
  --table: #4DFF0C;
  --delivery: #0BE7FF;
  --zabalit: #D23DF8;
  --gray: #A4A4A4;
  --blue: #697BF3;
}


body {
  background-image: url('/records/frontend/style/images/compressedBCG.jpeg');
  background-repeat: no-repeat;
  background-size: contain;
  overflow-x: hidden;
  background-color: #0b0b0b;
}


@font-face {
  font-family: myOwnFont;
  src: url(AYearWithoutRain.ttf);
}

* {
  font-family: myOwnFont;
}

.myHeader {
  /* background: linear-gradient(120deg, #021019, #333233); */
  background-image: url('/eshop/style/eshopIcons/logoBc.png');
  background-repeat: repeat;
  background-size: contain;
  display: flex;
  justify-content: center;
  align-items: center;
}

.myHeader img {
  width: 50vh;
  height: auto;
}

.delivery-content {
  background-color: var(--eo);
  /* display: flex; */
  justify-content: center;
  align-items: center;
  color: var(--dark-grey);
  text-align: center;
  font-size: 22px;
  display: none;
  padding: 10px 5px;
}

.delivery-content,
.delivery-content * {
  font-family: Arial, Helvetica, sans-serif !important;
}

.delivery-content span {
  font-weight: bolder;
}


.introDiv {
  /* background-image: url('/records/frontend/style/images/building.jpeg'); */
  /* background-repeat: no-repeat; */
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 1vh;
  width: 98%;
  margin-left: 1%;
}

.introDivImg {
  width: auto;
  height: 70vh;
}

.headshot {
  flex-shrink: 0;
  margin: 20px;
  /* height: calc(150px + 6vw);
  width: calc(150px + 6vw); */
  border: calc(8px + 0.2vw) solid transparent;
  background-origin: border-box;
  background-clip: content-box, border-box;
  background-size: cover;
  box-sizing: border-box;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.5);
}

.headshot-1 {
  border-radius: 1px;
  background-image: var(--img-url), linear-gradient(#f9f047, #94c442);
}

.button01 {
  border: none;
  display: block;
  position: relative;
  padding: 0.7em 2.4em;
  font-size: 18px;
  background: transparent;
  cursor: pointer;
  user-select: none;
  overflow: hidden;
  color: rgb(255, 255, 255);
  z-index: 1;
  font-family: inherit;
  font-weight: 500;
}

.button01 span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: -1;
  border: 4px solid rgb(246, 246, 246);
}

.button01 span::before {
  content: "";
  display: block;
  position: absolute;
  width: 8%;
  height: 500%;
  background: var(--lightgray);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-60deg);
  transition: all 0.3s;
}

.button01:hover span::before {
  transform: translate(-50%, -50%) rotate(-90deg);
  width: 100%;
  background: rgb(255, 255, 255);
}

.button01:hover {
  color: black;
}

.button01:active span::before {
  background: #ffffff;
}

.container {
  display: block;
  position: relative;
  border: solid 2px #e6c800;
  padding: 40px 60px;
  width: 100%;
  line-height: 28px;
  transform: rotate(-2deg);
  box-shadow: 3px 15px 8px -10px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease-in;
}

.container:hover {
  transform: translateY(-10px) rotate(1deg);
  box-shadow: 3px 15px 8px -10px rgba(0, 0, 0, 0.3);
}

.container:hover .border {
  transform: translateY(4px) rotate(-5deg);
}

.border {
  position: absolute;
  transition: all 0.13s ease-in;
}

.border:before,
.border:after {
  color: #94c442;
  position: absolute;
}

.introInfo {
  display: flex;
  color: #94c442;
  justify-content: center;
  flex-direction: column;
  gap: 5vh;
  align-items: center;
  text-align: center;
  background: linear-gradient(120deg, #021019, #333233);
  font-size: x-large;
  border-radius: 5px;
}

.navbar-brand {
  font-size: xx-large;
  padding-left: 5vh;
}

.navbar-nav .nav-link {
  font-size: x-large;
  margin-left: 5vh;
  color: white;

}

.d-flex input {
  font-size: x-large;
  text-align: center;
}


.searchBtn {
  color: #94c442;
  border: #94c442 2px solid;
  font-size: x-large;
}


.searchBtn:hover {
  color: black;
  background-color: #94c442;
}

.basicInfo {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 1vh;
}

.infoItem {
  margin-top: 5vh;
  width: 33%;
  height: 20vh;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: column;
  text-align: center;
  cursor: pointer;
}

.infoItem p {
  color: white;
  font-size: x-large;
}

.infoItem img {
  width: 10vh;
  height: auto;
}

.nonGifsite {
  width: 50%;
}

.aboutKebabia {
  color: white;
  width: 80%;
  margin-left: 10%;
  margin-top: 2vh;
  margin-bottom: 5vh;
  background-origin: border-box;
  background-clip: content-box, border-box;
  background-size: cover;
  box-sizing: border-box;
  /* box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.5); */
  text-align: center;
  padding: 3vh;
  font-size: x-large;
  background: linear-gradient(120deg, #021019, #333233);
  /* filter: drop-shadow(5px 5px 10px black); */
}

.aboutKebabia h1 {
  color: #e6c800;
}

.customIframe {
  width: 100%;
  height: 30vh;
}

.containerNav {
  margin: 0 auto;
  padding: 2vh;
  text-align: center;
  font-size: larger;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10vh;
  box-sizing: border-box;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.5);
}

.containerNav .navItem {
  text-decoration: none;
  position: relative;
  z-index: 0;
  cursor: pointer;
  padding-top: 1vh;
  padding-bottom: 0;
}

.green {
  background: #e6c700ef;
}


/* Border X get width  */
div.borderXwidth a:before,
div.borderXwidth a:after {
  position: absolute;
  opacity: 0;
  width: 0%;
  height: 2px;
  content: '';
  background: #FFF;
  transition: all 0.3s;
}

div.borderXwidth a:before {
  left: 0px;
  top: 0px;
}

div.borderXwidth a:after {
  right: 0px;
  bottom: 0px;
}

div.borderXwidth a:hover:before,
div.borderXwidth a:hover:after {
  opacity: 1;
  width: 100%;
}

.iconsNav {
  width: 5vh;
  height: auto;
}

.menuItems {
  display: flex;
  flex-wrap: wrap;
  /* Allow items to wrap to the next row */
  align-items: center;
  justify-content: center;
  gap: 2vh;
  margin-top: 1vh;
}

.menuItem {
  background-color: #9f9f9fbf;
  width: 30%;
  text-align: center;
  padding: 1vh;
  border-radius: 5px;
}

.menuItem h2 {
  font-weight: bolder;
}

.menuItemImg {
  width: auto;
  max-width: 100%;
  height: 25vh;
  border-radius: 5px;
  /* border: 2px solid black; */

}

.buttonsToCart {
  width: 100%;
  display: flex;
}

.addToCartBtn {
  font-family: sans-serif;
  width: 100%;
  background-color: #94c442;
  padding: 1vh;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2vh;
  color: black;
  text-decoration: none;
  font-size: large;
  font-weight: 500;
  border-radius: 5px;
  border: 1px solid rgb(0, 0, 0);
}

.buttonsToCart img {
  width: 2vh;
  height: 2vh;
}

.disabledPrice {
  font-family: sans-serif;
  width: 100%;
  background-color: #abafa6;
  padding: 1vh;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2vh;
  color: black;
  text-decoration: none;
}

.disabledPrice img {
  width: 2vh;
}

.addToCartBtn img {
  width: 2vh;
}

.deliveryInfo {
  width: 80%;
  margin-left: 10%;
  display: flex;
  justify-content: center;
  background: linear-gradient(120deg, #021019, #333233);
  flex-direction: column;
  margin-bottom: 2vh;
  text-align: center;
  box-sizing: border-box;
  filter: drop-shadow(5px 5px 10px black);
}

.deliveryInfo h2 {
  margin-top: 1vh;
  color: #94c442;
}

.deliveryForm {
  display: flex;
  justify-content: center;
  padding: 3vh;
  width: 80%;
  margin-left: 10%;
}

.deliveryDetails {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  /* display: none; */
}

.customerInput {
  font-family: sans-serif;
  text-align: center;
  background: none;
  border: none;
  /* color: white; */
  /* outline: none;  */
  /* Remove default focus outline */
}

.customerInput:focus {
  border: none;
  /* Add a border when the input is focused */
}

.deliveryPrices {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1vh;
  width: 100%;
  gap: 1vh;
}

.deliveryPrices span {
  font-family: sans-serif;
}

.deliveryPrices p {
  width: 100%;
  padding: 1vh;
  font-size: x-large;
  text-align: center;
  color: white;
}

.deliveryDetails h1 {
  padding: 3vh;
  width: 100%;
  font-size: xx-large;
  border: #94c442 2px solid;
  text-align: center;
  color: #021019;
  background: linear-gradient(120deg, #02101977, #33323388);
}

:root {
  --green: #145203;
  --blue: #0561ad;
  --yellow: #FDDA16;
  --white: #FFFFFF;
}

.street-sign {
  --sign-color: var(--white);
  white-space: nowrap;
  font-size: xx-large;
  background-color: var(--sign-color);
  font-weight: bold;
  padding: 0.25em 0.25em 0.25em 0.5em;
  border-radius: 0.25em;
  box-shadow: 0 0 0 0.1em black, 0 0 0 calc(0.1em + 1px) var(--sign-color), 0.2em 0.2em 0.1em rgba(0, 0, 0, 0.25);
  -webkit-text-fill-color: black;
}

.street-sign::after {
  font-size: 0.5em;
  vertical-align: super;
  margin-left: 0.5em;
  color: #000000;
}

.street-sign.inverted {
  color: black;
  box-shadow: 0 0 0 0.1em black, 0 0 0 calc(0.1em + 1px) var(--sign-color), 0.2em 0.2em 0.1em rgba(0, 0, 0, 0.25);
}


.deliveryDetails em {
  color: #94C442;
  text-align: center;
  margin-bottom: 1vh;
}

@media (max-width: 768px) {

  .introDiv {
    flex-direction: column;
  }

  .container {
    width: 100%;
  }

  .containerNav {
    gap: 1vh;
  }

  .menuItem {
    width: 95%;
  }

  .nonGifsite {
    width: 95%;
  }

  .infoItem {
    margin-top: 0vh;
    width: 33%;
    height: 20vh;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
    text-align: center;
  }

  .infoItem p {
    color: white;
    font-size: medium;
  }

  .introDivImg {
    width: auto;
    height: 45vh;
  }

  .aboutKebabia {
    width: 98%;
    margin-top: 0;
    margin-bottom: 10vh;
    margin-left: 1%;
    font-size: medium;
    filter: drop-shadow(5px 5px 10px black);
  }

  .deliveryInfo {
    width: 98%;
    margin-left: 1%;
  }

  .deliveryPrices {
    flex-direction: column;
  }

}


.outerdiv {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.innerdiv {
  transform: scale(0.9);
  display: grid;
  grid-gap: 1.5rem;
  grid-template-rows: repeat(2, 22rem);
  grid-template-columns: repeat(4, 17rem);
}

.eachdiv {
  padding: 1rem 2rem;
  border-radius: 0.8rem;
  box-shadow: 5px 5px 20px #6d6b6b6b;
}

.div1 {
  background: #94C442;
  grid-column: 1/3;
  grid-row: 1/2;
  color: black;
}

.div2 {
  background: #B4C341;
  grid-column: 3/4;
  grid-row: 1/2;
  color: black;
}

.div3 {
  background: #BFC341;
  grid-column: 4/5;
  grid-row: 1/3;
  color: black;
}

.div4 {
  background: #C39C41;
  grid-column: 1/2;
  grid-row: 2/3;
  color: black;
}

.div5 {
  background: #C3B241;
  grid-column: 2/4;
  grid-row: 2/3;
  color: black;
}

.userdetails {
  display: flex;
}

.imgbox {
  margin-right: 1rem;
}

.imgbox img {
  border-radius: 50%;
  width: 2rem;
  border: 2px solid #cec5c5;
}

.detbox {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.detbox p {
  margin: 0;
}

.detbox .name {
  color: black;
  font-family: sans-serif;
  font-size: large;
  margin-bottom: 0.1rem;
  font-weight: bold;
}

.detbox .name.dark {

  color: black;
}

.detbox .designation {
  color: black;
  opacity: 50%;
  font-size: 0.8rem;
  /* HVIEZDICKY */
}

.detbox .designation.dark {
  color: black;
}

.review h4 {
  font-size: 1.4rem;
  color: black;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 0.8rem;
}

.review.dark h4 {
  color: black;
}

.review p {
  font-family: sans-serif;
  font-size: medium;
  color: black;
  font-weight: 500;
}

.review.dark p {
  color: #0e0e0e;
}

@media only screen and (max-width: 1000px) {
  .innerdiv {
    transform: scale(0.7);
  }
}

@media only screen and (max-width: 800px) {
  .innerdiv {
    transform: scale(0.6);
  }
}

@media only screen and (max-width: 600px) {
  .div1 {
    background-position-x: 10rem;
  }

  .innerdiv {
    display: flex;
    flex-direction: column;
    transform: scale(1);
    margin: 2rem;
    margin-bottom: 5rem;
  }
}

.rating {
  display: flex;
  font-size: larger;
  background-color: white;
  justify-content: center;
  padding: 2px;
  margin: 2px;
}

.rating .checked {
  color: orange;
}

.ratingNav {
  display: flex;
  justify-content: space-around;
  gap: 1vh;
}

.map {
  width: 80%;
  margin-left: 10%;
  height: 50vh;

}


.offers2 {
  display: flex;
  justify-content: center;
  max-width: 90%;
  height: 50%;
  margin-left: 5%;
  margin-top: -5vh;
}

@media (max-width: 768px) {
  .map {
    width: 98%;
    margin-left: 1%;
  }

  .offers2 {
    margin-top: -10vh;
  }

  .introInfo {
    display: none;
  }
}

.cennik {
  width: 90%;
  margin-left: 5%;
  margin-bottom: 4vh;
  margin-top: 2vh;
}

.cennikDivs {
  text-align: center;
}

.offerItem {
  width: 50vh;
  margin: 1vh;
  text-align: center;
  transition: transform 1s ease;
  padding-bottom: 1vh;
  background: linear-gradient(120deg, #021019, #333233);
  color: white;
  z-index: 5;
  /* filter: drop-shadow(10px 10px 10px black); */
}

.offerItem h1 {
  margin-top: 2vh;
}

.counter-container {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  flex-direction: column;
  padding: 0 0;
  margin: 0 0;
}

#counter1,
#counter2,
#counter3 {
  font-size: xx-large;
  font-weight: bolder;
  font-family: sans-serif;
}

.available {
  background-color: #94C442;
  color: rgb(1, 63, 1);
  margin-bottom: 1vh;
}

.unavailable {
  background-color: rgba(216, 113, 113, 0.637);
  color: rgb(81, 0, 0);
  margin-bottom: 1vh;
}

.ownA {
  text-decoration: none;
  color: white;
}

.ownA:visited {
  color: white;
}

.openinhHoursTable {
  display: none;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.openinhHoursTable table {
  color: white;
  text-align: center;
}

.openinhHoursTable td {
  padding: 3px;
}

footer a {
  text-decoration: none;
  color: white;
}


.iconsContact img {
  width: auto;
  height: 5vh;
  background-color: white;
}

.foundItems {
  background-color: white;
  width: 70%;
  max-height: 30vh;
  margin-left: 15%;
  overflow: auto;
  /* Add this property to enable scrolling */
  position: sticky;
  /* Set position to establish stacking context */
  z-index: 501;
}


.foundItem {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}

.foundItem img {
  height: 8vh;
  margin-left: 1vh;
}

.foundPrices {
  margin-right: 1vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.foundPrices p {
  margin: 0;
  /* Reset margin for the <p> elements */
  font-weight: bold;
  font-family: sans-serif;
}

@media (max-width: 768px) {
  .foundItems {
    width: 98%;
    max-height: 40vh;
    margin-left: 1%;
  }

  .foundItems p {
    font-size: small;
  }

  .foundItems h4 {
    font-size: small;
    font-weight: bold;
  }

  .foundName {
    text-align: center;
    width: 50%;
  }

  .foundPrice {
    width: 20%;
    margin-left: 1vh;
  }

  .available {
    text-align: center;
    height: auto;
  }
}

.searchName {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2vh;
}

.resultsCount {
  text-align: center;
}

.orderSection {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: white;
  width: 50%;
}

.orderSection h1 {
  font-family: sans-serif;
  background-color: rgba(0, 0, 0);
  border-radius: 6px;
  padding: 1vh;
  width: 100%;
  text-align: center;
}

#errLog {
  font-family: sans-serif;
  background-color: rgba(0, 0, 0);
  border-radius: 6px;
  padding: 1vh;
  width: 96%;
  text-align: center;
  margin-left: 2%;
}

.itemDiv {
  display: flex;
  /* justify-content: space-around; */
  width: 100%;
  overflow-x: hidden;
  /* Deny horizontal scrolling */
}


.plans {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2vh;
}

.plans .plan input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.plans .plan {
  cursor: pointer;
  /* width: 30vh; */
  margin-bottom: 1vh;
}

.plans .plan .plan-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1vh;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 3px solid #e1e2e7;
  border-radius: 10px;
  -webkit-transition: -webkit-box-shadow 0.4s;
  transition: -webkit-box-shadow 0.4s;
  -o-transition: box-shadow 0.4s;
  transition: box-shadow 0.4s;
  transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
  position: relative;
  background-color: rgba(55, 54, 54, 0.46);
}

.plans .plan .plan-content img {
  margin-left: 1vh;
  margin-right: 1vh;
  height: 5vh;
}

.plans .plan .plan-details span {
  margin-bottom: 10px;
  display: block;
  font-size: 20px;
  line-height: 24px;
  color: white;
}

.plans .plan .plan-details p {
  color: white;
  font-size: 14px;
  line-height: 18px;
}

.plans .plan .plan-content:hover {
  -webkit-box-shadow: 0px 3px 5px 0px #e8e8e8;
  box-shadow: 0px 3px 5px 0px #e8e8e8;
}

.plans .plan input[type="radio"]:checked+.plan-content:after {
  content: "";
  position: absolute;
  height: 8px;
  width: 8px;
  background: #94C442;
  right: 10px;
  bottom: 10px;
  border-radius: 100%;
  border: 3px solid #fff;
  -webkit-box-shadow: 0px 0px 0px 2px #94C442;
  box-shadow: 0px 0px 0px 2px #94C442;
}

.plans .plan input[type="radio"]:checked+.plan-content {
  border: 3px solid #94C442;
  background: #fff;
  -webkit-transition: ease-in 0.3s;
  -o-transition: ease-in 0.3s;
  transition: ease-in 0.3s;
}

.plans .plan input[type="radio"]:checked+.plan-content .plan-details span {
  color: black;
}

.plans .plan input[type="radio"]:checked+.plan-content .plan-details p {
  color: black;
}

.itemImg {
  height: 40vh;
  width: auto;
  margin-bottom: 1vh;
  background-color: white;
  margin-top: 2vh;
}

:root {
  --dark-grey: #151922;
  --light-grey: #ccc;
  --med-grey: #ddd;
  --active: #4a4a4a;
  --highlight: #94C442;
  --link-underline: #94C442;
}

.ingredient {
  display: flex;
  flex-direction: column;
  width: 46%;
  margin-left: 2%;
}

.ingredient:only-child {
  width: 98%;
  margin-left: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ingredient h2 {
  text-decoration: underline;
  font-family: sans-serif;
  padding-top: 1vh;
}

.ingredientLabel {
  display: flex;
  align-items: center;
  margin-bottom: 1vh;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: x-large;
}

.ingredientLabel:hover {
  transform: scale(1.05);
}

.checkbox {
  position: relative;
  display: inline-block;
  width: 3vh;
  height: 3vh;
  margin-right: 10px;
  border-radius: 4px;
  border: 2px solid var(--med-grey);
  transition: all 0.3s ease;
}

input[type="checkbox"]:checked+.checkbox {
  border-color: var(--highlight);
}

input[type="checkbox"]:checked+.checkbox::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 20px;
  border: solid var(--highlight);
  border-width: 0 6px 6px 0;
  transform: translate(-50%, -50%) rotateZ(45deg);
  animation: check .4s ease forwards;
}

@keyframes check {
  0% {
    transform: translate(-50%, -50%) rotateZ(45deg) scale(0.2);
  }

  50% {
    transform: translate(-50%, -50%) rotateZ(45deg) scale(1.2);
  }

  100% {
    transform: translate(-50%, -50%) rotateZ(45deg) scale(0.4);
  }
}

.itemIngredients {
  display: flex;
  margin-bottom: 2vh;
  width: 100%;
  margin-top: 2vh;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 6px;
  margin-right: 3%;
  margin-left: 3%;
}

.imageSection {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: white;
  width: 50%;
}


.c-button {
  background: linear-gradient(140deg, rgba(75, 118, 200, 1) 0%, rgba(31, 70, 145, 1) 100%);
  border-radius: 45px;
  font-size: 25px;
  text-align: left;
  padding: 11px 0px 11px 0px;
  border: 4px solid rgb(37, 37, 37) !important;
  border-style: outset;
  box-shadow: -6px -5px 18px rgba(255, 255, 255, 0.1);
  cursor: pointer;
}

.c-button .c-main {
  border-radius: 45px;
  color: rgba(255, 255, 255, 1);
  padding: 11px 25px 11px 2px;
  box-shadow: inset 0px 0px 5px rgba(17, 17, 17, 0);
  transition: all 0.5s ease-in-out;
  border: 1px solid transparent;
}

.c-ico .c-blur {
  background: linear-gradient(318deg, rgba(75, 118, 200, 1) 0%, rgba(31, 70, 145, 1) 100%);
  border-radius: 100%;
  margin-left: 0;
  padding: 8px 23px;
  filter: blur(1px);
  text-align: center;
}

.c-ico {
  position: relative;
  margin-right: 20px;
}

.c-ico .ico-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* Hovering */

.c-button .c-main:hover {
  box-shadow: inset 0px 0px 5px rgba(17, 17, 17, 0.6);
  border: 1px solid rgba(26, 26, 26, 0.5);
  color: rgba(255, 255, 255, 0.5);
}


.input-wrapper {
  width: 20vh;
  height: 5vh;
  display: flex;
  border-radius: 50%;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

input[type="number"] {
  padding: 10px;
  text-align: center;
}

.input-wrapper * {
  border: none;
  width: 50px;
  flex: 1;
}

.input-wrapper button {
  cursor: pointer;
}

.input-wrapper button:first-child {
  border-radius: 50% 0 0 50%;
  color: red;
}

.input-wrapper button:last-child {
  border-radius: 0 50% 50% 0;
  color: green;
}

.button {
  width: 25vh;
  height: 5vh;
  background-image: linear-gradient(#94C442, #145203);
  border: none;
  border-radius: 50px;
  color: rgb(255, 255, 255);
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  cursor: pointer;
  box-shadow: 1px 3px 0px #145203;
  transition-duration: .3s;
}

.button2 {
  width: 25vh;
  height: 2vh;
  background-image: linear-gradient(#94C442, #145203);
  border: none;
  border-radius: 50px;
  color: rgb(255, 255, 255);
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  cursor: pointer;
  box-shadow: 1px 3px 0px #145203;
  transition-duration: .3s;
  font-family: sans-serif;
}

.cartIcon {
  width: 14px;
  height: fit-content;
}

.cartIcon path {
  fill: white;
}

.button:active {
  transform: translate(2px, 0px);
  box-shadow: 0px 1px 0px #145203;
  padding-bottom: 1px;
}

.orderButton {
  display: flex;
  flex-direction: row;
  gap: 2vh;
  justify-content: center;
  align-items: center;
  margin-bottom: 2vh;
  width: 100%;
}

@media (max-width: 768px) {
  .itemDiv {
    flex-direction: column;
  }

  .orderSection {
    width: 100%;
  }

  .imageSection {
    width: 100%;
  }

  .plans .plan .plan-content img {
    height: 4vh;
  }

  .plans .plan .plan-details span {
    font-size: 15px;
  }

  .plans .plan .plan-details p {
    font-size: 13px;
  }

  /* .plans .plan {
    width: 24vh;  
  } */
  .button {
    width: 24vh;
  }

  .button2 {
    width: 24vh;
  }

  .input-wrapper {
    width: 24vh;
  }

  .itemImg {
    width: 90%;
    height: auto;
  }
}

.itemDescription {
  width: 90%;
  font-weight: bold;
  font-size: large;
  text-decoration: none;
  text-align: center;
  color: inherit;
  pointer-events: none;
}

.containerInput {
  width: auto;
  display: flex;
  justify-content: center;
}

.field {
  display: flex;
  flex-flow: column-reverse;
}

.labelExtra,
.extra {
  transition: all 200ms ease;
  background: none;
  color: white;
}

.extra {
  font-size: 24px;
  border: 0;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  padding: 5px 0;
  margin-bottom: 1vh;

  &:focus {
    outline: 0;
    border-color: #94C442;
  }

  &:placeholder-shown+label {
    cursor: text;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transform-origin: left bottom;
    transform: translate(0, 2.125em) scale(1.5);
  }

  &:not(:placeholder-shown)+label,
  &:focus+label {
    transform: translate(0, 0) scale(1);
    cursor: default;
    color: #94C442;
  }

}

.labelExtra {
  color: white;
}

@media (max-width: 768px) {
  .extra {
    width: 100%;
  }
}

::-webkit-input-placeholder {
  opacity: 0;
  transition: inherit;
}

.segmented-picker {
  align-items: center;
  background-color: #f2f2f7;
  border-radius: 8px;
  display: none;
  overflow: hidden;
  padding: 2px;
  width: 80%;
}

.segmented-picker>input {
  pointer-events: none;
  position: absolute;
  visibility: hidden;
}

.segmented-picker>input:nth-last-of-type(1):checked~label:last-of-type::before {
  left: 0;
}

.segmented-picker>input:nth-last-of-type(2):checked~label:last-of-type::before {
  left: -100%;
}

.segmented-picker>label {
  align-items: center;
  cursor: pointer;
  display: flex;
  flex: 1;
  justify-content: center;
  padding: 8px;
  position: relative;
}

.segmented-picker>label>span {
  font-size: large;
  font-weight: bold;
  letter-spacing: 0.02em;
  position: relative;
  z-index: 2;
  color: black;

}

.segmented-picker>label:not(:first-of-type)::after {
  background-color: rgba(0, 0, 0, );
  content: "";
  display: block;
  height: 16px;
  left: 0;
  position: absolute;
  width: 1px;
  z-index: 0;
}

.segmented-picker>label:last-of-type::before {
  background-color: #94C442;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, ), 0 0 0 2px #f2f2f7;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: 0.25s ease;
  width: 100%;
  z-index: 1;
}

.timeDiv {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#time {
  font-size: large;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

#timeSpan {
  font-size: small;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

@media (max-width: 768px) {
  .timeDiv {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
  }

  #time {
    font-size: large;
  }

  #timeSpan {
    font-size: large;
  }
}

#myImage {
  display: none;
}

.input-number-prefix {
  position: relative;
  font-size: 1.5rem;
  background-color: white;
  /* Background color */

  &:before {
    content: "€";
    position: absolute;
    left: 0.5rem;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    color: #000000;
  }

  .priceInput {
    text-align: center;
    padding: 0.5rem;
    font-size: 1.5rem;
    border: 2px solid #ccc;
    border-radius: 6px;
    min-width: 10rem;
  }
}

.input-number-prefix .priceInput:disabled {
  background-color: #f2f2f2;
  color: #000000;
  border: 2px solid #ddd;
  cursor: not-allowed;
  -webkit-text-fill-color: black;
  opacity: 1;
  /* required on iOS */
}

@keyframes toastDuration {
  from {
    width: 0%;
  }

  to {
    width: 100%;
  }
}

.toast-container {
  position: fixed;
  z-index: 8888;
  display: block;
  width: auto;
}

.toast {
  display: block;
  width: 100vmax;
  min-height: 10vh;
  margin-bottom: 2vh;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  background-color: #F4F5F7;
  overflow: hidden;
}

.toast .toast-status-icon {
  display: block;
  float: left;
  height: 10vh;
  width: 10vh;
  padding: 1vh 1vh 1vh 1vh;
}

.toast .toast-status-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.toast .toast-content {
  display: block;
  float: left;
  line-height: 1.4;
  margin-left: 1vh;
  margin-top: 1vh;
}

.toast .toast-content span {
  font-size: 30px;
  font-weight: bold;
  color: #000000;
  line-height: inherit;
}

.toast .toast-content p {
  font-size: large;
  color: #000000;
  margin-top: 1px;
  line-height: inherit;
}

@media (max-width: 768px) {
  .toast .toast-content span {
    font-size: 15px;
  }

  .toast .toast-content p {
    font-size: medium;
  }

  .toast .toast-status-icon {
    padding: 1vh 2vh 2vh 1vh;
  }
}

.toast .toast-close {
  display: block;
  float: right;
  clear: right;
  width: 5vh;
  height: 5vh;
  padding: 5px;
  border: none;
  background: transparent;
  background-color: transparent;
}

.toast .toast-close svg {
  display: block;
  width: 100%;
  height: 100%;
  margin-right: 0;
  margin-left: 0;
  transform: none;
}

.toast .toast-duration {
  position: relative;
  display: block;
  float: none;
  clear: both;
  height: 3px;
  width: 100%;
  background-color: #928e8e;
}

.toast .toast-duration::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: inherit;
  background-color: #000000;
  animation-name: toastDuration;
  animation-duration: 5s;
  animation-timing-function: linear;
}

.toast.info {
  background: #AED9F8;
}

.toast.info .toast-duration {
  background-color: #81B9F1;
}

.toast.success {
  background: #B4F7D3;
}

.toast.success .toast-duration {
  background-color: #7DE3B1;
}

.toast.alert {
  background: #FFE5A2;
  padding: 0px;
}

.toast.alert .toast-duration {
  background-color: #FFCC70;
}

.toast.error {
  background: #FFA5A5;
}

.toast.error .toast-duration {
  background-color: #FF7F7F;
}


.cartContainer {
  position: fixed;
  z-index: 300;
  right: 3vh;
  bottom: 3vh;
  transition: transform 0.3s ease;
}

.cartContainer:hover {
  transform: rotate(10deg);
}

/* Add the shake animation */
@keyframes shake {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(5deg);
  }

  50% {
    transform: rotate(0deg);
  }

  75% {
    transform: rotate(-5deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

/* Apply the shake animation when the 'shake' class is present */
.shake {
  animation: shake 0.2s infinite;
  /* Set 'infinite' to keep the animation running */
}

.eshopCart {
  width: 13vh;
  border: 2px solid #94C442;
  border-radius: 20%;
  padding: 2vh;
  background: linear-gradient(120deg, #021019, #333233);
  z-index: 300;
}

#cartSum {
  position: relative;
  z-index: 301;
  color: white;
  font-weight: 900;
  background-color: rgb(185, 58, 58);
  border-radius: 15px;
  padding: 1vh;
  right: 5px;
  bottom: -45px;
  width: 5vh;
  text-align: center;
}


.checkout-process {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 2vh;
}

:root {
  --background-color: #eeeeee;
  --light-grey: #c4c1c1;
  --accent-color: #94C442;
}

.progress-container {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 60px;
  max-width: 100%;
  width: 80%;
  margin-top: 6vh;
}

.progress-container::before {
  content: "";
  background-color: var(--light-grey);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 4px;
  width: 99%;
  z-index: -1;
}

.progress {
  background-color: var(--accent-color);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 4px;
  width: 0%;
  z-index: -1;
  transition: 0.4s ease;
}

.circle {
  background: var(--light-grey);
  color: var(--light-grey);
  border-radius: 50%;
  height: 2vh;
  width: 2vh;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid var(--light-grey);
  transition: 0.5s ease;
}

.circle.active {
  border-color: var(--accent-color);
  background-color: #fff;
  color: var(--accent-color);
  scale: 1.1;
}

.circle .icon {
  position: absolute;
  font-size: 25px;
  bottom: 25px;
}

.circle .caption {
  position: absolute;
  font-size: large;
  font-weight: bolder;
  bottom: -4vh;
  width: auto;
}

.btnCheckout {
  background: var(--accent-color);
  color: black;
  border: 0;
  border-radius: 20px;
  cursor: pointer;
  font-family: inherit;
  font-size: inherit;
  padding: 8px 30px;
  margin: 5px;
  width: 30%;
}

.btnCheckout:active {
  transform: scale(0.9);
}

.btnCheckout:focus {
  outline: 0;
}

.btnCheckout:disabled {
  background-color: var(--light-grey);
  cursor: not-allowed;
}

/* @media only screen and (max-width: 400px) {
  .container {
    width: 85%;
  }
} */

.emptyCart {
  display: flex;
  align-items: center;
  justify-content: space-around;
  background-color: rgb(247, 241, 230);
  border-radius: 15px;
  width: 90%;
  margin-left: 5%;
  height: 9vh;
}

.emptyCartErr svg {
  width: 5vh;
  height: auto;
}

.buyingMore {
  margin-top: 2vh;
  padding: 1vh;
  border-radius: 15px;
  width: 90%;
  margin-left: 5%;
  font-weight: 900;
  font-size: larger;
  color: black;
  margin-bottom: 2vh;
}

.customForm {
  width: 80%;
  margin-left: 10%;
}

.customForm h1 {
  color: white;
  text-align: center;
}

.form-control-wrap {
  position: relative;
  display: inline-block;
  vertical-align: top;
  min-height: 3em;
  width: 100%;
  margin-top: 1vh;
}

.customForm label,
.customForm input,
.customForm textarea {
  position: absolute;
  top: 0;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  z-index: 2;
  outline: none;
}


.customForm input::placeholder,
.customForm textarea::placeholder {
  color: black;
}

.customForm label {
  user-select: none;
  opacity: 2;
  width: auto;
  color: rgb(116, 116, 116);
  font-size: large;
  padding: 0.2em 0.5em;
  border-radius: 2px 2px 0 0;
  transform: translateY(10%);
  transition: all 0.2s ease;
}

.customForm input,
.customForm textarea {
  border: 2px solid black;
  /* border-radius: 15px;  */
  padding: 0.4em 0.5em;
  color: black;
  font-size: large;
  font-weight: 900;
  text-align: right;
  font-family: sans-serif;

  &:focus {
    border: 3px solid #94c442;

    &+label {
      opacity: 1;
      background: #94c442;
      color: #000000;
      transform: translateY(-100%);
    }
  }
}

#userName {
  display: flex;
  gap: 1vh;
}

#streetNum {
  display: flex;
  gap: 1vh;
}

#streetNum> :first-child {
  flex: 70%;
}

#streetNum> :last-child {
  flex: 30%;
}

#extraInfo {
  display: flex;
  gap: 1vh;
}

#extraInfo textarea {
  max-height: 6vh;
  resize: none;
}

#extraInfo> :first-child {
  flex: 20%;
}

#extraInfo> :last-child {
  flex: 80%;
}

@media (max-width: 768px) {
  #userName {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  #extraInfo {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .customForm {
    width: 94%;
    margin-left: 3%;
  }

  .btnCheckout {
    width: 45%;
  }

  .cartContainer {
    right: 2vh;
    bottom: 2vh;
  }

  #cartSum {
    position: relative;
    z-index: 301;
    color: white;
    font-weight: 900;
    background-color: rgb(185, 58, 58);
    border-radius: 15px;
    padding: 1vh;
    right: 5px;
    bottom: -30px;
    width: 5vh;
    text-align: center;
  }

}

/* Styles for labels when their associated input is disabled */
.customForm input:disabled+label {
  color: black;
}


.cityInput {
  border: 2px solid black;
  margin-top: 1vh;
  padding: 1vh;
  height: 7vh;
  font-size: large;
  font-weight: 900;
  font-family: sans-serif;
  border-radius: 0;
  width: 100%;
  color: #000000;
}

.cartButtons {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2vh;
}

.segmented-picker2 {
  align-items: center;
  background-color: #f2f2f7;
  /* border-radius: 8px; */
  display: flex;
  overflow: hidden;
  padding: 2px;
  width: 80%;
  margin-left: 10%;
  margin-bottom: 2vh;
  justify-content: center;
  text-align: center;

}

.segmented-picker2>input {
  pointer-events: none;
  position: absolute;
  visibility: hidden;
}

.segmented-picker2>input:nth-last-of-type(1):checked~label:last-of-type::before {
  left: 0;
}

.segmented-picker2>input:nth-last-of-type(2):checked~label:last-of-type::before {
  left: -100%;
}

.segmented-picker2>label {
  align-items: center;
  cursor: pointer;
  display: flex;
  flex: 1;
  justify-content: center;
  padding: 8px;
  position: relative;

}

.segmented-picker2>label>span {
  font-weight: 900;
  letter-spacing: 0.02em;
  position: relative;
  z-index: 2;
  font-size: large;
}

.segmented-picker2>label:not(:first-of-type)::after {
  background-color: rgba(0, 0, 0, );
  content: "";
  display: block;
  height: 16px;
  left: 0;
  position: absolute;
  width: 1px;
  z-index: 0;
}

.segmented-picker2>label:last-of-type::before {
  background-color: #94c442;
  /* border-radius: 6px; */
  box-shadow: 0 2px 6px rgba(0, 0, 0, ), 0 0 0 2px #f2f2f7;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: 0.25s ease;
  width: 100%;
  z-index: 1;
}


.segmented-picker3 {
  align-items: center;
  background-color: #f2f2f7;
  /* border-radius: 8px; */
  display: flex;
  overflow: hidden;
  padding: 2px;
  width: 80%;
  margin-left: 10%;
  margin-bottom: 2vh;
  justify-content: center;
  text-align: center;

}

.segmented-picker3>input {
  pointer-events: none;
  position: absolute;
  visibility: hidden;
}

.segmented-picker3>input:nth-last-of-type(1):checked~label:last-of-type::before {
  left: 0;
}

.segmented-picker3>input:nth-last-of-type(2):checked~label:last-of-type::before {
  left: -100%;
}

.segmented-picker3>label {
  align-items: center;
  cursor: pointer;
  display: flex;
  flex: 1;
  justify-content: center;
  padding: 8px;
  position: relative;

}

.segmented-picker3>label>span {
  font-weight: 900;
  letter-spacing: 0.02em;
  position: relative;
  z-index: 2;
  font-size: large;
}

.segmented-picker3>label:not(:first-of-type)::after {
  background-color: rgba(0, 0, 0, );
  content: "";
  display: block;
  height: 16px;
  left: 0;
  position: absolute;
  width: 1px;
  z-index: 0;
}

.segmented-picker3>label:last-of-type::before {
  background-color: #94c442;
  /* border-radius: 6px; */
  box-shadow: 0 2px 6px rgba(0, 0, 0, ), 0 0 0 2px #f2f2f7;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: 0.25s ease;
  width: 100%;
  z-index: 1;
}

@media (min-width: 2500px) {
  .customForm {
    width: 60%;
    margin-left: 20%;
  }

  .segmented-picker2 {
    width: 60%;
    margin-left: 20%;
  }

  .segmented-picker3 {
    width: 60%;
    margin-left: 20%;
  }

  .emptyCartDiv {
    width: 60%;
    margin-left: 20%;
  }

}

.telForm {
  display: none;
}

.cartElement {
  display: flex;
  background-color: #9f9f9fbf;
  justify-content: space-between;
  align-items: center;
  width: 98%;
  margin-left: 1%;
  border: 1px solid black;
}

.cartElement img {
  width: 10vh;
  height: auto;
  margin-bottom: 1vh;
  margin-left: 1vh;
}

.elementPrice {
  margin-right: 2vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1vh;
}

.elementPrice h2 {
  margin-top: 1vh;
}

.elementBody {
  display: flex;
  flex-direction: row;
  width: 80vh;
  justify-content: space-between;
}

.sauceCart {
  color: #66460c;
}

.vegsCart {
  color: red;
}

.extraCart {
  color: green;
}

.elementNum {
  display: flex;
  align-items: center;
  margin-right: 10vh;
}

.elementPrice img {
  width: 5vh;
}

@media (max-width: 768px) {

  .cartButtons {
    display: flex;
    flex-direction: column;
  }

  .cartButtons button {
    width: 80%;
  }

  .cartElement {
    display: flex;
    justify-content: space-around;
    align-items: start;
    width: 98%;
    margin-left: 1%;
  }

  .cartElement img {
    width: 5vh;
    height: auto;
    margin-left: 1vh;
    margin-top: 2vh;
  }

  .elementNum {
    margin-right: 0;
  }

  .elementPrice {
    margin-right: 1vh;
    margin-top: 2vh;
    gap: 0vh;
  }

  .elementBody {
    flex-direction: column;
    margin-left: 1vh;
    width: 30vh;
    justify-content: baseline;
  }

  .elementDescription h2,
  p,
  span {
    margin: 0 0;
    padding: 0 0;
  }

  .elementPrice img {
    margin-bottom: 1vh;
    margin-right: 1vh;
    width: 3vh;
  }
}



.minus,
.plus {
  width: 3vh;
  height: 3vh;
  background: #f2f2f2;
  border-radius: 4px;
  border: 1px solid #ddd;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.quantityInput {
  height: 3vh;
  width: 6vh;
  text-align: center;
  font-size: large;
  border: 1px solid #ddd;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
}

.cartH {
  color: white;
  float: right;
  margin-right: 1%;
}

.quantityInput:disabled {
  color: black;
  /* Text color */
  background-color: white;
  /* Background color */
  -webkit-text-fill-color: black;
  opacity: 1;
  /* required on iOS */
}

.totalSumElement {
  display: flex;
  background-color: #ffffff9e;
  justify-content: space-around;
  align-items: center;
  width: 98%;
  margin-left: 1%;
  border: 1px solid black;
  margin-top: 1vh;
  margin-bottom: 1vh;
}

.extraPickUp {
  color: #94C442;
  font-family: sans-serif;
  font-size: larger;
  text-align: center;
}

.extraPickUp span {
  font-family: sans-serif;
}

.summary {
  display: flex;
  /* background-color: wheat; */
  width: 94%;
  margin-left: 3%;
}

.orderSummary,
.deliverySummary {
  width: 49%;
  background-color: #ffffff9e;
  border-radius: 10px;
  margin-left: 1%;
  position: relative;
}

.summary h1 {
  text-align: center;
  text-decoration: underline;
}

.summaryOrder {
  display: flex;
  justify-content: space-between;
  width: 96%;
  margin-left: 2%;
}

.summaryOrder :where(h4, h3) {
  font-family: sans-serif;
}

.pickUpSummary {
  text-align: center;
}

.pickUpSummary :where(h4, h3) {
  font-family: sans-serif;
}

@media (max-width: 768px) {
  .extraPickUp {
    font-size: medium;
  }

  .summary {
    flex-direction: column;
  }

  .orderSummary {
    width: 98%;
    margin-left: 1%;
    margin-bottom: 1vh;
  }

  .deliverySummary {
    width: 98%;
    margin-left: 1%;
  }
}

.discoutInput {
  display: flex;
  justify-content: space-around;
  background-color: #ffffff9e;
  align-items: center;
  padding: 1vh;
  width: 93%;
  margin-left: 4%;
  border-radius: 10px;
  margin-top: 1vh;
}

.discoutInput input {
  border-radius: 10px;
  font-family: sans-serif;
  text-align: center;
  font-size: medium;
  text-transform: uppercase;
}

.discoutInput button {
  border-radius: 10px;
  padding: 1vh;
  font-size: large;
  font-weight: 900;
  color: #000000;
}

.sumH3 {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Ensure full width */
  text-align: center;
  text-decoration: underline;
  font-family: sans-serif;
}

.deliverySummary p {
  margin-left: 2vh;
  font-size: x-large;
}

.summaryDelivery h3 {
  width: 94%;
  margin-left: 3%;
}

.summaryDelivery span {
  float: right;
}

.formErr {
  background-color: black;
  color: red;
  border-radius: 10px;
  text-align: center;
  margin-top: 2vh;
  width: 80%;
  margin-left: 10%;
  /* padding: 1vh; */
}

.invisible-space {
  height: 3vh;
  /* Adjust the height as needed */
  visibility: hidden;
}

@media (max-width: 768px) {
  .invisible-space {
    height: 5vh;
    /* Adjust the height as needed */
    visibility: hidden;
  }
}

.infoPanel {
  display: none;
  margin-top: 1vh;
}

.infoPanel h5 {
  color: white;
  text-align: center;
  font-family: sans-serif;
  margin: 0 0;

}

@media (max-width: 768px) {

  .infoPanel h5 {
    font-size: medium;
  }

  .discoutInput h1 {
    font-size: smaller;
    margin: 0 0 0 0;
  }

  .discoutInput input {
    height: 5vh;
    font-size: small;
    margin-top: 1vh;
    margin: 0 0 0 0;
  }

  .discoutInput button {
    max-height: 5vh;
    font-size: small;

  }
}



.ownCheckbox {
  display: block;
}

.checkbox-wrapper-19 {
  box-sizing: border-box;
  --background-color: #fff;
  --checkbox-height: 25px;
}

@-moz-keyframes dothabottomcheck-19 {
  0% {
    height: 0;
  }

  100% {
    height: calc(var(--checkbox-height) / 2);
  }
}

@-webkit-keyframes dothabottomcheck-19 {
  0% {
    height: 0;
  }

  100% {
    height: calc(var(--checkbox-height) / 2);
  }
}

@keyframes dothabottomcheck-19 {
  0% {
    height: 0;
  }

  100% {
    height: calc(var(--checkbox-height) / 2);
  }
}

@keyframes dothatopcheck-19 {
  0% {
    height: 0;
  }

  50% {
    height: 0;
  }

  100% {
    height: calc(var(--checkbox-height) * 1.2);
  }
}

@-webkit-keyframes dothatopcheck-19 {
  0% {
    height: 0;
  }

  50% {
    height: 0;
  }

  100% {
    height: calc(var(--checkbox-height) * 1.2);
  }
}

@-moz-keyframes dothatopcheck-19 {
  0% {
    height: 0;
  }

  50% {
    height: 0;
  }

  100% {
    height: calc(var(--checkbox-height) * 1.2);
  }
}

.checkbox-wrapper-19 input[type=checkbox] {
  display: none;
}

.checkbox-wrapper-19 .check-box {
  height: var(--checkbox-height);
  width: var(--checkbox-height);
  background-color: transparent;
  border: calc(var(--checkbox-height) * .1) solid #000;
  border-radius: 5px;
  position: relative;
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: border-color ease 0.2s;
  -o-transition: border-color ease 0.2s;
  -webkit-transition: border-color ease 0.2s;
  transition: border-color ease 0.2s;
  cursor: pointer;
  background-color: white;
}

.checkbox-wrapper-19 .check-box::before,
.checkbox-wrapper-19 .check-box::after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  height: 0;
  width: calc(var(--checkbox-height) * .2);
  background-color: #34b93d;
  display: inline-block;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  border-radius: 5px;
  content: " ";
  -webkit-transition: opacity ease 0.5;
  -moz-transition: opacity ease 0.5;
  transition: opacity ease 0.5;
}

.checkbox-wrapper-19 .check-box::before {
  top: calc(var(--checkbox-height) * .72);
  left: calc(var(--checkbox-height) * .41);
  box-shadow: 0 0 0 calc(var(--checkbox-height) * .05) var(--background-color);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.checkbox-wrapper-19 .check-box::after {
  top: calc(var(--checkbox-height) * .37);
  left: calc(var(--checkbox-height) * .05);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.checkbox-wrapper-19 input[type=checkbox]:checked+.check-box,
.checkbox-wrapper-19 .check-box.checked {
  border-color: #34b93d;
  background-color: white;
}

.checkbox-wrapper-19 input[type=checkbox]:checked+.check-box::after,
.checkbox-wrapper-19 .check-box.checked::after {
  height: calc(var(--checkbox-height) / 2);
  -moz-animation: dothabottomcheck-19 0.2s ease 0s forwards;
  -o-animation: dothabottomcheck-19 0.2s ease 0s forwards;
  -webkit-animation: dothabottomcheck-19 0.2s ease 0s forwards;
  animation: dothabottomcheck-19 0.2s ease 0s forwards;
}

.checkbox-wrapper-19 input[type=checkbox]:checked+.check-box::before,
.checkbox-wrapper-19 .check-box.checked::before {
  height: calc(var(--checkbox-height) * 1.2);
  -moz-animation: dothatopcheck-19 0.4s ease 0s forwards;
  -o-animation: dothatopcheck-19 0.4s ease 0s forwards;
  -webkit-animation: dothatopcheck-19 0.4s ease 0s forwards;
  animation: dothatopcheck-19 0.4s ease 0s forwards;
}

.formatting {
  display: flex;
  gap: 2vh;
  justify-content: center;
  align-items: center;
  background-color: #1b10108a;
  margin-bottom: 2vh;
  width: 90%;
  margin-left: 5%;
  border-radius: 10px;
  padding: 1vh;
}

.formatting2 {
  display: flex;
  gap: 1vh;
  width: 40%;
  margin-left: 30%;
  align-items: center;
  flex-direction: column;
  margin-top: 1vh;
}

@media (max-width: 768px) {
  .formatting {
    width: 96%;
    margin-left: 2%;
  }

  .formatting2 {
    margin-left: 2%;
    width: 96%;
  }
}



.ingredientLabel input[type="checkbox"] {
  display: none;
}

.subscribe {
  width: 3vh;
  height: auto;
}

.lessDeliveryChild {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5vh;
  margin-top: 2vh;
}

.lessElement {
  display: flex;
  flex-direction: column;
  width: 20vh;
  height: 20vh;
  background-color: white;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: transform 0.3s ease;
  /* Adding transition for smooth effect */
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.5);
}


.lessElement:hover {
  transform: scale(1.05);
  /* Slightly zoom in on hover */
}

.h1Element {
  font-family: sans-serif;
  text-align: center;
  color: white;
}

.h1Element span {
  text-decoration: underline;
  font-family: sans-serif;
}

.lessElement img {
  height: 10vh;
}

@media (max-width: 768px) {
  .lessDeliveryChild {
    gap: 1vh;
  }

  .lessElement {
    width: 15vh;
    height: 15vh;
  }

  .lessElement img {
    height: 5vh;
  }

}

.visitedLink {
  text-decoration: none;
  color: black;
}

.visitedLink:visited {
  color: #000;
}

.timeSelect {
  display: flex;
  align-items: center;
  justify-content: center;
}

.customSelect {
  appearance: none;
  border: 0;
  outline: 0;
  background: none;
  color: inherit;
  box-shadow: none;
  background-color: white;
  text-align: center;
  font-family: sans-serif;
}

.customSelect::-ms-expand {
  display: none;
}

/* Custom Select wrapper */
.select {
  position: relative;
  display: flex;
  width: min(20rem, 90vw);
  background: var(--background-select);
  border-radius: 0.25rem;
  overflow: hidden;
}

.select .customSelect {
  flex: 1;
  padding: 1em;
  cursor: pointer;
}

.select::after {
  content: "\25BC";
  position: absolute;
  right: 1rem;
  top: 1rem;
  transition: 0.25s all ease;
  pointer-events: none;
}

.select:hover::after {
  color: #34b93d;
  animation: bounce 0.5s infinite;
}

@keyframes bounce {
  25% {
    transform: translatey(5px);
  }

  75% {
    transform: translatey(-5px);
  }
}

.basicInfoOrder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 33%;
}

.basicInfoOrder :where(h1, h2) {
  color: white;
  text-align: center;
}

.basicInfoOrder img {
  width: 40%;
  padding: 2vh;
  background-color: white;
  border-radius: 50%;
  margin-top: 2vh;
  margin-bottom: 1vh;
}

.orderPage {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60vh;
  gap: 2vh;
}

.orderVid {
  background-color: #0f0f0f45;
  border-radius: 15px;
  filter: drop-shadow(5px 5px 10px black);
  background-image: url("/records/frontend/style/images/icons/maintance.png");
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: 150%;
  height: 50vh;
}

.videorder {
  width: 70%;
  height: auto;
  border: calc(8px + 0.2vw) solid transparent;
  background-origin: border-box;
  background-clip: content-box, border-box;
  background-size: cover;
  box-sizing: border-box;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.5);
  margin-top: 2vh;
}

.btn {
  background-color: white;
}

.sypaneChilli {
  background-color: rgba(0, 0, 0, 0.6);
  width: 90%;
  justify-content: center;
  border-radius: 10px;
}

.readyOrder {
  display: none;
  background-color: #0f0f0f45;
  border-radius: 15px;
  padding: 2vh;
  filter: drop-shadow(5px 5px 10px black);
  background-image: url("/records/frontend/style/images/icons/buys.png");
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: 150%;
  height: 50vh;
}

.readyOrder h1 {
  font-family: sans-serif;
}

.orderOrder {
  background-color: #0f0f0f45;
  border-radius: 15px;
  filter: drop-shadow(5px 5px 10px black);
  background-image: url("/records/frontend/style/images/history.png");
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: 150%;
  height: 50vh;
}

@media (max-width: 768px) {
  .orderPage {
    flex-direction: column;
    height: auto;
  }

  .delivery-content {
    font-size: 16px;
  }

  .basicInfoOrder {
    width: 98%;
    margin-left: 1%;
  }

  .orderVid,
  .readyOrder,
  .orderOrder {
    height: auto;
    margin: 1vh 0 1vh 0;
  }
}

.orderOrder :where(h1, h2),
.orderOrder h1>span {
  font-family: sans-serif;
}

#orderStatus {
  color: #34b93d;
}

.errLog {
  width: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  margin-top: 4vh;
  background-color: #0f0f0f;
}

.errLog h4 {
  text-align: center;
  padding: 2vh;
  color: white;
}

.hranolkyDiv {
  display: flex;
  gap: 2vh;
  width: 98%;
  margin-left: 1%;
  margin-bottom: 1vh;
}

.hranolkyDiv input[type="checkbox"] {
  display: none;
}

.hranolkyDiv input[type="checkbox"]+label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 50%;
  height: 8vh;
  border: 1px solid #000;
  position: relative;
}

.hranolkyDiv input[type="checkbox"]+label img {
  width: auto;
  height: 80%;
  display: block;
  border-radius: 15px;
}

.hranolkyDiv input[type="checkbox"]+label div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: end;
  padding: 1vh;
}

.hranolkyDiv input[type="checkbox"]+label {
  display: flex;
  justify-content: space-between;
  width: 50%;
  height: 10vh;
  border: 3px solid #2b2f33;
  background-color: #343131;
  position: relative;
  border-radius: 15px;
  transition: border-color 0.3s ease;
  /* Add transition effect */
}

.hranolkyDiv input[type="checkbox"]:checked+label {
  border-color: #94C442;
  /* Change border color when checked */
}

/* Add more animation effects as needed */
@keyframes borderPulse {
  0% {
    border-color: #94C442;
  }

  50% {
    border-color: rgb(22, 84, 13);
  }

  100% {
    border-color: #94C442;
  }
}

.hranolkyDiv input[type="checkbox"]:checked+label {
  animation: borderPulse 2s infinite;
  /* Apply animation when checked */
  background-color: rgba(255, 255, 255, 0.747);
  color: black;
}


.hranolkyH4 {
  color: white;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  width: 98%;
  margin-left: 1%;
}

.newsletter {
  background-color: #1b10108a;
  border-radius: 10px;
  padding: 1vh;
  margin-bottom: 2vh;
  width: 90%;
  margin-left: 5%;
}

#specialOffer {
  color: #34b93d;
  text-decoration: underline;
}

.loadingGif {
  width: 20%;
  height: auto;
  margin-left: 40%;
  margin-top: 2vh;
}

.cowUnavailable {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin-left: 5%;
  background: linear-gradient(120deg, #021019, #333233);
  text-align: center;
  box-sizing: border-box;
  filter: drop-shadow(5px 5px 10px black);
  padding: 1vh;
}

.cowUnavailable :where(h2, p) {
  color: white;
}

.cookiesDiv {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 98%;
  margin-left: 1%;
  background: linear-gradient(120deg, #021019, #333233);
  text-align: center;
  box-sizing: border-box;
  filter: drop-shadow(5px 5px 10px black);
  padding: 1vh;
  position: fixed;
  z-index: 305;
  bottom: 1vh;
}

.cookiesDiv :where(a, p) {
  color: white;
  font-family: sans-serif;
}

.navCookies {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2vh;
  margin-bottom: 2vh;
}

.navCookies h3 {
  color: white;
  margin: 0 0 0 0;
}

.navCookies img {
  width: 4vh;
  height: auto;
}

.buttonCookiesSection {
  display: flex;
  margin-top: 2vh;
  justify-content: center;
  align-items: center;
  gap: 3vh;
  margin-bottom: 2vh;
  width: 100%;
}


.pays {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2vh;
  width: 100%;
  margin-top: 1vh;
}

.pays img {
  width: auto;
  height: 3vh;

}

.customFooter {
  position: relative;
  z-index: 400;
}

@media (max-width: 768px) {
  .buttonCookiesSection {
    display: flex;
    /* flex-direction: column; */
    justify-content: center;
    gap: 1vh;
  }

  .buttonCookiesSection .button {
    /* width: 12vh; */
    height: 6vh;
    font-size: small;
  }

  .buttonCookiesSection .button2 {
    /* width: 12vh; */
    height: 6vh;
    font-size: small;
  }

  .pays {
    gap: 1vh;
  }

  .pays img {
    width: auto;
    height: 3vh;

  }
}

#map {
  height: 100%;
  width: 98%;
  margin-left: 1%;
}

gmp-map {
  height: 400px;
  width: 98%;
  margin-left: 1%;
  margin-bottom: 1vh;
}

.payCard {
  text-align: center;
  color: rgb(207, 190, 190);
  margin-top: -3vh;
}

.navbar-brand {
  cursor: pointer;
}

.nav-link {
  cursor: pointer;
}

.paraInfo {
  text-decoration: underline;
}

#footerMe {
  background-color: rgba(0, 0, 0, 0.05);
}

.infoQR {
  background-color: #ffffff9e;
  text-align: center;

}

.infoQR h4 {
  color: rgb(134, 18, 18);
  font-family: sans-serif;
}

.infoQR p {
  font-family: sans-serif;
}

.infoQR p span {
  font-family: sans-serif;
  text-decoration: underline;
  font-weight: bold;
}