Sorry my fault… forgot about something. The parent theme still has the shadow, so what I suggested won’t work. But what will (or should as I tested it) is in your child theme, change the box shadow values to none; like this:
-webkit-box-shadow: none;
box-shadow: none;