#asideContent{
  color: rgb(0, 26, 50);
}
.artikul{
    width: 46vw;
    margin-left: 2.6vw;
    margin-top: 2vw;
}
.artikul img{
   height:47vw;
 }
#sort{
  font-size:3.4vw;
  margin-bottom:2vw;
}
.dropbtn {
  padding: max(0.6vw,0.4vh);
  border: none;
  cursor: pointer;
  margin-bottom: 0;
  border-radius:1vw ;
  margin-right: 3vw;
  text-shadow: 0 0 5px rgba(0, 35, 35, 0.42);
  min-width: 35.6vw;
  max-width: 35.6vw;
  text-align: left;
}
.dropbtn:hover, .dropbtn:focus {
  background-color: #00325308;
}
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-content {
  display: none;
  position: absolute;
  min-width:max-content;
  box-shadow: 0 0 13px #0032533e;
  z-index: 1;
}
.dropdown-content a {
  background-color: white;
  border-bottom: 1px solid rgba(0, 35, 35, 0.1);;
  color: black;
  padding:  max(0.9vw,0.9vh);
  text-decoration: none;
  display: block;
  text-shadow: 0 0 4px rgba(0, 35, 35, 0.25);
}
.dropdown-content a:hover {background-color: #ddd;}
.show {display:block;} 
#numberofP{
    color: rgba(0, 26, 50, 0.69);;
}
.item{
  max-height: 100vw;
  min-height: 100vw;
}
.item img{
  max-height: 100vw;
  min-height: 100vw;
}
#myCarousel{
  max-height: 100vw;
  min-height: 100vw;
  margin-top:60px;
}
#addToCart{
  border-radius: 5vh;
  background-color:rgba(29, 40, 54, 0.45);
  color: white;
  padding-top: 3vw;
  padding-bottom: 3vw;
  margin-left: 17vw;
  margin-right: 17vw;
  margin-top: 4vh;
  margin-bottom: 15vh;
  font-size: 1.7rem;
}
#cena{
  font-size: 1.7rem;
  padding-left:min(3.3vw,3.3vh);
  color: rgb(0, 50, 70);
  font-weight: 400;
  padding-bottom: 2.2vh;
  margin-left: min(4vw,4vh);
  margin-right: 4vw;
  margin-top:2.4vh;
  margin-bottom: 2.3vh;
  border-bottom: 1px solid rgba(0, 20, 50, 0.2);
}
#name{
  padding-left:min(7.3vw,7.3vh);
  padding-right:7.3vw;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 300;
  margin-top: 3.1vh;
}
.sizeInStock{
  border:1px solid rgb(0, 20, 45);
  width: 10vw;
  display: inline-block;
  text-align: center;
  border-radius: 1vw;
  font-weight: 470;
}
.sizeOutOfStock{
  background-color: rgba(29, 40, 54, 0.4);
  width: 10vw;
  color: white;
  display: inline-block;
  text-align: center;
  border-radius: 1vw;
  font-weight: 470;
}
#giftBox{
  margin:0;
padding:max(1vh,0.9vw);
  padding-left:5.5vw;
  padding-right:11.1vw;
  max-width:fit-content;
  min-height:fit-content; 
margin-left:max(3.7vw,2.3vh);
border-radius:max(1vw,1vh);
background-color:rgba(0,40,70,0.07);

}
#giftBox span{
  padding-left: 1.1vw;
  padding-right: 1.1vw;
  border-radius: 100%;
  border: 2px solid rgb(0,30,55);
  height: 3vw;
  display: inline-block;
}
#giftBox img{
  height:9vh;
  display:inline-block;
  margin-left:5.4vw;
  margin-right:2.7vw;
}
.form-control {
      display: flex;
      flex-direction: column;
      min-width: 10vw;
    }

    label {
      margin-bottom: 5px;
      font-size: 14px;
      color: #555;
    }

    select {
      border: 1px solid #ccc;
      border-radius: 1vw;
      background:white;
      transition: border-color 0.3s ease;
    }
    select:focus {
      outline: none;
      border-color: #1976d2;
      box-shadow: 0 0 0 2px rgba(25, 118, 210, 0.2);
    }



/*****  za komp  *******/
@media only screen and (min-width: 900px) {
  .artikul{
    width: 21.5vw;
    margin-left: 1.8vw;
    margin-top: 2vh;
}
  .artikul img{
    height:22.4vw;
  }
  #sort{
  font-size:2vw;
}
#sekciqAll{
  padding-left: 2vw;
}
.dropbtn {
  border-radius:1vh ;
  margin-right: 3vh;
  min-width: 35.6vh;
}
.dropdown-content {
  border-radius:1vh ;
}

#numberofP{
  margin-left: 40vw;
}
.item{
  max-height: 40vw;
  min-height: 40vw;
  max-width: 40vw;
  min-width: 40vw;
  border-radius: 2vw;
}
.item img{
  max-height: 40vw;
  min-height: 40vw;
  max-width: 40vw;
  border-radius: 2vw;
  min-width: 40vw;
}
#leftControl{
  border-top-left-radius: 2vw;
  border-bottom-left-radius: 2vw;
}
#rightControl{
  border-top-right-radius: 2vw;
  border-bottom-right-radius: 2vw;
}
#myCarousel{
  max-height: 40vw;
  min-height: 40vw;  max-width: 40vw;
  min-width: 40vw;
  margin-left: 8vw;
  margin-right: 0;
  margin-top: calc(3vh + 6vw);
  border-radius: 2vw;
  display: inline-block;
}

#asideContent{
  display: inline-block;
  max-width: 43vw;
  width: 43vw;
  padding-left: 0;
  vertical-align: top;
  padding-top: 7vh;
}

#addToCart{
  border-radius: 5vh;
  padding-top: 3vh;
  padding-bottom: 3vh;
  margin-left: 8vw;
  margin-right: 8vw;
  margin-top: 9vh;
  font-size: 2.1rem;
}

#cena{
  font-size: 1.9rem;
  padding-bottom: 4vh;
  margin-top: 10vh;
  margin-right: 4vw;
  margin-bottom: 3.3vh;
}
#name{
  padding-right:0;
  margin-top:  calc(3vh + 5.3vw);;
  margin-bottom: 14vh;
  font-size: 5rem;
  max-width: 41vw;
  flex-wrap: wrap;
}
.sizeInStock{
  width: 4vw;
  border-radius: 1.4vh;
}
.sizeOutOfStock{
  width: 4vw;
  border-radius: 1.4vh;
}
  #giftBox{
  font-size:110%;
  padding-left:2vw;
  padding-right:4vw;
}
  #giftBox img{
    height:10vh;
    margin-left:2.8vw;
  }
#giftBox span{
  padding-left: 0.9vh;
  padding-right: 0.9vh;
  border-radius: 100%;
  border: 2px solid rgb(0,30,55);
  max-height: 2.2vh;
  display: inline-block;
}

}