blob: 79a89a050a4a28b16b810a4610256d4d65d66013 [file] [log] [blame]
Anand Doshida858cc2015-02-24 17:50:44 +05301@border-color: #d1d8dd;
Anand Doshie3bd78e2016-04-22 18:53:21 +05302@light-border-color: #EBEFF2;
3@text-muted: #8D99A6;
4@light-bg: #fafbfc;
Anand Doshida858cc2015-02-24 17:50:44 +05305
6.web-long-description {
7 font-size: 18px;
8 line-height: 200%;
9}
Anand Doshie3bd78e2016-04-22 18:53:21 +053010
Rushabh Mehtaaedad642016-10-04 11:40:22 +053011.web-page-content {
12 margin-bottom: 30px;
13}
14
Anand Doshida858cc2015-02-24 17:50:44 +053015.item-stock {
16 margin-bottom: 10px !important;
17}
18
19.product-link {
20 display: block;
21 text-align: center;
22}
23
Anand Doshida858cc2015-02-24 17:50:44 +053024@media (max-width: 767px) {
25 .product-image {
26 height: 0px;
27 padding: 0px 0px 100%;
28 overflow: hidden;
29 }
30}
31
32.product-image-square {
33 width: 100%;
34 height: 0;
35 padding: 50% 0px;
36 background-size: cover;
37 background-repeat: no-repeat;
38 background-position: center top;
Anand Doshida858cc2015-02-24 17:50:44 +053039}
40
41.product-image.missing-image {
42 .product-image-square;
Anand Doshida858cc2015-02-24 17:50:44 +053043 position: relative;
Anand Doshie3bd78e2016-04-22 18:53:21 +053044 background-color: @light-border-color;
Anand Doshida858cc2015-02-24 17:50:44 +053045}
46
47.product-image.missing-image .octicon {
48 font-size: 32px;
49 color: @border-color;
50}
51
Anand Doshia6f48682016-04-09 22:25:21 +053052.product-search {
53 margin-bottom: 15px;
54}
55
56
Anand Doshi81bded12015-05-27 16:48:06 -040057@media (max-width: 767px) {
58 .product-search {
59 width: 100%;
Anand Doshi81bded12015-05-27 16:48:06 -040060 }
61}
Kanchan Chauhan11638ba2016-04-20 16:20:49 +053062
63.borderless td, .borderless th {
64 border-bottom: 1px solid @light-border-color;
65 padding-left:0px !important;
66 line-height: 1.8em !important;
67}
68
69.item-desc {
70 border-top: 2px solid @light-border-color;
71 padding-top:10px;
72}
Kanchan Chauhane0818f82016-04-22 14:39:02 +053073
74.featured-products {
75 border-top: 1px solid @light-border-color;
76}
Anand Doshie3bd78e2016-04-22 18:53:21 +053077
78.transaction-list-item {
Anand Doshie3bd78e2016-04-22 18:53:21 +053079 &:hover,
80 &:active,
81 &:focus {
82 background-color: @light-bg;
83 }
84
85 .indicator {
Anand Doshie3bd78e2016-04-22 18:53:21 +053086 font-weight: inherit;
87 color: @text-muted;
Anand Doshie3bd78e2016-04-22 18:53:21 +053088 }
89
90 .transaction-time {
Anand Doshie3bd78e2016-04-22 18:53:21 +053091 margin-top: 5px;
92 }
Rushabh Mehtad40e6612017-01-10 14:46:45 +053093
Anand Doshie3bd78e2016-04-22 18:53:21 +053094}
95
96// order.html
97.transaction-subheading {
98 .indicator {
99 font-weight: inherit;
100 color: @text-muted;
101 }
102}
103
104.order-container {
105 margin: 50px 0px;
106
107 .order-item-header .h6 {
108 padding: 7px 15px;
109 }
110
111 .order-items {
112 margin: 30px 0px 0px;
113 }
114
115 .order-item-table {
116 margin: 0px -15px;
117 }
118
119 .order-item-header {
120 border-bottom: 1px solid #d1d8dd;
121 }
122
123 .order-image-col {
124 padding-right: 0px;
125 }
126
127 .order-image {
128 max-width: 55px;
129 max-height: 55px;
130 margin-top: -5px;
131 }
132
133 .order-taxes {
134 margin-top: 30px;
135
136 .row {
137 margin-top: 15px;
138 }
139 }
140
141 .tax-grand-total-row {
Anand Doshie3bd78e2016-04-22 18:53:21 +0530142 padding-top: 15px;
Rushabh Mehtaac123c52016-05-20 16:36:56 +0530143 padding-bottom: 30px;
Anand Doshie3bd78e2016-04-22 18:53:21 +0530144 }
Rushabh Mehta4b9238a2016-05-12 15:22:59 +0530145
146 .tax-grand-total {
147 display: inline-block;
148 font-size: 16px;
149 font-weight: bold;
150 margin-top: 5px;
151 }
Anand Doshie3bd78e2016-04-22 18:53:21 +0530152}
153
Kanchan Chauhan239b3512016-05-02 11:43:44 +0530154.cart-container {
155 margin: 50px 0px;
Rushabh Mehtab6bca562016-09-13 14:37:09 +0530156
Kanchan Chauhanc8d47da2016-06-22 15:46:38 +0530157 .checkout {
158 margin-bottom:15px;
159 }
Kanchan Chauhan239b3512016-05-02 11:43:44 +0530160
161 .cart-item-header .h6 {
162 padding: 7px 15px;
163 }
164
165 .cart-items {
166 margin: 30px 0px 0px;
167 }
168
169 .cart-item-table {
170 margin: 0px -15px;
171 }
172
173 .cart-item-header {
174 border-bottom: 1px solid #d1d8dd;
175 }
176
177 .cart-image-col {
178 padding-right: 0px;
179 }
180
181 .cart-image {
182 max-width: 55px;
183 max-height: 55px;
184 margin-top: -5px;
185 }
186
187 .cart-taxes {
188 margin-top: 30px;
189
190 .row {
191 margin-top: 15px;
192 }
193 }
194
195 .tax-grand-total-row {
196 border-top: 1px solid @border-color;
197 padding-top: 15px;
198 }
Rushabh Mehta4b9238a2016-05-12 15:22:59 +0530199
Kanchan Chauhan239b3512016-05-02 11:43:44 +0530200 .cart-addresses {
201 margin-top: 50px;
202 }
203}
204
Kanchan Chauhanc8d47da2016-06-22 15:46:38 +0530205.cart-items-dropdown .cart-dropdown,
Kanchan Chauhan239b3512016-05-02 11:43:44 +0530206.item_name_dropdown {
Kanchan Chauhanc8d47da2016-06-22 15:46:38 +0530207 display: none;
Rushabh Mehta4b9238a2016-05-12 15:22:59 +0530208
Kanchan Chauhan239b3512016-05-02 11:43:44 +0530209}
Rushabh Mehta4b9238a2016-05-12 15:22:59 +0530210
Kanchan Chauhanc8d47da2016-06-22 15:46:38 +0530211.cart-dropdown-container {
212 width: 400px;
213 padding: 15px;
Rushabh Mehtab6bca562016-09-13 14:37:09 +0530214
Kanchan Chauhan239b3512016-05-02 11:43:44 +0530215 .item-price {
216 display: block !important;
217 padding-bottom: 10px;
218 }
Rushabh Mehta4b9238a2016-05-12 15:22:59 +0530219
Kanchan Chauhan239b3512016-05-02 11:43:44 +0530220 .cart-item-header {
221 border-bottom: 1px solid #d1d8dd;
222 }
Rushabh Mehtab6bca562016-09-13 14:37:09 +0530223
Kanchan Chauhanc8d47da2016-06-22 15:46:38 +0530224 .cart-items-dropdown {
225 max-height: 350px;
Kanchan Chauhanc8d47da2016-06-22 15:46:38 +0530226 }
Rushabh Mehtab6bca562016-09-13 14:37:09 +0530227
Kanchan Chauhanc8d47da2016-06-22 15:46:38 +0530228 .cart-items-dropdown .cart-dropdown {
Kanchan Chauhan239b3512016-05-02 11:43:44 +0530229 display:block;
230 margin-top:15px;
231 }
Rushabh Mehta4b9238a2016-05-12 15:22:59 +0530232
Kanchan Chauhan239b3512016-05-02 11:43:44 +0530233 .item_name_dropdown {
234 display:block;
235 }
Rushabh Mehta4b9238a2016-05-12 15:22:59 +0530236
Kanchan Chauhan239b3512016-05-02 11:43:44 +0530237 .item-description,
238 .cart-items .checkout,
239 .item_name_and_description {
240 display: none;
241 }
Rushabh Mehta4b9238a2016-05-12 15:22:59 +0530242
Kanchan Chauhan239b3512016-05-02 11:43:44 +0530243 .checkout-btn {
Kanchan Chauhanb3573a82016-05-09 12:30:58 +0530244 padding-top:25px;
Kanchan Chauhan239b3512016-05-02 11:43:44 +0530245 }
246 .col-name-description {
247 margin-bottom:8px;
248 }
Kanchan Chauhanc8d47da2016-06-22 15:46:38 +0530249}
Rushabh Mehta4b9238a2016-05-12 15:22:59 +0530250
Kanchan Chauhanc8d47da2016-06-22 15:46:38 +0530251.number-spinner {
252 width:100px;
253 margin-top:5px;
254}
255
256.cart-btn {
257 border-color: #ccc;
258}
259.cart-qty {
260 text-align:center;
Kanchan Chauhan239b3512016-05-02 11:43:44 +0530261}
262
Anand Doshia6f48682016-04-09 22:25:21 +0530263.product-list-link {
264 .row {
265 border-bottom: 1px solid @light-border-color;
266 }
267
268 .row:hover {
269 background-color: @light-bg;
270 }
271
272 .row > div {
273 padding-top: 15px;
274 padding-bottom: 15px;
275 }
276}
277
278.product-list-link:first-child .row {
279 border-top: 1px solid @light-border-color;
280}
281
282.item-group-nav-buttons {
283 margin-top: 15px;
284}
285
Rushabh Mehtaac123c52016-05-20 16:36:56 +0530286.footer-subscribe {
287 .btn-default {
288 background-color: transparent;
289 border: 1px solid @border-color;
290 }
291}
292
Anand Doshia6f48682016-04-09 22:25:21 +0530293@media (min-width: 992px) {
294 .footer-subscribe {
295 max-width: 350px;
296 }
297}
Kanchan Chauhan239b3512016-05-02 11:43:44 +0530298
299.item-group-content {
300 margin-top: 30px;
301}
302
Rushabh Mehta4b9238a2016-05-12 15:22:59 +0530303.product-image-img {
Kanchan Chauhan239b3512016-05-02 11:43:44 +0530304 border: 1px solid @light-border-color;
305 border-radius: 3px;
306}
307
Rushabh Mehta4b9238a2016-05-12 15:22:59 +0530308.product-text {
Kanchan Chauhan239b3512016-05-02 11:43:44 +0530309 border-top: 1px solid @light-border-color;
310 padding: 15px;
311 word-wrap: break-word;
312 height: 75px;
Faris Ansari8371c1c2017-04-17 11:12:21 +0530313 display: block; /* Fallback for non-webkit */
314 display: -webkit-box;
315 max-width: 100%;
316 margin: 0 auto;
317 -webkit-line-clamp: 3;
318 -webkit-box-orient: vertical;
319 overflow: hidden;
320 text-overflow: ellipsis;
Kanchan Chauhan239b3512016-05-02 11:43:44 +0530321}
322
Rushabh Mehta4b9238a2016-05-12 15:22:59 +0530323.product-image-wrapper {
324 padding-bottom: 40px;
pratu16x760fe77c2017-02-13 21:52:43 +0530325}
326
327.duration-bar {
328 display: inline-block;
329 color: white;
pratu16x760fe77c2017-02-13 21:52:43 +0530330 background: #8FD288;
331 padding: 3px;
332}
333
334.duration-invisible {
335 visibility: hidden;
336}
337
338.duration-value {
339 float: right;
340}
341
342.bar-outer-text {
343 color: #8FD288;
344 background: none;
345 float: none;
346 border: none;
pratu16x7462e89e2017-02-14 17:17:28 +0530347}
348
349.bom-spec {
350 margin-bottom: 20px;
Kanchan Chauhanc8d47da2016-06-22 15:46:38 +0530351}