*
{
	margin: 0;
    padding: 0;
	box-sizing: border-box;
}
body{
    font-family: 'Poppins', sans-serif;
	font-size: 16px;
	background-color:#acacac;
	background-size: cover;
	width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}
body::-webkit-scrollbar {
    display: none; 
}
header{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	padding:10px 20px;
	z-index:1000;
	display:flex;
	justify-content:space-between;
	align-items:center;
	transition:0.5s;
    padding-top:40px;	
	font-size: 15px;
	font-family: 'Poppins', sans-serif;

}
header .logo{
	padding-left:170px;
}
header .navigation {
	position:relative;
    display:flex;
	margin-right: 150px;
}
header .navigation li {
	list-style:none;
	margin-left: 50px;

}
header .navigation li a {
	text-decoration:none;
	color:white;
	font-weight:300;
}
header .navigation li a:hover {
	color: #707070;
    transition-duration: 0.60s;
}
@media (max-width: 1121px)
{
	header
	{
		padding: 10px 20px;
	}
     header .navigation
	 {
		 display:none;
	 }
	 header .navigation.active
	 {
		 width:100%;
		 height: calc(100% - 68px);
		 position:fixed;
		 top:68px;
		 left:0;
		 display:flex;
		 justify-content: center;
		 align-items: center;
		 flex-direction: column;
		 background:white;
	 }
	 header .navigation li 
	 {
		 margin-left:0;
	 }
	 header .navigation li a {
		 color:#707070;
		 font-size: 1.6em;
	 }
	 header .navigation li a:hover {
	     color: darkgrey;
	     transition-duration: 0.60s;
	 }
	 .menuToggle{
		 position: relative;
		 width: 40px;
		 height: 40px;
		 background: url(../meni.svg);
		 background-size: 30px;
		 background-repeat: no-repeat;
		 background-position: center;
		 cursor: pointer;
	 }
	 .menuToggle.active
	 {
		 background: url(../close2.svg);
		 background-size:30px;
		 background-repeat: no-repeat;
		 background-position:center;
	 }
	 section {
		 padding: 20px;
	 }
     header .logo{
	 padding-left:20px;
}
}
.sidebar{
	position:relative;
	width:260px;
	height:100%;
	left:0;
    margin-top: 200px;
	margin-left:150px;
    color:white;
}
.sidebar .text {
	color:white;
	font-size:20px;
	line-height: 35px;
	margin-top: 50px;
    letter-spacing: 2px;
	margin-bottom: 30px;

}
nav ul{
	height:100%;
	width:100%;
	list-style:none;
}
nav ul li {
	line-height:55px;	
}
nav ul li a {
	position:relative;
	text-decoration: none;
	font-size:17px;
	font-weight:500;
	display: block;
	width:100%;
	color:white;
    
}
nav ul li a:hover{
	color:#707070;
}
nav ul ul {
	position:static;
	display:none;
}
nav ul ul li {
	line-height: 42px;
	border-bottom: none;
}
nav ul  .lajsne-show.show{
	display:block;
}
nav ul  .lajsne2-show.show2{
	display:block;
}
nav ul  .lajsne3-show.show3{
	display:block;
}
nav ul  .lajsne4-show.show4{
	display:block;
}
nav ul ul li a {
	font-size: 15px;
	padding-left: 25px;
	color:black;
}
nav ul li a span{
    position:absolute;
	top: 50%;
	right:20px;
	transform:translateY(-50%);
}
.parent {
	position:relative;
    margin-right:100px;
}
.proizvodi {
	position:absolute;
	display:flex;
    flex-wrap:wrap;
	top:60px;
	left:480px;
}
.proizvodi img {
	padding:10px;
	margin:10px;
}
.broj {
	font-size: 25px;
	color:white;
	letter-spacing: 40px;
	font-weight:200;
    padding-bottom:50px;
	padding-top:60px;
	position: absolute;
    top: 100%;
    left: 44.4%;    
    margin-left: -50px;
    margin-top: -50px;
}
#kutija {
	border: 1px solid white;
	margin-right:40px;
	margin-bottom:40px;
	color:white;
}
#kutija:hover {
	border: 1px solid #707070;
}
.naslov{
	position:absolute;
	top:0;
	left:470px;
	margin-left:10px;
	color:white;
	font-size:20px;
	letter-spacing: 2px;
}
.kutija {
	height:370px;
	width:250px;
}
.mali-tekst {
	font-size:13px;
	color:white;
	margin-bottom:10px;
	margin-left:10px;
}
.proizvodi a {
	text-decoration:none;
	color:white;
}
.proizvodi p {
	margin-left:10px;
	font-size:18px;
	font-weight:initial;
}
@media(max-width:770px) {
	main .proizvodi {
	position:relative;
	grid-template-columns: repeat(1, 1fr);
    left:40px;
}
    main .naslov{
		position:relative;
		left:40px;
		margin-top:20px;
	    width:200px;
		height:auto;
	}
}
@media(max-width:1600px) {

	main #kutija{
	width:250px;
	height:auto;
	margin-right:20px;
	margin-bottom:20px;
	}
	main #kutija img{
	width:200px;
	height:auto;
	}
	main .sidebar{
		margin-left:50px;
	}
	main .parent{
	    margin-right:1px;
}
}
#cookieConsent {
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 10px;
  max-width: 400px;
  background-color: #f2f2f2;
  border-radius: 5px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  z-index: 9999;
  display: none;
  font-size: 14px;
}

