Anand Doshi | da858cc | 2015-02-24 17:50:44 +0530 | [diff] [blame] | 1 | .web-long-description { |
| 2 | font-size: 18px; |
| 3 | line-height: 200%; |
| 4 | } |
| 5 | .item-stock { |
| 6 | margin-bottom: 10px !important; |
| 7 | } |
| 8 | .product-link { |
| 9 | display: block; |
| 10 | text-align: center; |
| 11 | } |
Anand Doshi | da858cc | 2015-02-24 17:50:44 +0530 | [diff] [blame] | 12 | @media (max-width: 767px) { |
| 13 | .product-image { |
| 14 | height: 0px; |
| 15 | padding: 0px 0px 100%; |
| 16 | overflow: hidden; |
| 17 | } |
| 18 | } |
| 19 | .product-image-square { |
| 20 | width: 100%; |
| 21 | height: 0; |
| 22 | padding: 50% 0px; |
| 23 | background-size: cover; |
| 24 | background-repeat: no-repeat; |
| 25 | background-position: center top; |
Anand Doshi | e3bd78e | 2016-04-22 18:53:21 +0530 | [diff] [blame] | 26 | border-radius: 4px; |
Anand Doshi | da858cc | 2015-02-24 17:50:44 +0530 | [diff] [blame] | 27 | } |
| 28 | .product-image.missing-image { |
| 29 | width: 100%; |
| 30 | height: 0; |
| 31 | padding: 50% 0px; |
| 32 | background-size: cover; |
| 33 | background-repeat: no-repeat; |
| 34 | background-position: center top; |
Anand Doshi | e3bd78e | 2016-04-22 18:53:21 +0530 | [diff] [blame] | 35 | border-radius: 4px; |
Anand Doshi | da858cc | 2015-02-24 17:50:44 +0530 | [diff] [blame] | 36 | position: relative; |
Anand Doshi | e3bd78e | 2016-04-22 18:53:21 +0530 | [diff] [blame] | 37 | background-color: #EBEFF2; |
Anand Doshi | da858cc | 2015-02-24 17:50:44 +0530 | [diff] [blame] | 38 | } |
| 39 | .product-image.missing-image .octicon { |
| 40 | font-size: 32px; |
| 41 | color: #d1d8dd; |
| 42 | } |
| 43 | .product-text { |
| 44 | padding: 15px 0px; |
| 45 | } |
Kanchan Chauhan | 11638ba | 2016-04-20 16:20:49 +0530 | [diff] [blame] | 46 | .product-label { |
| 47 | padding-bottom: 4px; |
| 48 | text-transform: uppercase; |
| 49 | font-size: 12px; |
| 50 | } |
Anand Doshi | a6f4868 | 2016-04-09 22:25:21 +0530 | [diff] [blame] | 51 | .product-search { |
| 52 | margin-bottom: 15px; |
| 53 | } |
Anand Doshi | 81bded1 | 2015-05-27 16:48:06 -0400 | [diff] [blame] | 54 | @media (max-width: 767px) { |
| 55 | .product-search { |
| 56 | width: 100%; |
Anand Doshi | 81bded1 | 2015-05-27 16:48:06 -0400 | [diff] [blame] | 57 | } |
| 58 | } |
Kanchan Chauhan | 11638ba | 2016-04-20 16:20:49 +0530 | [diff] [blame] | 59 | .borderless td, |
| 60 | .borderless th { |
| 61 | border-bottom: 1px solid #EBEFF2; |
| 62 | padding-left: 0px !important; |
| 63 | line-height: 1.8em !important; |
| 64 | } |
| 65 | .item-desc { |
| 66 | border-top: 2px solid #EBEFF2; |
| 67 | padding-top: 10px; |
| 68 | } |
Kanchan Chauhan | e0818f8 | 2016-04-22 14:39:02 +0530 | [diff] [blame] | 69 | .featured-products { |
| 70 | border-top: 1px solid #EBEFF2; |
| 71 | } |
Anand Doshi | e3bd78e | 2016-04-22 18:53:21 +0530 | [diff] [blame] | 72 | .transaction-list-item { |
| 73 | border-bottom: none; |
| 74 | padding: 30px; |
| 75 | margin: 0px -30px; |
| 76 | } |
| 77 | .transaction-list-item:hover, |
| 78 | .transaction-list-item:active, |
| 79 | .transaction-list-item:focus { |
| 80 | background-color: #fafbfc; |
| 81 | } |
| 82 | .transaction-list-item .indicator { |
| 83 | font-size: inherit; |
| 84 | font-weight: inherit; |
| 85 | color: #8D99A6; |
| 86 | margin-left: -15px; |
| 87 | } |
| 88 | .transaction-list-item .items-preview, |
| 89 | .transaction-list-item .transaction-time { |
| 90 | margin-top: 5px; |
| 91 | } |
| 92 | .transaction-subheading .indicator { |
| 93 | font-weight: inherit; |
| 94 | color: #8D99A6; |
| 95 | } |
| 96 | .order-container { |
| 97 | margin: 50px 0px; |
| 98 | } |
| 99 | .order-container .order-item-header .h6 { |
| 100 | padding: 7px 15px; |
| 101 | } |
| 102 | .order-container .order-items { |
| 103 | margin: 30px 0px 0px; |
| 104 | } |
| 105 | .order-container .order-item-table { |
| 106 | margin: 0px -15px; |
| 107 | } |
| 108 | .order-container .order-item-header { |
| 109 | border-bottom: 1px solid #d1d8dd; |
| 110 | } |
| 111 | .order-container .order-image-col { |
| 112 | padding-right: 0px; |
| 113 | } |
| 114 | .order-container .order-image { |
| 115 | max-width: 55px; |
| 116 | max-height: 55px; |
| 117 | margin-top: -5px; |
| 118 | } |
| 119 | .order-container .order-taxes { |
| 120 | margin-top: 30px; |
| 121 | } |
| 122 | .order-container .order-taxes .row { |
| 123 | margin-top: 15px; |
| 124 | } |
| 125 | .order-container .tax-grand-total-row { |
| 126 | border-top: 1px solid #d1d8dd; |
| 127 | padding-top: 15px; |
| 128 | } |
Anand Doshi | a6f4868 | 2016-04-09 22:25:21 +0530 | [diff] [blame] | 129 | .product-list-link .row { |
| 130 | border-bottom: 1px solid #EBEFF2; |
| 131 | } |
| 132 | .product-list-link .row:hover { |
| 133 | background-color: #fafbfc; |
| 134 | } |
| 135 | .product-list-link .row > div { |
| 136 | padding-top: 15px; |
| 137 | padding-bottom: 15px; |
| 138 | } |
| 139 | .product-list-link:first-child .row { |
| 140 | border-top: 1px solid #EBEFF2; |
| 141 | } |
| 142 | .item-group-nav-buttons { |
| 143 | margin-top: 15px; |
| 144 | } |
| 145 | @media (min-width: 992px) { |
| 146 | .footer-subscribe { |
| 147 | max-width: 350px; |
| 148 | } |
| 149 | } |