@import url('https://fonts.googleapis.com/css?family=Baloo+Chettan+2:400,500,600,700,800&display=swap');
* {
  margin: 0;
  padding: 0;
  font-family: 'Baloo Chettan 2', cursive;
  text-decoration: none;
}

header {
  width: 100%;
}

.info {
  width: 100%;
  background-color: #373F50;
  color: #cccccc;
  height: 40px;
  display: flex;
}

.info-inner {
  width: 70%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navbar-inner {
  width: 70%;
  margin: 0 auto;
  display: flex; /* */
  justify-content: space-between;
  align-items: center;
}

.info-inner p:nth-child(2) {
  color: #fff; 
 }

.podrska {
  color: #cccccc;
}

.podrska a {
  color: #cccccc;
  transition: ease-in .2s;
}

.podrska a:hover {
  color: #f2f2f2;
}

.info-inner a img {
  width: 20px;
}

.jezik {
  display: flex;
}

.jezik a {
  color: #cccccc;
  display: flex;
  padding: 0 5px;
  transition: ease-in .2s;
}

.jezik a:hover, .jezik a:hover img {
  color: #f2f2f2;
  opacity: 1;
}

.jezik a img {
  align-items: center;
  padding: 0 5px;
  opacity: 0.7;
  transition: ease-in .2s;
}

.navbar {
  position: absolute;
  /* top: 60px; */
  left: 0;
  padding: 0 100p;
  background-color: #fff;
  width: 100%;
  box-sizing: border-box;
  box-shadow: 0 0.25rem 0.5625rem -0.0625rem rgba(0,0,0,0.03), 0 0.275rem 1.25rem -0.0625rem rgba(0,0,0,0.05)
}

.sticky {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  border-top: 0;
  height: 80px;
  display: flex;
}

.navbar .logo {
  height: 50px;
  float: left;
  width: 125px;
  display: flex;
}

.logo img {
  width: 100%;
  align-self: center;
}

.navbar nav ul {
  margin: 0;
  padding: 0;
  display: flex;
  float: right;
}

.navbar nav ul li {
  list-style-type: none;
  position: relative;
}

.navbar nav ul li.sub-menu:before {
    content: "\f0d7";
    position: absolute;
    font-family: "fontAwesome";
    line-height: 50px;
    color: #000;
    right: 5px;
}

.navbar nav ul li.active.sub-menu:before {
    content: "\f0d8";
}

.navbar nav ul li ul {
    position: absolute;
    left: 0;
    background-color: #fff;
    display: none;
}

.navbar nav ul li.active ul {
    display: block;
}

.navbar nav ul li ul li {
    display: block;
    width: 200px;
}

.navbar nav ul li a {
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  color: #000;
  display: block;
}

.navbar nav ul li a:hover, .navbar nav ul li a.active {
  color: #007bff;
}

.menu-toggle {
  color: #000;
  float: right;
  line-height: 50px;
  font-size: 24px;
  cursor: pointer;
  display: none;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

footer {
  width: 100%;
  background-color: #373f50;
}

.footer-inner {
  width: 70%;
  margin: 0 auto;
  padding: 50px 0;
}

.informacije {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.informacije h3 {
  color: #fff;
}

.informacije p {
  color: #cccccc;
  padding-bottom: 20px;
}

.newsletter {
  display: flex;
  flex-direction: column;
}

.newsletter p {
  font-size: 12px;
  width: 220px;
}

.newsletter form {
  padding: 10px 0;
}

.newsletter form [type=text] {
  padding: 10px 15px;
  background-color: #48536a;
  border: none;
  color: #fff;
}

.newsletter form [type=text]:focus {
  outline: none;
}

.newsletter form [type=text]::placeholder {
  color: #b3b3b3;
}

.newsletter form [type=submit] {
  padding: 10px 20px;
  background-color: #007bff;
  color: #fff;
  border: none;
  transition: .2s;
}

.newsletter form [type=submit]:hover {
  background-color: #0063cc
  ;
}

.foot {
  width: 100%;
  background-color: #2b3445;
}

.foot-inner {
  width: 70%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 30px 0;
  border-bottom: 1px solid #45536e ;
}

.foot1 {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  padding-bottom: 20px;
}

.foot1 img {
  /* width: 100%; */
  height: 100%;
}

.jezik1 {
  display: flex;
  align-self: center;
  border: 1px solid #45536e;
  padding: 10px;
}

.jezik1 a  {
  color: #cccccc;
  display: flex;
  padding: 0 5px;
  transition: ease-in .2s;
}

.jezik1 a:hover, .jezik1 a:hover img {
  opacity: 1;
  color: #f2f2f2;
}

.jezik1 a img {
  width: 20px;
  align-items: center;
  padding: 0 5px;
  opacity: 0.7;
  transition: ease-in .2s;
}

.jezik1 p {
  color: #45536e;
}

.logo1 {
  display: flex;
}

.logo1 a {
  height: 45px;
  transition: ease-in .2s;
  margin-right: 30px;
}

.logo1 a:hover {
  opacity: 0.7;
}

.copyrights {
  width: 70%;
  margin: 0 auto;
  color: #cccccc;
  text-align: center;
  padding: 20px 0;
}

.copyrights a {
  color: #fff;
  background-color: #007bff;
  padding: 5px 15px;
  margin-left: 3px;
  transition: ease-in .2s;
}

.copyrights a:hover {
  background-color: #0063cc;
}

.social img {
  width: 20px;
  background-color: #3c4454;
  padding: 15px;
}

.social a:nth-child(1):hover img {
  background-color: pink;
}

.social a:nth-child(2):hover img {
  background-color: #007bff;
}

.social a:nth-child(3):hover img {
  background-color: #4da3ff;
}

.social a:nth-child(4):hover img {
  background-color: #e60000;
}

/* --- POČETAK CONTENT-a --- */

#wrapper {
  width: 100%;
}

.wrapper-inner  {
  width: 100%;
  background-color: #eba170;
  padding-top: 77px;
}

.container {
  width: 70%;
  margin: 0 auto;
}

.top {
  color: #fff;
  display: flex;
  flex-wrap: wrap;
}

.top div {
  width: 50%;
  display: flex;
  flex-direction: column;;
  flex-wrap: wrap;
  justify-content: center;
  /* align-items: center; */
}

.top div a {
  padding: 10px 20px;
  background-color: #007bff;
  color: #fff;
  border: none;
  transition: .2s;
  width: 80px;
  margin-top: 20px;
}

.top div a:hover {
  background-color: #0063cc;
}

.top div a i {
  margin-left: 10px;
}

.top img{
  float: right;
}

.top p:nth-child(1) {
  font-size: 28px;
}

.top p:nth-child(2) {
  font-size: 42px;
}

.top p:nth-child(3) {
  font-size: 18px;
}

.top div img {
  width: 100%;
}

.container h1 {
  text-align: center;
  margin-top: 50px;
}

.trend-proizvodi {
  width: 100%;
  margin: 25px auto;
  display: flex;
  flex-wrap: wrap;
}

.trend-lijevi {
  display: flex;
}

.trend-desni {
  display: flex;
}

.trend1 {
  width: 50%;
  margin: 50px 0;
  padding: 20px;
  transition: .2s;
}

.trend1:hover {
  box-shadow: 0 0.3rem 1.525rem -0.375rem rgba(0,0,0,0.1);
}

.trend1 img {
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 10px;
}

.trend1 a:nth-child(2) {
  color: #000;
  font-weight: 600;
}

.trend1 p {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

.trend-proizvodi a {
  display: block;
}

.trend1 a:last-child {
  background-color: #007bff;
  color: #fff;
  border: none;
  transition: .2s;
  padding: 10px 20px;
  display: block;
  text-align: center;
}

.trend1 a:last-child:hover {
  background-color: #0063cc;
}

.trend1 a i {
  margin-right: 5px;
}

.trend-dugme {
  padding: 10px 20px;
  background-color: #007bff;
  color: #fff;
  border: none;
  transition: .2s;
  width: 107px;
  margin-top: 20px;
  display: block;
  text-align: center;
  margin: 0 auto 150px;
}

.trend-dugme:hover {
  background-color: #0063cc;
}

.quantity {
  text-align: center;
  margin-bottom: 20px;
}

.quantity .minus, .plus {
  border: 1px solid #999999;
    background-color: #fff;
    width: 25px;
    border-radius: 50px;
    font-size: 16px;
    transition:  .2s;
}

.quantity .minus:hover, .plus:hover {
  background-color: #007bff;
  color: #fff;
  border: 1px solid #007bff;
}

.quantity .text {
  width: 25px;
  margin: 0 5px;
  border: none;
  text-align: center;
  font-weight: 600;
}

.quantity input:focus {
  outline: none;
} 

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.reklame {
  background-color: #f6f9fc;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 100px 0;
}

.reklama1 {
  align-self: center;
  line-height: 30px;
  padding-left: 50px;
}

.reklama1 p {
  color: #45536e;
  font-size: 18px;
}

.reklama1 h2 {
  font-weight: 500;
  font-size: 28px;
  margin-bottom: 20px;
}

.reklama1 a {
  padding: 10px 20px;
  background-color: #007bff;
  color: #fff;
  border: none;
  transition: .2s;
  width: 80px;
}

.reklama1 a:hover {
  background-color: #0063cc;
}

.reklama1 a i {
  margin-left: 10px;
}

#button {
  display: inline-block;
  background-color: #FF9800;
  width: 50px;
  height: 50px;
  text-align: center;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
  opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}

#button:hover {
  cursor: pointer;
  background-color: #b36b00
  ;
}

#button:active {
  background-color: #555;
}

