Subversion Repositories SmartDukaan

Rev

Rev 15971 | Rev 15973 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
10582 lgm 1
@import "common.less";
2
 
3
.cart-head{
4
  padding:7px 5px;
5
  margin-top:1px;
6
  background:darken(@list-color2,5%);
7
  > div:nth-of-type(1){
8
    .font(1.8em);
9
    text-transform:capitalize;
10
    color:@grey;
11
    font-weight:bold;
12
  }
13
  >div:nth-of-type(2){
14
    margin-top:3px;
15
    input{
16
      color:@grey;
17
      appearance:none;
18
      -webkit-appearance:none;
19
      .float(left);
20
      width:55%;
21
      border:@list-color2 solid 1px;
22
      padding:5px 4px;
23
      height:30px;
24
      .boxsize;
25
      .font(1.2em);
26
    }
27
    >div{
28
      .font(1.4em);
29
      .float(right);
30
      width:40%;
10846 lgm 31
      background:@sub-list;
10582 lgm 32
      color:@white;
33
      height:30px;
34
      line-height:30px;
35
      text-align:center;
36
    }
37
  }
38
 
39
}
40
 
41
.added-pd-hldr{
42
  padding: 8px;
43
  background: @list-color2;
44
  margin-top: 1px;
45
}
46
 
47
.added-pd{
48
  background:@white;
49
  border:@list-color2 solid 1px;
50
  margin-bottom:8px;
51
  border-left:none;
52
  border-right:none;
53
  .pd-img{
54
    .float(left);
55
    width:30%;
56
    height:100px;
57
    .boxsize;
58
    //border-right:@list-color2 solid 1px;
59
  }
60
  .pd-info{
61
    .float(left);
62
    width:70%;
63
    .pd-name{
64
      position:relative;
65
      padding:10px;
11227 lgm 66
      min-height: 100px;
10582 lgm 67
      .boxsize;
68
      >div:nth-of-type(1){
69
        .font(1.4em);
70
        color:@grey;
71
        white-space: nowrap;
72
        overflow: hidden;
73
        text-overflow: ellipsis;
10846 lgm 74
        padding-right:18px;
10582 lgm 75
      }
76
      > div.spec{
77
        padding-top:1px;
78
        .font(1.2em);
79
        color:@grey;
80
      }
81
      .cancel{
82
        position:absolute;
83
        width:20px;
84
        height:20px;
85
        right:5px;
86
        top:5px;
87
        z-index:2;
88
        background:url('../images/cancel.png')no-repeat center center;
89
        background-size:contain;
90
      }
91
    }
92
 
93
  }
94
 
11885 anikendra 95
.dealdiv{
96
	color: tomato !important;
97
	font-style: oblique !important;
98
}
99
 
100
.pd-price{
10582 lgm 101
      border-top:@list-color2 solid 1px;
102
      >div{
15971 manish.sha 103
        .float(left);
104
        width:33%;
10582 lgm 105
        .boxsize;
106
        padding:4px;
107
        text-align:center;
108
        color:@grey;
109
        span{
110
          display:block;
111
          padding:0 0 1px;
112
        }
113
        >div{
114
          padding-top:8px;
115
        }
116
      }
117
      > span{
118
        float:left;
119
        width:1%;
120
        padding-top: 28px;
121
      }
15971 manish.sha 122
      > div:nth-of-type(1){
123
        div{
124
          .font(1.2em);
125
        }
126
      }
10582 lgm 127
      > div:nth-of-type(2){
15953 manish.sha 128
        input{
10582 lgm 129
          appearance: none;
130
          -webkit-appearance: none;
15971 manish.sha 131
          width: 60%;
132
          float:left;
10582 lgm 133
          border: #F2F3EF solid 1px;
134
          text-align: center;
15972 manish.sha 135
          padding: 8px 3px;
10582 lgm 136
          .boxsize;
137
          color:@grey;
138
          background:@white;
15971 manish.sha 139
        }
140
        .confirm-qty{
141
          .font(1.0em);
142
	      float:right;
15972 manish.sha 143
	      width:25%;
15933 manish.sha 144
	      background:@sub-list;
145
	      color:@white;
146
	      text-align:center;
15971 manish.sha 147
        }     
10582 lgm 148
      }
15971 manish.sha 149
      >div:nth-of-type(3){
10582 lgm 150
          div{
151
            padding-top:7px;
152
            .font(1.4em);
10846 lgm 153
             color:@grey;
10582 lgm 154
             font-weight:bold;
155
          }
156
      }
157
    }
158
}
159
.insure{
160
  border-top:@list-color2 solid 1px;
161
  .insure-hldr{
162
    padding:5px;
163
    img{
164
      width:20px;
165
      .float(left);
166
      margin:5px 16px 0 10px;
167
    }
168
    label{
169
      .font(1.2em);
170
    }
171
  }
172
  >div:nth-of-type(2){
173
    //border-top:@list-color2 solid 1px;
174
    padding:5px 5px 5px 50px;
175
    label{
176
      display:block;
177
 
178
      padding-top:5px;
179
      .font(1.2em);
180
    }
181
  }
182
  .one-assist{
183
    border-top:@list-color2 solid 1px;
184
    padding:5px;
185
    img{
186
      width:40px;
187
      .float(left);
188
      margin:5px 5px 0 0;
189
    }
190
    label{
191
      .font(1.2em);
192
    }
193
  }
194
}
195
 
