/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #656d78;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #656d78;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2ecc71;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 0px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #e5e5e5;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 300;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #ccd1d9;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #f2dede;
  padding: 0.2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #ccd1d9;
}
.text-primary {
  color: #2ecc71;
}
a.text-primary:hover {
  color: #25a25a;
}
.text-success {
  color: #2ecc71;
}
a.text-success:hover {
  color: #25a25a;
}
.text-info {
  color: #656d78;
}
a.text-info:hover {
  color: #4e545c;
}
.text-warning {
  color: #f39c12;
}
a.text-warning:hover {
  color: #c87f0a;
}
.text-danger {
  color: #e74c3c;
}
a.text-danger:hover {
  color: #d62c1a;
}
.bg-primary {
  color: #fff;
  background-color: #2ecc71;
}
a.bg-primary:hover {
  background-color: #25a25a;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #f2dede;
}
a.bg-warning:hover {
  background-color: #e4b9b9;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #e5e5e5;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #ccd1d9;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #e5e5e5;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #ccd1d9;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #e5e5e5;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .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 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .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 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .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 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #ccd1d9;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #ebcccc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #656d78;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #434a54;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #434a54;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccd1d9;
  border-radius: 0px;
  -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 .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #29b765;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(41, 183, 101, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(41, 183, 101, 0.6);
}
.form-control::-moz-placeholder {
  color: #aab2bd;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #aab2bd;
}
.form-control::-webkit-input-placeholder {
  color: #aab2bd;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #e5e5e5;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}
select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px;
}
textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0px;
}
select.form-group-lg .form-control {
  height: 46px;
  line-height: 46px;
}
textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #2ecc71;
}
.has-success .form-control {
  border-color: #2ecc71;
  -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);
}
.has-success .form-control:focus {
  border-color: #25a25a;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ee2a8;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ee2a8;
}
.has-success .input-group-addon {
  color: #2ecc71;
  border-color: #2ecc71;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #2ecc71;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #f39c12;
}
.has-warning .form-control {
  border-color: #f39c12;
  -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);
}
.has-warning .form-control:focus {
  border-color: #c87f0a;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f8c573;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f8c573;
}
.has-warning .input-group-addon {
  color: #f39c12;
  border-color: #f39c12;
  background-color: #f2dede;
}
.has-warning .form-control-feedback {
  color: #f39c12;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #e74c3c;
}
.has-error .form-control {
  border-color: #e74c3c;
  -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);
}
.has-error .form-control:focus {
  border-color: #d62c1a;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f29f97;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f29f97;
}
.has-error .input-group-addon {
  color: #e74c3c;
  border-color: #e74c3c;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #e74c3c;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #a7adb5;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #fff;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #fff;
  background-color: #aab2bd;
  border-color: #aab2bd;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #fff;
  background-color: #8d98a7;
  border-color: #8893a2;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #aab2bd;
  border-color: #aab2bd;
}
.btn-default .badge {
  color: #aab2bd;
  background-color: #fff;
}
.btn-primary {
  color: #fff;
  background-color: #2ecc71;
  border-color: #2ecc71;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #25a25a;
  border-color: #239a55;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #2ecc71;
  border-color: #2ecc71;
}
.btn-primary .badge {
  color: #2ecc71;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #2ecc71;
  border-color: #29b765;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #25a25a;
  border-color: #1e854a;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #2ecc71;
  border-color: #29b765;
}
.btn-success .badge {
  color: #2ecc71;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #ccd1d9;
  border-color: #bdc4ce;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #afb7c3;
  border-color: #9aa4b4;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #ccd1d9;
  border-color: #bdc4ce;
}
.btn-info .badge {
  color: #ccd1d9;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f39c12;
  border-color: #e08e0b;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #c87f0a;
  border-color: #a66908;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f39c12;
  border-color: #e08e0b;
}
.btn-warning .badge {
  color: #f39c12;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #e74c3c;
  border-color: #e43725;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #d62c1a;
  border-color: #b62516;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #e74c3c;
  border-color: #e43725;
}
.btn-danger .badge {
  color: #e74c3c;
  background-color: #fff;
}
.btn-link {
  color: #656d78;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #2ecc71;
  text-decoration: none;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #ccd1d9;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
  visibility: hidden;
}
.collapse.in {
  display: block;
  visibility: visible;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid #fff;
  border-radius: 0px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #656d78;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #59606a;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #2ecc71;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #ccd1d9;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #ccd1d9;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #434a54;
  text-align: center;
  background-color: #e5e5e5;
  border: 1px solid #ccd1d9;
  border-radius: 0px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 0px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 0px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #e5e5e5;
}
.nav > li.disabled > a {
  color: #ccd1d9;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #ccd1d9;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #e5e5e5;
  border-color: #656d78;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ccd1d9;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 0px 0px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #ccd1d9 #ccd1d9 #ccd1d9;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #aab2bd;
  background-color: #fff;
  border: 1px solid #ccd1d9;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ccd1d9;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ccd1d9;
    border-radius: 0px 0px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ccd1d9;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #2ecc71;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 0px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ccd1d9;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ccd1d9;
    border-radius: 0px 0px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ccd1d9;
  }
}
.tab-content > .tab-pane {
  display: none;
  visibility: hidden;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: none;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: none;
  border-top-left-radius: none;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
    float: left;
  }
  .navbar-right {
    float: right !important;
    float: right;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #2ecc71;
  border-color: transparent;
}
.navbar-default .navbar-brand {
  color: #fff;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #e6e6e6;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #fff;
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #656d78;
  background-color: #fff;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #656d78;
  background-color: #fff;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #1b7943;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #208e4e;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #25a25a;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: transparent;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #fff;
  color: #656d78;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #656d78;
    background-color: #fff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #656d78;
    background-color: #fff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #fff;
}
.navbar-default .navbar-link:hover {
  color: #656d78;
}
.navbar-default .btn-link {
  color: #fff;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #656d78;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #ccd1d9;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #ccd1d9;
}
.navbar-inverse .navbar-nav > li > a {
  color: #ccd1d9;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #ccd1d9;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #ccd1d9;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #ccd1d9;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 0 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 0px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #ccd1d9;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 0px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #656d78;
  background-color: #fff;
  border: 1px solid #ccd1d9;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #2ecc71;
  background-color: #e5e5e5;
  border-color: #ccd1d9;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #2ecc71;
  border-color: #2ecc71;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #ccd1d9;
  background-color: #fff;
  border-color: #ccd1d9;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ccd1d9;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #e5e5e5;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #ccd1d9;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #ccd1d9;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #afb7c3;
}
.label-primary {
  background-color: #2ecc71;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #25a25a;
}
.label-success {
  background-color: #2ecc71;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #25a25a;
}
.label-info {
  background-color: #ccd1d9;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #afb7c3;
}
.label-warning {
  background-color: #f39c12;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #c87f0a;
}
.label-danger {
  background-color: #e74c3c;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #d62c1a;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #ccd1d9;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #656d78;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 0px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #2ecc71;
  border-color: #2ecc71;
  color: #fff;
}
.alert-success hr {
  border-top-color: #29b765;
}
.alert-success .alert-link {
  color: #e6e6e6;
}
.alert-info {
  background-color: #e5e5e5;
  border-color: #e5e5e5;
  color: #434a54;
}
.alert-info hr {
  border-top-color: #d8d8d8;
}
.alert-info .alert-link {
  color: #2c3138;
}
.alert-warning {
  background-color: #f39c12;
  border-color: #f39c12;
  color: #fff;
}
.alert-warning hr {
  border-top-color: #e08e0b;
}
.alert-warning .alert-link {
  color: #e6e6e6;
}
.alert-danger {
  background-color: #e74c3c;
  border-color: #e74c3c;
  color: #fff;
}
.alert-danger hr {
  border-top-color: #e43725;
}
.alert-danger .alert-link {
  color: #e6e6e6;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 0px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.carousel {
  position: relative;
}
.carousel:hover .carousel-control {
  display: block;
}
.carousel:hover .carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel:hover .carousel-control.right {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    perspective: 1000;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 10%;
  font-size: 50px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  transition: none;
}
.carousel-control.left {
  left: 0;
}
.carousel-control.right {
  left: auto;
  right: 0;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #2ecc71;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #2ecc71;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.modal-footer:before,
.modal-footer:after,
#notificationArea #notificationAreaHeader div.mode:before,
#notificationArea #notificationAreaHeader div.mode:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.modal-footer:after,
#notificationArea #notificationAreaHeader div.mode:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('/site/frontend/themes/merlin2015/fontello/font/fontello.eot?v=4.5.0.1&m=1');
  src: url('/site/frontend/themes/merlin2015/fontello/font/fontello.eot?#iefix&v=4.5.0.1&m=1') format('embedded-opentype'), url('/site/frontend/themes/merlin2015/fontello/font/fontello.woff2?v=4.5.0.1&m=1') format('woff2'), url('/site/frontend/themes/merlin2015/fontello/font/fontello.woff?v=4.5.0.1&m=1') format('woff'), url('/site/frontend/themes/merlin2015/fontello/font/fontello.ttf?v=4.5.0.1&m=1') format('truetype'), url('/site/frontend/themes/merlin2015/fontello/font/fontello.svg?v=4.5.0.1&m=1#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-bolt:before {
  content: "\f0e7";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\e800";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-check:before {
  content: "\f00c";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-circle:before {
  content: "\f111";
}
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-clock:before,
.fa-clock:before {
  content: "\f017";
}
.fa-cog:before {
  content: "\f013";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-home:before {
  content: "\f015";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-key:before {
  content: "\f084";
}
.fa-list:before {
  content: "\f03a";
}
.fa-lock:before {
  content: "\f023";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-minus-squared-alt:before {
  content: "\f147";
}
.fa-plus-squared-alt:before {
  content: "\f196";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-phone:before {
  content: "\f095";
}
.fa-plus:before {
  content: "\f067";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-print:before {
  content: "\f02f";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-search:before {
  content: "\f002";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-half-empty:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-user:before {
  content: "\f007";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-book:before {
  content: "\f02d";
}
/*@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic,700italic);*/
@font-face {
  font-family: 'Source Sans Pro';
  src: url('/site/frontend/themes/merlin2015/fonts/sourcesanspro-bolditalic-webfont.eot');
  src: url('/site/frontend/themes/merlin2015/fonts/sourcesanspro-bolditalic-webfont.eot?#iefix') format('embedded-opentype'), url('/site/frontend/themes/merlin2015/fonts/sourcesanspro-bolditalic-webfont.woff2') format('woff2'), url('/site/frontend/themes/merlin2015/fonts/sourcesanspro-bolditalic-webfont.woff') format('woff'), url('/site/frontend/themes/merlin2015/fonts/sourcesanspro-bolditalic-webfont.ttf') format('truetype'), url('/site/frontend/themes/merlin2015/fonts/sourcesanspro-bolditalic-webfont.svg#source_sans_probold_italic') format('svg');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Source Sans Pro';
  src: url('/site/frontend/themes/merlin2015/fonts/sourcesanspro-semibolditalic-webfont.eot');
  src: url('/site/frontend/themes/merlin2015/fonts/sourcesanspro-semibolditalic-webfont.eot?#iefix') format('embedded-opentype'), url('/site/frontend/themes/merlin2015/fonts/sourcesanspro-semibolditalic-webfont.woff2') format('woff2'), url('/site/frontend/themes/merlin2015/fonts/sourcesanspro-semibolditalic-webfont.woff') format('woff'), url('/site/frontend/themes/merlin2015/fonts/sourcesanspro-semibolditalic-webfont.ttf') format('truetype'), url('/site/frontend/themes/merlin2015/fonts/sourcesanspro-semibolditalic-webfont.svg#source_sans_proSBdIt') format('svg');
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: 'Source Sans Pro';
  src: url('/site/frontend/themes/merlin2015/fonts/sourcesanspro-lightitalic-webfont.eot');
  src: url('/site/frontend/themes/merlin2015/fonts/sourcesanspro-lightitalic-webfont.eot?#iefix') format('embedded-opentype'), url('/site/frontend/themes/merlin2015/fonts/sourcesanspro-lightitalic-webfont.woff2') format('woff2'), url('/site/frontend/themes/merlin2015/fonts/sourcesanspro-lightitalic-webfont.woff') format('woff'), url('/site/frontend/themes/merlin2015/fonts/sourcesanspro-lightitalic-webfont.ttf') format('truetype'), url('/site/frontend/themes/merlin2015/fonts/sourcesanspro-lightitalic-webfont.svg#source_sans_prolight_italic') format('svg');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Source Sans Pro';
  src: url('/site/frontend/themes/merlin2015/fonts/sourcesanspro-italic-webfont.eot');
  src: url('/site/frontend/themes/merlin2015/fonts/sourcesanspro-italic-webfont.eot?#iefix') format('embedded-opentype'), url('/site/frontend/themes/merlin2015/fonts/sourcesanspro-italic-webfont.woff2') format('woff2'), url('/site/frontend/themes/merlin2015/fonts/sourcesanspro-italic-webfont.woff') format('woff'), url('/site/frontend/themes/merlin2015/fonts/sourcesanspro-italic-webfont.ttf') format('truetype'), url('/site/frontend/themes/merlin2015/fonts/sourcesanspro-italic-webfont.svg#source_sans_proitalic') format('svg');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Source Sans Pro';
  src: url('/site/frontend/themes/merlin2015/fonts/sourcesanspro-light-webfont.eot');
  src: url('/site/frontend/themes/merlin2015/fonts/sourcesanspro-light-webfont.eot?#iefix') format('embedded-opentype'), url('/site/frontend/themes/merlin2015/fonts/sourcesanspro-light-webfont.woff2') format('woff2'), url('/site/frontend/themes/merlin2015/fonts/sourcesanspro-light-webfont.woff') format('woff'), url('/site/frontend/themes/merlin2015/fonts/sourcesanspro-light-webfont.ttf') format('truetype'), url('/site/frontend/themes/merlin2015/fonts/sourcesanspro-light-webfont.svg#source_sans_prolight') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Source Sans Pro';
  src: url('/site/frontend/themes/merlin2015/fonts/sourcesanspro-bold-webfont.eot');
  src: url('/site/frontend/themes/merlin2015/fonts/sourcesanspro-bold-webfont.eot?#iefix') format('embedded-opentype'), url('/site/frontend/themes/merlin2015/fonts/sourcesanspro-bold-webfont.woff2') format('woff2'), url('/site/frontend/themes/merlin2015/fonts/sourcesanspro-bold-webfont.woff') format('woff'), url('/site/frontend/themes/merlin2015/fonts/sourcesanspro-bold-webfont.ttf') format('truetype'), url('/site/frontend/themes/merlin2015/fonts/sourcesanspro-bold-webfont.svg#source_sans_probold') format('svg');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Source Sans Pro';
  src: url('/site/frontend/themes/merlin2015/fonts/sourcesanspro-semibold-webfont.eot');
  src: url('/site/frontend/themes/merlin2015/fonts/sourcesanspro-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('/site/frontend/themes/merlin2015/fonts/sourcesanspro-semibold-webfont.woff2') format('woff2'), url('/site/frontend/themes/merlin2015/fonts/sourcesanspro-semibold-webfont.woff') format('woff'), url('/site/frontend/themes/merlin2015/fonts/sourcesanspro-semibold-webfont.ttf') format('truetype'), url('/site/frontend/themes/merlin2015/fonts/sourcesanspro-semibold-webfont.svg#source_sans_prosemibold') format('svg');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Source Sans Pro';
  src: url('/site/frontend/themes/merlin2015/fonts/sourcesanspro-regular-webfont.eot');
  src: url('/site/frontend/themes/merlin2015/fonts/sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'), url('/site/frontend/themes/merlin2015/fonts/sourcesanspro-regular-webfont.woff2') format('woff2'), url('/site/frontend/themes/merlin2015/fonts/sourcesanspro-regular-webfont.woff') format('woff'), url('/site/frontend/themes/merlin2015/fonts/sourcesanspro-regular-webfont.ttf') format('truetype'), url('/site/frontend/themes/merlin2015/fonts/sourcesanspro-regular-webfont.svg#source_sans_proregular') format('svg');
  font-weight: 400;
  font-style: normal;
}
body {
  font-weight: 300;
  font-stretch: condensed;
}
p {
  line-height: normal;
}
.brand-color {
  color: #2ecc71;
}
*:focus {
  outline: none !important;
}
strong {
  font-weight: 600;
}
#background {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1000;
  background-position-y: center;
  background-position-x: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.homePage .content {
  background-color: rgba(255, 255, 255, 0.9);
  min-height: 768px;
}
.content {
  background-color: #fff;
  padding-bottom: 20px;
}
.content:before,
.content:after {
  content: " ";
  display: table;
}
.content:after {
  clear: both;
}
.content:before,
.content:after {
  content: " ";
  display: table;
}
.content:after {
  clear: both;
}
.content .page-header {
  position: relative;
  margin-top: 0;
  border: none;
}
.content .page-header:before,
.content .page-header:after {
  content: " ";
  display: table;
}
.content .page-header:after {
  clear: both;
}
.content .page-header:before,
.content .page-header:after {
  content: " ";
  display: table;
}
.content .page-header:after {
  clear: both;
}
.content .page-header .page-title {
  margin: 0;
  line-height: 60px;
}
.content .breadcrumb {
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 18px;
}
.content .breadcrumb .last {
  cursor: default;
}
.content .breadcrumb .last:hover {
  color: #656d78;
}
label,
th {
  font-weight: 600;
}
.title {
  font-weight: 300;
  text-transform: uppercase;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.buy-btn,
.email-btn {
  margin: 10px 5px;
}
.email-btn {
  color: #fff;
  background-color: #f39c12;
  border-color: #f39c12;
}
.email-btn:hover,
.email-btn:focus,
.email-btn.focus,
.email-btn:active,
.email-btn.active,
.open > .dropdown-toggle.email-btn {
  color: #fff;
  background-color: #c87f0a;
  border-color: #be780a;
}
.email-btn:active,
.email-btn.active,
.open > .dropdown-toggle.email-btn {
  background-image: none;
}
.email-btn.disabled,
.email-btn[disabled],
fieldset[disabled] .email-btn,
.email-btn.disabled:hover,
.email-btn[disabled]:hover,
fieldset[disabled] .email-btn:hover,
.email-btn.disabled:focus,
.email-btn[disabled]:focus,
fieldset[disabled] .email-btn:focus,
.email-btn.disabled.focus,
.email-btn[disabled].focus,
fieldset[disabled] .email-btn.focus,
.email-btn.disabled:active,
.email-btn[disabled]:active,
fieldset[disabled] .email-btn:active,
.email-btn.disabled.active,
.email-btn[disabled].active,
fieldset[disabled] .email-btn.active {
  background-color: #f39c12;
  border-color: #f39c12;
}
.email-btn .badge {
  color: #f39c12;
  background-color: #fff;
}
.checkout-btn,
.shopping-btn {
  text-transform: uppercase;
  font-weight: 600;
  margin: 12px 0 5px 0;
}
.modal .modal-header .close {
  position: absolute;
  top: 0;
  right: 0;
  background-color: transparent;
  font-size: 18px;
}
.modal .modal-header .close:hover {
  color: #2ecc71;
}
.modal .modal-header .modal-title {
  font-family: inherit;
  font-weight: 300;
  line-height: 1.1;
  color: inherit;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  width: 95%;
}
.modal .modal-header .modal-title small,
.modal .modal-header .modal-title .small {
  font-weight: normal;
  line-height: 1;
  color: #ccd1d9;
}
.modal .modal-header .modal-title small,
.modal .modal-header .modal-title .small {
  font-size: 75%;
}
.contact-modal .btn {
  margin-right: 16px;
}
.form-control-feedback {
  line-height: 34px !important;
}
.alert {
  text-shadow: none;
}
.alert .close {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  right: inherit;
}
.alert .close:focus,
.alert .close:active:focus,
.alert .close.active:focus,
.alert .close.focus,
.alert .close:active.focus,
.alert .close.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.alert .close:hover,
.alert .close:focus,
.alert .close.focus {
  color: #fff;
  text-decoration: none;
}
.alert .close:active,
.alert .close.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.alert .close.disabled,
.alert .close[disabled],
fieldset[disabled] .alert .close {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.alert a {
  color: #fff;
  text-decoration: underline;
}
.alert a:hover {
  text-decoration: none;
}
.signin-success {
  margin: 0;
  font-size: 18px;
}
.browser-alert {
  margin-bottom: 0 !important;
  display: block;
  text-align: center;
}
.browser-alert a {
  color: #fff;
  font-weight: 600;
}
.inline-alert {
  display: inline-block;
  margin-left: 16px;
  color: #2ecc71;
}
.error404Page .page-header {
  margin-top: 15px;
}
.error404Page .categories {
  padding: 0;
  margin-top: 10px;
  list-style: none;
}
.error404Page .categories a {
  font-size: 18px;
  color: #2ecc71;
}
.sitemapPage .sitelinks ul {
  list-style: none;
  padding-left: 15px;
}
.sitemapPage .sitelinks ul li {
  padding-top: 5px;
}
.sitemapPage .sitelinks .level1 {
  font-size: 18px;
  font-weight: 500;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .sitemapPage .sitelinks .level1 {
    float: left;
    width: 100%;
  }
}
.sitemapPage .sitelinks .level1 li.level1 {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.sitemapPage .sitelinks .level1 li.level1 a {
  padding-top: 5px;
}
.sitemapPage .sitelinks .level2,
.sitemapPage .sitelinks .level2horizontal {
  font-weight: 300;
  font-size: 16px;
}
.sitemapPage .sitelinks .level2 a,
.sitemapPage .sitelinks .level2horizontal a {
  padding-top: 5px;
}
.sitemapPage .sitelinks .level3 {
  font-weight: 300;
  font-size: 16px;
}
.sitemapPage .sitelinks .level3 a {
  padding-top: 5px;
}
.sitemapPage .sitelinks .level2horizontal li {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .sitemapPage .sitelinks .level2horizontal li {
    float: left;
    width: 25%;
  }
}
.sitemapPage .sitelinks .level2 {
  font-weight: 500;
}
.sitemapPage .sitelinks .level2 li.level2 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .sitemapPage .sitelinks .level2 li.level2 {
    float: left;
    width: 25%;
  }
}
/**
 * Large drodowns as used on postcode lookup and checkout address selection
 */
.largeDropdown {
  height: 140px;
  overflow: hidden;
  overflow-y: scroll;
  border: 1px solid #ccd1d9;
  background-color: white;
}
.largeDropdown ul {
  list-style: none;
  padding: 10px 0;
}
.largeDropdown li {
  -webkit-transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  -ms-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.largeDropdown li:hover {
  cursor: pointer;
  background-color: #69dd9a;
}
.largeDropdown li a {
  padding: 5px 10px;
  display: inline-block;
  width: 100%;
}
.largeDropdown li a:hover {
  color: white;
}
.largeDropdown li.selected {
  background-color: #2ecc71;
}
.largeDropdown li.selected a {
  color: white;
  font-size: 105%;
  font-weight: 500;
}
/**
 * Offer icons
 */
.product .product-offers {
  margin-left: 5px;
  cursor: pointer;
}
.product .product-offers #loyalty-icon {
  pointer-events: none;
}
.product .product-offers #offer-icon {
  pointer-events: none;
}
.offer-icon {
  vertical-align: middle;
  fill: currentColor;
}
.product-offer .offer-icon {
  color: #ffffff;
}
.product .product-offer-icon {
  color: #e74c3c;
}
/**
 * Loyalty icons
 */
.loyalty-icon {
  vertical-align: middle;
  stroke: black;
  stroke-width: 2;
}
.loyalty-icon.bronze {
  color: #cd7f32;
}
.loyalty-icon.silver {
  color: silver;
}
.loyalty-icon.gold {
  color: #FECE0A;
}
.offer-text .loyalty {
  margin: 0;
}
.loyalty-terms {
  margin-top: 30px;
}
/**
 * Bugfix for radio button spacing
 */
#newsletterModal .radio label,
#newsletterModal .checkbox label {
  margin-right: 20px;
}
/**
 * Reduce width of regional settings dropdowns to fit more in
 */
#international select {
  padding-left: 6px;
  padding-right: 6px;
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 30px;
  }
  .content {
    position: relative;
  }
  .content .page-header {
    padding-bottom: 0;
  }
  .content .page-header .page-title {
    line-height: inherit;
  }
  .content .breadcrumb {
    margin-bottom: inherit;
  }
  #content {
    width: 100%;
  }
}
/**
 * Additional framework-grid layouts for fine-tuning
 */
@media screen and (min-width: 768px) and (max-width: 991px) {
  .col-sm-2p5 {
    float: left;
    width: 20.83333333%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .col-md-2p5 {
    float: left;
    width: 20.83333333%;
  }
}
@media screen and (min-width: 1200px) {
  .col-lg-2p5 {
    float: left;
    width: 20.83333333%;
  }
}
/* Center an element vertically in its parent */
.vertical-center {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* N.B. Really...! */
.vertical-center-small-correction {
  position: relative;
  top: 40%;
  -webkit-transform: translateY(-60%);
  -ms-transform: translateY(-60%);
  transform: translateY(-60%);
}
/* Read more type links */
.read-more {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0;
  padding-top: 40px;
  background-image: linear-gradient(to bottom, transparent, white);
}
.read-more .btn {
  display: block;
  color: #000000;
  background-color: #ffffff;
  opacity: 0.7;
}
.read-more .btn:hover {
  color: #2ecc71;
}
.table.border-bottom > thead > tr > th,
.table.border-bottom > tbody > tr > th,
.table.border-bottom > tfoot > tr > th,
.table.border-bottom > thead > tr > td,
.table.border-bottom > tbody > tr > td,
.table.border-bottom > tfoot > tr > td {
  border-bottom: 1px solid #ddd;
}
.info-bar {
  background-color: #e5e5e5;
  height: 33px;
}
.info-bar .tagline,
.info-bar .info-links,
.info-bar .currency-switcher,
.info-bar .mini-cart {
  line-height: 33px;
}
.info-bar .tagline .expandBasket,
.info-bar .info-links .expandBasket,
.info-bar .currency-switcher .expandBasket,
.info-bar .mini-cart .expandBasket {
  display: block;
  float: left;
  color: #fff;
  background-color: #434a54;
  padding-right: 5px;
  margin-left: -5px;
}
.info-bar .tagline .checkout-btn,
.info-bar .info-links .checkout-btn,
.info-bar .currency-switcher .checkout-btn,
.info-bar .mini-cart .checkout-btn {
  font-weight: 300;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.info-bar .tagline .cart-items,
.info-bar .info-links .cart-items,
.info-bar .currency-switcher .cart-items,
.info-bar .mini-cart .cart-items {
  height: 33px;
}
.info-bar .mini-cart.noItems {
  cursor: default;
}
.info-bar .mini-cart.noItems a {
  cursor: default;
}
.info-bar .mini-cart.noItems .expandBasket {
  display: none;
}
.info-bar .tagline {
  list-style: none;
  margin: 0;
  padding: 0;
}
.info-bar .tagline li {
  /*			display: none;*/
  width: 100%;
  overflow: hidden;
  height: 33px;
  text-overflow: ellipsis;
}
.info-bar .mobileSearch,
.info-bar .mobileFilter {
  display: none;
}
.info-bar .info-links {
  list-style: none;
  margin: 0;
}
.info-bar .info-links li {
  display: inline-block;
  padding-right: 12px;
}
.info-bar .tools {
  padding: 0;
}
.info-bar .user-links {
  display: none;
}
.info-bar .user-links .btn {
  line-height: 16.5px;
  height: 33px;
}
.info-bar .mobileLogo {
  display: none;
}
.info-bar .currency-switcher {
  float: right;
  padding-right: 16px;
  border: none;
  background-color: transparent;
  padding: 0 11px;
}
.info-bar .currency-switcher:hover,
.info-bar .currency-switcher:active,
.info-bar .currency-switcher:visited {
  color: #2ecc71;
}
.info-bar .mini-cart {
  float: right;
  position: relative;
}
.info-bar .mini-cart .cart-items {
  padding: 0 24px;
  color: white;
  background-color: #434a54;
  float: left;
}
.info-bar .mini-cart .checkout-btn {
  float: left;
  height: 33px;
}
.info-bar .mini-cart .fa-shopping-basket {
  margin-right: 10px;
}
.info-bar .mini-cart .foot {
  font-size: 16px;
}
.info-bar .mini-cart .foot .btn {
  text-transform: uppercase;
}
.info-bar .mini-cart .foot .fa-chevron-right {
  position: absolute;
  line-height: 20px;
}
body.langJa .info-bar .tagline,
body.langJa .info-bar .info-links {
  font-size: 9.6px;
}
#trustPilotMobileStars {
  display: none;
}
.header {
  height: 95px;
  background-color: #fff;
}
.header .merlin {
  margin: 19px 0;
  padding-left: 0;
}
.header .merlin span {
  text-indent: -9999px;
  display: block;
  max-height: 0;
}
.header .merlin .merlin-logo {
  display: block;
  width: 200px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.header .search {
  margin: 24px 0;
}
.header .search .search-field {
  height: 40px;
}
.header .search .search-btn {
  height: 40px;
  background-color: #2ecc71;
  color: #fff;
  border-color: #2ecc71;
}
.header .search .search-btn:hover {
  background-color: #29b765;
}
.header #header-buttons {
  padding-left: 0;
}
.header .brands,
.header .guides {
  margin: 24px 0 0;
  display: inline-block;
}
.header .brands .btn,
.header .guides .btn {
  height: 40px;
  background-color: #e5e5e5;
  color: #656d78;
  border-color: #ccd1d9;
  text-transform: uppercase;
}
.header .brands .dropdown-menu,
.header .guides .dropdown-menu {
  padding: 10px 16px;
  max-height: 300px;
  overflow-y: scroll;
  list-style: none;
}
.header .brands .dropdown-menu ul,
.header .guides .dropdown-menu ul {
  padding: 0;
}
.header .brands .dropdown-menu .all,
.header .guides .dropdown-menu .all {
  padding: 10px 0;
  border-top: 1px solid #e5e5e5;
}
.header .brands .dropdown-menu li,
.header .guides .dropdown-menu li {
  list-style: none;
}
.header .brands .dropdown-menu li > a,
.header .guides .dropdown-menu li > a {
  display: block;
  padding: 1.25px 10px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #656d78;
  white-space: nowrap;
}
.header .brands .dropdown-menu li > a:hover,
.header .guides .dropdown-menu li > a:hover {
  text-decoration: none;
  color: #59606a;
  background-color: #f5f5f5;
}
.header .help {
  margin: 11px 0;
  text-align: right;
  font-size: 16px;
  line-height: 24px;
  padding-right: 0;
}
.header .help span {
  display: block;
}
.header .help .fa {
  color: #656d78;
}
.header .help .telephone {
  color: #2ecc71;
  font-weight: 600;
}
.header .help .telephone:hover {
  color: #29b765;
}
.header .help .email {
  color: #2ecc71;
  font-weight: 600;
  font-size: 15px;
}
.header .help .email:hover {
  color: #29b765;
}
.header .help .small {
  font-size: 12px;
  position: relative;
  top: -5px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #header-buttons {
    float: right;
    text-align: right;
    padding-right: 0;
  }
}
.reasons .reason-bar {
  background-color: #434a54;
  line-height: 33px;
  display: flex;
  justify-content: center;
  gap: 40px;
}
.reasons .reason-bar a {
  text-transform: uppercase;
  color: #fff;
}
.reasons .reason-bar a:hover {
  color: #2ecc71;
}
.reasons .reason-bar a[data-countries] {
  display: none;
}
.reasons .reason-bar a.showReason {
  display: block;
}
#siteRegionMismatchWarning {
  position: relative;
  z-index: 1000;
  width: 100%;
  top: 0;
  left: 0;
  display: block;
  background-color: #3498DB;
}
#siteRegionMismatchWarning div {
  margin: 0 auto;
  line-height: 30px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 5px 10px;
}
#siteRegionMismatchWarning div a {
  color: #fff;
  text-decoration: underline;
}
#redirectHelp {
  position: relative;
  z-index: 1000;
  width: 100%;
  top: 0;
  left: 0;
  display: block;
  background-color: #e74c3c;
}
#redirectHelp div {
  margin: 0 auto;
  line-height: 30px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 5px 10px;
}
body.sliSystemsTemplatePage #siteRegionMismatchWarning {
  display: none;
}
.hideCurrencySwitcher .currency-switcher {
  display: none;
}
#basketSummaryDetail {
  display: none;
  position: absolute;
  z-index: 1100;
  top: 33px;
  right: 0;
  width: 100%;
}
#basketSummaryDetail .shim {
  display: none;
}
#basketSummaryDetail .itemsContainer {
  background-color: #fff;
  overflow-y: auto;
  height: 152px;
}
#basketSummaryDetail .outer {
  border: 1px solid #ccd1d9;
  -webkit-box-shadow: 0 5px 10px #aab2bd;
  box-shadow: 0 5px 10px #aab2bd;
}
#basketSummaryDetail table {
  background-color: #fff;
  line-height: normal;
  min-width: 100%;
  border-collapse: separate;
}
#basketSummaryDetail table tr {
  position: relative;
}
#basketSummaryDetail table tr td {
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  vertical-align: top;
}
#basketSummaryDetail table tr td.image {
  border-left: 4px solid transparent;
  padding-right: 4px;
}
#basketSummaryDetail table tr td.detail {
  border-right: 4px solid transparent;
}
#basketSummaryDetail table tr.highlight td {
  border-top: 4px solid #2ecc71;
  border-bottom: 4px solid #2ecc71;
}
#basketSummaryDetail table tr.highlight td.image {
  border-left: 4px solid #2ecc71;
}
#basketSummaryDetail table tr.highlight td.detail {
  border-right: 4px solid #2ecc71;
}
#basketSummaryDetail table tr.discounts th,
#basketSummaryDetail table tr.discounts td {
  text-align: right;
}
#basketSummaryDetail table tr.discounts .discountValue {
  padding-right: 26px;
}
#basketSummaryDetail table .baseName {
  font-weight: bold;
}
#basketSummaryDetail table .control {
  color: #656d78;
}
#basketSummaryDetail table .control-less {
  padding-right: 5px;
}
#basketSummaryDetail table .control-more {
  padding-left: 5px;
}
#basketSummaryDetail table .control-remove {
  display: block;
  float: right;
  padding-right: 5px;
}
#basketSummaryDetail table .overlay {
  display: none;
}
#basketSummaryDetail table .wait {
  color: #aab2bd;
}
#basketSummaryDetail table .wait .control {
  color: #aab2bd;
}
#basketSummaryDetail table .wait .image img {
  opacity: 0.5;
  filter: alpha(opacity=50);
  /* For IE8 and earlier */
}
#basketSummaryDetail table .wait .overlay {
  display: block;
  background-image: url("/site/frontend/themes/merlin2015/images/pleaseWait.gif");
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 70px;
  top: 0;
  position: absolute;
}
#basketSummaryDetail .foot {
  display: block;
  text-align: center;
  background-color: #ffffff;
}
#basketSummaryDetail .foot > div {
  padding-top: 6px;
}
#basketSummaryDetail .foot > div .btn {
  color: #ffffff;
  width: 42%;
  margin-right: 4px;
}
#basketSummaryDetail .foot > div .btn.summaryCheckout {
  margin-right: 0;
}
#basketSummaryDetail .foot .slideUp {
  color: #656d78;
  display: block;
}
#mini-cart[data-item-count="0"] #basketSummaryDetail,
#mini-cart[data-item-count="0"] .expandBasket,
#mini-cart[data-item-count="0"] .foot {
  display: none;
}
#mini-cart[data-discounts="0"] #basketSummaryDetail .discounts {
  display: none;
}
#mini-cart.shown #basketSummaryDetail {
  display: block;
}
@media screen and (max-width: 767px) {
  .info-links,
  .merlin,
  .reasons {
    display: none !important;
  }
  .header {
    display: none;
  }
  .info-bar {
    height: 50px;
    position: sticky;
    top: 0;
    z-index: 1010;
    width: 100%;
    background-color: #2ecc71;
  }
  .info-bar .mini-cart {
    /* Height 33px */
    float: left;
  }
  .info-bar .mini-cart .cart-items span {
    display: none;
  }
  .info-bar .mini-cart .expandBasket {
    display: none;
  }
  .info-bar .mini-cart .checkout-btn {
    display: none;
  }
  .info-bar .mini-cart .cart-items {
    padding: 0;
  }
  .info-bar .mini-cart .cart-items i {
    margin-top: 4px;
    margin-left: 3px;
    font-size: 1.5em;
  }
  .info-bar .btnMobile {
    width: 32px;
    height: 32px;
    margin: 9px;
    padding: 0;
    left: 0;
    position: absolute;
    border: 1px solid #fff;
    line-height: inherit;
  }
  .info-bar .user-links {
    display: block;
    left: 36px;
  }
  .info-bar .user-links .btn {
    border: 0;
    padding: 0;
    background: none;
  }
  .info-bar .user-links .btn i {
    font-size: 1.5em;
    margin-top: -2px;
    margin-left: 7px;
  }
  .info-bar .currency-switcher {
    float: none !important;
    /*background-color: @gray-light !important;*/
    left: 73px;
  }
  .info-bar .currency-switcher span {
    display: none !important;
  }
  .info-bar .currency-switcher img {
    width: 30px;
    height: 30px;
  }
  .info-bar .mobileSearch {
    display: inline-block;
    left: 110px;
    color: #fff;
  }
  .info-bar .mobileSearch i {
    font-size: 1.5em;
    margin-top: 4px;
  }
  .info-bar .mobileLogo {
    display: block;
    position: absolute;
    right: 10px;
    top: 5px;
  }
  .header {
    background-color: #434a54;
    position: fixed;
    height: 34px;
    top: 50px;
    z-index: 1009;
    width: 100%;
  }
  .header h1 {
    display: none;
  }
  .header .search {
    width: 70%;
    margin: 6px 0;
  }
  .header .search .search-field {
    height: 22px;
  }
  .header .search .search-btn {
    height: 22px;
    width: 22px;
    line-height: 22px;
    padding: 0 4px;
  }
  .header #trustPilotMobileStars {
    display: block;
    position: absolute;
    right: -26px;
    top: 4px;
    line-height: 95%;
    text-transform: uppercase;
    font-size: 12px;
    width: 30%;
  }
  .header #trustPilotMobileStars a {
    color: #ffffff;
  }
  .header #trustPilotMobileStars a:hover {
    color: #2ecc71;
  }
  .header #trustPilotMobileStars a i {
    letter-spacing: 1.5px;
  }
  .brandPage .mobileFilter,
  .categoryPage .mobileFilter {
    display: inline-block;
    left: 148px;
    color: #fff;
  }
  .brandPage .mobileFilter i,
  .categoryPage .mobileFilter i {
    font-size: 1.5em;
    margin-top: 4px;
  }
  #mainContent {
    padding-top: 25px;
  }
  #basketSummaryDetail {
    right: auto;
    left: 0;
    top: 41px;
    left: 9px;
    width: 302px;
  }
  #basketSummaryDetail .outer {
    border-top: 0;
  }
  #basketSummaryDetail .shim {
    display: block;
    background-color: #ffffff;
    width: 32px;
    height: 9px;
    border-left: 1px solid #ccd1d9;
    border-right: 1px solid #ccd1d9;
  }
  .brands-nav {
    display: block;
  }
}
@media screen and (max-width: 1200px) {
  .tagline,
  .help {
    display: none !important;
  }
  .info-links {
    padding-left: 0;
  }
  .reasons .reason-bar {
    gap: 28px;
  }
  .tools {
    min-height: 0px !important;
  }
}
@media screen and (max-width: 992px) {
  .header .help {
    display: none !important;
  }
  .reasons .reason-bar {
    gap: 18px;
  }
  .reasons .reason-bar a {
    font-size: 11px;
    padding-right: 0 !important;
  }
  .tools {
    padding: 0 !important;
  }
  .brands .btn {
    font-size: 13px;
  }
  #mainContent {
    padding-top: 0;
  }
}
#mobileNavigation {
  display: none;
}
.subMenuMobile {
  display: none;
  top: 0;
  left: 0;
}
.navbar {
  margin: 0;
  border: 0;
}
.navbar .navbar-toggle {
  width: 100%;
  float: left;
  height: 40px;
  line-height: 40px;
  font-size: 24px;
  color: #fff;
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  border: 0;
  margin: 0;
  padding: 0;
}
.navbar .navbar-toggle:hover,
.navbar .navbar-toggle:focus {
  background-color: transparent;
}
.navbar.navbar-open {
  /*height: @small-navbar-item-height*6;*/
}
.navbar .navbar-collapse {
  padding: 0;
}
.navbar .navbar-nav {
  margin: 0;
  text-transform: uppercase;
  font-size: 18px;
}
.navbar .navbar-nav li a {
  padding: 15px 20.97902098px 15px 20.83333333px;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.navbar .navbar-nav .mega-menu {
  padding: 15px 0;
  min-width: 692px;
}
.navbar .navbar-nav .mega-menu ul {
  list-style: none;
  padding: 0;
  width: 230px;
  display: inline-block;
  padding: 0 15px;
  margin-bottom: 10px;
  float: left;
}
.navbar .navbar-nav .mega-menu ul li {
  line-height: 20px;
}
.navbar .navbar-nav .mega-menu ul li a {
  text-transform: none;
  font-size: 16px;
  padding: 0;
}
.navbar .navbar-nav .mega-menu ul li a.menu-title {
  display: block;
  font-size: 120%;
  font-weight: 500;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.navbar .navbar-nav .sale,
.navbar .navbar-nav .gift-guides {
  background-color: #e74c3c;
}
.navbar .navbar-nav .sale.open,
.navbar .navbar-nav .gift-guides.open {
  background-color: #e43725;
}
.navbar .navbar-nav .sale.open a,
.navbar .navbar-nav .gift-guides.open a {
  background-color: #e43725;
  color: white;
}
.navbar .navbar-nav .sale a:focus,
.navbar .navbar-nav .gift-guides a:focus,
.navbar .navbar-nav .sale a:hover,
.navbar .navbar-nav .gift-guides a:hover {
  background-color: #e43725;
  color: #fff;
}
.navbar .navbar-nav .sale .mega-menu,
.navbar .navbar-nav .gift-guides .mega-menu {
  min-width: 232px;
  background-color: #e43725;
  border-color: #e74c3c;
}
.navbar .navbar-nav .sale .mega-menu li > a,
.navbar .navbar-nav .gift-guides .mega-menu li > a {
  color: white;
}
.navbar .navbar-nav .sale .mega-menu li > a:hover,
.navbar .navbar-nav .gift-guides .mega-menu li > a:hover {
  color: #F1C40F;
}
.navbar .navbar-nav .view-selector {
  width: inherit;
}
.navbar .navbar-nav .view-selector ul {
  width: 100px;
  overflow: hidden;
}
.navbar .navbar-nav .view-title {
  display: block;
  font-size: 120%;
  font-weight: 500;
  margin-bottom: 10px;
  text-transform: uppercase;
  min-width: 75px;
  text-align: center;
}
.navbar .navbar-nav .view-content {
  display: none;
}
.navbar .navbar-nav .view-content ul {
  width: 215px;
}
.navbar .navbar-nav .view-button {
  margin: 0 10px 10px 0;
  float: left;
}
.navbar .navbar-nav .view-button a.view-title {
  margin-bottom: 0;
  padding: 10px;
  background-color: #e5e5e5;
  display: inline-block;
}
.navbar .navbar-nav .view-button.active a.view-title {
  color: #2ecc71;
}
.navbar .navbar-nav .view-content.first {
  display: block;
}
.navbar .navbar-nav li.road-mtb-components {
  /*	display:block !important;*/
}
.navbar .navbar-nav .dropdown-menu {
  min-height: 200px;
}
.navbar .navbar-nav .road-mtb-components {
  /*
			
			// 2nd level float
			.mega-menu > ul {
				width: 49.5%;


				// Clear first level floats
				> li > ul {
					display: block;
					float: none;
					padding: @padding-large-vertical 0 0 0;
					width: 100%;
				}
				> li {*/
  /*	display: inline-block;
					float: left;*/
  /*					width: 48%;
				}
			}
		
			.mega-menu .mtb-components {
				border-left: 1px solid @gray-lighter;
			}
*/
}
.navbar .navbar-nav .road-mtb-components .menu-items ul {
  width: 215px;
}
.navbar .navbar-nav .road-mtb-components .mega-menu {
  width: 983px;
  /*				
				// 1st level title
				> ul > li:first-child {
					width: (@mega-menu-group-width*2) + (@grid-gutter-width);
					clear: both;
					margin-bottom: @padding-large-vertical;
				}*/
}
.navbar .navbar-nav .tyres-tubes .mega-menu {
  min-width: 462px;
}
.navbar .navbar-nav .nutrition .mega-menu,
.navbar .navbar-nav .workshop .mega-menu {
  min-width: 232px;
}
.navbar .navbar-nav.brands-nav,
.navbar .navbar-nav.guides-nav {
  display: none;
}
.navMobileHeader {
  display: none;
}
.gift-guides .navbar .navbar-nav li a {
  padding: 15px 17px 15px 18px;
}
.black-friday .navbar .navbar-nav li a {
  padding: 15px 17px;
}
.black-friday .navbar .navbar-nav .sale,
.black-friday .navbar .navbar-nav .black-friday {
  background-color: #1f1f1f;
}
.black-friday .navbar .navbar-nav .sale > a,
.black-friday .navbar .navbar-nav .black-friday > a {
  font-weight: bold;
  color: #F1C40F;
}
.black-friday .navbar .navbar-nav .sale.open,
.black-friday .navbar .navbar-nav .black-friday.open {
  background-color: #1f1f1f;
}
.black-friday .navbar .navbar-nav .sale.open a,
.black-friday .navbar .navbar-nav .black-friday.open a {
  background-color: #1f1f1f;
  color: #f1c40f;
}
.black-friday .navbar .navbar-nav .sale a:focus,
.black-friday .navbar .navbar-nav .black-friday a:focus,
.black-friday .navbar .navbar-nav .sale a:hover,
.black-friday .navbar .navbar-nav .black-friday a:hover {
  background-color: #1f1f1f;
  color: #F1C40F;
}
.black-friday .navbar .navbar-nav .sale .mega-menu,
.black-friday .navbar .navbar-nav .black-friday .mega-menu {
  min-width: 232px;
  background-color: #1f1f1f;
  border-color: #1f1f1f;
}
.black-friday .navbar .navbar-nav .sale .mega-menu li > a,
.black-friday .navbar .navbar-nav .black-friday .mega-menu li > a {
  color: #f1c40f;
}
.black-friday .navbar .navbar-nav .sale .mega-menu li > a:hover,
.black-friday .navbar .navbar-nav .black-friday .mega-menu li > a:hover {
  color: white;
}
.thirtieth-anniversary .navbar .navbar-nav .sale,
.thirtieth-anniversary .navbar .navbar-nav .thirtieth-anniversary {
  background-color: #8e44ad;
}
.thirtieth-anniversary .navbar .navbar-nav .sale > a,
.thirtieth-anniversary .navbar .navbar-nav .thirtieth-anniversary > a {
  font-weight: bold;
  color: #F1C40F;
}
.thirtieth-anniversary .navbar .navbar-nav .sale.open,
.thirtieth-anniversary .navbar .navbar-nav .thirtieth-anniversary.open {
  background-color: #8e44ad;
}
.thirtieth-anniversary .navbar .navbar-nav .sale.open a,
.thirtieth-anniversary .navbar .navbar-nav .thirtieth-anniversary.open a {
  background-color: #8e44ad;
  color: #f1c40f;
}
.thirtieth-anniversary .navbar .navbar-nav .sale a:focus,
.thirtieth-anniversary .navbar .navbar-nav .thirtieth-anniversary a:focus,
.thirtieth-anniversary .navbar .navbar-nav .sale a:hover,
.thirtieth-anniversary .navbar .navbar-nav .thirtieth-anniversary a:hover {
  background-color: #8e44ad;
  color: #F1C40F;
}
.thirtieth-anniversary .navbar .navbar-nav .sale .mega-menu,
.thirtieth-anniversary .navbar .navbar-nav .thirtieth-anniversary .mega-menu {
  min-width: 232px;
  background-color: #8e44ad;
  border-color: #8e44ad;
}
.thirtieth-anniversary .navbar .navbar-nav .sale .mega-menu li > a,
.thirtieth-anniversary .navbar .navbar-nav .thirtieth-anniversary .mega-menu li > a {
  color: #f1c40f;
}
.thirtieth-anniversary .navbar .navbar-nav .sale .mega-menu li > a:hover,
.thirtieth-anniversary .navbar .navbar-nav .thirtieth-anniversary .mega-menu li > a:hover {
  color: white;
}
@media screen and (max-width: 1200px) {
  .nav > li > a {
    font-size: 16px !important;
    padding: 15px 14.77832512px !important;
  }
  .gift-guides .nav > li > a {
    padding: 15px 12px !important;
  }
  .navbar-nav {
    margin: 0 15px;
  }
  .navbar .navbar-nav .dropdown .mega-menu {
    width: 970px;
  }
  .navbar .navbar-nav .road-mtb-components .mega-menu {
    left: -136px;
  }
  .navbar .navbar-nav .wheels .mega-menu {
    left: -261px;
  }
  .navbar .navbar-nav .bicycle-tyres-tubes .mega-menu {
    left: -346px;
  }
  .navbar .navbar-nav .cycling-clothing .mega-menu {
    right: -395px;
  }
  .navbar .navbar-nav .accessories .mega-menu {
    right: -274px;
  }
  .navbar .navbar-nav .nutrition .mega-menu {
    right: -170px;
  }
  .navbar .navbar-nav .workshop .mega-menu {
    right: -62px;
  }
  .navbar .navbar-nav .nutrition .mega-menu,
  .navbar .navbar-nav .workshop .mega-menu,
  .navbar .navbar-nav .sale .mega-menu {
    text-align: right;
  }
  .navbar .navbar-nav .nutrition .mega-menu ul,
  .navbar .navbar-nav .workshop .mega-menu ul,
  .navbar .navbar-nav .sale .mega-menu ul {
    float: right;
  }
  .black-friday .nav > li > a {
    padding: 15px 11.19402985px !important;
  }
}
@media screen and (max-width: 992px) {
  .nav > li > a {
    font-size: 14px !important;
    padding: 15px 7.42574257px !important;
  }
  .gift-guides .nav > li > a {
    padding: 15px 5px !important;
  }
  .navbar .navbar-nav .dropdown .mega-menu {
    width: 750px;
  }
  .navbar .navbar-nav .road-mtb-components .mega-menu {
    left: -108px;
  }
  .navbar .navbar-nav .wheels .mega-menu {
    left: -207px;
  }
  .navbar .navbar-nav .bicycle-tyres-tubes .mega-menu {
    left: -270px;
  }
  .navbar .navbar-nav .cycling-clothing .mega-menu {
    right: -302px;
  }
  .navbar .navbar-nav .accessories .mega-menu {
    right: -207px;
  }
  .navbar .navbar-nav .nutrition .mega-menu {
    right: -127px;
  }
  .navbar .navbar-nav .workshop .mega-menu {
    right: -43px;
  }
  .navbar .navbar-nav .nutrition .mega-menu,
  .navbar .navbar-nav .workshop .mega-menu,
  .navbar .navbar-nav .sale .mega-menu {
    text-align: right;
  }
  .navbar .navbar-nav .nutrition .mega-menu ul,
  .navbar .navbar-nav .workshop .mega-menu ul,
  .navbar .navbar-nav .sale .mega-menu ul {
    float: right;
  }
  .black-friday .nav > li > a {
    padding: 15px 6.66666667px !important;
    /* 4.04 */
  }
  .black-friday .nav > li.sale > a {
    width: 58px;
    padding-top: 7px !important;
    padding-bottom: 7px !important;
    line-height: 18px;
  }
}
@media screen and (max-width: 767px) {
  .navbar {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1002;
    height: 40px;
    min-height: 40px;
    background-color: #ffffff;
    background-image: none;
  }
  .navbar .navbar-toggle {
    display: block;
  }
  .navbar > .container {
    height: 100%;
  }
  .navbar > .container > .row {
    height: 100%;
  }
  .navbar-header {
    background-color: #434a54;
    height: 40px;
  }
  .navbar-nav {
    width: 100%;
    float: left;
  }
  .navbar-nav > li > a {
    font-size: 18px !important;
    padding-left: 15px !important;
  }
  .navbar-nav > li.sale {
    /*display: none;*/
  }
  .navbar-nav > li.sale > a {
    color: #ffffff !important;
  }
  .navbar-nav .view-selector ul {
    width: 320px;
  }
  .navbar-right {
    /*border-left: 1px solid @gray-darker;*/
  }
  .navbar-default {
    border-top: 0;
  }
  .navbar-default .mega-menu {
    max-width: 320px;
  }
  .navbar-default .mega-menu ul {
    display: block !important;
    margin-bottom: 15px;
    float: none !important;
  }
  .navbar-default .mega-menu ul li > a {
    color: #fff;
  }
  .navbar-default .navbar-nav > li > a {
    color: #434a54;
    height: 40px;
    line-height: 40px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    font-weight: bold;
    font-size: 16px !important;
    border-bottom: 1px solid #434a54;
    letter-spacing: 0.07em;
  }
  .navMobileHeader {
    display: block;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    font-size: 18px;
    border-top: 1px solid #ffffff;
    margin: 0;
    line-height: 40px;
    font-weight: bold;
    letter-spacing: 0.1em;
    /*padding-right: @small-navbar-item-height;*/
  }
  .navMobileHeader i {
    float: left;
    height: 40px;
    width: 40px;
    line-height: 40px;
  }
  .navMobileHeader i.right {
    float: right;
  }
  #mobileNavigation {
    display: block;
  }
  .subMenuMobile {
    display: block;
    overflow-y: scroll;
  }
  .black-friday .nav > li.sale > a {
    color: #F1C40F !important;
    width: auto;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    line-height: 40px;
  }
}
.no-transition {
  -webkit-transition: height 0.01s;
  -moz-transition: height 0.01s;
  -ms-transition: height 0.01s;
  -o-transition: height 0.01s;
  transition: height 0.01s;
}
.carousel .carousel-control .fa {
  top: 50%;
  margin-top: -28px;
  margin-left: -9px;
  position: absolute;
}
.carousel .carousel-inner > .item > a > img {
  width: 100%;
  display: none;
}
.carousel.ready .carousel-inner > .item > a > img {
  display: block;
}
#home-carousel {
  position: relative;
  width: 100%;
  padding-top: 36.1%;
}
#home-carousel .carousel-inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.black-friday .carousel-indicators {
  display: none;
}
.home-banners {
  padding: 10px 0;
}
.home-banners:before,
.home-banners:after {
  content: " ";
  display: table;
}
.home-banners:after {
  clear: both;
}
.home-banners:before,
.home-banners:after {
  content: " ";
  display: table;
}
.home-banners:after {
  clear: both;
}
.home-banners img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  min-width: 100%;
  min-height: auto;
}
.home-banners .cta {
  font-size: 35px;
  text-transform: uppercase;
}
.home-banners .title {
  font-size: 20px;
  text-transform: uppercase;
}
.home-banners .three-large,
.home-banners .four-small,
.home-banners .daily-deals {
  display: block;
  overflow: hidden;
  border: 1px solid #aab2bd;
  background-color: #434a54;
  color: #fff;
  text-align: center;
  margin: 10px 0;
  position: relative;
}
.home-banners .three-large .caption,
.home-banners .four-small .caption,
.home-banners .daily-deals .caption {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.home-banners .three-large {
  height: 292px;
}
.home-banners .three-large:hover .caption {
  background-color: rgba(67, 74, 84, 0.8);
}
.home-banners .three-large:hover .shop-btn {
  background-color: #fff;
  color: #434a54;
  text-shadow: none;
}
.home-banners .three-large .caption {
  margin-top: 25%;
  padding: 20px 10px 10px 10px;
  -webkit-transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  -ms-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.home-banners .three-large .caption.dark {
  background-color: rgba(67, 74, 84, 0.8);
}
.home-banners .three-large .caption span {
  display: block;
  line-height: 30px;
}
.home-banners .three-large .caption span.bespokePrice {
  display: inline;
}
.home-banners .three-large .caption .shop-btn {
  display: inline-block;
  text-transform: uppercase;
  margin: 10px auto;
  padding: 0 10px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 8px;
  border: 2px solid #fff;
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  -ms-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.home-banners .four-small {
  height: 213px;
}
.home-banners .four-small:hover .caption {
  background-color: rgba(67, 74, 84, 0.8);
  color: white;
}
.home-banners .four-small .sticker {
  background-color: #2ecc71;
}
.home-banners .four-small .caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 5px 10px;
  background-color: rgba(255, 255, 255, 0.8);
  color: #656d78;
  text-align: left;
  line-height: 24px;
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  -ms-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.home-banners .four-small .caption .cta {
  display: block;
  font-size: 20px;
}
.home-banners .four-small .caption .title {
  text-transform: none;
}
.home-banners .daily-deals {
  display: block;
  height: 213px;
  padding: 30px;
  background-color: #e74c3c;
  background-image: -webkit-linear-gradient(top, #e74c3c 0%, #bf2718 100%);
  background-image: -o-linear-gradient(top, #e74c3c 0%, #bf2718 100%);
  background-image: linear-gradient(to bottom, #e74c3c 0%, #bf2718 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe74c3c', endColorstr='#ffbf2718', GradientType=0);
}
.home-banners .daily-deals .cta,
.home-banners .daily-deals .title {
  display: block;
  line-height: 30px;
}
.home-banners .daily-deals .timer {
  display: inline-block;
  position: relative;
  padding: 5px 20px;
  margin: 5px 0;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 5px;
  background-color: #434a54;
  border-top: 1px solid #2c3138;
  border-bottom: 1px solid #5a6370;
}
.home-banners .daily-deals .timer .line {
  display: block;
  position: absolute;
  top: 26px;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #434a54;
}
.home-banners .daily-deals .timer .seperator {
  padding: 0 10px;
  font-weight: 300;
}
.home-banners .daily-deals .labels span {
  padding: 0 25px;
}
.cat-offer,
.product-offer {
  position: relative;
  background-color: #e74c3c;
  color: #fff;
  width: 100%;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
}
.cat-offer .offer-text,
.product-offer .offer-text {
  padding: 10px 46px;
}
.cat-offer .offer-subtext,
.product-offer .offer-subtext {
  font-size: 16px;
}
.cat-offer .fa,
.product-offer .fa {
  position: absolute;
  font-size: 30px;
}
.cat-offer .fa.pull-left,
.product-offer .fa.pull-left {
  top: 50%;
  left: 16px;
  margin-top: -15px;
}
.cat-offer .fa.pull-right,
.product-offer .fa.pull-right {
  top: 50%;
  right: 16px;
  margin-top: -15px;
}
.cat-offer .offer-terms,
.product-offer .offer-terms {
  font-size: 60%;
  color: #e5e5e5;
}
.cat-offer .offer-terms a,
.product-offer .offer-terms a {
  color: #e5e5e5;
}
.cat-offer .offer-terms a:hover,
.product-offer .offer-terms a:hover {
  color: #ffffff;
}
.productPage .product-offer,
.categoryPage .product-offer {
  width: 100%;
  top: -20px;
  margin-top: 5px;
}
.productPage .product-offer .offer-icon,
.categoryPage .product-offer .offer-icon {
  color: #ffffff;
}
.productPage .product-offer .pull-left,
.categoryPage .product-offer .pull-left {
  top: 50%;
  left: 16px;
  margin-top: -15px;
  position: absolute;
}
.productPage .product-offer .pull-right,
.categoryPage .product-offer .pull-right {
  top: 50%;
  right: 16px;
  margin-top: -15px;
  position: absolute;
}
.productPage .product-stickers {
  position: absolute;
  right: -20px;
  top: 20px;
}
.productPage .product-sticker {
  position: relative;
  padding: 5px 10px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 5px;
  text-transform: uppercase;
  background-color: #2ecc71;
  color: #ffffff;
  margin-bottom: 1px;
}
.productPage .product-sticker .reach-around {
  position: absolute;
  bottom: -20px;
  right: 0;
  display: block;
  width: 20px;
  height: 20px;
  border-top: 0 solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #1b7943;
}
.productPage .product-sticker.extra-10-off {
  background-color: #e74c3c;
  color: #fff;
}
.productPage .product-sticker.extra-10-off .reach-around {
  border-left: 20px solid #a82315;
}
.productPage .product-sticker.bundle-deal {
  background-color: #2ecc71;
  color: #fff;
}
.productPage .product-sticker.bundle-deal .reach-around {
  border-left: 20px solid #1b7943;
}
.productPage .product-sticker.multi-buy {
  background-color: #3498DB;
  color: #fff;
}
.productPage .product-sticker.multi-buy .reach-around {
  border-left: 20px solid #196090;
}
.productPage .product-sticker.new {
  background-color: #FFEB3B;
  color: #000;
}
.productPage .product-sticker.new .reach-around {
  border-left: 20px solid #d4be00;
}
.productPage .product-sticker.price-drop {
  background-color: #f39c11;
  color: #fff;
}
.productPage .product-sticker.price-drop .reach-around {
  border-left: 20px solid #965f08;
}
.productPage .product-sticker.sale {
  background-color: #e74c3c;
  color: #fff;
}
.productPage .product-sticker.sale .reach-around {
  border-left: 20px solid #a82315;
}
.productPage .product-sticker.clearance {
  background-color: #e74c3c;
  color: #fff;
}
.productPage .product-sticker.clearance .reach-around {
  border-left: 20px solid #a82315;
}
.productPage .product-sticker.ideal-gift {
  background-color: #e74c3c;
  color: #fff;
}
.productPage .product-sticker.ideal-gift .reach-around {
  border-left: 20px solid #a82315;
}
.productPage .product-sticker.black-friday {
  background-color: #333;
  color: #f1c40f;
}
.productPage .product-sticker.black-friday .reach-around {
  border-left: 20px solid #000000;
}
.productPage .product-sticker.bestseller {
  background-color: #8078d7;
  color: #fff;
}
.productPage .product-sticker.bestseller .reach-around {
  border-left: 20px solid #4035b4;
}
.productPage .product-sticker.price-drop {
  background-color: #f39c11;
  color: #fff;
}
.productPage .product-sticker.price-drop .reach-around {
  border-left: 20px solid #965f08;
}
.productPage .product-sticker.promotion-30th-sale {
  background-color: #8e44ad;
  color: #f1c40f;
}
.productPage .product-sticker.promotion-30th-sale .reach-around {
  border-left: 20px solid #522764;
}
@media screen and (max-width: 1200px) {
  .daily-deals .timer {
    font-size: 24px !important;
    letter-spacing: normal !important;
  }
  .daily-deals .line {
    height: 1px !important;
    top: 22px !important;
  }
  .daily-deals .labels span {
    padding: 12px !important;
  }
}
@media screen and (max-width: 992px) {
  .banner-five,
  .banner-three {
    display: none!important;
  }
  .home-banners .three-large .caption {
    margin-top: 15%;
  }
}
@media screen and (max-width: 767px) {
  .banner-four {
    display: none!important;
  }
  .cat-offer .offer-headline,
  .product-offer .offer-headline,
  .cat-offer .offer-subtext,
  .product-offer .offer-subtext {
    font-size: 15px;
  }
  .home-banners img {
    min-width: inherit;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-tranform: translate(-50%, -50%);
  }
  .home-banners .three-large,
  .home-banners .four-small,
  .home-banners .daily-deals {
    background-color: #ffffff;
  }
  #home-carousel {
    padding-top: 86%;
  }
}
.footer {
  background-color: #e5e5e5;
}
.footer .h3 {
  font-weight: 300;
}
.footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer .footer-signup {
  padding: 20px 0;
  border-bottom: 1px solid #ccd1d9;
}
.footer .footer-signup:before,
.footer .footer-signup:after {
  content: " ";
  display: table;
}
.footer .footer-signup:after {
  clear: both;
}
.footer .footer-signup:before,
.footer .footer-signup:after {
  content: " ";
  display: table;
}
.footer .footer-signup:after {
  clear: both;
}
.footer .footer-signup .h3 {
  display: block;
  font-size: 20px;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}
.footer .footer-signup .social {
  display: inline-block;
}
.footer .footer-signup .social li {
  display: inline-block;
}
.footer .footer-signup .social li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  background-color: #ccd1d9;
  color: #fff;
}
.footer .footer-signup .social li a:hover {
  background-color: #2ecc71;
}
.footer .footer-signup .social li .blog {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
}
.footer .footer-signup .newsletter:before,
.footer .footer-signup .newsletter:after {
  content: " ";
  display: table;
}
.footer .footer-signup .newsletter:after {
  clear: both;
}
.footer .footer-signup .newsletter:before,
.footer .footer-signup .newsletter:after {
  content: " ";
  display: table;
}
.footer .footer-signup .newsletter:after {
  clear: both;
}
.footer .footer-signup .newsletter .form-control {
  height: 40px;
}
.footer .footer-signup .signup-btn {
  height: 40px;
  background-color: #2ecc71;
  border-color: #2ecc71;
  color: #fff;
  text-transform: uppercase;
}
.footer .footer-signup #newsletterModal .modal-title {
  text-transform: none;
}
.footer .footer-links {
  padding: 0 0 20px 0;
}
.footer .footer-links:before,
.footer .footer-links:after {
  content: " ";
  display: table;
}
.footer .footer-links:after {
  clear: both;
}
.footer .footer-links:before,
.footer .footer-links:after {
  content: " ";
  display: table;
}
.footer .footer-links:after {
  clear: both;
}
.footer .footer-links .h3 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
}
.footer .footer-links ul {
  line-height: 20px;
}
.footer .footer-info {
  border-top: 1px solid #ccd1d9;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  padding-bottom: 20px;
}
.footer .footer-info a {
  text-decoration: underline;
}
.footer .footer-info a:hover {
  color: #2ecc71;
}
.footer .footer-info .copyright,
.footer .footer-info .finance-broker-disclosure {
  padding: 20px 0 0;
}
.footer .footer-info .finance-rep-example,
.footer .footer-info .finance-broker-disclosure {
  display: none;
}
.footer .payment-icons,
.checkout .payment-icons {
  display: block;
  max-width: 100%;
  height: auto;
}
.euroPaymentMethods {
  width: 127px;
  height: 92px;
  display: block;
  float: right;
}
@media screen and (max-width: 768px) {
  .newsletter .h3 {
    margin-top: 20px !important;
  }
  .footer .footer-links ul {
    line-height: 24px;
  }
  .footer .payment-icons {
    display: inline;
  }
  .paymentIconContainer {
    text-align: center;
  }
  .extraPaymentIcons {
    width: 318px;
    margin: 0 auto;
  }
  .euroPaymentMethods {
    display: inline-block;
  }
}
#sslSiteSeal {
  background-color: #fff;
  height: 92px;
  text-align: center;
  padding-top: 25px;
}
@media screen and (max-width: 992px) {
  .footer .footer-links ul {
    line-height: 24px;
  }
}
@media screen and (max-width: 1200px) {
  .footer .footer-links ul {
    line-height: 24px;
  }
}
.fa.fa-x {
  width: 20px;
  height: 20px;
  background-size: 20px 24px;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIgogICBhcmlhLWhpZGRlbj0idHJ1ZSIKICAgdmlld0JveD0iMCAwIDI0IDI0Ij4KPGc+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTE4LjI0NCAyLjI1aDMuMzA4bC03LjIyNyA4LjI2IDguNTAyIDExLjI0SDE2LjE3bC01LjIxNC02LjgxN0w0Ljk5IDIxLjc1SDEuNjhsNy43My04LjgzNUwxLjI1NCAyLjI1SDguMDhsNC43MTMgNi4yMzF6bS0xLjE2MSAxNy41MmgxLjgzM0w3LjA4NCA0LjEyNkg1LjExN3oiPjwvcGF0aD48L2c+PC9zdmc+");
}
.productWaitContainer .waitIconContainer {
  display: none;
}
.productWaitContainer.restricted * {
  display: none;
}
.productWaitContainer.restricted .waitIconContainer {
  display: block;
}
.productWaitContainer.restricted .waitIconContainer .fa {
  display: inline-block;
}
.product-images:before,
.product-images:after {
  content: " ";
  display: table;
}
.product-images:after {
  clear: both;
}
.product-images:before,
.product-images:after {
  content: " ";
  display: table;
}
.product-images:after {
  clear: both;
}
.product-images img {
  border: 1px solid #ccd1d9;
  display: block;
  width: 100%;
}
.product-images #productThumbnails {
  position: relative;
}
.product-images #productThumbnails .containerMover {
  overflow: hidden;
  white-space: nowrap;
}
.product-images #productThumbnails .widgetControl {
  display: none;
  width: 75px;
  text-align: center;
  position: absolute;
}
.product-images #productThumbnails .fa-circle {
  color: white;
}
.product-images #playProductVideo {
  display: none;
}
.product-images #productThumbnails.vertical .containerMover {
  height: 448px;
}
.product-images #productThumbnails.vertical .widgetControl {
  height: 25px;
  margin: 0;
}
.product-images #productThumbnails.vertical .widgetControlHorizontal {
  display: none;
}
.product-images #productThumbnails.vertical .widgetControlVertical {
  display: block;
}
.product-images #productThumbnails.vertical .widgetControlVertical .widgetPrevious {
  top: -10px;
}
.product-images #productThumbnails.vertical .widgetControlVertical .widgetNext {
  bottom: -10px;
}
.product-images #productThumbnails.horizontal {
  width: 100%;
}
.product-images #productThumbnails.horizontal .containerMover {
  width: 100%;
  height: 77px;
}
.product-images #productThumbnails.horizontal .widgetControl {
  width: 50px;
}
.product-images #productThumbnails.horizontal .widgetControlVertical {
  display: none;
}
.product-images #productThumbnails.horizontal .widgetControlHorizontal {
  display: block;
}
.product-images #productThumbnails.horizontal .widgetControlHorizontal .widgetPrevious {
  top: 21px;
  left: -25px;
}
.product-images #productThumbnails.horizontal .widgetControlHorizontal .widgetNext {
  top: 21px;
  right: -25px;
}
.product-images .product-thumbnails {
  float: left !important;
  float: left;
  padding: 0;
}
.product-images .product-thumbnails a.thumbnail {
  width: 70px;
  height: 70px;
  position: relative;
  display: block;
  margin-bottom: 10px;
}
.product-images .product-thumbnails a.thumbnail img {
  opacity: 0.7;
  height: 100%;
}
.product-images .product-thumbnails a.thumbnail img:hover {
  opacity: 1;
}
.product-images .product-thumbnails a.thumbnail.video .fa {
  position: absolute;
  width: 70px;
  height: 70px;
  left: 1px;
  top: 1px;
  font-size: 30px;
  text-align: center;
  line-height: 72px;
  background-color: rgba(67, 74, 84, 0.7);
  color: #fff;
}
.product-images .product-thumbnails a.thumbnail.video .fa:hover {
  color: #2ecc71;
}
.product-images .product-thumbnails .selected img {
  border-color: #2ecc71;
}
.product-images .product-image {
  float: right !important;
  float: right;
  padding: 0;
  padding-left: 15px;
  position: relative;
  max-width: 100%;
}
.product-images .product-image a .zoom {
  opacity: 0;
  font-size: 50px;
  position: absolute;
  left: 45%;
  bottom: 45%;
  -webkit-text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
  -moz-text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
  -ms-text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
  -webkit-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.product-images .product-image a:hover > .zoom {
  opacity: 1;
}
.product-images .product-video #mainImageContainer img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.product-images .product-video #mainImageContainer #fullScreenLink {
  top: -87px;
  /* Already +10px top on this on other images */
}
.product-images .product-video #mainImageContainer #playProductVideo {
  display: inline-block;
  position: absolute;
  top: calc(50% - 28px);
  left: calc(50% - 28px);
  color: #ff0000;
}
.product-images .product-video #mainImageContainer #playProductVideo i {
  font-size: 4em;
}
.product-images .product-video #mainImageContainer #playProductVideo:hover {
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 30%, #ffffff 40%, #ffffff 50%, #ffffff 60%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 30%, #ffffff 40%, #ffffff 50%, #ffffff 60%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 30%, #ffffff 40%, #ffffff 50%, #ffffff 60%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  -webkit-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
.product-images #imageModal .zoom-window {
  overflow: hidden;
}
.product-images #imageModal .image-zoomed {
  max-width: 100%;
  height: auto;
  border: 0;
  /*cursor: zoom-in;*/
  position: relative;
  display: block;
  margin: 0 auto;
}
.product-images #imageModal .hover-to-zoom {
  position: absolute;
  right: 30px;
  z-index: 30;
}
.product-images #imageModal .product-thumbnails {
  width: 80%;
  text-align: left;
}
.product-images #imageModal .product-thumbnails a.thumbnail {
  display: inline-block;
}
.product-images #imageModal .modal-dialog {
  width: 100%;
  /*min-height: 100%;*/
  /*height: auto;*/
  /*border-radius: 0;*/
}
.product-images #imageModal .modal-content {
  width: 100%;
  /*min-height: 100%;*/
  /*height: auto;*/
  /*border-radius: 0;*/
}
.product-images #videoModal iframe {
  border: none;
}
.product-images #mainImageContainer {
  position: relative;
  width: 100%;
  padding-top: 100%;
  background-color: #f5f5f5;
}
.product-images #mainImageInner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.product-images .fullScreenLink {
  position: absolute;
  width: 32px;
  height: 32px;
}
.product-images .fullScreenLink img {
  border: 0;
}
.product-images #fullScreenLink {
  top: 10px;
  left: 10px;
  cursor: zoom-in;
}
.product-images #fullScreenEndLink {
  top: 10px;
  left: 10px;
  cursor: zoom-out;
}
.product-images #fullScreenPrevious {
  top: 50%;
  left: 10px;
}
.product-images #fullScreenNext {
  top: 50%;
  right: 10px;
}
.product-images #fullScreenImage {
  border: 0;
  position: relative;
  transform: translate(-50%, -50%);
}
.product-images #fullScreenImageInner {
  position: absolute;
}
.product-images #fullScreenImageOuter {
  position: relative;
  top: 50%;
  left: 50%;
}
.product-images #fullScreenImageContainer {
  position: relative;
  visibility: hidden;
}
.product-images #fullScreenImageContainer img {
  margin: 0 auto;
}
.product-images .shield {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.page-header {
  margin-bottom: 0;
  border-bottom: 1px solid;
}
.page-header:before,
.page-header:after {
  content: " ";
  display: table;
}
.page-header:after {
  clear: both;
}
.page-header:before,
.page-header:after {
  content: " ";
  display: table;
}
.page-header:after {
  clear: both;
}
.page-header .product-title {
  margin-top: 0;
}
.product-reviews {
  display: inline-block;
}
.product-reviews .rating {
  display: inline-block;
  font-size: 20px;
}
.product-reviews .rating .fa {
  color: #f39c12;
}
.product-reviews .rating .score {
  margin-left: 5px;
}
.product-reviews .read-review {
  display: inline-block;
}
.product-pricing {
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  text-transform: uppercase;
}
.product-pricing:before,
.product-pricing:after {
  content: " ";
  display: table;
}
.product-pricing:after {
  clear: both;
}
.product-pricing:before,
.product-pricing:after {
  content: " ";
  display: table;
}
.product-pricing:after {
  clear: both;
}
.product-pricing .merlin-price {
  float: left;
  font-size: 30px;
  font-weight: 700;
  color: #434a54;
  margin-right: 16px;
}
.product-pricing .product-offers {
  margin-right: 16px;
}
.product-pricing .product-savings {
  float: left;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
}
.product-pricing .product-savings .price {
  text-decoration: line-through;
}
.product-pricing .product-savings .rrp {
  font-weight: 400 !important;
  display: block;
  color: #aab2bd;
}
.product-pricing .product-savings .rrp .price {
  text-decoration: line-through;
}
.product-pricing .product-savings .saving {
  display: block;
  color: #e74c3c;
}
.product-pricing .offer-tooltip {
  overflow: hidden;
}
.product-offer-icon {
  display: inline-block;
  font-size: 30px;
  vertical-align: middle;
}
.product-offer-icon.disabled {
  opacity: 0.3;
}
.product-options {
  padding: 10px 0;
}
.product-options:before,
.product-options:after {
  content: " ";
  display: table;
}
.product-options:after {
  clear: both;
}
.product-options:before,
.product-options:after {
  content: " ";
  display: table;
}
.product-options:after {
  clear: both;
}
.product-options .title {
  text-transform: none;
}
.product-options .product-choice-title {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
}
.product-options .product-choice-title .size-guide {
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: underline;
  color: #aab2bd;
  float: right;
}
.product-options .product-choice-title .size-guide:hover {
  color: #2ecc71;
}
.product-options .dropdown {
  background-color: #ffffff;
  padding-right: 15px;
}
.product-options .dropdown .btn {
  min-width: 48.7%;
  background-color: #fff;
  border: 2px solid #aab2bd;
  text-align: left;
}
.product-options .dropdown .btn:hover,
.product-options .dropdown .btn:focus {
  color: #000;
}
.product-options .dropdown .btn .prompt {
  min-width: 160px;
}
.product-options .dropdown .btn .caret {
  margin-left: 10px;
}
.product-options .product-choices {
  padding-left: 0;
  padding-right: 0;
}
.product-options .product-choices > div {
  padding-left: 0;
}
.product-options .product-choices .dropdown-toggle {
  white-space: normal;
}
.product-options .product-choices .dropdown-toggle .caret {
  float: right;
  margin-top: 10px;
}
.product-options .product-choices .dropdown-menu {
  padding: 10px;
}
.product-options .product-choices .dropdown {
  margin-bottom: 10px;
}
.product-options .product-choices .dropdown .product-option-group {
  margin-left: 15px;
  margin-top: 3px;
}
.product-options .product-choices .dropdown ul {
  padding: 0;
}
.product-options .product-choices .dropdown li {
  list-style: none;
}
.product-options .product-choices .dropdown li > a {
  white-space: normal;
}
.product-options .product-choices .dropdown li.selected {
  background-color: #e5fff0;
}
.product-options .product-choices .dropdown .option-price {
  margin-left: 10px;
}
.product-options .product-choices .dropdown .stock-status {
  float: right;
  display: block;
  margin-left: 20px;
}
.product-options .product-buy {
  padding-left: 0;
  margin-bottom: 15px;
  clear: left;
}
@media screen and (max-width: 768px) {
  .product-options .product-buy {
    padding-right: 0;
  }
}
.product-options .product-buy .btn {
  width: 100%;
  font-size: 16px;
  text-transform: uppercase;
}
.product-options .product-buy .btn.disabled {
  background-color: #aab2bd;
  border-color: #aab2bd;
}
.productContainer .shippingDetails {
  clear: left;
}
.productContainer .regionalDeliveryWarning {
  margin-bottom: 6px;
}
.allOptins-btn {
  cursor: pointer;
}
.choose-title-options-row {
  display: flex;
  justify-content: space-between;
}
#allOptions .merlin-price {
  display: block;
  font-weight: 700;
  font-size: 16px;
}
#allOptions .rrp {
  color: #ccd1d9;
  text-decoration: line-through;
}
#allOptions .saving {
  color: #e74c3c;
  font-weight: 700;
}
#allOptions .add-basket,
#allOptions .email-me {
  width: 100%;
}
#allOptions .stock-status {
  font-size: 14px;
}
.multi-buy {
  display: none;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .multi-buy {
    padding-left: 0;
  }
}
.multi-buy .multi-buy-box {
  background-color: #3498DB;
  color: #fff;
  padding: 10px 16px;
  font-size: 16px;
  text-align: center;
}
.multi-buy .multi-buy-box.disabled {
  background-color: #aab2bd;
  border-color: #aab2bd;
  opacity: 0.65;
}
.multi-buy .multi-buy-box .multi-buy-title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  padding: 0 0 10px 0;
  border: none;
}
.multi-buy .multi-buy-box ul {
  list-style: none;
  padding: 0;
}
.multi-buy .multi-buy-box li {
  border: 2px solid #fff;
  padding: 5px 10px;
  margin-bottom: 10px;
  cursor: pointer;
}
.multi-buy .multi-buy-box li:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.multi-buy .multi-buy-box a {
  color: #fff;
}
.stock-info {
  float: left;
  clear: left;
}
@media screen and (min-width: 1200px) {
  .stock-info {
    float: right;
    margin-left: 30px;
    clear: none;
  }
}
.stock-status {
  font-weight: 600;
}
.stock-status .inStock {
  color: #2ecc71;
}
.stock-status .inStock:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-right: 5px;
  content: '\f118';
}
.stock-status .inStock:before.fa-pull-left {
  margin-right: 0.3em;
}
.stock-status .inStock:before.fa-pull-right {
  margin-left: 0.3em;
}
.stock-status .inStock:before.pull-left {
  margin-right: 0.3em;
}
.stock-status .inStock:before.pull-right {
  margin-left: 0.3em;
}
.stock-status .lastFew {
  color: #f39c12;
}
.stock-status .outOfStock {
  color: #e74c3c;
}
.stock-status .outOfStock:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-right: 5px;
  content: '\f119';
}
.stock-status .outOfStock:before.fa-pull-left {
  margin-right: 0.3em;
}
.stock-status .outOfStock:before.fa-pull-right {
  margin-left: 0.3em;
}
.stock-status .outOfStock:before.pull-left {
  margin-right: 0.3em;
}
.stock-status .outOfStock:before.pull-right {
  margin-left: 0.3em;
}
.stock-status .preorder {
  color: #2ecc71;
}
.stock-status .preorder:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-right: 5px;
  content: '\f118';
}
.stock-status .preorder:before.fa-pull-left {
  margin-right: 0.3em;
}
.stock-status .preorder:before.fa-pull-right {
  margin-left: 0.3em;
}
.stock-status .preorder:before.pull-left {
  margin-right: 0.3em;
}
.stock-status .preorder:before.pull-right {
  margin-left: 0.3em;
}
.info-and-offers {
  display: flex;
  clear: both;
  gap: 20px;
  flex-flow: row-reverse;
  flex-wrap: wrap ;
}
@media screen and (max-width: 991px) {
  flex-flow: inherit;
}
.product-info {
  padding-top: 15px;
  flex: 3 0 340px;
  width: 100%;
}
.product-info .description {
  font-weight: 600;
  padding-bottom: 5px;
}
.offers-wrapper {
  flex: 1 0 150px;
  padding-top: 15px;
}
.offers-wrapper:empty {
  display: none;
}
.tabs .nav-tabs a {
  background-color: #e5e5e5;
  border-color: #ccd1d9;
  font-weight: 600;
}
.tabs .nav-tabs li.active > a {
  color: #434a54;
}
.tabs .nav-tabs .finance {
  display: none;
}
.tabs .tab-content {
  padding: 30px 16px;
  border-left: 1px solid #ccd1d9;
  border-right: 1px solid #ccd1d9;
  border-bottom: 1px solid #ccd1d9;
  font-size: 16px;
}
.tabs .stockCode {
  margin-bottom: 10px;
  color: #ccd1d9;
}
.tabs .productComponents .subHeading {
  display: block;
  font-size: 18px;
}
.tabs .productComponents .productComponent .productComponentOptions {
  border-bottom: 1px solid #e5e5e5;
  padding: 16px;
  margin-bottom: 16px;
  list-style: none;
}
.tabs .productComponents .productComponent .productComponentOptions .productComponentOption {
  display: block;
  margin-bottom: 5px;
  margin-left: 22px;
}
.tabs .productComponents .productComponent .productComponentOptions .productComponentOption input {
  margin-left: -22px;
}
.tabs .productComponents .productComponent .productComponentOptions .productComponentOption label {
  display: inline;
}
.tabs .productComponents .productComponent .productComponentOptions .productComponentSelector {
  margin-right: 5px;
}
.tabs .productComponents .productComponent .productComponentOptionStockLevel {
  padding: 0 10px;
}
.tabs .productComponents .productComponent .InStock .productComponentOptionStockLevel {
  color: #2ecc71;
}
.tabs .productComponents .productComponent .InStock .productComponentOptionStockLevel:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-right: 5px;
  content: '\f118';
}
.tabs .productComponents .productComponent .InStock .productComponentOptionStockLevel:before.fa-pull-left {
  margin-right: 0.3em;
}
.tabs .productComponents .productComponent .InStock .productComponentOptionStockLevel:before.fa-pull-right {
  margin-left: 0.3em;
}
.tabs .productComponents .productComponent .InStock .productComponentOptionStockLevel:before.pull-left {
  margin-right: 0.3em;
}
.tabs .productComponents .productComponent .InStock .productComponentOptionStockLevel:before.pull-right {
  margin-left: 0.3em;
}
.tabs .productComponents .productComponent .OutOfStock {
  color: #e74c3c;
}
.tabs .productComponents .productComponent .OutOfStock .productComponentOptionStockLevel {
  color: #e74c3c;
}
.tabs .productComponents .productComponent .OutOfStock .productComponentOptionStockLevel:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-right: 5px;
  content: '\f119';
}
.tabs .productComponents .productComponent .OutOfStock .productComponentOptionStockLevel:before.fa-pull-left {
  margin-right: 0.3em;
}
.tabs .productComponents .productComponent .OutOfStock .productComponentOptionStockLevel:before.fa-pull-right {
  margin-left: 0.3em;
}
.tabs .productComponents .productComponent .OutOfStock .productComponentOptionStockLevel:before.pull-left {
  margin-right: 0.3em;
}
.tabs .productComponents .productComponent .OutOfStock .productComponentOptionStockLevel:before.pull-right {
  margin-left: 0.3em;
}
.tabs .productComponents .productComponent .productComponentOptionAdditionalPrice {
  font-weight: 700;
}
.tabs .productComponents .productComponentOptionMenuName {
  margin-left: 10px;
}
.tabs #tabShipping .title {
  font-family: inherit;
  font-weight: 300;
  line-height: 1.1;
  color: inherit;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
}
.tabs #tabShipping .title small,
.tabs #tabShipping .title .small {
  font-weight: normal;
  line-height: 1;
  color: #ccd1d9;
}
.tabs #tabShipping .title small,
.tabs #tabShipping .title .small {
  font-size: 75%;
}
.tabs #tabShipping .shipping-menu {
  width: 50%;
  padding-bottom: 10px;
}
.tabs #tabShipping .deliverycountry {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #434a54;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccd1d9;
  border-radius: 0px;
  -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 .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.tabs #tabShipping .deliverycountry:focus {
  border-color: #29b765;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(41, 183, 101, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(41, 183, 101, 0.6);
}
.tabs #tabShipping .deliverycountry::-moz-placeholder {
  color: #aab2bd;
  opacity: 1;
}
.tabs #tabShipping .deliverycountry:-ms-input-placeholder {
  color: #aab2bd;
}
.tabs #tabShipping .deliverycountry::-webkit-input-placeholder {
  color: #aab2bd;
}
.tabs #tabShipping .deliverycountry[disabled],
.tabs #tabShipping .deliverycountry[readonly],
fieldset[disabled] .tabs #tabShipping .deliverycountry {
  cursor: not-allowed;
  background-color: #e5e5e5;
  opacity: 1;
}
textarea.tabs #tabShipping .deliverycountry {
  height: auto;
}
.tabs #tabShipping .shippingHeading {
  font-family: inherit;
  font-weight: 300;
  line-height: 1.1;
  color: inherit;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  margin-top: 30px;
}
.tabs #tabShipping .shippingHeading small,
.tabs #tabShipping .shippingHeading .small {
  font-weight: normal;
  line-height: 1;
  color: #ccd1d9;
}
.tabs #tabShipping .shippingHeading small,
.tabs #tabShipping .shippingHeading .small {
  font-size: 75%;
}
.tabs #tabShipping .shippingHeading .shippingAmount {
  font-weight: 700;
}
.tabs #tabShipping .table {
  width: 50%;
}
.tabs #tabShipping .table .select {
  display: none;
}
.tabs #tabReviews .review .review {
  display: block;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e5e5e5;
}
.tabs #tabReviews .review .customerName {
  font-family: inherit;
  font-weight: 300;
  line-height: 1.1;
  color: inherit;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  display: block;
}
.tabs #tabReviews .review .customerName small,
.tabs #tabReviews .review .customerName .small {
  font-weight: normal;
  line-height: 1;
  color: #ccd1d9;
}
.tabs #tabReviews .review .customerName small,
.tabs #tabReviews .review .customerName .small {
  font-size: 75%;
}
.tabs #tabReviews .rating {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  color: #f39c12;
}
.tabs #tabReviews .rating.fa-pull-left {
  margin-right: 0.3em;
}
.tabs #tabReviews .rating.fa-pull-right {
  margin-left: 0.3em;
}
.tabs #tabReviews .rating.pull-left {
  margin-right: 0.3em;
}
.tabs #tabReviews .rating.pull-right {
  margin-left: 0.3em;
}
.tabs #tabReviews .rating .selected:after {
  content: '\f005';
}
.tabs #tabReviews .rating .unselected:after {
  content: '\f006';
}
.tabs #tabFinance {
  overflow: hidden;
}
.productPage #productFinance .finance-messaging {
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.bundles {
  margin-top: 30px;
  margin: 0;
}
.bundles ul {
  padding: 0;
  margin: 0;
}
.bundles .productBundle {
  list-style: none;
  border: 1px solid #ccd1d9;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.bundles .productBundle:first-child {
  border-top: none;
}
.bundles .bundle-title {
  background-color: #2ecc71;
  color: #fff;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
}
.bundles .product-images {
  padding: 6px 12px;
}
.bundles .product-images img {
  display: inline !important;
}
.bundles .bundle-products .product-title {
  padding: 6px 6px 6px 12px;
  width: 70%;
}
.bundles .bundle-products .product-price {
  padding: 6px 12px 6px 6px;
  width: 30%;
  font-weight: 600;
  text-align: right;
}
.bundles .product-pricing {
  padding: 6px 12px;
  text-align: center;
  border-bottom: none;
}
.bundles .product-pricing .rrp {
  color: #aab2bd;
  text-decoration: line-through;
  white-space: nowrap;
}
.bundles .product-pricing .our-price {
  font-weight: 600;
  white-space: nowrap;
  margin-left: 5px;
}
.bundles .product-pricing .merlin-price {
  display: block;
  margin: 0;
  font-size: 30px;
  float: none;
}
.bundles .product-pricing .addBasket {
  width: 100%;
  text-transform: uppercase;
  margin: 10px 0;
}
#bundleAddChecking {
  display: none;
}
#bundleAddChecking .outOfStock {
  display: none;
}
#bundleAddChecking .addBasket {
  display: inline-block;
}
#bundleAddChecking .componentOutOfStock {
  color: #e74c3c;
}
#bundleAddChecking.outOfStock .outOfStock {
  display: inline-block;
}
#bundleAddChecking.outOfStock .addBasket {
  display: none;
}
.social-share {
  margin: 16px;
}
.discontinued {
  background-color: #e5e5e5;
  color: #656d78;
  padding: 10px 16px 10px 92px;
  margin-bottom: 15px;
  font-size: 16px;
  position: relative;
  min-height: 80px;
}
.discontinued .fa {
  font-size: 60px;
  position: absolute;
  left: 16px;
}
.alternativeProducts {
  margin-bottom: 30px !important;
}
.discontinuedDate,
.discontinuedCategories {
  margin-bottom: 15px;
}
@media screen and (max-width: 1200px) {
  .product-thumbnails a.thumbnail {
    display: inline-block !important;
    margin: 10px 10px 10px 0;
    width: 50px !important;
    height: 50px !important;
  }
  .product-thumbnails a.thumbnail.video .fa {
    width: 48px !important;
    height: 48px !important;
    line-height: 48px !important;
  }
  .product-image {
    padding: 0 !important;
  }
  .offer-pricing .offer-small {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .product-thumbnails a.thumbnail {
    margin-bottom: 0 !important;
  }
  #productThumbnails.horizontal .containerMover {
    /*		height: 154px !important;*/
  }
  .tabs #tabShipping .shipping-menu,
  .tabs #tabShipping .table {
    width: 100%;
  }
  #allOptions .table thead tr th:first-child,
  #allOptions .table tbody tr td:first-child {
    display: none;
  }
}
.product-basic .product-choices #productOptionDropdown {
  padding-right: 0;
}
.product-basic .product-choices #productOptionDropdown .btn {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .product-images .product-image {
    float: left !important;
    float: left;
  }
  .product-images img {
    display: block !important;
  }
  .product-images .product-stickers {
    right: -10px;
  }
  .product-images .product-sticker {
    width: 100%;
    top: 0;
    right: 0;
  }
  .product-images .product-sticker .reach-around {
    display: none;
  }
  #productThumbnails.horizontal .containerMover {
    height: 77px !important;
  }
  .product-basic .product-title {
    font-size: 24px;
  }
  .product-basic .product-pricing .merlin-price {
    font-size: 24px;
  }
  .product-basic .product-choices .allOptins-btn {
    display: none;
  }
  .product-images .product-image img {
    width: 100%;
  }
  .offer-pricing {
    clear: both;
  }
  .offer-pricing .offer {
    display: block;
  }
  .tabs .nav-tabs span {
    display: none;
  }
  .tabs .nav-tabs a:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    width: 30px;
    text-align: center;
  }
  .tabs .nav-tabs a:before.fa-pull-left {
    margin-right: 0.3em;
  }
  .tabs .nav-tabs a:before.fa-pull-right {
    margin-left: 0.3em;
  }
  .tabs .nav-tabs a:before.pull-left {
    margin-right: 0.3em;
  }
  .tabs .nav-tabs a:before.pull-right {
    margin-left: 0.3em;
  }
  .tabs .nav-tabs li.options a:before {
    content: '\f013';
  }
  .tabs .nav-tabs li.details a:before {
    content: '\f03a';
  }
  .tabs .nav-tabs li.shipping a:before {
    content: '\f0d1';
  }
  .tabs .nav-tabs li.sizing a:before {
    content: '\f07e';
  }
  .tabs .nav-tabs li.brand a:before {
    content: '\f059';
  }
  .tabs .nav-tabs li.reviews a:before {
    content: '\f005';
  }
  .tabs .nav-tabs li.returns a:before {
    content: '\f079';
  }
  .tabs .nav-tabs li.finance a:before {
    content: '\f0d6';
  }
}
.productPage .tab-pane.loading {
  text-align: center;
}
.productPage .tab-pane.loading i {
  font-size: 48px;
}
/* Stock level switches */
.stock-level-result-test {
  display: none;
}
.stock-level-result.inStock .stock-level-result-test.inStock {
  display: initial;
}
.stock-level-result.outOfStock .stock-level-result-test.preorder {
  display: initial;
}
.stock-level-result.preorder .stock-level-result-test.outOfStock {
  display: initial;
}
.stock-level-test {
  display: none;
}
.stock-level.inStock .stock-level-test.inStock {
  display: initial;
}
.stock-level.outOfStock .stock-level-test.outOfStock {
  display: initial;
}
.stock-level.preorder .stock-level-test.preorder {
  display: initial;
}
.stock-level.preorder .stock-level-test.outOfStock {
  display: none;
}
/* Geometry Charts */
.geometryChart {
  width: 100%;
}
.geometryChart tr:hover,
.geometryChart tr.hover {
  background-color: #a8ebc4;
  cursor: pointer;
}
.geometryChart thead th {
  border-bottom: 1px #ddd solid;
  text-align: right;
}
.geometryChart thead th:first-child {
  border-right: 1px #ddd solid;
}
.geometryChart thead tr:hover {
  background-color: transparent;
  cursor: default;
}
.geometryChart tbody th {
  border-right: 1px #ddd solid;
  text-align: center;
}
.geometryChart tbody td {
  text-align: right;
}
.geometryChart col.hover {
  background-color: #a8ebc4;
}
.geometryChart th:hover,
.geometryChart td:hover {
  background-color: #2ecc71;
  cursor: pointer;
  color: #434a54;
}
.geometryChart td {
  padding: 2px;
}
.geometryChart tr:first-child th:first-child {
  background-color: transparent;
  cursor: default;
}
#cookieConsentYouTube .cookie-banner-actions .btn {
  margin: 0 10px 10px 0;
}
.products {
  padding: 0;
  display: grid;
  flex-wrap: wrap;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
.products .product {
  padding: 0 10px 30px;
  text-align: center;
  position: relative;
  border-right: 1px solid #ccd1d9;
  border-bottom: 1px solid #ccd1d9;
  list-style: none;
  -webkit-transition: box-shadow 0.3s ease-in-out, border-color 0.3s ease-in-out;
  -moz-transition: box-shadow 0.3s ease-in-out, border-color 0.3s ease-in-out;
  -ms-transition: box-shadow 0.3s ease-in-out, border-color 0.3s ease-in-out;
  -o-transition: box-shadow 0.3s ease-in-out, border-color 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out, border-color 0.3s ease-in-out;
}
.products .product:hover {
  -webkit-box-shadow: 0 0 10px rgba(67, 74, 84, 0.4);
  -moz-box-shadow: 0 0 10px rgba(67, 74, 84, 0.4);
  box-shadow: 0 0 10px rgba(67, 74, 84, 0.4);
}
.products .product .ratings-small {
  position: absolute;
  top: 10px;
}
.products .product .ratings-small .fa {
  display: block;
}
.products .product .product-img {
  width: 150px;
  height: 150px;
  margin: 10px auto;
  display: block;
}
.products .product .sticker img {
  border-radius: 50%;
}
.products .product .product-title {
  min-height: 36px;
  max-height: 36px;
  font-size: 16px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 0 5px 0;
}
.products .product .short-desc {
  display: none;
}
.products .product .pricing {
  min-height: 50px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 20px;
}
.products .product .pricing .merlin-price {
  display: inline-block;
  color: #f39c12;
  font-size: 20px;
  height: 23px;
}
.products .product .pricing .rrp {
  color: #aab2bd;
  font-weight: 300;
  text-decoration: line-through;
  padding-right: 5px;
  border-right: 1px solid #aab2bd;
}
.products .product .pricing .saving {
  color: #e74c3c;
  padding-left: 5px;
}
.products .product .financeOffers {
  min-height: 32px;
}
.products .product .btn {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
}
.products .product .stock-info {
  display: inline-block;
  margin: 10px 5px;
  float: none;
}
.products .product .stock-info:hover .dropdown-menu {
  display: block;
}
.products .product .stock-info .btn {
  background-color: #fff;
  border: 2px solid #aab2bd;
  color: #aab2bd;
}
.products .product .stock-info .dropdown-menu {
  width: 195px;
  padding: 10px;
  line-height: 22px;
}
.products .product .stock-info .dropdown-menu ul {
  list-style-type: none;
  padding-left: 0;
  padding-bottom: 5px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 5px;
}
.products .product .stock-info .dropdown-menu ul:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}
.products .product .stock-info .dropdown-menu .fa-check {
  color: #2ecc71;
}
.products .product .stock-info .dropdown-menu .fa-calendar {
  color: #2ecc71;
}
.products .product .stock-info .dropdown-menu .fa-times {
  color: #e74c3c;
}
.products .product .cat-link {
  position: absolute;
  bottom: 0;
  display: block;
  margin-bottom: 10px;
  height: 20px;
  width: calc(100% - 20px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.products .product.unpopulated .stock-info .dropdown-menu {
  text-align: center;
}
.products .product.restricted {
  display: none;
}
#search_loadingDiv .products .product .pricing .merlin-price {
  display: block;
}
.products.list {
  display: block;
}
.products.list .product {
  text-align: left;
  padding-top: 15px;
  /*max-height: 150px;*/
}
.products.list .product .product-img {
  float: left;
  margin-right: 10px;
  height: 100px;
  width: 100px;
}
.products.list .product .product-title {
  height: inherit;
}
.products.list .product .short-desc {
  display: block;
}
.products.list .product .pricing {
  line-height: inherit;
  float: left;
}
.products.list .product .pricing .merlin-price {
  display: inline;
}
.products.list .product .cat-link {
  position: absolute;
  left: 15px;
  bottom: 0;
  font-size: 12px;
}
.products.list .product .stock-info,
.products.list .product .buy-btn,
.products.list .product .email-btn {
  float: right;
}
.products.list .product .sticker {
  top: 5px;
  right: 10px;
}
.widgetProducts {
  margin-bottom: 10px;
  z-index: 10;
}
.widgetProducts.special-offers {
  z-index: 20;
}
.widgetProducts .section-title {
  height: 30px;
}
.widgetProducts .section-title:before,
.widgetProducts .section-title:after {
  content: " ";
  display: table;
}
.widgetProducts .section-title:after {
  clear: both;
}
.widgetProducts .section-title:before,
.widgetProducts .section-title:after {
  content: " ";
  display: table;
}
.widgetProducts .section-title:after {
  clear: both;
}
.widgetProducts .section-title h3 {
  height: 30px;
  display: inline-block;
  margin: 0;
  padding: 5px 10px;
  color: #fff;
  background-color: #2ecc71;
  background-image: -webkit-linear-gradient(top, #2ecc71 0%, #29b765 100%);
  background-image: -o-linear-gradient(top, #2ecc71 0%, #29b765 100%);
  background-image: linear-gradient(to bottom, #2ecc71 0%, #29b765 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2ecc71', endColorstr='#ff29b765', GradientType=0);
  font-size: 18px;
}
.widgetProducts .section-title a {
  display: block;
  float: right;
  color: #2ecc71;
}
.widgetProducts .section-title a:hover {
  color: #29b765;
}
.widgetProducts .carousel {
  border-top: 1px solid #ccd1d9;
  border-left: 1px solid #ccd1d9;
}
.widgetProducts .carousel .item {
  background-color: #fff;
}
.widgetProducts .carousel .carousel-indicators {
  height: 20px;
  top: -20px;
  left: auto;
  right: 0;
  text-align: right;
}
.widgetProducts .carousel .carousel-control {
  width: 50px;
}
.widgetProducts .products .product {
  border-right: 1px solid #ccd1d9;
  border-bottom: 1px solid #ccd1d9;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .widgetProducts .products {
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  }
}
@media screen and (max-width: 768px) {
  .widgetProducts {
    height: 369px;
    overflow: hidden;
  }
}
.stickers {
  position: absolute;
  top: 10px;
  right: 10px;
  max-width: 150px;
}
.sticker {
  position: relative;
  display: table;
  width: 50px;
  height: 50px;
  z-index: 1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  float: right;
  margin: 0 0 1px 1px;
}
.sticker span {
  display: table-cell;
  vertical-align: middle;
  text-transform: uppercase;
  text-align: center;
  font-size: 16px;
  line-height: 16px;
  color: #fff;
}
.sticker span strong {
  display: block;
}
.sticker.bundle {
  background-color: #f39c12;
  color: #434a54;
}
.sticker.new {
  background-color: #41b7d1;
}
.subCategories .category .short-desc {
  height: 110px;
}
.subCategories .category:nth-child(4n+1) {
  clear: left;
}
.category-toolbar {
  margin-bottom: 10px;
  /*overflow:hidden;*/
}
.category-toolbar .sort-dropdown {
  float: right;
}
.category-toolbar .sort-dropdown .sortedBy {
  min-width: 130px;
  display: inline-block;
  text-align: left;
}
.category-toolbar .sort-dropdown ul {
  min-width: 210px;
}
.category-toolbar .per-page,
.category-toolbar .product-view {
  padding-top: 5px;
  height: 28px;
  line-height: 28px;
  float: left;
  font-size: 16px;
  padding-right: 10px;
  margin-bottom: 10px;
  float: right;
}
.category-toolbar .per-page a,
.category-toolbar .product-view a {
  text-decoration: underline;
}
.category-toolbar .per-page .fa,
.category-toolbar .product-view .fa {
  font-size: 24px;
  line-height: 28px;
  padding-right: 10px;
}
.category-toolbar .pagination {
  float: right;
  margin: 10px 0;
}
.category-toolbar .pagination li > a {
  padding: 3px 10px;
}
.category-toolbar.top {
  border-top: 1px solid #ccd1d9;
}
.category-toolbar.bottom {
  border-bottom: 1px solid #ccd1d9;
}
.category-toolbar .btn-section-toggle {
  float: left;
  height: 34px;
  padding: 7px 6px;
  margin: 0 5px 0 0;
  font-weight: normal;
  text-align: center;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  font-size: 18px;
}
@media screen and (min-width: 991px) {
  .product-filtering {
    display: none;
  }
}
@media screen and (max-width: 550px) {
  .category-toolbar .btn-section-toggle {
    padding-top: 0;
    font-size: 25px;
  }
  .category-toolbar .btn-section-toggle span {
    display: none;
  }
}
.filters {
  clear: both;
}
.category-filter ul {
  margin-top: 15px;
}
.attribute-filter,
.category-filter {
  clear: left;
  margin-bottom: 8px;
}
.attribute-filter .attribute-filter-wrapper,
.category-filter .attribute-filter-wrapper,
.attribute-filter .category-filter-wrapper,
.category-filter .category-filter-wrapper {
  padding: 0 16px 0 16px;
  background-color: #e5e5e5;
  position: relative;
}
.attribute-filter .filter-header,
.category-filter .filter-header {
  position: sticky;
  top: 0;
  z-index: 300;
  padding: 16px 0;
  background-color: #e5e5e5;
}
.attribute-filter .filter-header .title,
.category-filter .filter-header .title {
  font-family: inherit;
  font-weight: 300;
  line-height: 1.1;
  color: inherit;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  margin-bottom: 0;
}
.attribute-filter .filter-header .title small,
.category-filter .filter-header .title small,
.attribute-filter .filter-header .title .small,
.category-filter .filter-header .title .small {
  font-weight: normal;
  line-height: 1;
  color: #ccd1d9;
}
.attribute-filter .filter-header .title small,
.category-filter .filter-header .title small,
.attribute-filter .filter-header .title .small,
.category-filter .filter-header .title .small {
  font-size: 65%;
}
.attribute-filter .filter-header .filter-toggle,
.category-filter .filter-header .filter-toggle {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
}
.attribute-filter .filter-header .filter-toggle i,
.category-filter .filter-header .filter-toggle i {
  display: inline;
  position: absolute;
  right: 0;
  font-size: 40px;
  text-align: right;
  cursor: pointer;
}
.attribute-filter .filter-body,
.category-filter .filter-body {
  border-top: 1px solid #ccd1d9;
  padding-bottom: 10px;
  overflow: hidden;
}
.attribute-filter .filter-section .filter-title,
.category-filter .filter-section .filter-title {
  font-family: inherit;
  font-weight: 300;
  line-height: 1.1;
  color: inherit;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
}
.attribute-filter .filter-section .filter-title small,
.category-filter .filter-section .filter-title small,
.attribute-filter .filter-section .filter-title .small,
.category-filter .filter-section .filter-title .small {
  font-weight: normal;
  line-height: 1;
  color: #ccd1d9;
}
.attribute-filter .filter-section .filter-title small,
.category-filter .filter-section .filter-title small,
.attribute-filter .filter-section .filter-title .small,
.category-filter .filter-section .filter-title .small {
  font-size: 65%;
}
.attribute-filter ul,
.category-filter ul,
.attribute-filter ol,
.category-filter ol {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.attribute-filter ul li,
.category-filter ul li,
.attribute-filter ol li,
.category-filter ol li {
  padding-bottom: 5px;
}
.attribute-filter .subCategories,
.category-filter .subCategories {
  margin: 0;
  margin-left: 10px;
  margin-right: 10px;
}
.attribute-filter .subCategories input[type=checkbox],
.category-filter .subCategories input[type=checkbox] {
  display: none;
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}
.attribute-filter .subCategories input[type=checkbox]:checked + .icon .fa,
.category-filter .subCategories input[type=checkbox]:checked + .icon .fa {
  visibility: visible;
}
.attribute-filter .subCategories input[type=checkbox]:checked + .icon,
.category-filter .subCategories input[type=checkbox]:checked + .icon {
  border-color: #2bc06a;
  color: #fff;
}
.attribute-filter .subCategories :not(.filter-colourpicker).filter-checkbox input[type=checkbox]:checked + .icon,
.category-filter .subCategories :not(.filter-colourpicker).filter-checkbox input[type=checkbox]:checked + .icon {
  background: #2ecc71;
}
.attribute-filter .subCategories .filter-colourpicker input[type=checkbox]:checked + .icon,
.category-filter .subCategories .filter-colourpicker input[type=checkbox]:checked + .icon {
  background: auto;
}
.attribute-filter .subCategories ul,
.category-filter .subCategories ul {
  margin-left: 10px;
}
.attribute-filter .subCategories label,
.category-filter .subCategories label {
  cursor: pointer;
  font-weight: 300;
  background-color: rgba(0, 0, 0, 0);
  /*Hack to make ticks work in IE10and IE9*/
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  margin: 0 5px 0 0;
  padding-left: 25px;
  left: -20px;
  position: relative;
  display: inline-block;
  width: 99%;
  margin-right: -25px;
}
.attribute-filter .subCategories label:hover,
.category-filter .subCategories label:hover {
  color: #2ecc71;
}
.attribute-filter .subCategories label .text,
.category-filter .subCategories label .text {
  margin-right: 5px;
}
.attribute-filter .subCategories .icon,
.category-filter .subCategories .icon {
  display: inline-block;
  background: #fff;
  border: 1px solid #aab2bd;
  border-radius: 50%;
  text-align: center;
  height: 20px;
  width: 20px;
  padding: 1px;
  font-size: 12px;
  line-height: 18px;
  vertical-align: top;
  position: relative;
  top: -2px;
}
.attribute-filter .subCategories .icon .fa,
.category-filter .subCategories .icon .fa {
  visibility: hidden;
}
.attribute-filter .subCategories .filter-value.disabled .icon,
.category-filter .subCategories .filter-value.disabled .icon {
  background-color: #e5e5e5;
}
.attribute-filter .subCategories .filter-value.disabled label,
.category-filter .subCategories .filter-value.disabled label {
  color: #aab2bd;
  text-decoration: line-through;
}
.attribute-filter .colour li,
.category-filter .colour li {
  display: inline-block;
  position: relative;
  margin-right: 2px;
}
.attribute-filter .colour li.disabled label,
.category-filter .colour li.disabled label {
  background-color: #e5e5e5;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-opacity: 0.8;
  -o-opacity: 0.8;
  opacity: 0.8;
}
.attribute-filter .colour .icon,
.category-filter .colour .icon {
  border-radius: 0;
  width: 30px;
  height: 30px;
  line-height: 28px;
  text-shadow: 0px 1px 1px rgba(67, 74, 84, 0.9);
}
.attribute-filter .colour .icon.blue,
.category-filter .colour .icon.blue {
  background: blue;
}
.attribute-filter .colour .icon.green,
.category-filter .colour .icon.green {
  background: green;
}
.attribute-filter .colour .icon.red,
.category-filter .colour .icon.red {
  background: red;
}
.attribute-filter .colour .icon.yellow,
.category-filter .colour .icon.yellow {
  background: yellow;
}
.attribute-filter .colour .icon.grey,
.category-filter .colour .icon.grey {
  background: grey;
}
.attribute-filter .colour .icon.white,
.category-filter .colour .icon.white {
  background: white;
}
.attribute-filter .colour .icon.white i,
.category-filter .colour .icon.white i {
  color: black;
}
.attribute-filter .colour .icon.multicolour,
.category-filter .colour .icon.multicolour {
  background: url('/site/frontend/themes/merlin2015/images/colours/multicolour.png') no-repeat;
}
.attribute-filter .colour .icon.purple,
.category-filter .colour .icon.purple {
  background: purple;
}
.attribute-filter .colour .icon.brown,
.category-filter .colour .icon.brown {
  background: brown;
}
.attribute-filter .colour .icon.black,
.category-filter .colour .icon.black {
  background: black;
}
.attribute-filter .colour .icon.undefined,
.category-filter .colour .icon.undefined {
  background: url('/site/frontend/themes/merlin2015/images/colours/nocolour.png') #fff no-repeat;
}
.attribute-filter .colour .icon.gold,
.category-filter .colour .icon.gold {
  background: url('/site/frontend/themes/merlin2015/images/colours/gold.png') #fff no-repeat;
}
.attribute-filter .colour .icon.beige,
.category-filter .colour .icon.beige {
  background: beige;
}
.attribute-filter .colour .icon.pink,
.category-filter .colour .icon.pink {
  background: pink;
}
.attribute-filter .colour .icon.silver,
.category-filter .colour .icon.silver {
  background: url('/site/frontend/themes/merlin2015/images/colours/silver.png') #fff no-repeat;
}
.attribute-filter .colour .icon.transparent,
.category-filter .colour .icon.transparent {
  background: url('/site/frontend/themes/merlin2015/images/colours/transparent.png') no-repeat;
}
.attribute-filter .colour .icon.orange,
.category-filter .colour .icon.orange {
  background: orange;
}
.attribute-filter .colour .icon.high-vis,
.category-filter .colour .icon.high-vis {
  background: url('/site/frontend/themes/merlin2015/images/colours/highvis.png') no-repeat;
}
.attribute-filter .colour label,
.category-filter .colour label {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 30px;
  height: 30px;
  padding: 0;
  margin-right: 2px;
  top: 0;
  left: 0;
  position: absolute;
  background-color: #e5e5e5;
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  -ms-opacity: 0.2;
  -o-opacity: 0.2;
  opacity: 0.2;
}
.attribute-filter .colour label:hover,
.category-filter .colour label:hover {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
}
.attribute-filter .value,
.category-filter .value {
  background-color: transparent;
  border: none;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  top: -10px;
  left: 10px;
}
.attribute-filter .ui-slider,
.category-filter .ui-slider {
  position: relative;
  text-align: left;
  background-color: #aab2bd;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-left: 20px;
  margin-right: 20px;
}
.attribute-filter .ui-slider .ui-slider-handle,
.category-filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background-color: #656d78;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  border: 1px solid #434a54;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.attribute-filter .ui-slider .ui-slider-range,
.category-filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 14px;
  display: block;
  border: 0;
  background-color: #656d78;
  -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-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.attribute-filter .ui-slider.ui-slider-horizontal,
.category-filter .ui-slider.ui-slider-horizontal {
  height: 10px;
}
.attribute-filter .ui-slider.ui-slider-horizontal .ui-slider-handle,
.category-filter .ui-slider.ui-slider-horizontal .ui-slider-handle {
  top: -5px;
  margin-left: -10px;
}
.attribute-filter .ui-slider.ui-slider-horizontal .ui-slider-range,
.category-filter .ui-slider.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.attribute-filter .ui-slider.ui-slider-horizontal .ui-slider-range-min,
.category-filter .ui-slider.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.attribute-filter .ui-slider.ui-slider-horizontal .ui-slider-range-max,
.category-filter .ui-slider.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.attribute-filter input:checked + .icon,
.category-filter input:checked + .icon {
  border-color: #ccd1d9;
}
.attribute-filter .more-link,
.category-filter .more-link {
  text-decoration: underline;
}
.attribute-filter.shown-on-mobile .filter-toggle i,
.category-filter.shown-on-mobile .filter-toggle i {
  transform: rotate(180deg);
}
.attribute-filter.open .filter-toggle i,
.category-filter.open .filter-toggle i {
  transform: rotate(180deg);
}
.attribute-filter .filter-header .clear-all {
  margin-left: 10px;
  position: relative;
  z-index: 10;
}
.attribute-filter .filter-header .clear-all:hover {
  color: #e74c3c;
}
@media screen and (max-width: 767px) {
  .attribute-filter .filter-header .title,
  .category-filter .filter-header .title {
    font-size: 20px;
  }
  .attribute-filter .filter-header,
  .category-filter .filter-header {
    top: 50px;
    padding: 12px 0 8px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .attribute-filter .filter-header .title,
  .category-filter .filter-header .title {
    font-size: 20px;
  }
  .attribute-filter .filter-header,
  .category-filter .filter-header {
    padding: 12px 0 8px;
  }
}
.result-count {
  position: relative;
  top: -3px;
  display: inline-block;
  margin-left: 16px;
}
.result-count .badge {
  background-color: #aab2bd;
}
@media screen and (min-width: 992px) {
  .attribute-filter .result-count {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .attribute-filter .subCategories {
    margin-left: 0;
  }
  .attribute-filter .subCategories ol,
  .attribute-filter .subCategories ul {
    margin-left: 0;
  }
}
@media screen and (max-width: 992px) {
  .attribute-filter .filter-body,
  .category-filter .filter-body {
    border: none;
  }
  .attribute-filter .filter-toggle,
  .category-filter .filter-toggle {
    display: block !important;
  }
  .attribute-filter .subCategories:before,
  .category-filter .subCategories:before,
  .attribute-filter .subCategories:after,
  .category-filter .subCategories:after {
    content: " ";
    display: table;
  }
  .attribute-filter .subCategories:after,
  .category-filter .subCategories:after {
    clear: both;
  }
  .attribute-filter .subCategories:before,
  .category-filter .subCategories:before,
  .attribute-filter .subCategories:after,
  .category-filter .subCategories:after {
    content: " ";
    display: table;
  }
  .attribute-filter .subCategories:after,
  .category-filter .subCategories:after {
    clear: both;
  }
  .attribute-filter .subCategories > li,
  .category-filter .subCategories > li {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 140px;
  }
  .attribute-filter.hidden-on-mobile .filter-body,
  .category-filter.hidden-on-mobile .filter-body {
    display: none;
  }
  .attribute-filter.hidden-on-mobile .filter-header .clear-all,
  .category-filter.hidden-on-mobile .filter-header .clear-all {
    display: none;
  }
  .category-filter ul {
    margin-top: 0;
  }
}
@media screen and (max-width: 992px) and (min-width: 768px) {
  .attribute-filter .subCategories > li,
  .category-filter .subCategories > li {
    float: left;
    width: 33.33333333%;
  }
}
@media screen and (max-width: 768px) {
  .attribute-filter {
    clear: both;
  }
  .attribute-filter,
  .category-filter {
    clear: left;
    margin-bottom: 8px;
  }
  .attribute-filter .subCategories > li,
  .category-filter .subCategories > li {
    min-height: inherit;
  }
  .attribute-filter .subCategories > li *,
  .category-filter .subCategories > li * {
    /*display: none;*/
  }
  .attribute-filter .subCategories > li .filter-title,
  .category-filter .subCategories > li .filter-title {
    display: block;
  }
}
.buyers-guide {
  background-image: url('../images/buyers_bgd.png');
  background-repeat: no-repeat;
  background-position: center 100%;
  background-color: #434a54;
  color: #fff;
  padding: 10px 16px;
}
.buyers-guide .guide-header {
  position: relative;
}
.buyers-guide .guide-header:before,
.buyers-guide .guide-header:after {
  content: " ";
  display: table;
}
.buyers-guide .guide-header:after {
  clear: both;
}
.buyers-guide .guide-header:before,
.buyers-guide .guide-header:after {
  content: " ";
  display: table;
}
.buyers-guide .guide-header:after {
  clear: both;
}
.buyers-guide .guide-header .title {
  margin: 0;
}
.buyers-guide .guide-header .read-more {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  background-color: transparent;
  border: 2px solid #fff;
}
.buyers-guide .guide-header .read-more:focus,
.buyers-guide .guide-header .read-more:active:focus,
.buyers-guide .guide-header .read-more.active:focus,
.buyers-guide .guide-header .read-more.focus,
.buyers-guide .guide-header .read-more:active.focus,
.buyers-guide .guide-header .read-more.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.buyers-guide .guide-header .read-more:hover,
.buyers-guide .guide-header .read-more:focus,
.buyers-guide .guide-header .read-more.focus {
  color: #fff;
  text-decoration: none;
}
.buyers-guide .guide-header .read-more:active,
.buyers-guide .guide-header .read-more.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.buyers-guide .guide-header .read-more.disabled,
.buyers-guide .guide-header .read-more[disabled],
fieldset[disabled] .buyers-guide .guide-header .read-more {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.buyers-guide .guide-header .read-more:hover {
  background-color: #fff;
  color: #434a54;
}
.buyers-guide .questions {
  list-style: none;
  padding: 0;
}
.buyers-guide .questions .question {
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
}
.buyers-guide .questions .answer {
  font-size: 14px;
  display: none;
  font-weight: 300;
  padding-left: 16px;
}
.brandPage .brand-links .brandCategories,
.categoryPage .brand-links .brandCategories {
  list-style: none;
  padding-left: 0;
  border: 1px solid #e5e5e5;
  border-bottom: none;
}
.brandPage .brand-links .brandCategories li,
.categoryPage .brand-links .brandCategories li {
  padding: 6px 12px;
  border-bottom: 1px solid #e5e5e5;
}
.brandPage .brand-links .brandCategories li a,
.categoryPage .brand-links .brandCategories li a {
  display: block;
  width: 100%;
}
.brandPage .brand-links .brandCategories li:hover,
.categoryPage .brand-links .brandCategories li:hover {
  background-color: #e5e5e5;
}
.brandPage .brand-info:before,
.categoryPage .brand-info:before,
.brandPage .brand-info:after,
.categoryPage .brand-info:after {
  content: " ";
  display: table;
}
.brandPage .brand-info:after,
.categoryPage .brand-info:after {
  clear: both;
}
.brandPage .brand-info:before,
.categoryPage .brand-info:before,
.brandPage .brand-info:after,
.categoryPage .brand-info:after {
  content: " ";
  display: table;
}
.brandPage .brand-info:after,
.categoryPage .brand-info:after {
  clear: both;
}
.brandPage .brand-info .brand-logo,
.categoryPage .brand-info .brand-logo {
  padding-right: 12px;
  padding-bottom: 6px;
}
.brandPage .product-listings,
.categoryPage .product-listings {
  clear: right;
}
.brandPage .product-listings .category-title,
.categoryPage .product-listings .category-title {
  height: 30px;
  display: inline-block;
  margin: 0;
  padding: 5px 10px;
  color: #fff;
  background-color: #2ecc71;
  background-image: -webkit-linear-gradient(top, #2ecc71 0%, #29b765 100%);
  background-image: -o-linear-gradient(top, #2ecc71 0%, #29b765 100%);
  background-image: linear-gradient(to bottom, #2ecc71 0%, #29b765 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2ecc71', endColorstr='#ff29b765', GradientType=0);
  font-size: 18px;
}
.brandPage .product-listings .products,
.categoryPage .product-listings .products {
  border-top: 1px solid #ccd1d9;
  border-left: 1px solid #ccd1d9;
}
.brandPage .product-listings {
  float: none;
}
/* Category header */
.category-header {
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
  /*width: 848px;*/
  height: 200px;
}
.category-header > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 848px;
  height: 200px;
}
.category-header .category-header-text-free {
  background: #e5e5e5 none repeat scroll 0 0;
  float: left;
  padding: 15px 20px 10px;
}
.category-header .category-header-text {
  background: #e5e5e5 none repeat scroll 0 0;
  height: 200px;
  padding: 15px 20px 10px;
  position: absolute;
  right: 0;
  /*		&.right {
			float: right;
		}*/
}
.category-header .category-header-text.thin {
  width: 350px;
}
.category-header .category-header-text.medium {
  width: 424px;
}
.category-header .category-header-text.wide {
  width: 500px;
}
.category-header .category-header-text .category-header-text-content {
  /*height: 100%;*/
}
@media screen and (max-width: 767px) {
  .category-toolbar {
    width: inherit;
  }
  .category-toolbar .product-pagination {
    float: left;
  }
  .category-toolbar .product-pagination .product-view {
    height: auto;
  }
  .category-toolbar .product-pagination .product-view a {
    text-decoration: none;
  }
  .category-toolbar .product-pagination .filter-toggle i {
    position: relative;
    top: -2px;
  }
  .category-header {
    width: 100%;
    height: 70px;
  }
  .category-header .category-header-text {
    height: 100%;
    padding: 0 0 20px 0;
    background: none;
    right: 0;
  }
  .category-header .category-header-text.medium {
    width: 100%;
  }
}
.categoryPage .page-header h1 {
  display: inline;
}
.category-description a {
  color: #2ecc71;
}
.category-description a:hover {
  color: #25a25a;
}
.categoryDescription {
  clear: both;
}
.categoryPage .category-short-description {
  margin-bottom: 0;
}
.categoryPage .category-description {
  margin-top: 0;
}
.categoryPage .category-subs {
  overflow: hidden;
  clear: both;
}
.categoryPage .category-subs .subCategories {
  list-style: none;
  padding: 0;
  margin-top: 15px;
}
.categoryPage .category-subs .subCategories li {
  margin: 15px 0;
}
.categoryPage .category-subs .subCategories li img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.categoryPage .category-subs .subCategories li .category-title {
  font-family: inherit;
  font-weight: 300;
  line-height: 1.1;
  color: inherit;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
}
.categoryPage .category-subs .subCategories li .category-title small,
.categoryPage .category-subs .subCategories li .category-title .small {
  font-weight: normal;
  line-height: 1;
  color: #ccd1d9;
}
.categoryPage .category-subs .subCategories li .category-title small,
.categoryPage .category-subs .subCategories li .category-title .small {
  font-size: 65%;
}
.categoryPage .categoryBanner {
  margin-bottom: 10px;
}
.categoryPage .exposition .bespoke {
  margin-bottom: 5px;
}
.product-listings .products.list .product {
  padding-bottom: 45px;
}
.product-listings .products.list .buttons {
  position: absolute;
  bottom: 5px;
  right: 5px;
}
.product-listings .products.list .payPalFinance button {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .products.list .product {
    max-height: inherit;
  }
  .products.list .product .product-img {
    width: 70px;
    height: 70px;
  }
  .products.list .product .pricing {
    min-height: inherit;
    width: 100%;
  }
  .products.list .product .stock-info,
  .products.list .product .buy-btn,
  .products.list .product .email-btn {
    float: none;
  }
  .categoryPage .category-subs .subCategories > li {
    text-align: center;
  }
  .categoryPage .product-listings {
    float: none;
  }
  .subCategories .category .short-desc {
    height: inherit;
  }
  .content {
    position: relative;
  }
  .content .sidebar {
    position: relative;
    top: 0;
    width: 100%;
  }
  .category-toolbar {
    margin-bottom: 4px;
  }
}
.new-customer,
.register-btn {
  display: none;
}
.loginPage,
.checkoutPage,
.accountPage,
.basketPage {
  /* Hide address fields where postcode lookups are enabled, but only for new addresses */
}
.loginPage .customer-form,
.checkoutPage .customer-form,
.accountPage .customer-form,
.basketPage .customer-form {
  position: relative;
  background-color: #e5e5e5;
  -webkit-box-shadow: 0 1px 5px #aab2bd;
  box-shadow: 0 1px 5px #aab2bd;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 10px 16px;
  text-align: center;
}
.loginPage .customer-form h1,
.checkoutPage .customer-form h1,
.accountPage .customer-form h1,
.basketPage .customer-form h1 {
  border-bottom: 1px solid #ccd1d9;
  display: inline-block;
  margin: 10px auto;
  padding: 0 16px 10px 16px;
}
.loginPage .customer-form .newsletter,
.checkoutPage .customer-form .newsletter,
.accountPage .customer-form .newsletter,
.basketPage .customer-form .newsletter {
  margin: 10px 0;
}
.loginPage .form-group,
.checkoutPage .form-group,
.accountPage .form-group,
.basketPage .form-group {
  margin-left: 0;
  margin-right: 0;
  text-align: left;
  margin-bottom: 10px;
  position: relative;
}
.loginPage .form-group .required,
.checkoutPage .form-group .required,
.accountPage .form-group .required,
.basketPage .form-group .required {
  color: #aab2bd;
  position: absolute;
  right: 0;
  top: 0;
}
.loginPage .row > .form-group > .required,
.checkoutPage .row > .form-group > .required,
.accountPage .row > .form-group > .required,
.basketPage .row > .form-group > .required {
  right: 15px;
}
.loginPage .account-question,
.checkoutPage .account-question,
.accountPage .account-question,
.basketPage .account-question {
  font-family: inherit;
  font-weight: 300;
  line-height: 1.1;
  color: inherit;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
}
.loginPage .account-question small,
.checkoutPage .account-question small,
.accountPage .account-question small,
.basketPage .account-question small,
.loginPage .account-question .small,
.checkoutPage .account-question .small,
.accountPage .account-question .small,
.basketPage .account-question .small {
  font-weight: normal;
  line-height: 1;
  color: #ccd1d9;
}
.loginPage .account-question small,
.checkoutPage .account-question small,
.accountPage .account-question small,
.basketPage .account-question small,
.loginPage .account-question .small,
.checkoutPage .account-question .small,
.accountPage .account-question .small,
.basketPage .account-question .small {
  font-size: 75%;
}
.loginPage .account-question label,
.checkoutPage .account-question label,
.accountPage .account-question label,
.basketPage .account-question label {
  padding-left: 10px;
}
.loginPage .login-register,
.checkoutPage .login-register,
.accountPage .login-register,
.basketPage .login-register {
  text-align: left;
}
.loginPage .forgot-password,
.checkoutPage .forgot-password,
.accountPage .forgot-password,
.basketPage .forgot-password {
  float: left;
}
.loginPage .forgot-password .form-group,
.checkoutPage .forgot-password .form-group,
.accountPage .forgot-password .form-group,
.basketPage .forgot-password .form-group {
  padding-left: 0;
  padding-right: 0;
}
.loginPage .forgot-password .form-group input,
.checkoutPage .forgot-password .form-group input,
.accountPage .forgot-password .form-group input,
.basketPage .forgot-password .form-group input {
  width: 100%;
}
.loginPage .passwordStrengthMeter,
.checkoutPage .passwordStrengthMeter,
.accountPage .passwordStrengthMeter,
.basketPage .passwordStrengthMeter {
  height: 5px;
}
.loginPage .passwordStrengthMeter.weak,
.checkoutPage .passwordStrengthMeter.weak,
.accountPage .passwordStrengthMeter.weak,
.basketPage .passwordStrengthMeter.weak {
  background-color: #e74c3c;
}
.loginPage .passwordStrengthMeter.moderate,
.checkoutPage .passwordStrengthMeter.moderate,
.accountPage .passwordStrengthMeter.moderate,
.basketPage .passwordStrengthMeter.moderate {
  background-color: #e74c3c;
}
.loginPage .passwordStrengthMeter.strong,
.checkoutPage .passwordStrengthMeter.strong,
.accountPage .passwordStrengthMeter.strong,
.basketPage .passwordStrengthMeter.strong {
  background-color: #2ecc71;
}
.loginPage .submit-btns,
.checkoutPage .submit-btns,
.accountPage .submit-btns,
.basketPage .submit-btns {
  position: relative;
  margin: 20px 0 10px 0;
  overflow: hidden;
}
.loginPage .submit-btns .register-btn,
.checkoutPage .submit-btns .register-btn,
.accountPage .submit-btns .register-btn,
.basketPage .submit-btns .register-btn,
.loginPage .submit-btns .sign-in-btn,
.checkoutPage .submit-btns .sign-in-btn,
.accountPage .submit-btns .sign-in-btn,
.basketPage .submit-btns .sign-in-btn {
  text-transform: uppercase;
}
.loginPage .alert,
.checkoutPage .alert,
.accountPage .alert,
.basketPage .alert {
  text-align: left;
  display: none;
  position: relative;
}
.loginPage .alert .close,
.checkoutPage .alert .close,
.accountPage .alert .close,
.basketPage .alert .close {
  position: absolute;
  right: 0;
  top: 0;
}
.loginPage .alert .title,
.checkoutPage .alert .title,
.accountPage .alert .title,
.basketPage .alert .title {
  text-transform: none;
  font-weight: bold;
}
.loginPage .alertShow,
.checkoutPage .alertShow,
.accountPage .alertShow,
.basketPage .alertShow {
  display: block;
}
.loginPage .delivery-address-toggle label,
.checkoutPage .delivery-address-toggle label,
.accountPage .delivery-address-toggle label,
.basketPage .delivery-address-toggle label {
  font-weight: 300;
}
.loginPage .delivery-address,
.checkoutPage .delivery-address,
.accountPage .delivery-address,
.basketPage .delivery-address {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #ccd1d9;
}
.loginPage #findAddress,
.checkoutPage #findAddress,
.accountPage #findAddress,
.basketPage #findAddress {
  margin-top: 26px;
}
.loginPage #addressModal #findAddress,
.checkoutPage #addressModal #findAddress,
.accountPage #addressModal #findAddress,
.basketPage #addressModal #findAddress {
  display: none;
}
.loginPage #addressModal.postcode-lookups-enabled #findAddress,
.checkoutPage #addressModal.postcode-lookups-enabled #findAddress,
.accountPage #addressModal.postcode-lookups-enabled #findAddress,
.basketPage #addressModal.postcode-lookups-enabled #findAddress {
  display: block;
}
.loginPage #addressModal.postcode-lookups-enabled.new-address .postcode-lookup-hide,
.checkoutPage #addressModal.postcode-lookups-enabled.new-address .postcode-lookup-hide,
.accountPage #addressModal.postcode-lookups-enabled.new-address .postcode-lookup-hide,
.basketPage #addressModal.postcode-lookups-enabled.new-address .postcode-lookup-hide {
  display: none;
}
.accountPage .reviewItem .rating i {
  cursor: pointer;
}
.accountPage .nav-sidebar {
  width: 100%;
  padding: 0 0 30px 0;
  border-right: 1px solid #ccd1d9;
}
.accountPage .nav-sidebar .tabs {
  margin-top: 0;
}
.accountPage .nav-sidebar .tabs li.active > a {
  background-color: #2ecc71;
  color: #fff;
}
.accountPage .nav-sidebar .sign-out {
  margin-top: 30px;
}
.accountPage .tab-pane h2 {
  margin-top: 0;
}
.accountPage .personal-info-table {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
}
@media (min-width: 768px) {
  .accountPage .personal-info-table {
    float: left;
    width: 66.66666667%;
  }
}
.accountPage .personal-info-table .form-group {
  margin: 0;
}
.accountPage .update-btn {
  clear: both;
  display: block;
  float: left;
}
.accountPage .inline-alert {
  float: left;
  line-height: 34px;
}
.accountPage .address-table th,
.accountPage .address-table td {
  text-align: center;
}
.accountPage .address-table .address {
  text-align: left;
}
.accountPage .orders-table th,
.accountPage .orders-table td {
  cursor: pointer;
}
.accountPage .data-preference-master {
  text-align: center;
}
.accountPage .data-preference-master button {
  color: #fff;
  font-weight: bold;
  font-size: 125%;
  text-align: center;
  padding: 5px 10px;
}
.accountPage .data-preference-master-yes {
  background-color: #2ecc71;
}
.accountPage .data-preference-master-yes:hover {
  background-color: #54d98c;
}
.accountPage .data-preference-master-no {
  background-color: #748298;
}
.accountPage .data-preference-master-no:hover {
  background-color: #e74c3c;
}
.accountPage .data-preferences {
  border-bottom: 1px solid #dddddd;
}
.accountPage .data-preferences .opt-in-label {
  float: right;
  margin: 8px;
  text-align: center;
  font-weight: 600;
  width: 60px;
}
.accountPage .data-preference {
  clear: both;
  border-top: 1px solid #dddddd;
  overflow: hidden;
  padding: 8px;
  background: linear-gradient(#fafafa, white);
  transition: background 1s;
}
.accountPage .data-preference.saved {
  background: #ddffdd;
  -webkit-transition: background 1s;
  /* Safari */
  transition: all 1s;
}
.accountPage .data-preference .detail {
  clear: both;
  display: none;
}
.accountPage .data-preference .detail .long-description {
  margin: 0px 70px 5px 18px;
  padding-top: 10px;
}
.accountPage .data-preference .detail table {
  margin-left: 10px;
}
.accountPage .data-preference .summary .name {
  font-weight: 600;
  float: left;
  width: 160px;
}
.accountPage .data-preference .summary .short-description {
  display: inline-block;
}
.accountPage .data-preference .summary .opt-in {
  width: 60px;
  float: right;
  text-align: center;
}
.accountPage .data-preference .detail .opt-in {
  width: 60px;
  text-align: center;
}
#submitReviews {
  margin-top: 26px;
}
.button-link {
  border: none;
  font-weight: 600;
  background: none;
  padding: 0;
  color: #858585;
}
.button-link:hover {
  text-decoration: underline;
}
#reviewForm {
  margin-bottom: 16px;
}
#reviewForm .reviewProductImage {
  width: 70px;
}
#reviewForm .reviewProductTitle {
  font-weight: 500;
}
#reviewForm .rating {
  text-align: center;
  color: #f39c12;
  font-size: 18px;
}
#reviewForm .reviewerName {
  vertical-align: middle;
}
#reviewForm .reviewerName label,
#reviewForm .reviewerName input {
  float: left;
}
#reviewForm .reviewerName label {
  padding: 6px 16px;
}
#reviewForm .reviewerName input {
  width: 50%;
}
#reviewForm .heading {
  font-weight: bold;
}
#reviewForm .form-control-feedback {
  position: absolute;
}
#reviewForm .reviewerContainer .form-control-feedback {
  top: 24px;
  right: 10px;
}
@media screen and (max-width: 768px) {
  .account-question span {
    display: block;
  }
  .accountPage .nav-sidebar {
    border-right: none;
    border-bottom: 1px solid #e5e5e5;
    padding: 0;
    margin-bottom: 15px;
    background-color: #656d78;
  }
  .accountPage .nav-sidebar .nav > li {
    display: inline-block;
  }
  .accountPage .nav-sidebar .nav > li > a {
    color: #ffffff;
  }
  .accountPage .nav-sidebar .nav > li > a:hover {
    background-color: #2ecc71;
  }
  .accountPage .sign-out {
    display: none;
  }
  .accountPage #findAddress,
  .checkoutPage #findAddress {
    margin-top: 6px;
  }
  #reviewForm .productName {
    font-weight: bold;
  }
}
.basketPage .page-title,
.checkoutPage .page-title {
  float: left;
}
.basketPage h3,
.checkoutPage h3 {
  margin-top: 0;
}
.basketPage .page-header,
.checkoutPage .page-header {
  margin-bottom: 15px;
}
.basketPage .shopping-basket,
.checkoutPage .shopping-basket {
  margin: 0 0 30px 0;
}
.basketPage .shopping-basket td,
.checkoutPage .shopping-basket td,
.basketPage .shopping-basket th,
.checkoutPage .shopping-basket th {
  text-align: center;
}
.basketPage .shopping-basket thead,
.checkoutPage .shopping-basket thead {
  text-transform: uppercase;
}
.basketPage .shopping-basket thead .details-title,
.checkoutPage .shopping-basket thead .details-title {
  text-align: left;
}
.basketPage .shopping-basket .product-image img,
.checkoutPage .shopping-basket .product-image img {
  width: 100px;
  height: auto;
}
.basketPage .shopping-basket .basket-item td,
.checkoutPage .shopping-basket .basket-item td {
  padding-bottom: 0;
}
.basketPage .shopping-basket .product-details,
.checkoutPage .shopping-basket .product-details {
  text-align: left;
}
.basketPage .shopping-basket .product-details .title,
.checkoutPage .shopping-basket .product-details .title {
  font-size: 16px;
  font-weight: 600;
  display: block;
  text-transform: none;
}
.basketPage .shopping-basket .basket-item-options td,
.checkoutPage .shopping-basket .basket-item-options td {
  border: none;
  padding-top: 0;
}
.basketPage .shopping-basket .product-stock,
.checkoutPage .shopping-basket .product-stock {
  width: 15%;
}
.basketPage .shopping-basket .options,
.checkoutPage .shopping-basket .options {
  text-align: left;
  list-style: none;
  padding: 0 16px;
}
.basketPage .shopping-basket .options li:before,
.checkoutPage .shopping-basket .options li:before {
  display: inline-block;
  content: "-";
  width: 10px;
  margin-left: -10px;
}
.basketPage .shopping-basket .instock,
.checkoutPage .shopping-basket .instock,
.basketPage .shopping-basket .outstock,
.checkoutPage .shopping-basket .outstock {
  font-weight: 600;
}
.basketPage .shopping-basket .instock,
.checkoutPage .shopping-basket .instock {
  color: #2ecc71;
}
.basketPage .shopping-basket .outstock,
.checkoutPage .shopping-basket .outstock {
  color: #e74c3c;
}
.basketPage .shopping-basket .email-btn,
.checkoutPage .shopping-basket .email-btn {
  display: block;
}
.basketPage .shopping-basket .instock-mobile,
.checkoutPage .shopping-basket .instock-mobile {
  color: #2ecc71;
  text-align: left;
  display: none;
}
.basketPage .shopping-basket .outstock-mobile,
.checkoutPage .shopping-basket .outstock-mobile {
  color: #e74c3c;
  text-align: left;
  display: none;
}
.basketPage .shopping-basket .product-quantity .qty-spinner,
.checkoutPage .shopping-basket .product-quantity .qty-spinner {
  position: relative;
  width: 100px;
  padding: 0 25px 10px 25px;
  margin: 0 auto;
}
.basketPage .shopping-basket .product-quantity .qty-spinner input,
.checkoutPage .shopping-basket .product-quantity .qty-spinner input {
  text-align: center;
}
.basketPage .shopping-basket .product-quantity .qty-spinner .fa,
.checkoutPage .shopping-basket .product-quantity .qty-spinner .fa {
  font-size: 20px;
  cursor: pointer;
  width: 17px;
  height: 19px;
  overflow: hidden;
}
.basketPage .shopping-basket .product-quantity .qty-spinner .inc,
.checkoutPage .shopping-basket .product-quantity .qty-spinner .inc {
  position: absolute;
  right: 0;
  top: 9px;
}
.basketPage .shopping-basket .product-quantity .qty-spinner .dec,
.checkoutPage .shopping-basket .product-quantity .qty-spinner .dec {
  position: absolute;
  left: 0;
  top: 9px;
}
.basketPage .shopping-basket .product-quantity .quantity-mobile,
.checkoutPage .shopping-basket .product-quantity .quantity-mobile {
  display: none;
}
.basketPage .shopping-basket .coupon-codes,
.checkoutPage .shopping-basket .coupon-codes {
  background-color: #e5e5e5;
}
.basketPage .shopping-basket .coupon-codes:before,
.checkoutPage .shopping-basket .coupon-codes:before,
.basketPage .shopping-basket .coupon-codes:after,
.checkoutPage .shopping-basket .coupon-codes:after {
  content: " ";
  display: table;
}
.basketPage .shopping-basket .coupon-codes:after,
.checkoutPage .shopping-basket .coupon-codes:after {
  clear: both;
}
.basketPage .shopping-basket .coupon-codes:before,
.checkoutPage .shopping-basket .coupon-codes:before,
.basketPage .shopping-basket .coupon-codes:after,
.checkoutPage .shopping-basket .coupon-codes:after {
  content: " ";
  display: table;
}
.basketPage .shopping-basket .coupon-codes:after,
.checkoutPage .shopping-basket .coupon-codes:after {
  clear: both;
}
.basketPage .shopping-basket .coupon-codes .h4,
.checkoutPage .shopping-basket .coupon-codes .h4 {
  float: right;
  text-align: right;
}
.basketPage .shopping-basket .coupon-codes .input-group,
.checkoutPage .shopping-basket .coupon-codes .input-group {
  float: right;
  width: 65%;
}
.basketPage .shopping-basket .basketWait,
.checkoutPage .shopping-basket .basketWait {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  text-align: center;
  display: none;
}
.basketPage .shopping-basket .basketWait .waitIconContainer,
.checkoutPage .shopping-basket .basketWait .waitIconContainer {
  position: relative;
  top: 40%;
  -webkit-transform: translateY(-60%);
  -ms-transform: translateY(-60%);
  transform: translateY(-60%);
}
.basketPage .shopping-basket .remove-all .remove:hover,
.checkoutPage .shopping-basket .remove-all .remove:hover {
  color: #e74c3c;
}
.basketPage .shopping-basket .regionalDeliveryWarning.pull-left,
.checkoutPage .shopping-basket .regionalDeliveryWarning.pull-left {
  float: none !important;
  /* Undo all bootstrap pull-left's good work */
}
.basketPage .shopping-basket .regionalDeliveryWarning.visible,
.checkoutPage .shopping-basket .regionalDeliveryWarning.visible {
  display: inline-block;
}
.basketPage .sub-total .remove,
.checkoutPage .sub-total .remove {
  display: block;
  font-size: 20px;
}
.basketPage .sub-total .remove:hover,
.checkoutPage .sub-total .remove:hover {
  color: #e74c3c;
}
.basketPage .wait .basketWait,
.checkoutPage .wait .basketWait {
  display: block;
}
.basketPage .wait .basketWait .waitIcon,
.checkoutPage .wait .basketWait .waitIcon {
  /*top: -20px;*/
}
.basketPage .wait .basket-main,
.checkoutPage .wait .basket-main {
  -moz-opacity: 0.5;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.basketPage .delivery-container,
.checkoutPage .delivery-container {
  clear: both;
}
.basketPage .delivery-container .delivery,
.checkoutPage .delivery-container .delivery {
  background-color: #e5e5e5;
  padding: 10px 16px;
  clear: both;
}
.basketPage .delivery-container .delivery .delivery-options,
.checkoutPage .delivery-container .delivery .delivery-options {
  width: 100%;
  margin: 20px 0;
}
.basketPage .delivery-container .delivery .delivery-options .option,
.checkoutPage .delivery-container .delivery .delivery-options .option {
  line-height: 25px;
}
.basketPage .delivery-container .delivery .delivery-options label,
.checkoutPage .delivery-container .delivery .delivery-options label {
  padding: 0 3px;
  margin-bottom: 0;
}
.basketPage .delivery-container .delivery .delivery-options .select,
.checkoutPage .delivery-container .delivery .delivery-options .select {
  vertical-align: top;
  padding-top: 5px;
}
.basketPage .delivery-container .delivery .delivery-options .select input,
.checkoutPage .delivery-container .delivery .delivery-options .select input {
  cursor: pointer;
  margin: 0;
}
.basketPage .delivery-container .delivery .delivery-options .delivery-price,
.checkoutPage .delivery-container .delivery .delivery-options .delivery-price {
  white-space: nowrap;
  vertical-align: top;
}
.basketPage .delivery-container .delivery .important,
.checkoutPage .delivery-container .delivery .important {
  background-color: #aab2bd;
  color: #fff;
  padding: 5px 10px;
}
.basketPage .order-totals table,
.checkoutPage .order-totals table {
  width: 100%;
  font-size: 14px;
}
.basketPage .order-totals table .total,
.checkoutPage .order-totals table .total {
  font-size: 18px;
  font-weight: 300;
}
.basketPage .order-totals table .price,
.checkoutPage .order-totals table .price {
  font-weight: 600;
  text-align: right;
  vertical-align: top;
  white-space: nowrap;
}
.basketPage .order-totals table .remove,
.checkoutPage .order-totals table .remove {
  font-size: 14px;
  display: inline-block;
}
.basketPage .order-totals table .alternativePrice td,
.checkoutPage .order-totals table .alternativePrice td {
  color: #656d78;
}
.basketPage .order-totals table .discountCodeTypeCountError,
.checkoutPage .order-totals table .discountCodeTypeCountError {
  font-style: italic;
  font-weight: bold;
}
.basketPage .applied-loyalty-discounts,
.checkoutPage .applied-loyalty-discounts {
  margin: 10px 0 15px;
}
.basketPage .savings-breakdown,
.checkoutPage .savings-breakdown {
  border-top: 1px solid #e5e5e5;
  padding-top: 15px;
  margin-top: 15px;
}
.basketPage .savings-breakdown span,
.checkoutPage .savings-breakdown span {
  display: block;
  font-size: 16px;
}
.basketPage .savings-breakdown .headline,
.checkoutPage .savings-breakdown .headline {
  font-size: 20px;
  font-weight: 600;
  line-height: 18px;
}
.basketPage .order-help,
.checkoutPage .order-help {
  border-top: 1px solid #e5e5e5;
  padding-top: 15px;
  margin-top: 15px;
}
.basketPage .order-help .need-help,
.checkoutPage .order-help .need-help,
.basketPage .order-help .returns,
.checkoutPage .order-help .returns,
.basketPage .order-help .secure,
.checkoutPage .order-help .secure {
  clear: both;
  margin-bottom: 20px;
}
.basketPage .order-help .fa,
.checkoutPage .order-help .fa {
  width: 40px;
  font-size: 30px;
  float: left;
}
.basketPage .order-help span,
.checkoutPage .order-help span {
  display: block;
  font-size: 16px;
}
.basketPage .order-help .headline,
.checkoutPage .order-help .headline {
  font-size: 20px;
  font-weight: 600;
  line-height: 18px;
}
.basketPage .trustpilot-widget,
.checkoutPage .trustpilot-widget {
  margin: 0 0 40px;
  width: 360px;
  height: 96px;
  filter: grayscale(1);
  padding-bottom: 8em;
}
.basketPage .checkout-buttons,
.checkoutPage .checkout-buttons {
  margin: 20px 0;
}
.basketPage .checkout-buttons:before,
.checkoutPage .checkout-buttons:before,
.basketPage .checkout-buttons:after,
.checkoutPage .checkout-buttons:after {
  content: " ";
  display: table;
}
.basketPage .checkout-buttons:after,
.checkoutPage .checkout-buttons:after {
  clear: both;
}
.basketPage .checkout-buttons:before,
.checkoutPage .checkout-buttons:before,
.basketPage .checkout-buttons:after,
.checkoutPage .checkout-buttons:after {
  content: " ";
  display: table;
}
.basketPage .checkout-buttons:after,
.checkoutPage .checkout-buttons:after {
  clear: both;
}
.basketPage .checkout-buttons .checkout-btn,
.checkoutPage .checkout-buttons .checkout-btn,
.basketPage .checkout-buttons .paypal-btn,
.checkoutPage .checkout-buttons .paypal-btn,
.basketPage .checkout-buttons .btnPickingList,
.checkoutPage .checkout-buttons .btnPickingList {
  float: right;
  margin-bottom: 5px;
}
.basketPage .checkout-buttons .btn,
.checkoutPage .checkout-buttons .btn {
  margin: 0;
}
.basketPage .checkout-buttons .paypal-btn,
.checkoutPage .checkout-buttons .paypal-btn {
  margin: 6px 0 6px 0;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}
.basketPage .checkout-buttons .btnPickingList,
.checkoutPage .checkout-buttons .btnPickingList {
  margin: 6px 0 6px 0;
  text-transform: uppercase;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}
.basketPage .shop-sign-in,
.checkoutPage .shop-sign-in,
.basketPage .shop-sign-out,
.checkoutPage .shop-sign-out {
  margin-right: 10px;
}
.basketPage .shop-sign-out,
.checkoutPage .shop-sign-out {
  background-color: #41b7d1;
  border-color: #41b7d1;
}
.basketPage #shopSignInNewCustomer,
.checkoutPage #shopSignInNewCustomer {
  background-color: #41b7d1;
  border-color: #41b7d1;
}
.basketPage .additionalPaymentButtons,
.checkoutPage .additionalPaymentButtons {
  clear: right;
}
.basketPage .additionalPaymentButtons .paymentButtonsOr,
.checkoutPage .additionalPaymentButtons .paymentButtonsOr {
  font-weight: 600;
  position: relative;
  top: -8px;
  margin-right: 10px;
  text-transform: uppercase;
  display: none;
  line-height: 32px;
}
.basketPage .additionalPaymentButtons .paymentButtonsOr.basketPaymentButtonVisible,
.checkoutPage .additionalPaymentButtons .paymentButtonsOr.basketPaymentButtonVisible {
  display: inline-block;
}
.basketPage .additionalPaymentButtons .basketPaymentButton,
.checkoutPage .additionalPaymentButtons .basketPaymentButton {
  display: none;
}
.basketPage .additionalPaymentButtons .basketPaymentButton.basketPaymentButtonVisible,
.checkoutPage .additionalPaymentButtons .basketPaymentButton.basketPaymentButtonVisible {
  display: inherit;
}
.basketPage .additionalPaymentButtonsLower,
.checkoutPage .additionalPaymentButtonsLower {
  margin-top: 5px;
}
.basketPage .paypal-btn,
.checkoutPage .paypal-btn,
.basketPage .btnPickingList,
.checkoutPage .btnPickingList {
  color: white;
  background-color: #aab2bd;
  border-color: #aab2bd;
  margin: 5px 0 0;
}
.basketPage .paypal-btn:hover,
.checkoutPage .paypal-btn:hover,
.basketPage .btnPickingList:hover,
.checkoutPage .btnPickingList:hover,
.basketPage .paypal-btn:focus,
.checkoutPage .paypal-btn:focus,
.basketPage .btnPickingList:focus,
.checkoutPage .btnPickingList:focus,
.basketPage .paypal-btn.focus,
.checkoutPage .paypal-btn.focus,
.basketPage .btnPickingList.focus,
.checkoutPage .btnPickingList.focus,
.basketPage .paypal-btn:active,
.checkoutPage .paypal-btn:active,
.basketPage .btnPickingList:active,
.checkoutPage .btnPickingList:active,
.basketPage .paypal-btn.active,
.checkoutPage .paypal-btn.active,
.basketPage .btnPickingList.active,
.checkoutPage .btnPickingList.active,
.open > .dropdown-toggle.basketPage .paypal-btn,
.open > .dropdown-toggle.checkoutPage .paypal-btn,
.open > .dropdown-toggle.basketPage .btnPickingList,
.open > .dropdown-toggle.checkoutPage .btnPickingList {
  color: white;
  background-color: #8d98a7;
  border-color: #8893a2;
}
.basketPage .paypal-btn:active,
.checkoutPage .paypal-btn:active,
.basketPage .btnPickingList:active,
.checkoutPage .btnPickingList:active,
.basketPage .paypal-btn.active,
.checkoutPage .paypal-btn.active,
.basketPage .btnPickingList.active,
.checkoutPage .btnPickingList.active,
.open > .dropdown-toggle.basketPage .paypal-btn,
.open > .dropdown-toggle.checkoutPage .paypal-btn,
.open > .dropdown-toggle.basketPage .btnPickingList,
.open > .dropdown-toggle.checkoutPage .btnPickingList {
  background-image: none;
}
.basketPage .paypal-btn.disabled,
.checkoutPage .paypal-btn.disabled,
.basketPage .btnPickingList.disabled,
.checkoutPage .btnPickingList.disabled,
.basketPage .paypal-btn[disabled],
.checkoutPage .paypal-btn[disabled],
.basketPage .btnPickingList[disabled],
.checkoutPage .btnPickingList[disabled],
fieldset[disabled] .basketPage .paypal-btn,
fieldset[disabled] .checkoutPage .paypal-btn,
fieldset[disabled] .basketPage .btnPickingList,
fieldset[disabled] .checkoutPage .btnPickingList,
.basketPage .paypal-btn.disabled:hover,
.checkoutPage .paypal-btn.disabled:hover,
.basketPage .btnPickingList.disabled:hover,
.checkoutPage .btnPickingList.disabled:hover,
.basketPage .paypal-btn[disabled]:hover,
.checkoutPage .paypal-btn[disabled]:hover,
.basketPage .btnPickingList[disabled]:hover,
.checkoutPage .btnPickingList[disabled]:hover,
fieldset[disabled] .basketPage .paypal-btn:hover,
fieldset[disabled] .checkoutPage .paypal-btn:hover,
fieldset[disabled] .basketPage .btnPickingList:hover,
fieldset[disabled] .checkoutPage .btnPickingList:hover,
.basketPage .paypal-btn.disabled:focus,
.checkoutPage .paypal-btn.disabled:focus,
.basketPage .btnPickingList.disabled:focus,
.checkoutPage .btnPickingList.disabled:focus,
.basketPage .paypal-btn[disabled]:focus,
.checkoutPage .paypal-btn[disabled]:focus,
.basketPage .btnPickingList[disabled]:focus,
.checkoutPage .btnPickingList[disabled]:focus,
fieldset[disabled] .basketPage .paypal-btn:focus,
fieldset[disabled] .checkoutPage .paypal-btn:focus,
fieldset[disabled] .basketPage .btnPickingList:focus,
fieldset[disabled] .checkoutPage .btnPickingList:focus,
.basketPage .paypal-btn.disabled.focus,
.checkoutPage .paypal-btn.disabled.focus,
.basketPage .btnPickingList.disabled.focus,
.checkoutPage .btnPickingList.disabled.focus,
.basketPage .paypal-btn[disabled].focus,
.checkoutPage .paypal-btn[disabled].focus,
.basketPage .btnPickingList[disabled].focus,
.checkoutPage .btnPickingList[disabled].focus,
fieldset[disabled] .basketPage .paypal-btn.focus,
fieldset[disabled] .checkoutPage .paypal-btn.focus,
fieldset[disabled] .basketPage .btnPickingList.focus,
fieldset[disabled] .checkoutPage .btnPickingList.focus,
.basketPage .paypal-btn.disabled:active,
.checkoutPage .paypal-btn.disabled:active,
.basketPage .btnPickingList.disabled:active,
.checkoutPage .btnPickingList.disabled:active,
.basketPage .paypal-btn[disabled]:active,
.checkoutPage .paypal-btn[disabled]:active,
.basketPage .btnPickingList[disabled]:active,
.checkoutPage .btnPickingList[disabled]:active,
fieldset[disabled] .basketPage .paypal-btn:active,
fieldset[disabled] .checkoutPage .paypal-btn:active,
fieldset[disabled] .basketPage .btnPickingList:active,
fieldset[disabled] .checkoutPage .btnPickingList:active,
.basketPage .paypal-btn.disabled.active,
.checkoutPage .paypal-btn.disabled.active,
.basketPage .btnPickingList.disabled.active,
.checkoutPage .btnPickingList.disabled.active,
.basketPage .paypal-btn[disabled].active,
.checkoutPage .paypal-btn[disabled].active,
.basketPage .btnPickingList[disabled].active,
.checkoutPage .btnPickingList[disabled].active,
fieldset[disabled] .basketPage .paypal-btn.active,
fieldset[disabled] .checkoutPage .paypal-btn.active,
fieldset[disabled] .basketPage .btnPickingList.active,
fieldset[disabled] .checkoutPage .btnPickingList.active {
  background-color: #aab2bd;
  border-color: #aab2bd;
}
.basketPage .paypal-btn .badge,
.checkoutPage .paypal-btn .badge,
.basketPage .btnPickingList .badge,
.checkoutPage .btnPickingList .badge {
  color: #aab2bd;
  background-color: white;
}
.basketPage .paypal-btn:hover,
.checkoutPage .paypal-btn:hover,
.basketPage .btnPickingList:hover,
.checkoutPage .btnPickingList:hover {
  background-color: #f39c12;
  border-color: #f39c12;
}
.basketPage .paypal-btn img,
.checkoutPage .paypal-btn img,
.basketPage .btnPickingList img,
.checkoutPage .btnPickingList img {
  margin-left: 5px;
}
.basketPage apple-pay-button,
.checkoutPage apple-pay-button {
  display: none;
}
.basketPage apple-pay-button.visible,
.checkoutPage apple-pay-button.visible {
  display: inline-block;
}
.basketPage .apple-pay-button,
.checkoutPage .apple-pay-button {
  margin: 0 5px;
}
.basketPage .paypal-button-hidden,
.checkoutPage .paypal-button-hidden {
  visibility: hidden;
}
.basketPage .braintreePayPalButtonContainer,
.checkoutPage .braintreePayPalButtonContainer {
  top: -1px;
  position: relative;
}
.basketPage .basket-empty,
.checkoutPage .basket-empty {
  min-height: 540px;
}
.basketPage .basket-empty .fa-shopping-basket,
.checkoutPage .basket-empty .fa-shopping-basket {
  font-size: 80px;
  color: #e5e5e5;
  margin-bottom: 30px;
}
.basketPage .finance-offer-wrapper .finance-offer,
.checkoutPage .finance-offer-wrapper .finance-offer {
  width: 100%;
  top: -20px;
  position: relative;
  background-color: #3498DB;
  color: #fff;
  /* width: 100%; */
  line-height: 20px;
  text-align: center;
  cursor: pointer;
}
.basketPage .finance-offer-wrapper .finance-offer .offer-text a,
.checkoutPage .finance-offer-wrapper .finance-offer .offer-text a,
.basketPage .finance-offer-wrapper .finance-offer .offer-text a:hover,
.checkoutPage .finance-offer-wrapper .finance-offer .offer-text a:hover {
  color: #ffffff;
  display: block;
  padding: 10px 46px;
}
.basketPage .finance-offer-wrapper .finance-offer .offer-note,
.checkoutPage .finance-offer-wrapper .finance-offer .offer-note {
  font-size: 12px;
}
.basketPage .finance-offer-wrapper .finance-offer .fa,
.checkoutPage .finance-offer-wrapper .finance-offer .fa {
  position: absolute;
  font-size: 30px;
}
.basketPage .finance-offer-wrapper .finance-offer .fa.pull-left,
.checkoutPage .finance-offer-wrapper .finance-offer .fa.pull-left {
  top: calc(50% - 15px);
  left: 16px;
}
.basketPage .finance-offer-wrapper .finance-offer .fa.pull-right,
.checkoutPage .finance-offer-wrapper .finance-offer .fa.pull-right {
  top: calc(50% - 15px);
  right: 16px;
}
.basketPage .finance-offer-wrapper.wait .financeWait,
.checkoutPage .finance-offer-wrapper.wait .financeWait {
  display: block;
}
.basketPage .finance-offer-wrapper.wait .finance-offer,
.checkoutPage .finance-offer-wrapper.wait .finance-offer {
  -moz-opacity: 0.5;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.basketPage .finance-offer-wrapper .financeWait,
.checkoutPage .finance-offer-wrapper .financeWait {
  width: 100%;
  height: 100%;
  position: absolute;
  text-align: center;
  display: none;
  opacity: 0.5;
  top: 0;
}
.basketPage .finance-offer-wrapper .financeWait .waitIconContainer,
.checkoutPage .finance-offer-wrapper .financeWait .waitIconContainer {
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
  position: absolute;
  top: 50%;
}
.basketPage .finance-static-modal .modal-body,
.checkoutPage .finance-static-modal .modal-body {
  overflow: hidden;
}
.basketPage .loyalty-offer-wrapper .loyalty-offer,
.checkoutPage .loyalty-offer-wrapper .loyalty-offer {
  width: 100%;
  position: relative;
  background-color: #f39c12;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
}
.basketPage .loyalty-offer-wrapper .loyalty-offer .offer-text a,
.checkoutPage .loyalty-offer-wrapper .loyalty-offer .offer-text a,
.basketPage .loyalty-offer-wrapper .loyalty-offer .offer-text a:hover,
.checkoutPage .loyalty-offer-wrapper .loyalty-offer .offer-text a:hover {
  color: #ffffff;
  display: block;
  padding: 10px 46px;
}
.basketPage .loyalty-offer-wrapper .loyalty-offer .fa,
.checkoutPage .loyalty-offer-wrapper .loyalty-offer .fa {
  position: absolute;
  font-size: 25px;
}
.basketPage .loyalty-offer-wrapper .loyalty-offer .fa.pull-left,
.checkoutPage .loyalty-offer-wrapper .loyalty-offer .fa.pull-left {
  top: 8px;
  left: 16px;
}
.basketPage .loyalty-offer-wrapper .loyalty-offer .fa.pull-right,
.checkoutPage .loyalty-offer-wrapper .loyalty-offer .fa.pull-right {
  top: 8px;
  right: 16px;
}
.basketPage .offers-table .name,
.checkoutPage .offers-table .name {
  width: 15%;
}
.basketPage .offers-table .details,
.checkoutPage .offers-table .details {
  width: 15%;
}
.basketPage .offers-table .appliesTo,
.checkoutPage .offers-table .appliesTo {
  width: 60%;
}
.basketPage #shopBarcodeScan.wait,
.checkoutPage #shopBarcodeScan.wait {
  cursor: wait;
}
.basketPage .modalLink,
.checkoutPage .modalLink {
  color: #2ecc71;
}
.basketPage .buildTimeProduct,
.checkoutPage .buildTimeProduct {
  font-weight: bold;
}
.basketPage .buildTimeEntry,
.checkoutPage .buildTimeEntry {
  background-color: #d1f5e0;
  margin-bottom: 6px;
  padding: 10px 16px;
}
/**
 * Shop log-in as user
 */
