blob: 07302dbfe04548522e7fe1d374cf2309fb6b71d1 [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}
Kanchan Chauhanb3fe6a42016-03-16 18:01:22 +053026
27.cart-link {
28 margin-top: 40px;
29 text-align: right;
30
31
32}