#button.show {
  opacity: 0.7;
  visibility: visible;
}

.onama {
  margin-top: 100px;
  display: flex;
  width: 100%;
}

.onama1 {
  width: 50%;
}

.onama2 {
  width: 50%;
  align-self: center;
  margin-left: 40px;
  border-left: 1px solid #e6e6e6;
  padding-left: 20px;
}

.onama1 img {
  width: 100%;
}

.onama2 p {
  text-align: justify;
  padding: 20px 0 5px;
}

.onama p:nth-child(1) {
  color: #b3b3b3;
  padding: 0;
}

.onama2 h2 {
  font-size: 35px;
}

.onama3 {
  padding-right: 40px;
  margin-left: 0;
}

.o-nama5 {
  margin-top: 50px;
}

.o-nama form {
  width: 50%;
  margin: 50px auto;
  display: flex;
  flex-direction: column;
}

.o-nama {
  margin-top: 50px;
}

.o-nama5 h2 {
  text-align: center;
  font-size: 35px;
}

.o-nama5 p {
  text-align: center;
  color: #b3b3b3;
  margin-bottom: 20px;
}

.o-nama form [type=text], .o-nama form textarea {
  padding: 10px 15px;
  border: 1px solid #cccccc;
  color: black;
  margin: 5px 0;
  transition: .2s;
}