196
input[type="checkbox"]{
197
  .float(left);
198
  appearance:none;
199
  -webkit-appearance:none;
200
  width:25px;
201
  height:25px;
202
  background:url('../images/checkbox.png')no-repeat center center;
203
  background-size:contain;
204
  margin-right:5px;
205
}
206
input[type="checkbox"]:checked{
207
  background:url('../images/checkbox_selected.png')no-repeat center center;
208
  background-size:contain;
209
}
210
 
211
.sub-total{
212
  .sub-total-head{
213
    .font(1.4em);
214
    padding:6px;
10846 lgm 215
    background:@list-color1;
216
    color:@grey;
10582 lgm 217
    text-align:center;
218
    text-transform:uppercase;
219
  }
220
  .left{
221
    .float(left);
222
    width:40%;
223
    .boxsize;
224
    padding:7px;
225
    color:@grey;
226
    border-bottom:@list-color2 solid 1px;
227
    border-right:@list-color2 solid 1px;
228
    text-align:right;
229
    .font(1.4em);
230
  }
231
  .right{
232
    .float(right);
233
    padding:7px;
234
    width:60%;
235
    .boxsize;
236
    color:@grey;
237
    border-bottom:@list-color2 solid 1px;
238
    text-align:right;
239
    .font(1.4em);
240
  }
241
}
242
 
243
.checkout-hldr{
244
  background:@list-color2;
245
  padding:10px;
246
  .checkout-btn{
247
    background:@orange;
248
    text-transform:uppercase;
249
    color:@white;
250
    padding:10px;
251
    text-align:center;
252
    .font(1.6em);
253
  }
254
}
255
 
256
.add-coupon{
257
  border:@list-color1 solid 1px;
258
  background:@white;
259
  >div:nth-of-type(1){
260
    padding:5px;
261
  display:block;
262
  border:red dotted 1px;
263
  background:@list-color2;
264
  color:red;
265
  .font(1.4em);
266
  margin:10px;
267
  }
268
  >div:nth-of-type(2){
15952 manish.sha 269
    padding:10px 5px;
270
    background:@grey;
271
    color:@white;
272
    .font(1.4em);
273
  }
274
  >div:nth-of-type(3){
10582 lgm 275
    padding:10px 5px 10px;
276
    input{
277
    color:@grey;
278
      appearance:none;
279
      -webkit-appearance:none;
280
      .float(left);
281
      .boxsize;
282
      width:55%;
283
      border:@list-color2 solid 1px;
284
      padding:0 4px;
285
      height:30px;
286
      line-height:30px;
287
  }
288
  .apply-coupon{
289
    .font(1.4em);
290
      .float(right);
291
      width:40%;
15961 manish.sha 292
      background:@extgrey;
15933 manish.sha 293
      color:@black;
10582 lgm 294
      height:30px;
295
      line-height:30px;
296
      text-align:center;
297
  }
298
 }
299
}
300
.remove-coupon{
301
    .font(1.4em);
302
      background:@grey;
303
      color:@white;
304
      height:30px;
305
      line-height:30px;
306
      text-align:center;
307
  }
308
 
309
.cart-cont{
310
}
311
 
312
.empty-cart{
313
  height: 100px;
11094 lgm 314
  background: url('../images/empty-cart.png') no-repeat center center;
315
  background-size: contain;
316
  margin-top: 20%;
10582 lgm 317
 
318
}
319
 
320
.empty-msg{
321
  .font(1.6em);
322
  margin:10px 0;
323
  color:@grey;
324
}
325
 
326
.shop-more{
327
    .font(1.6em);
328
    font-weight:bold;
329
      background:@ltblue;
330
      color:@white;
331
      padding:8px 0;
332
      text-align:center;
333
      margin:10px auto;
334
      width:70%;
335
      max-width:260px;
336
  }
337
 
338
/*----------------------error-msg---------------------------*/
339
 
340
.error_msg{
341
  padding:5px;
342
  display:block;
343
  border:red dotted 1px;
344
  background:@list-color2;
345
  color:red;
346
  .font(1.4em);
347
  margin:10px;
348
}
349
 
11929 anikendra 350
#discount{
351
	.left{
352
		color:tomato !important;
353
	}
354
	.right{
355
		color:tomato !important;
356
	}
357
}