/*!
 * 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://cdn-w.fishpond.com/fp_uploads/fonts/montserrat-bold-webfont.eot');
  src:
    url('https://cdn-w.fishpond.com/fp_uploads/fonts/montserrat-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('https://cdn-w.fishpond.com/fp_uploads/fonts/montserrat-bold-webfont.woff2') format('woff2'),
    url('https://cdn-w.fishpond.com/fp_uploads/fonts/montserrat-bold-webfont.woff') format('woff'),
    url('https://cdn-w.fishpond.com/fp_uploads/fonts/montserrat-bold-webfont.ttf') format('truetype'),
    url('https://cdn-w.fishpond.com/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://cdn-w.fishpond.com/fp_uploads/fonts/montserrat-extrabold-webfont.eot');
  src:
    url('https://cdn-w.fishpond.com/fp_uploads/fonts/montserrat-extrabold-webfont.eot?#iefix') format('embedded-opentype'),
    url('https://cdn-w.fishpond.com/fp_uploads/fonts/montserrat-extrabold-webfont.woff2') format('woff2'),
    url('https://cdn-w.fishpond.com/fp_uploads/fonts/montserrat-extrabold-webfont.woff') format('woff'),
    url('https://cdn-w.fishpond.com/fp_uploads/fonts/montserrat-extrabold-webfont.ttf') format('truetype'),
    url('https://cdn-w.fishpond.com/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://cdn-w.fishpond.com/fp_uploads/fonts/montserrat-regular-webfont.eot');
  src:
    url('https://cdn-w.fishpond.com/fp_uploads/fonts/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('https://cdn-w.fishpond.com/fp_uploads/fonts/montserrat-regular-webfont.woff2') format('woff2'),
    url('https://cdn-w.fishpond.com/fp_uploads/fonts/montserrat-regular-webfont.woff') format('woff'),
    url('https://cdn-w.fishpond.com/fp_uploads/fonts/montserrat-regular-webfont.ttf') format('truetype'),
    url('https://cdn-w.fishpond.com/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;
}

#deliveryAddressNew li.address-error,
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;
}

/* 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;
}

/* 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://cdn-w.fishpond.com/cross-20.png') no-repeat 10px 10px;
  border: 1px solid #ff7c00;
  padding-left: 30px;
  color: #fff;
}

div.warning-flash-message {
  background: #d4a31d url('https://cdn-w.fishpond.com/warning-icon.png') no-repeat 10px 10px;
  padding-left: 30px;
  border: 1px solid #d4a31d;
  color: #fff;
}

div.warning-flash-message.yellow {
    background: #eded9c;
    padding: 0 10px;
    border: 1px solid #eded9c;
    color: #ca8b16;
}

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://cdn-w.fishpond.com/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://cdn-w.fishpond.com/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://cdn-w.fishpond.com/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://cdn-w.fishpond.com/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://cdn-w.fishpond.com/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://cdn-w.fishpond.com/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 {
  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 {
  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://cdn-w.fishpond.com/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;
}

/* 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://cdn-w.fishpond.com/btn-list-for-sale.png');
}

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

/** HELPDESK */

#helpdesk_content #question-categories {
  margin-bottom: 15px;
  padding-left: 20px;
  list-style-image: url('https://cdn-w.fishpond.com/fp_uploads/site_images/plus-9.png');
}

#helpdesk_content #question-categories .category.opened {
  list-style-image: url('https://cdn-w.fishpond.com/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://cdn-w.fishpond.com/fp_uploads/site_images/circle-9.png');
}

/** TRACK MY ORDER PAGE */

.helpdesklayout div.form .tracking-summary div {
    margin-top: 0;
}

.tracking-summary {
    padding-top: 15px;
}

.tracking-summary .line {
    display: flex;
    flex-direction: row;
}

.tracking-summary .date {
    text-align: center;
    width: 150px;
    font-size: 13px;
}
.tracking-summary .date-mobile {
    display: none;
}
@media (max-width: 851px) {
    .tracking-summary .date {
        display: none;
    }
    .tracking-summary .date-mobile {
        display: block;
        font-size: 13px;
        color: #ccc;
    }
}

.tracking-summary .description {
    width: 300px;
}

