Subversion Repositories SmartDukaan

Rev

Rev 12634 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
10582 lgm 1
@import "common.less";
2
 
3
input{
4
  .boxsize;
5
  .font(1.6em);
6
  appearance:none;
7
  -webkit-appearance:none;
8
  border:@list-color2 solid 1px;
9
  padding:5px;
10
 width:100%;
11
}
12
 
13
#email{
14
  margin:5px 5%;
15
  width:90%;
16
}
17
 
18
.pd_name{
19
  background:@list-color2;
20
  margin-top:1px;
21
  padding:5px 10px;
22
  .boxsize;
23
  color:@grey;
24
  div:nth-of-type(1){
25
    .font(2.0em);
26
  }
27
  div:nth-of-type(2){
28
    .font(1.4em);
10791 lgm 29
    color:@sub-list;
10582 lgm 30
  }
31
}
32
 
33
.pd-price-cont{
34
  background:@list-color2;
35
  width:100%;
36
  padding:5px 8px;
37
  margin-bottom:10px;
38
  .boxsize;
39
  .price-hldr{
10643 lgm 40
    //margin-top:5px;
10582 lgm 41
    color:@sub-list;
42
    text-align:center;
43
    span:nth-of-type(1){
44
      display:inline-block;
10791 lgm 45
      .font(1.6em);
46
      //width:12px;
47
      //height:15px;
10728 lgm 48
      //background:url("../images/rupee.png")no-repeat center center;
10791 lgm 49
      //background-size:contain;
50
      color:@grey;
10582 lgm 51
    }
10791 lgm 52
 
10582 lgm 53
    span:nth-of-type(1) img{
54
      height:20px;
55
    }
56
    span:nth-of-type(2){
57
      .font(1.6em);
58
      text-decoration: line-through;
59
      display:inline-block;
60
      padding:0 3px;
61
    }
62
    span:nth-of-type(3){
63
      .font(1.8em);
10791 lgm 64
      color:@grey;
10582 lgm 65
    }
66
    span:nth-of-type(4){
10791 lgm 67
      color:@grey;
10582 lgm 68
      .font(1.6em);
69
      display:inline-block;
70
      padding:0 3px;
10791 lgm 71
      //font-weight:bold;
10582 lgm 72
    }
73
    > div{
74
      .font(1.4em);
75
    }
76
  }
77
  .btn-hldr{
78
 
79
    margin-top: 5px;
80
    .color-count{
81
    .font(1.4em);
82
      .float(left);
83
      width:50%;
84
      color:@grey;
85
      padding:5px;
86
      .boxsize; 
87
      text-align:center;
88
    }
89
    select{
90
      appearance:none;
91
      -webkit-appearance:none;
92
      border-radius:0;
93
      .float(right);
94
      .boxsize;
10791 lgm 95
      color:@sub-list;
10582 lgm 96
      width:50%;
97
      padding:4px 10px 4px 4px;
98
      text-align:center;
99
      .font(1.6em);
10791 lgm 100
      border:@sub-list solid 1px;
101
      background:url("../images/arrow-blue.png")no-repeat 95% center, #ffffff;
10582 lgm 102
      background-size:15px;
103
      outline:0;
104
    }
10615 lgm 105
    p{
10643 lgm 106
     .font(1.6em);
107
     color:@sub-list;
10615 lgm 108
    }
10582 lgm 109
  }
110
}
111
 
112
    .buy-now{
113
      width:90%;
114
      padding:10px 0;
115
      text-align:center;
116
      color:@white;
117
      background:@orange;
118
      text-transform:uppercase;
119
      .font(1.6em);
120
      margin:10px 5% 10px 5%;
121
    }
122
 
123
.pd-images{
124
  padding:5px 10px;
125
  .boxsize;
126
  overflow:auto;
127
  .pd-wrapper{
128
    display:inline-block;
129
    white-space:nowrap;
130
  }
131
  .pd-image{
132
    display:inline-block;
133
    border:@lightgrey solid 1px;
134
    width:210px;
135
    height:210px;
136
    margin-right:5px;
137
  }
138
}
139
 
140
 
141
 
142
  .check-aval{
143
    background:@list-color2;
144
    padding:0 5px; 
145
    div:nth-of-type(1){
146
      padding:18px 0 10px;
147
      input{
148
        .float(left);
149
        width:55%;
150
      }
151
      .btn-blue{
152
        .font(1.2em);
153
        .float(right);
154
        width:44%;
155
        padding:8px 2px;
156
        color:@white;
10791 lgm 157
        background:@sub-list;
10582 lgm 158
        .boxsize;
159
        text-align:center;
160
        white-space: nowrap;
161
        overflow: hidden;
162
        text-overflow: ellipsis;
163
      }
164
    }
165
  }
166
 
167
  .info-div{
168
    margin:0 0 10px 0;
169
    background:@list-color2;
170
    padding:0 0 5px 0;
171
    div{
11263 lgm 172
 
173
      } 
174
     p{
175
        padding:2px 0 0 0;
10791 lgm 176
        color:@sub-list;
11263 lgm 177
         .font(1.6em);
178
        text-align:center;
179
          span{
180
          color:@grey;
181
        }
10582 lgm 182
      }
11263 lgm 183
 
184
 
10582 lgm 185
  }
186
 
187
  .buy-btn{
188
    padding:7px 0;
189
    margin:10px auto;
190
    background:@orange;
191
    color:@white;
192
    .font(2.0em);
193
    width:70%;
194
    max-width:250px;
195
    text-align:center;
196
    text-transform:capitalize;
197
  }
198
 
