Subversion Repositories SmartDukaan

Rev

Rev 11094 | Rev 11227 | 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
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{
172
      .font(1.6em);
173
      padding:2px 0 0 0;
174
      span:nth-of-type(1){
10791 lgm 175
        color:@sub-list;
10582 lgm 176
        .float(left);
177
        width:50%;
178
        text-align:right;
179
      }
180
      span:nth-of-type(2){
10791 lgm 181
        color:@grey;
10582 lgm 182
        .float(left);
183
        width:50%;
184
      }
185
    }    
186
  }
187
 
188
  .buy-btn{
189
    padding:7px 0;
190
    margin:10px auto;
191
    background:@orange;
192
    color:@white;
193
    .font(2.0em);
194
    width:70%;
195
    max-width:250px;
196
    text-align:center;
197
    text-transform:capitalize;
198
  }
199
 
200
  .pd-tab{
201
    background:@list-color1;
202
    color:@grey;
203
    text-transform:capitalize;
204
    padding:7px 5px;
205
    .font(1.6em);
206
    margin-bottom:2px;
207
    span:nth-of-type(1){
208
      .float(left);
209
      margin-top:3px;
210
    }
211
    span:nth-of-type(2){
212
      .float(right);
213
      .font(1.2em);
214
    }
215
  }
216
 
217
.pd-tab-open{
218
  margin:10px;
219
  table{
220
    border:@list-color2 solid 1px;
221
    width:100%;
222
     border-collapse: collapse;
223
     color:@grey;
224
     margin-bottom:10px;
225
    th{
226
      background:@list-color2;
227
      .font(1.6em);
228
      padding:5px 0 5px 5px;
229
      text-align:left;
230
    }
231
    td{
232
      .font(1.6em);
233
      text-align:center;
234
      border-bottom:@list-color2 solid 1px;
235
      padding:5px 3px;
236
    }
237
    td:nth-of-type(1){
238
      border-right:@list-color2 solid 1px;
11119 lgm 239
      text-align: left;
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
 
301
/*----------------------error-msg---------------------------*/
302
 
303
.error_msg{
304
  padding:5px;
305
  display:block;
306
  border:red dotted 1px;
307
  background:@list-color2;
308
  color:red;
309
  .font(1.4em);
310
  margin:10px;
311
}