/*

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: sans-serif;
  margin: 0 auto;
}

header {
  text-align: center;
}

@media (min-width: 768px) {
  header {
    align-items: center;
    display: flex;
  }
}

.product-cards {
  margin-bottom: 30px;
}

nav {
  margin-top: 20px;
  background: black;
}

@media (min-width: 768px) {
  nav {
    background: transparent;
    margin-top: 0;
    margin-left: 30px;
  }
}

@media only print {
  nav {
    display: none;
  }
}

nav ul {
  display: flex;
  list-style: none;
  align-items: center;
  justify-content: center;
}

nav a {
  color: white;
  font-weight: bold;
  display: block;
  padding: 15px;
  text-decoration: none;
}

@media (min-width: 768px) {
  nav a {
    color: black;
  }
}

nav a:hover {
  color: red;
}

@media (min-width: 768px) {
  nav a:hover {
    text-decoration: underline;
    color: black;
  }
}

.breadcrumb {
  display: flex;
  list-style: none;
  background: lightgrey;
}

.breadcrumb li {
  padding: 10px;
}

.breadcrumb li:after {
  content: "/";
  margin-left: 20px;
}

.breadcrumb li:last-child:after {
  content: "";
}

.breadcrumb a {
  color: black;
  text-decoration: none;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

.intro {
  margin: 30px 0;
  padding: 0 10px;
}

@media (min-width: 768px) {
  .intro {
    width: 50%;
  }
}

.intro h1 {
  margin-bottom: 15px;
}

.intro p {
  line-height: 1.5;
}

@media (min-width: 768px) {
  .product-cards {
    display: grid;
    grid-template-columns: auto auto auto auto auto;
  }
}

.product-card {
  border: 1px solid black;
  padding: 15px;
  margin: 10px;
}

.product-card:hover {
  background-color: #cacaca;
}

@media (min-width: 768px) {
  .product-card {
    display: inline-block;
  }
}

.product-card a {
  color: black;
  text-decoration: none;
}

.product-card img {
  width: 100%;
}

.product-card h2 {
  margin: 30px 0 15px;
}

.product-card p {
  line-height: 1.5;
}

.original-price {
  color: grey;
  text-transform: uppercase;
}

.current-price span {
  font-weight: bold;
  text-decoration: underline;
}

.saving {
  color: green;
}

.rejestracja {
  line-height: 3;
}

.rejestracja input {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
}

.zaloguj {
  line-height: 30px;

}

.zaloguj input {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;

  

}


.filtry {
  margin-top: 20px;
  background: black;
}

@media (min-width: 768px) {
  .filtry {
    background: transparent;
    margin-top: 0;
    margin-left: 30px;
  }
}

@media only print {
  .filtry {
    display: none;
  }
}

.filtry ul {
  display: flex;
  list-style: none;
  align-items: center;
  justify-content: center;
}

.filtry a {
  color: grey;
  font-weight: bold;
  display: block;
  padding: 15px;
  text-decoration: none;
}

@media (min-width: 768px) {
  .filtry a {
    color: grey;
  }
}

.filtry a:hover {
  color: red;
}

@media (min-width: 768px) {
  .filtry a:hover {
    text-decoration: underline;
    color: black;
  }
}

.kalendarz .tydzien {
  text-align: center;
}

.kalendarz .dzien {
  border-bottom: solid 1px black;
  color: gray;
  font-size: 25px;
  text-align: left;
  padding: 10px;
}

.kalendarz .czciaka {
  color: red;
}

.posilki {
  margin-bottom: 20px;
}

nav {
  margin-top: 20px;
  background: black;
}

@media (min-width: 768px) {
  nav {
    background: transparent;
    margin-top: 0;
    margin-left: 30px;
  }
}

@media only print {
  nav {
    display: none;
  }
}

nav ul {
  display: flex;
  list-style: none;
  align-items: center;
  justify-content: center;
}

nav a {
  color: white;
  font-weight: bold;
  display: block;
  padding: 15px;
  text-decoration: none;
}

@media (min-width: 768px) {
  nav a {
    color: black;
  }
}

nav a:hover {
  color: red;
}

@media (min-width: 768px) {
  nav a:hover {
    text-decoration: underline;
    color: black;
  }
}

.informacja td, .informacja th {
  border: 1px solid black;
}

.magazyn td, .magazyn th {
  border: 1px solid black;
}

.ceny td, .ceny th {
  border: 1px solid black;
}
*/

/* dodane niedawno */



* {
  margin: 0;
  padding: 0;
}

body {
  font-family: sans-serif;
  
  padding: 0;
  margin: 0;
  background-color: whitesmoke;
  
}




.glowny-content-login {
  margin: auto;
  width: 50%;
  height: 50%;
  border: 3px solid green;
  padding: 10px;
  

}

.glowny-content-register {
  margin: auto;
  width: 50%;
  height: 50%;
  border: 3px solid green;
  padding: 10px;
  

}


.form-control {
  border: 0;
  border-bottom: 1px solid gray;
  padding: 10px 0;
  width: 200px;
 
}

 .form-control.mr-sm-2,
 .input-czat {  
  border: 0;
  border-bottom: 1px solid gray;
  width: 300px;
  height: 50px;
  border: 0;
  border-bottom: 1px solid gray;
  padding: 10px 0;
  font-size: large;
  
 
}

.input.data {

  font-size: large;
  height: 20px;
  border: 0;
  border-bottom: 1px solid gray;
  padding: 10px 0;


}




