Subversion Repositories SmartDukaan

Rev

Rev 15969 | Rev 15971 | 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{
103
        .boxsize;
104
        padding:4px;
105
        text-align:center;
106
        color:@grey;
15970 manish.sha 107
        width:25%;
10582 lgm 108
        span{
109
          display:block;
110
          padding:0 0 1px;
111
        }
112
        >div{
113
          padding-top:8px;
114
        }
115
      }
116
      > span{
117
        float:left;
118
        width:1%;
119
        padding-top: 28px;
120
      }
121
      > div:nth-of-type(2){
15969 manish.sha 122
      	width: 26%;
123
      	float:left;
15953 manish.sha 124
        input{
10582 lgm 125
          appearance: none;
126
          -webkit-appearance: none;
127
          border: #F2F3EF solid 1px;
128
          text-align: center;
129
          padding: 8px 3px;
130
          .boxsize;
131
          color:@grey;
132
          background:@white;
15967 manish.sha 133
        }  
134
      }
135
      >div:nth-of-type(3){
136
      	  .font(1.0em);
15968 manish.sha 137
	      width:24%;
15969 manish.sha 138
	      float:left;
15933 manish.sha 139
	      background:@sub-list;
140
	      color:@white;
141
	      text-align:center;
10582 lgm 142
      }
15967 manish.sha 143
      >div:nth-of-type(4){
15968 manish.sha 144
      	  width:24%;
10582 lgm 145
          div{
146
            padding-top:7px;
147
            .font(1.4em);
10846 lgm 148
             color:@grey;
10582 lgm 149
             font-weight:bold;
150
          }
151
      }
152
    }
153
}
154
.insure{
155
  border-top:@list-color2 solid 1px;
156
  .insure-hldr{
157
    padding:5px;
158
    img{
159
      width:20px;
160
      .float(left);
161
      margin:5px 16px 0 10px;
162
    }
163
    label{
164
      .font(1.2em);
165
    }
166
  }
167
  >div:nth-of-type(2){
168
    //border-top:@list-color2 solid 1px;
169
    padding:5px 5px 5px 50px;
170
    label{
171
      display:block;
172
 
173
      padding-top:5px;
174
      .font(1.2em);
175
    }
176
  }
177
  .one-assist{
178
    border-top:@list-color2 solid 1px;
179
    padding:5px;
180
    img{
181
      width:40px;
182
      .float(left);
183
      margin:5px 5px 0 0;
184
    }
185
    label{
186
      .font(1.2em);
187
    }
188
  }
189
}
190
 
191
input[type="checkbox"]{
192
  .float(left);
193
  appearance:none;
194
  -webkit-appearance:none;
195
  width:25px;
196
  height:25px;
197
  background:url('../images/checkbox.png')no-repeat center center;
198
  background-size:contain;
199
  margin-right:5px;
200
}
201
input[type="checkbox"]:checked{
202
  background:url('../images/checkbox_selected.png')no-repeat center center;
203
  background-size:contain;
204
}
205
 
206
.sub-total{
207
  .sub-total-head{
208
    .font(1.4em);
209
    padding:6px;
10846 lgm 210
    background:@list-color1;
211
    color:@grey;
10582 lgm 212
    text-align:center;
213
    text-transform:uppercase;
214
  }
215
  .left{
216
    .float(left);
217
    width:40%;
218
    .boxsize;
219
    padding:7px;
220
    color:@grey;
221
    border-bottom:@list-color2 solid 1px;
222
    border-right:@list-color2 solid 1px;
223
    text-align:right;
224
    .font(1.4em);
225
  }
226
  .right{
227
    .float(right);
228
    padding:7px;
229
    width:60%;
230
    .boxsize;
231
    color:@grey;
232
    border-bottom:@list-color2 solid 1px;
233
    text-align:right;
234
    .font(1.4em);
235
  }
236
}
237
 
238
.checkout-hldr{
239
  background:@list-color2;
240
  padding:10px;
241
  .checkout-btn{
242
    background:@orange;
243
    text-transform:uppercase;
244
    color:@white;
245
    padding:10px;
246
    text-align:center;
247
    .font(1.6em);
248
  }
249
}
250
 
251
.add-coupon{
252
  border:@list-color1 solid 1px;
253
  background:@white;
254
  >div:nth-of-type(1){
255
    padding:5px;
256
  display:block;
257
  border:red dotted 1px;
258
  background:@list-color2;
259
  color:red;
260
  .font(1.4em);
261
  margin:10px;
262
  }
263
  >div:nth-of-type(2){
15952 manish.sha 264
    padding:10px 5px;
265
    background:@grey;
266
    color:@white;
267
    .font(1.4em);
268
  }
269
  >div:nth-of-type(3){
10582 lgm 270
    padding:10px 5px 10px;
271
    input{
272
    color:@grey;
273
      appearance:none;
274
      -webkit-appearance:none;
275
      .float(left);
276
      .boxsize;
277
      width:55%;
278
      border:@list-color2 solid 1px;
279
      padding:0 4px;
280
      height:30px;
281
      line-height:30px;
282
  }
283
  .apply-coupon{
284
    .font(1.4em);
285
      .float(right);
286
      width:40%;
15961 manish.sha 287
      background:@extgrey;
15933 manish.sha 288
      color:@black;
10582 lgm 289
      height:30px;
290
      line-height:30px;
291
      text-align:center;
292
  }
293
 }
294
}
295
.remove-coupon{
296
    .font(1.4em);
297
      background:@grey;
298
      color:@white;
299
      height:30px;
300
      line-height:30px;
301
      text-align:center;
302
  }
303
 
304
.cart-cont{
305
}
306
 
307
.empty-cart{
308
  height: 100px;
11094 lgm 309
  background: url('../images/empty-cart.png') no-repeat center center;
310
  background-size: contain;
311
  margin-top: 20%;
10582 lgm 312
 
313
}
314
 
315
.empty-msg{
316
  .font(1.6em);
317
  margin:10px 0;
318
  color:@grey;
319
}
320
 
321
.shop-more{
322
    .font(1.6em);
323
    font-weight:bold;
324
      background:@ltblue;
325
      color:@white;
326
      padding:8px 0;
327
      text-align:center;
328
      margin:10px auto;
329
      width:70%;
330
      max-width:260px;
331
  }
332
 
333
/*----------------------error-msg---------------------------*/
334
 
335
.error_msg{
336
  padding:5px;
337
  display:block;
338
  border:red dotted 1px;
339
  background:@list-color2;
340
  color:red;
341
  .font(1.4em);
342
  margin:10px;
343
}
344
 
11929 anikendra 345
#discount{
346
	.left{
347
		color:tomato !important;
348
	}
349
	.right{
350
		color:tomato !important;
351
	}
352
}