#shopSearchResults {
  list-style-type: none;
  padding: 0;
  max-height: 340px;
  overflow: auto;
  border-bottom: 1px solid #ccd1d9;
}
#shopSearchResults a {
  display: block;
  padding: 5px;
  border-left: 1px solid #ccd1d9;
  border-right: 1px solid #ccd1d9;
}
#shopSearchResults li:first-child a {
  padding-top: 5px;
}
#shopSearchResults li.selected a {
  background-color: #2ecc71;
  color: #fff;
}
#shopSearchResults a:hover {
  background-color: #f5f5f5;
}
#shopSearchWarning {
  display: none;
}
#shopSearchWarning .message {
  padding-left: 5px;
  color: #f39c12;
  font-weight: bold;
}
/**
 * Minimum value alert
 */
.basketMinimumValueAlert {
  border: 2px solid #e74c3c;
  font-weight: 400;
  margin: 0 auto 10px auto;
  width: 100%;
}
.basketMinimumValueAlert .basketMinimumValueAlertHeading {
  font-weight: bold;
  padding: 6px;
}
.basketMinimumValueAlert .basketMinimumValueAlertBody {
  padding: 6px;
}
/**
 * Customs Charges alert
 */
.basketCustomsChargesAlert {
  border: 2px solid #f39c12;
  font-weight: 400;
  margin: 0 auto 10px auto;
  width: 100%;
}
.basketCustomsChargesAlert .basketCustomsChargesAlertHeading {
  font-weight: bold;
  padding: 6px;
}
.basketCustomsChargesAlert .basketCustomsChargesAlertBody {
  padding: 6px;
}
/**
 * Picking List
 */
