*{
    margin: 0;
    padding:0;
    user-select:none;
}
body{
    background-color: rgb(230, 230, 230);
}
.header {
    height:150px;
    background-color: black;
    position: fixed;
    top:0;
    display: flex;
    justify-content: space-between;
    flex:1;
    z-index:100;
    right:0;
    left:0;
}
.header .meni{
    margin-top:40px;
    margin-left:10px;
    cursor: pointer;
}
.header .logo:hover{
    cursor: pointer;
}
.header .icon-cart{
    color:white;
    font-family: impact, arial;
    font-size: 30px;
    margin-left: -94px;
    text-align: center;
    border-bottom: 3px solid red;
    cursor: pointer;
}
.header .icon-cart span{
    background-color: red;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    top: 75%;
    font-size: 20px;
    user-select:none;
}
@media only screen and (max-width: 760px) {
    .header .icon-cart{
        margin-top: 0px;
        margin-left:-100px;
        border-bottom: none;
    }.header .icon-cart img{
        width: 140px;
        margin: 10px -19% -10px 40px;
    }
    .header .icon-cart span{
        right: 17%;
    }
        .header .meni img {
            width:50px;
        }}
.sidebar {
    position:fixed;
    top:150px;
    width:0px;
    height:100%;
    left:0;
    transition: 0.3s ease;
    background-color: black;
    overflow:auto;
    z-index:100;
}
.korpa-final {
    position:fixed;
    top:150px;
    width:0px;
    height:100%;
    right:0;
    transition: 0.3s ease;
    background-color: black;
    overflow:auto;
    z-index:101;
    display: grid;
    grid-template-rows: 70px 1fr 70px;
}
.korpa-final::-webkit-scrollbar {
    display: none;
}
.korpa-final h2{
    padding:20px;
    font-weight: 300;
    margin: 0;
    text-align: center;
}
.korpa-final .listCart .item img{
    width: 100%;
}
.korpa-final .listCart .item{
    display: grid;
    grid-template-columns: 70px 150px 50px 1fr;
    gap: 10px;
    text-align: center;
    align-items: center;
}
.korpa-final .quantity span{
    display: inline-block;
    width: 25px;
    height: 25px;
    background-color: #eee;
    color: #555;
    cursor: pointer;
    border-radius: 20%;
}
.korpa-final .quantity span:nth-child(2){
    background-color: transparent;
    color: #eee;
}
.korpa-final .item:nth-child(even){
    background-color: rgb(61, 61, 61);
}
.potvrdi:active{
        font-size:28px;
        background-color: red;
    }
