*{
  font-family:'Poppins',sans-serif ;
  line-height: 1.5;
  margin: 0;
  padding: 0

}

/* Style the navbar */
#navbar {
    overflow: hidden;
    background-color: #e5318b;
    display: flex;
    justify-content: space-around;
    margin-bottom: 5vh;
  }
  
  /* Navbar links */
  #navbar a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px;
    text-decoration: none;
  }

  #Mycart a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px;
    text-decoration: none;
  }

  
  
  /* Page content */
  .content {
    padding: 16px;
  }
  
  /* The sticky class is added to the navbar with JS when it reaches its scroll position */
  .sticky {
    position: fixed;
    top: 0;
    width: 100%;
  }
  
  /* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
  .sticky + .content {
    padding-top: 60px;
  }
   #navbar a:hover{
    background-color: rgb(183, 15, 94);
  }





#Searchbarline{
    display: flex;
    justify-content: space-around;
    align-self: center;
    width: 100%;
}
#searchbar{
    padding: 10px;margin-top: 0.5%;
}

#Allcat{
  display: flex;
  height: 5.5vh;

  
}





/* {
  box-sizing: border-box;
} */

/* Style the search field */
form.example input[type=text] {
  padding: 20px;
  font-size: 17px;
  border: 1px solid grey;
  float: left;
  width: 100%;
  background: #f1f1f1;
}

/* Style the submit button */
form.example button {
  float: left;
  width: 100%;
  padding: 10px;
  background: #2196F3;
  color: white;
  font-size: 17px;
  border: 1px solid grey;
  border-left: none; /* Prevent double borders */
  cursor: pointer;
}

#searchbar button:hover {
  background: red;
}

/* Clear floats */
form.example::after {
  content: "";
  clear: both;
  display: table;
}

.wishlist{
    height: 5vh;
    margin-top: 0%;
    border: 1px solid black;

    
}
.userlogo{
  height: 5vh;
  border: 1px solid black;
  margin-top: 0%;

  
}
#profile-section{
    background-color: white;
}

#profile-section:hover {
    background-color: red;
}
#profile{
  display: flex;
  gap: 10px;
  margin-top: 1%;
  height: 30px;
  margin-left: 30vh;
}



#statusbar{
  padding: 2vh;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  margin-bottom: 2vh;
  /* border: 2px solid red; */
}

.nextpage{
  display: flex;
  /* border: 2px solid red; */
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;;
  align-items: center;
  justify-content: center;
  margin-right: 2vh;
  width: 40px;
  height: 40px;
  margin-top: -2vh;
  color:black;
  background-color: rgb(234, 231, 231);
  border-radius: 5px;
  

}

#nextpage{
  display: flex;
  gap: 2px;
  margin-left: 90vh;
  
  
}

.nextpage:hover{
  background-color: #e5318b;
  color: white;
  
}