.tracking-summary .status {
    width: 50px;
    background-image: url('https://cdn-w.fishpond.com/fp_uploads/site_images/tracking_summary_spacer.png');
    background-repeat: repeat-y;
    background-position-x: center;
}
.tracking-summary .incomplete .status,
.tracking-summary .complete .status {
    background-repeat: no-repeat;
}

.tracking-summary .processing .icon,
.tracking-summary .incomplete .icon {
    background-color: #4a80e8;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    margin: 0 auto;
}

.tracking-summary .icon {
    background-repeat: no-repeat;
    background-position-x: center;
    background-color: white;
    width: 32px;
    height: 32px;
    margin: 0 auto;
}
.tracking-summary .first .icon {
    background-image: url('https://cdn-w.fishpond.com/fp_uploads/site_images/tracking_summary_first.png');
    height: 31px;
    background-color: white;
}
.tracking-summary .transit .icon {
    background-image: url('https://cdn-w.fishpond.com/fp_uploads/site_images/tracking_summary_transit.png');
    background-position-y: -1px;
    height: 30px;
}
.tracking-summary .complete .icon {
    background-image: url('https://cdn-w.fishpond.com/fp_uploads/site_images/tracking_summary_complete.png');
    background-position-y: -1px;
}

.tracking-summary .description {
    padding-left: 10px;
}
.tracking-summary .complete .description,
.tracking-summary .first .description,
.tracking-summary .transit .description .title {
    font-size: 16px;
    font-weight: bold;
}
.tracking-summary .complete .description {
    color: #4a80e8;
}

/* SELL PAGE STYLES */

/* Flags 2 */
.flag img {
  width: 16px;
  height: 11px;
  background: url('https://cdn-w.fishpond.com/flags-sprite.png') no-repeat;
}

.flag.flag-nz img {
  background-position: -64px -110px;
}
.flag.flag-au img {
  background-position: -208px 0;
}
.flag.flag-us img {
  background-position: 0 -154px;
}
.flag.flag-eu img {
  background-position: -32px -44px;
}
.flag.flag-gb img {
  background-position: -160px -44px;
}
.flag.flag-sg img {
  background-position: 0 -132px;
}
.flag.flag-il img {
  background-position: -48px -66px;
}
.flag.flag-ae img {
  background-position: -32px 0;
}
.flag.flag-in img {
  background-position: -64px -66px;
}
.flag.flag-my img {
  background-position: -112px -99px;
}
.flag.flag-hk img {
  background-position: -176px -55px;
}
.flag.flag-mx img {
  background-position: -96px -99px;
}
.flag.flag-jp img {
  background-position: -192px -66px;
}
.flag.flag-ca img {
  background-position: -48px -22px;
}
.flag.flag-kr img {
  background-position: -64px -77px;
}
.flag.flag-ch img {
  background-position: -128px -22px;
}
.flag.flag-id img {
  background-position: -16px -66px;
}
.flag.flag-ph img {
  background-position: -160px -110px;
}
.flag.flag-br img {
  background-position: -192px -11px;
}
.flag.flag-sa img {
  background-position: -160px -121px;
}
.flag.flag-se img {
  background-position: -240px -121px;
}
.flag.flag-pl img {
  background-position: -192px -110px;
}

/* 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;
}


#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;
}

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

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

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

.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://cdn-w.fishpond.com/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;
}

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

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

.inactive {
    position: relative;
}

.inactive:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: white;
    opacity: 0.8;
    z-index: 1000;
}

/* 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://cdn-w.fishpond.com/fp_uploads/site_images/daffodil_day.jpg');
}

.comm_wrapper .img-cover.eat-lunch {
  background-image: url('https://cdn-w.fishpond.com/fp_uploads/site_images/eat-my-lunch.jpg');
}

.comm_wrapper .img-cover.rescuehelicopter {
  background-image: url('https://cdn-w.fishpond.com/fp_uploads/site_images/rescuehelicopter.jpg');
}

.comm_wrapper .img-cover.tatara-hospis {
  background-image: url('https://cdn-w.fishpond.com/fp_uploads/site_images/tatara-hospis.jpg');
}

.comm_wrapper .img-cover.cancer-research {
  background-image: url('https://cdn-w.fishpond.com/fp_uploads/site_images/cancer-research.jpg');
}

.comm_wrapper .img-cover.envelopes {
  background-image: url('https://cdn-w.fishpond.com/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://cdn-w.fishpond.com/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;
}

dl.zend_form dt label {
  line-height: 26px;
}

.gift-finder dl.zend_form dt label {
  line-height: inherit;
}

#content {
  padding: 0 14px;
}

.box .amount {
  padding: 0 5px !important;
}

.box h3 {
  height: inherit !important;
  font-weight: bold;
}

.g-recaptcha[data-text]:empty::before,
.h-captcha[data-text]:empty::before {
  content: attr(data-text);
  color: red;
}

#product_review_recaptcha, #product_question_recaptcha {
  margin-bottom: 5px;
  display: none;
}

#product_question_recaptcha {
  padding-top: 15px;
  clear: both;
}

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;
  }
}

/* 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://cdn-w.fishpond.com/fp_uploads/site_images/xmas-box-icon-red-40x50.png') top left no-repeat;
}

.xmas-e-gift {
  background: url('https://cdn-w.fishpond.com/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('//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 */

