Hello again,
Just an FYI, just tested the solution given and it only half works. If you add something to the cart, you will notice it is off from the shopping cart icon in the menu. This is because the height is still 148px.
The full code for the fix needs to be.
@media only screen and (max-width: 767px) {
.responsive #top #header_main #menu-item-shop .cart_dropdown_link {
line-height: 80px;
height: 80px;
}
Kind Regards,
Kostantinos