html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

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

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
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: none;
  text-decoration: underline;
  text-decoration: underline 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 {
  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;
  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;
}

* {
  -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: transparent;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}
a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -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 #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  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;
}

[role="button"] {
  cursor: pointer;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container:before, .container:after {
  display: table;
  content: " ";
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container-fluid:before, .container-fluid:after {
  display: table;
  content: " ";
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row:before, .row:after {
  display: table;
  content: " ";
}
.row:after {
  clear: both;
}

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

.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-right: 15px;
  padding-left: 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-1 {
  width: 8.33333333%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

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

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

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

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

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

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@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-1 {
    width: 8.33333333%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

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

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

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

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

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

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@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-1 {
    width: 8.33333333%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

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

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

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

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

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

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@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-1 {
    width: 8.33333333%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

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

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

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

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

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

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled, fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed;
}

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: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn, .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn, .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn, .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn, .input-group-sm
  input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn, .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn, .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn, .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn, .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.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-right: 0;
  padding-left: 0;
}

.input-sm, .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: 3px;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg, .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.3333333;
  border-radius: 6px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.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, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .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: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -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: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}

.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: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -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: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.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: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -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: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}

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

@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 {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  display: table;
  content: " ";
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active, .btn.active {
  background-image: none;
  outline: 0;
  -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;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  background-image: none;
  border-color: #204d74;
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  background-image: none;
  border-color: #398439;
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #269abc;
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  background-image: none;
  border-color: #d58512;
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  background-image: none;
  border-color: #ac2925;
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  font-weight: 400;
  color: #337ab7;
  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: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

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

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  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;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.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: 400;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .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 > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .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:before, .btn-toolbar:after {
  display: table;
  content: " ";
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn,
.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-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-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-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 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, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .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:before, .btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.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-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.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-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  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 input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[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-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}

.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: 400;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.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-top-right-radius: 0;
  border-bottom-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-top-left-radius: 0;
  border-bottom-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 {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav:before, .nav:after {
  display: table;
  content: " ";
}
.nav:after {
  clear: both;
}
.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: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.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 #ddd;
}
.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: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.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: #337ab7;
}

.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar:before, .navbar:after {
  display: table;
  content: " ";
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before, .navbar-header:after {
  display: table;
  content: " ";
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before, .navbar-collapse:after {
  display: table;
  content: " ";
}
.navbar-collapse:after {
  clear: both;
}
.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;
    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-right: 0;
    padding-left: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.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;
  }
}
@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;
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .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-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.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;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.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 {
  padding: 10px 15px;
  margin-right: -15px;
  margin-left: -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;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }

  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.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-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .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: #555;
    background-color: #e7e7e7;
  }
  .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-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.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: #090909;
}
.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-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #090909;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .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: #090909;
  }
  .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-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-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -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;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header:before, .modal-header:after {
  display: table;
  content: " ";
}
.modal-header:after {
  clear: both;
}

.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:before, .modal-footer:after {
  display: table;
  content: " ";
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.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;
  }
}
.clearfix:before, .clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: 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;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

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

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

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

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

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

  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;
  }
}
body {
  font-family: 'Montserrat', arial, sans-serif;
  line-height: 1;
}
body .wrapper {
  min-width: 767px !important;
}

@media (min-width: 768px) {
  .container {
    width: inherit;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container.full-width {
  width: 100%;
}

.container {
  padding-left: 30px;
  padding-right: 30px;
}

.main__breadcrumbs .col-xs-12 {
  padding: 0;
}

.price-box .minimal-price-link {
  display: none;
}

.breadcrumbs ul, .breadcrumbs ol {
  margin: 0 0 9px;
  padding: 0;
  list-style-type: none;
}
.breadcrumbs ul li, .breadcrumbs ol li {
  display: inline-block;
  font-size: 10px;
  font-size: 1rem;
  font-weight: normal;
  color: #c7c7c7;
  text-transform: uppercase;
  margin: 10px 0;
}
.breadcrumbs ul li a, .breadcrumbs ol li a {
  color: #c7c7c7;
}
.breadcrumbs ul li strong,
.breadcrumbs ul li h1, .breadcrumbs ol li strong,
.breadcrumbs ol li h1 {
  font-size: 10px;
  font-size: 1rem;
  font-weight: normal;
  color: #fc3f52;
  margin: 0;
}

form#lb_referafriend_signup {
  padding: 20px;
  min-height: 600px;
}

form#lb_referafriend_signup .refer_field {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}

form#lb_referafriend_signup input[type="text"],
form#lb_referafriend_signup input[type="email"],
form#lb_referafriend_signup button {
  width: 250px;
  padding: 5px;
}

form#lb_referafriend_signup button {
  height: 40px;
}

#referafriend h1, #referafriend h2, #referafriend h3, #referafriend p {
  color: white;
  padding: 10px 0 10px 20px;
}

#referafriend h1 {
  margin-bottom: 0;
}

#referafriend h2 {
  font-size: 14pt;
}

h1#refer_header {
  margin-bottom: 50px;
}

h2#admin_messages {
  width: 500px;
  line-height: 24pt;
}

.add-to-cart .qty-wrapper {
  display: none;
}
.add-to-cart .add-to-cart-buttons {
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .add-to-cart .add-to-cart-buttons {
    float: left;
    margin-bottom: 15px;
    padding-right: 0;
    width: 100%;
  }
}
.add-to-cart .add-to-cart-buttons button {
  border: none;
  background-color: #fc3f52;
  color: #fff;
  font-weight: bold;
  height: 53px;
  text-transform: uppercase;
  width: 100%;
  font-size: 17.46px;
  font-size: 1.746rem;
}
@media screen and (max-width: 1080px) {
  .add-to-cart .add-to-cart-buttons button {
    height: 35px;
  }
}

.add-to-links .wish-list-btn {
  border: 2px solid #c9c9c9;
  color: #26241f;
  height: 53px;
  text-align: center;
  text-transform: uppercase;
  padding: 15px 0;
}
.add-to-links .wish-list-btn .fa-heart-o {
  color: #26241f;
  font-size: 17px;
  font-size: 1.7rem;
}
@media screen and (max-width: 1080px) {
  .add-to-links .wish-list-btn {
    height: 35px;
    padding: 7px;
  }
}

@media screen and (max-width: 1000px) {
  .wrapper .sticky-footer {
    display: none !important;
  }
}
.messages .error-msg li {
  border: 1px solid #ffc0c0;
  color: red;
  display: inline-block;
  margin-bottom: 16px;
  padding: 14px 20px;
  text-align: center;
  width: 100%;
  background-color: #fff0f0;
}

.reset-message {
  background-color: #dfdfdf;
  margin-bottom: 16px;
  padding: 16px 30px;
  text-align: center;
}
.reset-message p {
  color: #272420;
  line-height: 24px;
  font-size: 16px;
  font-size: 1.6rem;
}
.reset-message p a {
  color: #272420;
  text-decoration: underline;
}

.cms-home #admin_messages {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 1.8rem;
  background-color: #ececec;
  margin-bottom: 10px;
  padding: 10px 15px;
  text-align: center;
}

.cms-size-guide .size-guide-table {
  margin-bottom: 20px;
  width: 100%;
}
.cms-size-guide .size-guide-table tbody tr {
  border-bottom: 1px solid #d0d0d0;
}
.cms-size-guide .size-guide-table tbody tr:last-of-type {
  border-bottom: 0;
}
.cms-size-guide .size-guide-table tbody td {
  padding: 8px 0;
}

.success-msg {
  background-color: #d0ffd0;
  border: 1px solid;
  color: #709f70;
  display: inline-block;
  margin: 5px 0 10px;
  padding: 15px 10px;
  text-align: center;
  width: 100%;
}

.crd-cta-blck {
  display: none;
}

.cms-no-route .main {
  margin-bottom: 20px;
}
.cms-no-route .main .page-title {
  border-bottom: 1px solid #d0d0d0;
  margin-bottom: 15px;
  text-align: center;
}
.cms-no-route .main .page-title h1 {
  margin: 10px 0;
}
.cms-no-route .main dl {
  margin: 10px 0;
}
.cms-no-route .main dl dt {
  padding-bottom: 10px;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  margin-top: 30px;
}
.cms-no-route .main dl dd {
  padding-bottom: 10px;
}
.cms-no-route .main dl ul {
  display: inline-block;
  margin-bottom: 10px;
  list-style-type: disc;
  list-style-position: inside;
}
.cms-no-route .main dl ul li {
  line-height: 20px;
  line-height: 2rem;
}
.cms-no-route .main dl ul li a {
  color: #fc3f52;
}
.cms-no-route .main dl ul li:last-child a {
  margin-top: 30px;
  display: inline-block;
}

.about-us-holder {
  float: left;
  padding: 0 15px;
  width: 100%;
}
.about-us-holder__content {
  float: left;
  width: 70%;
}
.about-us-holder__content p {
  line-height: 18px;
  line-height: 1.8rem;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  margin-bottom: 7px;
}
.about-us-holder__content p a {
  color: #fc3f52;
  text-decoration: underline;
}
.about-us-holder__image {
  float: left;
  width: 30%;
}
.about-us-holder__image img {
  display: block;
  height: auto;
  max-width: 100%;
}

.header-language-background {
  background-color: #272420;
  height: 40px;
}
.header-language-background .header-language-container {
  padding: 6px 0 0;
}
.header-language-background .header-language-container .dispatch-info .before-one {
  color: white;
}
.header-language-background .header-language-container .dispatch-info .before-one .timer {
  color: #ffdf2b;
}
.header-language-background .header-language-container .store-number p {
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  display: inline-block;
  font-weight: normal;
  float: left;
}
.header-language-background .header-language-container .store-number p img {
  margin-right: 8px;
}
.header-language-background .header-language-container .store-number {
  font-size: 12px;
  font-size: 1.2rem;
}
.header-language-background .header-language-container .store-number .header-opening-times {
  display: inline-block;
  float: left;
  padding-left: 26px;
}
.header-language-background .header-language-container .store-number .header-opening-times p {
  font-size: 8px;
  font-size: 0.8rem;
  display: inline-block;
  float: left;
  margin-top: 6px;
  line-height: 0;
}
.header-language-background .header-language-container .currency {
  position: relative;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  margin-top: 3px;
}
.header-language-background .header-language-container .currency a {
  color: #fff;
  float: right;
  margin-right: 15px;
}
.header-language-background .header-language-container .currency a .fa {
  margin-left: 10px;
}
.header-language-background .header-language-container .currency .btn-group {
  float: right;
}
.header-language-background .header-language-container .currency img {
  margin-left: 8px;
}
.header-language-background .header-language-container .currency .dropdown-menu {
  min-width: 140px;
  position: absolute;
  left: -20%;
}
.header-language-background .header-language-container .currency .dropdown-menu a {
  color: #272420;
  text-align: left;
}
.header-language-background .header-language-container .timer {
  text-align: center;
  color: #fff;
  margin-top: 6px;
  font-size: 16px;
  font-size: 1.6rem;
}
.header-language-background .header-language-container .timer span {
  color: #ffdf2b;
}
.header-language-background .header-language-container .currency_selector {
  text-align: right;
}
.header-language-background .header-language-container .currency_selector label {
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
}

.menu-opacity {
  width: 100%;
  height: 100%;
  z-index: 10;
  display: none;
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}

#header.page-header.container {
  width: 100%;
}

.header-language-container.container {
  width: 100%;
}

#header {
  margin: 20px auto 10px;
  border: none;
}
#header .header-logo {
  padding-left: 0;
}
#header .logo {
  margin-top: 10px;
  display: block;
}
#header #nav:before {
  content: '';
  display: block;
  clear: both;
}
#header #header-search {
  padding-right: 0;
  float: right;
}
#header #header-search input {
  border: none;
}
#header #header-search #search {
  float: left;
  height: 40px;
  width: 70%;
}
#header #header-search #search_mini_form button {
  float: left;
  border: none;
  background-color: #272420;
  color: #fff;
  height: 40px;
  width: 30%;
  font-size: 16px;
  font-size: 1.6rem;
}
#header input {
  border-radius: 0;
  -webkit-appearance: none;
}
#header #header-account {
  padding: 0;
}
#header #header-account .links {
  display: inline-block;
  float: right;
}
#header #header-account .links li {
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
}
#header .trust-section .trust.last {
  margin-right: 0;
  float: right;
}
#header .trust-section .trust {
  border: 1px solid #d0d0d0;
  padding: 12px 10px;
  min-height: 56px;
  margin-right: 2%;
  width: 32%;
  float: left;
}
#header .trust-section .trust h3 {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0;
}
#header .trust-section .trust p {
  text-align: center;
  font-size: 11px;
  font-size: 1.1rem;
  margin: 0;
}
#header .trust-section .trust img {
  text-align: center;
  margin: 0 auto;
}
#header .trust-section .trust:nth-of-type(1) p,
#header .trust-section .trust:nth-of-type(2) p {
  padding-top: 11px;
}
#header .header-top-links {
  margin-bottom: 20px;
  display: inline-block;
  float: right;
}
#header .header-top-links .block-cart {
  z-index: 100;
  background-color: #fff;
}
#header .header-top-links .mini-cart {
  display: none;
}
#header .header-top-links .basket:hover .mini-cart {
  position: absolute;
  display: block;
  z-index: 200;
  background-color: #fff;
  width: 260px;
  padding: 10px 20px;
  border: 1px solid #d0d0d0;
  right: 0;
  margin-top: 0;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.16);
}
#header .header-top-links .basket:hover .mini-cart a {
  background: none !important;
}
#header .header-top-links .basket:hover .mini-cart .amount {
  text-align: center;
  border-top: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
  padding: 5px 0;
  margin-top: 5px;
  line-height: 28px;
}
#header .header-top-links .basket:hover .mini-cart .amount a {
  display: inline;
  color: #fc3f52;
}
#header .header-top-links .basket:hover .mini-cart .actions .button {
  border: none;
  width: 100%;
  background-color: #fc3f52;
  color: #fff;
  padding: 10px 0;
}
#header .header-top-links .basket:hover .mini-cart #cart-sidebar {
  padding: 0;
  margin: 0;
}
#header .header-top-links .basket:hover .mini-cart #cart-sidebar .item.last {
  border-bottom: none;
}
#header .header-top-links .basket:hover .mini-cart #cart-sidebar .item {
  list-style: none;
  border-bottom: 1px solid #d0d0d0;
  padding-top: 10px;
  min-height: 70px;
}
#header .header-top-links .basket:hover .mini-cart #cart-sidebar .item .product-image {
  float: left;
  width: 30%;
}
#header .header-top-links .basket:hover .mini-cart #cart-sidebar .item .product-name {
  display: inline-block;
  width: 70%;
}
#header .header-top-links .basket:hover .mini-cart #cart-sidebar .item .product-name a {
  width: 100%;
  color: #272420;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 15px;
}
#header .header-top-links .dropdown {
  padding-right: 40px;
  position: relative;
  width: 80px;
}
#header .header-top-links .dropdown:after {
  display: block;
  position: absolute;
  left: 56px;
  top: 10px;
  content: '';
  height: 12px;
  width: 12px;
  background-color: red;
  float: right;
  margin-right: 20px;
  background: url("https://www.lindybop.co.uk/skin/frontend/rwd/lbdesktop/images/nav-arrow.png") no-repeat;
}
#header .header-top-links .dropdown ul {
  position: absolute;
  display: block;
  z-index: 100;
  background-color: #fff;
  width: 160px;
  padding: 10px 20px;
  border: 1px solid #d0d0d0;
  right: 0;
  margin-top: 0;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.16);
}
#header .header-top-links .account ul {
  display: none;
}
#header .header-top-links .account ul li {
  list-style: none;
}
#header .header-top-links .account ul a {
  background: none;
  color: #272420;
}
#header .header-top-links .account:hover ul {
  display: block;
}
#header .header-top-links .chat a {
  display: inline-block;
  height: 27px;
  width: 37px;
  background-color: red;
  background: url("https://www.lindybop.co.uk/skin/frontend/rwd/lbdesktop/images/chat-icon.png") no-repeat;
}
#header .header-top-links .favs a {
  display: inline-block;
  height: 27px;
  width: 28px;
  background-color: red;
  background: url("https://www.lindybop.co.uk/skin/frontend/rwd/lbdesktop/images/favs-icon.png") no-repeat 0 2px;
}
#header .header-top-links .account a {
  display: inline-block;
  height: 27px;
  width: 27px;
  background-color: red;
  background: url("https://www.lindybop.co.uk/skin/frontend/rwd/lbdesktop/images/account-icon.png") no-repeat;
}
#header .header-top-links .account .account-links a {
  width: 100%;
}
#header .header-top-links .favs {
  position: relative;
}
#header .header-top-links .favs a {
  display: inline-block;
  height: 28px;
  width: 29px;
}
#header .header-top-links .favs .wish-count {
  font-size: 9px;
  left: 23px;
  position: absolute;
  top: 7px;
  color: #ffffff;
}
#header .header-top-links .favs.active a {
  background: url("https://www.lindybop.co.uk/skin/frontend/rwd/lbdesktop/images/favs-icon-active.png") no-repeat 0 2px;
}
#header .header-top-links .basket a {
  display: inline-block;
  height: 28px;
  width: 29px;
  background-color: red;
  background: url("https://www.lindybop.co.uk/skin/frontend/rwd/lbdesktop/images/basket-icon.png") no-repeat 0 -1px;
}
#header .header-top-links .basket .cart-count {
  font-size: 9px;
  left: 27px;
  position: absolute;
  top: 8px;
  color: #ffffff;
}
#header .header-top-links .basket.active a {
  background: url("https://www.lindybop.co.uk/skin/frontend/rwd/lbdesktop/images/basket-active.png") no-repeat 0 -1px;
}
#header .header-top-links .icon {
  display: inline-block;
  border-right: 1px solid #d0d0d0;
  padding: 0 13px;
}
#header .header-top-links .icon.last {
  padding-right: 0;
  border: none;
}
#header #nav {
  position: relative;
  z-index: 100;
}
#header #nav .menu-active {
  background-color: #fff;
}
#header #nav .menu-active .megamenu {
  position: absolute;
  display: block;
  top: 56px;
  left: 0;
  background-color: #fff;
  z-index: 100;
  padding: 10px 30px 0;
  width: 100%;
  min-height: 360px;
}
#header #nav .menu-active .megamenu .megaimage {
  position: absolute;
  top: 50px;
  right: 30px;
  width: 200px;
}
#header #nav .menu-active .megamenu .level1.parent ul {
  border-left: 1px solid #d0d0d0;
}
#header #nav .menu-active .megamenu .level1.parent ul li {
  border-left: 4px solid #fff;
  width: 100%;
  line-height: 12px;
}
#header #nav .menu-active .megamenu .level1.parent ul li:hover {
  border-left: 4px solid #fc3f52;
}
#header #nav .menu-active .megamenu .level1.view-all {
  width: 860px;
  float: left;
  margin: 0 0 30px;
  padding: 0 60px 0 0;
}
@media screen and (max-width: 1100px) {
  #header #nav .menu-active .megamenu .level1.view-all {
    width: 100%;
  }
}
#header #nav .menu-active .megamenu .level1.view-all a {
  color: #fff;
  text-transform: uppercase;
  background-color: #fc3f52;
  padding: 2px 40px;
  display: inline-block;
}
#header #nav .menu-active .megamenu .nav-2-5.parent {
  clear: both;
}
#header #nav .menu-active .megamenu .level0 {
  display: inline-block;
  float: left;
  max-width: 1450px;
}
#header #nav .menu-active .megamenu .level0 li ul {
  padding: 0;
}
#header #nav .menu-active .megamenu .level0 li a {
  text-align: left;
  text-transform: none;
  color: #272420;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 30px;
  font-weight: normal;
}
#header #nav .menu-active .megamenu .level0 .not-parent {
  width: 180px;
  float: left;
  padding: 0;
  margin: 0;
  text-align: left;
  margin-bottom: 30px;
}
@media screen and (max-width: 790px) {
  #header #nav .menu-active .megamenu .level0 .not-parent {
    width: 160px;
  }
}
@media screen and (max-width: 768px) {
  #header #nav .menu-active .megamenu .level0 .not-parent {
    width: 24%;
  }
}
#header #nav .menu-active .megamenu .level0 .not-parent .view-all a {
  text-transform: uppercase;
}
#header #nav .menu-active .megamenu .level0 .not-parent .has-children, #header #nav .menu-active .megamenu .level0 .not-parent .no-children {
  font-size: 15px;
  font-size: 1.5rem;
  text-transform: uppercase;
}
#header #nav .menu-active .megamenu .level0 .parent, #header #nav .menu-active .megamenu .level0 .not-parent {
  width: 230px;
  float: left;
  padding: 0;
  margin: 0;
  text-align: left;
  margin-bottom: 30px;
}
@media screen and (max-width: 790px) {
  #header #nav .menu-active .megamenu .level0 .parent, #header #nav .menu-active .megamenu .level0 .not-parent {
    width: 160px;
  }
}
@media screen and (max-width: 768px) {
  #header #nav .menu-active .megamenu .level0 .parent, #header #nav .menu-active .megamenu .level0 .not-parent {
    width: 24%;
  }
}
#header #nav .menu-active .megamenu .level0 .parent .view-all a, #header #nav .menu-active .megamenu .level0 .not-parent .view-all a {
  text-transform: uppercase;
}
#header #nav .menu-active .megamenu .level0 .parent .has-children, #header #nav .menu-active .megamenu .level0 .not-parent .has-children {
  font-size: 15px;
  font-size: 1.5rem;
  text-transform: uppercase;
}
#header .actions li {
  list-style: none;
}
#header .actions li .paypal-logo .paypal-button {
  display: block;
  margin: 10px 0;
  text-align: center;
  width: 100%;
}
#header .actions li .paypal-logo .paypal-or {
  display: block;
  margin: 10px 0;
  text-align: center;
}

#header-nav {
  border: 1px solid #d0d0d0;
  clear: both;
  margin: 20px 0 12px;
  display: block;
  float: left;
  width: 100%;
  z-index: 1000;
}
#header-nav .nav-primary > .level0 {
  padding: 20px 1.4% 16px;
}
@media screen and (max-width: 1200px) {
  #header-nav .nav-primary > .level0 {
    padding: 20px 1.4% 16px;
  }
}
#header-nav .nav-primary > li {
  border-bottom: 4px solid #fff;
}
#header-nav .nav-primary > li:hover {
  border-bottom: 4px solid #fc3f52;
}
#header-nav .nav-primary {
  padding: 1px;
  text-align: center;
  margin: 0;
}
#header-nav .nav-primary li {
  display: inline-block;
  text-transform: uppercase;
  padding: 0 4.5%;
}
#header-nav .nav-primary li a {
  color: #272420;
  line-height: 20px;
}
#header-nav .nav-primary .level0.last > a, #header-nav .nav-primary .level0.nav-1.first.normal-category.parent > a {
  color: #fc3f52 !important;
}
#header-nav .nav-primary .level0.first > a {
  text-decoration: underline !important;
}
#header-nav .nav-primary .level1 > a {
  color: #272420 !important;
  text-decoration: none !important;
}
#header-nav .nav-primary .level1 > a:hover {
  color: #272420 !important;
  text-decoration: underline !important;
}
#header-nav .nav-primary .level1.view-all a {
  color: white !important;
  text-decoration: none !important;
}
#header-nav .nav-primary .parent.normal-category.level0:after {
  display: block;
  width: 10px;
  height: 10px;
  background-color: red;
  content: '';
  float: right;
  margin-left: 5px;
  margin-top: 5px;
  background: url("https://www.lindybop.co.uk/skin/frontend/rwd/lbdesktop/images/nav-arrow.png") no-repeat;
}
#header-nav .nav-primary .parent.normal-category.level0 .megamenu {
  display: none;
}
#header-nav .nav-3 .megamenu ul.level0 li.level1.parent {
  min-height: 240px;
}
#header-nav .nav-3 .megamenu ul.level0 li.level1.parent:nth-child(5) {
  min-height: 100px;
}
#header-nav .nav-3 .megamenu ul.level0 li.level1.parent:nth-child(6) {
  min-height: 100px;
}
#header-nav .nav-3 .megamenu ul.level0 li.level1.parent:nth-child(7) {
  min-height: 100px;
}

@media screen and (max-width: 900px) {
  .header-language-background .header-language-container .store-number .header-opening-times p {
    margin-top: 5px;
  }
  .header-language-background .header-language-container .store-number p {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .header-language-background .header-language-container .timer {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .header-language-background .header-language-container .currency {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 0;
  }

  #header .logo img {
    width: 75%;
    margin-top: 10px;
  }
}
@media screen and (max-width: 900px) and (max-width: 766px) {
  #header .logo img {
    width: 100%;
    margin-top: 10px;
  }
}
@media screen and (max-width: 900px) {
  #header .trust-section .trust p {
    font-size: 10px;
    font-size: 1rem;
    padding-top: 10px;
  }
  #header .trust-section .trust img {
    width: 100%;
  }
}
#header-nav.stickytop {
  background-color: #fff;
  position: fixed;
  top: 0;
  z-index: 100;
  margin: 0 auto;
  width: 1110px;
  border-top: none;
  min-width: 768px;
  border-left: none;
  border-right: none;
}
@media screen and (max-width: 1200px) {
  #header-nav.stickytop {
    width: 910px;
  }
}
@media screen and (max-width: 960px) {
  #header-nav.stickytop {
    width: 100%;
    left: 0;
  }
}
#header-nav.stickytop .nav-primary > .level0 {
  padding-top: 10px;
  padding-bottom: 15px;
}
#header-nav.stickytop .nav-primary > li {
  border-bottom: none;
}
#header-nav.stickytop .menu-active .megamenu {
  top: 42px !important;
  border-top: 1px solid #e0e0e0;
  padding-top: 0;
}

span#li-no-link {
  line-height: 30px;
  font-size: 1.5rem;
}

li #li-no-link {
  line-height: 20px;
}

li.level0.nav-1.normal-category.parent .megamenu .level0 .level1 li.level0.view-all {
  display: none !important;
}

li.level0.nav-3.normal-category.parent .megamenu .level0 .level1 li.level0.view-all {
  display: none !important;
}

li.level0.nav-4.normal-category.parent .megamenu .level0 .level1 li.level0.view-all {
  display: none !important;
}

li.level0.nav-9.normal-category.parent .megamenu .level0 .level1 li.level0.view-all {
  display: none !important;
}

@media screen and (max-width: 1024px) {
  #header .trust-section .trust:nth-of-type(2) p.de {
    padding-bottom: 11px;
  }

  #header .trust-section .trust.last p.de {
    padding-bottom: 12px;
  }
}
@media screen and (max-width: 768px) {
  #header .trust-section .trust {
    padding: 12px 4px;
  }
}
#header-search .searchautocomplete {
  padding: 0;
  position: relative;
  width: 100%;
}
#header-search .searchautocomplete label {
  display: none;
}
#header-search .searchautocomplete .nav {
  background: none;
  background-color: #fff;
  border: 1px solid #d0d0d0;
  height: 40px;
  width: 70%;
}
#header-search .searchautocomplete .nav input {
  font-size: 14px;
  font-size: 1.4rem;
  color: #afafaf;
  font-family: inherit;
}
#header-search .searchautocomplete .nav-submit-button {
  background: none;
  float: left;
  padding-left: 0;
  width: 30%;
}
#header-search .searchautocomplete .nav-submit-button button {
  font-size: 16px;
  font-size: 1.6rem;
  background: #272420;
  border: 0;
  border-radius: 0;
  color: #fff;
  font-weight: normal;
  height: 40px;
  outline: none;
  width: 100%;
}
#header-search .searchautocomplete .searchautocomplete-placeholder {
  border-radius: 0;
  right: 140px;
  top: 51px;
  width: 308px;
}
#header-search .searchautocomplete .searchautocomplete-placeholder li {
  padding: 10px;
}
#header-search .searchautocomplete .searchautocomplete-placeholder .active {
  background-color: transparent;
}
#header-search .searchautocomplete .searchautocomplete-placeholder .name {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 17px;
  line-height: 1.7rem;
  color: #404040;
  display: block;
  font-weight: 400;
  text-decoration: none;
}
#header-search .searchautocomplete .searchautocomplete-placeholder .name strong {
  color: #fc3f52;
}
#header-search .searchautocomplete .searchautocomplete-placeholder img {
  display: block;
  height: 100%;
  max-width: 100%;
}
#header-search .searchautocomplete .searchautocomplete-placeholder .price-box {
  float: left;
}
#header-search .searchautocomplete .searchautocomplete-placeholder .price-box .regular-price,
#header-search .searchautocomplete .searchautocomplete-placeholder .price-box .old-price,
#header-search .searchautocomplete .searchautocomplete-placeholder .price-box .special-price {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 20px;
  line-height: 2rem;
  color: #737373;
  display: inline-block;
  font-weight: 400;
}
#header-search .searchautocomplete .searchautocomplete-placeholder .price-box .old-price {
  text-decoration: line-through;
}
#header-search .searchautocomplete .searchautocomplete-placeholder .price-box .special-price {
  color: #fd6675;
  padding-left: 5px;
}
#header-search .searchautocomplete .searchautocomplete-placeholder .all a {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 17px;
  line-height: 1.7rem;
  color: #404040;
  display: block;
  font-weight: bold;
  text-decoration: none;
}

.footer {
  margin-bottom: 140px;
}
.footer .secure-checkout-block {
  width: 100%;
  display: inline-block;
}
.footer .secure-checkout-block p {
  border: 1px solid #d0d0d0;
  float: right;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  text-transform: uppercase;
  width: 60%;
  padding: 13px 0px;
  margin: 25px 0px;
  font-weight: normal;
}
.footer .newsletter-before-footer {
  background-color: #ececec;
  padding: 10px 0;
}
.footer .newsletter-before-footer .newsletter-text {
  padding-top: 6px;
  text-align: right;
  padding-right: 0;
}
.footer .newsletter-before-footer .newsletter-text span {
  font-weight: bold;
}
.footer #newsletter {
  width: 70%;
}
.footer .social-icons {
  padding: 10px 0 0 10px;
}
.footer .social-icons a {
  margin-right: 9%;
}
.footer .block-subscribe {
  display: inline-block;
  float: right;
  margin-top: 6px;
}
.footer .block-subscribe .input-text {
  display: inline-block;
  float: left;
  height: 40px;
}
.footer .block-subscribe button {
  border: none;
  background-color: #fc3f52;
  color: #fff;
  height: 40px;
  width: 28%;
  padding: 0;
}
.footer .secure {
  text-align: right;
  margin-top: 20px;
}
.footer .secure .secure-checkout {
  margin-bottom: 10px;
  margin-top: 10px;
}
.footer .secure .secure-checkout img {
  border: 1px solid #d0d0d0;
  padding: 20px;
  margin: 16px 0;
}
.footer .footer-col {
  margin-top: 40px;
}
.footer .footer-col h4 {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 20px;
}
.footer .footer-col ul {
  padding: 0;
}
.footer .footer-col ul li {
  list-style: none;
  margin-bottom: 13px;
}
.footer .footer-col ul li a {
  font-size: 12px;
  font-size: 1.2rem;
  color: #667080;
}
.footer .copyright {
  margin-top: 20px;
  border-top: 1px solid #d0d0d0;
  font-size: 10px;
  font-size: 1rem;
  text-align: center;
  padding-top: 20px;
  color: #667080;
  line-height: 17px;
  margin-bottom: 10px;
}
.footer .newsletter-text p {
  margin-top: 4px;
  line-height: 17px;
}

.site-build {
  text-align: center;
}
.site-build span {
  font-size: 10px;
  font-size: 1rem;
  color: #667080;
  display: block;
}
.site-build span a {
  color: #fc3f52;
}

@media screen and (max-width: 768px) {
  .footer .footer-col ul li a {
    font-size: 1.0rem;
  }
}
.category-outlet .row:nth-child(1),
.cms-home .row:nth-child(1) {
  margin-bottom: 10px;
}
.category-outlet .row .home-cat-block:nth-child(4),
.cms-home .row .home-cat-block:nth-child(4) {
  margin-top: 10px;
}
.category-outlet .home-category-blocks,
.cms-home .home-category-blocks {
  margin-top: 10px;
}
.category-outlet .home-category-blocks .row:nth-of-type(2),
.cms-home .home-category-blocks .row:nth-of-type(2) {
  margin-bottom: 10px;
}
.category-outlet .home-category-blocks .home-cat-block,
.cms-home .home-category-blocks .home-cat-block {
  position: relative;
  margin-bottom: 0px;
  padding-right: 5px;
  padding-left: 5px;
}
.category-outlet .home-category-blocks .home-cat-block img,
.cms-home .home-category-blocks .home-cat-block img {
  width: 100%;
}
.category-outlet .home-category-blocks .home-cat-block .stars,
.cms-home .home-category-blocks .home-cat-block .stars {
  width: auto;
  margin-bottom: 10px;
}
.category-outlet .home-category-blocks .home-cat-block a,
.cms-home .home-category-blocks .home-cat-block a {
  color: #272420;
}
.category-outlet .home-category-blocks .home-cat-block span,
.category-outlet .home-category-blocks .home-cat-block h2,
.cms-home .home-category-blocks .home-cat-block span,
.cms-home .home-category-blocks .home-cat-block h2 {
  background-color: #fff;
  bottom: 45px;
  display: inline-block;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 21px;
  opacity: 0.8;
  padding: 13px 0;
  position: relative;
  text-align: center;
  width: 100%;
}
.category-outlet .home-category-blocks .home-cat-block h5,
.cms-home .home-category-blocks .home-cat-block h5 {
  text-align: center;
  font-size: 22px;
  font-size: 2.2rem;
  padding: 10px 30px 0;
  line-height: 30px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1110px) {
  .category-outlet .home-category-blocks .home-cat-block h5,
  .cms-home .home-category-blocks .home-cat-block h5 {
    padding: 0 5px 0;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 22px;
  }
}
.category-outlet .home-category-blocks .home-cat-block p,
.cms-home .home-category-blocks .home-cat-block p {
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
}
.category-outlet .home-category-blocks .home-cat-block:nth-of-type(1),
.cms-home .home-category-blocks .home-cat-block:nth-of-type(1) {
  padding-left: 15px;
}
.category-outlet .home-category-blocks .home-cat-block:last-of-type, .category-outlet .home-category-blocks .home-cat-block:nth-of-type(3),
.cms-home .home-category-blocks .home-cat-block:last-of-type,
.cms-home .home-category-blocks .home-cat-block:nth-of-type(3) {
  padding-right: 15px;
}
.category-outlet .most-popular,
.cms-home .most-popular {
  margin-bottom: 40px;
  position: relative;
}
.category-outlet .most-popular .bx-wrapper,
.cms-home .most-popular .bx-wrapper {
  padding: 0;
}
@media screen and (max-width: 1100px) {
  .category-outlet .most-popular .bx-wrapper,
  .cms-home .most-popular .bx-wrapper {
    padding: 0 40px;
  }
}
.category-outlet .most-popular .bx-wrapper .bx-prev,
.cms-home .most-popular .bx-wrapper .bx-prev {
  left: -50px;
}
@media screen and (max-width: 1100px) {
  .category-outlet .most-popular .bx-wrapper .bx-prev,
  .cms-home .most-popular .bx-wrapper .bx-prev {
    left: -20px;
  }
}
.category-outlet .most-popular .bx-wrapper .bx-next,
.cms-home .most-popular .bx-wrapper .bx-next {
  right: -50px;
}
@media screen and (max-width: 1100px) {
  .category-outlet .most-popular .bx-wrapper .bx-next,
  .cms-home .most-popular .bx-wrapper .bx-next {
    right: -20px;
  }
}
.category-outlet .most-popular h3,
.cms-home .most-popular h3 {
  background-color: #fff;
  font-size: 22px;
  font-size: 2.2rem;
  margin: 20px auto;
  text-align: center;
  text-transform: uppercase;
  width: 220px;
}
.category-outlet .most-popular h3:before,
.cms-home .most-popular h3:before {
  border-bottom: 2px solid #c8c8c8;
  content: "";
  left: 0;
  position: absolute;
  top: 31px;
  width: 100%;
  z-index: -1;
}
.category-outlet .most-popular .product-name,
.cms-home .most-popular .product-name {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 16px;
}
.category-outlet .most-popular .product-name a,
.cms-home .most-popular .product-name a {
  color: #272420;
}
.category-outlet .most-popular .old-price,
.cms-home .most-popular .old-price {
  font-size: 11px;
  font-size: 1.1rem;
  text-decoration: line-through;
  margin: 0 0 4px;
}
.category-outlet .most-popular .regular-price,
.cms-home .most-popular .regular-price {
  color: #fc3f52;
  font-size: 13px;
  font-size: 1.3rem;
  margin: 0;
}
.category-outlet .most-popular .special-price,
.cms-home .most-popular .special-price {
  color: #fc3f52;
  font-size: 12px;
  font-size: 1.2rem;
}
.category-outlet .std,
.cms-home .std {
  display: none;
}
.category-outlet .social-wrap,
.cms-home .social-wrap {
  padding-right: 5px;
}
.category-outlet .social-wrap .social-block.alt,
.cms-home .social-wrap .social-block.alt {
  background-color: #ffd9dd;
}
.category-outlet .social-wrap .social-block,
.cms-home .social-wrap .social-block {
  background-color: #014e3a;
  padding: 24px;
}
@media screen and (max-width: 1500px) {
  .category-outlet .social-wrap .social-block,
  .cms-home .social-wrap .social-block {
    padding: 10px 20px;
  }
}
.category-outlet .social-wrap .social-block .social-box,
.cms-home .social-wrap .social-block .social-box {
  background-color: #fff;
  width: 100%;
  padding: 10px 4px 8px;
  margin: 15px 0;
}
.category-outlet .social-wrap .social-block .social-box span,
.cms-home .social-wrap .social-block .social-box span {
  display: inline-block;
  width: 83%;
  float: right;
  padding-top: 0;
}
.category-outlet .social-wrap .social-block .social-box a,
.cms-home .social-wrap .social-block .social-box a {
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
  font-size: 1.8rem;
  padding-top: 2px;
  color: #757575;
  line-height: 16px;
}
@media screen and (max-width: 1850px) {
  .category-outlet .social-wrap .social-block .social-box a,
  .cms-home .social-wrap .social-block .social-box a {
    font-size: 1.0rem;
  }
}
.category-outlet .social-wrap .social-block .social-box a img,
.cms-home .social-wrap .social-block .social-box a img {
  margin: -3px 10px 0;
}
.category-outlet .social-wrap .social-block h4,
.cms-home .social-wrap .social-block h4 {
  font-size: 22px;
  font-size: 2.2rem;
  font-size: 3rem;
  color: #fff;
  line-height: 37px;
}
.category-outlet .social-wrap .social-block h4 span,
.cms-home .social-wrap .social-block h4 span {
  font-size: 43px;
  font-size: 4.3rem;
  font-size: 4rem;
  font-weight: bold;
  color: white;
}
.category-outlet .social-wrap .social-block h4 span.alt,
.cms-home .social-wrap .social-block h4 span.alt {
  font-size: 43px;
  font-size: 4.3rem;
  font-size: 4rem;
  font-weight: bold;
  color: #ff717f;
}
@media screen and (max-width: 1700px) {
  .category-outlet .social-wrap .social-block .social-box,
  .cms-home .social-wrap .social-block .social-box {
    margin: 7px 0;
  }
  .category-outlet .social-wrap .social-block h4,
  .cms-home .social-wrap .social-block h4 {
    font-size: 2.2rem;
    text-align: left;
    color: white;
  }
  .category-outlet .social-wrap .social-block h4 span,
  .cms-home .social-wrap .social-block h4 span {
    text-align: left;
    font-size: 2.4rem;
  }
  .category-outlet .social-wrap .social-block h4 span.alt,
  .cms-home .social-wrap .social-block h4 span.alt {
    text-align: left;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1500px) {
  .category-outlet .social-wrap .social-block h4,
  .cms-home .social-wrap .social-block h4 {
    font-size: 2.0rem;
    text-align: left;
    color: white;
  }
  .category-outlet .social-wrap .social-block h4 span,
  .cms-home .social-wrap .social-block h4 span {
    text-align: left;
    font-size: 2.2rem;
  }
  .category-outlet .social-wrap .social-block h4 span.alt,
  .cms-home .social-wrap .social-block h4 span.alt {
    text-align: left;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1366px) {
  .category-outlet .social-wrap .social-block h4,
  .cms-home .social-wrap .social-block h4 {
    line-height: 20px;
  }
}
@media screen and (max-width: 1250px) {
  .category-outlet .social-wrap .social-block h4,
  .cms-home .social-wrap .social-block h4 {
    font-size: 2.0rem;
    text-align: left;
    color: white;
  }
  .category-outlet .social-wrap .social-block h4 span,
  .cms-home .social-wrap .social-block h4 span {
    text-align: left;
    font-size: 2.0rem;
  }
  .category-outlet .social-wrap .social-block h4 span.alt,
  .cms-home .social-wrap .social-block h4 span.alt {
    text-align: left;
    font-size: 2.0rem;
  }
}
@media screen and (max-width: 1199px) {
  .category-outlet .social-wrap .social-block,
  .cms-home .social-wrap .social-block {
    padding: 5px 10px;
    height: auto;
    width: 100%;
    display: inline-block;
  }
  .category-outlet .social-wrap .social-block h4,
  .cms-home .social-wrap .social-block h4 {
    font-size: 1.6rem;
    color: white;
    line-height: 18px;
  }
  .category-outlet .social-wrap .social-block h4 span,
  .cms-home .social-wrap .social-block h4 span {
    font-size: inherit;
  }
  .category-outlet .social-wrap .social-block h4 span.alt,
  .cms-home .social-wrap .social-block h4 span.alt {
    font-size: inherit;
  }
  .category-outlet .social-wrap .social-block .social-box,
  .cms-home .social-wrap .social-block .social-box {
    width: 100%;
    float: left;
    margin: 3px 0;
    line-height: 32px;
    padding: 1px 3px;
  }
  .category-outlet .social-wrap .social-block .social-box > img,
  .cms-home .social-wrap .social-block .social-box > img {
    display: none;
  }
  .category-outlet .social-wrap .social-block .social-box:last-child,
  .cms-home .social-wrap .social-block .social-box:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 1199px) and (max-width: 900px) {
  .category-outlet .social-wrap .social-block .social-box a,
  .cms-home .social-wrap .social-block .social-box a {
    font-size: 10px;
    font-size: 1rem;
  }
  .category-outlet .social-wrap .social-block .social-box a img,
  .cms-home .social-wrap .social-block .social-box a img {
    margin: 4px;
    height: 10px;
  }
}

@media screen and (max-width: 1024px) {
  .category-outlet .social-wrap .social-block .social-box a,
  .cms-home .social-wrap .social-block .social-box a {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 999px) {
  .category-outlet .social-wrap .social-block .cms-home .social-wrap .social-block h4,
  .cms-home .social-wrap .social-block .cms-home .social-wrap .social-block h4 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .category-outlet .social-wrap .social-block h4,
  .cms-home .social-wrap .social-block h4 {
    line-height: 15px;
    font-size: 1.2rem;
  }
  .category-outlet .social-wrap .social-block h4 span,
  .cms-home .social-wrap .social-block h4 span {
    font-size: 1.2rem;
  }
  .category-outlet .social-wrap .social-block h4 span.alt,
  .cms-home .social-wrap .social-block h4 span.alt {
    font-size: 1.2rem;
  }
  .category-outlet .social-wrap .social-block .social-box,
  .cms-home .social-wrap .social-block .social-box {
    margin: 3px 0;
    line-height: 10px;
    padding: 2px 3px;
  }
  .category-outlet .social-wrap .social-block .social-box a,
  .cms-home .social-wrap .social-block .social-box a {
    font-size: 0.7rem;
  }
}
.category-outlet .as-seen-in-wrap,
.cms-home .as-seen-in-wrap {
  margin-top: 20px;
  padding-bottom: 30px;
  background-color: #ececec;
}
.category-outlet .as-seen-in-wrap .ass-seen-on-me,
.cms-home .as-seen-in-wrap .ass-seen-on-me {
  overflow: hidden;
}
.category-outlet .as-seen-in-wrap .bx-wrapper,
.cms-home .as-seen-in-wrap .bx-wrapper {
  padding: 0;
}
@media screen and (max-width: 1100px) {
  .category-outlet .as-seen-in-wrap .bx-wrapper,
  .cms-home .as-seen-in-wrap .bx-wrapper {
    padding: 0 40px;
  }
}
.category-outlet .as-seen-in-wrap .bx-wrapper .bx-prev,
.cms-home .as-seen-in-wrap .bx-wrapper .bx-prev {
  left: -50px;
}
@media screen and (max-width: 1100px) {
  .category-outlet .as-seen-in-wrap .bx-wrapper .bx-prev,
  .cms-home .as-seen-in-wrap .bx-wrapper .bx-prev {
    left: -20px;
  }
}
.category-outlet .as-seen-in-wrap .bx-wrapper .bx-next,
.cms-home .as-seen-in-wrap .bx-wrapper .bx-next {
  right: -50px;
}
@media screen and (max-width: 1100px) {
  .category-outlet .as-seen-in-wrap .bx-wrapper .bx-next,
  .cms-home .as-seen-in-wrap .bx-wrapper .bx-next {
    right: -20px;
  }
}
.category-outlet .as-seen-in-wrap p,
.cms-home .as-seen-in-wrap p {
  text-align: center;
  padding-top: 10px;
  font-size: 12px;
  font-size: 1.2rem;
}
.category-outlet .as-seen-in-wrap h4,
.cms-home .as-seen-in-wrap h4 {
  text-align: center;
  margin: 34px 0 28px;
  font-size: 24px;
  font-size: 2.4rem;
}
.category-outlet .as-seen-in-wrap h5,
.cms-home .as-seen-in-wrap h5 {
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  position: relative;
  display: block;
  width: 300px;
  margin: 20px auto 10px;
  color: #4f4f4f;
  font-weight: bold;
}
.category-outlet .as-seen-in-wrap h5:before,
.cms-home .as-seen-in-wrap h5:before {
  display: block;
  width: 100%;
  height: 27px;
  content: "";
  position: absolute;
  left: -57%;
  top: 6px;
  background: url("https://www.lindybop.co.uk/skin/frontend/rwd/lbdesktop/images/arrow-left.png") no-repeat 0 0;
}
.category-outlet .as-seen-in-wrap h5:after,
.cms-home .as-seen-in-wrap h5:after {
  display: block;
  width: 100%;
  height: 27px;
  content: "";
  position: absolute;
  right: -90%;
  top: 6px;
  background: url("https://www.lindybop.co.uk/skin/frontend/rwd/lbdesktop/images/arrow-right.png") no-repeat 0 0;
}
.category-outlet .as-seen-in-wrap .bx-viewport,
.cms-home .as-seen-in-wrap .bx-viewport {
  background-color: #ececec;
}
.category-outlet .as-seen-in-wrap .customer-gallery,
.cms-home .as-seen-in-wrap .customer-gallery {
  text-align: center;
  width: 100%;
  display: inline-block;
  text-decoration: underline;
  color: #272420;
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 14px;
}
.category-outlet .bx-wrapper .products-grid .item .product-name,
.cms-home .bx-wrapper .products-grid .item .product-name {
  margin: 10px 0;
  font-size: 12px;
  font-size: 1.2rem;
  color: #667080;
}
.category-outlet .bx-wrapper .products-grid .item .product-name a,
.cms-home .bx-wrapper .products-grid .item .product-name a {
  color: #667080;
  font-weight: normal;
}

@media screen and (min-width: 1600px) {
  .cms-home span#home-trust-review {
    line-height: 26pt;
  }
}
@media screen and (min-width: 1796px) {
  .category-outlet .social-wrap .social-block .social-box:first-of-type, .cms-home .social-wrap .social-block .social-box:first-of-type {
    padding: 10px 4px 20px 4px;
  }
}
.category-outlet .category-banner-block {
  display: none;
}
.category-outlet .home-category-blocks {
  margin-top: 4px;
}
.category-outlet .outlet-category #header-nav {
  background-color: red;
  border: 1px solid red;
}
.category-outlet .outlet-category #header-nav .nav-primary .parent.normal-category.level0::after {
  background: transparent url("https://www.lindybop.co.uk/skin/frontend/rwd/lbdesktop/images/outlet_nav_down.png") no-repeat scroll 0 0;
  content: "";
  display: block;
  float: right;
  height: 10px;
  margin-left: 5px;
  margin-top: 5px;
  width: 10px;
}
.category-outlet .outlet-category #header-nav .nav-primary > li {
  border-bottom: none;
}
.category-outlet .outlet-category #header-nav .nav-primary > li a {
  color: #ffffff;
}
.category-outlet .outlet-category #header-nav .nav-primary .menu-active {
  border-bottom: none;
}
.category-outlet .outlet-category #header-nav .nav-primary .menu-active a {
  color: #000000;
}
.category-outlet .home-category-blocks .home-cat-block span {
  background-color: #fff;
  bottom: 45px;
  color: red;
  display: inline-block;
  font-size: 1.7rem;
  line-height: 21px;
  opacity: 0.9;
  padding: 13px 0;
  position: relative;
  text-align: center;
  width: 100%;
}

.cms-contact-us .std {
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
}
.cms-contact-us .std p {
  margin-bottom: 20px;
  line-height: 22px;
}
.cms-contact-us .std .page-title h1 {
  display: none;
}
.cms-contact-us .std .contact-left {
  width: 45%;
  float: left;
  display: inline-block;
}
.cms-contact-us .std .contact-right {
  float: right;
  display: inline-block;
  width: 45%;
}
.cms-contact-us .std .contact-right #contactForm {
  background-color: #ececec;
  padding: 30px;
}
.cms-contact-us .std .contact-right #contactForm .buttons-set {
  display: inline-block;
  width: 100%;
}
.cms-contact-us .std .contact-right #contactForm .buttons-set button {
  border: none;
  background-color: #fc3f52;
  padding: 10px 30px;
  color: #ffffff;
  float: right;
}
.cms-contact-us .std .contact-right #contactForm .required {
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 10px;
}
.cms-contact-us .std .contact-right #contactForm .required em {
  color: red;
  margin-right: 3px;
}
.cms-contact-us .std .contact-right #contactForm h2 {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 20px;
}
.cms-contact-us .std .contact-right #contactForm li input, .cms-contact-us .std .contact-right #contactForm li textarea {
  width: 100%;
  margin-bottom: 10px;
  min-height: 30px;
}
.cms-contact-us .std .contact-right #contactForm li textarea {
  min-height: 150px;
}

.cms-trade-form .about-us-text {
  width: 40%;
  float: left;
  padding: 10px 30px;
  background-color: #f3f3f3;
  margin-right: 4%;
  min-height: 766px;
  margin-bottom: 15px;
}
.cms-trade-form .about-us-text img {
  width: 100%;
}
.cms-trade-form .about-us-text a {
  color: #fc3f52;
}
.cms-trade-form .about-us-text p {
  margin-bottom: 20px;
  line-height: 22px;
}
.cms-trade-form .wholesale-account-create {
  width: 55%;
  float: left;
  margin-bottom: 30px;
}
.cms-trade-form .wholesale-account-create h1 {
  font-size: 26px;
  font-size: 2.6rem;
}
@media screen and (max-width: 1000px) {
  .cms-trade-form .wholesale-account-create h1 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.cms-trade-form #wholesale-form .form-list li {
  margin: 7px 0;
  display: inline-block;
  width: 100%;
}
.cms-trade-form #wholesale-form .form-list li label {
  font-weight: normal;
  font-size: 13px;
}
.cms-trade-form #wholesale-form .form-list li .field {
  display: inline-block;
  width: 48%;
}
.cms-trade-form #wholesale-form .form-list li .field .required em {
  color: red;
}
.cms-trade-form #wholesale-form .form-list li .field:first-child {
  margin-right: 10px;
}
.cms-trade-form #wholesale-form .form-list li .field input {
  width: 100%;
  padding: 6px 0;
}
.cms-trade-form #wholesale-form .form-list li #message {
  width: 100%;
  min-height: 100px;
  max-width: 100%;
}
.cms-trade-form #wholesale-form .buttons-set button {
  background-color: #fc3f52;
  border: medium none;
  color: #fff;
  height: 40px;
  padding: 0;
  width: 28%;
  float: right;
  font-size: 18px;
  font-size: 1.8rem;
}

.wholesale-account-not {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 1.8rem;
  background-color: #f3f3f3;
  float: left;
  padding: 30px;
  text-align: center;
  width: 56%;
}
.wholesale-account-not a {
  color: #fc3f52;
}

.catalog-product-view .new-icon {
  display: inline-block;
  width: 100%;
  background-color: #fc3f52;
  text-align: center;
  margin-bottom: 10px;
}
.catalog-product-view .new-icon img {
  width: 50%;
}
.catalog-product-view .global-messages #admin_messages {
  background-color: #ececec;
  margin-bottom: 15px;
  padding: 15px;
  text-align: center;
}
.catalog-product-view .mz-thumb img {
  box-shadow: none;
}
.catalog-product-view .magic-zoom-holder {
  padding-left: 0;
}
.catalog-product-view .magic-zoom-holder .image-icon {
  text-align: center;
  background-color: #fc3f52;
  height: 30px;
  margin-bottom: 10px;
}
.catalog-product-view .magic-zoom-holder #image-main {
  float: left;
  width: 100%;
}
.catalog-product-view .magic-zoom-holder .product-img-box .MagicToolboxContainer {
  width: 100%;
  position: relative;
}
.catalog-product-view .magic-zoom-holder .product-img-box .MagicToolboxMainContainer {
  float: right;
  width: 84%;
  padding-right: 5px;
}
@media screen and (max-width: 768px) {
  .catalog-product-view .magic-zoom-holder .product-img-box .MagicToolboxMainContainer {
    width: 100%;
  }
}
.catalog-product-view .magic-zoom-holder .product-img-box .MagicToolboxMainContainer a {
  margin-right: 0;
}
.catalog-product-view .magic-zoom-holder .product-img-box .MagicToolboxSelectorsContainer {
  float: left;
  text-align: left;
  padding-right: 0;
  width: 100%;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 768px) {
  .catalog-product-view .magic-zoom-holder .product-img-box .MagicToolboxSelectorsContainer {
    width: 100% !important;
  }
  .catalog-product-view .magic-zoom-holder .product-img-box .MagicToolboxSelectorsContainer.tablet {
    margin-top: 90px;
  }
}
.catalog-product-view .magic-zoom-holder .product-img-box .MagicToolboxSelectorsContainer .mcs-item {
  margin-right: 23px;
}
.catalog-product-view .magic-zoom-holder .product-img-box .MagicToolboxSelectorsContainer a {
  float: left;
  margin-bottom: 15px;
  width: 65px;
}
@media screen and (max-width: 768px) {
  .catalog-product-view .magic-zoom-holder .product-img-box .MagicToolboxSelectorsContainer a {
    margin-right: 2px;
  }
}
.catalog-product-view .extra-holder {
  float: left;
  width: 100%;
}
.catalog-product-view .extra-holder .model-number, .catalog-product-view .extra-holder .view-customer-images {
  float: left;
  padding-bottom: 10px;
  width: 100%;
  font-size: 10px;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .catalog-product-view .extra-holder .model-number, .catalog-product-view .extra-holder .view-customer-images {
    text-align: center;
  }
}
.catalog-product-view .extra-holder button {
  background: #fff;
  border: 2px solid #d0d0d0;
  color: #26241f;
  float: left;
  padding: 10px;
  margin-top: 10px;
  width: 100%;
}
.catalog-product-view .product-essential {
  float: left;
  padding-right: 0;
}
.catalog-product-view .product-essential form {
  float: left;
  width: 100%;
}
.catalog-product-view .product-essential .product-shop {
  float: left;
  width: 100%;
}
.catalog-product-view .product-essential .product-shop .product-review {
  float: left;
  margin-bottom: 13px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .catalog-product-view .product-essential .product-shop .product-review {
    float: right;
    width: 50%;
  }
}
.catalog-product-view .product-essential .product-shop .product-review .fa-star {
  color: #FFB300;
  font-size: 23px;
  font-size: 2.3rem;
}
.catalog-product-view .product-essential .product-shop .product-review .fa-star-half-o {
  color: #FFB300;
  font-size: 23px;
  font-size: 2.3rem;
}
.catalog-product-view .product-essential .product-shop .product-review .fa {
  color: #FFB300;
  font-size: 23px;
  font-size: 2.3rem;
}
.catalog-product-view .product-essential .product-shop .product-review a {
  color: #26241f;
  font-size: 12px;
  font-size: 1.2rem;
}
.catalog-product-view .product-essential .product-shop .product-name h1 {
  color: #26241f;
  margin-top: 0;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
}
@media screen and (max-width: 768px) {
  .catalog-product-view .product-essential .product-shop .product-name h1 {
    margin-top: 0;
  }
}
.catalog-product-view .product-essential .product-shop .short-description {
  float: left;
  line-height: 1.4;
  margin-bottom: 10px;
  padding-left: 0;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .catalog-product-view .product-essential .product-shop .short-description {
    padding: 0;
  }
}
.catalog-product-view .product-essential .product-shop .final-price {
  color: #26241f;
  font-weight: bold;
  margin-bottom: 17px;
  font-size: 22px;
  font-size: 2.2rem;
}
.catalog-product-view .product-essential .product-shop .final-price .old-price {
  text-decoration: line-through;
  color: #737373;
  font-size: 15px;
  font-size: 1.5rem;
}
.catalog-product-view .product-essential .product-shop .final-price .special-price {
  color: #fc3f52;
  font-size: 20px;
  font-size: 2rem;
  margin-top: 5px;
}
.catalog-product-view .product-essential .product-shop .price-tablet {
  float: left;
  margin-top: 30px;
  width: 100%;
}
.catalog-product-view .product-essential .product-shop .price-tablet .final-price {
  float: left;
  padding-left: 0;
}
.catalog-product-view .product-essential .product-shop .price-tablet .product-review {
  padding-right: 0;
  text-align: right;
}
.catalog-product-view .product-essential .product-shop .price-tablet .product-review a {
  float: right;
}
.catalog-product-view .product-essential .product-shop .price-tablet .fa {
  padding-bottom: 5px;
  font-size: 16px;
  font-size: 1.6rem;
}
.catalog-product-view .product-essential .product-shop .product-description {
  float: left;
  width: 100%;
}
.catalog-product-view .product-essential .product-shop .notify-block {
  border: 1px dashed;
  float: right;
  padding: 10px;
  width: 45%;
}
.catalog-product-view .product-essential .product-shop .notify-block .notify-text {
  float: left;
  font-size: 12px;
  font-size: 1.2rem;
}
.catalog-product-view .product-essential .product-shop .notify-block .get-notice {
  float: left;
  margin-bottom: 10px;
  font-size: 10px;
  font-size: 1rem;
}
.catalog-product-view .product-essential .product-shop .notify-block .submit_notification {
  border: none;
  background-color: #fc3f52;
  color: #ffffff;
  font-weight: bold;
  height: 30px;
  text-transform: uppercase;
  width: 44px;
  font-size: 8px;
  font-size: 0.8rem;
}
.catalog-product-view .product-essential .product-shop .notify-block input {
  float: left;
  height: 30px;
  width: 130px;
}
.catalog-product-view .product-essential .product-shop .add-to-box .out-of-stock {
  border: 2px solid;
  color: red;
  margin-bottom: 10px;
  padding: 16px 10px;
  text-align: center;
  width: 50%;
  text-transform: uppercase;
}
.catalog-product-view .product-essential .product-shop .add-to-box .add-to-links {
  list-style: none;
}
.catalog-product-view .product-essential .product-shop .add-to-box .add-to-links .link-wishlist {
  color: #667080;
}
@media screen and (max-width: 767px) {
  .catalog-product-view .product-essential .product-shop .add-to-box .add-to-links .link-wishlist {
    margin-top: 10px;
  }
}
.catalog-product-view .product-essential .product-shop .add-to-box .add-to-links .link-compare {
  display: none;
}
.catalog-product-view .product-essential .product-shop .add-to-box .add-to-links .fa-heart {
  color: #272420;
}
.catalog-product-view .product-essential .product-shop .options-select {
  float: left;
  padding-left: 0;
  padding-right: 0;
}
.catalog-product-view .product-essential .product-shop .product-options-bottom {
  float: left;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.catalog-product-view .product-essential .product-shop .add-to-cart .qty-wrapper {
  display: none;
}
.catalog-product-view .product-essential .product-shop .add-to-cart .add-to-cart-buttons {
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .catalog-product-view .product-essential .product-shop .add-to-cart .add-to-cart-buttons {
    padding-right: 0;
  }
}
.catalog-product-view .product-essential .product-shop .add-to-cart .add-to-cart-buttons button {
  border: none;
  background-color: #fc3f52;
  color: #fff;
  font-weight: bold;
  height: 53px;
  text-transform: uppercase;
  width: 100%;
  font-size: 17.46px;
  font-size: 1.746rem;
}
@media screen and (max-width: 1080px) {
  .catalog-product-view .product-essential .product-shop .add-to-cart .add-to-cart-buttons button {
    height: 35px;
  }
}
.catalog-product-view .product-essential .product-shop .add-to-cart .wish-list-btn {
  border: 2px solid #c9c9c9;
  color: #26241f;
  padding: 15px 4px;
  height: 53px;
  text-align: center;
  text-transform: uppercase;
}
.catalog-product-view .product-essential .product-shop .add-to-cart .wish-list-btn .fa-heart-o {
  color: #26241f;
  font-size: 17px;
  font-size: 1.7rem;
}
@media screen and (max-width: 1080px) {
  .catalog-product-view .product-essential .product-shop .add-to-cart .wish-list-btn {
    height: 35px;
    padding: 7px;
  }
}
.catalog-product-view .product-essential .product-options {
  float: left;
  width: 50%;
  margin-right: 10px;
}
.catalog-product-view .product-essential .product-options .last {
  float: left;
  width: 100%;
}
.catalog-product-view .product-essential .product-options .required {
  color: #26241f;
  font-size: 14px;
  font-size: 1.4rem;
}
.catalog-product-view .product-essential .product-options .required em {
  display: none;
}
.catalog-product-view .product-essential .product-options p.required {
  display: none;
}
.catalog-product-view .product-essential .product-options .input-box {
  float: left;
  margin-bottom: 20px;
  width: 94%;
}
.catalog-product-view .product-essential .product-options .input-box select {
  float: left;
  width: 100%;
}
.catalog-product-view .product-essential .product-options .input-box .validation-advice {
  float: left;
  width: 100%;
  color: red;
}
.catalog-product-view .product-essential .product-options .input-box .label-radio-configurable {
  margin-right: 10px;
}
.catalog-product-view .product-essential .product-options .input-box li {
  float: left;
  list-style: none;
  width: 43px;
  height: 43px;
}
.catalog-product-view .product-essential .product-options .input-box .last {
  float: left;
}
.catalog-product-view .product-essential .product-options .input-box label {
  margin-bottom: .5em;
  display: block;
  cursor: pointer;
  font-size: 16px;
  line-height: 1em;
}
.catalog-product-view .product-essential .product-options .input-box label input {
  display: none;
}
.catalog-product-view .product-essential .product-options .input-box label input:checked + span {
  background: #cacaca;
}
.catalog-product-view .product-essential .product-options .input-box label {
  color: #000;
  position: relative;
}
.catalog-product-view .product-essential .product-options .input-box .required {
  margin-top: 0;
}
.catalog-product-view .collect-share-holder {
  float: left;
  margin-bottom: 6px;
  margin-top: 22px;
  width: 100%;
}
.catalog-product-view .collect-share-holder .collect-holder {
  float: left;
  width: 100%;
}
.catalog-product-view .collect-share-holder .points-notice {
  float: left;
  height: 50px;
  padding: 0;
  position: relative;
}
.catalog-product-view .collect-share-holder .my-icon-left {
  position: relative;
  float: left;
  width: 33px;
}
.catalog-product-view .collect-share-holder .my-icon-left > i {
  position: relative;
  display: inline-block;
  width: 0;
  height: 0;
  line-height: 0;
  border: 1.2em solid #c9c9c9;
  border-left: 1.2em solid transparent;
  left: 0;
  top: 0;
}
.catalog-product-view .collect-share-holder .my-icon-right {
  position: absolute;
  right: 0;
  width: 33px;
}
.catalog-product-view .collect-share-holder .my-icon-right > i {
  position: relative;
  display: inline-block;
  width: 0;
  height: 0;
  line-height: 0;
  border: 1.2em solid #c9c9c9;
  border-right: 1.2em solid transparent;
  right: 0em;
  top: 0em;
}
.catalog-product-view .collect-share-holder .collect-points {
  background: #c9c9c9;
  border: 1px solid #fff;
  color: #fff;
  left: -7px;
  float: left;
  padding: 10px 0;
  position: relative;
  text-align: center;
  top: 10px;
  width: 84%;
}
@media screen and (max-width: 1024px) {
  .catalog-product-view .collect-share-holder .collect-points {
    width: 81%;
    font-size: 10px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .catalog-product-view .collect-share-holder .collect-points {
    width: 74%;
  }
}
@media screen and (max-width: 588px) {
  .catalog-product-view .collect-share-holder .collect-points {
    width: 92%;
  }
}
@media screen and (max-width: 375px) {
  .catalog-product-view .collect-share-holder .collect-points {
    width: 86%;
  }
}
@media screen and (max-width: 320px) {
  .catalog-product-view .collect-share-holder .collect-points {
    width: 83%;
  }
}
.catalog-product-view .collect-share-holder .sharing-links {
  float: left;
}
.catalog-product-view .collect-share-holder .sharing-links li {
  float: left;
  list-style: none;
  text-align: center;
  width: 25%;
}
.catalog-product-view .collect-share-holder .sharing-links img {
  height: 25px;
  margin: 0 auto;
}
.catalog-product-view .exTab1 {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin-top: 10px;
}
@media screen and (max-width: 1200px) {
  .catalog-product-view .exTab1 .after-care {
    position: initial;
    margin-top: 10px;
  }
}
.catalog-product-view .exTab1 .after-care h3 {
  color: #667080;
  font-weight: bold;
  font-size: 11px;
  font-size: 1.1rem;
}
.catalog-product-view .exTab1 .after-care .care-icon {
  padding: 0;
}
.catalog-product-view .product-collateral {
  float: left;
  width: 100%;
}
.catalog-product-view .product-collateral .box-collateral.box-description {
  float: left;
}
.catalog-product-view .product-collateral .box-collateral.box-reviews {
  float: left;
}
.catalog-product-view .product-collateral .nav-pills .fa-plus {
  color: #667080;
  border: 1px solid #667080;
  border-radius: 15px;
  padding-top: 1px;
  height: 15px;
  width: 15px;
  padding-left: 2px;
  margin-right: 10px;
}
.catalog-product-view .product-collateral .nav-pills li {
  background: #fff;
}
.catalog-product-view .product-collateral .nav-pills li.active a {
  background: #fff;
  border-bottom: 6px solid #666f80;
  color: #667080;
}
.catalog-product-view .product-collateral .nav-pills li.active a .fa-plus {
  background: #667080;
  color: #fff;
}
.catalog-product-view .product-collateral .nav-pills a {
  background: #fff;
  border-bottom: 6px solid #fff;
  border-radius: 0;
  color: #667080;
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2rem;
}
.catalog-product-view .product-collateral .nav-pills a:hover {
  background: #fff;
  color: #667080;
  border-bottom: 6px solid #666f80;
}
.catalog-product-view .product-collateral .tab-content {
  border: 2px solid #d0d0d0;
  line-height: 20px;
  padding-bottom: 25px;
}
.catalog-product-view .product-collateral .tab-content .tab-pane {
  padding: 25px 25px 0;
  font-size: 11px;
  font-size: 1.1rem;
  min-height: 160px;
}
.catalog-product-view .product-collateral .tab-content .tab-pane .intro-desc {
  margin-top: 20px;
}
.catalog-product-view .product-collateral .tab-content .tab-pane .intro-desc h3 {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 4px;
}
.catalog-product-view .product-collateral .tab-content .tab-pane .readmore-btn {
  color: #272420;
  background-color: #c6c6c6;
  padding: 0px 10px;
  display: inline-block;
  margin-top: 13px;
  width: 39%;
  text-align: center;
  margin-left: 16px;
}
.catalog-product-view .product-collateral .tab-content .tab-pane ul {
  padding-left: 0;
}
.catalog-product-view .product-collateral .tab-content .tab-pane li {
  list-style: none;
}
.catalog-product-view .get-the-look {
  padding: 0;
}
.catalog-product-view .get-the-look .add-to-cart-buttons button {
  font-size: 12px;
  font-size: 1.2rem;
  height: 30px !important;
}
.catalog-product-view .get-the-look #product-options-wrapper.product-options {
  width: 100%;
}
.catalog-product-view .get-the-look .crosssell-product {
  float: left;
  margin-top: 30px;
  width: 100%;
  padding: 0 10px;
}
.catalog-product-view .get-the-look .crosssell-product .items {
  padding: 0;
  float: left;
  margin-bottom: 10px;
}
.catalog-product-view .get-the-look .crosssell-product .items .price {
  min-height: 38px;
}
.catalog-product-view .get-the-look .crosssell-product .items .product-essential {
  width: 100%;
}
.catalog-product-view .get-the-look .crosssell-product .items .product-options {
  margin-top: 20px;
  width: 100%;
}
.catalog-product-view .get-the-look .crosssell-product .items .product-options .last {
  width: 100%;
}
.catalog-product-view .get-the-look .crosssell-product .items .product-options .last .input-box {
  width: 100%;
}
.catalog-product-view .get-the-look .crosssell-product .items .product-options .last .input-box select {
  width: 100%;
}
@media screen and (max-width: 670px) {
  .catalog-product-view .get-the-look .crosssell-product .items.last {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .catalog-product-view .get-the-look .crosssell-product .items.last {
    display: none;
  }
}
.catalog-product-view .get-the-look .title {
  border-bottom: 1px solid #d0d0d0;
  border-top: 1px solid #d0d0d0;
  margin-top: 47px;
  text-align: center;
}
.catalog-product-view .get-the-look .title h3 {
  color: #4f4f4f;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-top: 15px;
  font-size: 20px;
  font-size: 2rem;
}
.catalog-product-view .get-the-look .img {
  height: 133px;
  float: left;
  overflow: hidden;
  padding-right: 5px;
  width: 96px;
}
.catalog-product-view .get-the-look .img a {
  float: left;
}
.catalog-product-view .get-the-look .product-details {
  float: right;
  max-width: 160px;
  padding-top: 2px;
  padding-right: 10px;
}
.catalog-product-view .get-the-look .product-details .name a {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  min-height: 65px;
  display: inline-block;
}
@media screen and (max-width: 1080px) {
  .catalog-product-view .get-the-look .product-details {
    max-width: 125px;
  }
}
.catalog-product-view .get-the-look .product-details a {
  color: #667080;
  font-size: 10px;
  font-size: 1rem;
}
.catalog-product-view .get-the-look .product-details .price {
  margin-top: 0;
}
.catalog-product-view .get-the-look .product-details .price .price-box {
  color: #667080;
  float: left;
  font-weight: bold;
  margin-top: 10px;
  font-size: 12px;
  font-size: 1.2rem;
}
.catalog-product-view .get-the-look .product-details .price .price-box .old-price {
  color: #5f5f5f;
  margin-bottom: 4px;
}
.catalog-product-view .get-the-look .product-details .price .fa-heart-o {
  color: #667080;
  height: 22px;
  float: right;
  width: 22px;
  font-size: 22px;
  font-size: 2.2rem;
}
.catalog-product-view .get-the-look .product-details .size-drop-down {
  float: left;
  margin-top: 20px;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .catalog-product-view .get-the-look .product-details .size-drop-down {
    margin-top: 23px;
  }
}
.catalog-product-view .get-the-look .product-details .size-drop-down select {
  border-color: #666f80;
  padding: 5px;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .catalog-product-view .get-the-look .product-details .size-drop-down select {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.catalog-product-view .get-the-look .product-details .add-to-basket {
  float: left;
  margin-top: 10px;
  width: 100%;
}
.catalog-product-view .get-the-look .product-details .add-to-basket input {
  background: #fc3f52;
  border: 0;
  color: #fff;
  font-weight: bold;
  padding: 10px 5px;
  text-transform: uppercase;
  width: 100%;
  font-size: 12px;
  font-size: 1.2rem;
}
.catalog-product-view .get-the-look .crosssell-product.tablet {
  overflow: hidden;
}
.catalog-product-view .get-the-look .crosssell-product.tablet .product-details {
  max-width: 129px;
}
.catalog-product-view .get-the-look .crosssell-product.tablet .product-details .price {
  margin-top: 0;
}
.catalog-product-view .get-the-look .crosssell-product.tablet .product-details .price .fa {
  font-size: 20px;
  font-size: 2rem;
  padding-top: 5px;
}
.catalog-product-view .get-the-look .crosssell-product.tablet .product-details .size-drop-down select {
  font-size: 10px;
  font-size: 1rem;
}
.catalog-product-view .gift-voucher .product-essential .price-box {
  display: none;
}
.catalog-product-view .gift-voucher .product-essential .giftcard-send-friend {
  float: right;
}
.catalog-product-view .gift-voucher .product-essential .ajax-upload-dragdrop {
  margin-top: 38px;
  width: 100%;
}
.catalog-product-view #product-options-wrapper dt {
  margin-bottom: 10px;
}
.catalog-product-view #product-options-wrapper dd {
  display: inline-block;
  height: 36px;
  margin-right: 8px;
  margin-bottom: 7px;
}
.catalog-product-view #product-options-wrapper dd label {
  display: inline-block;
  margin: 0;
}
.catalog-product-view #product-options-wrapper dd label .overlay {
  display: none;
}
.catalog-product-view #product-options-wrapper dd label span {
  border: 1px solid #b7b7b7;
  font-size: 14px;
  font-weight: normal;
  padding: 8px;
  display: inline-block;
  text-align: center;
  min-width: 35px;
}
.catalog-product-view #product-options-wrapper .btn-info {
  background-color: transparent;
  border: medium none;
  color: #000000;
  margin: 0;
  padding: 0;
  position: relative;
  top: 18px;
  float: right;
  font-size: 12px;
  font-size: 1.2rem;
  margin-right: 20px;
  text-decoration: underline;
}
.catalog-product-view .product-options-bottom .j2t-loyalty-points {
  text-align: center;
  border: 1px dotted #cfcfcf;
  padding: 12px;
  margin-bottom: 22px;
  color: #fc3f52;
  line-height: 22px;
}
.catalog-product-view .product-options-bottom .j2t-loyalty-points .j2t-point-equivalence {
  color: #707070;
}
.catalog-product-view .product-options-bottom .j2t-loyalty-points .j2t-pts {
  font-weight: bold;
}
.catalog-product-view #sizeGuideModal .modal-body {
  padding: 27px;
}
.catalog-product-view #sizeGuideModal .modal-body .close {
  border: 3px solid #dfdfdf;
  border-radius: 21px;
  font-size: 32px;
  height: 40px;
  position: absolute;
  right: -9px;
  top: -9px;
  width: 40px;
  line-height: 36px;
}
.catalog-product-view #sizeGuideModal .modal-body p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  margin-bottom: 20px;
}
.catalog-product-view #sizeGuideModal table {
  width: 100%;
}
.catalog-product-view #sizeGuideModal table tr:nth-child(odd) {
  background-color: #f7f7f7;
}
.catalog-product-view #sizeGuideModal table tr:first-child {
  background-color: #000000;
}
.catalog-product-view #sizeGuideModal table tr:first-child td {
  color: #ffffff;
  padding: 10px 4px;
}
.catalog-product-view #sizeGuideModal table tr td {
  padding: 5px 4px;
  font-size: 12px;
}
.catalog-product-view #sizeGuideModal table tr .grdbdy {
  color: #000000;
}
.catalog-product-view #sizeGuideModal table tr .grdhdr {
  color: #000000;
}
.catalog-product-view .giftcard-send-friend.form-group .checkbox {
  visibility: hidden;
}

.cm.hide-span {
  display: none;
}

.inches.hide-span {
  display: none;
}

.conversion_cm.hide-span {
  display: none;
}

.conversion_inches.hide-span {
  display: none;
}

.convert_toggle {
  width: 20px;
  color: #000000;
  background: #ffffff;
  text-decoration: none;
  padding: 5px;
  margin: 20px 0;
  border: 2px solid #000000;
}
.convert_toggle:hover {
  background: #000000;
  color: #ffffff;
  text-decoration: none;
}
.convert_toggle:active {
  text-decoration: none;
}

.convert_toggle.active {
  color: #ffffff;
  background: #000000;
  text-decoration: none;
}

.popup-size-guide p {
  margin: 5px;
  text-align: center;
}
.popup-size-guide > p:first-child {
  margin-top: 20px;
}

.sizing-table {
  margin: 20px auto;
}
.sizing-table tr td {
  text-align: center;
}

.size-image {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.catalog-product-view .product-reviews.desktop {
  background: #f8f8f8;
  color: #667080;
  padding-left: 0;
  padding-right: 0;
  padding-top: 24px;
  padding-bottom: 24px;
}
.catalog-product-view .product-reviews.desktop .reviews-links {
  border-bottom: 2px solid #667080;
  float: left;
  width: 100%;
  margin-bottom: 28px;
}
.catalog-product-view .product-reviews.desktop .reviews-links a {
  color: #667080;
  font-weight: normal;
  text-transform: uppercase;
  margin-top: 15px;
  padding-bottom: 15px;
  font-size: 20px;
  font-size: 2rem;
}
.catalog-product-view .product-reviews.desktop .reviews-links a:hover {
  text-decoration: none;
}
.catalog-product-view .product-reviews.desktop .reviews-links .review-link {
  border-bottom: 2px solid #667080;
}
.catalog-product-view .product-reviews.desktop .reviews-links .q-a-link {
  border-bottom: 2px solid #fff;
}
.catalog-product-view .product-reviews.desktop .reviews-links a.q-a-link {
  text-align: center;
}
.catalog-product-view .product-reviews.desktop .sidebar .rating-number {
  font-weight: bold;
  float: left;
  font-size: 48px;
  font-size: 4.8rem;
}
.catalog-product-view .product-reviews.desktop .sidebar .rating-stars {
  float: right;
}
.catalog-product-view .product-reviews.desktop .sidebar .rating-stars .stars {
  margin-top: 10px;
  margin-bottom: 7px;
}
.catalog-product-view .product-reviews.desktop .sidebar .rating-stars .fa {
  color: #FFB300;
}
.catalog-product-view .product-reviews.desktop .sidebar .rating-stars .span {
  float: right;
  font-weight: normal;
  font-size: 11px;
  font-size: 1.1rem;
}
.catalog-product-view .product-reviews.desktop .sidebar .ratings-list {
  float: left;
  margin-top: 30px;
  width: 100%;
}
.catalog-product-view .product-reviews.desktop .sidebar .ratings-list .rating-count-bar-holder {
  float: left;
  margin-bottom: 10px;
  width: 100%;
}
.catalog-product-view .product-reviews.desktop .sidebar .ratings-list .rating-count-bar-holder .star-count {
  float: left;
  font-weight: normal;
  padding-top: 5px;
  width: 50px;
  font-size: 11px;
  font-size: 1.1rem;
}
.catalog-product-view .product-reviews.desktop .sidebar .ratings-list .rating-count-bar-holder .star-bar-holder {
  border: 1px solid #FFB300;
  float: left;
  overflow: hidden;
  width: 96px;
}
.catalog-product-view .product-reviews.desktop .sidebar .ratings-list .rating-count-bar-holder .star-bar {
  float: left;
  height: 21px;
  width: 99px;
}
.catalog-product-view .product-reviews.desktop .sidebar .ratings-list .rating-count-bar-holder .stars-vote-count {
  float: right;
  text-align: right;
  padding-top: 5px;
  font-size: 11px;
  font-size: 1.1rem;
}
.catalog-product-view .product-reviews.desktop .sidebar .sidebar-review-rating-blocks {
  float: left;
  width: 100%;
  margin-top: 20px;
}
.catalog-product-view .product-reviews.desktop .sidebar .sidebar-review-rating-blocks .block-holder {
  float: left;
  width: 100%;
}
.catalog-product-view .product-reviews.desktop .sidebar .sidebar-review-rating-blocks .block-holder .blocks {
  float: right;
  margin-right: 0;
}
.catalog-product-view .product-reviews.desktop .sidebar .sidebar-review-rating-blocks span {
  float: left;
  font-weight: normal;
  font-size: 10px;
  font-size: 1rem;
}
.catalog-product-view .product-reviews.desktop .sidebar .sidebar-review-rating-blocks .block-yellow {
  background: #FFB300;
  border: 1px solid #FFB300;
  height: 12px;
  float: left;
  margin-right: 3px;
  width: 12px;
}
.catalog-product-view .product-reviews.desktop .sidebar .sidebar-review-rating-blocks .block-grey {
  border: 1px solid #cacaca;
  height: 12px;
  float: left;
  margin-right: 3px;
  width: 12px;
}
.catalog-product-view .product-reviews.desktop .sidebar .sidebar-review-rating-blocks .block-last {
  margin-right: 0;
}
.catalog-product-view .product-reviews.desktop .sidebar .rating-sidebar-btn {
  float: left;
  margin-top: 30px;
  position: relative;
  width: 100%;
}
.catalog-product-view .product-reviews.desktop .sidebar .rating-sidebar-btn .progress {
  font-size: 21px;
  font-size: 2.1rem;
  color: #272420;
  display: none;
  padding-top: 5px;
  position: absolute;
  left: 0;
  text-align: center;
  top: 0;
  width: 100%;
}
.catalog-product-view .product-reviews.desktop .sidebar .rating-sidebar-btn button.loading .fa {
  display: block;
}
.catalog-product-view .product-reviews.desktop .sidebar .rating-sidebar-btn button.loading span {
  display: none;
}
.catalog-product-view .product-reviews.desktop .sidebar .rating-sidebar-btn button {
  background: #667080;
  border: 0;
  color: #fff;
  float: left;
  padding-bottom: 10px;
  padding-top: 10px;
  width: 100%;
}
.catalog-product-view .product-reviews.desktop .sidebar .rating-sidebar-btn button .fa {
  display: none;
}
.catalog-product-view .product-reviews.desktop .sorter-holder {
  border-bottom: 2px solid #667080;
  padding-left: 0;
  padding-right: 0;
}
.catalog-product-view .product-reviews.desktop .sorter-holder ul {
  float: left;
  padding-left: 0;
  margin-bottom: 0;
  width: 100%;
}
.catalog-product-view .product-reviews.desktop .sorter-holder ul li {
  float: left;
  list-style: none;
  margin-right: 30px;
  padding-bottom: 10px;
}
.catalog-product-view .product-reviews.desktop .sorter-holder ul li a {
  color: #7c8491;
  padding: 0 5px;
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2rem;
}
.catalog-product-view .product-reviews.desktop .sorter-holder ul li a:hover {
  text-decoration: none;
}
.catalog-product-view .product-reviews.desktop .sorter-holder ul li.active {
  border-bottom: 2px solid #667080;
}
.catalog-product-view .product-reviews.desktop .sorter-holder .see-all-reviews {
  float: right;
  margin-right: 0;
}
.catalog-product-view .product-reviews.desktop .sorter-holder .see-all-reviews a {
  padding-right: 12px;
}
.catalog-product-view .product-reviews.desktop .single-review-holder {
  border-bottom: 2px solid #667080;
  float: left;
  padding-bottom: 15px;
  padding-top: 15px;
  width: 100%;
}
.catalog-product-view .product-reviews.desktop .single-review-holder .inner {
  padding-left: 0;
}
.catalog-product-view .product-reviews.desktop .single-review-holder .single-review-details-holder {
  float: left;
  width: 100%;
}
.catalog-product-view .product-reviews.desktop .single-review-holder .single-review-details-holder .avatar {
  height: 47px;
  float: left;
  margin-bottom: 25px;
  margin-right: 20px;
  width: 47px;
}
.catalog-product-view .product-reviews.desktop .single-review-holder .single-review-details-holder .review-title {
  float: left;
  font-weight: normal;
  width: 430px;
  font-size: 18px;
  font-size: 1.8rem;
}
.catalog-product-view .product-reviews.desktop .single-review-holder .single-review-details-holder .review-stars {
  float: left;
  width: 260px;
}
.catalog-product-view .product-reviews.desktop .single-review-holder .single-review-details-holder .review-stars .stars {
  margin-top: 10px;
  margin-bottom: 7px;
}
.catalog-product-view .product-reviews.desktop .single-review-holder .single-review-details-holder .review-stars .fa {
  color: #FFB300;
  height: 15px;
  width: 15px;
}
.catalog-product-view .product-reviews.desktop .single-review-holder .single-review-details-holder .review-user-info {
  float: left;
}
.catalog-product-view .product-reviews.desktop .single-review-holder .single-review-details-holder .review-user-info ul {
  float: left;
  padding-left: 0;
  width: 400px;
}
.catalog-product-view .product-reviews.desktop .single-review-holder .single-review-details-holder .review-user-info ul li {
  float: left;
  margin-left: 26px;
  font-size: 12px;
  font-size: 1.2rem;
}
.catalog-product-view .product-reviews.desktop .single-review-holder .single-review-details-holder .review-user-info ul li:first-of-type {
  list-style: none;
  margin-left: 0;
}
.catalog-product-view .product-reviews.desktop .single-review-holder .single-review-text-holder {
  line-height: 16px;
  font-weight: normal;
  font-size: 11px;
  font-size: 1.1rem;
}
.catalog-product-view .product-reviews.desktop .single-review-holder .single-review-rating-blocks {
  float: left;
  margin-top: 10px;
  width: 170px;
}
.catalog-product-view .product-reviews.desktop .single-review-holder .single-review-rating-blocks span {
  float: left;
  margin-right: 13px;
  font-weight: normal;
  font-size: 10px;
  font-size: 1rem;
}
.catalog-product-view .product-reviews.desktop .single-review-holder .single-review-rating-blocks .block-yellow {
  background: #FFB300;
  border: 1px solid #FFB300;
  height: 12px;
  float: left;
  margin-right: 3px;
  width: 12px;
}
.catalog-product-view .product-reviews.desktop .single-review-holder .single-review-rating-blocks .block-grey {
  border: 1px solid #cacaca;
  height: 12px;
  float: left;
  margin-right: 3px;
  width: 12px;
}
.catalog-product-view .product-reviews.desktop .single-review-holder .single-review-img-holder {
  float: right;
  padding-left: 0;
  padding-right: 0;
}
.catalog-product-view .product-reviews.desktop .single-review-holder .single-review-img-holder .usr-image {
  width: 66px;
  float: right;
  height: 85px;
}
.catalog-product-view .product-reviews.desktop .single-review-holder .single-review-information {
  float: left;
  margin-top: 15px;
  width: 100%;
}
.catalog-product-view .product-reviews.desktop .single-review-holder .single-review-information span {
  float: left;
  width: 50%;
  font-weight: normal;
  font-size: 12px;
  font-size: 1.2rem;
}
.catalog-product-view .product-reviews.desktop .single-review-holder .single-review-information .left {
  text-align: left;
}
.catalog-product-view .product-reviews.desktop .single-review-holder .single-review-information .right {
  text-align: right;
}
.catalog-product-view .product-reviews.desktop .single-review-holder .single-review-information .right button.yes-button {
  background: #fff;
  border: 2px solid #c9c9c9;
  color: #667080;
  height: 22px;
  margin-left: 13px;
  width: 52px;
}
.catalog-product-view .product-reviews.desktop .single-review-holder .single-review-information .right .helpfulness_voted {
  opacity: 0.3;
  cursor: default;
}
.catalog-product-view .product-reviews.desktop .review-pagination {
  float: left;
  margin-bottom: 30px;
  margin-top: 30px;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.catalog-product-view .product-reviews.desktop .review-pagination .pagination-buttons {
  float: right;
}
.catalog-product-view .product-reviews.desktop .review-pagination .pagination-buttons .review-spin {
  display: none;
  float: left;
  font-size: 24px;
  margin-right: 10px;
}
.catalog-product-view .product-reviews.desktop .review-pagination .pagination-buttons .fa {
  color: #cacaca;
}
.catalog-product-view .product-reviews.desktop .review-pagination .pagination-buttons .firstpage, .catalog-product-view .product-reviews.desktop .review-pagination .pagination-buttons .lastpage {
  opacity: 0.4;
}
.catalog-product-view .product-reviews.desktop .review-pagination .pagination-buttons .back, .catalog-product-view .product-reviews.desktop .review-pagination .pagination-buttons .forward, .catalog-product-view .product-reviews.desktop .review-pagination .pagination-buttons .page-number {
  background: #fff;
  border: 1px solid #cacaca;
  border-radius: 50%;
  height: 33px;
  padding: 10px;
  width: 33px;
  margin-left: 2px;
  margin-right: 2px;
}
.catalog-product-view .product-reviews.desktop .review-pagination .pagination-buttons .back {
  float: left;
}
.catalog-product-view .product-reviews.desktop .review-pagination .pagination-buttons .page-number {
  color: #cacaca;
  float: left;
  height: 22px;
  padding: 6px;
  margin-top: 5px;
  width: 22px;
  font-size: 11px;
  font-size: 1.1rem;
}
.catalog-product-view .product-reviews.desktop .review-pagination .pagination-buttons .page-number.active {
  color: #6c7584;
  border: 1px solid #6c7584;
}
.catalog-product-view .product-reviews.desktop .review-pagination .pagination-buttons .page-number-middle {
  float: left;
  height: 22px;
  margin-top: 12px;
  width: 11px;
}
.catalog-product-view .product-reviews.desktop .review-pagination .pagination-buttons .forward {
  float: right;
}
.catalog-product-view .product-reviews.desktop .review-pagination .page-increments {
  float: left;
  margin-top: 6px;
  font-weight: normal;
  font-size: 11px;
  font-size: 1.1rem;
}
.catalog-product-view .product-reviews.desktop .review-pagination .page-increments a {
  color: #cacaca;
}

.catalog-product-view .product-reviews.tablet {
  background: #f8f8f8;
  color: #667080;
  padding-left: 0;
  padding-right: 0;
  padding-top: 24px;
}
.catalog-product-view .product-reviews.tablet .reviews-links {
  border-bottom: 2px solid #667080;
  float: left;
  width: 100%;
  margin-bottom: 28px;
}
.catalog-product-view .product-reviews.tablet .reviews-links a {
  color: #667080;
  font-weight: normal;
  text-transform: uppercase;
  margin-top: 15px;
  padding-bottom: 15px;
  font-size: 20px;
  font-size: 2rem;
}
.catalog-product-view .product-reviews.tablet .reviews-links a:hover {
  text-decoration: none;
}
.catalog-product-view .product-reviews.tablet .reviews-links .review-link {
  border-bottom: 2px solid #667080;
}
.catalog-product-view .product-reviews.tablet .reviews-links .q-a-link {
  border-bottom: 2px solid #fff;
}
.catalog-product-view .product-reviews.tablet .reviews-links a.q-a-link {
  text-align: center;
}
.catalog-product-view .product-reviews.tablet .btn-holder {
  padding-right: 0;
  float: right;
  margin-bottom: 10px;
}
.catalog-product-view .product-reviews.tablet .sidebar .rating-number {
  font-weight: bold;
  float: left;
  font-size: 48px;
  font-size: 4.8rem;
}
.catalog-product-view .product-reviews.tablet .sidebar .rating-stars {
  float: left;
  clear: both;
}
.catalog-product-view .product-reviews.tablet .sidebar .rating-stars .stars {
  margin-top: 10px;
  margin-bottom: 7px;
}
.catalog-product-view .product-reviews.tablet .sidebar .rating-stars .fa {
  color: #FFB300;
}
.catalog-product-view .product-reviews.tablet .sidebar .rating-stars .span {
  float: right;
  font-weight: normal;
  font-size: 11px;
  font-size: 1.1rem;
}
.catalog-product-view .product-reviews.tablet .sidebar .ratings-list {
  float: left;
  width: 100%;
}
.catalog-product-view .product-reviews.tablet .sidebar .ratings-list .rating-count-bar-holder {
  float: left;
  margin-bottom: 6px;
  width: 100%;
}
.catalog-product-view .product-reviews.tablet .sidebar .ratings-list .rating-count-bar-holder .star-count {
  float: left;
  font-weight: normal;
  padding-top: 5px;
  width: 50px;
  font-size: 11px;
  font-size: 1.1rem;
}
.catalog-product-view .product-reviews.tablet .sidebar .ratings-list .rating-count-bar-holder .star-bar {
  border: 1px solid #FFB300;
  float: left;
  height: 15px;
  width: 85px;
}
.catalog-product-view .product-reviews.tablet .sidebar .ratings-list .rating-count-bar-holder .stars-vote-count {
  float: right;
  text-align: right;
  padding-top: 5px;
  font-size: 9px;
  font-size: 0.9rem;
}
.catalog-product-view .product-reviews.tablet .sidebar .sidebar-review-rating-blocks {
  float: left;
  width: 100%;
  margin-top: 5px;
}
.catalog-product-view .product-reviews.tablet .sidebar .sidebar-review-rating-blocks .block-holder {
  float: left;
  width: 100%;
}
.catalog-product-view .product-reviews.tablet .sidebar .sidebar-review-rating-blocks .block-holder .blocks {
  float: right;
  margin-right: 0;
}
.catalog-product-view .product-reviews.tablet .sidebar .sidebar-review-rating-blocks span {
  float: left;
  font-weight: normal;
  font-size: 8px;
  font-size: 0.8rem;
}
.catalog-product-view .product-reviews.tablet .sidebar .sidebar-review-rating-blocks .block-yellow {
  background: #FFB300;
  border: 1px solid #FFB300;
  height: 12px;
  float: left;
  margin-right: 3px;
  width: 12px;
}
.catalog-product-view .product-reviews.tablet .sidebar .sidebar-review-rating-blocks .block-grey {
  border: 1px solid #cacaca;
  height: 12px;
  float: left;
  margin-right: 3px;
  width: 12px;
}
.catalog-product-view .product-reviews.tablet .sidebar .sidebar-review-rating-blocks .block-last {
  margin-right: 0;
}
.catalog-product-view .product-reviews.tablet .sidebar .rating-sidebar-btn button {
  background: #667080;
  border: 0;
  color: #fff;
  float: left;
  padding-bottom: 10px;
  padding-top: 10px;
  margin-top: 0;
  width: 100%;
}
.catalog-product-view .product-reviews.tablet .sorter-holder {
  border-bottom: 2px solid #667080;
  padding-left: 0;
  padding-right: 0;
}
.catalog-product-view .product-reviews.tablet .sorter-holder ul {
  float: left;
  padding-left: 0;
  margin-bottom: 0;
  width: 100%;
}
.catalog-product-view .product-reviews.tablet .sorter-holder ul li {
  float: left;
  list-style: none;
  margin-right: 30px;
  padding-bottom: 10px;
}
.catalog-product-view .product-reviews.tablet .sorter-holder ul li a {
  color: #7c8491;
  padding: 0 5px;
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2rem;
}
.catalog-product-view .product-reviews.tablet .sorter-holder ul li a:hover {
  text-decoration: none;
}
.catalog-product-view .product-reviews.tablet .sorter-holder ul li.active {
  border-bottom: 2px solid #667080;
}
.catalog-product-view .product-reviews.tablet .sorter-holder .see-all-reviews {
  float: right;
  margin-right: 0;
}
.catalog-product-view .product-reviews.tablet .sorter-holder .see-all-reviews a {
  padding-right: 12px;
}
.catalog-product-view .product-reviews.tablet .single-review-holder {
  border-bottom: 2px solid #667080;
  float: left;
  padding-bottom: 15px;
  padding-top: 15px;
  width: 100%;
}
.catalog-product-view .product-reviews.tablet .single-review-holder .inner {
  padding-left: 0;
  padding-right: 0;
}
.catalog-product-view .product-reviews.tablet .single-review-holder .single-review-details-holder {
  float: left;
  padding-left: 0;
}
.catalog-product-view .product-reviews.tablet .single-review-holder .single-review-details-holder .avatar {
  height: 47px;
  float: left;
  margin-bottom: 10px;
  margin-right: 20px;
  width: 47px;
}
.catalog-product-view .product-reviews.tablet .single-review-holder .single-review-details-holder .review-stars {
  float: left;
  width: 50%;
}
.catalog-product-view .product-reviews.tablet .single-review-holder .single-review-details-holder .review-stars .stars {
  margin-bottom: 7px;
}
.catalog-product-view .product-reviews.tablet .single-review-holder .single-review-details-holder .review-stars .fa {
  color: #FFB300;
  height: 15px;
  width: 15px;
}
.catalog-product-view .product-reviews.tablet .single-review-holder .single-review-details-holder .review-user-info {
  float: left;
}
.catalog-product-view .product-reviews.tablet .single-review-holder .single-review-details-holder .review-user-info ul {
  float: left;
  padding-left: 0;
}
.catalog-product-view .product-reviews.tablet .single-review-holder .single-review-details-holder .review-user-info ul li {
  float: left;
  margin-left: 0;
  margin-right: 5px;
  font-size: 10px;
  font-size: 1rem;
}
.catalog-product-view .product-reviews.tablet .single-review-holder .single-review-details-holder .review-user-info ul li:first-of-type {
  list-style: none;
  margin-left: 0;
}
.catalog-product-view .product-reviews.tablet .single-review-holder .single-review-text-holder {
  line-height: 16px;
  font-weight: normal;
  padding-right: 0;
  font-size: 11px;
  font-size: 1.1rem;
}
.catalog-product-view .product-reviews.tablet .single-review-holder .single-review-text-holder .review-title {
  float: left;
  font-weight: normal;
  margin-bottom: 10px;
  width: 100%;
  font-size: 18px;
  font-size: 1.8rem;
}
.catalog-product-view .product-reviews.tablet .single-review-holder .rating-blocks-holder {
  float: left;
  width: 100%;
}
.catalog-product-view .product-reviews.tablet .single-review-holder .single-review-rating-blocks {
  float: left;
  width: 33.3%;
}
.catalog-product-view .product-reviews.tablet .single-review-holder .single-review-rating-blocks span {
  float: left;
  font-weight: normal;
  margin-bottom: 5px;
  width: 100%;
  font-size: 10px;
  font-size: 1rem;
}
.catalog-product-view .product-reviews.tablet .single-review-holder .single-review-rating-blocks .block-yellow {
  background: #FFB300;
  border: 1px solid #FFB300;
  height: 12px;
  float: left;
  margin-right: 3px;
  width: 12px;
}
.catalog-product-view .product-reviews.tablet .single-review-holder .single-review-rating-blocks .block-grey {
  border: 1px solid #cacaca;
  height: 12px;
  float: left;
  margin-right: 3px;
  width: 12px;
}
.catalog-product-view .product-reviews.tablet .single-review-holder .single-review-img-holder {
  float: left;
  padding-left: 0;
  padding-right: 0;
  margin-top: 15px;
  width: 100%;
}
.catalog-product-view .product-reviews.tablet .single-review-holder .single-review-img-holder .usr-image {
  width: 25%;
  float: right;
  height: 85px;
}
@media screen and (max-width: 1080px) {
  .catalog-product-view .product-reviews.tablet .single-review-holder .single-review-img-holder .usr-image {
    float: left;
    width: 18%;
  }
}
@media screen and (max-width: 1080px) {
  .catalog-product-view .product-reviews.tablet .single-review-holder .single-review-img-holder .usr-image {
    float: left;
    width: 25%;
  }
}
.catalog-product-view .product-reviews.tablet .single-review-holder .single-review-information {
  float: left;
  margin-top: 15px;
  width: 100%;
}
.catalog-product-view .product-reviews.tablet .single-review-holder .single-review-information span {
  float: left;
  width: 50%;
  font-weight: normal;
  font-size: 12px;
  font-size: 1.2rem;
}
.catalog-product-view .product-reviews.tablet .single-review-holder .single-review-information .left {
  text-align: left;
}
.catalog-product-view .product-reviews.tablet .single-review-holder .single-review-information .right {
  text-align: right;
}
.catalog-product-view .product-reviews.tablet .single-review-holder .single-review-information .right button.yes-button {
  background: #fff;
  border: 2px solid #c9c9c9;
  color: #667080;
  height: 22px;
  margin-left: 13px;
  width: 52px;
}
.catalog-product-view .product-reviews.tablet .single-review-holder .single-review-information .right button.helpfulness_voted {
  cursor: default;
  opacity: 0.3;
}
.catalog-product-view .product-reviews.tablet .review-pagination {
  float: left;
  margin-bottom: 30px;
  margin-top: 30px;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.catalog-product-view .product-reviews.tablet .review-pagination .spin-block {
  text-align: center;
  height: 20px;
}
.catalog-product-view .product-reviews.tablet .review-pagination .spin-block .review-spin {
  display: none;
}
.catalog-product-view .product-reviews.tablet .review-pagination .pagination-buttons {
  float: right;
  width: 100%;
}
.catalog-product-view .product-reviews.tablet .review-pagination .pagination-buttons .fa {
  color: #cacaca;
}
.catalog-product-view .product-reviews.tablet .review-pagination .pagination-buttons .back, .catalog-product-view .product-reviews.tablet .review-pagination .pagination-buttons .forward, .catalog-product-view .product-reviews.tablet .review-pagination .pagination-buttons .page-number {
  background: #fff;
  border: 1px solid #cacaca;
  border-radius: 50%;
  height: 33px;
  padding: 10px;
  width: 33px;
  margin-left: 2px;
  margin-right: 2px;
}
.catalog-product-view .product-reviews.tablet .review-pagination .pagination-buttons .back {
  float: left;
}
.catalog-product-view .product-reviews.tablet .review-pagination .pagination-buttons .back-text {
  float: left;
  margin-top: 10px;
  margin-left: 10px;
}
.catalog-product-view .product-reviews.tablet .review-pagination .pagination-buttons .forward-text {
  float: left;
  margin-top: 10px;
  margin-right: 10px;
}
.catalog-product-view .product-reviews.tablet .review-pagination .pagination-buttons .page-forward {
  float: right;
}
.catalog-product-view .product-reviews.tablet .review-pagination .pagination-buttons .page-forward .forward.lastpage {
  opacity: 0.4;
}
.catalog-product-view .product-reviews.tablet .review-pagination .pagination-buttons .page-back {
  float: left;
}
.catalog-product-view .product-reviews.tablet .review-pagination .pagination-buttons .page-back .back.firstpage {
  opacity: 0.4;
}
.catalog-product-view .product-reviews.tablet .review-pagination .pagination-buttons .page-number {
  color: #cacaca;
  float: left;
  height: 22px;
  padding: 6px;
  margin-top: 5px;
  width: 22px;
  font-size: 11px;
  font-size: 1.1rem;
}
.catalog-product-view .product-reviews.tablet .review-pagination .pagination-buttons .page-number.active {
  color: #6c7584;
  border: 1px solid #6c7584;
}
.catalog-product-view .product-reviews.tablet .review-pagination .pagination-buttons .page-number-middle {
  float: left;
  height: 22px;
  margin-top: 12px;
  width: 11px;
}
.catalog-product-view .product-reviews.tablet .review-pagination .pagination-buttons .forward {
  float: right;
}

body.catalog-product-view, body.modal-open {
  position: relative;
  overflow: auto;
}

.review-modal {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
}
.review-modal .modal-dialog {
  left: 0;
  right: 0;
  position: absolute;
}
@media (min-width: 769px) {
  .review-modal .modal-dialog {
    width: 990px;
    margin: 30px auto;
  }
}
@media (max-width: 768px) {
  .review-modal .modal-dialog {
    width: 95%;
    margin: 30px auto;
  }
}
.review-modal .modal-overlay {
  background: #fff none repeat scroll 0 0;
  height: 100%;
  opacity: 0.7;
  position: absolute;
  width: 100%;
  z-index: 2000;
}
.review-modal .modal-overlay img {
  position: absolute;
  left: 50%;
  top: 50%;
}
.review-modal .modal-content {
  border-radius: 0;
}
.review-modal .modal-header {
  background: #eeeeee;
  float: left;
  padding: 15px 30px;
  width: 100%;
}
.review-modal .modal-header__modal-title {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  float: left;
  margin-left: 25px;
  margin-top: 5px;
}
@media (max-width: 768px) {
  .review-modal .modal-header__modal-title {
    font-size: 16px;
    font-size: 1.6rem;
    float: right;
    margin-left: 10px;
    width: 75%;
  }
}
.review-modal .modal-header__modal-title__colour-red {
  color: #fc3f52;
}
.review-modal .modal-header__btn-close {
  font-size: 13px;
  font-size: 1.3rem;
  color: #272420;
  background: #d1d1d1;
  border: 0;
  font-weight: bold;
  float: left;
  padding: 10px 0;
  width: 147px;
}
.review-modal .modal-body {
  float: left;
  padding: 15px 30px;
  width: 100%;
}
.review-modal .modal-body__left {
  background: #f5f5f5;
  float: left;
  padding: 10px 25px;
  width: 40%;
}
.review-modal .modal-body__right {
  float: left;
  padding-left: 30px;
  padding-right: 0;
  width: 60%;
}
.review-modal .modal-body__right span {
  font-size: 15px;
  font-size: 1.5rem;
  clear: both;
  font-weight: bold;
  float: left;
  width: 100%;
}
.review-modal .modal-body__right input {
  clear: both;
  float: left;
  padding-left: 10px;
  width: 100%;
}
.review-modal .modal-body__right .text {
  height: 44px;
  margin-bottom: 20px;
  padding-left: 10px;
}
.review-modal .modal-body__right .text-box {
  border: 1px solid #cacaca;
  float: left;
  height: 133px !important;
  padding: 10px;
  width: 100% !important;
}
.review-modal .modal-body__upload-bar {
  background: #f5f5f5;
  float: left;
  margin-top: 17px;
  padding: 15px 0;
  width: 100%;
}
.review-modal .modal-body__upload-bar .bold {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
}
.review-modal .modal-body__upload-bar span {
  font-size: 10px;
  font-size: 1rem;
  float: left;
  margin-top: 6px;
}
.review-modal .modal-body__btn-browse {
  font-size: 12px;
  font-size: 1.2rem;
  background: #4e4e4e;
  border-radius: 0;
  color: #fff;
  border: 0;
  float: left;
  padding: 10px 10px;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
}
.review-modal .modal-body__btn-upload {
  font-size: 12px;
  font-size: 1.2rem;
  background: #4e4e4e;
  border-radius: 0;
  color: #fff;
  border: 0;
  float: right;
  padding: 10px 10px;
  text-transform: uppercase;
}
.review-modal .modal-body__img-names {
  border-radius: 5px;
  background: #ffe4e7;
  color: #fc3f52;
  padding: 5px;
  float: left;
  margin: 5px 2.5px;
}
.review-modal .modal-body__img-names .label {
  color: #fc3f52;
  padding-top: 0;
}
.review-modal .modal-body__img-names .remove {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-bottom: 1em;
  margin-left: 0.4em;
  margin-top: 0;
}
.review-modal .modal-body__image-tag-block {
  float: left;
  margin-top: 15px;
  width: 100%;
}
.review-modal .modal-body__image-tag-block__tag-cloud {
  padding-left: 30px;
  padding-right: 0;
}
.review-modal .modal-body__image-tag-block .img-holder {
  padding: 0;
}
.review-modal .modal-body__image-tag-block .img-holder .image-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 15px;
  width: 100%;
}
.review-modal .modal-body__image-tag-block .img-holder img {
  width: 100%;
}
.review-modal .modal-body__image-tag-block .img-holder .large-img {
  height: 347px;
  overflow: hidden;
}
.review-modal .modal-body__image-tag-block .img-holder .thumbs {
  clear: both;
  float: left;
  padding-top: 15px;
  width: 100%;
}
.review-modal .modal-body__image-tag-block .img-holder .thumbs .thumb {
  padding: 0;
  border: 5px solid transparent;
  cursor: pointer;
  overflow: hidden;
}
.review-modal .modal-body__image-tag-block .img-holder .thumbs .thumb img {
  cursor: pointer;
  padding: 0;
}
.review-modal .modal-body__image-tag-block .img-holder .thumbs .thumb.active {
  border: 5px solid #ffe4e7;
}
.review-modal .modal-body__image-tag-block .tag-holder-title, .review-modal .modal-body__image-tag-block .tags-holder-title {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  float: left;
  margin-bottom: 15px;
  width: 100%;
}
.review-modal .modal-body__image-tag-block .tags-holder-title {
  margin-bottom: 15px;
  margin-top: 20px;
}
.review-modal .modal-body__image-tag-block .tag-holder {
  border: 1px solid #cacaca;
  float: left;
  height: 150px;
  overflow-y: auto;
  padding: 15px;
  width: 100%;
}
.review-modal .modal-body__image-tag-block .tag-holder .tag {
  float: left;
  margin-bottom: 15px;
  width: 100%;
}
.review-modal .modal-body__image-tag-block .tag-holder input[type=checkbox] {
  clear: both;
  height: 15px;
  margin-right: 10px;
  float: left;
  width: 15px;
}
.review-modal .modal-body__image-tag-block .tag-holder input[type=checkbox]:checked {
  color: #000;
}
.review-modal .modal-body__image-tag-block .tag-holder label {
  cursor: pointer;
}
.review-modal .modal-body__image-tag-block .your-tags {
  border: 1px solid #cacaca;
  cursor: text;
  float: left;
  padding: 0 10px;
  min-height: 40px;
  width: 100%;
}
.review-modal .modal-body__image-tag-block .your-tags input {
  border: none;
  box-shadow: none;
  float: left;
  margin: 0;
  max-width: inherit;
  outline: none;
  padding-top: 10px;
}
.review-modal .modal-body__image-tag-block .tag-cloud .tag {
  border-radius: 5px;
  background: #ffe4e7;
  color: #fc3f52;
  padding: 5px;
  float: left;
  margin: 5px 2.5px;
}
.review-modal .modal-body__image-tag-block .remove {
  margin-left: 0.4em;
  font-weight: bold;
  cursor: pointer;
}
.review-modal .modal-body .submit-modal {
  float: right;
  position: absolute;
  bottom: 25px;
  right: 55px;
  background: #fc3f52;
  border: 0;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  padding: 16px 40px;
  letter-spacing: 0.2em;
}
.review-modal .modal-footer {
  clear: both;
  padding: 15px 30px;
  width: 100%;
}
.review-modal .ratings .review-rating-blocks {
  border-top: 1px solid #cacaca;
  float: left;
  width: 100%;
  padding-top: 20px;
}
.review-modal .ratings .review-rating-blocks:first-of-type {
  border: none;
}
.review-modal .ratings .review-rating-blocks .block-holder {
  float: left;
  padding-bottom: 10px;
  width: 100%;
}
.review-modal .ratings .review-rating-blocks .block-holder .blocks {
  float: right;
  margin-right: 0;
}
.review-modal .ratings .review-rating-blocks .block-holder .rating-description {
  float: right;
  margin-right: 10px;
}
.review-modal .ratings .review-rating-blocks span {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  float: left;
}
.review-modal .ratings .review-rating-blocks input[type="radio"] {
  display: none;
}
.review-modal .ratings .review-rating-blocks input[type="radio"] + label {
  border: 1px solid #cacaca;
  background: #fff;
  cursor: pointer;
  height: 24px;
  float: left;
  margin-right: 3px;
  width: 24px;
}
.review-modal .ratings .review-rating-blocks input[type="radio"]:hover + label, .review-modal .ratings .review-rating-blocks input[type="radio"].active + label {
  background: #FFB300;
  border: 1px solid #FFB300;
}
.review-modal .ratings .review-rating-blocks .block-last {
  margin-right: 0;
}
.review-modal .modal-footer {
  border: 0;
}

.catalog-product-view .you-may-also-like-holder {
  background: #ececec;
  margin-top: 47px;
  padding: 14px 0;
}
.catalog-product-view .you-may-also-like-holder .you-may-also-like {
  padding: 0;
}
.catalog-product-view .you-may-also-like-holder .you-may-also-like .price-box .old-price {
  color: #5f5f5f;
  margin-bottom: 4px;
  text-decoration: line-through;
}
.catalog-product-view .you-may-also-like-holder .you-may-also-like .title {
  margin-top: 0;
  text-align: center;
}
.catalog-product-view .you-may-also-like-holder .you-may-also-like .title h3 {
  color: #4f4f4f;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 18px;
  margin-top: 15px;
  font-size: 20px;
  font-size: 2rem;
}
.catalog-product-view .related-slider {
  float: left;
  margin-bottom: 35px;
}
.catalog-product-view .related-slider .block-related .related-product-slider ul li {
  padding-left: 0;
  padding-right: 0;
}
.catalog-product-view .related-slider .block-related .related-product-slider .item {
  width: 160px !important;
  margin-right: 27px;
}
.catalog-product-view .related-slider .block-related .bx-wrapper {
  padding: 0;
}
.catalog-product-view .related-slider .block-related .bx-wrapper .bx-controls-direction .bx-prev {
  left: -50px;
}
.catalog-product-view .related-slider .block-related .bx-wrapper .bx-controls-direction .bx-next {
  right: -50px;
}
.catalog-product-view .related-slider .block-related .bx-wrapper .bx-viewport {
  background: transparent;
}
.catalog-product-view .related-slider .block-related .bx-wrapper img {
  margin-bottom: 13px;
  overflow: hidden;
}
.catalog-product-view .related-slider .block-related .bx-wrapper .product {
  float: left;
  overflow: hidden;
  width: 160px;
}
.catalog-product-view .related-slider .block-related .bx-wrapper .product .product-image {
  float: left;
}
.catalog-product-view .related-slider .block-related .bx-wrapper .product-details {
  float: left;
}
.catalog-product-view .related-slider .block-related .bx-wrapper .product-details .product-name {
  min-height: 56px;
}
.catalog-product-view .related-slider .block-related .bx-wrapper .product-details .product-name a {
  color: #404040;
  font-size: 11px;
  font-size: 1.1rem;
}
.catalog-product-view .related-slider .block-related .bx-wrapper .product-details .price-box {
  color: #fd6675;
  float: left;
  width: 75%;
}
.catalog-product-view .related-slider .block-related .bx-wrapper .product-details .fa {
  color: #404040;
  float: right;
}

.catalog-product-view .messages .success-msg {
  border: 1px solid #30af30;
  color: #30af30;
  margin-bottom: 20px;
  padding: 15px 0;
  text-align: center;
  background-color: #e0ffe0;
}
.catalog-product-view .q-and-a.desktop {
  background: #ececec;
  padding-top: 25px;
}
.catalog-product-view .q-and-a.desktop .section-title {
  border-bottom: 2px solid #667080;
  float: left;
  margin-bottom: 40px;
  width: 100%;
}
.catalog-product-view .q-and-a.desktop .section-title h3 {
  border-bottom: 2px solid #667080;
  color: #667080;
  font-weight: bold;
  margin-bottom: 0;
  padding-bottom: 16px;
  width: 24.6%;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .catalog-product-view .q-and-a.desktop .section-title h3 {
    width: 40%;
  }
}
.catalog-product-view .q-and-a.desktop .left {
  padding-left: 0;
  color: #667080;
}
.catalog-product-view .q-and-a.desktop .left .title {
  color: #667080;
  float: left;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 10px;
}
.catalog-product-view .q-and-a.desktop .left .info {
  float: left;
  line-height: 16px;
  margin-bottom: 30px;
  font-size: 11px;
  font-size: 1.1rem;
}
.catalog-product-view .q-and-a.desktop .left form {
  float: left;
  width: 100%;
}
.catalog-product-view .q-and-a.desktop .left form input {
  padding-left: 15px;
}
.catalog-product-view .q-and-a.desktop .left form .full-name {
  float: left;
  margin-bottom: 12px;
  width: 100%;
  font-size: 12px;
  font-size: 1.2rem;
}
.catalog-product-view .q-and-a.desktop .left form .full-name-input {
  float: left;
  height: 43px;
  margin-bottom: 25px;
  width: 100%;
  font-size: 10px;
  font-size: 1rem;
}
.catalog-product-view .q-and-a.desktop .left form .email-address {
  float: left;
  margin-bottom: 12px;
  width: 100%;
  font-size: 12px;
  font-size: 1.2rem;
}
.catalog-product-view .q-and-a.desktop .left form .email-address-input {
  float: left;
  height: 43px;
  margin-bottom: 25px;
  width: 100%;
  font-size: 10px;
  font-size: 1rem;
}
.catalog-product-view .q-and-a.desktop .left form .product-question {
  float: left;
  margin-bottom: 12px;
  width: 100%;
  font-size: 12px;
  font-size: 1.2rem;
}
.catalog-product-view .q-and-a.desktop .left form .product-question-input {
  float: left;
  height: 85px;
  margin-bottom: 22px;
  width: 100%;
  font-size: 10px;
  font-size: 1rem;
}
.catalog-product-view .q-and-a.desktop .left form .submit-question {
  background: #667080;
  color: #fff;
  float: left;
  height: 34px;
  text-transform: uppercase;
  width: 158px;
  font-size: 14.5px;
  font-size: 1.45rem;
  border: none;
}
.catalog-product-view .q-and-a.desktop .right {
  padding-right: 0;
  color: #667080;
}
@media screen and (max-width: 900px) {
  .catalog-product-view .q-and-a.desktop .right {
    padding-left: 0;
  }
}
.catalog-product-view .q-and-a.desktop .right .question-spin {
  display: none;
  float: left;
  font-size: 24px;
  margin-right: 10px;
}
.catalog-product-view .q-and-a.desktop .right .question-holder {
  border-bottom: 2px solid #667080;
  float: left;
  padding-bottom: 17px;
  margin-bottom: 34px;
  width: 100%;
}
.catalog-product-view .q-and-a.desktop .right .question-holder .answer-user-info {
  margin-top: 10px;
}
.catalog-product-view .q-and-a.desktop .right .question-holder .question-user-info, .catalog-product-view .q-and-a.desktop .right .question-holder .answer-user-info {
  float: left;
  margin-bottom: 10px;
}
.catalog-product-view .q-and-a.desktop .right .question-holder .question-user-info ul, .catalog-product-view .q-and-a.desktop .right .question-holder .answer-user-info ul {
  float: left;
  padding-left: 0;
  width: 425px;
}
.catalog-product-view .q-and-a.desktop .right .question-holder .question-user-info ul li, .catalog-product-view .q-and-a.desktop .right .question-holder .answer-user-info ul li {
  float: left;
  margin-left: 26px;
  padding-top: 5px;
  font-size: 12px;
  font-size: 1.2rem;
}
.catalog-product-view .q-and-a.desktop .right .question-holder .question-user-info ul li:first-of-type, .catalog-product-view .q-and-a.desktop .right .question-holder .answer-user-info ul li:first-of-type {
  list-style: none;
  margin-left: 0;
  padding-top: 0;
  font-size: 18px;
  font-size: 1.8rem;
}
.catalog-product-view .q-and-a.desktop .right .question-holder .customer-question {
  float: left;
  width: 100%;
  font-size: 11px;
  font-size: 1.1rem;
  margin-bottom: 10px;
}
.catalog-product-view .q-and-a.desktop .right .question-holder .customer-question p {
  line-height: 1.7em;
}
.catalog-product-view .q-and-a.desktop .right .question-holder .admin-answer {
  float: left;
  width: 100%;
  font-size: 11px;
  font-size: 1.1rem;
}
.catalog-product-view .q-and-a.desktop .right .question-holder .admin-answer p {
  line-height: 1.7em;
}
.catalog-product-view .q-and-a.desktop .right .question-holder .question-footer-information {
  float: left;
  margin-top: 15px;
  width: 100%;
}
.catalog-product-view .q-and-a.desktop .right .question-holder .question-footer-information span {
  float: left;
  width: 50%;
  font-weight: normal;
  font-size: 12px;
  font-size: 1.2rem;
}
.catalog-product-view .q-and-a.desktop .right .question-holder .question-footer-information .helpfulness_voted .yes-button {
  opacity: 0.3;
  cursor: default;
}
.catalog-product-view .q-and-a.desktop .right .question-holder .question-footer-information .left {
  text-align: left;
}
.catalog-product-view .q-and-a.desktop .right .question-holder .question-footer-information .right {
  text-align: right;
}
.catalog-product-view .q-and-a.desktop .right .question-holder .question-footer-information .right button.yes-button {
  background: #fff;
  border: 2px solid #c9c9c9;
  color: #667080;
  height: 22px;
  margin-left: 13px;
  width: 52px;
}
.catalog-product-view .q-and-a.desktop .q-and-a-pagination {
  float: left;
  margin-bottom: 30px;
  margin-top: 30px;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.catalog-product-view .q-and-a.desktop .q-and-a-pagination .pagination-buttons {
  float: right;
}
.catalog-product-view .q-and-a.desktop .q-and-a-pagination .pagination-buttons .firstpage, .catalog-product-view .q-and-a.desktop .q-and-a-pagination .pagination-buttons .lastpage {
  opacity: 0.4;
}
.catalog-product-view .q-and-a.desktop .q-and-a-pagination .pagination-buttons .fa {
  color: #cacaca;
}
.catalog-product-view .q-and-a.desktop .q-and-a-pagination .pagination-buttons .back, .catalog-product-view .q-and-a.desktop .q-and-a-pagination .pagination-buttons .forward, .catalog-product-view .q-and-a.desktop .q-and-a-pagination .pagination-buttons .page-number {
  background: #fff;
  border: 1px solid #cacaca;
  border-radius: 50%;
  height: 33px;
  padding: 10px;
  width: 33px;
  margin-left: 2px;
  margin-right: 2px;
}
.catalog-product-view .q-and-a.desktop .q-and-a-pagination .pagination-buttons .back {
  float: left;
}
.catalog-product-view .q-and-a.desktop .q-and-a-pagination .pagination-buttons .page-number {
  color: #cacaca;
  float: left;
  height: 22px;
  padding: 6px;
  margin-top: 5px;
  width: 22px;
  font-size: 11px;
  font-size: 1.1rem;
}
.catalog-product-view .q-and-a.desktop .q-and-a-pagination .pagination-buttons .page-number.active {
  color: #6c7584;
  border: 1px solid #6c7584;
}
.catalog-product-view .q-and-a.desktop .q-and-a-pagination .pagination-buttons .page-number-middle {
  float: left;
  height: 22px;
  margin-top: 12px;
  width: 11px;
}
.catalog-product-view .q-and-a.desktop .q-and-a-pagination .pagination-buttons .forward {
  float: right;
}
.catalog-product-view .q-and-a.desktop .q-and-a-pagination .page-increments {
  float: left;
  margin-top: 6px;
  font-weight: normal;
  font-size: 11px;
  font-size: 1.1rem;
}
.catalog-product-view .q-and-a.desktop .q-and-a-pagination .page-increments a {
  color: #667080;
}
.catalog-product-view .answer-wrap {
  background-color: #f7f7f7;
  display: inline-block;
  padding: 10px 22px 20px;
}
.catalog-product-view .pagenumber, .catalog-product-view .page-increments {
  cursor: pointer;
}

.catalog-product-view .messages .success-msg {
  border: 1px solid #30af30;
  color: #30af30;
  margin-bottom: 20px;
  padding: 15px 0;
  text-align: center;
  background-color: #e0ffe0;
}
.catalog-product-view .q-and-a.tablet {
  background: #ececec;
  padding-top: 25px;
}
.catalog-product-view .q-and-a.tablet .section-title {
  border-bottom: 2px solid #667080;
  float: left;
  margin-bottom: 40px;
  width: 100%;
}
.catalog-product-view .q-and-a.tablet .section-title h3 {
  border-bottom: 2px solid #667080;
  color: #667080;
  font-weight: bold;
  margin-bottom: 0;
  padding-bottom: 16px;
  width: 24.6%;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 1080px) {
  .catalog-product-view .q-and-a.tablet .section-title h3 {
    width: 40%;
  }
}
.catalog-product-view .q-and-a.tablet .left {
  padding-left: 0;
  color: #667080;
}
.catalog-product-view .q-and-a.tablet .left .title {
  color: #667080;
  float: left;
  font-size: 18px;
  font-size: 1.8rem;
}
.catalog-product-view .q-and-a.tablet .left .info {
  clear: both;
  float: left;
  line-height: 16px;
  margin-bottom: 30px;
  font-size: 11px;
  font-size: 1.1rem;
}
.catalog-product-view .q-and-a.tablet .right {
  padding-right: 0;
}
.catalog-product-view .q-and-a.tablet .right .submit-question {
  float: right;
}
.catalog-product-view .q-and-a.tablet .ask-question {
  background: #667080;
  color: #fff;
  float: left;
  height: 34px;
  text-transform: uppercase;
  width: 158px;
  font-size: 14.5px;
  font-size: 1.45rem;
  border: none;
}
.catalog-product-view .q-and-a.tablet form {
  float: left;
  width: 100%;
}
.catalog-product-view .q-and-a.tablet form input {
  padding-left: 15px;
}
.catalog-product-view .q-and-a.tablet form .full-name {
  float: left;
  margin-bottom: 12px;
  width: 100%;
  font-size: 12px;
  font-size: 1.2rem;
}
.catalog-product-view .q-and-a.tablet form .full-name-input {
  float: left;
  height: 43px;
  margin-bottom: 25px;
  width: 100%;
  font-size: 10px;
  font-size: 1rem;
}
.catalog-product-view .q-and-a.tablet form .email-address {
  float: left;
  margin-bottom: 12px;
  width: 100%;
  font-size: 12px;
  font-size: 1.2rem;
}
.catalog-product-view .q-and-a.tablet form .email-address-input {
  float: left;
  height: 43px;
  margin-bottom: 25px;
  width: 100%;
  font-size: 10px;
  font-size: 1rem;
}
.catalog-product-view .q-and-a.tablet form .product-question {
  float: left;
  margin-bottom: 12px;
  width: 100%;
  font-size: 12px;
  font-size: 1.2rem;
}
.catalog-product-view .q-and-a.tablet form .product-question-input {
  float: left;
  height: 85px;
  margin-bottom: 22px;
  width: 100%;
  font-size: 10px;
  font-size: 1rem;
}
.catalog-product-view .q-and-a.tablet form .submit-question {
  background: #667080;
  color: #fff;
  float: left;
  height: 34px;
  text-transform: uppercase;
  width: 158px;
  font-size: 14.5px;
  font-size: 1.45rem;
}
.catalog-product-view .q-and-a.tablet .question-holder {
  padding-left: 0;
}
.catalog-product-view .q-and-a.tablet .answer-holder {
  padding-right: 0;
}
.catalog-product-view .q-and-a.tablet .question-holder, .catalog-product-view .q-and-a.tablet .answer-holder {
  float: left;
  padding-bottom: 27px;
  margin-bottom: 34px;
}
.catalog-product-view .q-and-a.tablet .question-holder .question-user-info, .catalog-product-view .q-and-a.tablet .question-holder .answer-user-info, .catalog-product-view .q-and-a.tablet .answer-holder .question-user-info, .catalog-product-view .q-and-a.tablet .answer-holder .answer-user-info {
  color: #667080;
  float: left;
}
.catalog-product-view .q-and-a.tablet .question-holder .question-user-info h3, .catalog-product-view .q-and-a.tablet .question-holder .answer-user-info h3, .catalog-product-view .q-and-a.tablet .answer-holder .question-user-info h3, .catalog-product-view .q-and-a.tablet .answer-holder .answer-user-info h3 {
  color: #667080;
  float: left;
  margin-bottom: 10px;
  font-size: 18px;
  font-size: 1.8rem;
}
.catalog-product-view .q-and-a.tablet .question-holder .question-user-info ul, .catalog-product-view .q-and-a.tablet .question-holder .answer-user-info ul, .catalog-product-view .q-and-a.tablet .answer-holder .question-user-info ul, .catalog-product-view .q-and-a.tablet .answer-holder .answer-user-info ul {
  clear: both;
  float: left;
  padding-left: 0;
}
.catalog-product-view .q-and-a.tablet .question-holder .question-user-info ul li, .catalog-product-view .q-and-a.tablet .question-holder .answer-user-info ul li, .catalog-product-view .q-and-a.tablet .answer-holder .question-user-info ul li, .catalog-product-view .q-and-a.tablet .answer-holder .answer-user-info ul li {
  float: left;
  margin-right: 26px;
  padding-top: 5px;
  font-size: 12px;
  font-size: 1.2rem;
}
.catalog-product-view .q-and-a.tablet .question-holder .customer-question, .catalog-product-view .q-and-a.tablet .question-holder .admin-answer, .catalog-product-view .q-and-a.tablet .answer-holder .customer-question, .catalog-product-view .q-and-a.tablet .answer-holder .admin-answer {
  color: #667080;
  float: left;
  line-height: 2em;
  margin-top: 10px;
  width: 100%;
  font-size: 11px;
  font-size: 1.1rem;
}
.catalog-product-view .q-and-a.tablet .question-footer-information {
  border-bottom: 2px solid #667080;
  float: left;
  margin-top: 15px;
  padding-bottom: 15px;
  width: 100%;
}
.catalog-product-view .q-and-a.tablet .question-footer-information span {
  float: left;
  width: 50%;
  font-weight: normal;
  font-size: 12px;
  font-size: 1.2rem;
}
.catalog-product-view .q-and-a.tablet .question-footer-information .left {
  text-align: left;
}
.catalog-product-view .q-and-a.tablet .question-footer-information .right {
  text-align: right;
}
.catalog-product-view .q-and-a.tablet .question-footer-information .right button.yes-button {
  background: #fff;
  border: 2px solid #c9c9c9;
  color: #667080;
  height: 22px;
  margin-left: 13px;
  width: 52px;
}
.catalog-product-view .q-and-a.tablet .question-footer-information .helpfulness_voted .helpfull-button {
  opacity: 0.3;
}
.catalog-product-view .q-and-a.tablet .q-and-a-pagination {
  float: left;
  margin-bottom: 30px;
  margin-top: 10px;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.catalog-product-view .q-and-a.tablet .q-and-a-pagination .spin-block {
  text-align: center;
  height: 20px;
}
.catalog-product-view .q-and-a.tablet .q-and-a-pagination .spin-block .question-spin {
  display: none;
}
.catalog-product-view .q-and-a.tablet .q-and-a-pagination .pagination-buttons {
  float: right;
  width: 100%;
}
.catalog-product-view .q-and-a.tablet .q-and-a-pagination .pagination-buttons .fa {
  color: #cacaca;
}
.catalog-product-view .q-and-a.tablet .q-and-a-pagination .pagination-buttons .back, .catalog-product-view .q-and-a.tablet .q-and-a-pagination .pagination-buttons .forward, .catalog-product-view .q-and-a.tablet .q-and-a-pagination .pagination-buttons .page-number {
  background: #fff;
  border: 1px solid #cacaca;
  border-radius: 50%;
  height: 33px;
  padding: 10px;
  width: 33px;
  margin-left: 2px;
  margin-right: 2px;
}
.catalog-product-view .q-and-a.tablet .q-and-a-pagination .pagination-buttons .back {
  float: left;
}
.catalog-product-view .q-and-a.tablet .q-and-a-pagination .pagination-buttons .back-text {
  float: left;
  margin-top: 10px;
  margin-left: 10px;
}
.catalog-product-view .q-and-a.tablet .q-and-a-pagination .pagination-buttons .forward-text {
  float: left;
  margin-top: 10px;
  margin-right: 10px;
}
.catalog-product-view .q-and-a.tablet .q-and-a-pagination .pagination-buttons .page-forward {
  float: right;
}
.catalog-product-view .q-and-a.tablet .q-and-a-pagination .pagination-buttons .page-back {
  float: left;
}
.catalog-product-view .q-and-a.tablet .q-and-a-pagination .pagination-buttons .page-number {
  color: #cacaca;
  float: left;
  height: 22px;
  padding: 6px;
  margin-top: 5px;
  width: 22px;
  font-size: 11px;
  font-size: 1.1rem;
}
.catalog-product-view .q-and-a.tablet .q-and-a-pagination .pagination-buttons .page-number.active {
  color: #6c7584;
  border: 1px solid #6c7584;
}
.catalog-product-view .q-and-a.tablet .q-and-a-pagination .pagination-buttons .page-number-middle {
  float: left;
  height: 22px;
  margin-top: 12px;
  width: 11px;
}
.catalog-product-view .q-and-a.tablet .q-and-a-pagination .pagination-buttons .forward {
  float: right;
}
.catalog-product-view .q-and-a.tablet .q-and-a-pagination .pagination-buttons .firstpage, .catalog-product-view .q-and-a.tablet .q-and-a-pagination .pagination-buttons .lastpage {
  opacity: 0.4;
}
.catalog-product-view .answer-wrap {
  background-color: #f7f7f7;
  display: inline-block;
  padding: 10px 22px 20px;
}
.catalog-product-view .pagenumber, .catalog-product-view .page-increments {
  cursor: pointer;
}
.catalog-product-view .aw-pq2-form {
  margin-bottom: 30px;
}

.recently-viewed {
  float: left;
  position: relative;
  margin-bottom: 40px;
  width: 100%;
}
.recently-viewed .bx-wrapper {
  padding: 0;
  margin: 0 !important;
}
@media screen and (max-width: 1100px) {
  .recently-viewed .bx-wrapper {
    padding: 0 40px;
  }
}
.recently-viewed .bx-wrapper .bx-prev {
  left: -50px;
}
@media screen and (max-width: 1100px) {
  .recently-viewed .bx-wrapper .bx-prev {
    left: -20px;
  }
}
.recently-viewed .bx-wrapper .bx-next {
  right: -50px;
}
@media screen and (max-width: 1100px) {
  .recently-viewed .bx-wrapper .bx-next {
    right: -20px;
  }
}
.recently-viewed h3 {
  background: #fff;
  color: #4f4f4f;
  text-align: center;
  text-transform: uppercase;
  margin: 0 auto;
  margin-bottom: 22px;
  margin-top: 20px;
  padding: 0 5px;
  width: 230px;
  font-size: 22px;
  font-size: 2.2rem;
}
.recently-viewed h3:before {
  content: '';
  position: absolute;
  top: 32px;
  left: 0;
  border-bottom: 2px #c8c8c8 solid;
  z-index: -1;
  width: 100%;
}
.recently-viewed .item {
  margin-right: 30px;
  width: 163px !important;
}
.recently-viewed .item .close-item {
  float: right;
  color: #667080;
  opacity: 0.7;
}
.recently-viewed .item .close-item .fa {
  font-size: 25px;
  font-size: 2.5rem;
}
.recently-viewed .item a {
  float: left;
}
.recently-viewed .item .product-name {
  line-height: 16px;
  float: left;
  width: 100%;
  font-size: 11px;
  font-size: 1.1rem;
}
.recently-viewed .item .product-name a {
  color: #667080;
  font-weight: bold;
}
.recently-viewed .item .price-box {
  float: left;
  width: 75%;
}
.recently-viewed .item .price-box .old-price {
  text-decoration: line-through;
  margin: 0 0 4px;
  font-size: 11px;
  font-size: 1.1rem;
}
.recently-viewed .item .price-box .regular-price {
  color: #fc3f52;
  margin: 0;
  font-size: 13px;
  font-size: 1.3rem;
}
.recently-viewed .item .price-box .special-price {
  color: #fc3f52;
  font-size: 12px;
  font-size: 1.2rem;
}
.recently-viewed .item .link-wishlist {
  color: #667080;
  float: right;
  width: 25%;
}
.recently-viewed .item .link-wishlist .fa {
  float: right;
}

.giftcard-template-content .giftcard-number {
  color: #fc3f52;
}

.catalog-product-view .giftvoucher-product-info .egcSwatch-arrow {
  background-image: none;
}
.catalog-product-view .giftvoucher-product-info .giftcard-date-box img {
  margin: 5px 0 0 1px;
  position: absolute;
  top: 8px;
  right: 5px;
}
.catalog-product-view .giftvoucher-product-info .giftcard-text-box pre {
  border: none;
  background-color: transparent;
}
.catalog-product-view .giftvoucher-product-info .gift-active {
  border: 2px solid #fc3f52 !important;
}
.catalog-product-view .giftvoucher-product-info .giftcard-template-control.disabled {
  display: none;
}

.checkout-onepage-index #checkout-review-table .product-name {
  font-size: 13px;
  font-size: 1.3rem;
  color: #fc3f52;
  margin-bottom: 10px;
}
.checkout-onepage-index #checkout-review-table .item-options {
  width: 320px;
}
.checkout-onepage-index #checkout-review-table .item-options dt, .checkout-onepage-index #checkout-review-table .item-options dd {
  margin-bottom: 10px;
}
.checkout-onepage-index #checkout-review-table .item-options dt {
  display: inline-block;
}
.checkout-onepage-index #checkout-review-table .item-options dt:after {
  content: ":";
}
.checkout-onepage-index #checkout-review-table .item-options dd {
  display: inline-block;
  font-weight: bold;
}
.checkout-onepage-index #giftvoucher_container .form-group {
  background-color: #ffffff;
  display: inline-block;
  margin: 10px 0;
  padding: 0;
  width: 100%;
}
.checkout-onepage-index #giftvoucher_container .notice-msg {
  background-color: #ffffff;
  padding: 0;
}

.customer-account .customer-account-giftcard .addredeem {
  padding: 13px 30px;
}
.customer-account .customer-account-giftcard .giftvoucher-search-button .form-button {
  background-color: #d8d8d8;
  border: none;
  padding: 4px 20px;
}

#addredeem-giftvoucher-code .sub-title {
  margin-bottom: 20px;
}
#addredeem-giftvoucher-code .required {
  margin-top: 10px;
}
#addredeem-giftvoucher-code .form-group .button {
  background-color: #fc3f52;
  border: none;
  color: #ffffff;
  padding: 6px 10px;
}

.category-banner-block {
  margin: 0;
}
.category-banner-block__category-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 280px;
  position: relative;
}
.category-banner-block__category-image .container .title-wrap {
  position: absolute;
  top: 30%;
  padding-left: 20px;
  font-size: 28px;
  font-size: 2.8rem;
}
.category-banner-block__category-image .container .title-wrap h1 {
  font-size: 40px;
  font-size: 4rem;
  text-transform: none;
  letter-spacing: 0;
  text-align: left;
  margin-top: 7px;
}

.catalog-category-view h1 {
  text-align: center;
  margin: 20px 0 0;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 2px;
}

.catalog-category-view .ratings,
.catalogsearch-result-index .ratings {
  width: 110px;
}
.catalog-category-view .ratings .rating-box,
.catalogsearch-result-index .ratings .rating-box {
  background-color: red;
  display: inline-block;
  width: 100%;
  height: 26px;
  background: url("https://www.lindybop.co.uk/skin/frontend/rwd/lbdesktop/images/rating-grey.png") no-repeat 0 0;
}
.catalog-category-view .ratings .rating-box .rating,
.catalogsearch-result-index .ratings .rating-box .rating {
  background-color: green;
  height: 100%;
  background: url("https://www.lindybop.co.uk/skin/frontend/rwd/lbdesktop/images/rating-yellow.png") no-repeat 0 0;
  overflow: hidden;
}
.catalog-category-view .ratings .amount,
.catalogsearch-result-index .ratings .amount {
  text-align: right;
  float: right;
  width: 100%;
  display: inline-block;
}
.catalog-category-view .ratings .amount a,
.catalogsearch-result-index .ratings .amount a {
  color: #878787;
  font-size: 12px;
}
.catalog-category-view .category-description,
.catalogsearch-result-index .category-description {
  background-color: #ececec;
  display: inline-block;
  margin-bottom: 15px;
  padding: 20px;
  margin-top: 10px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 20px;
  line-height: 2rem;
}
.catalog-category-view .category-description p,
.catalogsearch-result-index .category-description p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
  line-height: 2.2rem;
}
.catalog-category-view .category-description p a,
.catalogsearch-result-index .category-description p a {
  color: #fc3f52;
}
.catalog-category-view .sidebar,
.catalogsearch-result-index .sidebar {
  padding-left: 0;
}
.catalog-category-view .main__col-main,
.catalogsearch-result-index .main__col-main {
  border-left: 1px solid #e2e2e2;
  margin-bottom: 20px;
  padding-right: 0;
}
.catalog-category-view .main__col-main .products-grid,
.catalogsearch-result-index .main__col-main .products-grid {
  float: left;
  width: 100%;
}
.catalog-category-view .main__col-main .products-grid li,
.catalogsearch-result-index .main__col-main .products-grid li {
  padding-right: 7.5px;
  padding-left: 7.5px;
}
.catalog-category-view .main__col-main .products-grid li img,
.catalogsearch-result-index .main__col-main .products-grid li img {
  width: 100%;
}
.catalog-category-view .main__col-main .products-grid li.first,
.catalogsearch-result-index .main__col-main .products-grid li.first {
  padding-left: 0;
  padding-right: 15px;
}
.catalog-category-view .main__col-main .products-grid li.last,
.catalogsearch-result-index .main__col-main .products-grid li.last {
  padding-right: 0;
  padding-left: 15px;
}
.catalog-category-view .main__col-main .products-grid li.last img,
.catalogsearch-result-index .main__col-main .products-grid li.last img {
  float: right;
}
.catalog-category-view .main__col-main .products-grid__item-holder,
.catalogsearch-result-index .main__col-main .products-grid__item-holder {
  margin-bottom: 25px;
  position: relative;
}
.catalog-category-view .main__col-main .products-grid__item-holder .rollover-image,
.catalogsearch-result-index .main__col-main .products-grid__item-holder .rollover-image {
  display: none;
}
.catalog-category-view .main__col-main .products-grid__item-holder__product-image,
.catalogsearch-result-index .main__col-main .products-grid__item-holder__product-image {
  display: block;
  overflow: hidden;
  padding-bottom: 20px;
}
.catalog-category-view .main__col-main .products-grid__item-holder .new-attribute,
.catalogsearch-result-index .main__col-main .products-grid__item-holder .new-attribute {
  background-color: #fc3f52;
  bottom: 164px;
  padding: 8px;
  position: absolute;
  text-align: center;
  transition: all .3s ease-in-out .1s;
  width: 100%;
}
.catalog-category-view .main__col-main .products-grid__item-holder .new-attribute__text,
.catalogsearch-result-index .main__col-main .products-grid__item-holder .new-attribute__text {
  font-size: 13px;
  font-size: 1.3rem;
  color: #fff;
  display: block;
  font-weight: bold;
  text-transform: uppercase;
}
@media only screen and (min-width: 1024px) {
  .catalog-category-view .main__col-main .products-grid__item-holder .new-attribute,
  .catalogsearch-result-index .main__col-main .products-grid__item-holder .new-attribute {
    bottom: 150px;
  }
}
@media only screen and (min-width: 1170px) {
  .catalog-category-view .main__col-main .products-grid__item-holder .new-attribute,
  .catalogsearch-result-index .main__col-main .products-grid__item-holder .new-attribute {
    bottom: 110px;
  }
}
.catalog-category-view .main__col-main .products-grid__item-holder .product-image-wrap,
.catalogsearch-result-index .main__col-main .products-grid__item-holder .product-image-wrap {
  position: relative;
}
.catalog-category-view .main__col-main .products-grid__item-holder .product-image-wrap .new-icon,
.catalogsearch-result-index .main__col-main .products-grid__item-holder .product-image-wrap .new-icon {
  position: absolute;
  bottom: 0;
  display: inline-block;
  width: 100%;
}
.catalog-category-view .main__col-main .products-grid__item-holder .product-image-wrap .new-icon .new-wrap,
.catalogsearch-result-index .main__col-main .products-grid__item-holder .product-image-wrap .new-icon .new-wrap {
  background-color: #fc3f52;
  width: 100%;
}
.catalog-category-view .main__col-main .products-grid__item-holder .product-image-wrap .new-icon .new-wrap p,
.catalogsearch-result-index .main__col-main .products-grid__item-holder .product-image-wrap .new-icon .new-wrap p {
  text-align: center;
  padding: 7px 0px;
  color: #ffffff;
}
.catalog-category-view .main__col-main .products-grid__item-holder .product-image-wrap .actions,
.catalogsearch-result-index .main__col-main .products-grid__item-holder .product-image-wrap .actions {
  background-color: rgba(223, 222, 222, 0.92);
  opacity: 1;
  padding: 5px 10px;
  position: absolute;
  transition: all .3s ease-in-out .1s;
  width: 100%;
  bottom: 0;
}
@media only screen and (min-width: 1170px) {
  .catalog-category-view .main__col-main .products-grid__item-holder .product-image-wrap .actions,
  .catalogsearch-result-index .main__col-main .products-grid__item-holder .product-image-wrap .actions {
    margin-top: 0;
    opacity: 0;
    padding: 20px 10px;
    position: absolute;
  }
}
@media screen and (max-width: 1170px) {
  .catalog-category-view .main__col-main .products-grid__item-holder .product-image-wrap .actions,
  .catalogsearch-result-index .main__col-main .products-grid__item-holder .product-image-wrap .actions {
    display: none;
  }
}
.catalog-category-view .main__col-main .products-grid__item-holder .product-image-wrap .actions__add-to-links,
.catalogsearch-result-index .main__col-main .products-grid__item-holder .product-image-wrap .actions__add-to-links {
  text-align: center;
}
.catalog-category-view .main__col-main .products-grid__item-holder .product-image-wrap .actions__add-to-links__wishlist-holder, .catalog-category-view .main__col-main .products-grid__item-holder .product-image-wrap .actions__add-to-links__quick-view-block,
.catalogsearch-result-index .main__col-main .products-grid__item-holder .product-image-wrap .actions__add-to-links__wishlist-holder,
.catalogsearch-result-index .main__col-main .products-grid__item-holder .product-image-wrap .actions__add-to-links__quick-view-block {
  display: inline-block;
  width: 100%;
}
@media only screen and (min-width: 1170px) {
  .catalog-category-view .main__col-main .products-grid__item-holder .product-image-wrap .actions__add-to-links__wishlist-holder, .catalog-category-view .main__col-main .products-grid__item-holder .product-image-wrap .actions__add-to-links__quick-view-block,
  .catalogsearch-result-index .main__col-main .products-grid__item-holder .product-image-wrap .actions__add-to-links__wishlist-holder,
  .catalogsearch-result-index .main__col-main .products-grid__item-holder .product-image-wrap .actions__add-to-links__quick-view-block {
    width: 100%;
  }
}
.catalog-category-view .main__col-main .products-grid__item-holder .product-image-wrap .actions__add-to-links__wishlist-holder__link-wishlist,
.catalogsearch-result-index .main__col-main .products-grid__item-holder .product-image-wrap .actions__add-to-links__wishlist-holder__link-wishlist {
  font-size: 20px;
  font-size: 2rem;
  color: #797979;
}
.catalog-category-view .main__col-main .products-grid__item-holder .product-image-wrap .actions__add-to-links__quick-view-block,
.catalogsearch-result-index .main__col-main .products-grid__item-holder .product-image-wrap .actions__add-to-links__quick-view-block {
  padding-left: 20px;
  vertical-align: sub;
}
@media only screen and (min-width: 1024px) {
  .catalog-category-view .main__col-main .products-grid__item-holder .product-image-wrap .actions__add-to-links__quick-view-block,
  .catalogsearch-result-index .main__col-main .products-grid__item-holder .product-image-wrap .actions__add-to-links__quick-view-block {
    vertical-align: text-top;
  }
}
.catalog-category-view .main__col-main .products-grid__item-holder .product-image-wrap .actions__add-to-links__quick-view-block a,
.catalogsearch-result-index .main__col-main .products-grid__item-holder .product-image-wrap .actions__add-to-links__quick-view-block a {
  font-size: 10px;
  font-size: 1rem;
  color: #565656;
  font-weight: bold;
  text-transform: uppercase;
}
@media only screen and (min-width: 1170px) {
  .catalog-category-view .main__col-main .products-grid__item-holder .product-image-wrap .actions__add-to-links__quick-view-block a,
  .catalogsearch-result-index .main__col-main .products-grid__item-holder .product-image-wrap .actions__add-to-links__quick-view-block a {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
.catalog-category-view .main__col-main .products-grid__item-holder .product-image-wrap .available-size .available-size-title,
.catalogsearch-result-index .main__col-main .products-grid__item-holder .product-image-wrap .available-size .available-size-title {
  font-size: 13px;
  font-size: 1.3rem;
  margin-bottom: 5px;
}
.catalog-category-view .main__col-main .products-grid__item-holder .product-image-wrap .available-size ul,
.catalogsearch-result-index .main__col-main .products-grid__item-holder .product-image-wrap .available-size ul {
  display: inline-block;
  border-bottom: 1px solid #c5c5c5;
  width: 100%;
  padding-bottom: 9px;
  margin-bottom: 16px;
}
.catalog-category-view .main__col-main .products-grid__item-holder .product-image-wrap .available-size ul .size,
.catalogsearch-result-index .main__col-main .products-grid__item-holder .product-image-wrap .available-size ul .size {
  display: inline-block;
  margin: 0 3px;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 0;
  color: #fd6675;
}
.catalog-category-view .main__col-main .products-grid__item-holder .product-image-wrap .available-size ul .size:last-child:after,
.catalogsearch-result-index .main__col-main .products-grid__item-holder .product-image-wrap .available-size ul .size:last-child:after {
  content: '';
}
.catalog-category-view .main__col-main .products-grid__item-holder .product-image-wrap .available-size ul .size:after,
.catalogsearch-result-index .main__col-main .products-grid__item-holder .product-image-wrap .available-size ul .size:after {
  content: ',';
  display: inline;
}
.catalog-category-view .main__col-main .products-grid__item-holder__product-name,
.catalogsearch-result-index .main__col-main .products-grid__item-holder__product-name {
  display: inline-block;
  margin-bottom: 3px;
  width: 100%;
  border-top: 1px solid #d7d7d7;
}
.catalog-category-view .main__col-main .products-grid__item-holder__product-name a,
.catalogsearch-result-index .main__col-main .products-grid__item-holder__product-name a {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 18px;
  line-height: 1.8rem;
  color: #404040;
  display: block;
  font-weight: bold;
  margin: 15px 0 0;
  text-decoration: none;
}
.catalog-category-view .main__col-main .products-grid__item-holder__reviews,
.catalogsearch-result-index .main__col-main .products-grid__item-holder__reviews {
  display: inline-block;
  float: right;
}
.catalog-category-view .main__col-main .products-grid__item-holder .price-box,
.catalogsearch-result-index .main__col-main .products-grid__item-holder .price-box {
  min-height: 40px;
  display: inline-block;
  width: 50%;
}
@media screen and (max-width: 900px) {
  .catalog-category-view .main__col-main .products-grid__item-holder .price-box,
  .catalogsearch-result-index .main__col-main .products-grid__item-holder .price-box {
    width: 100%;
  }
}
.catalog-category-view .main__col-main .products-grid__item-holder .price-box .minimal-price-link,
.catalogsearch-result-index .main__col-main .products-grid__item-holder .price-box .minimal-price-link {
  display: none;
}
.catalog-category-view .main__col-main .products-grid__item-holder .price-box .regular-price,
.catalog-category-view .main__col-main .products-grid__item-holder .price-box .old-price,
.catalog-category-view .main__col-main .products-grid__item-holder .price-box .special-price,
.catalogsearch-result-index .main__col-main .products-grid__item-holder .price-box .regular-price,
.catalogsearch-result-index .main__col-main .products-grid__item-holder .price-box .old-price,
.catalogsearch-result-index .main__col-main .products-grid__item-holder .price-box .special-price {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 20px;
  line-height: 2rem;
  color: #737373;
}
.catalog-category-view .main__col-main .products-grid__item-holder .price-box .old-price,
.catalogsearch-result-index .main__col-main .products-grid__item-holder .price-box .old-price {
  text-decoration: line-through;
  font-size: 13px;
  font-size: 1.3rem;
}
.catalog-category-view .main__col-main .products-grid__item-holder .price-box .special-price,
.catalogsearch-result-index .main__col-main .products-grid__item-holder .price-box .special-price {
  color: #fd6675;
}
@media only screen and (min-width: 1170px) {
  .catalog-category-view .main__col-main .products-grid__item-holder:hover .new-attribute,
  .catalogsearch-result-index .main__col-main .products-grid__item-holder:hover .new-attribute {
    bottom: 170px;
  }
  .catalog-category-view .main__col-main .products-grid__item-holder:hover .actions,
  .catalogsearch-result-index .main__col-main .products-grid__item-holder:hover .actions {
    opacity: 1;
  }
}

.catalogsearch-result-index .search-bestsellers {
  margin-bottom: 40px;
  position: relative;
}
.catalogsearch-result-index .search-bestsellers .item {
  width: 18%;
  margin-right: 2%;
  float: left;
  text-align: center;
}
.catalogsearch-result-index .search-bestsellers .item:last-child {
  margin-right: 0;
}
.catalogsearch-result-index .search-bestsellers h3 {
  background-color: #fff;
  font-size: 22px;
  font-size: 2.2rem;
  margin: 20px auto;
  text-align: center;
  text-transform: uppercase;
  width: 220px;
}
.catalogsearch-result-index .search-bestsellers h3:before {
  border-bottom: 2px solid #c8c8c8;
  content: "";
  left: 0;
  position: absolute;
  top: 31px;
  width: 100%;
  z-index: -1;
}
.catalogsearch-result-index .search-bestsellers .product-name {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 16px;
}
.catalogsearch-result-index .search-bestsellers .product-name a {
  color: #272420;
}
.catalogsearch-result-index .search-bestsellers .old-price {
  font-size: 11px;
  font-size: 1.1rem;
  text-decoration: line-through;
  margin: 0 0 4px;
}
.catalogsearch-result-index .search-bestsellers .regular-price {
  color: #fc3f52;
  font-size: 13px;
  font-size: 1.3rem;
  margin: 0;
}
.catalogsearch-result-index .search-bestsellers .special-price {
  color: #fc3f52;
  font-size: 12px;
  font-size: 1.2rem;
}

.search-bestsellers {
  margin-bottom: 40px;
}

.bestsellers-no-route-msg {
  border: 1px solid #dfdfdf;
  line-height: 28px;
  margin-bottom: 40px;
}
.bestsellers-no-route-msg p {
  font-size: 18px;
  font-size: 1.8rem;
  margin: 10px 0 10px;
  color: #667080;
  text-align: center;
}

.bestseller-no-route {
  margin-bottom: 10px;
}
.bestseller-no-route .bx-wrapper {
  padding: 0 10px;
}
.bestseller-no-route h3 {
  text-align: center;
  text-transform: uppercase;
  margin: 17px 0;
  font-size: 15px;
  font-size: 1.5rem;
}
.bestseller-no-route .product-name {
  font-size: 10px;
  font-size: 1rem;
  line-height: 14px;
  min-height: 76px;
  margin-top: 20px;
}
.bestseller-no-route .product-name a {
  color: #667080;
  font-size: 12px;
  font-size: 1.2rem;
}
.bestseller-no-route .price-box {
  display: inline-block;
  width: 100%;
}
.bestseller-no-route .price-box .price {
  color: #fc3f52;
  font-size: 13px;
  font-size: 1.3rem;
  margin: 0;
}
.bestseller-no-route .old-price {
  font-size: 11px;
  font-size: 1.1rem;
  text-decoration: line-through;
  margin: 0 0 4px;
  display: inline-block;
}
.bestseller-no-route .regular-price {
  color: #fc3f52;
  font-size: 13px;
  font-size: 1.3rem;
  display: inline-block;
  margin: 0;
}
.bestseller-no-route .special-price {
  color: #fc3f52;
  font-size: 12px;
  font-size: 1.2rem;
  display: inline-block;
}

.catalog-category-view .main .sidebar .block-subtitle,
.catalogsearch-result-index .main .sidebar .block-subtitle {
  color: #272420;
  font-size: 15px;
  font-size: 1.5rem;
  background-color: #f8f8f8;
  padding: 15px 10px 0;
}
.catalog-category-view .main .sidebar p.block-subtitle.block-subtitle--filter,
.catalogsearch-result-index .main .sidebar p.block-subtitle.block-subtitle--filter {
  background-color: white !important;
  display: none;
}
.catalog-category-view .main .sidebar #narrow-by-list2 dt.last.odd.current:first-of-type,
.catalogsearch-result-index .main .sidebar #narrow-by-list2 dt.last.odd.current:first-of-type {
  display: none;
}
.catalog-category-view .main .sidebar #narrow-by-list2 dd.last.odd.current:first-of-type,
.catalogsearch-result-index .main .sidebar #narrow-by-list2 dd.last.odd.current:first-of-type {
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .catalog-category-view .main .sidebar .block-subtitle,
  .catalogsearch-result-index .main .sidebar .block-subtitle {
    padding: 15px 0px 0;
  }
}
.catalog-category-view .main .sidebar .currently,
.catalogsearch-result-index .main .sidebar .currently {
  background-color: #f8f8f8;
  padding: 4px 11px;
}
.catalog-category-view .main .sidebar .actions,
.catalogsearch-result-index .main .sidebar .actions {
  background-color: #f8f8f8;
  display: inline-block;
  width: 100%;
  text-align: center;
  padding-bottom: 10px;
}
.catalog-category-view .main .sidebar .actions a,
.catalogsearch-result-index .main .sidebar .actions a {
  background-color: #fc3f52;
  color: #fff;
  display: inline-block;
  padding: 4px 8px;
  text-align: center;
  width: 85%;
  font-size: 11px;
}
.catalog-category-view .main .sidebar .btn-remove,
.catalogsearch-result-index .main .sidebar .btn-remove {
  background-image: url("https://www.lindybop.co.uk/skin/frontend/rwd/lbdesktop/images/layerd-nav-selected.png");
  display: inline-block;
  float: right;
  height: 13px;
  width: 13px;
  margin-right: 7px;
}
.catalog-category-view .main .sidebar li,
.catalogsearch-result-index .main .sidebar li {
  font-size: 11px;
  font-size: 1.1rem;
  margin-bottom: 8px;
}
.catalog-category-view .main .sidebar .label,
.catalogsearch-result-index .main .sidebar .label {
  display: inline-block;
  width: 100%;
  margin: 10px 0;
  font-weight: normal;
  font-size: 12px;
  font-size: 1.2rem;
}
.catalog-category-view .main .sidebar .multiselect-child,
.catalogsearch-result-index .main .sidebar .multiselect-child {
  border: 1px solid #d7d7d7;
  padding: 6px 5px;
  margin-right: 4px;
  display: inline-block;
  margin-bottom: 8px;
}
.catalog-category-view .main__col-left__block__block-content .toggle,
.catalogsearch-result-index .main__col-left__block__block-content .toggle {
  font-size: 10px;
  font-size: 1rem;
  border: 1px solid #667080;
  border-radius: 100%;
  float: right;
  height: 17px;
  padding-top: 2px;
  text-align: center;
  width: 17px;
}
.catalog-category-view .main__col-left__block__block-content .toggle__fa-minus,
.catalogsearch-result-index .main__col-left__block__block-content .toggle__fa-minus {
  display: block;
}
.catalog-category-view .main__col-left__block__block-content .toggle__fa-plus,
.catalogsearch-result-index .main__col-left__block__block-content .toggle__fa-plus {
  display: none;
}
.catalog-category-view .main__col-left__block__block-content__block-subtitle,
.catalogsearch-result-index .main__col-left__block__block-content__block-subtitle {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 20px;
  line-height: 2rem;
  color: #667080;
  font-weight: bold;
  letter-spacing: 1px;
  padding-bottom: 5px;
  text-transform: uppercase;
  margin-top: 30px;
}
.catalog-category-view .main__col-left__block__block-content__narrow-by-list__filter-title,
.catalogsearch-result-index .main__col-left__block__block-content__narrow-by-list__filter-title {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 1.8rem;
  background: none;
  border-top: 1px solid #e2e2e2;
  color: #667080;
  padding: 10px 0;
}
.catalog-category-view .main__col-left__block__block-content__narrow-by-list .amshopby-collapsed .toggle__fa-minus,
.catalogsearch-result-index .main__col-left__block__block-content__narrow-by-list .amshopby-collapsed .toggle__fa-minus {
  display: none;
}
.catalog-category-view .main__col-left__block__block-content__narrow-by-list .amshopby-collapsed .toggle__fa-plus,
.catalogsearch-result-index .main__col-left__block__block-content__narrow-by-list .amshopby-collapsed .toggle__fa-plus {
  display: block;
}
.catalog-category-view .main__col-left__block__block-content__narrow-by-list__filters-holder .count,
.catalogsearch-result-index .main__col-left__block__block-content__narrow-by-list__filters-holder .count {
  color: #ff9fb2;
  font-size: 9px;
  font-size: 0.9rem;
}
.catalog-category-view .main__col-left__block__block-content__narrow-by-list__filters-holder a,
.catalogsearch-result-index .main__col-left__block__block-content__narrow-by-list__filters-holder a {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 20px;
  line-height: 2rem;
  color: #667080;
  line-height: 15px;
}
.catalog-category-view .main__col-left__block__block-content__narrow-by-list__filters-holder .amsopby-flag-clickfirst,
.catalogsearch-result-index .main__col-left__block__block-content__narrow-by-list__filters-holder .amsopby-flag-clickfirst {
  margin-top: 10px;
  padding-bottom: 10px;
  transition: all .3s ease-in-out .1s;
}
.catalog-category-view .main__col-left__block__block-content__narrow-by-list__filters-holder--Colour li a, .catalog-category-view .main__col-left__block__block-content__narrow-by-list__filters-holder--Color li a, .catalog-category-view .main__col-left__block__block-content__narrow-by-list__filters-holder--Farbe li a,
.catalogsearch-result-index .main__col-left__block__block-content__narrow-by-list__filters-holder--Colour li a,
.catalogsearch-result-index .main__col-left__block__block-content__narrow-by-list__filters-holder--Color li a,
.catalogsearch-result-index .main__col-left__block__block-content__narrow-by-list__filters-holder--Farbe li a {
  padding: 5px;
}
.catalog-category-view .main__col-left__block__block-content__narrow-by-list__filters-holder--Size li .amshopby-attr, .catalog-category-view .main__col-left__block__block-content__narrow-by-list__filters-holder--Size li .amshopby-attr-selected,
.catalogsearch-result-index .main__col-left__block__block-content__narrow-by-list__filters-holder--Size li .amshopby-attr,
.catalogsearch-result-index .main__col-left__block__block-content__narrow-by-list__filters-holder--Size li .amshopby-attr-selected {
  text-decoration: none;
  width: 100%;
  font-size: 12px;
  font-size: 1.2rem;
  margin: 3px 0px;
}

.catalog-category-view .row:nth-of-type(2) {
  margin-bottom: 40px;
}
.catalog-category-view .bestseller-category-blocks {
  display: inline-block;
}
.catalog-category-view .bestseller-category-blocks h2 {
  font-size: 22px;
  font-size: 2.2rem;
  color: #272420;
  font-weight: bold;
  margin: 20px 0;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
.catalog-category-view .bestseller-category-blocks h2 span {
  background-color: #fff;
  padding: 0 20px;
}
.catalog-category-view .bestseller-category-blocks h2:before {
  border-top: 1px solid #c8c8c8;
  bottom: 0;
  content: '';
  height: 11px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
}
.catalog-category-view .bestseller-category-blocks__home-cat-block {
  margin-bottom: -20px;
  position: relative;
}
.catalog-category-view .bestseller-category-blocks__home-cat-block p {
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
}
.catalog-category-view .bestseller-category-blocks__home-cat-block a {
  color: #272420;
  text-decoration: none;
}
.catalog-category-view .bestseller-category-blocks__home-cat-block img {
  width: 100%;
}
.catalog-category-view .bestseller-category-blocks__home-cat-block .stars {
  display: block;
  height: 100%;
  margin: 1px auto 8px;
  max-width: 100%;
  width: auto;
}
.catalog-category-view .bestseller-category-blocks__home-cat-block span {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 24px;
  line-height: 2.4rem;
  background-color: rgba(255, 255, 255, 0.94);
  bottom: 34px;
  display: block;
  padding: 6px 0;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 1170px) {
  .catalog-category-view .bestseller-category-blocks__home-cat-block span {
    bottom: 36px;
  }
}
.catalog-category-view .bestseller-category-blocks__home-cat-block h5 {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 20px;
  line-height: 2rem;
  padding: 10px 10px 0;
  text-align: center;
}
@media only screen and (min-width: 1170px) {
  .catalog-category-view .bestseller-category-blocks__home-cat-block h5 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 30px;
    line-height: 3rem;
    padding: 40px 30px 0;
  }
}
.catalog-category-view .recently-viewed-block .recently-viewed h3:before {
  border-bottom: 0;
  border-top: 1px solid #c8c8c8;
  bottom: 0;
  content: '';
  height: 11px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
}

.toolbar {
  background-color: #f8f8f8;
  float: left;
  margin-bottom: 10px;
  padding: 9px 15px;
  width: 100%;
}
.toolbar__sorter__view-mode {
  display: none;
}
.toolbar__sorter__sort-by {
  float: right;
}
.toolbar__sorter__sort-by select {
  font-size: 12px;
  font-size: 1.2rem;
  background-color: #fff;
  border: 1px solid #d0d0d0;
  border-radius: 0;
  color: #667080;
  height: 30px;
  outline: none;
  padding: 5px;
  width: 150px;
}
.toolbar__sorter__sort-by label, .toolbar__sorter__sort-by__switcher {
  font-weight: normal;
}
.toolbar__sorter__sort-by label i, .toolbar__sorter__sort-by__switcher i {
  color: #272420;
  font-size: 12px;
  font-size: 1.2rem;
}
.toolbar__pager {
  float: left;
}
.toolbar__pager__amount {
  display: none;
}
.toolbar__pager__limiter {
  padding-top: 5px;
  font-size: 12px;
  font-size: 1.2rem;
}
.toolbar__pager__limiter label {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
}
.toolbar__pager__limiter select {
  border: 1px solid #bfbfbf;
  outline: none;
}
.toolbar__pager .pages {
  display: none;
}

.toolbar-bottom {
  float: left;
  width: 100%;
}
.toolbar-bottom .toolbar__pager {
  width: 100%;
}
.toolbar-bottom .toolbar__pager__limiter {
  display: inline-block;
  float: left;
}
.toolbar-bottom .toolbar__pager .pages {
  display: inline-block;
  float: right;
}
.toolbar-bottom .toolbar__pager .pages strong {
  display: none;
}
.toolbar-bottom .toolbar__pager .pages__items {
  display: inline-block;
  margin-right: 5px;
}
.toolbar-bottom .toolbar__pager .pages__items:last-of-type {
  margin-right: 0;
}
.toolbar-bottom .toolbar__pager .pages__items__anchor {
  font-size: 14px;
  font-size: 1.4rem;
  border: 1px solid #abb0b9;
  border-radius: 50px;
  color: #a4a9b3;
  display: inline-block;
  font-weight: bold;
  height: 22px;
  padding-top: 2px;
  text-align: center;
  text-decoration: none;
  width: 22px;
}
.toolbar-bottom .toolbar__pager .pages__items__anchor--main {
  font-size: 22px;
  font-size: 2.2rem;
  border-radius: 50px;
  height: 34px;
  padding-top: 4px;
  text-align: center;
  width: 34px;
}
.toolbar-bottom .toolbar__pager .pages__items--current {
  font-size: 14px;
  font-size: 1.4rem;
  border: 1px solid #677080;
  border-radius: 50px;
  color: #677080;
  height: 22px;
  padding-top: 2px;
  text-align: center;
  width: 22px;
}
.toolbar-bottom .toolbar__sorter {
  display: none;
}

.category-a-holder__grid--left {
  float: left;
  padding-right: 15px;
  width: 50%;
}
.category-a-holder__grid--left .grid-small {
  padding-left: 15px;
  padding-right: 0;
}
.category-a-holder__grid--left .grid-small:nth-child(2) {
  padding-left: 0;
  padding-right: 15px;
}
.category-a-holder__grid--right {
  float: right;
  padding-left: 15px;
  width: 50%;
}
.category-a-holder__grid--right .grid-small {
  padding-right: 15px;
}
.category-a-holder__grid--right .grid-small:nth-child(2) {
  padding-left: 15px;
  padding-right: 0;
}
.category-a-holder__grid__large {
  float: left;
  width: 100%;
}
.category-a-holder__grid__large .category-holder {
  margin-bottom: 30px;
  max-height: 580px;
  position: relative;
}
.category-a-holder__grid__large .category-holder__content {
  background-color: rgba(223, 222, 222, 0.92);
  bottom: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  text-align: center;
  transition: all .3s ease-in-out .1s;
  width: 100%;
}
.category-a-holder__grid__large .category-holder__content__title a {
  text-decoration: none;
}
.category-a-holder__grid__large .category-holder__content__title h2 {
  font-size: 16px;
  font-size: 1.6rem;
  color: #383532;
  padding: 20px 0 0;
  text-transform: uppercase;
}
.category-a-holder__grid__large .category-holder__content__title span {
  font-size: 13.71px;
  font-size: 1.371rem;
  background-color: #fc3f52;
  color: #fff;
  display: block;
  margin: 0 auto;
  opacity: 0;
  text-transform: uppercase;
  transition: all .3s ease-in-out .1s;
  width: 13%;
}
.category-a-holder__grid__large .category-holder__content:hover span {
  margin: 20px auto;
  opacity: 1;
  padding: 5px 10px;
  text-align: center;
}
.category-a-holder__grid__small {
  float: left;
  width: 50%;
}
.category-a-holder__grid__small .category-holder {
  margin-bottom: 30px;
  max-height: 300px;
  position: relative;
}
.category-a-holder__grid__small .category-holder__content {
  background-color: rgba(223, 222, 222, 0.92);
  bottom: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  text-align: center;
  transition: all .3s ease-in-out .1s;
  width: 100%;
}
.category-a-holder__grid__small .category-holder__content__title a {
  text-decoration: none;
}
.category-a-holder__grid__small .category-holder__content__title h2 {
  font-size: 12px;
  font-size: 1.2rem;
  color: #383532;
  padding: 20px 0 0;
  text-transform: uppercase;
}
@media only screen and (min-width: 1024px) {
  .category-a-holder__grid__small .category-holder__content__title h2 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.category-a-holder__grid__small .category-holder__content__title span {
  font-size: 13.71px;
  font-size: 1.371rem;
  background-color: #fc3f52;
  color: #fff;
  display: block;
  margin: 0 auto;
  opacity: 0;
  text-transform: uppercase;
  transition: all .3s ease-in-out .1s;
  width: 30%;
}
.category-a-holder__grid__small .category-holder__content:hover span {
  margin: 20px auto;
  opacity: 1;
  padding: 5px 10px;
  text-align: center;
}
.category-a-holder__grid__small.tall {
  float: left;
  width: 50%;
  padding-right: 15px;
}
.category-a-holder__grid__small.tall:nth-child(2), .category-a-holder__grid__small.tall:nth-child(5) {
  padding-left: 15px;
  padding-right: 0;
}
.category-a-holder__grid__small.tall > .category-holder {
  margin-bottom: 30px;
  max-height: 537px;
  position: relative;
}

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0 40px;
  *zoom: 1;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

/** THEME
===================================*/
.bx-wrapper .bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url("https://www.lindybop.co.uk/skin/frontend/rwd/lbdesktop/images/bx_loader.gif") center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 40;
}

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 0;
  background: url("https://www.lindybop.co.uk/skin/frontend/rwd/lbdesktop/images/controls.png") no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
  right: 0;
  background: url("https://www.lindybop.co.uk/skin/frontend/rwd/lbdesktop/images/controls.png") no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 40;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url("https://www.lindybop.co.uk/skin/frontend/rwd/lbdesktop/images/controls.png") -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url("https://www.lindybop.co.uk/skin/frontend/rwd/lbdesktop/images/controls.png") -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666 \9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

/* New home banners */
.rslides-container {
  position: relative;
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0 auto;
}

@media screen and (max-width: 960px) {
  .rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0 auto;
  }
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}

.rslides .background img {
  display: block;
  height: auto;
  width: 100%;
  border: 0;
  max-width: none;
  width: auto;
}

.rslides img {
  width: 100%;
}

.rslides li .holder {
  position: relative;
  top: 0px;
  z-index: 10000;
  width: 100%;
}

.rslides li .holder img {
  z-index: 1000;
}

a.rslides_nav {
  width: 40px;
  height: 40px;
  background: url(https://www.lindybop.co.uk/skin/frontend/rwd/lbdesktop/images/homebanner-control.png) no-repeat -41px -40px;
  opacity: 0.6;
  display: block;
  position: absolute;
  top: 45%;
  cursor: pointer;
  text-indent: -9999px;
  z-index: 15;
  right: 20px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -moz-outline-style: none;
  outline-style: none;
}

a.rslides_nav:hover {
  opacity: 0.8;
}

a.rslides_nav.prev {
  background-position: 0px -40px;
  left: 20px;
}

.rslides_tabs {
  position: absolute;
  bottom: 12px;
  z-index: 15;
  display: none;
  text-align: center;
  width: 100%;
}

.rslides_tabs li {
  margin-right: 6px;
  display: inline-block;
}

.rslides_tabs li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-outline-style: none;
  outline-style: none;
}

.rslides_tabs .rslides_here a {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

.rslides .mobile {
  display: none;
}

.catalog-product-view #ajaxcartpro-add-confirm, .catalog-product-view #ajaxcartpro-remove-confirm {
  padding: 35px;
  overflow: visible;
  min-width: 470px;
}
.catalog-product-view #ajaxcartpro-add-confirm .actions, .catalog-product-view #ajaxcartpro-remove-confirm .actions {
  display: inline-block;
  width: 100%;
}
.catalog-product-view #ajaxcartpro-add-confirm .close-ajaxcartpro, .catalog-product-view #ajaxcartpro-remove-confirm .close-ajaxcartpro {
  position: absolute;
  top: -10px;
  right: -10px;
  cursor: pointer;
}
.catalog-product-view #ajaxcartpro-add-confirm .close-ajaxcartpro .fa-times-circle, .catalog-product-view #ajaxcartpro-remove-confirm .close-ajaxcartpro .fa-times-circle {
  font-size: 38px;
  color: #666666;
}
.catalog-product-view #ajaxcartpro-add-confirm p, .catalog-product-view #ajaxcartpro-remove-confirm p {
  font-size: 17px;
  width: 440px;
  line-height: 24px;
  font-weight: normal;
  font-family: 'Montserrat', arial, sans-serif;
}
.catalog-product-view #ajaxcartpro-add-confirm .add-to-cart-msg, .catalog-product-view #ajaxcartpro-remove-confirm .add-to-cart-msg {
  color: #272420;
}
.catalog-product-view #ajaxcartpro-add-confirm .aw-acp-continue, .catalog-product-view #ajaxcartpro-add-confirm .aw-acp-checkout, .catalog-product-view #ajaxcartpro-add-confirm .ajaxcartpro-box-show, .catalog-product-view #ajaxcartpro-remove-confirm .aw-acp-continue, .catalog-product-view #ajaxcartpro-remove-confirm .aw-acp-checkout, .catalog-product-view #ajaxcartpro-remove-confirm .ajaxcartpro-box-show {
  border: none;
  background-image: none;
  background-color: #e6e6e6;
  padding: 0 10px;
  margin: 10px 0 0;
  line-height: 41px;
  color: #707070;
  height: 40px;
  width: 46%;
  font-size: 14px;
  font-size: 1.4rem;
  display: inline-block;
  float: left;
  text-transform: uppercase;
  font-family: 'Montserrat', arial, sans-serif;
}
.catalog-product-view #ajaxcartpro-add-confirm .aw-acp-checkout, .catalog-product-view #ajaxcartpro-remove-confirm .aw-acp-checkout {
  background-color: #fc3f52;
  color: #fff;
  float: right;
}

#whoson_chat_link {
  bottom: 0;
  position: fixed;
  right: 60px;
  margin-bottom: 50px;
  z-index: 100;
}

.checkout-cart-index .footer .secure-checkout-block p, .checkout-onepage-index .footer .secure-checkout-block p {
  border: 1px solid #d0d0d0;
  float: right;
  font-size: 1.8rem;
  font-weight: normal;
  margin: -9px 0 0;
  padding: 10px 7px;
  text-align: center;
  text-transform: uppercase;
  width: 80%;
}
.checkout-cart-index .cart-totals-wrapper #shopping-cart-totals-table, .checkout-onepage-index .cart-totals-wrapper #shopping-cart-totals-table {
  display: none;
}
.checkout-cart-index .price-total, .checkout-onepage-index .price-total {
  width: 36%;
  float: right;
}
.checkout-cart-index .price-total #shopping-cart-totals-table, .checkout-onepage-index .price-total #shopping-cart-totals-table {
  width: 100%;
}
.checkout-cart-index .price-total:before, .checkout-onepage-index .price-total:before {
  content: '';
  clear: both;
}
.checkout-cart-index .price-total tr .totals-rewards, .checkout-onepage-index .price-total tr .totals-rewards {
  font-size: 13px;
  font-size: 1.3rem;
}
.checkout-cart-index .price-total tr td, .checkout-onepage-index .price-total tr td {
  padding: 5px 0;
  line-height: 22px;
  font-size: 13px;
  font-size: 1.3rem;
}
.checkout-cart-index .price-total tr td:last-child, .checkout-onepage-index .price-total tr td:last-child {
  text-align: right;
}
.checkout-cart-index .price-total tr td strong, .checkout-onepage-index .price-total tr td strong {
  color: #fc3f52;
  font-size: 19px;
  font-size: 1.9rem;
}
.checkout-cart-index .basket-progress, .checkout-onepage-index .basket-progress {
  border: 1px solid #d0d0d0;
  margin-bottom: 14px;
  padding: 22px 0;
  position: relative;
  text-align: center;
  width: 100%;
  margin-top: 9px;
}
.checkout-cart-index .basket-progress .active span, .checkout-onepage-index .basket-progress .active span {
  border-bottom: 4px solid #fc3f52;
  overflow: visible;
  padding: 16px;
  width: 500px;
}
.checkout-cart-index .basket-progress li, .checkout-onepage-index .basket-progress li {
  display: inline-block;
  width: 18%;
}
.checkout-cart-index .basket-progress li a, .checkout-onepage-index .basket-progress li a {
  color: #272420;
  text-decoration: none;
}
.checkout-cart-index .basket-progress li p, .checkout-onepage-index .basket-progress li p {
  text-transform: uppercase;
}
.checkout-cart-index .basket-progress li p i, .checkout-onepage-index .basket-progress li p i {
  padding-left: 10px;
}
.checkout-cart-index .footer, .checkout-onepage-index .footer {
  clear: both;
}
.checkout-cart-index .footer .cart-footer, .checkout-onepage-index .footer .cart-footer {
  padding: 0;
}
.checkout-cart-index .footer .copyright, .checkout-onepage-index .footer .copyright {
  line-height: 19px;
  margin-top: 21px;
  margin-bottom: 10px;
}
.checkout-cart-index .footer .secure-checkout, .checkout-onepage-index .footer .secure-checkout {
  float: right;
  margin-top: -7px;
}
.checkout-cart-index .footer .footer-col, .checkout-onepage-index .footer .footer-col {
  text-align: center;
  padding-left: 10px;
}
.checkout-cart-index .footer .footer-col img, .checkout-onepage-index .footer .footer-col img {
  margin-bottom: 4px;
  width: 192px;
}
.checkout-cart-index .footer .footer-col:nth-child(even) img, .checkout-onepage-index .footer .footer-col:nth-child(even) img {
  width: 40px;
}
@media screen and (max-width: 960px) {
  .checkout-cart-index .footer .footer-col:nth-child(even) img, .checkout-onepage-index .footer .footer-col:nth-child(even) img {
    width: 30px;
  }
}
.checkout-cart-index .footer .footer-col:first-child, .checkout-onepage-index .footer .footer-col:first-child {
  margin-left: 0;
  padding-left: 0;
  text-align: left;
  margin-top: 20px;
}
.checkout-cart-index .footer .footer-col:first-child img, .checkout-onepage-index .footer .footer-col:first-child img {
  width: 100%;
  max-width: 270px;
}

.checkout-cart-index #rewardFormArea {
  background-color: #fff1f2;
  padding: 20px;
  margin-bottom: 20px;
}
.checkout-cart-index #rewardFormArea .instruction-points {
  color: #000000;
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
}
.checkout-cart-index #rewardFormArea .j2t-point-equivalence {
  font-weight: bold;
}
.checkout-cart-index #rewardFormArea .buttons-set {
  text-align: center;
}
.checkout-cart-index #rewardFormArea .buttons-set .button {
  background-color: #c5c5c5;
  border: none;
  padding: 10px 20px;
  color: #ffffff;
}
.checkout-cart-index #rewardFormArea .rewards_point_cart {
  font-size: 17px;
  font-size: 1.7rem;
}
.checkout-cart-index #rewardFormArea .points-input-wrap {
  display: block;
  width: 360px;
  margin: 0 auto;
}
.checkout-cart-index #rewardFormArea .points-input-wrap .buttons-set {
  display: inline;
  text-align: center;
}
.checkout-cart-index #rewardFormArea .points-input-wrap .buttons-set .button {
  background-color: #fc3f52;
  border: medium none;
  color: #fff;
  float: right;
  margin-bottom: 15px;
  padding: 10px 30px;
}
.checkout-cart-index #rewardFormArea .points-input-wrap input {
  display: inline;
  height: 35px;
  border: none;
  padding: 10px;
}
.checkout-cart-index #rewardFormArea h2 {
  text-align: center;
  font-size: 22px;
  font-size: 2.2rem;
  margin-bottom: 10px;
  color: #fc3f52;
  text-transform: uppercase;
}
.checkout-cart-index #rewardFormArea .rewards_point_cart {
  text-align: center;
  margin-bottom: 12px;
}
.checkout-cart-index #rewardFormArea p {
  text-align: center;
  margin-bottom: 20px;
  color: #fc3f52;
  font-size: 18px;
  font-size: 1.8rem;
}
.checkout-cart-index #shopping-cart-table {
  margin-top: 20px;
}
.checkout-cart-index #shopping-cart-table tr {
  border-bottom: 1px solid #d0d0d0;
}
.checkout-cart-index #shopping-cart-table td {
  padding: 21px 20px 21px 0;
  vertical-align: top;
}
.checkout-cart-index #shopping-cart-table thead tr {
  border-bottom: 1px solid #d0d0d0;
}
.checkout-cart-index #shopping-cart-table thead tr th {
  padding-bottom: 10px;
}
.checkout-cart-index .product-cart-size {
  width: 24%;
  vertical-align: top;
}
.checkout-cart-index .product-cart-price {
  width: 7%;
}
.checkout-cart-index .product-cart-actions {
  width: 17%;
}
.checkout-cart-index .product-cart-actions .plus {
  padding: 0 4px;
  color: #272420;
  background-color: #ececec;
}
.checkout-cart-index .product-cart-actions .minus {
  padding: 0 4px;
  color: #272420;
  background-color: #ececec;
}
.checkout-cart-index .product-cart-actions .qty {
  height: 30px;
  text-align: center;
}
.checkout-cart-index .product-cart-actions .btn-remove {
  font-size: 11px;
  font-size: 1.1rem;
  color: #272420;
  margin-top: 4px;
  display: block;
  margin-top: 7px;
  margin-left: 13px;
}
.checkout-cart-index .action-btns {
  padding-left: 10px;
}
.checkout-cart-index .action-btns .btn-remove {
  display: inline-block;
}
.checkout-cart-index .action-btns .btn-update {
  display: inline-block;
}
.checkout-cart-index .product-cart-total {
  text-align: right;
  padding-right: 0 !important;
}
.checkout-cart-index .cart-total-head {
  text-align: right;
}
.checkout-cart-index .page-title h1 {
  font-size: 22px;
  font-size: 2.2rem;
  margin: 20px 0;
  display: inline-block;
}
@media screen and (max-width: 980px) {
  .checkout-cart-index .page-title h1 {
    display: inline-block;
    font-size: 14px;
    font-size: 1.4rem;
    margin: 20px 0;
    width: 130px;
    line-height: 19px;
  }
}
.checkout-cart-index #header .header-logo {
  margin-bottom: 19px;
}
.checkout-cart-index #header .trust-section:before {
  display: block;
  content: '';
  clear: both;
}
.checkout-cart-index #header-search {
  display: none;
}
.checkout-cart-index .basket-progress {
  display: none;
}
.checkout-cart-index .trust-section {
  width: 100%;
  margin-top: 11px;
}
.checkout-cart-index .cart-totals-wrapper {
  clear: both;
  background-color: #ececec;
  padding: 20px;
}
.checkout-cart-index .cart-totals-wrapper .cart-totals {
  font-size: 20px;
  font-size: 2rem;
}
.checkout-cart-index .cart-totals-wrapper .cart-totals span {
  display: block;
  float: right;
}
.checkout-cart-index .checkout-types {
  display: inline-block;
  float: right;
  margin: 20px 0;
  clear: both;
}
.checkout-cart-index .checkout-types .btn-checkout {
  border: none;
  background-color: #fc3f52;
  padding: 10px 40px;
}
.checkout-cart-index .checkout-types .btn-checkout span {
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
}
.checkout-cart-index .checkout-types li {
  display: inline-block;
}
.checkout-cart-index .checkout-types .paypal-or {
  padding: 0 10px;
}
.checkout-cart-index .product-cart-info {
  width: 37%;
}
.checkout-cart-index .product-cart-info .product-image {
  display: inline-block;
  float: left;
  margin-bottom: 30px;
  margin-right: 10px;
}
.checkout-cart-index .product-cart-info .product-image img {
  width: 80px;
}
.checkout-cart-index .product-cart-info .product-name a {
  color: #272420;
  line-height: 18px;
  font-size: 12px;
  font-size: 1.2rem;
  padding-top: 8px;
  display: inline-block;
}
.checkout-cart-index .totals-bottom {
  background-color: #ececec;
  display: inline-block;
  padding: 20px;
  width: 100%;
  padding-top: 0;
}
.checkout-cart-index .totals-bottom .price-total {
  display: inline-block;
  float: right;
  font-size: 20px;
  font-size: 2rem;
}
.checkout-cart-index #discount-coupon-form {
  display: inline-block;
}
.checkout-cart-index #discount-coupon-form .discount {
  display: inline-block;
}
.checkout-cart-index #discount-coupon-form .discount h2 {
  display: inline-block;
  line-height: 12px;
  float: left;
  margin-top: 10px;
  margin-right: 13px;
  cursor: pointer;
}
.checkout-cart-index #discount-coupon-form .discount .discount-form {
  display: inline-block;
  display: none;
}
.checkout-cart-index #discount-coupon-form .discount .discount-form .button2 {
  border: none;
  background-color: #fc3f52;
  padding: 8px;
}
.checkout-cart-index #discount-coupon-form .discount .discount-form .button2 span {
  color: #fff;
  font-size: 13px;
  font-size: 1.3rem;
}
.checkout-cart-index #discount-coupon-form .discount .discount-form .button-wrapper {
  float: left;
  margin-left: 10px;
}
.checkout-cart-index #discount-coupon-form .discount .discount-form #coupon_code {
  float: left;
  width: 140px;
  height: 31px;
}
.checkout-cart-index .btn-continue {
  float: right;
  clear: both;
  border: none;
  background-color: transparent;
  margin-bottom: 27px;
}
.checkout-cart-index .btn-continue span {
  font-size: 14px;
  font-size: 1.4rem;
}
.checkout-cart-index .delivery_methods {
  margin: 10px 0 20px;
}
.checkout-cart-index .delivery_methods h4 {
  font-size: 18px;
  font-size: 1.8rem;
  border-bottom: 1px solid #d0d0d0;
  padding: 10px 0;
}
.checkout-cart-index .delivery_methods li {
  padding: 15px 10px;
  border-bottom: 1px solid #d0d0d0;
  font-size: 12px;
  font-size: 1.2rem;
}
.checkout-cart-index .delivery_methods li:last-child {
  width: 100%;
  padding-left: 63.33%;
  background-color: #ececec;
  border-bottom: none;
  padding-bottom: 0;
  padding-top: 30px;
}
.checkout-cart-index .delivery_methods li:last-child span:last-child {
  float: right;
  text-align: right;
  padding-right: 6px;
}
.checkout-cart-index .delivery_methods li span {
  vertical-align: top;
}
.checkout-cart-index .delivery_methods li span.international {
  float: right;
}
.checkout-cart-index .delivery_methods li .option {
  width: 33%;
  display: inline-block;
}
.checkout-cart-index .delivery_methods li .option img {
  margin: 0 10px;
}
.checkout-cart-index .delivery_methods li .extra.free_delivery {
  width: 20%;
  display: inline-block;
  color: #fc3f52;
  border: 1px dashed #fc3f52;
  margin: 0 40px;
  padding: 12px 15px;
  text-align: center;
}
.checkout-cart-index .delivery_methods li .extra {
  width: 20%;
  display: inline-block;
  margin: 10px 40px;
  padding: 0 15px;
  text-align: center;
}
.checkout-cart-index .delivery_methods li .price {
  display: inline-block;
  float: right;
  text-align: right;
}
@media screen and (max-width: 900px) {
  .checkout-cart-index .delivery_methods li .date {
    display: none;
  }
}
.checkout-cart-index .btn-update {
  border: none;
  background-color: transparent;
}
.checkout-cart-index .item-options {
  font-size: 12px;
  font-size: 1.2rem;
}
.checkout-cart-index .item-options dt {
  display: inline-block;
}
.checkout-cart-index .item-options dd {
  display: inline-block;
}
.checkout-cart-index .product-cart-lindy {
  position: relative;
}
.checkout-cart-index .product-cart-lindy .lindy_points {
  position: absolute;
  top: 0;
  left: 10%;
  height: 102px;
  width: 60px;
  text-align: center;
  color: #fff;
  padding: 16px 0;
  line-height: 15px;
  font-size: 13px;
  font-size: 1.3rem;
  background-image: url("https://www.lindybop.co.uk/skin/frontend/rwd/lbdesktop/images/basket_ribbon.png");
}
.checkout-cart-index .link-wishlist {
  margin-top: 20px;
  display: block;
  text-transform: uppercase;
  font-size: 11px;
  font-size: 1.1rem;
  color: #979490;
}
.checkout-cart-index .block-wishlist {
  position: relative;
  margin-bottom: 30px;
  clear: both;
}
.checkout-cart-index .block-wishlist .item {
  position: relative;
  padding: 20px 0;
}
.checkout-cart-index .block-wishlist .item img {
  width: 100%;
  border: 1px solid #dfdfdf;
}
.checkout-cart-index .block-wishlist .item .product-name {
  margin: 10px 0;
}
.checkout-cart-index .block-wishlist .item .product-name a {
  color: #272420;
  font-size: 12px;
  font-size: 1.2rem;
}
.checkout-cart-index .block-wishlist .item .fa-heart {
  position: absolute;
  bottom: 20px;
  right: 0;
  font-size: 18px;
  font-size: 1.8rem;
  color: #272420;
}
.checkout-cart-index .block-wishlist .item .old-price {
  font-size: 11px;
  font-size: 1.1rem;
  text-decoration: line-through;
  margin: 0 0 4px;
}
.checkout-cart-index .block-wishlist .item .regular-price {
  color: #fc3f52;
  font-size: 13px;
  font-size: 1.3rem;
  margin: 0;
}
.checkout-cart-index .block-wishlist .item .special-price {
  color: #fc3f52;
  font-size: 12px;
  font-size: 1.2rem;
}
.checkout-cart-index .block-wishlist .item .btn-remove {
  position: absolute;
  top: 10px;
  right: -5px;
  font-size: 22px;
  font-size: 2.2rem;
  color: #667080;
}
.checkout-cart-index .block-wishlist .bx-wrapper {
  max-width: 100% !important;
  width: 100%;
  padding: 0;
}
.checkout-cart-index .block-wishlist .block-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 200;
}
.checkout-cart-index .block-wishlist .block-title span {
  background-color: #fff;
  padding: 0 20px;
}
.checkout-cart-index .block-wishlist .block-title:before {
  border-bottom: 2px solid #c8c8c8;
  content: "";
  left: 0;
  position: absolute;
  top: 9px;
  width: 100%;
  z-index: -1;
}
.checkout-cart-index #ampromo-items-add {
  display: none !important;
}
.checkout-cart-index .item-msg.notice {
  display: none;
}
.checkout-cart-index #discount-giftcard-form {
  display: none;
}
.checkout-cart-index .product-cart-size .input-box {
  display: inline-block;
  width: 100%;
}
.checkout-cart-index .product-cart-size .input-box dd {
  display: inline-block;
  margin-right: 6px;
}
.checkout-cart-index .product-cart-size .input-box dd .selected {
  background-color: #fc3f52;
  color: #ffffff;
}
.checkout-cart-index .product-cart-size .input-box dd .selected .double-value, .checkout-cart-index .product-cart-size .input-box dd .selected .single-value {
  border-color: #fc3f52;
}
.checkout-cart-index .product-cart-size .input-box dd input[type="radio"] {
  display: none;
}
.checkout-cart-index .product-cart-size .input-box dd .double-value, .checkout-cart-index .product-cart-size .input-box dd .single-value {
  border: 1px solid #c0c0c0;
  padding: 5px;
  display: inline-block;
  cursor: pointer;
  min-width: 36px;
  text-align: center;
  font-weight: normal;
}

.checkout-onepage-index .cart-footer .footer-col:nth-child(1), .checkout-onepage-success .cart-footer .footer-col:nth-child(1) {
  visibility: hidden;
}
.checkout-onepage-index .amcustomerattr, .checkout-onepage-success .amcustomerattr {
  display: none;
}
.checkout-onepage-index .breadcrumb, .checkout-onepage-success .breadcrumb {
  display: none !important;
}
.checkout-onepage-index .validator.validator-email, .checkout-onepage-success .validator.validator-email {
  display: inline !important;
}
.checkout-onepage-index .validator.validator-phone, .checkout-onepage-success .validator.validator-phone {
  display: inline !important;
}
.checkout-onepage-index .container.global-messages, .checkout-onepage-success .container.global-messages {
  display: none;
}
.checkout-onepage-index .cart-footer, .checkout-onepage-success .cart-footer {
  margin-bottom: 60px;
}
.checkout-onepage-index #giftvoucher_container, .checkout-onepage-success #giftvoucher_container {
  border-bottom: 1px solid #c0c0c0;
  padding: 0 !important;
}
.checkout-onepage-index #giftvoucher_container .form-group.giftvoucher, .checkout-onepage-success #giftvoucher_container .form-group.giftvoucher {
  display: inline-block;
}
.checkout-onepage-index #giftvoucher_container .form-group.giftvoucher label, .checkout-onepage-success #giftvoucher_container .form-group.giftvoucher label {
  display: inline-block;
}
.checkout-onepage-index #giftvoucher_container .form-group.giftvoucher input#giftvoucher, .checkout-onepage-success #giftvoucher_container .form-group.giftvoucher input#giftvoucher {
  margin: 0 10px 0;
}
.checkout-onepage-index #giftvoucher_container .error-msg, .checkout-onepage-success #giftvoucher_container .error-msg {
  padding: 0;
}
.checkout-onepage-index #giftvoucher_container ul, .checkout-onepage-success #giftvoucher_container ul {
  background-color: #efefef;
  padding: 20px 40px 10px;
}
.checkout-onepage-index #giftvoucher_container .form-group label, .checkout-onepage-success #giftvoucher_container .form-group label {
  margin: 10px 0;
  display: block;
}
.checkout-onepage-index #giftvoucher_container .form-group input, .checkout-onepage-success #giftvoucher_container .form-group input {
  margin-top: 10px;
}
.checkout-onepage-index .newsletter-before-footer,
.checkout-onepage-index .remember-me-popup-head,
.checkout-onepage-index .remember-me-popup-body, .checkout-onepage-success .newsletter-before-footer,
.checkout-onepage-success .remember-me-popup-head,
.checkout-onepage-success .remember-me-popup-body {
  display: none;
}
.checkout-onepage-index .page-title h1, .checkout-onepage-success .page-title h1 {
  font-size: 22px;
  font-size: 2.2rem;
  margin: 20px 0 10px;
}
.checkout-onepage-index #header .header-logo, .checkout-onepage-success #header .header-logo {
  margin-bottom: 19px;
}
.checkout-onepage-index #header .trust-section:before, .checkout-onepage-success #header .trust-section:before {
  display: block;
  content: '';
  clear: both;
}
.checkout-onepage-index #header-search, .checkout-onepage-success #header-search {
  display: none;
}
.checkout-onepage-index #header-nav, .checkout-onepage-success #header-nav {
  display: none;
}
.checkout-onepage-index #checkoutSteps, .checkout-onepage-success #checkoutSteps {
  padding: 0;
  margin-bottom: 10px;
}
.checkout-onepage-index #checkoutSteps .form-list, .checkout-onepage-success #checkoutSteps .form-list {
  padding: 20px;
}
.checkout-onepage-index #checkoutSteps .form-list .fieldset, .checkout-onepage-success #checkoutSteps .form-list .fieldset {
  margin-bottom: 20px;
}
.checkout-onepage-index #checkoutSteps .form-list li, .checkout-onepage-success #checkoutSteps .form-list li {
  margin-top: 6px;
}
.checkout-onepage-index #checkoutSteps .form-list .control, .checkout-onepage-success #checkoutSteps .form-list .control {
  border: 1px solid #d3d3d3;
  margin-bottom: 11px;
  padding: 6px 11px;
}
.checkout-onepage-index #checkoutSteps .form-list .remember-me-box .input-box, .checkout-onepage-success #checkoutSteps .form-list .remember-me-box .input-box {
  float: left;
}
.checkout-onepage-index #checkoutSteps .form-list .remember-me-box label, .checkout-onepage-success #checkoutSteps .form-list .remember-me-box label {
  margin-top: 3px;
}
.checkout-onepage-index #checkoutSteps .form-list .remember-me-box .link-tip, .checkout-onepage-success #checkoutSteps .form-list .remember-me-box .link-tip {
  display: none;
}
.checkout-onepage-index #checkoutSteps .form-list label, .checkout-onepage-success #checkoutSteps .form-list label {
  margin: 10px 0 6px;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: normal;
}
.checkout-onepage-index #checkoutSteps .form-list .f-left, .checkout-onepage-success #checkoutSteps .form-list .f-left {
  font-size: 11px;
  font-size: 1.1rem;
  float: left;
  margin-top: 6px;
}
.checkout-onepage-index #checkoutSteps .radio, .checkout-onepage-index #checkoutSteps .checkbox, .checkout-onepage-success #checkoutSteps .radio, .checkout-onepage-success #checkoutSteps .checkbox {
  display: inline-block;
  margin-right: 4px;
}
.checkout-onepage-index #checkoutSteps .section, .checkout-onepage-success #checkoutSteps .section {
  padding: 0;
  margin-bottom: 20px;
}
.checkout-onepage-index #checkoutSteps .section.allow, .checkout-onepage-success #checkoutSteps .section.allow {
  position: relative;
}
.checkout-onepage-index #checkoutSteps .section.allow:after, .checkout-onepage-success #checkoutSteps .section.allow:after {
  content: "";
  display: block;
  width: 42px;
  height: 42px;
  background-color: red;
  top: 0;
  right: -60px;
  position: absolute;
  background: url("https://www.lindybop.co.uk/skin/frontend/rwd/lbdesktop/images/green-tick.png") no-repeat 0 0;
}
.checkout-onepage-index #checkoutSteps #opc-login:after, .checkout-onepage-success #checkoutSteps #opc-login:after {
  display: none;
}
.checkout-onepage-index #checkoutSteps .section.allow.active:after, .checkout-onepage-success #checkoutSteps .section.allow.active:after {
  background-color: transparent;
}
.checkout-onepage-index #checkoutSteps .step-title, .checkout-onepage-success #checkoutSteps .step-title {
  background-color: #dfdfdf;
  padding: 16px 18px;
  display: inline-block;
  width: 100%;
}
.checkout-onepage-index #checkoutSteps .step-title h2, .checkout-onepage-success #checkoutSteps .step-title h2 {
  display: inline-block;
  color: #272420;
}
.checkout-onepage-index #checkoutSteps .step-title a, .checkout-onepage-success #checkoutSteps .step-title a {
  float: right;
  display: inline-block;
  color: #272420;
  font-size: 11px;
  font-size: 1.1rem;
}
.checkout-onepage-index #checkoutSteps .button, .checkout-onepage-success #checkoutSteps .button {
  border: none;
  background-color: #fc3f52;
  color: #fff;
  padding: 10px 30px;
  float: right;
  margin-bottom: 15px;
}
.checkout-onepage-index .checkout-order-summary:after, .checkout-onepage-success .checkout-order-summary:after {
  display: block;
  clear: both;
  content: '';
}
.checkout-onepage-index #opc-login .step-title, .checkout-onepage-success #opc-login .step-title {
  display: none;
}
.checkout-onepage-index .col2-set .col-1, .checkout-onepage-index .col2-set .col-2, .checkout-onepage-success .col2-set .col-1, .checkout-onepage-success .col2-set .col-2 {
  border: 1px solid #dfdfdf;
  margin: 10px 0;
  padding: 0;
  width: 48%;
}
.checkout-onepage-index .col2-set .col-1 .form-list, .checkout-onepage-index .col2-set .col-2 .form-list, .checkout-onepage-success .col2-set .col-1 .form-list, .checkout-onepage-success .col2-set .col-2 .form-list {
  min-height: 170px;
}
.checkout-onepage-index .col2-set .col-1 .buttons-set, .checkout-onepage-index .col2-set .col-2 .buttons-set, .checkout-onepage-success .col2-set .col-1 .buttons-set, .checkout-onepage-success .col2-set .col-2 .buttons-set {
  padding: 10px 20px;
}
.checkout-onepage-index .col2-set .col-1 h3, .checkout-onepage-index .col2-set .col-2 h3, .checkout-onepage-success .col2-set .col-1 h3, .checkout-onepage-success .col2-set .col-2 h3 {
  padding: 16px 20px;
  background-color: #dfdfdf;
  color: #272420;
}
.checkout-onepage-index .col2-set .input-box .input-text, .checkout-onepage-success .col2-set .input-box .input-text {
  width: 100%;
  height: 34px;
}
.checkout-onepage-index .col2-set .col-1, .checkout-onepage-success .col2-set .col-1 {
  margin-right: 4%;
}
.checkout-onepage-index .numberCircle, .checkout-onepage-success .numberCircle {
  border-radius: 50%;
  margin-right: 8px;
  width: 22px;
  height: 22px;
  padding: 6px 11px;
  background: #fff;
  color: #666;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
}
.checkout-onepage-index .fields, .checkout-onepage-success .fields {
  display: inline-block;
  width: 100%;
}
.checkout-onepage-index .fields .field, .checkout-onepage-success .fields .field {
  display: inline-block;
  width: 45%;
  margin-right: 24px;
}
@media screen and (max-width: 960px) {
  .checkout-onepage-index .fields .field, .checkout-onepage-success .fields .field {
    margin-right: 20px;
    width: 45%;
  }
}
.checkout-onepage-index .fields .field:last-child, .checkout-onepage-success .fields .field:last-child {
  margin-right: 0;
}
.checkout-onepage-index .fields .field .input-text, .checkout-onepage-success .fields .field .input-text {
  width: 100%;
  height: 34px;
}
.checkout-onepage-index .fields .field select, .checkout-onepage-success .fields .field select {
  width: 100%;
}
.checkout-onepage-index .sp-methods, .checkout-onepage-success .sp-methods {
  margin: 9px 0;
  padding: 1px 8px 12px;
}
.checkout-onepage-index .sp-methods dt, .checkout-onepage-success .sp-methods dt {
  margin-top: 10px;
  border-top: 1px solid #c0c0c0;
  padding-top: 10px;
  padding-bottom: 10px;
}
.checkout-onepage-index .sp-methods dt:first-child, .checkout-onepage-success .sp-methods dt:first-child {
  border: none;
  padding-top: 0;
}
.checkout-onepage-index .sp-methods dd li, .checkout-onepage-success .sp-methods dd li {
  display: inline-block;
  width: 100%;
}
.checkout-onepage-index .sp-methods dd li label, .checkout-onepage-success .sp-methods dd li label {
  display: inline;
}
.checkout-onepage-index .sp-methods dd li label .price, .checkout-onepage-success .sp-methods dd li label .price {
  float: right;
  display: inline-block;
}
.checkout-onepage-index input, .checkout-onepage-success input {
  text-indent: 6px;
}
.checkout-onepage-index .back-link a, .checkout-onepage-success .back-link a {
  color: #272420;
  font-size: 12px;
  font-size: 1.2rem;
}
.checkout-onepage-index #checkout-review-table, .checkout-onepage-success #checkout-review-table {
  width: 100%;
  margin-top: 10px;
}
.checkout-onepage-index #checkout-review-table tr, .checkout-onepage-success #checkout-review-table tr {
  border-bottom: 1px solid #c7c4c0;
}
.checkout-onepage-index #checkout-review-table th, .checkout-onepage-success #checkout-review-table th {
  background-color: #272420;
  color: #fff;
  margin-top: 10px;
  font-size: 11px;
  font-size: 1.1rem;
}
.checkout-onepage-index #checkout-review-table .totals-rewards, .checkout-onepage-success #checkout-review-table .totals-rewards {
  background-color: transparent;
  color: #272420;
}
.checkout-onepage-index #checkout-review-table td, .checkout-onepage-index #checkout-review-table th, .checkout-onepage-success #checkout-review-table td, .checkout-onepage-success #checkout-review-table th {
  padding: 10px;
  font-size: 12px;
  font-size: 1.2rem;
}
.checkout-onepage-index #checkout-review-submit, .checkout-onepage-success #checkout-review-submit {
  margin-top: 20px;
}
.checkout-onepage-index #checkout-review-submit .f-left, .checkout-onepage-success #checkout-review-submit .f-left {
  display: none;
}
.checkout-onepage-index .validation-advice, .checkout-onepage-success .validation-advice {
  color: red;
  font-size: 10px;
  font-size: 1rem;
  padding-top: 10px;
}
.checkout-onepage-index #checkout-step-payment label, .checkout-onepage-success #checkout-step-payment label {
  font-weight: normal;
  font-size: 12px;
  font-size: 1.2rem;
}
.checkout-onepage-index #checkout-step-payment label[for="p_method_sagepayserver"], .checkout-onepage-success #checkout-step-payment label[for="p_method_sagepayserver"] {
  background-image: url("https://www.lindybop.co.uk/skin/frontend/rwd/lbdesktop/images/payment-methods.png");
  background-position: 20px 2px;
  background-size: 222px;
  min-height: 33px;
  padding-left: 39% !important;
  padding-top: 2% !important;
}
.checkout-onepage-index .back-link, .checkout-onepage-success .back-link {
  background-color: #e5e5e5;
  display: inline-block;
  padding: 4px 10px;
}
.checkout-onepage-index .checkout-order-summary, .checkout-onepage-success .checkout-order-summary {
  border: 1px solid #c6c6c6;
  padding: 10px 10px 0;
}
.checkout-onepage-index .checkout-order-summary .title, .checkout-onepage-success .checkout-order-summary .title {
  text-align: center;
  margin: 10px -11px 15px;
  border-bottom: 1px solid #c6c6c6;
  padding-bottom: 16px;
}
.checkout-onepage-index .checkout-order-summary .details, .checkout-onepage-success .checkout-order-summary .details {
  font-size: 11px;
  font-size: 1.1rem;
  margin: 10px 0 20px;
  text-align: center;
}
.checkout-onepage-index .checkout-order-summary img, .checkout-onepage-success .checkout-order-summary img {
  height: 100%;
  width: 100%;
  border: 1px solid #c6c6c6;
}
.checkout-onepage-index .checkout-order-summary .totals, .checkout-onepage-success .checkout-order-summary .totals {
  margin: 0 -11px;
}
.checkout-onepage-index .checkout-order-summary .subtotal, .checkout-onepage-index .checkout-order-summary .total, .checkout-onepage-success .checkout-order-summary .subtotal, .checkout-onepage-success .checkout-order-summary .total {
  display: inline-block;
  width: 100%;
  border-top: 1px solid #c6c6c6;
  padding: 10px 25px;
}
.checkout-onepage-index .checkout-order-summary .subtotal .label, .checkout-onepage-index .checkout-order-summary .total .label, .checkout-onepage-success .checkout-order-summary .subtotal .label, .checkout-onepage-success .checkout-order-summary .total .label {
  float: left;
}
.checkout-onepage-index .checkout-order-summary .subtotal .price, .checkout-onepage-index .checkout-order-summary .total .price, .checkout-onepage-success .checkout-order-summary .subtotal .price, .checkout-onepage-success .checkout-order-summary .total .price {
  float: right;
}
.checkout-onepage-index .checkout-order-summary .total, .checkout-onepage-success .checkout-order-summary .total {
  font-size: 18px;
  font-size: 1.8rem;
}
.checkout-onepage-index #payment_form_ccsave.form-list, .checkout-onepage-success #payment_form_ccsave.form-list {
  background-color: #efefef;
  padding: 20px 38px 40px;
  margin: 13px 24px;
}
.checkout-onepage-index #payment_form_ccsave p.required, .checkout-onepage-success #payment_form_ccsave p.required {
  display: none;
}
.checkout-onepage-index #payment_form_ccsave .input-box .input-text, .checkout-onepage-success #payment_form_ccsave .input-box .input-text {
  width: 50%;
  height: 34px;
}
.checkout-onepage-index #payment_form_ccsave .input-box .v-fix, .checkout-onepage-success #payment_form_ccsave .input-box .v-fix {
  display: inline-block;
}
.checkout-onepage-index #payment_form_ccsave li label, .checkout-onepage-success #payment_form_ccsave li label {
  margin: 10px 0 6px;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: normal;
  display: block;
}
.checkout-onepage-index #checkout-step-billing #co-billing-form .form-list .input-box, .checkout-onepage-success #checkout-step-billing #co-billing-form .form-list .input-box {
  margin-bottom: 20px;
}
.checkout-onepage-index #checkout-step-billing #co-billing-form .form-list .input-box #billing-address-select, .checkout-onepage-success #checkout-step-billing #co-billing-form .form-list .input-box #billing-address-select {
  padding: 2px;
  width: 100%;
}
.checkout-onepage-index #checkout-step-billing #co-billing-form .form-list label:first-child, .checkout-onepage-success #checkout-step-billing #co-billing-form .form-list label:first-child {
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 20px;
}
.checkout-onepage-index #checkout-step-billing #billing-new-address-form > div > ul > div#mfsubscriptions.fieldset, .checkout-onepage-success #checkout-step-billing #billing-new-address-form > div > ul > div#mfsubscriptions.fieldset {
  display: none;
}
.checkout-onepage-index #checkout-step-billing ul#subscription-lists.form-list, .checkout-onepage-success #checkout-step-billing ul#subscription-lists.form-list {
  float: inherit !important;
  padding: 0px !important;
}
.checkout-onepage-index #checkout-step-billing ul#subscription-lists.form-list > li, .checkout-onepage-success #checkout-step-billing ul#subscription-lists.form-list > li {
  border: none !important;
}
.checkout-onepage-index #rewardFormArea, .checkout-onepage-success #rewardFormArea {
  background-color: #fff1f2;
  padding: 20px;
}
.checkout-onepage-index #rewardFormArea .buttons-set, .checkout-onepage-success #rewardFormArea .buttons-set {
  text-align: center;
}
.checkout-onepage-index #rewardFormArea .buttons-set .button, .checkout-onepage-success #rewardFormArea .buttons-set .button {
  float: none;
  text-align: center;
}
.checkout-onepage-index #rewardFormArea .points-input-wrap, .checkout-onepage-success #rewardFormArea .points-input-wrap {
  display: block;
  width: 340px;
  margin: 0 auto;
}
.checkout-onepage-index #rewardFormArea .points-input-wrap .buttons-set, .checkout-onepage-success #rewardFormArea .points-input-wrap .buttons-set {
  display: inline;
  text-align: center;
}
.checkout-onepage-index #rewardFormArea .points-input-wrap .buttons-set .button, .checkout-onepage-success #rewardFormArea .points-input-wrap .buttons-set .button {
  float: none;
}
.checkout-onepage-index #rewardFormArea .points-input-wrap input, .checkout-onepage-success #rewardFormArea .points-input-wrap input {
  display: inline;
  height: 35px;
  border: none;
}
.checkout-onepage-index #rewardFormArea h2, .checkout-onepage-success #rewardFormArea h2 {
  text-align: center;
  font-size: 22px;
  font-size: 2.2rem;
  margin-bottom: 20px;
  color: #fc3f52;
}
.checkout-onepage-index #rewardFormArea .rewards_point_cart, .checkout-onepage-success #rewardFormArea .rewards_point_cart {
  text-align: center;
  margin-bottom: 12px;
}
.checkout-onepage-index #rewardFormArea p, .checkout-onepage-success #rewardFormArea p {
  text-align: center;
  margin-bottom: 20px;
  color: #fc3f52;
  font-size: 18px;
  font-size: 1.8rem;
}
.checkout-onepage-index #onepagecheckout-login-popup, .checkout-onepage-success #onepagecheckout-login-popup {
  max-width: 482px;
}
.checkout-onepage-index #onepagecheckout-login-popup .onepagecheckout-popup-contents, .checkout-onepage-success #onepagecheckout-login-popup .onepagecheckout-popup-contents {
  background: #fff none repeat scroll 0 0;
  border-radius: 5px;
  margin: 0 20px;
  padding: 20px 30px;
}
.checkout-onepage-index #onepagecheckout-login-popup .onepagecheckout-popup-contents h1, .checkout-onepage-success #onepagecheckout-login-popup .onepagecheckout-popup-contents h1 {
  font-size: 18px;
  padding: 5px 0 10px;
}
.checkout-onepage-index #onepagecheckout-login-popup .onepagecheckout-popup-contents p, .checkout-onepage-success #onepagecheckout-login-popup .onepagecheckout-popup-contents p {
  line-height: 16px;
  margin: 5px 0 16px;
  max-width: 312px;
}
.checkout-onepage-index #onepagecheckout-login-popup .onepagecheckout-popup-contents p.close, .checkout-onepage-success #onepagecheckout-login-popup .onepagecheckout-popup-contents p.close {
  position: absolute;
  right: 20px;
  top: 3px;
}
.checkout-onepage-index #onepagecheckout-login-popup .onepagecheckout-popup-contents p.close a, .checkout-onepage-success #onepagecheckout-login-popup .onepagecheckout-popup-contents p.close a {
  display: block;
  height: 25px;
  overflow: hidden;
  width: 25px;
}
.checkout-onepage-index #onepagecheckout-login-popup .onepagecheckout-popup-contents p.close a .close-icon, .checkout-onepage-success #onepagecheckout-login-popup .onepagecheckout-popup-contents p.close a .close-icon {
  color: #000000;
  font-size: 15px;
}
.checkout-onepage-index #onepagecheckout-login-popup .onepagecheckout-popup-contents div.loading-ajax, .checkout-onepage-index #onepagecheckout-login-popup .onepagecheckout-popup-contents div.loading-ajax-login, .checkout-onepage-success #onepagecheckout-login-popup .onepagecheckout-popup-contents div.loading-ajax, .checkout-onepage-success #onepagecheckout-login-popup .onepagecheckout-popup-contents div.loading-ajax-login {
  height: 50px;
  text-align: center;
}
.checkout-onepage-index #onepagecheckout-login-popup .onepagecheckout-popup-contents .onepagecheckout-error, .checkout-onepage-success #onepagecheckout-login-popup .onepagecheckout-popup-contents .onepagecheckout-error {
  background: #faebe7 url("https://www.lindybop.co.uk/skin/frontend/rwd/lbdesktop/images/onepagecheckout-error.jpg") no-repeat scroll 5px 4px;
  border: 1px solid black;
  color: black;
  line-height: 16px;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-bottom: 3px;
  padding-left: 25px;
  padding-top: 3px;
  text-align: left;
}
.checkout-onepage-index #onepagecheckout-login-popup .onepagecheckout-popup-contents .input-box, .checkout-onepage-success #onepagecheckout-login-popup .onepagecheckout-popup-contents .input-box {
  margin-bottom: 12px;
}
.checkout-onepage-index #onepagecheckout-login-popup .onepagecheckout-popup-contents button, .checkout-onepage-success #onepagecheckout-login-popup .onepagecheckout-popup-contents button {
  float: right;
  padding: 2px 10px;
  color: #fff;
  background: #fc3f52 none repeat scroll 0 0;
  font-size: 14px;
  height: 30px;
  border-width: 0px;
}
.checkout-onepage-index #onepagecheckout-login-popup .onepagecheckout-popup-contents h1, .checkout-onepage-success #onepagecheckout-login-popup .onepagecheckout-popup-contents h1 {
  font-size: 18px;
  padding: 5px 0 10px;
}
.checkout-onepage-index #onepagecheckout-login-popup .onepagecheckout-popup-contents label, .checkout-onepage-success #onepagecheckout-login-popup .onepagecheckout-popup-contents label {
  display: block;
  float: left;
  font-weight: normal;
  line-height: 28px;
  min-width: 110px;
}
.checkout-onepage-index #onepagecheckout-login-popup .input-button, .checkout-onepage-success #onepagecheckout-login-popup .input-button {
  padding-top: 5px;
}
.checkout-onepage-index .onepagecheckout-error, .checkout-onepage-success .onepagecheckout-error {
  background: #faebe7 url("https://www.lindybop.co.uk/skin/frontend/rwd/lbdesktop/images/onepagecheckout-error.jpg") no-repeat scroll 5px 4px;
  border: 1px solid black;
  color: black;
  line-height: 16px;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-bottom: 3px;
  padding-left: 25px;
  padding-top: 3px;
  text-align: left;
}
.checkout-onepage-index #dd_method_sagepayserver > div, .checkout-onepage-success #dd_method_sagepayserver > div {
  display: none;
}

.checkout-onepage-success .newsletter-before-footer {
  display: block;
}
.checkout-onepage-success .page-title {
  position: relative;
}
.checkout-onepage-success .page-title h1 {
  background-color: #7f7f7f;
  padding: 13px 20px;
  text-transform: uppercase;
  text-align: left;
  font-size: 22px;
  font-size: 2.2rem;
  color: #fff;
}
.checkout-onepage-success .page-title a {
  position: absolute;
  right: 20px;
  top: 14px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  top: 18px;
}
.checkout-onepage-success .order-details-success {
  background-color: #f8f8f8;
  padding: 40px;
  text-align: left;
}
.checkout-onepage-success .checkout-order-summary {
  border: 1px solid #c6c6c6;
  padding: 10px 10px 0;
  float: right;
}
.checkout-onepage-success .checkout-order-summary .title {
  text-align: center;
  margin: 10px -11px 15px;
  border-bottom: 1px solid #c6c6c6;
  padding-bottom: 16px;
}
.checkout-onepage-success .checkout-order-summary .details {
  font-size: 11px;
  font-size: 1.1rem;
  margin: 10px 0 20px;
  text-align: center;
}
.checkout-onepage-success .checkout-order-summary img {
  height: 100%;
  width: 100%;
  border: 1px solid #c6c6c6;
}
.checkout-onepage-success .checkout-order-summary .totals {
  margin: 0 -11px;
}
.checkout-onepage-success .checkout-order-summary .subtotal, .checkout-onepage-success .checkout-order-summary .total, .checkout-onepage-success .checkout-order-summary .delivery {
  display: inline-block;
  width: 100%;
  border-top: 1px solid #c6c6c6;
  padding: 10px 25px;
}
.checkout-onepage-success .checkout-order-summary .subtotal .label, .checkout-onepage-success .checkout-order-summary .total .label, .checkout-onepage-success .checkout-order-summary .delivery .label {
  float: left;
}
.checkout-onepage-success .checkout-order-summary .subtotal .price, .checkout-onepage-success .checkout-order-summary .total .price, .checkout-onepage-success .checkout-order-summary .delivery .price {
  float: right;
}
.checkout-onepage-success .checkout-order-summary .total {
  font-size: 18px;
  font-size: 1.8rem;
}
.checkout-onepage-success .main-container .container {
  text-align: center;
  margin-bottom: 50px;
}
.checkout-onepage-success .main-container .container .sub-title {
  font-size: 18px;
  font-size: 1.8rem;
  margin: 20px 0;
}
.checkout-onepage-success .main-container .container .customer-email {
  color: #fc3f52;
  float: none;
}
.checkout-onepage-success .main-container .container .details {
  font-size: 10px;
  font-size: 1rem;
}
.checkout-onepage-success .main-container .container .details span {
  float: left;
}
.checkout-onepage-success .main-container .container .details .price {
  float: right;
}
.checkout-onepage-success .main-container .container p {
  line-height: 22px;
}
.checkout-onepage-success .main-container .container p .label {
  float: left;
}
.checkout-onepage-success .main-container .container p span {
  float: right;
}
.checkout-onepage-success .main-container .container .totals .delivery {
  border-top: none;
  padding-top: 0;
}
.checkout-onepage-success .main-container .container .buttons-set {
  display: inline-block;
  float: left;
  margin-top: 30px;
}
.checkout-onepage-success .main-container .container .buttons-set .button {
  background-color: #fc3f52;
  color: #fff;
  padding: 10px 30px;
  border: none;
}
.checkout-onepage-success .main-container .container .buttons-set .button-home {
  background: transparent none repeat scroll 0 0;
  border: 3px solid #cfcfcf;
  height: 36px;
  margin-left: 30px;
  padding: 0 50px;
  color: #9f9f9f;
}

.checkout-onepage-index #checkout-step-billing #onepagecheckout-email-error-message {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  line-height: 1.8rem;
  background: transparent;
  padding: 25px;
  width: 94%;
}
.checkout-onepage-index #checkout-step-billing #onepagecheckout-email-error-message a {
  color: black;
  text-decoration: underline;
}
.checkout-onepage-index #onepagecheckout-login-popup .onepagecheckout-popup-contents h1 {
  text-align: center;
}
.checkout-onepage-index #onepagecheckout-login-popup .onepagecheckout-popup-contents p {
  font-size: 12px;
  font-size: 1.2rem;
}
.checkout-onepage-index #onepagecheckout-login-popup .onepagecheckout-popup-contents .input-box label {
  width: 100%;
}
.checkout-onepage-index #onepagecheckout-login-popup .onepagecheckout-popup-contents .input-box input {
  border: 1px solid #EEE;
  height: 34px;
  outline: none;
  width: 100%;
}
.checkout-onepage-index #onepagecheckout-login-popup .onepagecheckout-popup-contents .input-box #onepagecheckout-login-button {
  height: 34px;
  margin-bottom: 10px;
  width: 100%;
}
.checkout-onepage-index #onepagecheckout-login-popup .onepagecheckout-popup-contents .popup-promo-msg {
  border: 2px solid #fc3f52;
  margin: 10px 0;
  padding: 15px;
  text-align: center;
}
.checkout-onepage-index #onepagecheckout-login-popup .onepagecheckout-popup-contents .popup-promo-msg p {
  font-size: 12px;
  font-size: 1.2rem;
  color: #fc3f52;
  margin-bottom: 0;
}
.checkout-onepage-index #onepagecheckout-login-popup .onepagecheckout-popup-contents #onepagecheckout-forgot-password-link {
  font-size: 12px;
  font-size: 1.2rem;
}

.account-login {
  float: left;
  width: 100%;
}
.account-login__page-title {
  text-align: center;
}
.account-login__page-title h1 {
  font-size: 25px;
  font-size: 2.5rem;
}
.account-login .user-holder {
  border: 1px solid #dfdfdf;
  float: left;
  margin-bottom: 30px;
  min-height: 350px;
  position: relative;
}
.account-login .user-holder--half {
  width: 48%;
}
@media only screen and (min-width: 1024px) {
  .account-login .user-holder--half {
    width: 48.9%;
  }
}
@media only screen and (min-width: 1170px) {
  .account-login .user-holder--half {
    width: 49%;
  }
}
.account-login .user-holder--half:nth-child(2) {
  margin-right: 10px;
}
.account-login .user-holder--half:nth-child(3) {
  margin-left: 10px;
}
.account-login .user-holder--full {
  width: 100%;
}
.account-login .user-holder__content h2 {
  background-color: #dfdfdf;
  padding: 15px 20px;
}
.account-login .user-holder__content__text {
  padding: 15px 20px;
}
.account-login .user-holder__content__text .form-instructions {
  margin-bottom: 10px;
}
.account-login .user-holder__content__text label {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: normal;
  margin: 10px 0;
}
.account-login .user-holder__content__text label em {
  color: #fc3f52;
  float: right;
  padding-left: 2px;
}
.account-login .user-holder__content__text input {
  height: 35px;
  outline: none;
  padding-left: 5px;
  width: 100%;
}
.account-login .user-holder__content__text .form-list {
  float: left;
  width: 100%;
}
.account-login .user-holder__content__text .form-list a {
  font-size: 13px;
  font-size: 1.3rem;
  display: block;
  margin: 10px 0;
}
.account-login .user-holder__content__text .benefits {
  list-style: disc;
  margin: 10px 0;
  padding-left: 15px;
}
.account-login .user-holder__content__text .benefits li {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 20px;
  line-height: 2rem;
  font-weight: normal;
  list-style: disc;
}
.account-login .user-holder__buttons-set {
  bottom: 0;
  float: left;
  margin-bottom: 15px;
  padding: 15px 20px;
  position: absolute;
  width: 100%;
}
.account-login .user-holder__buttons-set a,
.account-login .user-holder__buttons-set button {
  background-color: #fc3f52;
  border: 0;
  border-radius: 0;
  color: #fff;
  float: right;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  width: 65%;
}
@media only screen and (min-width: 1024px) {
  .account-login .user-holder__buttons-set a,
  .account-login .user-holder__buttons-set button {
    width: 50%;
  }
}
@media only screen and (min-width: 1170px) {
  .account-login .user-holder__buttons-set a,
  .account-login .user-holder__buttons-set button {
    width: 40%;
  }
}

.account-create {
  float: left;
  width: 100%;
}
.account-create__page-title {
  text-align: center;
}
.account-create__page-title h1 {
  font-size: 25px;
  font-size: 2.5rem;
}
.account-create .register-holder {
  border: 1px solid #dfdfdf;
  float: left;
  margin-bottom: 30px;
  position: relative;
  width: 100%;
}
.account-create .register-holder h2 {
  background-color: #dfdfdf;
  padding: 15px 20px;
}
.account-create .register-holder__content {
  padding: 15px 20px;
}
.account-create .register-holder__content__list li .field {
  float: left;
  width: 48%;
}
@media only screen and (min-width: 1024px) {
  .account-create .register-holder__content__list li .field {
    width: 48.9%;
  }
}
@media only screen and (min-width: 1170px) {
  .account-create .register-holder__content__list li .field {
    width: 49%;
  }
}
.account-create .register-holder__content__list li .field--email {
  width: 100%;
}
.account-create .register-holder__content__list li .field--password {
  margin-right: 10px;
}
.account-create .register-holder__content__list li .field--confirm {
  margin-left: 10px;
}
.account-create .register-holder__content__list li .field label {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: normal;
  margin: 10px 0;
}
.account-create .register-holder__content__list li .field label em {
  color: #fc3f52;
  float: right;
  padding-left: 2px;
}
.account-create .register-holder__content__list li .field input {
  height: 35px;
  outline: none;
  padding-left: 5px;
  width: 100%;
}
.account-create .register-holder__content__list li .name-lastname {
  width: 100%;
}
.account-create .register-holder__content__list li .name-firstname {
  margin-right: 10px;
}
.account-create .register-holder__content__list li .name-middlename {
  margin-left: 10px;
}
.account-create .register-holder__content__list .control {
  float: left;
  margin: 10px 0;
  width: 100%;
}
.account-create .register-holder__content__list .control .checkbox {
  -webkit-appearance: checkbox;
  display: inline-block;
  float: left;
}
.account-create .register-holder__content__list .control label {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: normal;
  padding: 3px 0 0 5px;
  vertical-align: middle;
}
.account-create .register-holder__buttons-set {
  float: left;
  margin-bottom: 15px;
  padding: 15px 20px;
  width: 100%;
}
.account-create .register-holder__buttons-set a {
  font-size: 13px;
  font-size: 1.3rem;
  display: block;
  margin: 10px 0;
}
.account-create .register-holder__buttons-set button {
  background-color: #fc3f52;
  border: 0;
  border-radius: 0;
  color: #fff;
  float: right;
  outline: none;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  width: 20%;
}
@media only screen and (min-width: 1170px) {
  .account-create .register-holder__buttons-set button {
    width: 15%;
  }
}

.forgot-holder {
  float: left;
  width: 100%;
}
.forgot-holder__page-title {
  text-align: center;
}
.forgot-holder__page-title h1 {
  font-size: 25px;
  font-size: 2.5rem;
}
.forgot-holder form {
  border: 1px solid #dfdfdf;
  float: left;
  margin-bottom: 30px;
  position: relative;
  width: 100%;
}
.forgot-holder__content h2 {
  background-color: #dfdfdf;
  padding: 15px 20px;
}
.forgot-holder__content__text {
  padding: 15px 20px;
}
.forgot-holder__content__text .form-instructions {
  margin-bottom: 10px;
}
.forgot-holder__content__text label {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: normal;
  margin: 10px 0;
}
.forgot-holder__content__text label em {
  color: #fc3f52;
  float: right;
  padding-left: 2px;
}
.forgot-holder__content__text input {
  height: 35px;
  outline: none;
  padding-left: 5px;
  width: 40%;
}
.forgot-holder__buttons-set {
  float: left;
  margin-bottom: 15px;
  padding: 15px 20px;
  width: 100%;
}
.forgot-holder__buttons-set a {
  font-size: 13px;
  font-size: 1.3rem;
  display: block;
  margin: 10px 0;
}
.forgot-holder__buttons-set button {
  background-color: #fc3f52;
  border: 0;
  border-radius: 0;
  color: #fff;
  float: right;
  outline: none;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  width: 20%;
}
@media only screen and (min-width: 1170px) {
  .forgot-holder__buttons-set button {
    width: 15%;
  }
}
.forgot-holder .form-list li {
  margin-top: 20px;
}
.forgot-holder .form-list li label {
  font-size: 18px;
  font-size: 1.8rem;
}
.forgot-holder .input-box {
  width: 50% !important;
}
.forgot-holder .input-box .validator-email {
  width: 50%;
}
.forgot-holder .input-box .feedback-email {
  background-size: 12px auto !important;
  height: 20px !important;
  top: 7px !important;
  width: 20px !important;
}
.forgot-holder input#email_address {
  width: 100%;
}

.customer-account-logoutsuccess .main-container .main .page-title {
  text-align: center;
}
.customer-account-logoutsuccess .main-container .main p {
  background-color: #ececec;
  margin-bottom: 20px;
  padding: 20px;
  text-align: center;
}

.customer-account .page-title h1 {
  font-size: 22px;
  font-size: 2.2rem;
  color: #272420;
  margin-top: 0;
  text-transform: none;
}
@media only screen and (min-width: 768px) {
  .customer-account .page-title h1 {
    font-size: 30px;
    font-size: 3rem;
  }
}
.customer-account .my-account form .fieldset .form-list {
  float: left;
  padding-left: 0;
  width: 100%;
}
.customer-account .my-account form .fieldset h2 {
  font-size: 18px;
  font-size: 1.8rem;
  border-bottom: 1px solid #dfdfdf;
  color: #272420;
  margin-bottom: 10px;
  padding-bottom: 10px;
  text-transform: none;
}
.customer-account .my-account form .fieldset p.required {
  margin: 10px 0;
}
.customer-account .my-account form .fieldset li {
  float: left;
  margin-bottom: 10px;
  width: 100%;
}
.customer-account .my-account form .fieldset label {
  float: left;
  font-weight: normal;
}
.customer-account .my-account form .fieldset label em {
  color: #fc3f52;
  float: right;
  padding-left: 5px;
}
.customer-account .my-account form .fieldset input {
  border: 1px solid #d0d0d0;
  height: 30px;
  margin-bottom: 10px;
  outline: none;
  padding-left: 5px;
  width: 100%;
}
.customer-account .my-account form .fieldset select {
  background-color: transparent;
  border: 1px solid #dfdfdf;
  border-radius: 0;
  height: 30px;
  outline: none;
  width: 100%;
}
.customer-account .my-account form .fieldset .checkbox {
  -webkit-appearance: checkbox;
  display: inline-block;
  float: left;
  margin: 0;
  width: auto;
}
.customer-account .my-account form .fieldset .control label {
  display: inline-block;
  padding: 4px 0 0 5px;
  vertical-align: top;
}
.customer-account .my-account form .fieldset .field {
  float: left;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .customer-account .my-account form .fieldset .field {
    width: 49%;
  }
}
@media only screen and (min-width: 1170px) {
  .customer-account .my-account form .fieldset .field {
    width: 49.4%;
  }
}
@media only screen and (min-width: 768px) {
  .customer-account .my-account form .fieldset .field:nth-child(2) {
    margin-left: 10px;
  }
}
.customer-account .my-account form .buttons-set {
  float: left;
  margin: 10px 0 20px;
  width: 100%;
}
.customer-account .my-account form .buttons-set a {
  color: #fc3f52;
}
.customer-account .my-account form .buttons-set button {
  background-color: #fc3f52;
  border: 0;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  float: right;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .customer-account .my-account form .buttons-set button {
    width: 20%;
  }
}

.customer-account .dashboard .box-account.box-reviews {
  display: none;
}
.customer-account .product-review .ratings-description dd {
  padding-top: 20px;
}
.customer-account .product-review .ratings-table {
  margin-bottom: 10px;
}
.customer-account .product-review .ratings-table td, .customer-account .product-review .ratings-table th {
  padding: 7px 0;
}
.customer-account .product-review .product-details h2 {
  padding: 10px 0;
  display: inline-block;
}
.customer-account .product-review .product-img-box .label {
  display: none;
}
.customer-account .product-review .product-img-box .ratings {
  display: none;
}
.customer-account #my-reviews-table tbody tr {
  border-bottom: 1px solid #bfbfbf;
  border-top: 1px solid #bfbfbf;
}
.customer-account #my-reviews-table tbody tr .last a {
  background-color: #fc3f52;
  color: #fff;
  font-size: 11px;
  width: 90px;
  display: block;
  text-align: center;
  padding: 5px 10px;
}
.customer-account #my-reviews-table tbody tr td {
  padding: 10px;
}
.customer-account #my-reviews-table tbody tr td .product-name {
  font-size: 13px;
  font-size: 1.3rem;
}
.customer-account #my-reviews-table tbody tr td .product-name a {
  color: #fc3f52;
  font-weight: normal;
}
.customer-account .pager {
  display: inline-block;
}
.customer-account .pager .count-container {
  display: inline-block;
}
.customer-account .pager .count-container .limiter {
  margin-left: 10px;
}
.customer-account .pager .pages {
  display: inline-block;
  float: right;
}
.customer-account .pager .pages ol {
  display: inline;
}
.customer-account .pager .pages ol li {
  display: inline-block;
}
.customer-account .pager .pages ol .pages__items a {
  color: #272420;
}
.customer-account .pager .pages ol .pages__items--current {
  color: #fc3f52;
}
.customer-account .amcustomerattr {
  display: none;
}
.customer-account .fieldset .legend {
  display: none;
}
.customer-account .order-info dt {
  font-weight: bold;
  font-size: 17px;
  font-size: 1.7rem;
  margin-bottom: 10px;
}
.customer-account .order-info-box .box-title {
  border-bottom: none !important;
}
.customer-account .order-items .table-caption {
  margin-top: 20px;
  display: inline-block;
}
.customer-account .pager {
  display: inline-block;
  width: 100%;
  margin-top: 20px;
}
.customer-account .pager p, .customer-account .pager label {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
}
.customer-account .pager p strong, .customer-account .pager label strong {
  font-weight: normal;
}
.customer-account .pager .amount {
  display: inline;
}
.customer-account .pager .limiter {
  display: inline;
  float: right;
}
.customer-account .box-account.box-recent {
  background-color: #fff;
  margin-top: 20px;
  padding: 20px;
}
.customer-account .box-points {
  background-color: #fff;
  margin-top: 20px;
  padding: 20px;
}
.customer-account #my-orders-table .subtotal td, .customer-account #my-orders-table .shipping td {
  font-size: 13px;
  font-size: 1.3rem;
}
.customer-account #my-orders-table .item-options {
  display: inline-block;
}
.customer-account #my-orders-table .item-options dt {
  display: inline-block;
}
.customer-account #my-orders-table .item-options dd {
  display: inline-block;
}
.customer-account #my-orders-table .grand_total td {
  font-size: 20px;
  font-size: 2rem;
}
.customer-account #my-orders-table tbody {
  background-color: #ffffff;
}
.customer-account #my-orders-table tbody tr td:first-child {
  width: 18%;
  padding-left: 10px;
}
.customer-account #my-orders-table tbody tr td:first-child .product-name {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 20px;
}
.customer-account #my-orders-table tr th {
  width: 16%;
}
.customer-account #my-orders-table tr td {
  padding: 8px;
  font-size: 11px;
  width: 16%;
}
.customer-account #my-orders-table tr td a {
  color: #fc3f52;
}
.customer-account .main__col-main {
  width: 82%;
}
.customer-account .title-buttons button {
  background-color: #fc3f52;
  border: medium none;
  color: #ffffff;
  float: right;
  margin-bottom: 10px;
  margin-right: 22px;
  margin-top: -30px;
  padding: 8px 36px;
}
.customer-account .back-link {
  display: none;
}
.customer-account .main__col-main {
  background-color: #f7f7f7;
  margin-bottom: 30px;
  padding: 30px 40px 40px;
  min-height: 500px;
}
.customer-account .my-account .page-title {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}
.customer-account .my-account .page-title a {
  text-decoration: underline;
  font-size: 12px;
  font-size: 1.2rem;
  color: #878787;
}
.customer-account .my-account .page-title h1 {
  font-size: 23px;
  font-size: 2.3rem;
  margin-bottom: 30px;
  display: inline;
  margin-right: 10px;
}
.customer-account .my-account .box-head {
  display: inline-block;
  width: 100%;
}
.customer-account .my-account .box-head a {
  color: #808080;
  text-decoration: underline;
  font-size: 13px;
  font-size: 1.3rem;
  float: right;
  margin-right: 10px;
}
.customer-account .my-account h2 {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 10px;
  color: #fc3f52;
  display: inline;
}
.customer-account .my-account p {
  font-weight: normal;
  line-height: 22px;
}
.customer-account .my-account h3 {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 10px;
}
.customer-account .my-account .box-info, .customer-account .my-account .order-info-box {
  width: 49%;
  float: right;
  margin-top: 20px;
  padding: 22px;
  min-height: 300px;
  background-color: #ffffff;
}
.customer-account .my-account .box-info address, .customer-account .my-account .order-info-box address {
  line-height: 18px;
  font-size: 12px;
  font-size: 1.2rem;
  margin: 20px 0;
}
.customer-account .my-account .box-info .box-content, .customer-account .my-account .order-info-box .box-content {
  margin: 20px 0;
}
.customer-account .my-account .box-info .box-content p, .customer-account .my-account .order-info-box .box-content p {
  font-weight: normal;
  line-height: 22px;
}
.customer-account .my-account .box-info .box-content a, .customer-account .my-account .order-info-box .box-content a {
  color: #808080;
  font-size: 12px;
  font-weight: normal;
  text-decoration: underline;
}
.customer-account .my-account .box-info .dashboard__account__head, .customer-account .my-account .box-info .box-account__head, .customer-account .my-account .order-info-box .dashboard__account__head, .customer-account .my-account .order-info-box .box-account__head {
  padding-bottom: 20px;
}
.customer-account .my-account .box-info .box-title, .customer-account .my-account .box-info .box-account__head, .customer-account .my-account .box-info .box-account__set__item__box__title, .customer-account .my-account .order-info-box .box-title, .customer-account .my-account .order-info-box .box-account__head, .customer-account .my-account .order-info-box .box-account__set__item__box__title {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #c7c7c7;
}
.customer-account .my-account .box-info .box-title h3, .customer-account .my-account .box-info .box-title h2, .customer-account .my-account .box-info .box-title a, .customer-account .my-account .box-info .box-account__head h3, .customer-account .my-account .box-info .box-account__head h2, .customer-account .my-account .box-info .box-account__head a, .customer-account .my-account .box-info .box-account__set__item__box__title h3, .customer-account .my-account .box-info .box-account__set__item__box__title h2, .customer-account .my-account .box-info .box-account__set__item__box__title a, .customer-account .my-account .order-info-box .box-title h3, .customer-account .my-account .order-info-box .box-title h2, .customer-account .my-account .order-info-box .box-title a, .customer-account .my-account .order-info-box .box-account__head h3, .customer-account .my-account .order-info-box .box-account__head h2, .customer-account .my-account .order-info-box .box-account__head a, .customer-account .my-account .order-info-box .box-account__set__item__box__title h3, .customer-account .my-account .order-info-box .box-account__set__item__box__title h2, .customer-account .my-account .order-info-box .box-account__set__item__box__title a {
  display: inline;
}
.customer-account .my-account .box-info .box-title a, .customer-account .my-account .box-info .box-account__head a, .customer-account .my-account .box-info .box-account__set__item__box__title a, .customer-account .my-account .order-info-box .box-title a, .customer-account .my-account .order-info-box .box-account__head a, .customer-account .my-account .order-info-box .box-account__set__item__box__title a {
  color: #808080;
  float: right;
  font-size: 12px;
  font-weight: normal;
  text-decoration: underline;
}
.customer-account .my-account .box-info:nth-child(odd), .customer-account .my-account .order-info-box:nth-child(odd) {
  float: left;
}
.customer-account .my-account h1 {
  font-size: 26px;
  font-size: 2.6rem;
}
.customer-account .my-account .box-account__head {
  border-bottom: none !important;
}
.customer-account .my-account .addresses-additional {
  margin-top: 30px;
}
.customer-account .my-account .addresses-primary h2, .customer-account .my-account .addresses-additional h2 {
  font-weight: normal;
  margin: 10px 0 20px;
}
.customer-account .my-account .addresses-primary button, .customer-account .my-account .addresses-additional button {
  background-color: #fc3f52;
  padding: 3px 6px;
}
.customer-account .my-account .addresses-primary address, .customer-account .my-account .addresses-additional address {
  line-height: 18px;
  font-size: 12px;
  font-size: 1.2rem;
}
.customer-account .my-account .addresses-primary ol, .customer-account .my-account .addresses-additional ol {
  display: inline-block;
  width: 100%;
  margin: 20px 0 10px;
}
.customer-account .my-account .addresses-primary ol li, .customer-account .my-account .addresses-additional ol li {
  float: left;
  width: 48%;
  background-color: #fff;
  padding: 20px;
  margin-right: 14px;
}
.customer-account .my-account .addresses-primary ol li a, .customer-account .my-account .addresses-additional ol li a {
  color: #808080;
  font-size: 12px;
  font-weight: normal;
  text-decoration: underline;
}
.customer-account .my-account #link-regcard {
  background-color: #fc3f52;
  color: #ffffff;
  border: none;
  padding: 3px 6px;
  margin-top: 10px;
  display: inline-block;
}
.customer-account .my-account .data-table {
  width: 100%;
  margin-top: 10px;
}
.customer-account .my-account .data-table p {
  margin: 10px 0;
}
.customer-account .my-account .data-table thead {
  background-color: #272420;
}
.customer-account .my-account .data-table thead tr {
  width: 100%;
}
.customer-account .my-account .data-table thead tr th {
  padding: 10px;
  color: #ffffff;
  font-weight: normal;
  font-size: 12px;
  font-size: 1.2rem;
}
.customer-account .my-account .my-wishlist .messages li {
  margin: 10px 0;
}
.customer-account .my-account .my-wishlist .customer-wishlist-item-cart .btn-cart {
  background-color: #fc3f52;
  color: #ffffff;
  border: none;
  padding: 4px 6px;
  font-size: 11px;
  font-size: 1.1rem;
}
.customer-account .my-account .my-wishlist .customer-wishlist-item-info {
  width: 44%;
}
.customer-account .my-account .my-wishlist .buttons-set .button {
  margin-right: 10px;
  padding: 10px 25px;
  margin-top: 20px;
  width: 24%;
}
.customer-account .my-account .my-wishlist thead {
  background-color: #272420;
}
.customer-account .my-account .my-wishlist thead th {
  padding: 7px 10px;
  color: #ffffff;
}
.customer-account .my-account .my-wishlist tr {
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 10px;
}
.customer-account .my-account .my-wishlist tr td {
  padding: 10px;
}
.customer-account .my-account .my-wishlist tr td .item-options {
  font-size: 12px;
  font-size: 1.2rem;
}
.customer-account .my-account .my-wishlist tr td .item-options p {
  font-weight: bold;
}
.customer-account .my-account .my-wishlist tr td .btn-update {
  display: none;
}
.customer-account .my-account .my-wishlist tr td textarea {
  border: 1px solid #bfbfbf;
  margin: 4px 0;
  width: 100%;
  padding: 9px;
}
.customer-account .my-account .my-wishlist tr td input.qty {
  width: 50px;
}
.customer-account .my-account .my-wishlist tr td .product-name a {
  color: #272420;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
}
.customer-account .my-account .my-wishlist tr td .cart-cell .availability .label {
  display: inline-block;
  width: 100%;
  font-size: 12px;
  font-size: 1.2rem;
}
.customer-account .my-account .my-wishlist tr td a {
  color: #808080;
  font-size: 10px;
  font-weight: normal;
  text-decoration: underline;
}
.customer-account .form-control {
  width: 100%;
}
.customer-account .gift-card .form-group a {
  color: #272420;
}
.customer-account #giftvoucher_grid .giftvoucher-grid-title, .customer-account #history_grid .giftvoucher-grid-title {
  background-color: #272420;
  color: #ffffff;
}
.customer-account #giftvoucher_grid .giftvoucher-grid-title th, .customer-account #history_grid .giftvoucher-grid-title th {
  padding: 6px 10px;
  font-size: 12px;
  font-size: 1.2rem;
}
.customer-account #giftvoucher_grid span, .customer-account #history_grid span {
  margin: 10px;
  display: inline-block;
}
.customer-account #giftvoucher_grid colgroup, .customer-account #history_grid colgroup {
  display: inline;
  width: 100%;
}
.customer-account .addredeem {
  background-color: #fc3f52;
  color: #ffffff;
  padding: 4px 10px;
  border: none;
  float: right;
}

.newsletter-manage-index .my-account .control label {
  padding: 8px 0 0 5px !important;
}
.newsletter-manage-index .my-account h2 {
  display: none;
}

.customer-account #my-rewardpoints-table thead tr th, .customer-account #reward-points-table thead tr th {
  padding: 10px;
  width: 20%;
}
.customer-account #my-rewardpoints-table tbody tr td, .customer-account #reward-points-table tbody tr td {
  padding: 10px;
}

.customer-account .main {
  margin: 0 -15px;
}
.customer-account .block-account {
  margin-bottom: 5px;
}
.customer-account .block-account__title {
  background-color: #dfdfdf;
  padding: 10px;
}
.customer-account .block-account__title span {
  font-size: 16px;
  font-size: 1.6rem;
}
.customer-account .block-account__content {
  padding: 0;
}
.customer-account .block-account__content__links li {
  padding: 5px 10px;
  background-color: #f7f7f7;
  margin-top: 3px;
}
.customer-account .block-account__content__links a {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
  color: #272420;
}
.customer-account .block-account__content__links .current a {
  color: #fc3f52;
}
.customer-account li.trade-link {
  text-align: center;
  border: 2px solid #fdb4bb;
  padding: 8px;
  line-height: 16px;
  margin-top: 10px;
  background-color: #ffffff;
}
.customer-account li.trade-link a:hover {
  text-decoration: none;
}
.customer-account li.trade-link span {
  text-decoration: underline;
  color: #fc3f52;
}

.sticky-bar {
  background-color: #dfdfdf;
  bottom: 40px;
  left: 0;
  padding: 10px;
  position: fixed;
  width: 100%;
  z-index: 100;
  -webkit-box-shadow: 0px -1px 11px -4px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px -1px 11px -4px rgba(0, 0, 0, 0.75);
  box-shadow: 0px -1px 11px -4px rgba(0, 0, 0, 0.75);
  padding-top: 38px;
  min-height: 360px;
}
.sticky-bar .bx-wrapper {
  max-width: none !important;
}
@media screen and (max-width: 1000px) {
  .sticky-bar {
    display: none !important;
  }
}
.sticky-bar .item h4 {
  text-transform: uppercase;
  margin: 10px 0 40px;
}
.sticky-bar .sticky-content .sticky-product-name {
  margin-top: 10px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  padding: 0 10px;
  margin-bottom: 40px;
}
.sticky-bar .bx-wrapper .bx-controls-direction a {
  top: 37%;
}
.sticky-bar .block-title {
  font-size: 20px;
  font-size: 2rem;
  background-color: #dfdfdf;
  color: #272420;
  display: inline-block;
  letter-spacing: 2px;
  margin: -15px auto;
  padding-bottom: 35px;
  text-align: center;
  text-transform: uppercase;
  width: 22%;
  position: relative;
  top: -5px;
}
.sticky-bar .holder-block {
  border-top: 1px solid #cdcdcd;
  clear: both;
  text-align: center;
}
.sticky-bar .sticky-close {
  background-color: #dfdfdf;
  position: absolute;
  right: 0;
  text-align: right;
  top: -15px;
  width: 5%;
  cursor: pointer;
}
.sticky-bar .sticky-close i {
  font-size: 20px;
  font-size: 2rem;
  border: 2px solid #a7a4a0;
  border-radius: 50%;
  height: 30px;
  padding-top: 2px;
  text-align: center;
  width: 30px;
  color: #a7a4a0;
}
.sticky-bar .recent-count {
  font-size: 14px;
  font-size: 1.4rem;
  background-color: #dfdfdf;
  color: #272420;
  font-family: Arial, Helvetica, sans-serif;
  left: 0;
  position: absolute;
  text-transform: uppercase;
  width: 6%;
  top: -9px;
  line-height: 18px;
}
.sticky-bar .recent-count span {
  color: #fc3f52;
}
.sticky-bar .sticky-popup {
  position: relative;
}

.sticky-footer {
  background-color: #272420;
  bottom: -1px;
  clear: both;
  color: #fff;
  left: 0;
  overflow: hidden;
  padding: 15px 10px;
  position: fixed;
  width: 100%;
  z-index: 100;
}
.sticky-footer .sticky-tabs {
  display: inline-block;
  text-align: center;
  width: 24%;
  cursor: pointer;
}
.sticky-footer .sticky-tabs span {
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
.sticky-footer .sticky-tabs span i {
  font-size: 20px;
  font-size: 2rem;
  display: inline-block;
  margin-right: 10px;
}
.sticky-footer .open span {
  color: #ef5f72;
}

.sticky-footer.banner {
  padding: .5em 10px;
  padding: .5em .625rem;
  background: #fc3f52;
  bottom: 49px;
}
.sticky-footer.banner p, .sticky-footer.banner span, .sticky-footer.banner a, .sticky-footer.banner a:visited {
  font-size: 12pt;
  color: white;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
}

.sticky-bar .sticky-signup .row {
  margin: 50px 0 110px;
}
.sticky-bar .sticky-social-block ul {
  float: left;
}
.sticky-bar .sticky-social-block ul li {
  display: inline-block;
  margin-left: 35px;
}
.sticky-bar .sticky-social-block ul li i {
  font-size: 60px;
  font-size: 6rem;
  color: #272420;
  transition: all .5s ease-in-out;
}
.sticky-bar .sticky-social-block ul li i:hover {
  color: #ffdf2b;
}
.sticky-bar .sticky-social-block ul li:first-of-type {
  margin-left: 0;
}
.sticky-bar .block-subscribe label {
  font-size: 15px;
  font-size: 1.5rem;
  display: block;
  font-weight: normal;
  padding-bottom: 10px;
  padding-left: 15px;
  text-align: left;
}
.sticky-bar .block-subscribe input {
  font-size: 18px;
  font-size: 1.8rem;
  border: 1px solid #e2e2e2;
  float: left;
  height: 50px;
  margin-right: 10px;
  outline: none;
  padding-left: 10px;
  width: 58%;
}
.sticky-bar .block-subscribe button {
  font-size: 17px;
  font-size: 1.7rem;
  background-color: #fc3f52;
  border: 0;
  border-radius: 0;
  color: #fff;
  font-weight: bold;
  height: 50px;
  letter-spacing: 1.3px;
  padding: 10px 23px;
  width: 39%;
}
@media screen and (max-width: 1200px) {
  .sticky-bar .block-subscribe button {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.sticky-bar .sticky-recently .bx-wrapper {
  padding: 0;
}

.sticky-bar .sticky-advisor .bx-wrapper {
  padding: 0;
}
.sticky-bar .sticky-advisor .bx-wrapper h4 a {
  color: #272420;
}
.sticky-bar .sticky-advisor .bx-wrapper .bx-controls-direction .bx-prev {
  left: -40px;
}
.sticky-bar .sticky-advisor .bx-wrapper .bx-controls-direction .bx-next {
  right: -40px;
}

.cms-helpdesk h1 {
  text-transform: uppercase;
  margin: 0 0 15px;
}
.cms-helpdesk .helpdesk-wrap {
  position: relative;
  height: 600px;
}
.cms-helpdesk .helpdesk-wrap img {
  width: 27%;
}
.cms-helpdesk .helpdesk-wrap .helpdesk {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}
.cms-helpdesk .helpdesk-wrap .main-menu {
  color: #fc3f52;
  display: inline-block;
  width: 27%;
  padding: 10px;
  border: 3px solid #dfdfdf;
  margin: 0 0 7px;
  color: #000000;
  cursor: pointer;
}
.cms-helpdesk .helpdesk-wrap .questions {
  display: block;
  width: 70%;
  position: absolute;
  top: 0;
  left: 30%;
}
.cms-helpdesk .helpdesk-wrap .questions li h3 {
  cursor: pointer;
  display: inline-block;
  width: 47%;
  margin: 5px 0;
  line-height: 23px;
}
.cms-helpdesk .helpdesk-wrap .answer {
  display: block;
  width: 50%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #f8f8f8;
  padding: 20px 30px;
}
.cms-helpdesk .helpdesk-wrap .answer h3 {
  width: 100% !important;
  color: #fc3f52;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px !important;
  margin-bottom: 20px;
}
.cms-helpdesk .helpdesk-wrap .answer p {
  color: #000000;
  margin: 0 0 20px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 20px;
}
.cms-helpdesk .helpdesk-wrap .answer a {
  color: #fc3f52;
}
.cms-helpdesk .helpdesk-wrap .answer ul li {
  padding: 6px;
  background-color: #ffffff;
  margin: 3px 0;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 18px;
}
.cms-helpdesk .helpdesk-wrap .selected {
  color: #fc3f52;
}
.cms-helpdesk .helpdesk-wrap .main-menu.selected {
  color: #fc3f52;
}
.cms-helpdesk .helpdesk-wrap .questions {
  display: none;
  margin-bottom: 40px;
}
.cms-helpdesk .helpdesk-wrap .questions.active {
  display: inline-block;
  height: 100%;
}
.cms-helpdesk .helpdesk-wrap .questions .answer {
  display: none;
}
.cms-helpdesk .helpdesk-wrap .questions .answer.active {
  display: block;
  min-height: 390px;
}
.cms-helpdesk .helpdesk-wrap .questions .selected {
  color: #fc3f52;
}

.cms-cookie-policy .nav-tabs li {
  width: 20%;
  text-align: center;
  cursor: pointer;
}
.cms-cookie-policy .nav-tabs li.active a {
  background-color: #ffffff;
  color: #fc3f52;
}
.cms-cookie-policy .nav-tabs li a {
  background-color: #dddddd;
  color: #272420;
}
@media screen and (max-width: 1200px) {
  .cms-cookie-policy .nav-tabs li a {
    min-height: 70px;
  }
}
.cms-cookie-policy .tab-content {
  padding: 30px 50px;
  border: 1px solid #dddddd;
  border-top: none;
  margin-bottom: 50px;
}
.cms-cookie-policy .tab-content h2 {
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 24px;
}
.cms-cookie-policy .tab-content p {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 22px;
  margin-bottom: 20px;
}
.cms-cookie-policy .tab-content p strong {
  font-size: 16px;
  font-size: 1.6rem;
}
.cms-cookie-policy .tab-content table {
  background-color: #f3f4f3;
}
.cms-cookie-policy .tab-content table th {
  padding: 20px;
  background-color: #e7e7e7;
  border: 2px solid #ffffff;
}
.cms-cookie-policy .tab-content table td {
  padding: 20px;
  border: 2px solid #ffffff;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
}

.cms-page-view.cms-privacy-policy .main .std, .cms-page-view.cms-datenschutz .main .std {
  margin-bottom: 50px;
}
.cms-page-view.cms-privacy-policy .main .std h3, .cms-page-view.cms-datenschutz .main .std h3 {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 10px;
  margin-top: 20px;
}
.cms-page-view.cms-privacy-policy .main .std p, .cms-page-view.cms-datenschutz .main .std p {
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 12px;
}
.cms-page-view.cms-privacy-policy .main .std ul, .cms-page-view.cms-datenschutz .main .std ul {
  list-style-type: decimal;
  list-style-position: inside;
}
.cms-page-view.cms-privacy-policy .main .std ul li, .cms-page-view.cms-datenschutz .main .std ul li {
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 20px;
}

.cms-page-view .cms-content {
  margin-bottom: 40px;
}
.cms-page-view .cms-content .note {
  font-size: 15px;
  font-size: 1.5rem;
  background-color: #fff5f5;
  color: #ff0000;
  margin: 10px 0 30px;
  padding: 25px 0;
  text-align: center;
}
.cms-page-view .cms-content span {
  color: #fc3f52;
}
.cms-page-view .cms-content a {
  color: #fc3f52;
  text-decoration: underline;
}
.cms-page-view .cms-content h1,
.cms-page-view .cms-content h2,
.cms-page-view .cms-content h3,
.cms-page-view .cms-content h4,
.cms-page-view .cms-content h5 {
  margin: 30px 0 20px;
}
.cms-page-view .cms-content h1 {
  font-size: 28px;
  font-size: 2.8rem;
  padding-bottom: 10px;
}
.cms-page-view .cms-content h2 {
  font-size: 24px;
  font-size: 2.4rem;
}
.cms-page-view .cms-content h3 {
  font-size: 22px;
  font-size: 2.2rem;
}
.cms-page-view .cms-content h4 {
  font-size: 20px;
  font-size: 2rem;
}
.cms-page-view .cms-content h5 {
  font-size: 18px;
  font-size: 1.8rem;
}
.cms-page-view .cms-content p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  margin-bottom: 20px;
}
.cms-page-view .cms-content p.boxed {
  background-color: #f5f5f5;
  padding: 20px;
}
.cms-page-view .cms-content ul {
  margin: 20px 0;
}
.cms-page-view .cms-content ul li {
  list-style-type: disc;
  list-style-position: inside;
  margin: 14px 0;
}
.cms-page-view .cms-content ol {
  margin: 20px 0;
}
.cms-page-view .cms-content ol li {
  list-style-type: decimal;
  list-style-position: inside;
  margin: 14px 0;
}
.cms-page-view .cms-content table {
  margin: 20px 0;
  width: 100%;
}
.cms-page-view .cms-content table caption {
  font-size: 15px;
  font-size: 1.5rem;
  margin: 10px 0 20px;
  font-weight: bold;
}
.cms-page-view .cms-content table td,
.cms-page-view .cms-content table th {
  padding: 10px 4px;
}
.cms-page-view .cms-content table thead tr {
  border-bottom: 3px solid #dfdfdf;
}
.cms-page-view .cms-content table thead tr th {
  font-weight: bold;
}
.cms-page-view .cms-content table tbody tr:nth-child(even) {
  background-color: #efefef;
}
.cms-page-view .cms-content table tbody tr th {
  font-weight: bold;
}
.cms-page-view .cms-content table tbody tr td {
  font-weight: normal;
}

.paypal-express-review .info-set-main,
.paypal-express-review .info-set-second {
  margin-bottom: 40px;
  padding: 6px;
}
.paypal-express-review .info-set-main .legend,
.paypal-express-review .info-set-second .legend {
  font-size: 16px;
  font-size: 1.6rem;
  border-bottom: 1px solid #d0d0d0;
  margin-bottom: 15px;
  padding-bottom: 10px;
  text-align: left;
  font-weight: bold;
  margin-top: 10px;
}
.paypal-express-review .info-set-main .box .box-title,
.paypal-express-review .info-set-second .box .box-title {
  margin-bottom: 10px;
}
.paypal-express-review .info-set-main .box .box-title h3 a,
.paypal-express-review .info-set-second .box .box-title h3 a {
  color: #fc3f52;
}
.paypal-express-review .info-set-main .box .box-content address,
.paypal-express-review .info-set-second .box .box-content address {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  line-height: 1.8rem;
  font-weight: 100;
}
.paypal-express-review .info-set-third #details-reload {
  border: 3px solid #dfdfdf;
  margin-bottom: 30px;
  margin-top: 12px;
  padding: 23px;
}
.paypal-express-review .info-set-third #details-reload tfoot {
  border-top: 1px solid #dfdfdf;
}
.paypal-express-review .info-set-third .legend {
  padding-bottom: 10px;
  font-weight: bold;
  display: none;
}
.paypal-express-review .info-set-third .legend a {
  color: #fc3f52;
  font-weight: normal;
}
.paypal-express-review .info-set-third table {
  width: 100%;
}
.paypal-express-review .info-set-third table thead {
  background-color: #ececec;
}
.paypal-express-review .info-set-third table thead th {
  padding: 10px;
  width: 20%;
}
.paypal-express-review .info-set-third table thead th:first-of-type {
  width: 40%;
}
.paypal-express-review .info-set-third table thead th:last-of-type {
  text-align: right;
}
.paypal-express-review .info-set-third table tbody td {
  padding: 10px;
}
.paypal-express-review .info-set-third table tbody td:last-of-type {
  text-align: right;
}
.paypal-express-review .info-set-third table tfoot td {
  padding: 10px;
}
.paypal-express-review .info-set-third table tfoot td:last-of-type {
  text-align: right;
}
.paypal-express-review #order_review_form {
  margin-bottom: 50px;
  float: right;
}
.paypal-express-review #order_review_form .btn-checkout {
  background-color: #fc3f52;
  border: 0;
  color: #fff;
  outline: none;
  padding: 17px 100px;
}
.paypal-express-review #order_review_form .btn-checkout span {
  font-size: 18px;
}

/*# sourceMappingURL=base.css.map */

#ajaxcartpro-progress{
    border: 1px #999999 solid;
    position: fixed;
    text-align: center;
    padding: 10px;
    background-color: #ffffff;
    z-index: 9999;
    color: black;
    overflow:  auto;
    min-height: 50px;
    min-width: 260px;
    /*position:absolute;*/
    /*top: expression(parseInt(document.documentElement.scrollTop, 10) +window.ACPTop+ "px");*/
}

#ajaxcartpro-add-confirm,
#ajaxcartpro-remove-confirm{
    position: fixed;
    border: 1px #999999 solid;
    text-align: center !important;
    padding: 10px;
    background-color: #ffffff;
    z-index: 9999;
    color: black;
    overflow:  auto;
    min-height:20px;
    min-width: 260px;
    width: auto;
    height: auto;
    /*position:absolute;*/
    /*top: expression(parseInt(document.documentElement.scrollTop, 10) +200+ "px");*/
}

.ajaxcartpro-box-hide{
   display:none;
}

.ajaxcartpro-box-show{
    display:block;
}

#ajaxcartpro-add-confirm p,
#ajaxcartpro-remove-confirm p{
    width: 260px;
}

.acp-msg-block{
    font-weight:bold;
    background-image: none;
    padding:0!important;
    min-height:0!important;
    font-size: 12px !important;
    text-align: center;
}

.aw-acp-continue, .aw-acp-checkout, .aw-acp-continue:hover, .aw-acp-checkout:hover{
    padding:0;
    line-height:24px;
    height:24px;
    margin:0 auto;
    display:block;
    font-family:Arial;
    font-weight: bold;
    font-size: 12px;
    text-decoration:none;
    cursor: pointer;
}

.aw-acp-continue, .aw-acp-continue:hover{
    color:#333;
    background:url('https://www.lindybop.co.uk/skin/frontend/base/default/ajaxcartpro/images/btn_continue_shopping.png');
    width:144px;
}


.aw-acp-checkout, .aw-acp-checkout:hover{
    color:#fff;
    background:url('https://www.lindybop.co.uk/skin/frontend/base/default/ajaxcartpro/images/btn_view_cart.png');
    width:164px;
}

#acp-configurable-block #bundle-product-wrapper
{
    z-index: 1000;
}

#acp-configurable-block dl
{
    text-align: left;
    padding-left: 10px;
}

#acp-configurable-block .price
{
    font-size: 14px;
}

#acp-configurable-block .product-name
{
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

#acp-overlay
{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:#000;
    -moz-opacity: 0.3;
    opacity:.30;
    filter: alpha(opacity=30);
    z-index: 100;
}
#acp-overlay[id]{ /* IE6 and below Can't See This */
    position:fixed;
}

#acp-product-options
{
    min-width: 180px;
    position: fixed;
    overflow:  auto;
    z-index:1000;
    background-color: white;
    padding: 10px;
    width: auto;
    height: auto;
    /*position:absolute;*/
    /*top: expression(parseInt(document.documentElement.scrollTop, 10) +window.ACPTop+ "px");*/
}

#acp-product-options .aw-acp-continue,
#acp-product-options .aw-acp-checkout{
    display: inline-block;
    text-align: center;
    text-decoration: none;
}

#acp-product-options .aw-acp-btn-container{
    margin: 5px auto 5px auto;
    padding-left: 10px;
}

#acp-product-options .giftcard-send-form{
    margin: 0;
}

#acp-product-options .product-options dt label.required em {
    color: #EB340A;
    margin-left: 5px;
}

#acp-product-options #product-options-wrapper
{
    margin:0;
    text-align:center;
}
.map-popup
{
    z-index: 1001 !important;
}

@media screen and (max-width: 410px) {

    .aw-acp-btn-container a{
        margin-top: 10px;
    }
}
.amscroll-navbar {
	background: rgb(58,79,98);
	width: 100%;
	height: 30px;
	position: fixed;
	bottom: 0px;
}
.amscroll-page-num {
	background: #efefef;
	color: #111;
	display: none;
	padding: 0px 10px;
}

.amscroll-load-button {
	background: rgb(58,79,98);
  	border: 0px;
    color: #fff;
    font-weight: bold;
    padding: 5px;
    margin: 5px 0px;
    width: 100%;
}

.amscroll-loading {
	background-repeat:no-repeat;
	background-position: 50% 50%;
	width: 100%;
	height: 50px;
}

a.amscroll-navbar-link{
	background: url(https://www.lindybop.co.uk/skin/frontend/base/default/images/amscroll/up.png);
	display: inline-block;
	width: 26px;
	height: 26px;
	position: absolute;
	right: 5px;
	cursor: pointer;
}

div#amscroll-navbar {
	color: white;
	padding: 3px 40px 3px 5px;
	height: 32px;
}

div#amscroll-navbar span {
	line-height: 26px;
}

div.amshopby-column {
    float: left;
    width: 49%;
    overflow: hidden;
}

select.amshopby-select {
    width:170px;
}

.amshopby-logo{
padding: 0pt 10px 10px 0pt; float: left;
}

.amshopby-featured {
    padding: 5px 5px 5px 5px; 
}

.amshopby-link{
    float:left;
    padding-left:5px; 
    padding-top:5px;
}

.amshopby-clearer {
	display:block; 
	clear:both; 
	overflow: hidden;
}
div.block-layered-nav dd a {padding:0px 5px 0px 0px; display:block; float: left;}  
div.block-layered-nav dd a.amshopby-attr, div.block-layered-nav dd a.amshopby-attr:hover { padding-left:18px; background-image:url(https://www.lindybop.co.uk/skin/frontend/rwd/lbdesktop/images/layerd-nav-not-selected.png); background-repeat: no-repeat; background-position: left center;}
div.block-layered-nav dd a.amshopby-attr::before, div.block-layered-nav dd a.amshopby-attr-selected::before {border-style: none !important;}
div.block-layered-nav dd a.amshopby-attr-selected {font-weight: bold; padding-left:18px; background-image:url(https://www.lindybop.co.uk/skin/frontend/rwd/lbdesktop/images/layerd-nav-selected.png); background-repeat: no-repeat; background-position: left center;}
div.block-layered-nav dd a.amshopby-attr-inactive {pointer-events: none; color: #666666}
div.block-layered-nav dd a img {/* padding: 0px 4px 5px;*/ float:left;}

div.block-layered-nav dd .single-choice a.amshopby-attr,
div.block-layered-nav dd .single-choice a.amshopby-attr:hover
{background-image: url(https://www.lindybop.co.uk/skin/frontend/rwd/lbdesktop/images/amshopby-rb1.gif);}

div.block-layered-nav dd .single-choice a.amshopby-attr-selected
{background-image: url(https://www.lindybop.co.uk/skin/frontend/rwd/lbdesktop/images/amshopby-rb2.gif);}

div.block-layered-nav dd li.amshopby-cat-level-2 {padding-left:10px;}
div.block-layered-nav dd li.amshopby-cat-level-3 {padding-left:20px;}

div.block-layered-nav dd a.amshopby-cat-selected {font-weight: bold;
color:black; text-decoration: none; cursor:text;}

div.block-layered-nav li.amshopby-cat-multi a {
    padding-left:15px;
    background-image:url(https://www.lindybop.co.uk/skin/frontend/rwd/lbdesktop/images/layerd-nav-not-selected.png); background-repeat: no-repeat; background-position: left center;
}

div.block-layered-nav li.amshopby-cat-multiselected a {
    font-weight: bold;
    padding-left:15px;
    background-image:url(https://www.lindybop.co.uk/skin/frontend/rwd/lbdesktop/images/layerd-nav-selected.png); background-repeat: no-repeat; background-position: left center;
}

div.block-layered-nav dd li span.amshopby-plusminus {float:left;
display:block; width:15px; height:15px; cursor:pointer;
background:transparent url(https://www.lindybop.co.uk/skin/frontend/rwd/lbdesktop/images/amshopby-plus.gif)  no-repeat;}
div.block-layered-nav dd li span.minus {background:transparent
url(https://www.lindybop.co.uk/skin/frontend/rwd/lbdesktop/images/amshopby-minus.gif) no-repeat;}
div.block-layered-nav dd li:after {display:block; content:".";
clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }



div.block-layered-nav.amshopby-collapse-enabled dl dt {
     cursor:pointer;
    margin-top: 10px;
}
div.block-layered-nav.amshopby-collapse-enabled dl dt::after {
    border-style: none !important;
}
div.block-layered-nav.amshopby-collapse-enabled dl dt.amshopby-collapsed {background:url(https://www.lindybop.co.uk/skin/frontend/rwd/lbdesktop/images/amshopby-collapsed.gif) center left no-repeat;}
.main .col-left div.block-layered-nav.amshopby-collapse-enabled dl dt{background:url(https://www.lindybop.co.uk/skin/frontend/rwd/lbdesktop/images/amshopby-expanded.gif) center left no-repeat;}
.main .col-left div.block-layered-nav.amshopby-collapse-enabled dl dt.amshopby-collapsed{background:url(https://www.lindybop.co.uk/skin/frontend/rwd/lbdesktop/images/amshopby-collapsed.gif) center left no-repeat;}

.main .col-main div.block-layered-nav.amshopby-collapse-enabled .toggle-content dl dd .no-display {
    display: block!important;
}

div.block-layered-nav div.amshopby-slider {
	 position:relative; margin:10px 4px 5px 4px; z-index:9; height:18px;  background: url(https://www.lindybop.co.uk/skin/frontend/rwd/lbdesktop/images/amshopby-slider-bg.gif) repeat-x 0 50%; cursor:pointer;
}
div.block-layered-nav div.amshopby-slider div.handle {margin-left:-4px; width:8px; top:3px; height:14px; background: transparent url(https://www.lindybop.co.uk/skin/frontend/rwd/lbdesktop/images/amshopby-hadle.png) no-repeat; position: absolute; cursor:move; z-index: 2;}

/*
 * Slider labels
 */
.amshopby-slider-price {
	color: #798794;
}
.amshopby-slider-price-from {
	float: left;
    
}
.amshopby-slider-price-to {
	float: right;
}

.amshopby-slider-handle-right {
	position: absolute;
	top: 14px;
	right: 0px;
}

.amshopby-slider-handle-left {
	position: absolute;
	top: 14px;
	left: 0px;
}

.amshopby-tooltip {
    padding:2px 5px;
    background:#FEC;
    border:1px solid #FAA819;
    color:#1F5070;
    text-align:left;
    width:200px;
    position:absolute;
}

.amshopby-slider-price-range 
{
	text-align: center;
	font-size: 0.9em;
}

.amshopby-tooltip-img {
    cursor:help;
    display: inline;
}

div.block-layered-nav, div.amshopby-page-container, div.amshopby-filters-top {
    position: relative;
}
div.amshopby-overlay {
    background-color: #FFFFFF;
    height: 100%;
    left: 0;
    opacity: 0.5;
    filter: alpha(opacity = 50);
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 555;
}
div.amshopby-overlay img {
    top: 100px;
    left: 45%;
    display: block;
    position: absolute;
}

div.amshopby-overlay div {
    margin: 0 auto;
    display: block;
	width: 300px;
	height: 200px;
	background:  url('https://www.lindybop.co.uk/skin/frontend/rwd/lbdesktop/images/amshopby-overlay.gif') 50% 50% no-repeat;
}

/*
 * Advanced Categories
 */
.amshopby-advanced li {
	clear: both;
}
.amshopby-advanced li.level1 {
	padding-left: 20px;
}
.amshopby-advanced li.level2 {
	padding-left: 30px;
}
.amshopby-advanced li.level3 {
	padding-left: 40px;
}
.amshopby-advanced li.level4 {
	padding-left: 50px;
}


.amshopby-advanced li.active > a {
	font-weight: bold;
}

/*
 * Slider Bar
 */
.amshopby-slider-bar {
	position:absolute; 
	background: #999; 
	height: 6px; 
	top: 6px; 
	z-index: 1;  
}

/*
 * Subcategories block
 */
.amshopby-subcategory-image {
	overflow: auto; 
}

.btn-remove-inline { background-image: url('https://www.lindybop.co.uk/skin/frontend/rwd/lbdesktop/images/layerd-nav-selected.png'); background-repeat: no-repeat; background-position: 0px 1px; width:13px; height:12px; margin-left: 4px; }
.btn-remove-inline:hover { /* background-position: center bottom; */ }
.amshopby-hightlighted { background: yellow;}

.btn-remove-inline img {display: inline;}

div.block-layered-nav div.amshopby-slider div.handle.active { z-index: 3; }

.amshopby-slider-ui { background: url(https://www.lindybop.co.uk/skin/frontend/rwd/lbdesktop/images/amshopby-slider-bg.gif) repeat-x 0 50%; margin: 10px .4em; }
.amshopby-slider-ui .ui-slider-handle { background-color: #f18200; border: 1px solid #de5400; box-sizing: border-box; outline: none; }
.amshopby-slider-ui .ui-slider-range { background-color: #999999; }

.ui-widget-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; }
.ui-slider { cursor: pointer; position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 0.8em; height: 1.2em; cursor: pointer; -ms-touch-action: none; touch-action: none; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range { filter: inherit; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.2em; margin-left: -.4em; }
.ui-slider-horizontal .ui-slider-range { top: 0.2em; height: 8px; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }

.amshopby-narrow-by-list table td { vertical-align: top; }

input[name^="amshopby"][id$="from"].input-text, input[name^="amshopby"][id$="to"].input-text{
    width: auto;
}

.amshopby-item-top{
    max-width: 225px;
    min-width: 180px;
    display: inline-block;
    vertical-align: top;
    height: 100%;
}

.amshopby-filters-top .block-content ol{
    max-width: 250px;
}

.amshopby-item-top div.amshopby-column {
    width: auto;
}

.no-display-current, .no-display{
    display: none;
}

.current .no-display-current, dd.current td.no-display{
    display: block;
}

@media only screen and (max-width: 770px) {
    dl#narrow-by-list,
    dl#narrow-by-list2 {
        padding: 0px;
    }
    .main .col-main div.block-layered-nav.amshopby-collapse-enabled .toggle-content dl dt{background:url(https://www.lindybop.co.uk/skin/frontend/rwd/lbdesktop/images/amshopby-collapsed.gif) center left no-repeat;}
    .main .col-main div.block-layered-nav.amshopby-collapse-enabled .toggle-content.accordion-open dl dt.current{background:url(https://www.lindybop.co.uk/skin/frontend/rwd/lbdesktop/images/amshopby-expanded.gif) center left no-repeat;}
}
/* Overlay */
#ampromo-items-add
{
    border: 1px solid #ededed;
    padding: 7px;
    text-align: center;
    margin-bottom: 12px;
}

#ampromo-items-add a
{
    text-decoration: none;
    border-bottom: 1px dashed;
}

.amscheckout #ampromo-items-add
{
    margin: 7px 10px;
}

#ampromo-overlay
{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.8);
    top: 0;
    left: 0;
    z-index: 10000;
    text-align: center;
    direction: ltr;
    overflow: scroll;
}

#ampromo-overlay .close:hover
{
    opacity: 1;
    transition: opacity 0.2s ease;
}

.ampromo-item .giftcard-send-form{
    padding: 0;
    margin: 0;
}

@media only screen and (max-width: 820px) and (min-width: 420px) {
    body #ampromo-items.amcarousel {
        width: 400px;
    }
    body .amcarousel #ampromo-carousel-wrapper {
        width: 250px;
    }
}

@media only screen and (max-width: 420px) {
    body #ampromo-items.amcarousel {
        width: 100%;
    }

    body .amcarousel #ampromo-carousel-wrapper {
        width: 250px;
    }

    body .ampromo-carousel-control.prev
    {
        left: 0px;
    }

    body .ampromo-carousel-control.next
    {
        right: 0px;
    }

    body .ampromo-carousel-control {
        z-index: 10001;
    }
}

@media only screen and (max-width: 340px) {
    body #ampromo-items .ampromo-item {
        border: none;
    }
}

@media only screen and (max-height: 500px) {
    body #ampromo-items.amcarousel {
        top: 0 !important;
        height: 100%;
    }

    body #ampromo-items {
        padding-top: 0;
    }

    body #ampromo-items>h4 {
        display: none;
    }
}

/* Items */

#ampromo-items
{
    border: 1px solid #ededed;
    background-color: white;
    position: relative;
    margin: 0 auto;
    padding: 15px 30px;
    display: inline-block;
    box-sizing: border-box;
}

#ampromo-items h4 {
    width: 100%;
    text-transform: uppercase;
    font-size: 20px;
    padding: 4px 0 10px;
}

.ampromo-items.amcarousel
{
    display: block;
    width: 685px;
}

.ampromo-item .ampromo-item-buttons button{
    border: navajowhite;
    background-color:#fc3f52;
    padding: 10px 12px;
    width: 100%;
    color: #ffffff;
}

.ampromo-item .ampromo_items_form .ampromo-item-title h4 a{
    color: #000000;
    text-transform: none;
    font-size: 16px;
    line-height:24px ;
}

#ampromo-items .ampromo-item
{
    box-sizing: border-box;

    margin-bottom: 7px;
    padding: 3px 20px;
    width: 250px;

    border: 1px solid #ededed;
    position: relative;
}

#ampromo-items .ampromo-item-options
{
    margin-bottom: 12px;
    text-align: left;
}

#ampromo-items .ampromo-item-options select{
    width: 100%;
}

#ampromo-items .ampromo-item-options dt{
    margin-top: 10px;
}

#ampromo-items .ampromo-item-image
{
    display: block;
    margin: 0 auto;
    width: 160px;
    height: 160px
}

/* Carousel */

.amcarousel #ampromo-carousel-wrapper
{
    width: 520px;
}

#ampromo-carousel-wrapper
{
    overflow: hidden;
    margin: 0 auto;
}

.amcarousel #ampromo-carousel-content
{
    width: 4500px;
    height: 1px;
}

#ampromo-carousel-content .ampromo-slide
{
    float: left;
}

.amcarousel .ampromo-carousel-control
{
    display: block;
}

.ampromo-carousel-control
{
    position: absolute;
    top: 260px;
    background: url(https://www.lindybop.co.uk/skin/frontend/base/default/images/amasty/ampromo/buttons_next_prev.png) no-repeat;
    width: 48px;
    height: 45px;
    font-size: 0;
    display: none;
}

.ampromo-carousel-control.carousel-disabled.prev
{
    background-position: 0 0 !important;
}

.ampromo-carousel-control.amcarousel-disabled.next
{
    background-position: -46px 0 !important;
}

.ampromo-carousel-control.prev
{
    background-position: 0 -45px;
    left: 20px;
}

.ampromo-carousel-control.next
{
    background-position: -46px -45px;
    right: 20px;
}

.ampromo-carousel-control.prev:hover
{
    background-position: 0 -91px;
}

.ampromo-carousel-control.next:hover
{
    background-position: -46px -91px;
}

.ampromo-item .qty-holder
{
    display: none;
}

.ampromo-item-options input
{
    max-width: 210px;
}

.ampromo-notification
{
    padding: 7px;
    text-align: center;
    margin-bottom: 12px;

    border: 1px solid #f16048;
    color: #df280a;
    background: #faebe7;
}

.ampromo_items_form h4 {
    line-height: 50px;
}

.ampromo_items_form h4 a {
    display: inline-block;
    vertical-align: middle;
    line-height: 14px;
}

.ampromo-label{
    float: right; 
    position: absolute; 
    z-index: 500;
}

.ampromo-gift .product-image{
    float: left;
}

.ampromo-gift li{
    margin: 10px 10px;
    float: left;
}
.ampromo-tooltip {
   padding:2px 5px;
   background:#FEC;
   border:1px solid #FAA819;
   color:#1F5070;
   text-align:left;
   width:300px;
   position:absolute;
   z-index: 10001;
}

.ampromo-product-name{
    font-weight: bold;
}

.ampromo-short-description{
    
}

.ampromo-img img{
    /*width: 100%;*/
}
#j2t-track1 {background-image:url(https://www.lindybop.co.uk/skin/frontend/base/default/images/j2t-bg-fader.gif); background-repeat:no-repeat; width:209px; height:28px;}
#j2t-handle1 {background-image:url(https://www.lindybop.co.uk/skin/frontend/base/default/images/j2t-thumb-n.gif); background-repeat:no-repeat; width:17px; height:21px; cursor:move;}
#j2t-track2 {background-image:url(https://www.lindybop.co.uk/skin/frontend/base/default/images/j2t-bg-fader.gif); background-repeat:no-repeat; width:209px; height:28px;}
#j2t-handle2 {background-image:url(https://www.lindybop.co.uk/skin/frontend/base/default/images/j2t-thumb-orange.gif); background-repeat:no-repeat; width:17px; height:21px; cursor:pointer;}
.j2t-loyalty-points {display:block; clear:both;}
.rewards_point_cart em {color:#EB340A;}
.form-list .field.j2t-rewardpoints-email {width: 280px;}
.form-list .field.j2t-rewardpoints-email img {vertical-align: middle;}
.order-items h2.front-rewardpoints-details-title, .page-print h2.front-rewardpoints-details-title {margin-top: 10px;}
.j2t-loyalty-points img {display: inline; vertical-align: middle;}
#rewardFormArea .login-area-reward-form { border: 1px solid #E2E2E2; padding: 5px; background-color: #F0F8FC; margin-top: 5px;}
#rewardFormArea .innner-item-points {font-size: 11px;}
.rewardpoints-msgs .success-msg {background-image: url(https://www.lindybop.co.uk/skin/frontend/base/default/images/rewardpoints/rewardpoints.png);}

ul.catalog-points-details {list-style: disc; margin-left: 30px; font-style: italic; color: #5E5E5E;}

span.inline-catalog-points-details, span.catalog-points-details {display:list-item;}
span.catalog-points-details {list-style: disc; margin-left: 30px; font-style: italic; color: #5E5E5E;}

#my-rewardpoints-table {margin-bottom: 20px;}

.block .j2t-content {margin: 0; padding: 5px 9px; clear:both;}
.block .jiathis_style_32x32 {margin: 0; padding: 5px 9px;}


.j2t-content input.input-text {width:98%;}

#rewardFormArea p.onestepcheckout-numbers {
    margin-top:20px;
}

@media only screen and (max-width: 1200px) {
	.reward-data-table thead {
		display: none;
	}
	.data-table.reward-data-table td {
		display: block;
		width: 100%;
		border:none;
		padding: 0px;
	}
	
	.reward-data-table td[data-theme-label] {
		padding-left: 15px;
		margin-bottom: 6px;
	}

	.reward-data-table td[data-theme-label]:before {
		content: attr(data-theme-label) ":";
		padding-right: 5px;
		font-weight: bold;
	}
	.form-list .field.j2t-rewardpoints-email, .form-list .field.j2t-rewardpoints-name {
		width: 100%;
	}
}

/**
* Giftvoucher reward template
*/
.dialog.giftcard-preview-template-dialog{
    left: 50% !important;
    margin-left: -330px !important;    
}
.input-select.validation-failed
{
    border-color: red;
}

span#giftvoucher_wait{
    color: #2F2F2F;
}

.giftvoucher-discount-code{
    color: #008000;
}
.giftvoucher-discount-code button{
    border: medium none;
    background: none repeat scroll 0 0 transparent;
}

.giftvoucher-discount-code button:hover{
    cursor: pointer;
}

.giftvoucher-media{
    border: 2px solid #F7F9F9;
}

.giftvoucher-media .giftmedia{
    border-bottom: 2px solid #F7F9F9;
    padding: 7px;
    color: #F18200;
    font-size: 15px;
}

#giftmedia pre{
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

.giftvoucher-media .giftmedia-image{
    overflow: hidden;
    width: 265px;
    position: relative;
}

.giftvoucher-product-info .giftvoucher-amount-desc, .giftvoucher-product-info #recipient_ship_desc {
    font-size: 0.9em;
    font-style: italic;
    color: #080;
    margin-top: -5px;
}

.giftvoucher-product-info #message{
    width: 100%;
    height: 88px;
}

.giftvoucher-product-info #recipient_address{
    width: 325px;
    height: 57px;
}

.giftvoucher-product-info #recipient_email,
.giftvoucher-product-info #recipient_name,
.giftvoucher-product-info #customer_name{
    width: 100%;
}

#giftvoucher-result{
    font-size: 15px;
}

#giftvoucher-result label{
    width: 160px;
}


/* Search Grid Style */
.data-table .giftvoucher-grid-title th{
    background-image: none;
    border-bottom: 1px solid #C2D3E0;
}

.data-table .giftvoucher-grid-search th{
    vertical-align: top;
}
.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item{
    padding-bottom: 2px;
}
.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .search-text{
    width: 97%;
}

.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .range-container{
    float: left;
    padding-bottom: 2px;
}
.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .data-range{
    min-width: 121px;
    min-height: 18px;
    margin-bottom: 3px;
}
.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .data-range .label{
    display: block;
    width: 36px;
    float: left;
}
.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .data-range img{
    width: 15px;
    height: 15px;
    cursor: pointer;
}
.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .data-range input.range-text{
    float: right;
    width: 50px;
    padding: 1px;
}

.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item select{
    width: 100%;
}

.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .range-container .from-price,
.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .range-container .to-price{
    min-width: 100px;
}

.giftvoucher-search-button {
    padding-bottom: 5px;
    text-align: right;
}
/* End Search */
.customer-account-giftcard .balance{
    overflow: hidden; 
    margin-bottom: 10px; 
    border-bottom: 1px dotted black;
}
.customer-account-giftcard #giftvoucher_grid .gift-voucher-sent-friend{
    background-color: #F6B26B;
}
.customer-account-giftcard .account-balance{
    overflow: hidden; 
    margin-bottom: 10px; 
    border-bottom: 1px dotted black;
}
/*Hai.Tran*/
.giftcard-preview-template-dialog .top,
.giftcard-preview-template-dialog .bot{
    display: none;
}
.giftcard-preview-template-dialog .dialog_e,
.giftcard-preview-template-dialog .dialog_w {
    width: 0;	
}
.giftcard-preview-template-dialog .dialog_close{
    display: none;
}
.giftcard-preview-template-dialog .dialog_content{
    background-color: transparent !important;
    color: #2f2f2f !important;
    font: 12px/1.55 Arial, Helvetica, sans-serif;
}
.gift-active{
    border: 2px solid #fc3f52 !important;
}
div.egcSwatch-arrow {
    /*    display: none;*/
    position: absolute;
    height: 11px;
    top: -2px;
    left: 1px;
    width: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    clear: both;
    /*    z-index: 10;*/
    background-image: url(https://www.lindybop.co.uk/skin/frontend/base/default/css/magestore/giftvoucher/down-arrow.png);
}
#giftcard-template-show-images:hover #giftcard-template-next{
    background-image: url(https://www.lindybop.co.uk/skin/frontend/base/default/css/magestore/giftvoucher/arrow-slide-right.png);
}
#giftcard-template-show-images:hover #giftcard-template-prev{
    background-image: url(https://www.lindybop.co.uk/skin/frontend/base/default/css/magestore/giftvoucher/arrow-slide-left.png);
}
/*#giftcard-template-next:hover{
    background-image: url(/../giftcard/skin/frontend/default/default/images/giftvoucher/arrow-slide-right.png);
}
#giftcard-template-prev:hover{
    background-image: url(/../giftcard/skin/frontend/default/default/images/giftvoucher/arrow-slide-left.png);
}*/
/** Media Library **/
.uploader .file-row { display: inline-block;width:315px; padding:0.3em 0.6em; /*margin:0.5em 0.6em;*/ border:1px solid #ccc; background-color:#f9f9f9; /*vertical-align:middle;*/ }
.uploader .file-row-narrow { width: auto; margin: 0 0 2px 40px; }
.uploader .file-row .file-info { float:left; }
/*.uploader .file-row .file-info-name { with: 80%; overflow: hidden; }
.uploader .file-row .file-info-size { width: 20%; }*/
.uploader .file-row-info { margin: 0 0 0 10px; }
.uploader .file-row-info .file-info-name  { font-weight:bold; }
.uploader .file-row .progress-text { float:right; font-weight:bold; }
.uploader .file-row .delete-button { float:right; }
.uploader .buttons { float:left; }
.uploader .flex { float:right; }
.uploader .progress { border:1px solid #f0e6b7; background-color:#feffcc; }
.uploader .error { border:1px solid #aa1717; background-color:#ffe6de; }
.uploader .error .progress-text { padding-right:10px; }
.uploader .complete { border:1px solid #90c898; background-color:#e5ffed; }

#amount_range{
    width: 160px;
}
#popup-giftcard{
    position: fixed;
    z-index: 10000;
    width: 600px;  
    left: 50%;
    top: 50%;
    margin-left: -300px;
    margin-top: -200px;
    text-align: left;
}
#bg-fade{
    background: #000;
    position: absolute;
    z-index: 9999;
    width: 100%;
    min-height: 800px;
    float: left;
    top: 0;
    left: 0;
    opacity: 0.8;
    filter:alpha(opacity=80);
}

#giftvoucher-view-condition {
    float: left;
    clear:both;
}

#giftvoucher-view-condition:hover {
	text-decoration: none;
}

.calendar{
    z-index: 99999;
}

.calendar .button{
    display: table-cell;
}

/* stee */
.ajax-file-upload-progress {
    width: 95% !important;
}
.ajax-file-upload-green {
    display: none !important;
}
.ajax-file-upload-abort {
    display: none !important;
}
.ajax-file-upload-statusbar {
    width: 88% !important;
}

/****************************Template 02 _ top*************************************/

#giftcard-template-top{
    overflow:hidden;
    max-height: 550px;
    font-size: 14px;
    width: 100%;
    height: 365px;
}
#giftcard-template-top .giftcard-template-content{
    margin-left:0px;
    padding: 0;
    position: relative;
}
#giftcard-template-top .giftcard-template-content-top, .giftcard-change-image-temp2{
    height: 190px;
    background-color: #FFFFFF;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
#giftcard-template-top .giftcard-template-content-temp2{
    padding-top: 0px;
    background-repeat: repeat;
    background-size: 100%
}
.logo-title.logo-title-top {
    padding-left: 15px;
    float: left;
    height: 84px;
}
.logo-title.logo-title-top img{
    float: left;
    border-radius: 0px 0px 5px 5px;
    max-height: 70px;
    background-position: 15px 0px !important;
}
.name-value-top{
    float: left;
    width: 100%;
    background: url('https://www.lindybop.co.uk/skin/frontend/base/default/css/magestore/giftvoucher/bkg-title.png') no-repeat;
    background-size: 103% 105%;
    margin-top: 55px;
    height: 50px;
    position: absolute;
    bottom: 0;
}
.name-value-top .giftcard-title{
    float: left;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    margin-left: 15px;
    line-height: 48px;
    font-weight: 600;
}
#giftcard-template-top .giftcard-value{
    float: right;
    padding-left: 20px;
    background: url('https://www.lindybop.co.uk/skin/frontend/base/default/css/magestore/giftvoucher/bkg-value.png') no-repeat left center;
    height: 50px;
}
.name-value-top .giftcard-value .giftcard-text-color{
    float: left;
    font-size: 12px;
    padding-top: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}
.name-value-top .giftcard-value .giftcard-price-change {
    float: right;
    margin-left: 15px;
    font-size: 26px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}
.name-value-top .value-price span {
    margin-right: 5px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 12px;
    margin-top: -3px;
}
.name-value-top .giftcard-value .giftcard-price-change .price {
    margin-right: 10px;
    font-size: 26px;
    font-family: 'Open Sans', sans-serif;
}
.giftcard-date-top{
    width: 59%;
    float:left;
    padding-top: 10px;
}
.giftcard-date-top .giftcard-from-to{
    float: left;
    font-size: 16px;
    color: #636363 !important;
    font-family: 'Open Sans', sans-serif;
    margin-left: 15px;
}
.giftcard-date-top .giftcard-from-to .giftcard-from{
    float: left;
    max-height: 25px;
}
.giftcard-date-top .giftcard-from-to .giftcard-text-color,
.giftcard-date-top .giftcard-from-to .giftcard-style-color{
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}
.giftcard-information {
    float: left;
    clear: both;
    width: 342px;
    margin-top: 8px;
    margin-left: 15px;
}
.giftcard-date-top .giftcard-barcode {
    float: right;
    text-align: right;
    padding-right: 15px;
}
.giftcard-date-top span.giftcard-barcode img {
    max-width: 100%;
    float: right;
    height: 40px;
}
.giftcard-date-top .giftcard-barcode {
    padding-right: 15px;
    margin-top: -10px;
}
.giftcard-date-top .giftcard-from-to .giftcard-style-color{
    color: orange;
    font-size: 16px
}
.giftcard-date-top .giftcard-to{
    margin-left:0px;
    max-height: 25px;
    float:left;
    clear:both;
}
.giftcard-date-top .giftcard-number .giftcard-style-color{
    color: orange;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    line-height: 30px;
}
.name-value-top .value-price{
    float: right;
    line-height: 55px;
}
.giftcard-date-top .giftcard-message{
    padding: 6px;
    padding-bottom: 14px;
    padding-top: 3px;
    height: 80px;
    vertical-align: middle;
    background: #fff;
    border-radius: 5px;
    border:1px solid #cecece;
    text-align: left;
}
.barcode-note .giftcard-code{
    float: right;
    margin-right: 15px;
}
.barcode-note .barcode{
    text-align: right;
    float: right;
    width: 158px;
    height: 40px;
}

.barcode-note .barcode img{
    height: 40px;
    max-width: 100%;
    float: right;
}
.giftcard-date-top .giftcard-custom-message{
    margin: 0;
    white-space: pre-wrap;
    max-height: 85px;
    overflow: hidden;
    font-size: 11px;
}
.barcode-note .giftcard-note{
    margin-top: 5px;
    float: right;
    width: 215px;
    text-align: right;
    overflow: hidden;
    height: 90px;
    position: absolute;
    bottom: 10px;
}
.barcode-note .giftcard-note .giftcard-text-color{
    font-size: 12px;
    margin: 0px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}
#timezone_to_send{visibility: visible !important;}
#giftcard-template-top .giftcard-template-content-top.giftcard-change-image-temp2{width:100% !important; position: relative;}
#giftcard-template-top .giftcard-template-content{
    width:100%;
    background-size:100% auto !important;
    float: left;
    height: 175px;
}
#giftcard-template-top .giftcard-title-top{
    width:100%;
    position: relative;
}
.hidden-giftcard-content-temp2 .giftcard-barcode-value {height: 30px !important}
#giftcard-template-top .title{width:60% !important;}
#giftcard-template-top .barcode-note{
    width: 230px;
    float: right;
    margin-top: 5px;
    position: relative;
    height: 170px;
}
#giftcard-template-top .giftcard-value-bottom {display: none}

/*---Detail Template 3---*/
@import url(//fonts.googleapis.com/css?family=Open+Sans:600italic,300,700,400,600);
#giftcard-template-back .giftcard-template-content{display: none; height: 0px}
.title-value.giftcard-logo-background {
    float: left;
    width: 100%;
    background: url('https://www.lindybop.co.uk/skin/frontend/base/default/css/magestore/giftvoucher/bkg-title.png') no-repeat;
    height: 50px;
    background-size: 100%;
}
.giftcard-logo-background .giftcard-value-color {
    float: right;
    background: url('https://www.lindybop.co.uk/skin/frontend/base/default/css/magestore/giftvoucher/bkg-value.png') no-repeat left center;
    height: 50px;
    text-align: right;
    padding-right: 15px;
    padding-left: 20px;
    line-height: 48px;
}
.from-to-barcode-background{
    float: left;
    width: 100%;
    margin-bottom: 5px;
}
.giftcard-change-image-background-popup .giftcard-logo {
    float: left;
    height: 84px;
    margin-left: 15px;
}
.giftcard-change-image-background-popup .giftcard-logo img {
    margin-bottom: 15px;
    border-radius: 0px 0px 5px 5px;
    max-height: 70px;
    float: left;
}
.giftcard-logo-background .giftcard-text-color {
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    padding-right: 10px;
}
.giftcard-logo-background .giftcard-style-color.giftcard-price-change {
    font-size: 26px;
    margin-top: 6px;
}
.giftcard-logo-background .giftcard-style-color.giftcard-price-change .price {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    float: right;
    line-height: 52px;
}

.giftcard-logo-background .giftcard-title {
    float: left;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    margin-left: 15px;
    line-height: 52px;
    font-weight: 600;
}
.from-to-barcode-background .from-to {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    float: left;
    margin-left: 15px;
}
.from-to-barcode-background .from-to .giftcard-form{
    float: left;
    text-align: left;
    margin-top: 10px;
}
.from-to-barcode-background .from-to .giftcard-to {
    float: left;
    text-align: left;
    clear: both;
}
.giftcard-text {
    height: 90px;
}
.from-to-barcode-background span img {
    height: 40px;
    max-width: 100%;
}
.from-to-barcode-background .from-to .giftcard-text-color {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
}
.from-to-barcode-background .from-to .giftcard-style-color{
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
}
.giftcard-box-background{
    overflow: hidden;
    width: 95%;
    margin: 0 auto;
}
.giftcard-box-background .giftcard-text-box{
    background: #fff;
    border-radius: 5px;
    border:1px solid #cccccc;
    padding: 0;
    padding-bottom: 10px;
    padding-top: 3px;
    display:table-cell;
    vertical-align: middle;
}
.giftcard-box-background .giftcard-text-color.giftcard-custom-message{
    margin: 0;
    white-space: pre-wrap;
    max-height: 85px;
    overflow: hidden;
    font-size: 11px;
    font-family: 'Open Sans', sans-serif;
    padding: 0px 5px;
    color: black !important;
    background: transparent !important;
    border: none;
}
.from-to-barcode-background .giftcard-barcode{
    float: right;
    margin-right: 15px;
}
.from-to-barcode-background .giftcard-barcode .giftcard-style-color{
    color: orange;
    font-weight: bold;
    font-size:15px;
    font-family: 'Open Sans', sans-serif;
}
.from-to-barcode-background .giftcard-barcode .giftcard-style-color{
    font-size: 14px;
    line-height: 30px;
    color: orange;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
}
.giftcard-note-background{
// margin-top: 8px;
    float:left;
    box-sizing: content-box;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    margin-top: 8px;
    height: 30px
}
.giftcard-note-background .form-note{
    width: 100%;
    margin: 0 auto;
}
.giftcard-note-background .giftcard-text-color{
    font-size: 12px;
    line-height: 15px;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    text-align: left;
    padding: 0 15px;
    font-weight: 600;
    max-height: 33px;
    overflow: hidden;
}
#giftcard-template-back {width: 100% ;float: left; position: relative}
#giftcard-template-back .giftcard-change-image-background-popup{
    width: 100%;

    top: 0%;
}
.giftcard-box-background .giftcard-text-box {
    display: inherit !important;
    background-size: 100% !important;
    width: 100% !important;
    height: 98px;
    text-align: left;
}
.giftcard-box-background {
    width: 93% !important;
    height: 95px;
    padding: 5px 3%;
    margin-top: 0px !important;
    box-sizing: content-box;
    float: left;
}
.from-to-barcode-background .giftcard-number{
    float: right;
    text-align: right;
}
.from-to-barcode-background .giftcard-barcode span.barcode  {
    float: right;
}

/*****template 03 width devices*******/
.giftcard-change-image-background-popup img#img-type-background{
    position: relative;
    top: 0;
    z-index: 10;
    left:0;
}
#giftcard-template-back img#img-type-background{width: 100%}
#giftcard-preview-template img#img-type-background{width: 100%}
#giftcard-preview-template #giftcard-preview-template-content .giftcard-change-image-background-popup.giftcard-change-image{
    width: 100% !important;
    top: 0%;
    position: absolute;
}


.giftcard-product-media{
    float:Left;
    width:600px;
    height: 365px;
    transform-origin: top left;
    -webkit-transform-origin: top left;
}
.product-img-box {
// overflow: hidden\0;
}
#close-popup-giftcard {
    background: url('https://www.lindybop.co.uk/skin/frontend/base/default/images/giftvoucher/close.png') no-repeat;
    width: 35px;
    height: 35px;
    position: absolute;
    top: -25px;
    right: -25px;
}
#giftcard-preview-template-content{float:left;width: 100%;overflow: hidden;}
/****************************Template 01 _ left*************************************/
.giftvoucher-product-info{overflow: hidden}
#giftcard-template-left{
    overflow:hidden;
    width: 655px;
    font-size: 14px;
    float:left;
    background-size: 100% 100%;
}
#giftcard-preview-template .giftcard_value-color .giftcard-text-color{
    padding-right: 10px;
    margin-top: 15px;
}
/*#giftcard-preview-template-content {float: left;overflow: hidden;}*/
.dialog.giftcard-preview-template-dialog .dialog_e{background:none;}
.giftcard-template-content-left,.giftcard-change-image{
    width: 275px;
    height: 365px;
    display:block;
    float: left;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 275px 400px;
}
.logo1 { width: 100%; height: 50px; margin-top: -7px;}
#giftcard-template-left .giftcard-title {
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    margin-top: 10px !important;
    margin-left: 10px !important;
}
.giftcard-from{
    margin-right: 15px;
    overflow: hidden;
    display: table-cell;
    float: left;
    margin-bottom: 5px;
}
.giftcard-from-to  .giftcard-style-color{
    color: orange;
    font-size:16px;
    font-family: 'Open Sans', sans-serif;
}
.giftcard-to{max-height: 25px;}
.giftcard-box{overflow: hidden;margin-top: 10px;}
.giftcard-box  .giftcard-text-box{
    display: block;
    border-radius: 5px;
    border: 1px solid #cccccc;
    padding: 0 6px;
    height: 90px;
    vertical-align: middle;
    background:#fff;
    margin-top: 10px;
    text-align: left;
}
.giftcard_value .giftcard-text-color{
    float: left;
    padding-right: 10px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}
#giftcard-preview-template .giftcard-template-content .giftcard_value .giftcard-text-color{
    padding-right: 10px;
    margin-top: 10px;
}
.giftcard_value .giftcard-style-color{
    float: left;
    clear: both;
}
.giftcard_value .giftcard-style-color .price{
    font-size: 22px;
    font-family: 'Open Sans', sans-serif;
    /* color: orange; */
    font-weight: bold;
}
.giftcard-number{
    width: 100%;
    float: right;
    text-align: right;
    margin-bottom: 5px;
}
.giftcard-number .giftcard-style-color{
    color: orange;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
}
.giftcard-custom-message{
    margin: 0;
    white-space: pre-wrap;
    max-height: 85px;
    overflow: hidden;
    font-size: 11px;
}
.giftcard-barcode  .giftcard-style-color{
    font-size: 14px;
    color: orange;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
}
.giftcard-text{
    overflow: hidden;
    vertical-align: bottom;
    height: 70px;
}
.giftcard-text  .giftcard-text-color{
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-align: left;
}
#giftcard-template-show-images .gift-active{overflow:hidden}
#giftcard-template-show-images .gift-active img{ display:inline;}
/******************Detail giftcard by Crystal****************/
#giftcard-template-left .giftcard-template-content {
    background-position: 0;
    background-size: 100%;
    width: 350px;
    display: block;
    margin-left: 0;
    float: right;
    height: 365px;
    background-repeat: repeat;
    box-sizing: content-box;
}
#giftcard-template-left .giftcard-logo div{width: 100% !important; margin-top: -7px !important;background-size: 80% 50px !important;}
#giftcard-template-left .giftcard-from-to .giftcard-text-color {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
}
#giftcard-template-left{width: 100% !important}
#giftcard-template-left .giftcard-change-image {
    width:250px;
    background-position:inherit !important;
    background-size: 100% 100% !important;
    height:365px;
    padding-bottom: 0;
    position: relative;
}
.giftcard-change-image img{
    height: 63px;
    max-width: 100%;
    display: inline;
}
.giftcard-change-image img#img-type-left{
    position: relative;
    top: 0;
    z-index: 10;
    left:0;
}
.giftcard-template-content-left .giftcard-logo{
    position: absolute;
    top: 280px;
    text-align: center;
    width: 100%;
}
/*#giftcard-template-left .giftcard-template-content div {width: 100% !important; float: left;}*/
#giftcard-template-left .giftcard-template-content div.giftcard-style-color{
    margin: 15px 10px 10px 15px;
    text-align: left;
}
#giftcard-template-left .giftcard-template-content div.giftcard_value{
    float: left;
}
#giftcard-template-left .giftcard-template-content div.giftcard-code{
    float: right;
    width: 200px;
    margin-top: -5px;
}
#giftcard-template-left .giftcard-template-content .value-barcode {
    width: 320px;
    float: left;
    margin: 15px;
    margin-bottom: 10px;
}
#giftcard-template-left .giftcard-template-content div.giftcard-from-to,
#giftcard-template-left .giftcard-template-content div.giftcard-box,
#giftcard-template-left .giftcard-template-content div.giftcard-text{
    width: 320px;
    float: left;
    margin:0 15px;
}
#giftcard-template-left .giftcard-barcode {
    float: right;
    width: 177px;
    text-align: right;
}
#giftcard-template-left .giftcard-barcode img {float: right;max-width: 100%;height: 40px;}
#giftcard-template-left .giftcard-to{float: left;clear: both;margin-left: 0px;}
#giftcard-template-show-images {overflow: hidden;position: relative;height: 97px;}
#giftcard-template-show-images .images-for-slide{
    float:left;
    position: absolute;
    height: 129px;
    left: 0;
}
.giftcard-template-control{
    z-index: 10;
    position: absolute;
    top: 10px;
    width: 27px;
    height: 31px;
    background: url("https://www.lindybop.co.uk/skin/frontend/base/default/css/magestore/giftvoucher/icon-nav.png") left 1px no-repeat transparent;
    text-decoration: none !important;
    outline: none !important;
}
#giftcard-template-prev{left:0;}
#giftcard-template-next{
    right: 0;
    background: url("https://www.lindybop.co.uk/skin/frontend/base/default/css/magestore/giftvoucher/icon-nav.png") left -41px no-repeat transparent;
}

/***************checkout cart by Sally***************/
.gift-card .discount{display: inline-block;width: 100%;}
.gift-card .discount .form-group label{display: inline;}
.discount .giftvoucher #giftvoucher{position: relative;margin-right: -33px;margin-top: 10px;margin-left: 15px;}
.giftcard_change img{display:inline;}
/*************shopping cart by Sally*************/
.discount .giftvoucher #giftvoucher{position: relative;margin-right: 0px;margin-top: -1px;margin-left: 0px;}
.giftvoucher-discount-code img{display:inline}
/************my account by Sally***********/
.gift-card .table .col-xs-12 .label{float:left;  margin-bottom: 5px;}
.gift-card .table .col-xs-12 .v-middle{float:left;margin-top: 3px;margin-left: 3px;}
/***********View giftcard*************/
#giftcard_history_table .item-hidden{display:none;}
.giftvoucher-index-email .form-list li{width:100%; float: left;}
/******History balance*******/


.dialog.giftcard-preview-template-dialog .dialog_w{background: none;}
/*---End Detail Popup Template 1---*/
.gift-card .sub-title{
    font-size: 17px;
    text-transform: none;
    font-weight: 600;
    margin: 0 0 5px;
    padding:0;
}
.gift-card label em{
    color: red;
    font-weight: normal;
    font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 12px;
}

/***********End Detail Popup Template 3*************/

/******************Send email***************/

.giftvoucher-product-info .giftcard-date-box img {display: inline;vertical-align: middle;}
.giftvoucher-product-info .giftcard-date-box input.validate-date-giftcard {float: left;margin-right: 3px;}
.giftcard-date-box button span{padding-left: 0 !important}
.add-to-box {clear: both}
.giftvoucher-receiver{float: left; clear: both; padding-bottom: 20px; width: 100%}
.giftvoucher-product-info .validation-advice{float: left; clear: both;}
.recipient_email,
.message,
.recipient_ship_form {float:left; clear:both;}

/******************End***********************/
/***************checkout cart by Sally***************/
.fieldset .giftvoucher  #giftvoucher{position: relative;margin-right: -33px;margin-top: 10px;margin-left: 15px;}
.giftcard_change img{display:inline;}
.fieldset .giftvoucher_credit #giftvoucher_credit{position: relative;margin-right: -33px;margin-top: 10px;margin-left: 15px;}
.fieldset #giftvoucher_container{float:left; padding-bottom: 12px; width: 100% !important;}
.fieldset .sp-methods{float:left; clear:both; width: 100% !important;}
.credit_input img {display:inline;}
.credit_input  .input-text{width:68px !important;}
.notice-msg li{font-weight:700;}
.giftvoucher-index-index .pager{margin-top:7px;}
/*************shopping cart by Sally*************/
.discount-form.giftvoucher   #giftvoucher{position: relative;margin-right: 5px;margin-top: 5px;margin-left: 0px;}
.discount-form .giftvoucher_credit  #giftvoucher_credit{position: relative;margin-right: 5px;margin-left: 0px; float:left}
.giftvoucher-discount-code img{display:inline;}
dd#giftcard_shoppingcart_apply, dd.giftvoucher li, dt.giftvoucher, dt.giftvoucher_credit, dd.giftvoucher-credit,li.giftvoucher-discount-code strong{margin:5px 0;}
#payment_form_giftvoucher_credit #gift_credit_message{float: left; width: 100%;}
li.giftvoucher-discount-code strong{float:none;}
.giftcard-code-hidden{display:none;}

/* ----- Simple template ------ */
#giftcard-template-simple{
    width:600px;
    float:left;
    background:#fff;
    border-radius: 3px;
    border: 1px solid #ddd;
}
#giftcard-template-simple .simple-top{

    padding: 6px 6px 10px;
    float:left;
    width: 100%;

}
.giftcard-template-content-simple{
    float: left;
    width: 100%;
    height: 310px;
}
#giftcard-template-simple .simple-content-top{margin:0;}
.simple-content-top .simple-logo{
    min-height: 85px;
    display:flex;
}
#giftcard-template-simple  img{margin:auto;}
.simple-bottom{
    float: left;
    width: 100%;
    padding: 6px;
    border-top:  1px solid #ddd;
    min-height: 90px;
}
.two-border{
    border-left:1px solid #ddd;
    border-right: 1px solid #dddddd;
}
.no-right{border-left:1px solid #ddd;}
.giftcard-number .giftcard-style-color{
    font-size: 16px;
}
.value-price .giftcard-text-color{
    font-size: 36px;
    line-height: 1;
}
.simple-barcode img{
    height: 35px;
    margin:auto;
}
.simple-content-top .simple-logo img{max-height: 100px;max-width:100%;}
#giftcard-template-simple .form-group.giftcard-value,
#giftcard-template-simple .form-group.giftcard-number{margin:5px 0;}
.simple-bottom .giftcard-custom-message{
    width: 100%;
    float: left;
    margin: 0;
    padding: 10px;
    font-size: 14px;
    color: #444;
    line-height: 18px;
    border: none !important;
    background-color: transparent !important;
}
#giftcard-template-simple .giftcard-template-content-simple{
    background-size: 100% auto;
}
#giftcard-template-simple .logo-title{
    padding: 0;
    float: none;
    height: auto;
}
#giftcard-template-simple img{
    display: inline;
    max-height: 90px;
    max-width: 180px;
}
#giftcard-template-simple .simple-barcode{
    min-height: 85px;
    display:flex;
}
#giftcard-template-simple .simple-content-top .col-xs-4,#giftcard-template-simple .simple-content-top .col-xs-6{
    height:90px;
}
#giftcard-template-simple .giftcard-number .giftcard-style-color{ font-style: normal;}
#giftcard-template-simple .giftcard-change-image{background-size:100%;}
#giftcard-preview-button-add {
    display: none;
}
/* ------ END -------- */
@media  (max-width:1199px){
    /**********add giftcard************/
    #gift-voucher-code{width:65% !important;}
}

/**********add giftcard by Sally************/
#gift-voucher-code{width:90% !important;}
#giftcard-template-left .giftcard-template-content .hidden-giftcard {
    height: 65px !important;
}
#giftcard-template-left .hidden-content {height: auto}
@media (max-width:990px){
    /************my account***********/


    /*view giftcard*/


    /**********check giftcard************/

}
@media  (max-width:880px){
    /************my account***********/



    /**********add giftcard************/
    #gift-voucher-code{width:100% !important;}
}
@media only screen and (max-width: 770px){
    /************my account by Sally***********/

    /**********add giftcard by Sally************/
    .col-main .giftvoucher-fieldset .input-box   input[type=text]{width:365px !important;}
}
@media  (max-width:640px){
    /************my account by Sally***********/

}

@media  (max-width:533px){
    /**********add giftcard by Sally************/
    #addredeem-giftvoucher-code .buttons-set button.button{float:right !important; width:40%;}
}

@media  (max-width:440px){
    /**********check giftcard by Sally************/
    /* My account */
    .balance .button{float:none !important; width:185px !important;}
    .giftvoucher-search-button{text-align:left !important;}


    /*my account*/
    #giftvoucher_grid-gift_code{width:65px !important; margin-left:70px;}
}
@media  (max-width:420px){
    /***************checkout cart by Sally***************/
    .giftcard{display:block;}
}


.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.searchindex-results {
  *zoom: 1;
  margin-bottom: 10px;
  border-bottom: 1px solid #a0b3c3;
}
.searchindex-results:before,
.searchindex-results:after {
  display: table;
  content: "";
  line-height: 0;
}
.searchindex-results:after {
  clear: both;
}
.searchindex-results li {
  margin-bottom: -1px;
  float: left;
  *zoom: 1;
  margin: 0px 2px;
}
.searchindex-results li:before,
.searchindex-results li:after {
  display: table;
  content: "";
  line-height: 0;
}
.searchindex-results li:after {
  clear: both;
}
.searchindex-results li a {
  font-size: 12px;
  font-weight: bold;
  color: #333;
  display: block;
  cursor: pointer;
  padding: 2px 5px 1px 5px;
  line-height: 20px;
  border: 1px solid transparent;
  border-bottom: none;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  text-decoration: none;
}
.searchindex-results li a:hover {
  background-color: #f1f1f1;
  background-image: -moz-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e8e8e8), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: -o-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: linear-gradient(to bottom, #e8e8e8, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#ffffffff', GradientType=0);
  border: 1px solid #a0b3c3;
  border-bottom: none;
}
.searchindex-results li a span {
  font-weight: normal;
  font-size: 0.9em;
}
.searchindex-results li.active a {
  background-color: #f1f1f1;
  background-image: -moz-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e8e8e8), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: -o-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: linear-gradient(to bottom, #e8e8e8, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#ffffffff', GradientType=0);
  cursor: default;
  border: 1px solid #a0b3c3;
  border-bottom: none;
}
.searchindex-result li {
  padding: 5px;
}
.searchindex-result li .title a {
  font-weight: bold;
  color: #203548;
  font-size: 13px;
}
.searchindex-result.searchindex-result-category {
  margin-bottom: 20px;
}
.searchindex-result.searchindex-result-category li {
  padding: 1px 0px;
}
.searchindex-result.searchindex-result-category li a {
  font-weight: bold;
  color: #203548;
}
.searchindex-highlight {
  background-color: #ff0;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.searchautocomplete {
  position: absolute;
  top: -5px;
  right: 0px;
  height: 34px;
  width: 458px;
  padding: 4px 10px;
  -webkit-border-radius: 0px 0px 0px 5px;
  -moz-border-radius: 0px 0px 0px 5px;
  border-radius: 0px 0px 0px 5px;
  background: #fff;
  display: block;
}
.searchautocomplete .sprite {
  background: url('https://www.lindybop.co.uk/skin/frontend/base/default/images/mirasvit/sprite.png');
}
.searchautocomplete > label {
  float: left;
  margin-right: 10px;
  color: #333;
  font-weight: bold;
  margin-top: 8px;
}
.searchautocomplete .nav {
  background: url('https://www.lindybop.co.uk/skin/frontend/base/default/images/mirasvit/sprite.png');
  float: left;
  height: 34px;
  position: relative;
  width: 340px;
}
.searchautocomplete .nav .nav-search-in {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 15;
}
.searchautocomplete .nav .nav-search-in .category {
  opacity: 0;
  filter: alpha(opacity=0);
  background: white;
  border: 1px solid #DDD;
  color: black;
  cursor: pointer;
  height: 29px;
  left: 5px;
  margin: 0;
  outline: 0;
  padding: 0;
  position: absolute;
  top: 5px;
  visibility: visible;
  width: auto;
}
.searchautocomplete .nav .nav-search-in .category-fake {
  -webkit-border-radius: 5px 0px 0px 5px;
  -moz-border-radius: 5px 0px 0px 5px;
  border-radius: 5px 0px 0px 5px;
  background-color: #fcfcfc;
  background-image: -moz-linear-gradient(top, #ffffff, #f7f7f7);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f7f7f7));
  background-image: -webkit-linear-gradient(top, #ffffff, #f7f7f7);
  background-image: -o-linear-gradient(top, #ffffff, #f7f7f7);
  background-image: linear-gradient(to bottom, #ffffff, #f7f7f7);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff7f7f7', GradientType=0);
  border-right: 1px solid #dddddd;
  color: #777;
  cursor: pointer;
  float: left;
  font-size: 11px;
  height: 27px;
  line-height: 27px;
  margin: 4px 0px 0px 2px;
  padding: 0px 25px 0px 10px;
  text-align: center;
  white-space: nowrap;
}
.searchautocomplete .nav .nav-search-in .nav-down-arrow {
  right: 10px;
  top: 16px;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4.5px 0 4.5px;
  border-color: #000000 transparent transparent transparent;
  line-height: 0px;
}
.searchautocomplete .nav .nav-search-in:hover .category-fake {
  background-color: #eeeeee;
  background-image: -moz-linear-gradient(top, #f7f7f7, #e1e1e1);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f7f7f7), to(#e1e1e1));
  background-image: -webkit-linear-gradient(top, #f7f7f7, #e1e1e1);
  background-image: -o-linear-gradient(top, #f7f7f7, #e1e1e1);
  background-image: linear-gradient(to bottom, #f7f7f7, #e1e1e1);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff7f7f7', endColorstr='#ffe1e1e1', GradientType=0);
}
.searchautocomplete .nav .nav-search-in:hover .nav-down-arrow {
  background-position: -6px -34px;
}
.searchautocomplete .nav .nav-input {
  *zoom: 1;
  margin: 6px 0px 0px 10px;
  padding: 0px 5px 0px 5px;
  z-index: 12;
  position: relative;
}
.searchautocomplete .nav .nav-input:before,
.searchautocomplete .nav .nav-input:after {
  display: table;
  content: "";
  line-height: 0;
}
.searchautocomplete .nav .nav-input:after {
  clear: both;
}
.searchautocomplete .nav .nav-input input {
  z-index: 10;
  padding: 0px;
  height: 23px;
  border: 0px;
  font-family: arial, sans-serif;
  font-size: 12px;
  background: transparent;
  color: black;
  outline: 0px;
  margin-left: 5px;
  width: 100%;
}
.searchautocomplete .nav .nav-input input.suggest {
  display: none;
  color: #999;
  z-index: 9;
}
.searchautocomplete .nav-submit-button {
  background: url('https://www.lindybop.co.uk/skin/frontend/base/default/images/mirasvit/sprite.png');
  background-position: 0px -34px;
  background-repeat: no-repeat;
  float: left;
  height: 34px;
  padding-left: 5px;
}
.searchautocomplete .nav-submit-button .button {
  width: 39px;
  height: 34px;
  padding: 0px 9px;
  margin: 0px;
  cursor: pointer;
  font-weight: bold;
  color: white;
  line-height: 12px;
  font-size: 13px;
  background-color: #3c454e;
  background-image: -moz-linear-gradient(top, #444c55, #313a44);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444c55), to(#313a44));
  background-image: -webkit-linear-gradient(top, #444c55, #313a44);
  background-image: -o-linear-gradient(top, #444c55, #313a44);
  background-image: linear-gradient(to bottom, #444c55, #313a44);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444c55', endColorstr='#ff313a44', GradientType=0);
  border: 1px solid #313a44;
  -webkit-border-radius: 0px 5px 5px 0px;
  -moz-border-radius: 0px 5px 5px 0px;
  border-radius: 0px 5px 5px 0px;
  z-index: 14;
}
.searchautocomplete .nav-submit-button .button:hover {
  background-color: #39414b;
  background-image: -moz-linear-gradient(top, #313a44, #444c55);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#313a44), to(#444c55));
  background-image: -webkit-linear-gradient(top, #313a44, #444c55);
  background-image: -o-linear-gradient(top, #313a44, #444c55);
  background-image: linear-gradient(to bottom, #313a44, #444c55);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff313a44', endColorstr='#ff444c55', GradientType=0);
}
.searchautocomplete .searchautocomplete-placeholder {
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  background: #FFF;
  border: 1px solid #ccc;
  padding: 15px 10px 5px 10px;
  position: absolute;
  right: 48px;
  top: 42px;
  width: 318px;
  z-index: 102;
}
.searchautocomplete .searchautocomplete-placeholder:before {
  border-color: transparent transparent #CCC transparent;
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 5px;
  height: 0;
  width: 0;
  top: -11px;
  left: 30px;
}
.searchautocomplete .searchautocomplete-placeholder ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.searchautocomplete .searchautocomplete-placeholder ul li {
  *zoom: 1;
  text-align: left;
  padding: 5px 5px;
  margin-bottom: 5px;
  border: 1px solid #ccc;
}
.searchautocomplete .searchautocomplete-placeholder ul li:before,
.searchautocomplete .searchautocomplete-placeholder ul li:after {
  display: table;
  content: "";
  line-height: 0;
}
.searchautocomplete .searchautocomplete-placeholder ul li:after {
  clear: both;
}
.searchautocomplete .searchautocomplete-placeholder ul li a {
  text-decoration: none;
}
.searchautocomplete .searchautocomplete-placeholder ul li a.name {
  color: #444;
  font-weight: bold;
  display: block;
  margin-bottom: 3px;
}
.searchautocomplete .searchautocomplete-placeholder ul li a .pull-right {
  float: right;
}
.searchautocomplete .searchautocomplete-placeholder ul li.active {
  background-color: #eeffee;
  cursor: pointer;
}
.searchautocomplete .searchautocomplete-placeholder ul li.active a {
  text-decoration: none;
}
.searchautocomplete .searchautocomplete-placeholder ul li .searchautocomlete-image {
  float: left;
  margin: 0px 10px 5px 0px;
}
.searchautocomplete .searchautocomplete-placeholder ul li .price-box {
  font-weight: bold;
  font-size: 13px;
  color: #C76200;
  float: right;
}
.searchautocomplete .searchautocomplete-placeholder ul li .price-box .regular-price .price-label,
.searchautocomplete .searchautocomplete-placeholder ul li .price-box .old-price .price-label,
.searchautocomplete .searchautocomplete-placeholder ul li .price-box .special-price .price-label {
  display: none;
}
.searchautocomplete .searchautocomplete-placeholder ul li .price-box .price-label {
  font-weight: normal;
  color: #999;
}
.searchautocomplete .searchautocomplete-placeholder ul li .price-box .old-price .price {
  font-size: 0.9em;
  color: #999;
}
.searchautocomplete .searchautocomplete-placeholder ul li .highlight strong {
  color: #f00;
}
.searchautocomplete .searchautocomplete-placeholder ul li .ratings {
  margin: 0;
  line-height: 14px;
}
.searchautocomplete .searchautocomplete-placeholder ul li .ratings .rating-box {
  float: left;
  margin: 0 5px 0 0;
}
.searchautocomplete .searchautocomplete-placeholder .index-title {
  text-align: right;
  color: #0A263C;
  border-bottom: 1px solid #CCC;
  padding: 2px 5px;
}
.searchautocomplete .searchautocomplete-placeholder .index-title span {
  color: #666;
  font-size: 0.9em;
}
.searchautocomplete .searchautocomplete-placeholder .all {
  text-align: right;
  margin: 10px 4px 5px 10px;
}
.searchautocomplete .searchautocomplete-loader {
  position: absolute;
  width: 18px;
  height: 18px;
  top: 9px;
  right: 10px;
  z-index: 99;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
  display: none;
}
.searchautocomplete .searchautocomplete-loader div {
  position: absolute;
  background-color: #FFFFFF;
  height: 3px;
  width: 3px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-animation-name: f_autocomplete_loader;
  animation-name: f_autocomplete_loader;
  -webkit-animation-duration: 0.64s;
  animation-duration: 0.64s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  animation-direction: normal;
}
.searchautocomplete .searchautocomplete-loader div#g01 {
  left: 0px;
  top: 7px;
  -webkit-animation-delay: 0.24s;
  animation-delay: 0.24s;
}
.searchautocomplete .searchautocomplete-loader div#g02 {
  left: 2px;
  top: 2px;
  -webkit-animation-delay: 0.32s;
  animation-delay: 0.32s;
}
.searchautocomplete .searchautocomplete-loader div#g03 {
  left: 7px;
  top: 0px;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.searchautocomplete .searchautocomplete-loader div#g04 {
  right: 2px;
  top: 2px;
  -webkit-animation-delay: 0.48s;
  animation-delay: 0.48s;
}
.searchautocomplete .searchautocomplete-loader div#g05 {
  right: 0px;
  top: 7px;
  -webkit-animation-delay: 0.56s;
  animation-delay: 0.56s;
}
.searchautocomplete .searchautocomplete-loader div#g06 {
  right: 2px;
  bottom: 2px;
  -webkit-animation-delay: 0.64s;
  animation-delay: 0.64s;
}
.searchautocomplete .searchautocomplete-loader div#g07 {
  left: 7px;
  bottom: 0px;
  -webkit-animation-delay: 0.72s;
  animation-delay: 0.72s;
}
.searchautocomplete .searchautocomplete-loader div#g08 {
  left: 2px;
  bottom: 2px;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
@-moz-keyframes f_autocomplete_loader {
  0% {
    background-color: #000000;
  }
  100% {
    background-color: #ffffff;
  }
}
@-webkit-keyframes f_autocomplete_loader {
  0% {
    background-color: #000000;
  }
  100% {
    background-color: #ffffff;
  }
}
@-ms-keyframes f_autocomplete_loader {
  0% {
    background-color: #000000;
  }
  100% {
    background-color: #ffffff;
  }
}
@-o-keyframes f_autocomplete_loader {
  0% {
    background-color: #000000;
  }
  100% {
    background-color: #ffffff;
  }
}
@keyframes f_autocomplete_loader {
  0% {
    background-color: #000000;
  }
  100% {
    background-color: #ffffff;
  }
}
.searchautocomplete-widget {
  position: relative;
  top: auto;
  left: auto;
  bottom: auto;
  right: auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/**
 * Copyright 2016 The Valdecode Cookie Law Compliance Authors. All rights reserved.
 * Use of this source code is governed by a MIT-style
 * license that can be found in the LICENSE.txt file.
 */
#v-cookielaw { overflow: hidden; background: #fff; color: #444; z-index: 9999; font-size: 13px; }
#v-cookielaw .v-message { padding: 5px 10px; text-align: left; }
#v-cookielaw .v-actions { }
#v-cookielaw .v-button { color: #222; display: inline-block; background-color: #ececec; background-image: linear-gradient(#f4f4f4, #ececec); border: 1px solid #d4d4d4; padding: 4px 10px; text-decoration: none; text-shadow: 1px 1px 0 #fff; border-radius: 2px; }
#v-cookielaw .v-button.v-accept:before { content: "\2714"; }
#v-cookielaw .v-button:hover,
#v-cookielaw .v-button:focus { color: #fff; text-shadow: -1px -1px 0 rgba(0,0,0,0.3); border-color: #3072b3; border-bottom-color: #2a65a0; background-color: #2a65a0; background-image: linear-gradient(#599bdc, #3072b3); }
#v-cookielaw .v-button:active {  border-color: #2a65a0; border-bottom-color: #3884cd; background-color: #3072b3; background-image: linear-gradient(#3072b3, #599bdc); }

#v-cookielaw.v-bar { display: table; width: 100%; padding: 13px 0; }
#v-cookielaw.v-bar .v-message { display: table-cell; }
#v-cookielaw.v-bar .v-actions { display: table-cell; vertical-align: middle; width: 250px; padding-right: 10px; text-align: right; }
#v-cookielaw.v-bar.v-top { position: relative; border-bottom: 1px solid #000; }
#v-cookielaw.v-bar.v-bottom { position: fixed; bottom: 0; border-top: 1px solid #000; }

#v-cookielaw.v-box { position: fixed; max-width: 300px; border: 1px solid #000; border-radius: 3px; margin: 10px; }
#v-cookielaw.v-box .v-actions { float: left; margin: 5px 10px; }
#v-cookielaw.v-box.v-top-left { top: 0; left: 0; }
#v-cookielaw.v-box.v-top-right { top: 0; right: 0; }
#v-cookielaw.v-box.v-bottom-left { bottom: 0; left: 0; }
#v-cookielaw.v-box.v-bottom-right { bottom: 0; right: 0; }

/* RWD */
@media (max-width: 480px) {
    #v-cookielaw.v-box { display: table; width: 100% !important; padding: 5px 0 0; position: fixed; bottom: 0 !important; top: auto !important; border-top: 1px solid #000; max-width: 100%; margin: 0; border-radius: 0; border-right: 0; border-left: 0; border-bottom: 0; }
    #v-cookielaw.v-box .v-message { display: table-cell; }
    #v-cookielaw.v-box .v-actions { display: table-cell; vertical-align: middle; width: 250px; padding-right: 10px; text-align: left; }

    #v-cookielaw .v-message { float: left; }
    #v-cookielaw .v-actions { float: left; margin: 5px 10px; }
    #v-cookielaw.v-bar .v-actions { width: auto; }
}

/* Skin - Yellow Alert */
#v-cookielaw.v-yellow-alert { background: #fffbcd; border-color: #e2cd7b !important; }

/* Skin - Dark Clean */
#v-cookielaw.v-dark-clean { color: #fff; background: #2c2c2c; border-color: #55575f !important; }
#v-cookielaw.v-dark-clean .v-button { color: #fff; text-shadow: -1px -1px 0 rgba(0,0,0,0.3); border-color: #3072b3; border-bottom-color: #2a65a0; background-color: #2a65a0; background-image: linear-gradient(#599bdc, #3072b3); }
#v-cookielaw.v-dark-clean .v-button:hover,
#v-cookielaw.v-dark-clean .v-button:focus { background-color: #3678a0; background-image: linear-gradient(#68abdc, #387cb3); }

/* Skin - Minimalist */
#v-cookielaw.v-minimalist { color: #2c2c2c; background: #f0f0f0; border-color: #e0e0e0 !important; font-size: 11px; font-family: Verdana; }
#v-cookielaw.v-bar.v-minimalist { padding: 2px 0; }
#v-cookielaw.v-box.v-minimalist { width: 260px; }
#v-cookielaw.v-box.v-minimalist .v-actions { margin: 5px; }
#v-cookielaw.v-box.v-minimalist .v-message { padding: 5px; }
#v-cookielaw.v-minimalist .v-button { padding: 3px 6px; }

.misspell.fallback strong,
.misspell.suggest strong {
  color: #c76200;
}
.misspell.fallback strong strike,
.misspell.suggest strong strike {
  color: #3d6611;
  font-weight: normal;
}
.misspell.fallback strong a,
.misspell.suggest strong a {
  color: #c76200;
}

