


#overlay {
    position: fixed;
    top: 71px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black overlay */
    z-index: 1014; /* Ensure it appears above other content */
    display: none;
    
}


.row-colored {
    background-color: #46485b; /* Set the background color for the colored row */
    
}


.navbar-nav .nav-link {
    color: white !important;
    line-height: 40px !important;
    max-width: 15ch !important;
    font-size: 16px !important;
    white-space: nowrap; /* Prevent text wrapping */



}

.navbar-nav .nav-item {
      flex: 0 0 auto; /* Let the items expand */
    }

.nav-item:hover {

    /*border-bottom: 5px;
    border-bottom-color: #F6C26C;
    border-bottom-style: solid;
    #007bff
    */
    
    background-color: #F6C26C;
      color: #fff;
      border: 1px solid #F6C26C;
      border-radius: 5px;
    
}


.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }

.navbar-toggler{
    border-color: white !important;

}



.dropdown:hover .dropdown-menu {
      display: block;
      margin-top: 1px;
      
    }

   
    .dropdown { 
            position: static !important; 
            
            
        } 
    

.dropdown-menu {


    left: 0 !important;
    right: auto !important;
    min-width: 100% !important;
    margin-left: 0 !important;
    white-space: nowrap;
    overflow: hidden;
    z-index: 3001 !important;
}

#searchInput{
  z-index: 3000 !important;
}
   
.cart{

    border-radius: 0px !important;
    background-color: white !important;
    min-width: 170px !important;
    font-weight: 600;

}


.cart-icon {
      position: relative !important;
      display: inline-block !important;

      
    }

    .cart-count {
        position: relative !important;
        top: -10px;
      background-color: red;
      color: white;
      border-radius: 50%;
      padding: 4px 8px;
      font-size: 12px;
      border-color: white;
      border-width: 2px;
      border-style: solid;
      
    }

    .icon{

        margin-right: -9px;
        margin-left: 0px;
    }


    .second-nav{

        margin-right: 15px;
        font-weight: 600;
    }

    .dropdown-cat{

        margin-top:10px;
        margin-left: 15px;
        font-weight: 600;
    }

    .back-button {
      margin-bottom: 10px;
    }

    @media (max-width: 992px) {
      .navbar-collapse {
        position: absolute;
        top: 50px; /* Adjust the top position based on the navbar height */
        right: 0;
        left: 0;
        z-index: 3001; /* Ensure the menu appears above other content */
        background-color: #46485b; /* Adjust background color as needed */
        padding: 15px; /* Adjust padding as needed */
        border: 1px solid #dee2e6; /* Add border for better visibility */
        border-radius: 5px; /* Add border radius for better appearance */
        color: black;

        
      }
      .navbar-nav .nav-link {
    color: white !important;
    line-height: 40px !important;
    max-width: 15ch !important;
    font-size: 16px !important;
    white-space: nowrap; /* Prevent text wrapping */


   



}



    }

     .bi-plus-circle-fill{
        position:relative;
        z-index: 1090;
        color: white;
        padding: 0px 0px 0px 0px;
        margin-top: -13px;
        margin-left: -32px;
        margin-bottom: -15px;
        opacity: 1.0;
       

    }

 

    .arrow{

        float: right; /* Float the arrow icon to the right */
    margin-left: 5px; /* Adjust spacing between text and arrow */
    display: inline-block;
    }

    .pullup{
        margin-top: 10px;
        
    }
    #searchResults {
        position: absolute;
        top: 100%; /* Position it below the search box */
        left: 0;
        z-index: 3000; /* Ensure it appears above other content */
        background-color: #fff;
        border: 1px solid #ccc;
        max-height: 250px;
        
        width: 100%;
        border: 1px solid #e4e5e7;
        border-radius: 6px;
        box-shadow: 0 17px 58px rgba(0,0,0,.08);
        box-sizing: border-box;
      cursor: default;
      margin-top: 8px;
      overflow-y: auto;
      display: none;
    }
    #searchResults div {
        padding: 5px 10px;
        cursor: pointer;
    }
    #searchResults div:hover {
        background-color: #f0f0f0;
    }