.pickingList .page-title .time,
.pickingList .page-title .shopUser {
  font-size: 30px;
}
@media screen {
  .pickingList .page-title .time::before {
    content: " - ";
  }
  .pickingList .page-title .shopUser::before {
    content: ", ";
  }
}
.pickingList .page-header .btn {
  text-transform: uppercase;
}
.pickingList .page-header .btn-primary {
  margin-left: 16px;
}
.pickingList .bom-item td:first-child {
  padding-left: 30px;
}
.pickingList .componentHeading td:first-child {
  font-weight: 600;
}
.pickingList .location {
  white-space: nowrap;
}
#pickingList tbody td,
#pickingList tbody th {
  text-align: left;
}
#pickingListBarcode {
  display: none;
}
.payPalImg {
  margin-left: 5px;
}
#shoppingBasketPayWithPayPalContainer {
  /*	.alert {
		margin-top: @grid-gutter-width/2;
		display: block;
	}*/
}
#shoppingBasketPayWithPayPalContainer .page-header {
  margin-bottom: 30px;
}
#shoppingBasketPayWithPayPalContainer .address,
#shoppingBasketPayWithPayPalContainer .total-shipping {
  margin-bottom: 30px;
}
#shoppingBasketPayWithPayPalContainer .order-totals {
  margin-top: 10px;
}
#shoppingBasketPayWithPayPalContainer .confirm-order .checkout-btn {
  float: right;
}
#shoppingBasketPayWithPayPalContainer .cancel-order {
  text-align: center;
  color: #aab2bd;
  margin-top: 15px;
  margin-bottom: 15px;
}
#shoppingBasketPayWithPayPalContainer .cancel-order:hover {
  color: #e74c3c;
}
#shoppingBasketPayWithPayPalContainer .delivery-options {
  width: 100%;
}
#shoppingBasketPayWithPayPalContainer .delivery-options .option {
  padding-bottom: 3.33333333px;
}
#shoppingBasketPayWithPayPalContainer .delivery-options .option .select {
  padding: 0;
}
#shoppingBasketPayWithPayPalContainer .delivery-options .option .select input {
  margin-top: 0;
  margin-bottom: 3px;
}
#shoppingBasketPayWithPayPalContainer .delivery-options .option .delivery-price {
  text-align: right;
  white-space: nowrap;
}
#shoppingBasketPayWithPayPalContainer .delivery-options .delivery-type label {
  padding-left: 5px;
  margin-bottom: 3px;
}
#shoppingBasketPayWithPayPalContainer .important {
  background-color: #e5e5e5;
  padding: 6px 12px;
  margin-top: 10px;
}
#shoppingBasketPayWithPayPalContainer .tnc {
  margin-top: 15px;
  /*float: left;*/
}
#shoppingBasketPayWithPayPalContainer #payPalShippingChoiceOuter {
  position: relative;
}
#shoppingBasketPayWithPayPalContainer #payPalShippingChoiceOuter .payPalWait {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  text-align: center;
  display: none;
}
#shoppingBasketPayWithPayPalContainer #payPalShippingChoiceOuter .payPalWait .waitIconContainer {
  position: relative;
  top: 40%;
  -webkit-transform: translateY(-60%);
  -ms-transform: translateY(-60%);
  transform: translateY(-60%);
}
#shoppingBasketPayWithPayPalContainer #payPalShippingChoiceOuter .required {
  top: -17px;
}
#shoppingBasketPayWithPayPalContainer #payPalShippingChoiceOuter.wait .payPalWait {
  display: block;
}
#shoppingBasketPayWithPayPalContainer #payPalShippingChoiceOuter.wait #payPalShippingChoiceInner {
  -moz-opacity: 0.5;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
