
body{
margin: 0px;
padding: 0px;
}


#navbar
{
    position: sticky;
    top: 0;
    width: 100%;
    background-color: white;
}
#nav_bar_top
{
    width: 100%;
    display: flex;
    align-items: center;
    background-color:rgb(238, 238, 238);
    justify-content: space-around;
  
}.nav_bar_top_left>li
{
    display: flex;
    list-style-type: none;
    margin:4px 20px;
    align-items: center;
   
    

}.nav_bar_top_left>div{
    margin-left: 50px;
}
.nav_bar_top_left>li>a{
    text-decoration: none;
    color: #333;
}
.nav_bar_top_left
{
    display: flex;
}#nav_bar_search
{
    display: flex;
    width: 100%;
    /* border: 1px solid grey; */
    box-shadow: rgba(0, 0, 0, 0.05) 0px 25px 20px -20px;
    /* border-bottom: 0.03 solid grey; */
    justify-content: space-around;

}#logo_menu
{
    display: flex;
    align-items: center;

    
}#logo_menu>div{
    margin-right: 50px;
}
#logo_menu>li{
    list-style-type: none;
    margin: 15px 20px;
    
  
}#logo_menu>li>a{
    text-decoration: none;
    color: #333;
    font-size: 16px;
}#logo_menu>li>a>img{
    width: 100px;
    
}
#nav_search_bar
{
    display: flex;
    align-items: center;
}#nav_search_bar>li{
    list-style-type: none;
    color: #333;
    margin: 10px;
 align-items: center;
   
}#nav_search_bar>li>a
{
    text-decoration: none;
    color: #333;
    font-size: 20px;
  
}

#nav_search_bar>li>input
{
    width: 320px;
    
    background-color:rgb(238, 238, 238);
    border-radius: 2px;
    font-size: 14px;
    padding: 10px;

border: none;
}#nav_search_bar>li>input:hover
{
    
background-color: transparent;
border: .5px solid #333;
}
/* 
#nav_bar_menu
{
    width: 100%;
    display: flex;
    justify-content: center;
   
}#nav_bar_menu>li
{
    list-style: none;
    font-size: 18px;
     margin:10px 30px;
}#nav_search_bar>li>li
{
    font-size: 18px;
}
#nav_bar_menu>li>a{
    text-decoration: none;
    color: #333;
    padding: 2px;
}#nav_bar_menu>li>a:hover
{
    font-weight: 600;
    color: black;
}hr{
     border: .2px solid rgb(231, 208, 208);;
}#nav_bar_menu>li:hover
{
border-bottom: 4px solid rgb(253, 216, 53);

} */

#logo_menu>li>a:hover
{
    /* border: 1px solid red; */
/* border-bottom: 4px solid rgb(253, 216, 53); */
text-decoration: underline;
font-weight: bolder;
/* line-height: 5px; */
padding-bottom: 18px;
visibility: visible;
}

#sub_menu_item
{
    display: flex;
    list-style-type: none;
    position: absolute;
    background-color: #ffffff;
    text-transform: capitalize;
   /* box-shadow: -1px -1px 70px -20px rgb(0, 0, 0.3); */
   border: 1px solid wheat;
   margin-top: 20px;
   width: 60%;
   margin-right: 30%;
   visibility: hidden;
}
#sub_menu_item>ul{
    list-style-type: none;
    padding: 10px;
    margin-left: 10px;
   
}#sub_menu_item>ul>li>a{
    text-decoration: none;
    line-height: 30px;
    cursor: pointer;
    color: black;
}
#logo_menu>li:hover #sub_menu_item
{
    /* background-color: red; */
visibility: visible;

/* text-decoration: underline; */
}#logo_sub_menu1
{
    margin-right: 30%;
    
}

#logo_sub_menu1 li a:hover {
    /* color:red; */
    text-decoration: underline;
    font-weight: bolder;
}
#logo_sub_menu2 li a:hover {
    /* color:red; */
    text-decoration: underline;
    font-weight: bolder;
}
#logo_sub_menu3 li a:hover {
    /* color:red; */
    text-decoration: underline;
    font-weight: bolder;
}

.top_category span{
    /* color: red; */
    margin-top: 20px;;
}

#nav_search_bar_fetchData{
    width: 340px;
    position: fixed;
    background-color: white;
}

.top_category>li>a>img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
}.top_category>li>a{
    display: flex;
    padding: 5px;
   
}.top_category>li>a>span{
    margin-left: 20px;
}
#items{
    background-color: gold;
    border-radius: 50%;
    font-size: 15px;
    font-weight: 100;
    
}
#cart_logo{
   margin-right: 15px;
    margin-left: -20px;
}

#l {
    /* border: 2px solid red; */
    margin-right: 0;
}


/* Dropdown Button */
.dropbtn {
    background-color: white;
    color: black;
    padding: 16px;
    font-size: 16px;
    border: none;
  }
  
  /* The container <div> - needed to position the dropdown content */
  .dropdown {
    position: relative;
    display: inline-block;
  }

  #navbar{
    z-index: 7;
  }
  
  /* Dropdown Content (Hidden by Default) */
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  /* Links inside the dropdown */
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
  /* Change color of dropdown links on hover */
  .dropdown-content a:hover {
    background-color: #ddd;}
  
  /* Show the dropdown menu on hover */
  .dropdown:hover .dropdown-content {
    display: block;}
  
  /* Change the background color of the dropdown button when the dropdown content is shown */
  .dropdown:hover .dropbtn {
    text-decoration: underline;
    font-weight: bolder;
    /* background-color: #3e8e41; */
}
#cart_no{
    margin-left: -25px;
    /* border: 1px solid blue; */
    margin-top: -4px;
    font-size: 13px;
    position: absolute;
    z-index: 1;
    padding: 3px;
    background-color:#fdd835;
    border-radius: 5rem;
}
#profile{
    display:none;
    margin-top: 5px;
    margin-left: 12px;
    margin-right: 20px;
    width:20px;
    height:20px;
}

#loader {
    display: grid;
place-items: center;
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 1;
   
}


#loader img{

    /* width: 100px;
    height: 70px; */
    width: 150px;
    height: 100px;
    background-color: white;
    border-radius:0.5rem ;
    box-shadow: 0 0 10px grey;
}



/* @media only screen and (max-width: 600px) {
    #nav_bar_top {
      display:none;
    }
    #logo_menu > li>a{
       background-color: teal;
       margin: 0;

    }
    #logo_menu > li{
        display: none;
    }
    #logo_menu > li:nth-child(1){
        display:block;
        margin-right:80%;
    }
    #nav_search_bar{
        margin-left: 0px;
    }
    #nav_search_bar>li{
        border:2px solid red;
        margin:0px ;
    }
    #nav_search_bar>li>input:nth-child(1){
        width: 50px;
        height: 15px;
    }
    #nav_search_bar>li>a:nth-child(3){
        margin-right:150px ;
    }

} */

