| 14973 |
anikendra |
1 |
/*custom template */
|
| 13532 |
anikendra |
2 |
html, body {
|
|
|
3 |
height: 100%;
|
| 17804 |
manish.sha |
4 |
/*font-family: 'PT Sans', sans-serif,verdana,arial;*/
|
| 13532 |
anikendra |
5 |
color:#555555;
|
| 13672 |
anikendra |
6 |
background-color: #58d936;
|
| 13532 |
anikendra |
7 |
}
|
|
|
8 |
|
| 16859 |
anikendra |
9 |
body.adminpanel,body.whitebg{
|
|
|
10 |
background-color: #fff !important;height: auto;
|
| 13745 |
anikendra |
11 |
}
|
|
|
12 |
|
| 13532 |
anikendra |
13 |
body > .container{
|
| 13683 |
anikendra |
14 |
padding-top: 60px 5px 0;
|
| 13532 |
anikendra |
15 |
}
|
|
|
16 |
|
|
|
17 |
.nav {
|
|
|
18 |
font-family:Arial,sans-serif;
|
|
|
19 |
font-size:13px;
|
|
|
20 |
}
|
|
|
21 |
|
|
|
22 |
a {
|
|
|
23 |
color:#222222;
|
|
|
24 |
}
|
|
|
25 |
|
|
|
26 |
a:hover {
|
|
|
27 |
text-decoration:none;
|
|
|
28 |
}
|
|
|
29 |
|
|
|
30 |
hr {
|
|
|
31 |
border-color:#dedede;
|
|
|
32 |
}
|
|
|
33 |
|
|
|
34 |
.wrapper, .row {
|
| 14430 |
anikendra |
35 |
/*height: 100%;*/
|
| 13532 |
anikendra |
36 |
margin-left:0;
|
|
|
37 |
margin-right:0;
|
|
|
38 |
}
|
|
|
39 |
|
|
|
40 |
.wrapper:before, .wrapper:after,
|
|
|
41 |
.column:before, .column:after {
|
|
|
42 |
content: "";
|
|
|
43 |
display: table;
|
|
|
44 |
}
|
|
|
45 |
|
|
|
46 |
.wrapper:after,
|
|
|
47 |
.column:after {
|
|
|
48 |
clear: both;
|
|
|
49 |
}
|
|
|
50 |
|
|
|
51 |
.column {
|
|
|
52 |
height: 100%;
|
|
|
53 |
overflow: auto;
|
|
|
54 |
*zoom:1;
|
|
|
55 |
}
|
|
|
56 |
|
|
|
57 |
.column .padding {
|
|
|
58 |
padding: 20px;
|
|
|
59 |
}
|
|
|
60 |
|
|
|
61 |
.full{
|
|
|
62 |
padding-top:70px;
|
|
|
63 |
}
|
|
|
64 |
|
|
|
65 |
.box {
|
|
|
66 |
bottom: 0; /* increase for footer use */
|
|
|
67 |
left: 0;
|
|
|
68 |
position: absolute;
|
|
|
69 |
right: 0;
|
|
|
70 |
top: 0;
|
|
|
71 |
background-color:#444444;
|
|
|
72 |
/*
|
|
|
73 |
background-image:url('/assets/example/bg_suburb.jpg');
|
|
|
74 |
background-size:cover;
|
|
|
75 |
background-attachment:fixed;
|
|
|
76 |
*/
|
|
|
77 |
}
|
|
|
78 |
|
|
|
79 |
.divider {
|
|
|
80 |
margin-top:32px;
|
|
|
81 |
}
|
|
|
82 |
|
|
|
83 |
.navbar-blue {
|
|
|
84 |
border-width:0;
|
|
|
85 |
background-color:#3B5999;
|
|
|
86 |
color:#ffffff;
|
|
|
87 |
font-family:arial,sans-serif;
|
|
|
88 |
top:0;
|
|
|
89 |
position:fixed;
|
|
|
90 |
width:inherit;
|
|
|
91 |
}
|
|
|
92 |
|
|
|
93 |
.navbar-blue li > a,.navbar-toggle {
|
|
|
94 |
color:#efefef;
|
|
|
95 |
}
|
|
|
96 |
|
|
|
97 |
.navbar-blue .dropdown-menu li a {color:#2A4888;}
|
|
|
98 |
.navbar-blue .dropdown-menu li > a {padding-left:30px;}
|
|
|
99 |
|
|
|
100 |
.navbar-blue li>a:hover, .navbar-blue li>a:focus, .navbar-blue .open, .navbar-blue .open>a, .navbar-blue .open>a:hover, .navbar-blue .open>a:focus {
|
|
|
101 |
background-color:#2A4888;
|
|
|
102 |
color:#fff;
|
|
|
103 |
}
|
|
|
104 |
|
|
|
105 |
#main {
|
|
|
106 |
background-color:#e9eaed;
|
|
|
107 |
padding-left:0;
|
|
|
108 |
padding-right:0;
|
|
|
109 |
}
|
|
|
110 |
#main .img-circle {
|
|
|
111 |
margin-top:18px;
|
|
|
112 |
height:150px;
|
|
|
113 |
width:150px;
|
|
|
114 |
}
|
|
|
115 |
|
|
|
116 |
#sidebar {
|
|
|
117 |
padding:0px;
|
|
|
118 |
padding-top:15px;
|
|
|
119 |
}
|
|
|
120 |
|
|
|
121 |
#sidebar, #sidebar a, #sidebar-footer a {
|
|
|
122 |
color:#ffffff;
|
|
|
123 |
background-color:transparent;
|
|
|
124 |
text-shadow:0 0 2px #000000;
|
|
|
125 |
padding-left:5px;
|
|
|
126 |
}
|
|
|
127 |
#sidebar .nav li>a:hover {
|
|
|
128 |
background-color:#393939;
|
|
|
129 |
}
|
|
|
130 |
|
|
|
131 |
.logo {
|
|
|
132 |
display:block;
|
|
|
133 |
padding:3px;
|
|
|
134 |
background-color:#fff;
|
|
|
135 |
color:#3B5999;
|
|
|
136 |
height:28px;
|
|
|
137 |
width:28px;
|
|
|
138 |
margin:9px;
|
|
|
139 |
margin-right:2px;
|
|
|
140 |
margin-left:15px;
|
|
|
141 |
font-size:20px;
|
|
|
142 |
font-weight:700;
|
|
|
143 |
text-align:center;
|
|
|
144 |
text-decoration:none;
|
|
|
145 |
text-shadow:0 0 1px;
|
|
|
146 |
border-radius:2px;
|
|
|
147 |
}
|
|
|
148 |
#sidebar-footer {
|
|
|
149 |
background-color:#444;
|
|
|
150 |
position:absolute;
|
|
|
151 |
bottom:5px;
|
|
|
152 |
padding:5px;
|
|
|
153 |
}
|
|
|
154 |
#footer {
|
|
|
155 |
margin-bottom:20px;
|
|
|
156 |
}
|
|
|
157 |
|
|
|
158 |
/* bootstrap overrides */
|
|
|
159 |
|
|
|
160 |
h1,h2,h3 {
|
|
|
161 |
font-weight:800;
|
|
|
162 |
}
|
|
|
163 |
|
|
|
164 |
.navbar-toggle, .close {
|
|
|
165 |
outline:0;
|
|
|
166 |
}
|
|
|
167 |
|
|
|
168 |
.navbar-toggle .icon-bar {
|
|
|
169 |
background-color: #fff;
|
|
|
170 |
}
|
|
|
171 |
|
|
|
172 |
.btn-primary,.label-primary,.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
|
|
|
173 |
background-color:#3B5999;
|
|
|
174 |
color:#fffffe;
|
|
|
175 |
}
|
|
|
176 |
.btn-default {
|
|
|
177 |
color:#666666;
|
|
|
178 |
text-shadow:0 0 1px rgba(0,0,0,.3);
|
|
|
179 |
}
|
|
|
180 |
.form-control {
|
|
|
181 |
|
|
|
182 |
}
|
|
|
183 |
|
|
|
184 |
.panel textarea, .well textarea, textarea.form-control
|
|
|
185 |
{
|
|
|
186 |
resize: none;
|
|
|
187 |
}
|
|
|
188 |
|
|
|
189 |
.badge{
|
|
|
190 |
color:#3B5999;
|
|
|
191 |
background-color:#fff;
|
|
|
192 |
}
|
|
|
193 |
.badge:hover, .badge-inverse{
|
|
|
194 |
background-color:#3B5999;
|
|
|
195 |
color:#fff;
|
|
|
196 |
}
|
|
|
197 |
/*
|
|
|
198 |
.jumbotron {
|
|
|
199 |
background-color:transparent;
|
|
|
200 |
}
|
|
|
201 |
*/
|
|
|
202 |
.label-default {
|
|
|
203 |
background-color:#dddddd;
|
|
|
204 |
}
|
|
|
205 |
.page-header {
|
|
|
206 |
margin-top: 55px;
|
|
|
207 |
padding-top: 9px;
|
|
|
208 |
border-top:1px solid #eeeeee;
|
|
|
209 |
font-weight:700;
|
|
|
210 |
text-transform:uppercase;
|
|
|
211 |
letter-spacing:2px;
|
|
|
212 |
}
|
|
|
213 |
|
|
|
214 |
.panel-default .panel-heading {
|
|
|
215 |
background-color:#f9fafb;
|
|
|
216 |
color:#555555;
|
|
|
217 |
}
|
|
|
218 |
|
|
|
219 |
.col-sm-9.full {
|
|
|
220 |
width: 100%;
|
|
|
221 |
}
|
|
|
222 |
|
|
|
223 |
.modal-header, .modal-footer {
|
|
|
224 |
background-color:#f2f2f2;
|
| 13948 |
anikendra |
225 |
font-weight:800;
|
|
|
226 |
font-size:12px;
|
|
|
227 |
padding: 2px !important;
|
| 13532 |
anikendra |
228 |
}
|
|
|
229 |
|
|
|
230 |
.modal-footer i, .well i {
|
|
|
231 |
font-size:20px;
|
|
|
232 |
color:#c0c0c0;
|
|
|
233 |
}
|
|
|
234 |
|
|
|
235 |
.modal-body {
|
|
|
236 |
padding:0px;
|
|
|
237 |
}
|
| 13948 |
anikendra |
238 |
.modal-body div{padding: 0;margin: 0;}
|
| 13532 |
anikendra |
239 |
.modal-body textarea.form-control
|
|
|
240 |
{
|
|
|
241 |
resize: none;
|
|
|
242 |
border:0;
|
|
|
243 |
box-shadow:0 0 0;
|
|
|
244 |
}
|
|
|
245 |
|
|
|
246 |
small.text-muted {
|
|
|
247 |
font-family:courier,courier-new,monospace;
|
|
|
248 |
}
|
|
|
249 |
|
|
|
250 |
/* adjust the contents on smaller devices */
|
|
|
251 |
@media (max-width: 768px) {
|
|
|
252 |
|
|
|
253 |
.column .padding {
|
|
|
254 |
padding: 7px;
|
|
|
255 |
}
|
|
|
256 |
|
|
|
257 |
.full{
|
|
|
258 |
padding-top:20px;
|
|
|
259 |
}
|
|
|
260 |
|
|
|
261 |
.navbar-blue {
|
|
|
262 |
background-color:#3B5999;
|
|
|
263 |
top:0;
|
|
|
264 |
width:100%;
|
|
|
265 |
position:relative;
|
|
|
266 |
}
|
|
|
267 |
|
|
|
268 |
}
|
|
|
269 |
|
|
|
270 |
|
|
|
271 |
/*
|
|
|
272 |
* off canvas sidebar
|
|
|
273 |
* --------------------------------------------------
|
|
|
274 |
*/
|
|
|
275 |
@media screen and (max-width: 768px) {
|
|
|
276 |
.row-offcanvas {
|
|
|
277 |
position: relative;
|
|
|
278 |
-webkit-transition: all 0.25s ease-out;
|
|
|
279 |
-moz-transition: all 0.25s ease-out;
|
|
|
280 |
transition: all 0.25s ease-out;
|
|
|
281 |
}
|
|
|
282 |
|
|
|
283 |
.row-offcanvas-left.active {
|
|
|
284 |
left: 33%;
|
|
|
285 |
}
|
|
|
286 |
|
|
|
287 |
.row-offcanvas-left.active .sidebar-offcanvas {
|
|
|
288 |
left: -33%;
|
|
|
289 |
position: absolute;
|
|
|
290 |
top: 0;
|
|
|
291 |
width: 33%;
|
|
|
292 |
margin-left: 5px;
|
|
|
293 |
}
|
|
|
294 |
|
|
|
295 |
#sidebar, #sidebar a, #sidebar-footer a {
|
|
|
296 |
padding-left:3px;
|
|
|
297 |
}
|
|
|
298 |
}
|
|
|
299 |
#posts{min-height:465px;}
|
|
|
300 |
.widgetframe{
|
|
|
301 |
border:none;
|
|
|
302 |
height:320px;
|
|
|
303 |
}
|
|
|
304 |
.jumbotron p{
|
|
|
305 |
font-size:16px;
|
|
|
306 |
color:#ccc;
|
|
|
307 |
}
|
|
|
308 |
#flashMessage{
|
|
|
309 |
margin-top:10px;
|
|
|
310 |
font-size:1.1em;
|
|
|
311 |
color:#ccc;
|
|
|
312 |
text-align:center;
|
|
|
313 |
border: 1px dotted #285E8E;
|
|
|
314 |
}
|
|
|
315 |
.modal-dialog {}
|
|
|
316 |
.thumbnail {margin-bottom:6px;}
|
|
|
317 |
|
|
|
318 |
.carousel-control.left,.carousel-control.right{
|
|
|
319 |
background-image:none;
|
|
|
320 |
margin-top:10%;
|
|
|
321 |
width:5%;
|
|
|
322 |
}
|
| 13567 |
anikendra |
323 |
#push{margin-top: 60px;}
|
| 13532 |
anikendra |
324 |
.form-signin label{width: 150px;}
|
| 13565 |
anikendra |
325 |
|
|
|
326 |
/*mobile app css */
|
| 13688 |
anikendra |
327 |
.product_image{padding: 10px 0 0 10px;}
|
| 13717 |
anikendra |
328 |
.productthumb img{max-width: 100px;}
|
|
|
329 |
.productthumb{padding-left:5px;}
|
| 13565 |
anikendra |
330 |
.product_card{width: 160px;height: auto;float: left;margin-left: 8px;}
|
|
|
331 |
.product_name{margin:16px auto 0 !important;font-size: 14px !important;font-weight: bold !important;text-align: center;height: 40px;}
|
| 17175 |
naman |
332 |
.product_prices{margin: 0 0 0px 0;}
|
| 13719 |
anikendra |
333 |
.product_prices div{margin-top: 2px;}
|
|
|
334 |
.producttitle{margin-bottom:5px;font-size: 14px;}
|
| 13688 |
anikendra |
335 |
.product_price{font-size: 14px !important; font-weight: bold !important;color: #ff0000;}
|
| 13747 |
anikendra |
336 |
span.rupee{background-image: url("/img/sprite.png");height: 12px; width: 11px; background-position: 0px -103px; margin-top: 4px;vertical-align: top;display: inline-block;}
|
| 13719 |
anikendra |
337 |
.cashbacklabel{padding: 0px;margin: 0px;display: inline-block;font-size: 10px;}
|
|
|
338 |
.cashbackrupee{background-image: url("/img/sprite.png"); display: inline-block;height: 15px; width: 10px; background-position: 0px -188px; margin: 0px;vertical-align: middle;}
|
| 14685 |
anikendra |
339 |
.rupeesym{margin-bottom: 8px;height: 17px;}
|
| 17124 |
naman |
340 |
.deal_price{float: right}
|
| 13719 |
anikendra |
341 |
.deal_price span.rupee{background-image: url("/img/sprite.png"); height: 12px; width: 10px; background-position: 0px -188px; margin: 5px 0;vertical-align: top;}
|
| 13731 |
anikendra |
342 |
.text-striked{text-decoration: line-through;}
|
| 13688 |
anikendra |
343 |
.product_cashback{float:right;font-size: 10px !important;margin-right: 5px;}
|
| 13944 |
anikendra |
344 |
.productdetails{min-height: 100px;position: relative;padding-left:5px;padding-right: 0;}
|
| 16098 |
anikendra |
345 |
.productsmalldetails{position: relative;padding-left:5px;padding-right: 0;}
|
| 13752 |
anikendra |
346 |
.productdetails h4{margin: 0 0 5px 0;padding:0}
|
| 14215 |
anikendra |
347 |
.product_short_description{margin:0 0 5x;font-size:12px !important; /*line-height: 20px;*/ color:#737373;}
|
| 17766 |
manish.sha |
348 |
.product_actions{padding:0;height: 10px;}
|
|
|
349 |
.product_actions.likeit {top: 10px;z-index:10;left: 70px;height: 32px;width: 32px; position: absolute;padding:4px;}
|
|
|
350 |
.product_actions.dislikeit {right: 7px;z-index:10;left: 70px; height: 32px; width: 32px; position: absolute;top:70px;padding:4px;}
|
|
|
351 |
.product_actions span.likedeal{margin-right: 5px; background:url('/img/sprite.png');background-position: 0px -68px;width: 24px;height: 24px;float: left;}
|
|
|
352 |
.product_actions span.likedeal.active{background:url('/img/sprite.png');background-position: 0px -0px;width: 24px;height: 24px; float: left;}
|
|
|
353 |
.product_actions span.dislikedeal{bottom: 28px; background:url('/img/sprite.png');background-position: 0px -34px;width: 24px;height: 24px;float: left;}
|
|
|
354 |
.product_actions span.dislikedeal.active{background:url('/img/sprite.png');background-position: 0px -128px;width: 24px;height: 24px;float: left;}
|
| 13672 |
anikendra |
355 |
/*.list:last-child{margin: 0 0 10px 0 !important};*/
|
| 13688 |
anikendra |
356 |
.list{background-color: #fff;margin: 2px;width: 170px;height: 220px;padding: 0 !important;}
|
| 17766 |
manish.sha |
357 |
.card{background-color: white;margin: 5px 0 0 0;padding: 5px 5px 0 5px;position:relative;}
|
| 13570 |
anikendra |
358 |
.scrollable{overflow: auto;-webkit-overflow-scrolling: touch;}
|
| 13579 |
anikendra |
359 |
.scroll{-webkit-overflow-scrolling: touch;}
|
| 13567 |
anikendra |
360 |
.swipable{display: inline-block;white-space: nowrap;}
|
| 13579 |
anikendra |
361 |
.swipable li{border-right: 1px solid $c6c6c6;}
|
| 13583 |
anikendra |
362 |
.likedeal button.active{background-color:green;}
|
| 13672 |
anikendra |
363 |
.dislikedeal button.active{background-color:orange;}
|
|
|
364 |
.suborder{background-color: #fff;margin: 5px;padding: 5px;}
|
|
|
365 |
.suborder h4{font-weight: bold;}
|
|
|
366 |
span.deliverydate{font-weight: bold;}
|
| 14150 |
anikendra |
367 |
.filters p{margin: 5px;color: #58d936;font-weight: bold;background-color: #fff;}
|
| 13674 |
anikendra |
368 |
.aboutus{margin: 10px 5px;background-color: #fff;padding: 10px;}
|
|
|
369 |
.aboutus .subheader{color:#58d936;margin: 0px;}
|
| 13682 |
anikendra |
370 |
.bluelink{color: darkorchid;}
|
|
|
371 |
#myModal .modal-content{background-color: #36d98a;color:#000;padding: 10px;}
|
|
|
372 |
#myModal .modal-content h4{display: inline;padding-left: 5px;}
|
| 13822 |
anikendra |
373 |
#myModal .modal-content .text-muted,#myModal .modal-content .btn-xs{margin-left: 35px;}
|
| 13683 |
anikendra |
374 |
.container{width: 100% !important; padding: 0 5px 0 5px !important;}
|
| 13682 |
anikendra |
375 |
.carousel-inner img{margin: 0 auto;}
|
|
|
376 |
.howitworks{background-color: #fff;height: 100%;}
|
|
|
377 |
#gotit{width: 100px;background-color: #58d936;color: #fff;padding: 5px 10px;margin: -20px 0 ;}
|
| 13683 |
anikendra |
378 |
.carousel-inner{height: 550px;}
|
| 13685 |
anikendra |
379 |
.subheader{height: 40px;clear: both;}
|
|
|
380 |
.subheader h4,.subheader h5{color:#737373;}
|
|
|
381 |
.nav-tabs a{color: #fff;}
|
| 13686 |
anikendra |
382 |
.howitworks img{height: 400px !important;}
|
| 13688 |
anikendra |
383 |
.viewproduct{cursor: crosshair !important;}
|
| 18228 |
naman |
384 |
.accsproduct{cursor: crosshair !important;}
|
| 13719 |
anikendra |
385 |
.dealoffer{color: #000; height: auto;width:100%;}
|
| 13688 |
anikendra |
386 |
.noshow{visibility: hidden;}
|
| 14150 |
anikendra |
387 |
.offerlabel{font-weight:bold;font-size: 12px;padding:0;color:#58d936;}
|
| 19692 |
naman |
388 |
|
|
|
389 |
.offertext{padding-left:0;overflow: hidden;text-overflow:ellipsis;}
|
|
|
390 |
.offertext > p{margin-bottom:5px;}
|
|
|
391 |
|
|
|
392 |
|
| 13704 |
anikendra |
393 |
.categorypreferences{background-color: #fff;margin-bottom:10px;}
|
|
|
394 |
.categorytab{border: 1px solid #adadad;height: 35px;padding: 5px 0;}
|
| 13695 |
anikendra |
395 |
.categoryname{width: 60px;display: inline-block;}
|
| 13747 |
anikendra |
396 |
.brandpreferences,.pricepreferences{padding: 10px;}
|
|
|
397 |
.brandpreferences h5,.pricepreferences h5{font-weight: bold;}
|
| 13695 |
anikendra |
398 |
.categorytabcontrol{background:url('/img/catclosed.png') no-repeat;float: right;margin: 8px; height: 10px;width: 10px;display: inline-block;}
|
|
|
399 |
/*.minrange{float: left;}*/
|
|
|
400 |
/*.maxrange{float: right;}*/
|
|
|
401 |
.brandselector{visibility: hidden;}
|
|
|
402 |
.brandselector.active{visibility: visible;}
|
| 17692 |
naman |
403 |
.subcategoryselector{visibility: hidden;}
|
|
|
404 |
.subcategoryselector.active{visibility: visible;}
|
| 13698 |
anikendra |
405 |
.categorytabcontrol.active{background:url('/img/catopen.png') no-repeat;float: right;margin: 8px; height: 10px;width: 10px;display: inline-block;}
|
| 13750 |
anikendra |
406 |
/*.orderdetails{border-left: 1px solid #eaeaea;}*/
|
|
|
407 |
/*.orderdetails .btn{color: #fff; border-radius: 0px !important;}*/
|
| 13704 |
anikendra |
408 |
button.orderstatus{background-color: #57d835;}
|
| 13714 |
anikendra |
409 |
button.trackingurl{background-color: #959595;}
|
| 13731 |
anikendra |
410 |
.deletefav{background:url('/img/recycle-bin.png') no-repeat;height: 20px;width: 20px;display: inline-block;margin-top: 10px;}
|
| 13737 |
anikendra |
411 |
.clearfavs{padding-top:10px;}
|
| 13731 |
anikendra |
412 |
.deleteallfavs{background:url('/img/recycle-bin-inverted.png') no-repeat;height: 15px;width: 15px;display: inline-block;}
|
| 13736 |
anikendra |
413 |
.clearlist{font-size: 16px;font-weight: bold;color: #fff;}
|
| 13739 |
anikendra |
414 |
.mobileverification{background-color: #fff;margin: 10px 5px;height:100%;}
|
| 13736 |
anikendra |
415 |
.askformobileverification{margin: 20px 0 30px;color: #000; font-size: 1.5em;}
|
|
|
416 |
.telecaller{text-align: center;margin: 20px;}
|
|
|
417 |
.verificationcontrols{text-align: center;}
|
| 13739 |
anikendra |
418 |
.skipbtn{position:absolute;bottom:0;right:15px;}
|
| 13740 |
anikendra |
419 |
.first_name{font-size: 1.6em;}
|
|
|
420 |
.inline{display: inline;}
|
|
|
421 |
.address{padding: 10px 15px;}
|
| 13743 |
anikendra |
422 |
.editable{height: auto;font-size:1.4em;margin: 10px 0;}
|
| 13741 |
anikendra |
423 |
.profilelabel{font-size:1.4em;}
|
| 13743 |
anikendra |
424 |
.editbtn{text-align: center;background-color: #f1f1f1;padding:5px 0;}
|
|
|
425 |
.editall{font-size: 1.2em;}
|
|
|
426 |
.editall i{margin-right: 5px;}
|
|
|
427 |
.inputable{border: 2px solid #eaeaea;
|
|
|
428 |
padding: 5px;
|
|
|
429 |
cursor: pointer;}
|
| 13936 |
anikendra |
430 |
.ordercontrols{padding:0 !important;margin:5px 0;}
|
| 13750 |
anikendra |
431 |
.ordercontrols .btn{color: #fff;font-weight: bold;}
|
| 16929 |
anikendra |
432 |
.filters{padding: 5px 5px 0 5px;color: #fff;height: auto;background-color: #fff;}
|
| 13746 |
anikendra |
433 |
.filters div{padding: 0;margin: 0;}
|
| 15044 |
anikendra |
434 |
/*.filters div.dropdown{width: 120px;}*/
|
| 16082 |
anikendra |
435 |
.filters .herotext{padding-top: 7px;color: #58d936;}
|
| 13746 |
anikendra |
436 |
.filters ul.dropdown-menu{padding: 0px !important;margin: 0 !important;}
|
| 15044 |
anikendra |
437 |
.filters .dropdown button{background-color: #58d936;color:#fff;font-weight: bold;border-radius: 0;width: 100%;}
|
| 15042 |
anikendra |
438 |
.filters .dropdown button .greenbigtext{color: #58d936;}
|
|
|
439 |
.filters .dropdown button .greensmalltext{color: #58d936;font-size: smaller;min-height: 5px;}
|
| 15015 |
anikendra |
440 |
li.menu-item:not(:first-child):not(.dropdown-header) {padding: 5px 0;}
|
| 13746 |
anikendra |
441 |
.menu-item:not(:last-child){border-bottom: 1px solid #e5e5e5}
|
| 13936 |
anikendra |
442 |
.menu-item a:hover,.menu-item.selected{background-color: #36d98a !important;}
|
| 17692 |
naman |
443 |
.dropdown-header.menu-item{padding-top: 10px ;padding-bottom: 5px;color: #30b20d;font-weight: bold;background-color: #fafafa;}
|
| 13747 |
anikendra |
444 |
/*.categorypreferences .brandselector{background-image: url('/img/checkbox.png') no-repeat;height: 15px;width: 15px;}*/
|
| 13759 |
anikendra |
445 |
input[type="checkbox"]:checked {background: url('/img/checkbox_checked.png') no-repeat center center;background-size: contain;width: 25px;height: 25px;}
|
|
|
446 |
input[type="checkbox"] {float: left;appearance: none;-webkit-appearance: none;width: 25px;height: 25px;background: url('/img/checkbox.png') no-repeat center center;background-size: contain;margin-right: 5px;}
|
| 13750 |
anikendra |
447 |
.maxrange .slider{width: 100% !important;}
|
| 19146 |
naman |
448 |
.product_prices div{padding: 0 !important;font-size: 0.8em;color: green;}
|
| 13752 |
anikendra |
449 |
.orderdetails{padding:0;}
|
| 13936 |
anikendra |
450 |
.orderdetails div{padding: 0;margin: 0;/*font-size:0.8em;*/overflow:hidden;text-overflow:ellipsis;/*height:15px;*/}
|
| 13984 |
anikendra |
451 |
.orderid span{display: block;}
|
| 13752 |
anikendra |
452 |
.text-bold{font-weight: bold;text-transform: uppercase;}
|
|
|
453 |
.orderimage{position: relative;}
|
| 17804 |
manish.sha |
454 |
.orderimage img{margin:auto;}
|
| 13759 |
anikendra |
455 |
.revealbrands{width: 100%;clear: both; text-decoration: underline;}
|
| 15087 |
anikendra |
456 |
.brands{font-size: 1.2em;}
|
| 17692 |
naman |
457 |
.subcats{font-size: 1.2em;}
|
| 13815 |
anikendra |
458 |
.w25px{width: 25px !important;}
|
|
|
459 |
#srch-term{border-radius: 0;}
|
|
|
460 |
.searchterm{margin: 5px 15px;background-color: #fff;padding: 5px 10px;font-size: 1.2em;}
|
|
|
461 |
.searchbar .btn{height: 34px;}
|
| 13901 |
anikendra |
462 |
.searchresults .card{margin-left: 15px;margin-right: 15px;height: auto;}
|
|
|
463 |
.centeredimage img{margin: 0 auto;}
|
| 14789 |
anikendra |
464 |
.greenborder:not(:first-child){border-top: 1px solid #58d936;padding: 5px 0;}
|
|
|
465 |
.greenborder:first-child{margin-top:5px;padding: 5px 0;}
|
| 13901 |
anikendra |
466 |
.variants{color: #6294C3;font-size: 0.8em;}
|
|
|
467 |
#storeproducts{font-weight: bold;border-bottom: 1px solid #cecece;}
|
| 14713 |
anikendra |
468 |
#bestpricecontainer{font-size: 15px;margin-bottom: 5px;}
|
| 13903 |
anikendra |
469 |
.greenborder div{padding:0;}
|
| 13948 |
anikendra |
470 |
.modal-header .close{margin-top: -5px !important;font-size: 4em !important;}
|
| 13993 |
anikendra |
471 |
.pendingcashbacks .panel-body {background-color: #58d936}
|
| 14068 |
anikendra |
472 |
.storeproductinfo{padding: 5px 0;border-bottom: 1px solid #cecece;}
|
| 14135 |
anikendra |
473 |
.suborders{background-color:#58d936}
|
|
|
474 |
ul.noborder{border: none !important;}
|
| 14150 |
anikendra |
475 |
ul.noborder li{padding: 0 !important;}
|
|
|
476 |
ul.noborder li a{border-radius: 0;}
|
|
|
477 |
.verificationalert{color: #000;font-weight: normal;}
|
|
|
478 |
.verificationalert a{color: #58d936;}
|
|
|
479 |
ul.catselect{width: 100%;}
|
|
|
480 |
.catselect li{padding: 0;}
|
| 14215 |
anikendra |
481 |
.catselect li a{border-radius: 0;}
|
|
|
482 |
.typeahead{width: 100%}
|
| 14437 |
anikendra |
483 |
.typeahead input{width: 100%;}
|
|
|
484 |
.storeproductinfo .col-xs-3{text-align: center;}
|
| 14547 |
anikendra |
485 |
#storeproducts .col-xs-3{text-align: center;}
|
| 14579 |
anikendra |
486 |
.campaigntext{font-size: 1.2em;}
|
|
|
487 |
.filters .alert{padding: 6px;}
|
| 14674 |
anikendra |
488 |
.filters .alert a{font-weight: bold;}
|
|
|
489 |
.alert-info{border: 2px solid #58d936 !important;background: none !important;}
|
| 14720 |
anikendra |
490 |
#bestprice{font-size: 15px;color: #ff0000;}
|
| 14713 |
anikendra |
491 |
#bestpriceproductname{margin: 5px 0 0 0 !important;font-size: 18px;}
|
|
|
492 |
.text-small{font-size: smaller;}
|
|
|
493 |
.storelogo{height: 20px;}
|
|
|
494 |
[data-storename],.varnts{font-size: smaller;}
|
| 19169 |
naman |
495 |
.cashbackamount{color:green;font-size: 12px;margin-left: 0px;}
|
| 14713 |
anikendra |
496 |
#beststorelink{background-color: #ff0000; font-weight: bold;color:#fff;}
|
| 14789 |
anikendra |
497 |
.clearfix.varnts{margin-bottom: 5px;line-height: 150%;}
|
| 14782 |
anikendra |
498 |
span.variantcashback {font-size: smaller;color:#58d936;}
|
| 14789 |
anikendra |
499 |
span.storeminprice{color: #ff0000;}
|
| 14849 |
anikendra |
500 |
.arrowright{background: url('/img/arrow.png') no-repeat center center;background-size: contain;width: 25px;height: 25px;}
|
|
|
501 |
#notificationMessage{padding: 10px;}
|
| 14928 |
anikendra |
502 |
#skippopup{margin-top: 10px;}
|
|
|
503 |
.notificationmodal{}
|
| 14975 |
anikendra |
504 |
.notificationmodal .modal-footer{background: none;border: none;text-align: center;padding: 2px 2px 0 2px !important;margin-top: 20px;}
|
| 14973 |
anikendra |
505 |
/*a.okbtn{color:#58d936;font-size: 1.3em;font-weight: 100;}*/
|
|
|
506 |
.dismissbtn{padding-top: 5px;}
|
|
|
507 |
.dismissbtn a{color:#58d936;font-size: 1.3em;font-weight: 100;}
|
| 14928 |
anikendra |
508 |
.notificationmodal.modal1{}
|
|
|
509 |
.notificationMessage{font-size: 1.2em;text-align: center;font-weight: 100;}
|
| 14969 |
anikendra |
510 |
.closepopup{float: right;margin-top: -10px;margin-right: -5px;}
|
| 14992 |
anikendra |
511 |
.timeago{font-size: 0.8em;padding-left: 5px;}
|
| 14973 |
anikendra |
512 |
a.okbtn.btn{border-radius: 0;color: #fff !important;background-color: #58d936 !important;}
|
| 14992 |
anikendra |
513 |
.modal-dialog{width: 75%;margin: 100px auto;}
|
| 15015 |
anikendra |
514 |
span.clock{background: url('/img/clock.png') no-repeat center center;background-size: contain;width: 12px;height: 12px;display: inline-block;vertical-align: middle;}
|
|
|
515 |
.greyarrow{background: url('/img/greyarrow.png') no-repeat center center;background-size: contain;width: 12px;height: 12px;float: right; display: inline-block;margin-top: 4px;}
|
|
|
516 |
.dropdown-menu>li{display: block;padding: 3px 20px;clear: both;font-weight: 400;line-height: 1.42857143;color: #333;white-space: nowrap;}
|
|
|
517 |
span.sortlabel{margin-left: 20px;}
|
| 15055 |
anikendra |
518 |
/*.btn-desc{display: inline-block !important;padding: 3px 10px !important;border:1px solid ##e5e5e5;color:#000;font-weight: bold;}*/
|
|
|
519 |
.btn-asc,.btn-desc{display: inline-block !important;padding: 3px 10px !important;border: 1px solid #e5e5e5;color: #000 !important;border-radius: 0 !important;font-weight: bold;}
|
| 15015 |
anikendra |
520 |
ul.brands{background-color: #fff;margin: 0 15px;padding: 10px 20px;}
|
|
|
521 |
li.brand{border-bottom: 1px solid #f9f9f9;padding: 5px 0;}
|
| 17692 |
naman |
522 |
ul.subcats{background-color: #fff;margin: 0 15px;padding: 10px 20px;}
|
|
|
523 |
li.subcategory{border-bottom: 1px solid #f9f9f9;padding: 5px 0;}
|
| 15015 |
anikendra |
524 |
.brandname{margin-right: 5px;color: #58d936;}
|
| 17692 |
naman |
525 |
.subcategoryname{margin-right: 5px;color: #58d936;}
|
|
|
526 |
.subcategorycount{color: #ccc;}
|
| 15015 |
anikendra |
527 |
.filteractions{text-align: center;margin: 0 15px;height: 40px;}
|
|
|
528 |
.filteractions div{padding: 0 !important;}
|
|
|
529 |
.filteractions a {font-size: 1.5em;height: 40px;width: 100%;display: block;padding-top: 5px;}
|
|
|
530 |
.filteractions a.clearfilter{background-color: #ccc;color: #000;}
|
| 15019 |
anikendra |
531 |
.filteractions a.applyfilter{background-color: #3ca8f4;color: #fff;}
|
| 17692 |
naman |
532 |
.filteractions a.clearfiltersubcategory{background-color: #ccc;color: #000;}
|
| 15015 |
anikendra |
533 |
.filterbrand{float: right !important;}
|
| 17692 |
naman |
534 |
.filtersubcategory{float: right !important;}
|
| 15042 |
anikendra |
535 |
#showallbrands{background-color: #fff;font-size: 1.2em;margin: 0 15px;text-align: center;height: 30px;}
|
| 16031 |
anikendra |
536 |
.clearfilters, .selectbrand.active{color: #fff !important;background-color: #58d936 !important;padding: 0;margin: 0;width: 70% !important;font-size: 0.9em;}
|
| 17702 |
naman |
537 |
.selectsubcat.active{color: #fff !important;background-color: #58d936 !important;padding: 0;margin: 0;width: 70% !important;font-size: 0.9em;}
|
| 15065 |
anikendra |
538 |
.greentext{color: #58d936;}
|
| 15066 |
anikendra |
539 |
#popovertrigger{position: absolute;top:10px;z-index: -999;}
|
| 15085 |
anikendra |
540 |
.popover{max-width: 160px !important;}
|
| 15188 |
anikendra |
541 |
.nodeals{text-decoration: underline;color: #fff;font-size: 1.2em;font-weight: bold;}
|
| 15923 |
anikendra |
542 |
#customMessage{padding: 5px;}
|
| 16013 |
anikendra |
543 |
.couponcode,.codstatus{display: none;margin:0 !important;}
|
|
|
544 |
.red{color:red;}
|
| 16732 |
naman |
545 |
.bg-white{background-color: white !important;height: 41px !important;}
|
| 16863 |
anikendra |
546 |
.bg-white .btn{border-radius: 0;margin: 5px 5px 0 0; background-color: #fafafa;}
|
| 16013 |
anikendra |
547 |
.herotext a{color: #58d936;}
|
| 16031 |
anikendra |
548 |
.showdeals{display: inline-block;clear: both;width: 100%;color: #fff;font-size: 1.4em;text-decoration: underline;margin: 0 0 10px;}
|
| 16124 |
anikendra |
549 |
a.selectbrand{text-decoration: underline;}
|
| 17702 |
naman |
550 |
|
|
|
551 |
a.selectsubcat{text-decoration: underline;}
|
|
|
552 |
|
| 16124 |
anikendra |
553 |
#productoneliner{font-size: smaller;color: grey;}
|
|
|
554 |
.productoffer{font-size: smaller;}
|
| 16132 |
anikendra |
555 |
p.text-small{margin: 0;}
|
| 16234 |
anikendra |
556 |
.btn-wcb{border-radius: 0;color: #fff !important;}
|
| 17460 |
amit.gupta |
557 |
.dp{color:#737373 !important;font-size: 11px !important;}
|
| 17189 |
naman |
558 |
.filteraction{background-color: #ff0000 !important;color: #fff !important;margin-left: 10px; border-radius: 0;font-size:.9em; padding:0px 2px; width: auto !important;}
|
| 16246 |
anikendra |
559 |
.pt7{padding-top:7px;}
|
| 16263 |
anikendra |
560 |
.red-text{color: red;}
|
| 16403 |
anikendra |
561 |
.mr5{margin-right: 5px;}
|
| 16484 |
anikendra |
562 |
.offerhasnohtml{font-size: 10px; font-weight: bold;}
|
| 16523 |
anikendra |
563 |
.pt2{padding-top: 2px;display: inline-block;}
|
| 16656 |
anikendra |
564 |
.subcard:not(:first-child) .productsmalldetails{border-top: 2px dotted #58d936;display: block;}
|
| 16704 |
anikendra |
565 |
.text-bigger{font-size: larger;}
|
|
|
566 |
.text_arrange {padding: 0;margin: 0;font-size: 12px;}
|
| 17312 |
naman |
567 |
.text_arrange1 {padding: 4px 0px 4px 0px;margin: 0;font-size: 16px;}
|
| 16704 |
anikendra |
568 |
span.stars, span.stars span {
|
|
|
569 |
display: block;
|
|
|
570 |
background: url(../img/stars.png) 0 -16px repeat-x;
|
|
|
571 |
width: 80px;
|
|
|
572 |
height: 16px;
|
|
|
573 |
}
|
|
|
574 |
|
|
|
575 |
span.stars span {
|
|
|
576 |
background-position: 0 0;
|
|
|
577 |
}
|
|
|
578 |
.glyphicon.glyphicon-download-alt {
|
|
|
579 |
font-size: 10px;
|
|
|
580 |
}
|
| 16732 |
naman |
581 |
.appdetails {font-size: 12px;}
|
|
|
582 |
|
|
|
583 |
.offerprice{
|
| 17124 |
naman |
584 |
border: 1px solid #E0E0E0;
|
| 17312 |
naman |
585 |
width:80%;
|
| 17124 |
naman |
586 |
padding-top:0px;
|
|
|
587 |
padding-left:3px;
|
|
|
588 |
/*background: #58d936;*/
|
|
|
589 |
/*color:white;*/
|
|
|
590 |
margin-bottom:1px;
|
| 17312 |
naman |
591 |
font-size: 15px;
|
| 16732 |
naman |
592 |
}
|
|
|
593 |
|
|
|
594 |
.tab_layout{
|
|
|
595 |
border-right:1px solid;
|
|
|
596 |
border-color:white;
|
| 16759 |
naman |
597 |
}
|
|
|
598 |
#sharelink{
|
| 16771 |
naman |
599 |
margin-left: 0px;
|
| 17124 |
naman |
600 |
/*border:1px solid;*/
|
| 16759 |
naman |
601 |
padding:3px;
|
|
|
602 |
background:white;
|
|
|
603 |
margin-top:5px;
|
|
|
604 |
float:left;
|
|
|
605 |
}
|
|
|
606 |
.text-info{
|
|
|
607 |
float:right;
|
|
|
608 |
margin-top:8px
|
| 16771 |
naman |
609 |
}
|
|
|
610 |
.location_style
|
|
|
611 |
{
|
|
|
612 |
background:yellow;
|
|
|
613 |
word-wrap: break-word;
|
| 16857 |
naman |
614 |
}
|
|
|
615 |
.row_style{
|
|
|
616 |
background:#f9fafb;
|
|
|
617 |
padding:1px;
|
|
|
618 |
color:'grey';
|
|
|
619 |
font-size:12px;
|
|
|
620 |
}
|
|
|
621 |
|
|
|
622 |
.approved_panel{
|
|
|
623 |
background:#f9fafb !important;
|
|
|
624 |
padding:0px !important;
|
|
|
625 |
font-size:12px;
|
| 16863 |
anikendra |
626 |
}
|
| 16864 |
anikendra |
627 |
.p0{padding:0 !important;}
|
| 16865 |
anikendra |
628 |
.bgwhite{background-color: #fff !important;}
|
| 16883 |
anikendra |
629 |
.bgreen{border: 1px solid #58d936; padding: 5px;}
|
| 16925 |
anikendra |
630 |
.cb{color: #000 !important;}
|
| 17102 |
anikendra |
631 |
.dotted{border: 1px dotted #58d936;margin-bottom: 5px !important;display: block;}
|
| 17692 |
naman |
632 |
.apphint{width:100% !important;text-align: left;}
|
|
|
633 |
|
|
|
634 |
.see_more_link{
|
| 18228 |
naman |
635 |
/*color:#737373;*/
|
|
|
636 |
color:#A8A5A5;
|
|
|
637 |
font-size:10px;
|
| 17692 |
naman |
638 |
padding:3px 0px;
|
| 18228 |
naman |
639 |
margin-bottom: 0px;
|
| 17766 |
manish.sha |
640 |
}
|
|
|
641 |
.see_more_colors{
|
|
|
642 |
color:#58d936;
|
|
|
643 |
font-size:12px;
|
|
|
644 |
padding:3px 0px;
|
|
|
645 |
}
|
|
|
646 |
.minusqty {
|
|
|
647 |
font-size: 6pt;
|
|
|
648 |
color: #58d936;
|
|
|
649 |
}
|
|
|
650 |
.plusqty {
|
|
|
651 |
font-size: 6pt;
|
|
|
652 |
color: #58d936;
|
|
|
653 |
}
|
|
|
654 |
.input-group span.input-group-btn,.input-group input,.input-group button{
|
|
|
655 |
display: block;
|
|
|
656 |
width: 100%;
|
|
|
657 |
border-radius: 0;
|
|
|
658 |
margin: 0;
|
|
|
659 |
}
|
|
|
660 |
.input-group {
|
|
|
661 |
position: relative;
|
|
|
662 |
}
|
|
|
663 |
.input-group span.data-up{
|
|
|
664 |
position: relative;
|
|
|
665 |
top: 0;
|
|
|
666 |
}
|
|
|
667 |
.input-group span.data-dwn{
|
|
|
668 |
position: relative;
|
|
|
669 |
bottom: 0;
|
|
|
670 |
}
|
|
|
671 |
|
|
|
672 |
.form-control.text-center {
|
|
|
673 |
margin: 34px 0;
|
|
|
674 |
}
|
|
|
675 |
.itemquantity{
|
|
|
676 |
margin:20px;
|
|
|
677 |
text-align:center;
|
|
|
678 |
height:20px;
|
|
|
679 |
}
|
|
|
680 |
|
|
|
681 |
.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group{
|
|
|
682 |
margin-left:0;
|
|
|
683 |
}
|
|
|
684 |
|
|
|
685 |
#bottomNav {
|
|
|
686 |
padding:0px;
|
|
|
687 |
}
|
|
|
688 |
#bottomNav a {
|
|
|
689 |
font-size:0pt;
|
|
|
690 |
text-decoration:none;
|
|
|
691 |
}
|
|
|
692 |
#bottomNav a:hover {
|
|
|
693 |
color:#fff;
|
|
|
694 |
}
|
|
|
695 |
.cartcount {
|
|
|
696 |
padding: 1px 6px;
|
|
|
697 |
position: relative;
|
|
|
698 |
right: 10px;
|
|
|
699 |
bottom: 22px;
|
|
|
700 |
z-index: 999;
|
|
|
701 |
border-radius: .8em;
|
|
|
702 |
border: 1px solid #fff;
|
|
|
703 |
color: #fff;
|
|
|
704 |
background-color: #58d936;
|
|
|
705 |
font-size: 8pt;
|
|
|
706 |
}
|
|
|
707 |
.cartbutton{
|
|
|
708 |
color:#555;
|
|
|
709 |
font-size:22px;
|
|
|
710 |
transform: scaleX(-1);
|
|
|
711 |
-moz-transform: scaleX(-1);
|
|
|
712 |
-webkit-transform: scaleX(-1);
|
|
|
713 |
-ms-transform: scaleX(-1);
|
|
|
714 |
padding-top:16px;
|
|
|
715 |
}
|
|
|
716 |
.navbar-fixed-bottom{
|
|
|
717 |
bottom: 0;
|
|
|
718 |
margin-bottom: 0;
|
|
|
719 |
border-width: 1px 0 0;
|
|
|
720 |
background-color: #58d936;
|
|
|
721 |
position: fixed;
|
|
|
722 |
right: 0;
|
|
|
723 |
left: 0;
|
|
|
724 |
z-index: 1030;
|
|
|
725 |
transform: translate3d(0,0,0);
|
|
|
726 |
}
|
|
|
727 |
.carttotal {
|
|
|
728 |
font-size:14pt;
|
|
|
729 |
}
|
|
|
730 |
.carttotalval {
|
|
|
731 |
color:#555;
|
|
|
732 |
font-size:14pt;
|
|
|
733 |
}
|
|
|
734 |
.minusqtybutton{
|
|
|
735 |
text-align:center;
|
|
|
736 |
padding:5px;
|
|
|
737 |
}
|
|
|
738 |
.plusqtybutton{
|
|
|
739 |
text-align:center;
|
|
|
740 |
padding:5px;
|
|
|
741 |
}
|
|
|
742 |
.cartaddition{
|
|
|
743 |
padding-left: 0px;
|
|
|
744 |
padding-right: 0px;
|
|
|
745 |
left: 15px;
|
|
|
746 |
}
|
|
|
747 |
.productpricedetails{
|
|
|
748 |
width: 75%;
|
|
|
749 |
padding-right: 5px;
|
|
|
750 |
padding-left: 5px;
|
|
|
751 |
}
|
|
|
752 |
.productimage{
|
|
|
753 |
padding-right: 5px;
|
|
|
754 |
padding-left: 5px;
|
|
|
755 |
}
|
|
|
756 |
.morecolordetails{background-color: white;margin: 5px 0 0 0;padding: 5px 5px 0 5px;position:relative;}
|
| 17804 |
manish.sha |
757 |
.colorbtn{
|
|
|
758 |
margin:3px;
|
|
|
759 |
font-size:8pt;
|
|
|
760 |
}
|
| 17766 |
manish.sha |
761 |
.colorbtn.active{
|
|
|
762 |
background-color:#58d936;
|
| 17804 |
manish.sha |
763 |
color:#fff;
|
| 17766 |
manish.sha |
764 |
}
|
|
|
765 |
.checkout{
|
|
|
766 |
margin-bottom: 10px;
|
|
|
767 |
margin-top: 10px;
|
|
|
768 |
background-color:#58d936;
|
|
|
769 |
color : #fff;
|
| 17905 |
manish.sha |
770 |
padding: 5px 12px;
|
| 17766 |
manish.sha |
771 |
}
|
|
|
772 |
.pmfooter{
|
|
|
773 |
background-color:#fff;
|
|
|
774 |
border-top: 1px #939292 solid;
|
|
|
775 |
}
|
|
|
776 |
.carticon{
|
|
|
777 |
vertical-align: middle;
|
|
|
778 |
}
|
| 17804 |
manish.sha |
779 |
.cartpagedetails
|
|
|
780 |
{
|
|
|
781 |
top: 0;
|
|
|
782 |
position: fixed;
|
|
|
783 |
left: 0;
|
|
|
784 |
right: 0;
|
|
|
785 |
margin: 0 auto;
|
|
|
786 |
height:40px;
|
|
|
787 |
color:#555;
|
|
|
788 |
background-color:#f5f5f5;
|
|
|
789 |
}
|
|
|
790 |
.backtodeals
|
|
|
791 |
{
|
|
|
792 |
top: 4px;
|
|
|
793 |
left: 10px;
|
|
|
794 |
font-size: 12pt;
|
|
|
795 |
padding: 10px;
|
|
|
796 |
|
|
|
797 |
}
|
|
|
798 |
.cartheader {
|
|
|
799 |
color:#555;
|
|
|
800 |
font-size:12pt;
|
|
|
801 |
padding-left:30px;
|
|
|
802 |
}
|
|
|
803 |
.cartpagemargin{
|
|
|
804 |
margin-top:45px;
|
|
|
805 |
position:relative;
|
|
|
806 |
}
|
|
|
807 |
.cartdetailscard{
|
| 17905 |
manish.sha |
808 |
padding-bottom: 8px;
|
| 17804 |
manish.sha |
809 |
position:relative;
|
|
|
810 |
-webkit-overflow-scrolling: touch;
|
|
|
811 |
}
|
|
|
812 |
.cartdetailimage{
|
|
|
813 |
padding:0px;
|
|
|
814 |
}
|
|
|
815 |
.cartpricedetails{
|
|
|
816 |
padding-right: 5px;
|
|
|
817 |
padding-left: 5px;
|
|
|
818 |
}
|
|
|
819 |
.cartdetailsadd{
|
|
|
820 |
padding-left: 0px;
|
|
|
821 |
padding-right: 0px;
|
|
|
822 |
left: 0px;
|
|
|
823 |
}
|
|
|
824 |
.cartitemstotal{
|
|
|
825 |
margin-top:5px;
|
|
|
826 |
font-size:10pt;
|
|
|
827 |
}
|
|
|
828 |
.cartgrandtotal{
|
|
|
829 |
font-size:10pt;
|
|
|
830 |
margin-bottom:5px;
|
|
|
831 |
}
|
|
|
832 |
.pincodeval{
|
|
|
833 |
width:100px;
|
|
|
834 |
}
|
| 17905 |
manish.sha |
835 |
/*.bottomargin{
|
| 17804 |
manish.sha |
836 |
position: relative;
|
|
|
837 |
margin-top:136px;
|
| 17905 |
manish.sha |
838 |
}*/
|
| 17804 |
manish.sha |
839 |
.checkoutbtn{
|
|
|
840 |
margin-bottom: 10px;
|
|
|
841 |
margin-top: 10px;
|
|
|
842 |
background-color:#58d936;
|
|
|
843 |
color : #fff;
|
|
|
844 |
width:100%;
|
|
|
845 |
}
|
|
|
846 |
.changepincode{
|
|
|
847 |
margin-bottom: 5px;
|
|
|
848 |
margin-top: 5px;
|
|
|
849 |
background-color:#58d936;
|
|
|
850 |
color : #fff;
|
|
|
851 |
}
|
|
|
852 |
.popover-markup
|
|
|
853 |
{
|
|
|
854 |
position: relative;
|
|
|
855 |
font-size:10pt;
|
|
|
856 |
}
|
|
|
857 |
.carterror{
|
|
|
858 |
vertical-align: middle;
|
|
|
859 |
position: relative;
|
|
|
860 |
font-size: 10pt;
|
|
|
861 |
margin: 2px 0px 0px 0px;
|
|
|
862 |
height: 38px;
|
|
|
863 |
padding: 0px;
|
|
|
864 |
text-align: center;
|
|
|
865 |
}
|
|
|
866 |
/*.cartitemmsg{
|
|
|
867 |
border: 2px solid #58d936;
|
|
|
868 |
font-size: 8pt;
|
|
|
869 |
padding: 2px;
|
|
|
870 |
}*/
|
|
|
871 |
.itemmsgclose{
|
|
|
872 |
font-size: 14px;
|
| 17871 |
manish.sha |
873 |
}
|
|
|
874 |
.close {
|
|
|
875 |
float: right;
|
|
|
876 |
font-size: 21px;
|
|
|
877 |
font-weight: 700;
|
|
|
878 |
line-height: 1;
|
| 17881 |
manish.sha |
879 |
color:#fff;
|
| 17871 |
manish.sha |
880 |
text-shadow: 0 1px 0 #fff;
|
|
|
881 |
filter: alpha(opacity=20);
|
| 17881 |
manish.sha |
882 |
opacity: 1;
|
|
|
883 |
padding: 0;
|
| 17871 |
manish.sha |
884 |
}
|
|
|
885 |
.cartmsg-info{
|
|
|
886 |
background-color:#5bc0de;
|
|
|
887 |
width:100%;
|
|
|
888 |
padding:5px;
|
| 17881 |
manish.sha |
889 |
color:#fff;
|
| 17871 |
manish.sha |
890 |
}
|
|
|
891 |
.cartmsg-danger{
|
|
|
892 |
background-color:#d9534f;
|
|
|
893 |
width:100%;
|
|
|
894 |
padding:5px;
|
| 17881 |
manish.sha |
895 |
color:#fff;
|
| 17871 |
manish.sha |
896 |
}
|
|
|
897 |
.carttotalitems, .carttotalitemsval{
|
|
|
898 |
top: 5px;
|
|
|
899 |
border: 1px solid #fff;
|
|
|
900 |
color: #555;
|
|
|
901 |
font-size: 8pt;
|
|
|
902 |
position: relative;
|
| 17905 |
manish.sha |
903 |
right: 25px;
|
| 17871 |
manish.sha |
904 |
}
|
|
|
905 |
.carttotalamt{
|
|
|
906 |
margin-left: 0;
|
|
|
907 |
position: relative;
|
|
|
908 |
right: 25px;
|
|
|
909 |
bottom: 8px;
|
| 18007 |
manish.sha |
910 |
}
|
| 18544 |
naman |
911 |
.cart_short_description{margin:0 0 5x;font-size:12px !important;}
|
|
|
912 |
|
|
|
913 |
.setback{
|
|
|
914 |
background:#ffffcc;
|
| 19146 |
naman |
915 |
}
|
|
|
916 |
|
| 19310 |
naman |
917 |
.netPriceAfterCashBack{margin:0px;}
|
|
|
918 |
|
|
|
919 |
.glyphicon-tags{
|
|
|
920 |
transform: rotate(80deg);
|
| 19905 |
naman |
921 |
}
|
|
|
922 |
|
|
|
923 |
.glyphicon-bookmark{
|
|
|
924 |
transform: rotate(-90deg);
|
|
|
925 |
color: maroon;
|
|
|
926 |
font-size : 14px;
|
|
|
927 |
top : 3px;
|
|
|
928 |
}
|
| 19926 |
naman |
929 |
|
|
|
930 |
.linkdeal{
|
|
|
931 |
color: #3399fe;
|
|
|
932 |
border: 1px solid #3399fe;
|
|
|
933 |
padding: 1px 3px;
|
|
|
934 |
}
|