@media screen and (max-width: 992px) {
  .basketPage .page-header .checkout-btn {
    clear: left;
  }
  .basket-item-options .options {
    padding-top: 5px !important;
  }
}
@media screen and (max-width: 768px) {
  .product-price,
  .product-stock,
  .product-quantity .qty-spinner,
  .coupon-codes h4,
  .order-help {
    display: none !important;
  }
  .instock-mobile,
  .outstock-mobile,
  .product-quantity .quantity-mobile,
  .remove-mobile {
    display: block !important;
  }
  .product-image {
    padding: 0 !important;
  }
  .product-image img {
    display: none;
  }
  .product-details {
    position: relative;
  }
  .product-details .title {
    font-size: 14px !important;
  }
  .coupon-codes .input-group {
    width: 100% !important;
  }
  .delivery-options .select {
    width: 5%;
  }
  .delivery-options .delivery-type {
    width: 80%;
  }
  .delivery-options .delivery-price {
    width: 15%;
  }
  .page-header .checkout-btn,
  .checkout-buttons .checkout-btn,
  .page-header .paypal-btn,
  .checkout-buttons .paypal-btn,
  .additionalPaymentButtons {
    width: 100%;
  }
  .checkout-buttons .shopping-btn {
    margin-top: 10px !important;
  }
  .paypal-btn,
  .checkout-btn {
    margin: 0 !important;
  }
  .paymentButtonsOr {
    width: 100%;
    text-align: center;
    padding: 5px 0 0 0 !important;
    margin-bottom: 0;
  }
  .checkoutPage .trustpilot-widget {
    margin: 0 auto;
    width: 80%;
    height: inherit;
  }
  /**
	 * Braintree
	 */
  .braintreePayPalButtonContainer,
  .braintreePayPalCreditButtonContainer {
    width: 188px;
  }
  .braintreePayPalButtonContainer.basketPaymentButtonVisible,
  .braintreePayPalCreditButtonContainer.basketPaymentButtonVisible {
    display: inline-block;
  }
  .braintreePayPalCreditButtonContainer.basketPaymentButtonVisible {
    margin-left: 7px;
    margin-top: -7px;
  }
}
.checkoutPage {
  /**
   * Payment options
   */
  /**
   * Hide delivery address by default on addresses tab
   */
}
.checkoutPage .dates .form-group {
  position: relative;
}
.checkoutPage .footer .copyright {
  border: none;
}
.checkoutPage .merlin,
.checkoutPage .currency-switcher {
  display: block !important;
}
.checkoutPage .currency-switcher {
  padding: 0;
}
.checkoutPage .secure-logo {
  text-align: right;
}
.checkoutPage .checkout-title {
  text-align: center;
  margin-bottom: 10px;
}
.checkoutPage .checkout-title:before,
.checkoutPage .checkout-title:after {
  content: " ";
  display: table;
}
.checkoutPage .checkout-title:after {
  clear: both;
}
.checkoutPage .checkout-title:before,
.checkoutPage .checkout-title:after {
  content: " ";
  display: table;
}
.checkoutPage .checkout-title:after {
  clear: both;
}
.checkoutPage .shippingWarning {
  display: block;
}
.checkoutPage .tabbable:before,
.checkoutPage .tabbable:after {
  content: " ";
  display: table;
}
.checkoutPage .tabbable:after {
  clear: both;
}
.checkoutPage .tabbable:before,
.checkoutPage .tabbable:after {
  content: " ";
  display: table;
}
.checkoutPage .tabbable:after {
  clear: both;
}
.checkoutPage .buttonHighlight {
  text-transform: uppercase;
}
.checkoutPage #checkout-steps.nav-tabs {
  border-bottom: 1px solid #2ecc71;
  background-color: #2ecc71;
}
.checkoutPage #checkout-steps.nav-tabs > li {
  float: left;
  padding: 0;
  -webkit-transition: width 0.5s ease-in-out;
  -o-transition: width 0.5s ease-in-out;
  transition: width 0.5s ease-in-out;
}
.checkoutPage #checkout-steps.nav-tabs > li.active {
  width: 33.33333333%;
}
.checkoutPage #checkout-steps.nav-tabs > li > a {
  text-align: center;
  font-size: 20px;
  margin-right: 0;
  line-height: 1.42857143;
  color: #fff;
  border-radius: 0;
  border-bottom: 0;
  border: none;
}
.checkoutPage #checkout-steps.nav-tabs > li > a:hover {
  background-color: #29b765;
}
.checkoutPage #checkout-steps.nav-tabs > li > a#address-tab,
.checkoutPage #checkout-steps.nav-tabs > li > a#payment-tab,
.checkoutPage #checkout-steps.nav-tabs > li > a#signin-tab,
.checkoutPage #checkout-steps.nav-tabs > li > a#review-tab {
  border-right: 2px solid #2bc06a;
}
.checkoutPage #checkout-steps.nav-tabs > li.active > a,
.checkoutPage #checkout-steps.nav-tabs > li.active > a:hover,
.checkoutPage #checkout-steps.nav-tabs > li.active > a:focus {
  color: #fff;
  font-weight: 600;
  background-color: #f39c12;
  cursor: default;
  border-bottom: none;
}
.checkoutPage .tab-pane {
  margin: 30px 0;
}
.checkoutPage .tab-pane:before,
.checkoutPage .tab-pane:after {
  content: " ";
  display: table;
}
.checkoutPage .tab-pane:after {
  clear: both;
}
.checkoutPage .tab-pane:before,
.checkoutPage .tab-pane:after {
  content: " ";
  display: table;
}
.checkoutPage .tab-pane:after {
  clear: both;
}
.checkoutPage .tab-pane h2 {
  margin-top: 0;
}
.checkoutPage .pre-footer {
  padding-top: 30px;
  border-top: 1px solid #e5e5e5;
}
.checkoutPage .pre-footer:before,
.checkoutPage .pre-footer:after {
  content: " ";
  display: table;
}
.checkoutPage .pre-footer:after {
  clear: both;
}
.checkoutPage .pre-footer:before,
.checkoutPage .pre-footer:after {
  content: " ";
  display: table;
}
.checkoutPage .pre-footer:after {
  clear: both;
}
.checkoutPage .pre-footer .help {
  font-size: 20px;
}
.checkoutPage .pre-footer .help .telephone {
  font-weight: 600;
}
.checkoutPage .pre-footer .help span {
  display: block;
}
.checkoutPage #loyaltyOverlay.visible {
  display: none;
}
.checkoutPage #stageAddressing .address-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.checkoutPage #stageAddressing .address-list li {
  padding: 10px 0;
  border-bottom: 1px solid #ccd1d9;
}
.checkoutPage #stageAddressing .addressWait {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  text-align: center;
  display: none;
}
.checkoutPage #stageAddressing .addressWait .waitIconContainer {
  position: relative;
  top: 40%;
  -webkit-transform: translateY(-60%);
  -ms-transform: translateY(-60%);
  transform: translateY(-60%);
}
.checkoutPage #stageAddressing .hidden-form {
  display: none;
}
.checkoutPage #stageAddressing #findAddress {
  margin-top: 25px;
}
.checkoutPage #stageAddressing .postcodeList {
  background-color: #fff;
  border: 1px solid #ccd1d9;
  height: 80px;
  overflow: hidden;
  overflow-y: scroll;
  padding-left: 0;
  list-style: none;
  margin-top: 10px;
}
.checkoutPage #stageAddressing .postcodeList li {
  padding-left: 20px;
}
.checkoutPage #stageAddressing .postcodeList li:hover {
  background-color: #ccd1d9;
}
.checkoutPage #stageAddressing .postcodeList li a:hover {
  color: #fff;
}
.checkoutPage #stageAddressing .checkbox.deliveryAddress {
  margin-top: 30px;
  margin-bottom: 30px;
}
.checkoutPage #stageAddressing .unavailableNote {
  font-style: italic;
  font-size: 18px;
  display: none;
}
.checkoutPage #stageAddressing.wait .addressWait {
  display: block;
}
.checkoutPage #stageAddressing.wait .customer-form {
  -moz-opacity: 0.5;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.checkoutPage #stageReview .shopping-basket:before,
