blob: 14d033c7d7d05725e7700cde357c66c7e9131bda [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 .indicator {
Anand Doshie3bd78e2016-04-22 18:53:21 +053080 font-weight: inherit;
81 color: @text-muted;
Anand Doshie3bd78e2016-04-22 18:53:21 +053082 }
83
84 .transaction-time {
Anand Doshie3bd78e2016-04-22 18:53:21 +053085 margin-top: 5px;
86 }
Rushabh Mehtad40e6612017-01-10 14:46:45 +053087
Anand Doshie3bd78e2016-04-22 18:53:21 +053088}
89
90// order.html
91.transaction-subheading {
92 .indicator {
93 font-weight: inherit;
94 color: @text-muted;
95 }
96}
97
98.order-container {
99 margin: 50px 0px;
100
101 .order-item-header .h6 {
102 padding: 7px 15px;
103 }
104
105 .order-items {
106 margin: 30px 0px 0px;
107 }
108
109 .order-item-table {
110 margin: 0px -15px;
111 }
112
113 .order-item-header {
114 border-bottom: 1px solid #d1d8dd;
115 }
116
117 .order-image-col {
118 padding-right: 0px;
119 }
120
121 .order-image {
122 max-width: 55px;
123 max-height: 55px;
124 margin-top: -5px;
125 }
126
127 .order-taxes {
128 margin-top: 30px;
129
130 .row {
131 margin-top: 15px;
132 }
133 }
134
135 .tax-grand-total-row {
Anand Doshie3bd78e2016-04-22 18:53:21 +0530136 padding-top: 15px;
Rushabh Mehtaac123c52016-05-20 16:36:56 +0530137 padding-bottom: 30px;
Anand Doshie3bd78e2016-04-22 18:53:21 +0530138 }
Rushabh Mehta4b9238a2016-05-12 15:22:59 +0530139
140 .tax-grand-total {
141 display: inline-block;
142 font-size: 16px;
143 font-weight: bold;
144 margin-top: 5px;
145 }
Anand Doshie3bd78e2016-04-22 18:53:21 +0530146}
147
Kanchan Chauhan239b3512016-05-02 11:43:44 +0530148.cart-container {
149 margin: 50px 0px;
Rushabh Mehtab6bca562016-09-13 14:37:09 +0530150
Kanchan Chauhanc8d47da2016-06-22 15:46:38 +0530151 .checkout {
152 margin-bottom:15px;
153 }
Kanchan Chauhan239b3512016-05-02 11:43:44 +0530154
155 .cart-item-header .h6 {
156 padding: 7px 15px;
157 }
158
159 .cart-items {
160 margin: 30px 0px 0px;
161 }
162
163 .cart-item-table {
164 margin: 0px -15px;
165 }
166
167 .cart-item-header {
168 border-bottom: 1px solid #d1d8dd;
169 }
170
171 .cart-image-col {
172 padding-right: 0px;
173 }
174
175 .cart-image {
176 max-width: 55px;
177 max-height: 55px;
178 margin-top: -5px;
179 }
180
181 .cart-taxes {
182 margin-top: 30px;
183
184 .row {
185 margin-top: 15px;
186 }
187 }
188
189 .tax-grand-total-row {
190 border-top: 1px solid @border-color;
191 padding-top: 15px;
192 }
Rushabh Mehta4b9238a2016-05-12 15:22:59 +0530193
Kanchan Chauhan239b3512016-05-02 11:43:44 +0530194 .cart-addresses {
195 margin-top: 50px;
196 }
197}
198
Kanchan Chauhanc8d47da2016-06-22 15:46:38 +0530199.cart-items-dropdown .cart-dropdown,
Kanchan Chauhan239b3512016-05-02 11:43:44 +0530200.item_name_dropdown {
Kanchan Chauhanc8d47da2016-06-22 15:46:38 +0530201 display: none;
Rushabh Mehta4b9238a2016-05-12 15:22:59 +0530202
Kanchan Chauhan239b3512016-05-02 11:43:44 +0530203}
Rushabh Mehta4b9238a2016-05-12 15:22:59 +0530204
Kanchan Chauhanc8d47da2016-06-22 15:46:38 +0530205.cart-dropdown-container {
206 width: 400px;
207 padding: 15px;
Rushabh Mehtab6bca562016-09-13 14:37:09 +0530208
Kanchan Chauhan239b3512016-05-02 11:43:44 +0530209 .item-price {
210 display: block !important;
211 padding-bottom: 10px;
212 }
Rushabh Mehta4b9238a2016-05-12 15:22:59 +0530213
Kanchan Chauhan239b3512016-05-02 11:43:44 +0530214 .cart-item-header {
215 border-bottom: 1px solid #d1d8dd;
216 }
Rushabh Mehtab6bca562016-09-13 14:37:09 +0530217
Kanchan Chauhanc8d47da2016-06-22 15:46:38 +0530218 .cart-items-dropdown {
219 max-height: 350px;
Kanchan Chauhanc8d47da2016-06-22 15:46:38 +0530220 }
Rushabh Mehtab6bca562016-09-13 14:37:09 +0530221
Kanchan Chauhanc8d47da2016-06-22 15:46:38 +0530222 .cart-items-dropdown .cart-dropdown {
Kanchan Chauhan239b3512016-05-02 11:43:44 +0530223 display:block;
224 margin-top:15px;
225 }
Rushabh Mehta4b9238a2016-05-12 15:22:59 +0530226
Kanchan Chauhan239b3512016-05-02 11:43:44 +0530227 .item_name_dropdown {
228 display:block;
229 }
Rushabh Mehta4b9238a2016-05-12 15:22:59 +0530230
Kanchan Chauhan239b3512016-05-02 11:43:44 +0530231 .item-description,
232 .cart-items .checkout,
233 .item_name_and_description {
234 display: none;
235 }
Rushabh Mehta4b9238a2016-05-12 15:22:59 +0530236
Kanchan Chauhan239b3512016-05-02 11:43:44 +0530237 .checkout-btn {
Britlogbe9a7232018-02-12 06:58:57 +0100238 padding-bottom:25px;
Kanchan Chauhan239b3512016-05-02 11:43:44 +0530239 }
240 .col-name-description {
241 margin-bottom:8px;
242 }
Kanchan Chauhanc8d47da2016-06-22 15:46:38 +0530243}
Rushabh Mehta4b9238a2016-05-12 15:22:59 +0530244
Kanchan Chauhanc8d47da2016-06-22 15:46:38 +0530245.number-spinner {
246 width:100px;
247 margin-top:5px;
248}
249
250.cart-btn {
251 border-color: #ccc;
252}
253.cart-qty {
254 text-align:center;
Kanchan Chauhan239b3512016-05-02 11:43:44 +0530255}
256
Anand Doshia6f48682016-04-09 22:25:21 +0530257.product-list-link {
258 .row {
259 border-bottom: 1px solid @light-border-color;
260 }
261
262 .row:hover {
263 background-color: @light-bg;
264 }
265
266 .row > div {
267 padding-top: 15px;
268 padding-bottom: 15px;
269 }
270}
271
272.product-list-link:first-child .row {
273 border-top: 1px solid @light-border-color;
274}
275
276.item-group-nav-buttons {
277 margin-top: 15px;
278}
279
Rushabh Mehtaac123c52016-05-20 16:36:56 +0530280.footer-subscribe {
281 .btn-default {
282 background-color: transparent;
283 border: 1px solid @border-color;
284 }
285}
286
Anand Doshia6f48682016-04-09 22:25:21 +0530287@media (min-width: 992px) {
288 .footer-subscribe {
289 max-width: 350px;
290 }
291}
Kanchan Chauhan239b3512016-05-02 11:43:44 +0530292
293.item-group-content {
294 margin-top: 30px;
295}
296
Rushabh Mehta4b9238a2016-05-12 15:22:59 +0530297.product-image-img {
Kanchan Chauhan239b3512016-05-02 11:43:44 +0530298 border: 1px solid @light-border-color;
299 border-radius: 3px;
300}
301
Rushabh Mehta4b9238a2016-05-12 15:22:59 +0530302.product-text {
Kanchan Chauhan239b3512016-05-02 11:43:44 +0530303 border-top: 1px solid @light-border-color;
304 padding: 15px;
305 word-wrap: break-word;
306 height: 75px;
Faris Ansari8371c1c2017-04-17 11:12:21 +0530307 display: block; /* Fallback for non-webkit */
308 display: -webkit-box;
309 max-width: 100%;
310 margin: 0 auto;
311 -webkit-line-clamp: 3;
312 -webkit-box-orient: vertical;
313 overflow: hidden;
314 text-overflow: ellipsis;
Kanchan Chauhan239b3512016-05-02 11:43:44 +0530315}
316
Rushabh Mehta4b9238a2016-05-12 15:22:59 +0530317.product-image-wrapper {
318 padding-bottom: 40px;
pratu16x760fe77c2017-02-13 21:52:43 +0530319}
320
321.duration-bar {
322 display: inline-block;
323 color: white;
pratu16x760fe77c2017-02-13 21:52:43 +0530324 background: #8FD288;
325 padding: 3px;
326}
327
328.duration-invisible {
329 visibility: hidden;
330}
331
332.duration-value {
333 float: right;
334}
335
336.bar-outer-text {
337 color: #8FD288;
338 background: none;
339 float: none;
340 border: none;
pratu16x7462e89e2017-02-14 17:17:28 +0530341}
342
343.bom-spec {
344 margin-bottom: 20px;
Kanchan Chauhanc8d47da2016-06-22 15:46:38 +0530345}