#navbar{
    display: flex;
    flex-direction: column;
}
 .nav-top{
     height: 40px;
     width: 98.5vw;
     display: flex;
     flex-direction: row;
     justify-content: right;
     background-color: rgb(24,24,24);
     box-sizing: border-box;
     padding-right: 30px;
     padding-top: 5px;
     font-size: 13px;
     font-weight: 500;
 }
 .nav-float-right{
     display: flex;
     flex-direction: row;
     color: white;
     gap: 18px;
     align-items: center;
     /* letter-spacing: 1px; */
 } 
 .nav-float-right a{
     color: white;
     text-decoration: none;
 }
 .nav-float-right div{
     display: flex;
     gap: 5px;
     flex-direction: row;
     justify-content: center;
     align-items: center;
 } 
 .nav-float-right div:hover p{
     border-bottom: 1px solid white;
 }
 .nav-mid{
     width: 98.5vw;
     display: flex;
     flex-direction: row;
     justify-content: space-between;
     height: 15vh;
     box-sizing: border-box;
     align-items: center;
     padding: 0 30px;
     padding-right: 0;
     padding-top: 10px;
 }
 #search-box{
     height: 30px;
     border: 1px solid black;
    width: 35vw;
     padding-right: 10px;
     display: flex;
     justify-content: left;
     align-items: center;
 }
 #search-bar{
     height: 90%;
     border: 0;
     width: 93%;
     margin-right:10px ;


 }
 .cart-box{
     display: flex;
     flex-direction: row;
     justify-content: right;
     align-items: center;
     /* gap: 20px; */
 }

 .cart-btn{
    display: flex;
    flex-direction: row;
    text-transform: none;
    text-decoration: none;
    align-items: center;
    justify-content: right;
    gap: 20px;
}

#cart-icon{
    font-size: 40px;
    position: relative;
}
#cart-count{
    height: 26px;
    width: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: rgb(255,102,0);
    position: absolute;
    top: -10px;
    left: 30px;
    font-size: 15px;
    color: white;
    font-weight: 400;
}

.nav-bottom{
    width: 98.5vw;
    height: 45px;
    display: flex;
    justify-content: left;
    align-items: center;
    padding-left: 50px;
    border-top: 1px solid rgba(196, 196, 196,0.7);
    border-bottom: 1px solid rgba(17, 17, 17, 0.7);
    position: relative;
    z-index: 3;
    box-sizing: border-box;
}

.categories{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 1.5vw;
    height: 100%;

}
.category{
    text-transform: uppercase;
    font-size: min(1.8vw,15px);
    height: 100%;
    display: flex;
    padding-top: 15px;
    padding-left: 5px;
    padding-right: 5px;
    box-sizing: border-box;
    position: relative;


}
.category:hover {
    background-color: black;
    color: white;
}

 .dropdown{
    background-color: white;
     visibility: hidden; 
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    color: black;
    position: absolute;
    top: 44px;
    z-index: 10;
    padding: 20px 30px;
    padding-top: 10px;
    -webkit-box-shadow: 0px 0px 12px -1px rgba(87,85,87,1);
-moz-box-shadow: 0px 0px 12px -1px rgba(87,85,87,1);
box-shadow: 0px 0px 12px -1px rgba(87,85,87,1);
} 
.dropdown0{
    height: 490px;
     width: 960px;
} 
 .dropdown1{
    height: 370px;
     width: 600px;
}
.dropdown2{
    height: 290px;
     width: 400px;
}
.dropdown3{
    height: 260px;
     width: 340px;
}
.dropdown4{
    height: 280px;
     width: 400px;
}
.dropdown5{
    height: 180px;
     width: 140px;
}
.dropdown5{
    height: 180px;
     width: 120px;
}
.dropdown6{
    height: 220px;
     width: 240px;
}
.dropdown7{
    height: 300px;
     width: 600px;
     left:-100px ;
} 
 .brands-section{
    height: 100%;
    width: 100%;
     display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
} 
.category:hover .dropdown{
     visibility: visible; 
}


 .sub-category-title{
    font-size: 15px;
     font-weight: 700; 
    color: black;
    text-transform: none; 
    /* cursor: pointer; */
 } 
.dropdown-keyword-title{
     text-transform: none; 
    font-size: 14px;
     font-weight: 400; 
    cursor: pointer;
}