.o-nama form [type=text]:hover, .o-nama form textarea:hover {
  box-shadow: 0 0.3rem 1.525rem -0.375rem #e6e6e6;
}

.o-nama form [type=text]:focus, .o-nama form textarea:focus {
  color: #4b566b;
  background-color: #fff;
  border-color: #66b0ff;
  outline: 0;
  box-shadow: 0 0 0 0 transparent, 0 0.375rem 0.625rem -0.3125rem #cce5ff;
}

.o-nama form [type=text]::placeholder, .o-nama form textarea::placeholder {
  color: #b3b3b3;
}

.o-nama form button {
  display: block;
  width: 100px;
  height: 40px;
  background-color: #fff;
  color: #007bff;
  border: 1px solid #007bff;
  transition: .2s;
  margin-top: 20px;
  margin-right: 20px;
}

.o-nama form button:focus {
  outline: none;
}

.o-nama form button:hover {
  background-color: #0063cc;
  color: #fff;
}

.o-nama form [type=submit] {
  display:block;
  width:100px; 
  height: 40px;
  background-color: #007bff;
  color: #fff;
  border: none;
  transition: .2s;
  margin-top: 20px;
}

.o-nama form [type=submit]:focus {
  outline: none;
}

.o-nama form [type=submit]:hover {
  background-color: #0063cc;
}

.dugmad {
  display: flex;
}

.patike {
  margin-top: 100px;
}

.patike h1 {
  text-align: left;
  font-size: 40px;
}

/* ------------------------------------------------ */

.slicice img {
  float:left;
  display:block;
  height:100px;
  width:100px;
  cursor:pointer;
}

.slicice {
  position: relative;
  top: 500px;
}

.artikal-prikaz {
  display:block !important;
  /*
  float:left;
  height:500px;
  width:500px;
  background-color: yellow; */
}

.artikal-slika {
  position: relative;
}

.artikal button {
  width: 50px;
  height: 50px;
  background-color: blue;
}

.artikal-sakriveni div {
  display:none;
  position:absolute;
  /* top:120px; */
  width: 500px;
  height: 500px;
}

.artikal-sakriveni div img {
  width: 100%;
  height: 100%;
}

.artikal {
  display: none;
  position: absolute;
  top: 160px;
}

.show1 {
  display:block;
}

br {clear:both;}

.korpa1 {
  background-color: #373f50;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}

.korpa1 .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px;
}

.korpa1 .container h1 {
  text-align: left;
  color: #fff;
  font-size: 40px;
  margin: 0;
}