#cookieConsent a {
  color: grey;
  text-decoration: none;
}
#cookieConsent p {
  color: black;
  text-decoration: none;
  font-family: 'Poppins';
}

#cookieConsent a:hover {
  text-decoration: underline;
}

#cookieConsent .cookieConsentOK {
  background-color: #007bff;
  color: #fff;
  border-radius: 3px;
  padding: 5px 10px;
  cursor: pointer;
  margin-left: 15px;
}

#cookieConsent .cookieConsentOnlyNecessary {
  background-color: #007bff;
  color: #fff;
  border-radius: 3px;
  padding: 5px 10px;
  cursor: pointer;
  margin-left: 15px;
}
@media screen and (max-width: 600px) {
  #cookieConsent {
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 10px;
    text-align: center;
  }

  #cookieConsent .cookieConsentOK {
    margin-top: 10px;
    margin-left: 0;
  }

  #cookieConsent .cookieConsentOnlyNecessary {
    margin-top: 10px;
    margin-left: 0;
  }
}
#cookieConsent {
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 10px;
  max-width: 400px;
  background-color: #f2f2f2;
  border-radius: 5px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  z-index: 9999;
  display: none;
  font-size: 14px;
}

#cookieConsent a {
  color: grey;
  text-decoration: none;
}
#cookieConsent p {
  color: black;
  text-decoration: none;
  font-family: 'Poppins';
}

#cookieConsent a:hover {
  text-decoration: underline;
}

#cookieConsent .cookieConsentOK {
  background-color: #007bff;
  color: #fff;
  border-radius: 3px;
  padding: 5px 10px;
  cursor: pointer;
  margin-left: 15px;
}

#cookieConsent .cookieConsentOnlyNecessary {
  background-color: #007bff;
  color: #fff;
  border-radius: 3px;
  padding: 5px 10px;
  cursor: pointer;
  margin-left: 15px;
}
@media screen and (max-width: 600px) {
  #cookieConsent {
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 10px;
    text-align: center;
  }

  #cookieConsent .cookieConsentOK {
    margin-top: 10px;
    margin-left: 0;
  }

  #cookieConsent .cookieConsentOnlyNecessary {
    margin-top: 10px;
    margin-left: 0;
  }
}
.btn {
	background-color: rgba(255, 255, 255, 0.3);
	padding: 10px 30px;
	text-decoration: none;
	font-family: 'Poppins', sans-serif;
	border-radius: 50px; 
}