section.cover {
  display: none !important;
}

header {
  position: fixed;
  z-index: 10;
  background: white;
  width: 100%;
}

footer {
  padding-bottom: 90px;
}

section.menu {
  all: unset;
  padding: 0px;
  background: #eee;
  position: absolute;
  width: 100vw;
  top: 75px;
  left: 0px;
  transition: all 500ms;
  overflow: hidden;
  overflow-y: scroll;
  opacity: 1;
  visibility: visible;
  min-height: calc(100vh - 75px);
  z-index: 5;
}

section.menu.hidden {
  max-height: 100vh;
}

section.content {
  max-height: calc(100vh - 75px);
  overflow: hidden;
  margin-top: 75px;
}

section.active {
  max-height: initial !important;
  overflow: initial !important;
}

section.menu.hidden {
  display: flex !important;
  opacity: 0;
  visibility: hidden;
}

section.menu div.holder {
  display: flex;
  flex-wrap: wrap;
  padding: 0px 15px 0px 0px;
  background: #eee;
  justify-content: center;
}

section.menu a {
  display: flex;
  flex-direction: column;
  color: #fff;
  text-decoration: none;
  font-size: 1.2rem;
  background: #a1daff;
  text-transform: uppercase;
  font-weight: bold;
  width: calc(50% - 20px);
  height: 100px;
  border-radius: 15px;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-shadow: 1px 1px 10px #000, 1px 1px 15px rgba(0, 0, 0, 0.9),
    1px 1px 20px rgba(0, 0, 0, 0.8), 1px 1px 30px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
  background-size: cover !important;
  background-position: center !important;
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin: 15px 0px 0px 15px;
  -webkit-text-fill-color: white;
}

section.menu a:after {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.35);
  width: 100%;
  height: 100%;
  z-index: -1;
}

section.menu a i {
  font-size: 0.8rem;
}

section.menu a.medium {
  width: calc(100% - 20px);
}

section.menu a.large {
  width: calc(100% - 20px);
  height: 200px;
}

.bluebg {
  background: crimson !important;
  padding: 0 5px;
  font-size: 0.8rem;
}

.greenbg {
  background: #333 !important;
  padding: 0 5px;
  font-size: 0.8rem;
}

.blackbg {
  background: rgb(0, 184, 70) !important;
  padding: 0 5px;
  font-size: 0.8rem;
}

.green1 {
  background: rgb(0, 184, 70) !important;
  padding: 0;
  font-size: 1rem;
  border: none;
  outline: none;
  color: white;
  width: 45px !important;
  height: 45px;
  flex-grow: initial;
}

p.listitem .green1 i {
  background: none !important;
  font-size: 1rem;
}

p.listitem.added .green1 {
  background: crimson !important;
}

p.listitem.added .green1 i:before {
  content: "\f068";
}

.green2 {
  background: rgb(0, 184, 70) !important;
  padding: 0 1rem;
  font-size: 0.8rem;
  border: none;
  outline: none;
  color: white;
}

section.urunler .item {
  position: relative !important;
}

section.urunler h2 {
  background-size: cover !important;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  text-shadow: 1px 1px 10px #000, 1px 1px 15px rgba(0, 0, 0, 0.9),
    1px 1px 20px rgba(0, 0, 0, 0.8), 1px 1px 30px rgba(0, 0, 0, 0.6);
}

section.urunler .item h3 {
  color: #222;
}

section .item h4 span.indirim,
section.urunler .item h4 span.indirim {
  font-size: 0.8rem;
  color: red;
  margin-left: 0.5rem;
  position: relative;
}
section .item h4 span.indirim::before,
section.urunler .item h4 span.indirim::before {
  content: "";
  border-bottom: solid 1px #333;
  position: absolute;
  top: 0;
  width: 100%;
  height: 50%;
}

section.urunler .item p.desc {
  color: #444;
}

section.urunler .item {
  background: white;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  border: solid 1px #ccc !important;
  border-radius: 4px;
}

.submenu {
  display: flex;
  justify-content: center;
  gap: 1rem;
  padding: 1rem;
  background: #eee !important;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
}

.subMenu {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 5px;
}

section.lightbox.karsilama h3 {
  width: 100%;
  height: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: normal;
  font-size:25px;
}

section.lightbox.karsilama img {
  width: auto !important;
  max-width: 90%;
  height: 100%;
}

section.lightbox.anket div {
  height: auto;
  padding: 4rem 0px 1rem 0px;
}