#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;
}

.button_left {
  clear: left;
  margin-right: 10px;
  margin-top: 25px;
}

.button_right {
  float: right;
  clear: right;
  margin-left: 10px;
}

.larger {
  font-size: 1.4em;
}

#content {
  position: relative;
  margin: 0 auto;
  padding-top: 25px;
  z-index: 1;
}

html {
  -webkit-text-size-adjust: none;
}

#content.shrink table {
  padding-left: 22px;
}

#content.shrink table table {
  padding: 0;
}

#account {
  display: inline;
  font-weight: 700;
  position: absolute;
  right: 1.8em;
  top: 1.3em;
}

.account #left_hand_nav {
  display: none;
}

#buy {
  color: #fff;
  left: 250px;
  position: absolute;
  text-align: left;
  top: 25px;
  width: 500px;
}

.mobile-only {
  display: none;
}

.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://cdn-w.fishpond.com/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://cdn-w.fishpond.com/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;
}

.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://cdn-w.fishpond.com/contribute_btn.png');
}

form.gift-finder dl.zend_form dt label {
  min-width: 150px;
}

.box .t {
  width: 164px;
}

.box h4 {
  font-weight: normal;
  margin: 0;
}

.box h4 a {
  color: #6c6c6c;
}

.box p a {
  color: #3361e3;
}

.box .amount {
  float: right;
  padding: 0 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;
}

#free_shipping b {
  font-size: 1em;
  line-height: 1em;
}

#free_shipping span.fj {
  display: inline;
}

/*
.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;
}

p.loading {
  margin-top: 0;
}

#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;
}


/* Side bar & other rules (will need to be cleaned up at some point) */

#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%;
}

/* 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;
}

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://cdn-w.fishpond.com/fishlogo.png') no-repeat scroll 0 -8px transparent;
}

/* page container end */

.edge .t,
.edge .tr,
.edge .b,
.edge .br {
  background-image: url('https://cdn-w.fishpond.com/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;
}

#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;
}

/* Old rules */
form {
  display: inline;
}

.boxText {
  background: #fff;
  font-size: 9pt;
}

.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;
}

/* 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 20px;
}

.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;
  line-height: 1.4;
}

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.errorText {
  color: red;
}

span.arrival_time {
  color: #50be19;
}

.moduleRow {
  padding: 2px;
}

.moduleRowOver {
  background-color: #f1f1f1;
  padding: 2px;
}

.moduleRowSelected {
  background-color: #e2e2e2;
  padding: 2px;
}

.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;
}

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;
}

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

hr {
  background: #c6c6c6;
  border: none;
  color: #c6c6c6;
  height: 1px;
  padding: 0;
}

.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;
  display: flex;
  justify-content: space-between;
}

.faq-dialog .header .title {
  margin: auto;
}

.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;
  color: #fff;
  -webkit-appearance: none;
  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;
}

.popular_lists {
  padding: 0.4em;
}

td.infoBoxHeading {
  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;
}


.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;
}

.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;
}

.filters {
  font-size: 1.1em;
}

.filters .disabled {
  color: #777;
}

.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;
}

.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;
}

.fgpassword button {
  margin: 18px 0;
}

.oauth {
  text-align: left;
  margin: 0;
  float: right;
}

.oauth .header-separator-text {
  width:136px;
  font-weight: bold;
  padding: 0;
  font-size: 18px;
}

#address-country,
#address-state {
  width: 177px;
}

#payment .first {
  padding-top: 2em;
}

.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;
}

span.processing img {
  width: 132px;
  height: 35px;
  display: block;
}

.product-page-ads {
  margin: 25px 0;
  text-align: center !important;
}

/* 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;
}

.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://cdn-w.fishpond.com/btn-confirm-order.gif');
}

button.sent {
  width: 74px;
  height: 29px;
  text-indent: -999em;
  background-image: url('https://cdn-w.fishpond.com/btn-sell_yours_sent.gif');
}

button.continue {
  width: 150px;
  height: 35px;
  text-indent: -999em;
  background-image: url('https://cdn-w.fishpond.com/btn-continue.gif');
}

/* Additional CSS for the Sell Yours pages only. */

