| Line 22... |
Line 22... |
| 22 |
a {
|
22 |
a {
|
| 23 |
color:#222222;
|
23 |
color:#222222;
|
| 24 |
}
|
24 |
}
|
| 25 |
|
25 |
|
| 26 |
a:hover {
|
26 |
a:hover {
|
| 27 |
background-color:#125688;
|
27 |
background-color:#F4FA58;
|
| 28 |
}
|
28 |
}
|
| 29 |
|
29 |
|
| 30 |
hr {
|
30 |
hr {
|
| 31 |
border-color:#dedede;
|
31 |
border-color:#dedede;
|
| 32 |
}
|
32 |
}
|
| Line 96... |
Line 96... |
| 96 |
|
96 |
|
| 97 |
.navbar-blue .dropdown-menu li a {color:#2A4888;}
|
97 |
.navbar-blue .dropdown-menu li a {color:#2A4888;}
|
| 98 |
.navbar-blue .dropdown-menu li > a {padding-left:30px;}
|
98 |
.navbar-blue .dropdown-menu li > a {padding-left:30px;}
|
| 99 |
|
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 {
|
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:#125688;
|
101 |
background-color:#F4FA58;
|
| 102 |
color:#fff;
|
102 |
color:#fff;
|
| 103 |
}
|
103 |
}
|
| 104 |
|
104 |
|
| 105 |
#main {
|
105 |
#main {
|
| 106 |
background-color:#e9eaed;
|
106 |
background-color:#e9eaed;
|
| Line 123... |
Line 123... |
| 123 |
background-color:transparent;
|
123 |
background-color:transparent;
|
| 124 |
text-shadow:0 0 2px #000000;
|
124 |
text-shadow:0 0 2px #000000;
|
| 125 |
padding-left:5px;
|
125 |
padding-left:5px;
|
| 126 |
}
|
126 |
}
|
| 127 |
#sidebar .nav li>a:hover {
|
127 |
#sidebar .nav li>a:hover {
|
| 128 |
background-color:#125688;
|
128 |
background-color:#F4FA58;
|
| 129 |
}
|
129 |
}
|
| 130 |
|
130 |
|
| 131 |
.logo {
|
131 |
.logo {
|
| 132 |
display:block;
|
132 |
display:block;
|
| 133 |
padding:3px;
|
133 |
padding:3px;
|
| Line 168... |
Line 168... |
| 168 |
.navbar-toggle .icon-bar {
|
168 |
.navbar-toggle .icon-bar {
|
| 169 |
background-color: #fff;
|
169 |
background-color: #fff;
|
| 170 |
}
|
170 |
}
|
| 171 |
|
171 |
|
| 172 |
.btn-primary,.label-primary,.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
|
172 |
.btn-primary,.label-primary,.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
|
| 173 |
background-color:#125688;
|
173 |
background-color:#F4FA58;
|
| 174 |
color:#fffffe;
|
174 |
color:#fffffe;
|
| 175 |
}
|
175 |
}
|
| 176 |
.btn-default {
|
176 |
.btn-default {
|
| 177 |
color:#666666;
|
177 |
color:#FFFFFF;
|
| - |
|
178 |
background-color:#FF8000;
|
| 178 |
text-shadow:0 0 1px rgba(0,0,0,.3);
|
179 |
text-shadow:0 0 1px rgba(0,0,0,.3);
|
| - |
|
180 |
height:34px;
|
| 179 |
}
|
181 |
}
|
| 180 |
.form-control {
|
182 |
.form-control {
|
| 181 |
|
183 |
|
| 182 |
}
|
184 |
}
|
| 183 |
|
185 |
|
| Line 189... |
Line 191... |
| 189 |
.badge{
|
191 |
.badge{
|
| 190 |
color:#3B5999;
|
192 |
color:#3B5999;
|
| 191 |
background-color:#fff;
|
193 |
background-color:#fff;
|
| 192 |
}
|
194 |
}
|
| 193 |
.badge:hover, .badge-inverse{
|
195 |
.badge:hover, .badge-inverse{
|
| 194 |
background-color:#125688;
|
196 |
background-color:#F4FA58;
|
| 195 |
color:#fff;
|
197 |
color:#fff;
|
| 196 |
}
|
198 |
}
|
| 197 |
/*
|
199 |
/*
|
| 198 |
.jumbotron {
|
200 |
.jumbotron {
|
| 199 |
background-color:transparent;
|
201 |
background-color:transparent;
|
| Line 321... |
Line 323... |
| 321 |
width:5%;
|
323 |
width:5%;
|
| 322 |
}
|
324 |
}
|
| 323 |
#push{margin-top: 60px;}
|
325 |
#push{margin-top: 60px;}
|
| 324 |
.form-signin label{width: 150px;}
|
326 |
.form-signin label{width: 150px;}
|
| 325 |
|
327 |
|
| - |
|
328 |
.navbar {
|
| - |
|
329 |
position: fixed !important;
|
| - |
|
330 |
top: 0px;
|
| - |
|
331 |
width: 1351px;
|
| - |
|
332 |
}
|
| - |
|
333 |
|
| - |
|
334 |
.navbar-fixed-top {
|
| - |
|
335 |
position: fixed;
|
| - |
|
336 |
right: 0;
|
| - |
|
337 |
left: 0;
|
| - |
|
338 |
z-index: 1030;
|
| - |
|
339 |
background-color:#F4FA58;
|
| - |
|
340 |
}
|
| - |
|
341 |
|
| 326 |
/*mobile app css */
|
342 |
/*mobile app css */
|
| 327 |
.product_image{padding: 10px 0 0 10px;}
|
343 |
.product_image{padding: 10px 0 0 10px;}
|
| 328 |
.productthumb img{max-width: 100px;}
|
344 |
.productthumb img{max-width: 100px;}
|
| 329 |
.productthumb{padding-left:5px;}
|
345 |
.productthumb{padding-left:5px;}
|
| 330 |
.product_card{width: 160px;height: auto;float: left;margin-left: 8px;}
|
346 |
.product_card{width: 160px;height: auto;float: left;margin-left: 8px;}
|
| Line 379... |
Line 395... |
| 379 |
.nav-tabs a{color: #fff;}
|
395 |
.nav-tabs a{color: #fff;}
|
| 380 |
.howitworks img{height: 400px !important;}
|
396 |
.howitworks img{height: 400px !important;}
|
| 381 |
.viewproduct{cursor: crosshair !important;}
|
397 |
.viewproduct{cursor: crosshair !important;}
|
| 382 |
.dealoffer{color: #000; height: auto;width:100%;}
|
398 |
.dealoffer{color: #000; height: auto;width:100%;}
|
| 383 |
.noshow{visibility: hidden;}
|
399 |
.noshow{visibility: hidden;}
|
| 384 |
.offerlabel{font-weight:bold;font-size: 12px;padding:0;color:#125688;}
|
400 |
.offerlabel{font-weight:bold;font-size: 12px;padding:0;color:#F4FA58;}
|
| 385 |
.offertext{font-size: 10px;padding-left:0;max-height: 40px;overflow: hidden;text-overflow:ellipsis;}
|
401 |
.offertext{font-size: 10px;padding-left:0;max-height: 40px;overflow: hidden;text-overflow:ellipsis;}
|
| 386 |
.categorypreferences{background-color: #fff;margin-bottom:10px;}
|
402 |
.categorypreferences{background-color: #fff;margin-bottom:10px;}
|
| 387 |
.categorytab{border: 1px solid #adadad;height: 35px;padding: 5px 0;}
|
403 |
.categorytab{border: 1px solid #adadad;height: 35px;padding: 5px 0;}
|
| 388 |
.categoryname{width: 60px;display: inline-block;}
|
404 |
.categoryname{width: 60px;display: inline-block;}
|
| 389 |
.brandpreferences,.pricepreferences{padding: 10px;}
|
405 |
.brandpreferences,.pricepreferences{padding: 10px;}
|
| Line 421... |
Line 437... |
| 421 |
.ordercontrols{padding:0 !important;margin:5px 0;}
|
437 |
.ordercontrols{padding:0 !important;margin:5px 0;}
|
| 422 |
.ordercontrols .btn{color: #fff;font-weight: bold;}
|
438 |
.ordercontrols .btn{color: #fff;font-weight: bold;}
|
| 423 |
.filters{padding: 5px;color: #fff;height: auto;background-color: #fff;}
|
439 |
.filters{padding: 5px;color: #fff;height: auto;background-color: #fff;}
|
| 424 |
.filters div{padding: 0;margin: 0;}
|
440 |
.filters div{padding: 0;margin: 0;}
|
| 425 |
/*.filters div.dropdown{width: 120px;}*/
|
441 |
/*.filters div.dropdown{width: 120px;}*/
|
| 426 |
.filters .herotext{padding-top: 7px;font-weight: bold;color: #125688;}
|
442 |
.filters .herotext{padding-top: 7px;font-weight: bold;color: #F4FA58;}
|
| 427 |
.filters ul.dropdown-menu{padding: 0px !important;margin: 0 !important;}
|
443 |
.filters ul.dropdown-menu{padding: 0px !important;margin: 0 !important;}
|
| 428 |
.filters .dropdown button{background-color: #125688;color:#fff;font-weight: bold;border-radius: 0;width: 100%;}
|
444 |
.filters .dropdown button{background-color: #F4FA58;color:#fff;font-weight: bold;border-radius: 0;width: 100%;}
|
| 429 |
.filters .dropdown button .greenbigtext{color: #125688;}
|
445 |
.filters .dropdown button .greenbigtext{color: #F4FA58;}
|
| 430 |
.filters .dropdown button .greensmalltext{color: #125688;font-size: smaller;min-height: 5px;}
|
446 |
.filters .dropdown button .greensmalltext{color: #F4FA58;font-size: smaller;min-height: 5px;}
|
| 431 |
li.menu-item:not(:first-child):not(.dropdown-header) {padding: 5px 0;}
|
447 |
li.menu-item:not(:first-child):not(.dropdown-header) {padding: 5px 0;}
|
| 432 |
.menu-item:not(:last-child){border-bottom: 1px solid #e5e5e5}
|
448 |
.menu-item:not(:last-child){border-bottom: 1px solid #e5e5e5}
|
| 433 |
.menu-item a:hover,.menu-item.selected{background-color: #125688 !important;}
|
449 |
.menu-item a:hover,.menu-item.selected{background-color: #F4FA58 !important;}
|
| 434 |
.dropdown-header.menu-item{padding-top: 10px;padding-bottom: 5px;color: #125688;font-weight: bold;background-color: #fafafa;}
|
450 |
.dropdown-header.menu-item{padding-top: 10px;padding-bottom: 5px;color: #F4FA58;font-weight: bold;background-color: #fafafa;}
|
| 435 |
/*.categorypreferences .brandselector{background-image: url('/img/checkbox.png') no-repeat;height: 15px;width: 15px;}*/
|
451 |
/*.categorypreferences .brandselector{background-image: url('/img/checkbox.png') no-repeat;height: 15px;width: 15px;}*/
|
| 436 |
input[type="checkbox"]:checked {background: url('/img/checkbox_checked.png') no-repeat center center;background-size: contain;width: 25px;height: 25px;}
|
452 |
input[type="checkbox"]:checked {background: url('/img/checkbox_checked.png') no-repeat center center;background-size: contain;width: 25px;height: 25px;}
|
| 437 |
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;}
|
453 |
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;}
|
| 438 |
.maxrange .slider{width: 100% !important;}
|
454 |
.maxrange .slider{width: 100% !important;}
|
| 439 |
.product_prices div{padding: 0 !important;font-size: 0.8em;color: #58d936;}
|
455 |
.product_prices div{padding: 0 !important;font-size: 0.8em;color: #58d936;}
|
| Line 449... |
Line 465... |
| 449 |
#srch-term{border-radius: 0;}
|
465 |
#srch-term{border-radius: 0;}
|
| 450 |
.searchterm{margin: 5px 15px;background-color: #fff;padding: 5px 10px;font-size: 1.2em;}
|
466 |
.searchterm{margin: 5px 15px;background-color: #fff;padding: 5px 10px;font-size: 1.2em;}
|
| 451 |
.searchbar .btn{height: 34px;}
|
467 |
.searchbar .btn{height: 34px;}
|
| 452 |
.searchresults .card{margin-left: 15px;margin-right: 15px;height: auto;}
|
468 |
.searchresults .card{margin-left: 15px;margin-right: 15px;height: auto;}
|
| 453 |
.centeredimage img{margin: 0 auto;}
|
469 |
.centeredimage img{margin: 0 auto;}
|
| 454 |
.greenborder:not(:first-child){border-top: 1px solid #125688;padding: 5px 0;}
|
470 |
.greenborder:not(:first-child){border-top: 1px solid #F4FA58;padding: 5px 0;}
|
| 455 |
.greenborder:first-child{margin-top:5px;padding: 5px 0;}
|
471 |
.greenborder:first-child{margin-top:5px;padding: 5px 0;}
|
| 456 |
.variants{color: #6294C3;font-size: 0.8em;}
|
472 |
.variants{color: #6294C3;font-size: 0.8em;}
|
| 457 |
#storeproducts{font-weight: bold;border-bottom: 1px solid #cecece;}
|
473 |
#storeproducts{font-weight: bold;border-bottom: 1px solid #cecece;}
|
| 458 |
#bestpricecontainer{font-size: 15px;margin-bottom: 5px;}
|
474 |
#bestpricecontainer{font-size: 15px;margin-bottom: 5px;}
|
| 459 |
.greenborder div{padding:0;}
|
475 |
.greenborder div{padding:0;}
|
| Line 464... |
Line 480... |
| 464 |
ul.noborder{border: none !important;}
|
480 |
ul.noborder{border: none !important;}
|
| 465 |
ul.noborder li{padding: 0 !important;}
|
481 |
ul.noborder li{padding: 0 !important;}
|
| 466 |
ul.noborder li a{border-radius: 0;}
|
482 |
ul.noborder li a{border-radius: 0;}
|
| 467 |
.verificationalert{color: #000;font-weight: normal;}
|
483 |
.verificationalert{color: #000;font-weight: normal;}
|
| 468 |
.verificationalert a{color: #58d936;}
|
484 |
.verificationalert a{color: #58d936;}
|
| 469 |
ul.catselect{width: 100%;background-color:#125688}
|
485 |
ul.catselect{width: 100%;background-color:#F4FA58}
|
| 470 |
.catselect li{padding: 0;text-align: center;}
|
486 |
.catselect li{padding: 0;text-align: center;}
|
| 471 |
.catselect li a{border-radius: 0;}
|
487 |
.catselect li a{border-radius: 0;color:black;}
|
| 472 |
.typeahead{width: 100%}
|
488 |
.typeahead{width: 100%}
|
| 473 |
.typeahead input{width: 100%;}
|
489 |
.typeahead input{width: 100%;}
|
| 474 |
.storeproductinfo .col-xs-3{text-align: center;}
|
490 |
.storeproductinfo .col-xs-3{text-align: center;}
|
| 475 |
#storeproducts .col-xs-3{text-align: center;}
|
491 |
#storeproducts .col-xs-3{text-align: center;}
|
| 476 |
.campaigntext{font-size: 1.2em;}
|
492 |
.campaigntext{font-size: 1.2em;}
|
| Line 485... |
Line 501... |
| 485 |
.cashbackamount{color:#58d936;font-size: 12px;margin-left: 0px;}
|
501 |
.cashbackamount{color:#58d936;font-size: 12px;margin-left: 0px;}
|
| 486 |
#beststorelink{background-color: #ff0000; font-weight: bold;color:#fff;}
|
502 |
#beststorelink{background-color: #ff0000; font-weight: bold;color:#fff;}
|
| 487 |
.clearfix.varnts{margin-bottom: 5px;line-height: 150%;}
|
503 |
.clearfix.varnts{margin-bottom: 5px;line-height: 150%;}
|
| 488 |
span.variantcashback {font-size: smaller;color:#58d936;}
|
504 |
span.variantcashback {font-size: smaller;color:#58d936;}
|
| 489 |
span.storeminprice{color: #ff0000;}
|
505 |
span.storeminprice{color: #ff0000;}
|
| 490 |
.arrowright{background: url('/img/arrow.png') no-repeat center center;background-size: contain;width: 25px;height: 25px;}
|
506 |
.arrowright{background: url('/img/arrow2.png') no-repeat center center;background-size: contain;width: 100px;height: 35px;}
|
| 491 |
#notificationMessage{padding: 10px;}
|
507 |
#notificationMessage{padding: 10px;}
|
| 492 |
#skippopup{margin-top: 10px;}
|
508 |
#skippopup{margin-top: 10px;}
|
| 493 |
.notificationmodal{}
|
509 |
.notificationmodal{}
|
| 494 |
.notificationmodal .modal-footer{background: none;border: none;text-align: center;padding: 2px 2px 0 2px !important;margin-top: 20px;}
|
510 |
.notificationmodal .modal-footer{background: none;border: none;text-align: center;padding: 2px 2px 0 2px !important;margin-top: 20px;}
|
| 495 |
/*a.okbtn{color:#58d936;font-size: 1.3em;font-weight: 100;}*/
|
511 |
/*a.okbtn{color:#58d936;font-size: 1.3em;font-weight: 100;}*/
|