section.lightbox.anket p {
  border-bottom: solid 1px;
  width: 90%;
  display: flex;
  margin: 10px 0px 0px 0px;
  padding: 0px 0px 10px 0px;
  font-size: 1.3rem;
  color: #333;
  justify-content: space-between;
  align-items: center;
}

section.lightbox.anket p:last-of-type{
  border:none;
}

section.lightbox.anket p span {
  color: orange;
}

section.lightbox.anket p span i {
  margin-left: 5px;
}

section.lightbox.anket p textarea {
  width: 100%;
  border: none;
  outline: none;
  font-size: 1.2rem;
  color: #333;
  resize: none;
}

section.lightbox.anket button {
  background: orange;
  border: none;
  border-radius: 0.3rem;
  padding: 0px 10px;
  height: 3rem;
  width: 90%;
  font-size: 1.4rem;
  color: white;
}

section.packet .info {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

section.packet .info input,
section.packet .info textarea {
  font-size: 1.2rem;
  padding: 5px;
  resize: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
  box-shadow: 0 0 0px 1000px #ffffff inset !important;
}

.swal2-container {
  z-index: 999999 !important;
}

#basket .order-history {
  cursor: pointer;
  position: absolute;
  left: 1rem;
  top: 0.7rem;
  font-size: 1.8rem;
  color: #666;
}

section.basket div.list p.listitem.date {
  font-size: 0.7rem;
  color: #888;
}

i.cathaspacket {
  position: absolute;
  right: 0.5rem;
  bottom: 0.5rem;
  color: #ccc !important;
  -webkit-text-fill-color: #ccc;
  font-size: 1.5rem !important;
}

.item h3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#pnotes .list {
  flex: 1;
  overflow-y: scroll;
}

#pnotes .other {
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-bottom: 1rem;
}

#pnotes .other textarea {
  width: 100%;
  margin: 0.5rem 0rem;
  outline: none;
  border: solid 1px #666;
  border-radius: 0.5rem;
  padding: 0.5rem;
}

#basket div.listitem.order {
  border-bottom: solid 1px #ccc;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
}

#basket div.listitem.order:last-of-type {
  border: none;
  margin: 0;
  padding: 0;
}

#basket div.listitem.order p.prod {
  display: flex;
  justify-content: space-between;
  font-size: 1rem;
  margin: 0.2rem 0rem;
}

#basket div.listitem.order.nopkg p.prod {
  color: red;
}

#basket div.listitem.order p.prod i,
#basket div.listitem.order p.notes button i {
  color: crimson;
}

#basket div.listitem.order p.prod span.name {
  flex: 1;
  margin: 0rem 0.5rem;
  overflow: hidden;
}

#basket div.listitem.order p.notes {
  font-size: 1.2rem;
  margin: 0.3rem 0rem 0.3rem 2rem;
}

#packet .notes {
  margin: 0.3rem 0rem 0.3rem 2rem;
  border-bottom: solid 1px #ccc;
  padding-bottom: 0.3rem;
}

#packet .notes span {
  border: none;
  outline: none;
  padding: 0.3rem;
  margin: 0.2rem;
  min-height: initial;
  font-size: 0.8rem;
}

#basket div.listitem.order .notes button {
  border: none;
  outline: none;
  background: #eee;
  padding: 0.3rem;
  margin: 0.2rem;
  min-height: initial;
}

body {
  background: #eee;
}

section .item h3 i {
  top: 0.5rem;
  bottom: initial;
}

.head div{
  display:flex;
  gap:.2rem;
}

.head div i{
  font-size: 1.4rem;
  padding:0 8px;
}

#arama .subMenu{
  display:none;
}

#arama .item{
  background: white;
  box-shadow: 0 0 3px rgb(0 0 0 / 50%);
  border: solid 1px #ccc !important;
  border-radius: 4px;
}


section .item.mtip3{
  align-items: stretch;
}

section .item.mtip3 p.desc{
  flex:1;
}

section .item.mtip3 img{
  height:auto;
  min-height: 100%;
}

.lb-nav a {
  opacity: .6 !important;
}


@media screen and (min-width: 900px) {
  section.menu,
  section.submenu,
  section.urunler,
  section.basket,
  section.packet,
  header {
    max-width: 550px;
    left: 50%;
    transform: translate(-50%);
  }
  section.urunler {
    position: absolute;
  }
  section.content {
    background: #fff;
  }

  .largeQR {
    margin-top: 20px;
  }

  section.lightbox h3 {
    line-height: initial;
    height: auto !important;
  }
  section.lightbox div {
    max-width: 550px;
  }
  section.lightbox.karsilama h3 {
    height: 90% !important;
  }
  section .item img {
    max-width: 20vw;
  }
}