.checkoutPage #stageReview .shopping-basket:after {
  content: " ";
  display: table;
}
.checkoutPage #stageReview .shopping-basket:after {
  clear: both;
}
.checkoutPage #stageReview .shopping-basket:before,
.checkoutPage #stageReview .shopping-basket:after {
  content: " ";
  display: table;
}
.checkoutPage #stageReview .shopping-basket:after {
  clear: both;
}
.checkoutPage #stageReview .shopping-basket thead {
  background-color: #e5e5e5;
}
.checkoutPage #stageReview .editAddressReview:hover {
  cursor: pointer;
}
.checkoutPage #stagePayment .checkout-flow-btns {
  margin-top: 0;
}
.checkoutPage #stagePayment .extra-payment-method-block {
  background-color: rgba(229, 229, 229, 0.2);
  position: relative;
  -webkit-box-shadow: 0 1px 5px #aab2bd;
  box-shadow: 0 1px 5px #aab2bd;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 10px 16px;
  text-align: center;
  margin-bottom: 30px;
}
.checkoutPage #stagePayment .paypal .customer-form,
.checkoutPage #stagePayment .sagePayServer .customer-form {
  background-color: rgba(229, 229, 229, 0.2);
}
.checkoutPage #stagePayment .customer-form {
  margin-bottom: 30px;
}
.checkoutPage #stagePayment .customer-form .bankTransferPaymentLogo {
  width: 50%;
  float: left;
}
.checkoutPage #stagePayment .customer-form .bankTransferPaymentLogo .iDeal,
.checkoutPage #stagePayment .customer-form .bankTransferPaymentLogo .EPS {
  margin-top: 5px;
  margin-bottom: 10px;
}
.checkoutPage #stagePayment .card-container {
  margin: 20px auto;
}
.checkoutPage #stagePayment .validFrom {
  display: none;
}
.checkoutPage #stagePayment .validFrom #cardStart {
  margin-top: 20px;
}
.checkoutPage #stagePayment #cardExpiry {
  margin-top: 20px;
}
.checkoutPage #stagePayment #paymentContainer .noPayment {
  display: none;
}
.checkoutPage #stagePayment.noPayment #paymentContainer .noPayment {
  display: block;
}
.checkoutPage #stagePayment.noPayment .customer-form {
  display: none;
}
.checkoutPage #stagePayment.noPayment .hasPayment {
  display: none;
}
.checkoutPage #stagePayment.noPayment label {
  display: block;
}
.checkoutPage .checkout-flow-btns {
  margin-top: -60px;
}
.checkoutPage .checkout-flow-btns:before,
.checkoutPage .checkout-flow-btns:after {
  content: " ";
  display: table;
}
.checkoutPage .checkout-flow-btns:after {
  clear: both;
}
.checkoutPage .checkout-flow-btns:before,
.checkoutPage .checkout-flow-btns:after {
  content: " ";
  display: table;
}
.checkoutPage .checkout-flow-btns:after {
  clear: both;
}
.checkoutPage .checkout-flow-btns .btn {
  text-transform: uppercase;
}
.checkoutPage .checkout-flow-btns .tnc {
  margin: 0;
  float: left;
}
.checkoutPage .checkout-flow-btns .tnc label {
  text-align: left;
}
.checkoutPage #paymentContainer .extraPaymentMethods .btnHideFinance {
  display: none;
}
.checkoutPage #paymentContainer .financeShown .btnShowFinance {
  display: none;
}
.checkoutPage #paymentContainer .financeShown .btnHideFinance {
  display: inline-block;
}
.checkoutPage #stageAddressing .delivery-address {
  display: none;
}
.checkoutPage #stageAddressing .delivery-address.delivery-address-show {
  display: block;
}
.checkoutPage #stageAddressing .btnEditAddress {
  margin-left: 15px;
}
.checkoutPage #stageAddressing .checkout-flow-btns {
  margin-top: 0;
}
.checkoutPage .checkAddress {
  margin-left: 32px;
  margin-right: 32px;
  font-style: italic;
}
.checkoutPage #terms-n-conditions.modal .modal-body {
  height: 350px;
  overflow: hidden;
  overflow-y: scroll;
}
.checkoutPage #terms-n-conditions.modal .modal-body h2 {
  font-family: inherit;
  font-weight: 300;
  line-height: 1.1;
  color: inherit;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
}
.checkoutPage #terms-n-conditions.modal .modal-body h2 small,
.checkoutPage #terms-n-conditions.modal .modal-body h2 .small {
  font-weight: normal;
  line-height: 1;
  color: #ccd1d9;
}
.checkoutPage #terms-n-conditions.modal .modal-body h2 small,
.checkoutPage #terms-n-conditions.modal .modal-body h2 .small {
  font-size: 75%;
}
.checkoutPage .dates .form-control-feedback {
  right: 13px;
  top: 45px;
  position: absolute;
}
.checkoutPage #checkoutIframe {
  border: 0;
  width: 550px;
  height: 440px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.checkoutPage #paymentIframeContainer {
  display: none;
  text-align: center;
  height: 440px;
  width: 550px;
  margin: 0 auto;
  position: relative;
}
.checkoutPage #paymentIframeContainer div.wait {
  /*background-image: url("../images/loader1.gif");*/
  background-position: center bottom;
  background-repeat: no-repeat;
  display: none;
  height: 440px;
  /*			left: 0;
			position: absolute;
			top: 100px;*/
  width: 550px;
}
.checkoutPage #paymentIframeModal .modal-dialog {
  width: 580px;
  height: 470px;
}
.checkoutPage #paymentIframeModal .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 580px;
  height: 470px;
  text-align: center;
  padding-top: 100px;
}
.checkoutPage #shopOrderCheckingList td {
  text-align: left;
}
.checkoutPage #shopOrderCheckingList td i {
  display: none;
}
.checkoutPage #shopOrderCheckingList tr.checked td.name {
  color: #aab2bd;
}
.checkoutPage #shopOrderCheckingList tr.checked td.status i {
  display: block;
}
.checkoutPage #shopBarcodeScan {
  margin-bottom: 1em;
}
.checkoutPage #shopBarcodeForm {
  position: relative;
}
.checkoutPage #barcodeWarning {
  color: #333;
  font-style: italic;
  border-bottom: 2px #aa0000 solid;
  position: absolute;
  top: 5px;
  right: 5px;
  display: none;
}
.checkoutPage #shopOrderChecking .modal {
  text-align: left;
}
.checkoutPage .basketLink {
  text-decoration: underline;
  color: #2ecc71;
}
.checkoutPage .basketLink:hover {
  color: #29b765;
}
#checkoutWait {
  width: 100%;
  text-align: center;
}
/*.paymentSection {display:none;}*/
/*.paymentSection-1 {display:block;}*/
@media screen and (max-width: 1200px) {
  .help {
    display: block !important;
  }
  .checkoutPage .checkout-flow-btns {
    margin-top: 10px;
  }
}
@media screen and (max-width: 992px) {
  .order-totals,
  .delivery {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .checkoutPage .merlin-logo {
    padding-left: 16px;
  }
  .checkoutPage .dates .form-control-feedback {
    top: 40px;
  }
  .secure-logo {
    font-size: 16px;
  }
  .pre-footer {
    text-align: center;
  }
  .pre-footer .payment-icons {
    margin: 10px auto;
  }
  .checkout-flow-btns > .btn {
    width: 100%;
  }
  #checkout-steps.nav-tabs > li > a > .fa {
    font-size: 24px;
  }
  #checkout-steps.nav-tabs > li > a > span {
    display: none;
  }
  .existing-address {
    margin-bottom: 30px;
  }
  .card-container {
    display: none;
  }
  .paypal {
    margin-top: 30px;
  }
  #stageAddressing .btnEditAddress {
    margin-left: 14px !important;
  }
}
.order-totals-container .loyalty-icon {
  float: left;
  margin: 0 5px 5px 0;
}
.loyalty-offer-heading {
  font-size: 18px;
  font-weight: bold;
}
.paymentSection {
  min-height: 750px;
}
#braintree-payment-form,
#hitachiFinanceDepositCardForm {
  min-height: 210px;
  margin-bottom: 10px;
}
#braintreeOuter {
  position: relative;
}
#braintreeOuter div.wait {
  /*background-image: url("../images/loader1.gif");*/
  background-position: center bottom;
  background-repeat: no-repeat;
  display: none;
  height: 242px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
  padding-top: 170px;
}
#braintreeOuter div.wait .msg {
  display: none;
}
#braintreeOuter.unavailable {
  font-size: 18px;
}
#braintreeOuter.wait div.wait {
  display: inherit;
}
#braintreeOuter.wait #braintree-payment-form {
  opacity: 40%;
}
#braintreeContainer {
  margin-top: -32px;
  min-height: 320px;
}
#braintreeLocalPaymentMethodsContainer {
  margin-bottom: 10px;
}
#braintreeLocalPaymentMethodsContainer .braintreeLocalPaymentButton {
  display: none;
  cursor: pointer;
}
#braintreeLocalPaymentMethodsContainer .braintreeLocalPaymentButton.first {
  border-radius: 4px 4px 0 0;
  border-top-width: 1px;
}
#braintreeLocalPaymentMethodsContainer .braintreeLocalPaymentButton.last {
  border-radius: 0 0 4px 4px;
}
#braintreeLocalPaymentMethodsContainer .braintreeLocalPaymentButtonVisible {
  display: flex;
  align-items: center;
  background-color: #fafafa;
  border-color: #b5b5b5;
  border-style: solid;
  border-width: 0 1px 1px 1px;
  padding: 12px 10px;
  width: 100%;
}
#braintreeLocalPaymentMethodsContainer .braintreeLocalPaymentButtonVisible:hover {
  background-color: #fff;
}
#braintreeLocalPaymentMethodsContainer .braintreeLocalPaymentButtonVisible.selected {
  background-color: #41b7d1;
  color: #fff;
  font-weight: bold;
}
#braintreeLocalPaymentMethodsContainer .braintreeLocalPaymentButtonVisible.selected .braintreeLocalPaymentLabel {
  color: #fff;
}
#braintreeLocalPaymentMethodsContainer .braintreeLocalPaymentButtonVisible .braintreeLocalPaymentLogo {
  display: flex;
  text-align: center;
  align-items: center;
  width: 95px;
}
#braintreeLocalPaymentMethodsContainer .braintreeLocalPaymentButtonVisible .braintreeLocalPaymentLogo .braintreeLocalPaymentIcon {
  height: 29px;
  margin: 0 auto;
}
#braintreeLocalPaymentMethodsContainer .braintreeLocalPaymentButtonVisible .braintreeLocalPaymentLabel {
  color: #000;
  font-size: 16px;
  margin-left: 20px;
  width: 100%;
  padding-right: 25px;
}
#braintreeLocalPaymentMethodsContainer .braintreeLocalPaymentButtonVisible.braintreeLocalPaymentButtonDisabled {
  cursor: default;
}
#braintreeLocalPaymentMethodsContainer .braintreeLocalPaymentButtonVisible.braintreeLocalPaymentButtonDisabled:hover {
  background-color: #fafafa;
}
#braintreeLocalPaymentMethodsContainer .braintreeLocalPaymentButtonVisible.braintreeLocalPaymentButtonDisabled .braintreeLocalPaymentLabel {
  color: #aab2bd;
}
#braintreeLocalPaymentMethodsContainer .braintreeLocalPaymentButtonVisible.braintreeLocalPaymentButtonDisabled .braintreeLocalPaymentIcon {
  filter: grayscale(100%);
  opacity: 0.5;
  filter: alpha(opacity=50);
}
@media screen and (max-width: 768px) {
  .checkoutPage .info-bar {
    display: none;
  }
  .checkoutPage #stagePayment .dates .validFrom.col-xs-12 {
    padding: 0;
  }
  .checkoutPage #stagePayment .dates .validFrom #cardStart {
    width: 35.86%;
    margin-top: 0;
  }
  .checkoutPage #stagePayment .dates #cardExpiry {
    margin-top: 15px;
  }
  .checkoutPage #stagePayment .dates .expiryDate {
    padding-left: 0;
  }
  .checkoutPage #stagePayment .dates .securityCode {
    padding-right: 0;
  }
  .checkoutPage #stagePayment .dates .securityCode label {
    margin-bottom: 0;
  }
  .checkoutPage #stagePayment .dates .securityCodeNote {
    display: block;
    text-align: right;
  }
  .checkoutPage .container {
    padding: 0;
  }
  .checkoutPage .tab-pane {
    margin: 15px 0;
  }
  .checkoutPage #checkout-steps.row {
    margin: 0;
  }
  .checkoutPage .paymentSections {
    padding: 0;
  }
}
#placeOrder {
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
apple-pay-button {
  display: none;
}
apple-pay-button.visible {
  display: inline-block;
}
#braintree-payment-form,
#hitachiFinanceDepositCardForm {
  min-height: 210px;
  margin-bottom: 10px;
}
#braintreeOuter {
  position: relative;
}
#braintreeOuter div.wait {
  background-position: center bottom;
  background-repeat: no-repeat;
  display: none;
  height: 242px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
  padding-top: 170px;
}
#braintreeOuter div.wait .msg {
  display: none;
}
#braintreeOuter.unavailable {
  font-size: 18px;
}
#braintreeOuter.wait div.wait {
  display: inherit;
}
#braintreeOuter.wait #braintree-payment-form {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
#braintreeLocalPaymentMethodsContainer {
  margin-bottom: 10px;
}
#braintreeLocalPaymentMethodsContainer .braintreeLocalPaymentButton {
  display: none;
  cursor: pointer;
}
#braintreeLocalPaymentMethodsContainer .braintreeLocalPaymentButton.first {
  border-radius: 4px 4px 0 0;
  border-top-width: 1px;
}
#braintreeLocalPaymentMethodsContainer .braintreeLocalPaymentButton.last {
  border-radius: 0 0 4px 4px;
}
#braintreeLocalPaymentMethodsContainer .braintreeLocalPaymentButtonVisible {
  display: flex;
  align-items: center;
  background-color: #fafafa;
  border-color: #b5b5b5;
  border-style: solid;
  border-width: 0 1px 1px 1px;
  padding: 12px 10px;
  width: 100%;
}
#braintreeLocalPaymentMethodsContainer .braintreeLocalPaymentButtonVisible:hover {
  background-color: #fff;
}
#braintreeLocalPaymentMethodsContainer .braintreeLocalPaymentButtonVisible.selected {
  background-color: #41b7d1;
  color: #fff;
  font-weight: bold;
}
#braintreeLocalPaymentMethodsContainer .braintreeLocalPaymentButtonVisible.selected .braintreeLocalPaymentLabel {
  color: #fff;
}
#braintreeLocalPaymentMethodsContainer .braintreeLocalPaymentButtonVisible .braintreeLocalPaymentLogo {
  display: flex;
  text-align: center;
  align-items: center;
  width: 95px;
}
#braintreeLocalPaymentMethodsContainer .braintreeLocalPaymentButtonVisible .braintreeLocalPaymentLogo .braintreeLocalPaymentIcon {
  height: 29px;
  margin: 0 auto;
}
#braintreeLocalPaymentMethodsContainer .braintreeLocalPaymentButtonVisible .braintreeLocalPaymentLabel {
  color: #000;
  font-size: 16px;
  margin-left: 20px;
  width: 100%;
  padding-right: 25px;
}
#braintreeLocalPaymentMethodsContainer .braintreeLocalPaymentButtonVisible.braintreeLocalPaymentButtonDisabled {
  cursor: default;
}
#braintreeLocalPaymentMethodsContainer .braintreeLocalPaymentButtonVisible.braintreeLocalPaymentButtonDisabled:hover {
  background-color: #fafafa;
}
#braintreeLocalPaymentMethodsContainer .braintreeLocalPaymentButtonVisible.braintreeLocalPaymentButtonDisabled .braintreeLocalPaymentLabel {
  color: #aab2bd;
}
#braintreeLocalPaymentMethodsContainer .braintreeLocalPaymentButtonVisible.braintreeLocalPaymentButtonDisabled .braintreeLocalPaymentIcon {
  filter: grayscale(100%);
  opacity: 0.5;
  filter: alpha(opacity=50);
}
/* Dropin style customisation */
[data-braintree-id=choose-a-way-to-pay] {
  color: #656d78;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
}
[data-braintree-id=choose-a-way-to-pay]::after {
  content: ":";
}
[data-braintree-id=payment-options-container] .braintree-option .braintree-option__label {
  color: #656d78;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
}
.braintree-sheet__header .braintree-sheet__label,
.braintree-sheet__header .braintree-sheet__text {
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
}
[data-braintree-id=toggle] {
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  color: #656d78;
}
.payPalCreditListingPageProductFinanceOffer {
  height: 32px;
  display: none;
  position: relative;
  display: block;
  line-height: 110%;
}
.payPalCreditListingPageProductFinanceOffer:hover {
  cursor: pointer;
}
.payPalCreditListingPageProductFinanceOffer.zeroFor4Only {
  line-height: 25px;
}
.payPalCreditListingPageProductFinanceOffer.zeroFor4Only:hover {
  cursor: default;
}
.payPalCreditListingPageProductFinanceOffer .wait {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: auto;
}
.payPalCreditListingPageProductFinanceOffer .wait i {
  font-size: 35px;
}
.payPalCreditListingPageProductFinanceOffer.wait .wait {
  display: block;
}
.payPalCreditListingPageProductFinanceOffer.wait .financeInner {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.financeMessaging .financeOffers {
  height: 32px;
  margin-bottom: 10px;
  padding: 6px;
}
.financeMessaging .financeOffers.populated {
  /*border: 1px @gray-dark solid;*/
  /*border-radius: 3px;*/
  display: block;
}
.financeMessaging .financeOffers.shown {
  display: block;
}
.financeMessaging .financeOffers .payPalCreditLearnMore {
  display: block;
  font-size: 10px;
  text-align: right;
}
.products.list .financeOffers.populated {
  border: none;
}
.products.list .financeOffers.populated .financeInner .payPalCreditTriggerImage {
  margin: 0 10px;
}
.categoryPage .financeMessaging .financeOffers {
  display: none;
}
.productContainer .finance-messaging.braintree {
  /*			.payPalCreditLearnMore {
				text-decoration: underline;
				cursor: pointer;
				&:hover {
					color: @brand-primary;
				}
			}*/
}
.productContainer .finance-messaging.braintree .finance {
  /*color: #000;*/
  /*border: 1px solid @gray-light;*/
  line-height: 1.15;
}
.productContainer .finance-messaging.braintree .finance-offer {
  background-image: url("/site/frontend/themes/merlin2015/images/payPalCreditLogoWhiteSmall.png");
  background-repeat: no-repeat;
  background-position: center 5px;
  padding-top: 42px;
}
.productContainer .finance-messaging.braintree .finance-offer .finance-heading {
  display: none;
}
.productContainer .finance-messaging.braintree .finance-offer .from {
  text-transform: capitalize;
}
/* Basket buttons */
.braintreePayPalButtonContainer,
.braintreePayPalCreditButtonContainer {
  width: 142px;
  display: none;
  padding-top: 5px;
}
.braintreePayPalButtonContainer.basketPaymentButtonVisible,
.braintreePayPalCreditButtonContainer.basketPaymentButtonVisible {
  display: inline-block;
}
.braintreePayPalCreditButtonContainer {
  /*	&.basketPaymentButtonVisible {
		margin-left: 30px;
		display: block;
		margin-top: -7px;
	}*/
  float: right;
  opacity: 0.75;
  filter: alpha(opacity=75);
  padding-left: 10px;
}
/**
 * Basket Messaging
 */
#shoppingBasketContainer .finance-offer.payPalCredit .payPalCreditLogoContainer {
  width: 80px;
  display: inline-block;
}
#shoppingBasketContainer .finance-offer.payPalCredit .payPalCreditLogo {
  background-image: url("/site/frontend/themes/merlin2015/images/payPalCreditLogoWhiteSmall.png");
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 80px 27px;
  display: inline-block;
  text-indent: -9999px;
  width: 80px;
  height: 27px;
  position: absolute;
  top: 6px;
  margin-left: -38px;
}
#shoppingBasketContainer .finance-offer.payPalCredit .offer-note {
  padding-left: 94px;
  position: relative;
  top: 10px;
  display: none;
  /* Show if we need it */
}
.basketPage .finance-static-modal .modal-body.loading {
  font-size: 48px;
  text-align: center;
}
#financeEstimatorFull .estimator .creditOptionsContainer {
  margin-bottom: 10px;
}
#financeEstimatorFull .estimator .optionDetails {
  width: 360px;
  margin: 10px auto;
}
#financeEstimatorFull .estimator .optionDetails th {
  font-weight: normal;
}
#financeEstimatorFull .estimator .optionDetails .monthly-repayment td,
#financeEstimatorFull .estimator .optionDetails .monthly-repayment th {
  font-weight: bold;
}
#financeEstimatorFull .representativeExample {
  text-align: center;
}
#financeEstimatorFull .representativeExample:before,
#financeEstimatorFull .representativeExample:after {
  content: " ";
  display: table;
}
#financeEstimatorFull .representativeExample:after {
  clear: both;
}
#financeEstimatorFull .representativeExample:before,
#financeEstimatorFull .representativeExample:after {
  content: " ";
  display: table;
}
#financeEstimatorFull .representativeExample:after {
  clear: both;
}
#financeEstimatorFull .sideNote {
  font-size: 10px;
}
#financeEstimatorFull .heading {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 5px 0;
}
#financeEstimatorFull .payPalCreditLogo {
  display: block;
  margin: 0 auto;
}
#financeEstimatorModal .modal-dialog {
  max-width: 450px;
}
#financeEstimatorModal .modal-body {
  min-height: 511px;
}
#financeEstimatorModal .financeEstimatorModalWait {
  padding-top: 223px;
  text-align: center;
}
#financeEstimatorModal .financeEstimatorModalWait i {
  font-size: 64px;
}
.paypal-credit-info {
  font-size: 16px;
  padding: 10px 0;
}
#braintreePayWithPayPalContainer,
#braintreePayWithPayPalCreditContainer {
  width: 192px;
}
#braintreePayWithPayPalCreditContainer {
  padding-left: 16px;
  opacity: 0.75;
  filter: alpha(opacity=75);
}
#braintreePayWithPayPalOr {
  display: none;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 10px;
  padding-left: 16px;
}
.braintreePayPal {
  display: none;
}
.payPalReady #braintreePayWithPayPalOr {
  display: inherit;
}
.payPalReady #braintreePayWithPayPalOr.braintreePayPal {
  display: none;
}
.payPalReady .braintreePayPal {
  display: none;
}
@media screen and (max-width: 768px) {
  #financeEstimatorModal .modal-footer .btn-primary {
    margin-right: 16px;
  }
  #financeEstimatorModal .creditOptions .btn {
    font-size: 12px;
    padding-left: 9px;
    padding-right: 9px;
  }
  .checkoutPage #braintreePayWithPayPalContainer {
    padding-left: 0;
    padding-right: 0;
    width: 75%;
    margin: 0 auto;
  }
  .checkoutPage .braintree-sheet__header .braintree-sheet__text {
    margin-left: 10px;
  }
}
.order .page-header,
.confirmationPage .page-header,
.reviewPage .page-header {
  text-align: center;
}
.order .orderSummary,
.confirmationPage .orderSummary,
.reviewPage .orderSummary {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 9pt;
  line-height: 14px;
  font-stretch: normal;
}
.order .orderSummary .addresses,
.confirmationPage .orderSummary .addresses,
.reviewPage .orderSummary .addresses {
  padding-bottom: 10px;
}
.order .orderSummary .addresses .addressHeading,
.confirmationPage .orderSummary .addresses .addressHeading,
.reviewPage .orderSummary .addresses .addressHeading {
  font-weight: bold;
}
.order .orderSummary .addresses dl,
.confirmationPage .orderSummary .addresses dl,
.reviewPage .orderSummary .addresses dl {
  margin-top: 10px;
}
.order .orderSummary .addresses dl dt,
.confirmationPage .orderSummary .addresses dl dt,
.reviewPage .orderSummary .addresses dl dt {
  float: left;
  clear: left;
  padding-right: 10px;
}
.order .orderSummary .addresses label,
.confirmationPage .orderSummary .addresses label,
.reviewPage .orderSummary .addresses label {
  padding-right: 3px;
}
.order .orderSummary .print-order,
.confirmationPage .orderSummary .print-order,
.reviewPage .orderSummary .print-order {
  position: absolute;
  top: 0;
  right: 15px;
}
.order .orderSummary .gift-receipt,
.confirmationPage .orderSummary .gift-receipt,
.reviewPage .orderSummary .gift-receipt {
  position: absolute;
  top: 8px;
  right: 117px;
}
.order .orderSummary .orderContainer[data-type="shop"] .print-order,
.confirmationPage .orderSummary .orderContainer[data-type="shop"] .print-order,
.reviewPage .orderSummary .orderContainer[data-type="shop"] .print-order {
  top: 7.5px;
}
.order .orderSummary .cancel-order,
.confirmationPage .orderSummary .cancel-order,
.reviewPage .orderSummary .cancel-order {
  position: absolute;
  top: 50px;
  right: 15px;
  color: #aab2bd;
}
.order .orderSummary .cancel-order:hover,
.confirmationPage .orderSummary .cancel-order:hover,
.reviewPage .orderSummary .cancel-order:hover {
  color: #434a54;
}
.order .orderSummary .orderContainer[data-type="shop"] .cancel-order,
.confirmationPage .orderSummary .orderContainer[data-type="shop"] .cancel-order,
.reviewPage .orderSummary .orderContainer[data-type="shop"] .cancel-order {
  display: none;
}
.order .orderSummary .multipleLocationNote,
.confirmationPage .orderSummary .multipleLocationNote,
.reviewPage .orderSummary .multipleLocationNote {
  margin-top: 1em;
  margin-bottom: 1em;
}
.order .orderSummary fieldset,
.confirmationPage .orderSummary fieldset,
.reviewPage .orderSummary fieldset {
  border: 1px solid #e5e5e5;
  padding: 10px;
}
.order .orderSummary fieldset legend,
.confirmationPage .orderSummary fieldset legend,
.reviewPage .orderSummary fieldset legend {
  font-size: 9pt;
  font-weight: bold;
  margin: 0;
  border: none;
  /*width: 110px;*/
  width: auto;
  padding: 0 5px;
}
.order .orderSummary fieldset table,
.confirmationPage .orderSummary fieldset table,
.reviewPage .orderSummary fieldset table {
  width: 90%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.order .orderSummary fieldset table th,
.confirmationPage .orderSummary fieldset table th,
.reviewPage .orderSummary fieldset table th {
  text-align: right;
  padding-right: 10px;
  vertical-align: top;
}
.order .orderSummary .editableList,
.confirmationPage .orderSummary .editableList,
.reviewPage .orderSummary .editableList {
  margin-top: 10px;
}
.order .orderSummary .editableList .price,
.confirmationPage .orderSummary .editableList .price,
.reviewPage .orderSummary .editableList .price,
.order .orderSummary .editableList .total,
.confirmationPage .orderSummary .editableList .total,
.reviewPage .orderSummary .editableList .total {
  text-align: right;
  white-space: nowrap;
}
.order .orderSummary .editableList thead .header,
.confirmationPage .orderSummary .editableList thead .header,
.reviewPage .orderSummary .editableList thead .header {
  height: inherit;
}
.order .orderSummary .editableList tfoot th,
.confirmationPage .orderSummary .editableList tfoot th,
.reviewPage .orderSummary .editableList tfoot th {
  text-align: right;
}
.order .orderSummary .editableList tfoot .header,
.confirmationPage .orderSummary .editableList tfoot .header,
.reviewPage .orderSummary .editableList tfoot .header {
  height: inherit;
}
.order .orderSummary .editableList tbody .componentOuter .component,
.confirmationPage .orderSummary .editableList tbody .componentOuter .component,
.reviewPage .orderSummary .editableList tbody .componentOuter .component {
  padding-left: 10px;
  text-indent: -10px;
}
.order .orderSummary .editableList tbody .componentOuter td,
.confirmationPage .orderSummary .editableList tbody .componentOuter td,
.reviewPage .orderSummary .editableList tbody .componentOuter td {
  border-top: 0;
  padding-top: 0;
  font-size: 8pt;
}
.order .orderSummary .orderHighlight,
.confirmationPage .orderSummary .orderHighlight,
.reviewPage .orderSummary .orderHighlight {
  display: none;
}
.order .companyAddress,
.confirmationPage .companyAddress,
.reviewPage .companyAddress {
  text-align: center;
}
.order .invoiceLogo,
.confirmationPage .invoiceLogo,
.reviewPage .invoiceLogo,
.order .invoiceNumber,
.confirmationPage .invoiceNumber,
.reviewPage .invoiceNumber,
.order .barcode,
.confirmationPage .barcode,
.reviewPage .barcode,
.order .checkingStatus,
.confirmationPage .checkingStatus,
.reviewPage .checkingStatus {
  display: none;
}
.order .loyaltySaving,
.confirmationPage .loyaltySaving,
.reviewPage .loyaltySaving {
  margin-bottom: 25px;
  margin-top: -25px;
  padding: 0;
  text-align: right;
  width: 100%;
}
.order .paymentStatus,
.confirmationPage .paymentStatus,
.reviewPage .paymentStatus {
  clear: left;
  background-color: #aab2bd;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 15px 6px 6px;
  margin: 30px;
}
.order .paymentStatus.info,
.confirmationPage .paymentStatus.info,
.reviewPage .paymentStatus.info {
  background-color: #2ecc71;
}
.order .paymentStatus.warning,
.confirmationPage .paymentStatus.warning,
.reviewPage .paymentStatus.warning {
  background-color: #c00;
}
.order .thank-you.lead,
.confirmationPage .thank-you.lead,
.reviewPage .thank-you.lead {
  margin-bottom: 0;
}
.order .thank-you.detail,
.confirmationPage .thank-you.detail,
.reviewPage .thank-you.detail {
  margin-bottom: 20px;
}
.order .orderGroupOrders,
.confirmationPage .orderGroupOrders,
.reviewPage .orderGroupOrders {
  margin-top: 1em;
}
.order .orderGroupOrders a,
.confirmationPage .orderGroupOrders a,
.reviewPage .orderGroupOrders a {
  /*color: @brand-primary;*/
  text-decoration: underline;
}
.order .reviewOffer,
.confirmationPage .reviewOffer,
.reviewPage .reviewOffer,
.accountPage .reviewOffer,
.order .loyaltyOffer,
.confirmationPage .loyaltyOffer,
.reviewPage .loyaltyOffer,
.accountPage .loyaltyOffer {
  padding: 10px 30px;
  margin-bottom: 30px;
  background-color: #2ecc71;
  text-align: center;
  position: relative;
  font-size: 16px;
  color: #fff;
}
.order .reviewOffer .fa,
.confirmationPage .reviewOffer .fa,
.reviewPage .reviewOffer .fa,
.accountPage .reviewOffer .fa,
.order .loyaltyOffer .fa,
.confirmationPage .loyaltyOffer .fa,
.reviewPage .loyaltyOffer .fa,
.accountPage .loyaltyOffer .fa {
  position: absolute;
}
.order .reviewOffer .fa.pull-left,
.confirmationPage .reviewOffer .fa.pull-left,
.reviewPage .reviewOffer .fa.pull-left,
.accountPage .reviewOffer .fa.pull-left,
.order .loyaltyOffer .fa.pull-left,
.confirmationPage .loyaltyOffer .fa.pull-left,
.reviewPage .loyaltyOffer .fa.pull-left,
.accountPage .loyaltyOffer .fa.pull-left {
  top: 10px;
  left: 16px;
}
.order .reviewOffer .fa.pull-right,
.confirmationPage .reviewOffer .fa.pull-right,
.reviewPage .reviewOffer .fa.pull-right,
.accountPage .reviewOffer .fa.pull-right,
.order .loyaltyOffer .fa.pull-right,
.confirmationPage .loyaltyOffer .fa.pull-right,
.reviewPage .loyaltyOffer .fa.pull-right,
.accountPage .loyaltyOffer .fa.pull-right {
  top: 10px;
  right: 16px;
}
.order .reviewOffer a,
.confirmationPage .reviewOffer a,
.reviewPage .reviewOffer a,
.accountPage .reviewOffer a,
.order .loyaltyOffer a,
.confirmationPage .loyaltyOffer a,
.reviewPage .loyaltyOffer a,
.accountPage .loyaltyOffer a {
  color: #fff;
}
.order .reviewOffer a:hover,
.confirmationPage .reviewOffer a:hover,
.reviewPage .reviewOffer a:hover,
.accountPage .reviewOffer a:hover,
.order .loyaltyOffer a:hover,
.confirmationPage .loyaltyOffer a:hover,
.reviewPage .loyaltyOffer a:hover,
.accountPage .loyaltyOffer a:hover {
  color: #f39c12;
}
.order .loyaltyOffer,
.confirmationPage .loyaltyOffer,
.reviewPage .loyaltyOffer,
.accountPage .loyaltyOffer {
  /*background-color: #6D2A3B;*/
  margin-bottom: 15px;
}
.giftReceiptPage h1,
.giftReceiptPage .h1 {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  text-align: center;
}
.giftReceiptPage .orderSummary .orderContainer .print-order,
.giftReceiptPage .orderSummary .orderContainer[data-type="shop"] .print-order {
  top: 77px;
}
.orderSummary .location {
  white-space: nowrap;
}
/*
div.orderSummary .orderContainer[data-type=collection] div.addresses div.delivery {
	font-weight: bold;
	font-size: 32pt;
	text-align: center;
	height: 120px;
	line-height: 40px;
	text-transform: uppercase;
	padding-top: 50px;
	background-color: #000000;
	color: #ffffff;
}

div.orderSummary .orderContainer[data-type=collection] div.addresses div.delivery .addressHeading {
	display: none;
}*/
@media screen and (max-width: 768px) {
  .print-order {
    display: none;
  }
  .confirmationPage .orderSummary .cancel-order,
  .reviewPage .orderSummary .cancel-order,
  .accountPage .orderSummary .cancel-order {
    position: relative;
    display: block;
    width: 100%;
    top: -5px;
    text-align: right;
  }
  .order .orderSummary {
    margin-top: 10px;
  }
  .order .orderSummary fieldset table th {
    white-space: nowrap;
    vertical-align: top;
  }
}
.modal-body .nav {
  display: none;
}
#cms-moozes #mainContent {
  padding: 0;
}
.cmsPayPalCreditLink {
  color: #25a25a;
}
.cmsPayPalCreditLink:after {
  content: " \f08e";
  font-family: FontAwesome;
  font-size: 14px;
}
.cmsPayPalCreditLink:hover {
  text-decoration: underline;
}
#cookieConsent {
  position: fixed;
  z-index: 1000;
  width: 100%;
  bottom: 0;
  left: 0;
  display: block;
  background-color: #434a54;
}
#cookieConsent div {
  margin: 0 auto;
  line-height: 30px;
  color: #fff;
  font-size: 13px;
  text-align: center;
  margin: 8px 8px 50px 8px;
}
#cookieConsent div a {
  color: #fff;
  text-decoration: underline;
}
#notificationArea .footer {
  margin-bottom: 25px;
}
#notificationArea .info-bar {
  margin-top: 40px;
}
#notificationArea #notificationAreaHeader.modemoto,
#notificationArea #notificationAreaHeader.modemoto div.mode {
  background-color: #34495E;
}
#notificationArea #notificationAreaHeader.modeshop,
#notificationArea #notificationAreaHeader.modeshop div.mode {
  background-color: #E74C3C;
}
#notificationArea #notificationAreaHeader {
  height: 40px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#notificationArea #notificationAreaHeader #customerServicesReturn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  background-color: #f39c12;
  border-color: #e08e0b;
}
#notificationArea #notificationAreaHeader #customerServicesReturn:focus,
#notificationArea #notificationAreaHeader #customerServicesReturn:active:focus,
#notificationArea #notificationAreaHeader #customerServicesReturn.active:focus,
#notificationArea #notificationAreaHeader #customerServicesReturn.focus,
#notificationArea #notificationAreaHeader #customerServicesReturn:active.focus,
#notificationArea #notificationAreaHeader #customerServicesReturn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#notificationArea #notificationAreaHeader #customerServicesReturn:hover,
#notificationArea #notificationAreaHeader #customerServicesReturn:focus,
#notificationArea #notificationAreaHeader #customerServicesReturn.focus {
  color: #fff;
  text-decoration: none;
}
#notificationArea #notificationAreaHeader #customerServicesReturn:active,
#notificationArea #notificationAreaHeader #customerServicesReturn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
#notificationArea #notificationAreaHeader #customerServicesReturn.disabled,
#notificationArea #notificationAreaHeader #customerServicesReturn[disabled],
fieldset[disabled] #notificationArea #notificationAreaHeader #customerServicesReturn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
#notificationArea #notificationAreaHeader #customerServicesReturn:hover,
#notificationArea #notificationAreaHeader #customerServicesReturn:focus,
#notificationArea #notificationAreaHeader #customerServicesReturn.focus,
#notificationArea #notificationAreaHeader #customerServicesReturn:active,
#notificationArea #notificationAreaHeader #customerServicesReturn.active,
.open > .dropdown-toggle#notificationArea #notificationAreaHeader #customerServicesReturn {
  color: #fff;
  background-color: #c87f0a;
  border-color: #a66908;
}
#notificationArea #notificationAreaHeader #customerServicesReturn:active,
#notificationArea #notificationAreaHeader #customerServicesReturn.active,
.open > .dropdown-toggle#notificationArea #notificationAreaHeader #customerServicesReturn {
  background-image: none;
}
#notificationArea #notificationAreaHeader #customerServicesReturn.disabled,
#notificationArea #notificationAreaHeader #customerServicesReturn[disabled],
fieldset[disabled] #notificationArea #notificationAreaHeader #customerServicesReturn,
#notificationArea #notificationAreaHeader #customerServicesReturn.disabled:hover,
#notificationArea #notificationAreaHeader #customerServicesReturn[disabled]:hover,
fieldset[disabled] #notificationArea #notificationAreaHeader #customerServicesReturn:hover,
#notificationArea #notificationAreaHeader #customerServicesReturn.disabled:focus,
#notificationArea #notificationAreaHeader #customerServicesReturn[disabled]:focus,
fieldset[disabled] #notificationArea #notificationAreaHeader #customerServicesReturn:focus,
#notificationArea #notificationAreaHeader #customerServicesReturn.disabled.focus,
#notificationArea #notificationAreaHeader #customerServicesReturn[disabled].focus,
fieldset[disabled] #notificationArea #notificationAreaHeader #customerServicesReturn.focus,
#notificationArea #notificationAreaHeader #customerServicesReturn.disabled:active,
#notificationArea #notificationAreaHeader #customerServicesReturn[disabled]:active,
fieldset[disabled] #notificationArea #notificationAreaHeader #customerServicesReturn:active,
#notificationArea #notificationAreaHeader #customerServicesReturn.disabled.active,
#notificationArea #notificationAreaHeader #customerServicesReturn[disabled].active,
fieldset[disabled] #notificationArea #notificationAreaHeader #customerServicesReturn.active {
  background-color: #f39c12;
  border-color: #e08e0b;
}
#notificationArea #notificationAreaHeader #customerServicesReturn .badge {
  color: #f39c12;
  background-color: #fff;
}
#notificationArea #notificationAreaHeader div.mode {
  margin: 0 auto;
  height: 40px;
  color: #fff;
  position: relative;
  line-height: 40px;
  font-size: 10pt;
  text-align: right;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #notificationArea #notificationAreaHeader div.mode {
    width: 750px;
  }
}
@media (min-width: 992px) {
  #notificationArea #notificationAreaHeader div.mode {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  #notificationArea #notificationAreaHeader div.mode {
    width: 1170px;
  }
}
#notificationArea #notificationAreaHeader div.mode > .navbar-header,
#notificationArea #notificationAreaHeader div.mode > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  #notificationArea #notificationAreaHeader div.mode > .navbar-header,
  #notificationArea #notificationAreaHeader div.mode > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
