/* NavBar */

.nav-colored { background-color:white; }

.navbar{
  background-color:gray; }



.navinuput{
  color: black;
}


  .nav-item a {
    text-decoration: none;
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    margin-right: 15px;
    transition: all 0.4s;
  }
    .dropdown-menu{
    background-color: gray;
    }
  
  .nav-item a:hover {
    color: orange;
  }
  .dropdown-item:hover{

    color:orange;
  }
  
  .navbar-brand{
    font-weight: 600;
    color: black;
    font-size: 25px;

  }
  .navbar-brand span{
    font-weight: 600;
    color: orange;
    font-size: 25px;

  }
  
  .navbar-brand img {
    width: 70px;
    border-radius: 10px;
  
  }
  
  .search {
    height: 45px;
    outline: none;
    border: 2px solid white;
    background-color: transparent;
    border-radius: 10px 0px 0px 10px;
    margin-top: 5px;
  
  }
  ::-webkit-input-placeholder {
    color: white;
  }
  
  .btn1 {
    height: 45px;
    outline: none;
    border: none;
    background-color:  white;
    color: black;
    border-radius: 0px 10px 10px 0px;
    transition: all 0.4s;
    margin-inline-end: 2px;
    margin-top: 5px;
  }
  
  .btn1:hover {
    opacity: 0.8;
    color: orange;
    border: 2px solid white;
  }
  
  .bi-cart4 {
    font-size: 30px;
    color:  rgba(255, 255, 255, 0.704);
    cursor: pointer;
    padding-top: 5px;
    transition: all 0.4s;
  }
  
  .bi-cart4:hover {
    color:orange;
  }
  
  .bi-person-circle {
    font-size: 30px;
    color: rgba(255, 255, 255, 0.704);
    cursor: pointer;
    padding-top: 5px;
    transition: all 0.4s;
    margin-left: 20px;
  }
  
  .bi-person-circle:hover {
    color: orange;
  }
  
  .navbar-toggler {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.704);
    border-color: rgba(255, 255, 255, 0.704);
    background-color: rgba(255, 255, 255, 0.704);
  }
  
  .navbar-toggler:focus {
    outline: none;
    box-shadow: none;
  }

  .container-nav{
    padding: 0 5rem;
  }
  /* NavBar Ends */

  .user_logout {
    color: white;
    font-weight: 600;
  }
  .user_logout:hover {
    cursor: pointer;
    color: black;
  }

#searchInput {
  background-color: white;
}

#searchHandler {
  border: 1px solid black;
}