form#sell-yours-details li label {
  float: left;
}

form#sell-yours-details li span {
  display: inline-block;
}

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;
  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: 300px;
}

.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;
}


p.sell-more {
  font-weight: bold;
  padding: 3em 0 2em;
  clear: both;
}

p.pager {
  margin-bottom: 2em;
}

#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://cdn-w.fishpond.com/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-back {
  width: 86px;
  height: 35px;
}

.btn-back .txt {
  background-color: #9ab4f3;
  line-height: 32px;
}

.btn-back .img {
  text-indent: -999em;
  background-image: url('https://cdn-w.fishpond.com/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://cdn-w.fishpond.com/btn-continue.gif');
}

span.img-tick {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url('https://cdn-w.fishpond.com/tick.gif');
}

span.img-cross {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url('https://cdn-w.fishpond.com/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;
}

#existing_card {
  width: 166px;
}

/* Style for Zend Form */

dl.zend_form dt label {
  float: left;
  min-width: 100px;
  font-weight: bold;
}



#content.shrink table.account {
  padding-right: 12px;
  padding-left: 22px;
}


.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 */

 /* UNUSED for now
.daily_deals_banner {
  border: 1px solid #d7d7d7;  margin: 0;
  overflow: hidden;
  text-align: center;
  background: url('https://cdn-w.fishpond.com/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://cdn-w.fishpond.com/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;
}

.email-field-success,
.ms-error {
  display: none;
}

  End Daily Deals Styles */



/* Explore fishpond lightbox */

 /* UNUSED for now.  See Fishpond_View_Helper_DailyDealsBanner
.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://cdn-w.fishpond.com/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://cdn-w.fishpond.com/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 */

.last-sold-text {
  padding-left: 30px;
  font-size: 13px;
  font-weight: normal;
}

.sell-by-text {
  font-weight: normal;
  font-size: 13px;
  line-height: 24px;
}

.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;
}

.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;
}


.col-wrapper {
  float: left;
  width: 100%;
}

.col-wrapper .primary-col {
  margin-right: 190px;
}

/* 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.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 */

#util {
  float: left;
}

.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%;
}


.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;
}

.data-table td.prod-count {
  line-height: 2.2;
}

.product-title {
  font-size: 1.32em;
}

.sell-yours-image {
  float: left;
  width: 159px;
}


.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;
}


table.credit-cards-edit .infoBox,
table.helpdesklayout .infoBox {
  width: 100%;
  overflow: hidden;
  padding: 0;
}

