/**
 * Add any custom CSS here.
 *
 * This file will be loaded after all other theme stylesheets.
 */
 
 .order_details li {
    border-bottom: 0;
}

ul.woocommerce-order-overview li {
    display: inline-block;
}

ul.order_details {
    margin: 1em 0;
}
body.home #primary .products.columns-3 img {
    width: 100%;
}