Subversion Repositories SmartDukaan

Rev

Rev 11229 | Rev 11288 | 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{
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;
10582 lgm 239
    }
240
    td:nth-of-type(2){
241
      text-align:left;
242
      padding-left:4px;
243
      .boxsize;
244
    }
245
  }
246
 
247
    .detail-div{
248
    color:@grey;
249
    text-align:left;
250
    .font(1.6em);
251
  }
252
}
253
 
254
.expert-review{
255
  p{
256
    .font(1.6em);
257
    color:@grey;
258
  }
259
  div{
260
    .font(1.4em);
261
    font-weight:bold;
262
    text-align:right;
263
    color:@grey;
264
    padding-bottom:5px;
265
    margin-bottom:5px;
266
    font-style: italic;
267
    color:@ltblue;
268
    border-bottom:@list-color1 solid 1px;
269
  }
270
}
271
 
272
.pd-offer{
273
  margin-top:5px;
274
  div:nth-of-type(1){
275
    .float(left);
10791 lgm 276
    background:@orange;
10582 lgm 277
    color:@white;
11094 lgm 278
    padding: 5px 2px;
10582 lgm 279
    width: 20%;
280
    .boxsize;
10791 lgm 281
   border:@orange solid 1px;
10582 lgm 282
   text-transform: uppercase;
11094 lgm 283
  line-height:32px;
10582 lgm 284
  }
285
  div:nth-of-type(2){
286
    .float(left);
287
    text-align:left;
288
    width: 80%;
289
    .boxsize;
10791 lgm 290
    border:@orange dashed 1px;
10582 lgm 291
    border-left:none;
292
    padding:5px;
11094 lgm 293
    // overflow: hidden;
294
    // text-overflow: ellipsis;
295
    // white-space: nowrap;
296
    height:44px;
10582 lgm 297
  }
298
}
299
 
300
/*----------------------error-msg---------------------------*/
301
 
302
.error_msg{
303
  padding:5px;
304
  display:block;
305
  border:red dotted 1px;
306
  background:@list-color2;
307
  color:red;
308
  .font(1.4em);
309
  margin:10px;
310
}