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

 .woocommerce-order img{
    width:200px;
 }

 .woocommerce-order h1{
    font-size: 22px;
 }

 .woocommerce-error::before {
   display: none!important;
}