#bottombar{
    position: fixed;
    bottom: 0;
    left: 0;
    height: 4.5rem;
    margin-left: 0px;
}

#riepilogo_btn{
    box-shadow: lightgrey 0px 0px 5px 5px;
    border-radius: 30px;
    padding: 5px 20px;
    width: 15%;
    position: absolute;
    top: 1rem;
    left: 50%;
    transform: translateX(-50%);
}

#carrello_btn{
    box-shadow: lightgrey 0px 0px 5px 5px;
    border-radius: 30px;
    padding: 5px 20px;
    width: 16%;
    position: absolute;
    top: 1rem;
    right: 25%;
    transform: translateX(50%);
}

#bottombar img:hover{
    cursor: pointer;
}