/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 .cart_item .variation {
    display: flex;
    flex-direction: column;
 }

 .cart_item .variation .variation-Route {
    padding-top: 5px;
    display: block;
 }

 label.error {
   color: red;
   font-size: 12px;
 }