/* Remove Product List from Root Category page */
body.category-id-2 #category-grid {
    display: none !important;
}

/* Make tables in products full-width */
.elementor-widget-product-description .elementor-widget-container table[style*="width"] {
    width: 100% !important;
}


body#checkout .cart-grid-right .card .card-block > .cart-summary-subtotals-container:first-of-type {
    padding-top: 0;
    border-top: none;
}

body#cart .cart-grid-right .card .cart-summary-subtotals-container {
    padding: 1rem 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.wishlist-product-price {
    display: none !important;
}

