/* Proizvodi, stavke */ 

.overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 60;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
}

.kategorija-proizvoda-prvi-red {
  margin-top: 3%;
  height: 40px;
  color: #fff;
  font-size: 30px;
  padding-left: 50px;
  margin-bottom: 2px;
}

.kategorija-proizvoda-drugi-red {
  margin-top: 5%;
  color: #fff;
  font-size: 30px;
  padding-left: 50px;
  margin-bottom: 2px;
}

.overlay-content {
  position: relative;
  float: left;
  width: 25%;
  text-align: center;
  margin-bottom: 20px;
  height: 27%;
}

.naslov-proizvoda {
  font-size: 16px;
  font-weight: bold;
}

.slika-proizvoda-mmeni {
  width: 80%;
  margin: auto;
}

.slika-proizvoda-mmeni img {
  width: 100%;
}

.slika-proizvoda-mmeni:hover {
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
  box-shadow: 0 4px 8px 0 rgba(255, 0, 0, 0.2), 0 6px 20px 0 rgba(255, 1, 1, 0.19);
}

@-webkit-keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}

.overlay a {
  text-decoration: none;
  color: #fff;
  display: block;
  transition: 0.3s;
  margin: auto;
}

.overlay a:hover, .overlay a:focus {
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
  box-shadow: 0 4px 8px 0 rgba(255, 0, 0, 0.2), 0 6px 20px 0 rgba(255, 1, 1, 0.19);
}

.naslov-proizvoda a {
  padding: 0px;
}

.closebtn {
  position: absolute;
  top: 15px;
  left: 45px;
  right: 0;
  font-size: 60px;
  width: 25px;
  font-weight: normal;
  padding: 8px;
  color: #fff;
  z-index: 99;
}

.closebtn:hover {
  cursor: pointer;
  color: #818181;
}


.red1 {
  height: 25%;
  width: 70%;
  margin: auto;
}

.proizvod {
  width: 100%;
  height: 200px;
  color: #fff;
  text-align: center;
  border-top: 1px solid #fff;
  padding-top: 35px;
}

.proizvod2 {
  width: 100%;
  height: 200px;
  color: #fff;
  text-align: center;
  padding-top: 35px;
}

@media only screen and (max-width: 1600px) {

  .kategorija-proizvoda-prvi-red {
    margin-top: 30px;
  }

  .closebtn { 
    top: 15px;
  }
}

@media only screen and (max-width: 1400px) {

  .closebtn { 
    top: 15px;
  }
}

@media only screen and (max-width: 1300px) {

  .kategorija-proizvoda-prvi-red {
    margin-top: 15%;
  }

}

@media only screen and (max-width: 1200px) {

  .kategorija-proizvoda-prvi-red {
    margin-top: 10%;
  }

  .closebtn { 
    top: 15px;
  }

}


@media only screen and (max-width: 992px) {

  .kategorija-proizvoda {
    margin-top: 0px;
  }

  .overlay {
    position: absolute; 
    z-index: 1;
    top: 0;
    left: 0;
    height: 4000px;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
  }

  .overlay-content {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 40px;
  }

  .proizvod {
    height: 300px;
  }

  .proizvod2 {
    height: 300px;
    border-top: 1px solid #fff;
    padding-top: 15px;
  }

  .slika-proizvoda-mmeni {
    width: 45%;
  }

}

@media only screen and (max-width: 762px) { 

  .kategorija-proizvoda {
    margin-top: 0px;
  }

  .overlay {
    position: absolute; 
    z-index: 1;
    top: 0;
    left: 0;
    height: 4000px;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
  }

  .overlay-content {
    position: relative;
    width: 100%;
    height: auto;
  }

  .proizvod {
    height: 300px;
  }

  .slika-proizvoda-mmeni {
    width: 55%;
  }

}

@media only screen and (max-width: 600px) { 

  .margin-proizvoda {
    padding-top: 0px;
  }

  .overlay {
    position: absolute; 
    z-index: 1;
    top: 0;
    left: 0;
    height: 4000px;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
  }

  .overlay-content {
    position: relative;
    width: 100%;
    height: auto;
  }

  .proizvod {
    height: 300px;
  }

  .slika-proizvoda-mmeni {
    width: 90%;
  }

  .closebtn {
    top: 5px;
    left: 5px;
  }

}

