
.logo{
  height: 80px;
}

#home{
  margin:100px auto 50px;
  width: 100%;
  display: inline-block;
}

#home .banner img{
  width:100%;
}

#home .banner img.mobil{
  display: none;
}

.navbar-nav li:last-child{
  margin-left:10px;
}

.odullerList img{
  width: 50%
}

.stickyFooter{
  display: none;
  width: 100%;
  position: fixed;
  bottom:10px;
  justify-content: end;
  padding: 15px 10px;
  z-index: 2;
}

.stickyFooter div{
  width: 100%
}

.stickyFooter div a{
  text-decoration: none;
  color:#fff;
  font-size: 15px;
  display: block;
  width:100%;
  padding: 20px 20px;
  background-color: #1c00bb;
  text-align: center;
  border-radius: 10px;
  box-shadow:0px 5px 10px #222;
}

.odullerList img{
  width: 55%;
}

section{
  margin:100px auto 100px;
}

.aboneOlForm{
  background-color: #eff5f9;
}

.aboneOlForm small{
    letter-spacing: 1.2px;
}

.formKurallar{
    font-size:12px;
}

.formKurallar li{
    margin-bottom: 10px;
}

.cookieFooter{
    position: fixed;
    bottom:20px;
    left: 20px;
    border-radius: 10px;
    width: : 30%;
    background: #fff;
    padding: 10px;
    font-size: 13px;
    box-shadow: 0px 0px 10px #ccc;
    z-index: 10;
}

footer img{
    vertical-align: middle;
}

footer ul{
    padding: 0;
    margin: 0;
}

footer ul li{
    list-style: none;
}

footer ul li a{
    color:#222;
    margin-bottom: 5px;
    display: block;
}

footer .sozlesmeler{
    font-size: 13px;
}


@media (max-width:768px) {
  #home .banner img.web{
    display: none;
  }

  #home .banner img.mobil{
    display: block;
    height: 100%;
    width: 100%;
  }

  .nav-item{
    text-align: center;
  }

  .navbar-nav li:last-child{
    margin-top:10px;
  }

  .stickyFooter{
    display: flex;
    padding: 10px 20px;
  }

  .odullerList img{
    width: 100%
  }

  .cookieFooter{
      width: calc(100% - 40px);
      bottom: 10px;
  }

  section{
    margin:25px auto 25px;
  }

  .odullerList img{
    width: 80%
  }

  #belgeler h1{
      text-align: center;
  }

  footer ul li{
      text-align: center;
  }

  .cookieFooter{
      display: none;
  }

}


#siparisFormu{
  width: 100%;
  text-align: center;
  padding: 20px;
}

#siparisFormu h5{
  font-size: 12px
}

#siparisFormu img{
  margin: auto;
  display:block;
}

#siparisFormu .quantity{
  display: flex;
  justify-content: center
}

#siparisFormu .quantity input{
  width: 40px;
  border-width: 1px 0px 1px 0px;
  border-color: #ccc;
  border-style: solid;
  text-align: center;
  color:#222;
  font-size: 14px;
}

#siparisFormu input:focus,
#siparisFormu button:focus{
  outline: none;
}

#siparisFormu .quantity button{
  background: none;
  border:1px solid #ccc;
  width: 25px;
  font-size: 12px
}

#siparisFormu .quantity button:first-child{
  border-radius: 5px 0px 0px 5px;
}

#siparisFormu .quantity button:last-child{
  border-radius: 0px 5px 5px 0px;
}
