#headerWrapper{
    height: 68px;width:100%;display: flex;justify-content: space-around;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    position: fixed;
    top: 0;
    background-color: white;
    z-index: 200 ;
}
#left_header{
    height:45px;width:235px;margin-top: 10px;
}
#wrapperNavigation{
    height:45px;width:900px;margin-top: 20px;display: flex;justify-content: space-between;
}
#wrapperNavigation>div{
    height:35px;width:auto;padding:10px 0px 0px 5px;
}

#wrapperNavigation a{
    text-decoration: none;
    color: inherit;
}
#wrapperNavigation>div>a{
    font-size: 12px;font-family: sans-serif;font-weight: bold;color:#000000;text-decoration: none;display: flex;
    text-align: center;justify-content: center;
}
#wrapperNavigation>div>a:hover{
    border-bottom: 1px solid green;
}
#right-header{
    height:50px;width:150px;margin-top: 10px;display: flex;gap:10px;
    justify-content: space-around;margin-top: 10px;
}
.kiran{
    height:auto;width:170px;margin-top: 5px;
    font-size: 13px;font-family: sans-serif;font-weight: bold;color:#000000;text-decoration: none;
    padding:20px;background-color: white;display: none;position:absolute;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;  
}

.rama:hover > .kiran{
         display: block;
}
.kiran > span:hover{
    color:grey;
    cursor: pointer;
}
hr{
    border-top: 1px solid black;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    margin-top: 5px;
    margin-bottom: 5px;
}
#right-header>div{
    height:25px;width:25px;margin-top: 10px;
}
.cartCount{
    height:25px;width:25px;background-color: #000000;color: white;border-radius: 50%;
    margin-top: -35px;margin-left: 12px;
}
.cartCount>span{
    margin-left: 5px;
}
.pop-up{
    width:100%;
    height:100%;
    background-color: rgba(0,0,0,0.7);
    position: fixed;
    top:0;
    display: flex;
    justify-content: end;
    align-items:flex-end;     
    display: none;
    z-index: 1000;
}
.login{
    width:25%;
    height:100%;
    background-color: white;
    opacity: 1;
    padding:100px 10px 0px 10px;
    position: relative;
}
input{
    height:35px;width:90%;margin-left: 10px;font-size: 15px;
    padding:5px;
    margin-bottom: 5px;
    border-radius: 0;
    border: 1px solid black;
}
.login>hr{
    border:0.0001px solid rgb(221, 216, 216);
    margin-left: 10px;width:90%;
}
.login>h4{
    margin-top: 0px;margin-left: 10px;
    font-size: 14px;
    font-weight: 700;
    
}
#loginForm>p{
    margin-left: 10px;font-size: 14px;
    margin-bottom: 5px;
    font-weight: 700;
font-family: sans-serif;
}
.login>p{
    margin-left: 10px;font-size: 14px;
font-family: sans-serif;
font-weight: 700;
}
#login{
    height:35px;width:90%;background-color: black;color: white;
    border:none;
    margin-top: 30px;
}

#login:hover{
    background-color: green;
}
#btn{
    height:35px;width:90%;margin-left: 10px;background-color: green;
    color: white;font-weight: bold;border:none
}
#btn:hover{
    background-color: black;
}
.close{
    position: absolute;
    top:0;
    margin-top: 35px;
    font-size:40px;
    transform: rotate(45deg);
    cursor: pointer;
}
.cartpop{
    width:100%;
    height:100%;
    background-color: rgba(0,0,0,0.7);
    position: fixed;
    top:0;
    display: flex;
    justify-content: end;
    align-items:flex-end; 
    display: none;
    z-index: 300;
}
.bag{
    width:25%;
    height:100%;
    background-color: white;
    opacity: 1;
    overflow-y: scroll;
    padding:100px 10px 0px 10px;
    position: fixed;
}
.bag>hr{
    border:0.0001px solid rgb(221, 216, 216);
    margin-left: 10px;width:90%;
}
.bag>h4{
    margin-top: 0px;margin-left: 10px;font-family: sans-serif;
    font-size: 15px;
    font-weight: 700;
}
.bag p{
    margin-left: 10px;font-size: 14px;text-align: center;
font-family: sans-serif;
}
#btn1{
    height:35px;width:93%;margin-left: 10px;background-color:black;
    color: white;font-weight: bold;border:none;
    margin-bottom: 10px;
    
}
#btn1:hover{
    background-color: green;
}
#btn2{
    height:35px;width:93%;margin-left: 10px;background-color:green;
    color: white;font-weight: bold;border:none
}
#btn2:hover{
    background-color: black;
}
#acc{
    font-size: 14px;text-align: center;
font-family: sans-serif;
}


#cartC{
    font-size: 12px;
    margin-top:18px;
}

.cartCount{
    display: flex;
    justify-content: center;
    align-items: center;

}
