body{
    margin: 0;
    padding: 0;
    background-color: #ece9e9;
}

nav{
    background-color: #373dac ;
    height: 55px;
    display: flex;
}

nav>img:nth-child(1){
    width: 45px;
    height: 47px;
    margin-left: 10px;
    margin-top: 2px;
}

nav>img:nth-child(2){
    width:15%;
    margin-top: 8px;
}

#navbox{
 display: flex;
 width: 50%;
 margin-left : 61%;
 padding-top: 2px;
}

#navbox img{
 width: 40px;
 height: 35px;
 cursor: pointer;
 filter: contrast();
 filter:invert();
 margin: auto;
}

#navbox img:hover{
    color: white;
    opacity: .5;
}

#navbox a{
    font-size: 14px;
    color: white;
    text-decoration: none;
}

#navbox a:hover{
    color: black;
    font-weight: bold;
}

#navbox>div{
    display: flex;
    flex-direction: column;
    margin-left: 5%;
    margin-right: 5%;
    text-align: center;
}

/* #signin{
  margin: auto;
  font-size: 18px;
  position: absolute;
  right: 10%;
} */

#search-container{
    position: relative;
    text-align: center;
    color: white;
  }

#search-container>img{
    width: 100%;
    opacity: 0.6;
    
}

/* .search{
    width: 35%;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

input[type="text"] {
    width: 70%;
	padding: 10px;
	border: 1px solid black;
	border-radius: 5px;
	margin-right: 5px;
}

button[type="submit"] {
    width: 20%;
	padding: 10px;
	border: none;
	border-radius: 5px;
	background-color: #007bff;
	color: #fff;
  font-weight: bold;
  font-size: 16px;
	cursor: pointer;
}  */


#parent{
    display: flex;
    justify-content: space-between;
    /* border: 2px solid  green; */
    
    margin: auto;
}

#cartdesc{
    /* border:2px solid black; */
    /* display: flex; */
    border-radius: 15px;
    width: 40%;
    size: 25px;
    /* height: 600px; */
    padding-left: 10px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    padding-right:10px;
    /* text-align: center; */
   
   
}
.space{
display: flex;
justify-content: space-between;
}

#price{
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

#cart-container>div{
    width: 90%;
    /* border: 2px solid blue; */
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    padding-bottom: 15px;
    height: 460px;
    
}
#cart-container>div img{
    width: 100%;
}


#cart-container{
    /* border: 2px solid red; */
    width: 50%;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    text-align: center;
    padding-top:20px;
    padding-bottom: 20px;
    gap:10px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
#cart-container>div>button{
    /* display: block;
    margin: auto; */
    background-color: rgb(81, 201, 245);
    color: white;
    padding: 5px;
    border: none;
    border-radius: 3px;
    margin: 10px;

 }



 /* ----------------------Footer--------------------- */

#feedbackbutton{
    border:1px solid rgb(183, 177, 177);
    width:80%;
    height:50px;
    text-align: center;
    padding-top: 25px;
    margin:auto;
    font-size: 15px;
    font-family: 'Courgette', cursive;
    color:#535454
  }
  
  .fa {
    padding:15px;
    width: 18px;
    margin-left:5px;
    margin-right: 5px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    
  }
  .fa:hover {
    opacity: 0.7;
  }
  .fa-facebook {
    background: #3B5998;
    color: white;
  }
  .fa-twitter {
    background: #55ACEE;
    color: white;
  }
  .fa-instagram {
    background: #125688;
    color: white;
  }
  
  #mainfooter{
    background-color: #c9c9c9;
    line-height: 30px;
  }
  .footer{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: auto;
    width:95%;
    font-family: 'Open Sans', sans-serif;
    font-size:13px
  }
  .footerbox p{
    cursor: pointer;
  }
  #submitbutton{
    font-size:13px;
    border:none;
    background-color: #000000;
    color:white;
    transition-duration: 0.4s;
  }
  #submitbutton:hover {
    background-color: #959595;
    color: rgb(0, 0, 0);
  }
  
  #lastline{
    background-color: #c9c9c9;
    margin:auto;
    border-top: 1px solid black;
    margin-top: 2px;
    text-align: center;
    padding-top:2px;
    font-size: 15px;
    line-height: 25px;
    padding-bottom:2px;
  }