.potvrdi{
        font-size:30px;
        font-family: impact, showcard gothic;
        padding:8px;
        color: white;
        background-color: rgb(150, 0, 0);
        border:3px black;
        border-radius:30px;
        -webkit-text-stroke-color: 3px red;
        cursor: pointer;
        position: fixed;
        z-index: 105;
        bottom: 10px;
        align-items: center;
}
.korpa-final .listCart{
    text-align: center;
    color: white;
    font-family: "Productsans Regular", sans-serif;
    font-size: 20px;
}
.sidebar .text{
    font-size: 25px;
    font-weight: 600;
    line-height: 65px;
    text-align: center;
    background: rgb(28, 28, 28);
    letter-spacing: 1px;
}
.sidebar .closebtn{
    position: absolute;
    color:white;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  text-decoration: none;
}
.sidebar .closebtn:hover{
font-size:45px;
transition: 0.5s ease;
border-radius:10px;
}
.sidebar .closebtn:active{
    color:rgba(255, 0, 0, 0.800);
    transition: none;
}
.openbtn:hover {
    background-color: rgba(30, 30, 30, 0.5);
    transition: 0.5s ease;
    border-radius:10px;
  }
  .openbtn:active{
    background-color: rgb(69, 69, 69);
    transition: none;
}
nav ul{
    background: black;
    height: 100%;
    width: 100%;
    list-style: none;
}
nav ul li{
    border-bottom: 1px solid rgb(30, 30, 30);
    user-select: none;
}
nav ul li:last-child{
    border-bottom: 1px solid red;
}
nav ul li a{
    color:white;
    text-decoration: none;
    font-size:18px;
    font-weight: 500;
    display: block;
    border-left: 3px solid transparent;
}
nav ul li a:hover{
    color:red;
    background: rgba(148, 148, 148, 0.1);
    border-left-color:red;
    transition: 0.5s;
}
nav ul li a:active{
    background-color: rgba(200, 0, 0, 0.500);
    transition: 0.1s;
}
.artikal{
    margin-top: 200px;
    margin-left: 70px;
    margin-right: 70px;
    padding: 20px;
    background-color: white;
    height: fit-content;
    display:flex;
    line-height: 30px;
    font-family: "Productsans Regular", sans-serif;
}
.artikal .name{
    font-size: 1.5em;
    font-weight: bolder;
    display: block;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 25px;
}
.artikal .description{
    align-items: center;
    line-height: 35px;
    font-size: large;
    padding-left: 10px;
    padding-right: 10px;
    color: rgb(100, 100, 100);
}
.artikal .price{
    font-size: 30px;
    font-weight: bolder;
    color: blue;
    margin-top: 15px;
    margin-bottom: 30px;
}
.raspored{
    display: block;
    padding-bottom: 30px;
}
.raspored h2{
    margin-top: 30px;
}
@media only screen and (max-width: 1159px){
    .artikal{
    display:block;
    padding: 0;
    padding-top:30px;
    margin-top: 180px;
    margin-left: 15px;
    margin-right: 15px;
    align-items: center;
    text-align: center;
    }
    .artikal .image img{
        height: fit-content;
    }
}
.artikal #input{
    padding: 10px;
    width: 25px;
    height: 15px;
    font-size: 20px;
    text-align: center;
}
.artikal .addCart2:active{
    font-size:28px;
    background-color: red;
}.artikal .addCart2{
    font-size:30px;
    font-family: impact, showcard gothic;
    padding:8px;
    color: white;
    background-color: rgb(150, 0, 0);
    border:3px red;
    border-radius:30px;
    -webkit-text-stroke-color: 3px red;
    cursor: pointer;
    margin-left: 20%;
}@media only screen and (max-width: 1159px){
    .artikal .dugme-kolicina{
        display: block;
        align-items: center;
        text-align: center;
    }
    .artikal .addCart2{
        margin: unset;
    }
}
.dodatni-art-opis{
    margin-top:3em;
    font-family: "Productsans Regular", sans-serif;
    font-size: 30px;
    text-align: center;
}
.listProduct .item img{
    width: 90%;
}
.listProduct{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    text-align: center;
    margin-top: 50px;
    font-family: "Productsans Regular", sans-serif;
}
.listProduct .item{
    background-color: white;
    border-radius: 20px;
    user-select:none;
    cursor: pointer;
}
.listProduct .item a{
    text-decoration: none;
    color: black;
}
.listProduct .item h2{
    font-weight: 500;
    font-size: larger;
}
.listProduct .item .price{
    font-size: x-large;
    color: blue;
    font-weight: bolder;
    margin-top: 10px;
    user-select:none;
}
.listProduct .item button{
    font-size:30px;
    font-family: impact, showcard gothic;
    padding:8px;
    color: white;
    background-color: rgb(150, 0, 0);
    border:3px red;
    border-radius:30px;
    -webkit-text-stroke-color: 3px red;
    cursor: pointer;
    margin-top: 10px;
    user-select:none;
}
.listProduct .item button:active{
    background-color: rgb(200, 0, 0);
    padding: 6px;
    font-size: 29px;
}
@media screen and (max-width: 992px) {
    .listProduct{
        grid-template-columns: repeat(3, 1fr);
    }
}
@media screen and (max-width: 768px){
    .listProduct{
        grid-template-columns: repeat(2, 1fr);
    }
} 