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

.woocommerce_upsell_display_my ul.products li.product {
    width: 25%!important;
}
.woocommerce_upsell_display_my {
    width: 58%;
}

@media (max-width: 767px) {

    .woocommerce_upsell_display_my ul.products li.product {
        width: 48%!important;
    }

    .woocommerce_upsell_display_my {
        width: 100%;
    }
}
