@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Text:ital@0;1&family=Yeseva+One&display=swap");
html {
  scroll-behavior: smooth;
}

* {
  font-family: cursive;
}


.header {
  display: flex;
  justify-content: space-between;
  margin: 10px 10px 0 10px;
}
.ttt {
  font-family: "Yeseva One", serif;

  letter-spacing: 8px;
  font-weight: 800;
  font-size: 50px;
}
.ttt:hover {
  
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.645);
  letter-spacing: 9px;
}
.sa {
  font-size: 25px;
  margin-top: 10px;
  color: black;
  margin: 5px 30px;
  transition-duration: 0.5s;
}
.profile {
  margin: 40px 0 0 0;
  text-align: center;
  cursor: pointer;

}

.nav-link {
  color: black;
  margin: 0px 23px 5px 23px;
  font-weight: 500;
  transition-duration: 0.3s;
  transition-property: transform;
}

.nav-link:hover {
  color: #2d4296;
  text-shadow: 0 0 2px #2d4296;
  transform: translate(0, -7px);
}

.uli {
  border: none;
  border-bottom: solid 2px rgba(0, 0, 0, 0.307);
  margin-bottom: 30px;
}
#dropdown-item {
  min-width: 220px;
  padding: 30px;
  max-width: 500px;
  min-height: 200px;
  max-height: 400px;
  overflow-y: auto;
  background-color: transparent;
}
#dropdown-item:hover {
  background-color: transparent;
}
/*.nmnmm {
  text-align: center;
}
.prrtt {
  color: rgb(9, 181, 123);
}

.f00t {
  width: 100%;
  position: absolute;
  bottom: 0px;
  text-align: center;
  color: rgba(197, 197, 197, 0.922);
translate: -15px;
  background-color: rgb(31, 25, 25);
  border-radius: 0 0 20px 20px;
}
#Total {
  margin-left: 10px;
}
*/

.bbn{
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 50%;
  background: rgb(181, 74, 74);
  cursor: pointer;
  font-size:xx-large;
  position: fixed;
 bottom: 30px;
 right: 10px;
 display: none;
}


#count{
  background-color: brown;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  text-align: center;
  font-size:x-large;
}
#bbn{
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 50%;
  background: rgb(181, 74, 74);
  cursor: pointer;
  font-size:xx-large;
  position: fixed;
 bottom: 30px;
 right: 10px;
 display: none;
}
.i{
  position: relative;
}
#cart{
  color: beige;
  font-size: 20px;
  align-items: center;
  cursor: pointer;
}
.badge{
  width: 20px;
  height: 20px;
  background: red;
  color: beige;
  text-align: center;
  display: block;
  position: absolute;
  border-radius: 50%;
  font-size: 15px;
  top: 8px;
  right: 205px;
  
}
.icon{
 color: red; 
 
}

.container{
    
  margin-bottom: 40px;
  margin-left: 600px;
  z-index: 100;
  position:fixed;
  max-height: 500px;
  overflow: auto;
}
#root{
  width: 800px;
  display: grid;
  grid-template-columns: repeat(2 , 1fr);
  row-gap: 20px;
}
.sidebar{
width: 800px;
border-radius: 5px;
background-color: #eee;
margin-left: 20px;
padding: 15px;
text-align: center;
}
.head{
 background-color: darkcyan; 
 border-radius: 3px;
 height: 40px;
 padding: 10px;
 margin-bottom: 20px;
 color: rgb(227, 227, 221);
 display: flex;
 align-items: center;
 
}
.f00t{
  display: flex;
  justify-content: space-between;
  margin: 20px 0px;
  padding: 10px 0px;
  border-top: 1px solid #333;
  color: rgb(63, 61, 61);
 
}
.cc{
  color: red;
}
.bag{
  height: 100px;
}
#Total{
  color: #333;
}