#notificationArea #notificationAreaHeader div.mode span {
  color: #fff;
  display: block;
  line-height: 40px;
}
#notificationArea #notificationAreaHeader div.mode span.left {
  float: left;
  padding-left: 3px;
}
#notificationArea #notificationAreaHeader div.mode span.left strong {
  font-weight: 700;
  font-size: 10pt;
  color: #fff;
}
#notificationArea #notificationAreaHeader div.mode span.right {
  float: right;
  padding-right: 30px;
  display: none;
}
#notificationArea #notificationAreaHeader div.mode a.close {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  background-color: #aab2bd;
  border-color: #aab2bd;
}
#notificationArea #notificationAreaHeader div.mode a.close:focus,
#notificationArea #notificationAreaHeader div.mode a.close:active:focus,
#notificationArea #notificationAreaHeader div.mode a.close.active:focus,
#notificationArea #notificationAreaHeader div.mode a.close.focus,
#notificationArea #notificationAreaHeader div.mode a.close:active.focus,
#notificationArea #notificationAreaHeader div.mode a.close.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#notificationArea #notificationAreaHeader div.mode a.close:hover,
#notificationArea #notificationAreaHeader div.mode a.close:focus,
#notificationArea #notificationAreaHeader div.mode a.close.focus {
  color: #fff;
  text-decoration: none;
}
#notificationArea #notificationAreaHeader div.mode a.close:active,
#notificationArea #notificationAreaHeader div.mode a.close.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
#notificationArea #notificationAreaHeader div.mode a.close.disabled,
#notificationArea #notificationAreaHeader div.mode a.close[disabled],
fieldset[disabled] #notificationArea #notificationAreaHeader div.mode a.close {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
#notificationArea #notificationAreaHeader div.mode a.close:hover,
#notificationArea #notificationAreaHeader div.mode a.close:focus,
#notificationArea #notificationAreaHeader div.mode a.close.focus,
#notificationArea #notificationAreaHeader div.mode a.close:active,
#notificationArea #notificationAreaHeader div.mode a.close.active,
.open > .dropdown-toggle#notificationArea #notificationAreaHeader div.mode a.close {
  color: #fff;
  background-color: #8d98a7;
  border-color: #8893a2;
}
#notificationArea #notificationAreaHeader div.mode a.close:active,
#notificationArea #notificationAreaHeader div.mode a.close.active,
.open > .dropdown-toggle#notificationArea #notificationAreaHeader div.mode a.close {
  background-image: none;
}
#notificationArea #notificationAreaHeader div.mode a.close.disabled,
#notificationArea #notificationAreaHeader div.mode a.close[disabled],
fieldset[disabled] #notificationArea #notificationAreaHeader div.mode a.close,
#notificationArea #notificationAreaHeader div.mode a.close.disabled:hover,
#notificationArea #notificationAreaHeader div.mode a.close[disabled]:hover,
fieldset[disabled] #notificationArea #notificationAreaHeader div.mode a.close:hover,
#notificationArea #notificationAreaHeader div.mode a.close.disabled:focus,
#notificationArea #notificationAreaHeader div.mode a.close[disabled]:focus,
fieldset[disabled] #notificationArea #notificationAreaHeader div.mode a.close:focus,
#notificationArea #notificationAreaHeader div.mode a.close.disabled.focus,
#notificationArea #notificationAreaHeader div.mode a.close[disabled].focus,
fieldset[disabled] #notificationArea #notificationAreaHeader div.mode a.close.focus,
#notificationArea #notificationAreaHeader div.mode a.close.disabled:active,
#notificationArea #notificationAreaHeader div.mode a.close[disabled]:active,
fieldset[disabled] #notificationArea #notificationAreaHeader div.mode a.close:active,
#notificationArea #notificationAreaHeader div.mode a.close.disabled.active,
#notificationArea #notificationAreaHeader div.mode a.close[disabled].active,
fieldset[disabled] #notificationArea #notificationAreaHeader div.mode a.close.active {
  background-color: #aab2bd;
  border-color: #aab2bd;
}
#notificationArea #notificationAreaHeader div.mode a.close .badge {
  color: #aab2bd;
  background-color: #fff;
}
#notificationArea #notificationAreaHeader div.mode a.customerId {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  background-color: #ccd1d9;
  border-color: #bdc4ce;
  background-color: #f39c12;
  border-color: #f39c12;
  display: none;
}
#notificationArea #notificationAreaHeader div.mode a.customerId:focus,
#notificationArea #notificationAreaHeader div.mode a.customerId:active:focus,
#notificationArea #notificationAreaHeader div.mode a.customerId.active:focus,
#notificationArea #notificationAreaHeader div.mode a.customerId.focus,
#notificationArea #notificationAreaHeader div.mode a.customerId:active.focus,
#notificationArea #notificationAreaHeader div.mode a.customerId.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#notificationArea #notificationAreaHeader div.mode a.customerId:hover,
#notificationArea #notificationAreaHeader div.mode a.customerId:focus,
#notificationArea #notificationAreaHeader div.mode a.customerId.focus {
  color: #fff;
  text-decoration: none;
}
#notificationArea #notificationAreaHeader div.mode a.customerId:active,
#notificationArea #notificationAreaHeader div.mode a.customerId.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
#notificationArea #notificationAreaHeader div.mode a.customerId.disabled,
#notificationArea #notificationAreaHeader div.mode a.customerId[disabled],
fieldset[disabled] #notificationArea #notificationAreaHeader div.mode a.customerId {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
#notificationArea #notificationAreaHeader div.mode a.customerId:hover,
#notificationArea #notificationAreaHeader div.mode a.customerId:focus,
#notificationArea #notificationAreaHeader div.mode a.customerId.focus,
#notificationArea #notificationAreaHeader div.mode a.customerId:active,
#notificationArea #notificationAreaHeader div.mode a.customerId.active,
.open > .dropdown-toggle#notificationArea #notificationAreaHeader div.mode a.customerId {
  color: #fff;
  background-color: #afb7c3;
  border-color: #9aa4b4;
}
#notificationArea #notificationAreaHeader div.mode a.customerId:active,
#notificationArea #notificationAreaHeader div.mode a.customerId.active,
.open > .dropdown-toggle#notificationArea #notificationAreaHeader div.mode a.customerId {
  background-image: none;
}
#notificationArea #notificationAreaHeader div.mode a.customerId.disabled,
#notificationArea #notificationAreaHeader div.mode a.customerId[disabled],
fieldset[disabled] #notificationArea #notificationAreaHeader div.mode a.customerId,
#notificationArea #notificationAreaHeader div.mode a.customerId.disabled:hover,
#notificationArea #notificationAreaHeader div.mode a.customerId[disabled]:hover,
fieldset[disabled] #notificationArea #notificationAreaHeader div.mode a.customerId:hover,
#notificationArea #notificationAreaHeader div.mode a.customerId.disabled:focus,
#notificationArea #notificationAreaHeader div.mode a.customerId[disabled]:focus,
fieldset[disabled] #notificationArea #notificationAreaHeader div.mode a.customerId:focus,
#notificationArea #notificationAreaHeader div.mode a.customerId.disabled.focus,
#notificationArea #notificationAreaHeader div.mode a.customerId[disabled].focus,
fieldset[disabled] #notificationArea #notificationAreaHeader div.mode a.customerId.focus,
#notificationArea #notificationAreaHeader div.mode a.customerId.disabled:active,
#notificationArea #notificationAreaHeader div.mode a.customerId[disabled]:active,
fieldset[disabled] #notificationArea #notificationAreaHeader div.mode a.customerId:active,
#notificationArea #notificationAreaHeader div.mode a.customerId.disabled.active,
#notificationArea #notificationAreaHeader div.mode a.customerId[disabled].active,
fieldset[disabled] #notificationArea #notificationAreaHeader div.mode a.customerId.active {
  background-color: #ccd1d9;
  border-color: #bdc4ce;
}
#notificationArea #notificationAreaHeader div.mode a.customerId .badge {
  color: #ccd1d9;
  background-color: #fff;
}
#notificationArea #notificationAreaHeader div.mode #printIframes iframe {
  visibility: hidden;
}
/* Hide stuff in shop mode */
#notificationArea[data-mode-shop="1"] .info-links .login,
#notificationArea[data-mode-shop="1"] .info-links .account {
  display: none;
}
a,
button {
  -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
a:hover,
button:hover {
  text-decoration: none;
}
.product.payPalFinance {
  clear: left;
}
.payPalFinance button {
  background: none;
  border: none;
  text-align: left;
  margin: 5px 0;
}
.product-listings .products .payPalFinance button {
  text-align: center;
}
.payPalFinance .learn-more {
  text-decoration: underline;
}
.payPalFinance img.paypal-logo {
  height: 20px;
  margin-right: 5px;
  margin-left: -1px;
}
.basketPage .finance-offer {
  padding: 5px 0;
}
.basketPage .finance-messaging {
  margin: 0 55px;
}
.basketPage .finance-offer-wrapper .payPalFinance button {
  margin: 5px 0;
}
.basketPage .finance-offer-wrapper .payPalPayInThree,
.basketPage .finance-offer-wrapper .payPalPayLater {
  display: inline-block;
  width: 49%;
  padding: 0 10px;
}
.basketPage .finance-offer-wrapper .payPalPayInThree {
  border-right: 2px solid #ffffff;
}
@media screen and (max-width: 1199px) {
  .basketPage .finance-offer-wrapper .payPalPayInThree,
  .basketPage .finance-offer-wrapper .payPalPayLater {
    display: block;
    width: 100%;
  }
  .basketPage .finance-offer-wrapper .payPalPayInThree {
    border-right: none;
  }
}
@media screen and (max-width: 767px) {
  .basketPage .finance-messaging {
    margin: 0;
  }
  .basketPage .fa-certificate {
    display: none;
  }
}
@font-face {
  font-family: 'PayPalSansBig';
  font-weight: 600;
  src: url(https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Medium.eot);
  src: url(https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Medium.eot?#iefix) format('embedded-opentype'), url(https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Medium.woff) format('woff'), url(https://www.paypalobjects.com/webstatic/mktg/2014design/font/headlinedark/festivo1.ttf) format('truetype'), url(https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Medium.svg) format('svg');
}
@font-face {
  font-family: 'PayPalSansBig';
  font-weight: 200;
  src: url(https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Light.eot);
  src: url(https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Light.eot?#iefix) format('embedded-opentype'), url(https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Light.woff) format('woff'), url(https://www.paypalobjects.com/webstatic/mktg/2014design/font/headlinedark/festivo1.ttf) format('truetype'), url(https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Light.svg) format('svg');
}
@font-face {
  font-family: 'PayPalSansSmall';
  font-weight: 400;
  src: url(https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Regular.eot);
  src: url(https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Regular.eot?#iefix) format('embedded-opentype'), url(https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Regular.woff) format('woff'), url(https://www.paypalobjects.com/webstatic/mktg/2014design/font/headlinedark/festivo1.ttf) format('truetype'), url(https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Regular.svg) format('svg');
}
@font-face {
  font-family: 'PayPalSansSmall';
  font-weight: 600;
  src: url(https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Medium.eot);
  src: url(https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Medium.eot?#iefix) format('embedded-opentype'), url(https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Medium.woff) format('woff'), url(https://www.paypalobjects.com/webstatic/mktg/2014design/font/headlinedark/festivo1.ttf) format('truetype'), url(https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Medium.svg) format('svg');
}
.modal.payPalPayLater html {
  height: 100%;
}
.modal.payPalPayLater body {
  margin: 0;
  font-family: PayPalSansSmall, Helvetica, Arial, Sans-Serif;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.modal.payPalPayLater .logo {
  width: 100px;
}
.modal.payPalPayLater .main {
  -webkit-overflow-scrolling: touch;
  /*overflow-scrolling: touch;*/
  -moz-overflow-scrolling: touch;
  overflow: auto;
  position: relative;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0), 0 5px 15px 0 rgba(0, 0, 0, 0);
  transition: box-shadow 350ms;
  float: none;
}
.modal.payPalPayLater .main .content {
  margin: auto;
  max-width: 450px;
}
.modal.payPalPayLater h1,
.modal.payPalPayLater h2,
.modal.payPalPayLater h3,
.modal.payPalPayLater h4,
.modal.payPalPayLater p,
.modal.payPalPayLater li {
  color: #2c2e2f;
  font-family: PayPalSansSmall, Helvetica, Arial, Sans-Serif;
  font-weight: 400;
}
.modal.payPalPayLater h1 {
  font-size: 15px;
  font-weight: bold;
  color: #0070ba;
  margin-bottom: 16px;
  /*line-height: 42px;*/
  font-family: PayPalSansBig, Helvetica, Arial, Sans-Serif !important;
}
.modal.payPalPayLater h2 {
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 20px;
}
.modal.payPalPayLater h3 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 6px;
  font-family: PayPalSansSmall, Helvetica, Arial, Sans-Serif;
}
.modal.payPalPayLater h1.title {
  text-align: center;
  margin-top: 13px;
}
.modal.payPalPayLater svg {
  margin: auto;
  display: block;
}
.modal.payPalPayLater h4 {
  font-size: 15px;
  line-height: 18px;
  font-weight: bold;
}
.modal.payPalPayLater p {
  font-size: 13px;
  line-height: 18px;
  text-align: justify;
}
.modal.payPalPayLater p.text-large {
  font-size: 15px;
  line-height: 24px;
  font-family: PayPalSansBig, Helvetica, Arial, Sans-Serif;
  font-weight: 200;
  letter-spacing: 0;
}
.modal.payPalPayLater p.first-paragraph {
  padding-bottom: 4px;
}
.modal.payPalPayLater a {
  text-decoration: none;
  color: #0070ba;
  font-family: PayPalSansSmall, Helvetica, Arial, Sans-Serif;
  font-weight: 600;
}
.modal.payPalPayLater ul {
  padding-left: 0;
}
.modal.payPalPayLater ul.spaced li:not(:last-child) {
  margin-bottom: 24px;
}
.modal.payPalPayLater li {
  list-style-type: disc;
  margin-left: 18px;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0;
}
.modal.payPalPayLater .cart-svg {
  text-align: center;
  display: block;
  margin: 36px auto;
}
.modal.payPalPayLater .divider {
  height: 1px;
  background-color: #eaeced;
  margin-bottom: 21px;
  margin-top: 8px;
  width: 100%;
}
.modal.payPalPayLater .anchor-medium {
  font-size: 15px;
  margin-bottom: 18px;
  color: #2c2e2f;
}
.modal.payPalPayLater .anchor-medium a {
  font-size: 15px;
}
.modal.payPalPayLater .anchor-small {
  font-size: 15px;
  margin-bottom: 16px;
  color: #2c2e2f;
}
.modal.payPalPayLater .anchor-small a {
  font-size: 15px;
}
.modal.payPalPayLater header {
  display: flex;
  width: 100%;
  padding: 24px 0;
  justify-content: center;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.05), 0 5px 15px 0 rgba(0, 0, 0, 0.1);
}
.modal.payPalPayLater .content-wrapper {
  flex: 1;
}
.modal.payPalPayLater .accordion {
  position: relative;
}
.modal.payPalPayLater .accordion h3 {
  margin: 0;
}
.modal.payPalPayLater .accordion p {
  font-family: PayPalSansSmall, Helvetica, Arial, Sans-Serif;
  font-size: 13px;
  font-weight: 400;
  margin: 0 0 12px 0;
}
.modal.payPalPayLater .accordion .accordion-content {
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.modal.payPalPayLater .accordion .down {
  display: block;
}
.modal.payPalPayLater .accordion .symbol {
  position: absolute;
  top: 24px;
  right: 16px;
  cursor: pointer;
  pointer-events: none;
}
.modal.payPalPayLater .accordion.show .symbol {
  transform: rotate(180deg);
  top: 27px;
}
.modal.payPalPayLater .accordion button {
  font-family: PayPalSansSmall, Helvetica, Arial, Sans-Serif;
  font-size: inherit;
  font-weight: inherit;
  display: block;
  width: 100%;
  border: none;
  outline: none;
  background: transparent;
  cursor: pointer;
  margin: 0 0 0.5rem 0;
  font-weight: 600;
  padding: 22px 40px 22px 0;
  text-align: left;
}
.modal.payPalPayLater .accordion .has-subtitle {
  padding-bottom: 11px;
}
.modal.payPalPayLater .accordion-divider {
  border-top: 1px solid #eaeced;
}
.modal.payPalPayLater #financing-terms {
  position: relative;
}
@media only screen and (max-width: 400px) {
  .modal.payPalPayLater #special-financing-content .title {
    font-size: 1.6rem;
    line-height: 2rem;
    max-width: 14rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 612px) {
  .modal.payPalPayLater .main .content {
    padding: 0 18px;
  }
}
@media only screen and (max-device-width: 612px) {
  .modal.payPalPayLater .main {
    max-width: 100%;
    -webkit-text-size-adjust: none;
  }
}
.modal.payPalPayLater .main #tabs {
  margin: auto;
  max-width: 450px;
  padding: 0 18px;
  margin-bottom: 28px;
  border-bottom: 1px solid #eaeced;
  white-space: nowrap;
  font-size: 0;
}
.modal.payPalPayLater .main #tabs button {
  cursor: pointer;
  display: inline-block;
  padding: 30px 0px 15px;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 0;
  font-family: PayPalSansSmall, Helvetica, Arial, Sans-Serif;
  width: 50%;
  text-align: center;
  margin-top: 0;
  white-space: normal;
  background: transparent;
  border: none;
  outline: none;
}
.modal.payPalPayLater .main #tabs button:hover {
  color: #0070ba;
}
.modal.payPalPayLater .main #tabs button:active {
  color: #005187;
}
.modal.payPalPayLater .main #tabs button.selected {
  color: #0070ba;
  border-bottom: 3px solid #0070ba;
}
.modal.payPalPayLater .main #financing-terms table {
  border-collapse: collapse;
  width: 100%;
  position: relative;
  table-layout: fixed;
  font-size: 14px;
}
.modal.payPalPayLater .main #financing-terms thead tr {
  height: 50px;
  padding: 5px 0 0 5px;
  background: #f5f5f5;
  font-weight: 600;
  font-family: PayPalSansSmall, Helvetica, Arial, Sans-Serif;
  margin-bottom: 0;
}
.modal.payPalPayLater .main #financing-terms tr td,
.modal.payPalPayLater .main #financing-terms tr th {
  text-align: center;
}
.modal.payPalPayLater .main #financing-terms thead tr th {
  padding: 5px 8px;
  vertical-align: top;
  line-height: 1.38;
  letter-spacing: -0.2px;
  color: #2c2e2f;
}
.modal.payPalPayLater .main #financing-terms tbody tr:not(:first-of-type) {
  border-top: solid 0.5px #eaeced;
  clear: both;
  width: 99.99%;
}
.modal.payPalPayLater .main #financing-terms tbody tr:last-of-type {
  margin-bottom: 38px;
}
.modal.payPalPayLater .main #financing-terms tbody tr td {
  padding: 5px 8px;
  box-sizing: border-box;
  font-family: PayPalSansSmall, Helvetica, Arial, Sans-Serif;
  margin: 0;
  font-weight: 400;
  letter-spacing: -0.2px;
  color: #2c2e2f;
  text-align: center;
}
.modal.payPalPayLater .main #financing-terms tbody tr td:nth-of-type(3) {
  text-align: center;
}
.modal.payPalPayLater .main #financing-terms tbody tr td:last-of-type,
.modal.payPalPayLater .main #financing-terms thead tr th:last-of-type {
  /*background: #deeaf6;*/
}
.modal.payPalPayLater #easy-payments-content .title {
  padding: 0 32px;
  margin-top: 13px;
  margin-bottom: 32px;
}
.modal.payPalPayLater .calculator {
  margin: 10px 0px;
}
.modal.payPalPayLater .calculator-form {
  font-family: PayPalSansSmall, Helvetica, Arial, Sans-Serif;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box;
}
.modal.payPalPayLater .calculator-form::before {
  content: '£';
  position: absolute;
  display: block;
  z-index: 9;
  color: black;
  top: 50%;
  left: 14px;
  transform: translateY(-50%);
  font-size: 16px;
}
.modal.payPalPayLater .calculator-input {
  flex: 1 1 70%;
  -ms-flex: 1 1 70%;
  border: 1px solid #b7bcbf;
  border-radius: 5px;
  background: white;
  padding: 10px 10px 10px 25px;
  /*outline: none;*/
  font-family: PayPalSansSmall, Helvetica, Arial, Sans-Serif;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.6;
  letter-spacing: normal;
  color: #2c2e2f;
  box-sizing: border-box;
  min-width: 0;
}
.modal.payPalPayLater .calculator-btn {
  flex: 1 1 20%;
  -ms-flex: 1 1 20%;
  padding: 0 14px;
  max-width: 120px;
  cursor: pointer;
  border-radius: 50px;
  background-color: #0070ba;
  border: solid 1px #0070ba;
  color: white;
  margin-left: 10px;
  font-family: PayPalSansSmall, Helvetica, Arial, Sans-Serif;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.7px;
  text-align: center;
  display: block;
  box-sizing: border-box;
}
.modal.payPalPayLater .calculator-error-msg {
  display: none;
  border: 2px solid #d20000;
  padding: 10px;
  text-align: center;
  font-family: PayPalSansSmall, Helvetica, Arial, Sans-Serif;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.85;
  letter-spacing: normal;
  color: #2c2e2f;
  background: #fff7f7;
  border-radius: 6px;
  margin-top: 10px;
}
.modal.payPalPayLater input:invalid + p {
  visibility: visible;
  color: red;
}
.modal.payPalPayLater input:valid + p {
  visibility: hidden;
}
.modal.payPalPayLater #terms-note {
  display: block;
  margin-top: 15px;
  margin-bottom: 20px;
  font-size: 13px;
  font-weight: 400;
  font-family: PayPalSansSmall, Helvetica, Arial, Sans-Serif;
  color: #2c2e2f;
}
.modal.payPalPayLater #easy-payments-content h3 {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
  font-family: PayPalSansSmall, Helvetica, Arial, Sans-Serif;
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  letter-spacing: normal;
}
@media only screen and (max-width: 400px) {
  .modal.payPalPayLater #easy-payments-content .title {
    font-size: 1.6rem;
    line-height: 2rem;
    padding: 0;
  }
}
.modal.payPalPayLater button:not(.primary) {
  box-shadow: none;
}
.modal.payPalPayLater .rep-example ul {
  display: flex;
  justify-content: space-between;
  margin: 0.4em 0 1em;
}
.modal.payPalPayLater .rep-example ul li {
  list-style-type: none;
  margin-left: 0;
  display: flex;
  flex-direction: column;
  text-align: center;
  flex: 1 0 0;
}
.modal.payPalPayLater .rep-example ul li span:nth-of-type(2) {
  font-weight: bold;
  font-size: 15px;
}
.modal.payPalPayLater .footer {
  padding-bottom: 30px;
}
.modal.payPalPayLater .main #financing-terms tbody tr.threshold-warning td {
  padding: 37px 6px;
  vertical-align: middle;
  text-align: center;
  color: #8a8a8a;
  margin: auto;
  font-size: 1em;
}
.modal.payPalPayLater .title {
  text-transform: none;
}
.modal.payPalPayLater h1.page-title {
  display: none;
}
.payPalFinance .paypal-pay-later-logo {
  display: inline-block;
  width: auto;
  aspect-ratio: 7.17;
  height: 16px;
  margin-right: 5px;
  background-image: url('/site/frontend/themes/merlin2015/images/paypal-pay-later.svg');
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: bottom;
  margin-bottom: 3px;
}
.finance-offer-wrapper .payPalFinance .paypal-pay-later-logo {
  background-image: url('/site/frontend/themes/merlin2015/images/paypal-pay-later-white.svg');
}
.productPage .finance-messaging .payPalFinance .paypal-pay-later-logo {
  margin-bottom: 5px;
}
.modal.payPalPayLater .node-collateral-section-header {
  top: 0;
}
.modal.payPalPayLater .rep-example {
  margin-top: 25px;
}
.modal.payPalPayLater .fca-provider p {
  font-size: 75%;
}
.footer .finance-rep-example {
  font-size: 14px;
  margin: 20px 5px 5px;
  padding: 10px 5px;
  background: white;
}
.footer .finance-rep-example ul {
  align-items: center;
  display: flex;
  gap: 10px;
}
.footer .finance-rep-example li {
  flex: 3;
}
.footer .finance-rep-example li.logo {
  flex: 2;
}
.footer .finance-rep-example img {
  height: 30px;
}
@font-face {
  font-family: "PayPalOpen";
  src: url("https://www.paypalobjects.com/paypal-ui/fonts/PayPalOpen-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "PayPalOpen";
  src: url("https://www.paypalobjects.com/paypal-ui/fonts/PayPalOpen-Regular.woff2") format("woff");
  font-weight: normal;
  font-style: normal;
}
.modal.payPalPayInThree .header__content {
  padding-top: 2rem;
  position: relative;
  margin-bottom: 25px;
  background: #faf8f5;
  overflow: hidden;
}
.modal.payPalPayInThree .header__content svg {
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
@media (min-width: 640px) {
  .modal.payPalPayInThree .header__content svg.background-mobile {
    display: none;
  }
}
@media (max-width: 639px) {
  .modal.payPalPayInThree .header__content svg.background-desktop {
    display: none;
  }
}
.modal.payPalPayInThree .header__content h2 {
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
  text-align: left;
  color: #001435;
  margin-left: 52px;
  margin-top: 10px;
  position: relative;
  z-index: 2;
}
.modal.payPalPayInThree .header__content h2 br {
  display: none;
}
@media (min-width: 640px) {
  .modal.payPalPayInThree .header__content h2 {
    margin-left: 62px;
  }
}
.modal.payPalPayInThree .lander .header__content h2 {
  max-width: 100%;
}
.modal.payPalPayInThree .header__content h2 br {
  display: none;
}
@media (max-width: 639px) {
  .modal.payPalPayInThree .header__content h2 {
    margin-bottom: 5px;
    margin-left: 22px;
    max-width: 84%;
  }
}
@media (max-width: 350px) {
  .modal.payPalPayInThree .header__content h2 {
    font-size: 1.7rem;
    max-width: 81%;
  }
}
@media (min-width: 640px) {
  .modal.payPalPayInThree .header__content h2.headline-de {
    margin-right: 20px;
  }
}
@media (max-width: 639px) {
  .modal.payPalPayInThree .header__content h2.headline-de {
    line-height: 30px;
    margin-right: 50px;
    margin-left: 0px;
    padding: 10px 25px 0px;
  }
}
.modal.payPalPayInThree .header__content .subheadline_p {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #001435;
  margin: 0px;
}
@media (min-width: 640px) {
  .modal.payPalPayInThree .header__content .subheadline_p {
    max-width: 380px;
    margin-left: 62px;
    margin-bottom: 60px;
  }
}
@media (max-width: 639px) {
  .modal.payPalPayInThree .header__content .subheadline_p {
    max-width: 75%;
    padding: 10px 22px 100px;
    line-height: 20px;
  }
}
@media (max-width: 350px) {
  .modal.payPalPayInThree .header__content .subheadline_p {
    max-width: 67%;
  }
}
.modal.payPalPayInThree .header__content .subheadline_p span {
  white-space: nowrap;
}
.modal.payPalPayInThree .instructions {
  text-align: left;
  box-sizing: border-box;
  margin-bottom: 25px;
}
@media (min-width: 99999999px) {
  .modal.payPalPayInThree .instructions {
    padding-left: 30px;
  }
}
@media (min-width: 640px) {
  .modal.payPalPayInThree .instructions {
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 639px) {
  .modal.payPalPayInThree .instructions ol {
    padding: 0px;
  }
}
@media (max-width: 639px) {
  .modal.payPalPayInThree .instructions ol.ppc {
    margin-top: -11px;
    margin-bottom: 0px;
  }
}
.modal.payPalPayInThree .instructions li {
  color: #001435;
  list-style: none;
  line-height: 24px;
  font-size: 18px;
}
.modal.payPalPayInThree .instructions .instructions__item-wrapper {
  display: flex;
  flex-direction: row;
}
@media (min-width: 640px) {
  .modal.payPalPayInThree .instructions .instructions__item-wrapper:last-child li {
    padding-bottom: 0px;
  }
}
@media (max-width: 639px) {
  .modal.payPalPayInThree .instructions .instructions__item-wrapper:last-child li {
    padding-bottom: 0px;
  }
}
.modal.payPalPayInThree .instructions .instructions__bullet {
  font-size: 18px;
  color: #001435;
  margin-right: 0.7rem;
}
.modal.payPalPayInThree .instructions .instructions__bullet span {
  position: relative;
  z-index: 1;
}
@media (min-width: 640px) {
  .modal.payPalPayInThree .lander .instructions {
    margin: 0px;
  }
}
@media (max-width: 639px) {
  .modal.payPalPayInThree .lander .instructions {
    margin: 0px;
  }
}
.modal.payPalPayInThree .donut__single_payment {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 80px;
}
@media (max-width: 639px) {
  .modal.payPalPayInThree .donut__single_payment {
    width: 70px;
  }
}
.modal.payPalPayInThree .donut__single_payment svg {
  max-width: 64px;
}
.modal.payPalPayInThree .donut__single_payment.donut__qualifying_payment svg text {
  color: #001435;
  transform: translate(1px, 3px);
}
.modal.payPalPayInThree .donut__single_payment:first-of-type .donut__payment {
  font-family: PayPalOpen, Helvetica, Arial, Sans-Serif;
}
.modal.payPalPayInThree .donut__single_payment:first-of-type .donut__timestamp {
  font-family: PayPalOpen, Helvetica, Arial, Sans-Serif;
}
.modal.payPalPayInThree .donut__single_payment svg {
  width: 100%;
}
.modal.payPalPayInThree .donut__single_payment svg text {
  font-size: 0.5rem;
  line-height: 20px;
  font-family: PayPalOpen, Helvetica, Arial, Sans-Serif;
  font-weight: 600;
  color: #515354;
}
.modal.payPalPayInThree .donut__single_payment svg .donut__background {
  stroke: #dbd8d0;
}
.modal.payPalPayInThree .donut__single_payment svg .donut__percent {
  stroke: #388c00;
}
@media (max-height: 700px) {
  .modal.payPalPayInThree .donut__single_payment svg {
    max-width: 60px;
  }
}
.modal.payPalPayInThree .donut__single_payment span {
  display: block;
  text-align: center;
  line-height: 20px;
}
@media all and (min-width: 1640px) {
  .modal.payPalPayInThree .donut__single_payment span {
    line-height: 22px;
  }
}
.modal.payPalPayInThree .donut__single_payment span.donut__payment {
  font-family: PayPalOpen, Helvetica, Arial, Sans-Serif;
  color: #001435;
  margin-top: 0.3rem;
}
@media all and (min-width: 1640px) {
  .modal.payPalPayInThree .donut__single_payment span.donut__payment {
    margin-top: 0.25rem;
  }
}
.modal.payPalPayInThree .donut__single_payment span.donut__timestamp {
  color: #001435;
  font-family: PayPalOpen, Helvetica, Arial, Sans-Serif;
}
.modal.payPalPayInThree .donuts {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 25px;
}
.modal.payPalPayInThree .donuts__container {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
  padding: 0 20px;
}
.modal.payPalPayInThree .learnMoreLink__container {
  margin-top: 20px;
  margin-left: 0px;
  font-weight: bold;
  text-decoration: underline;
}
.payPalFinance .paypal-pay-in-three-logo {
  display: inline-block;
  width: auto;
  aspect-ratio: 4.12;
  height: 16px;
  margin-right: 5px;
  background-image: url('/site/frontend/themes/merlin2015/images/paypal-pay-in-three.svg');
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: bottom;
  margin-bottom: 3px;
}
.finance-offer-wrapper .payPalFinance .paypal-pay-in-three-logo {
  background-image: url('/site/frontend/themes/merlin2015/images/paypal-pay-in-three-white.svg');
}
.productPage .finance-messaging .payPalFinance .paypal-pay-in-three-logo {
  margin-bottom: 5px;
}
#cms-finance .finance-options a,
#tabFinance .finance-options a,
.finance-static-modal .finance-options a,
#cms-finance .finance-options a:active,
#tabFinance .finance-options a:active,
.finance-static-modal .finance-options a:active {
  display: block;
  background-color: transparent;
  border: 1px solid #e5e5e5;
  font-size: 18px;
  text-align: center;
  padding: 10px;
  margin: 15px 0 30px 0;
}
#cms-finance .finance-options .option:hover,
#tabFinance .finance-options .option:hover,
.finance-static-modal .finance-options .option:hover {
  background-color: #3498DB;
  color: white;
}
#cms-finance .finance-option,
#tabFinance .finance-option,
.finance-static-modal .finance-option {
  border: 3px solid #e5e5e5;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 30px;
  padding-bottom: 15px;
  overflow: hidden;
}
.finance-option {
  font-size: 16px;
}
.finance-option .finance-example {
  background-color: #3498DB;
  color: white;
  font-size: 17px;
}
.finance-option .finance-example tr > td,
.finance-option .finance-example tr > th {
  border: none;
}
.finance-option .finance-example td.figure {
  font-weight: 600;
}
.finance-option .bikesOnly {
  background-color: #e74c3c;
  color: white;
  display: inline-block;
  padding: 3px 5px;
  margin-top: 0;
}
.finance-messaging .finance {
  padding: 5px 10px;
  background-color: #3498DB;
  font-size: 14px;
  text-align: center;
  color: white;
  display: block;
  width: 100%;
  cursor: pointer;
}
.finance-messaging .finance:hover {
  background-color: #434a54;
}
.finance-messaging .finance .cta {
  display: block;
}
.finance-messaging .finance .apr-representative {
  font-size: 20px;
  font-weight: 600;
  display: block;
}
.finance-messaging .finance .installmentOffersSuffix {
  display: none;
}
.finance-messaging .finance .installmentOffersSuffix .link {
  text-decoration: underline;
}
.finance-messaging .finance .installmentOffersSuffix .link:hover {
  cursor: pointer;
  color: #2ecc71;
}
.finance-messaging .finance-tnc {
  color: #aab2bd;
  text-align: center;
  line-height: 14px;
  margin-top: 5px;
  display: block;
}
.finance-messaging .finance-heading {
  /*text-transform: uppercase;*/
  font-weight: 700;
  font-size: 18px;
  padding: 0 0 10px 0;
  border: none;
}
.finance-messaging .payPalCreditMessaging {
  margin-top: -5px;
  border: 2px #656d78 solid;
}
.finance-messaging .payPalCreditMessaging .payPalCreditMessagingTriggerLink {
  padding: 5px 10px;
  display: block;
}
.finance-messaging .payPalCreditMessaging .payPalCreditTriggerImage {
  width: 80px;
  vertical-align: middle;
}
.finance-messaging .payPalCreditMessaging .payPalCreditTriggerText {
  font-size: 16px;
  font-weight: 700;
}
.finance .extra-payment-method-block {
  background-color: rgba(229, 229, 229, 0.2);
}
#financeDepositAmountDisplay {
  font-weight: bold;
}
.finance-example-table {
  position: relative;
}
.finance-example-table table.wait {
  opacity: 0.3;
}
.finance-example-table .financeWait {
  display: none;
  left: 50%;
  margin-left: -30px;
  margin-top: -49px;
  position: absolute;
  text-align: center;
  top: 50%;
}
.deposit-slider-wrapper {
  height: 60px;
  overflow: hidden;
  padding: 10px 0;
}
.deposit .value {
  background-color: transparent;
  border: none;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  top: -10px;
  left: 10px;
}
.deposit .ui-slider {
  position: relative;
  text-align: left;
  background-color: #aab2bd;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  margin-left: 15px;
  margin-right: 15px;
}
.deposit .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background-color: #656d78;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  border: 1px solid #434a54;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.deposit .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 14px;
  display: block;
  border: 0;
  background-color: #656d78;
  -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-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.deposit .ui-slider.ui-slider-horizontal {
  height: 10px;
}
.deposit .ui-slider.ui-slider-horizontal .ui-slider-handle {
  top: -5px;
  margin-left: -10px;
}
.deposit .ui-slider.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.deposit .ui-slider.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.deposit .ui-slider.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.deposit input:checked + .icon {
  border-color: #ccd1d9;
}
.deposit .more-link {
  text-decoration: underline;
}
.deposit .ui-slider-tick-mark {
  display: inline-block;
  width: 2px;
  background: gray;
  height: 16px;
  position: absolute;
  top: -4px;
}
.deposit .ui-slider-tick-mark-label {
  display: inline-block;
  width: 30px;
  text-align: center;
  left: -15px;
  position: relative;
  top: 17px;
  font-size: 80%;
}
#a_z_selector {
  overflow: hidden;
  margin-bottom: 10px;
  clear: both;
}
#a_z_selector li {
  float: left;
  list-style: none;
  font-size: 18px;
  font-weight: bold;
  height: 32px;
  line-height: 32px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  width: 32px;
}
#a_z_selector li:hover {
  background: #ccd1d9;
}
.brand-hero {
  margin-bottom: 10px;
  position: relative;
  width: 100%;
  padding-top: 36.2%;
}
.brand-hero-inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.brandPage {
  /*	.product-listings .show-more-wrapper {
		position: relative;
		height:35px;
	}
	.product-listings .show-more { 
		position: absolute; 
		bottom: 0; 
		left: 0;
		width: 100%; 
		text-align: center; 
		margin: 0;
		padding-top: 80px; 
		background-image: linear-gradient(to bottom, transparent, white);
		z-index:2;
		
		.btn {
			display:block;
			color: #ffffff;
			background-color: @brand-primary;
		}
		.btn:hover{
			color: #ffffff;
			background-color: #25a25a;
		}
	}
	
	.products {
		max-height:1000px;
		overflow:hidden;
	}*/
}
.brandPage .content {
  padding-bottom: 0;
}
.brandPage .page-header h1 {
  display: inline;
}
.brandPage #content {
  float: right;
}
.brandPage .title-count {
  margin-right: 30px;
}
.category-filter .hidden-on-mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .brandPage .exposition {
    float: none;
  }
}
.regionalDeliveryWarning {
  display: none;
  text-align: left;
  color: #e74c3c;
  border: 2px solid #e74c3c;
  font-weight: 400;
  padding: 6px;
}
.regionalDeliveryWarning.visible {
  display: block;
}
@media screen and (max-width: 767px) {
  .regionalDeliveryWarning {
    margin-bottom: 10px;
  }
}
/**
 * Language Tweaks
 */
