.woocommerce-cart .woocommerce { table.shop_table { margin-bottom: 40px; .product-thumbnail { @include media-breakpoint-only (md) { display: none; } width: 10%; min-width: 60px; img { width: 100px; } } .product-quantity { @include media-breakpoint-up (md) { width: 1%; text-align: center; } } .product-remove { @include media-breakpoint-up (md) { width: 1%; } a.remove { font-size: 20px; color: inherit !important; font-weight: normal; opacity: 0.5; transition: color 0.2s ease, opacity 0.2s ease; &:hover { color: red !important; background: transparent; opacity: 1; } } } .product-price, .product-subtotal { @include media-breakpoint-up (md) { width: 1%; text-align: center; } @include media-breakpoint-up (lg) { min-width: 170px; } } td.product-subtotal { font-weight: 600; color: var(--paletteColor1); } .actions { padding: 20px; } } .cart_totals { h2 { font-size: 20px; } } // cart totals .cart-collaterals .cart_totals { @include media-breakpoint-only (md) { width: 100%; float: none; text-align: left; } } }