*{
    margin: 0;
    font-family: 'Quicksand', sans-serif;    
}
body{
    background-color: #e9ecef;
}
/* ---------header start------- */
header {
    width: 100%;    
    z-index: 100;
  }
  #upper {
    padding-top: -5px;
    background-color: #030303;
    height: 60px;
    width: 100%;
    padding: 20px 50px;
    display: flex;
    justify-content: space-around;
    position: fixed;
    top: 0;
    z-index: 100;
  }
  .box1,
  .box2,
  .box3 {
    margin-left: -180px;
    width: 300px;
    height: 50px;
  }
  .box1 > img {
    width: 100%;
    
  }
  #ip {
    width: 450px;
    height: 50px;
    border: none;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    font-size: 20px;
    padding-left: 0px;
    margin-left: -200px;
    margin-top: 7.5px;
  }
  .form > input:nth-child(2) {
    height: 55px;
    width: 90px;
    background-color: rgb(255, 255, 255);
    color: rgb(6, 6, 6);
    font-size: 18px;

    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    margin-left: -5px;
  }
  .box2,
  .box3 {
    margin-top: 11px;
    margin-right: -20px;
    width: 150px;
    gap: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .box2 img {
    width: 40px;
    height: 40px;
  }
  .box2 p {
    color: rgb(255, 255, 255);
    text-decoration: none;
  }
  .box3 img {
    width: 40px;
    height: 40px;
  }
  .box3 {
    margin-right: -100px;
    justify-content: space-around;
    color: white;
    text-decoration: none;
}

/* Lower */
header{
    position: fixed;
    top: 100px;
    width: 100%;
    box-shadow: rgba(244, 239, 239, 0.24) 0px 3px 8px;
    height: auto;
    background-color: rgb(50, 50, 50);
    
}
#nav{
    width: 100%;
    height: 40px;    
    display: flex;  
    
}

#nav>form>input{
    height: 100%;
}

#navbar>ul{
    overflow: auto;
      
}
#navbar>ul>li{
    float: left;
    list-style: none; 
    margin: 20px 10px;
    display: block;
    font-size: 14PX;
    
}
#navbar>ul>li>a{
    padding: 0px 10px;
    text-decoration: none;
    text-align: center;
    color: rgb(255, 255, 255);
}
#navbar>ul>li>a:hover{
    font-weight: bold;
}
.dd1{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    list-style: none;    
    position: absolute;
    top: 55px;
    display: none;
    line-height: 30px;
    color: rgb(255, 255, 255);
    background-color: rgb(50, 49, 49); 
}
.dd1>li{
    margin-left: -20px;
    margin-right: 60px;
    font-size: 12PX;
}
#navbar>ul>li:hover .dd1{
    display: block;
}
.mid{
    display: flex;
    margin-top: 160px;
    color: black;
}
#main{
    display: flex;
    justify-content: space-evenly;
}
#price > div{
    display: flex;
    justify-content: space-evenly;
    gap: 50px;
    
}
#checkout{
  margin-top: 50px;
    display: none;
    width: 45%;
    margin-left: 70px;
    background-color: #030303;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 10px;
    text-decoration: none;
    color: white;
}
#items{
  display: grid;
  grid-template-columns: repeat(1,1fr);
  
  gap: 15px;
  text-align: center;
}
#items img{
  width: 50px;
}
#items div{
  display: flex;
  justify-content: space-between;
}
#items button{
  height: 50px;
}
#items p{
  margin-top: 15px;
  font-size: small;
  width: 150px;
}
#items h3{
  color: chocolate;
  margin-top: 15px;
}
#items{
  width: 500px;
}
#items > div {
  border: 1px solid grey;
  border-radius: 15px;
  background-color: white;
}
#items > div > div{
  
  background-color: #fdfeff;
  border: 1px solid grey;
  border-radius: 15px;
  width: 120px; 
  text-align: center;
  margin-top: 17px; 
  margin-bottom: 20px;
}
#items button{
  cursor: pointer;
  height: 25px;
  border-radius: 15px;
  border: none;
  font: bold;
  background-color: white;
  font-size: medium;
}
#items img{
  border-radius: 15px;
}
#right{
  width: 300px;
  text-align: center;
    justify-content: center;
    align-items: center;
}
