.aside{
    float: left;
}
aside + article {
    float: right;

   }
#othermenu{
	background: #F8F8F8;
}
.cartlite    {
    width: 100%;
    border: 1px solid #FDFDFD;
    background: #F8F8F8;
    box-shadow: 0px 0px 2px 0 #ddd;
}
.cartlite   tr td {
    padding: 10px 1%;
}
.cartlite   tr td {
    border: 1px solid #EAEAEA;
}
.cartlite .image {
    float: inherit;
    text-align: center;
}
#contentback3{
    margin-bottom: 5px;
}
.total{
    margin-top: 15px;
    font-weight: bold;
}
#Totale-prodotti{
    font-weight: bold;
    border-bottom: 2px solid #666;
    padding-bottom: 15px;
    margin-bottom: 30px;
    color: #069;
}
@media screen and (max-width: 768px){
    aside + article {
        float: none;
        width: 100%;
    }
}
@media screen and (max-width: 640px){
.aside{
    float: none;
}
aside + article {
	margin-top: 20px;
    float: none;
    margin-left: auto;
}
#Totale-prodotti{
    font-weight: bold;
    margin-bottom: 15px;
    color: #069;


}
}