.korpa1 .container a {
  padding: 13px 20px;
  background-color: #007bff;
  color: #fff;
  border: none;
  transition: .2s;
  width: 111px;
  text-align: center;
}

.korpa1 .container a i {
  margin-right: 5px;
}

.korpa1 .container a:hover {
  background-color: #0063cc;
}

.korpa {
  display: flex;
  flex-direction: column;
}

.korpa table {
  width: 70%;
  margin: 0 auto;
  border-collapse: collapse; 
}

.korpa table tr {
  border-bottom: 1px solid #e6e6e6;
}

.korpa table tr td:nth-child(1) {
  width: 20%;
}

.korpa table tr td:nth-child(1) img {
  width: 100%;
}

.korpa table tr td:nth-child(2) {
  width: 60%;
  padding-left: 70px;
}

.korpa table tr td:nth-child(2) p:nth-child(1) {
  margin-bottom: 10px;
}

.korpa table tr td:nth-child(2) p:nth-child(1) a {
  color: #000;
  font-weight: 600;
  margin-bottom: 10px;
}

.korpa table tr td:nth-child(2) p:nth-child(2) {
  color: #b3b3b3;
}

.korpa table tr td:nth-child(2) p:nth-child(3) {
  color: #b3b3b3;
  margin-bottom: 10px;
}

.korpa table tr td:nth-child(2) p:nth-child(4) {
  color: #007bff;
  font-size: 20px;
  font-weight: 600;
}

.korpa table tr td:nth-child(3) {
  width: 20%;
  text-align: center;
}

.korpa table tr td:nth-child(3) p {
  font-weight: 600;
  margin-bottom: 10px;
}

.korpa table tr td:nth-child(3) button {
  width: 100px;
  height: 40px;
  background-color: #fff;
  color: #a8200b;
  border: 1px solid #a8200b;
  transition: .2s;
}

.korpa table tr td:nth-child(3) button:hover {
  background-color: #a8200b; 
  color: #fff;
}

.korpa table tr td:nth-child(3) button i {
  margin-right: 5px;
}

.korpa table tr td:nth-child(3) quantity {
  margin: 10px 0;
}

.korpa table tr:nth-child(5) td:nth-child(1) p {
  font-weight: 600;
  font-size: 20px;
}

.korpa table tr:nth-child(5) td:nth-child(2) p {
  font-weight: 600;
  font-size: 20px;
  padding-right: 50px;
}

table tr td {
  padding: 10px 0;
}



.naruci {
  padding: 13px 30px;
  background-color: #007bff;
  color: #fff;
  border: none;
  transition: .2s;
  width: 70px;
  align-self: center;
  margin: 50px 0;
}

.naruci i {
  margin-left: 5px;
}

.naruci:hover {
  background-color: #0063cc;
}

.narudzba {
  margin-top: 70px;
  display: flex;
  flex-direction: row;
}

.narudzba1 {
  width: 50%;
}

.narudzba-forma {
  width: 50%;
}

.narudzba-forma form {
  width: 80%;
  margin: 50px auto;
  display: flex;
  flex-direction: column;
}

.narudzba-forma form [type=text], .narudzba-forma form [type=email], .narudzba-forma form textarea {
  padding: 10px 15px;
  border: 1px solid #cccccc;
  color: black;
  margin: 5px 0;
  transition: .2s;
}

.narudzba-forma form [type=text]:hover, .narudzba-forma form [type=email]:hover, .narudzba-forma form textarea:hover {
  box-shadow: 0 0.3rem 1.525rem -0.375rem #e6e6e6;
}

.narudzba-forma form [type=text]:focus, .narudzba-forma form [type=email]:focus .narudzba-forma form textarea:focus {
  color: #4b566b;
  background-color: #fff;
  border-color: #66b0ff;
  outline: 0;
  box-shadow: 0 0 0 0 transparent, 0 0.375rem 0.625rem -0.3125rem #cce5ff;
}

.narudzba-forma form [type=text]::placeholder, .narudzba-forma form [type=email]::placeholder, .narudzba-forma form textarea::placeholder {
  color: #b3b3b3;
}

.narudzba-forma form button {
  display: block;
  width: 100px;
  height: 40px;
  background-color: #fff;
  color: #007bff;
  border: 1px solid #007bff;
  transition: .2s;
  margin-top: 20px;
  margin-right: 20px;
}

.narudzba-forma form button:focus {
  outline: none;
}

.narudzba-forma form button:hover {
  background-color: #0063cc;
  color: #fff;
}

