.carrinho{
    display: flex;
}

@media screen and (max-width:768px){
    .carrinho{
        flex-wrap: wrap;
    }
}