body{
    margin: 0px;
    padding: 0px;
    width: 100%;
   
 }
 #nav{
    margin-top: 0px;
     position: fixed;
     z-index: 100;
 }
 #bottom_nav_bar{
     /* position: fixed; */
 }
 #topNav{
    
     width: 1410.33px;
     height: 25.5px;
     display: flex;
     background-color: #eaeaea;
     color: #000000DE;
     padding: 3px 0px;
     justify-content: space-between;
     /* background-color: teal; */
     /* position: fixed; */
 }
 #why_licious{
     cursor: pointer;
 }
 .contLeft {
     /* border: 1px solid red; */
    justify-content: space-between;
     width: 300px;
     display: flex;
     margin-left: 50px;
     padding-top: 5px;
     color: rgba(0, 0, 0, 0.756);
 }
 #fssc{
     cursor: pointer;
 }
 #about{
     cursor: pointer;
 }
 #career{
     cursor: pointer;
 }
 #contactUs{
     cursor: pointer;
 }
 #apple{
     cursor: pointer;
     width: 15px;
     height: 18px;
     /* padding-bottom: 2px; */
 }
 #playstore{
     cursor: pointer;
     width: 15px;
     height: 18px;
 }
 /* .contacth.contacth::howe{
     color: black;
 } */
 #contact{
     width: 20px;
     border: 0;
     cursor: pointer;
     
     background-color: #eaeaea;
 }
 #contRight{
     display: flex;
     width: 550px;
     margin-right: 50px;
     padding-top: 5px;
     justify-content: space-between;
     /* border: 1px solid red; */
     color: rgba(0, 0, 0, 0.756);
 }
 #bottomnav{
     /* border: 1px solid red; */
     box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
     width: 1410.33px;
     height: 40px;
     display: flex;
     background-color: #ffffff;
     font: 14.5px lato, sans-serif;
     padding: 20px 0px;
     justify-content: space-around;
 }
 .dropDown{
     cursor: pointer;
     width: 30px;
     height: 30px;
    
 }
 #logo{
     /* border: 1px solid red; */
     cursor: pointer;
     margin-top: 0px;
     /* margin: 5px 0px 0px 5px; */
     /* width: 5px;
     height: 2px; */
     
     
 }
 .main_logo{
     /* border: 1px solid green; */
     box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
     width: 120px;
     height: 52px;
    margin-top: 0px;
 }
 #location-search{
     margin-top: 5px;
     display: flex;
 }
 #location-image{
     width: 29px;
     height: 30px;
 }
 #city-location{
     width: 78px;
     height: 33px;
     /* flex-wrap: wrap;
     flex-direction: column; */
 }
 #city_active{
     width: 78px;
     height: 15px;
     font-size: 10px;
     color: #00000080;
     cursor: pointer;
 }
 #location{
     width: 85.5px;
     height: 18px;
     display: flex;
 }
 #location-name{
     font-size: 12px;
     cursor: pointer;
 }
 #icon{
     width: 11px;
     height: 7px;
     margin: 5px 0px 0px 8px;
     cursor: pointer;
 }
 #search-bar{
     
     display: flex;
     margin-top: 2px;
     padding: 0px 16px;
     width: 400px;
     height: 40px;
     border: 1px solid #eaeaea;
     background-color: #f8f8f8;
     border-radius: 5px;
     transition: .3s;
     border-bottom: none!important;
 }
 #input-search{
     /* width: 337px; */
     cursor: pointer;
     margin-top: 3px;
     width: 92%;
     height: 1.5rem;
     margin-top: 8px;
     background-color: #f8f8f8;
     /* height: 21px; */
     font-size: 16px;
     border: none;
     caret-color: #d11243;
     outline: none
 }
 #search-logo{
     cursor: pointer;
     display: block;
     width: 45px;
     height: 35px;
     margin: 5px 0px 0px;
 }
 #category{
     display: flex;
     width: 91px;
     height: 24px;
     color: #000000DE;
     margin-top: 8px;
     
 }
 #category-icon{
     cursor: pointer;
     width: 24px;
     height: 24px;
 }
 #category-text{
     cursor: pointer;
     color: #000000;
     margin: 4px 0px 0px 10px;
     font-size: 12px; 
 }
 #login-page{
    cursor: pointer;
     /* border: 1px solid yellow; */
     display: flex;
     padding-top: 0px;
     width: 111px;
     height: 40px;
     color: #039be5;
     margin: 2px 0px 0px;
 }
 #login-logo{
     cursor: pointer;
     width: 30px;
     height: 10px;
     /* margin-bottom: 55px; */
 }
 #login-text{
     cursor: pointer;
     width: 28.5px;
     height: 18px;
     color: #000000;
     font: 12px Lato, sans-serif;
     /* margin: 50px 0px 0px 6px; */
     margin-left: 5px;
 }
 #cart-page{
     display: flex;
     width: 59.6px;
     height: 37px;
     margin-top: 8px;
     color: #000000;
     font: 14.5px Lato, sans-serif;
     margin-right: 50px;
 }
 #cart-image{
     cursor: pointer;
     width: 24px;
     height: 24px;
 
 }
 #cart-text{
     cursor: pointer;
     /* border: 1px solid green; */
     width: 27.63px;
     height: 14.4px;
     color: #5c5c5c;
     font: 12px Lato, sans-serif;
     margin: 5px 0px 0px 4px;
     padding: 0px 0px 0px 4px;
     /* padding-bottom: 50px; */
 }