/* Japanese */
body.langJa {
  font-family: "Meiryo", "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "MS PGothic", sans-serif;
  font-size: 13px;
}
body.langJa .content .page-header .page-title {
  line-height: 52px;
}
body.langJa h1,
body.langJa .h1 {
  font-size: 32px;
}
body.langJa .header .help span {
  font-size: 10px;
}
body.langJa .header .help .telephone {
  font-size: 14px;
}
body.langJa .header .help .btn {
  font-size: 12px;
}
body.langJa .header .help .hours {
  white-space: nowrap;
}
body.langJa .navbar .navbar-nav {
  font-size: 16px;
}
body.langJa .navbar .navbar-nav .dropdown a {
  padding-left: 18px;
}
body.langJa .navbar .navbar-nav .dropdown .mega-menu ul li a {
  font-size: 13px;
  padding-left: 0;
}
body.langJa .navbar .navbar-nav .dropdown .mega-menu ul li a.menu-title {
  font-weight: 600;
}
body.langJa .reasons .reason-bar a {
  padding-right: 60px;
}
body.langJa .home-banners .cta {
  font-size: 26px;
}
body.langJa .products .product .product-title {
  font-size: 13px;
  min-height: 43px;
  max-height: 43px;
}
body.langJa .products .product .pricing .merlin-price {
  font-size: 18px;
}
body.langJa .widgetProducts .section-title {
  height: 24px;
}
body.langJa .widgetProducts .section-title h3 {
  font-size: 16px;
  height: 24px;
}
body.langJa.basketPage .shopping-basket .product-details .title,
body.langJa.checkoutPage .shopping-basket .product-details .title {
  font-size: 15px;
}
body.langJa.basketPage .order-help .headline,
body.langJa.checkoutPage .order-help .headline {
  font-size: 17px;
}
body.langJa.basketPage .order-help span,
body.langJa.checkoutPage .order-help span {
  font-size: 14px;
}
body.langJa.basketPage .btn-lg,
body.langJa.checkoutPage .btn-lg,
body.langJa.basketPage .btn-group-lg,
body.langJa.checkoutPage .btn-group-lg {
  font-size: 16px;
}
body.langJa .footer .footer-signup .newsletter .form-control {
  font-size: 9px;
}
body.langJa #checkout-steps > li {
  white-space: nowrap;
}
@media screen and (max-width: 1200px) {
  body.langJa .navbar .nav > li > a {
    font-size: 14.4px !important;
    padding-left: 14px !important;
    padding-right: 13px !important;
  }
  body.langJa .reasons .reason-bar a {
    padding-right: 35px;
  }
}
@media screen and (max-width: 992px) {
  body.langJa .navbar .nav > li > a {
    font-size: 11px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  body.langJa .reasons .reason-bar a {
    padding-right: 60px;
  }
}
@media screen and (max-width: 768px) {
  body.langJa .navbar .nav > li > a {
    font-size: 16px !important;
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
}
/* German */
body.langDe .header .help span {
  font-size: 11px;
}
body.langDe .navbar .navbar-nav {
  font-size: 16px;
}
body.langDe .navbar .navbar-nav .dropdown a {
  padding-left: 19px;
  padding-right: 19px;
}
body.langDe .navbar .navbar-nav .dropdown .mega-menu ul li a {
  font-size: 13px;
  padding-left: 0;
}
body.langDe #basketSummaryDetail .btn.summaryBasket {
  width: 52%;
  padding-left: 6px;
}
body.langDe #basketSummaryDetail .btn.summaryCheckout {
  width: 32%;
}
body.langDe .info-bar .mini-cart .fa-shopping-basket {
  margin-right: 2px;
}
/* Large Devices */
@media screen and (max-width: 1200px) {
  body.langDe .navbar .navbar-nav {
    font-size: 16px;
  }
  body.langDe .navbar .navbar-nav .dropdown a {
    padding-left: 11px !important;
    padding-right: 10px !important;
  }
  body.langDe .navbar .navbar-nav .dropdown .mega-menu li a {
    font-size: 13px;
    padding-left: 0;
  }
  body.langDe .navbar .navbar-nav .dropdown.sale {
    display: none;
  }
  body.langDe .navbar .navbar-nav .dropdown.road-mtb-components .mega-menu {
    left: -172px;
  }
  body.langDe .navbar .navbar-nav .dropdown.wheels .mega-menu {
    left: -298px;
  }
  body.langDe .navbar .navbar-nav .dropdown.tyres-tubes .mega-menu {
    left: -396px;
  }
  body.langDe .navbar .navbar-right .dropdown.clothing-1 .mega-menu {
    left: -571px;
  }
  body.langDe .navbar .navbar-right .dropdown.accessories .mega-menu {
    left: -677px;
  }
  body.langDe .navbar .navbar-right .dropdown.nutrition .mega-menu {
    left: -764px;
  }
  body.langDe .navbar .navbar-right .dropdown.workshop .mega-menu {
    left: -870px;
  }
  body.langDe .header .guides {
    display: none;
  }
  body.langDe .reason-bar {
    gap: 40px;
  }
  body.langDe .reason-bar .ukFreeDelivery,
  body.langDe .reason-bar .newsletter {
    display: none;
  }
}
/* Medium Devices */
@media screen and (max-width: 992px) {
  body.langDe .navbar .navbar-nav {
    font-size: 16px;
  }
  body.langDe .navbar .navbar-nav .dropdown a {
    padding-left: 6px !important;
    padding-right: 7px !important;
  }
  body.langDe .navbar .navbar-nav .dropdown .mega-menu ul li a {
    font-size: 13px !important;
    padding-left: 0;
  }
  body.langDe .navbar .navbar-nav .dropdown.sale {
    display: none;
  }
  body.langDe .navbar .navbar-nav .dropdown.road-mtb-components .mega-menu {
    left: -135px;
  }
  body.langDe .navbar .navbar-nav .dropdown.wheels .mega-menu {
    left: -234px;
  }
  body.langDe .navbar .navbar-nav .dropdown.tyres-tubes .mega-menu {
    left: -310px;
  }
  body.langDe .navbar .navbar-right .dropdown.clothing-1 .mega-menu {
    left: -442px;
  }
  body.langDe .navbar .navbar-right .dropdown.accessories .mega-menu {
    left: -524px;
  }
  body.langDe .navbar .navbar-right .dropdown.nutrition .mega-menu {
    left: -591px;
  }
  body.langDe .navbar .navbar-right .dropdown.workshop .mega-menu {
    left: -673px;
  }
  body.langDe .nav > li > a {
    font-size: 13px !important;
  }
  body.langDe .reason-bar .ukFreeDelivery {
    display: none;
  }
}
@media print {
  .info-bar,
  .search,
  .navbar,
  .brands,
  .footer-signup,
  .footer-links,
  .nav-tabs,
  .breadcrumb,
  #productThumbnails,
  #imageModal,
  #videoModal,
  .productOptions,
  .product-sticker,
  .stock-info,
  #cookieConsent,
  .filters,
  .category-toolbar,
  .finance-offer-wrapper,
  .additionalPaymentButtons,
  #loyaltyOverlay,
  #___ratingbadge_0,
  .loyaltyOffer {
    display: none !important;
  }
  .header .merlin {
    float: left;
  }
  .header .help {
    float: right;
  }
  .reasons .reason-bar {
    background: #000 !important;
    margin-bottom: 10px;
    font-size: 10px;
    padding: 0 15px;
    text-align: center;
  }
  .reasons .reason-bar a {
    width: 25%;
  }
  .reasons .reason-bar a,
  .reasons .reason-bar i,
  .reasons .reason-bar strong,
  .reason-bar .fa::before {
    color: #fff !important;
  }
  .reason-bar .newsletter {
    display: none;
  }
  .product-media {
    float: left !important;
    width: 50%;
    margin: 20px 0;
  }
  .product-basic {
    clear: none !important;
    float: right !important;
    width: 50%;
    margin: 20px 0;
  }
  .tab-pane {
    display: none;
  }
  #tabDetails {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  a[href]:after {
    content: none !important;
  }
  img[src]:after {
    content: none !important;
  }
  #allOptions modal-content {
    display: block;
  }
  .offers-wrapper {
    clear: both;
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    border-top: 1px solid #e5e5e5;
    overflow: hidden;
  }
  .product-offers {
    padding: 20px 0;
  }
  .product-info {
    clear: both;
    float: left;
    width: 100%;
  }
  .tabs .tab-content {
    border: none;
  }
  .addBasket {
    display: none;
  }
  .bundles {
    width: 100%;
    clear: both;
    overflow: hidden;
    float: left;
  }
  .bundles .productBundle {
    border: 1px solid #ccd1d9 !important;
    float: left;
    width: 33.3%;
    page-break-inside: avoid;
  }
  .bundles .bundle-title,
  .bundles .bundle-title .fa::before {
    background-color: #2ecc71 !important;
    color: #fff !important;
  }
  .productBundle .product-images img {
    border: none;
    margin: 2px 5px;
  }
  .productMultiBuy {
    width: 100%;
    background-color: #3498DB !important;
    clear: both;
  }
  .productMultiBuy .addBasket {
    display: block;
  }
  .productMultiBuy .multi-buy-title,
  .productMultiBuy .addBasket,
  .productMultiBuy .addBasket strong {
    color: #fff !important;
  }
  .finance-messaging {
    width: 100%;
    padding: 0;
    clear: both;
  }
  .finance-messaging .finance {
    background-color: #3498DB !important;
    color: #fff !important;
  }
  .finance-messaging .cta,
  .finance-messaging span,
  .finance-messaging span small {
    color: #fff !important;
  }
  .productContainer .product-image {
    padding: 0;
  }
  #allOptions {
    opacity: 1;
    display: inline-block;
    position: relative;
  }
  #allOptions .modal-dialog {
    /*box-shadow:none;*/
    transform: none;
    -webkit-transform: none;
    width: 100%;
  }
  #allOptions .modal-content {
    border: none;
    /*box-shadow:none;*/
  }
  #allOptions .modal-header {
    border: none;
  }
  #allOptions .modal-header .modal-title {
    content: "Options";
  }
  #allOptions .modal-header button {
    display: none;
  }
  #allOptions .modal-body {
    display: block;
  }
  #allOptions .modal-body p {
    display: none;
  }
  #allOptions .modal-body .availabilty,
  #allOptions .modal-body .add-to-basket {
    display: none;
  }
  .productPage .product-offer,
  .categoryPage .cat-offer {
    top: 0;
    background-color: #e74c3c !important;
  }
  .productPage .product-offer .offer-text span,
  .productPage .product-offer .fa::before,
  .productPage .product-offer .offer-text strong,
  .categoryPage .cat-offer .offer-text span,
  .categoryPage .cat-offer .fa::before,
  .categoryPage .cat-offer .offer-text strong,
  .categoryPage .cat-offer .offer-terms a {
    color: #fff !important;
  }
  .product-listings {
    width: 100%;
  }
  .product-listings .product .cat-link,
  .product-listings .product .buttons {
    display: none;
  }
  .product-listings .product {
    width: 25%;
    page-break-inside: avoid;
    float: left;
    padding: 20px 15px;
  }
  #mainContent {
    width: 100%;
    /*		padding-left: 0;
		padding-right: 0;*/
    padding: 6px;
  }
  #mainContent .row {
    margin-left: 0;
    margin-right: 0;
  }
  #mainContent .col-md-offset-2 {
    margin-left: 0;
  }
  #mainContent .col-md-8,
  #mainContent .col-xs-6,
  #mainContent .container {
    padding-left: 0;
    padding-right: 0;
  }
  #mainContent .orderSummary {
    width: 100%;
    font-size: 10pt;
    line-height: normal;
  }
  #mainContent .orderSummary .addresses {
    padding-bottom: 0;
  }
  #mainContent .orderSummary .addresses label {
    width: 18%;
    display: block;
    float: left;
    font-weight: normal;
    clear: left;
  }
  #mainContent .orderSummary .addresses .addressData {
    display: inline-block;
    line-height: 16px;
    margin-bottom: 5px;
  }
  #mainContent .orderSummary .addresses .address .addressData {
    margin-bottom: 0;
  }
  #mainContent .orderSummary .addresses .delivery {
    margin-bottom: 0;
    padding: 4px 7px 7px 7px;
  }
  #mainContent .orderSummary .addresses .delivery .addressHeading {
    font-weight: normal;
  }
  #mainContent .orderSummary .orderHighlight {
    display: block;
    text-align: center;
  }
  #mainContent .orderSummary .orderHighlight div {
    display: inline-block;
    text-align: left;
    background-color: black !important;
    color: white !important;
    font-size: 16pt;
    font-weight: bold;
    padding: 10px;
    text-transform: uppercase;
  }
  #mainContent .invoiceLogo {
    margin: 0 0 1% 0;
  }
  #mainContent .invoiceNumber {
    padding-top: 10px;
    margin: 0;
    line-height: normal;
  }
  #mainContent .brProtect {
    clear: both;
    height: 1px;
  }
  #mainContent fieldset {
    border-color: #000;
    padding: 0;
  }
  #mainContent fieldset legend {
    font-size: 10pt;
    font-weight: normal;
  }
  #mainContent fieldset #paymentMethodDisplay a {
    text-decoration: none;
    color: #000;
  }
  #mainContent thead > tr > th,
  #mainContent tbody > tr > th,
  #mainContent tbody > tr > td,
  #mainContent tfoot > tr > th {
    border-top: 0;
    border-bottom: 0;
    line-height: 16px;
  }
  #mainContent table.editableList > tfoot > tr > th,
  #mainContent table.editableList > tfoot > tr > td {
    line-height: 19px;
    padding: 1px;
  }
  #mainContent tfoot > tr > th.total {
    border-top: 3px #333 double;
  }
  #mainContent tbody > tr.lastProduct > td {
    border-bottom: 2px solid #888;
  }
  #mainContent table.container {
    display: table;
    width: 100%;
    border-collapse: separate;
    border-spacing: 2px;
  }
  #mainContent table.container .barcode {
    text-align: right;
  }
  #mainContent table.container .barcode img {
    display: inline;
  }
  .cat-offer {
    clear: both;
    margin-bottom: 15px;
  }
  #notificationAreaHeader {
    display: none;
  }
  #mainContent .row .content .orderSummary .orderContainer[data-type=replacement] .editableList thead th.header.stockLocation {
    display: table-cell;
    visibility: visible;
  }
  #mainContent .row .content .orderSummary .orderContainer[data-type=replacement] .editableList tfoot th.header {
    display: table-cell;
    visibility: visible;
  }
  #mainContent .row .content .orderSummary .orderContainer[data-type=replacement] .editableList tbody td.location {
    display: table-cell;
    min-width: 110px;
  }
}
@media print and (max-width: 770px) {
  .product-listings .product {
    width: 33.3%;
  }
}
/**
 * Merlin Loyalty Scheme
 */
