* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.cartsidebar{
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    position: fixed;
    top: 0;
    right: -342px;
    bottom: 0;
    z-index: 9999;
    width: 342px;
    background-color: #fff;
}
.cartitem{
    padding: 0px;
    margin: 0px;
    display:none;
    color: white;
    margin-top: 2px;
}
.cartsidebarfooter{
    cursor: pointer;
    margin:5px;
    border-radius:7px;
    padding-top:10px;
    padding-bottom:10px;
    z-index: 9999;
    display:block;
    background-color: #247183;
}