* {
    padding: 0%;
    margin: 0%;

}


#signIn_signUp>i {
    margin-top: 11px;
}

#comapnyLogo{
    width: 100%;
}
#comapnyLogo>img{
    padding: 0;
    margin: 0;
    text-align: center;
width:90px;
height: 60px;

}

#comapny>img{
width: 90px;
height: 90px;
}
/* nav bar 3 */
#navbar {

    border-top: 1px solid rgb(163, 163, 163);
    height: 60px;

    border-bottom: 1px solid rgb(163, 163, 163);
    justify-content: center;
    align-content: center;
    background-color: white;
}
#inner {
    width: 90%;
    height: 100%;
    margin: auto;
    /* border: 1px solid; */
    display: flex;
    justify-content: center;
    align-items: center;
    /* border: 1px solid grey; */
    position: relative;
    z-index: 1;
}

#inner>ul {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

#nav-position a:hover{
    text-decoration: none;
    color: rgb(0, 170, 255);
    text-decoration: underline;
}
#inner>ul>li {
    margin-left: 15px;
    margin-right: 15px;
    font-size: 17px;
    line-height: 1.0;
    letter-spacing: 0.06rem;
    /* line-height: 15px; */
}


li>div {
    height: 100%;
    /* border: 1px solid; */
    font-family: "Avenir Medium", sans-serif;
    cursor: pointer;
    margin-left: 10px;
}

.submenu {
    display: none;
}

#inner ul li div:hover .submenu {
    display: flex;
    position: absolute;
    margin-top: 5px;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.823);
    opacity: 0.97;
    z-index: 1;
}



.submenu-1 {
    
    padding-top: 30px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    background-color: white;

}

.listDiv>ul {
    display: block;
    margin: 10px 0px;
    margin-right: 50px;
}

.listDiv ul li {
    display: block;
    margin: 10px;
}

.submenu-2 {
    display: flex;
}

.submenu-1>div {
    margin-left: 10px;
    margin-bottom: 20px;

}

.submenu-1 img {
    width: 80%;
    display: block;
    margin: auto;
}

hr {
    color: rgb(197, 197, 197);
}
h1+hr {
    width: 80%;
    margin: auto;
    margin-bottom: 20px;
    color: rgb(168, 167, 167);
}

hr+p {
    width: 80%;
    margin: auto;
}

input+p {
    margin-top: 20px;
}

a {
    color: black;
    text-decoration: none;
}

.companyLogo_searchBar {
    /* border: 1px solid blue; */
    width: 90%;
    height: 60px;
    display: flex;
    flex-direction:row;
    justify-content: space-between;
    background-color: white;
    margin: auto;
}

#comapnyLogo {
 display: flex;
 /* border: 1px solid;  */
 align-items: center;
 margin-left: 10px; 
 justify-content: flex-start;
 width: 30%;
}

#comapnyLogo>div:first-child {
    margin-right: 10px;
    cursor: pointer;
   
   
    display: flex;
    align-items: center;
   
    border-top: 5px solid;
    border-left: 1px solid;
    border-right: 1px solid;
}

#comapnyLogo>div:last-child {
    cursor: pointer;
    opacity: 0.4;
    height: 100%;
   
    display: flex;
    align-items:flex-end;
  
    border-top: 5px solid;
     border-left: 1px solid grey;
    border-right: 1px solid grey;
    /* border: 1px solid blue; */
}

#comapnyLogo>div:last-child:hover {
    opacity: 1;

}
#comapnyLogo>div>a{
    width: 100%;
    /* border: 1px solid blue; */
    margin-top: 90px;
    margin: auto;
}
#searchBar_cart {
    width: 30%;
    display: flex;
    margin-right: 10px;
    align-items: center;
    justify-content: end;
    /* border: 1px solid; */

}

#searchBar {
    width: 70%;
    /* height: 50px; */
    /* border: 1px solid; */
    display: flex;
    align-items: center;
    border-radius: 5px;
    margin-right: 20px;
    /* justify-content: space-between; */
}

#searchBar img {
    /* height: 40px; */
    opacity: 0.7;
    cursor: pointer;

}

.search {
    width: 100%;
    height: 35px;
    font-size: 1.1rem;
    /* border: 1px solid; */
    padding: 0px 10px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    margin-bottom: 20px;
    /* border-radius: 10px;       */
}


#searchBar>button {
    padding: 10px;
    border: none;
    cursor: pointer;
}

#cart img {
    height: 40px;
    opacity: 0.7;
    cursor: pointer;
}

#signIn_signUp {
    height: 40px;
    display: flex;
    justify-content: end;
    background-color: #f7f6f2;
    color: rgb(0, 208, 255);
}
#signIn_signUp>div{
   
    margin-right: 70px;
}

#signIn_signUp button {
    margin-right: 100px;
    font-family: 'Times New Roman', Times, serif;
    font-size: 16px;
    background-color: transparent;
    letter-spacing: inherit;
    color: rgb(100, 179, 195);
}

#forSticky {
    position: sticky;
    top: 0px;
    margin: auto;
}

.bg_modal {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    /* opacity: 0.3; */
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
    position: fixed;
    z-index: 8000;
}

.div_content {
    width: 500px;
    height: 600px;
    background-color: white;
    text-align: center;
    padding: 20px;
    position: relative;
}



.bg_modal_creat {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    /* opacity: 0.3; */
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
    position: fixed;
    z-index: 80;
}


#nav-position input {
    display: block;
    margin: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 20px;
    font-size: 20px;
    width: 80%;
} 
#searchBar>input{
    margin-bottom: 18px;
    margin-left: 20px;
    font-size: 15px;
}
#searchBar>input::placeholder{
    color: rgb(115, 170, 181);
}
.submitButton_creat {
    width: 80%;
    padding: 10px;
    background-color: gray;
    color: white;
    cursor: pointer;
}

.submitButton_creat:hover {
    background-color: white;
    color: black;
}

.close_creat {
    position: absolute;
    top: 0;
    font-size: 30px;
    right: 14px;
    transform: rotate(45deg);
    cursor: pointer;
}

.mobileNumber_creat {
    background-color: transparent;
    margin-bottom: 10px;
}

#btnlog {
    margin-top: 20px;

}
#cart{
    margin: 0;
    padding: 0;
    cursor: pointer;
    /* border: 1px solid; */
}

#for-bg-modal-css{
    width: 100%;
    height: 100%;
    position: relative;
}
#nav-position{
    position: sticky;
    top: 0;
    z-index: 10;
    margin-bottom: 15px;
}

#cart{
    cursor: pointer;
   
    display: flex;
    
    position: relative;
}

