.navbar{
    /* border: 1px solid black; */
    display: block;
    display: flex;
    justify-items: center;
    justify-content: space-evenly;
    text-align: left;
    overflow: hidden;
    background-color: white;
    position: fixed;
    top: 0;
    left: 1;
    height: 110px;
    width: 100%;
    padding-top: 2px;
    padding-left: 2px;
    
 }
 a{
    text-decoration: none;
    
 }
 .Sign{
    /* border: 1px solid black; */
   margin-left: 500px;
   height: 30px;
   width: 350px;
   display: flex;
   justify-content: space-evenly;
   position: relative;
    top: 50px;
    font-size:x-large;
 }
 
 #menu,#deal{
    position: relative;
    top: 50px;
    font-size:x-large;
    color: black;
 }
 #logo img{
    height: 100px;
    width: 100px;
    border-radius: 50px;
 }
 .navbar a:hover{
    color: #c91c53;
 }
 .navbar>a:nth-child(2){
    margin-left: 3%;
    font-size: large;
 }
 .navbar>a:nth-child(3){
    margin-left: 3%;
    font-size: large;
 }
 .navbar>a:nth-child(4){
    margin-left: 60%;
 }
 .navbar>a:nth-child(5){
   font-size: large;
 }
 .navbar>a:nth-child(6){
   font-size: xx-large;
   color: grey;
padding-bottom: 40%;
 }
 .navbar>a:nth-child(7){
   font-size: xx-large;
 }
 #user>img{
    height: 30px;
    width: 30px;
 }
 #cart>img{
   /* border: 1px solid black; */
    height: 50px;
    width: 70px;
    margin-left: 0px;
    text-align: center;
    position: relative;
    bottom: 10px;
    right: 20px;;
 }
 #cart1{
position: absolute;
left: 270px;
top: 10px;
  /* border: 3px solid black; */
  height: 18px;
  width: 10px;
  font-size: small;
 }

#two{
    width: auto;
}


#cartbody{
    margin-top: 120px;
    margin-left: 30px;
    /* position: fixed;
    margin-top: 100px; */
}
#cartPay{
  display: flex;
  justify-content: space-between;
}
#container{
  /* border: 6px solid yellow; */
  width:720px;
  height: auto;
  margin-top: 10px;
  margin-left: 30px;
  gap: 20px;
}
#container>div{
  /* border: 6px solid red; */
  height: 150px;
  width:700px;
  box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
    display: flex;
    justify-content: space-evenly;
    padding-left: 5px;
    padding-bottom: 5px;
    margin-top: 3px;
    /* gap: 10px; */
}
#container>div>img{
    height: 120px;
    width: 160px;
    margin-top: 5px;
}

#container>div>h2:nth-child(2){
  /* border: 1px solid blue; */
  margin-top: 5px;
  margin-left: 5px;
  font-size: large;
  font-weight: normal;
}
#container>div>h2:nth-child(6){
  position: relative;
  left: 20px;
  top: 25px;
  font-size: large;
  font-weight: normal;
}
#container>div>button{
  /* border: 1px solid red; */
  height: 30px;
  margin-top: 40px;
}
#container>div>button:nth-child(3){
  border: none;
  margin-left: 110px;
  border-radius: 3px;
  height: 22px;
  width: 25px;
}
#container>div>button:nth-child(4){
  border: none;
  margin-left: 10px;
  border-radius: 3px;
  height: 22px;
  width: 25px;
}
#container>div>button:nth-child(5){
  border: none;
  margin-left: 10px;
  border-radius: 3px;
  height: 22px;
  width: 28px;
}
#container>div>button:nth-child(7){
  border: none;
  margin-top: 60px;
  position: relative;
  right: 460px;
  top: 10px;
}


#bill{
  /* border: 1px solid black; */
  height: 400px;
  width: 400px;
  padding-top: 60px;
  margin-right: 40px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  
}
#bill div:first-child{
  /* border: 3px solid black; */
  box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
  /* border-radius: 20px; */
  margin: auto;
  margin-top: 10px;
  width: 300px;
  display: flex;
  justify-content: space-evenly;
}
#bill div input{
  margin-top: 10px;
  height: 25px;
  width: 80px;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  /* border-radius: 80px; */
}
/* #code{
 width: 50px;
 height: 20px; 
} */
/* #bill>div+div{
  height: 50px;
 
} */
#subtotal{
  border-bottom: 1px solid;
  border-bottom-color: rgba(220, 220, 220, 0.852);
  margin: auto;
  margin-top: 10px;
  width: 300px;
  height: 200px;
  display: flex;
  flex-direction: column;
  /* justify-content: space-around; */
  height: 80px;
}
#subtotal>h4{
  /* margin-top: 60px; */
  /* border: 1px solid black; */
  font-size:small;
}
#subtotal>h4+h4{
  /* border: 1px solid black; */
  margin-top:2px;
  /* margin-bottom: 60px; */
}
#checkout{
  border: none;
  width: 300px;
  height: 50px;
  border-radius: 80px;
  margin-left: 50px;
  margin-top: 40px;
  text-align:center;
  /* padding-left: 10px; */
  background-color: red;
  color: black;
  font-size: large;
}
#checkout>a{
  color: black;
}
.Lbottom{
    /* border: 1px solid black; */
    height: 300px;
    width: 100%;
    display: flex;
    background-color: black;
  }
 
  .Lbottom>div:first-child{
    margin-top: 30px;
    margin-left: 70px;
    height: 200px;
    width: 250px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    /* border: 1px solid red; */
  }
  .Lbottom>div:nth-child(2){
    /* margin-left: 2px; */
    margin-top: 30px;
    height: 200px;
    width: 180px;
    display: flex;
    color: white;
    flex-direction: column;
    justify-content: space-evenly;
    /* border: 1px solid red; */
  }
  .Lbottom>div:nth-child(3){
    /* margin-left: 2px; */
    margin-top: 30px;
    height: 200px;
    width: 180px;
    display: flex;
    color: white;
    flex-direction: column;
    justify-content: space-evenly;
    /* border: 1px solid red; */
  }
  .Lbottom>div:nth-child(4){
    /* margin-left: 2px; */
    margin-top: 30px;
    height: 200px;
    width: 180px;
    display: flex;
    color: white;
    flex-direction: column;
    justify-content: space-evenly;
    /* border: 1px solid red; */
  }
  .Lbottom>div:nth-child(5){
    /* margin-left: 2px; */
    margin-top: 30px;
    height: 200px;
    width: 180px;
    display: flex;
    color: white;
    flex-direction: column;
    justify-content: space-evenly;
    /* border: 1px solid red; */
  }
  .Lbottom>div:nth-child(6){
    /* margin-left: 2px; */
    margin-top: 30px;
    height: 100px;
    width: 180px;
    color: white;
    /* border: 1px solid red; */
    padding-top: 20px;
  }
  .Lbottom>div:nth-child(6) a{
    color: white;
  }
  .Lbottom>div:nth-child(7){
    margin-top: 30px;
    height: 100px;
    width: 180px;
    /* border: 1px solid red; */
    padding-top: 10px;
  }
  .Lbottom>div:nth-child(8){
    /* margin-left: 2px; */
    margin-top: 30px;
    height: 100px;
    width: 180px;
    /* border: 1px solid yellow; */
    padding-top: 10px;
    display: flex;
    color: white;
  }
  .Lbottom>div:nth-child(8) img{
    
    /* border: 1px solid yellow; */
    position: relative;
    top: 2px;
    left:10px;
    border-radius: 50px;
   
  }
  .Lbottom>div:nth-child(8) a{
    color: white;
  }