#loyaltyOverlay {
  background-color: #2ecc71;
  color: #fff;
  font-weight: bold;
  /*width: 200px;*/
  position: fixed;
  bottom: 16px;
  right: 16px;
  text-align: center;
  /*line-height: 35px;*/
  font-size: 18px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
  display: none;
  z-index: 9999;
}
#loyaltyOverlay.visible {
  display: block;
}
#loyaltyOverlayPoints {
  display: none;
}
#loyaltyPointsLive {
  /*margin: 0 auto;*/
  font-size: 24px;
  font-weight: bold;
  border: 4px solid #656d78;
  background: #2ecc71;
  color: #fff;
  width: 80px;
  text-align: center;
  padding: 5px;
}
#loyaltyPointsTierDisplay {
  font-weight: bold;
  font-size: 24px;
  margin-top: 5px;
  margin-left: 10px;
  display: inline-block;
}
.loyaltyRewards {
  width: 100%;
  list-style-type: none;
  padding: 0;
}
.loyaltyRewards li {
  width: 215px;
  display: inline-block;
  float: left;
  border-radius: 3.75px;
  border: 2px solid #656d78;
  background-color: #fff;
  margin: 5px;
}
.loyaltyRewards li h4 {
  font-weight: bold;
  text-align: center;
  padding: 10px 0;
  margin: 0;
}
.loyaltyRewards li .points {
  text-align: center;
  font-size: 24px;
  background-color: #2ecc71;
  color: #fff;
}
.loyaltyRewards li .points a {
  color: #fff;
  display: block;
}
#loyaltyRewards li :hover {
  cursor: pointer;
}
#loyaltyRewards li :hover .points {
  background-color: #54d98c;
}
#loyaltyRewardDisabledWarning {
  border-radius: 3.75px;
  border: 2px solid #656d78;
  background-color: #2ecc71;
  padding: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #loyaltyOverlay {
    transform: rotate(270deg);
    bottom: 92px;
    right: -54px;
    border-top-left-radius: 0;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding: 4px 8px;
  }
}
.btn-alt {
  color: #fff;
  background-color: #41b7d1;
  border-color: #41b7d1;
}
.btn-alt:hover,
.btn-alt:focus,
.btn-alt.focus,
.btn-alt:active,
.btn-alt.active,
.open > .dropdown-toggle.btn-alt {
  color: #fff;
  background-color: #2b9bb4;
  border-color: #2994ab;
}
.btn-alt:active,
.btn-alt.active,
.open > .dropdown-toggle.btn-alt {
  background-image: none;
}
.btn-alt.disabled,
.btn-alt[disabled],
fieldset[disabled] .btn-alt,
.btn-alt.disabled:hover,
.btn-alt[disabled]:hover,
fieldset[disabled] .btn-alt:hover,
.btn-alt.disabled:focus,
.btn-alt[disabled]:focus,
fieldset[disabled] .btn-alt:focus,
.btn-alt.disabled.focus,
.btn-alt[disabled].focus,
fieldset[disabled] .btn-alt.focus,
.btn-alt.disabled:active,
.btn-alt[disabled]:active,
fieldset[disabled] .btn-alt:active,
.btn-alt.disabled.active,
.btn-alt[disabled].active,
fieldset[disabled] .btn-alt.active {
  background-color: #41b7d1;
  border-color: #41b7d1;
}
.btn-alt .badge {
  color: #41b7d1;
  background-color: #fff;
}
/*
    Created on : 7 Oct 2019, 14:44:24
    Author     : ChrisR
*/
#search_autocomplete.rich {
  position: absolute;
  display: none;
  z-index: 300000;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  background-color: #fff;
  border: 0;
  -webkit-box-shadow: 0 5px 10px #ccc;
  box-shadow: 0 5px 10px #ccc;
  width: 100%;
  top: 40px;
}
#search_autocomplete.rich ul {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
#search_autocomplete.rich ul,
#search_autocomplete.rich li {
  list-style: none;
  padding: 0;
  margin: 0;
}
#search_autocomplete.rich li {
  position: relative;
}
#search_autocomplete.rich li:hover {
  background-color: #2ecc71;
}
#search_autocomplete.rich li:hover,
#search_autocomplete.rich li:hover .search_ac_title,
#search_autocomplete.rich li:hover .search_ac_excerpt,
#search_autocomplete.rich li:hover .search_ac_price {
  color: #fff;
}
#search_autocomplete.rich .search_ac_logo {
  text-align: right;
  padding-bottom: 3px;
}
#search_autocomplete.rich .search_ac_suggestion,
#search_autocomplete.rich .search_ac_product {
  padding: 6px 4px;
  cursor: pointer;
  border-bottom: 1px dotted #ddd;
}
#search_autocomplete.rich .search_ac_product {
  padding: 6px 12px 6px 6px;
  min-height: 70px;
  box-sizing: border-box;
}
#search_autocomplete.rich .search_ac_suggestions li:last-child {
  border-bottom: 0;
}
#search_autocomplete.rich li:last-child li:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
#search_autocomplete.rich .search_ac_even {
  background: #fff;
}
#search_autocomplete.rich .search_ac_odd {
  background: #f5f5f5;
}
#search_autocomplete.rich .search_ac_section {
  background-color: #2bbe69;
  color: #fff;
  margin: 0;
  padding: 8px 6px 6px;
  border-bottom: 1px solid #ccd1d9;
}
#search_autocomplete.rich .search_ac_icon {
  width: 12px;
  margin: 0 8px 0 2px;
  border: 0;
}
#search_autocomplete.rich .search_ac_title {
  font-weight: bolder;
  color: #666;
  margin: 6px 0;
  padding: 0;
  font-size: 12px;
}
#search_autocomplete.rich .search_ac_iwrap {
  clear: left;
  width: 60px;
  height: 60px;
  float: left;
  margin-right: 10px;
  padding: 5px;
  overflow: hidden;
  position: relative;
  text-align: center;
  vertical-align: middle;
}
#search_autocomplete.rich .search_ac_image {
  width: auto;
  height: auto;
  max-height: 50px;
  max-width: 50px;
  margin: 0;
  vertical-align: middle;
}
#search_autocomplete.rich .search_ac_excerpt {
  margin: 0 0 0 60px;
  padding: 0;
  font-size: 11px;
}
#search_autocomplete.rich .search_ac_price {
  float: right;
  font-weight: bold;
  position: relative;
  font-size: 11px;
}
#search_autocomplete.rich .search_ac_active,
#search_autocomplete.rich .search_ac_active .search_ac_title {
  color: #dfefff;
  background-color: #2bbe69;
}
#search_autocomplete.rich .search_ac_rank {
  font-size: 11px;
  display: none;
  color: #fff;
  width: 250px;
  height: 73px;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  left: -250px;
  padding: 5px 10px;
  border-radius: 5px 0 0 5px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
  text-align: left;
}
#search_autocomplete.rich .search_ac_active .search_ac_rank {
  display: block;
}
@media screen and (max-width: 767px) {
  #search_autocomplete.rich .search_ac_section {
    display: none;
  }
  #search_autocomplete.rich .search_ac_suggestions ul li:last-child {
    border-bottom: 1px dotted #ddd;
  }
}
#search_autocomplete.rich.mobile .search_ac_rank {
  display: none !important;
}
#search_autocomplete.rich.mobile .search_ac_active {
  color: #333;
}
#search_autocomplete.rich.mobile .search_ac_suggestion {
  -webkit-tap-highlight-color: #75b9f0;
  line-height: 32px;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#search_autocomplete.rich.mobile .search_ac_logo {
  padding-right: 3px;
  line-height: 18px;
}
#search_autocomplete.rich.mobile .search_ac_active {
  background-image: none;
}
@media screen and (max-width: 767px) {
  #search_autocomplete.rich {
    width: 150%;
    top: 28px;
  }
}
.taxAlert {
  border: 2px solid #2ecc71;
  font-weight: 400;
  margin: 0 auto 10px auto;
  width: 100%;
}
.taxAlert .taxAlertHeading {
  padding: 6px;
  font-weight: bold;
}
.taxAlert .taxAlertBody {
  padding: 6px;
}
.checkoutPage .taxAlert {
  margin-top: 20px;
  margin-bottom: 40px;
}
.main {
  float: right;
}
.node-collateral-section {
  padding: 0 16px 0 16px;
  background-color: #e5e5e5;
  clear: left;
  margin-bottom: 8px;
}
.node-collateral-section.open .node-collateral-section-toggle i {
  transform: rotate(180deg);
}
.node-collateral-section-header {
  position: sticky;
  top: 0;
  z-index: 300;
  padding: 16px 0;
  background-color: #e5e5e5;
}
.node-collateral-section-body {
  padding-bottom: 10px;
}
.node-collateral-section-body ul,
.node-collateral-section-body dl {
  margin-bottom: 0;
}
.node-collateral-section.open .node-collateral-section-body {
  display: block;
}
.node-collateral-section.closed .node-collateral-section-body {
  display: none;
}
@media screen and (max-width: 767px) {
  .node-collateral-section-header {
    top: 50px;
  }
}
.node-collateral-title {
  font-family: inherit;
  font-weight: 300;
  line-height: 1.1;
  color: inherit;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 24px;
  margin-bottom: 0;
  display: inline;
}
.shortcut-top {
  float: right;
  clear: both;
}
.node-collateral-section-toggle {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
}
.node-collateral-section-toggle i {
  display: inline;
  position: absolute;
  right: 0;
  font-size: 40px;
  text-align: right;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .filter-toggle {
    display: block;
  }
  .node-collateral-section {
    margin-bottom: 8px;
  }
}
.exposition {
  float: right;
}
.exposition .details {
  position: relative;
  height: 70px;
  overflow: hidden;
  text-align: justify;
  margin-top: 10px;
}
.exposition .faqs-link-wrapper {
  margin-top: 5px;
}
.exposition .faqs-link .btn {
  display: block;
  color: #000000;
  background-color: #e5e5e5;
}
.exposition .faqs-link .btn:hover {
  color: #ffffff;
  background-color: #aab2bd;
}
.exposition-toggle {
  position: absolute;
  top: -7px;
  right: 30px;
  font-size: 40px;
  text-align: right;
  cursor: pointer;
  transform: rotate(180deg);
}
@media screen and (max-width: 768px) {
  .exposition,
  .main {
    float: none;
  }
}
@media screen and (max-width: 767px) {
  .node-collateral-title {
    font-size: 20px;
  }
  .node-collateral-section-header {
    padding: 12px 0 8px;
  }
}
@media screen and (min-width: 768px) {
  .attribute-filter .filter-header .filter-toggle {
    display: none;
  }
}
.faqs-listing {
  margin-top: 40px;
}
.faqs .faq.open .faq-question {
  position: relative;
}
.faqs .faq.open .faq-answer {
  display: block;
}
.faqs .faq.open .faq-toggle {
  transform: rotate(0);
}
.faqs .faq.closed .faq-answer {
  display: none;
}
.faqs .faq-question {
  font-weight: normal;
  display: block;
  text-align: left;
  width: 100%;
  padding: 10px 10px 0 24px;
  cursor: pointer;
  position: relative;
}
.faqs .faq-question h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}
.faqs .faq.closed .faq-question:hover {
  color: #2ecc71;
}
.faqs .faq.closed .faq-question:hover .faq-toggle {
  color: #2ecc71;
}
.faqs .faq-answer {
  display: block;
  text-align: left;
  width: 100%;
  margin: 0;
  padding: 5px 14px 14px 24px;
}
.faqs .faq-toggle {
  font-size: 25px;
  transform: rotate(-90deg);
  position: absolute;
  left: 0;
  top: 1px;
}
@media screen and (min-width: 992px) {
  .faqs-link-wrapper {
    margin-bottom: -10px;
    position: absolute;
    bottom: -45px;
    z-index: 10;
  }
  .faqs-link-wrapper.btn {
    padding: 7px 12px;
  }
}
.guides-wrapper {
  margin: 0 -5px 0 -5px;
}
.guide-wrapper {
  margin: 0 -10px 0 -10px;
  background: #e5e5e5;
  padding: 10px;
}
.node-collateral-section.guides ul {
  list-style: none;
  padding: 0;
}
.guide {
  margin-bottom: 20px;
  list-style: none;
}
.guide-title {
  min-height: 66px;
}
.guide .lastUpdated {
  float: right;
}
.guide .collateral {
  margin-bottom: 5px;
}
.guide .intro {
  overflow: hidden;
}
.guide .intro-content {
  text-align: justify;
  overflow: hidden;
  position: relative;
}
.guide-read-more {
  float: right;
  padding: 5px 8px;
  margin-top: 10px;
}
.guide-read-more a {
  color: #ffffff;
}
.more-guides .guide-wrapper {
  color: #ffffff;
  background: #2ecc71;
  padding: 1px 20px 20px;
}
.more-guides .guide-wrapper:hover {
  background-color: #25a25a;
}
.more-guides a {
  color: #ffffff;
}
.more-guides .intro {
  color: #ffffff;
}
@media screen and (min-width: 1200px) {
  .sidebar.guides {
    margin-top: -100px;
  }
}
@media screen and (max-width: 767px) {
  .guides-wrapper {
    margin: 0 -15px;
  }
  .guide-wrapper {
    margin: 0;
  }
}
#popupTeaser {
  position: fixed;
  top: 20%;
  width: 300px;
  left: 0;
  background-color: #3498DB;
  color: white;
  border-radius: 0 5px 5px 0;
  box-shadow: 0 0 13px #434a54;
  z-index: 1000;
  font-weight: bold;
  font-size: 110%;
  padding-right: 25px;
  display: none;
}
#popupTeaserClose {
  background: none;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px 8px;
  color: #ffffff;
}
#popupTeaserClose:hover {
  color: #2ecc71;
}
#popup {
  display: flex;
  background-color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  flex-wrap: wrap;
}
#popup .popup-close:hover {
  color: #ffffff;
}
#popup .popup-content {
  flex-basis: 50%;
  padding: 20px;
  flex-grow: 1;
}
#popup .popup-hero-image {
  flex-basis: 50%;
}
#popup .popup-hero-image img {
  width: 100%;
}
#popup .popup-hero-image-mobile {
  height: 250px;
  width: 100%;
  display: none;
  overflow: hidden;
}
#popup .popup-hero-image-mobile img {
  width: 100%;
  margin-top: -40px;
}
#popup .popup-cta {
  font-weight: bold;
  font-size: 120%;
  margin-bottom: 20px;
}
#popup .signup-btn {
  width: 100%;
  background-color: #2ecc71;
  color: #ffffff;
  margin-bottom: 20px;
}
#popup .terms {
  margin-bottom: 0;
}
#popup .terms a {
  text-decoration: underline;
}
@media screen and (max-width: 650px) {
  #popup .popup-hero-image {
    display: none;
  }
  #popup .popup-hero-image-mobile {
    display: block;
  }
}
/**
 * Ridley Products
 */
.ridleyTechnologyImage .row {
  display: flex;
  align-items: center;
  align-content: space-between;
}
.ridleyTechnologyImage .row > div {
  padding: 0 1em;
}
.ridleyTechnologyImage .row img {
  width: 240px;
  aspect-ratio: 1.6;
  object-fit: cover;
}
.ridleyTechnologyItem {
  padding: 20px 0;
}
/**
 * Hubbox-specific CSS
 */
.basketPage .delivery-container .delivery .delivery-options .option,
.checkoutPage .delivery-container .delivery .delivery-options .option {
  position: relative;
}
.basketPage .delivery-container .delivery .delivery-options .option.hubbox .hubbox-info,
.checkoutPage .delivery-container .delivery .delivery-options .option.hubbox .hubbox-info {
  background-image: url("/site/frontend/themes/merlin2015/images/pickup/dpd_pickup_point_icon.png");
  background-repeat: no-repeat;
  padding-left: 21px;
  padding-right: 2px;
  display: none;
  position: relative;
}
.basketPage .delivery-container .delivery .delivery-options .option.hubbox .hubbox-info .change-address,
.checkoutPage .delivery-container .delivery .delivery-options .option.hubbox .hubbox-info .change-address {
  position: absolute;
  top: 0;
  right: -33px;
}
.basketPage .delivery-container .delivery .delivery-options .option.hubbox .hubbox-info .summary,
.checkoutPage .delivery-container .delivery .delivery-options .option.hubbox .hubbox-info .summary {
  padding-right: 29px;
}
.basketPage .delivery-container .delivery .delivery-options .option.hubbox .hubbox-info .summary.wait,
.checkoutPage .delivery-container .delivery .delivery-options .option.hubbox .hubbox-info .summary.wait {
  background-image: url("/site/frontend/themes/merlin2015/images/pleaseWait.svg");
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -9999px;
  margin-right: 45px;
}
.basketPage .delivery-container .delivery .delivery-options .option.selected .hubbox-info,
.checkoutPage .delivery-container .delivery .delivery-options .option.selected .hubbox-info {
  display: block;
}
#shoppingBasketPayWithPayPalContainer .delivery-options .option {
  position: relative;
}
#shoppingBasketPayWithPayPalContainer .delivery-options .option .delvery-price {
  vertical-align: top;
}
#shoppingBasketPayWithPayPalContainer .delivery-options .option.hubbox .hubbox-info {
  background-image: url("/site/frontend/themes/merlin2015/images/pickup/dpd_pickup_point_icon.png");
  background-repeat: no-repeat;
  padding-left: 21px;
  padding-right: 2px;
  display: none;
  position: relative;
  min-height: 23px;
}
#shoppingBasketPayWithPayPalContainer .delivery-options .option.hubbox .hubbox-info .change-address {
  position: absolute;
  top: 0;
  right: -33px;
}
#shoppingBasketPayWithPayPalContainer .delivery-options .option.hubbox .hubbox-info .summary {
  padding-right: 29px;
}
#shoppingBasketPayWithPayPalContainer .delivery-options .option.hubbox .hubbox-info .summary.wait {
  background-image: url("/site/frontend/themes/merlin2015/images/pleaseWait.svg");
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -9999px;
  margin-right: 45px;
}
#shoppingBasketPayWithPayPalContainer .delivery-options .option.selected .hubbox-info {
  display: block;
}
#shoppingBasketPayWithPayPalContainer .delivery-options .option.selected .select {
  vertical-align: top;
}
#hubboxContainer {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  /* min-width: 40%; */
  z-index: 10002;
  height: 100%;
  align-items: center;
  justify-content: center;
}
#hubboxContainer hubbox-modal {
  margin: 0 auto;
  display: flex;
  border: 1px #434a54 solid;
  position: relative;
}
#hubboxContainer hubbox-modal iframe {
  width: 90vw;
  height: 90vh;
  padding-top: 10px;
  background-color: #fff;
}
#hubboxContainer.open {
  display: flex;
}
#hubboxContainer #btnHubboxClose {
  position: absolute;
  top: 0;
  right: 0;
}
.checkoutPage.hubboxActive #stageAddressing .delivery-address {
  display: none;
}
.checkoutPage.hubboxActive #stageAddressing .delivery-address-toggle {
  display: none;
}
.checkoutPage.hubboxActive #stageReview .delivery-address .editAddressReview {
  display: none;
}
@media screen and (max-width: 768px) {
  .option .basketPage .delivery-container .delivery .delivery-options.hubbox .hubbox-info .change-address,
  .option .checkoutPage .delivery-container .delivery .delivery-options.hubbox .hubbox-info .change-address {
    right: -58px;
  }
  #hubboxContainer hubbox-modal iframe {
    height: 80vh;
  }
}