.logowanie, 
.rejestracja-button, 
.button-wyszukaj, 
.button.dodaj,
.button-lista-zakupow,
.button-czat, 
.button-szczegoly-posilku {
  background: #999;
  border: 0;
  color: white;
  font-size: 12px;
  height: 50px;
  width: 200px;
  text-transform: uppercase;
}

.button-szczegoly-posilku
{
  font-size: 20px;
}


.index-aside { 
  position: relative;
  float:left;
  width: 15%; 
  height: 100vh;
  top: 0px;
  bottom: 0px;
  border: 3px solid green;
  overflow-y: auto;
  overflow-x: hidden;
}



 



.index-main {
  

  position: relative;
  float: right;
  width: 80%;
  height: 100%;



  border: 3px solid green;
  

  
}

footer {
  position: relative;
  float: left;
  width: 100%;
  height: 50px;
  background: black;
  color: white;
  text-align: center;
  line-height: 50px;
  font-size: 12px;
}

nav {
  position: fixed;
  
  margin-top: 20px;
  background: black;
}

@media (min-width: 768px) {
  nav {
    background: black;
    margin-top: 0;
    
  }
}

@media only print {
  nav {
    display: none;
  }
}

nav ul {
  font-size: large;
  display: flex;
  list-style: none;
  align-items: center;
  justify-content: center;
}

nav a {
  color: white;
  font-weight: bold;
  display: block;
  padding: 15px;
  text-decoration: none;

}

@media (min-width: 768px) {
  nav a {
    color: white;
  }
}

nav a:hover {
  color: red;
}

@media (min-width: 768px) {
  nav a:hover {
    text-decoration: underline;
    color: black;
  }
}


.a-link-dieta {
  color: black;
  font-weight: bold;
  text-decoration: none;
  
  padding: 5px;
  
  
}  

.a-link-dieta:hover {
  color: red;
  text-decoration: none;


}

.ul-lista {
  background-color: bisque;
}


.div-karta-produktu {
  border: 3px solid black;

  height: 30vh;

  padding: 15px;
  margin: 10px;
}

@media (min-width: 768px) {
  .section-karty-produktow {
    display: grid;
    grid-template-columns: auto auto auto auto;
  }
}

.div-karta-produktu {
  position: relative;
  border: 1px solid black;
  padding: 15px;
  margin: 10px;
}

.div-karta-produktu:hover {
  background-color: #cacaca;
}

@media (min-width: 768px) {
  .div-karta-produktu {
    display: inline-block;
  }
}




.div-karta-produktu a {
  color: black;
  text-decoration: none;
}


.div-karta-produktu p {
  line-height: 1.5;
}



.img-obraz-bitowy {
  width: 100%;
  height: 100%;
  border-radius: 25px;

}

.div-w-obrazku {
  position:absolute;
  width:100%;
  background-color:rgba(255, 255, 255, 0.5);
  color: black;
  bottom:0;
  left:0;
  padding-left:15px;
  padding: 15px;
  font-size:17px;
  z-index:5;
}

.p-nazwa-posilku{
  font-size: 20px;
}

.p-pora-posilku{
  font-size: 30px;
  color: white;
}

.nav__link:hover {
  color: red;
}

.header {
  position: sticky;
  top: 0;
  z-index: 9;
  
  width: 100%;
  
  
  
  background-color: rgb(20, 19, 19);
  color: white;
  padding: 10px;
  text-align: center;
  font-size: 20px;


}


.nav-nav-header {
  position: relative;
  top: 0;
  z-index: 9;

  background-color: black;
  color: white;
  padding: 10px;
  text-align: center;
  font-size: 20px;
  width: 100%;
}

.step-links {
  font-size: large;

}

.material-icons {
  margin-right: 15px;
  float: right;
}

.form-dodaj-posilek {
  float: right;
  margin-right: 30px;

}

.czciaka {
 
  color: green;
  border: 2px solid green;
}

.kalendarz {
  font-size: 40px;
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  border: 3px solid green;
  padding: 10px;
}

.pora {
  font-size: 15px;
}

.form-dodaj-liste {
  font-size: large;
  float: left;
  margin-right: 30px;

}

.div-lista-zakupow {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  border: 3px solid green;
  padding: 10px;
}

.p-nazwa-listy {
  font-size: 20px;
}

.input-check-box {
  float: left;
  height: 40px;
  width: 40px;
  margin-right: 10px;
  

  
}
.label-lista-zakupow {
  font-size: 30px;
}

.p-lista {
  font-size: 30px;
}

.table-lista {
  border: black solid 1px;
}

td {
  border: black solid 1px;
  padding: 10px;
  font-size: 20px;
  
}

.table-magazyn {
  border: black solid 1px;
  

}

.table-magazyn {


  width: 25%;
}


.a-mozliwe-posilki {
  font-size: 40px;
}

.label-diety, 
.select-diety,
.option-diety {
  font-size: 30px;
  margin: 5px;
}

.article-szczegoly-posilku {
  font-size: 30px;
  border: 3px solid black;
}




.button.pora { 
  background-color: black;
  color: white;
  width: fit-content;
  border-radius: 25px;
  padding: 5px;
  font-size: large;

}


/* Dropdown Button */
.dropbtn {
  background-color: black;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: #3e8e41;}

.li-czat-lista {
  
  font-size: 20px;

}

.input-czat {
  font-size: 20px;
}

div.div-czat-lista {
  background-color: #fed9ff;
  width: 600px;
  height: 150px;
  overflow-x: hidden;
  overflow-y: auto;
  text-align: left;
  padding: 20px;
}

.form-group.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

iframe {
  width: 100%;
  height: 100%;
}