/* 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.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;
}

.checkout-success.gift-finder #sex-label {
  width: 10px;
}


/* 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;
}

.product_page.debug #header.world #google_translate_element {
  top: -18px;
}

.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;
}

.variant-attributes {
  font-size: 14px;
  line-height: 18px;
  padding: 15px 0 5px;
}

.date_input {
  display: block;
  float: left;
  position: relative;
}

.date_input .calendar_ico {
  background: url('https://cdn-w.fishpond.com/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;
}

.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;
}

.paginator {
  padding: 15px 10px 15px 0;
  text-align: right;
}

.paginator a.back_centre {
  display: block;
  float: left;
  padding: 3px 0;
}

#buy-used {
  position: relative;
}

.pageHeading .saved-amount {
  font-size: 14px;
}

.pageHeading .saved-amount.saved-amount-bg {
  background: url('https://cdn-w.fishpond.com/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://cdn-w.fishpond.com/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;
}

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;
  }
}
/*
 * 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://cdn-w.fishpond.com/btn-update.gif');
  width: 106px;
  _behavior: expression((function(el){el.runtimeStyle.behavior='none';el.onmouseenter=function(){this.style.backgroundImage='url(https://cdn-w.fishpond.com/btn-update-hover.gif)'};el.onmouseleave=function() {this.style.backgroundImage='url(https://cdn-w.fishpond.com/btn-update.gif)'};el=null})(this));
}

#update_btn:hover {
  background-image: url('https://cdn-w.fishpond.com/btn-update-hover.gif');
}

#back_btn {
  background-image: url('https://cdn-w.fishpond.com/btn-back.gif');
  width: 86px;
  _behavior: expression((function(el){el.runtimeStyle.behavior='none';el.onmouseenter=function(){this.style.backgroundImage='url(https://cdn-w.fishpond.com/btn-back-hover.gif)'};el.onmouseleave=function(){this.style.backgroundImage='url(https://cdn-w.fishpond.com/btn-back.gif)'};el=null})(this));
}

#back_btn:hover {
  background-image: url('https://cdn-w.fishpond.com/btn-back-hover.gif');
}

/* new header */

.box {
  color: #6c6c6c;
  line-height: 1.4;
  position: relative;
  text-align: center;
  width: 170px;
}

.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;
  }
}

