Subversion Repositories SmartDukaan

Rev

Rev 11119 | Rev 11229 | 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;
11227 lgm 174
      > p{
10791 lgm 175
        color:@sub-list;
11227 lgm 176
 
177
        text-align:center;
178
          span{
179
          color:@grey;
180
        }
10582 lgm 181
      }
11227 lgm 182
 
10582 lgm 183
    }    
184
  }
185
 
186
  .buy-btn{
187
    padding:7px 0;
188
    margin:10px auto;
189
    background:@orange;
190
    color:@white;
191
    .font(2.0em);
192
    width:70%;
193
    max-width:250px;
194
    text-align:center;
195
    text-transform:capitalize;
196
  }
197
 
198
  .pd-tab{
199
    background:@list-color1;
200
    color:@grey;
201
    text-transform:capitalize;
202
    padding:7px 5px;
203
    .font(1.6em);
204
    margin-bottom:2px;
205
    span:nth-of-type(1){
206
      .float(left);
207
      margin-top:3px;
208
    }
209
    span:nth-of-type(2){
210
      .float(right);
211
      .font(1.2em);
212
    }
213
  }
214
 
215
.pd-tab-open{
216
  margin:10px;
217
  table{
218
    border:@list-color2 solid 1px;
219
    width:100%;
220
     border-collapse: collapse;
221
     color:@grey;
222
     margin-bottom:10px;
223
    th{
224
      background:@list-color2;
225
      .font(1.6em);
226
      padding:5px 0 5px 5px;
227
      text-align:left;
228
    }
229
    td{
230
      .font(1.6em);
231
      text-align:center;
232
      border-bottom:@list-color2 solid 1px;
233
      padding:5px 3px;
234
    }
235
    td:nth-of-type(1){
236
      border-right:@list-color2 solid 1px;
11119 lgm 237
      text-align: left;
10582 lgm 238
    }
239
    td:nth-of-type(2){
240
      text-align:left;
241
      padding-left:4px;
242
      .boxsize;
243
    }
244
  }
245
 
246
    .detail-div{
247
    color:@grey;
248
    text-align:left;
249
    .font(1.6em);
250
  }
251
}
252
 
253
.expert-review{
254
  p{
255
    .font(1.6em);
256
    color:@grey;
257
  }
258
  div{
259
    .font(1.4em);
260
    font-weight:bold;
261
    text-align:right;
262
    color:@grey;
263
    padding-bottom:5px;
264
    margin-bottom:5px;
265
    font-style: italic;
266
    color:@ltblue;
267
    border-bottom:@list-color1 solid 1px;
268
  }
269
}
270
 
271
.pd-offer{
272
  margin-top:5px;
273
  div:nth-of-type(1){
274
    .float(left);
10791 lgm 275
    background:@orange;
10582 lgm 276
    color:@white;
11094 lgm 277
    padding: 5px 2px;
10582 lgm 278
    width: 20%;
279
    .boxsize;
10791 lgm 280
   border:@orange solid 1px;
10582 lgm 281
   text-transform: uppercase;
11094 lgm 282
  line-height:32px;
10582 lgm 283
  }
284
  div:nth-of-type(2){
285
    .float(left);
286
    text-align:left;
287
    width: 80%;
288
    .boxsize;
10791 lgm 289
    border:@orange dashed 1px;
10582 lgm 290
    border-left:none;
291
    padding:5px;
11094 lgm 292
    // overflow: hidden;
293
    // text-overflow: ellipsis;
294
    // white-space: nowrap;
295
    height:44px;
10582 lgm 296
  }
297
}
298
 
299
/*----------------------error-msg---------------------------*/
300
 
301
.error_msg{
302
  padding:5px;
303
  display:block;
304
  border:red dotted 1px;
305
  background:@list-color2;
306
  color:red;
307
  .font(1.4em);
308
  margin:10px;
309
}