#Order_popover{
    position: fixed;
    left: 10%;
    bottom: 10%;
    display: block;
    width: 250px;
    /*border: 1px ridge black;*/
    /*border-radius: 25px;*/
    padding: 0;
    text-align: left;
    text-indent: 10px;
    cursor: pointer;
    height: 6rem;
    line-height: 3rem;
    font-size: 17px;
    /*background:#c0c0c0;*/
    /*opacity:0.5;*/
    color: #ffffff;

}

.Order_popover_ul{

}

.Order_popover_ul,li{list-style: none;padding: 0;margin: 0;}

.Order_popover_ul li {
    background:#c0c0c0;
    opacity:0;
    border-radius: 20px;
    height: 3rem;
    margin: 50px auto;
    line-height: 3rem;
}

.Order_popover_ul li img{
    width: 25px;
    height: 25px;
    vertical-align: middle;
    border-radius: 50px;
    margin-right: 5px;
}

@media screen and (max-width: 678px){
    #Order_popover{
        left: 19%;
    }
}