/* 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';
}

#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;
}

.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;
}

.product-page-ad-mobile {
  display: block;
}
.product-page-ad-desktop {
  display: none;
}

@media all and (min-width: 851px) {
  .content-wrapper {
    max-width: 1280px;
    min-width: 1024px;
    margin: 0 auto;
    position: relative;
  }

  .product-page-ad-mobile {
    display: none;
  }
  .product-page-ad-desktop {
    display: block;
  }
}

.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;
}

#marketing_opt_in {
  position: relative;
  margin-bottom: 35px;
  margin-left: 100px;
}
#marketing_opt_in label {
  width: 95px;
}
#marketing_opt_in > span {
  font-size: 12.5px;
}

#marketing_opt_in #marketing_opt_in__coupon {
  font-family: Roboto,sans-serif;
  font-size: 15px;
  margin-bottom: 5px;
}

#marketing_opt_in #marketing_opt_in__coupon img {
    margin-right: 10px;
    margin-left: 2px;
}

.marketing-opt-in-coupon {
    font-weight: bold;
    clear: both;
    border: 1px solid #50be19;
    padding: 10px;
    border-radius: 5px;
}

.marketing-opt-in-coupon__value {
    color: #50be19;
    font-size: 24px;
}

.fp-header__bottom_message {
    background-color: #fff4c3;
    padding: 4px 0;
    font-size: 14px;
    line-height: 25px;
}

.fp-header__bottom_message__text {
    margin-right: 10px;
}

a.fp-header__bottom_message__button {
    background-color: #f70;
    border-radius: 4px 4px;
    padding: 4px 10px;
    color: white;
    cursor: pointer;
    white-space: nowrap;
}

.fp-header__bottom_message__button:hover {
    color: white;
    text-decoration: none;
}

@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;
  }
}

.mini-p-message {
  display: none;
}

.mini-p-message.mini-p-message_visible {
  display: block;
  background-color: #1452bf;
  color: white;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  position: fixed;
  bottom: 30px;
  z-index: 100000;
  padding: 10px;
  max-width: 400px;
}

@media (max-width: 851px) {
  .mini-p-message.mini-p-message_visible {
    display: none;
  }
  .mini-p-message.mini-p-message_visible.first {
    display: block;
  }
}

.mini-p-message.mini-p-message_visible.mini-p-message_left {
  left: 30px;
  margin-right: 30px;
  animation: mini-p-message_slideInLeft 1s ease-out;
}

.mini-p-message.mini-p-message_visible.mini-p-message_right {
  right: 30px;
  margin-left: 30px;
  animation: mini-p-message_slideInRight 1s ease-out;
}

@keyframes mini-p-message_slideInLeft {
    from { transform: translateX(-100%); opacity: 0; }
    to { transform: translateX(0); opacity: 1; }
}

@keyframes mini-p-message_slideInRight {
    from { transform: translateX(100%); opacity: 0; }
    to { transform: translateX(0); opacity: 1; }
}

.mini-p-message a,
.mini-p-message__expand {
    color: white;
    text-decoration: underline;
}

.mini-p-message a:hover,
.mini-p-message__expand:hover {
    color: #91bce3;
    text-decoration: none;
}

.mini-p-message__close {
  cursor: pointer;
  margin-left: 10px;
}

.mini-p-message__close:hover {
    color: #91bce3;
    text-decoration: none;
}

.mini-p-message__line {
    display: flex;
    justify-content: space-between;
}

.mini-p-message_mini_chat .mini-p-message__main {
    text-decoration: underline;
}

.mini-p-message.expandable .mini-p-message__main {
    cursor: pointer;
}

.mini-p-message__expanded {
    display: none;
    background-color: #52aeea;
    margin: 10px -10px -10px;
    padding: 10px;
    border-radius: 0 0 10px 10px;
}
.mini-p-message__expanded::selection {
    background-color: #1452bf;
}

.mini-p-message__chat-message {
    max-width: 90%;
    background-color: #c7e9ff;
    color: black;
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 5px;
    overflow: hidden;
}

.mini-p-message__chat-message::selection {
    color: white;
}

.mini-p-message__chat-message.mini-p-message__chat-message_user {
    background-color: #c7ffc8;
    margin-left: auto;
}

.mini-p-message__input {
    margin-top: 10px;
    margin-bottom: 5px;
    width: 100%;
}

.mini-p-message__send {
    width: 100%;
    height: 25px;
    border-radius: 4px;
    background-color: #4179e8;
    color: white;
}

#floating_cart {
    display: block;
    background-color: #1c9f22;
    color: white;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 50000;
    padding: 10px;
    animation: floating_cart_slideIn 1s ease-out;
    text-decoration: none;
}

#floating_cart.floating-cart_above-popup {
    bottom: 80px;
}

#floating_cart i {
    margin-right: 10px;
}

@keyframes floating_cart_slideIn {
    from { transform: translateX(100%); opacity: 0; }
    to { transform: translateX(0); opacity: 1; }
}

/* /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://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://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://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://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,iVBORw0KGgoAAAANSUhEUgAAABkAAAANCAYAAABcrsXuAAAAx0lEQVQ4T2NkoANgpIMdDGBL0jrf1/9iY5i4oFDwAy5LE/rfC7D9YnCYVS64gVSHMaZ3vJ3PwMCY8J+B4cIvdkZHbBaBLfj5fz8jA4PB338MdnOqhA6TYhFjWvvbBYyMjPEgTdgsQrYApIYsS8DBhcMidAsY/zMmzqgUXECKL0Bq4RGPbhHTf8bAf4z/14OCCKyQTAtQLEH3EbJrKbEAwxJsFlFqAVZLkC2ihgU4LQFJZLS/d5hRKXiA1EjGpp5+OZ4arsVnBgCykF8OX6dTqwAAAABJRU5ErkJggg==');
  background-repeat: no-repeat;
  background-position-x: right;
  background-position: right;
  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,iVBORw0KGgoAAAANSUhEUgAAABkAAAANCAYAAABcrsXuAAAAxklEQVQ4T2NkoANgpIMdDGBLJu59XP+PiWdioaPgB1yW9u9/L8Dw97NDoYvcBlIdxjhhz6P5jAyMCf//M1z4z8LjiM0ikAWMf77sZ2RkMGBk+G+X5yJ3mBSLGCfuebSAgYExHqQJm0XIFoDUkGUJOLhwWIRuwT9GxsRCZ5kFpPgC4jAowLSIJZDxz5/1oCACKSHXAhRL0H2E7FpKLMCwBJtFlFqA1RJki6hhAU5LQBL9ux87FLrKHiA1krGpp1+Op4Zr8ZkBADaxYg4pu/OUAAAAAElFTkSuQmCC');
}

.menu__item-dropdown-ico_opened {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAANCAYAAABcrsXuAAAA10lEQVQ4T8XTOw6CQBAG4H9MfHQKXIATqEfwIBbYGDqtFEor7GwRC6XwHHoDPYMHkFiCxZiFYORhDIHg1H/2m92ZJdRQVIOBXETbeL1WgJmzlFZVNJFBQsDnEwFDgA9bQ5mUhRJIEoiPLg+9kTTAwIOAbkSVg0IkAzC7Qacxb/t8BjAoC1Ee4JiKFuNVQDRd3y/RkAFmdmMgnoho4hMixtg25WORZSDd8jQm3ucBaYgBFUDfMeRbIUSEdcsb2aYk3v9riRs1n1B3C+laBBDZ//34op3+yr8AErRsDmNrwfsAAAAASUVORK5CYII=') !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: 175px;
}

.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;
}

/* open invoice form */
#open-invoices-form #submit-label {
  display: none;
}
#open-invoices-form dt label {
  min-width: 170px;
}
#open-invoices-form #submit-element {
  margin-top: 20px;
}


