﻿.orderItemlistBoxSite
    {
    
    height:200px;
    background-color:#EEE;
    position:fixed;
   
    top:70px;
    z-index:99999999999;
    display:none;
    border:2px solid #31767d;
    border-radius:2px;
    box-shadow: 2px 8px 9px #31767d;
    }

    .orderItemlistBoxMedicine
    {
    width:60%;
    height:400px;
    background-color:#EEE;
    position:fixed;
    left:20%;
    top:70px;
    z-index:99999999999;
    display:none;
    border:2px solid #31767d;
    border-radius:2px;
    box-shadow: 2px 8px 9px #31767d;
    }
.edawacart {
   
    width:65%;
    height:400px;
    background-color:#EEE;
    position:fixed;
    left:20%;
    top:-500px;
    z-index:99999999999;
    display:none;
    border:2px solid #31767d;
    border-radius:2px;
    box-shadow: 2px 8px 9px #31767d;
}


.loginBox {
    width:50%;
    height:295px;
    background-color:#EEE;
    position:fixed;
    left:30%;
    top:-500px;
    z-index:99999999999;
    display:none;
    border:2px solid #31767d;
    border-radius:2px;
    box-shadow: 2px 8px 9px #31767d;
}
.searchpname {
    width: 250px;
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px;
    font-size: 13px;

}
.searchsize{
     width: 80px;
    display: inline-block;
    margin-right: 20px;
    
    color: rgb(234, 35, 73)!important;
    font-size: 13px;
    text-decoration: line-through;
}
.searchprice {
    width: 80px;
    display: inline-block;
    margin-right: 20px;
    font-size: 13px;
}
.searchadd {
    width: 50px;
    display: none;
    border: 1px solid #31767d;
    border-radius: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 14px;
    padding-right: 14px;
    text-align: center;
    background-color: #31767d;
    color: white;
    margin-top: 5px;
}
.searchimg {
    height: 30px;
    width: 32px;
}

.registerBox {
     width:40%;
    height:400px;
    background-color:#EEE;
    position:fixed;
    left:30%;
    top:-500px;
    z-index:99999999999;
    display:none;
    border:2px solid #31767d;
    border-radius:2px;
    box-shadow: 2px 8px 9px #31767d;
}

.forgotpassword {
    width: 40%;
    height: 250px;
    background-color: #EEE;
    position: fixed;
    left: 30%;
    top: -500px;
    z-index: 99999999999;
    display: none;
    border: 2px solid #31767d;
    border-radius: 2px;
    box-shadow: 2px 8px 9px #31767d;
}