/*!
 * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 851px) {
  .d-md-none {
    display: none !important;
  }
}

@media (min-width: 768px) {

  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
/*# sourceMappingURL=bootstrap-grid.css.map */﻿/**
 * COMMON STYLES TO BOTH THE MOBILE AND DESKTOP SITES
 *
 * The following is based on Eric Meyer's Reset CSS (http://meyerweb.com/eric/tools/css/reset/)
 * and is designed to override the Browser default CSS so that all browsers render the same.
 */

@font-face {
  font-family: 'montserratbold';
  src: url('https://web-archive.nli.org.il/National_Library/20160930123623oe_/https://cdn-w.fishpond.co.nz/fp_uploads/fonts/montserrat-bold-webfont.eot');
  src:
    url('https://web-archive.nli.org.il/National_Library/20160930123623oe_/https://cdn-w.fishpond.co.nz/fp_uploads/fonts/montserrat-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('https://web-archive.nli.org.il/National_Library/20160930123623oe_/https://cdn-w.fishpond.co.nz/fp_uploads/fonts/montserrat-bold-webfont.woff2') format('woff2'),
    url('https://web-archive.nli.org.il/National_Library/20160930123623oe_/https://cdn-w.fishpond.co.nz/fp_uploads/fonts/montserrat-bold-webfont.woff') format('woff'),
    url('https://web-archive.nli.org.il/National_Library/20160930123623oe_/https://cdn-w.fishpond.co.nz/fp_uploads/fonts/montserrat-bold-webfont.ttf') format('truetype'),
    url('https://web-archive.nli.org.il/National_Library/20160930123623oe_/https://cdn-w.fishpond.co.nz/fp_uploads/fonts/montserrat-bold-webfont.svg#montserratbold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'montserratextra_bold';
  src: url('https://web-archive.nli.org.il/National_Library/20160930123623oe_/https://cdn-w.fishpond.co.nz/fp_uploads/fonts/montserrat-extrabold-webfont.eot');
  src:
    url('https://web-archive.nli.org.il/National_Library/20160930123623oe_/https://cdn-w.fishpond.co.nz/fp_uploads/fonts/montserrat-extrabold-webfont.eot?#iefix') format('embedded-opentype'),
    url('https://web-archive.nli.org.il/National_Library/20160930123623oe_/https://cdn-w.fishpond.co.nz/fp_uploads/fonts/montserrat-extrabold-webfont.woff2') format('woff2'),
    url('https://web-archive.nli.org.il/National_Library/20160930123623oe_/https://cdn-w.fishpond.co.nz/fp_uploads/fonts/montserrat-extrabold-webfont.woff') format('woff'),
    url('https://web-archive.nli.org.il/National_Library/20160930123623oe_/https://cdn-w.fishpond.co.nz/fp_uploads/fonts/montserrat-extrabold-webfont.ttf') format('truetype'),
    url('https://web-archive.nli.org.il/National_Library/20160930123623oe_/https://cdn-w.fishpond.co.nz/fp_uploads/fonts/montserrat-extrabold-webfont.svg#montserratextra_bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'montserratregular';
  src: url('https://web-archive.nli.org.il/National_Library/20160930123623oe_/https://cdn-w.fishpond.co.nz/fp_uploads/fonts/montserrat-regular-webfont.eot');
  src:
    url('https://web-archive.nli.org.il/National_Library/20160930123623oe_/https://cdn-w.fishpond.co.nz/fp_uploads/fonts/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('https://web-archive.nli.org.il/National_Library/20160930123623oe_/https://cdn-w.fishpond.co.nz/fp_uploads/fonts/montserrat-regular-webfont.woff2') format('woff2'),
    url('https://web-archive.nli.org.il/National_Library/20160930123623oe_/https://cdn-w.fishpond.co.nz/fp_uploads/fonts/montserrat-regular-webfont.woff') format('woff'),
    url('https://web-archive.nli.org.il/National_Library/20160930123623oe_/https://cdn-w.fishpond.co.nz/fp_uploads/fonts/montserrat-regular-webfont.ttf') format('truetype'),
    url('https://web-archive.nli.org.il/National_Library/20160930123623oe_/https://cdn-w.fishpond.co.nz/fp_uploads/fonts/montserrat-regular-webfont.svg#montserratregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
legend {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

p {
  line-height: 1.2;
}

fieldset {
  border: 0;
}

html,
table {
  font-size: 1em;
}

html {
  height: auto !important;
}

body {
  background: #fff;
  color: #000;
  font-size: 1em;
  line-height: 1.2;
  height: auto !important;
}

ul {
  list-style: disc;
  padding-left: 40px;
}

ol {
  margin-left: 1.6em;
}

* html ol {
  margin-left: 1.9em;
}

ol.conditions {
  margin-left: 2.5em;
}

ol.conditions li {
  margin-bottom: 1em;
  margin-left: 0;
}

ol.bestsellers {
  margin-left: 0;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: none;
}

em {
  font-style: italic;
}

del {
  text-decoration: line-through;
}

h1 {
  font-size: 2em;
  margin: 0;
  letter-spacing: -1px;
  font-weight: bold;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
  font-weight: bold;
}

h3 {
  font-size: 1.2em;
  margin: 0.7em 0;
  font-weight: bold;
}

h4 {
  font-size: 100%;
  margin: 1.33em 0 0.6em;
}

h5 {
  font-size: 100%;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

p {
  background: transparent;
  border: 0;
  outline: 0;
  vertical-align: baseline;
}

pre {
  font-family: monospace;
}

a {
  color: #3361e3;
  text-decoration: none;
}

a:hover {
  color: #f60;
  text-decoration: none;
}

a:visited {
  color: purple;
}

sup {
  font-size: 0.5em;
  vertical-align: super;
}

.hide {
  display: none;
}

textarea {
  font-size: 13px;
  width: 99.5%;
}

/* End of Reset CSS */

.fj {
  display: inline-block;
  display: -moz-inline-box;
  font-size: 0;
  line-height: 0;
  margin-top: -2px;
  width: 100%;
}

.clear {
  clear: both;
}

/**
 *  CSS for styled forms. These should be developed and used further for
 *  all forms on all Fishpond pages. The structure and styles
 *  were inspired from:
 *  http://www.alistapart.com/articles/prettyaccessibleforms/
 *
 *  @author michael.heuberger@fishpond.co.nz
 */
form.styled fieldset {
  margin-bottom: 10px;
}

form.styled legend {
  color: #7e7e7e;
  font-size: 1.3em;
  font-weight: bold;
  padding: 0 0 0.7em;
}

form.styled label,
form.advanced-search label {
  cursor: pointer;
  display: inline-block;
  float: none;
  line-height: 20px;
  vertical-align: middle;
  padding: 0;
}

form.styled li.bank_account label {
  padding-top: 4px;
}

form.styled label.error,
form.styled p.error {
  display: block;
  font-style: italic;
  width: auto;
}

form.styled input,
form.styled select,
form.styled textarea {
  margin-left: 0;
  margin-right: 0;
  max-width: 290px;
}

form.styled fieldset ol {
  margin: 0 0 0.9em;
  padding: 0;
}

form.styled fieldset ol ol {
  margin-left: 57px;
}

form.styled fieldset li,
form.styled p.error {
  background: transparent;
  list-style: none;
  margin: 0;
  padding: 6px 15px;
}

form.styled fieldset li input[type=checkbox] {
  width: 20px;
  margin-right: 8px;
}

form.styled p.error a,
form.styled p.error a:hover {
  color: #fff;
}

form.styled p.error {
  margin-bottom: 1em;
}

form.styled fieldset li.required {
  color: #000;
  font-weight: normal;
}

form.styled fieldset li.error,
form.styled fieldset label.error,
form.styled p.error {
  background: #f60;
}

form.styled div.error {
  background: #f60;
  padding: 5px;
}

form.styled div.error .message {
  margin-top: 5px;
  font-style: italic;
}

form.styled fieldset li.error a,
form.styled fieldset li.error a:hover,
form.styled fieldset li.error a:visited,
form.styled fieldset li.error .price {
  color: #000;
}

form.styled td.deliveryOption.deliveryOption.selected,
form.styled fieldset .selected {
  background: #ebe7d8;
}

form.styled td.deliveryOption.selectable:hover,
form.styled fieldset li.selectable:hover,
form.styled fieldset li .selectable:hover {
  background: #f1f1f1;
}

form.styled em {
  color: #f60;
  font-size: 24px;
  font-style: normal;
  position: absolute;
  padding: 2px;
  margin-top: -8px;
}

input[type="text"],
input[type="email"],
input[type="password"],
select,
textarea {
  height: 28px;
  padding: 0 5px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

input[type="file"],
input[type="checkbox"],
input[type="radio"] {
  border: none;
  box-shadow: inset 0 0 0 #fff;
  padding: 0;
  height: inherit;
}

textarea,
select {
  height: inherit;
}

select {
  min-height: 28px;
}

* html form.styled em {
  margin-top: -5px;
}

form.styled p.note {
  font-size: 0.8em;
  margin: 0.5em 0 0;
}

.hint {
  color: #808080;
}

body {
  position: relative;
  text-align: center;
}

.pageborder {
  background: #fff;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-top-color: transparent;
  padding: 0 0 10px;
  border-radius: 0;
}

/* top panel for Mobile App Download */

/* do not show on IE */
* html .toppanel-wrapper {
  display: none;
}

.toppanel-wrapper {
  position: relative;
  z-index: 10;
  top: -40px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #808080;
  color: #fff;
  font: 40px/90px 'Roboto', sans-serif;
  -webkit-box-shadow: inset 0 -3px 10px -5px #000;
  -moz-box-shadow: inset 0 -3px 10px -5px #000;
  box-shadow: inset 0 -3px 10px -5px #000;

  /* initially closed */
  overflow: hidden;
  height: 0;
}

.toppanel-wrapper.ios,
.toppanel-wrapper.android {
  height: 180px;
}

.toppanel-container {
  padding: 5px 10px;
  height: 170px;
}

.toppanel-button,
.toppanel-button:link,
.toppanel-button:visited {
  margin: 0 0 0 10px;
  border-radius: 3px;
  color: #fff;
  text-decoration: none !important;
  background-color: #000;
  font-size: 12px;
  text-transform: uppercase;
  background-position: 8px 50%;
  background-repeat: no-repeat;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}

.toppanel-button:hover,
.toppanel-button:active {
  color: #f60;
}

.toppanel-button > img {
  display: inline-block;
  vertical-align: middle;
}

.ios .googleplay-button,
.android .appstore-button {
  display: none;
}

.toppanel-close {
  position: absolute;
  top: 0;
  right: 20px;
  width: 60px;
  height: 180px;
  padding: 0;
  display: inline-block;
  float: right;
  background: none;
  border: none;
  color: #eee;
  color: rgba(0, 0, 0, 0.5);
  font-size: 80px;
  line-height: 30px;
}

/* top panel end */

#utilLinks {
  position: absolute;
  top: -43px;
  right: 0;
  z-index: 13;
  padding-top: 4px;
}

#utilLinks a {
  color: #4e4e4e;
  font-weight: bold;
  font-size: 14px;
}

#util a::before {
  content: '|';
  color: #4e4e4e;
  padding-right: 14px;
}

.mobile #util a::before {
  content: '';
  padding-right: 0;
}

#utilLinks a:hover {
  color: #f60;
}

#util {
  float: left;
  list-style: none;
  margin: 0;
  padding: 13px 0 0;
  text-align: center;
  white-space: nowrap;
}

#util li {
  color: #fff;
  display: inline;
  font-size: 14px;
  text-align: center;
  padding: 0 4px;
}

#util a,
#help a {
  padding: 0 0.25em;
  text-decoration: none;
}

#util a:hover,
#help a:hover {
  text-decoration: none;
}

#util img,
#help img {
  bottom: 0.075em;
  position: relative;
  vertical-align: text-bottom;
}

#help {
  color: #fff;
  font-size: 1.2em;
  margin-top: -0.8em;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  width: 177px;
}

#help a {
  position: relative;
  right: 7px;
}

#google_translate_element {
  min-width: 84px;
  height: 24px;
  float: left;
  margin-top: -4px;
  margin-left: -4px;
}

#header.world #google_translate_element {
  min-width: 84px;
  height: 24px;
  position: absolute;
  z-index: 101;
  top: -23px;
  right: 0;
}

#header.world #google_translate_element a {
  color: #3361e3;
  font-size: 13px;
  font-weight: bold;
}

#mobile {
  background: #f1f1f1;
  font-size: 1.1em;
  font-weight: bold;
  padding: 0.8em 0 1em;
}

#header {
  background: #3361e3;
}

#header.checkout {
  padding-bottom: 0.5em;
}

/* BUTTON STYLES */

a.btn,
button {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  display: block;
  line-height: 0;
  padding: 0;
  position: relative;
  text-decoration: none;
}

#new-chart-box_AnnotationChart_zoomControlContainer button {
  display: inline-block;
  color: blue;
  text-decoration: underline;
}

a.btn {
  overflow: hidden;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a.btn span,
.btn_hover span {
  display: block;
  background-color: transparent;
  background-position: top left;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  margin: 0;
  z-index: 11;
}

a.btn .txt,
.btn_hover .txt {
  color: #fff;
  font-size: 12.5pt;
  font-weight: bold;
  line-height: normal;
  text-align: center;
  height: 92%;
  width: 92%;
  position: static;
  z-index: 9;
  margin: auto;
  border: 1px solid transparent;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  -khtml-border-radius: 7px;
  border-radius: 7px;
}

a.btn:hover span,
.btn_hover:hover span,
.btn_hover .btn_hover_hover,
a.btn .btn_hover_hover {
  background-position: top right;
}

/* FLASH MESSAGE STYLES */

.success-flash-message,
.error-flash-message,
.warning-flash-message {
  z-index: inherit;
  zoom: 1;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  -khtml-border-radius: 7px;
  border-radius: 7px;
  margin-bottom: 10px;
  width: auto;
}

.product_info_other .success-flash-message {
  width: 98%;
}

.product_info_other .error-flash-message,
.product_info_other .warning-flash-message {
  width: 95%;
}

div.success-flash-message {
  background: #cbf2cb;
  border: 1px solid #007615;
  color: #007615;
}

div.error-flash-message {
  background: #ff7c00 url('https://web-archive.nli.org.il/National_Library/20160930123623oe_/https://cdn-w.fishpond.co.nz/cross-20.png') no-repeat 10px 10px;
  border: 1px solid #ff7c00;
  padding-left: 30px;
  color: #fff;
}

div.warning-flash-message {
  background: #d4a31d url('https://web-archive.nli.org.il/National_Library/20160930123623oe_/https://cdn-w.fishpond.co.nz/warning-icon.png') no-repeat 10px 10px;
  padding-left: 30px;
  border: 1px solid #d4a31d;
  color: #fff;
}

div.error-flash-message a,
div.error-flash-message a:hover,
div.error-flash-message a:visited,
div.warning-flash-message a,
div.warning-flash-message a:hover,
div.warning-flash-message a:visited {
  color: #fff;
  text-decoration: underline;
}

div.success-flash-message p,
div.error-flash-message p,
div.warning-flash-message p {
  padding: 0;
  margin: 10px;
  font-size: 1.3em;
  font-weight: bold;
  line-height: 1.4em;
  min-height: 20px;
}

div.success-flash-message img,
div.error-flash-message img,
div.warning-flash-message img {
  padding: 0;
  margin: 0px;
  float: left;
  padding-top: 0px;
  padding-right: 7px;
}

/* END FLASH MESSAGE STYLES */

/* PRIVACY PAGE */

ol.privacylist {
  list-style-type: none;
  margin-left: 0;
}

ol.privacylist li {
  margin: 20px;
}

ol.privacylist li li {
  margin: 10px 20px;
}

ol.privacylist ol {
  list-style-type: lower-alpha;
}

/* HELPDESK PAGE */

#contact_us_box {
  border: 1px solid #adb;
  margin-bottom: 1.5em;
  margin-top: 2em;
  padding: 1em;
  width: 355px;
  margin-left: 24px;
}

#contact_us_box h2 {
  text-align: left;
}

/* END HELPDESK PAGE */

/* PRODUCT PAGE STYLES */

.galleria {
  text-align: left;
}

.galleria a {
  text-decoration: none;
  margin-left: inherit;
  margin-bottom: 3px;
  padding: 1px;
  display: inline-block;
  border: 1px solid #666;
  cursor: pointer;
  box-shadow: 0 0 3px #ccc;
}

.galleria a:hover {
  border: 1px solid #2760c9;
  box-shadow: 0 0 3px #2760c9;
}

#product_subtitle,
#product_author {
  color: #000;
  font-size: 10.5pt;
  font-weight: bold;
  margin-bottom: 4px;
  margin-top: 0;
}

.horizontal_rule {
  border-bottom: 1px dashed #999;
  height: 6px;
  line-height: 6px;
  margin-bottom: 10px;
}

.productOriginalPrice {
  text-decoration: line-through;
}

.rrp-label {
  color: #6c6c6c;
  font-weight: normal;
  font-size: 11px;
  padding-right: 8px;
}

.you_save {
  color: #f60;
  font-size: 11.5pt;
}

#product_info_pricing {
  font-size: 14pt;
  font-weight: bold;
  margin: 10px 0 30px;
}

#product_info_pricing .free_ship {
  display: inline-block;
  font-size: 13px;
  font-weight: normal;
  margin: 0.5em 1.2em 1em 0;
}

#product_info_pricing .free_ship .eligible_for {
  font-size: 13px;
}

#product_info_pricing .used {
  font-weight: normal;
  margin: 15px 0;
  font-size: 13px;
}

#product_info_pricing .used a {
  font-weight: bold;
}

#product_info_pricing .group-buy button {
  display: inline-block;
  margin-right: 12px;
}

#product_info_pricing .group-buy label {
  display: inline-block;
  width: inherit;
  font-size: 11pt;
}

#product_info_pricing .group-buy select {
  display: inline-block;
  margin-right: 8px;
}

#product_info_pricing .group-buy .remaining {
  font-size: 11pt;
  margin-top: 5px;
  display: none;
}

#product_info_pricing .group-buy .remaining .quantity {
  font-weight: bold;
}

#product_info_pricing .group-buy .button-container {
  margin-top: 6px;
}

#product_info_pricing .group-buy .productOriginalPrice,
#product_info_pricing .group-buy .you_save {
  font-weight: bold;
}

#product_info_pricing .group-buy .title-line {
  margin-top: 8px;
}

#product_info_pricing .group-buy .title {
  color: #f60;
  font-size: 13pt;
  font-weight: bold;
}

td.productSpecialPrice,
span.productSpecialPrice {
  color: #24b837;
  font-weight: normal;
  font-weight: bold;
}

.add_button_container p {
  font-size: 13px;
  margin: 10px 0;
}

.add_button_container .add_button button {
  margin: 1.2em 0 1.6em;
}

.add_button_container #cart_quantity button.flat-button {
  margin: 1.4em 0 0.5em !important;
}

.add_button_container .btn {
  margin: 0.9em 0 1.2em;
}

.add_button_container .condition {
  font-weight: normal;
  font-size: 11pt;
  margin-bottom: 5px;
  margin-top: 15px;
  line-height: 1.8;
}

.arrives_text {
  color: #d4a31d;
  font-size: 13px;
  font-weight: bold;
  font-weight: normal;
  line-height: 20px;
  display: block;
}

.arrives_text .instock-icon {
  vertical-align: middle;
  margin-bottom: 2px;
  margin-right: 5px;
  float: left;
}

.quantity_text {
  color: #50be19;
}

/* Customer rating styles */
td.rating_base {
  width: 100px;
}

ul.rating {
  list-style: none;
  position: relative;
  height: 17px;
  display: block;
  background: url('https://web-archive.nli.org.il/National_Library/20160930123623oe_/https://cdn-w.fishpond.co.nz/product_rating.gif') no-repeat -100px 0;
  padding: 0;
  left: 50px;
  margin-left: -50px;
  overflow: hidden;
  width: 100px;
}

ul.rating li {
  float: left;
  margin: 0;
  padding: 0;
}

ul.rating li a {
  display: block;
  height: 17px;
  overflow: hidden;
  position: absolute;
  text-decoration: none;
  text-indent: -9999em;
  width: 20px;
  z-index: 20;
}

ul.worst {
  background-position: -80px 0;
}

ul.bad {
  background-position: -60px 0;
}

ul.fair {
  background-position: -40px 0;
}

ul.good {
  background-position: -20px 0;
}

ul.best {
  background-position: 0 0;
}

ul.rating a.worst {
  left: 0;
}

ul.rating a.bad {
  left: 20px;
}

ul.rating a.fair {
  left: 40px;
}

ul.rating a.good {
  left: 60px;
}

ul.rating a.best {
  left: 80px;
}

ul.rating li a,
ul.rating.interactive li a {
  cursor: default;
}

ul.rating.interactive li a:hover {
  background: url('https://web-archive.nli.org.il/National_Library/20160930123623oe_/https://cdn-w.fishpond.co.nz/product_rating.gif') repeat-x 0 -17px;
  left: 0;
  z-index: 1;
}

ul.rating.interactive a.worst:hover {
  width: 20px;
}

ul.rating.interactive a.bad:hover {
  width: 40px;
}

ul.rating.interactive a.fair:hover {
  width: 60px;
}

ul.rating.interactive a.good:hover {
  width: 80px;
}

ul.rating.interactive a.best:hover {
  width: 100px;
}

td.product_rating_prompt {
  padding-bottom: 4px;
  padding-top: 6px;
}

td.product_rating_note {
  color: #6c6c6c;
  vertical-align: middle;
}

/* END Customer rating styles */

/* Start Movie Rating Styles */

/* Fix Rating overlays to display correctly for smaller than full size images
 * on product page (still doesn't work in IE though) */
.product_img {
  display: inline-block;
  margin: auto;
}

.product_img img {
  max-width: 390px;
}

.rating span {
  display: block;
  font-size: 0;
  height: 1px;
  line-height: 0;
  margin: -1px auto 0 auto;
  position: relative;
  zoom: 1;
}

.productSearch .rating span,
.featured-block .rating span {
  width: 124px;
}

#recommandationList .rating span,
#browseBySubject .rating span,
#interim .rating span,
.customerRecommendation .rating span,
.search-used .rating span {
  width: 99px;
}

#buy_together .rating span {
  width: 87px;
}

.homepageRecommendation .rating span {
  width: 98px;
}

.column_right .bestsellers .homepageRecommendation .rating span {
  width: 46px;
}

.rating .ra {
  bottom: 3px;
  margin: 0 auto;
  position: absolute;
  right: 47.5%;
  border: none;
  border-radius: 3px;
}

#interim .rating .ra,
#buy_together .rating .ra,
#browseBySubject .rating .ra,
.homepageRecommendation .rating .ra {
  bottom: 2px;
}

.productSearch-highlight-left .rating .ra {
  bottom: 10px;
  right: 46.5%;
}

.rating img {
  -ms-interpolation-mode: bicubic;
}

.popular_lists td.smallText .rating img {
  margin-bottom: 0;
}

.popular_lists td.smallText .rating {
  display: inline-block;
  margin-bottom: 0.643em !important;
}

/* End Movie Rating Styles */

/* Start Music Tracks Styles */

#track-details-dialog {
  display: none;
  position: absolute;
  background-color: #fff;
  border: 2px solid #ccc;
  padding: 15px 20px;
  z-index: 1000;
  width: 240px;
  min-height: 140px;
  text-align: left;
  font-size: 8pt;
}

#track-details-dialog th,
#track-details-dialog td {
  padding: 3px;
  text-align: left;
}

#track-details-dialog th {
  width: 90px;
}

#track-details-dialog h2 {
  font-size: 1.2em;
  margin-top: 0;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px #ccc solid;
}

#track-details-dialog h3 {
  font-size: 1.1em;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px #ccc solid;
}

table#tracks-table {
  border: 2px solid #999;
  margin-bottom: 15px;
}

table#tracks-table .playButton {
  background: url('https://web-archive.nli.org.il/National_Library/20160930123623oe_/https://cdn-w.fishpond.co.nz/btn-play-pause-light.png') 0 0 no-repeat;
  width: 20px;
  height: 20px;
  overflow: hidden;
  text-indent: -999em;
  color: transparent;
  display: none;
}

table#tracks-table .playButton:hover {
  background-position: 0 -20px;
}

table#tracks-table .playButton:active,
table#tracks-table .playButton:focus {
  background-position: 0 -40px;
}

table#tracks-table .pauseButton {
  background: url('https://web-archive.nli.org.il/National_Library/20160930123623oe_/https://cdn-w.fishpond.co.nz/btn-play-pause-light.png') -20px 0 no-repeat;
  width: 20px;
  height: 20px;
  overflow: hidden;
  text-indent: -999em;
  color: transparent;
  display: none;
}

table#tracks-table .pauseButton:hover {
  background-position: -20px -20px;
}

table#tracks-table .pauseButton:active,
table#tracks-table .pauseButton:focus {
  background-position: -20px -40px;
}

table#tracks-table .progress-bar {
  width: 0;
  position: absolute;
  left: -4px;
  height: 4px;
  overflow: hidden;
  background-color: #f90;
}

table#tracks-table th,
table#tracks-table td {
  text-align: left;
  padding: 4px;
  vertical-align: middle;
}

table#tracks-table tr.grey-head th,
table#tracks-table tr.grey-head td {
  background-color: #ddd;
}

table#tracks-table tr.grey-head.classical-title td {
  border-top: 1px solid #fff;
  font-size: 8pt;
}

table#tracks-table tr.grey-head.disc-row td {
  border-top: 20px solid white;
}

table#tracks-table tr.grey-head th {
  color: #3877ea;
  font-size: 8pt;
  border-bottom: 1px solid #fff;
}

table#tracks-table tr.even td {
  background-color: #eee;
}

table#tracks-table tr.odd td {
  background-color: #fff;
}

table#tracks-table .more_info a {
  display: block;
  width: 16px;
  height: 17px;
  overflow: hidden;
  text-indent: -999em;
  color: transparent;
  background: url('https://web-archive.nli.org.il/National_Library/20160930123623oe_/https://cdn-w.fishpond.co.nz/more_info_ico.png') 0 0 no-repeat;
}

table#tracks-table .more_info a:hover,
table#tracks-table .more_info a:active {
  background-position: 0 -17px;
}

table#tracks-table .track_title {
  padding-left: 20px;
  color: #777;
}

table#tracks-table .track-actions {
  white-space: nowrap;
  text-align: center;
}

.music-tracks p {
  margin-left: 20px;
  margin-top: 6px;
}

/* End Music Tracks Styles */

.product_info_text,
.description {
  margin-bottom: 1.5em;
}

.product_info_text td,
.product_info_text th,
.description {
  padding: 2px 5px 2px 0;
  line-height: 1.2;
}

.field_label {
  color: #6c6c6c;
  font-weight: bold;
  margin-right: 10px;
  font-size: 13px;
}

th.field_label {
  padding: 6px 15px 6px 0;
  text-align: left;
  white-space: nowrap;
}

.specialFormatInfo {
  border: 1px solid #ccc;
  margin: 8px 0;
  min-height: 32px;
  padding: 10px;
  overflow: hidden;
  _zoom: 1;
}

.specialFormatInfo p {
  margin: 0 0 0 90px;
}

.specialFormatInfo .icons {
  float: left;
  text-align: center;
  width: 90px;
}

.specialFormatInfo.iconWide p {
  margin: 0 0 0 140px;
}

.specialFormatInfo.iconWide .icons {
  width: 140px;
}

.specialFormatInfo .japansun {
  padding-left: 90px;
  background-image: url('https://web-archive.nli.org.il/National_Library/20160930123623oe_/https://cdn-w.fishpond.co.nz/fp_uploads/site_images/japansun.png');
  background-repeat: no-repeat;
  background-position: 5px 0;
}

a.smartsell,
span.smartsell {
  margin: 5px 0 5px 5px;
  padding: 1px 5px;
  display: inline-block;
  border: 1px #f60 solid;
  background-color: #fff;
  color: #f60;
  font-size: 10px;
  line-height: 13px;
  font-weight: bold;
  text-decoration: none;
}

a.smartsell:hover,
a.smartsell:active,
a.smartsell:visited,
#right a.smartsell:hover {
  color: #f60;
  text-decoration: none;
}

.smartsell-bulk-discount-text .smartsell,
.smartsell-bulk-discount-text span.smartsell {
  font-size: 9px;
  margin: 0 2px;
  padding: 1px 3px;
  font-weight: normal;
  color: #f60;
  border: 1px #f60 solid;
  white-space: nowrap;
}

.specialFormatInfo .smartsell-bulk-discount-text {
  margin-left: 90px;
}

.specialFormatInfo .smartsell-bulk-discount-text ul {
  padding-left: 30px;
}

.tipsy .smartsell-bulk-discount-text {
  text-align: left;
}

.tipsy .smartsell-bulk-discount-text ul {
  padding-left: 20px;
}

#group-buy .box {
  padding: 0.3em 0;
}

#group-buy .prices {
  margin: 10px;
  width: 150px;
  color: inherit;
}

#group-buy .prices th {
  text-align: left;
  font-weight: normal;
  white-space: nowrap;
}

#group-buy .prices td {
  text-align: right;
}

#group-buy .remaining {
  background-color: white;
  margin: 0 10px 7px;
  padding: 10px 15px;
  border-radius: 5px;
}

.group_by_link {
  font-size: 10px;
}

div.variantsSelector {
  margin-top: 15px;
}

div.variantsHeader {
  padding: 0 5px 5px 0;
  float: left;
  text-align: center;
}

div.variantsHeader span.attributeLabel {
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: bold;
}

div.variantsHeader select {
  margin-top: 5px;
  max-width: 300px;
  height: 38px;
}

div.variantsSelector {
  clear: both;
}

.variantsSelector .variant_option {
  padding: 6px 10px;
  border: 1px solid #666;
  margin-bottom: 6px;
  box-shadow: 0 0 3px #ccc;
  font-size: 13px;
  cursor: pointer;
}

.rating-radio {
  display: block;
  color: #f00;
  font-weight: bold;
  font-size: 6pt;
  margin-bottom: 6px;
}

.product-extra + * {
  margin-top: 12px;
}

/* aliexpress scrapped markup */
.description .alixps h2 {
  font-size: 1.17em;
}

.description .alixps dl {
  margin: 6px 0;
}

.description .alixps dt {
  font-weight: bold;
  width: 100px;
  float: left;
  clear: left;
  margin: 0 10px 6px 0;
}

.description .alixps dd {
  float: left;
}

/* gfk description markup */
.description .gfk.attributes {
  border-collapse: collapse;
}

.description .gfk.attributes th,
.description .gfk.attributes td {
  text-align: left;
  border: 1px solid #ccc;
  padding: 2px 5px;
}

.description .vvmrt p {
  margin: 0.5em 0;
}

.description .vvmrt ul {
  margin: 0.5em 0;
  padding-left: 17px;
}

.variation-images .images-block.hidden {
  position: absolute;
  left: 300px;
}

.variation-images {
  width: 300px;
  overflow: hidden;
  position: relative;
}

.variantsSelector .variant_option:hover {
  background: #ebe7d8;
}

.variantsSelector .variant_option.active {
  border: 1px solid #3361e3;
  box-shadow: 0 0 3px #3361e3;
  color: #3361e3;
  font-weight: bold;
}

a.personalise_btn {
  background-image: url('https://web-archive.nli.org.il/National_Library/20160930123623oe_/https://cdn-w.fishpond.co.nz/btn-select-arrow.png');
  width: 115px;
  height: 35px;
  text-decoration: none;
  text-indent: -999em;
  display: block;
  margin: 0 auto 3px;
}

a.personalise_btn:hover,
a.personalise_btn:active {
  background-position: -115px 0;
  text-decoration: none;
}

.settings-section {
  display: inline-block;
}

/* END PRODUCT PAGE STYLES */

/* PRODUCT LISTING STYLES */
.group-buy-title {
  color: #f60;
  font-size: 10pt;
  font-weight: bold;
  line-height: 1.5;
}

.available-smartsell-bargain {
  color: #f60;
  font-size: 11px;
}

.available-smartsell-bargain .smartsell {
  font-weight: normal;
}

.unavailable_text {
  color: #6c6c6c;
  font-weight: bold;
}

.preorder_text {
  color: #50be19;
  font-size: 13px;
  font-weight: bold;
  line-height: 2;
}

/* END PRODUCT LISTING STYLES */

/* SELL PAGE STYLES */
form button.list-for-sale {
  width: 152px;
  height: 35px;
  margin-top: 2em;
  text-indent: -999em;
  background-image: url('https://web-archive.nli.org.il/National_Library/20160930123623oe_/https://cdn-w.fishpond.co.nz/btn-list-for-sale.png');
}

form button.list-for-sale:hover {
  background-position: 152px 0;
}

/* VOUCHER COUPONS ON CHECKOUT PAGE */

.voucher-coupons-block {
  position: relative;
}

.voucher-coupons-block ol li {
  display: block;
  border-radius: 6px;
  position: relative;
}

.voucher-coupons-block ol li.error {
  border: 2px solid #f60;
  padding: 10px 15px 3px 15px !Important;
  background-color: #ffdbb5 !Important;
}

.voucher-coupons-block ol li.success {
  border: 2px solid green;
  padding: 10px 15px 3px 15px !Important;
  background-color: #cbf2cb !Important;
}

.voucher-coupons-block ol li.success #gvSuccessMessage {
  color: #000 !Important;
  padding: 6px 0;
}

.voucher-coupons-block ol li.success #gvValidationImgApplyed {
  display: block !Important;
}

.voucher-coupons-block ol li.error #gvValidationImgError {
  display: block !Important;
}

.voucher-coupons-block #gvValidationLoader {
  position: absolute;
  left: 188px;
  top: 8px;
}

.voucher-coupons-block #gvValidationImgError {
  position: absolute;
  left: 214px;
  top: 14px;
}

.voucher-coupons-block #gvValidationImgApplyed {
  position: absolute;
  left: 214px;
  top: 14px;
}

/** HELPDESK */

#helpdesk_content #question-categories {
  margin-bottom: 15px;
  padding-left: 20px;
  list-style-image: url('https://web-archive.nli.org.il/National_Library/20160930123623oe_/https://cdn-w.fishpond.co.nz/fp_uploads/site_images/plus-9.png');
}

#helpdesk_content #question-categories .category.opened {
  list-style-image: url('https://web-archive.nli.org.il/National_Library/20160930123623oe_/https://cdn-w.fishpond.co.nz/fp_uploads/site_images/minus-9.png');
}

#helpdesk_content #question-categories li {
  margin-top: 8px;
}

#helpdesk_content ul.subcategory {
  padding-left: 20px;
}

#helpdesk_content ul.subcategory li {
  list-style-image: url('https://web-archive.nli.org.il/National_Library/20160930123623oe_/https://cdn-w.fishpond.co.nz/fp_uploads/site_images/circle-9.png');
}

/** TRACK MY ORDER PAGE */

ul.tracking-summary {
  padding: 0;
  margin: 10px 0 40px;
}

ul.tracking-summary li {
  list-style: none;
  padding-left: 34px;
  padding-top: 28px;
}

ul.tracking-summary li.first {
  background: url('https://web-archive.nli.org.il/National_Library/20160930123623oe_/https://cdn-w.fishpond.co.nz/fp_uploads/site_images/tracking_progress_1.png') bottom left no-repeat;
  height: 17px;
  padding-top: 0;
}

ul.tracking-summary li.complete {
  background: url('https://web-archive.nli.org.il/National_Library/20160930123623oe_/https://cdn-w.fishpond.co.nz/fp_uploads/site_images/tracking_progress_2.png') top left no-repeat;
  height: 17px;
}

ul.tracking-summary li.current {
  background: url('https://web-archive.nli.org.il/National_Library/20160930123623oe_/https://cdn-w.fishpond.co.nz/fp_uploads/site_images/tracking_progress_3.png') top left no-repeat;
  height: 22px;
}

ul.tracking-summary li.first.current {
  padding-top: 3px;
  background-position: bottom left;
}

ul.tracking-summary li.incomplete {
  background: url('https://web-archive.nli.org.il/National_Library/20160930123623oe_/https://cdn-w.fishpond.co.nz/fp_uploads/site_images/tracking_progress_4b.png') top left no-repeat;
  height: 12px;
}

/* SELL PAGE STYLES */

/* Flags 2 */
.flag img {
  width: 16px;
  height: 11px;
  background: url('https://web-archive.nli.org.il/National_Library/20160930123623oe_/https://cdn-w.fishpond.co.nz/flags-sprite.png') no-repeat;
}

.flag.flag-ad img {
  background-position: -16px 0;
}

.flag.flag-ae img {
  background-position: -32px 0;
}

.flag.flag-af img {
  background-position: -48px 0;
}

.flag.flag-ag img {
  background-position: -64px 0;
}

.flag.flag-ai img {
  background-position: -80px 0;
}

.flag.flag-al img {
  background-position: -96px 0;
}

.flag.flag-am img {
  background-position: -112px 0;
}

.flag.flag-an img {
  background-position: -128px 0;
}

.flag.flag-ao img {
  background-position: -144px 0;
}

.flag.flag-ar img {
  background-position: -160px 0;
}

.flag.flag-as img {
  background-position: -176px 0;
}

.flag.flag-at img {
  background-position: -192px 0;
}

.flag.flag-au img {
  background-position: -208px 0;
}

.flag.flag-aw img {
  background-position: -224px 0;
}

.flag.flag-az img {
  background-position: -240px 0;
}

.flag.flag-ba img {
  background-position: 0 -11px;
}

.flag.flag-bb img {
  background-position: -16px -11px;
}

.flag.flag-bd img {
  background-position: -32px -11px;
}

.flag.flag-be img {
  background-position: -48px -11px;
}

.flag.flag-bf img {
  background-position: -64px -11px;
}

.flag.flag-bg img {
  background-position: -80px -11px;
}

.flag.flag-bh img {
  background-position: -96px -11px;
}

.flag.flag-bi img {
  background-position: -112px -11px;
}

.flag.flag-bj img {
  background-position: -128px -11px;
}

.flag.flag-bm img {
  background-position: -144px -11px;
}

.flag.flag-bn img {
  background-position: -160px -11px;
}

.flag.flag-bo img {
  background-position: -176px -11px;
}

.flag.flag-br img {
  background-position: -192px -11px;
}

.flag.flag-bs img {
  background-position: -208px -11px;
}

.flag.flag-bt img {
  background-position: -224px -11px;
}

.flag.flag-bv img {
  background-position: -240px -11px;
}

.flag.flag-bw img {
  background-position: 0 -22px;
}

.flag.flag-by img {
  background-position: -16px -22px;
}

.flag.flag-bz img {
  background-position: -32px -22px;
}

.flag.flag-ca img {
  background-position: -48px -22px;
}

.flag.flag-catalonia img {
  background-position: -64px -22px;
}

.flag.flag-cd img {
  background-position: -80px -22px;
}

.flag.flag-cf img {
  background-position: -96px -22px;
}

.flag.flag-cg img {
  background-position: -112px -22px;
}

.flag.flag-ch img {
  background-position: -128px -22px;
}

.flag.flag-ci img {
  background-position: -144px -22px;
}

.flag.flag-ck img {
  background-position: -160px -22px;
}

.flag.flag-cl img {
  background-position: -176px -22px;
}

.flag.flag-cm img {
  background-position: -192px -22px;
}

.flag.flag-cn img {
  background-position: -208px -22px;
}

.flag.flag-co img {
  background-position: -224px -22px;
}

.flag.flag-cr img {
  background-position: -240px -22px;
}

.flag.flag-cu img {
  background-position: 0 -33px;
}

.flag.flag-cv img {
  background-position: -16px -33px;
}

.flag.flag-cy img {
  background-position: -32px -33px;
}

.flag.flag-cz img {
  background-position: -48px -33px;
}

.flag.flag-de img {
  background-position: -64px -33px;
}

.flag.flag-dj img {
  background-position: -80px -33px;
}

.flag.flag-dk img {
  background-position: -96px -33px;
}

.flag.flag-dm img {
  background-position: -112px -33px;
}

.flag.flag-do img {
  background-position: -128px -33px;
}

.flag.flag-dz img {
  background-position: -144px -33px;
}

.flag.flag-ec img {
  background-position: -160px -33px;
}

.flag.flag-ee img {
  background-position: -176px -33px;
}

.flag.flag-eg img {
  background-position: -192px -33px;
}

.flag.flag-eh img {
  background-position: -208px -33px;
}

.flag.flag-england img {
  background-position: -224px -33px;
}

.flag.flag-er img {
  background-position: -240px -33px;
}

.flag.flag-es img {
  background-position: 0 -44px;
}

.flag.flag-et img {
  background-position: -16px -44px;
}

.flag.flag-eu img {
  background-position: -32px -44px;
}

.flag.flag-fi img {
  background-position: -48px -44px;
}

.flag.flag-fj img {
  background-position: -64px -44px;
}

.flag.flag-fk img {
  background-position: -80px -44px;
}

.flag.flag-fm img {
  background-position: -96px -44px;
}

.flag.flag-fo img {
  background-position: -112px -44px;
}

.flag.flag-fr img {
  background-position: -128px -44px;
}

.flag.flag-ga img {
  background-position: -144px -44px;
}

.flag.flag-gb img {
  background-position: -160px -44px;
}

.flag.flag-gd img {
  background-position: -176px -44px;
}

.flag.flag-ge img {
  background-position: -192px -44px;
}

.flag.flag-gf img {
  background-position: -208px -44px;
}

.flag.flag-gh img {
  background-position: -224px -44px;
}

.flag.flag-gi img {
  background-position: -240px -44px;
}

.flag.flag-gl img {
  background-position: 0 -55px;
}

.flag.flag-gm img {
  background-position: -16px -55px;
}

.flag.flag-gn img {
  background-position: -32px -55px;
}

.flag.flag-gp img {
  background-position: -48px -55px;
}

.flag.flag-gq img {
  background-position: -64px -55px;
}

.flag.flag-gr img {
  background-position: -80px -55px;
}

.flag.flag-gs img {
  background-position: -96px -55px;
}

.flag.flag-gt img {
  background-position: -112px -55px;
}

.flag.flag-gu img {
  background-position: -128px -55px;
}

.flag.flag-gw img {
  background-position: -144px -55px;
}

.flag.flag-gy img {
  background-position: -160px -55px;
}

.flag.flag-hk img {
  background-position: -176px -55px;
}

.flag.flag-hm img {
  background-position: -192px -55px;
}

.flag.flag-hn img {
  background-position: -208px -55px;
}

.flag.flag-hr img {
  background-position: -224px -55px;
}

.flag.flag-ht img {
  background-position: -240px -55px;
}

.flag.flag-hu img {
  background-position: 0 -66px;
}

.flag.flag-id img {
  background-position: -16px -66px;
}

.flag.flag-ie img {
  background-position: -32px -66px;
}

.flag.flag-il img {
  background-position: -48px -66px;
}

.flag.flag-in img {
  background-position: -64px -66px;
}

.flag.flag-io img {
  background-position: -80px -66px;
}

.flag.flag-iq img {
  background-position: -96px -66px;
}

.flag.flag-ir img {
  background-position: -112px -66px;
}

.flag.flag-is img {
  background-position: -128px -66px;
}

.flag.flag-it img {
  background-position: -144px -66px;
}

.flag.flag-jm img {
  background-position: -160px -66px;
}

.flag.flag-jo img {
  background-position: -176px -66px;
}

.flag.flag-jp img {
  background-position: -192px -66px;
}

.flag.flag-ke img {
  background-position: -208px -66px;
}

.flag.flag-kg img {
  background-position: -224px -66px;
}

.flag.flag-kh img {
  background-position: -240px -66px;
}

.flag.flag-ki img {
  background-position: 0 -77px;
}

.flag.flag-km img {
  background-position: -16px -77px;
}

.flag.flag-kn img {
  background-position: -32px -77px;
}

.flag.flag-kp img {
  background-position: -48px -77px;
}

.flag.flag-kr img {
  background-position: -64px -77px;
}

.flag.flag-kw img {
  background-position: -80px -77px;
}

.flag.flag-ky img {
  background-position: -96px -77px;
}

.flag.flag-kz img {
  background-position: -112px -77px;
}

.flag.flag-la img {
  background-position: -128px -77px;
}

.flag.flag-lb img {
  background-position: -144px -77px;
}

.flag.flag-lc img {
  background-position: -160px -77px;
}

.flag.flag-li img {
  background-position: -176px -77px;
}

.flag.flag-lk img {
  background-position: -192px -77px;
}

.flag.flag-lr img {
  background-position: -208px -77px;
}

.flag.flag-ls img {
  background-position: -224px -77px;
}

.flag.flag-lt img {
  background-position: -240px -77px;
}

.flag.flag-lu img {
  background-position: 0 -88px;
}

.flag.flag-lv img {
  background-position: -16px -88px;
}

.flag.flag-ly img {
  background-position: -32px -88px;
}

.flag.flag-ma img {
  background-position: -48px -88px;
}

.flag.flag-mc img {
  background-position: -64px -88px;
}

.flag.flag-md img {
  background-position: -80px -88px;
}

.flag.flag-me img {
  background-position: -96px -88px;
}

.flag.flag-mg img {
  background-position: -112px -88px;
}

.flag.flag-mh img {
  background-position: -128px -88px;
}

.flag.flag-mk img {
  background-position: -144px -88px;
}

.flag.flag-ml img {
  background-position: -160px -88px;
}

.flag.flag-mm img {
  background-position: -176px -88px;
}

.flag.flag-mn img {
  background-position: -192px -88px;
}

.flag.flag-mo img {
  background-position: -208px -88px;
}

.flag.flag-mp img {
  background-position: -224px -88px;
}

.flag.flag-mq img {
  background-position: -240px -88px;
}

.flag.flag-mr img {
  background-position: 0 -99px;
}

.flag.flag-ms img {
  background-position: -16px -99px;
}

.flag.flag-mt img {
  background-position: -32px -99px;
}

.flag.flag-mu img {
  background-position: -48px -99px;
}

.flag.flag-mv img {
  background-position: -64px -99px;
}

.flag.flag-mw img {
  background-position: -80px -99px;
}

.flag.flag-mx img {
  background-position: -96px -99px;
}

.flag.flag-my img {
  background-position: -112px -99px;
}

.flag.flag-mz img {
  background-position: -128px -99px;
}

.flag.flag-na img {
  background-position: -144px -99px;
}

.flag.flag-nc img {
  background-position: -160px -99px;
}

.flag.flag-ne img {
  background-position: -176px -99px;
}

.flag.flag-nf img {
  background-position: -192px -99px;
}

.flag.flag-ng img {
  background-position: -208px -99px;
}

.flag.flag-ni img {
  background-position: -224px -99px;
}

.flag.flag-nl img {
  background-position: -240px -99px;
}

.flag.flag-no img {
  background-position: 0 -110px;
}

.flag.flag-np img {
  background-position: -16px -110px;
}

.flag.flag-nr img {
  background-position: -32px -110px;
}

.flag.flag-nu img {
  background-position: -48px -110px;
}

.flag.flag-nz img {
  background-position: -64px -110px;
}

.flag.flag-om img {
  background-position: -80px -110px;
}

.flag.flag-pa img {
  background-position: -96px -110px;
}

.flag.flag-pe img {
  background-position: -112px -110px;
}

.flag.flag-pf img {
  background-position: -128px -110px;
}

.flag.flag-pg img {
  background-position: -144px -110px;
}

.flag.flag-ph img {
  background-position: -160px -110px;
}

.flag.flag-pk img {
  background-position: -176px -110px;
}

.flag.flag-pl img {
  background-position: -192px -110px;
}

.flag.flag-pm img {
  background-position: -208px -110px;
}

.flag.flag-pn img {
  background-position: -224px -110px;
}

.flag.flag-pr img {
  background-position: -240px -110px;
}

.flag.flag-ps img {
  background-position: 0 -121px;
}

.flag.flag-pt img {
  background-position: -16px -121px;
}

.flag.flag-pw img {
  background-position: -32px -121px;
}

.flag.flag-py img {
  background-position: -48px -121px;
}

.flag.flag-qa img {
  background-position: -64px -121px;
}

.flag.flag-re img {
  background-position: -80px -121px;
}

.flag.flag-ro img {
  background-position: -96px -121px;
}

.flag.flag-rs img {
  background-position: -112px -121px;
}

.flag.flag-ru img {
  background-position: -128px -121px;
}

.flag.flag-rw img {
  background-position: -144px -121px;
}

.flag.flag-sa img {
  background-position: -160px -121px;
}

.flag.flag-sb img {
  background-position: -176px -121px;
}

.flag.flag-sc img {
  background-position: -192px -121px;
}

.flag.flag-scotland img {
  background-position: -208px -121px;
}

.flag.flag-sd img {
  background-position: -224px -121px;
}

.flag.flag-se img {
  background-position: -240px -121px;
}

.flag.flag-sg img {
  background-position: 0 -132px;
}

.flag.flag-sh img {
  background-position: -16px -132px;
}

.flag.flag-si img {
  background-position: -32px -132px;
}

.flag.flag-sk img {
  background-position: -48px -132px;
}

.flag.flag-sl img {
  background-position: -64px -132px;
}

.flag.flag-sm img {
  background-position: -80px -132px;
}

.flag.flag-sn img {
  background-position: -96px -132px;
}

.flag.flag-so img {
  background-position: -112px -132px;
}

.flag.flag-sr img {
  background-position: -128px -132px;
}

.flag.flag-st img {
  background-position: -144px -132px;
}

.flag.flag-sv img {
  background-position: -160px -132px;
}

.flag.flag-sy img {
  background-position: -176px -132px;
}

.flag.flag-sz img {
  background-position: -192px -132px;
}

.flag.flag-tc img {
  background-position: -208px -132px;
}

.flag.flag-td img {
  background-position: -224px -132px;
}

.flag.flag-tf img {
  background-position: -240px -132px;
}

.flag.flag-tg img {
  background-position: 0 -143px;
}

.flag.flag-th img {
  background-position: -16px -143px;
}

.flag.flag-tj img {
  background-position: -32px -143px;
}

.flag.flag-tk img {
  background-position: -48px -143px;
}

.flag.flag-tl img {
  background-position: -64px -143px;
}

.flag.flag-tm img {
  background-position: -80px -143px;
}

.flag.flag-tn img {
  background-position: -96px -143px;
}

.flag.flag-to img {
  background-position: -112px -143px;
}

.flag.flag-tr img {
  background-position: -128px -143px;
}

.flag.flag-tt img {
  background-position: -144px -143px;
}

.flag.flag-tv img {
  background-position: -160px -143px;
}

.flag.flag-tw img {
  background-position: -176px -143px;
}

.flag.flag-tz img {
  background-position: -192px -143px;
}

.flag.flag-ua img {
  background-position: -208px -143px;
}

.flag.flag-ug img {
  background-position: -224px -143px;
}

.flag.flag-um img {
  background-position: -240px -143px;
}

.flag.flag-us img {
  background-position: 0 -154px;
}

.flag.flag-uy img {
  background-position: -16px -154px;
}

.flag.flag-uz img {
  background-position: -32px -154px;
}

.flag.flag-va img {
  background-position: -48px -154px;
}

.flag.flag-vc img {
  background-position: -64px -154px;
}

.flag.flag-ve img {
  background-position: -80px -154px;
}

.flag.flag-vg img {
  background-position: -96px -154px;
}

.flag.flag-vi img {
  background-position: -112px -154px;
}

.flag.flag-vn img {
  background-position: -128px -154px;
}

.flag.flag-vu img {
  background-position: -144px -154px;
}

.flag.flag-wales img {
  background-position: -160px -154px;
}

.flag.flag-wf img {
  background-position: -176px -154px;
}

.flag.flag-ws img {
  background-position: -192px -154px;
}

.flag.flag-ye img {
  background-position: -208px -154px;
}

.flag.flag-yt img {
  background-position: -224px -154px;
}

.flag.flag-za img {
  background-position: -240px -154px;
}

.flag.flag-zm img {
  background-position: 0 -165px;
}

.flag.flag-zw img {
  background-position: -16px -165px;
}

/* end Flags 2 */

/* new flat buttons */
.productSearch-buy-button-container {
  padding-right: 10px !Important;
}

.add_button button,
.add_button .btn {
  margin: 0 auto;
  border-collapse: collapse;
}

.makeanaction .fl-text {
  padding-top: 7px;
  vertical-align: top;
  display: inline-block;
  line-height: 22px;
}

.custom_price_range {
  width: 140px;
}

.custom_price_range input[type=submit] {
  background-color: #f60;
  background-image: none;
  border: none;
  color: #fff;
  font-size: 14px;
  padding: 3px 8px;
  cursor: pointer;
  height: 28px;
  transition: background 0.6s ease;
}

.price-range.flat-button.small {
  vertical-align: top;
}

.price-range.flat-button.small .flat-text {
  height: 28px;
  font-size: 14px;
  padding: 0 8px;
}

#email_remind button.flat-button {
  margin: 1.2em 0 1.6em;
}

.custom_price_range input[type=submit]:hover {
  background-color: #e35c02;
}

a.flat-button {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  display: inline-block;
  line-height: 0;
  padding: 0;
  position: relative;
  text-decoration: none;
  box-sizing: border-box;
  border-collapse: collapse;
}

.flat-button {
  text-decoration: none;
  display: inline-block;
  border-collapse: collapse !important;
}

.flat-button.loading-on-click {
  position: relative;
  overflow: hidden;
}

/* progress bar on the buttons */
.flat-button .loading-container {
  display: none;
}

.flat-button.progress-fishpond-btn .loading-container {
  display: inline-block;
  cursor: default;
}

.flat-button .loading-container {
  position: absolute;
  width: 100%;
  top: 0;
  height: 100%;
  line-height: 2.2em;
  text-align: center;
  font-size: 16px;
}

@-webkit-keyframes progress-bar-fish {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

@-o-keyframes progress-bar-fish {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-fish {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

.flat-button .loading-container .progress-bar {
  height: 100%;
  color: #fff;
  text-align: center;
  background-color: #888;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.flat-button .loading-container .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
  -webkit-animation: progress-bar-fish 2s linear infinite;
  -o-animation: progress-bar-fish 2s linear infinite;
  animation: progress-bar-fish 2s linear infinite;
}

.flat-button .loading-container {
  position: absolute;
  width: 100%;
  height: 100%;
  line-height: 2.2em;
  text-align: center;
}

.flat-button.small .loading-container {
  line-height: 1.8em;
}

.helpdesk_search_term {
  margin-left: 55px;
  line-height: 24px;
  display: inline-block;
  vertical-align: bottom;
}

input[name="helpdesk_search_term"] {
  padding: 4px 5px 5px 5px !Important;
}

input[name="customer_friend"] {
  padding: 4px 5px 5px 5px !Important;
  vertical-align: top;
}

input.date-pick {
  font-size: 10pt;
  height: 28px;
  vertical-align: top;
  margin-bottom: 0;
  padding: 0 8px;
}

.buynow {
  min-width: 140px;
}

.buynow .flat-button {
  border-collapse: collapse;
  width: 135px;
}

.buynow .flat-button.blue.small .flat-text {
  height: 28px;
  font-size: 16px;
}

.account-history-info #order_products .flat-button.blue.small .flat-text {
  height: 24px;
  font-size: 14px;
}

.flat-button span:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.flat-button span:last-child,
.flat-button.loading-on-click span:nth-last-child(2) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.flat-button .flat-icon {
  vertical-align: middle;
}

.flat-button .flat-text {
  color: #fff;
  width: auto;
  vertical-align: middle;
  transition: background 0.6s ease;
  font-weight: normal;
}

.flat-button.big .flat-text {
  height: 72px;
  font-size: 24px;
  padding: 0 38px;
}

.flat-button.medium .flat-text {
  height: 38px;
  font-size: 16px;
  padding: 0 15px;
  line-height: 10px;
  min-width: 65px;
  text-align: center;
}

.more_options_container .flat-button {
  display: inline-block;
  text-align: center;
  margin: 0 auto;
}

.filter-button .flat-button.blue.small .flat-text {
  height: 32px !Important;
  font-size: 16px;
}


.productSearch-buy-button-container #cart_quantity .flat-button {
  margin-top: 0 !Important;
}

.product-right #cart_quantity .flat-button {
  margin-top: 2px !Important;
}

.save-cart-block {
  padding-left: 161px;
}

.sellyour_form_wr .flat-button {
  vertical-align: middle;
}

#page_search .flat-button,
#page_search select {
  vertical-align: top;
}

#page_search .flat-button.medium .flat-text {
  height: 28px;
  font-size: 16px;
  min-width: inherit;
  line-height: 26px;
}

#enquiry-field-group .flat-button.medium .flat-text {
  height: 28px;
  padding: 0 10px;
}

#helpdesk_content .mainSection .button_right {
  margin-top: 19px;
}

.helpdesklayout div.form div {
  margin-top: 3px;
}

.productSearch-buy-button-container a.flat-button {
  margin-bottom: 10px;
  display: block;
}

dl.status dd .flat-button {
  display: inline-block;
}

.productSearch-buy-button-container a.flat-button.small .flat-text {
  height: 28px;
  font-size: 15px;
}

#helpdesk_search .flat-button {
  display: inline-block;
}

#helpdesk_search .flat-button.small .flat-text {
  height: 28px;
  line-height: 9px;
}

#sellerVacations div {
  padding: 4px;
  vertical-align: middle;
  background: #fff;
  border-bottom: 1px #d4d4d4 solid;
}

#sellerVacations div p {
  float: left;
  width: 265px;
  margin: 0;
  line-height: 30px;
  vertical-align: top;
  display: inline-block;
}

#sellerVacations div a {
  height: 28px;
  line-height: 9px;
}

#helpdesk_search input {
  padding: 5px 5px 6px;
  margin-right: 10px;
  margin-left: 20px;
}

.button_left_flat {
  margin-left: 15px;
}

#feedback .flat-button {
  margin: 5px 0 12px 15px;
  display: inline-block;
  line-height: 12px;
}

#feedback .flat-button .flat-text {
  height: 30px;
}

#quote_me {
  margin: 15px 0;
}

.form-buttons-holder .flat-button {
  margin-left: 124px ;
}

#button1 .flat-button.medium .flat-icon {
  background-position: 0 8px;
}

#tell_a_friend .flat-button.medium .flat-text,
#tell_a_friend .flat-button.medium .flat-icon,
.tell-a-friend .flat-button.small .flat-text,
.tell-a-friend .flat-button.small .flat-icon {
  height: 28px;
}

#tell_a_friend .flat-button.small .flat-icon.tell-friend,
.tell-a-friend .flat-button.small .flat-icon.tell-friend {
  background-position: 2px -155px;
}

#tell_a_friend .flat-button.medium .flat-icon,
.tell-a-friend .flat-button.small .flat-icon {
  background-size: 85%;
}

.column-right .flat-button.medium .flat-text {
  font-weight: normal !Important;
}

.column-right #cart_quantity {
  margin-bottom: 16px;
}

#checkoutBtnColumn .flat-button.blue {
  margin: 0;
  float: right;
}

.productSearch-button {
  min-width: 192px;
}

.price-box-deals .buy-area .productSpecialPrice {
  padding-bottom: 0 !Important;
}

.price-box-deals .flat-button.medium .flat-text {
  font-size: 16px;
}

.price-box-deals .flat-button.medium .flat-icon {
  height: 38px;
  padding: 0 20px;
  background-position: 2px 9px !Important;
}

.no-icons-wr .flat-button.small .flat-text {
  height: 28px;
  font-size: 14px;
  padding: 0 8px;
}

#url-element {
  margin-bottom: 10px;
}

.wr_back {
  margin-top: 15px;
}

.flat-button.small .flat-text {
  height: 28px;
  font-size: 15px;
  padding: 0 15px;
}

.flat-button.big .flat-icon {
  height: 72px;
  padding: 0 40px;
}

.flat-button.medium .flat-icon {
  height: 38px;
  padding: 0 20px;
}

.flat-button.small .flat-icon {
  height: 38px;
  padding: 0 20px;
}

.flat-button .flat-icon,
.flat-button .flat-text {
  display: table-cell;
}

.flat-button .flat-icon {
  background-image: url('https://web-archive.nli.org.il/National_Library/20160930123623oe_/https://cdn-w.fishpond.co.nz/fp_uploads/site_images/sprite_flat_buttons_2.png');
  background-repeat: no-repeat;
}

.flat-button.medium .flat-icon {
  background-size: 100%;
}

.flat-button.small .flat-icon {
  background-size: 100%;
}

.flat-button.green .flat-icon {
  background-color: #4da01c;
}

.flat-button.green .flat-text {
  background-color: #5dc623;
}

.flat-button.blue .flat-icon {
  background-color: #3057b2;
}

.flat-button.blue .flat-text {
  background-color: #4179e8;
}

.flat-button.orange .flat-icon {
  background-color: #bb4d02;
}

.flat-button.orange .flat-text {
  background-color: #f60;
}

.flat-button.gray .flat-icon {
  background-color: #4d4d4d;
}

.flat-button.gray .flat-text {
  background-color: #808080;
}

.flat-button:hover {
  cursor: pointer;
  text-decoration: none;
}

.flat-button.green:hover .flat-text {
  background: #53b21e;
}

.flat-button.blue:hover .flat-text {
  background: #3066d1;
}

.flat-button.orange:hover .flat-text {
  background: #e35c02;
}

.flat-button.gray:hover .flat-text {
  background: #666;
}

.flat-button.big .flat-icon.add-to-cart {
  background-position: 10px 20px;
}

.flat-button.medium .flat-icon.add-to-cart {
  background-position: 2px 9px;
}

.flat-button.small .flat-icon.add-to-cart {
  background-position: 2px 10px;
}

.flat-button.big .flat-icon.buy-together {
  background-position: 10px -66px;
}

.flat-button.medium .flat-icon.buy-together {
  background-position: 2px -49px;
}

.flat-button.small .flat-icon.buy-together {
  background-position: 2px -47px;
}

.flat-button.big .flat-icon.continue-shopping {
  background-position: 9px -172px;
}

.flat-button.medium .flat-icon.continue-shopping {
  background-position: 0 -149px;
}

.flat-button.small .flat-icon.continue-shopping {
  background-position: 0 -116px;
}

.flat-button.big .flat-icon.update {
  background-position: 9px -470px;
}

.flat-button.medium .flat-icon.update {
  background-position: 0 -398px;
}

.flat-button.small .flat-icon.update {
  background-position: 0 -308px;
}

.flat-button.big .flat-icon.checkout {
  background-position: 10px 20px;
}

.flat-button.medium .flat-icon.checkout {
  background-position: 2px 8px;
}

.flat-button.small .flat-icon.checkout {
  background-position: 2px 9px;
}

.flat-button.big .flat-icon.sell-yours {
  background-position: 9px -372px;
}

.flat-button.medium .flat-icon.sell-yours {
  background-position: -1px -316px;
}

.flat-button.small .flat-icon.sell-yours {
  background-position: -1px -244px;
}

.flat-button.medium .flat-icon.tell-friend {
  background-position: 0 -180px;
}

.flat-button.big .flat-icon.continue {
  background-position: 9px -744px;
}

.flat-button.medium .flat-icon.continue {
  background-position: 0 -484px;
}

.flat-button.small .flat-icon.continue {
  background-position: 0 -483px;
}

.flat-button.big .flat-icon.back {
  background-position: 10px -742px;
  -ms-transform: rotate(180deg); /* IE 9 */
  -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
  transform: rotate(180deg);
  border-radius: 0 4px 4px 0;
}

.flat-button.medium .flat-icon.back {
  background-position: 0 -484px;
  -ms-transform: rotate(180deg); /* IE 9 */
  -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
  transform: rotate(180deg);
  border-radius: 0 4px 4px 0;
}

.flat-button.small .flat-icon.back {
  background-position: 0 -484px;
  -ms-transform: rotate(180deg); /* IE 9 */
  -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
  transform: rotate(180deg);
  border-radius: 0 4px 4px 0;
}

ul.tracking-summary li.first {
  background: url('https://web-archive.nli.org.il/National_Library/20160930123623oe_/https://cdn-w.fishpond.co.nz/fp_uploads/site_images/tracking_progress_1.png') bottom left no-repeat;
  height: 17px;
  padding-top: 0;
}

ul.tracking-summary li.complete {
  background: url('https://web-archive.nli.org.il/National_Library/20160930123623oe_/https://cdn-w.fishpond.co.nz/fp_uploads/site_images/tracking_progress_2.png') top left no-repeat;
  height: 17px;
}

.flat-button.small .flat-icon.add-to-wishlist {
  background-position: 1px -372px;
}

ul.tracking-summary li.current {
  background: url('https://web-archive.nli.org.il/National_Library/20160930123623oe_/https://cdn-w.fishpond.co.nz/fp_uploads/site_images/tracking_progress_3.png') top left no-repeat;
  height: 22px;
}

ul.tracking-summary li.first.current {
  padding-top: 3px;
  background-position: bottom left;
}

ul.tracking-summary li.incomplete {
  background: url('https://web-archive.nli.org.il/National_Library/20160930123623oe_/https://cdn-w.fishpond.co.nz/fp_uploads/site_images/tracking_progress_4b.png') top left no-repeat;
  height: 12px;
}

.margin-top-20 {
  margin-top: 20px;
}

.padding-left-15 {
  padding-left: 15px !important;
}

/* product reviews start */
.review-header {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
}

.review-header-column-left {
  display: flex;
  min-width: 200px;
}

.review-header-count {
  font-size: 1.3em;
  font-weight: bold;
  align-items: center;
  display: flex;
}

.review-order-link,
.review-order-link:visited {
  margin-right: 40px;
  font-size: 1.3em;
  color: #3361e3;
}

.review-order-link.link-active,
.review-order-link.link-active:visited {
  color: black;
  font-weight: bold;
  pointer-events: none;
}

.review-main {
  display: flex;
}

.review-column-left {
  width: 200px;
  min-width: 200px;
  padding-right: 20px;
  box-sizing: border-box;
}

.review-column-left.mobile {
  position: absolute;
  left: 0;
  top: 30px;
  background-color: #fff;
  box-shadow: 1px 2px 4px 1px #ccc;
  display: none;
  padding-bottom: 20px;
}

.review-column-right {
  width: 100%;
}

.review-filter-row {
  cursor: pointer;
  margin-bottom: 1px;
}

.review-filter-row .filter-item {
  display: flex;
  align-items: flex-end;
  padding: 13px 20px 13px 0;
}

.review-filter-row .filter-item-bar-row {
  position: relative;
  top: -5px;
  padding-right: 10px;
  padding-left: 10px;
  box-sizing: border-box;
}

.review-filter-row .filter-item-bar-row .bar-inactive {
  width: 84%;
  position: absolute;
  background-color: lightgray;
  height: 2px;
}

.review-filter-row .filter-item-bar-row .bar-active {
  top: 0;
  position: absolute;
  background-color: #3361e3;
  height: 2px;
}

.review-filter-row .filter-item .filter-item-column-left {
  padding-left: 15px;
}

.review-filter-row {
  color: black;
}

.review-filter-row.filter-active,
.review-filter-row:hover {
  background-color: #53b21e;
  color: white;
}

.review-filter-row.no-reviews {
  pointer-events: none;
  color: lightgray;
}

.filter-item-column-stars {
  color: gray;
}

.review-filter-row.no-reviews .filter-item-column-stars {
  color: lightgray;
}

.review-filter-row.filter-active .filter-item-column-stars,
.review-filter-row:hover .filter-item-column-stars {
  color: white;
}

.review-list-item {
  margin-bottom: 30px;
}

.review-list-item-header {
  margin-bottom: 15px;
  align-items: center;
}

.review-list-item-header-rating {
  color: #3361e3;
  font-size: 1.3em;
  padding-right: 20px;
}

.review-list-item-header-customer {
  color: #5c5c5c;
  font-size: 0.95em;
}

.review-list-item-header-feedback {
  color: #5c5c5c;
  display: flex;
  align-items: center;
}

.review-list-item-content-text {
  line-height: 1.2;
  max-width: 700px;
}

.review-list-item-header-feedback .review-feedback-buttons {
  display: flex;
  align-items: center;
  font-size: 1.4em;
  width: 60px;
}

.review-list-item-header-feedback .review-feedback-buttons .review-feedback-button {
  margin-right: 10px;
  cursor: pointer;
  transition: color 0.3s ease;
}

.review-list-item-header-feedback .review-feedback-buttons .review-feedback-button:hover {
  color: #3361e3;
}

.review-list-item-header-feedback .review-feedback-buttons .review-feedback-loader {
  display: none;
}

.review-list-item-header-feedback .review-feedback-rank {
  padding: 4px 15px 3px 5px;
  font-size: 1.2em;
}

.review-list-item-header-feedback .review-feedback-rank.positive {
  color: #53b21e;
}

.review-list-item-header-feedback .review-feedback-rank.negative {
  color: red;
}

.review-list-item-header-feedback .review-feedback-title {
  color: #3361e3;
  font-size: 1.2em;
}

.review-loading {
  background: #fff;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -100;
  position: absolute;
  padding: 0;
  opacity: 0;
  transition: opacity 0.2s ease;
}

#c-review {
  position: relative;
  margin-top: 20px;
}

.review-load-more {
  font-size: 1.2em;
  text-align: center;
}

.review-load-more a:visited {
  color: #3361e3;
}

.review-header-controls-mobile {
  padding-left: 10px;
  padding-top: 7px;
  padding-bottom: 7px;
}

.review-header-controls-mobile a {
  margin-top: 5px;
  margin-bottom: 5px;
  display: block;
}

.review-open-panel-icon {
  border: 1px solid #8c8c8c;
  border-radius: 3px;
  font-size: 24px;
  min-width: 40px;
  color: #8c8c8c;
  text-align: center;
  margin-right: 20px;
  cursor: pointer;
}

.review-open-panel-icon.active {
  border: 1px solid #3361e3;
  color: #3361e3;
}

/* product reviews end */

/* start css for community page */

.comm_wrapper {
  position: relative;
  overflow: hidden;
  margin: 0 auto 30px;
  text-align: center;
}

.comm_wrapper .row-comm {
  width: 100%;
  margin: 20px 0;
}

.comm_wrapper .wrapp-info {
  position: relative;
  display: inline-block;
  margin: 0;
  width: 30%;
  overflow: hidden;
  border: 2px solid #eee;
  -webkit-transition-property: border;
  -moz-transition-property: border;
  -o-transition-property: border;
  transition-property: border;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}

.comm_wrapper .wrapp-info:nth-child(2) {
  margin-left: 2%;
  margin-right: 2%;
}

.comm_wrapper .wrapp-info .img-cover {
  width: 100%;
  height: 100%;
  min-height: 300px;
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #fff;
}

.comm_wrapper .wrapp-info .wrapp-text {
  padding: 0 20px;
  color: #000;
  background: #fff;
  height: 300px;
  vertical-align: middle;
  display: table-cell;
  position: absolute;
  top: -330px;
  opacity: 0;
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -o-transition-property: top;
  transition-property: top;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}

.comm_wrapper .wrapp-info:hover {
  border: 2px solid #2760c9;
}

.comm_wrapper .wrapp-info:hover .wrapp-text {
  opacity: 0.95;
  top: 0;
}

.comm_wrapper .wrapp-text-inner {
  padding-top: 12px;
}

.comm_wrapper .wrapp-text p {
  font-size: 13px;
  text-align: left;
}

.comm_wrapper .wrapp-text h3 {
  color: #50be19;
  font-size: 13px;
  font-weight: bold;
  text-align: left;
}

.comm_wrapper .wrapp-text a {
  color: #3361e3;
  text-decoration: none;
}

.comm_wrapper .wrapp-text a:hover {
  color: #f60;
  text-decoration: underline;
}

.comm_wrapper .img-cover.daff-day {
  background-image: url('https://web-archive.nli.org.il/National_Library/20160930123623oe_/https://cdn-w.fishpond.co.nz/fp_uploads/site_images/daffodil_day.jpg');
}

.comm_wrapper .img-cover.eat-lunch {
  background-image: url('https://web-archive.nli.org.il/National_Library/20160930123623oe_/https://cdn-w.fishpond.co.nz/fp_uploads/site_images/eat-my-lunch.jpg');
}

.comm_wrapper .img-cover.rescuehelicopter {
  background-image: url('https://web-archive.nli.org.il/National_Library/20160930123623oe_/https://cdn-w.fishpond.co.nz/fp_uploads/site_images/rescuehelicopter.jpg');
}

.comm_wrapper .img-cover.tatara-hospis {
  background-image: url('https://web-archive.nli.org.il/National_Library/20160930123623oe_/https://cdn-w.fishpond.co.nz/fp_uploads/site_images/tatara-hospis.jpg');
}

.comm_wrapper .img-cover.cancer-research {
  background-image: url('https://web-archive.nli.org.il/National_Library/20160930123623oe_/https://cdn-w.fishpond.co.nz/fp_uploads/site_images/cancer-research.jpg');
}

.comm_wrapper .img-cover.envelopes {
  background-image: url('https://web-archive.nli.org.il/National_Library/20160930123623oe_/https://cdn-w.fishpond.co.nz/fp_uploads/site_images/envelopes.jpg');
}

.ui-autocomplete {
  width: 0;
  text-align: left;
  border: 1px solid black;
  z-index: 20 !important;
}

.ui-autocomplete .ui-state-hover {
  background-image: url('https://web-archive.nli.org.il/National_Library/20160930123623oe_/https://cdn-w.fishpond.co.nz/h_backdrop.png');
  background-color: #0e7ceb;
  border-color: #0e7ceb;
  color: #fff;
}

.ui-autocomplete .ui-menu-item {
  font-weight: normal;
  font-size: 1.2em;
  word-spacing: normal;
}

/* end css for community page */

.review-img-lnk {
  padding: 10px 0;
  display: inline-block;
  clear: both;
}

#quote_me {
  margin: 0;
}

.purchase-orders-filter .flat-button.medium .flat-text {
  height: 28px;
  font-size: 16px;
  padding: 0 15px;
}

.purchase-orders-filter #start_date-element .ui-datepicker-trigger,
.purchase-orders-filter #end_date-element .ui-datepicker-trigger {
  left: 262px !important;
  top: 6px !important;
}

dl.zend_form dt label {
  line-height: 26px;
}

.gift-finder dl.zend_form dt label {
  line-height: inherit;
}

.side_list .i {
  overflow: inherit !important;
  width: 48px !important;
}

#content {
  padding: 0 14px;
}

.box .amount {
  padding: 0 5px !important;
}

.box h3 {
  height: inherit !important;
  font-weight: bold;
}

.g-recaptcha[data-text]:empty::before {
  content: attr(data-text);
  color: red;
}

#product_review_recaptcha {
  margin-bottom: 5px;
}

form#address .button_left {
  padding-left: 204px;
}

form#address .helpBox {
  padding: 5px 26px;
}

#cart_quantity {
  overflow: inherit;
}

@-moz-document url-prefix() {
  select {
    -webkit-appearance: none;
    background-repeat: no-repeat;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAFCAYAAACJmvbYAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAE9JREFUeNpiDA0N3cLAwODNgAm2MAGJZCB+gybxGiTOtHr16pdQBcggGSj+ihnEunbt2k1tbW0ZINMIiGcBJXpB4ixIqguBGKSgGCYAEGAAo1oUSdOvdkUAAAAASUVORK5CYII=');
    background-position: 96% 50%;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    -ms-appearance: none;
    appearance: none !important;
    padding: 3px 20px 4px 0;
    height: inherit;
  }

  #bnz_cc_expires_month,
  #bnz_cc_expires_year {
    background-position: 88% 50%;
    padding: 3px 20px 4px 4px;
  }

  select::-ms-expand {
    display: none;
  }
}

.page-checkout #bar {
  display: none;
}

.page-checkout #header_body .left {
  float: none;
}

.page-checkout #logo {
  background-position: 0 8px !Important;
}

.page-checkout #header {
  padding-right: 18px;
  padding-left: 18px;
}

/* product finder page */

.product-finder form.styled {
  display: block;
  margin: 0;
  width: 350px;
}

.product-finder form.styled input,
.product-finder form.styled select,
.product-finder form.styled textarea {
  max-width: 325px;
  width: 325px;
}

.product-finder #submit-element {
  text-align: left;
  margin: 10px 0;
}

form.styled.edit-gift-voucher input[type="radio"] {
  margin: 0 8px;
  vertical-align: middle;
}

.wrap_login_ebay {
  position: relative;
}

.img_login_ebay {
  display: inline-block;
  padding-right: 12px;
  vertical-align: bottom;
}

.img_login_ebay img {
  width: 650px;
}

.form_login_ebay {
  display: inline-block;
  vertical-align: bottom;
}

.form_login_ebay form.styled fieldset {
  margin-bottom: -2px;
}

/* Fix ebay login page for iPad */
@media only screen and (max-width: 1115px) {
  .img_login_ebay img {
    width: 550px;
  }
}

@media only screen and (max-device-width: 768px) {
  #cart {
    right: 10px !Important;
  }
}

/* Style Sheet for Xmas Orange Message on Browse/Product pages */
.xmas-small,
.xmas-big,
.xmas-small a,
.xmas-big a {
  width: 125px;
  height: 40px;
  font-size: 13px;
  line-height: 14px;
  color: #f60;
}

.xmas-small {
  padding: 9px 0 0 45px;
  margin: 0 0 -9px 10px;
  float: right;
}

.xmas-big {
  padding: 9px 0 0 45px;
  margin: 0;
}

.xmas-box {
  background: url('https://web-archive.nli.org.il/National_Library/20160930123623oe_/https://cdn-w.fishpond.co.nz/fp_uploads/site_images/xmas-box-icon-red-40x50.png') top left no-repeat;
}

.xmas-e-gift {
  background: url('https://web-archive.nli.org.il/National_Library/20160930123623oe_/https://cdn-w.fishpond.co.nz/fp_uploads/site_images/xmas-e-gift-icon-red-40x50.png') top left no-repeat;
}

.xmas-e-gift a {
  text-decoration: underline !Important;
}

.xmas-e-gift a:hover {
  text-decoration: none !Important;
}

* html .xmas-e-gift-small,
* html .xmas-e-gift-big,
* html .xmas-box-small,
* html .xmas-box-big {
  width: 125px;
  height: 49px;
}

.image-search-loading {
  height: 300px;
  background: url('//web-archive.nli.org.il/National_Library/20160930123623oe_///cdn-w.fishpond.co.nz/fp_uploads/site_images/spinner-eclipse-200x200.gif') no-repeat center;
}




/* End of Xmas Orange Message on Browse/Product pages */

﻿ /* DESKTOP CSS STYLES */
body {
  min-width: 1024px;
}

#header {
  width: auto;
  margin: 0 auto;
  height: 152px;
  padding-right: 18px;
}

form.styled label {
  width: 175px;
}

    


form.styled .hint,
form.styled button {
  margin-left: 180px;
}

form.styled button.flat-button {
  margin-left: 0;
}

* html form.styled .hint {
  margin-left: 170px;
}

form#manage_pricing_rules .hint {
  margin-left: 50px;
}

* html form.styled button {
  margin-left: 170px;
}

form#add_ba_form button {
  margin-left: 202px;
}

* form#add_ba_form button {
  margin-left: 170px;
}

form#delete_ba button {
  margin-left: 0;
}

* form#delete_ba button {
  margin-left: 0;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="file"]::-webkit-file-upload-button,
button {
  -webkit-appearance: none;
}

.white,
a.white,
a.white:hover {
  color: #fff;
}

.centered {
  text-align: center;
}

.pict-left {
  float: left;
  clear: left;
  margin-right: 10px;
  display: inline;
}

.account .pict-left {
  margin-right: 30px;
}

.pict-right {
  float: right;
  clear: right;
  margin-left: 10px;
  display: inline;
}

.button_left {
  clear: left;
  margin-right: 10px;
  margin-top: 25px;
}

.button_right {
  float: right;
  clear: right;
  margin-left: 10px;
}

.larger {
  font-size: 1.4em;
}

.css-arrow {
  border: 5px solid #fff;
  width: 0;
  height: 0;
  font-size: 0;
}

.css-arrow.right {
  border-left-color: #000;
  border-right: none;
}

.css-arrow.down {
  border-top-color: #000;
  border-bottom: none;
}

#header_body,
#content {
  position: relative;
  text-align: left;
}

#content {
  position: relative;
  margin: 0 auto;
  padding-top: 25px;
  z-index: 1;
}

#header_body {
  margin: 0 auto;
  max-width: 1100px;
  height: auto;
  position: relative;
  min-width: 980px;
}

#bar {
  position: relative;
  padding: 0;
  margin: 0 auto;
  width: 100%;
  height: 54px;
  border-bottom: 1px solid #e2e2e2;
  background: #f6f6f6;
  z-index: 12;
}

html {
  -webkit-text-size-adjust: none;
}

#light,
#back,
#light .content {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 700;
}

#back {
  background: #000;
  opacity: 0.65;
  filter: alpha(opacity=65);
}

#light .content span {
  background: #fff;
  cursor: pointer;
  display: inline-block;
  display: table;
  margin: 4em auto;
  width: 300px;
  padding: 2em;
}

#light .content .close {
  display: block;
  font-weight: 700;
  padding: 1em 2em;
  width: 300px;
  text-align: right;
}

#content.shrink table {
  padding-left: 22px;
}

#content.shrink table table {
  padding: 0;
}

#log_off {
  position: absolute;
  right: 15px;
  top: 7px;
}

#log_off a:hover,
#log_off a:hover {
  color: #ebe7d8;
  text-decoration: none;
}

#log_off a,
#log_off a {
  color: #fff;
}

#account {
  display: inline;
  font-weight: 700;
  position: absolute;
  right: 1.8em;
  top: 1.3em;
}

.account #right {
  margin-top: 0;
}

.account #left_hand_nav {
  display: none;
}

#cart_button {
  display: none;
}

#buy {
  color: #fff;
  left: 250px;
  position: absolute;
  text-align: left;
  top: 25px;
  width: 500px;
}

.page-checkout #buy {
  top: 25px;
  width: 540px;
}

#line h1,
#line #title {
  font-family: 'montserratregular';
  margin: 0;
  font-size: 23px !important;
}

#line a {
  color: #fff;
  text-decoration: none;
  font-family: 'montserratbold';
}

#line a u {
  text-decoration: none;
}

#line a:hover .g {
  text-decoration: underline;
}

#line a:hover {
  color: #f60;
}

#line .sl,
#line #count {
  margin: -0.5em 0 0.4em;
}

#line .sl {
  margin-bottom: 0;
}

#line .tf {
  font-family: Georgia;
  font-size: 1.25em;
  line-height: 0;
}

#header_body .left {
  margin: 0 0 0 6px;
  float: left;
  position: relative;
  height: 98px;
}

#header_body .right {
  width: 180px;
  float: right;
}

.advancedSearchHeading h1 {
  font-size: 26px;
}

.mobile-only {
  display: none;
}

.images-block {
  text-align: center;
  overflow: hidden;
}

.payment-method-div {
  height: 38px;
  line-height: 38px;
  vertical-align: middle;
}

.payment-method-div input {
  float: left;
  margin-top: 12px;
}

.checkout_label {
  display: block;
  float: left;
  width: 150px;
}

.checkout_select {
  font-size: 1.1em;
  padding: 0;
}

.checkout_select li {
  list-style: none;
  margin: 0;
}

.checkout_select .cc_details {
  margin: 0.5em 0 0 3.4em;
}

.checkout_select .cc_details label {
  height: 20px;
  line-height: 20px;
  vertical-align: middle;
}

.checkout_note {
  color: #777;
  font-size: 0.8em;
  margin: 0;
  padding: 5px;
}

.checkout_select .label {
  clear: both;
  cursor: pointer;
  display: block;
  height: 3em;
  line-height: 3em;
  padding: 0 1em;
  vertical-align: middle;
}

#checkout_payment label {
  padding: 0 1em 0 0.2em;
}

.checkout_select .label input {
  margin-right: 1em;
  vertical-align: text-bottom;
}

.checkout_select .label img {
  float: right;
  margin: 0.3em 0.3em 0 0;
}

.checkout_select .label:hover {
  background: #f1f1f1;
}

.checkout_select .label_selected {
  background: #ebe7d8;
  font-weight: 700;
}

.checkout_button button {
  margin: 1.5em 0;
}

.checkout_heading {
  font-size: 18pt;
  line-height: 1.5em;
  margin: 0;
}

.checkout_error {
  background: #f60;
  border: 1px solid black;
  font-size: 1.1em;
  padding: 5px;
}

.checkout_progress_bar {
  margin: 5px 0;
}

#checkout_coupon_info tr {
  display: block;
  margin: 10px 0 0;
}

.gift-finder-page #sex-label {
  margin-top: 10px;
}

.gift-finder-page {
  padding: 20px;
  min-height: 214px;
  border-radius: 6px;
  border: 2px solid #d7d7d5;
  background-image: url('https://web-archive.nli.org.il/National_Library/20160930123623oe_/https://cdn-w.fishpond.co.nz/gift-finder.png');
  background-color: #fefce3;
  background-position: 652px 5px;
  background-repeat: no-repeat;
}

.gift-finder-page .gift-finder input#submit {
  background-image: url('https://web-archive.nli.org.il/National_Library/20160930123623oe_/https://cdn-w.fishpond.co.nz/btn-submit.gif');
  width: 102px;
  height: 35px;
  border: none;
  border-radius: 6px;
  display: block;
  overflow: hidden;
  text-indent: -999em;
  cursor: pointer;
  color: transparent;
}

.gift-finder-page .gift-finder input#submit:hover {
  background-position: 103px 0;
}

a.change_selection_btn {
  background-image: url('{$image_url}btn-change-selection.png');
  width: 209px;
  height: 35px;
  border: none;
  border-radius: 6px;
  display: block;
  overflow: hidden;
  text-indent: -999em;
  cursor: pointer;
  color: transparent;
}

a.change_selection_btn:hover {
  background-position: 209px 0;
}

.checkout-success.gift-finder {
  background-color: #fefce3;
  border: 2px solid #d7d7d5;
  padding: 10px;
  border-radius: 10px;
}

.checkout-success.gift-finder p {
  margin-top: 0;
}

.checkout-success.gift-finder select {
  width: 100px;
  background: #f1f1f1;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f4f4f4), color-stop(0.48, #eee), color-stop(0.5, #f6f6f6), color-stop(0.8, #fff));
  background-image: -webkit-linear-gradient(center bottom, #f4f4f4 0%, #eee 48%, #f6f6f6 50%, #fff 80%);
  background-image: -moz-linear-gradient(center bottom, #f4f4f4 0%, #eee 48%, #f6f6f6 50%, #fff 80%);
  background-image: -o-linear-gradient(top, #f4f4f4 0%, #eee 48%, #f6f6f6 50%, #fff 80%);
  background-image: -ms-linear-gradient(top, #f4f4f4 0%, #eee 48%, #f6f6f6 50%, #fff 80%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: linear-gradient(to top, #f4f4f4 0%, #eee 48%, #f6f6f6 50%, #fff 80%);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #aaa;
  -webkit-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  display: block;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  color: #444;
  text-decoration: none;
  padding: 2px 4px;
}

.checkout-success.gift-finder #sex-label label,
.checkout-success.gift-finder #age-label label {
  padding: 5px 0;
}

.checkout-success.gift-finder #age-element,
.checkout-success.gift-finder #sex-element {
  position: relative;
  margin-bottom: 5px;
  margin-left: 105px;
}

.checkout-success.gift-finder .btn-contribute {
  width: 122px;
  height: 35px;
}

.checkout-success.gift-finder .btn-contribute .txt {
  background-color: #9ab4f3;
  line-height: 32px;
}

.checkout-success.gift-finder .btn-contribute .img {
  text-indent: -999em;
  background-image: url('https://web-archive.nli.org.il/National_Library/20160930123623oe_/https://cdn-w.fishpond.co.nz/contribute_btn.png');
}

.page-checkout .list-checkout-messages {
  border: 2px solid #3361e3;
  border-radius: 6px;
  padding: 15px 15px 15px 55px;
  margin-top: 15px;
}

.page-checkout .list-checkout-messages .title-list {
  list-style: none;
  font-weight: bold;
  margin-left: -36px;
  margin-bottom: 15px;
  font-size: 1.3em;
}

.page-checkout .list-checkout-messages li {
  color: #3361e3;
  font-size: 15px;
}

.page-checkout .list-checkout-messages li span {
  height: 40px;
  display: inline-block;
  vertical-align: middle;
}

.page-checkout .list-checkout-messages li.padlock_icon {
  list-style-image: url('https://web-archive.nli.org.il/National_Library/20160930123623oe_/https://cdn-w.fishpond.co.nz/lock_checkout_icon.png');
}

.page-checkout .list-checkout-messages li.return_icon {
  list-style-image: url('https://web-archive.nli.org.il/National_Library/20160930123623oe_/https://cdn-w.fishpond.co.nz/money_checkout_icon.png');
}

.page-checkout .list-checkout-messages li.moneyback_icon {
  list-style-image: url('https://web-archive.nli.org.il/National_Library/20160930123623oe_/https://cdn-w.fishpond.co.nz/goods_checkout_icon.png');
}

.page-checkout .list-checkout-messages li.order_tracking_icon {
  list-style-image: url('https://web-archive.nli.org.il/National_Library/20160930123623oe_/https://cdn-w.fishpond.co.nz/order_checkout_icon.png');
}

.page-checkout .list-checkout-messages li.cancel_order_icon {
  list-style-image: url('https://web-archive.nli.org.il/National_Library/20160930123623oe_/https://cdn-w.fishpond.co.nz/cancel_checkout_icon.png');
}

form.gift-finder dl.zend_form dt label {
  min-width: 150px;
}

#cart_arrow .stem {
  background-color: #ebe7d8;
  height: 14px;
  margin: 0 auto;
  width: 44px;
}

#cart_arrow .head {
  border-bottom: 44px solid #ebe7d8;
  border-left: 44px solid #fff;
  border-right: 44px solid #fff;
  margin: 0 auto;
  width: 0;
}

#cart p {
  margin: 0.3em 0;
  padding: 0 1em;
}

.box .t {
  width: 164px;
}

#categories {
  background: #f1f1f1;
  border: 2px solid #d4d4d4;
  line-height: 1.5;
  margin: 15px 0;
  padding: 1em 0.4em 1.3em;
  position: relative;
  zoom: 1;
}

.borderradius #categories {
  border-radius: 5px;
}

#categories .tr,
#categories .t,
#categories .br,
#categories .b {
  background-image: url('https://web-archive.nli.org.il/National_Library/20160930123623oe_/https://cdn-w.fishpond.co.nz/c_sides.gif');
  width: 8px;
  margin: -2px;
}

.borderradius #categories .tr,
.borderradius #categories .t,
.borderradius #categories .br,
.borderradius #categories .b {
  display: none;
}

#categories .br,
#categories .b {
  bottom: -1px;
}

#categories .tr,
#categories .br {
  right: -1px;
}

#categories ul {
  float: left;
  padding: 0;
  width: 33.33%;
  overflow: hidden;
}

#categories .bullet {
  top: 0.15em;
}

#categories li {
  list-style: none;
  margin-bottom: 0.2em;
  margin-left: 0.8em;
  padding-left: 1.4em;
  position: relative;
  zoom: 1;
}

.box h4 {
  font-weight: normal;
  margin: 0;
}

.box h4 a {
  color: #6c6c6c;
}

.box p a {
  color: #3361e3;
}

.box .amount {
  float: right;
  padding: 0 1em;
}

#cart button {
  clear: both;
  margin: 0 auto 0.5em;
  top: 0.5em;
}

#cart .expand {
  margin: 0.1em 0 0.6em;
  overflow: auto;
}

#checkout_conf_con {
  font-size: 1.1em;
  line-height: 1.5;
}

#checkout_conf_con h3 {
  display: inline;
  font-size: 1.1em;
}

.unavailable {
  margin-top: 9px;
}

.unavailable h3 {
  color: #3361e3;
}

.unavailable p {
  margin: 0 0.6em 0.6em;
}

#free_shipping {
  background: #f60;
  color: #fff;
  font-size: 0.95em;
  height: 3.7em;
  line-height: 1;
  overflow: hidden;
  position: relative;
  top: 0.7em;
  width: 100%;
}

#free_shipping strong a {
  font-family: 'montserratbold';
  font-size: 17px;
  font-weight: normal;
  clear: both;
  width: 100%;
  display: inline-block;
}

#free_shipping p {
  padding: 6px 8px;
  text-align: center;
  font-size: 13px;
  color: #fff !important;
}

#free_shipping a {
  font-size: 13px;
  color: #fff;
  text-decoration: none;
}

#free_shipping strong {
  text-transform: uppercase;
  font-family: 'montserratbold';
  font-size: 19px;
  font-weight: normal;
  color: #fff;
}

#cart #free_shipping b {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 12px;
  font-family: 'montserratbold';
  font-weight: normal;
}

#free_shipping b {
  font-size: 1em;
  line-height: 1em;
}

#free_shipping span.fj {
  display: inline;
}

#product_action .box,
#group-buy .box,
#buy-used .box {
  padding: 0.3em 0;
  background: #ebe7d8;
  border-radius: 4px;
}

.addthis-toolbox {
  width: 260px;
  margin: 1.1em auto 0;
  padding-top: 2px;
  display: table;
}

.addthis-toolbox .addthis_button_compact {
  margin-left: 2px;
}

* html .addthis-toolbox .addthis_button_compact {
  margin-left: -1px;
}

.addthis-toolbox .addthis_button_google_plusone {
  margin-right: -18px;
}

* html .addthis-toolbox .addthis_button_google_plusone {
  display: block;
  overflow: hidden;
  width: 62px;
  float: right;
  margin-right: -6px;
}

.addthis_button_facebook_like {
  margin-top: -2px;
}

.addthis_button_facebook_like iframe {
  width: 50px !important;
  margin-top: 0 !important;
}

.sidebar .add_button {
  text-align: center;
}

.add_button {
  text-align: left;
  display: block;
}

.sidebar form {
  clear: both;
  display: block;
  overflow: hidden;
}

.add_button p {
  margin: 0.8em;
}

.add_button button,
.add_button .btn {
  margin: 0.5em auto 0.8em;
}

.unavaliable-product {
  padding: 1em 0 0.5em;
}

.unavaliable-product h3 {
  font-size: 14px;
  line-height: 1.1em;
  padding: 0;
  margin: 0;
}

.unavaliable-product .add_button button {
  margin: 0.5em 0;
}

.unavaliable-product p {
  font-size: 13px;
  line-height: 1em;
  font-weight: normal;
}

p.loading {
  margin-top: 0;
}

#together_image {
  display: block;
  margin-bottom: 0.75em;
  margin-top: 6px;
}

#together_image a {
  display: inline-block;
  position: relative;
}

#buy_together {
  background: #ebe7d8;
  border-radius: 4px;
}

#buy_together .or {
  background: #fff;
}

#buy_together s,
#buy_together span {
}

#buy_together span.amount {
  color: #24b837;
  padding-right: 20px !important;
}

#buy_together p {
  margin: 0.5em 0.75em 0.8em;
}

#buy_together h3 {
  text-align: center !important;
}

#buy_together .box {
  padding: 0.3em 0;
  margin-bottom: 14px;
}

#buy_together .plus {
  background-image: url('https://web-archive.nli.org.il/National_Library/20160930123623oe_/https://cdn-w.fishpond.co.nz/plus_symbol.png');
  width: 29px;
  height: 29px;
  position: absolute;
  top: -6px;
  left: -10px;
}

#buy_together .prices {
  margin-bottom: 0.6em;
  overflow: auto;
}

#buy-used .or,
#buy_together .or,
#product_action .or {
  color: #6c6c6c;
  font-size: 1.2em;
  font-weight: 700;
  margin: 0;
  padding: 10px;
  text-align: center;
}

#main-product-images .rating span.new-system img.ra {
  max-width: 137px;
  right: 49%;
}

#group-buy .progress_bar_container {
  position: relative;
  background: #ebe7d8;
  border-radius: 6px;
  -webkit-box-shadow: inset -1px 1px 1px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: inset -1px 1px 1px 0 rgba(0, 0, 0, 0.12);
  box-shadow: inset -1px 1px 1px 0 rgba(0, 0, 0, 0.12);
  overflow: hidden;
}

#group-buy .progress_bar {
  text-align: center;
  background: #ff7800;
  height: 18px;
  border-radius: 6px 0 0 6px;
  -webkit-box-shadow: inset 1px -1px 1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 1px -1px 1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 1px -1px 1px 0 rgba(0, 0, 0, 0.15);
}

.price-comparison {
  font-size: 13px;
}

.price-comparison .title {
  color: #888;
}

.price-comparison table {
  margin-top: 8px;
  border-collapse: collapse;
  width: 100%;
}

.price-comparison table th,
.price-comparison table td {
  padding: 6px 6px 6px 0 !important;
  text-align: left;
}

.price-comparison table td.saving {
  color: #f60;
  padding-right: 0;
}

.price-comparison table .price {
  text-align: right;
}

.price-comparison table tr td,
.price-comparison table tr th {
  border-bottom: 1px solid #ccc;
}

.price-comparison .price.best {
  color: #24b837;
  font-weight: bold;
}

#back_to_shipping {
  margin: 0 0 10px;
}

/* start todayDeals */

.todayDeals {
  width: 100%;
  position: relative;
  margin-top: 15px !Important;
  border-collapse: collapse;
}

.todayDeals th {
  padding: 0 0 20px;
}

.todayDeals .deals-title-wrapper {
  background-image: url('https://web-archive.nli.org.il/National_Library/20160930123623oe_/https://cdn-w.fishpond.co.nz/three-lines-bg.png');
  background-repeat: repeat-x;
  background-position: center center;
}

.todayDeals .deals-title {
  font-size: 18px;
  background: #fff;
  width: 170px;
}

.todayDeals .gray-text {
  color: #666;
}

.todayDeals tfoot p {
  font-size: 14px;
  margin: 10px;
}

.todayDeals .footer-bg {
  background-image: url('https://web-archive.nli.org.il/National_Library/20160930123623oe_/https://cdn-w.fishpond.co.nz/three-lines-bg.png');
  background-repeat: repeat-x;
  background-position: center center;
  height: 6px;
}

.todayDeals .item-todayDeals {
  text-align: center;
  margin-top: 0;
  width: 100%;
}

.todayDeals .item-todayDeals a {
  font-size: 16px;
}

.todayDeals .image-wr {
  padding: 15px 0;
  text-align: center;
}

.todayDeals .image-wr a {
  display: inline-block;
}

.todayDeals tbody td {
  vertical-align: bottom;
}

.price-box-deals {
  background: #ebe8d9;
  border-radius: 6px;
  padding: 10px 8px;
  position: relative;
  overflow: hidden;
  max-width: 265px;
  min-height: 132px;
  margin: 0 auto;
}

.todayDeals .save-area {
  background: #fff;
  width: 64px;
  height: 70px;
  padding: 8px 11px;
  border-radius: 3px;
  float: left;
}

.todayDeals .buy-area {
  width: 59%;
  float: right;
  text-align: center;
}

.todayDeals .buy-area-center {
  text-align: center;
  width: 100%;
}

.todayDeals .buy-area-center .add_button {
  text-align: center !Important;
}

.todayDeals .buy-area .productSpecialPrice {
  font-size: 18px;
  color: #24b837;
  padding-bottom: 10px;
}

.todayDeals .save-area::after {
  content: '';
  display: block;
  font-size: 0;
  line-height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 12px solid #fff;
  position: absolute;
  top: 40px;
  left: 92px;
}

.todayDeals .save-area {
  color: #ff6b00;
  text-align: center;
}

.todayDeals .percent-save {
  font-size: 26px;
  font-weight: bold;
  padding: 2px;
}

.todayDeals .value-save {
  font-weight: bold;
}

.todayDeals .blue-text {
  font-weight: bold;
  font-size: 14px;
  color: #3361e3;
  padding: 0;
  margin: 10px 0 5px;
}

.todayDeals .price-text {
  margin: 5px 0;
  font-size: 13px;
  padding: 0 2px;
  color: #666;
}

.deals-clock-wrapper {
  position: relative;
  overflow: hidden;
  background-image: url('https://web-archive.nli.org.il/National_Library/20160930123623oe_/https://cdn-w.fishpond.co.nz/clock_deals.png');
  background-repeat: no-repeat;
  background-position: left center;
  padding: 4px;
}

.deals-clock-wrapper .deals-clock-text {
  border-top: 1px solid #ff6b00;
  border-bottom: 1px solid #ff6b00;
  border-right: 1px solid #ff6b00;
  padding: 16px 16px 16px 51px;
  border-radius: 5px;
  margin-left: 15px;
  font-size: 14px;
  color: #666;
}

.deals-clock-wrapper .deals-clock-text .clock-time {
  color: #ff6b00;
}

/* end todayDeals */

.payment-method-div {
  height: 38px;
  line-height: 38px;
  vertical-align: middle;
}

.payment-method-div input {
  float: left;
  margin-top: 12px;
}

.checkout_label {
  display: block;
  float: left;
  width: 150px;
}

.checkout_select {
  font-size: 1.1em;
  padding: 0;
}

.checkout_select li {
  list-style: none;
  margin: 0;
}

.checkout_select .cc_details {
  margin: 0.5em 0 0 3.4em;
}

.checkout_select .cc_details label {
  height: 20px;
  line-height: 20px;
  vertical-align: middle;
}

.checkout_note {
  color: #777;
  font-size: 0.8em;
  margin: 0;
  padding: 5px;
}

.checkout_select .label {
  clear: both;
  cursor: pointer;
  display: block;
  height: 3em;
  line-height: 3em;
  padding: 0 1em;
  vertical-align: middle;
}

.checkout_select .label input {
  margin-right: 1em;
  vertical-align: text-bottom;
}

.checkout_select .label img {
  float: right;
  margin: 0.3em 0.3em 0 0;
}

.checkout_select .label:hover {
  background: #f1f1f1;
}

.checkout_select .label_selected {
  background: #ebe7d8;
  font-weight: 700;
}

.checkout_button button {
  margin: 1.5em 0;
}

#createAdWordsCampaign label {
  display: block;
  width: 200px;
}

/* Side bar & other rules (will need to be cleaned up at some point) */
#add_wishlist .txt {
  font-size: 10pt;
}

#interim .guest-box {
  overflow: hidden;
  padding: 1em 180px 1em 1em;
  position: relative;
  text-align: center;
  zoom: 1;
}

#interim .guest-box .i {
  float: left;
  margin-right: 1em;
}

#interim .guest-box p {
  margin-top: 0.3em;
}

#interim .guest-box .second {
  font-size: 1.2em;
  margin-top: 1em;
}

#interim .guest-box form {
  position: absolute;
  right: 1em;
}

#left_hand_nav table {
  padding-right: 0;
  width: auto;
}

#left_hand_nav {
  height: 100%;
}

.footer-width {
  max-width: 980px;
  min-width: 900px;
  margin: 0 auto;
  padding: 1em 0;
}

/* page container */

#allpage {
  position: relative;
  z-index: 1;
  width: 100%;
}

#logo {
  font-size: 2em;
  text-indent: -1000em;
  overflow: hidden;
  width: 186px;
  height: 86px;
  margin: 8px 0 0;
}

#logo a {
  display: block;
  width: 100%;
  height: 70px;
}

span.header-rc-l,
span.header-rc-r,
span.footer-rc-l,
span.footer-rc-r {
  display: none;
}

.no-borderradius span.header-rc-l,
.no-borderradius span.header-rc-r,
.no-borderradius span.footer-rc-l,
.no-borderradius span.footer-rc-r {
  position: absolute;
  width: 5px;
  height: 5px;
  display: block;
  background-image: url('https://web-archive.nli.org.il/National_Library/20160930123623oe_/https://cdn-w.fishpond.co.nz/allpage3-rc.png');
}

.no-borderradius .page-footer span.footer-rc-l,
.no-borderradius .page-footer span.footer-rc-r {
  position: absolute;
  width: 5px;
  height: 5px;
  display: block;
  background-image: url('https://web-archive.nli.org.il/National_Library/20160930123623oe_/https://cdn-w.fishpond.co.nz/footer3-rc.png');
}

span.header-rc-l {
  left: 0;
  top: 0;
  background-position: 0 0;
}

span.header-rc-r {
  right: 0;
  top: 0;
  background-position: 100% 0;
}

span.footer-rc-l {
  left: 0;
  bottom: 0;
  background-position: 0 100%;
}

span.footer-rc-r {
  right: 0;
  bottom: 0;
  background-position: 100% 100%;
}

.fishlogo {
  width: 61px;
  height: 132px;
  position: absolute;
  top: -45px;
  left: 175px;
  background: url('https://web-archive.nli.org.il/National_Library/20160930123623oe_/https://cdn-w.fishpond.co.nz/fishlogo.png') no-repeat scroll 0 -8px transparent;
}

/* page container end */

/* multicolumn footer */

.page-footer {
  background: #f8f7f1;
  width: 100%;
  position: relative;
  margin: 0 auto;
  border-bottom: 1px solid #ccc;
  zoom: 1;
}

.footer-border {
  position: relative;
  min-width: 980px;
  max-width: 1100px;
  margin: 0 auto;
  zoom: 1;
}

.borderradius .page-footer {
  margin-top: -5px;
}

/* Footer Styles
********************/

.navblock {
  margin-bottom: 20px;
}

.navblock h4 {
  margin: 0 0 5px;
  font-size: 14px;
  line-height: 2;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
}

.navlist {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 13px;
}

.navlist li {
  margin-bottom: 5px;
}

.navlist a:link,
.navlist a:visited {
  color: #3361e3;
}

.navlist a:hover,
.navlist a:active {
  color: #f60;
}

.footer-border {
  border-top-width: 0;
  padding: 20px 20px 10px;
}

.footer-categories .navlist {
  float: left;
  width: 50%;
}

.left-navblock,
.middle-left-navblock,
.right-navblock,
.middle-navblock,
.middle-right-navblock {
  float: left;
  margin: 0 20px 22px;
  text-align: left;
}

.footer_icons {
  margin: 50px 20px 22px;
  display: inline-block;
  width: 10%;
  text-align: center;
}

.left-navblock {
  width: 25%;
}

.right-navblock {
  width: 14%;
}

.middle-left-navblock {
  width: 15%;
}

.middle-navblock {
  width: 14%;
}

.middle-right-navblock {
  width: 14%;
}

.borderradius .footer-border {
  border-radius: 0 0 5px 5px;
  padding-top: 25px;
  min-height: 280px;
}

.footer-layout {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  margin: 0 0 20px;
  zoom: 1;
}

.footer-layout td {
  vertical-align: top;
  padding: 0;
  border-left: 20px solid transparent; /* gutter between columns */
}

.footer_icons {
  vertical-align: middle;
  text-align: left;
}

.footer_icons img {
  margin: 0 10px 0 20px;
}

.footer-categories {
  overflow: hidden;
}

.footer-categories .first-col li {
  padding-right: 10px;
}

.footer-categories .last-col {
  clear: right; /* IE */
}

.footer-categories .last-col li {
  padding-left: 10px;
}

/* multicolumn footer end */
#about_us_images_area .icon_hitwise {
  margin: 5px 0;
  display: inline;
}

.column-right {
  width: 172px;
}

#right {
  position: relative;
  text-align: center;
  width: 166px;
  z-index: 0;
}

.edge .t,
.edge .tr,
.edge .b,
.edge .br {
  background-image: url('https://web-archive.nli.org.il/National_Library/20160930123623oe_/https://cdn-w.fishpond.co.nz/h_side.png');
  background-color: #fff;
}

.relative-bottom {
  position: relative;
  display: block;
  height: 1px;
}

.edge .t,
.edge .b {
  left: -2px;
}

.edge .tr,
.edge .br {
  right: -2px;
}

.edge {
  border-width: 0 2px;
  border-style: solid;
  border-color: #fff #d7d7d7;
}

.borderradius .edge {
  border: 2px solid #d7d7d7;
  border-radius: 5px;
}

.borderradius .edge .t,
.borderradius .edge .tr,
.borderradius .edge .b,
.borderradius .edge .br {
  display: none;
}

#right.edge {
  left: -5px;
  width: 166px;
  margin-left: 17px;
  margin-right: 3px;
}

#below_cart .edge {
  position: relative;
  _width: 100%; /* for ie */
}

#right h3 a {
  text-decoration: none;
}

#right a:hover {
  color: #f60;
  text-decoration: underline;
}

#below_cart {
  text-align: center;
  margin-top: 12px;
}

#below_cart button,
#below_cart .btn {
  margin: 0 auto;
}

#below_cart .how-fp-works,
#below_cart .daily-deals,
.right-column-banner {
  margin-top: 12px;
}

#below_cart .fb-like-box {
  margin-top: 12px;
  border: none;
  overflow: hidden;
  width: 170px;
  height: 450px;
}

#wishlist,
form.wishlist {
  clear: both;
  margin-bottom: 3em;
}

#wishlist .productSearch-nameColumn-extraColumn {
  text-align: right;
  width: 150px;
}

form.wishlist button {
  display: inline;
  margin-left: 1em;
  vertical-align: middle;
}

form.wishlist label {
  float: left;
  margin-top: 0.6em;
  vertical-align: middle;
  width: 12em;
}

form.wishlist h3 {
  margin-bottom: 0.5em;
}

.bottom {
  font-size: 9.5pt;
  width: 130px;
  vertical-align: top;
}

.bottom p {
  margin-top: 0.5em;
}

/* Old rules */
form {
  display: inline;
}

#page_search button {
  text-align: center;
  vertical-align: middle;
  font-size: 13px;
  margin: 0;
}

#about_us_images_area img,
#about_us_images_area map,
#about_us_images_area area {
  display: block;
}

.boxText {
  background: #fff;
  font-size: 9pt;
}

.errorBox {
  background: #ffb3b5;
  font-size: x-small;
  font-weight: 700;
}

.stockWarning {
  color: #c03;
  font-size: x-small;
}

.orderEdit {
  color: #70d2;
  text-decoration: underline;
  font-size: x-small;
}

.footerLinks {
  color: #d7d7d7;
  font-size: 12.5px;
  font-weight: 700;
  margin-bottom: 25px;
  text-align: center;
  width: 100%;
  word-spacing: 0.5em;
}

.footerLinks a {
  color: #295fe8;
  text-decoration: underline;
  word-spacing: normal;
}

.form-buttons-holder-alignRight {
  padding: 0 10px;
  text-align: right;
}

.form-buttons-holder-alignRight a.btn,
.form-buttons-holder-alignRight button {
  display: inline-block;
}

.infoBoxContents {
  background: #fff;
  font-size: 13px;
}

.infoBoxContents .itemDescription,
.infoBoxContents .itemImage {
  margin-top: 5px;
  width: 135px;
  text-align: center;
}

.infoBoxContents .itemDescription a.customerRecommendation {
  font-size: 10.5pt;
  line-height: 1.286em;
}

.infoBoxContents .itemPrice {
  margin-top: 5px;
  width: 135px;
  text-align: center;
  font-size: 10.5pt;
  line-height: 1.286em;
}

.infoBoxNotice {
  background: #000;
}

.infoBoxNoticeContents {
  background: #f60;
  font-size: x-small;
}

.infoBoxNoticeContents a:hover,
.infoBoxNoticeContents a:hover {
  color: #fff;
}

table.pagelayout-left-right-columns td.infoBoxHeading {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px #d4d4d4 solid;
  padding: 8px 10px;
}

table.pagelayout-left-right-columns .account-balance-report table td.smallText {
  padding: 8px 10px;
  font-size: 13px;
}

table.pagelayout-left-right-columns .account-balance-report table td.separator {
  padding: 0;
  margin: 0;
  border-bottom: 1px #d4d4d4 solid;
}

/* Shopping Cart styles */
table.shopping-cart-list {
  border-collapse: collapse;
  width: 100%;
  border: none;
  margin: 20px 0;
}

table.pagelayout-left-right-columns table.shopping-cart-list td {
  padding: 10px 15px;
  border-bottom: 1px dotted #c6c6c6;
  vertical-align: top;
}

.shopping-cart-product-image {
  width: 10%;
}

.shopping-cart-product-price {
  width: 20%;
  text-align: right;
  white-space: nowrap;
  padding-right: 15px;
}

.shopping-cart-product-price .productSpecialPrice {
  font-size: 1.32em;
}

.shopping-cart-product-price .productShipping {
  font-size: 1.2em;
  font-style: italic;
  color: #9f9f9f;
}

.shopping-cart-product-title {
  font-size: 1.32em;
  margin-bottom: 10px;
}

.shopping-cart-arrival {
  font-weight: bold;
  color: #d4a31d;
}

.shopping-cart-product-quantity,
.shopping-cart-delete-product {
  padding-right: 20px;
}

.shopping-cart-product-quantity input {
  text-align: center;
  margin-left: 10px;
  width: 50px;
}

table.checkout-subtotals {
  width: 100%;
  border-collapse: collapse;
  border: none;
  margin: 20px 0 10px;
}

.checkout-subtotals-value {
  width: 80%;
  font-size: 1.32em;
  font-weight: bold;
  text-align: right;
}

.empty-shopping-cart {
  margin: 4em 0 3em;
  font-size: 1.2em;
}

.shopping-cart-product-descr .errors {
  background: #ff7c00;
  border: 1px solid #ff7c00;
  color: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  padding: 2px 5px;
  margin: 5px 0;
}

.shopping-cart-product-descr .short-text {
  line-height: 2;
  margin-right: 2em;
}

/* end Shopping Cart styles */

.important-notes {
  font-size: 14px;
  margin: 1em 0 2em;
}

tr.product-listing,
tr.productListing-odd,
tr.productSearch-odd,
tr.productListing-even,
tr.productSearch-even {
  border-bottom: 1px solid #d4d4d4;
}

table.productListing {
  border-collapse: collapse;
}

table.searchBrowser {
  border-spacing: 0;
  width: auto;
}

table.productBrowser {
  border-spacing: 0;
  margin: 0 -8px 0 -14px;
  position: relative;
}

div.productBrowser {
  padding-top: 30px;
}

.productListing-heading {
  font-size: 13px;
  font-weight: 700;
  padding: 9px 18px;
}

td.productListing-data {
  font-size: 13px;
  padding: 9px 18px;
}

td.productListing-data em {
  color: #6c6c6c;
  font-size: 8pt;
  font-style: italic;
}

div.productSearch-data .sellYoursDescription {
  white-space: normal;
}

span.productSearch-button-text {
  font-size: 9.5pt;
  margin: 0 0.6em;
}

span.productSearch-button,
span.productSearch-button-text {
  vertical-align: middle;
  float: right;
  text-align: center;
}

.product-used span.productSearch-button button {
  margin-bottom: 5px;
}

.product-used .valet-not-listed-short-time {
  color: #999;
}

.product-used .valet-not-listed-long-time {
  color: #f47b76;
}

.item-description {
  margin-top: 1em;
}

.productSearch-shipping-info-container a.smartsell {
  margin: 0 0 0 5px;
}

#wishlist span.productSearch-button,
span.productSearch-button-text {
  float: none !important;
}

.productSearch-data img {
  margin-left: 0.5em;
}

tr.productSearch-highlight {
  background-color: #fefde3;
}

td.productSearch-highlight-left,
td.productSearch-highlight-middle,
td.productSearch-highlight-right {
  border: 1px solid #ddd;
  padding-top: 1.1em;
}

td.productSearch-highlight-left {
  border-right: none;
}

td.productSearch-highlight-left img {
  display: block;
  border: 8px #fff solid;
}

td.productSearch-highlight-right {
  border-left: none;
}

.productSearch-data .by {
  font-size: 0.8em;
  line-height: 1em;
  padding: 0.5em 0 0;
}

.productSearch-metainfo {
  font-size: 9.5pt;
  line-height: 1.5;
  padding: 0.5em 0 0;
}

.productSearch-buy-button-container {
  text-align: left;
  vertical-align: middle;
  width: 190px;
  font-size: 0.6em;
}

.productSearch-bottom-container {
  text-align: left;
  font-size: 9.5pt;
  line-height: 1;
}

.productSearch-shipping-info-container {
  text-align: left;
  vertical-align: middle;
  font-size: 9.5pt;
  line-height: 1.5;
}

.xmas-delivery-active .productSearch-shipping-info-container {
  width: 35%;
}

.pageResults {
  padding: 3px 5px;
}

a.pageResults {
  border-width: 0;
  color: #00f;
  margin: 1px;
  text-decoration: none;
}

a.pageResults:hover {
  border: 1px solid #00f;
  color: #00f;
  margin: 0;
  text-decoration: underline;
}

h1.pageHeading,
td.pageHeading,
div.pageHeading {
  color: #000;
  font-size: 12pt;
  font-weight: bold;
}

.advancedSearchHeading .pageHeading {
  font-size: 18pt;
}

.advanced-search label.fieldKey {
  width: 175px;
}

.advanced-search input.lg-text {
  width: 400px;
}

.advanced-search input.md-text {
  width: 200px;
}

.advanced-search input.sm-text {
  width: 100px;
}

td.main,
p.main {
  font-size: 13px;
  line-height: 1.5;
}

td.smallText,
span.smallText,
p.smallText {
  font-size: 9.5pt;
}

td.fieldKey {
  font-size: 13px;
  font-weight: 700;
}

label.fieldKey {
  font-size: 13px;
  font-weight: 700;
}

td.fieldValue,
input,
select {
  font-size: 10pt;
}

table.formArea {
  background: #f1f9fe;
  border: 1px solid #7b9ebd;
}

td.formAreaTitle {
  font-size: 9pt;
  font-weight: bold;
}

span.markProductOutOfStock {
  color: #c76170;
  font-size: 13px;
  font-weight: bold;
}

span.errorText {
  color: red;
}

span.arrival_time {
  color: #50be19;
}

.side_list .arrival_time {
  color: #50be19;
  font-size: 7pt;
}

.moduleRow {
  padding: 2px;
}

.moduleRowOver {
  background-color: #f1f1f1;
  padding: 2px;
}

.moduleRowSelected {
  background-color: #e2e2e2;
  padding: 2px;
}

.checkoutBarTo {
  color: #7494e8;
  font-size: x-small;
}

.checkoutBarCurrent {
  color: #00c111;
  font-size: x-small;
  font-weight: bold;
}

.checkoutBarFrom {
  color: #295fe8;
  font-size: x-small;
}

.messageBox {
  font-size: x-small;
}

span.inputRequirement {
  color: #ff6500;
  font-size: 16px;
  line-height: 20px;
}

.dataTableHeadingRow {
  background-color: #7b9ebd;
}

.dataTableHeadingContent {
  color: #fff;
  font-weight: bold;
}

.dataTableRow {
  background-color: #f1f9fe;
}

.dataTableRowHighlight {
  background-color: #eed4d8;
}

.dataTableRowSelected {
  background-color: #dee4e8;
}

.dataTableRowOver {
  background-color: #fff;
  cursor: hand;
  cursor: pointer;
}

.dataTableContent {
  color: #000;
  font-size: 13px;
}

div#companyTip {
  color: blue;
  display: none;
}

a.breadcrumb {
  color: #3361e3;
}

a.breadcrumbLarge {
  color: #3361e3;
  font-size: 12pt;
  font-weight: 700;
}

a.breadcrumbLarge:visited {
  color: purple;
}

a.breadcrumbLarge:hover {
  color: #f60;
  text-decoration: none;
}

span.breadcrumbLarge {
  font-size: 12pt;
  font-weight: bold;
}

.breadcrumbLarge span:first-child {
  padding-left: 0 !Important;
}

.breadcrumbLarge span {
  padding: 5px;
  font-size: 13px;
}

.boxText div h2 {
  margin: 0;
  padding: 0;
}

tr.page_sub_title a {
  color: #3361e3;
}

tr.page_sub_title a:hover {
  color: #f60;
}

tr.page_sub_title a:visited {
  color: purple;
}

a:hover {
  color: #f60;
  text-decoration: underline;
}

.indent-list {
  margin-left: 1.2em;
  text-indent: -1.2em;
}

.indent-list p {
  margin: 6px 0;
}

.index .popular_lists {
  padding: 0;
}

tr.field_error {
  background: #ff9316;
}

.list_title {
  font-size: 140%;
}

.categories_table a {
  font-size: 10.5pt;
}

hr {
  background: #c6c6c6;
  border: none;
  color: #c6c6c6;
  height: 1px;
  padding: 0;
}

.also_purchased_products .infoBox {
  background: none;
  padding-bottom: 1em;
}

.also_purchased_products h3 {
  font-size: 10.5pt;
}

.also_purchased_products td.smallText {
  padding-bottom: 20px;
}

#page_body h1 {
  margin-top: 0;
}

#product_info_area {
  padding-left: 0;
  padding-right: 0;
}

#product_info_area .pageHeading {
  font-size: 10.5pt;
  margin-top: 0.5em;
}

#product_info_area .breadcrumbLarge {
  font-size: 9pt;
}

#product_info_area a.breadcrumbLarge {
  font-weight: normal;
}

.pageHeading .productOriginalPrice,
.pageHeading .productSpecialPrice {
  font-size: 11.5pt;
}

.faq-dialog {
  width: 50%;
  min-width: 300px;
  border: 2px solid #2760c9;
  border-radius: 7px;
  text-align: left;
  background-color: #fff;
}

.faq-dialog .header {
  background: #3786eb;
  color: #fff;
  border-radius: 4px 4px 0 0;
  font-size: 18px;
  position: relative;
}

.faq-dialog .header .title {
  width: 86%;
  position: absolute;
  top: 12px;
}

.faq-dialog .header .b-close:hover {
  text-shadow: 0 1px 2px #2964b0;
}

.faq-dialog .header .b-close {
  padding: 10px;
  font-size: 19px;
  margin: 10px 5px 0 0;
  float: right;
  color: #fff;
  -webkit-appearance: none;
  font-family: cursive;
  font-weight: bold;
  font-stretch: expanded;
  line-height: 6px;
}

.faq-dialog .content {
  padding: 15px;
}

.faq-dialog .footer {
  padding: 15px;
  border-top: 1px solid #ccc;
  text-align: right;
}

.faq-dialog .footer .b-close {
  color: #fff;
  padding: 16px 20px;
  background-color: #ed9c28;
  border-color: #d58512;
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 14px;
  margin: 0 0 15px 10px;
  float: right;
}

.faq-dialog .footer .b-close:hover {
  background-color: #f0ad4e;
  border-color: #eea236;
}

#upload_product_image_form dl {
  border: 1px solid #ccc;
  padding: 10px;
}

#upload_product_image_form dt {
  float: left;
  clear: left;
  width: 180px;
  text-align: right;
  font-weight: bold;
  color: green;
  padding-top: 3px;
}

#upload_product_image_form dd {
  margin: 0 0 0 190px;
  padding: 0 0 3px;
}

#product_title,
#page_title {
  margin: 0;
}

#product_title {
  font-size: 2em;
  line-height: 1.5em;
  letter-spacing: -1px;
}

#page_title.pageHeading {
  font-size: 2em;
  line-height: 1.5em;
  letter-spacing: -1px;
}

.pop_products {
  font-size: 9pt;
  margin: 1em 0;
}

.pop_products table {
  margin-top: 2em;
  padding: 0;
}

.popular_lists {
  padding: 0.4em;
}

.popular_lists td.smallText {
  font-size: 11pt;
  line-height: 1.286em;
  padding-right: 0.857em;
}

.popular_lists td.smallText img {
  margin-bottom: 0.643em;
}

.popular_lists td.smallText div {
  margin: 0.643em 0;
}

.popular_lists td.smallText table {
  margin: 0;
}

.popular_lists td.smallText table td {
  padding: 0;
  vertical-align: middle;
}

.popular_lists td.smallText table td img {
  margin: 0;
}

.popular_lists td.smallText .twenty_four_hours_shipping {
  padding: 0 0 0 0.5em;
}

.add_to_cart_button {
  margin-bottom: 18px;
}

.sellyours-price {
  font-weight: bold;
}

.message_normal,
.message_medium,
.message_large {
  color: #f60;
  font-size: 0.9em;
  font-weight: 700;
  line-height: 1.5;
}

.message_medium {
  font-size: 1.2em;
}

.message_large {
  font-size: 1.3em;
}

.header_text,
#tag_area,
#tabLinks,
td.infoBoxHeading,
#product_info_area .main,
#product_info_area .smallText,
#product_info_area .boxText,
#product_info_area .productListing-data {
  font-size: 13px;
}

.free-shipping {
  font-size: 10pt;
  display: block;
  padding: 3px 0;
}

.boxText li {
  list-style: none;
  margin-left: 0;
  padding-left: 1em;
  text-indent: -1em;
}

.account,
.account .main {
  font-size: 9pt;
}

.account .main b,
.account .main strong {
  font-size: 10.5pt;
}

.account .pageHeading {
  font-size: 18pt;
}

.blue_background_table a {
  color: #fff;
}

.account .blue_background_table {
  background-color: #7494e8;
}

tr.page_sub_title,
h3.page_sub_title {
  color: #50be19;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.125em;
}

.page_sub_title a {
  padding-left: 10px;
}

div.last_viewed {
  margin: 20px 0;
}

.box_sub_title,
.box_sub_title a {
  color: #50be19;
  font-size: 9pt;
  font-weight: 700;
  margin-top: 0;
  text-align: center;
  white-space: nowrap;
}

.guest-box {
  background-color: #ebe7d8;
  font-weight: bold;
  color: #6c6c6c;
  font-size: 11.5pt;
  font-weight: normal;
  margin: 12px 0;
  padding: 10px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #ebe7d8;
  position: relative;
  zoom: 1;
}

.home_banner {
  overflow: hidden;
  text-align: center;
  border: none;
}

.home_banner.resize {
  display: flex;
  justify-content: center;
}

.home_banner.resize img {
  flex: none;
}

.slide-inner .border-slide-before,
.slide-inner .border-slide-after {
  background-repeat: no-repeat;
  height: 5px;
  display: block;
}

.slide-inner .border-slide-before {
  background: url('https://web-archive.nli.org.il/National_Library/20160930123623oe_/https://cdn-w.fishpond.co.nz/border-slide-before.png') top center no-repeat;
}

.slide-inner .border-slide-after {
  background: url('https://web-archive.nli.org.il/National_Library/20160930123623oe_/https://cdn-w.fishpond.co.nz/border-slide-after.png') bottom center no-repeat;
}

* html .slide-inner .border-slide-after {
  margin-top: -11px;
}

* html .slide-inner .border-slide-before {
  margin-bottom: -11px;
}

.home_banner a {
  display: block;
}

#map {
  height: 190px;
}

.leaflet-top,
.leaflet-bottom {
  z-index: 11 !important;
}

/* end compensation */
.twenty_four_hours_shipping {
  color: #d4a31d;
  font-size: 10.5pt;
  font-weight: 700;
}

.deliveryOptionRow .twenty_four_hours_shipping {
  display: none;
}

.download {
  color: #50be19;
  font-size: 10.5pt;
  font-weight: 700;
}

.side_list {
  border-top: 2px solid #d7d7d7;
  margin-top: -2px;
  padding: 0 10px 1px;
}

.side_list_no_padding {
  border-top: 2px solid #d7d7d7;
  margin-top: -2px;
}

* html .side_list {
  overflow: hidden;
  width: 166px;
}

.secure {
  margin-bottom: 2.5em;
}

.side_list ol,
.side_list ul {
  list-style: none;
  margin-bottom: 1.6em;
  padding-left: 0;
  text-align: left;
}

.side_list .i {
  float: left;
  margin-right: 5px;
  overflow: hidden;
  width: 50px;
}

.bullet {
  font-weight: 700;
  left: 0;
  position: absolute;
  line-height: 1.05em;
}

.side_list ul li {
  margin-bottom: 0.5em;
  padding-left: 1.4em;
  position: relative;
  zoom: 1;
}

.filters {
  font-size: 1.1em;
}

.filters .disabled {
  color: #777;
}

.side_list .t4 {
  margin: 0.1em 0.1em 0.2em;
  position: relative;
  top: 0.2em;
  vertical-align: sub;
}

.side_list img.t4 {
  display: block;
}

.side_list span img {
  margin: auto;
  position: static;
}

.side_list ol a {
  clear: both;
  display: block;
  margin-bottom: 0.9em;
  overflow: auto;
  zoom: 1;
}

.side_list .bestsellers {
  margin-bottom: 0.5em;
  line-height: 1.15em;
}

.side_list .bestsellers a {
  margin-bottom: 0.2em;
  overflow: hidden;
  font-size: 14px;
}

.side_list .bestsellers li {
  padding-bottom: 0.9em;
  zoom: 1;
}

.side_list .bestsellers li .title {
  float: left;
  width: 80px;
}

.side_list li {
  clear: both;
}

.side_list li a {
  text-decoration: none;
}

.side_list a.moreLink,
.side_list .all {
  display: block;
  margin: -0.2em 0 1.7em 0.5em;
  text-align: right;
}

.side_list .all_link {
  display: block;
  margin: 1em 0.5em 1.7em;
  text-align: center;
}

.side_list h3.first {
  margin-top: 0.75em;
}

.side_list h3 {
  color: #50be19;
  margin-bottom: 0.9em;
  font-weight: bold;
  font-weight: normal;
  margin-top: -1.2em;
}

.side_list h3 a,
.side_list h3 a:visited {
  color: #50be19;
}

.util_list h3.first {
  margin-top: 0.8em;
}

.util_list ul {
  margin-left: 0.4em;
  margin-right: 0.4em;
}

.util_list h3 {
  margin-left: 0.1em;
  text-align: left;
}

.util_list h3,
.util_list h3 a,
.util_list h3 a:visited {
  color: #f60;
}

.util_list ul a {
  overflow: hidden;
  display: inline-block;
  max-width: 121px;
  text-overflow: ellipsis;
  vertical-align: text-bottom;
}

* html .util_list ul a {
  width: 121px;
}

.util_list ul .cat_size {
  vertical-align: text-bottom;
}

.facets h3 {
  clear: right;
  margin: 1em 0 1.4em;
}

.facets ul li {
  margin-bottom: 0;
}

.facets ul {
  margin: -0.9em 0 0.9em;
}

.facets a.moreLink,
.facets .all {
  float: right;
  margin: -0.8em 0.5em 0.2em;
}

.facets h5 {
  clear: right;
  color: #777;
  font-size: 10.5pt;
  font-variant: small-caps;
  font-weight: normal;
  margin: 0 0 0.9em;
  text-align: left;
  text-transform: lowercase;
}

.facets h5.first {
  margin-top: -0.8em;
}

.facets {
  margin: 0 0 2em;
}

.facets .custom_price_range {
  clear: both;
}

.facets .text {
  width: 39px;
}

.facets .text {
  width: 34px\9; /* fix for IE */
  width: 34px\0/;
}

:root .facets .text {
  width: 34px \0/;
}

.product_info_layout {
  width: 98%;
  border-collapse: collapse;
}

.product_info_bottom_details {
  margin-top: 1.2em;
}

.confirmation_button {
  float: left;
  margin: 15px 0;
}

.add_button.ebook {
  padding-left: 10px;
}

.productSearch-button .add_button .type {
  margin-left: 8px;
}

.innerContentSection {
  margin-bottom: 20px;
  width: 100%;
}

#enquiry-replacement-message {
  margin-top: 8px;
}

#enquiry-replacement-message {
  margin-top: 8px;
}

#enquiry-replacement-message .no-answer-right {
  text-align: right;
  font-size: 10px;
}

.helpdesk_search_p {
  display: table;
}

.helpdesk_search_p input,
.helpdesk_search_p .flat-button {
  vertical-align: middle;
}

.helpdesk_search_wr {
  margin-top: 10px;
}

#helpdesk_content {
  width: 884px;
}

#helpdesk_content .side {
  background-color: #fff;
  float: right;
}

#helpdesk_content .mainSection {
  float: left;
  padding: 20px;
  width: 560px;
}

#helpdesk_content .form fieldset {
  width: inherit;
}

#helpdesk_content .mainSection h2,
#helpdesk_content #question-categories {
  margin-left: 4.5%;
}

.order_details_wr {
  margin-left: 24px;
  display: table;
}

.order_details_wr #order_details,
.order_details_wr .button-flat-wr {
  display: table-cell;
  vertical-align: middle;
}

#announcements {
  float: left;
  border: 1px solid #ccc;
  border-radius: 5px;
  width: 300px;
  padding: 10px;
}

#announcements h2 {
  text-align: center;
  margin: 0;
}

#announcements-spacer {
  float: left;
  width: 20px;
  height: 20px;
}

.checkout_fields fieldset {
  border: none;
  line-height: 1.5em;
  padding: 0;
  position: relative;
}

.checkout_fields div {
  clear: both;
  zoom: 1;
}

#identify .first {
  padding-top: 2em;
}

.checkout_fields #address,
.checkout_fields #email_password,
.checkout_fields #gift_wrap,
.checkout_fields .accept {
  padding-top: 1em;
}

#gift_wrap_message textarea {
  clear: left;
  display: block;
  margin-right: 0;
  width: 420px;
}

.checkout_fields label {
  clear: both;
  float: left;
  margin: 0.1em 0;
  padding: 0.1em 0 0.2em;
}

#identify label {
  padding-left: 1.5em;
}

.checkout_fields .error,
.checkout_right .error {
  background-color: #f60;
}

.checkout_fields .error em {
  display: block;
  font-style: italic;
  padding-right: 1.5em;
}

.checkout_fields .error a:hover {
  color: #fff;
}

.checkout_fields .error .required {
  font-weight: normal;
}

.checkout_fields label input,
.checkout_fields label select,
.checkout_fields label textarea,
.checkout_fields .required {
  display: block;
  font-size: 10pt;
  left: 12em;
  margin-bottom: -1.45em;
  margin-right: 13.5em;
  margin-top: 0;
  position: relative;
  top: -1.45em;
}

form .required {
  color: #f60;
  font-weight: bold;
  /*white-space: nowrap;*/
}

.checkout_fields .required input,
.checkout_fields .required select {
  color: #000;
  display: inline;
  font-weight: normal;
  left: 0;
  margin-bottom: 0;
  margin-right: 0.4em;
  position: static;
  top: 0;
}

.checkout_fields .accept .required {
  left: 1em;
  margin: 0;
  text-align: right;
}

form.styled fieldset li.gray-info-box {
  background: #eee;
  border-radius: 6px;
}

form.styled fieldset li.change_shipping_address_arrow {
  padding: 12px 20px 12px 66px;
  max-width: 22%;
  min-width: 250px;
  margin-left: 16px;
  background: #eee url('https://web-archive.nli.org.il/National_Library/20160930123623oe_/https://cdn-w.fishpond.co.nz/arrow_south_east.gif') no-repeat;
}

.change-shipping-address .float-button-address {
  float: right;
  margin-top: -8px;
  margin-right: 5px;
}

.change-shipping-address .form {
  padding-top: 12px;
}

.change-shipping-address .moduleRow {
  padding: 5px 5px 5px 10px;
}

.change-shipping-address .moduleRowSelected {
  background-color: #eee;
  padding: 5px 5px 5px 10px;
  border-radius: 6px;
}

.change-shipping-address .moduleRowOver {
  background-color: #eee;
  padding: 5px 5px 5px 10px;
  border-radius: 6px;
}

.margin-inner-none ol {
  margin: 0 !Important;
}

.margin-inner-none fieldset {
  border-bottom: none !Important;
}

.update_shipping_button {
  text-align: center;
}

.update_shipping_button button {
  display: inline-block;
  margin: 10px 0 !Important;
}

.note {
  clear: both;
  color: #7e7e7e;
  display: block;
  font-size: 10pt;
  margin-bottom: 0.5em;
  margin-left: 1.5em;
  zoom: 1;
}

.note span {
  color: #f60;
  font-weight: 700;
}

.checkout_fields br {
  display: none;
}

.checkout_fields legend span {
  color: #000;
  font-weight: 700;
  left: 0;
  position: absolute;
  top: 0;
}

.checkout_fields .accept input {
  display: inline;
  left: 0;
  margin: 0;
  top: 0;
}

.checkout_fields .button {
  clear: both;
  display: block;
  margin-left: 16em;
  margin-top: 1em;
  padding-top: 1em;
}

a#forgotten {
  float: left;
  margin-left: 13.5em;
  margin-top: 0.5em;
}

#sign_in_button {
  clear: both;
  margin: 65px 0 0 180px;
}

.fgpassword button {
  margin: 18px 0;
}

.oauth {
  text-align: right;
  margin: 0;
  float: right;
}

.oauth .header-separator-text {
  width:136px;
  font-weight: bold;
  padding: 0;
  font-size: 18px;
}



a.sign-in-button {
  display: inline-block;
  cursor: pointer;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none !Important;
  vertical-align: middle;
  position: relative;
  text-align: left;
  border-radius: 4px;
  margin-top: 10px;
  box-shadow: 1px 1px 1px #ccc;
}

a.sign-in-button:visited {
  color: #fff;
}

a.sign-in-button.google:visited {
  color: #727272 !Important;
}

a.sign-in-button.facebook {
  -moz-box-shadow: inset 0 1px 0 0 #7a8eb9;
  -webkit-box-shadow: inset 0 1px 0 0 #7a8eb9;
  box-shadow: inset 0 1px 0 0 #7a8eb9;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #637aad), color-stop(1, #5972a7));
  background: -moz-linear-gradient(top, #637aad 5%, #5972a7 100%);
  background: -webkit-linear-gradient(top, #637aad 5%, #5972a7 100%);
  background: -o-linear-gradient(top, #637aad 5%, #5972a7 100%);
  background: -ms-linear-gradient(top, #637aad 5%, #5972a7 100%);
  background: linear-gradient(to bottom, #637aad 5%, #5972a7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#637aad', endColorstr='#5972a7', GradientType=0);
  background-color: #637aad;
  border: 1px solid #314179;
  color: #fff;
}

a.sign-in-button.facebook:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #5972a7), color-stop(1, #637aad));
  background: -moz-linear-gradient(top, #5972a7 5%, #637aad 100%);
  background: -webkit-linear-gradient(top, #5972a7 5%, #637aad 100%);
  background: -o-linear-gradient(top, #5972a7 5%, #637aad 100%);
  background: -ms-linear-gradient(top, #5972a7 5%, #637aad 100%);
  background: linear-gradient(to bottom, #5972a7 5%, #637aad 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5972a7', endColorstr='#637aad', GradientType=0);
  background-color: #5972a7;
  color: #fff;
}

a.sign-in-button.google {
  -moz-box-shadow: inset 0 1px 0 0 #fff;
  -webkit-box-shadow: inset 0 1px 0 0 #fff;
  box-shadow: inset 0 1px 0 0 #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fff), color-stop(1, #f6f6f6));
  background: -moz-linear-gradient(top, #fff 5%, #f6f6f6 100%);
  background: -webkit-linear-gradient(top, #fff 5%, #f6f6f6 100%);
  background: -o-linear-gradient(top, #fff 5%, #f6f6f6 100%);
  background: -ms-linear-gradient(top, #fff 5%, #f6f6f6 100%);
  background: linear-gradient(to bottom, #fff 5%, #f6f6f6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6', GradientType=0);
  background-color: #fff;
  border: 1px solid #dcdcdc;
  color: #727272 !Important;
}

a.sign-in-button.google:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f6f6f6), color-stop(1, #fff));
  background: -moz-linear-gradient(top, #f6f6f6 5%, #fff 100%);
  background: -webkit-linear-gradient(top, #f6f6f6 5%, #fff 100%);
  background: -o-linear-gradient(top, #f6f6f6 5%, #fff 100%);
  background: -ms-linear-gradient(top, #f6f6f6 5%, #fff 100%);
  background: linear-gradient(to bottom, #f6f6f6 5%, #fff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff', GradientType=0);
  background-color: #f6f6f6;
  color: #727272 !Important;
}

.sign-in-button .first-image {
  padding: 3px 2px;
  position: relative;
  overflow: hidden;
  display: inline-block;
  
}

.sign-in-button .first-text {
  vertical-align: middle;
  font-size: 24px;
  padding: 0 10px;
  border: 1px solid #314179;
  background: #314179;
  border-radius: 3px;
}

.sign-in-button.facebook .first-text {
  font-size: 28px;
}

.sign-in-button.facebook,
.sign-in-button.google {
  margin-left:5px;
}


.sign-in-button .text {
  left: 40px;
  position: absolute;
  top: 5px;
  font-size: 15px;
  font-weight: bold;
}

#voucherCoupons li > * {
  vertical-align: middle !important;
}

#voucherCoupons #gvSuccessMessage {
  color: green;
  font-style: italic;
}

#checkout_sign_in_button {
  margin-left: 370px;
  position: absolute;
  top: 75px;
}

a#checkout_forgotten {
  float: left;
  margin-left: 12em;
  margin-top: 0.5em;
}

#checkout_identify_continue {
  margin: 5px 0 5px 180px;
}

#checkout_continue {
  margin: 5px 0;
}

#checkout_header_left {
  float: left;
}

#checkout_header_middle {
  clear: none;
  float: right;
  margin-right: 20%;
  margin-top: 50px;
  text-align: center;
}

.checkout_header {
  color: #7e7e7e;
  font-size: 1.3em;
  margin: 0 0 0.5em;
}

#checkout_login_form div {
  margin-left: 2em;
}

#seperator {
  clear: left;
}

#address-country,
#address-state {
  width: 177px;
}

#payment .first {
  padding-top: 2em;
}

.checkout_fields .summary {
  background-color: #f60;
  float: left;
  margin-bottom: 0.5em;
  padding: 0.5em 1.5em;
}

.checkout_fields .summary a:hover {
  color: #fff;
}

.checkout_fields .summary br {
  display: block;
}

.checkout_fields .summary em {
  font-style: italic;
}

.checkout_fields .last {
  margin-bottom: 1em;
}

.voucher_msg {
  background-color: #adb;
  clear: both;
  font-size: 12pt;
  line-height: 1.25em;
  margin-bottom: 0.25em;
  overflow: auto;
  padding: 0.5em 1em;
  zoom: 1;
}

.voucher_msg strong {
  font-weight: 700;
  text-transform: uppercase;
}

.voucher_msg em {
  float: right;
  font-size: 10pt;
  font-style: italic;
  font-weight: normal;
}

.highlight_note {
  background-color: #adb;
  font-size: 10pt;
  line-height: 1.5em;
  padding: 1em;
}

.highlight_note label {
  display: block;
  margin-top: 0.5em;
}

#page_search {
  display: block;
  left: -34px;
  padding-top: 10px;
  position: relative;
  white-space: nowrap;
  z-index: 999;
}

#page_search.ps-in-content {
  position: static;
  padding-left: 18px;
}

#page_search select,
#page_search input,
#page_search span {
  display: inline-block;
}

.cat_size {
  color: #777;
  font-size: 8.5pt;
}

.productSearch table {
  font-size: 1.32em;
}

.img {
  display: block;
}

.more_categories_link {
  margin: 5px 0 0 0.8em;
}

#premium_product {
  float: right;
  padding-left: 1em;
}

#premium_product div {
  margin: 4px 0 1em 1em;
  padding: 12px 0 18px;
  text-align: center;
  width: 170px;
}

#premium_product .t {
  width: 170px;
}

#premium_product a {
  margin: 0 auto;
}

.title_green {
  color: #50be19;
}

.light_blue {
  color: #a0b5f2;
}

#dym_results {
  font-size: 1.1em;
  font-weight: normal;
  margin-bottom: 12px;
}

#dym_no_results {
  font-size: 1.6em;
  font-weight: 700;
  margin-bottom: 20px;
}

.no_products_text {
  font-size: 1.2em;
}

.no_products_text p,
.no_products_text li {
  margin-bottom: 6px;
}

.f_right {
  float: right;
}

.f_left {
  float: left;
}

.loading {
  margin: 10px 5px;
}

.plain_link {
  color: #000 !important;
  font-style: normal;
}

#loading1,
#loading2,
#loading3 {
  margin: 0;
}

#loading1 .loading,
#loading2 .loading,
#loading3 .loading {
  margin: 0;
}

#loading1 span.processing,
#loading2 span.processing,
#loading3 span.processing {
  display: block;
  width: 132px;
  height: 35px;
  margin: 0.9em 0;
}

#right span.processing {
  margin: 0.5em auto 0.8em;
}

span.processing img {
  width: 132px;
  height: 35px;
  display: block;
}

.product-page-ads {
  margin: 25px 0;
}

/* Form Styles */

.form {
  padding-bottom: 12px;
}

.form fieldset {
  border-bottom: 1px solid #eee;
  display: block;
  overflow: hidden;
  padding: 5px 0 4px;
  width: 100%;
}

.form fieldset label {
  float: left;
  font-weight: 700;
  line-height: 12px;
  padding: 5px 5px 5px 2px;
  width: 180px;
}

* html .form fieldset label {
  width: 180px;
}

.form dl.zend_form dt label {
  font-weight: normal;
}

.form dl.zend_form .description {
  color: #7e7e7e;
  font-style: italic;
}

.belowlabel fieldset label {
  display: block;
  float: none;
  width: 100%;
}

* html .belowlabel fieldset label {
  width: 100%;
}

.belowlabel fieldset {
  border-bottom: 0;
}

.notbold fieldset label {
  font-weight: normal;
}

div#used_products_header {
  height: 35px;
  line-height: 35px;
  margin-top: 15px;
}

div#used_products_header h2,
div#used_products_header h2 {
  vertical-align: middle;
}

div#used_products_header a {
  display: block;
  float: right;
  font-size: 10.5pt;
  font-weight: 700;
  margin-left: 20px;
}

table.used_products {
  border: 2px;
  margin-bottom: 15px;
  margin-top: 5px;
  width: 100%;
}

table.used_products thead,
table.used_products th,
table.used_products td {
  text-align: left;
}

table.used_products thead th.condition {
  padding: 0;
}

table.used_products td,
table.used_products th {
  padding-left: 15px;
}

table.used_products thead th,
table.used_products thead th h3 {
  font-size: 10.5pt;
}

table.used_products thead th {
  padding-bottom: 5px;
  padding-top: 5px;
}

table.used_products thead th.condition h3 {
  margin: 6px 10px;
  padding: 0;
}

table.used_products td.price,
table.used_products th.price,
table.used_products td.shipping,
table.used_products th.shipping,
table.used_products td.buynow,
table.used_products th.buynow {
  width: 8%;
  text-align: left;
}

table.used_products td.shipping {
  color: #9f9f9f;
  font-weight: 700;
}

table.used_products td.seller,
table.used_products th.seller {
  width: 14%;
  text-align: left;
}

table.used_products td.seller-rating,
table.used_products th.seller-rating {
  width: 14%;
  text-align: left;
}

table.used_products td.lead-times,
table.used_products th.lead-times {
  width: 12%;
  text-align: left;
}

table.used_products thead th.condition {
  background-color: #eee;
  border: 1px solid #e7e7e7;
}

table.used_products tbody td {
  padding: 5px 0 5px 15px;
}

table.used_products {
  font-size: 10.5pt;
}

table.used_products td.divider {
  background-color: #e7e7e7;
  height: 1px;
  padding: 0;
}

table.used_products th h3,
table.used_products th {
  font-size: 16px;
  font-weight: bolder;
}

table.used_products .seller-rating .completed-sales {
  font-size: 11px;
}

tr#bank_account_info {
  display: block;
  padding-top: 10px;
}

tr#bank_account_info input {
  margin-right: 20px;
}

.input-longer input {
  width: 304px;
}

/* End Form Styles */

button.confirm .txt {
  background-color: #9ab4f3;
  line-height: 32px;
}

button.confirm .img {
  text-indent: -999em;
  background-image: url('https://web-archive.nli.org.il/National_Library/20160930123623oe_/https://cdn-w.fishpond.co.nz/btn-confirm-order.gif');
}

button.sent {
  width: 74px;
  height: 29px;
  text-indent: -999em;
  background-image: url('https://web-archive.nli.org.il/National_Library/20160930123623oe_/https://cdn-w.fishpond.co.nz/btn-sell_yours_sent.gif');
}

button.continue {
  width: 150px;
  height: 35px;
  text-indent: -999em;
  background-image: url('https://web-archive.nli.org.il/National_Library/20160930123623oe_/https://cdn-w.fishpond.co.nz/btn-continue.gif');
}

/* Additional CSS for the Sell Yours pages only. */

form#sell-yours-details li label {
  float: left;
}

form#sell-yours-details li label.error {
  float: none;
}

form#sell-yours-details li .group {
  float: none;
  top: 0;
  left: 0;
  right: 0;
}

form#sell-yours-details li .group label {
  width: 100%;
}

* html form#sell-yours-details li span.hint {
  margin-left: 180px;
}

* html form#sell-yours-details li .group label.confirm_rated {
  margin-left: 4px;
}

* html form#sell-yours-details li .group label input {
  margin-left: -3px;
}

form#sell-yours-details ol.formGroupAdvanced li label {
  float: none;
}

form label[for="shipping-no"] {
  width: 45px;
}

ul.actions,
ul.products {
  padding: 0;
  list-style-type: none;
  margin: 1.2em 0 1.8em;
}

ul.actions li {
  display: inline;
  border-left: 1px #000 solid;
  padding: 0 0.4em;
  text-transform: capitalize;
}

ul.actions li:first-child,
ul.products li:first-child {
  padding-left: 0;
  border: 0;
}

ul.actions .current {
  font-weight: bold;
}

ul.products li {
  border-top: 1px #ddd solid;
  padding: 20px 0 23px;
  overflow: hidden;
}

li.product {
  width: 874px;
}

p.actions {
  text-transform: capitalize;
}

p.actions .current {
  font-weight: bold;
}

div.product {
  width: 700px;
  margin-top: 2em;
  padding: 5px;
}

div.product.error {
  background: #f60;
}

div.product.error .message {
  margin-top: 8px;
  font-style: italic;
}

div.product.error a:hover {
  color: white;
}

li.product .photo,
div.product .photo {
  display: block;
  float: left;
  width: 120px;
  text-align: center;
}

li.product a.photo,
div.product a.photo {
  margin: 0 1.5em 0 1em;
}

ul.products .price {
  float: right;
  margin: 0 1em;
  width: 127px;
  text-align: right;
}

ul.products .price .current,
.product form .price {
  color: #24b837;
  font-weight: bold;
}

.product .info {
  margin: 0 140px;
}

.product .price .current,
.product .creator,
.product .info a.fn {
  font-size: 1.32em;
}

.product p,
ul.products p {
  margin: 0;
}

.product .creator {
  margin-bottom: 19px;
}

.product .pending-payment {
  margin-top: 8px;
}

ul.products .buyer {
  float: left;
  width: 217px;
}

ul.products .status {
  float: left;
  width: 217px;
}

ul.products .details {
  float: left;
  width: 180px;
}

ul.products .details.details-itemssold .title {
  color: grey;
}

.product .additional-info p {
  margin-bottom: 0.2em;
}

.product .additional-info,
ul.products dl {
  font-size: 1.1em;
}

ul.products dt {
  font-size: 0.87em;
  color: gray;
}

ul.products address {
  font-style: normal;
}

ul.products form {
  margin-top: 1em;
  display: block;
}

div.product form {
  padding-top: 2em;
  display: block;
  clear: both;
}

.product form.styled fieldset ol {
  _margin-bottom: 0;
}

.product form label {
  min-width: 120px;
}

.product form .group label {
  width: 400px;
}

.product form.styled li .hint {
  position: absolute;
  line-height: 1.8;
  width: 200px;
  left: 120px;
  _left: 100px;
}

div.product form p.hint,
div.product form button {
  margin: 0.7em 0 0.7em 139px;
}

.product form input#description {
  width: 60%;
}

.product form .group {
  float: right;
  width: 527px;
  position: relative;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .product form.styled fieldset,
  .product form.styled fieldset ol {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .product form .group {
    left: 3px;
  }
}

@media all and (-webkit-min-device-pixel-ratio: 10000), not all and (-webkit-min-device-pixel-ratio: 0) {
  .product form.styled fieldset,
  .product form.styled fieldset ol {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

.product form input[type=radio] {
  margin: 4px 2px 0 0;
}

.product form label.radio {
  width: auto;
}

.product form button.continue {
  margin-top: 2em;
  margin-bottom: 2em;
}

.claims {
  font-size: 9pt;
}

.claims .product {
  width: auto;
  font-size: 14px;
  border-bottom: 1px #d4d4d4 solid;
  margin: 1em 0;
  padding-bottom: 10px;
}

.claims .product .productListing-heading {
  font-size: 13px;
}

.claims .product .claim {
  float: left;
  width: 90px;
}

.claims .product .claim input {
  float: right;
  margin-right: 30px;
}

.claims .product .title {
  float: left;
  padding-left: 145px;
}

.claims .product .productListing-heading {
  white-space: nowrap;
  text-align: center;
}

.claims .product .name {
  float: left;
}

.claims .product .total,
.claims .product .quantity {
  float: right;
  width: 100px;
  text-align: right;
}

.claims .product .quantity input {
  width: 50px;
  text-align: right;
}

.claims .button-container {
  padding: 10px 0;
}

.claims #order-label {
  float: left;
}

.claims #claim_action {
  margin-left: 10px;
}

p.sell-more {
  font-weight: bold;
  padding: 3em 0 2em;
  clear: both;
}

p.pager {
  margin-bottom: 2em;
}

#unknown-seller-message {
  padding: 6px 25px 20px;
}

/* Additional CSS for the Express Checkout page only. */

#checkoutBtnColumn {
  padding: 66px 0 1em;
  overflow: hidden;
  width: 100%; /* haslayout */
}

#checkoutBtnColumn .confirm,
#checkoutBtnColumn #loading {
  float: right;
}

input#giftwrap {
  padding-left: 0;
}

#gift_wrap_message_remaining_chars {
  float: right;
  line-height: 1.8;
}

span#gift_wrap_colour_price_info {
  white-space: nowrap;
}

@font-face {
  font-family: Architex;
  src: url('https://web-archive.nli.org.il/National_Library/20160930123623oe_/https://cdn-w.fishpond.co.nz/fonts/Architex.ttf');
}

#giftwrap_message {
  font: 24px Architex;
  padding: 10px;
  text-align: center;
  width: 233px;
  height: 215px;
  resize: none;
}

@font-face {
  font-family: DejaVuSansCondensed;
  src: url('https://web-archive.nli.org.il/National_Library/20160930123623oe_/https://cdn-w.fishpond.co.nz/fonts/DejaVuSansCondensed.ttf');
}

#e-gift_message_field #e-gift_message,
.e-gift textarea {
  font: italic 14px/1.3 DejaVuSansCondensed;
  padding: 19px;
  width: 215px;
  height: 272px;
  white-space: pre-wrap;
  resize: none;
}

#e-gift_message_remaining_chars {
  float: right;
  line-height: 1.8;
}

.e-gift-explain-link {
  font-size: 0.8em;
}

.faq-dialog .e-gift-image {
  height: 447px;
  width: 400px;
}

form.styled #deliveryAddressBook li {
  margin-bottom: 10px;
}

form.styled #deliveryAddressBook li img,
#deliveryAddressBook li input {
  margin-top: 6px;
  margin-right: 5px;
  display: inline-block;
}

form.styled #deliveryAddressBook #showMoreAddresses a {
  cursor: pointer;
}

form.styled fieldset#paymentMethod li {
  padding: 0;
}

form.styled fieldset#paymentMethod p.title,
form.styled fieldset#paymentMethod p.error {
  margin-top: 0;
  padding-top: 0;
}

form.styled fieldset#paymentMethod ol li p {
  margin: 5px 0;
}

form.styled fieldset#paymentMethod .selectable,
form.styled fieldset#deliveryAddress .selectable,
form.styled fieldset#additional-service .selectable {
  cursor: pointer;
}

form.styled fieldset#paymentMethod li li {
  white-space: nowrap;
}

form.styled fieldset#paymentMethod li li,
form.styled fieldset#paymentMethod li.selectable,
form.styled fieldset#paymentMethod li.nonselectable,
form.styled fieldset#paymentMethod div.selectable {
  padding: 8px;
}

form.styled fieldset#paymentMethod .selectable,
form.styled fieldset#paymentMethod .selectable label {
  vertical-align: middle;
}

form.styled fieldset#paymentMethod .selectable li,
form.styled fieldset#paymentMethod .selectable li label {
  line-height: 1em;
}

form.styled fieldset#paymentMethod .selectable img {
  vertical-align: middle;
}

form.styled fieldset#paymentMethod .selected {
  font-weight: 800;
}

form.styled #paymentMethod .selectable input {
  margin-right: 5px;
}

form.styled #paymentMethod .nonselectable input {
  margin-right: 5px;
  visibility: hidden;
}

form.styled #warning-r18-field {
  padding: 3px 15px;
}

form.styled #warning-r18-field label {
  width: 90%;
}

form.styled #warning-r18-field input {
  margin-top: 15px;
  margin-left: 10px;
}

form.styled #warning-dvd-region {
  padding: 3px 15px;
}

form.styled #warning-dvd-region label {
  width: calc(100% - 45px);
}

form.styled #warning-dvd-region input {
  margin-top: 15px;
  margin-left: 10px;
}

form.styled fieldset#paymentMethod ol {
  margin-bottom: 0;
}

form.styled fieldset#paymentMethod ol ol {
  margin-top: 0.7em;
}

form.styled fieldset#paymentMethod ol .selectable ol {
  margin-top: 0;
}

form.styled #address-company-tip {
  color: blue;
  display: none;
}

#paymentMethod ol ol input {
  margin-right: 0;
}

form.styled #paymentMethod ol ol label {
  width: 230px;
}

#voucherCoupons label,
#cashRewards label {
  display: inline;
  width: auto;
}

#voucherCoupons label.error,
#cashRewards label.error,
form.styled #paymentMethod ol ol label.error {
  display: block;
  width: auto;
}

.checkout-wrapper input[type="radio"] {
  vertical-align: top;
}

#cc_field input[name="payment"] {
  vertical-align: text-bottom;
}

#cashRewards input {
  margin: 5px;
}

form.styled fieldset#voucherCoupons legend,
form.styled fieldset#cashRewards legend {
  color: #000;
  font-size: 1em;
}

button.confirm .txt {
  background-color: #9ab4f3;
  line-height: 32px;
}

button.confirm .img {
  text-indent: -999em;
  background-image: url('https://web-archive.nli.org.il/National_Library/20160930123623oe_/https://cdn-w.fishpond.co.nz/btn-confirm-order.gif');
}

#orderOverview {
  clear: both;
  padding: 0.6em 0;
}

#orderOverview h3 {
  color: #7e7e7e;
  display: inline;
  font-size: 1.3em;
}

.estimated-delivery,
#tax-notes {
  border: 2px solid transparent;
  padding: 0.6em 0.9em;
}

.checkoutProducts {
  width: 100%;
  border: 2px solid transparent;
}

.checkoutProducts td {
  padding: 0.6em 0.8em;
  vertical-align: top;
}

.checkoutProducts td.blockHeader {
  padding-top: 0.6em;
}

.checkoutProducts .quantity {
  width: 10%;
  text-align: right;
  padding-right: 0.3em;
}

.checkoutProducts .description {
  padding-left: 0;
}

#OrderSummary .description {
  padding-left: 0.8em;
}

.checkoutProducts .price {
  text-align: right;
  width: 30%;
}

#tax-notes {
  color: #999;
  font-size: 8pt;
  margin-right: 6px;
}

.checkoutProducts .totalRow,
.checkout-left-column .estimated-delivery {
  font-weight: bold;
  font-size: 15px;
}

#StockItems,
#PriorityItems,
#TrackedItems {
  border-color: #e2e2e2;
  margin: 1em 0 0;
}

#StockItems label,
#PriorityItems label,
#TrackedItems label {
  vertical-align: middle;
}

.checkoutProducts .deliveryOption {
  padding: 2px 2px 2px 0.8em;
}

.checkoutProducts .deliveryOption input {
  vertical-align: middle;
  margin: 0;
}

.checkoutProducts .arrivalDates,
.checkoutProducts .condition {
  color: #7e7e7e;
}

.checkoutProducts .deliveryOption {
  vertical-align: middle;
}

.checkoutProducts .deliveryOption .phoneBlock {
  padding: 3px 0;
}

.checkoutProducts .deliveryOption .phoneBlock .description {
  color: #444;
  font-size: 0.8em;
  margin-bottom: 4px;
}

.delivery-fast .arrivalDates {
  color: #d4a31d;
}

#sellerVacations {
  margin: 2px;
  padding: 10px 1px;
}

#sellerVacations .darkRow {
  background: #e2e2f2;
}

.sellerVacationTitle {
  margin: 10px 0 7px 4px;
  font-weight: bold;
}

.noSellerVacations {
  margin-left: 4px;
}

/* My Fishpond: Bank Account pages */

.wrapper_bank_account_form_element {
  display: inline;
  width: 50%;
  position: relative;
  overflow: hidden;
  margin-left: -3px;
}

table#bank_account_form_element {
  display: inline;
}

table#bank_account_form_element td {
  vertical-align: top;
}


form#add_ba_form dd,
form#add_ba_form dd::before {
  margin: 0;
}

form#add_ba_form .required {
  color: #000;
  font-weight: normal;
}

.infoBoxWrapper .btn_hover {
  margin-left: 202px !Important;
}

li.bank_account_number #bank_account_number-label {
  padding-top: 3px;
}

li.primary-form {
  overflow: hidden;
  position: relative;
  height: 26px;
  padding: 0 !Important;
  margin: 15px 0 !Important;
}

#add_ba_form dt,
#add_ba_form dd {
  display: table-cell;
  vertical-align: top;
}

#add_ba_form #is_primary {
  margin-top: 4px;
}

#add_ba_form li.primary-form {
  height: 100%;
}

#update_btn:hover,
#back_btn:hover {
  text-decoration: none;
  color: #f60;
}

#update_btn,
#back_btn {
  background-color: transparent;
  border: 0;
  color: #3361e3;
  cursor: pointer;
  display: block;
  font-size: 12.5pt;
  height: 35px;
  margin: 0 0.6em;
  overflow: hidden;
  padding: 0;
  text-decoration: underline;
}

/* Global Buttons */

.btn-upload-now {
  width: 150px;
  height: 35px;
}

.btn-upload-now .txt {
  background-color: #9ab4f3;
  line-height: 32px;
}

.btn-upload-now .img {
  text-indent: -999em;
  background-image: url('https://web-archive.nli.org.il/National_Library/20160930123623oe_/https://cdn-w.fishpond.co.nz/btn-upload-now.gif');
}

.tell-a-friend p {
  display: block;
  float: left;
  padding: 10px 0 0;
  margin: 0;
}

.tell-a-friend input {
  float: left;
  margin: 0 0 5px 5px;
}

.btn-tell-a-friend {
  width: 150px;
  height: 35px;
  display: block;
  float: left;
  margin-left: 5px;
}

.btn-tell-a-friend .txt {
  background-color: #9ab4f3;
  line-height: 32px;
}

.btn-tell-a-friend .img {
  text-indent: -999em;
  background-image: url('https://web-archive.nli.org.il/National_Library/20160930123623oe_/https://cdn-w.fishpond.co.nz/btn-tell-a-friend.gif');
}

.btn-back {
  width: 86px;
  height: 35px;
}

.btn-back .txt {
  background-color: #9ab4f3;
  line-height: 32px;
}

.btn-back .img {
  text-indent: -999em;
  background-image: url('https://web-archive.nli.org.il/National_Library/20160930123623oe_/https://cdn-w.fishpond.co.nz/btn-back.gif');
}

.btn-continue {
  width: 150px;
  height: 35px;
}

.btn-continue .txt {
  background-color: #9ab4f3;
  line-height: 32px;
}

.btn-continue .img {
  text-indent: -999em;
  background-image: url('https://web-archive.nli.org.il/National_Library/20160930123623oe_/https://cdn-w.fishpond.co.nz/btn-continue.gif');
}

.btn-sent {
  height: 35px;
  width: 82px;
  display: inline-block;
  vertical-align: middle;
}

.btn-sent .txt {
  background-color: #9ab4f3;
  line-height: 32px;
}

.btn-sent .img {
  background-image: url('https://web-archive.nli.org.il/National_Library/20160930123623oe_/https://cdn-w.fishpond.co.nz/btn-fishpond-sent.gif');
  text-indent: -999em;
}

span.img-tick {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url('https://web-archive.nli.org.il/National_Library/20160930123623oe_/https://cdn-w.fishpond.co.nz/tick.gif');
}

span.img-cross {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url('https://web-archive.nli.org.il/National_Library/20160930123623oe_/https://cdn-w.fishpond.co.nz/cross.gif');
}

/* The following rules are used for the new style messagestack success messages. e.g. when you successfully add a sell yours listing. */

.messagestack_wrp {
  padding: 0 10px 0 20px;
}



#interim .error-flash-message,
#interim .warning-flash-message {
  margin: 0 0 10px;
}

#interim .success-flash-message {
  overflow: hidden;
  padding: 1em 180px 1em 1em;
  margin: 0 0 10px;
  position: relative;
  zoom: 1;
}

#interim .success-flash-message i a {
  padding: 0 4px 0 2px;
}

#interim .success-flash-message .i {
  float: left;
  margin-right: 1em;
}

#interim .success-flash-message img {
  float: left;
  margin: 0 1em 0 0;
}

#interim .success-flash-message p {
  margin-top: 0.3em;
}

#interim .success-flash-message .second {
  font-size: 1.2em;
  margin-top: 1em;
}

#interim .success-flash-message form {
  position: absolute;
  right: 1em;
}

.also_purchased_products {
  padding-left: 18px;
}

/* Remove AddThis Branding */

a#at-logo {
  display: none;
}

a.at-whatsthis {
  display: none !important;
}

a#at-privacy {
  display: none !important;
}

/* Style for single page checkout Login. */

form input.text {
  width: 177px;
}

#bnz_cc_number,
#gv_redeem_code {
  width: 166px;
}

#single-page-checkout-login legend {
  font-size: 2em;
  color: #000;
  margin-top: 5px;
  display: block;
}

#single-page-checkout-login label {
  width: 150px;
}

#single-page-checkout-login #forgotPassword,
#single-page-checkout-login #sing-in-button {
  display: inline-block;
  min-width: 177px;
}

#single-page-checkout-registration h2 {
  color: #000;
}

.checkout-login {
  margin-top: 0;
}

html > body .checkout-login {
  margin-top: 10px;
}

.checkout-left-column .or-option {
  color: #7e7e7e;
  font-size: 1.5em;
  width: 2em;
  text-align: center;
  position: absolute;
  top: 30px;
  right: 4em;
}

.dashed {
  padding-top: 2px;
  border-top: 1px dashed #bbb;
  background: white;
  clear: both;
  margin: 0;
  color: #fff;
  size: 1px;
  margin-bottom: 2em;
}

.checkout-column-wrapper {
  padding: 0 20px;
}

.checkout-left-column {
  width: 48%;
  margin: 0;
  padding-left: 10px;
  float: left;
  clear: left;
  position: relative;
}

.checkout-right-column {
  width: 48%;
  padding-left: 25px;
  margin: 0;
  float: left;
  clear: right;
}

.checkout-column-wrapper fieldset {
  margin: 0;
  padding: 0;
}

.checkout-wrapper {
  padding-bottom: 20px;
  width: 100%; /* haslayout */
}

.checkout-wrapper form.styled fieldset ol {
  margin-bottom: 0;
}

.checkout-wrapper form.styled fieldset ol ol {
  margin-left: 25px;
}

#existing_card {
  width: 166px;
}

/* Style for Zend Form */

dl.zend_form dt label {
  float: left;
  min-width: 100px;
  font-weight: bold;
}

/* Style for returns.php. */

#returnable-items-list td.product-title {
  cursor: pointer;
}

.returns-wrong-product-message {
  width: 70%;
}

.returns-reason-to-return-selected {
  margin-right: 0;
  width: 5%;
}

.returns-reason-to-return-error {
  margin-right: 0;
  width: 65%;
}

.returns-reason-to-return-barcode-error {
  margin-right: 0;
  width: 30%;
  vertical-align: top;
}

#returns-confirmation-list {
  padding-left: 20px;
}

/* Styles for Google Rich Snippets */
.hreview-aggregate .item {
  display: none;
}

/* Address autocomplete for checkout page */
#autocomplete-select {
  z-index: 500;
  position: absolute;
}

/* Account history info charges-history */
.account table.charges-history {
  margin: 8px 0 4px;
  padding: 0;
  border-collapse: collapse;
}

.account .charges-history th,
.account .charges-history td {
  border-bottom: 1px solid #d4d4d4;
  padding: 3px;
  font-size: 14px;
  line-height: 18px;
}

.account .charges-history th {
  font-weight: bold;
}

.account .charges-history td.date {
  width: 170px;
}

.account .charges-history td.amount,
.account .charges-history td.balance {
  width: 180px;
  text-align: right;
}

.account .charges-history .items {
  padding-left: 15px;
}

.account .charges-history.note {
  padding: 8px 10px;
  margin: 0;
}

.account .charges-history.title {
  font-size: 10.5pt;
  font-weight: bold;
  padding-top: 20px;
}

.account form .zend_form {
  display: table;
}

.account form .zend_form label,
.account form .zend_form input,
.account form .zend_form button {
  vertical-align: middle;
}

.account form .zend_form input {
  margin: 0 10px;
  padding: 4px;
}

.pricing-rules {
  width: 50%;
}

.emailsettings .main {
  margin: 0 0 22px 0px;
  padding: 0 2px;
}

.pricing-rules .main {
  margin: 16px 0 0;
  padding: 3px 6px;
}

.emailsettings p.main {
  margin-left: auto;
}

.emailsettings .btn_hover {
  margin-top: 10px;
  display: inline;
}

.emailsettings hr.dashed {
  margin: 34px 24px 54px;
}

.emailsettings hr.lo-margin {
  margin: 34px 24px;
}

.emailsettings .button-container,
.pricing-rules .button-container {
  margin-top: 32px;
}

.pricing-rules .button-container button {
  margin-left: 0;
}

form.styled .emailsettings label,
form.styled .pricing-rules label {
  display: block;
  width: auto;
  margin-left: 29px;
}

.tickbox {
  width: 29px;
  float: left;
  line-height: 2.4;
}

.tickbox input {
  vertical-align: middle;
}

.pricing-rules .label {
  margin-left: 29px;
}

#content.shrink table.account {
  padding-right: 12px;
  padding-left: 22px;
}

.overdue-orders-list {
  margin-bottom: 10px;
}

.account-history table.open-orders {
  margin: 0 0 20px;
}

.open-orders-title {
  padding: 10px 0;
}

.open-orders-title h3,
.open-orders-title a {
  display: inline;
  font-size: 16px;
}

.account table.open-orders th.main,
.account-history table.open-orders th.main {
  padding: 9px 3px;
  border-bottom: 1px solid #d4d4d4;
  text-align: left;
  border-collapse: collapse;
  font-size: 14px;
  font-weight: bold;
}

.account table.open-orders table th.main,
.account-history table.open-orders table th.main {
  border: none;
  padding: 0;
}

.account table.open-orders td.main,
.account-history table.open-orders td.main {
  padding: 9px 3px !important;
  border-bottom: 1px solid #d4d4d4;
  font-size: 14px;
}

.account table.open-orders td.main td,
.account-history table.open-orders td.main td {
  border-bottom: none;
}

.account-history table.open-orders td.main p {
  color: #000;
  text-decoration: none;
}

.account-layout {
  table-layout: fixed;
}

.account-layout td {
  vertical-align: top;
}

.account-layout h3 {
  clear: both;
}

.right-sidebar {
  padding: 0 0 0 10px;
  width: 170px;
}

* html .right-sidebar {
  padding: 0;
}

* html .account-sidebar {
  width: 170px; /* haslayout */
}

.account-sidebar h3 {
  padding: 0 1em;
  margin: 0 0 1em;
}

.fadetowhite {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  word-wrap: normal;
  zoom: 1;
}

@media (max-width: 780px) {
  .my-details-section .fadetowhite {
    position: unset;
    overflow: unset;
  }
}

.fadetowhite span {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 32px;
  width: 32px;
  background: url('https://web-archive.nli.org.il/National_Library/20160930123623oe_/https://cdn-w.fishpond.co.nz/ftw32rtl.png') repeat-y 100% 0;
  z-index: 1;
  zoom: 1;
}

.my-details-section {
  margin: 0 1em 20px;
}

.my-details-section p {
  margin: 5px 0;
}

.settings-section {
  overflow: hidden;
  padding: 0 10px 10px 120px;
  font-size: 14px;
}

.settings-section-icon {
  float: left;
  margin-left: -120px;
}

.settings-section-links {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.settings-section-links li {
  margin: 0;
  padding: 3px 0;
}

.header-separator-text {
  color: #999;
  padding: 0 0.8em;
}

.create-account-box,
.sign-in-box {
  margin: 1.5em auto 2em;
  padding: 1.5em 2em;
  font-size: 15px;
}
.sign-in-box {
  width:400px;
}

.create-account-box {
  width:400px;
}

* html .create-account-box {
  margin: 1.5em 170px 2em;
  width: 400px;
  display: block;
}

* html .sign-in-box {
  margin: 1.5em 170px 2em;
  width: 400px;
  display: block;
}

form.styled .create-account-box label.short-label
 {
  width: 105px;
  vertical-align: baseline;
}


form.styled .create-account-box .oauth .header-separator-text {
  padding-top: 5px;
}



form.styled .create-account-box input,form.styled .create-account-box select,
form.styled .sign-in-box input {
  width: 14em;
  width: 13em \9;
  font-size: 10pt;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  form.styled .create-account-box input,form.styled .create-account-box select,
  form.styled .sign-in-box input {
    width: 13em;
  }
}

input#email_address,
input#email-address,
input#login-email-address {
  text-transform: lowercase;
}

form.styled .create-account-box button,
form.styled .sign-in-box button {
  margin-left: 120px;
}

.form-label-indent {
  padding-left: 120px;
}

.rc-border {
  border: 2px solid #d7d7d7;
  background: #fff;
  -webkit-border-radius: 7px;
  -khtml-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

/* daily deals banner styles */
.daily_deals_banner {
  border: 1px solid #d7d7d7;  margin: 0;
  overflow: hidden;
  text-align: center;
  background: url('https://web-archive.nli.org.il/National_Library/20160930123623oe_/https://cdn-w.fishpond.co.nz/daily-deals2-14.png') 16% 0 no-repeat;
  height: auto;
  color: #696a6f;
  font-size: 14px;
}

.daily_deals_banner.dd-side {
  padding: 5px 5px 125px;
}

.daily_deals_banner.dd-side .dd-header {
  margin-bottom: 0;
}

.daily_deals_banner.dd-side .daily-text {
  font-size: 13px;
}


.daily_deals_banner .ms-default {
  margin: 5px 0 0 6px;
  font-size: 13px;
  text-align: left;
}

.daily-text2 {
  position: relative;
  font-size: 18px;
  margin-bottom:10px;
  left:-12px;
}


.daily_deals_banner {
  margin-top: 10px;
  padding-bottom:35px;
}

.daily_deals_banner.dd-side .js-label {
  top: 8px !important;
}

.daily_deals_banner.dd-side .email-field button {
  margin-right: 10px;
}

.daily_deals_banner.dd-side .email-field .js-label {
  left: 26px !important;
}

.daily_deals_banner.dd-side .dd-banner-form {
  margin-left: inherit;
}

.dd-banner-form {
  width: 425px;
  margin-left: 45%;
  text-align: center;
  display: block;
  position: relative;
}

.dd-header {
  font-size: 24px;
  font-weight: normal;
  color: #71be19;
  padding: 20px 0;
  position: relative;
  height: 48px;
  overflow: hidden;
}

* html .dd-header {
  height: 88px;
}

.dd-header span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 425px;
  height: 88px;
  background: #fff url('https://web-archive.nli.org.il/National_Library/20160930123623oe_/https://cdn-w.fishpond.co.nz/subcribe-to-our-daily-deals.png') 50% 50% no-repeat;
}

.email-field {
  position: relative;
  text-align: left;
  padding: 0 6px 6px;
}

.email-field .js-label {
  position: absolute;
  top: 4px;
  left: 14px;
  display: none;
}

* html .email-field .js-label {
  left: 5px;
}

.js-enabled .js-label {
  display: block;
}

.email-field .dd-inputtext {
  font-size: 15px;
  font-weight: normal;
  width: 300px;
  word-spacing: normal;
  color: #000;
  vertical-align: middle;
  margin: 0 5px 0 0;
}

.email-field button {
  display: inline-block;
  vertical-align: middle;
}

/* default state */
.email-field-success,
.ms-error {
  display: none;
}

/* error */
.error-state .ms-default {
  display: none;
}

.error-state .ms-error {
  color: #f60;
  display: block;
}

/* success */
.success-state .email-field-default {
  display: none;
}

.success-state .email-field-success {
  display: block;
}

.sub-message {
  color: #50be19;
  font-size: 16px;
  margin: 0 0 20px;
}

/* end daily deals banner */

/* daily deals side banner */
.dd-side {
  padding: 5px 17px 125px;
  margin: -2px 0 0;
  height: auto;
  color: #000;
  border: none;
  background: #fff url('https://web-archive.nli.org.il/National_Library/20160930123623oe_/https://cdn-w.fishpond.co.nz/daily-deals-14.png') 50% 100% no-repeat;
  border-top: 2px solid #d7d7d7;
  background-size: 98%;
}

.borderradius .dd-side {
  border-top: none;
  margin: 0;
  border-radius: 3px 3px 0 0;
}

.dd-side .dd-banner-form {
  width: auto;
}

.dd-side .dd-banner-form p {
  margin: 0 0 10px;
}

.dd-side .dd-header {
  padding: 0 0 5px;
  height: auto;
}

.dd-side .email-field {
  padding: 0;
  font-size: 11px;
  text-align: center;
}

.dd-side .email-field .dd-inputtext {
  width: 130px;
  font-size: 11px;
  margin-right: 0;
  margin-bottom: 10px;
}

.daily_deals_banner .dd-side .email-field .js-label {
  left: 18px;
}

.dd-side .email-field .js-label {
  left: 5px;
}

.dd-side label.error-state {
  font-size: 11px;
  color: #f60;
  margin: 5px 0;
  display: inline-block;
}

.side_list .dd-side {
  margin: 0 -8px;
}

/* end of daily deals side banner */

#Message-label {
  display: block;
  width: 100%;
  float: none;
}

#Message-label .required {
  color: #000;
}

#Message-element textarea {
  overflow: auto;
  padding: 0;
}

/* Explore fishpond lightbox */
.explore-fishpond {
  text-align: left;
}

.boxheader {
  background-color: #0064eb;
  color: #fff;
  padding: 20px 10px;
  text-shadow: 1px 1px 1px #00448c;
}

.boxbody {
  padding: 40px;
}

.explore-fp-bg {
  padding-right: 240px;
  background: #fff url('https://web-archive.nli.org.il/National_Library/20160930123623oe_/https://cdn-w.fishpond.co.nz/explore-fp-bg.jpg') 100% 90% no-repeat;
}

.explore-fp-purpose {
  letter-spacing: -1px;
  margin: 0;
}

.explore-fp-doit {
  color: #51be1a;
  letter-spacing: -1px;
  margin: 30px 0;
}

.explore-fp-form .email-field {
  padding: 0;
}

.explore-fishpond .email-field .dd-inputtext {
  width: 230px;
}

.js-enabled .explore-fp-form .js-label {
  color: #696a6f;
  left: 5px;
}

.showfish {
  position: relative;
  padding-left: 70px;
}

.fishsprite {
  position: absolute;
  top: -70px;
  left: 5px;
  display: inline-block;
  width: 61px;
  height: 124px;
  background: url('https://web-archive.nli.org.il/National_Library/20160930123623oe_/https://cdn-w.fishpond.co.nz/fishlogo.png') 0 0 no-repeat;
}

* html .fishsprite {
  margin-left: -70px;
}

/* end Explore fishpond lightbox */

.variation-images .images-block.hidden {
  left: 393px;
}

.variation-images {
  width: 390px;
}

/* product page details */
.product_left_block {
  padding-right: 1.4em;
  text-align: center;
}

.product_left_block button,
.product_left_block a.btn {
  display: inline-block;
  margin-bottom: 12px;
}

.more_options_container {
  padding: 25px 0;
}

.more_options_container h3 {
  color: #3361e3;
  margin-top: 1.5em;
}

.more_options_container .myWishList {
  margin-bottom: 2em;
  text-align: center;
}

.more_options_container .alreadyOwnIt {
  margin-bottom: 1em;
  margin-top: 1em;
  text-align: center;
}

.more_options_container .eBooks {
  margin-top: 2.5em;
}

.last-sold-text {
  padding-left: 30px;
  font-size: 13px;
  font-weight: normal;
}

.sell-by-text {
  font-weight: normal;
  font-size: 13px;
  line-height: 24px;
}

#right .sell-by-text {
  padding-left: 5px;
  padding-right: 5px;
}

.sell-by-text a {
  font-weight: bold;
}

.productSearch-data .sell-by-text a {
  font-weight: normal;
}

.sell-by-text span.productSpecialPrice {
  font-weight: bold;
  font-size: 1.32em;
}

.sell-by-text span.productOriginalPrice {
  font-size: 1.32em;
}

.sell-by-text span.productShipPrice {
  font-size: 13px;
  display: block;
}

.sell-by-text span.productShipPrice strong {
  font-size: 14px;
  font-weight: normal;
}

#right .sell-by-text span.productShipPrice strong {
  font-weight: normal;
}

.arrives_text_container {
  margin: 15px 0;
}

.productSearch-data .arrives_text_container {
  margin: 15px 0;
}

/* end product page */
.clearfix::after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ' ';
  clear: both;
  height: 0;
}

* html .clearfix {
  zoom: 1;
}

/* IE6 */
* + html .clearfix {
  zoom: 1;
}

/* IE7 */

/* div layout */
.pagelayout-single-column {
  padding: 0 14px 0 22px;
}

.col-wrapper {
  float: left;
  width: 100%;
}

.col-wrapper .primary-col {
  margin-right: 190px;
}

.aside-col {
  float: left;
  width: 170px;
  margin-left: -170px;
}

/* end div layout */

/* table layout */
table.pagelayout-left-right-columns {
  padding: 0;
  border-collapse: separate;
  border-spacing: 0;
  border: none;
  font-size: 13px;
}

table.pagelayout-left-right-columns.contact_us {
  padding: 0 14px 0 0;
}

table.pagelayout-left-right-columns.index,
table.pagelayout-left-right-columns.about-us,
table.pagelayout-left-right-columns.about-us table {
  table-layout: fixed;
}

table.pagelayout-left-right-columns td {
  padding: 0;
  padding-top: 3px; /* temporary instead cellpadding */
  padding-bottom: 3px; /* temporary instead cellpadding */
}

table.pagelayout-left-right-columns td#left_hand_nav {
  width: 0;
}

table.pagelayout-left-right-columns td.blue_link {
  width: 98%;
}

table.pagelayout-left-right-columns #right.edge {
  width: 166px;
  left: 0;
  right: 0;
  margin-right: 0;
}

* html table.pagelayout-left-right-columns #right.edge {
  width: 170px;
}

table.productSearch {
  border: none;
  border-collapse: collapse;
}

table.productSearch td.productSearch-data {
  border-bottom: 1px solid;
  border-color: #ddd;
  font-size: 9pt;
  padding: 1.5em 0.5em 1.6em;
}

div.productSearch-data {
  font-size: 9.5pt;
  line-height: 1.5;
  white-space: nowrap;
}

/* end table layout */

/* currency flag in header */
#util {
  float: left;
}

.current-currency {
  float: left;
  padding: 0 13px 0 5px;
  font-weight: bold;
  font-size: 14px;
  color: #8b8b8b;
  margin-top: 13px;
}

.nz .current-currency {
  display: none;
}

.au .current-currency {
  display: none;
}

.b-fg_NZ,
.b-fg_AU {
  opacity: 0.8;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
}

/* end currency flag in header */

/* slider */

/* slider required css */
.fluidslider {
  margin: 10px 0;
  width: 100%; /* for IE */
}

.fluidslider .slides-wrapper {
  position: relative;
  overflow: hidden;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.fluidslider .slides-wrapper .slide {
  margin: 0;
  overflow: hidden;
}

.fluidslider .slides-wrapper .slide-inner {
  margin: 0 auto;
  padding: 0 2px;
}

/* for spacing */
.fluidslider_pagination {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.fluidslider_pagination li {
  margin: 0 5px;
  padding: 0;
  display: inline-block;
}

* html .fluidslider_pagination li {
  display: inline-block;
  display: inline;
  zoom: 1;
}

.fluidslider_pagination li a {
  display: block;
  overflow: hidden;
}

.fluidslider_pagination li.current a {
  display: block;
}

/* slider custom css */
.fluidslider_pagination {
  margin: 10px auto;
  text-align: center;
  zoom: 1;
}

.fluidslider_pagination li {
  margin: 0;
  padding: 0 5px;
  cursor: pointer;
}

.fluidslider_pagination li a {
  width: 10px;
  height: 10px;
  overflow: hidden;
  text-indent: -666em;
  background: #d7d7d7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.fluidslider_pagination li.current a {
  background: #488beb;
}

.fluidslider .slides-wrapper .slide + .slide {
  display: none;
}

/* end slider */

/* start banners slides */



/* dropdown box */
.js-dropdown-box {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.js-dd-link {
  display: block;
  padding: 5px 10px;
  border: 1px solid transparent;
  border-bottom: none;
  position: relative;
  z-index: 1001;
}

.js-dd-link.dropdown-arrow {
  padding-right: 20px;
  background-repeat: no-repeat;
  background-color: #f6f6f6;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAMCAMAAABcOc2zAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAACRQTFRF9PT06enpZGRkkZGRWVlZpqamenp6x8fH09PTvLy8Tk5O////yflIXwAAAAx0Uk5T//////////////8AEt/OzgAAAEBJREFUeNpi4EYDDMQJMHNBACdMgIEFzGdDaGEFC3AgmcEE5DMjG8rOxcXCiGILGxcrqrWMTAxo7mDA5TCAAAMAFeUHpotpA8MAAAAASUVORK5CYII=');
  background-position: 94% 47%;
  border: 1px solid transparent;
}

.js-dd-link.dropdown-arrow:hover {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAMCAYAAABr5z2BAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUeNpi/P//PwMlgImBQkCxASwYIumMB4CkPR49Hxhm/heEcRixhkE6I+6AmfmfkRgvzMAhfgldgBFnLKQz/sWwAM12QoFYgMZfiU0RI950kM74HkgK4LKdmGiMhtIVOFWAXIAXpzGcwifPSGlSBggwAHxtTl3p51yWAAAAAElFTkSuQmCC');
}

.js-dd-link.opened {
  border: 1px solid #ccc;
  border-bottom: none;
  color: #f60 !important;
  background-repeat: no-repeat;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAMCAYAAABr5z2BAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUeNpi/P//PwMlgImBQkCxASwYIumMB4CkPR49Hxhm/heEcRixhkE6I+6AmfmfkRgvzMAhfgldgBFnLKQz/sWwAM12QoFYgMZfiU0RI950kM74HkgK4LKdmGiMhtIVOFWAXIAXpzGcwifPSGlSBggwAHxtTl3p51yWAAAAAElFTkSuQmCC');
}

.js-dd-body {
  position: absolute;
  left: 0;
  z-index: 1000;
  background: #fff;
  border: 1px solid #ccc;
  padding: 10px 25px 20px 20px;
  display: none;
  margin-top: -1px;
  text-align: left;
}

/* end dropdown box */

/* track my order */
.track-my-order-dropdown {
  float: left;
  margin-top: -2px;
}

.track-my-order-dropdown .js-dd-body {
  white-space: nowrap;
}

.track-my-order-dropdown a.js-dd-link {
  color: #3361e3;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  padding: 13px 13px 16px;
}

.track-my-order-dropdown a.js-dd-link:hover {
  text-decoration: none;
}

.tmo-text {
  display: block;
  margin: 0 0 10px 1em;
}

.tmo-label {
  display: inline-block;
  color: #ccc;
  vertical-align: baseline;
  line-height: 25px;
}

.track-my-order-dropdown a.dropdown-arrow {
  padding-right: 30px;
  background-color: transparent;
}

.js-dd-link.dropdown-arrow.opened {
  background-color: #fff;
}

.track-my-order-dropdown #order-id {
  display: inline-block;
  vertical-align: top;
  font-size: 12pt;
  letter-spacing: 0.05em;
}

* html .track-my-order-dropdown #order-id {
  margin-right: 5px;
}

.track-my-order-dropdown #user-name {
  display: inline-block;
  vertical-align: top;
  font-size: 12pt;
  margin-left: 10px;
}

.track-my-order-dropdown button {
  display: inline-block;
  vertical-align: top;
}

.track-my-order-dropdown dl {
  margin-top: 15px;
}

.pagelayout-left-right-columns.track-my-order .error-flash-message {
  width: 97%;
}

ul.tracking-summary {
  margin-top: 40px;
}

/* end track my order */

/* featured searches */
table.featured-searches {
  width: 100%;
  border: none;
  border-collapse: collapse;
}

table.featured-searches td {
  padding: 3px;
  text-align: center;
  vertical-align: middle;
}

table.featured-searches img {
  width: auto;
  height: auto;
  max-height: 90px;
  max-width: 180px;
}

/* end featured searches */
.pseudolink {
  cursor: pointer;
}

.itemList {
  width: 100%;
  margin-left: 7%;
}

.itemList .element {
  float: left;
  vertical-align: top;
  padding-bottom: 15px;
}

.itemList .obj {
  margin-top: 5px;
  width: 135px;
  text-align: center;
}

.itemList .price {
  font-size: 10.5pt;
  line-height: 1.286em;
}

#browseBySubject .element {
  width: 23%;
}

#recommandationList .element,
.w33 {
  width: 25%;
}

.order_id {
  padding: 10px 0;
}

.gray_line {
  background-color: #c6c6c6;
  padding: 5px 0;
}

.table-data {
  border: 1px solid #999;
  border-collapse: collapse;
  width: 100%;
}

.table-data tbody td {
  border: 1px solid #999;
  padding: 3px;
}

.table-data-number {
  text-align: right;
}

/* books online */
.books-online {
  margin: 20px 0;
  border: none;
  width: 100%;
  border-collapse: collapse;
}

.books-online .books-online-cover {
  padding: 9px 0 9px 18px;
  width: 60px;
  border: 1px solid #d4d4d4;
}

.books-online .books-online-descr {
  padding: 9px 18px;
  line-height: 19px;
  border: 1px solid #d4d4d4;
}

.books-online-title {
  font-size: 16px;
}

.books-online-author {
  font-size: 14px;
}

.books-online-moreinfo {
  font-size: 13px;
  padding-left: 9px;
}

/* books online end */
.button-like-link {
  background: transparent;
  border: 0;
  color: #3361e3;
  cursor: pointer;
  margin: 0 15px 0 -5px;
}

.button-like-link:hover {
  text-decoration: underline;
  color: #f60;
}

.never-visited-link:visited {
  color: #3361e3 !important;
}

.productSearch-price-container {
  min-width: 170px;
}

.questions .question {
  margin-bottom: 3px;
}

/* account history */
.account-history .infobox table {
  border-spacing: 0;
  border-collapse: collapse;
  border: 1px #ccc solid;
}

.account-history .infobox table td {
  border: none;
  padding: 5px;
}

.account-history div.error-flash-message {
  width: 97%;
  margin-bottom: 10px;
}

.account-history-info table.acc_border {
  border: 1px #ccc solid;
}

.account-history-info table.acc_border td {
  padding: 5px;
}

.account-history-info table.acc_border td table td {
  padding: 0;
}

.data-table td.prod-count {
  line-height: 2.2;
}

.product-title {
  font-size: 1.32em;
}

.sell-yours-image {
  float: left;
  width: 159px;
}

.address-book .infoBox div.primary_address,
.address-book .infoBox div.address {
  padding: 3px 15px;
  margin: 7px 0;
}

.address-book .infoBox .primary_address {
  background-color: #f1f1f1;
}

.address-book .infoBox td.name a {
  font-size: 10.5pt;
  font-weight: 700;
}

.address-book .infoBox td.buttons {
  padding: 15px 0;
}

.address-book .smallText {
  padding-top: 20px;
}

.set_primary {
  padding-left: 200px;
  margin: -15px 0 -5px 0;
}

.helpBox {
  padding: 5px 0;
  font-style: italic;
  color: #808080;
}

/* gift vouchers page */
table.gv-layout-table {
  width: 100%;
  border-collapse: collapse;
  border: none;
  table-layout: fixed;
  margin: 40px 0 60px;
}

table.gv-layout-table td {
  text-align: center;
  vertical-align: bottom;
}

table.gv-layout-table a.btn {
  display: inline-block;
}

table.gv-layout-table .photo {
  width: 100px;
  height: 135px;
  margin: 10px;
  display: inline-block;
}

.voucher-descriptions {
  font-size: 14px;
  margin: 0 160px 40px;
}

.gv-delivery-option {
  display: block;
  margin-bottom: 10px;
}

table.gv-bulk-table {
  width: auto;
  border-collapse: collapse;
  border: none;
  margin: 10px auto;
}

table.gv-bulk-table th,
table.gv-bulk-table td {
  padding: 10px 15px 5px;
  margin: 0;
  vertical-align: middle;
}

table.gv-bulk-table th {
  border-bottom: 1px #ccc solid;
}


.gv-type {
  width: 80px;
  padding: 2px;
  font-size: 20px;
  line-height: 24px;
}

.gv-count {
  width: 70px;
  padding: 2px 5px;
  text-align: right;
  float: right;
  font-size: 20px;
  line-height: 24px;
}

.gv-count.error {
  border: 1px #ff6500 solid;
}

/* gift vouchers page */

.helpBox {
  padding: 5px 0;
  font-style: italic;
  color: #808080;
}

.acc-passw .infoBox,
.acc-edit .infoBox,
.affiliate-passw .infoBox {
  padding: 10px 0;
}

.acc-passw .infoBox table td,
.acc-edit .infoBox table td,
.affiliate-passw .infoBox table td {
  padding: 4px 20px;
  vertical-align: middle;
}

.acc-passw .infoBox table td.label,
.acc-edit .infoBox table td.label,
.affiliate-passw .infoBox table td.label {
  font-size: 14px;
  line-height: 1.5em;
}

.card_details {
  padding: 5px 15px 10px;
}

.primary_card_details {
  padding: 5px 15px 10px;
  background-color: #f1f1f1;
}

.credit-cards-edit .buttons {
  padding-top: 10px;
}

.credit-cards-edit .buttons div {
  float: left;
  margin-right: 20px;
}

.credit-cards-edit .card_name {
  display: block;
  padding-bottom: 7px;
}

table.credit-cards-edit .infoBox,
table.helpdesklayout .infoBox {
  width: 100%;
  overflow: hidden;
  padding: 0;
}

table.account-balance-report table.acc-balance td.infoBoxHeading {
  padding: 8px 0;
}

table.account-balance-report td table.acc-balance td.main {
  padding: 8px 0;
  border-bottom: 1px #d4d4d4 solid;
}

/* data table */
table.data-table {
  width: 100%;
  border-collapse: collapse;
}

table.data-table th,
table.data-table td {
  white-space: nowrap;
}

table.data-table th {
  padding: 8px;
  font-size: 11pt;
  text-align: left;
  border-bottom: 1px solid #d4d4d4;
}

table.data-table th a {
  text-decoration: none;
}

table.data-table th.table-data-number {
  text-align: right;
}

table.data-table td {
  padding: 10px;
  border-top: 1px solid #d4d4d4;
  font-size: 9pt;
  line-height: 1.5;
}

table.data-table tr.first td {
  border-top: none;
}

/* end of data tables default styles */

table.payment-history th,
table.payment-history td {
  white-space: normal;
}

table.payment-history th {
  padding: 5px;
  font-size: 10pt;
  text-align: left;
}

table.order_history_comments th,
table.order_history_comments td {
  padding: 5px 15px 5px 0;
  border-bottom: 1px #d4d4d4 solid;
  text-align: left;
}

table.order_history_comments th.main {
  font-size: 14px;
  font-weight: bold;
}

table.order_history_comments td.date {
  font-size: 14px;
  width: 180px;
  line-height: 18px;
}

table.tablesorter .title_item,
.table.tablesorter td.title {
  max-width: 160px;
  min-width: 160px;
  width: 160px;
}

.table.tablesorter td.title {
  text-align: left !Important;
}

.tablesorter input {
  width: 70px !Important;
}

.align-center {
  text-align: center;
}

.breadcrumbs {
  margin-bottom: 0.5em;
}

.account-history-info a {
  font-size: 14px;
}

.steps_list {
  padding-top: 25px;
  width: 100%;
  height: 60px;
  margin: 0 auto;
}

.steps_list ul {
  padding: 0;
  margin: 0;
}

.steps_list ul li {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  float: left;
  vertical-align: middle;
}

.steps_list ul li.step_1,
.steps_list ul li.step_2 {
  width: 25%;
}

.steps_list ul li.step_3 {
  width: 30%;
}

.steps_list ul li.step_4 {
  padding-left: 30px;
}

.steps_list ul li h2 {
  color: #808080;
  font-size: 14px;
  display: block;
  float: left;
  padding: 0;
  margin: 8px 0 0;
}

.steps_list ul li span {
  background-image: url('https://web-archive.nli.org.il/National_Library/20160930123623oe_/https://cdn-w.fishpond.co.nz/returns-steps.gif');
  background-position: 0 0;
  background-color: #d7d7d7;
  width: 32px;
  height: 32px;
  display: block;
  float: left;
  margin-right: 5px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 8px 0;
}

.steps_list ul li.active span {
  background-position: 0 -32px;
  background-color: #3361e3;
  height: 32px;
}

.steps_list ul li.active h2 {
  color: #000;
}

.checkout-success.gift-finder #sex-label {
  width: 10px;
}

.steps_list ul li.back span {
  background-position: 0 -64px;
  background-color: #6b6b6b;
}

table.order-select td,
table.refund-method td {
  padding: 10px;
}

table.account-details td{
  padding: 0px;
} 

table.order-select select#order-id {
  width: 280px;
}

table.refund-method td label {
  margin-right: 20px;
}

.returns table.select-item th,
.returns table.select-item td,
.returns table.select-refund-method td,
.returns table.select-refund-method th,
.returns table.products-to-return td {
  border-bottom: 1px #d4d4d4 solid;
  padding: 9px 3px;
  font-size: 14px;
}

.returns .order-date-details,
.returns .confirm-method {
  padding: 15px 0;
}

.returns .order-date-details table td {
  font-size: 14px;
  line-height: 18px;
}

.returns .confirm-method table td {
  padding: 5px 10px 5px 0;
  font-size: 14px;
  line-height: 18px;
}

#returns-confirmation-list li {
  padding-bottom: 20px;
}

/* Edit gift coucher forms */

form.styled.edit-gift-voucher label {
  cursor: default;
}

form.styled.edit-gift-voucher button {
  margin-left: 26px;
}

form.styled.edit-gift-voucher .label {
  margin-bottom: 2px;
}

form.styled.edit-gift-voucher fieldset {
  margin-bottom: 0;
}

form.styled.edit-gift-voucher li {
  margin: 8px 0;
}

/* Edit e-gift coucher forms */

form.styled.e-gift label {
  cursor: default;
}

form.styled.e-gift button {
  margin-left: 26px;
}

form.styled.e-gift .label {
  margin-bottom: 2px;
}

form.styled.e-gift fieldset {
  margin-bottom: 0;
}

form.styled.e-gift li {
  margin: 8px 0;
}

.price-debug {
  max-width: 1058px;
  margin: 5px auto 76px;
  background: #f4f7fe;
  padding: 2px 20px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 0.8em;
}

.page-checkout.debug .price-debug {
  margin: 35px auto 42px;
}

.debug.product_page #dropdown-cart p,
.debug.product_page #free_shipping p {
  color: #fff;
}

.debug.product_page #free_shipping p {
  padding: 4px 10px;
}

.debug.product_page #free_shipping {
  font-size: 16px;
  height: 3.8em;
  line-height: 14px;
}

.debug.product_page #free_shipping strong {
  font-size: inherit;
}

.price-debug .title {
  background-color: #0f4fa5;
  padding: 4px;
  color: #fff;
  cursor: pointer;
}

.price-debug .content .line {
  margin: 12px 18px;
  text-align: center;
}

.price-debug .content.content-1 {
  margin-bottom: 25px;
  background: #fff;
  padding: 10px 0;
}

.price-debug .content.content-extra {
  background: #fff;
  padding: 1em;
  display: none;
}

.price-debug table.extra-table {
  width: 100%;
}

.price-debug table.extra-table .left-cell {
  width: 50%;
  text-align: right;
  padding-right: 1em;
}

.price-debug .supplier-cost {
  background-color: #eee;
  padding-bottom: 3px;
  margin: 10px;
}

.price-debug .supplier-cost.no-stock {
  color: #ccc;
}

.price-debug .supplier-cost .header {
  background-color: #ddd;
  padding: 5px;
  margin-bottom: 3px;
  line-height: 18px;
}

.price-debug .supplier-cost .header .details {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-basis: 10px;
}

.price-debug .supplier-cost .header .details span {
  margin-left: 16px;
  white-space: nowrap;
}

.price-debug .supplier-cost .header a {
  padding: 0 3px;
}

.price-debug .supplier-cost .description .title {
  background-color: #666;
}

.price-debug .supplier-cost .header.no-stock {
  color: #aaa;
}

.price-debug .supplier-cost .country-based {
  color: #cb4408;
  font-weight: bold;
  padding: 0 5px;
}

.price-debug .supplier-cost .cost-formula {
  cursor: pointer;
}

.price-debug .supplier-cost .description {
  text-align: left;
  border-collapse: collapse;
  margin: 5px auto;
  background-color: #fff;
}

.price-debug .supplier-cost .result {
  border-top: 2px solid gray;
}

.price-debug .supplier-cost .description th,
.price-debug .supplier-cost .description td {
  border: 1px solid #ccc;
  padding: 3px 5px;
  font-weight: bold;
  font-weight: normal;
}

.price-debug .supplier-cost .description .components {
  width: 100%;
  text-align: left;
  color: #555;
}

.price-debug .supplier-cost .description .components th {
  padding-right: 10px;
}

.price-debug .supplier-cost .description .components th,
.price-debug .supplier-cost .description .components td {
  border-width: 0;
  padding: 0 8px 0 0;
  white-space: nowrap;
}

.price-debug .supplier-cost .description .components tr.calc-description {
  display: none;
}

.price-debug .supplier-cost .description .components tr.calc-description td {
  padding-bottom: 10px;
}

.price-debug .supplier-cost .description .components .tag {
  border-radius: 4px;
  background-color: #777;
  color: white;
  font-size: 10px;
  padding: 1px 6px;
}

.product_page.debug {
  background-image: none;
  padding: 0 !important;
  top: 0 !important;
}

.page-checkout.debug {
  background-image: none;
  padding: 0 !important;
  top: 0 !important;
}

.page-checkout.debug #header_body {
  padding: 10px 20px;
}

.product_page.debug #header.world #google_translate_element {
  top: -18px;
}

.product_page.debug #header_body .left {
  margin-left: 16px;
}

.credit-card-modify .edit_btn {
  padding-left: 235px;
}

* html .credit-card-modify .edit_btn {
  padding-left: 228px;
}

.variant-attributes {
  font-size: 14px;
  line-height: 18px;
  padding: 15px 0 5px;
}

.sidebar .variant-attributes {
  padding: 0 0 5px;
}

.variant-attributes {
  font-size: 14px;
  line-height: 18px;
  padding: 15px 0 5px;
}

.sidebar .variant-attributes {
  padding: 0 0 5px;
}

.date_input {
  display: block;
  float: left;
  position: relative;
}

.date_input .calendar_ico {
  background: url('https://web-archive.nli.org.il/National_Library/20160930123623oe_/https://cdn-w.fishpond.co.nz/calendar_ico.png') top left no-repeat;
  height: 16px;
  width: 16px;
  display: block;
  position: absolute;
  top: 6px;
  right: 6px;
  border: none;
}

.helpdesklayout .primary_bank_acc {
  background-color: #f1f1f1;
  padding: 5px 15px 10px;
  margin: 7px 0;
}

.helpdesklayout .bank_acc {
  padding: 5px 0 10px;
  margin: 7px 0;
}

.helpdesklayout .primary_bank_acc strong,
.helpdesklayout .bank_acc strong {
  display: block;
}

/* msn styles for http://msn.fishpond.co.nz ect. */
#msnnz_header {
  position: relative;
  z-index: 10;
  height: 55px;
  top: -40px;
  left: 0;
  right: 0;
  margin: 0 -10px;
}

/* plus expression for IE */
body .msn_ft {
  background: none;
}

body .msn_ft .nav,
body .msn_ft .strap {
  background: #fff;
}

/* smartSell */
.smart-sell-figure {
  text-align: center;
}

.bright {
  color: #4fbd19;
}

h2.bright {
  letter-spacing: -0.05em;
}

.one-column-text {
  font-size: 14px;
  margin: 0 160px 40px;
}

.smartsell-slogan {
  color: #6b6b6b;
  font-weight: normal;
}

.smartsell-slogan span {
  color: #ff6500;
}

.btn-book-a-pickup {
  display: inline-block !important;
  width: 131px;
  height: 31px;
  vertical-align: middle;
}

.btn-book-a-pickup .txt {
  background-color: #ff6500;
  line-height: 32px;
}

.btn-book-a-pickup .img {
  text-indent: -999em;
  background-image: url('https://web-archive.nli.org.il/National_Library/20160930123623oe_/https://cdn-w.fishpond.co.nz/btn-book-a-pickup.png');
}

a.btn-book-a-pickup .img:hover {
  background-position: -131px 0;
}

.l-center {
  text-align: center;
}

.l-wide-col {
  width: 909px;
  margin: auto;
  text-align: left;
}

.smartsell-print {
  text-align: center;
  margin: 40px 0;
}

.l-narrow-center-col {
  width: 400px;
  margin: auto;
  position: relative;
  text-align: left;
}

.l-outset-left {
  position: absolute;
  width: 50%;
  left: -63%;
}

.l-outset-right {
  position: absolute;
  width: 50%;
  right: -63%;
}

.l-aside-top {
  position: absolute;
  top: 0;
}

.l-aside-bottom {
  position: absolute;
  bottom: 0;
}

.l-aside-bottom p {
  margin-bottom: 0;
}

table.layout {
  width: 100%;
  margin: 0;
  padding: 0;
  vertical-align: top;
  border-collapse: collapse;
}

table.layout td {
  padding: 0;
  vertical-align: top;
}

.cut-this-out {
  border: 1px dotted #808080;
  position: relative;
}

.scissors {
  position: absolute;
  display: block;
  width: 22px;
  height: 35px;
  line-height: 35px;
  right: -21px;
  bottom: -13px;
  background: url('https://web-archive.nli.org.il/National_Library/20160930123623oe_/https://cdn-w.fishpond.co.nz/scissors.png');
  zoom: 1;
}

.section {
  padding: 40px 0;
}

.indented {
  padding-left: 108px;
  padding-right: 108px;
}

.send-mail-form {
  padding: 20px 0;
}

.send-mail-form .zend_form {
  line-height: 2em;
}

.send-mail-form label {
  float: left;
  width: 80%;
  color: #000;
}

.send-mail-form .smartsell-send {
  margin-top: 1em;
  display: inline-block;
}

.send-mail-form .ui-datepicker-trigger {
  display: none;
}

.smartsell-step-3 {
  padding: 10px 100px 40px;
}

.smartsell-step-3 h1 {
  margin-top: 60px;
}

.call-to-action {
  color: #ff6500;
}

.highlight {
  color: #50be19;
}

.teaser {
  font-size: 16px;
}

.smartsell-step-1 .header-separator-text {
  padding: 63px 0 0 15px;
}

.smartsell-choose-option .header-separator-text {
  padding: 15px 0 0;
  text-align: center;
}

.down-arrow-separator {
  margin: 40px 0 11px;
  background: url('https://web-archive.nli.org.il/National_Library/20160930123623oe_/https://cdn-w.fishpond.co.nz/down-arrow-separator.png') top center no-repeat;
  height: 29px;
  color: transparent;
  border: none;
}

.editable {
  font-size: 14px;
}

.smartsell-formforprint {
  padding: 4em;
}

.smartsell-formforprint h2 {
  margin: 0 0 1em;
}

.smartsell-formforprint br {
  font-size: 0.8em;
}

.smartsell-formforprint p {
  margin: 1em 0;
}

.smartsell-formforprint fieldset {
  margin: 2em -1em 0;
  border: 1px solid;
  padding: 1em 1em 0;
}

.smartsell-formforprint .textfield {
  background: #fff;
  color: #000;
  border: none;
  padding: 0.3em;
  border-bottom: 0.1em dotted;
  font-size: 14px;
}

.editable .textfield {
  background: #fefde3;
}

.smartsell-addresslabel {
  padding: 1em;
  background: #fff;
  font-size: 20px;
}

.smartsell-addresslabel table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  padding: 0;
  margin: 0;
}

.preview table {
  width: 358px; /* for IE */
}

.smartsell-addresslabel td {
  font-size: 0.9em;
  line-height: 1.1em;
  padding-bottom: 5px;
  font-weight: bold;
}

* html .smartsell-addresslabel td {
  line-height: 1em;
}

.smartsell-addresslabel td span {
  font-size: 0.8em;
  font-weight: normal;
}

.smartsell-addresslabel td.logo img {
  width: 5em;
  display: block;
  float: right;
  border: none;
}

.custid {
  text-align: right;
  font-size: 0.8em;
}

.js table.nav-tabs {
  border-collapse: collapse;
  border-spacing: 0;
}

.js table.nav-tabs td {
  border-bottom: 1px solid #abadb3;
}

.js table.nav-tabs td.tab {
  padding: 0;
}

.js table.nav-tabs td.active {
  border-bottom: 1px solid transparent;
}

.js table.nav-tabs td.active a {
  color: #000;
  text-decoration: none;
  cursor: text;
}

.js .tab-wrapper {
  padding: 15px;
  border: 1px solid transparent;
  border-bottom: none;
}

.js .active .tab-wrapper {
  border: 1px solid #abadb3;
  border-bottom: none;
}

.js .show-if-no-js {
  display: none;
}

.js .tab-content {
  display: none;
}

.js .visible {
  display: block;
}

/* end smartSell */

/* how does fishpond works */
.l-centered-text-block {
  width: 690px;
  margin: auto;
  text-align: left;
}

.main-text {
  font-size: 15px;
}

table.fp-advantages {
  margin: 20px 0;
  padding: 0 20px;
  border-collapse: separate;
}

table.fp-advantages td {
  vertical-align: bottom;
  text-align: center;
}


table.fp-advantages-details .fp-advantages-text {
  padding-right: 110px;
}

table.fp-advantages-details .fp-advantages-icon {
  width: 245px;
  text-align: center;
  vertical-align: middle;
}

table.fp-advantages-details .fp-advantages-icon img {
  max-width: 180px;
  max-height: 180px;
  _width: 180px;
}

.how-fishpond-works-page .last-block {
  padding-bottom: 60px;
}

.how-fishpond-works-page .btn {
  display: inline-block;
}

/* end how does fishpond works */

.add_button_container .without-seller a.smartsell {
  vertical-align: top;
  margin: 2px 0 0 5px;
}

.product_info_text .used .smartsell {
  margin: -3px 0 0 5px;
  display: inline-block;
}

* html .product_info_text .used .smartsell {
  margin-top: 0;
}

table.used_products .seller,
table.used_products .seller sup {
  white-space: nowrap;
}

table.used_products .seller a.smartsell {
  font-size: 9px;
  line-height: 12px;
  font-weight: normal;
  padding: 1px 4px 0;
  margin: 0 0 0 3px;
}

.purchase-orders-filter select {
  width: 150px;
}

.purchase-orders-filter dd,
.purchase-orders-filter dt {
  margin-bottom: 10px;
}

.purchase-orders-filter label {
  width: 100px;
}

.purchase-orders-filter #start_date-element,
.purchase-orders-filter #end_date-element {
  position: relative;
}

.purchase-orders-filter #start_date-element .ui-datepicker-trigger,
.purchase-orders-filter #end_date-element .ui-datepicker-trigger {
  position: absolute;
  left: 230px;
  top: 3px;
}

* html .purchase-orders-filter #start_date-element .ui-datepicker-trigger {
  left: 135px;
  top: 2px;
}

* html .purchase-orders-filter #end_date-element .ui-datepicker-trigger {
  left: 135px;
  top: 2px;
}

.purchase-orders-filter #submit-label {
  display: none;
}

.purchase-orders-filter #submit-element {
  padding-left: 100px;
}

* html .purchase-orders-filter #submit-element {
  padding-left: 104px;
}

.purchase-orders-filter #submit-element input {
  background-image: url('https://web-archive.nli.org.il/National_Library/20160930123623oe_/https://cdn-w.fishpond.co.nz/btn-filter.png');
  width: 82px;
  height: 35px;
  border: none;
  display: block;
  overflow: hidden;
  text-indent: -999em;
  cursor: pointer;
  color: transparent;
}

.purchase-orders-filter #submit-element input:hover,
.purchase-orders-filter #submit-element input:active {
  background-position: -82px 0;
}

.suppliercentre table,
table.suppliercentre {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.suppliercentre table td,
table.suppliercentre td {
  border-top: 1px solid #ccc;
  font-size: 9pt;
  padding: 10px;
}

.suppliercentre table th,
table.suppliercentre th {
  font-size: 10pt;
  padding: 8px;
  text-align: left;
  vertical-align: middle;
}

.suppliercentre table th a,
.suppliercentre table th a:hover,
table.suppliercentre th a,
table.suppliercentre table th a:hover {
  text-decoration: none;
}

.suppliercentre .qty_shipped .value {
  color: blue;
  cursor: pointer;
}

#purchase-orders tr.partially-received td {
  background-color: #ffb;
}

#purchase-orders tr.closed td {
  background-color: #eee;
}

#purchase-orders tr.totals th {
  text-align: left;
  background-color: #ccc;
}

.paginator {
  padding: 15px 10px 15px 0;
  text-align: right;
}

.paginator a.back_centre {
  display: block;
  float: left;
  padding: 3px 0;
}

#buy-used {
  position: relative;
}

#buy-used .sidebar {
  padding: 0.3em 0;
}

#buy-used .sidebar .condition {
  padding-top: 5px;
  color: #000;
}

#right .sidebar a.smartsell {
  font-size: 9px;
  line-height: 13px;
  padding: 0 3px;
}

#right .sidebar .specialprice {
  color: #24b837;
  font-size: 1.32em;
  line-height: 20px;
}

.pageHeading .saved-amount {
  font-size: 14px;
}

.pageHeading .saved-amount.saved-amount-bg {
  background: url('https://web-archive.nli.org.il/National_Library/20160930123623oe_/https://cdn-w.fishpond.co.nz/fp_uploads/site_images/customer_savings.png') 8px center no-repeat;
  font-weight: normal !important;
  font-size: 14px;
  margin-top: 5px;
  padding: 10px 10px 10px 60px;
  border: 1px solid #50be19;
  border-radius: 6px;
  letter-spacing: 0 !important;
}

.pageHeading .saved-amount.saved-amount-bg .color-green-italic {
  font-weight: bold;
}

.orange-text-italic {
  color: #ff7c00;
  font-style: italic;
}

.color-green-italic {
  color: #50be19;
  font-style: italic;
}

.wrap-green-stars {
  padding: 0 5px;
}

a.linkback {
  background: url('https://web-archive.nli.org.il/National_Library/20160930123623oe_/https://cdn-w.fishpond.co.nz/btn-back-arrow.png') 0 0 no-repeat;
  width: 112px;
  height: 35px;
  max-width: inherit !important;
  min-width: inherit !important;
}

a.linkback:hover,
a.linkback:active {
  background-position: -112px 0;
  text-decoration: none;
}

.small-grey {
  color: grey;
  font-size: 8pt;
}

/* how to sell on foshpond */
.comparison-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 60px;
}

.comparison-table td,
.comparison-table th {
  border-bottom: 1px solid #d4d4d4;
  padding: 16px !important;
}

.comparison-table td {
  vertical-align: top;
}

.comparison-table th {
  vertical-align: top;
  text-align: left;
}

.comparison-table .last-line th,
.comparison-table .last-line td {
  border-bottom: none;
}

.more-details {
  margin: 2em 0;
}

.more-details a {
  margin-right: 2em;
}

table.fp-ways-to-sell .fp-advantages-icon {
  vertical-align: top;
}

div.browse-related-searches {
  font-size: 10px;
}

div.browse-related-searches a {
  padding: 0 3px;
}

div.browse-related-searches a:link,
div.browse-related-searches a:visited {
  color: #666;
}

.feedback-score td,
.feedback-score th {
  text-align: center;
}

.feedback-score th div {
  font-size: 10px;
  font-weight: normal;
  color: #666;
}

.feedback-score th {
  width: 10%;
}

.zoomContainer {
  -webkit-transform: none !important;
}

.zoomWindow {
  -webkit-box-shadow: 5px 5px 15px -5px rgba(0, 0, 0, 0.4), 5px 5px 5px -5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 5px 5px 15px -5px rgba(0, 0, 0, 0.4), 5px 5px 5px -5px rgba(0, 0, 0, 0.4);
  box-shadow: 5px 5px 15px -5px rgba(0, 0, 0, 0.4), 5px 5px 5px -5px rgba(0, 0, 0, 0.4);
}

.fancybox-overlay {
  z-index: 1000;
}

#cms-page-content {
  padding-left: 20px;
  padding-right: 20px;
}

table.search-used {
  width: 100%;
}

.search-used .data-top {
  width: 100%;
}

.search-used .data-top td.image {
  padding-right: 15px;
  width: 1%;
}

.search-used .data-top td.details {
  vertical-align: bottom;
}

.search-used .data-top .reviews {
  font-size: 10.5pt;
}

.search-used .breadcrumbLarge {
  font-size: 9pt;
}

.search-used a.breadcrumbLarge {
  font-weight: normal;
}

.sellyours-attribute {
  color: #888;
}

/* tipsy */

.tipsy {
  font-size: 10px;
  font-weight: bold;
  position: absolute;
  padding: 5px;
  z-index: 100000;
}

.tipsy-inner {
  background-color: #d0dfdf;
  color: #000;
  max-width: 200px;
  padding: 5px 8px 4px;
  text-align: center;
}

.tipsy-inner {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.tipsy-arrow {
  position: absolute;
  width: 0;
  height: 0;
  line-height: 0;
  border: 5px dashed #d0dfdf;
}

.tipsy-arrow-n {
  border-bottom-color: #d0dfdf;
}

.tipsy-arrow-s {
  border-top-color: #d0dfdf;
}

.tipsy-arrow-e {
  border-left-color: #d0dfdf;
}

.tipsy-arrow-w {
  border-right-color: #d0dfdf;
}

.tipsy-n .tipsy-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent;
}

.tipsy-nw .tipsy-arrow {
  top: 0;
  left: 10px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent;
}

.tipsy-ne .tipsy-arrow {
  top: 0;
  right: 10px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent;
}

.tipsy-s .tipsy-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
}

.tipsy-sw .tipsy-arrow {
  bottom: 0;
  left: 10px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
}

.tipsy-se .tipsy-arrow {
  bottom: 0;
  right: 10px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
}

.tipsy-e .tipsy-arrow {
  right: 0;
  top: 50%;
  margin-top: -5px;
  border-left-style: solid;
  border-right: none;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.tipsy-w .tipsy-arrow {
  left: 0;
  top: 50%;
  margin-top: -5px;
  border-right-style: solid;
  border-left: none;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

/* start fixed video */
.product_page .description iframe {
  /* max-width: 466px !Important; */
  width: 100%;
}

/* end fixed video */

@-moz-document url-prefix() {
  #logo {
    height: 85px; /* fixed logo for ff */
  }

  #free_shipping {
    height: 4em;
  }

  #free_shipping a {
    top: 21px;
  }

  .checkout-left-column .or-option {
    top: 34px;
  }
}

/* start pricing boxes */

.container-pricing-box {
  margin: 0 auto;
  max-width: 1024px;
  padding: 20px 0;
}

.pricing-box {
  display: block;
  float: left;
  border-radius: 5px;
  margin: 0;
  width: 33%;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  height: 510px;
}

.pricing-box:first-child {
  -webkit-border-radius: 5px 5px 0;
  -moz-border-radius: 5px 5px 0;
  border-radius: 5px 5px 0;
}

.pricing-box:last-child {
  -webkit-border-radius: 5px 5px 5px 0;
  -moz-border-radius: 5px 5px 5px 0;
  border-radius: 5px 5px 5px 0;
}

.featured.pricing-box {
  margin: 0;
  border-radius: 5px 5px 0 0;
}

.featured.pricing-box .pricing-box-header {
  margin: -15px 0 0 0;
  height: 100px;
}

.featured .pricing-box-header {
  background: #ff7301;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  padding: 12px;
  text-align: center;
  border: 1px solid #db6403;
}

.pricing-box-header {
  background: #0554e5;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  padding: 12px;
  text-align: center;
  position: relative;
  border: 1px solid #063c9f;
}

.pricing-box-header h1 {
  color: #fff;
  font-size: 30px;
  margin: 5px 0;
  text-transform: uppercase;
}

.pricing-box-header h2 {
  color: #fff;
  font-size: 16px;
  margin: 5px 0;
  text-transform: uppercase;
}

.pricing-box-content {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
}

.pricing-box.box-1 {
  background-image: url('https://web-archive.nli.org.il/National_Library/20160930123623oe_/https://cdn-w.fishpond.co.nz/pricing-bg1.png');
}

.pricing-box.box-2 {
  background-image: url('https://web-archive.nli.org.il/National_Library/20160930123623oe_/https://cdn-w.fishpond.co.nz/pricing-bg2.png');
}

.pricing-box.box-3 {
  background-image: url('https://web-archive.nli.org.il/National_Library/20160930123623oe_/https://cdn-w.fishpond.co.nz/pricing-bg3.png');
}

.pricing-box-content ul {
  list-style: none;
  margin: 0;
  padding: 10px;
}

.pricing-box-content ul li.img-ap-green {
  list-style-image: url('https://web-archive.nli.org.il/National_Library/20160930123623oe_/https://cdn-w.fishpond.co.nz/list-green-icon.png');
  list-style-position: inside;
  text-indent: -32px;
  padding: 5px 5px 5px 40px;
}

.pricing-box-content ul li {
  font-size: 14px;
  color: #0554e5;
  padding: 5px;
}

.pricing-box-content ul li h1 {
  color: #000;
  margin: 15px 0 0;
  padding: 0;
  text-align: center;
}

.featured.pricing-box ul li a {
  background: #f2bf95;
  background: -moz-linear-gradient(top, #f2bf95 0%, #fb7305 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2bf95), color-stop(100%, #fb7305));
  background: -webkit-linear-gradient(top, #f2bf95 0%, #fb7305 100%);
  background: -o-linear-gradient(top, #f2bf95 0%, #fb7305 100%);
  background: -ms-linear-gradient(top, #f2bf95 0%, #fb7305 100%);
  background: linear-gradient(to bottom, #f2bf95 0%, #fb7305 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2bf95', endColorstr='#fb7305', GradientType=0);
}

.featured.pricing-box ul li a:hover {
  background: #fb7305;
}

.pricing-box-content ul li a {
  display: block;
  text-align: center;
  text-decoration: none;
  width: 100px;
  margin: 0 auto;
  padding: 5px 10px;
  border-radius: 5px;
  box-shadow: 1px 1px 6px #444;
  color: #fff;
  background: #79a0e9;
  background: -moz-linear-gradient(top, #79a0e9 0%, #0957e5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #79a0e9), color-stop(100%, #0957e5));
  background: -webkit-linear-gradient(top, #79a0e9 0%, #0957e5 100%);
  background: -o-linear-gradient(top, #79a0e9 0%, #0957e5 100%);
  background: -ms-linear-gradient(top, #79a0e9 0%, #0957e5 100%);
  background: linear-gradient(to bottom, #79a0e9 0%, #0957e5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#79a0e9', endColorstr='#0957e5', GradientType=0);
}

.pricing-box-content ul li a:hover {
  background: #0957e5;
}

.featured .pricing-box-content ul li {
  color: #ff7301;
}

.zend_form ul.errors li {
  color: red;
}

/* end pricing boxes */

/*
 * DONT ADD ANY STYLES AT THE END OF THIS FILE:
 * The above rules *must* be the last in the file, otherwise Webkit based browsers
 * will fail on parsing the _behavior rules and stop reading css rules beyond them.
 */

.btn_hover {
  _behavior: expression((function(el){el.runtimeStyle.behavior='none';if(el.lastChild){el.lastChild.onmouseenter=function(){this.className += ' btn_hover_hover'};el.lastChild.onmouseleave=function(){var index = this.className.match(' btn_hover_hover');this.className = this.className.replace(index, '')}}el= null})(this));
}

#update_btn {
  background-image: url('https://web-archive.nli.org.il/National_Library/20160930123623oe_/https://cdn-w.fishpond.co.nz/btn-update.gif');
  width: 106px;
  _behavior: expression((function(el){el.runtimeStyle.behavior='none';el.onmouseenter=function(){this.style.backgroundImage='url(https://web-archive.nli.org.il/National_Library/20160930123623oe_/https://cdn-w.fishpond.co.nz/btn-update-hover.gif)'};el.onmouseleave=function() {this.style.backgroundImage='url(https://web-archive.nli.org.il/National_Library/20160930123623oe_/https://cdn-w.fishpond.co.nz/btn-update.gif)'};el=null})(this));
}

#update_btn:hover {
  background-image: url('https://web-archive.nli.org.il/National_Library/20160930123623oe_/https://cdn-w.fishpond.co.nz/btn-update-hover.gif');
}

#back_btn {
  background-image: url('https://web-archive.nli.org.il/National_Library/20160930123623oe_/https://cdn-w.fishpond.co.nz/btn-back.gif');
  width: 86px;
  _behavior: expression((function(el){el.runtimeStyle.behavior='none';el.onmouseenter=function(){this.style.backgroundImage='url(https://web-archive.nli.org.il/National_Library/20160930123623oe_/https://cdn-w.fishpond.co.nz/btn-back-hover.gif)'};el.onmouseleave=function(){this.style.backgroundImage='url(https://web-archive.nli.org.il/National_Library/20160930123623oe_/https://cdn-w.fishpond.co.nz/btn-back.gif)'};el=null})(this));
}

#back_btn:hover {
  background-image: url('https://web-archive.nli.org.il/National_Library/20160930123623oe_/https://cdn-w.fishpond.co.nz/btn-back-hover.gif');
}

/* new header */
.page-checkout #header {
  height: 100px;
}

.pageborder {
  position: relative;
  margin: 0 auto;
}

.box {
  color: #6c6c6c;
  line-height: 1.4;
  position: relative;
  text-align: center;
  width: 170px;
}

#cart.box {
  width: 166px;
}

#cart {
  overflow: visible;
  right: -4px;
  color: #fff;
  position: absolute;
  top: 19px;
}

.circle-item-cart {
  display: inline-block;
  background: #ff6500;
  font-family: 'montserratextra_bold';
  font-size: 12px;
  width: 24px;
  font-weight: normal;
  height: 24px;
  line-height: 24px;
  border-radius: 12px;
  color: #fff;
  position: absolute;
  left: 24px;
  top: 0;
}

#shop-link a {
  color: #fff;
  text-decoration: none;
}

#shop-span {
  padding-left: 12px;
  font-size: 16px;
  font-family: 'montserratregular';
  font-weight: normal;
  cursor: pointer;
}

#shop-span::after {
  content: '';
  width: 35px;
  display: inline-block;
  height: 12px;
  background-position: right center;
  text-align: right;
  background-repeat: no-repeat;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAMCAYAAABr5z2BAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAF5JREFUeNpi/P//PwMlgImBQkATAw4A8X88+D2yYkYcYYAvYBiJ8cIMHOKXMEzDEwt/sVjASEogFqDxV2L1D4F0AAowAVy2ExON0VC6AqcKkAsI4FP45BkpTcoAAQYA+7JOm/01bqAAAAAASUVORK5CYII=');
}

.box h3 {
  font-size: 1.33em;
  margin: 0;
  padding: 10px;
  text-align: left;
}

.box h3 img {
  margin-right: 0.25em;
  position: relative;
  top: 0.25em;
}

#cart_arrow {
  background-color: #fff;
  font-size: 0;
  height: 58px;
  line-height: 0;
  padding-bottom: 0;
  text-align: center;
  width: 100%;
}

#buy-today h3,
#group-buy h3 {
  color: #f60;
  text-align: center;
}

#buy-used h3 {
  text-align: center;
}

@-moz-document url-prefix() {
  #free_shipping p {
    padding: 8px;
  }
}

@media screen and (min-width: 0\0) {
  .voucher-coupons-block #gvValidationLoader {
    left: 198px;
    top: 14px;
  }

  .voucher-coupons-block #gvValidationImgError {
    left: 200px;
  }

  .voucher-coupons-block #gvValidationImgApplyed {
    left: 198px;
  }

  form.styled label {
    line-height: 24px;
  }
}

/* dropdown cart block */

#dropdown-cart {
  display: none;
  position: absolute;
  width: 246px;
  height: auto;
  top: 50px;
  right: -9px;
  background-color: transparent;
  z-index: 1200;
  box-shadow: 0 5px 14px rgba(0, 0, 0, 0.16);
  background-position: 200px top;
  background-repeat: no-repeat;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAALCAYAAACDHIaJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAUlJREFUeNpiYGBgYCYFv3v3zu7r16+bv3379h6I33358mXl69ev9Uk0h4GFGNzZ2cn5+fPn6UCL/gHxfzT8+9OnT7V2dnYsVLP00KFDwkDf7cViGQoGqlk1ZcoULiS95Fl67tw5SaBhFwlZiGTxdjSLWdAdAbOZERs+deqUhKam5m5GRkYdBiIBUK2KgYGBrpSU1IZt27b9RZcGYbh30cHNmzdlVVRUdgEN0WAgEQD1qOvr66u+f/9+45kzZ/4zYLGZFV3w3r17KuLi4juAmuUYKAB///6da2ZmlnX9+nWQxf+RLWVDVvjixQsHPj6+pUCmCAMVANDiGUCL86EWgwETjDF//nzuDx8+tAIt3EYtCxnAqYY5A5g2ZkyYMIEd7tM7d+5YCAkJebKzs6cBg1OCgUbg////p4BxnOfq6nqeEZTMGegMAAIMACbW3CJG1kcPAAAAAElFTkSuQmCC');
}

.dropdown-cart-inner {
  background: #f6f6f6;
  margin-top: 10px;
  padding-bottom: 2px;
  padding-top: 10px;
}

#dropdown-cart p {
  color: #4e4e4e;
}

.dropdown-cart-inner .cart-item {
  display: table;
  width: 100%;
}

#dropdown-cart .cart-item .cart-item-name,
#dropdown-cart .cart-item .cart-item-price {
  display: table-cell;
  text-align: left;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e2e2e2;
  font-size: 13px;
  color: #4e4e4e;
}

#dropdown-cart .cart-item .cart-item-name {
  width: 65%;
  padding-left: 15px;
}

#dropdown-cart .cart-item .cart-item-price {
  text-align: right;
  padding-right: 15px;
}

#dropdown-cart .cart-buttons .link-to-cart,
#dropdown-cart .cart-buttons .link-to-checkout {
  vertical-align: middle;
  display: table-cell;
  padding-top: 15px;
  padding-bottom: 15px;
}

#dropdown-cart .cart-buttons .link-to-cart {
  text-align: left;
  padding-left: 15px;
  width: 50%;
}

#dropdown-cart .cart-buttons .link-to-checkout {
  padding-right: 15px;
}

#dropdown-cart .cart-buttons .link-to-checkout .flat-text {
  min-width: 85px !important;
  height: 38px;
}

#dropdown-cart .cart-buttons .link-to-cart a {
  color: #4e4e4e;
  font-size: 16px;
  font-family: 'montserratregular';
}

#cart #dropdown-cart button {
  margin: 0;
  top: inherit;
}

#dropdown-cart .cart-buttons #free_shipping {
  top: inherit;
  margin: 0 auto 15px;
  width: 214px;
}

#lastviewedlist .rating .ra {
  width: 30%;
  left: 28%;
}

.product_add_warning .messageStackError {
  background-color: #f60;
  padding: 5px;
}

#product-search-by-code dt {
  clear: left;
  float: left;
  min-width: 100px;
  padding: 0 15px;
}

#product-search-by-code dd {
  text-align: left;
}

.page404-wrapper {
  margin: auto;
  text-align: center;
}

.page404-wrapper img {
  float: left;
  margin-top: 40px;
  margin-right: 40px;
}

.page404-wrapper .page404-content-area {
  margin-top: 100px;
  display: inline-block;
}

.page404-wrapper h1.title {
  font-size: 23px;
  font-family: "Arial";
  font-weight: bold;
  color: #2ad800;
  margin-bottom: 45px;
  text-align: left;
}

.page404-wrapper .page404-content {
  color: #000;
  font-size: 15px;
  text-align: left;
  line-height: 20px;
}

.page404-wrapper .btn-area {
  width: 300px;
  margin: auto;
  margin-top: 60px;
}

.page404-wrapper a.btn-orange {
  width: 115px;
  height: 38px;
  display: inline-block;
  text-align: center;
  line-height: 38px;
  color: #fff;
  font-size: 16px;
  border: none;
  background-color: rgb(255, 102, 0);
  cursor: pointer;
  text-decoration: none;
  transition: background 0.6s ease;
}

.page404-wrapper a.btn-orange:hover {
  background-color: rgb(213, 94, 0);
}

.btn-help {
  margin-right: 25px;
}



/* main */

@media all and (min-width: 851px) {
  html {
    min-width: 1024px;
  }
}

body {
  display: block;
  font-family: 'Roboto', sans-serif;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: left;
}

@media all and (min-width: 851px) {
  .content-wrapper {
    max-width: 1280px;
    min-width: 1024px;
    margin: 0 auto;
    position: relative;
  }
}

.content-wrapper-padding {
  padding: 0 16px;
}



@media screen and (min-width: 1280px) {
  .content-wrapper-padding {
    padding: 0 32px;
  }

}

/* /main */
/* header */

.fp-header {
  background: #1452bf;
  height: 80px;
  position: relative;
  color: #fff;
}

.fp-header__logo-container {
  width: 21%;
  height: 100%;
  float: left;
  text-align: left;
}

.fp-header__logo {
  width: 224px;
  height: 80px;
  background-repeat: no-repeat;
  background-position: center;
}

.fp-header__logo a:hover {
  text-decoration: none;
}

.fp-header__search-container {
  float: left;
  width: 52%;
  height: 100%;
}

.fp-header__message-container {
  float: left;
  width: 27%;
  height: 100%;
  text-align: right;
}

.fp-header__message {
  color: #fff;
  margin: 0 20px 0 5px;
  font-size: 12px;
  text-align: center;
}

.fp-header__message a {
  color: white;
}

.fp-header__message a:hover {
  color: #91bce3;
}

.fp-header__message u {
  text-decoration-color: #6a81cc;
}

.fp-header__message_first {
  padding: 20px 0 3px;
  font-size: 14px;
}

@media screen and (max-width: 1150px) {
  .fp-header__logo-container {
    width: 23%;
  }

  .fp-header__search-container {
    width: 49%;
  }

  .fp-header__message-container {
    width: 28%;
  }

  #helpdesk_content {
    width: 100%;
    margin-left: 10px;
  }

  #helpdesk_content div.error-flash-message {
    margin-right: 10px;
  }
}

/* /header */

/* search */

.search {
  display: table-row;
}

.search select,
.search input {
  font-weight: normal;
  font-size: 14px;
  line-height: normal;
  margin: 0;
  word-spacing: normal;
  border: none;
  background: none;
}

.search label,
.search a {
  display: inline-block;
  vertical-align: middle;
}

.search a,
.search a:link,
.search a:visited {
  white-space: nowrap;
  color: #fff;
}

.search a:hover {
  color: #f60;
}

.search__button {
  vertical-align: top;
  display: block;
  float: left;
  -webkit-appearance: none;
  border: 0 outset buttonface !important;
  margin-left: 0;
  margin-top: 0;
  margin-right: 0;
  width: 40px;
}

.search__button-icon {
  height: 40px !important;
  width: 40px;
  background: #f70 url('https://web-archive.nli.org.il/National_Library/20160930123623oe_/https://cdn-w.fishpond.co.nz/fp_uploads/site_images/search-button-icon.png') no-repeat center !important;
  border-radius: 0 4px 4px 0 !important;
  padding: 0;
  vertical-align: top;
  -webkit-appearance: none;
}

.search__clear-keywords {
  visibility: hidden;
  display: none !important;
}

.search__keywords {
  background: transparent;
  box-shadow: 0 0 0 #fff;
  outline: none;
  vertical-align: top;
  display: table-cell !important;
  margin-left: -1px;
  width: 100%;
}

.search__keywords-content input {
  margin-left: 0 !important;
}

.search__keywords input {
  border-radius: 4px 0 0 4px;
  border: none;
  width: 100%;
  height: 40px;
  vertical-align: middle;
  padding: 0 12px;
  font-size: 14px;
  color: #4e4e4e;
  background: #fff;
}

.search__keywords input:focus {
  outline: none;
}

.search__keywords input::-webkit-input-placeholder {
  color: #979797;
}

.search__keywords input::-moz-placeholder {
  color: #979797;
}

.search__keywords input:-moz-placeholder {
  color: #979797;
}

.search__keywords input:-ms-input-placeholder {
  color: #979797;
}

.search__category {
  display: table-cell;
  vertical-align: top;
}

.search__category-select {
  vertical-align: middle;
  padding: 4px;
  text-shadow: 0 1px 0 #fff;
  -webkit-appearance: textfield; /* to disable white bg and arrow button on select */
  -webkit-padding-end: 20px;
  line-height: 18px;
  border: none;
  background: none;
  border-radius: 0;
}

.search__category-select {
  top: -4px\0/ !important;
}

* + html .search__category-select {
  left: -2px;
}

.search__category-select option {
  text-shadow: none;
}

.search__category-select:focus {
  outline: none;
}

.search__category-content {
  display: table-cell !important;
  vertical-align: top;
  height: 40px;
}

.search__category-select,
.search__category-select-replacement {
  -webkit-user-select: none;
  background-repeat: no-repeat;
  background-color: #f6f6f6 !important;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAYAAACprHcmAAAAmUlEQVQoU5WRUQ3DMAxEfQqAlsEojMIgDME0BpGs0MgCoVAKoRAGoQAse0q1TGmWn+T7vfPZAQ08DLCEEMLVzF4ick8p7T2ZmRczW8HMbwAXItpE5NYKGQTwyCEleSWiqRVqUFWfR+dvlZPgnEslMYMxxuW3YC2Y2Q5gzkEFPGrUCzUTTuAfXFdSVZ9H12HdO3vv594Zhz7lA0bRZtM1Df1pAAAAAElFTkSuQmCC');
  background-position: 92% center;
  color: #4e4e4e;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  cursor: pointer;
  vertical-align: top;
  font-size: 14px;
  height: 40px;
  width: 145px;
  padding: 0 40px 0 12px;
  line-height: 40px;
  box-sizing: border-box;
  border: 0;
}

.search__category-select {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  padding: 0 40px 0 10px;
}

.search__category-dropdown {
  position: absolute;
  border: 1px solid #f6f6f6;
  background: #fff;
  z-index: 999;
  display: none;
  box-shadow: 0 7px 14px rgba(0, 0, 0, 0.16);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  margin-top: -2px;
}

.search__category-dropdown ul {
  list-style: none;
  padding: 10px 4%;
  vertical-align: top;
  width: 16%;
}

.search__category-dropdown ul li {
  color: #4e4e4e;
  line-height: 32px;
  cursor: pointer;
  font-size: 14px;
  white-space: nowrap;
}

.search__category-dropdown ul li:hover,
.search__category-dropdown ul li.current {
  color: #3361e3;
}

.search__category-select-replacement:hover {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAYAAACprHcmAAAAn0lEQVQoU2NkIAEwkqCWgbF/1xMDRqb//f+ZeQILHQU/YNM8cc+jBf8YmQ4wTtzz+AEDA4P8//8MF/6z8DiiawApZGBgjAcZAjaZifHfAQZGRn50DcgK/zEyJoLdjE0D09/PE2AmghQWOsssgHsQRQPD/w+MDIwCIINgCsHOQPYQsgZ0hRiKkZ30j4mpAGQ1smFYw7l//3sBbMFIUqQAAHa5UFtcpKgUAAAAAElFTkSuQmCC');
}

.search__category-select-replacement.opened {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAYAAACprHcmAAAAkElEQVQoU5WR0RECIQxEdwMF2ImWoB1YgiUglMEPnViClnCl3FUQB8Y4HH448Jl5b7MTiInHCRY/cAjh4L1/kLznnJc+bAd/wCeAk6quInLphS/cg5Y2Cg0ewA3AVVULyWMvcARJnuvqOnfOvXqBKaWlDgBsBlqNUWCM8SYidWVLHE9pQqtlnUsp67+bT33KG4m1TJlyxasKAAAAAElFTkSuQmCC') no-repeat 92% center;
}

@-moz-document url-prefix() {
  .search select,
  .search input {
    font-size: 13px;
  }

  .search__category-select {
    padding: 4px 0;
  }
}

/* /search */

/* menu */

.menu-line {
  height: 40px;
  background-color: #033183;
}

.menu-line__column_left {
  float: left;
  font-size: 15px;
}

.menu-line__column_right {
  float: right;
  font-size: 12px;
}

.menu {
  overflow: hidden;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 5;
  display: table;
}

.menu__item {
  margin: 0;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  display: table-cell;
}

* html .menu {
  display: block;
  list-style-type: none;
}

* html .menu__item {
  display: block;
  float: left;
}

.menu__dropdown-trigger {
  display: none;
}

.menu__item-content {
  color: #fff!important ;
  display: block;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
}



.menu__item-content:hover {
  color: #91bce3 !important;
  text-decoration: none;
  cursor: pointer;
}

.menu__item-content_active {
  font-weight: bold;
}

.menu__item-content_delimiter {
  border-left: 1px solid #1452bf;
}

.menu__item_category {
  font-weight: 400;
}

.menu__item_account {
  background: url('https://web-archive.nli.org.il/National_Library/20160930123623oe_/https://cdn-w.fishpond.co.nz/fp_uploads/site_images/menu-item-account.png') no-repeat left center;
}

.menu__item_account .menu__item-content {
  padding-left: 25px;
  text-align: left;
}

.menu__item_two-lines .menu__item-content {
  line-height: 10px;
}

.menu__item-content-2l-top-line {
  font-size: 9px !important;
  line-height: 10px;
  color: #ccd5e6;
}

.menu__item-content-2l-bottom-line {
  line-height: 15px;
}

.menu__item_wishlist {
  background: url('https://web-archive.nli.org.il/National_Library/20160930123623oe_/https://cdn-w.fishpond.co.nz/fp_uploads/site_images/menu-item-wishlist.png') no-repeat left center;
}

.menu__item_wishlist .menu__item-content {
  padding-left: 22px;
}

.menu__item-content_currency {
  padding-left: 0;
  padding-right: 30px;
}

@media screen and (max-width: 1200px) {
  .menu__item-content_currency {
    padding-right: 0;
  }
}

@media screen and (max-width: 1100px) {
  .menu__item-content_currency {
    padding-right: 0;
  }

  .gv-body {
    max-width:100vw;
    width: 100vw;
  }
}

.menu__item-content_currency:hover {
  color: white !important;
  cursor: default;
}


.menu__cart {
  background: url('https://web-archive.nli.org.il/National_Library/20160930123623oe_/https://cdn-w.fishpond.co.nz/fp_uploads/site_images/menu-item-cart.png') no-repeat 2px center;
  width: 26px;
  height: 35px;
  line-height: 27px;
  float: left;
  color: #f70;
  padding-right: 5px;
  font-size: 10px;
}

.menu__item-dropdown-ico,.menu__item-dropdown-ico-seller {
  padding-left: 0;
  padding-right: 40px;
  border-right: 1px solid #102461;
  display: block;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAAtElEQVQoU2NkIAMwkqGHAawprfN9/S82hokLCgU/4DIkof+9ANsvBodZ5YIbGNM73s5nYGBM+M/AcOEXO6MjNo1gDT//72dkYDD4+4/BjjGt/e0CRkbGeJAN2DQiawCpAWsCOw+HRnQNjP8ZE2dUCi6ABwS6Rqb/jIH/GP+vBzkJZDBMA5iN7HFkjcjiyBowNKE7Fd0GmEFY4wlmI7oNeDWBJDPa3zvMqBQ8gC3eyE8RpCYlALwMWzhEoSUlAAAAAElFTkSuQmCC');
  background-repeat: no-repeat;
  background-position-x: 88px;
  background-position: 88px;
  background-position-y: center;
}

.menu__item-dropdown-ico:hover,.menu__item-dropdown-ico-seller:hover {
  color: #fff !important;
}

@supports (-ms-accelerator:true) { /* Microsoft EDGE */
  .menu__item-dropdown-ico {
    min-width: 130px;
  }
}

* html .menu__item-dropdown-ico {
  padding-right: 25px;
}

.menu__item-dropdown-ico:hover {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAAs0lEQVQoU2NkIAMwkqGHAaxp4t7H9f+YeCYWOgp+wGVI//73Agx/PzsUushtYJyw59F8RgbGhP//GS78Z+FxxKYRpIHxz5f9jIwMBowM/+0YJ+55tICBgTEeZAM2jcgaQGrAmsDOw6ERXcM/RsbEQmeZBfCAwNTIEsj45896kJNABsM0QGxDAsgakcWRNWBoQncqug0wg7DGE8xGdBvwagJJ9u9+7FDoKnsAW7yRnyJITUoAlW1e6AxBZQgAAAAASUVORK5CYII=');
}

.menu__item-dropdown-ico_opened {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAAu0lEQVQoU63SPQ6CQBAF4Dcm/nRKuAAnUI/gQSywMXRaqZRW2NkqFspJ9AZ6EoklWDwDZI0sa0yIU+/3Zl8yghojNQyMyN3GvVaKWbi01qbQCspBwrMAQ4Cn/cqe6LCEykA9rcI30gGBhwDdgpZhjiqAjNJOY95OeAEw0KGYQOjbrgozQZlu7teiNEAyUkA1ykI/oRBj8YLYpfBoAjok4ADo5528IB7tfCv7/9fJNjafcA4L6/a/i/h1Wi+h7GhA2sItHwAAAABJRU5ErkJggg==') !important;
}

.menu__dropdown {
  position: absolute;
  z-index: 20;
  display: none;
  left: 0;
}

.menu__dropdown ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menu__categories-dropdown-content-wrapper {
  background-color: #fff;
  border: 1px solid #e2e2e2;
  border-top: none;
  float: left;
  border-radius: 0;
  margin-top: 1px;
  width: 213px;
  padding: 15px 0;
  box-shadow: 0 5px 14px rgba(0, 0, 0, 0.16);
}

* html .menu__categories-dropdown-content-wrapper {
  border-left: none;
  border-right: none;
}

.main-menu__categories-dropdown-item {
  margin: 0;
  padding: 0;
  text-align: left;
}

.menu__categories-dropdown-item-content,
.menu__categories-dropdown-item-content:visited {
  display: block;
  font-size: 15px;
  color: #4e4e4e;
  padding: 5px 16px 5px 18px;
  text-decoration: none;
}

.menu__categories-dropdown-item-content:hover {
  background: #f1f1f1;
  color: #3361e3;
  text-decoration: none;
}

.menu__categories-dropdown-item-content_active {
  color: #3361e3 !important;
}

@media screen and (max-width: 1200px) {
  .menu__item-content {
    padding: 0 16px;
  }

  .menu__item-dropdown-ico {
    padding-left: 0;
    padding-right: 40px;
  }
}

@media screen and (max-width: 1100px) {
  .menu__item-content {
    padding: 0 10px;
  }

  .menu__item:first-child {
    /* padding-left: 8px; */
  }

  .menu__item:last-child {
    /* padding-right: 8px; */
  }

  .menu__item-dropdown-ico,
  .menu__item-dropdown-ico-seller {
    padding-left: 0;
    padding-right: 40px;
  }
}

.b-container {
  max-width: 1280px;
  margin: 0 auto;
}

.b-wrapper {
  padding: 24px 64px;
}

@media (max-width: 1280px) {
  .b-wrapper {
    padding: 16px;
  }
}

@media (max-width: 851px) {
  .b-wrapper {
    padding: 10px;
  }
}

/* /menu */

/* footer */

.fp-footer {
  background-color: #f3f5f8;
  border-top: 1px solid rgb(235, 238, 241);
  margin-top: 20px;
}

.fp-footer__copyright {
  height: 40px;
  background-color: dimgray;
  color: #fff;
  text-align: center;
  width: 100%;
  vertical-align: middle;
  font-size: 13px;
  line-height: 40px;
}

.fp-footer__wf-logo {
  height: 80px;
  background-color: dimgray;
  padding-top: 20px;
  text-align: center;
}

.fp-footer__wf-logo img {
  height: 50px;
  vertical-align: middle;
}

.fp-footer__container-left {
  padding: 40px 20px 5px;
  box-sizing: border-box;
  float: left;
}

@media screen and (min-width: 1100px) {
  .fp-footer__container-left {

  }
}

.fp-footer__container-right {
  width: 15%;
  box-sizing: border-box;
  float: right;
}

.fp-footer__logos {
  margin-top: 150px;
}

.link-list {
  margin: 0 20px 20px 10px;
  text-align: left;
  display: block;
  float: left;
  min-height: 150px;
}

.link-list__header {
  margin: 0 0 5px;
  border-bottom: 1px solid #ccc;
}

.link-list__group {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 13px;
  float: left;
  width: 170px;
}

.link-list .link-list__item-link {
  font-size: 13px;
  text-decoration: none;
  line-height: 25px;
}

.link-list .link-list__item-link:hover {
  text-decoration: underline;
  color: #f60;
}

/* /footer */

/* breadcrumbs */

.b-breadcrumbs,
.b-breadcrumbs * {
  /* reseting legacy CSS */
  line-height: initial;
  font-size: initial;
  color: initial;
  text-align: initial;
  border-collapse: initial;
  border-spacing: initial;
  border: initial;
  margin: initial;
  outline: initial;
  padding: initial;
  vertical-align: initial;
  text-decoration: initial;

  /* new style */
  font-family: 'Roboto', sans-serif;
}

.b-breadcrumbs__wrapper {
  max-width: 1280px;
  margin: 0 auto;
  background-color: white;
}

.b-breadcrumbs__padding {
  padding: 16px;
}

@media all and (min-width: 1280px) {
  .b-breadcrumbs__padding {
    padding: 16px 32px;
  }
}

.b-breadcrumbs__list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.b-breadcrumbs__item {
  display: inline-block;
}

.b-breadcrumbs__delimiter::before {
  content: '>';
  padding: 0 7px;
  font-size: 12px;
  color: rgb(190, 191, 192);
}

.b-breadcrumbs__link,
.b-breadcrumbs__link:link,
.b-breadcrumbs__link:active,
.b-breadcrumbs__link:visited,
.b-breadcrumbs__link:hover {
  text-decoration: none;
  color: #3361e3;
  font-size: 15px;
}

.b-breadcrumbs__link:hover {
  text-decoration: underline;
  color: #f60;
}

.b-breadcrumbs__link-active {
  text-decoration: none;
  color: #000;
  font-size: 15px;
}

/* /breadcrumbs */

/* legacy */

.b-content-modern {
  text-align: left;
}

.b-modern-wrapper {
  margin: 0 auto;
  max-width: 1100px;
  padding: 20px 0;
}

/* .b-legacy {} */

.b-legacy__wrapper {
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  max-width: 1100px;
}

.unavailable-box {
  max-width: 1200px;
  padding: 40px;
  margin: 0 auto;
}

/* /legacy */

/* b-similar */

.b-similar,
.b-similar * {
  /* reseting global CSS */
  line-height: initial;
  font-size: initial;
  color: initial;
  text-align: initial;
  border-collapse: initial;
  border-spacing: initial;
  vertical-align: initial;
  padding: initial;
  outline: initial;
  margin: initial;
  border: initial;
  font-weight: initial;
  text-decoration: initial;

  /* new style */
  font-family: 'Roboto', sans-serif;
}

.b-similar__wrapper {
  border-top: 2px solid rgb(240, 243, 246);
  border-bottom: 2px solid rgb(240, 243, 246);
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.b-similar__padding {
  -webkit-flex-flow: row nowrap; /* iOS 8 */
  -ms-flex-flow: row nowrap; /* will work on IE10 */
  display: -webkit-flex; /* iOS 8.1 */
  display: -ms-flexbox; /* will work on IE10 */
  display: flex;
  flex-flow: row wrap;
  padding: 16px;
}

.b-similar__block {
  -webkit-flex: 1 auto;
  -ms-flex: 1 auto;
  flex: 1 auto;
}

.b-similar__header {
  font-size: 22px;
  padding: 0 0 16px;
}

.b-similar__content {
  padding: 0;
  font-size: 14px;
}

.b-similar__content * {
  line-height: 1.5;
  font-size: 15px;
}

.b-similar__content a,
.b-similar__content a:hover,
.b-similar__content a:visited,
.b-similar__content a:active,
.b-similar .b-similar__content .breadcrumbLarge a span {
  color: rgb(28, 82, 199);
  font-size: 15px;
}

.b-similar__content a:hover,
.b-similar .b-similar__content .breadcrumbLarge a span:hover {
  text-decoration: underline;
  color: #f60;
}

.b-similar .b-similar__content .breadcrumbLarge,
.b-similar .b-similar__content .breadcrumbLarge * {
  font-family: 'Roboto', sans-serif;
  font-size: initial;
  color: initial;
  font-weight: initial;
  padding: initial;
}

@media all and (min-width: 1280px) {
  .b-similar__padding {
    padding: 24px 32px;
  }

  .b-similar__header {
    padding: 0 32px 32px;
  }

  .b-similar__content {
    padding: 0 0 0 32px;
  }
}

/* /b-similar */

.b-ships-from {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: rgb(28, 82, 199);
  padding: 32px 0;
  text-align: center;
}

.b-back-to-top {
  font-family: 'Roboto', sans-serif;
  padding: 32px 0;
  text-align: center;
}

.b-back-to-top__arrow {
  font-family: 'Arial', sans-serif;
  margin: 0 auto;
  font-size: 40px;
  line-height: 46px;
  width: 56px;
  height: 56px;
  border-radius: 28px;
  color: white;
  background-color: rgb(253, 116, 6);
  cursor: pointer;
}

.b-back-to-top__text {
  margin: 0 auto;
  color: rgb(253, 116, 6);
  padding: 8px 0 0;
  cursor: pointer;
}

/* review-form */

.review-form {
  font-family: 'Roboto', sans-serif;
}

.review-form__wrapper {
  max-width: 1280px;
  margin: 0 auto;
}

.review-form__padding {
  padding: 16px;
}

.review-form__header {
  font-size: 22px;
}

.review-form__content {
  font-family: 'Roboto', sans-serif;
}

.review-form__content dl.zend_form dt label {
  font-family: 'Roboto', sans-serif;
  padding: 4px 0;
}

.review-form__content dl.zend_form dd {
  padding: 8px 0 16px;
}

.review-form__content dl.zend_form dd textarea {
  font-family: 'Roboto', sans-serif;
  border-radius: 4px;
}

.review-form__content dl.zend_form b,
.review-form__content dl.zend_form b label {
  font-family: 'Roboto', sans-serif;
  padding: 8px 0;
}

.review-form__content dl.zend_form .rating-radio {
  font-family: 'Roboto', sans-serif;
  padding: 4px 0;
}

.review-form__content dl.zend_form #product_review_recaptcha {
  padding: 8px 0 16px;
}

.review-form__content dl.zend_form button.blue span.flat-text {
  font-family: 'Roboto', sans-serif;
  height: 44px;
  font-size: 15px;
  line-height: 44px;
  padding: 0 32px;
  border-radius: 4px;
  background-color: #316ef0;
}

.b-container .b-wrapper .flat-button.blue .flat-text {
  font-family: 'Roboto', sans-serif;
  height: 44px;
  font-size: 15px;
  line-height: 44px;
  padding: 0 32px;
  border-radius: 4px;
  background-color: #316ef0;
}


@media all and (min-width: 1280px) {
  .review-form__wrapper {
    padding: 0 32px 48px;
  }

  .review-form__padding {
    padding: 24px 32px;
  }
}

/* /review-form */

/* home page */

.welcome_message {
  font-family: 'Roboto', sans-serif;
  margin: 20px 0;
  text-align: center;
  font-size: 17px;
}

.welcome_message a:hover {
  text-decoration: underline;
}

.welcome_message__lighter {
  font-weight: 300;
}

.welcome_message__recommendations {
  color: #f70 !important;
}

.homepage-banner {
  margin: 0 auto 30px;
  max-width: 1220px;
}

.homepage-banner .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.homepage-icons-banner {
  margin-bottom: 10px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAADICAYAAAAp8ov1AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4QwMDQE6SSVLngAAAMFJREFUKM91U1sOgzAMsyNN2nV2s914R/E+IE3ilh8EmMSvgs/3p3i/iADQL4LyUQUIoeuO9+OGEgGtWeYC1XoBIQpBAy5Uh7FFxFzfx5SCHDBHGNIMPQBqBpdf89EU2D7j0P2OAEKsYKd6mkj2WXD0UfrIE6VZOPU7ahSU+qxGYE9ce7pszp+qUPI2tnZeRo1tH/M7eqGFAsHi9cDm6eTg5RLkjk4la/qdvwZlgS2/0jZh/XLmXEme+r32kQ9nd6B/ziufs3jKXe0AAAAASUVORK5CYII=');
}

.homepage-icons-banner__wrapper {
  height: 200px;
  width: 900px;
  margin: 0 auto;
}

.homepage-icons-banner__item {
  background: no-repeat center 40%;
  width: 33%;
  height: 100%;
  color: white;
  float: left;
  text-align: center;
  font-size: 16px;
  margin-bottom: 10px;
}

.homepage-icons-banner__text {
  padding-top: 130px;
}

.homepage-icons-banner__item_left {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAF8AAAApCAYAAABTN/UpAAAAAXNSR0IArs4c6QAAA/tJREFUaAXtm01IFVEUx332Qfb9YVQiiG0Ct4FEgdomoiCCsoI21rqQPqRNhNCuVYsWbSSIEFpG6bZFBKEVgZsgsxbhQtLKSizC1+/IzHjfOPfNzHtz583UPfBnztx77jnn/ufMvdP1VVeXUSkWi2fBNKiFzBD0vGlqCqYDVOqfyU8zdmul4xMY9wMfmwqFwkICvgJdZJn8YmDG6TY2QP68qZD1phxbv+EMWPLDOTJmYck3Rm2445XhJtbCZYCPgHXo7WCN21bmOkvfKHvGb52NJV/HjK8d4jfT9Ars9nWVu/3EuDM8gOdBRnbZCWIluO0QzXGIFy/N4BEPIPCT2Va+UBRN1ipm8gaMKPdBaieNbWAbuAyug3wI1ZIF8dZ2kulREroZxiK27Yr9LPqy6rfLThiLFfazzsubMewM38D1it+VJd/PSLL3/Yq7i1S/LEGeWPI9KpJXqP5RvA45npdVfz1PY0hZm0yrbiLJzzS7HvuV1EqqP+3Kz8JhmcKFeZXqf0mUJ06k9Vyvmo9aZQTTr2BE/xV/7ajTJ9ZeJd539EbpT7vy1Zz+G53ql38XPHYm7FW/JT+9EuhXQl2g+rdEJh/jJDbmOBvujJJsLdSfBNUeisVNiOp/zRi3+uWA7lRk8uMG09jH2XB78VGrB/CV2L0QlvSfEAcUXjoy+2dEJclMqLz5PSRyz0lG/r4rR8ZxZRUDtjuDRuzBWnT6mhRT2TQF1Uhj5smn4lZXM8MExq7Ax35wKQFfJS6qJl82YjweKfGqvxlmHT2q717qwW83d3fBstPAJat8a1necO/8y8RL2WR2w6Xy43wZ5fEVmEi78vNIkrGcLfnGqA13bMkP58iYRV7Jl/3gPjgG9oBWcBDcAvIPoDRlimA3gHyOtoA2cBq4RwmoORPZcDUyTnuHbjr0tYKnIA15SJDF4+GgfOg7AaY0ibwPGpOJNk3CH2jfGJYgNgUgv5cxKbfD8pB+EmgB3wISyRX5C0ygy50wejMYBJMORJcfKS0K+g7wGZiQtzhtUGJ1c/8CyE9E3oBe4C3p6OeAX3JF/qAyWSE+6H+tSJv6AOTc3IQcVnLp0wQYcG3kio08HFUyTf6cmin6SXcy6FLlOlEfUpPOqIp2qe7FYxmuu8CvMr4OKDlf89mNea+Ga5Sha0nlkNe4kluXovtVr49zpEk65/wGVd5/xO8fx8c+ruUO/jqVWGr+0jxQ9cGa4jxRlQnKzywe4HSn4/hdhQHkjSlHUFy3X+IOcOyfcT3u6BPMb6xCP7UdxkOJtOyYzpI8ZNmZBzrxlh3TuaTmn5lG2nDTSIhcIm24aeSSWgznAcgbMOlAdO9LJ7VECETcsp+aulz+ArvTIBrTeAdWAAAAAElFTkSuQmCC');
}

.homepage-icons-banner__item_middle {
  background-image: url('data:image/png;base64,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');
}

.homepage-icons-banner__item_right {
  background-image: url('data:image/png;base64,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');
}

.homepage-icons-banner__separator {
  width: 1px;
  background-color: #367de0;
  height: 100px;
  margin-top: 50px;
  float: left;
}

/** / home page */

/* legacy */

.price-debug {
  text-align: center;
}

div.variantsHeader select {
  border: 1px solid #ccc;
  padding: 3px 20px 4px 0;
}

html body .add_button_container {
  padding-bottom: 20px;
}

html body div.switch-to-mobile {
  text-align: center;
  padding: 8px;
}

/* /legacy */



/* /This is the common css for new mobile responsive site,
1. use 'xs'-small-d-none' class to hide something below 850px
2. use 'd-md-none d-lg-none' d-xl-none set of classes to hide something above 850px
3. use breadcrumb-account class for giving padding thoroughtout the layout for mobile: no need to create individual classes
4. If something needs to be hidden only for mobile use show-for-mobile and hide-for-mobile classes
5. Try not to change the css written for common containers like content, layout , helpdesklayout. If you are changing it can disturn so many pages.
6. using flex can sometimes create issues in safari, Please check layouts when you are flex more.
7. Always make sure there is no fixed width given for any divs less than 850px , it can disturb the whole mobile layout.
8. Always make sure that no smiley or icons hardcoded in content using tool while editing the content for menu for mobile . Default icon is added , if needed please upload new icon.
9. use col classes for implementing table layouts*/


.slides-prev,
.slides-next {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  z-index: 10;
  margin-top: -25px;
  border-radius: 25px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 50px 50px;
  cursor: pointer;
  outline: 0;
}

.cancel-product-container {
  float: left;
  width: 80%;
}

.addinfo-page-title__container {
  font-size:1.7em!important;
  margin-bottom: 10px;
}

.add-trailer__infoBoxContents {
  margin-left: 30px;
  margin-top:50px;
}

.addinfo-textboxdesc {
  width:80%;
}


.addInfo-textbox,
.addInfo-text {
  display:inline-block;
  vertical-align:top;
  margin-bottom:20px;
}

.addInfo-video {
  width: 80%;
}

.addinfo-headertext {
  font-size: 14px;
}

.addinfo-objects-left{
  margin-left: 46px;
}

.add-info-imagescollection input[name="products_image"] {
  margin-left: 42px;
  margin-bottom: 20px;
}

.addinfo-textboxdesc {
  margin-left: 15px;
}

.addInfo-contentauthor {
  margin-left:34px;
}

.addinfo-continuebutton {
  margin-bottom:20px;
}

.theading-used-products__condition {
  margin-top:10px;
  margin-bottom:10px;
}

.displayresults-accountbalance {
    display: inline-block;
}

.result-accountbalance {
  display: inline-block;
  float: right;
}

.order-process-image {
  height:400px;
}

.showtable-layout {
  display:none;
}

.products-used__container {
  font-size: 14px;
}

.b-breadcrumbs__mobilepadding {
  margin-bottom:20px;
}

.buy-now__button {
  display: block;
  border-radius: 4px;
  border: none;
  height: 38px;
  line-height: 38px;
  color: white;
  text-align: left;
  text-decoration: none;
  background-color: rgb(28, 159, 34);
  background-image: url('https://web-archive.nli.org.il/National_Library/20160930123623oe_/https://cdn-w.fishpond.co.nz/fp_uploads/site_images/cartadd.png ');
  background-size: 42px 41px;
  background-repeat: no-repeat;
  background-position: 5px center;
  padding: 0 0 0 60px;
  font-size: 17px;
  width:165px;
  margin-left:-15px;
}

.theading-used-products__condition {
  background-color: #eee;
  border: 1px solid #e7e7e7;
  padding-left: 10px;
}

.used-products__list{
  display: inline-block;
  font-weight:bold;
  font-size: 14px;
  padding: 10px;
}

.used-products-list__value {
  display: inline-block;
  padding-top: 18px;
  padding-bottom: 8px;
  vertical-align:top;
  padding-left: 9px;
}

.used-products-list__value_seller {
  white-space: nowrap;
  overflow: hidden;
}

.used-products-list__value_comment {
  padding-top: 0;
  margin-top: -15px;
}

.used-products__container {
  border-bottom: 1px solid #ccc;
}



.voucher-description{
  display: inline-block;
  padding-right: 20px;
}

.track-button-nologin {
  margin-left: 5%;
}

.cancel-product-total {
  text-align: center;
}

.credit-checkbox {
  margin-left: 154px;
}


.cancel-product-quantity,
.product-dropdown-qty {
  text-align: center;
}

#card_description {
  margin-left: 60px;
  width: 184px;
}

#card_owner {
  margin-left:51px;
}

#card_number {
  margin-left:41px
}

#card_expiry_month {
  margin-left: 22px;
}

.cancel-product-title {
  vertical-align: top;
  font-size: 14px;
  margin-left: 22px;
}

.cancelproduct-listing,
.orders-footer-container,
.cancelproduct-listing-data,
.cancel-product-img,
.cancel-product-title,
.mobile-cancel-product,
.creditcard-textfields,
.return-order-id__ordernumber,
.return-order-id__textfield {
  display: inline-block;
}

.return-order-id__textfield {
  margin-left: 15px;
}

.buttoncontinue-returns {
  margin-top: 10px;
  margin-left: 100px;
}

.cancelproduct-listing {
  border-bottom :none;
}

.cancel-a-product__productlisting,
.cancel-a-product__buttonsholder {
  border-top: 1px solid #d4d4d4;
  padding-top:10px;
  padding-bottom: 10px;
}

.cancel-a-product__buttonsholder {
  margin-top: 0px;
}


.cancelproduct-listing-data {
  vertical-align: top;
}

.cancelproduct-listing-data select {
  float: left;
}

.change-payment__submitbutton {
  float: right;
}

.cancelproduct-producttext {
  padding-left:31px;
}

.preferred-payment-instruction {
  font-size: 14px;
}

.payment-items,
.change-payment__container .moduleRowSelected {
  height: 30px;
  padding: 6px;
}

.continue-checkout__changepayment {
  margin-top: 30px;
}

.choose-card-text,
.choose-card-dropdown {
  display: inline-block;
  margin-top:10px;
}


.choose-card-dropdown #existing_card {
  margin-left: 80px;
}


.credit-cart-paymentdetails {
  clear: both;
  display: block;
}

.choose-card-dropdown input[type=checkbox] {
  margin-left: 30px;
}

.dailydeals-banner-container {
  border: 1px solid #d7d7d7;
}

.dailydeals-header {
  height: 70px;
}



.order-list {
  display: inline-block;
}

.track-buttons.small .flat-text {
  padding: 0 10px;
}


table.payment-history__container tr td{
  font-size: 14px;
}

.arrow-desktop {
  background:url('https://web-archive.nli.org.il/National_Library/20160930123623oe_/https://cdn-w.fishpond.co.nz/fp_uploads/site_images/downarrow_mobile.png') no-repeat left center ;
  font-weight: bold;
  float: right;
  margin-left: 5px;
  height:11px;
  width:20px;
  margin-top:-25px;
  margin-right:10px;
}
.uparrow-desktop {
  background:url('https://web-archive.nli.org.il/National_Library/20160930123623oe_/https://cdn-w.fishpond.co.nz/fp_uploads/site_images/uparrow_mobile.png') no-repeat left center ;
  font-weight: bold;
  float: right;
  margin-left: 5px;
  height:11px;
  width:20px;
  margin-top:-25px;
  margin-right:10px;
}

.hide{
  display: none;
}

.dailydeals-banner-container {
  border: 1px solid #d7d7d7;
}

.dailydeals-header {
  height: 70px;
}

.account-order__container {
  border-bottom: 1px solid #d4d4d4;
  min-height: 48px;
}

.account-order-status {
  padding-top: 10px;
}


.account-order-number,
.order-date__container,
.order-number__container {
  width: 13%;
}

.account-order-date {
  width: auto;
}



.order-date__container,
.order-number__container {
  display: inline-block;
  vertical-align:top;
}

  #screen_name-label,#bank_account-label,#bank_account_name-label,#paypal_account-label,#shipping-label,
  #shipping_country_code-label,#payment-label {
    display: inline-block;
    vertical-align:top;
  }

table.order-product-title tr td.main{
  font-size: 14px;
  padding: 9px 11px !important;
}



.account-order-track {
  padding: 9px 0px!important;
  position:absolute;
}

.account-order-name {
  width: 47%;

}

.account-order-name {
  padding: 9px 6px!important
}

#menu__item-5minutechristmasshop {
  background-position: -2px 6px;
  padding-left: 5px;
}


.seller-account__container {
 margin-bottom:20px;
}
.forgot-password-email {
  width: 15%;
}

#gv-type {
  font-size: 20px;
  line-height: 28px;
}

.gv-computing__list {
  display: inline-block;
  font-size: 20px;
  line-height: 28px;
  padding: 10px 15px 17px;
  vertical-align: middle;
}


.gv-quantity {
  width: 106px;
  text-align: left;
  padding-left: 20px;
}

.gv-value {
  width: 181px;
  text-align: left;
  padding-left: 62px;
}

.gv-total {
  text-align: left;
}

.gv-header {
  min-height: 75px;
  padding: 25px 0 0 0;
  line-height: 75px;
  text-align: center;
  font-size: 44px;
  font-family: "Arial Black", Arial, sans-serif;
  background-color: rgb(240, 241, 241);
  background-image: url("https://web-archive.nli.org.il/National_Library/20160930123623oe_/https://cdn-w.fishpond.co.nz/fp_uploads/site_images/header-bg.png");
  background-repeat: repeat;
  background-position: center;
  background-size: 1440px 100px;
  color: rgb(35, 31, 32);
}

.b-giftvoucher__padding {
  padding: 35px 80px
}

.voucher-descriptions {
  font-size: 14px;
  margin: 0 auto;
  border: 2px solid #ccc;
  border-radius: 4px;
  padding: 15px;
  margin-bottom: 30px;
  color: #033183;
}

.gv-photo {
  padding: 0 15px;
}

.gv-buynow__button {
  margin-top: 10px;
}

#age-element #age_chzn.chzn-container .chzn-results {
    max-height:75px!important
}

.listing-container-cart {
  overflow: auto;
  overflow-x: hidden;
  border-bottom: 1px solid #d4d4d4;
  padding-bottom: 30px;
}

.log-off-container {
  width: 90%;
}
.sell-by-text .productOriginalPrice,.sell-by-text .rrp-label {
  display: none;
}

.arrives_text {
  width:500px;
  height:40px;
}

.shopping-cart-product-descr {
  max-width:50%;
}

.update-cart {
  display: inline-block;
}

.chzn-single-christmas {
  background-color: #ffffff;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f4f4f4), color-stop(0.48, #eeeeee), color-stop(0.5, #f6f6f6), color-stop(0.8, #ffffff));
  background-image: -webkit-linear-gradient(center bottom, #f4f4f4 0%, #eeeeee 48%, #f6f6f6 50%, #ffffff 80%);
  background-image: -moz-linear-gradient(center bottom, #f4f4f4 0%, #eeeeee 48%, #f6f6f6 50%, #ffffff 80%);
  background-image: -o-linear-gradient(top, #f4f4f4 0%, #eeeeee 48%, #f6f6f6 50%, #ffffff 80%);
  background-image: -ms-linear-gradient(top, #f4f4f4 0%, #eeeeee 48%, #f6f6f6 50%, #ffffff 80%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 );
  background-image: linear-gradient(top, #f4f4f4 0%, #eeeeee 48%, #f6f6f6 50%, #ffffff 80%);
  -webkit-border-radius: 5px;
  -moz-border-radius   : 5px;
  border-radius        : 5px;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
  border: 1px solid #aaaaaa;
  -webkit-box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
  -moz-box-shadow   : 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
  box-shadow        : 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
  overflow: hidden;
  position: relative;
  height: 23px;
  line-height: 23px;
  padding: 0 0 0 8px;
  color: #444444;
  text-decoration: none;
}

.submit-button {
  display: block!important;
  margin: 0 auto;
}

#submit-element .flat-text {
  padding: 0 100px;
}

#submit-element {
  margin-top: 30px;
  margin-bottom: 55px;
}

.sign-in-text {
  width:90px!important;
}

.oauth-container {
  float:left!important;
  margin-left:106px;
}

#interim .success-flash-message {
  width: 85%;
}



.google-icon {
  padding: 3px 2px;
}
.checkout-sucess__bannerimage {
  width:66%
}

#content {
  overflow:hidden;
}

.recommendation-slide-list,.recommendation-price{
    text-align:left!important;
}


.sucess-message-checkout {
  width: 80%;
  max-width:1220px;
}
.b-recommendation__padding {
  padding: 15px 35px;
}
.shopping-cart-product-image {
  width: 15%;
  clear:both;
}

.flat-button__checkout {
  float:left;

}

.secure-site__checkoutsucess,.checkout-sucess__description {
  display:inline-block;
}

.checkout-subtotals-value{
  text-align:right;
  width:100%;
  padding-right:10px;
}

.checkout-subtotals {
  margin-top:20px;
}

.listing-data-cart {
  display: inline-block;
  float:left;
  margin-top: 20px;
}

.cart-quantity-container {
  display:inline-block;
}

.cart-quantity-container {
  float:left;
}


.shopping-container {
  margin-top: 20px;
  border-top:1px solid #d4d4d4;

}

.shopping-cart-product-descr {
  padding:0 15px;
}

.shopping-cart-product-descr p {
  margin-top: 0px!important;
}

.shopping-cart-product-price {
  float:right;
}

#recommandationList {
  max-width:1020px;
}

.b-recommendation__padding .slides-prev.slick-arrow{
  left:-71px;
}

.my-shopping-cart__text {
  margin-bottom: 20px;
}

.b-recommendation__padding .slides-recommendation .slides-prev{
  margin-top:-200px;
}

#recommandationList {
  height: 600px;
  width:100%;
  margin:0 auto;
 }

.interim-header {
  margin-left: 15px;
  margin-bottom: 15px;
}

#interim {
  margin-right: 10px;
  margin-left: 15px;
}

.show-for-mobile {
  display: none;
}

.b-recommendation__padding .slides-recommendation .slides-next {
  margin-top:-200px;
  right:53px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .b-recommendation__padding .slides-recommendation .slides-prev,
  .b-recommendation__padding .slides-recommendation .slides-next{
    margin-top: 0px;
  }
}

#interim .success-flash-message img {
  margin: 0;
  padding-top:1px;
  padding-right: 5px;
}

.interim-sucess-message {
  font-size: 1.3em;

}

.create-account-box .oauth {
  margin-top: 20px;
}




.main-container__checkoutsucess  {
  width: 100vw;
}

.checkout-sucess-titleimg  {
  width:15vw;
}

.checkout-sucess__description   {
  width:40vw
}
  .main-section-heldesk {
    border: 2px solid #ccc;
    padding: 0px 20px 20px 0px;
    border-radius: 4px;
    box-shadow: 0 7px 14px rgba(0, 0, 0, 0.16);
  }

.price-block {
  display:inline-block;
  float: right;
}

.wishlist-productinfo {
  max-width: 55%;
}

.checkout-sucess-titleimg {
  float: left;
  width: 200px;
}

.checkout-sucess-title {
  font-size: 2em;
  font-weight: bold;
  text-align:left;
}

.morelink-detail{
  margin-left: 412px;
}

.sortby-container {
  background: rgba(0, 0, 0, 0.005)!important;
}


.main-container__checkoutsucess  {
  display:flex;
  flex-direction: row;
}

.infobox-title {
  margin-left: 200px;
}

.recommendation-container__checkoutsucess {
  margin-left: 200px;
  max-width:1100px;
  margin-top: 20px;
}
.wishlist-productinfo {
  display: inline-block;
}

.checkout-sucess-titleimg {
  height:290px;
}


.customer-recommendations__checkoutsucess {
  width: 110px;
}

.continue-button__checkoutsucess {
  width: 85%;
  margin-top:20px;
}



.shopping-cart-delete-product .delete-item {
  margin-top:0px;
  float:none;
}

.wl-body {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}

.morelink-detail{
  margin-left: 412px;
}

.wl-header {
  min-height: 75px;
  padding: 25px 0 0 0;
  line-height: 42px;
  text-align: center;
  font-size: 44px;
  font-family: "Arial Black", Arial, sans-serif;
  background-color: rgb(240, 241, 241);
  background-image: url("<?= $this->imageUrl('fp_uploads/site_images/header-bg.png') ?>");
  background-repeat: repeat;
  background-position: center;
  background-size: 1440px 100px;
  color: rgb(35, 31, 32);
}

.sigin-option{
  float: left;
  border-right:1px solid #000;
  border-radius:6px 0 0 6px;
}

.sigin-option,.create-option{
  width: 50%;
  height: 34px;
  padding: 7px;
  font-size: 15px;
  font-weight: bold;
  text-align:center;
  background:#f3f5f8;
  color:#000;

}

.sigin-option.active{
  background: #1452bf;
  color:#fff;
}

.create-option {
  float:right;
  border-radius:0 6px 6px 0;
}

.sigin-container {
  width: 400px;
  margin: 0 auto;
}

.create-option a {
  color:#000;
  text-decoration: none;
}

.sigin-container{
  border: 1px solid #000;
  border-radius:6px;
  height:36px;
}

.b-product-details__right-column.more-items,
.product-info__description.more-items  {
    max-height: 200px;
    overflow: hidden;
  }

.b-product-details__right-column.active,
.product-info__description.active  {
  max-height: auto;
}

.b-product-details__right-column.more-items {
  margin-bottom: 10px;
}


.d-none{
  display:none;
}
.youtube-frame {
  height:360px;
  width: 640px
}

.reviewform-ratingstar {
  color: #c5c8d1;
}

.reviewform-ratingstar.clicked {
  color: #ffcb08;
}

.review-form__content dl.zend_form .rating-radio label{
  display: none;
}

.slides-prev.slick-arrow {
  left: 15px;
  background-image: url('https://web-archive.nli.org.il/National_Library/20160930123623oe_/https://cdn-w.fishpond.co.nz/fp_uploads/site_images/slick-arrow-right.png');
}

.slides-next.slick-arrow {
  right: 15px;
  background-image: url('https://web-archive.nli.org.il/National_Library/20160930123623oe_/https://cdn-w.fishpond.co.nz/fp_uploads/site_images/slick-arrow-left.png');
}

.slides-prev.slick-disabled {
  background-image: url('https://web-archive.nli.org.il/National_Library/20160930123623oe_/https://cdn-w.fishpond.co.nz/fp_uploads/site_images/slick-arrow-right-disabled.png');
  cursor: auto;
}

.slides-next.slick-disabled {
  background-image: url('https://web-archive.nli.org.il/National_Library/20160930123623oe_/https://cdn-w.fishpond.co.nz/fp_uploads/site_images/slick-arrow-left-disabled.png');
  cursor: auto;
}


.create-account-box iframe {
  margin-left: 16px;
}

.sign-in-box iframe {
  margin-top: 10px;

}

.sign-in-box #reCaptcha {
  margin-bottom: 10px;
}

.create-account-box #create_account_recaptcha{
  margin-bottom: 20px;
}

#two_factor {
  margin-left: 72px;
}

form.styled.edit-gift-voucher #fromname_block {
  clear: both;
}

form.styled.edit-gift-voucher #fromname_block .label {
  margin-top: 10px;
}

.browse__item-big {
  overflow: auto;
}

.link-list-responsive {
  margin:0 !important;
}
.fp-footer {
  padding:0!important;
}
.fl-left {
  float:left
}
.fl-right {
  float:right;
}
.search__category-dropdown ul {
  width: 130px!important;
  display:inline-block;
}
.switch-to-desktop{
  text-align: center;
}


.questions .answer_question {
  display: none;
}

.questions .answer {
  font-style: italic;
}

.questions .answer button, textarea {
  clear: both;
  float: left;
}

.show_box {
  color: rgb(28, 82, 199);
  text-decoration: underline;
  cursor: pointer;
}

.questions .answer textarea {
  margin-bottom: 8px;
}

.review-form #review-question-element {
  clear: both;
  height: 148px;
  width: 100%;
}

.review-form #review-question-label .required {
  color: black;
}

.answer .answer_question textarea {
  width: 500px;
}
.infoBoxContents #question {
  width: 500px;
}
.infoBoxContents #review-question {
  width: 516px;
  height: 122px;
}
.fp-footer__container-left {
  width:100%;
}

form.styled .sign-in-box label.short-label {
  width: 105px;
  vertical-align: baseline;
}

.create-account-boux a.sign-in-button facebook {
  width:235px;
}

.menu__item-content .menu__cart {
  padding-right:0px!important
}


.browse__item-big #list-tile {
  display:none;
}

.browse-mobile {
  padding: 0 16px;
  height: 30px;
  margin: 24px 0px;
  line-height: 30px;
}

.checkout-wrapper form.styled fieldset ol {
  clear:both;
}

#giftwrap_message {
  margin-right:127px;
  float:right;
  margin-bottom:5px;
}

#gift_wrap_colour_price_info {
  margin-right:204px;
  float:right;
}

#e-gift_message_field #e-gift_message, .e-gift textarea {
  float: right;
  margin-right: 143px;
}

.description {
  clear: both;
}



/* /This is  css for resolutions less than 850, we adopt mobile layouts for less than 850px but sometimes not, depends upon layouts .
Device : starts from ipad potrait mode */
@media (max-width: 851px) {
  .search__category-dropdown {
    margin-top: 0px;
  }

  .set_primary .button-left__save {
    padding-left:181px;
  }

  /* moving this back to modern from acccount as this is related to mobile menu*/
  .sellyours-dropdown p a,
  .sellyours-dropdown p,
  .sellyours-dropdown a{
    color :#fff;
    margin:0px;
  }


  .result-paymenthistory {
    text-align: left;
    margin-top: 20px;
  }

  ul.products .product-itemsold {
    width: 90vw;
  }

  .about-us-header {
    width: 100vw;
  }
  .breadcrumb-account {
    margin: 10px;
  }

  .my-details-text {
    margin-left:8px!important;
  }

  #address-form,table.accountedit__infobox td.label,
  .acc-edit .infoBox table td,.acc-passw .infoBox table td {
    padding-left: 0px;
  }




  .change-payment__submitbutton {
    margin-top: 20px;
    float: none;
  }

  .continue-checkout__changepayment {
    text-align: center;
  }

  .change-payment__breadcrumb,
  .change-payment__title {
    margin-left: 10px;
    margin-right:10px;
  }

  .change-payment__container {
    margin-left: 10px;
    width:95vw;
    margin-right: 10px;
  }

  .account-order-date {
    width: auto;
  }

  .account-left-rightcolumn__container {
    width:97vw;
    margin-left: 10px;
    margin-right: 10px;
  }



  .order-date__container,.order-number__container
   {
    width: 100%;
  }

  .order-number__container {
    margin-top: 15px;
    margin-bottom: 15px;
  }



  .order-date-text,
  .order-number-text,
  .products-text,
  .product-status-text,
  .estimated-text{
    font-weight: bold;
    font-size: 14px;
  }

  .order-date-text,
  .account-order-date,
  .order-number-text,.account-oreder-number,
  .products-text,
  .product-status-text,
  .estimated-text
   {
    display:inline-block;
  }

  .forgot-password{
    margin-left: 10px;
  }

  .account-order-name {
    padding: 9px 5px 9px 0px!important;
  }

  .product-status-text {
    width: 26%;
  }

  .account-order-date {
  padding: 0px 34px;
  }

  .account-order-number{
    padding:0 12px;
  }

  .account .open-orders {
    border:1px solid #d4d4d4;
    margin-top: 20px;
  }

  .account-order-track {
    text-align: center;
    display: block;
    position:relative;
  }

  .account-order-track .flat-button.small .flat-text {
    padding: 0 50px;
  }

  .products-text,
  .account-order-name {
    width: 49%;
  }

  .sell-youredits__buttons .button_right{
    margin-top: 25px;
  }
  .forgot-password-email {
    width: auto;
  }


  #cms-page-content {
    padding-left: 10px;
    padding-right: 10px;
}

  .gv-edit-msg {
    padding-left: 17px;
    margin-top: 15px;
  }

  .gv-edit-footer__msg {
    padding-left: 17px;
  }

  .gv-body {
    max-width: 100vw;
    width: 100vw;
  }

  .listing-container-cart {
    border :none;
    margin-bottom: 0px;
  }

  .shopping-container {
    border-bottom :none;
  }

  .shopping-cart-product-price {
      width: 30%;
  }

  .shopping-cart-product-price .you_save {
    display:block;
  }

  .cart-quantity-container {
    float: none;
  }

  .oauth-container{
    margin-left: 20px;
    margin-top:20px;
  }

  .shopping-cart .product-listing-content .price-quantity {
    background-color: #f60;
    color: white;
    text-align: right;
    font-size: 16px;
    padding: 0px 5px 0 0;
    font-family: 'Roboto', sans-serif;
    height: 28px;
    vertical-align:middle;
    display:table-cell;
    width:210px;
  }

  #helpdesk_content {
    width: 100%;
    margin-left: 10px;
  }

  .browse-mobile {
    margin: 0px;
  }

  .fp-footer__copyright span {
    display:table-cell;
    vertical-align:middle;
    line-height:normal;
  }

  .b-refine__master .refine-options__collection :first-child,.b-categories .refine-options__collection :first-child,.sort-by{
   padding-top:8px!important;
  }

  .infoBoxContents #question,.infoBoxContents #review-question {
    width: 100%!important;
  }
  .answer .answer_question textarea {
    width: 100%!important;
  }

  .breadcrumbLarge {
    display:-webkit-inline-box!important;
  }

  .cart_animation {
    position: absolute;
    left: 85vw;
    top: 57px;
    width: 126px;
    height: 58px;
    border: 1px solid #eee;
    box-shadow: 1px 2px 3px #ccc;
    color: grey;
    padding: 10px;
    list-style-type:none;
    z-index: 5;
    border-radius:25px;
    background: #fff url('https://web-archive.nli.org.il/National_Library/20160930123623oe_/https://cdn-w.fishpond.co.nz/fp_uploads/site_images/cart-icon-orange.gif') no-repeat 20px center / 20px 20px;
  }

  .cart_animation svg {
    height: 40px;
    width: 40px;
    float: left;
  }

  .cart_animation div {
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    padding-left: 45px;
  }

  .cart_animation i {
    margin-left: -6px;
    position: absolute;
    top: -8px;
    left: 68%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 8px;
    border-color: transparent transparent #fff;
  }

  .cart_animation_circle {
    stroke-dasharray: 220;
    stroke-dashoffset: 220;
    transform: rotate(-90deg);
    transform-origin: 50% 50%;
    animation: dash 4s linear forwards;
  }

  @keyframes dash {
    to {
      stroke-dashoffset: 0;
    }
  }
  .fp-footer__copyright {
    padding-left: 15%;
    padding-right: 15%;
    font-size:.8em!important;
    height:60px!important;
    line-height:60px!important;
    display:table;
  }

  .link-list__accordion {
    cursor: pointer;
    padding: 18px 0 10px 0px;
    width: 100%;
    text-align: left;
    outline: none;
    transition: 0.4s;
    font-size:1.2em;
    font-weight:bold;
  }
  .fp-footer__wf-logo {
    padding-top:0px!important;
    height:60px!important;
  }

  .arrow-mobile {
    background:url('https://web-archive.nli.org.il/National_Library/20160930123623oe_/https://cdn-w.fishpond.co.nz/fp_uploads/site_images/downarrow_mobile.png') no-repeat left center ;
    font-weight: bold;
    float: right;
    margin-left: 5px;
    height:11px;
    width:20px;
  }

  .link-list__accordion.active .arrow-mobile {
    background:url('https://web-archive.nli.org.il/National_Library/20160930123623oe_/https://cdn-w.fishpond.co.nz/fp_uploads/site_images/uparrow_mobile.png') no-repeat left center ;
  }

  .refine-options__collection {
    padding: 0px 0 0px 10px;
    max-height: 0px;
    overflow: hidden;
    display: none;
    transition:max-height 0.3s ease-out;
  }

  .refine-options__collection_expanded {
    max-height: 100%;
    display: block;
  }

  .listitem-subgroup__buy-online {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }

  .link-list-responsive{
    min-height:0px!important;
    margin-bottom:10px!important;
  }


  .fp-footer__container-left {
    padding:20px!important;
  }
  #buy-online__mobile {
    width: 50%!important;
  }
  .mobile-header__top {
    display:table-cell;
    text-align:center;
    margin:0 auto;
  }
  #gift_wrap_colour_price_info {
    float:none;
    margin-right:0px;
  }

  .logo
  {
    width:100%;
  }
  #logo {
    height:40px!important;
    width:130px!important;
    margin-top:0px!important;
  }

  .logo-mobile__header{
    width:168px!important;
  }
  .mobile-header__topcontainer {
    padding:10px 0 0 0px;
    height:80px;
  }
  .content-wrapper-padding {
    padding:0px;
  }
  .search__keywords {
    width:auto!important;
  }
  .menu {
    display:inline!important;
  }
  .menu__item {
    background:#fff;

  }
  .menu__item-content {
    color:#444!important;
  }
  .fp-header__search-container {
    float: none ;
    margin: 0 auto;
    width: 94% ;
    position: relative;
    display: table;
    margin-top:8px;
  }
  .search__keywords {
    width:100%!important;
  }
  .search__keywords-content {
    display:block!important;
  }
  .fp-header {
    height:147px;
  }
  body.page-checkout .fp-header {
    height:auto;
  }
  #hamberger-menu-mobile img {
    width:33px;
    height:33px;
  }

  body.page-checkout .mobile-header__topcontainer {
    padding-top:1px!important;
  }

  .search__category-select, .search__category-select-replacement {
    width:95px;
    padding: 0 25px 0 10px;
    text-overflow:ellipsis;

  }
  .search__category-dropdown ul {
    overflow:hidden;
    width:140px!important;
    padding-left:15px!important;
  }

  .search__category-dropdown {
    padding:10px 0 10px 0px;
  }
  .dropdown-clear-div {
    height:10px;
  }
  #hmenu-container.hmenu-visible {
    visibility: visible;
  }

  #hmenu-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100000;
    visibility: hidden;
    margin-bottom:40px;
    left:-1000px;
  }
  #hmenu-container #hmenu-canvas {
    position: fixed;
    background-color: #033183;
    flex-direction: column;
    min-width: 265px;
    max-width: calc(100vw - 50px);
    width: 70vw;
    height: 100%;
    box-shadow: 4px 0 10px 0 rgba(0,0,0,.4);
    will-change: transform;
  }

  #hmenu-container #hmenu-canvas .hmenu-hidden-link {
    position: absolute;
    width: 1px;
    height: 1px;
    left: -10000px;
    top: auto;
    overflow: hidden;
  }
  .hmenu-logo {
    padding:10px;
    position:relative;
  }
   #hmenu-content {
    position: relative;
    overflow-x: hidden;
    height: 80%;
    overflow-y: auto;
    width:80vw!important;
  }

  #hmenu-container #hmenu-canvas-background.hmenu-opaque {
    opacity: 1;
  }
  #hmenu-container #hmenu-canvas-background.hmenu-dark-bkg-color {
    background-color: rgba(255,255,255,.7);
  }

  #hmenu-container #hmenu-canvas-background {
    position: absolute;
    will-change: opacity;
    height: 100%;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
  }
  #hmenu-container #hmenu-canvas-background .hmenu-close-icon {
    position: fixed;
    width: 20px;
    height: 20px;
    right: 6vw;
    top: 40px;
    COLOR:#000;
  }
  #hamberger-menu-mobile,.cart-header__mobile {
    vertical-align:middle;
    cursor:pointer;
  }
  .menu-mobile__item {
    display:list-item!important;
    list-style-type:none;
    padding-left:10px;
    font-size:16px!important;
  }
  .menu-mobile {
    overflow-y: hidden!important;
    overflow-x:hidden!important;
    position: relative;
    padding:10px;
  }
  .menu__item-content-mobile {
    color:#fff!important;
    font-size:.9em;

  }
  .menu__item-dropdown-ico-mobile {
    border:none!important;
    padding-right:40px!important;
    background-position:80px!important;
  }
  .menu__dropdown-mobile {
    position: relative!important;
    height: auto;
    overflow: hidden!important;
  }

  .menu-mobile__item {
    background: url(' https://web-archive.nli.org.il/National_Library/20160930123623oe_/https://cdn-w.fishpond.co.nz/fp_uploads/site_images/giftfindericon.png') no-repeat left center;
    margin-left:15px;
  }

  .menu-mobile__categories {
    background: none;
    margin-left: 0px;
  }

  .cart-mobile {
    padding:0 10px 0 3px!important;
  }
  .wrapper-mobile {
    background-color: none!important;
    border:none!important;
    box-shadow:none!important;
    width: 213px;
    color: #fff;
  }
  .item-content-mobile {
    color: #fff!important;
    padding: 5px 23px 5px 65px!important;
  }
  .item-content-mobile:hover {
     background:none!important;
  }
  .category-icon {
    width:20px;
    height:16px;
    display:inline-block;
  }

  .sellyours-icon {
    height: 23px;
    width: 21px;
    display:inline-block;
  }

  #search-category-dropdown ul {
    padding:0px!important;
    padding-left:15px!important;
  }
  .mobile-header__top {
    padding:10px;
  }
  .menu__item-bestsellers {
    background: url(' https://web-archive.nli.org.il/National_Library/20160930123623oe_/https://cdn-w.fishpond.co.nz/fp_uploads/site_images/bestseller_logo.png') no-repeat left center;
    margin-left:15px;
  }
  .hmenu-close-icon {
    background: url('https://web-archive.nli.org.il/National_Library/20160930123623oe_/https://cdn-w.fishpond.co.nz/fp_uploads/site_images/close.png') no-repeat left center;
    height: 10px;
    width: 15px;
    display: inline-block;
    float: right;
    position: relative;
    padding: 70px 0 0 30px;
    cursor:pointer;
  }
  .hmenu-logo {
    display:inline-block!important;
    width:auto!important;
    float : left;
  }

  .menu__item-categories {
    background: url('https://web-archive.nli.org.il/National_Library/20160930123623oe_/https://cdn-w.fishpond.co.nz/fp_uploads/site_images/categoriesicon.png') no-repeat left center;
    margin-left:4px;
  }

  .menu__item-sellyours {
    background: url('https://web-archive.nli.org.il/National_Library/20160930123623oe_/https://cdn-w.fishpond.co.nz/fp_uploads/site_images/sellyoursicon.png') no-repeat ;
    margin-left:4px;
    background-size:165px 125px;

  }
  .menu__item-giftfinder {
    background: url(' https://web-archive.nli.org.il/National_Library/20160930123623oe_/https://cdn-w.fishpond.co.nz/fp_uploads/site_images/giftfindericon.png') no-repeat left center;
    margin-left:15px;
  }

  .menu__item-5minutechristmasshop {
    background: url(' https://web-archive.nli.org.il/National_Library/20160930123623oe_/https://cdn-w.fishpond.co.nz/fp_uploads/site_images/christmas-gift-icon.png ') no-repeat left center;
    margin-left:15px;
    background-size: 21px 25px;
  }

.menu__item-dailydeals {
    background: url( 'https://web-archive.nli.org.il/National_Library/20160930123623oe_/https://cdn-w.fishpond.co.nz/fp_uploads/site_images/daily-deals.png') no-repeat left center;
    margin-left: 15px;
    background-size: 35px 40px;
    background-position: -6px 1px;
}

  .menu__item-signin {
    background: url(' https://web-archive.nli.org.il/National_Library/20160930123623oe_/https://cdn-w.fishpond.co.nz/fp_uploads/site_images/signin.png') no-repeat left center;
    margin-left:15px;
  }

  .menu__item-wishlist {
    background: url('https://web-archive.nli.org.il/National_Library/20160930123623oe_/https://cdn-w.fishpond.co.nz/fp_uploads/site_images/wishlist.png') no-repeat left center;
    margin-left:15px;
  }
  .menu__item-register {
    background: url('https://web-archive.nli.org.il/National_Library/20160930123623oe_/https://cdn-w.fishpond.co.nz/fp_uploads/site_images/register.png') no-repeat left center;
    margin-left:15px;
  }
  .menu__item-cart {
    background: url('https://web-archive.nli.org.il/National_Library/20160930123623oe_/https://cdn-w.fishpond.co.nz/fp_uploads/site_images/cartmobile.png') no-repeat left center;
    margin-left:15px;
  }
  .cart-item-count-listmobile {
    background: url(' https://web-archive.nli.org.il/National_Library/20160930123623oe_/https://cdn-w.fishpond.co.nz/fp_uploads/site_images/cartcountmobile.png') no-repeat left center !important;
    color: #fff;
    text-align:center;
    font-size: .7em ;
    display:inline-block;
    float:none;
    width: 26px;
    height: 26px;
    line-height:28px;
  }
  .smart-selltext {
    display:inline-block;
    position: relative;
    font-size: .8em;
    width: 43%;
    padding-top:20px;
    padding-right:11px;
  }
  .smart-selltext span {
    font-size:.7em;
    display:block!important;
  }
  .menu__item-contentlinksmobile {
    padding-left:18px!important;
    display:inline-block!important;
    padding-top:2px!important;
  }
  .menu__item-content-2l-top-line {
    padding-top:4px;
  }
  .menu__item-searchicon {
    background: url('https://web-archive.nli.org.il/National_Library/20160930123623oe_/https://cdn-w.fishpond.co.nz/fp_uploads/site_images/photoicon.png') no-repeat left center !important;
    border-radius: 4px !important;
    margin-left:12px;
    -webkit-appearance: none;
  }



  .hamberger-heder {
    min-width: 265px;
    max-width: calc(100vw - 50px);
    width: 70vw;
    text-align:center;
    margin:20px 0 20px 0px;
  }
  .disable-overflow {
    overflow:hidden;
    position:fixed;
  }
  .cart-header__mobile {
    background: url('https://web-archive.nli.org.il/National_Library/20160930123623oe_/https://cdn-w.fishpond.co.nz/fp_uploads/site_images/cart_home_mobile.png') no-repeat left center !important;
    list-style-type:none;
  }
  .cart-item__header {
    position: relative;
    top: -16px;
    left: 9px;
    text-align: center;
    padding: 0px ;
  }


  .link-list__group-mobile {
    width:100%!important;
    padding:0px!important;
  }
  .fp-footer__wf-logo img {
    width:250px;
  }
  body {
    padding-top:0px!important;
  }

  .search .search__keywords-content{
    height: 37px;
  }

  .dp-clearer {
    display:none!important;
  }
  .search__keywords input {
    padding: 0 10px!important;
    text-overflow:ellipsis;
  }
  .menuextra-links__mobile {
    display: inline-block!important;
    font-size: 1em!important;
    padding-left: 0px;
  }
  .fp-header__search-container {
    height:40px;
  }

  #interim .success-flash-message {
    width: auto;
  }

  #interim {
    margin-left: 10px;
  }

  .link-list-responsive {
    width: 100%;
    max-width: 100%;
  }


  .voucher-description{
    padding-bottom: 10px;
  }

  .b-breadcrumbs-searchused {
    min-height: 30px!important;
    margin-top:20px;
  }

  .b-breadcrumbs__mobilepadding {
    margin-left: 10px;
    margin-bottom:0px;
  }

  .account-shipping-address,
  .change_shipping-breadcrumb {
   margin-left: 10px;
  }

  .change_shipping-breadcrumb {
    margin-top: 10px;
  }

  .accounthistory-change-address {
    padding-left: 10px;
  }

  form.styled fieldset li.change_shipping_address_arrow {
    max-width: 40%;
    min-width: 250px;
  }

  form.styled .account-shipping-container  li {
    padding-left: 10px ;
  }

  #address-form li {
    padding-left: 0px;
  }

  .order-process-image {
    width:100%;
    height:auto;
  }

  .sellyours-container{
    width :90vw!important;
  }

  .sellyours-product{
    width:54vw;
  }

  .sellyours-fieldset {
    width:90vw;
    padding:0px;
  }

  .sellyours-fieldset input {
    width :50%;
    max-width:40%!important;
  }

  .sellyours-fieldset ol li {
    padding: 0px!important;
    margin-bottom: 20px!important;
  }

  .sellyours-fieldset ol li label {
    font-size: 14px;
  }


  .sellyours-fieldset select {
    width: 40%;
  }


  div.product form p.hint {
    margin-left: 0px;
  }
}


/* /This is  css for resolutions less than between 768 and 1024, special cases we write fixes here */
@media (min-width: 768px) and (max-width: 1024px) {
.menu-item-cart {
  padding-right:16px!important;
}
.checkout-sucess__description {
  width:50vw;
}

.cancel-product-container {
  width: 65%;
}

  .menu-line {
    width: 100%;
  }

  #recommandationList {
    width:96vw;
  }

  .content-wrapper {
    margin:0px!important;
  }
  .fp-header__logo-container {
    width:auto!important;
  }
  .fp-header__message-container {
    float:right!important;
  }
  .fp-header__message_first {
    font-size:.7em!important;
  }
  .fp-header__search-container {
    margin-left:5%;
  }
  .fp-header__message-container {
    width:22%!important;
  }
  .search__category-dropdown ul {
    width:111px!important;
    padding-left:15px!important;
  }
}

/* /This is  css for resolutions less than between 851 and 1024, special cases we write fixes here */
@media (min-width: 851px) and (max-width: 1024px) {
  .content-wrapper {
    max-width: 100VW;
    width: 100VW;
  }

  .fp-footer .content-wrapper {
    max-width: 100%;
    width: 100%;
  }


  div#used_products_header {
    width: 95vw;
  }

  #recommandationList {
    max-width:90vw;
  }


  .fp-header__search-container {
    width: 47%;
  }

  .b-similar__block  {
    width: 100%;
  }

  .b-product-details,
  .layout-product-info__padding {
    width: 100vw;
  }
}

/* /This is  css for resolutions less than between 768 and 851, special cases we write fixes here */
@media (min-width: 768px) and (max-width: 851px) {
  .content-wrapper {
    max-width: 100%;
    width: 100%;
    min-width: 100%;
  }

  #announcements {
    width: 290px;
  }
}

/* /This is  css for resolutions less than between 900 and 960, special cases we write fixes here */
@media (min-width: 900px) and (max-width: 960px) {
  .fp-header__message-container .fp-header__message_first{
   font-size: 11px;
  }

  .fp-header__message-container {
    width: 20%;
  }
}

/* /This is  css for resolutions less than between 790 and 900, special cases we write fixes here */
@media (min-width: 790px) and (max-width: 900px) {
  .fp-header__message-container {
    width: 16%;
  }

  .fp-header__message-container .fp-header__message_first{
    font-size: 11px;
   }
}

/* /This is  css for resolutions less than between 768 and 790, special cases we write fixes here */
@media (min-width: 768px) and (max-width: 790px) {
  .fp-header__search-container {
    width: 97.5%;
    margin-left:10px;
    margin-right:10px;
  }
}

@media (min-width: 851px) and (max-width: 900px) {
  .xmas-container {
    clear: both;
    height:120px!important;
  }
}

@media (min-width: 851px) and (max-width: 1180px) {
  .search__category-dropdown ul {
    width:111px!important;
    padding-left:15px!important;
  }

  .content-wrapper {
    min-width: 100%;
  }

  .sell-fishpond-blocks {
    width: 40%;
  }
}

@media all and (max-width: 339px) {
  #searchbar {
    font-size:13px!important;
  }
  .search__category-select, .search__category-select-replacement {
    width:81px;
  }

  }


  /* separtae for serach pages*/
  @media (max-width: 851px) {
  .b-breadcrumbs__padding {
    padding: 10px;
  }

  .cancel-product-container {
    width: 100%;
  }

  .products-container__account-history {
    max-width:90%;
  }

  .account-histor-table__products {
    max-width:32%;
  }

  .layout {
    min-width:auto!important;
  }
  .browse-accordion {
    width: 100vw;
    padding:0 0 0 15px;
    vertical-align: middle;
    display: table-cell;
    text-align: left;
    background: #f3f5f8;
    border: 1px solid #dfe0e3;
    border-radius:6px;
    font-size: 1em;
    font-weight: 400;
    margin-bottom:10px;
    height:50px;
  }

  .my-details-section {
    margin: 10px 0px 25px 0px
  }


  .account-sidebar h3,
  .right-sidebar {
    padding: 0px;
  }

  .browse-accordion.active .arrow-mobile{
    background :url( https://web-archive.nli.org.il/National_Library/20160930123623oe_/https://cdn-w.fishpond.co.nz/fp_uploads/site_images/uparrow_mobile_white.png) no-repeat left center!important;
  }

  .browse__wrapper {
    margin-left:7px;
    margin-right:7px;
  }

  .b-categories,.b-refine {
    margin:0 10px 10px 10px;
  }
  .b-refine__master {
    margin-bottom:10px;
  }

  .b-categories__mobileheader .arrow-mobile ,.b-refine .arrow-mobile, .sortby-accordion .arrow-mobile {
    margin-top:5px;
    margin-right:15px;
  }

  .sortby-accordion .arrow-mobile {
    margin-top:9px;
  }

  .layout .content {
    margin-left:0px!important;
  }

  .browse-mobile {
    padding: 0 10px;
    height:auto;
 }
  .pages .page {
    padding-top:0px!important;
  }
  .b-refine__radio {
    display:inline-block;
  }
  .sort-by li {
    list-style-type:none;
    cursor:pointer;
  }
  .b-list-grid {
    margin-top:13px!important;
  }
  .sort-by li:hover,.sort-by li:active,.sort-by li:visited {
    text-decoration:underline;
  }

  .browse-mobile {
    margin-bottom: 20px;
  }

  #formprice-group {
    padding: 20px 0 0 8px;
  }
  .mobile-block {
    padding:10px;
  }

  .item-middle{
    text-align:center;
  }

  .home-link {
    background : url('https://web-archive.nli.org.il/National_Library/20160930123623oe_/https://cdn-w.fishpond.co.nz/fp_uploads/site_images/homeicon_mobile.png ') no-repeat left center ;
    height:40px;
    width:30px;
    display:block;
  }
  .b-breadcrumbs__item {
    display:inline-block;
  }
  .results-link,.b-breadcrumbs__delimiter {
    vertical-align:middle;
    height:10px;
    display:inline-block;
  }
  .b-breadcrumbs__item {
    margin-top:-24px;
  }

  .b-breadcrumbs__delimiter::before {
    font-size:19px!important;
  }

  .page {
    background-color:#f3f5f8;
    height: 36px;
    display: inline-block;
    padding-top: 8px;
    border-radius:18px;
    margin-right: 8px;
    margin-bottom: 5px;
    padding-bottom:0px!important;
  }
  .b-breadcrumbs {
    min-height:60px;
  }
  .browse__item-big .item-big__image-wrapper {
    width:44%!important;
  }
  .b-categories__item,.b-refine__option {
    font-size:16px!important;
  }
  .listitem-subgroup {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }
  .xs-small-d-none {
    display:none!important;
  }
  }

@media (max-width: 780px) {
  .my-details-section {
    margin: 10px 0px 25px 0px
  }

  .account-sidebar h3,
  .right-sidebar {
    padding: 0px;
  }
}

@media screen and (min-width: 851px)and (max-width: 1184px) {
  .sidebar .browse__item-big, .sidebar .browse-mobile,.sidebar .browse__wrapper,.sidebar .content {
    width: 69vw;
  }
  .item-middle,.item-middle__wrapper,.item-middle__border,.item-big,.item-big__wrapper,.item-big__border {
    height:100%!important;
  }
  .item-big__border {
    display:inline-block;
  }
  .browse__item {
    -webkit-flex: 0 0 50%!important;
    -webkit-box-flex: 0!important;
    -ms-flex: 0 0 50%!important;
    flex: 0 0 50%!important;
  }
  .b-popular-brands__items {
    padding:0px!important;
  }
  .sidebar .content {
    width:71vw;
  }
}

@media screen and (min-width: 851px)and (max-width: 900px) {
    .item-middle,.item-middle__wrapper,.item-middle__border {
      height:100%!important;
    }
}

.sort-by-wrapper-desktop{
  height:30px;
}



@media screen and (min-width: 769px)and (max-width: 900px) {
  .item-middle,.item-middle__wrapper,.item-middle__border {
    height: 100%!important;
  }
}



  @media screen and (min-width:851px) and (max-width: 1204px) {
    .homepage-banner {
      width: 98vw;
      max-width: 100vw;
    }

    .home_banner div{
      background-size: contain!important;
    }
  }

  /* dots */
  @media (max-width: 851px) {
  .browse-mobile {
    margin-top: 0px;
  }

  .search__keywords input {
    font-size: 16px;
  }

  .home_banner div{
    max-width:100%;
    background-size: contain!important;
  }
  .homepage-banner {
    min-height:130px;
    height:auto;
    max-width:100vw;
    margin:15px 10px 15px 10px;
    width: auto;
  }

  .slides-prev,
  .slides-next {
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
  }

  .slides-prev {
    left: 0px!important;
  }

  .slides-next {
    right: 0px!important;
  }

  #map {
    height:182px!important;
  }

  .b-similar__block {
    margin-bottom: 20px;
    width: 100%;
  }

  .b-similar__padding {
    padding: 10px;
  }

  .b-box__content {
    display: none;
  }

  .review-form__header {
    margin-top: 10px;
  }

  .youtube-frame {
    width: 100%;
  }

  .product-info__description {
    margin-bottom: 10px;
  }

  #productdetails-rightcolumn {
    margin-bottom: 10px;
  }

  table#tracks-table {
    margin-top: 20px;
    margin-left: 10px;
    margin-right:10px;
  }

  div.variantsHeader {
    text-align: left;
  }

  div.variantsHeader select {
    height: 28px;
  }

  div.variantsHeader select option {
    font-size: 13px;
  }

  div.variantsHeader {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .variantsSelector .variant_option.active {
    margin-top:10px;
  }


  #login .form-buttons-holder .flat-button {
    margin-left: 15px;
    float: left;
    margin-top: 4px;
  }

  .form-label-indent,
  .oauth .header-separator-text
  {
    padding-left: 16px;
  }

  .sign-in-box .oauth,
  .create-account-box .oauth
   {
    text-align: left;
    float: left;
  }


  .form-label-indent {
    display: inline-block;

  }

  #login .form-label-indent {
    margin-top: 15px;
  }


  form.styled .create-account-box button, form.styled .sign-in-box button {
    margin-left: 16px;
  }

  .b-share {
    margin-top: 15px;
  }

  .gift-finder-page {
    background-size: 200px 100px;
    background-position: 50% 60px;
  }

  .gift-finder-page h1 {
    text-align: center;
  }

  .giftfinder-desc {
   padding-top:110px
  }


  .field__input-mobile{
    display: block;
    height: 35px;
    font-size: 17px;
    padding: 0 10px;
    margin: 0;
  }

  .wl-header {
    min-height: 100px;
    padding-top: 41px;
  }

  .productSearch-buy-button-container {
    width:50px;
  }

  .item-image-wishlist img {
    width:100px;
  }

  .wl-body {
    width:100%;
    max-width:100%;
    padding:0px;
  }

  .success-flash-message,.guest-box {
    margin: 0  10px 10px 10px;
  }

  .guest-box {
    margin-top: 10px;
  }

  .productListing {
    width: 95%;
    margin: 0 10px;
  }

  .productSearch-data img {
    margin-left:0px;
  }




  .productSearch-button {
    float:left!important;
  }


  .productSearch-price-container {
    margin-bottom: 10px;
  }

  .breadcrumbs-wishlist__delimiter {
    display: inline;
  }

  .field__input_select {
    color: #808080;
    background-image: url('{imageUrl}fp_uploads/email_images/gift_select_arrow.gif');
    background-position: 95% center;
    background-repeat: no-repeat;
    background-size: 8px 8px;
  }

  .field__submit {
    display: block;
    color: white;
    font-size: 19px;
    height: 37px;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color:#4179e8;
    margin-top:20px;
  }

  .field__submit,.field__input_select {
    width: 350px;
  }

  .browse__description {
    padding: 0 16px 16px 16px;
    color: #808080;
  }

  .browse__gif-finder-button {
    padding: 0 10px 10px 10px;
  }



  #login .form-buttons-holder .flat-text {
    padding: 0 97px;
  }
  .checkout-sucess-titleimg {
    text-align:center;
    float: none;
    height:100%;
    width:100%;

  }

  .recommendation-container__checkoutsucess,.infobox-title {
    margin-left:0px;
  }

  .checkout-sucess-title {
    font-size:1.5em;
    font-weight:bold;
  }

  #lnkShareTwitter img {
    margin-top: 10px;
  }


  .checkout-sucess__bannerimage div div {
    background-size: 100% 200px!important;
    height: 166px!important;
  }

  .recommendation-container__checkoutsucess {
     width:95vw;
     max-width:100vw;
     padding:10px 30px;
   }

   .main-container__checkoutsucess {
     flex-wrap: wrap;
   }
   .checkout-sucess-titleimg  {
    width:100%;
  }

  .checkout-sucess__description  {
    width:100%;
  }

  .main-container__checkoutsucess  {
    width: 100%;
  }

  .checkout-sucess__continue .flat-button.medium .flat-text{
    padding: 0 90px;
  }

  .create-account-box .flat-button.medium .flat-text {
    padding: 0 66px;
  }

  .continue-button__checkoutsucess {
    float: left;
    width:auto;
  }
  .checkout-sucess__bannerimage {
    margin-top: 20px;
  }


  .checkout-success.gift-finder {
    width: 98%;
  }

  .pict-left {
    width:100%;
    text-align:center;
  }

  .mobile-log-off__text {
    margin-top: 20px;
  }

  .log-off-container {
    text-align:center;
    width:100%;
  }

  .log-off-container .flat-button.medium .flat-text {
    padding: 0 100px;
  }

  .log-off-container .form-buttons-holder-alignRight {
    text-align:center;
  }

  .sucess-message-checkout {
    margin-top: 20px;
    width: 85vw;
  }



  .popular_lists.interim h3 {
    font-size: 1em;
  }

  #recommandationList {
    height: 300px;
  }

  .slides-recommendation .slides-prev,
  .slides-recommendation .slides-next {
    margin-top:-90px!important;
  }

  .slides-recommendation .slides-next {
    right: 15px!important;
  }

  .slides-recommendation .slides-prev {
    left: -18px!important;
    margin-top: -90px;
  }

  .recommendation-container__checkoutsucess .slides-recommendation .slides-prev,
  .recommendation-container__checkoutsucess .slides-recommendation .slides-next{
    margin-top: -60px;
  }


  table.checkout-subtotals,
  .col-wrapper .primary-col {
    display: inline-block;
    width: auto;
    margin: 0px;
  }

  .checkout-subtotals-value {
    margin-top: 10px;
  }

  table.checkout-subtotals {
    margin-bottom: 20px;
  }

  .col-wrapper .primary-col h1{
    font-size: 1.5em;
  }

  #content {
    padding: 0px;
  }

  table.checkout-subtotals {
    float:right;
  }


  .shopping-cart-product-image a img {
    max-height: 100px;
    max-width:16vw;
  }



  table.pagelayout-left-right-columns table.shopping-cart-list td {
    padding: 0px;
  }

  table.shopping-cart-list td.shopping-cart-product-descr {
    padding-left: 15px !important;
  }

  tr.product-listing>td {
    padding-top: 20px!important;
  }

  .shopping-container {
    margin-bottom: 10px;
  }

  .shopping-cart-delete-product {
    padding-left: 0px;
    margin-top:5px;

  }

  table.shopping-cart-list {
    margin: 20px 0 0 0;
  }

  tr.product-listing,
  table.pagelayout-left-right-columns table.shopping-cart-list td{
    border: none;
  }

  .update-quantity  {
    margin-top: 10px;
    margin-bottom: 10px;
  }


  .checkout-subtotals tr{
    display: flex;
    flex-flow: column-reverse;
  }

  table.checkout-subtotals {
    display: flex;
    width: 100%;
  }

  table.checkout-subtotals tbody{
    width: 100%;
  }

  .checkout-subtotals-value {
    width: 100%;
  }


  .shopping-cart-product-title {
    font-size: 1.1em;
  }

  #wishlist-container{
    padding-left:20vw;
    float:left;
  }

  .shopping-cart-product-quantity {
    display: inline-block;
    float: left;
  }

  .cart-quantity-container{
    width: 100%;
  }

  .update-quantity {
    margin-top: 5px;
    margin-left: 15px;
    margin-bottom: 20px;
    display: inline-block;
  }


  .update-include-container #wishlist-container{
    margin-top:0px;
    padding-left:0px;
  }

  .shopping-cart-product-quantity input {
    margin-left: 0px;
  }

  .shopping-cart-product-quantity,.shopping-cart-delete-product {
    padding-right: 0px;
  }

  .shopping-cart-delete-product .delete-item {
    margin-top: 0px;
    float: none;
  }

  .shopping-cart-product-image {
    width: 18vw;
  }

  .shopping-cart-product-descr {
    padding-left: 15px;
  }


  .listing-container-cart,#wishlist-container {
    overflow-y:auto;
    overflow-x:hidden;
  }

  .listing-container-cart{
    clear:both;
    padding-bottom: 0px;
    border-bottom: 1px solid #d4d4d4
  }


  .shopping-cart-product-price {
    float:right;
  }



  .shopping-container {
    width:100vw;
  }

  #recommandationList {
    max-width: 96vw;
    width: 100%;
    margin: 0 auto;
  }

  .cart-quantity-container,.update-include-container{
    padding-left:20vw!important;
    clear:both;
  }

 #cart-checkout .flat-text,#cart_checkout .flat-text{
padding: 0 100px;
}

.my-shopping-cart__text,.shopping-container,#cart-checkout,.flat-button__checkout,.recommendations-header-mobile{
  padding-left:10px;
}

.my-shopping-cart__text {
  margin-top:20px;
}



  #interim .success-flash-message {
    margin-top: 20px;
  }

  .b-recommendation__padding .slides-recommendation .slides-prev,
.b-recommendation__padding .slides-recommendation .slides-next {
  margin-top:-75px;
}


  #wishlist-container:not(:root:root){
    padding-right:1vw;
    float:left;
  }

  .update-include-container #wishlist-container:not(:root:root){
    margin-top:0px;
    padding-left: 0px;
  }

  .mobile-shoppingcart-container {
    border-bottom:1px solid #d4d4d4;
    padding-bottom: 20px;
  }

  .arrives_text {
    height: auto;
  }

  .smartsell bargain {
    display: block;
    float:right;
  }

  .shopping-cart-product-price a.smartsell {
    float:right;
    margin-bottom: 10px;
  }

  .delete-giftvoucher {
    padding-left: 0px;
  }

  .shopping-cart-product-descr {
    display: inline-block!important;
  }

  .errors-cart {
    position:absolute;
    margin-top: 9px;
  }

  .error-container {
    padding-bottom: 62px!important;
  }

  .gift-voucher-cart {
    margin-top: 10px;
  }
  .dd-banner-form {
    width: 100%;
    margin-left:0px;

  }

  .daily_deals_banner .email-field {
    text-align: center;
  }


  .daily_deals_banner .email-field .flat-button.small .flat-text{
    padding :0 50px;
  }

  .dailydeals-header {
    margin-top: 200px;
  }

  .daily-text2 {
    left:0px;
  }

  .dd-header span {
    width:auto;
  }

  .daily_deals_banner .ms-default {
    text-align:center;
  }

  .daily_deals_banner {
    background-position: center 0 ;
  }


  #cms-page-content .one-column-text {
    margin:0px;
  }

  #cms-main-content img {
    width: 100%;
  }

  #cms-main-content h6 img {
    width: auto;
  }

  #cms-main-content p {
    margin-right: 15px;
  }

  #cms-main-content {
    width: 97vw;
  }


  #cms-main-content .comm_wrapper .wrapp-info {
    width: 50%;
    margin-bottom: 20px;
  }

  #cms-main-content .fp-ways-to-sell {
    width: 100vw;
  }


  .listing-data-cart{
    display: table-cell;
  }

  .show-for-mobile {
    display: none;
  }

  .page404-wrapper img {
    width:45%!important;
  }
  .breadcrumb-accounthistory {
    margin :10px;
  }
  #product_info_area {
    padding: 10px;
  }

  .used_products_header {
    padding-right: 10px;
  }

  .search-used__heading {
    margin-left: 10px;
  }

.products-used__container {
  border-bottom: 1px solid #ccc;
}

.buy-now__button {
  width:140px;
  padding:0 0 0 44px;
  margin-left:-15px;
  background-position:0px center;
}
}


@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {
  #age-element #age_chzn.chzn-container {
    width:100px!important;
  }
  .shopping-cart-product-price a.smartsell {
    float:right;
  }

}

@media (min-width: 480px) and (max-width:530px) {

    .sigin-container,.create-account-box,.sign-in-box {
      width: 100%;
    }

    .create-account-box, .sign-in-box {
      margin: 1.5em auto;
      padding:10px 0px;
    }
}

@media (min-width: 400px) and (max-width:530px) {
  .field__submit,.field__input_select {
    width: 100%;
  }
}



@media (max-width: 420px){
  .sigin-container {
    width: 100%;
  }

  form#address .button-left__save {
    padding-left:0px;
  }

  .search-used__heading {
    margin-left: 10px;
  }

  .ebay-valet-terms {
    overflow-x:auto;
    width:80%;
  }



  .status-headers {
    max-width: 20%;
  }

  .daily_deals_banner .email-field button {
    margin-top: 20px;
  }

  .my-details-section p {
    font-size: 14px;
  }

  div#used_products_header a {
    float:none;
    display:inline-block;
    margin-left:10px;
    vertical-align: top;
  }


  .products-used__container {
    padding-top: 10px;
  }

  .order-product-title {
    width: 97vw;
  }


  .products-text, .account-order-name {
    width: 42%;
  }

  .estimated-text {
    width:20%;
  }

  .addinfo-textboxdesc,
  .addInfo-video {
    width:70%;
  }

  .addInfo-video img {
    margin-left: -86px;
  }


  .account-pagetitle__container {
    width: 96vw;
  }

  .account-left-rightcolumn__container .error-flash-message  {
    width: 95%;
  }
  #cms-main-content h6 span {
    font-size: 18px;
  }

  .track-button-nologin {
    margin-left: 0px;
  }




  table.fp-advantages-details .fp-advantages-icon {
    width: 27%;
  }

  #cms-main-content .comm_wrapper .wrapp-info {
    width: 100%;
    margin-bottom: 20px;
  }

  table.fp-advantages-details .fp-advantages-text{
    padding-right:0px;
  }

  #cms-main-content h6 {
    margin-bottom:10px;
  }

  .breadcrumbs-gv {
    margin-top: -8px!important;
  }

  .b-giftvoucher__padding {
    padding: 15px;
  }

  .smart-sell-figure img {
    width: 92%;
    float: left;
  }

  #cms-main-content h1 {
    margin-bottom: 20px;
  }

  .gv-header {
    padding: 30px 0 0 0px;
    font-size: 26px;
  }

  .hide-for-mobile {
    display: none;
  }

  .show-for-mobile {
    display: block;
  }

  .shopping-cart-products-actions .short-text {
    display: inline-block;
  }


  .shopping-cart-product-image a img {
    width: 70px;
    max-height: 100px;
  }

  .shopping-cart-product-price a.smartsell {
    float:left;
    margin-left: 1px;
    margin-right:3px;
    margin-top: 3px;
  }

  .mobile-shoppingcart-container  {
    padding-bottom: 40px;
  }

  .quantity-container {
    margin-top: 10px;
  }

  #wishlist-container {
    padding-left: 21vw;
  }


  #wishlist-container{
    margin-top: 17px;
  }

  #interim{
    margin: 0px;
  }

  .interim-header {
    margin-left: 10px;
    margin-bottom: 0px;
  }

  .cart-quantity-container {
    width: 100%;
  }

  .shopping-cart-product-quantity {
    float: left;
  }


  #interim .success-flash-message{
    margin-left:10px;
    margin-right:10px;
  }

  .cart-quantity-container,{
    padding-left:20vw!important
  }

  .products-container__account-history {
    max-width:100%;
  }

  .shopping-cart-product-quantity {
    padding-left: 1vw;
  }

  .mobile-shoppingcart-container {
    clear:both;
  }

  .shopping-cart-product-image {
    display:table-cell;
    float:none;
    padding-top:20px;
    vertical-align:top;
  }


  .listing-container-cart {
    display:table;
  }


  .arrives_text div {
    display:inline-block;
  }
  .sign-in-box,.create-account-box {
    width: 100%;
  }

  .recommendation-price .productSpecialPrice {
      display:block;
  }

  .shopping-cart-product-price .used {
    display: none;
  }


  .shopping-cart-product-image {
    width:26vw;
  }



  .shopping-cart-product-descr {
    width:95vw;
    max-width:85%;
  }

  .shopping-cart-product-quantity,
  .update-quantity {
    display: inline-block;
  }

  .update-quantity {
    margin:0px;
    margin-top: 5px;
    margin-left: 10px;
  }


  .checkout-subtotals{
    display:flex;
    flex-direction:column-reverse;
  }

  .checkout-subtotals-value {
    text-align:right;
    padding-right:10px;
  }


  .create-account-box, .sign-in-box {
    margin: 1.5em auto;
    padding:10px 0px;
  }

  .sign-in-box #password,
  .sign-in-box #email_address,#two_factor {
    margin-left: 0px;
  }

  .sign-in-box #email_address,.sign-in-box #password {
    width: 100%;
    margin-left: 0px;
    margin-top: 10px;
  }

  form.styled .create-account-box input,form.styled .create-account-box select, form.styled .sign-in-box input {
    width: 100%;
    margin-top: 10px;
  }

  form.styled .create-account-box em {
    font-size: 15px;
  }

  .breadcrumbs-wishlist-mobile {
    left:0px;
  }

  .breadcrumbs-wishlist__delimiter {
    margin-top:-16px;
  }
  .field__submit,.field__input_select {
    width: 100%;
  }

  .checkout-sucess__bannerimage div div {
    background-size: 100% 127px!important;
    height: 130px!important;
  }
   .customer-recommendations__checkoutsucess {
     width:42vw;
   }

  .b-recommendation__padding {
    padding: 10 15px;
  }

  .shopping-cart-product-price {
    text-align: left;
    padding-right: 15px;
    margin-top: 0px!important;
    float: left;
    width: 100%;
    min-height: 30px;
}

.flat-button__checkout {
  margin-top: 10px;
}
   #interim .success-flash-message {
    display: flex;
    flex-direction: column;
    font-size:.9em;
    padding: 1em 0 1em 1em;
    margin-top: 5px;
  }


  #interim .success-flash-message form {
    order: 2;
    position:relative;
    padding-left: 1.5em;
  }


  .shopping-cart-interim-success-msg .interim-sucess-message {
    order: 1;
  }
  #interim .success-flash-message img{
    padding-top:0px;
  }
  .b-recommendation__padding .slides-next {
    right:-15px!important;
  }


  #recommandationList {
    max-width: 94vw;
    width: 100%;
    margin: 0 auto;
  }

  .checkout-subtotals {
    margin-top:-12px;
  }

  .update-include-container #wishlist-container {
    float:left;
    padding-left: 0px;
  }


  #wishlist-container:not(:root:root){
    float:left;
  }
  .update-include-container #wishlist-container:not(:root:root){
    padding-left: 0px;
    float:left;
  }

  .gv-computing__list {
      padding: 10px 7px 17px;
  }

  .gv-computing__container,
  .gv-bulk-table {
    width: 100% !important;
  }

  .gv-addtocart__button {
    display: block;
    text-align: center;
    margin-top: 16px;
  }

  .gv-addtocart__button .flat-button.small .flat-text{
    padding: 0 30px;
  }

  .account-submit {
    display: block;
    width: 100vw;
    padding-left: 28vw;
    margin-top: 20px;
  }

  .account-submit.flat-button.small  .flat-text {
    padding: 0 50px;
  }
}

@media (min-width: 767px) and (max-width: 851px) {
  .b-featured {
    padding-top: 20px;
  }


}

@media (min-width: 700px) and (max-width: 851px) {
  .n-images__video-rating {
    left:35% !important;
  }
}

@media (min-width: 600px) and (max-width: 700px) {
  .n-images__video-rating {
    left:31% !important;
  }
}

@media (min-width: 851px) and (max-width: 1200px) {
  .gift-finder-page{
    background-position: 100% 5px;
  }
  .giftfinder-desc {
    width:60%;
  }

  .shopping-cart-product-image{
    width: 20%;
  }

  table.pagelayout-left-right-columns {
    width: 98%;
  }

  .home-about-bottom {
    margin-top: -14px;
  }
  .recommendation-container__checkoutsucess,.infobox-title  {
    margin-left:0px;
  }


  .checkout-sucess-titleimg  {
    width:20vw;
  }
}
/* /This is  css for resolutions less than 320, especially for iphone 5*/
  @media (max-width: 320px){
    #reCaptcha-li, #create_account_recaptcha iframe{
      padding: 0px;
      margin-left: 0px;
    }

    .log-off-container .flat-button.medium .flat-text {
      padding: 0 90px
    }

    #reCaptcha-li {
      margin-bottom: 20px;
    }

    #reCaptcha-li,#create_account_recaptcha, #create_account_recaptcha div,#create_account_recaptcha iframe,#reCaptcha-li div,#reCaptcha-li iframe {
      width: 290px;
    }
  }


  /* /This is  css for resolutions less than 670 for mobile potraits and landscape mode fixes, especially*/
  @media (max-width: 670px)  {

    .productSearch-highlight-right td {
      display:block;
      height:auto;
      clear:both;
    }

    .steps_list ul li h2 {
      font-size: 12px;
    }

    .order-estimated__main {
      padding-left: 14px;
    }

    .movie-rating__image img {
      width: 100%;
    }

    .movie-rating__container {
      width:97vw;
    }

    .buy-now__button {
      margin-left:-5px;
      width:165px;
      padding :0 0 0 56px;
      background-position:5px center;
    }

    .arrives_text {
      width: 100%;
    }
    .result-accountbalance,
    .displayresults-accountbalance {
      display:block;
      float: none;
    }

    .sell-youredits__buttons .button_left{
      float: left;
    }

    .result-accountbalance {
      text-align: left;
      margin-top:10px;
    }

  li.product-itemsold  a.photo {
    margin: 0px;
  }

    .track-button-nologin {
      margin-left: 0px;
    }

    .smart-sell-figure img {
      width: 92%;
      float: left;
    }

    .return-order-id__textfield {
      margin-left:0px;
    }

    #helpdesk_content .mainSection {
      width: 95vw;
      padding:0px;
      padding-right: 10px;
    }

    .main-section-heldesk {
      padding-left: 10px!important;
    }

    #helpdesk_content h1 {
      margin-top: 10px;
    }

    .helpdesk_title {
      margin-left:0px!important;
    }

    .advanced-search label.fieldKey {
      width: 100%!important;
    }

    .advanced-search input.lg-text,
    .advanced-search input.md-text,
    .advanced-search select {
      width: 90%!important;
    }

    .advanced-search input.sm-text {
      width: 30%!important;
    }

    .sell-by-text span.productOriginalPrice {
      display:none;
    }
    .productSearch-shipping-info-container,.productSearch-shipping_xmas-info-container,.productSearch-shipping-info-container .arrives_text_container,.productSearch-price-container .rrp-label,.you_save,.free-shipping,.productSearch-price-container s,.browse-related-searches {
      display: none;
    }

    .productSearch-price-container .productSpecialPrice {
      margin-left: -7px;
    }

    .price-block {
      text-align:left;
      display:block;
      float:left;
    }

    .productSearch-shipping-info-container,.productSearch-shipping_xmas-info-container, {
      display: none!important;
    }

    productSearch-bottom-container{
      padding: 0px;
    }



    .productSearch-highlight-left {
      padding:0px;
    }

    .productSearch-nameColumn-extraColumn,.productSearch-shipping-info-container,.productSearch-shipping_xmas-info-container {
      display:none!important;
     }

     .wishlist-productinfo {
      max-width: 100%;
      display:block;
    }

    .infobox-contents__checkoutsucess {
      margin-top:20px;
    }

    .checkout-sucess__bannerimage {
      width: 100%;
    }

    #helpdesk_content {
      width: 98vw;
      margin-left: 10px;
      margin-right: 10px;
  }

    #contact_us_box {
      width: 100%;
      margin-left: 0px;
    }

    .main-section-heldesk {
      float: none;
      width: 100%;
    }

    .main-section-heldesk h2, #helpdesk_content #question-categories{
      margin-left: 0px;
    }

    .order_details_wr {
      margin-left: 0px;
      display: block;
    }
    #helpdesk_search input {
      margin-left: 0px;
    }

    .helpdesk_search_p {
      display: block;
    }

    .main-section-heldesk {
      padding: 0px 10px 20px 10px;
    }

    .order_details_wr #order_details{
      width:100%!important;
      margin-bottom: 10px;
    }

    .helpdesk_search_p input{
      width:80%!important;
      margin-bottom: 10px;
    }

    #helpdesk_search .flat-button.small .flat-text {
      padding: 0 45px;
    }

    #helpdesk_search .flat-button.small {
      margin-left: 0px;
    }


    .columnright-layout {
      display: flex;
    }

    #announcements {
      width: 95vw;
    }

    #announcements-spacer {
      width: 95vw;
    }

    #track-my-order-announcements-container {
      margin-left: 10px;
    }

    .helpdesklayout #right_hand_nav_mobile {
      width: 100% !important;
    }

    .contact-us-form,
    .contact-container {
      width: 100% !important;
    }


  }


  @media (max-width: 320px)  {
    .productSearch-highlight-left {
      padding:0px;
      width: 70px;
    }

    .price-block {
      text-align:left;
    }

    .productSearch-highlight-right {
      float:right;
      padding:0px;
      width: 100%;
    }


    .item-image-wishlist img {
      width: 70px;
    }


    #reCaptcha div{
      width:200px!important;
    }

    #reCaptcha-li {
      padding:0px;
    }
  }

  @media (max-width: 750px)  {
    .used-products-list__mobile {
      margin-left: 25%;
    }

    .used-products-list__value_comment {
      margin-top: 0;
    }

    .hidetable-layout{
      display: none;
    }

    .showtable-layout {
      display:block;
    }

  }


.morelink-detail{
  margin-left: 412px;
}

.sortby-container {
  background: rgba(0, 0, 0, 0.005)!important;
}

.helpdesk_search_p button {
  margin-left: 10px;
}

.contact-container {
  background:#f8f8f8;
  border: 2px solid #d7d7d7;
  padding: 15px;
  width: 400px;
  float: left;
}

#OrderSummary .description .rural-delivery {
  float: left;
}

#OrderSummary .description .rd-info {
  background-image: url(https://web-archive.nli.org.il/National_Library/20160930123623oe_/https://cdn-w.fishpond.co.nz/fp_uploads/site_images/info_icon.png);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  float: left;
  margin-left: 6px;
  cursor: pointer;
}

#rd-info-box {
  position: absolute;
  z-index: 9999;
  border-radius: 10px;
  background: white;
  margin-top: 26px;
  width: 206px;
  padding: 12px;
  font-size: 12px;
  border: 1px solid grey;
  box-shadow: 4px 4px 20px grey;
  display: none;
}

.p-20 {
  padding: 0 20px;
}
.cursor-pointer {
  cursor: pointer;
}
.text-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.close-icon {
  position: absolute;
  right: 0;
  font-size: 19px;
}

.cookies_message {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  background-color: dimgray;
  font-size: 15px!important;
}

.cookies_message p, .cookies_message span{
  color: white!important;
}

.cookies_message p {
  font-size: 14px!important;
}

#cc-modal-wrapper {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}

.cc-modal-inner{
  background-color: #fefefe;
  margin: 15% auto;
  width: 300px;
}

.loading .cc-modal-inner {
  border: 1px solid #888;
}

.cc-modal-inner .placeholder {
  display: none;
  text-align: center;
  margin-top: 40px;
  height: 200px;
}

.loading .cc-modal-inner .placeholder {
  display: block;
}

.cc-modal-inner .placeholder div {
  padding: 20px 0;
}

.cc-modal-inner .spinner {
  height: 32px;
  width: 32px;
  margin: auto;
  background: url('https://web-archive.nli.org.il/National_Library/20160930123623oe_/https://cdn1.fishpond.co.nz/fp_uploads/site_images/paystation-spin.svg') no-repeat;
}

.cc-modal-inner .iframe {
  height: 295px;
}

.loading .cc-modal-inner .iframe {
  display: none;
}

.cc-modal-inner .header {
  text-align: right;
  background-color: #1452bf;
}

.cc-modal-inner .header a {
  color: white;
  text-decoration: none;
  margin-right: 5px;
}

.loading .cc-modal-inner .header {
  display: none;
}

.existing-card.hidden {
  display: none;
}

.existing-card.hidden.error {
  display: inherit;
}

.existing-card.hidden.error label,
.existing-card.hidden.error select
{
  display: none;
}

.non-border-radius {
  border-radius: 0px;
}

.non-margin {
  margin: 0px;
}
.slick-slider{box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list,.slick-slider{position:relative;display:block}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:""}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{background:#fff url(data:image/gif;base64,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) 50% no-repeat}@font-face{font-family:slick;font-weight:400;font-style:normal;src:url(data:application/vnd.ms-fontobject;base64,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);src:url(data:application/vnd.ms-fontobject;base64,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?#iefix) format("embedded-opentype"),url(data:font/woff;base64,d09GRk9UVE8AAAVkAAsAAAAAB1wAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAABCAAAAi4AAAKbH/pWDkZGVE0AAAM4AAAAGgAAABxt0civR0RFRgAAA1QAAAAcAAAAIAAyAARPUy8yAAADcAAAAFIAAABgUBj/rmNtYXAAAAPEAAAAUAAAAWIiC0SwaGVhZAAABBQAAAAuAAAANgABMftoaGVhAAAERAAAABwAAAAkA+UCA2htdHgAAARgAAAADgAAAA4ESgBKbWF4cAAABHAAAAAGAAAABgAFUABuYW1lAAAEeAAAANwAAAFuBSeBwnBvc3QAAAVUAAAAEAAAACAAAwABeJw9ks9vEkEUx2cpWyeUoFYgNkHi2Wt7N3rVm3cTs3UVLC4LxIWEQvi1P3i7O1tYLJDAmlgKGEhQrsajf0j7J3jYTXrQWUrMJG+++b55n5e8NwwKBhHDMLv5kxT3ATEBxKBn3qOAl9zxHgb1MAPhHQgHkyF08Gr/L8B/Eb6zWnmCJ7AJVLubQOheArXvJ1A4EXi6j4I+Zg9F0QFKvsnlBCmXeve+sFEnb/nCptdtQ4QYhVFRAT1HrF8UQK/RL/SbmUbclsvGVFXRZKDHUE38cc4qpkbAAsuwiImvro+ufcfaOIQ6szlrmjRJDaKZKnbjN3GWKIbiIzRFUfCffuxxKOL+3LDlDVvx2TdxN84qZEsnhNBa6pgm2dAsnzbLsETdsmRFxUeHV4e+I2/ptN8TyqV8T3Dt29t7EYOuajVIw2y1Wy3M86w0zg/Fz2IvawmQAUHOVrPVfLkoScVynsqsTG0MGUs4z55nh3mnOJa+li+rl9WpPIcFfDubDeaDC+fLBdYN3QADzLauGfj4B6sZmq6CCpqmtSvF0qlUl2qf5AJIUCSlTqlb7lUG+LRfGzZGzZEyBgccMu6MuqPecNDvD4Y9Kjtj4gD+DsvKVMTcMdtqtZtmkzQstQvYje7Syep0PDSAhSOeHYXYWThEF//A/0YvYV1fSQtpKU5STtrhbQ444OtpKSWJIg3pOg8cBs7maTY1EZf07aq+hjWs7IWzdCYTGhb2CtZ47x+Uhx28AAB4nGNgYGBkAIJz765vANHnCyvqYTQAWnkHswAAeJxjYGRgYOADYgkGEGBiYARCFjAG8RgABHYAN3icY2BmYmCcwMDKwMHow5jGwMDgDqW/MkgytDAwMDGwcjKAQQMDAyOQUmCAgoA01xQGB4ZExUmMD/4/YNBjvP3/NgNEDQPjbbBKBQZGADfLDgsAAHicY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQzMCQqKClOUJz0/z9YHRLv/+L7D+8V3cuHmgAHjGwM6ELUByxUMIOZCmbgAAA5LQ8XeJxjYGRgYABiO68w73h+m68M3EwMIHC+sKIeTqsyqDLeZrwN5HIwgKUB/aYJUgAAeJxjYGRgYLzNwMCgx8QAAkA2IwMqYAIAMGIB7QIAAAACAAAlACUAJQAlAAAAAFAAAAUAAHicbY49asNAEIU/2ZJDfkiRIvXapUFCEqpcptABUrg3ZhEiQoKVfY9UqVLlGDlADpAT5e16IUWysMz3hjfzBrjjjQT/EjKpCy+4YhN5yZoxcirPe+SMWz4jr6S+5UzSa3VuwpTnBfc8RF7yxDZyKs9r5IxHPiKv1P9iZqDnyAvMQ39UecbScVb/gJO03Xk4CFom3XYK1clhMdQUlKo7/d9NF13RkIdfy+MV7TSe2sl11tRFaXYmJKpWTd7kdVnJ8veevZKc+n3I93t9Jnvr5n4aTVWU/0z9AI2qMkV4nGNgZkAGjAxoAAAAjgAF) format("woff"),url(data:font/ttf;base64,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) format("truetype"),url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxtZXRhZGF0YT5HZW5lcmF0ZWQgYnkgRm9udGFzdGljLm1lPC9tZXRhZGF0YT4KPGRlZnM+Cjxmb250IGlkPSJzbGljayIgaG9yaXotYWR2LXg9IjUxMiI+Cjxmb250LWZhY2UgZm9udC1mYW1pbHk9InNsaWNrIiB1bml0cy1wZXItZW09IjUxMiIgYXNjZW50PSI0ODAiIGRlc2NlbnQ9Ii0zMiIvPgo8bWlzc2luZy1nbHlwaCBob3Jpei1hZHYteD0iNTEyIiAvPgoKPGdseXBoIHVuaWNvZGU9IiYjODU5NDsiIGQ9Ik0yNDEgMTEzbDEzMCAxMzBjNCA0IDYgOCA2IDEzIDAgNS0yIDktNiAxM2wtMTMwIDEzMGMtMyAzLTcgNS0xMiA1LTUgMC0xMC0yLTEzLTVsLTI5LTMwYy00LTMtNi03LTYtMTIgMC01IDItMTAgNi0xM2w4Ny04OC04Ny04OGMtNC0zLTYtOC02LTEzIDAtNSAyLTkgNi0xMmwyOS0zMGMzLTMgOC01IDEzLTUgNSAwIDkgMiAxMiA1eiBtMjM0IDE0M2MwLTQwLTktNzctMjktMTEwLTIwLTM0LTQ2LTYwLTgwLTgwLTMzLTIwLTcwLTI5LTExMC0yOS00MCAwLTc3IDktMTEwIDI5LTM0IDIwLTYwIDQ2LTgwIDgwLTIwIDMzLTI5IDcwLTI5IDExMCAwIDQwIDkgNzcgMjkgMTEwIDIwIDM0IDQ2IDYwIDgwIDgwIDMzIDIwIDcwIDI5IDExMCAyOSA0MCAwIDc3LTkgMTEwLTI5IDM0LTIwIDYwLTQ2IDgwLTgwIDIwLTMzIDI5LTcwIDI5LTExMHoiLz4KPGdseXBoIHVuaWNvZGU9IiYjODU5MjsiIGQ9Ik0yOTYgMTEzbDI5IDMwYzQgMyA2IDcgNiAxMiAwIDUtMiAxMC02IDEzbC04NyA4OCA4NyA4OGM0IDMgNiA4IDYgMTMgMCA1LTIgOS02IDEybC0yOSAzMGMtMyAzLTggNS0xMyA1LTUgMC05LTItMTItNWwtMTMwLTEzMGMtNC00LTYtOC02LTEzIDAtNSAyLTkgNi0xM2wxMzAtMTMwYzMtMyA3LTUgMTItNSA1IDAgMTAgMiAxMyA1eiBtMTc5IDE0M2MwLTQwLTktNzctMjktMTEwLTIwLTM0LTQ2LTYwLTgwLTgwLTMzLTIwLTcwLTI5LTExMC0yOS00MCAwLTc3IDktMTEwIDI5LTM0IDIwLTYwIDQ2LTgwIDgwLTIwIDMzLTI5IDcwLTI5IDExMCAwIDQwIDkgNzcgMjkgMTEwIDIwIDM0IDQ2IDYwIDgwIDgwIDMzIDIwIDcwIDI5IDExMCAyOSA0MCAwIDc3LTkgMTEwLTI5IDM0LTIwIDYwLTQ2IDgwLTgwIDIwLTMzIDI5LTcwIDI5LTExMHoiLz4KPGdseXBoIHVuaWNvZGU9IiYjODIyNjsiIGQ9Ik00NzUgMjU2YzAtNDAtOS03Ny0yOS0xMTAtMjAtMzQtNDYtNjAtODAtODAtMzMtMjAtNzAtMjktMTEwLTI5LTQwIDAtNzcgOS0xMTAgMjktMzQgMjAtNjAgNDYtODAgODAtMjAgMzMtMjkgNzAtMjkgMTEwIDAgNDAgOSA3NyAyOSAxMTAgMjAgMzQgNDYgNjAgODAgODAgMzMgMjAgNzAgMjkgMTEwIDI5IDQwIDAgNzctOSAxMTAtMjkgMzQtMjAgNjAtNDYgODAtODAgMjAtMzMgMjktNzAgMjktMTEweiIvPgo8Z2x5cGggdW5pY29kZT0iJiM5NzsiIGQ9Ik00NzUgNDM5bDAtMTI4YzAtNS0xLTktNS0xMy00LTQtOC01LTEzLTVsLTEyOCAwYy04IDAtMTMgMy0xNyAxMS0zIDctMiAxNCA0IDIwbDQwIDM5Yy0yOCAyNi02MiAzOS0xMDAgMzktMjAgMC0zOS00LTU3LTExLTE4LTgtMzMtMTgtNDYtMzItMTQtMTMtMjQtMjgtMzItNDYtNy0xOC0xMS0zNy0xMS01NyAwLTIwIDQtMzkgMTEtNTcgOC0xOCAxOC0zMyAzMi00NiAxMy0xNCAyOC0yNCA0Ni0zMiAxOC03IDM3LTExIDU3LTExIDIzIDAgNDQgNSA2NCAxNSAyMCA5IDM4IDIzIDUxIDQyIDIgMSA0IDMgNyAzIDMgMCA1LTEgNy0zbDM5LTM5YzItMiAzLTMgMy02IDAtMi0xLTQtMi02LTIxLTI1LTQ2LTQ1LTc2LTU5LTI5LTE0LTYwLTIwLTkzLTIwLTMwIDAtNTggNS04NSAxNy0yNyAxMi01MSAyNy03MCA0Ny0yMCAxOS0zNSA0My00NyA3MC0xMiAyNy0xNyA1NS0xNyA4NSAwIDMwIDUgNTggMTcgODUgMTIgMjcgMjcgNTEgNDcgNzAgMTkgMjAgNDMgMzUgNzAgNDcgMjcgMTIgNTUgMTcgODUgMTcgMjggMCA1NS01IDgxLTE1IDI2LTExIDUwLTI2IDcwLTQ1bDM3IDM3YzYgNiAxMiA3IDIwIDQgOC00IDExLTkgMTEtMTd6Ii8+CjwvZm9udD48L2RlZnM+PC9zdmc+Cg==#slick) format("svg")}.slick-next,.slick-prev{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;padding:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);cursor:pointer;border:none}.slick-next,.slick-next:focus,.slick-next:hover,.slick-prev,.slick-prev:focus,.slick-prev:hover{color:transparent;outline:none;background:transparent}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{font-family:slick;font-size:20px;line-height:1;opacity:.75;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir=rtl] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:"\2190"}[dir=rtl] .slick-prev:before{content:"\2192"}.slick-next{right:-25px}[dir=rtl] .slick-next{right:auto;left:-25px}.slick-next:before{content:"\2192"}[dir=rtl] .slick-next:before{content:"\2190"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;margin:0 5px;padding:0}.slick-dots li,.slick-dots li button{width:20px;height:20px;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;padding:5px;color:transparent;border:0;outline:none;background:transparent}.slick-dots li button:focus,.slick-dots li button:hover{outline:none}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{font-family:slick;font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:"\2022";text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}