199
  .pd-tab{
200
    background:@list-color1;
201
    color:@grey;
202
    text-transform:capitalize;
203
    padding:7px 5px;
204
    .font(1.6em);
205
    margin-bottom:2px;
206
    span:nth-of-type(1){
207
      .float(left);
208
      margin-top:3px;
209
    }
210
    span:nth-of-type(2){
211
      .float(right);
212
      .font(1.2em);
213
    }
214
  }
215
 
216
.pd-tab-open{
217
  margin:10px;
218
  table{
219
    border:@list-color2 solid 1px;
220
    width:100%;
221
     border-collapse: collapse;
222
     color:@grey;
223
     margin-bottom:10px;
224
    th{
225
      background:@list-color2;
226
      .font(1.6em);
227
      padding:5px 0 5px 5px;
228
      text-align:left;
229
    }
230
    td{
231
      .font(1.6em);
232
      text-align:center;
233
      border-bottom:@list-color2 solid 1px;
234
      padding:5px 3px;
235
    }
236
    td:nth-of-type(1){
237
      border-right:@list-color2 solid 1px;
11119 lgm 238
      text-align: left;
11288 anikendra 239
      width: 25%;
10582 lgm 240
    }
241
    td:nth-of-type(2){
242
      text-align:left;
243
      padding-left:4px;
244
      .boxsize;
245
    }
246
  }
247
 
248
    .detail-div{
249
    color:@grey;
250
    text-align:left;
251
    .font(1.6em);
252
  }
253
}
254
 
255
.expert-review{
256
  p{
257
    .font(1.6em);
258
    color:@grey;
259
  }
260
  div{
261
    .font(1.4em);
262
    font-weight:bold;
263
    text-align:right;
264
    color:@grey;
265
    padding-bottom:5px;
266
    margin-bottom:5px;
267
    font-style: italic;
268
    color:@ltblue;
269
    border-bottom:@list-color1 solid 1px;
270
  }
271
}
272
 
273
.pd-offer{
274
  margin-top:5px;
275
  div:nth-of-type(1){
276
    .float(left);
10791 lgm 277
    background:@orange;
10582 lgm 278
    color:@white;
11094 lgm 279
    padding: 5px 2px;
10582 lgm 280
    width: 20%;
281
    .boxsize;
10791 lgm 282
   border:@orange solid 1px;
10582 lgm 283
   text-transform: uppercase;
11094 lgm 284
  line-height:32px;
10582 lgm 285
  }
286
  div:nth-of-type(2){
287
    .float(left);
288
    text-align:left;
289
    width: 80%;
290
    .boxsize;
10791 lgm 291
    border:@orange dashed 1px;
10582 lgm 292
    border-left:none;
293
    padding:5px;
11094 lgm 294
    // overflow: hidden;
295
    // text-overflow: ellipsis;
296
    // white-space: nowrap;
297
    height:44px;
10582 lgm 298
  }
299
}
300
 
11731 lgm 301
#view-more{
302
  background:@grey;
303
  color:@white;
304
  .font(1.4em);
305
  display:none;
306
  padding:5px;
307
  margin:5px 0;
308
  text-align:center;
309
}
310
 
311
#viewmore_1{
312
   .float(right);
313
    .font(1.4em);
314
    color:@grey;
315
    border-bottom:lighten(@grey,30%) solid 1px;
316
    margin-top: 7px;
317
    margin-right: 5px;
318
    display:none;
319
}
320
 
10582 lgm 321
/*----------------------error-msg---------------------------*/
322
 
323
.error_msg{
324
  padding:5px;
325
  display:block;
326
  border:red dotted 1px;
327
  background:@list-color2;
328
  color:red;
329
  .font(1.4em);
330
  margin:10px;
331
}
12056 anikendra 332
.strike{ color: #888888; font: 1.6em Helvetica,Arial,sans-serif !important; text-decoration: line-through !important;}
333
.dealprice{
334
	.onlyforyou,.dealpricevalue{font: 1.2em/1em Helvetica,arial,sans-serif !important;font-weight:bold !important;}
335
	#rs,#dealdiscount{font: 1.2em/1em Helvetica,arial,sans-serif !important;}
336
	.dealpricevalue,#rs{color:tomato !important;text-decoration:none !important;}
337
}
12059 anikendra 338
.offertext{font: 1.2em/1em Helvetica,arial,sans-serif !important;color:tomato !important;}
12056 anikendra 339
.couponcode{
340
	.couponlabel,.coupon{font: 1.2em/1em Helvetica,arial,sans-serif !important;font-weight:bold !important;}
341
	.couponlabel{color:tomato !important;}
342
	.coupon{text-decoration:none !important;}
343
}
12059 anikendra 344
.tomato{color:tomato !important;}
12623 anikendra 345
.smalloffettext{font-size:0.8em !important;}
346
.affiliatename{
12634 anikendra 347
  width:45%;display:inline-block;float:right;  
12623 anikendra 348
}
349
.affiliatelink{
350
  width:50%;display:inline-block;
351
  a{
352
    #buy{
12634 anikendra 353
      margin:0px !important;display:inline-block;
12623 anikendra 354
    }
355
  }
356
}
16678 amit.gupta 357
 
358
 
359
.disable-selection {
360
     -moz-user-select: none; /* Firefox */
361
      -ms-user-select: none; /* Internet Explorer */
362
   -khtml-user-select: none; /* KHTML browsers (e.g. Konqueror) */
363
  -webkit-user-select: none; /* Chrome, Safari, and Opera */
364
  -webkit-touch-callout: none; /* Disable Android and iOS callouts*/
365
}