/*
Theme Name: MPX Primary Theme OceanWP Child
Theme URI: https://oceanwp.org/
Description: Child theme for MPX Primary Theme based on OceanWP.
Author: OceanWP
Template: oceanwp
Version: 3.3.5.1670443177
Updated: 2026-12-07 10:22:57
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

/* Add your custom styles below this line */


.woocommerce table#shop_table tfoot {
    display:none !important;
}

/* NIFBMPXON-45 - Fix for product listing to make them render as 1:1 squares with the image filling the square nicely */
.woocommerce ul.products li.product .woo-entry-image > .woocommerce-LoopProduct-link {
    display: block;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

.woocommerce ul.products li.product .woo-entry-image > .woocommerce-LoopProduct-link img {
    height: 100%;
    object-fit: cover;
}

.woocommerce ul.products li.product .woo-entry-image-swap .woo-entry-image-secondary {
    object-fit: cover;
}
/* NIFBMPXON-29 - align quantity on cart page */
.woocommerce table.shop_table td {

}
.woocommerce table.shop_table td p:empty {
    display: none;
    visibility: hidden;
}
.woocommerce table.shop_table td br {
    display: none !important;
    visibility: hidden !important;
}
.woocommerce table.shop_table td.product-quantity span {
    padding-left: 50px;
}