.narudzba-forma form [type=submit] {
  display:block;
  width:100px; 
  height: 40px;
  background-color: #007bff;
  color: #fff;
  border: none;
  transition: .2s;
  margin-top: 20px;
}

.narudzba-forma form [type=submit]:focus {
  outline: none;
}

.narudzba-forma form [type=submit]:hover {
  background-color: #0063cc;
}

























@media screen and (max-width: 1291px) {
  .top p:nth-child(1) {
    font-size: 22px;
  }
  
  .top p:nth-child(2) {
    font-size: 32px;
  }
  
  .top p:nth-child(3) {
    font-size: 14px;
  }
}

@media screen and (min-width:1200px) {
  .trend-proizvodi {
    flex-wrap: nowrap;
  }
}

@media  screen and (max-width: 1024px) {
  .info-inner {
    width: 90%;
  }

  .navbar-inner {
    width: 90%;
  }

  .top p:nth-child(1) {
    font-size: 22px;
  }
  
  .top p:nth-child(2) {
    font-size: 32px;
  }
  
  .top p:nth-child(3) {
    font-size: 14px;
  }

}

@media screen and (max-width: 768px) {
  .info {
    height: auto;
  }

  .info-inner {
    display: inline-block;
    padding: 10px 0;
    width: 95%;
  }

  .dostava {
    padding: 5px 0;
  }

  .jezik a {
    padding: 0;
  }

  .jezik p {
    padding: 0 5px;
  }

  .top {
    flex-direction: column;
    position: relative;
  }
  .top div {
    width: 100%;
  }

  .top div:first-child {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 36px;
  }

  .reklame {
    position: relative;
  }

  .reklama1 {
    position: absolute;
    padding-left: 25px;
    z-index: 10;
  }
  
  .reklama2 {
    width: 100%;
    filter: blur(8px);
    -webkit-filter: blur(5px);
  }

  .reklama2 img {
    width: 100%;
  }

  .onama {
    flex-direction: column;
    margin-top: 100px;
  }

  .onama1 {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }

  .onama2 {
    width: 100%;
    padding: 0;
    margin-left: 0;
    border: 0;
  }

  .onama4 {
    flex-direction: column-reverse;
  }

  .o-nama form {
    width: 100%;
  }
}

@media screen and (min-width: 992px) {
    .navbar nav ul li:hover ul {
        display: block;
    }    
}

@media screen and (max-width: 395px) {
  .newsletter form [type=submit] {
    width: 220px;
  }

  .newsletter form [type=text] {
    width: 190px;
  }
}

@media screen and (max-width:461px) {
  .logo1 {
    margin-bottom: 10px;
  }

  .foot1 {
    padding-bottom: 33px;
  }

  .trend-lijevi, .trend-desni {
    flex-direction: column;
  }

  .trend1 {
    width: 100%;
    padding: 0;
  }
}

@media screen and (max-width: 415px) {
  .copyrights {
    line-height: 33px;
  }
}

@media screen and (max-width: 425px) {
  .korpa1 .container h1 {
    font-size: 27px;
  }

  .korpa table tr {
    flex-direction: column;
    display: flex;
  }

  .korpa table tr td:nth-child(1) {
    width: 100%;
  }

  .korpa table tr td:nth-child(3) {
    width: 100%;
    padding-bottom: 50px;
    margin-top: 50px;
  }

  .narudzba {
    display: flex;
    flex-direction: column;
  }

  .narudzba1, .narudzba-forma, .narudzba-forma form {
    width: 100%;
  }
}

@media screen and (max-width:1440px) and (min-width: 425px) {
  .korpa table{
    width: 100%;
  }
}


@media screen and (max-width: 991px) {
  .menu-toggle {
    display: block;
  }

  .navbar nav {
    /* display: none; */
    position: absolute;
    width: 100%;
    height: calc(100vh - 50px);
    background-color: #fff;
    top: 50px;
    left: -100%;
    transition: all .5s;
  }

  .navbar nav.active {
    left: 0;
    z-index: 99;
  }

  .navbar nav ul {
    display: block;
    text-align: center;
    float: none;
  }

  .navbar nav ul li a {
    border-bottom: 1px solid rgba(0, 0, 0, .2);
  }

  .navbar nav ul li.active ul {
      position: relative;
      background-color: #f2f2f2;
  }

  .navbar nav ul li ul li {
      width: 100%;
  }

  .navbar nav ul li.sub-menu:before {
    right: 25px;
}

  .sticky {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100;
    border-top: 0;
    height: 50px; 
  }

  .footer-inner {
    width: 90%;
  }

  .container {
    width: 90%;
  }
}