Anand Doshi | da858cc | 2015-02-24 17:50:44 +0530 | [diff] [blame] | 1 | @border-color: #d1d8dd; |
Anand Doshi | e3bd78e | 2016-04-22 18:53:21 +0530 | [diff] [blame] | 2 | @light-border-color: #EBEFF2; |
3 | @text-muted: #8D99A6; | ||||
4 | @light-bg: #fafbfc; | ||||
Anand Doshi | da858cc | 2015-02-24 17:50:44 +0530 | [diff] [blame] | 5 | |
6 | .web-long-description { | ||||
7 | font-size: 18px; | ||||
8 | line-height: 200%; | ||||
9 | } | ||||
Anand Doshi | e3bd78e | 2016-04-22 18:53:21 +0530 | [diff] [blame] | 10 | |
Anand Doshi | da858cc | 2015-02-24 17:50:44 +0530 | [diff] [blame] | 11 | .item-stock { |
12 | margin-bottom: 10px !important; | ||||
13 | } | ||||
14 | |||||
15 | .product-link { | ||||
16 | display: block; | ||||
17 | text-align: center; | ||||
18 | } | ||||
19 | |||||
Anand Doshi | da858cc | 2015-02-24 17:50:44 +0530 | [diff] [blame] | 20 | @media (max-width: 767px) { |
21 | .product-image { | ||||
22 | height: 0px; | ||||
23 | padding: 0px 0px 100%; | ||||
24 | overflow: hidden; | ||||
25 | } | ||||
26 | } | ||||
27 | |||||
28 | .product-image-square { | ||||
29 | width: 100%; | ||||
30 | height: 0; | ||||
31 | padding: 50% 0px; | ||||
32 | background-size: cover; | ||||
33 | background-repeat: no-repeat; | ||||
34 | background-position: center top; | ||||
Rushabh Mehta | 4b9238a | 2016-05-12 15:22:59 +0530 | [diff] [blame] | 35 | border-radius-top: 4px; |
36 | border-radius-right: 4px; | ||||
Anand Doshi | da858cc | 2015-02-24 17:50:44 +0530 | [diff] [blame] | 37 | } |
38 | |||||
39 | .product-image.missing-image { | ||||
40 | .product-image-square; | ||||
Anand Doshi | da858cc | 2015-02-24 17:50:44 +0530 | [diff] [blame] | 41 | position: relative; |
Anand Doshi | e3bd78e | 2016-04-22 18:53:21 +0530 | [diff] [blame] | 42 | background-color: @light-border-color; |
Anand Doshi | da858cc | 2015-02-24 17:50:44 +0530 | [diff] [blame] | 43 | } |
44 | |||||
45 | .product-image.missing-image .octicon { | ||||
46 | font-size: 32px; | ||||
47 | color: @border-color; | ||||
48 | } | ||||
49 | |||||
50 | .product-text { | ||||
51 | padding: 15px 0px; | ||||
52 | } | ||||
Anand Doshi | 81bded1 | 2015-05-27 16:48:06 -0400 | [diff] [blame] | 53 | |
Anand Doshi | a6f4868 | 2016-04-09 22:25:21 +0530 | [diff] [blame] | 54 | .product-label { |
Kanchan Chauhan | 11638ba | 2016-04-20 16:20:49 +0530 | [diff] [blame] | 55 | padding-bottom: 4px; |
56 | text-transform: uppercase; | ||||
57 | font-size: 12px; | ||||
58 | } | ||||
59 | |||||
Anand Doshi | a6f4868 | 2016-04-09 22:25:21 +0530 | [diff] [blame] | 60 | .product-search { |
61 | margin-bottom: 15px; | ||||
62 | } | ||||
63 | |||||
64 | |||||
Anand Doshi | 81bded1 | 2015-05-27 16:48:06 -0400 | [diff] [blame] | 65 | @media (max-width: 767px) { |
66 | .product-search { | ||||
67 | width: 100%; | ||||
Anand Doshi | 81bded1 | 2015-05-27 16:48:06 -0400 | [diff] [blame] | 68 | } |
69 | } | ||||
Kanchan Chauhan | 11638ba | 2016-04-20 16:20:49 +0530 | [diff] [blame] | 70 | |
71 | .borderless td, .borderless th { | ||||
72 | border-bottom: 1px solid @light-border-color; | ||||
73 | padding-left:0px !important; | ||||
74 | line-height: 1.8em !important; | ||||
75 | } | ||||
76 | |||||
77 | .item-desc { | ||||
78 | border-top: 2px solid @light-border-color; | ||||
79 | padding-top:10px; | ||||
80 | } | ||||
Kanchan Chauhan | e0818f8 | 2016-04-22 14:39:02 +0530 | [diff] [blame] | 81 | |
82 | .featured-products { | ||||
83 | border-top: 1px solid @light-border-color; | ||||
84 | } | ||||
Anand Doshi | e3bd78e | 2016-04-22 18:53:21 +0530 | [diff] [blame] | 85 | |
86 | .transaction-list-item { | ||||
Anand Doshi | e3bd78e | 2016-04-22 18:53:21 +0530 | [diff] [blame] | 87 | padding: 30px; |
88 | margin: 0px -30px; | ||||
89 | |||||
90 | &:hover, | ||||
91 | &:active, | ||||
92 | &:focus { | ||||
93 | background-color: @light-bg; | ||||
94 | } | ||||
95 | |||||
96 | .indicator { | ||||
Anand Doshi | e3bd78e | 2016-04-22 18:53:21 +0530 | [diff] [blame] | 97 | font-weight: inherit; |
98 | color: @text-muted; | ||||
99 | margin-left: -15px; | ||||
100 | } | ||||
101 | |||||
102 | .transaction-time { | ||||
103 | // margin-left: 15px; | ||||
104 | } | ||||
105 | |||||
106 | .items-preview, | ||||
107 | .transaction-time { | ||||
108 | margin-top: 5px; | ||||
109 | } | ||||
110 | } | ||||
111 | |||||
112 | // order.html | ||||
113 | .transaction-subheading { | ||||
114 | .indicator { | ||||
115 | font-weight: inherit; | ||||
116 | color: @text-muted; | ||||
117 | } | ||||
118 | } | ||||
119 | |||||
120 | .order-container { | ||||
121 | margin: 50px 0px; | ||||
122 | |||||
123 | .order-item-header .h6 { | ||||
124 | padding: 7px 15px; | ||||
125 | } | ||||
126 | |||||
127 | .order-items { | ||||
128 | margin: 30px 0px 0px; | ||||
129 | } | ||||
130 | |||||
131 | .order-item-table { | ||||
132 | margin: 0px -15px; | ||||
133 | } | ||||
134 | |||||
135 | .order-item-header { | ||||
136 | border-bottom: 1px solid #d1d8dd; | ||||
137 | } | ||||
138 | |||||
139 | .order-image-col { | ||||
140 | padding-right: 0px; | ||||
141 | } | ||||
142 | |||||
143 | .order-image { | ||||
144 | max-width: 55px; | ||||
145 | max-height: 55px; | ||||
146 | margin-top: -5px; | ||||
147 | } | ||||
148 | |||||
149 | .order-taxes { | ||||
150 | margin-top: 30px; | ||||
151 | |||||
152 | .row { | ||||
153 | margin-top: 15px; | ||||
154 | } | ||||
155 | } | ||||
156 | |||||
157 | .tax-grand-total-row { | ||||
158 | border-top: 1px solid @border-color; | ||||
159 | padding-top: 15px; | ||||
160 | } | ||||
Rushabh Mehta | 4b9238a | 2016-05-12 15:22:59 +0530 | [diff] [blame] | 161 | |
162 | .tax-grand-total { | ||||
163 | display: inline-block; | ||||
164 | font-size: 16px; | ||||
165 | font-weight: bold; | ||||
166 | margin-top: 5px; | ||||
167 | } | ||||
Anand Doshi | e3bd78e | 2016-04-22 18:53:21 +0530 | [diff] [blame] | 168 | } |
169 | |||||
Kanchan Chauhan | 239b351 | 2016-05-02 11:43:44 +0530 | [diff] [blame] | 170 | .cart-container { |
171 | margin: 50px 0px; | ||||
172 | |||||
173 | .cart-item-header .h6 { | ||||
174 | padding: 7px 15px; | ||||
175 | } | ||||
176 | |||||
177 | .cart-items { | ||||
178 | margin: 30px 0px 0px; | ||||
179 | } | ||||
180 | |||||
181 | .cart-item-table { | ||||
182 | margin: 0px -15px; | ||||
183 | } | ||||
184 | |||||
185 | .cart-item-header { | ||||
186 | border-bottom: 1px solid #d1d8dd; | ||||
187 | } | ||||
188 | |||||
189 | .cart-image-col { | ||||
190 | padding-right: 0px; | ||||
191 | } | ||||
192 | |||||
193 | .cart-image { | ||||
194 | max-width: 55px; | ||||
195 | max-height: 55px; | ||||
196 | margin-top: -5px; | ||||
197 | } | ||||
198 | |||||
199 | .cart-taxes { | ||||
200 | margin-top: 30px; | ||||
201 | |||||
202 | .row { | ||||
203 | margin-top: 15px; | ||||
204 | } | ||||
205 | } | ||||
206 | |||||
207 | .tax-grand-total-row { | ||||
208 | border-top: 1px solid @border-color; | ||||
209 | padding-top: 15px; | ||||
210 | } | ||||
Rushabh Mehta | 4b9238a | 2016-05-12 15:22:59 +0530 | [diff] [blame] | 211 | |
Kanchan Chauhan | 239b351 | 2016-05-02 11:43:44 +0530 | [diff] [blame] | 212 | .cart-addresses { |
213 | margin-top: 50px; | ||||
214 | } | ||||
215 | } | ||||
216 | |||||
217 | .cart-items .cart-dropdown, | ||||
218 | .item_name_dropdown { | ||||
219 | display:none; | ||||
Rushabh Mehta | 4b9238a | 2016-05-12 15:22:59 +0530 | [diff] [blame] | 220 | |
Kanchan Chauhan | 239b351 | 2016-05-02 11:43:44 +0530 | [diff] [blame] | 221 | } |
222 | .cart-dropdown-container { | ||||
Kanchan Chauhan | b3573a8 | 2016-05-09 12:30:58 +0530 | [diff] [blame] | 223 | width: 320px; |
Kanchan Chauhan | 239b351 | 2016-05-02 11:43:44 +0530 | [diff] [blame] | 224 | padding: 15px; |
Rushabh Mehta | 4b9238a | 2016-05-12 15:22:59 +0530 | [diff] [blame] | 225 | |
Kanchan Chauhan | 239b351 | 2016-05-02 11:43:44 +0530 | [diff] [blame] | 226 | .item-price { |
227 | display: block !important; | ||||
228 | padding-bottom: 10px; | ||||
229 | } | ||||
Rushabh Mehta | 4b9238a | 2016-05-12 15:22:59 +0530 | [diff] [blame] | 230 | |
Kanchan Chauhan | 239b351 | 2016-05-02 11:43:44 +0530 | [diff] [blame] | 231 | .cart-item-header { |
232 | border-bottom: 1px solid #d1d8dd; | ||||
233 | } | ||||
Rushabh Mehta | 4b9238a | 2016-05-12 15:22:59 +0530 | [diff] [blame] | 234 | |
Kanchan Chauhan | 239b351 | 2016-05-02 11:43:44 +0530 | [diff] [blame] | 235 | .cart-items .cart-dropdown { |
236 | display:block; | ||||
237 | margin-top:15px; | ||||
238 | } | ||||
Rushabh Mehta | 4b9238a | 2016-05-12 15:22:59 +0530 | [diff] [blame] | 239 | |
Kanchan Chauhan | 239b351 | 2016-05-02 11:43:44 +0530 | [diff] [blame] | 240 | .item_name_dropdown { |
241 | display:block; | ||||
242 | } | ||||
Rushabh Mehta | 4b9238a | 2016-05-12 15:22:59 +0530 | [diff] [blame] | 243 | |
Kanchan Chauhan | 239b351 | 2016-05-02 11:43:44 +0530 | [diff] [blame] | 244 | .item-description, |
245 | .cart-items .checkout, | ||||
246 | .item_name_and_description { | ||||
247 | display: none; | ||||
248 | } | ||||
Rushabh Mehta | 4b9238a | 2016-05-12 15:22:59 +0530 | [diff] [blame] | 249 | |
Kanchan Chauhan | 239b351 | 2016-05-02 11:43:44 +0530 | [diff] [blame] | 250 | .checkout-btn { |
Kanchan Chauhan | b3573a8 | 2016-05-09 12:30:58 +0530 | [diff] [blame] | 251 | padding-top:25px; |
Kanchan Chauhan | 239b351 | 2016-05-02 11:43:44 +0530 | [diff] [blame] | 252 | } |
253 | .col-name-description { | ||||
254 | margin-bottom:8px; | ||||
255 | } | ||||
Rushabh Mehta | 4b9238a | 2016-05-12 15:22:59 +0530 | [diff] [blame] | 256 | |
Kanchan Chauhan | 239b351 | 2016-05-02 11:43:44 +0530 | [diff] [blame] | 257 | } |
258 | |||||
Anand Doshi | a6f4868 | 2016-04-09 22:25:21 +0530 | [diff] [blame] | 259 | .product-list-link { |
260 | .row { | ||||
261 | border-bottom: 1px solid @light-border-color; | ||||
262 | } | ||||
263 | |||||
264 | .row:hover { | ||||
265 | background-color: @light-bg; | ||||
266 | } | ||||
267 | |||||
268 | .row > div { | ||||
269 | padding-top: 15px; | ||||
270 | padding-bottom: 15px; | ||||
271 | } | ||||
272 | } | ||||
273 | |||||
274 | .product-list-link:first-child .row { | ||||
275 | border-top: 1px solid @light-border-color; | ||||
276 | } | ||||
277 | |||||
278 | .item-group-nav-buttons { | ||||
279 | margin-top: 15px; | ||||
280 | } | ||||
281 | |||||
282 | @media (min-width: 992px) { | ||||
283 | .footer-subscribe { | ||||
284 | max-width: 350px; | ||||
285 | } | ||||
286 | } | ||||
Kanchan Chauhan | 239b351 | 2016-05-02 11:43:44 +0530 | [diff] [blame] | 287 | |
288 | .item-group-content { | ||||
289 | margin-top: 30px; | ||||
290 | } | ||||
291 | |||||
Rushabh Mehta | 4b9238a | 2016-05-12 15:22:59 +0530 | [diff] [blame] | 292 | .product-image-img { |
Kanchan Chauhan | 239b351 | 2016-05-02 11:43:44 +0530 | [diff] [blame] | 293 | border: 1px solid @light-border-color; |
294 | border-radius: 3px; | ||||
295 | } | ||||
296 | |||||
Rushabh Mehta | 4b9238a | 2016-05-12 15:22:59 +0530 | [diff] [blame] | 297 | .product-text { |
Kanchan Chauhan | 239b351 | 2016-05-02 11:43:44 +0530 | [diff] [blame] | 298 | border-top: 1px solid @light-border-color; |
299 | padding: 15px; | ||||
300 | word-wrap: break-word; | ||||
301 | height: 75px; | ||||
302 | } | ||||
303 | |||||
Rushabh Mehta | 4b9238a | 2016-05-12 15:22:59 +0530 | [diff] [blame] | 304 | .product-image-wrapper { |
305 | padding-bottom: 40px; | ||||
Kanchan Chauhan | 239b351 | 2016-05-02 11:43:44 +0530 | [diff] [blame] | 306 | } |
307 | |||||
308 | |||||
309 | .featured-product-heading, .all-products { | ||||
310 | text-transform: uppercase; | ||||
311 | letter-spacing: 0.5px; | ||||
312 | font-size: 12px; | ||||
Rushabh Mehta | 4b9238a | 2016-05-12 15:22:59 +0530 | [diff] [blame] | 313 | font-weight: 500; |
Kanchan Chauhan | 239b351 | 2016-05-02 11:43:44 +0530 | [diff] [blame] | 314 | } |
315 | |||||
316 | .all-products { | ||||
Rushabh Mehta | 4b9238a | 2016-05-12 15:22:59 +0530 | [diff] [blame] | 317 | font-weight: 300; |
Kanchan Chauhan | 239b351 | 2016-05-02 11:43:44 +0530 | [diff] [blame] | 318 | padding-left: 25px; |
319 | padding-right: 25px; | ||||
320 | padding-top: 10px; | ||||
321 | padding-bottom: 10px; | ||||
322 | } | ||||
323 | |||||
324 | .homepage-tagline { | ||||
325 | font-size:40px !important; | ||||
Kanchan Chauhan | b3573a8 | 2016-05-09 12:30:58 +0530 | [diff] [blame] | 326 | } |
327 |