blob: 7a18530286f79a22c16209ddf96280a288591796 [file] [log] [blame]
Rushabh Mehta156ce602015-09-11 18:49:59 +05301.cart-content {
2 min-height: 400px;
Rushabh Mehta3d766862015-09-16 18:52:52 +05303 margin-top: 60px;
Rushabh Mehta156ce602015-09-11 18:49:59 +05304}
5
6.cart-header, .cart-footer {
Rushabh Mehta3d766862015-09-16 18:52:52 +05307 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 Mehta156ce602015-09-11 18:49:59 +053025}