.woocommerce-cart-form table { margin-bottom: 40px; font-size: 15px; .product-thumbnail { vertical-align: top; @include media-breakpoint-only (md) { display: none; } width: 10%; min-width: 60px; img { width: 100px; } } .product-name { a { font-size: 17px; font-weight: 600; --linkInitialColor: var(--color); } } .product-quantity { @include media-breakpoint-up (md) { width: 1%; text-align: center; } .quantity { --quantityHeight: 45px; width: #{$quantity-width - 25px}; input { --formFontSize: 13px; } } } .product-remove { @include media-breakpoint-up (md) { width: 1%; } a.remove { --linkInitialColor: var(--color); font-size: 20px; opacity: 0.5; transition: color 0.2s ease, opacity 0.2s ease; &:hover { color: red; opacity: 1; } } } .product-price, .product-subtotal { @include media-breakpoint-up (md) { width: 1%; text-align: center; } @include media-breakpoint-up (lg) { min-width: 170px; } } .product-subtotal { font-weight: 600; // color: var(--paletteColor1); } // form actions .actions { padding: 20px; text-align: right; &:before { display: none; } .button { --buttonMinHeight: var(--formInputHeight); @include media-breakpoint-down (sm) { width: 100%; } } } }