body,
html {
  height: 100%;
  margin: 0;
}
.myNav {
  display: flex;
  justify-content: center;
  background-color: black;
  padding: 15px 15px 10px 15px;
  opacity: 0.8;
}
.logo {
  height: 90px;
}
.btn-gold {
  color: #fff !important;
  background-color: #d0c5af !important;
  border: 2px solid #d0c5af !important;
  font-size: 20px !important;
  padding: 5px 10px !important;
}
.navLink {
  text-decoration: none !important;
  color: #d0c5af;
}
.MyHeader {
  text-align: center;
  font-family: 'Pinyon Script', cursive;
  color: #b58a60;
  font-size: 40px;
  margin-top: 10px !important;
}
.bg {
  background-image: url(/images/2020-min.webp);
  height: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.MyMenu {
  background-image: url(/images/bg-new-min.webp);
  overflow: hidden;
  background-repeat: no-repeat;
  padding: 30px 0;
}
.MyMenu h5 {
  border-bottom: 2px solid #b58a60;
  line-height: 45px;
  font-family: 'Comfortaa', cursive;
}
.myBody {
  margin: 0 10% !important;
}
.menu-satir {
  font-family: 'Poppins', sans-serif;
}
.altBaslik {
  font-weight: 600;
}
.foodImg {
  width: 100%;
  height: 75px;
}
.altMetin {
  font-size: 12px;
}
.MyMenu img {
  border-radius: 10px;
}
.bannerBaslik {
  display: inline;
  width: auto;
  font-family: 'Pinyon Script', cursive;
  color: white;
  font-size: 60px;
  font-weight: 500;
  text-align: center;
}
.altKisim {
  text-decoration: none;
  color: white !important;
  /* Font & Text */
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-variant: normal;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 23px;
  text-decoration: none solid rgb(255, 255, 255);
  text-align: center;
  text-indent: 0px;
  text-transform: none;
  white-space: nowrap;
  word-spacing: 0px;

  /* Color & Background */
  background-attachment: scroll;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  color: rgb(255, 255, 255);

  /* Box */
  height: 25px;
  width: 123.984px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-top: 1px solid rgba(255, 255, 255, 0.35);
  border-right: 1px solid rgba(255, 255, 255, 0.35);
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  border-left: 1px solid rgba(255, 255, 255, 0.35);
  margin: 0px;
  padding: 0px 14px;
  max-height: none;
  min-height: 0px;
  max-width: none;
  min-width: 0px;

  /* Positioning */
  position: relative;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  float: none;
  display: block;
  clear: none;
  z-index: 9;

  /* List */
  list-style-image: none;
  list-style-type: disc;
  list-style-position: outside;

  /* Table */
  border-collapse: separate;
  border-spacing: 0px 0px;
  caption-side: top;
  empty-cells: show;
  table-layout: auto;

  /* Miscellaneous */
  overflow: visible;
  cursor: pointer;
  visibility: visible;

  /* Effects */
  transform: matrix(1, 0, 0, 1, 0, 0);
  transition: none 0s ease 0s;
  outline: rgb(255, 255, 255) none 0px;
  outline-offset: 0px;
  box-sizing: border-box;
  resize: none;
  text-shadow: none;
  text-overflow: clip;
  word-wrap: normal;
  box-shadow: none;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  width: auto !important;
  padding: 0px 40px !important;
}
.btnKutu button {
  font-family: 'Roboto', sans-serif;

  width: 150px;
}
.aciklama {
  margin-top: 25px;
  font-family: 'Poppins', sans-serif !important;
  font-size: 16px;
}
.altAciklama {
  font-family: 'Poppins', sans-serif !important;
  font-size: 12px;
}
.col-10 {
  padding: 0 !important;
}
.itemlink {
  display: inline;
  width: auto !important;
  margin: 0;
  padding: 0;
}

.fiyatGosterge {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.birimGosterge {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}

@media (min-width: 768px) {
  .col-md-6 {
    flex: 0 0 auto;
    width: 49% !important;
  }
}
