Rushabh Mehta | 156ce60 | 2015-09-11 18:49:59 +0530 | [diff] [blame] | 1 | .cart-content { |
| 2 | min-height: 400px; |
Rushabh Mehta | 3d76686 | 2015-09-16 18:52:52 +0530 | [diff] [blame] | 3 | margin-top: 60px; |
Rushabh Mehta | 156ce60 | 2015-09-11 18:49:59 +0530 | [diff] [blame] | 4 | } |
| 5 | |
| 6 | .cart-header, .cart-footer { |
Rushabh Mehta | 3d76686 | 2015-09-16 18:52:52 +0530 | [diff] [blame] | 7 | margin-bottom: 60px; |
| 8 | } |
| 9 | |
| 10 | .cart-item-header { |
| 11 | padding-bottom: 10px; |
| 12 | margin-bottom: 10px; |
| 13 | border-bottom: 1px solid #d1d8dd; |
| 14 | } |
| 15 | |
| 16 | .tax-grand-total-row { |
| 17 | font-size: 14px; |
| 18 | margin-top: 30px; |
| 19 | font-weight: bold; |
| 20 | } |
| 21 | |
| 22 | .cart-addresses { |
| 23 | margin-top: 80px; |
| 24 | margin-bottom: 60px; |
Rushabh Mehta | 156ce60 | 2015-09-11 18:49:59 +0530 | [diff] [blame] | 25 | } |