body {
  border: 0;
  margin: 0;
  box-sizing: border-box;
  position: relative;
  background-color: rgba(0,0,255,0.1);
  margin-bottom: 50px;
}
#menu {
  position: fixed;
  background-color: rgba(255, 196, 0, 0.712);
  width: 100vw;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  margin: 0;
  top: 0;
  left: 0;
}
#drop1, #drop2{
  margin: 5px;
  padding: 3px 5px;
  text-align: center;
  font-size: 1.5rem;
}

.bottom button {
  padding: 2px 10px;
  font-size: 2em;
  background-color:rgba(255,255,255,0.2);
  border: none;
  color: white;
}
.outest{
  margin-top: 100px;
  padding: 1px;
  text-align: center;
}
.cart-sect {
  display: flex;
  flex-direction: row;
  padding: 10px;
  align-items: center;
}
.cart-sect img, .proPic{
  width: 30vw;
  height: 30vw;
  background-color: white;
}
.proPic{
  border-radius: 50%;
}
.cart-sect button, button{
  background-color: blue;
  color: white;
}
.cart-sect p{
  margin: 0;
  font-weight: bold;
}
.inline {
  display: inline-block;
  margin: auto 10px;
}

.det {
  display: flex;
  flex-direction: column;
}
.mybtn, .info{
  box-sizing: border-box;
  display: flex;
  justify-content: space-evenly;
  padding: 5px;
  flex-direction: row;
  width: 99%;
}
.myinfo{
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 5px;
}
.others{
  box-sizing: border-box;
  margin: 10px;
  flex-direction: column;
}
.inner{
  background-color: white;
  margin: 5px;
}
.total{
  width: 97%;
  margin: auto;
  padding: 10px;
}
.total-span {
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.07);
  display: flex;
  justify-content: space-evenly;
  margin: 5px;
  padding: 2px 15px;
}
.max {
  flex: 1;
}
.center {
  text-align: center;
}
#logedout{
  height: 100vh;
  width: 100vw;
  justify-content: center;
  flex-direction: column;
  padding: 10vw;
  box-sizing: border-box;
}