Subversion Repositories SmartDukaan

Rev

Details | Last modification | View Log | RSS feed

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