body {
  background-image: url("slike/1.gif");  
}
#kontejner {
display:inline-block;
}

#left {
width:301px;
float:left;
margin-right:50px;
}
#zik {
position:fixed;
margin-top:30px;
width:301px;
height:601px;
}
#right {
width:301px;
float:right;
margin-left:50px;
}
#zak {
position:fixed;
margin-top:30px;
width:301px;
height:601px;
}

#wrap {
display:inline-block;
width:575px;
border-style:ridge;
background:white;
} 
h1 {
  font-family: Rockwell, Georgia, "Times New Roman", Times, serif;
    color: red;
    text-shadow: -1px -1px 1px black;
    font-size: 30px;  
}
#header {
background-color: #0C34FF;
width:100%;
display:inline-block;
}
#header p {
color: white;
font-weight:bold;
font-size:20px;
}
#header a {
margin-top:25px;
}

.menu {
vertical-align: middle;
border:2px solid white;
width:45px;
height:45px;
margin-right:25px;
border-radius:3px;
}


.a {
color:blue; 
background:red;
padding:5px 5px 5px 5px;
border-radius: 5px;
margin:10px 10px 15px 10px;

}
#korpa {
width:120px;
color:maroon;
margin-top:10px;
font-size:45px;
border-radius:10px;
font-weight:bold;
background-color: #E0FFFF;
background-image: url('/slike/korpa.png');
background-size: 50px 50px;
background-repeat: no-repeat;
background-position: left 2px top 0px;
border:1px solid black;

}
#korpa a{
color:red;
font-size:24px;
text-decoration:underline;
}
#sadrzaj {
margin-left:40px;
}
#aba {
  margin: inherit;
  text-align:center;
}

.bigImage {
  width:55%;
}

#promo {
   
   font-weight:bold;
   font-size:18px;
   color:black;
   text-align:left;
   font-family:sans-serif;
   margin-left: 6px;
   margin-right: 9px;
}

#content {
width:100%;
}

#content p {
font-size:20px;
text-align:left;
padding-top: 10px;
margin-right: 10px;
padding-bottom: 0px;
margin-left: 5px;
font-weight:bold;
font-family:sans-serif;
}

#content h3 {
font-size:30px;
color:red;
}
 pre {
	font-size: 18px;
    text-align: left;
    padding-top: 10px;
    margin-right: 10px;
    padding-bottom: 0px;
    margin-left: 5px;
    font-weight: bold;
 }

.button{
  width:50%;
  background:green;
  font-weight:bold;
  font-size:20px;
  padding:10px;
  color:white;
}

#btn {
	font-weight:bold;
    font-size:20px;
	color:green;
	margin-bottom:3px;
}

button[id^="btn"] {
    font-weight:bold;
    font-size:20px;
  color:green;
  margin-bottom:5px;
  margin-top:-5px;
}

button[id^="butn"] {
   font-weight:bold;
    font-size:20px;
  color:green;
    display: none; /* Podrazumevano sakriveni */
}

.red {
color:red;
font-size:30px;
text-align:center;
}
.sektor {
color:white;
font-size:25px;
text-align:center;
text-decoration:none;
background-color:teal;
width:100%;
margin-top:3px;
border-radius:5px;
}

.produkt {
background:red;
border-radius:15px;
margin:2px;
font-size:25px;
padding:5px 10px 5px 10px;
color:white;
text-decoration:none;
font-weight:bold;
    
}

#details {
background:red;
border-radius:13px;
width:125px;
padding:5px 5px 5px 5px;
color:white;
text-decoration:none;
font-weight:bold;
text-align:center; 
margin-bottom:10px;
}
#text {
    background:azure;
    font-family:sans-serif;
    font-weight:bold;
}

a {
font-size:25px;
font-weight:bold;
text-decoration: none;
}

#cena {
color:red;
font-weight:bold;
font-size:30px;
}
footer {
background-color:#0451BC;
color:white;
font-size:15px;
margin-bottom:1px;

}
footer p {
  color:white;
  text-align:center;
}
footer a {
  color:white;
}
footer a:hover {
  color:red;
}
.x {
display:none;
}


@media only screen and (max-device-width: 1490px) {    
 #left {
margin-right:1px;
}
#right {
margin-left:1px;
}  
}
@media only screen and (max-device-width: 1200px) { 
#left {
display:none;
}
}
@media only screen and (max-device-width: 950px) { 
#right {
display:none;
}
}

@media only screen and (max-device-width: 599px) { 
#wrap {
width:98%;
}
#header {
width:100%;
}
}
@media only screen and (max-width: 501px) {
h1 {
font-size:45px;
} 
.menu {
vertical-align: middle;
border:2px solid white;
width:40px;
height:40px;
margin-right:20px;
}
#cena {
font-size:27px;
}
}
@media only screen and (max-width: 451px) { 
 h1 {
font-size:40px;
}
.menu {
vertical-align: middle;
border:2px solid white;
width:35px;
height:35px;
margin-right:15px;
}
h2 {
font-size:20px;
    }    
#cena {
font-size:26px;
}
#details {
font-size:14px;
width:110px;
margin-bottom:9px;
}
}
@media only screen and (max-width: 421px) { 
 h1 {
font-size:38px;
}
}
@media only screen and (max-width: 321px) {
h1 {
font-size:35px;
} 
h2 {font-size:17px;}
#cena {
font-size:25px;
}
.menu {
vertical-align: middle;
border:2px solid white;
width:30px;
height:30px;
margin-right:5px;
}
#details {
border-radius:10px;
font-size:12px;
width:100px;
margin-bottom:8px;
}
}