/* 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
.review-form__content dl.zend_form #product_question_recaptcha {
  padding: 8px 0 16px;
  display: none;
}

.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://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;
}

.buy-now__button.used {
    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;
}


#premium_confirmation {
    border: 2px solid #3361e3;
    padding: 0.6em 0.8em;
    border-radius: 6px;
}

#premium_confirmation {
    border: 2px solid #3361e3;
    padding: 0.6em 0.8em;
    border-radius: 6px;
}

#premium_confirmation.highlight {
    animation: shake 0.3s ease-in-out 2;
}

@keyframes shake {
    0%, 100% {
        transform: translateX(0);
    }
    25% {
        transform: translateX(-5px);
    }
    75% {
        transform: translateX(5px);
    }
}

#premium_confirmation .header {
    margin-top: 8px;
}

#premium_confirmation ul {
    padding-left: 30px;
}

#premium_confirmation li {
    color: #7a7a7a;
}

#premium_confirmation .options {
    margin-top: 10px;
}

#premium_confirmation .options label {
    display: block;
    width: 100%;
}

.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://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://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://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: 99%;
}

.google-icon {
  padding: 3px 2px;
}

#content {
  overflow:hidden;
}

.recommendation-slide-list,.recommendation-price{
    text-align:left!important;
}

.b-recommendation__padding {
  padding: 15px 35px;
}
.shopping-cart-product-image {
  width: 15%;
  clear:both;
}

.flat-button__checkout {
  float:left;

}

.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-header-breadcrumbs {
    margin-left: 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-success-message {
  font-size: 1.3em;

}

.create-account-box .oauth {
  margin-top: 20px;
}



  .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%;
}

.morelink-detail{
  margin-left: 412px;
}

.sortby-container {
  background: rgba(0, 0, 0, 0.005)!important;
}


.wishlist-productinfo {
  display: inline-block;
}


.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;
}

.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;
}

.signin-container {
  width: 400px;
  margin: 0 auto;
}

.create-option a {
  color:#000;
  text-decoration: none;
}

.signin-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://cdn-w.fishpond.co.nz/fp_uploads/site_images/slick-arrow-right.png');
}

.slides-next.slick-arrow {
  right: 15px;
  background-image: url('https://cdn-w.fishpond.co.nz/fp_uploads/site_images/slick-arrow-left.png');
}

.slides-prev.slick-disabled {
  background-image: url('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://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;
}

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;
}


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;
}

a.sign-in-button:visited {
  color: #fff;
}

a.sign-in-button.google:visited {
  color: #727272 !Important;
}

.page-checkout a.sign-in-button.google {
    margin-top: 0;
    margin-left: 10px;
}

.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.google {
  margin-left:5px;
}


.sign-in-button .text {
  left: 40px;
  position: absolute;
  top: 5px;
  font-size: 15px;
  font-weight: bold;
}

a.sign-in-button.google {
  width:200px;
}

a.sign-in-button.google img {
  width: 100%;
}

.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;
}


.description {
  clear: both;
}

.account-history__product {
    display: flex;
}

.account-history__product .image {
    min-width: 135px;
    text-align: center;
    margin-right: 5px;
}

.account-history__product .title {
    margin: auto 0;
}


/* /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: 10px;
    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://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://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://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;
  }
  #hamberger-menu-mobile img {
    width:33px;
    height:33px;
  }

  .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://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://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://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://cdn-w.fishpond.co.nz/fp_uploads/site_images/categoriesicon.png') no-repeat left center;
    margin-left:4px;
  }

  .menu__item-sellyours {
    background: url('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://cdn-w.fishpond.co.nz/fp_uploads/site_images/giftfindericon.png') no-repeat left center;
    margin-left:15px;
  }

  .menu__item-5minutechristmasshop {
    background: url('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://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://cdn-w.fishpond.co.nz/fp_uploads/site_images/signin.png') no-repeat left center;
    margin-left:15px;
  }

  .menu__item-wishlist {
    background: url('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://cdn-w.fishpond.co.nz/fp_uploads/site_images/register.png') no-repeat left center;
    margin-left:15px;
  }
  .menu__item-cart {
    background: url('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://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://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://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;
  }

  #address-form li {
    padding-left: 0px;
  }

  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;
}

.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) {
  .fp-header__bottom_message {
    padding-left: 10px;
  }

  .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://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://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;
  }
  .browse__item-big .quick-add-to-cart__container_big {
    width:40%!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;
  }

  #marketing_opt_in {
    margin-left: 0;
  }

  .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;
  }

  .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;
  }

  .create-account-box .flat-button.medium .flat-text {
    padding: 0 66px;
  }

  .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;
  }

  .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;
  }

  .col-wrapper .primary-col h1{
    font-size: 1.5em;
  }

  #content {
    padding: 0px;
  }

  .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;
  }

  .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;
  }

  .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) {

    .signin-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){
  .signin-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;
  }

  .interim-header-breadcrumbs {
    margin-left: 0;
  }

  .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;
  }

  .create-account-box, .sign-in-box {
    margin: 1.5em auto;
    padding:10px 0px;
  }

  .sign-in-box #password,
  .sign-in-box #email_address {
    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%;
  }

  .shopping-cart-product-price {
    text-align: left;
    padding-right: 15px;
    margin-top: 0 !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-success-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;
  }

  .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;
  }
}
/* /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;
    }


    #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://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;
}

.domain_suggestion_message {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  background-color: dimgray;
  font-size: 15px!important;
}

#domain_suggestion_message {
  margin-bottom: 0;
  padding: 0 10px;
  border-radius: 0;
}

#domain_suggestion_message .close-icon {
  font-size: 25px;
}

.cookies-dialog-container {
    background-color: #ebebeb;
    line-height: 20px;
    font-size: 16px;
    padding: 24px;
    position: fixed;
    z-index: 100;
    bottom: 0;
    right: 0;
    left: 0;
    color: #444;
}
.cookies-dialog-container .cookies-dialog-wrapper {
    flex-direction: row;
    margin: 0 auto;
    max-width: 1280px;
    display: flex;
}
.cookies-dialog-container .cookies-dialog-text {
    margin-right: 1.5em;
}
.cookies-dialog-container .cookies-dialog-buttons {
    flex-wrap: nowrap;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}
.cookies-dialog-container .flat-button .flat-text {
    line-height: 18px;
    padding: 5px;
}
@media (max-width: 1000px)  {
    .cookies-dialog-container .cookies-dialog-wrapper {
        flex-direction: column;
    }
    .cookies-dialog-container .cookies-dialog-text {
        margin-right: 0;
        margin-bottom: 15px;
    }
    .cookies-dialog-container .cookies-dialog-buttons {
        justify-content: flex-start;
    }
}

#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://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;
}

#stripe-payment-element {
  width: 350px;
  margin-top: 10px;
  margin-left: 2px;
}

#stripe-cvc-element {
    display: inline-block;
    width: 80px;
    background: #fff;
    padding: 3px;
    border: 1px solid #ccc;
}

.stripe-set-primary-container.hidden {
  display: none;
}

.where-saved-cards {
    color: gray !important;
}

.non-border-radius {
  border-radius: 0px;
}

.non-margin {
  margin: 0px;
}

.pricing-rules-debug-table tr td a {
  overflow-wrap: anywhere;
}

.create-account-box .smallText.term-condition {
  clear: both;
  color: #666666;
}

.create-account-box .oauth-container {
  margin-bottom: 20px;
}

.checkout-success-container {
    padding: 0 8px;
}
.checkout-success-title {
    font-size: 2em;
    font-weight: bold;
    text-align: left;
}
.checkout-success-text {
    margin-bottom: 20px;
}
@media all and (min-width: 1280px) {
    .checkout-success-container {
        padding: 0 64px;
    }
}
.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:application/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}