/*! 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: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

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

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

* {
  box-sizing: border-box;
}

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: Roboto,Helvetica,sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333;
  background-color: #f0f0f0;
}

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

a {
  color: #333;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #0d0d0d;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  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.42857;
  background-color: #f0f0f0;
  border: 1px solid #ddd;
  border-radius: 0;
  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 #eee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

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

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.container:before,
.container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

.container {
  width: 46rem;
}

.container {
  width: 74rem;
}

.container-fluid,
.secondary-header,
.user-nav,
.header-wrap .header,
.content-wrap,
.footer-wrap .footer {
  margin-right: auto;
  margin-left: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.container-fluid:before,
.secondary-header:before,
.user-nav:before,
.header-wrap .header:before,
.content-wrap:before,
.footer-wrap .footer:before,
.container-fluid:after,
.secondary-header:after,
.user-nav:after,
.header-wrap .header:after,
.content-wrap:after,
.footer-wrap .footer:after {
  content: " ";
  display: table;
}

.container-fluid:after,
.secondary-header:after,
.user-nav:after,
.header-wrap .header:after,
.content-wrap:after,
.footer-wrap .footer:after {
  clear: both;
}

.row,
.help-page .delivery-locations-wrap {
  margin-left: -1rem;
  margin-right: -1rem;
}

.row:before,
.help-page .delivery-locations-wrap:before,
.row:after,
.help-page .delivery-locations-wrap:after {
  content: " ";
  display: table;
}

.row:after,
.help-page .delivery-locations-wrap:after {
  clear: both;
}

.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,
.help-page .delivery-au .delivery-locations,
.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,
.help-page .delivery-uk .delivery-locations,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 1rem;
  padding-right: 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.help-page .delivery-au .delivery-locations,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.help-page .delivery-uk .delivery-locations {
  float: left;
}

.col-md-1 {
  width: 8.33333%;
}

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

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

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

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

.col-md-6,
.help-page .delivery-au .delivery-locations {
  width: 50%;
}

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

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

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

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

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

.col-md-12,
.help-page .delivery-uk .delivery-locations {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table>thead>tr>th,
.table>thead>tr>td,
.table>tbody>tr>th,
.table>tbody>tr>td,
.table>tfoot>tr>th,
.table>tfoot>tr>td {
  padding: 8px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table>thead>tr>th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table>caption+thead>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>th,
.table>thead:first-child>tr:first-child>td {
  border-top: 0;
}

.table>tbody+tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #f0f0f0;
}

.table-condensed>thead>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>tfoot>tr>td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>tfoot>tr>td {
  border: 1px solid #ddd;
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
  border-bottom-width: 2px;
}

.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover>tbody>tr:hover {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

.table>thead>tr>td.active,
.table>thead>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th {
  background-color: #f5f5f5;
}

.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover,
.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr.active:hover>th {
  background-color: #e8e8e8;
}

.table>thead>tr>td.success,
.table>thead>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th {
  background-color: #dff0d8;
}

.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover,
.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr.success:hover>th {
  background-color: #d0e9c6;
}

.table>thead>tr>td.info,
.table>thead>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th {
  background-color: #d9edf7;
}

.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover,
.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr.info:hover>th {
  background-color: #c4e3f3;
}

.table>thead>tr>td.warning,
.table>thead>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th {
  background-color: #fcf8e3;
}

.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover,
.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr.warning:hover>th {
  background-color: #faf2cc;
}

.table>thead>tr>td.danger,
.table>thead>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th {
  background-color: #f2dede;
}

.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover,
.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr.danger:hover>th {
  background-color: #ebcccc;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

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

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

input[type="search"] {
  box-sizing: border-box;
}

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

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

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

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #333;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(51,51,51,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[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

.form-group {
  margin-bottom: 1rem;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

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

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

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

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

input[type="radio"][disabled],
input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}

.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

.form-group-sm .form-control,
.main-content .right-content .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.form-group-sm select.form-control,
.main-content .right-content select.form-control {
  height: 30px;
  line-height: 30px;
}

.form-group-sm textarea.form-control,
.main-content .right-content textarea.form-control,
.form-group-sm select[multiple].form-control,
.main-content .right-content select[multiple].form-control {
  height: auto;
}

.form-group-sm .form-control-static,
.main-content .right-content .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

select.input-lg {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  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.33333;
}

.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-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-feedback,
.form-group-sm .form-control+.form-control-feedback,
.main-content .right-content .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;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

.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;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

.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;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

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

.form-inline .form-group,
.main-content .right-content .form-group {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}

.form-inline .form-control,
.main-content .right-content .form-control {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}

.form-inline .form-control-static,
.main-content .right-content .form-control-static {
  display: inline-block;
}

.form-inline .input-group,
.main-content .right-content .input-group {
  display: inline-table;
  vertical-align: middle;
}

.form-inline .input-group .input-group-addon,
.main-content .right-content .input-group .input-group-addon,
.form-inline .input-group .input-group-btn,
.main-content .right-content .input-group .input-group-btn,
.form-inline .input-group .form-control,
.main-content .right-content .input-group .form-control {
  width: auto;
}

.form-inline .input-group>.form-control,
.main-content .right-content .input-group>.form-control {
  width: 100%;
}

.form-inline .control-label,
.main-content .right-content .control-label {
  margin-bottom: 0;
  vertical-align: middle;
}

.form-inline .radio,
.main-content .right-content .radio,
.form-inline .checkbox,
.main-content .right-content .checkbox {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  vertical-align: middle;
}

.form-inline .radio label,
.main-content .right-content .radio label,
.form-inline .checkbox label,
.main-content .right-content .checkbox label {
  padding-left: 0;
}

.form-inline .radio input[type="radio"],
.main-content .right-content .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"],
.main-content .right-content .checkbox input[type="checkbox"] {
  position: relative;
  margin-left: 0;
}

.form-inline .has-feedback .form-control-feedback,
.main-content .right-content .has-feedback .form-control-feedback {
  top: 0;
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}

.form-horizontal .form-group {
  margin-left: -1rem;
  margin-right: -1rem;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}

.form-horizontal .form-group:after {
  clear: both;
}

.form-horizontal .control-label {
  text-align: right;
  margin-bottom: 0;
  padding-top: 7px;
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 1rem;
}

.form-horizontal .form-group-lg .control-label {
  padding-top: 14.33333px;
  font-size: 18px;
}

.form-horizontal .form-group-sm .control-label,
.form-horizontal .main-content .right-content .control-label,
.main-content .form-horizontal .right-content .control-label {
  padding-top: 6px;
  font-size: 12px;
}

.btn,
.sidebar-trigger,
.bestseller-page .item-img .number {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 0;
  user-select: none;
}

.btn:focus,
.sidebar-trigger:focus,
.bestseller-page .item-img .number:focus,
.btn.focus,
.focus.sidebar-trigger,
.bestseller-page .item-img .focus.number,
.btn:active:focus,
.sidebar-trigger:active:focus,
.bestseller-page .item-img .number:active:focus,
.btn:active.focus,
.sidebar-trigger:active.focus,
.bestseller-page .item-img .number:active.focus,
.btn.active:focus,
.active.sidebar-trigger:focus,
.bestseller-page .item-img .active.number:focus,
.btn.active.focus,
.active.focus.sidebar-trigger,
.bestseller-page .item-img .active.focus.number {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.sidebar-trigger:hover,
.bestseller-page .item-img .number:hover,
.btn:focus,
.sidebar-trigger:focus,
.bestseller-page .item-img .number:focus,
.btn.focus,
.focus.sidebar-trigger,
.bestseller-page .item-img .focus.number {
  color: #333;
  text-decoration: none;
}

.btn:active,
.sidebar-trigger:active,
.bestseller-page .item-img .number:active,
.btn.active,
.active.sidebar-trigger,
.bestseller-page .item-img .active.number {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
}

.btn.disabled,
.disabled.sidebar-trigger,
.bestseller-page .item-img .disabled.number,
.btn[disabled],
[disabled].sidebar-trigger,
.bestseller-page .item-img [disabled].number,
fieldset[disabled] .btn,
fieldset[disabled] .sidebar-trigger,
fieldset[disabled] .bestseller-page .item-img .number,
.bestseller-page .item-img fieldset[disabled] .number {
  cursor: not-allowed;
  opacity: .65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

a.btn.disabled,
a.disabled.sidebar-trigger,
.bestseller-page .item-img a.disabled.number,
fieldset[disabled] a.btn,
fieldset[disabled] a.sidebar-trigger,
fieldset[disabled] .bestseller-page .item-img a.number,
.bestseller-page .item-img fieldset[disabled] a.number {
  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;
  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:active,
.btn-default.active,
.open>.btn-default.dropdown-toggle {
  background-image: none;
}

.btn-default.disabled,
.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled.focus,
.btn-default.disabled:active,
.btn-default.disabled.active,
.btn-default[disabled],
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled].focus,
.btn-default[disabled]:active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary,
.tab-triggers .tab-active,
.bestseller-page .item-img .number {
  color: #fff;
  background-color: #10bbd5;
  border-color: #0ea6bd;
}

.btn-primary:focus,
.tab-triggers .tab-active:focus,
.bestseller-page .item-img .number:focus,
.btn-primary.focus,
.tab-triggers .focus.tab-active,
.bestseller-page .item-img .focus.number {
  color: #fff;
  background-color: #0c91a6;
  border-color: #053e47;
}

.btn-primary:hover,
.tab-triggers .tab-active:hover,
.bestseller-page .item-img .number:hover {
  color: #fff;
  background-color: #0c91a6;
  border-color: #0a7484;
}

.btn-primary:active,
.tab-triggers .tab-active:active,
.bestseller-page .item-img .number:active,
.btn-primary.active,
.tab-triggers .active.tab-active,
.bestseller-page .item-img .active.number,
.open>.btn-primary.dropdown-toggle,
.tab-triggers .open>.dropdown-toggle.tab-active,
.bestseller-page .item-img .open>.dropdown-toggle.number {
  color: #fff;
  background-color: #0c91a6;
  border-color: #0a7484;
}

.btn-primary:active:hover,
.tab-triggers .tab-active:active:hover,
.bestseller-page .item-img .number:active:hover,
.btn-primary:active:focus,
.tab-triggers .tab-active:active:focus,
.bestseller-page .item-img .number:active:focus,
.btn-primary:active.focus,
.tab-triggers .tab-active:active.focus,
.bestseller-page .item-img .number:active.focus,
.btn-primary.active:hover,
.tab-triggers .active.tab-active:hover,
.bestseller-page .item-img .active.number:hover,
.btn-primary.active:focus,
.tab-triggers .active.tab-active:focus,
.bestseller-page .item-img .active.number:focus,
.btn-primary.active.focus,
.tab-triggers .active.focus.tab-active,
.bestseller-page .item-img .active.focus.number,
.open>.btn-primary.dropdown-toggle:hover,
.tab-triggers .open>.dropdown-toggle.tab-active:hover,
.bestseller-page .item-img .open>.dropdown-toggle.number:hover,
.open>.btn-primary.dropdown-toggle:focus,
.tab-triggers .open>.dropdown-toggle.tab-active:focus,
.bestseller-page .item-img .open>.dropdown-toggle.number:focus,
.open>.btn-primary.dropdown-toggle.focus,
.tab-triggers .open>.dropdown-toggle.focus.tab-active,
.bestseller-page .item-img .open>.dropdown-toggle.focus.number {
  color: #fff;
  background-color: #0a7484;
  border-color: #053e47;
}

.btn-primary:active,
.tab-triggers .tab-active:active,
.bestseller-page .item-img .number:active,
.btn-primary.active,
.tab-triggers .active.tab-active,
.bestseller-page .item-img .active.number,
.open>.btn-primary.dropdown-toggle,
.tab-triggers .open>.dropdown-toggle.tab-active,
.bestseller-page .item-img .open>.dropdown-toggle.number {
  background-image: none;
}

.btn-primary.disabled,
.tab-triggers .disabled.tab-active,
.bestseller-page .item-img .disabled.number,
.btn-primary.disabled:hover,
.tab-triggers .disabled.tab-active:hover,
.bestseller-page .item-img .disabled.number:hover,
.btn-primary.disabled:focus,
.tab-triggers .disabled.tab-active:focus,
.bestseller-page .item-img .disabled.number:focus,
.btn-primary.disabled.focus,
.tab-triggers .disabled.focus.tab-active,
.bestseller-page .item-img .disabled.focus.number,
.btn-primary.disabled:active,
.tab-triggers .disabled.tab-active:active,
.bestseller-page .item-img .disabled.number:active,
.btn-primary.disabled.active,
.tab-triggers .disabled.active.tab-active,
.bestseller-page .item-img .disabled.active.number,
.btn-primary[disabled],
.tab-triggers [disabled].tab-active,
.bestseller-page .item-img [disabled].number,
.btn-primary[disabled]:hover,
.tab-triggers [disabled].tab-active:hover,
.bestseller-page .item-img [disabled].number:hover,
.btn-primary[disabled]:focus,
.tab-triggers [disabled].tab-active:focus,
.bestseller-page .item-img [disabled].number:focus,
.btn-primary[disabled].focus,
.tab-triggers [disabled].focus.tab-active,
.bestseller-page .item-img [disabled].focus.number,
.btn-primary[disabled]:active,
.tab-triggers [disabled].tab-active:active,
.bestseller-page .item-img [disabled].number:active,
.btn-primary[disabled].active,
.tab-triggers [disabled].active.tab-active,
.bestseller-page .item-img [disabled].active.number,
fieldset[disabled] .btn-primary,
fieldset[disabled] .tab-triggers .tab-active,
.tab-triggers fieldset[disabled] .tab-active,
fieldset[disabled] .bestseller-page .item-img .number,
.bestseller-page .item-img fieldset[disabled] .number,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .tab-triggers .tab-active:hover,
.tab-triggers fieldset[disabled] .tab-active:hover,
fieldset[disabled] .bestseller-page .item-img .number:hover,
.bestseller-page .item-img fieldset[disabled] .number:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .tab-triggers .tab-active:focus,
.tab-triggers fieldset[disabled] .tab-active:focus,
fieldset[disabled] .bestseller-page .item-img .number:focus,
.bestseller-page .item-img fieldset[disabled] .number:focus,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .tab-triggers .focus.tab-active,
.tab-triggers fieldset[disabled] .focus.tab-active,
fieldset[disabled] .bestseller-page .item-img .focus.number,
.bestseller-page .item-img fieldset[disabled] .focus.number,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .tab-triggers .tab-active:active,
.tab-triggers fieldset[disabled] .tab-active:active,
fieldset[disabled] .bestseller-page .item-img .number:active,
.bestseller-page .item-img fieldset[disabled] .number:active,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .tab-triggers .active.tab-active,
.tab-triggers fieldset[disabled] .active.tab-active,
fieldset[disabled] .bestseller-page .item-img .active.number,
.bestseller-page .item-img fieldset[disabled] .active.number {
  background-color: #10bbd5;
  border-color: #0ea6bd;
}

.btn-primary .badge,
.tab-triggers .tab-active .badge,
.bestseller-page .item-img .number .badge {
  color: #10bbd5;
  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;
  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:active,
.btn-success.active,
.open>.btn-success.dropdown-toggle {
  background-image: none;
}

.btn-success.disabled,
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success.disabled:active,
.btn-success.disabled.active,
.btn-success[disabled],
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled].focus,
.btn-success[disabled]:active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active {
  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;
  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:active,
.btn-info.active,
.open>.btn-info.dropdown-toggle {
  background-image: none;
}

.btn-info.disabled,
.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info.disabled:active,
.btn-info.disabled.active,
.btn-info[disabled],
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled].focus,
.btn-info[disabled]:active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active {
  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;
  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:active,
.btn-warning.active,
.open>.btn-warning.dropdown-toggle {
  background-image: none;
}

.btn-warning.disabled,
.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning.disabled:active,
.btn-warning.disabled.active,
.btn-warning[disabled],
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled].focus,
.btn-warning[disabled]:active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.active {
  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;
  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:active,
.btn-danger.active,
.open>.btn-danger.dropdown-toggle {
  background-image: none;
}

.btn-danger.disabled,
.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger.disabled:active,
.btn-danger.disabled.active,
.btn-danger[disabled],
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled].focus,
.btn-danger[disabled]:active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #333;
  font-weight: normal;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
  color: #0d0d0d;
  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: #777;
  text-decoration: none;
}

.btn-lg,
.btn-group-lg>.btn,
.btn-group-lg>.sidebar-trigger,
.bestseller-page .item-img .btn-group-lg>.number {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

.btn-sm,
.btn-group-sm>.btn,
.btn-group-sm>.sidebar-trigger,
.bestseller-page .item-img .btn-group-sm>.number {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs,
.btn-group-xs>.btn,
.btn-group-xs>.sidebar-trigger,
.bestseller-page .item-img .btn-group-xs>.number {
  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%;
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height,visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group>.btn,
.btn-group>.sidebar-trigger,
.bestseller-page .item-img .btn-group>.number,
.btn-group-vertical>.btn,
.btn-group-vertical>.sidebar-trigger,
.bestseller-page .item-img .btn-group-vertical>.number {
  position: relative;
  float: left;
}

.btn-group>.btn:hover,
.btn-group>.sidebar-trigger:hover,
.bestseller-page .item-img .btn-group>.number:hover,
.btn-group>.btn:focus,
.btn-group>.sidebar-trigger:focus,
.bestseller-page .item-img .btn-group>.number:focus,
.btn-group>.btn:active,
.btn-group>.sidebar-trigger:active,
.bestseller-page .item-img .btn-group>.number:active,
.btn-group>.btn.active,
.btn-group>.active.sidebar-trigger,
.bestseller-page .item-img .btn-group>.active.number,
.btn-group-vertical>.btn:hover,
.btn-group-vertical>.sidebar-trigger:hover,
.bestseller-page .item-img .btn-group-vertical>.number:hover,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.sidebar-trigger:focus,
.bestseller-page .item-img .btn-group-vertical>.number:focus,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.sidebar-trigger:active,
.bestseller-page .item-img .btn-group-vertical>.number:active,
.btn-group-vertical>.btn.active,
.btn-group-vertical>.active.sidebar-trigger,
.bestseller-page .item-img .btn-group-vertical>.active.number {
  z-index: 2;
}

.btn-group .btn+.btn,
.btn-group .sidebar-trigger+.btn,
.btn-group .bestseller-page .item-img .number+.btn,
.bestseller-page .item-img .btn-group .number+.btn,
.btn-group .btn+.sidebar-trigger,
.btn-group .sidebar-trigger+.sidebar-trigger,
.btn-group .bestseller-page .item-img .number+.sidebar-trigger,
.bestseller-page .item-img .btn-group .number+.sidebar-trigger,
.btn-group .bestseller-page .item-img .btn+.number,
.bestseller-page .item-img .btn-group .btn+.number,
.btn-group .bestseller-page .item-img .sidebar-trigger+.number,
.bestseller-page .item-img .btn-group .sidebar-trigger+.number,
.btn-group .bestseller-page .item-img .number+.number,
.bestseller-page .item-img .btn-group .number+.number,
.btn-group .btn+.btn-group,
.btn-group .sidebar-trigger+.btn-group,
.btn-group .bestseller-page .item-img .number+.btn-group,
.bestseller-page .item-img .btn-group .number+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.sidebar-trigger,
.btn-group .bestseller-page .item-img .btn-group+.number,
.bestseller-page .item-img .btn-group .btn-group+.number,
.btn-group .btn-group+.btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  display: table;
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar .btn,
.btn-toolbar .sidebar-trigger,
.btn-toolbar .bestseller-page .item-img .number,
.bestseller-page .item-img .btn-toolbar .number,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar>.btn,
.btn-toolbar>.sidebar-trigger,
.bestseller-page .item-img .btn-toolbar>.number,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
  margin-left: 5px;
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-group>.sidebar-trigger:not(:first-child):not(:last-child):not(.dropdown-toggle),
.bestseller-page .item-img .btn-group>.number:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group>.btn:first-child,
.btn-group>.sidebar-trigger:first-child,
.bestseller-page .item-img .btn-group>.number:first-child {
  margin-left: 0;
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle),
.btn-group>.sidebar-trigger:first-child:not(:last-child):not(.dropdown-toggle),
.bestseller-page .item-img .btn-group>.number:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.sidebar-trigger:last-child:not(:first-child),
.bestseller-page .item-img .btn-group>.number:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group>.btn-group {
  float: left;
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn,
.btn-group>.btn-group:not(:first-child):not(:last-child)>.sidebar-trigger,
.bestseller-page .item-img .btn-group>.btn-group:not(:first-child):not(:last-child)>.number {
  border-radius: 0;
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.sidebar-trigger:last-child,
.bestseller-page .item-img .btn-group>.btn-group:first-child:not(:last-child)>.number:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child,
.btn-group>.btn-group:last-child:not(:first-child)>.sidebar-trigger:first-child,
.bestseller-page .item-img .btn-group>.btn-group:last-child:not(:first-child)>.number:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

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

.btn-group>.btn+.dropdown-toggle,
.btn-group>.sidebar-trigger+.dropdown-toggle,
.bestseller-page .item-img .btn-group>.number+.dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group>.btn-lg+.dropdown-toggle,
.btn-group-lg.btn-group>.btn+.dropdown-toggle,
.btn-group-lg.btn-group>.sidebar-trigger+.dropdown-toggle,
.bestseller-page .item-img .btn-group-lg.btn-group>.number+.dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}

.btn .caret,
.sidebar-trigger .caret,
.bestseller-page .item-img .number .caret {
  margin-left: 0;
}

.btn-lg .caret,
.btn-group-lg>.btn .caret,
.btn-group-lg>.sidebar-trigger .caret,
.bestseller-page .item-img .btn-group-lg>.number .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret,
.dropup .btn-group-lg>.btn .caret,
.dropup .btn-group-lg>.sidebar-trigger .caret,
.dropup .bestseller-page .item-img .btn-group-lg>.number .caret,
.bestseller-page .item-img .dropup .btn-group-lg>.number .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical>.btn,
.btn-group-vertical>.sidebar-trigger,
.bestseller-page .item-img .btn-group-vertical>.number,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn,
.btn-group-vertical>.btn-group>.sidebar-trigger,
.bestseller-page .item-img .btn-group-vertical>.btn-group>.number {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after {
  content: " ";
  display: table;
}

.btn-group-vertical>.btn-group:after {
  clear: both;
}

.btn-group-vertical>.btn-group>.btn,
.btn-group-vertical>.btn-group>.sidebar-trigger,
.bestseller-page .item-img .btn-group-vertical>.btn-group>.number {
  float: none;
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.sidebar-trigger+.btn,
.bestseller-page .item-img .btn-group-vertical>.number+.btn,
.btn-group-vertical>.btn+.sidebar-trigger,
.btn-group-vertical>.sidebar-trigger+.sidebar-trigger,
.bestseller-page .item-img .btn-group-vertical>.number+.sidebar-trigger,
.bestseller-page .item-img .btn-group-vertical>.btn+.number,
.bestseller-page .item-img .btn-group-vertical>.sidebar-trigger+.number,
.bestseller-page .item-img .btn-group-vertical>.number+.number,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.sidebar-trigger+.btn-group,
.bestseller-page .item-img .btn-group-vertical>.number+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.sidebar-trigger,
.bestseller-page .item-img .btn-group-vertical>.btn-group+.number,
.btn-group-vertical>.btn-group+.btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child),
.btn-group-vertical>.sidebar-trigger:not(:first-child):not(:last-child),
.bestseller-page .item-img .btn-group-vertical>.number:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical>.btn:first-child:not(:last-child),
.btn-group-vertical>.sidebar-trigger:first-child:not(:last-child),
.bestseller-page .item-img .btn-group-vertical>.number:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn:last-child:not(:first-child),
.btn-group-vertical>.sidebar-trigger:last-child:not(:first-child),
.bestseller-page .item-img .btn-group-vertical>.number:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn,
.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.sidebar-trigger,
.bestseller-page .item-img .btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.number {
  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)>.sidebar-trigger:last-child,
.bestseller-page .item-img .btn-group-vertical>.btn-group:first-child:not(:last-child)>.number: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,
.btn-group-vertical>.btn-group:last-child:not(:first-child)>.sidebar-trigger:first-child,
.bestseller-page .item-img .btn-group-vertical>.btn-group:last-child:not(:first-child)>.number:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified>.btn,
.btn-group-justified>.sidebar-trigger,
.bestseller-page .item-img .btn-group-justified>.number,
.btn-group-justified>.btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}

.btn-group-justified>.btn-group .btn,
.btn-group-justified>.btn-group .sidebar-trigger,
.btn-group-justified>.btn-group .bestseller-page .item-img .number,
.bestseller-page .item-img .btn-group-justified>.btn-group .number {
  width: 100%;
}

.btn-group-justified>.btn-group .dropdown-menu {
  left: auto;
}

[data-toggle="buttons"]>.btn input[type="radio"],
[data-toggle="buttons"]>.sidebar-trigger input[type="radio"],
.bestseller-page .item-img [data-toggle="buttons"]>.number input[type="radio"],
[data-toggle="buttons"]>.btn input[type="checkbox"],
[data-toggle="buttons"]>.sidebar-trigger input[type="checkbox"],
.bestseller-page .item-img [data-toggle="buttons"]>.number input[type="checkbox"],
[data-toggle="buttons"]>.btn-group>.btn input[type="radio"],
[data-toggle="buttons"]>.btn-group>.sidebar-trigger input[type="radio"],
.bestseller-page .item-img [data-toggle="buttons"]>.btn-group>.number input[type="radio"],
[data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"],
[data-toggle="buttons"]>.btn-group>.sidebar-trigger input[type="checkbox"],
.bestseller-page .item-img [data-toggle="buttons"]>.btn-group>.number input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 0;
}

.pagination>li {
  display: inline;
}

.pagination>li>a,
.pagination>li>span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857;
  text-decoration: none;
  color: #333;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
  margin-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.pagination>li>a:hover,
.pagination>li>a:focus,
.pagination>li>span:hover,
.pagination>li>span:focus {
  z-index: 3;
  color: #0d0d0d;
  background-color: #eee;
  border-color: #ddd;
}

.pagination>.active>a,
.pagination>.active>a:hover,
.pagination>.active>a:focus,
.pagination>.active>span,
.pagination>.active>span:hover,
.pagination>.active>span:focus {
  z-index: 2;
  color: #fff;
  background-color: #10bbd5;
  border-color: #10bbd5;
  cursor: default;
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
  color: #777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg>li>a,
.pagination-lg>li>span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.pagination-sm>li>a,
.pagination-sm>li>span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}

.pager:before,
.pager:after {
  content: " ";
  display: table;
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li>a,
.pager li>span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.pager li>a:hover,
.pager li>a:focus {
  text-decoration: none;
  background-color: #eee;
}

.pager .next>a,
.pager .next>span {
  float: right;
}

.pager .previous>a,
.pager .previous>span {
  float: left;
}

.pager .disabled>a,
.pager .disabled>a:hover,
.pager .disabled>a:focus,
.pager .disabled>span {
  color: #777;
  background-color: #fff;
  cursor: not-allowed;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
  filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.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;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: 0;
  box-shadow: 0 6px 12px rgba(0,0,0,0.175);
  background-clip: padding-box;
}

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

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu>li>a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857;
  color: #333;
  white-space: nowrap;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

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

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
  color: #777;
}

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

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

.open>a {
  outline: 0;
}

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

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

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

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

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

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

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

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

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

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0,0,0,0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0,0,0,0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: .5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857px;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn+.btn,
.modal-footer .sidebar-trigger+.btn,
.modal-footer .bestseller-page .item-img .number+.btn,
.bestseller-page .item-img .modal-footer .number+.btn,
.modal-footer .btn+.sidebar-trigger,
.modal-footer .sidebar-trigger+.sidebar-trigger,
.modal-footer .bestseller-page .item-img .number+.sidebar-trigger,
.bestseller-page .item-img .modal-footer .number+.sidebar-trigger,
.modal-footer .bestseller-page .item-img .btn+.number,
.bestseller-page .item-img .modal-footer .btn+.number,
.modal-footer .bestseller-page .item-img .sidebar-trigger+.number,
.bestseller-page .item-img .modal-footer .sidebar-trigger+.number,
.modal-footer .bestseller-page .item-img .number+.number,
.bestseller-page .item-img .modal-footer .number+.number {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn+.btn,
.modal-footer .btn-group .sidebar-trigger+.btn,
.modal-footer .btn-group .bestseller-page .item-img .number+.btn,
.bestseller-page .item-img .modal-footer .btn-group .number+.btn,
.modal-footer .btn-group .btn+.sidebar-trigger,
.modal-footer .btn-group .sidebar-trigger+.sidebar-trigger,
.modal-footer .btn-group .bestseller-page .item-img .number+.sidebar-trigger,
.bestseller-page .item-img .modal-footer .btn-group .number+.sidebar-trigger,
.modal-footer .btn-group .bestseller-page .item-img .btn+.number,
.bestseller-page .item-img .modal-footer .btn-group .btn+.number,
.modal-footer .btn-group .bestseller-page .item-img .sidebar-trigger+.number,
.bestseller-page .item-img .modal-footer .btn-group .sidebar-trigger+.number,
.modal-footer .btn-group .bestseller-page .item-img .number+.number,
.bestseller-page .item-img .modal-footer .btn-group .number+.number {
  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;
}

.modal-dialog {
  width: 600px;
  margin: 30px auto;
}

.modal-content {
  box-shadow: 0 5px 15px rgba(0,0,0,0.5);
}

.modal-sm {
  width: 300px;
}

.modal-lg {
  width: 900px;
}

.clearfix:before,
.sidebar .mini-basket dl:before,
.steps:before,
.result-wrap .suggest-book-wrap:before,
.clearfix:after,
.sidebar .mini-basket dl:after,
.steps:after,
.result-wrap .suggest-book-wrap:after {
  content: " ";
  display: table;
}

.clearfix:after,
.sidebar .mini-basket dl:after,
.steps:after,
.result-wrap .suggest-book-wrap:after {
  clear: both;
}

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

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

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

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

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

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

.visible-md-inline-block {
  display: inline-block !important;
}

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

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

.visible-print-block {
  display: none !important;
}

.visible-print-inline {
  display: none !important;
}

.visible-print-inline-block {
  display: none !important;
}

@font-face {
  font-family: "bdicons";
  src: url("../fonts/bdicons.woff") format("woff");
}

@font-face {
  font-family: "bdicons-svg";
  src: url("../fonts/bdicons.svg#bdicons") format("svg");
}

.icon-notification:before,
.icon-chevron-left:before,
.mobile-nav-wrap .tbd-dropdown-back>a:before,
.category-list .all-categories a:before,
.icon-chevron-right:before,
.none .module.type-link .link-item .link-text:before,
.noPad .module.type-link .link-item .link-text:before,
.noHead .module.type-link .link-item .link-text:before,
.help-page h2.collapsed:before,
.icon-help:before,
.icon-fb:before,
.icon-gp:before,
.icon-in:before,
.icon-pi:before,
.icon-tw:before,
.icon-close:before,
.icon-globe:before,
.icon-user:before,
.icon-search:before,
.primary-wrap .search-wrap .header-search-el-wrap:before,
.icon-lock:before,
.icon-pre-order:before,
.icon-rocket:before,
.icon-order-status:before,
.icon-basket:before,
.icon-bullet:before,
.icon-info:before,
.icon-chevron-up:before,
.icon-chevron-down:before,
.currency-selector:before,
.mobile-nav-wrap .currency-selector:before,
.help-page h2:before,
.icon-menu:before,
.icon-add:before,
.icon-error:before,
.icon-home:before,
.icon-arrow:before,
.icon-star-filled:before,
.icon-star-stroke:before,
.icon-wishlist:before,
.icon-warning:before,
.vat.panel:before,
.icon-em:before,
.icon-edit:before,
.icon-check:before,
.icon-star:before,
.secondary-header .tbd-dropdown-toggle:after,
.secondary-header .open .tbd-dropdown-toggle:after,
.mobile-nav-wrap .tbd-dropdown-toggle:after,
.primary-wrap .search-wrap .header-search-btn:before,
.sidebar-trigger:after,
.rating:before,
.rating:after,
.star:before,
.star.half-star:after {
  font-family: "bdicons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}

.icon-notification:before {
  float: none;
  content: "!";
}

.icon-chevron-left:before,
.mobile-nav-wrap .tbd-dropdown-back>a:before,
.category-list .all-categories a:before {
  float: none;
  content: "<";
}

.icon-chevron-right:before,
.none .module.type-link .link-item .link-text:before,
.noPad .module.type-link .link-item .link-text:before,
.noHead .module.type-link .link-item .link-text:before,
.help-page h2.collapsed:before,
.help-page .category-list .all-categories a.collapsed:before,
.category-list .all-categories .help-page a.collapsed:before {
  float: none;
  content: ">";
}

.icon-help:before {
  float: none;
  content: "?";
}

.icon-fb:before {
  float: none;
  content: "f";
}

.icon-gp:before {
  float: none;
  content: "g";
}

.icon-in:before {
  float: none;
  content: "i";
}

.icon-pi:before {
  float: none;
  content: "p";
}

.icon-tw:before {
  float: none;
  content: "t";
}

.icon-close:before {
  float: none;
  content: "×";
}

.icon-globe:before {
  float: none;
  content: "🌍";
}

.icon-user:before {
  float: none;
  content: "👱";
}

.icon-search:before,
.primary-wrap .search-wrap .header-search-el-wrap:before {
  float: none;
  content: "🔍";
}

.icon-lock:before {
  float: none;
  content: "🔒";
}

.icon-pre-order:before {
  float: none;
  content: "🕒";
}

.icon-rocket:before {
  float: none;
  content: "🚀";
}

.icon-order-status:before {
  float: none;
  content: "🚚";
}

.icon-basket:before {
  float: none;
  content: "🛍";
}

.icon-bullet:before {
  float: none;
  content: "•";
}

.icon-info:before {
  float: none;
  content: "ℹ";
}

.icon-chevron-up:before {
  float: none;
  content: "∧";
}

.icon-chevron-down:before,
.currency-selector:before,
.mobile-nav-wrap .currency-selector:before,
.help-page h2:before,
.help-page .category-list .all-categories a:before,
.category-list .all-categories .help-page a:before {
  float: none;
  content: "∨";
}

.icon-menu:before {
  float: none;
  content: "≡";
}

.icon-add:before {
  float: none;
  content: "⊕";
}

.icon-error:before {
  float: none;
  content: "⊗";
}

.icon-home:before {
  float: none;
  content: "⌂";
}

.icon-arrow:before {
  float: none;
  content: "⌄";
}

.icon-star-filled:before {
  float: none;
  content: "★";
}

.icon-star-stroke:before {
  float: none;
  content: "☆";
}

.icon-wishlist:before {
  float: none;
  content: "♡";
}

.icon-warning:before,
.vat.panel:before {
  float: none;
  content: "⚠";
}

.icon-em:before {
  float: none;
  content: "✉";
}

.icon-edit:before {
  float: none;
  content: "✎";
}

.icon-check:before {
  float: none;
  content: "✔";
}

.icon-star:before {
  float: none;
  content: "✭";
}

html {
  font-size: 10px;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  overflow-x: hidden;
}

body {
  padding-right: 0px !important;
  font-size: 1.4rem;
}

body p {
  font-size: 1.4rem;
  line-height: 150%;
}

body p a {
  border-bottom: 1px dotted #aaa;
}

body p a:hover {
  border-bottom: 1px solid #333;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

.form-control:active,
.form-control:focus {
  box-shadow: none;
}

::selection {
  background: #ff0072;
  color: white;
}

button:focus,
a:focus {
  outline-color: #10bbd5;
}

.btn,
.sidebar-trigger,
.bestseller-page .item-img .number {
  box-shadow: 0 4px 8px -3px rgba(255,255,255,0.3) inset;
}

.btn-grey,
.wishlist-items .book-list-item .wishlist-tools .add-to-wishlist,
.wishlist-items .book-list-item .wishlist-tools .remove-item {
  color: #959595;
  background-color: #e7e7e7;
  border-color: #333;
  box-shadow: 0 4px 8px -3px rgba(0,0,0,0.4) inset;
  transition: all .2s !important;
}

.btn-grey:focus,
.wishlist-items .book-list-item .wishlist-tools .add-to-wishlist:focus,
.wishlist-items .book-list-item .wishlist-tools .remove-item:focus,
.btn-grey.focus,
.wishlist-items .book-list-item .wishlist-tools .focus.add-to-wishlist,
.wishlist-items .book-list-item .wishlist-tools .focus.remove-item {
  color: #959595;
  background-color: #cecece;
  border-color: #000;
}

.btn-grey:hover,
.wishlist-items .book-list-item .wishlist-tools .add-to-wishlist:hover,
.wishlist-items .book-list-item .wishlist-tools .remove-item:hover {
  color: #959595;
  background-color: #cecece;
  border-color: #141414;
}

.btn-grey:active,
.wishlist-items .book-list-item .wishlist-tools .add-to-wishlist:active,
.wishlist-items .book-list-item .wishlist-tools .remove-item:active,
.btn-grey.active,
.wishlist-items .book-list-item .wishlist-tools .active.add-to-wishlist,
.wishlist-items .book-list-item .wishlist-tools .active.remove-item,
.open>.btn-grey.dropdown-toggle,
.wishlist-items .book-list-item .wishlist-tools .open>.dropdown-toggle.add-to-wishlist,
.wishlist-items .book-list-item .wishlist-tools .open>.dropdown-toggle.remove-item {
  color: #959595;
  background-color: #cecece;
  border-color: #141414;
}

.btn-grey:active:hover,
.wishlist-items .book-list-item .wishlist-tools .add-to-wishlist:active:hover,
.wishlist-items .book-list-item .wishlist-tools .remove-item:active:hover,
.btn-grey:active:focus,
.wishlist-items .book-list-item .wishlist-tools .add-to-wishlist:active:focus,
.wishlist-items .book-list-item .wishlist-tools .remove-item:active:focus,
.btn-grey:active.focus,
.wishlist-items .book-list-item .wishlist-tools .add-to-wishlist:active.focus,
.wishlist-items .book-list-item .wishlist-tools .remove-item:active.focus,
.btn-grey.active:hover,
.wishlist-items .book-list-item .wishlist-tools .active.add-to-wishlist:hover,
.wishlist-items .book-list-item .wishlist-tools .active.remove-item:hover,
.btn-grey.active:focus,
.wishlist-items .book-list-item .wishlist-tools .active.add-to-wishlist:focus,
.wishlist-items .book-list-item .wishlist-tools .active.remove-item:focus,
.btn-grey.active.focus,
.wishlist-items .book-list-item .wishlist-tools .active.focus.add-to-wishlist,
.wishlist-items .book-list-item .wishlist-tools .active.focus.remove-item,
.open>.btn-grey.dropdown-toggle:hover,
.wishlist-items .book-list-item .wishlist-tools .open>.dropdown-toggle.add-to-wishlist:hover,
.wishlist-items .book-list-item .wishlist-tools .open>.dropdown-toggle.remove-item:hover,
.open>.btn-grey.dropdown-toggle:focus,
.wishlist-items .book-list-item .wishlist-tools .open>.dropdown-toggle.add-to-wishlist:focus,
.wishlist-items .book-list-item .wishlist-tools .open>.dropdown-toggle.remove-item:focus,
.open>.btn-grey.dropdown-toggle.focus,
.wishlist-items .book-list-item .wishlist-tools .open>.dropdown-toggle.focus.add-to-wishlist,
.wishlist-items .book-list-item .wishlist-tools .open>.dropdown-toggle.focus.remove-item {
  color: #959595;
  background-color: #bcbcbc;
  border-color: #000;
}

.btn-grey:active,
.wishlist-items .book-list-item .wishlist-tools .add-to-wishlist:active,
.wishlist-items .book-list-item .wishlist-tools .remove-item:active,
.btn-grey.active,
.wishlist-items .book-list-item .wishlist-tools .active.add-to-wishlist,
.wishlist-items .book-list-item .wishlist-tools .active.remove-item,
.open>.btn-grey.dropdown-toggle,
.wishlist-items .book-list-item .wishlist-tools .open>.dropdown-toggle.add-to-wishlist,
.wishlist-items .book-list-item .wishlist-tools .open>.dropdown-toggle.remove-item {
  background-image: none;
}

.btn-grey.disabled,
.wishlist-items .book-list-item .wishlist-tools .disabled.add-to-wishlist,
.wishlist-items .book-list-item .wishlist-tools .disabled.remove-item,
.btn-grey.disabled:hover,
.wishlist-items .book-list-item .wishlist-tools .disabled.add-to-wishlist:hover,
.wishlist-items .book-list-item .wishlist-tools .disabled.remove-item:hover,
.btn-grey.disabled:focus,
.wishlist-items .book-list-item .wishlist-tools .disabled.add-to-wishlist:focus,
.wishlist-items .book-list-item .wishlist-tools .disabled.remove-item:focus,
.btn-grey.disabled.focus,
.wishlist-items .book-list-item .wishlist-tools .disabled.focus.add-to-wishlist,
.wishlist-items .book-list-item .wishlist-tools .disabled.focus.remove-item,
.btn-grey.disabled:active,
.wishlist-items .book-list-item .wishlist-tools .disabled.add-to-wishlist:active,
.wishlist-items .book-list-item .wishlist-tools .disabled.remove-item:active,
.btn-grey.disabled.active,
.wishlist-items .book-list-item .wishlist-tools .disabled.active.add-to-wishlist,
.wishlist-items .book-list-item .wishlist-tools .disabled.active.remove-item,
.btn-grey[disabled],
.wishlist-items .book-list-item .wishlist-tools [disabled].add-to-wishlist,
.wishlist-items .book-list-item .wishlist-tools [disabled].remove-item,
.btn-grey[disabled]:hover,
.wishlist-items .book-list-item .wishlist-tools [disabled].add-to-wishlist:hover,
.wishlist-items .book-list-item .wishlist-tools [disabled].remove-item:hover,
.btn-grey[disabled]:focus,
.wishlist-items .book-list-item .wishlist-tools [disabled].add-to-wishlist:focus,
.wishlist-items .book-list-item .wishlist-tools [disabled].remove-item:focus,
.btn-grey[disabled].focus,
.wishlist-items .book-list-item .wishlist-tools [disabled].focus.add-to-wishlist,
.wishlist-items .book-list-item .wishlist-tools [disabled].focus.remove-item,
.btn-grey[disabled]:active,
.wishlist-items .book-list-item .wishlist-tools [disabled].add-to-wishlist:active,
.wishlist-items .book-list-item .wishlist-tools [disabled].remove-item:active,
.btn-grey[disabled].active,
.wishlist-items .book-list-item .wishlist-tools [disabled].active.add-to-wishlist,
.wishlist-items .book-list-item .wishlist-tools [disabled].active.remove-item,
fieldset[disabled] .btn-grey,
fieldset[disabled] .wishlist-items .book-list-item .wishlist-tools .add-to-wishlist,
.wishlist-items .book-list-item .wishlist-tools fieldset[disabled] .add-to-wishlist,
fieldset[disabled] .wishlist-items .book-list-item .wishlist-tools .remove-item,
.wishlist-items .book-list-item .wishlist-tools fieldset[disabled] .remove-item,
fieldset[disabled] .btn-grey:hover,
fieldset[disabled] .wishlist-items .book-list-item .wishlist-tools .add-to-wishlist:hover,
.wishlist-items .book-list-item .wishlist-tools fieldset[disabled] .add-to-wishlist:hover,
fieldset[disabled] .wishlist-items .book-list-item .wishlist-tools .remove-item:hover,
.wishlist-items .book-list-item .wishlist-tools fieldset[disabled] .remove-item:hover,
fieldset[disabled] .btn-grey:focus,
fieldset[disabled] .wishlist-items .book-list-item .wishlist-tools .add-to-wishlist:focus,
.wishlist-items .book-list-item .wishlist-tools fieldset[disabled] .add-to-wishlist:focus,
fieldset[disabled] .wishlist-items .book-list-item .wishlist-tools .remove-item:focus,
.wishlist-items .book-list-item .wishlist-tools fieldset[disabled] .remove-item:focus,
fieldset[disabled] .btn-grey.focus,
fieldset[disabled] .wishlist-items .book-list-item .wishlist-tools .focus.add-to-wishlist,
.wishlist-items .book-list-item .wishlist-tools fieldset[disabled] .focus.add-to-wishlist,
fieldset[disabled] .wishlist-items .book-list-item .wishlist-tools .focus.remove-item,
.wishlist-items .book-list-item .wishlist-tools fieldset[disabled] .focus.remove-item,
fieldset[disabled] .btn-grey:active,
fieldset[disabled] .wishlist-items .book-list-item .wishlist-tools .add-to-wishlist:active,
.wishlist-items .book-list-item .wishlist-tools fieldset[disabled] .add-to-wishlist:active,
fieldset[disabled] .wishlist-items .book-list-item .wishlist-tools .remove-item:active,
.wishlist-items .book-list-item .wishlist-tools fieldset[disabled] .remove-item:active,
fieldset[disabled] .btn-grey.active,
fieldset[disabled] .wishlist-items .book-list-item .wishlist-tools .active.add-to-wishlist,
.wishlist-items .book-list-item .wishlist-tools fieldset[disabled] .active.add-to-wishlist,
fieldset[disabled] .wishlist-items .book-list-item .wishlist-tools .active.remove-item,
.wishlist-items .book-list-item .wishlist-tools fieldset[disabled] .active.remove-item {
  background-color: #e7e7e7;
  border-color: #333;
}

.btn-grey .badge,
.wishlist-items .book-list-item .wishlist-tools .add-to-wishlist .badge,
.wishlist-items .book-list-item .wishlist-tools .remove-item .badge {
  color: #e7e7e7;
  background-color: #959595;
}

.btn-grey:hover,
.wishlist-items .book-list-item .wishlist-tools .add-to-wishlist:hover,
.wishlist-items .book-list-item .wishlist-tools .remove-item:hover {
  background-color: #cecece !important;
}

.btn-dark-grey {
  color: #959595;
  background-color: #959595;
  border-color: #fff;
  color: white !important;
  box-shadow: none;
}

.btn-dark-grey:focus,
.btn-dark-grey.focus {
  color: #959595;
  background-color: #7c7c7c;
  border-color: #bfbfbf;
}

.btn-dark-grey:hover {
  color: #959595;
  background-color: #7c7c7c;
  border-color: #e0e0e0;
}

.btn-dark-grey:active,
.btn-dark-grey.active,
.open>.btn-dark-grey.dropdown-toggle {
  color: #959595;
  background-color: #7c7c7c;
  border-color: #e0e0e0;
}

.btn-dark-grey:active:hover,
.btn-dark-grey:active:focus,
.btn-dark-grey:active.focus,
.btn-dark-grey.active:hover,
.btn-dark-grey.active:focus,
.btn-dark-grey.active.focus,
.open>.btn-dark-grey.dropdown-toggle:hover,
.open>.btn-dark-grey.dropdown-toggle:focus,
.open>.btn-dark-grey.dropdown-toggle.focus {
  color: #959595;
  background-color: #6a6a6a;
  border-color: #bfbfbf;
}

.btn-dark-grey:active,
.btn-dark-grey.active,
.open>.btn-dark-grey.dropdown-toggle {
  background-image: none;
}

.btn-dark-grey.disabled,
.btn-dark-grey.disabled:hover,
.btn-dark-grey.disabled:focus,
.btn-dark-grey.disabled.focus,
.btn-dark-grey.disabled:active,
.btn-dark-grey.disabled.active,
.btn-dark-grey[disabled],
.btn-dark-grey[disabled]:hover,
.btn-dark-grey[disabled]:focus,
.btn-dark-grey[disabled].focus,
.btn-dark-grey[disabled]:active,
.btn-dark-grey[disabled].active,
fieldset[disabled] .btn-dark-grey,
fieldset[disabled] .btn-dark-grey:hover,
fieldset[disabled] .btn-dark-grey:focus,
fieldset[disabled] .btn-dark-grey.focus,
fieldset[disabled] .btn-dark-grey:active,
fieldset[disabled] .btn-dark-grey.active {
  background-color: #959595;
  border-color: #fff;
}

.btn-dark-grey .badge {
  color: #959595;
  background-color: #959595;
}

.u {
  text-decoration: underline;
}

.pink-text {
  color: #ff0072;
}

.purple-text {
  color: #4c394e;
}

.green-text {
  color: #37d077;
}

.red-text {
  color: #f03;
}

.btn.red-text:focus:hover,
.red-text.sidebar-trigger:focus:hover,
.bestseller-page .item-img .red-text.number:focus:hover {
  background-color: #29d5ef;
  color: white;
  border: 1px solid #aaa;
}

.btn.red-text:focus,
.red-text.sidebar-trigger:focus,
.bestseller-page .item-img .red-text.number:focus,
.btn.red-text,
.red-text.sidebar-trigger,
.bestseller-page .item-img .red-text.number {
  background-color: #fff;
  color: #f03;
  border: 1px solid #aaa;
}

.small {
  font-size: 1.2rem;
}

.big {
  font-size: 1.6rem;
}

.bold {
  font-weight: bold;
}

h1,
h2,
.category-list .all-categories a,
h3,
h4,
h5 {
  color: #333;
}

h1 a,
h2 a,
.category-list .all-categories a a,
h3 a,
h4 a,
h5 a {
  color: #333;
  text-decoration: none;
}

h1 a:hover,
h1 a:active,
h1 a:visited,
h2 a:hover,
.category-list .all-categories a a:hover,
h2 a:active,
.category-list .all-categories a a:active,
h2 a:visited,
.category-list .all-categories a a:visited,
h3 a:hover,
h3 a:active,
h3 a:visited,
h4 a:hover,
h4 a:active,
h4 a:visited,
h5 a:hover,
h5 a:active,
h5 a:visited {
  color: #333;
}

h1 {
  margin-top: 0;
  font-size: 2.4rem;
}

h1 i {
  font-size: 1.8rem;
  padding-right: .5rem;
}

h2,
.category-list .all-categories a {
  font-size: 1.8rem;
}

h3 {
  font-size: 1.4rem;
}

h4 {
  font-size: 1.2rem;
}

p {
  padding: 1rem 0;
  margin: 0;
}

.text-right {
  text-align: right;
}

.error-box {
  padding: .5rem 1rem;
  margin-bottom: 1.5rem;
  border: 1px solid #c9302c;
  color: #c9302c;
  font-weight: bold;
  background: #fdf7f7;
  border-radius: .6rem;
}

.list-wrap {
  padding-top: 1.5rem;
}

.list-wrap .heading {
  padding: 1rem;
  background: #10bbd5;
  color: white;
}

.list-wrap .list-item {
  padding: 1.5rem 1rem;
  border-bottom: 1px solid #f0f0f0;
}

.btn-block {
  display: block;
}

@keyframes spinner-loader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.btn.loading:before,
.loading.sidebar-trigger:before,
.bestseller-page .item-img .loading.number:before {
  border-radius: 0.2em;
  box-shadow: rgba(255,255,255,0.8) .6em 0 0 0,rgba(255,255,255,0.8) .44em .44em 0 0,rgba(255,255,255,0.8) 0 .6em 0 0,rgba(255,255,255,0.8) -.44em .44em 0 0,rgba(255,255,255,0.8) -.6em 0 0 0,rgba(255,255,255,0.8) -.44em -.44em 0 0,rgba(255,255,255,0.8) 0 -.6em 0 0,rgba(255,255,255,0.8) .44em -.44em 0 0;
  width: .4em;
  height: .4em;
  margin: .6em;
  display: inline-block;
  font-size: 8px;
  line-height: 1;
  animation: spinner-loader 1500ms infinite linear;
  overflow: hidden;
  content: " ";
  margin-right: 1.5em;
  margin-left: -1.5em;
}

.primary-wrap .brand-wrap {
  width: 20%;
}

.primary-wrap {
  padding: 1.5rem;
  -js-display: flex;
  display: flex;
}

.primary-wrap .brand-wrap {
  padding-right: 2rem;
}

.primary-wrap .brand-wrap h1 {
  margin: 0;
  padding: 0;
}

.primary-wrap .brand-link {
  display: block;
  width: 15.4rem;
  max-width: 100%;
}

.primary-wrap .brand-link img {
  width: 100%;
}

.primary-wrap .search-wrap {
  width: 80%;
  flex-grow: 1;
  display: flex;
}

.primary-wrap .search-wrap form {
  flex-grow: 1;
}

.primary-wrap .search-wrap .header-search-el-wrap {
  display: flex;
  position: relative;
}

.primary-wrap .search-wrap .header-search-el-wrap:before {
  position: absolute;
  left: 1.5rem;
  top: 1.2rem;
  color: #999;
}

.primary-wrap .search-wrap .header-search-el-wrap .text-input {
  display: block;
  line-height: 4.4rem;
  height: 4.4rem;
  padding: 0 0 0 3.5rem;
  border: 0;
  margin: 0;
  color: #333;
  line-height: normal;
  flex-grow: 1;
  padding-left: 4rem;
  display: inline-block;
}

.primary-wrap .search-wrap .header-search-el-wrap .text-input i:before {
  margin-right: 1rem;
  font-size: 1.4em;
  line-height: 0;
  position: relative;
  top: 0.22em;
}

.primary-wrap .search-wrap .header-search-el-wrap .text-input a {
  color: #333;
  text-decoration: none;
}

.primary-wrap .search-wrap .header-search-el-wrap .text-input a:hover,
.primary-wrap .search-wrap .header-search-el-wrap .text-input a:active,
.primary-wrap .search-wrap .header-search-el-wrap .text-input a:visited {
  color: #333;
}

.primary-wrap .search-wrap .header-search-btn {
  display: block;
  line-height: 4.4rem;
  height: 4.4rem;
  padding: 0 1.7rem;
  border: 0;
  margin: 0;
  background: #10bbd5;
  display: inline-block;
  margin: 0 10px;
  min-width: 140px;
  border-radius: .6rem;
  transition: background .3s;
}

.primary-wrap .search-wrap .header-search-btn i:before {
  margin-right: 1rem;
  font-size: 1.4em;
  line-height: 0;
  position: relative;
  top: 0.22em;
}

.primary-wrap .search-wrap .header-search-btn:hover {
  background: #29d5ef;
}

.primary-wrap .search-wrap .advanced-search {
  display: block;
  line-height: 4.4rem;
  height: 4.4rem;
  padding: 0 1.7rem;
  border: 0;
  margin: 0;
  padding: 0 1.5rem;
  display: inline-block;
  border: 1px solid rgba(255,255,255,0.7);
  color: rgba(255,255,255,0.7);
  transition: all .3s;
}

.primary-wrap .search-wrap .advanced-search i:before {
  margin-right: 1rem;
  font-size: 1.4em;
  line-height: 0;
  position: relative;
  top: 0.22em;
}

.primary-wrap .search-wrap .advanced-search i {
  font-size: 1em;
  margin-right: 0;
}

.primary-wrap .search-wrap .advanced-search:hover {
  color: #fff;
  border: 1px solid #fff;
}

.secondary-header-wrap {
  box-shadow: 0 1px 3px rgba(0,0,0,0.2);
  background: #fff;
}

.secondary-header {
  display: flex;
  justify-content: space-between;
}

.secondary-header .page-links {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  color: #333;
}

.secondary-header .page-links a {
  color: #333;
  text-decoration: none;
}

.secondary-header .page-links a:hover,
.secondary-header .page-links a:active,
.secondary-header .page-links a:visited {
  color: #333;
}

.secondary-header .page-links li {
  padding: 0;
  margin: 0;
}

.secondary-header .page-links a {
  display: block;
  line-height: 4rem;
  height: 4rem;
  padding: 0;
  border: 0;
  margin: 0 1.7rem;
  position: relative;
  border-bottom: 2px solid;
  border-color: transparent;
  transition: border-color .3s;
}

.secondary-header .page-links a i:before {
  margin-right: 1rem;
  font-size: 1.4em;
  line-height: 0;
  position: relative;
  top: 0.22em;
}

.secondary-header .page-links a:hover {
  border-color: #333;
}

.secondary-header .page-links li:last-child a:after {
  display: none;
}

.secondary-header .right-section {
  display: flex;
  padding-right: 1rem;
}

.secondary-header .basket-wrap {
  color: #fff;
  display: flex;
  font-weight: bold;
}

.secondary-header .basket-wrap a {
  color: #fff;
  text-decoration: none;
}

.secondary-header .basket-wrap a:hover,
.secondary-header .basket-wrap a:active,
.secondary-header .basket-wrap a:visited {
  color: #fff;
}

.secondary-header .total,
.secondary-header .basket-btn {
  display: block;
  line-height: 4rem;
  height: 4rem;
  padding: 0 1.7rem;
  border: 0;
  margin: 0;
  background: #ff0072;
}

.secondary-header .total i:before,
.secondary-header .basket-btn i:before {
  margin-right: 1rem;
  font-size: 1.4em;
  line-height: 0;
  position: relative;
  top: 0.22em;
}

.secondary-header .basket-btn {
  position: relative;
}

.secondary-header .basket-btn i:before,
.secondary-header .basket-btn:before {
  margin-left: 1rem;
  margin-right: 0;
}

.secondary-header .basket-btn:before {
  position: absolute;
  left: 0;
  top: 1rem;
  bottom: 1rem;
  border-left: 0.1rem solid rgba(255,255,255,0.4);
  content: " ";
  margin-left: 0;
}

.tbd-dropdown {
  display: none;
}

.currency-selector {
  position: relative;
  border-left: 1px solid #f0f0f0;
}

.currency-selector:before {
  position: absolute;
  right: 1rem;
  line-height: 4rem;
  z-index: 0;
}

.currency-selector select {
  display: block;
  line-height: 4rem;
  height: 4rem;
  padding: 0 3.2rem 0 1.7rem;
  border: 0;
  margin: 0;
  background: transparent;
  appearance: none;
  position: relative;
  z-index: 1;
}

.currency-selector select i:before {
  margin-right: 1rem;
  font-size: 1.4em;
  line-height: 0;
  position: relative;
  top: 0.22em;
}

.secondary-header .page-links li,
.secondary-header .total,
.secondary-header .basket-btn {
  white-space: nowrap;
}

.secondary-header .tbd-dropdown {
  display: block;
}

.secondary-header .tbd-dropdown-toggle:after {
  margin-left: 1rem;
  font-size: 1.4em;
  line-height: 0;
  position: relative;
  top: 0.22em;
}

.secondary-header .tbd-dropdown-toggle:after {
  float: none;
  content: "∨";
}

.secondary-header .open .tbd-dropdown-toggle:after {
  margin-left: 1rem;
  font-size: 1.4em;
  line-height: 0;
  position: relative;
  top: 0.22em;
}

.secondary-header .open .tbd-dropdown-toggle:after {
  float: none;
  content: "∧";
}

.secondary-header .tbd-dropdown-toggle:after,
.secondary-header .open .tbd-dropdown-toggle:after {
  font-size: 2rem;
}

.secondary-header .tbd-dropdown-menu {
  border-top: 5px solid #10bbd5;
  margin-top: 0px;
  box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.2);
}

.secondary-header .tbd-dropdown-menu {
  width: 750px;
}

.secondary-header .tbd-dropdown-menu ul {
  padding-left: 0;
  padding-right: 0;
}

.secondary-header .tbd-dropdown-menu .category-dropdown-list {
  list-style: none;
}

.secondary-header .tbd-dropdown-menu .category-dropdown-list a {
  line-height: 16px;
  padding: 4px 5px 3px 10px;
  border-bottom: 0;
  white-space: initial;
  height: auto;
}

.secondary-header .tbd-dropdown-menu .category-dropdown-list a:hover {
  background: #f0f0f0;
}

.secondary-header .tbd-dropdown-menu .category-dropdown-list a:hover:hover,
.secondary-header .tbd-dropdown-menu .category-dropdown-list a:hover:focus {
  background: #f0f0f0;
}

.secondary-header .tbd-dropdown-menu .category-dropdown-list li {
  break-inside: avoid-column;
  white-space: normal;
}

.secondary-header .tbd-dropdown-menu a {
  height: 2.5rem;
  line-height: 2.5rem;
  margin: 0;
}

.secondary-header .tbd-dropdown-menu .age-range-dropdown-list {
  list-style: none;
  padding-bottom: 5px;
}

.secondary-header .tbd-dropdown-menu .age-range-dropdown-list:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.secondary-header .tbd-dropdown-menu .age-range-dropdown-list li {
  display: inline-block;
  float: left;
}

.secondary-header .tbd-dropdown-menu .age-range-dropdown-list li+li a {
  border-left: 1px solid #cacaca;
}

.secondary-header .tbd-dropdown-menu .age-range-dropdown-list a {
  border-bottom: 0;
  padding: 0 1rem;
}

.secondary-header .tbd-dropdown-menu .age-range-dropdown-list a:hover {
  background: #f0f0f0;
}

.secondary-header .tbd-dropdown-menu .age-range-dropdown-list a:hover:hover,
.secondary-header .tbd-dropdown-menu .age-range-dropdown-list a:hover:focus {
  background: #f0f0f0;
}

.secondary-header .tbd-dropdown-menu .tbd-dropdown-header {
  display: inline-flex;
  width: 100%;
  padding: 0rem 3rem 0rem 1rem;
}

.secondary-header .tbd-dropdown-menu .tbd-dropdown-header p {
  font-size: 1.5rem;
  font-weight: bold;
  padding: 1rem 0 0 0;
  border-bottom: 1px solid #cacaca;
  margin-bottom: 6px;
}

.secondary-header .tbd-dropdown-menu .global-nav-close {
  position: absolute;
  top: 10px;
  right: 0px;
  padding: 0;
  border: 0;
  float: right;
}

.secondary-header .tbd-dropdown-menu .global-nav-close:hover {
  background-color: #fff;
}

.secondary-header .tbd-dropdown-menu .category-dropdown-list:not(.global-nav-top-category) {
  column-count: 2;
  column-gap: 0px;
}

.secondary-header .tbd-dropdown-menu .row,
.secondary-header .tbd-dropdown-menu .help-page .delivery-locations-wrap,
.help-page .secondary-header .tbd-dropdown-menu .delivery-locations-wrap {
  display: flex;
  border-bottom: 1px solid #cacaca;
}

.secondary-header .tbd-dropdown-menu .row ul,
.secondary-header .tbd-dropdown-menu .help-page .delivery-locations-wrap ul,
.help-page .secondary-header .tbd-dropdown-menu .delivery-locations-wrap ul {
  list-style: none;
  margin-bottom: 0.5rem;
}

.secondary-header .tbd-dropdown-menu .row ul+ul,
.secondary-header .tbd-dropdown-menu .help-page .delivery-locations-wrap ul+ul,
.help-page .secondary-header .tbd-dropdown-menu .delivery-locations-wrap ul+ul {
  border-left: 1px solid #cacaca;
}

.secondary-header .tbd-dropdown-menu .row .tbd-dropdown-editableLinks,
.secondary-header .tbd-dropdown-menu .help-page .delivery-locations-wrap .tbd-dropdown-editableLinks,
.help-page .secondary-header .tbd-dropdown-menu .delivery-locations-wrap .tbd-dropdown-editableLinks {
  min-width: 37rem;
  column-count: 2;
  column-gap: 0px;
}

.secondary-header .tbd-dropdown-menu .row .tbd-dropdown-editableLinks .block-wrap,
.secondary-header .tbd-dropdown-menu .help-page .delivery-locations-wrap .tbd-dropdown-editableLinks .block-wrap,
.help-page .secondary-header .tbd-dropdown-menu .delivery-locations-wrap .tbd-dropdown-editableLinks .block-wrap,
.secondary-header .tbd-dropdown-menu .row .tbd-dropdown-editableLinks .order-segments,
.secondary-header .tbd-dropdown-menu .help-page .delivery-locations-wrap .tbd-dropdown-editableLinks .order-segments,
.help-page .secondary-header .tbd-dropdown-menu .delivery-locations-wrap .tbd-dropdown-editableLinks .order-segments {
  box-shadow: none;
  margin: 0;
  break-inside: avoid-column;
}

.secondary-header .tbd-dropdown-menu .row .tbd-dropdown-editableLinks .block-wrap a,
.secondary-header .tbd-dropdown-menu .help-page .delivery-locations-wrap .tbd-dropdown-editableLinks .block-wrap a,
.help-page .secondary-header .tbd-dropdown-menu .delivery-locations-wrap .tbd-dropdown-editableLinks .block-wrap a,
.secondary-header .tbd-dropdown-menu .row .tbd-dropdown-editableLinks .order-segments a,
.secondary-header .tbd-dropdown-menu .help-page .delivery-locations-wrap .tbd-dropdown-editableLinks .order-segments a,
.help-page .secondary-header .tbd-dropdown-menu .delivery-locations-wrap .tbd-dropdown-editableLinks .order-segments a {
  line-height: 16px;
  padding: 4px 5px 3px 10px;
  border-bottom: 0;
  white-space: initial;
  height: auto;
}

.secondary-header .tbd-dropdown-menu .row .tbd-dropdown-editableLinks .block-wrap a:hover,
.secondary-header .tbd-dropdown-menu .help-page .delivery-locations-wrap .tbd-dropdown-editableLinks .block-wrap a:hover,
.help-page .secondary-header .tbd-dropdown-menu .delivery-locations-wrap .tbd-dropdown-editableLinks .block-wrap a:hover,
.secondary-header .tbd-dropdown-menu .row .tbd-dropdown-editableLinks .order-segments a:hover,
.secondary-header .tbd-dropdown-menu .help-page .delivery-locations-wrap .tbd-dropdown-editableLinks .order-segments a:hover,
.help-page .secondary-header .tbd-dropdown-menu .delivery-locations-wrap .tbd-dropdown-editableLinks .order-segments a:hover {
  background: #f0f0f0;
}

.secondary-header .tbd-dropdown-menu .row .tbd-dropdown-editableLinks .block-wrap a:hover:hover,
.secondary-header .tbd-dropdown-menu .help-page .delivery-locations-wrap .tbd-dropdown-editableLinks .block-wrap a:hover:hover,
.help-page .secondary-header .tbd-dropdown-menu .delivery-locations-wrap .tbd-dropdown-editableLinks .block-wrap a:hover:hover,
.secondary-header .tbd-dropdown-menu .row .tbd-dropdown-editableLinks .order-segments a:hover:hover,
.secondary-header .tbd-dropdown-menu .help-page .delivery-locations-wrap .tbd-dropdown-editableLinks .order-segments a:hover:hover,
.help-page .secondary-header .tbd-dropdown-menu .delivery-locations-wrap .tbd-dropdown-editableLinks .order-segments a:hover:hover,
.secondary-header .tbd-dropdown-menu .row .tbd-dropdown-editableLinks .block-wrap a:hover:focus,
.secondary-header .tbd-dropdown-menu .help-page .delivery-locations-wrap .tbd-dropdown-editableLinks .block-wrap a:hover:focus,
.help-page .secondary-header .tbd-dropdown-menu .delivery-locations-wrap .tbd-dropdown-editableLinks .block-wrap a:hover:focus,
.secondary-header .tbd-dropdown-menu .row .tbd-dropdown-editableLinks .order-segments a:hover:focus,
.secondary-header .tbd-dropdown-menu .help-page .delivery-locations-wrap .tbd-dropdown-editableLinks .order-segments a:hover:focus,
.help-page .secondary-header .tbd-dropdown-menu .delivery-locations-wrap .tbd-dropdown-editableLinks .order-segments a:hover:focus {
  background: #f0f0f0;
}

.secondary-header .tbd-dropdown-menu .row .tbd-dropdown-editableLinks .block-wrap .more div,
.secondary-header .tbd-dropdown-menu .help-page .delivery-locations-wrap .tbd-dropdown-editableLinks .block-wrap .more div,
.help-page .secondary-header .tbd-dropdown-menu .delivery-locations-wrap .tbd-dropdown-editableLinks .block-wrap .more div,
.secondary-header .tbd-dropdown-menu .row .tbd-dropdown-editableLinks .order-segments .more div,
.secondary-header .tbd-dropdown-menu .help-page .delivery-locations-wrap .tbd-dropdown-editableLinks .order-segments .more div,
.help-page .secondary-header .tbd-dropdown-menu .delivery-locations-wrap .tbd-dropdown-editableLinks .order-segments .more div {
  text-decoration: underline;
}

.secondary-header .tbd-dropdown-menu .row .tbd-dropdown-editableLinks .block-header,
.secondary-header .tbd-dropdown-menu .help-page .delivery-locations-wrap .tbd-dropdown-editableLinks .block-header,
.help-page .secondary-header .tbd-dropdown-menu .delivery-locations-wrap .tbd-dropdown-editableLinks .block-header {
  display: inline-flex;
  width: 100%;
  padding: 0rem 3rem 0rem 1rem;
  border-bottom: none;
}

.secondary-header .tbd-dropdown-menu .row .tbd-dropdown-editableLinks h2,
.secondary-header .tbd-dropdown-menu .help-page .delivery-locations-wrap .tbd-dropdown-editableLinks h2,
.help-page .secondary-header .tbd-dropdown-menu .delivery-locations-wrap .tbd-dropdown-editableLinks h2,
.secondary-header .tbd-dropdown-menu .row .tbd-dropdown-editableLinks .category-list .all-categories a,
.category-list .all-categories .secondary-header .tbd-dropdown-menu .row .tbd-dropdown-editableLinks a,
.secondary-header .tbd-dropdown-menu .help-page .delivery-locations-wrap .tbd-dropdown-editableLinks .category-list .all-categories a,
.category-list .all-categories .secondary-header .tbd-dropdown-menu .help-page .delivery-locations-wrap .tbd-dropdown-editableLinks a,
.help-page .secondary-header .tbd-dropdown-menu .delivery-locations-wrap .tbd-dropdown-editableLinks .category-list .all-categories a,
.category-list .all-categories .help-page .secondary-header .tbd-dropdown-menu .delivery-locations-wrap .tbd-dropdown-editableLinks a {
  font-size: 1.5rem;
  font-weight: bold;
  padding: 1rem 0 0 0;
  border-bottom: 1px solid #cacaca;
  margin-bottom: 6px;
}

.user-nav-wrap {
  color: #fff;
  background: #403042;
}

.user-nav-wrap a {
  color: #fff;
  text-decoration: none;
}

.user-nav-wrap a:hover,
.user-nav-wrap a:active,
.user-nav-wrap a:visited {
  color: #fff;
}

.user-nav {
  -js-display: flex;
  display: flex;
  justify-content: space-between;
}

.user-nav .left-nav,
.user-nav .right-nav {
  display: flex;
  margin: 0;
  padding: 0;
}

.user-nav .left-nav li,
.user-nav .right-nav li {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.user-nav .left-nav a,
.user-nav .left-nav span,
.user-nav .right-nav a,
.user-nav .right-nav span {
  display: block;
  line-height: 4.4rem;
  height: 4.4rem;
  padding: 0 1.7rem;
  border: 0;
  margin: 0;
  border-right: 1px solid #4c394e;
  color: rgba(255,255,255,0.8);
  font-size: 1.4rem;
}

.user-nav .left-nav a i:before,
.user-nav .left-nav span i:before,
.user-nav .right-nav a i:before,
.user-nav .right-nav span i:before {
  margin-right: 1rem;
  font-size: 1.4em;
  line-height: 0;
  position: relative;
  top: 0.22em;
}

.user-nav .left-nav a,
.user-nav .right-nav a {
  padding: 0 1rem;
}

.user-nav .left-nav .home-icon-link i:before,
.user-nav .left-nav .home-icon-link:before,
.user-nav .left-nav .home-icon-link i:after,
.user-nav .left-nav .home-icon-link:after,
.user-nav .right-nav .home-icon-link i:before,
.user-nav .right-nav .home-icon-link:before,
.user-nav .right-nav .home-icon-link i:after,
.user-nav .right-nav .home-icon-link:after {
  margin: 0;
}

.user-nav .left-nav {
  padding-left: 1.5rem;
}

.user-nav .right-nav {
  padding-right: 1.5rem;
}

.user-nav .right-nav .desktop-only {
  display: none;
}

.header-wrap {
  color: #fff;
  background: #4c394e;
  position: relative;
  z-index: 10;
}

.header-wrap a {
  color: #fff;
  text-decoration: none;
}

.header-wrap a:hover,
.header-wrap a:active,
.header-wrap a:visited {
  color: #fff;
}

.mode-checkout.secondary-header-wrap,
.mode-checkout.user-nav-wrap,
.mode-checkout.search-wrap,
.mode-checkout.header-wrap .search-wrap {
  display: none !important;
}

.mode-checkout.header-wrap .primary-wrap {
  justify-content: space-between;
}

.mobile-trigger,
.mobile-basket-wrap {
  display: none;
}

.user-nav-wrap,
.secondary-header-wrap {
  display: none;
}

.header {
  padding: 0 !important;
}

.primary-wrap {
  color: #fff;
  padding: 0.5rem 1rem;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.primary-wrap a {
  color: #fff;
  text-decoration: none;
}

.primary-wrap a:hover,
.primary-wrap a:active,
.primary-wrap a:visited {
  color: #fff;
}

.brand-wrap {
  padding: 0 0 0.5rem 0;
  width: 40%;
}

.brand-wrap img,
.brand-wrap .brand-link {
  max-width: 126px;
  display: block;
  margin: 0 auto;
}

:not(.mode-checkout).header-wrap .mobile-trigger {
  display: block;
  line-height: 4.4rem;
  height: 4.4rem;
  padding: 0;
  border: 0;
  margin: 0;
  background: transparent;
  margin: 0;
  display: block;
}

:not(.mode-checkout).header-wrap .mobile-trigger i:before {
  margin-right: 1rem;
  font-size: 1.4em;
  line-height: 0;
  position: relative;
  top: 0.22em;
}

:not(.mode-checkout).header-wrap .mobile-trigger:hover,
:not(.mode-checkout).header-wrap .mobile-trigger:focus {
  background: transparent;
}

:not(.mode-checkout).header-wrap .mobile-trigger i {
  font-size: 1.2em;
}

:not(.mode-checkout).header-wrap .mobile-trigger {
  padding-right: 1rem;
}

:not(.mode-checkout).header-wrap .mobile-trigger i:before,
:not(.mode-checkout).header-wrap .mobile-trigger:before,
:not(.mode-checkout).header-wrap .mobile-trigger i:after,
:not(.mode-checkout).header-wrap .mobile-trigger:after {
  margin: 0;
}

.nav-open :not(.mode-checkout).header-wrap .mobile-trigger {
  opacity: 0;
}

.nav-open .close-global-nav-mobile {
  display: block;
  position: absolute;
  z-index: 10000;
  padding-left: 1rem;
  padding-top: 1.4rem;
}

.nav-open .close-global-nav-mobile i {
  color: #fff;
  font-size: 1.6em;
}

.nav-open {
  overflow: hidden;
}

.mobile-nav-wrap {
  display: none;
}

.mobile-nav-wrap .block-wrap,
.mobile-nav-wrap .order-segments {
  margin: 0;
  box-shadow: none;
}

.mobile-nav-wrap .block-wrap .more div,
.mobile-nav-wrap .order-segments .more div {
  text-decoration: underline;
}

.mobile-nav-wrap .block .tab-wrap {
  display: none;
}

.mobile-nav-wrap .tbd-dropdown-editableLinks {
  padding-bottom: 10rem;
}

.nav-open .mobile-nav-wrap {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.page-slide {
  transform: translate3d(0, 0, 0);
  transition: all 0.2s ease-out;
}

body.nav-open {
  height: 100%;
  width: 100%;
  position: absolute;
}

body.nav-open .mobile-nav-wrap {
  transition: all 0.2s ease-out;
}

.nav-open .page-slide {
  transition: all 0.2s ease-out;
}

.nav-open .page-slide {
  -ms-transform: translate(320px, 0);
  transform: translate(320px, 0);
}

.mobile-nav-wrap ul a,
.mobile-nav-wrap ul li a,
.mobile-nav-wrap label,
.mobile-nav-wrap .close-nav {
  display: block;
  line-height: 4.4rem;
  height: 4.4rem;
  padding: 0 1.7rem;
  border: 0;
  margin: 0;
  display: block;
  border-bottom: 1px solid #f0f0f0;
  background: #fff;
}

.mobile-nav-wrap ul a i:before,
.mobile-nav-wrap label i:before,
.mobile-nav-wrap .close-nav i:before {
  margin-right: 1rem;
  font-size: 1.4em;
  line-height: 0;
  position: relative;
  top: 0.22em;
}

.mobile-nav-wrap ul a.active,
.mobile-nav-wrap label.active,
.mobile-nav-wrap .active.close-nav {
  background: #ff0072;
  color: white;
}

.nav-open .mask-global-nav-mobile {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  display: block;
}

.nav-open .mask-global-nav-mobile {
  width: 100%;
  z-index: 100;
  background: #000000;
  opacity: 0.3;
}

.mobile-nav-wrap {
  max-width: 80%;
  overflow: hidden;
  line-height: 53px;
  text-align: left;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  background: white;
  z-index: 11;
  -webkit-overflow-scrolling: touch;
  box-shadow: 2px 3px 5px 0px rgba(0,0,0,0.75);
}

.mobile-nav-wrap {
  opacity: 0;
  transform: translate3d(-320px, 0, 0);
  transition: all 0.2s ease-out;
  max-width: 320px;
}

.mobile-nav-wrap .nav-content-wrap {
  background: #f0f0f0;
  padding-right: 0px;
}

.mobile-nav-wrap .currency-selector.mob-nav-account {
  padding-bottom: 0;
  width: 100%;
}

.mobile-nav-wrap .currency-selector.mob-nav-account:before {
  left: 290px;
}

.mobile-nav-wrap .nav-content-wrap {
  overflow-x: hidden;
  overflow-y: scroll;
  max-height: 100%;
  position: absolute;
  width: calc(100% + 20px);
  padding-right: 10px;
  height: 100%;
}

.mobile-nav-wrap button {
  border: 0;
  padding: 0;
  background: #403042;
}

.mobile-nav-wrap .active {
  background: #fff;
  color: black;
}

.mobile-nav-wrap .global-nav-deprecate {
  display: none !important;
}

.mobile-nav-wrap .category-dropdown-list {
  margin-bottom: 5rem;
}

.mobile-nav-wrap .category-dropdown-list>:last-child {
  padding-bottom: 50px;
}

.mobile-nav-wrap .page-links.mobile-nav-content>:last-child {
  padding-bottom: 5rem;
}

.mobile-nav-wrap .desktop-only {
  display: none;
}

.mobile-nav-wrap i {
  display: none;
}

.mobile-nav-wrap ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-nav-wrap label {
  color: #10bbd5;
}

.mobile-nav-wrap label i {
  float: right;
}

.mobile-nav-wrap .currency-selector {
  position: relative;
  background: #fff;
  position: relative;
}

.mobile-nav-wrap .currency-selector:before {
  position: absolute;
  right: 1rem;
  line-height: 4.4rem;
  z-index: 0;
}

.mobile-nav-wrap .currency-selector select {
  display: block;
  line-height: 4.4rem;
  height: 4.4rem;
  padding: 0 1.7rem;
  border: 0;
  margin: 0;
  background: transparent;
  appearance: none;
  position: relative;
  z-index: 1;
}

.mobile-nav-wrap .currency-selector select i:before {
  margin-right: 1rem;
  font-size: 1.4em;
  line-height: 0;
  position: relative;
  top: 0.22em;
}

.mobile-nav-wrap .currency-selector:hover,
.mobile-nav-wrap .currency-selector:focus {
  background: #fff;
}

.mobile-nav-wrap .currency-selector select {
  width: 100%;
}

.mobile-nav-wrap .currency-selector i {
  position: absolute;
  top: 1rem;
  right: 2rem;
}

.mobile-nav-wrap .close-nav {
  background: #f0f0f0;
  text-align: center;
}

.mobile-nav-wrap .close-nav:hover,
.mobile-nav-wrap .close-nav:focus {
  background: #f0f0f0;
}

.mobile-nav-wrap .tbd-dropdown-menu {
  left: 100%;
  min-width: 100%;
  position: absolute;
  z-index: 1;
  height: 100%;
}

.mobile-nav-wrap .tbd-dropdown-toggle:after {
  float: right;
  content: ">";
}

.mobile-nav-wrap .tbd-dropdown-toggle:after {
  margin-left: 1rem;
  font-size: 1.4em;
  line-height: 0;
  position: relative;
  top: 0.22em;
}

.mobile-nav-wrap .tbd-dropdown-toggle:after {
  line-height: inherit;
  top: 0;
}

.mobile-nav-wrap .tbd-dropdown-back>a {
  padding-top: 0;
  font-weight: bold;
}

.mobile-nav-wrap .tbd-dropdown-back>a:before {
  margin-right: 1rem;
  font-size: 1.4em;
  line-height: 0;
  position: relative;
  top: 0.22em;
}

.mobile-nav-wrap .mobile-nav-tab {
  background: #403042;
  margin-left: 0;
  margin-right: 0;
  line-height: 53px;
  text-align: center;
  color: #fff;
}

.mobile-nav-wrap .mobile-nav-tab a {
  color: #fff;
  text-decoration: none;
}

.mobile-nav-wrap .mobile-nav-tab a:hover,
.mobile-nav-wrap .mobile-nav-tab a:active,
.mobile-nav-wrap .mobile-nav-tab a:visited {
  color: #fff;
}

.mobile-nav-wrap .mobile-nav-tab button {
  border: 0;
  padding: 0;
  background: #403042;
}

.mobile-nav-wrap .mobile-nav-tab .active {
  background: #fff;
  color: black;
}

.mobile-nav-wrap .left-nav,
.mobile-nav-wrap .page-links,
.mobile-nav-wrap .right-nav {
  position: relative;
}

.mobile-nav-wrap {
  display: block;
}

.mobile-nav-wrap .tbd-dropdown-toggle {
  position: relative;
}

.mobile-nav-wrap .tbd-dropdown-toggle:after {
  display: block;
  position: absolute;
  float: none;
  left: 290px;
  margin-left: 0px;
}

.mobile-nav-wrap .show-non-desktop {
  display: block !important;
}

:not(.mode-checkout).primary-wrap .copy-content .basket-wrap {
  display: flex;
}

:not(.mode-checkout).primary-wrap .copy-content .basket-wrap a,
:not(.mode-checkout).primary-wrap .copy-content .basket-wrap span {
  font-weight: bold;
  line-height: 3rem;
  height: 3rem;
}

:not(.mode-checkout).primary-wrap .copy-content .basket-wrap .total {
  padding-right: 1.2em;
  border-right: 1px solid rgba(255,255,255,0.7);
}

:not(.mode-checkout).primary-wrap .copy-content .basket-wrap i:before {
  padding-left: 0.3em;
}

:not(.mode-checkout).header-wrap .brand-wrap {
  margin-left: 6em;
}

.mode-checkout.header-wrap .brand-wrap a {
  margin-left: 0px;
}

:not(.mode-checkout).header-wrap .copy-content {
  display: block;
}

.mode-checkout.header-wrap .copy-content {
  display: none;
}

:not(.mode-checkout).header-wrap .non-desktop-header {
  position: absolute;
  width: 100%;
  height: 3.5em;
  background: black;
  z-index: -1;
  background: #403042;
}

.header-wrap .copy-content {
  display: none;
}

.primary-wrap .copy-content .basket-wrap {
  display: none;
}

.close-global-nav-mobile {
  display: none;
}

.user-nav a i {
  display: none;
}

.user-nav a.home-icon-link i {
  display: inline;
}

.user-nav .middle-nav {
  display: none;
}

.header,
.user-nav,
.secondary-header {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.secondary-header .page-links li a {
  white-space: nowrap;
  display: block;
  line-height: 4rem;
  height: 4rem;
  padding: 0 1.7rem;
  border: 0;
  margin: 0;
  padding: 0 1rem;
}

.secondary-header .page-links li a i:before {
  margin-right: 1rem;
  font-size: 1.4em;
  line-height: 0;
  position: relative;
  top: 0.22em;
}

.secondary-header .basket-btn,
.secondary-header .total {
  white-space: nowrap;
  display: block;
  line-height: 4rem;
  height: 4rem;
  padding: 0 1.7rem;
  border: 0;
  margin: 0;
}

.secondary-header .basket-btn i:before,
.secondary-header .total i:before {
  margin-right: 1rem;
  font-size: 1.4em;
  line-height: 0;
  position: relative;
  top: 0.22em;
}

.primary-wrap .basket-btn {
  display: block;
  line-height: 4.4rem;
  height: 4.4rem;
  padding: 0 1.2rem;
  border: 0;
  margin: 0;
}

.primary-wrap .basket-btn i:before {
  margin-right: 1rem;
  font-size: 1.4em;
  line-height: 0;
  position: relative;
  top: 0.22em;
}

.free-delivery {
  display: block;
  line-height: 4.4rem;
  height: 4.4rem;
  padding: 0 5rem;
  border: 0;
  margin: 0;
  background: #10bbd5;
  text-transform: uppercase;
  position: relative;
}

.free-delivery i:before {
  margin-right: 1rem;
  font-size: 1.4em;
  line-height: 0;
  position: relative;
  top: 0.22em;
}

.free-delivery:hover,
.free-delivery:focus {
  background: #10bbd5;
}

.free-delivery:before,
.free-delivery:after {
  width: 4rem;
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  content: " ";
  background-image: url(../img/free-delivery-bg.png);
  background-repeat: no-repeat;
}

.free-delivery:before {
  left: 0;
  background-position: bottom left;
}

.free-delivery:after {
  right: 0;
  background-position: bottom right;
}

.user-nav .free-delivery:before,
.user-nav .free-delivery:after {
  background-color: #403042;
}

.free-delivery-ribbon {
  background: #10bbd5;
  color: #fff;
  display: block;
  line-height: 3.96rem;
  height: 3.96rem;
  padding: 0 1.7rem;
  border: 0;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}

.free-delivery-ribbon:hover,
.free-delivery-ribbon:focus {
  background: #10bbd5;
}

.free-delivery-ribbon a {
  color: #fff;
  text-decoration: none;
}

.free-delivery-ribbon a:hover,
.free-delivery-ribbon a:active,
.free-delivery-ribbon a:visited {
  color: #fff;
}

.free-delivery-ribbon i:before {
  margin-right: 1rem;
  font-size: 1.4em;
  line-height: 0;
  position: relative;
  top: 0.22em;
}

.ribbon-wrap,
.free-delivery-ribbon,
.free-delivery-wrap,
.middle-nav .free-delivery {
  display: none;
}

.free-delivery-ribbon-item {
  width: 100%;
}

.map-live-page .free-delivery-ribbon,
.map-live-page .ribbon-wrap {
  display: none;
}

:not(.mode-checkout).free-delivery-ribbon {
  display: block;
}

:not(.mode-checkout).ribbon-wrap {
  display: block;
}

.mode-checkout .free-delivery-wrap {
  display: block;
}

.mode-checkout .free-delivery-wrap .free-delivery:before,
.mode-checkout .free-delivery-wrap .free-delivery:after {
  background-color: #4c394e;
}

:not(.mode-checkout).ribbon-wrap {
  display: flex;
}

:not(.mode-checkout).ribbon-wrap .basket-wrap {
  color: #fff;
  display: flex;
  font-weight: bold;
}

:not(.mode-checkout).ribbon-wrap .basket-wrap a {
  color: #fff;
  text-decoration: none;
}

:not(.mode-checkout).ribbon-wrap .basket-wrap a:hover,
:not(.mode-checkout).ribbon-wrap .basket-wrap a:active,
:not(.mode-checkout).ribbon-wrap .basket-wrap a:visited {
  color: #fff;
}

:not(.mode-checkout).ribbon-wrap .total,
:not(.mode-checkout).ribbon-wrap .basket-btn {
  display: block;
  line-height: 4rem;
  height: 4rem;
  padding: 0 1.7rem;
  border: 0;
  margin: 0;
  background: #ff0072;
}

:not(.mode-checkout).ribbon-wrap .total i:before,
:not(.mode-checkout).ribbon-wrap .basket-btn i:before {
  margin-right: 1rem;
  font-size: 1.4em;
  line-height: 0;
  position: relative;
  top: 0.22em;
}

:not(.mode-checkout).ribbon-wrap .basket-btn {
  position: relative;
}

:not(.mode-checkout).ribbon-wrap .basket-btn i:before,
:not(.mode-checkout).ribbon-wrap .basket-btn:before {
  margin-left: 1rem;
  margin-right: 0;
}

:not(.mode-checkout).ribbon-wrap .basket-btn:before {
  position: absolute;
  left: 0;
  top: 1rem;
  bottom: 1rem;
  border-left: 0.1rem solid rgba(255,255,255,0.4);
  content: " ";
  margin-left: 0;
}

:not(.mode-checkout).ribbon-wrap :not(.mode-checkout).free-delivery-ribbon {
  display: flex;
  flex: 1 0 auto;
  margin: auto;
  align-self: center;
}

.right-section {
  width: 203px;
  padding: 0;
}

.right-section .basket-wrap {
  display: none;
}

.ribbon-wrap .basket-wrap {
  width: 203px;
  text-align: center;
}

.ribbon-wrap .basket-wrap span {
  width: 82px;
  padding: 0;
}

.ribbon-wrap .basket-wrap a {
  width: 126px;
}

.ribbon-wrap .basket-wrap {
  display: none;
}

.primary-wrap .search-wrap .header-search-btn {
  display: block;
  line-height: 3.5rem;
  height: 3.5rem;
  padding: 0 1.2rem;
  border: 0;
  margin: 0;
  min-width: 0;
  position: absolute;
  right: .5rem;
  top: .5rem;
  bottom: .5rem;
}

.primary-wrap .search-wrap .header-search-btn:before {
  float: none;
  content: "🔍";
}

.primary-wrap .search-wrap .header-search-btn i:before {
  margin-right: 1rem;
  font-size: 1.4em;
  line-height: 0;
  position: relative;
  top: 0.22em;
}

.primary-wrap .search-wrap .header-search-btn .text {
  display: none;
}

.primary-wrap .search-wrap .header-search-el-wrap {
  margin-right: 1rem;
}

.primary-wrap .search-wrap .header-search-el-wrap:before {
  display: none;
}

.primary-wrap .search-wrap .header-search-el-wrap .text-input {
  padding-left: 1rem;
  padding-right: 5rem;
}

.block-wrap .block-header,
.order-segments .block-header,
.basket-items-wrap .basket-header {
  padding-top: 0;
  padding-bottom: .5rem;
  border-bottom: 0.1rem solid #f0f0f0;
}

.block-wrap .block-header h2,
.order-segments .block-header h2,
.basket-items-wrap .basket-header h2,
.block-wrap .block-header .category-list .all-categories a,
.category-list .all-categories .block-wrap .block-header a,
.order-segments .block-header .category-list .all-categories a,
.category-list .all-categories .order-segments .block-header a,
.basket-items-wrap .basket-header .category-list .all-categories a,
.category-list .all-categories .basket-items-wrap .basket-header a {
  margin: 0;
}

.block-wrap,
.order-segments {
  padding: .5rem 1rem;
  margin: .5rem 0 0 0;
  background: #fff;
  box-shadow: 0.1rem 0.1rem 0.2rem rgba(0,0,0,0.1);
  max-width: 100%;
}

.block-wrap.half,
.half.order-segments {
  width: 50% !important;
  max-width: 50%;
  margin-right: auto;
  margin-left: auto;
}

.block-wrap.promo,
.promo.order-segments,
.block-wrap.noHead,
.noHead.order-segments,
.block-wrap.none,
.none.order-segments {
  background: transparent;
  box-shadow: none;
}

.block-wrap.noPad,
.noPad.order-segments,
.block-wrap.noHead,
.noHead.order-segments,
.block-wrap.none,
.none.order-segments {
  padding: 0;
}

.block-wrap.promo,
.promo.order-segments {
  padding-top: 0;
  padding-bottom: 0;
}

.block-wrap.promo .paragraph-content img,
.promo.order-segments .paragraph-content img {
  margin: 0;
}

.block-wrap.promo img,
.promo.order-segments img {
  box-shadow: 0.1rem 0.1rem 0.2rem rgba(0,0,0,0.1);
}

.block-wrap.none .block-header,
.none.order-segments .block-header,
.block-wrap.no-heading .block-header,
.no-heading.order-segments .block-header,
.block-wrap .block-header:empty,
.order-segments .block-header:empty {
  display: none;
}

.block-wrap.no-heading.tabbed-block-wrap,
.no-heading.tabbed-block-wrap.order-segments {
  padding-top: 0;
}

.block .pack9-block ul {
  list-style-type: none;
  padding: 0;
}

.block .pack9-block ul li {
  display: inline-block;
  margin: 5px;
}

.block .pack9-block img {
  width: 140px;
}

.block .pack9-block .oneThird {
  text-align: center;
}

.block .pack9-block .oneThird.block-wrap,
.block .pack9-block .oneThird.order-segments {
  padding: 0;
  width: 33%;
  float: left;
  text-align: center;
}

.block .pack9-block .center img {
  width: auto;
}

.module.type-promo .tab,
.module.type-promotion .tab {
  display: block;
}

.module.type-promo .promo-content,
.module.type-promotion .promo-content {
  text-align: center;
  width: 100%;
  margin: 0 auto;
}

.module.type-promo.promo-multi,
.module.type-promotion.promo-multi {
  margin-left: -.5rem;
  margin-right: -.5rem;
}

.module.type-promo.promo-multi .promo-content,
.module.type-promotion.promo-multi .promo-content {
  width: 25%;
  padding: .5rem;
  float: left;
}

.module.type-promo.promo-multi .promo-img,
.module.type-promotion.promo-multi .promo-img {
  margin: 0 auto;
  width: auto;
}

.module.type-promo .promo-img,
.module.type-promotion .promo-img {
  margin: 0.5rem 0;
  width: 100%;
}

.content-wrap {
  padding: 0.5rem 1rem 1rem 1rem;
  overflow: hidden;
  clear: both;
}

.content-wrap:before,
.content-wrap:after {
  display: none;
}

.content-wrap .sidebar {
  width: 20%;
  float: left;
}

.content-wrap .sidebar.right {
  padding: 0 0 0 1rem;
}

.content-wrap .main-content {
  width: 80%;
  float: left;
}

.content-wrap .main-content.full-width {
  width: 100%;
}

.content-wrap .sidebar {
  width: 30%;
}

.content-wrap .main-content {
  width: 70%;
}

.content {
  padding: .5rem 1rem;
  margin: .5rem;
  background: #fff;
  box-shadow: 0.1rem 0.1rem 0.2rem rgba(0,0,0,0.1);
  padding: 1.5rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.content.full-width {
  max-width: 100%;
  flex-grow: 1;
}

.main-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: stretch;
}

.main-content .block-wrap,
.main-content .order-segments {
  flex-grow: 3;
  width: 100%;
}

.main-content .block-wrap.oneThird,
.main-content .oneThird.order-segments {
  flex-grow: 1;
  width: 33%;
}

.main-content .block-wrap.twoThird,
.main-content .twoThird.order-segments {
  flex-grow: 2;
  width: 65%;
}

.main-content {
  padding: 0;
}

.main-content .block.oneThird,
.main-content .block.twoThird {
  max-width: 100%;
  width: 100%;
}

.main-content h1,
.basket-page h1 {
  padding: 1rem .5rem 1rem .5rem;
  margin: 0;
}

.custom-page.main-content {
  max-width: 1024px;
  margin: 1rem auto 0 auto;
  float: none;
  display: flex;
}

.custom-page.main-content h1 {
  flex: 0 1 100%;
}

.custom-page.main-content .oneThird {
  text-align: center;
}

.custom-page.main-content .oneThird.block-wrap,
.custom-page.main-content .oneThird.order-segments {
  width: 33%;
  float: left;
  text-align: center;
  padding: 1.2rem;
}

.custom-page.main-content .block-wrap,
.custom-page.main-content .order-segments {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.custom-page.main-content .paragraph-content img {
  display: block;
  margin: .5rem auto;
}

.custom-page.main-content .paragraph-content a img {
  width: auto;
}

body>iframe {
  display: none;
}

body,
html {
  height: 100%;
  min-width: 320px;
  font-family: Roboto, sans-serif;
}

.container-fluid,
.secondary-header,
.user-nav,
.header-wrap .header,
.content-wrap,
.footer-wrap .footer {
  max-width: 1440px;
}

.container-fluid:before,
.secondary-header:before,
.user-nav:before,
.header-wrap .header:before,
.content-wrap:before,
.footer-wrap .footer:before,
.container-fluid:after,
.secondary-header:after,
.user-nav:after,
.header-wrap .header:after,
.content-wrap:after,
.footer-wrap .footer:after {
  display: none;
}

.no-flexbox .content {
  width: 80%;
  float: left;
}

.no-flexbox .sidebar {
  width: 20%;
  float: left;
}

.promo-banner {
  padding-bottom: 1.5rem;
  text-align: center;
}

.iframe-container iframe.chase {
  width: 100%;
  height: 1600px;
}

.iframe-container iframe.chase.anon-checkout {
  height: 2600px;
}

.inline-title {
  display: inline-block;
  margin: 0;
}

.noHead .block-header {
  display: none;
}

.title-helper {
  border-bottom: 1px solid #10bbd5;
  display: inline-block;
}

.title-helper:focus,
.title-helper:hover {
  text-decoration: none;
}

.title-helper i {
  padding-left: 5px;
  line-height: 1;
}

.title-helper i:before {
  vertical-align: middle;
}

textarea {
  max-height: 120px;
}

.zopim {
  display: none;
}

.btn-abebook {
  background-color: white;
  border: 1px solid #ccc;
  color: #f03;
  font-weight: normal;
}

.btn-abebook:hover {
  background-color: #ccc;
  color: #f03;
}

.mobile-only {
  display: none !important;
}

.footer-left-content,
.footer-right-content {
  min-width: 100%;
}

.footer-wrap .footer-right-content {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.footer-wrap .footer-right-content .payment-methods {
  padding-bottom: 0;
}

.footer-wrap .footer-right-content .small-print {
  text-align: right;
}

.footer-social-wrap {
  color: #999;
  display: block;
  text-align: center;
  padding: 1.5rem;
  background: white;
}

.footer-social-wrap a {
  color: #999;
  text-decoration: none;
}

.footer-social-wrap a:hover,
.footer-social-wrap a:active,
.footer-social-wrap a:visited {
  color: #999;
}

.footer-social-wrap h4 {
  color: #999;
  text-align: center;
  padding: 0;
  margin: 0;
}

.footer-social-wrap h4 a {
  color: #999;
  text-decoration: none;
}

.footer-social-wrap h4 a:hover,
.footer-social-wrap h4 a:active,
.footer-social-wrap h4 a:visited {
  color: #999;
}

.footer-social-wrap ul {
  display: block;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: 100%;
}

.footer-social-wrap a,
.footer-social-wrap a:hover {
  text-decoration: none;
}

.footer-social-wrap a:focus {
  outline: none;
}

.footer-social-wrap li {
  display: inline-block;
  margin: 0;
  padding: 1rem 1.5rem 0;
  font-size: 1.8rem;
}

.footer-wrap {
  background: #403042;
  color: white;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-size: 1.4rem;
}

.footer-wrap h4 {
  color: white;
  font-size: 1.4rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.footer-wrap a {
  color: #fff;
  display: block;
  padding: 1rem 0.5rem;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.footer-wrap a:hover,
.footer-wrap a:focus {
  color: #fff;
}

.footer-wrap .footer {
  clear: both;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer-wrap .footer-left-content {
  display: flex;
  flex-grow: 1;
}

.footer-wrap .footer-links {
  flex-grow: 1;
}

.footer-wrap .footer-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
  min-width: 17rem;
  display: inline-block;
}

.footer-wrap .footer-links ul li {
  padding: 0;
  margin: 0;
}

.footer-wrap .payment-methods {
  padding-bottom: 1.5rem;
}

.footer-wrap .footer-left-content {
  float: left;
  padding: 0 1.5rem;
}

.footer-wrap .footer-right-content {
  float: right;
  padding: 0 1.5rem;
}

.no-flexbox .footer-left-content {
  clear: both;
  overflow: hidden;
}

.no-flexbox .footer-left-content section {
  width: 25%;
  float: left;
}

.sidebar .mini-basket {
  margin-right: 0;
}

.sidebar .mini-basket {
  margin-top: 2rem !important;
}

.sidebar .mini-basket .heading {
  display: block;
  line-height: 4.4rem;
  height: 4.4rem;
  padding: 0 1.7rem;
  border: 0;
  margin: 0;
  color: #fff;
  border: none;
  margin: -1rem;
  line-height: 1.42857;
  height: 6.5rem;
  padding: 0 1.7rem;
  margin-bottom: 0;
  background: #ff0072;
  font-weight: bold;
}

.sidebar .mini-basket .heading i:before {
  margin-right: 1rem;
  font-size: 1.4em;
  line-height: 0;
  position: relative;
  top: 0.22em;
}

.sidebar .mini-basket .heading a {
  color: #fff;
  text-decoration: none;
}

.sidebar .mini-basket .heading a:hover,
.sidebar .mini-basket .heading a:active,
.sidebar .mini-basket .heading a:visited {
  color: #fff;
}

.sidebar .mini-basket .heading h2,
.sidebar .mini-basket .heading .category-list .all-categories a,
.category-list .all-categories .sidebar .mini-basket .heading a {
  background-color: #ff0072;
  padding: 1rem 0 .5rem 0 !important;
  margin: 0;
  color: white;
  border: 0 !important;
}

.sidebar .mini-basket .heading .item-total {
  display: inline-block;
  float: right;
  position: relative;
}

.sidebar .mini-basket .heading .item-total:before {
  position: absolute;
  left: 0;
  top: 1.8rem;
  bottom: 1.8rem;
  border-left: 0.1rem solid #fff;
  content: " ";
  margin-left: 0;
}

.sidebar .mini-basket .total-price {
  color: #ff0072;
  font-size: 1.8rem;
}

.sidebar .mini-basket .total-price a {
  color: #ff0072;
  text-decoration: none;
}

.sidebar .mini-basket .total-price a:hover,
.sidebar .mini-basket .total-price a:active,
.sidebar .mini-basket .total-price a:visited {
  color: #ff0072;
}

.sidebar .mini-basket dl {
  margin: 0;
  padding: 1rem;
  margin-left: -.5rem;
  margin-right: -.5rem;
  border-top: 1px solid #f0f0f0;
}

.sidebar .mini-basket dl dt,
.sidebar .mini-basket dl dd {
  float: left;
  margin: 0;
  padding: 0;
}

.sidebar .mini-basket dl dt {
  max-width: 75%;
}

.sidebar .mini-basket dl.item-row dt {
  width: 50%;
}

.sidebar .mini-basket dl dd {
  text-align: right;
  float: right;
}

.show-only-mobile .mini-basket dl {
  overflow: hidden;
}

.show-only-mobile .mini-basket dl dt {
  float: left;
  margin: 0;
  padding: 0;
  max-width: 75%;
}

.show-only-mobile .mini-basket dl dd {
  float: right;
  margin: 0;
  padding: 0;
}

.steps {
  padding: 0;
  margin: 1.5rem 0;
  background: #e7e7e7;
  border-radius: .6rem;
  overflow: hidden;
  width: 100%;
}

.steps li {
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
  width: 50%;
  padding: 1rem 1rem 1rem 3rem;
  float: left;
  list-style-position: inside;
}

.steps li:first-child {
  border-radius: .6rem 0 0 .6rem;
  padding-left: 1.5rem;
}

.steps li:not(first-child) {
  border-left: 0.1rem solid #f0f0f0;
}

.steps li.complete {
  background: #10bbd5;
  color: white;
}

.steps li.complete:before {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.steps li.complete+li {
  border-left: 0 !important;
}

.steps li.complete+li:before {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: -20px;
  width: 40px;
  height: 40px;
  background: #10bbd5;
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.login-wrap {
  padding: 1.5rem;
  border: 0.1rem solid #f0f0f0;
}

.login-wrap form {
  margin: 1.5rem 0;
}

.login-wrap .form-control {
  display: block;
  line-height: 4.4rem;
  height: 4.4rem;
  padding: 0 1.7rem;
  border: 0;
  margin: 0;
  border: 0.1rem solid #f0f0f0;
  margin-right: .5rem;
}

.login-wrap .form-control i:before {
  margin-right: 1rem;
  font-size: 1.4em;
  line-height: 0;
  position: relative;
  top: 0.22em;
}

.login-wrap .btn,
.login-wrap .sidebar-trigger,
.login-wrap .bestseller-page .item-img .number,
.bestseller-page .item-img .login-wrap .number {
  margin-top: 1rem;
}

.login-wrap span a {
  border-bottom: 1px dotted #CCC;
}

.login-wrap span a:hover {
  border-bottom: 1px solid #333;
  text-decoration: none;
}

.login-wrap h2,
.login-wrap .category-list .all-categories a,
.category-list .all-categories .login-wrap a {
  margin: 0;
}

.payment-wrap h2,
.payment-wrap .category-list .all-categories a,
.category-list .all-categories .payment-wrap a {
  margin-top: 1.5rem;
  padding: 1.5rem;
}

.order-confirmed .segment.login-wrap {
  background-color: #f0f0f0;
  border: 1px solid #f0f0f0;
}

.checkout-page .callout {
  display: none;
}

.checkout-page .login-link-wrap {
  display: none;
}

.checkout-page .register-link-wrap {
  display: none;
}

.login-link-wrap,
.register-link-wrap {
  border: 0.1rem solid #f0f0f0;
  padding: 1.5rem;
}

.login-link-wrap h2,
.login-link-wrap .category-list .all-categories a,
.category-list .all-categories .login-link-wrap a,
.register-link-wrap h2,
.register-link-wrap .category-list .all-categories a,
.category-list .all-categories .register-link-wrap a {
  margin: 0 0 1rem;
}

.login-link-wrap p,
.register-link-wrap p {
  padding: 0;
  font-weight: bold;
}

.login-link-wrap a,
.register-link-wrap a {
  color: #10bbd5;
  border-bottom: 1px solid #10bbd5;
}

.login-link-wrap a:hover,
.register-link-wrap a:hover {
  border-bottom: 1px solid #10bbd5;
  text-decoration: none;
}

.continue-btns-wrap {
  padding: 1.5rem 0;
  text-align: center;
  width: 100%;
}

.continue-btn {
  margin: 1.5rem auto;
  max-width: 28rem;
}

.bk-sub-total {
  color: #ff0072;
  font-size: 1.8rem;
  text-align: right;
}

.basket-page .paypal-btn2a {
  background: url("../img/paypal-checkout.png") 0px 5px no-repeat;
  border: none;
  text-indent: -9999px;
  width: 170px;
  height: 44px;
  outline: none;
}

.basket-page .paypal-divider {
  padding-top: 0;
}

.basket-page .btn.checkout-btn,
.basket-page .checkout-btn.sidebar-trigger,
.basket-page .bestseller-page .item-img .checkout-btn.number,
.bestseller-page .item-img .basket-page .checkout-btn.number {
  min-width: 26.6rem;
  width: auto;
  margin-bottom: 1rem;
}

.checkout-head-wrap {
  padding: .5rem 1rem;
  margin: 0.5rem 0;
  background: #fff;
  box-shadow: 0.1rem 0.1rem 0.2rem rgba(0,0,0,0.1);
  display: flex;
  flex-wrap: wrap;
  line-height: 4.4rem;
}

.checkout-head-wrap i {
  font-size: 2rem;
  padding-left: 1rem;
}

.checkout-head-wrap .basket-msg {
  padding: 0 1.5rem;
  flex: 1 0 40%;
}

.checkout-head-wrap .basket-msg .basket-total {
  font-weight: bold;
}

.checkout-head-wrap .checkout-btn {
  flex: 1;
}

.checkout-head-wrap .basketHeaderButtons {
  display: flex;
  flex: 0 0 auto;
  flex-flow: row;
  padding: 10px;
}

.checkout-head-wrap .basketHeaderButtons {
  align-items: center;
  flex-direction: column-reverse;
  align-self: flex-end;
}

.checkout-head-wrap .paypal-btn2a {
  flex: 1 100%;
}

.checkout-head-wrap .paypal-divider {
  padding: 0px 0px 5px 0px;
  min-width: 50px;
  text-align: center;
}

.basket-items-wrap {
  padding: .5rem 1rem;
  margin: 0.5rem 0;
  background: #fff;
  box-shadow: 0.1rem 0.1rem 0.2rem rgba(0,0,0,0.1);
}

.basket-items-wrap .basket-item {
  flex-wrap: nowrap !important;
}

.basket-items-wrap .basket-item .item-info-wrap .item-img {
  flex: 1 0 auto;
}

.basket-items-wrap .basket-item .update-quantity {
  display: flex;
  flex: 0 0 auto;
}

.basket-items-wrap .basket-item .update-quantity select {
  display: block;
  line-height: 4.4rem;
  height: 4.4rem;
  padding: 0 1.7rem;
  border: 0;
  margin: 0;
  border: 0.1rem solid #f0f0f0;
}

.basket-items-wrap .basket-item .update-quantity select i:before {
  margin-right: 1rem;
  font-size: 1.4em;
  line-height: 0;
  position: relative;
  top: 0.22em;
}

.basket-items-wrap .basket-item .update-quantity label {
  flex: 1 0 auto;
  line-height: 4.4rem;
  margin-right: 1rem;
  color: #999;
  font-weight: normal;
}

.basket-items-wrap .basket-item .update-quantity .update-btn {
  min-width: 4rem;
  width: auto;
}

.basket-items-wrap .basket-item .price-save {
  display: block;
}

.basket-items-wrap .basket-item .meta-wrap span:after {
  content: " |";
  padding: 0 .5rem;
}

.basket-items-wrap .basket-item .meta-wrap span:last-child:after {
  content: "";
}

.basket-items-wrap .basket-item .item-checkout-info {
  flex: 1 0 auto;
  text-align: right;
  padding: 0 0 0 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.basket-items-wrap .basket-item .remove-btn {
  height: 3.5rem;
  color: #999;
  min-width: 10rem;
  font-weight: normal;
  line-height: 3.5rem;
  background: none;
  padding: 0;
  margin-top: 2rem;
  border: 1px solid #ccc;
}

.basket-items-wrap .basket-item .remove-btn:hover {
  background: #f0f0f0;
}

.basket-items-wrap .basket-item .quantity-input {
  display: block;
  line-height: 4.4rem;
  height: 4.4rem;
  padding: 0 1.7rem;
  border: 0;
  margin: 0;
  border: 0.1rem solid #f0f0f0;
  width: 8rem;
  text-align: center;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: 1rem;
}

.basket-items-wrap .basket-item .quantity-input i:before {
  margin-right: 1rem;
  font-size: 1.4em;
  line-height: 0;
  position: relative;
  top: 0.22em;
}

.basket-items-wrap .basket-item .item-total {
  font-size: 2rem;
  padding: 1rem 0 1rem 1rem;
  color: #ff0072;
  text-align: right;
  flex: 1 1 100%;
}

.basket-totals-wrap {
  padding: .5rem 1rem;
  margin: 0.5rem 0;
  background: #fff;
  box-shadow: 0.1rem 0.1rem 0.2rem rgba(0,0,0,0.1);
}

.basket-totals-wrap .basket-checkout-btn-wrap {
  flex-direction: row-reverse;
}

.basket-totals {
  overflow: hidden;
  clear: both;
  border-bottom: 0.1rem solid #f0f0f0;
}

.basket-totals dl {
  max-width: 80rem;
  width: 100%;
  float: right;
}

.basket-totals .add-coupon {
  vertical-align: top;
}

.basket-totals .add-coupon input[type="text"] {
  margin-bottom: 0.5em;
}

.basket-totals .add-coupon input[type="text"] {
  width: calc(100% - 80px);
}

.basket-totals .add-coupon .btn,
.basket-totals .add-coupon .sidebar-trigger,
.basket-totals .add-coupon .bestseller-page .item-img .number,
.bestseller-page .item-img .basket-totals .add-coupon .number {
  font-size: 1.2rem;
  height: 3rem;
  line-height: 3rem;
}

.basket-totals .add-coupon .btn,
.basket-totals .add-coupon .sidebar-trigger,
.basket-totals .add-coupon .bestseller-page .item-img .number,
.bestseller-page .item-img .basket-totals .add-coupon .number {
  min-width: 0;
  width: 70px;
  font-size: 1.2rem;
  height: 3rem;
  line-height: 3rem;
  position: relative;
  top: -.4rem;
}

.basket-checkout-btn-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.basket-checkout-btn-wrap .checkout-btns-wrap {
  text-align: center;
  padding: 1.5rem 1rem;
  order: 1;
}

.basket-checkout-btn-wrap .checkout-btns-wrap .paypal-btn2a {
  margin-right: 3px;
}

.js-show {
  display: none;
}

.js .js-show {
  display: inline-block;
}

.cards {
  clear: both;
  overflow: hidden;
  padding: 1.5rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  order: 2;
  margin-right: auto;
}

.cards img {
  display: inline-block;
  width: 7rem;
  float: left;
  padding: 1%;
}

.order-segments .segment {
  min-width: 100%;
  padding: 1.5rem 1rem;
  clear: both;
  overflow: hidden;
  border-bottom: 0.1rem solid #f0f0f0;
}

.order-segments .segment .col-md-4 {
  margin-bottom: 1.5rem;
}

.order-segments .segment:last-child {
  border-bottom: none;
}

.order-segments .segment.order-info {
  padding-left: 0;
  padding-right: 0;
}

.order-segments .segment.login-wrap,
.order-segments .segment.register -wrap {
  padding-bottom: 0;
}

.order-segments .segment.login-wrap span,
.order-segments .segment.register -wrap span {
  padding: .5rem;
}

.order-segments .segment.login-wrap label,
.order-segments .segment.register -wrap label {
  font-weight: bold;
}

.order-preconfirm .checkout-btns-wrap {
  padding: 0;
  margin-left: auto;
}

.order-preconfirm .checkout-text {
  display: flex;
  align-items: center;
}

.order-preconfirm .checkout-text p.message {
  text-align: justify;
}

.vat.panel {
  color: #ea5726;
  padding-left: 4.5rem;
  position: relative;
}

.vat.panel a {
  color: #ea5726;
  text-decoration: none;
}

.vat.panel a:hover,
.vat.panel a:active,
.vat.panel a:visited {
  color: #ea5726;
}

.vat.panel p {
  margin: 0 0 1.5rem 0;
  padding: 0;
}

.vat.panel p:last-child {
  margin-bottom: 0;
}

.vat.panel:before {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
}

.cvv.form-inline,
.main-content .cvv.right-content {
  padding: 1.5rem 0;
  margin-top: 1.5rem;
}

.cvv.form-inline label,
.main-content .cvv.right-content label {
  padding-right: 1.5rem;
}

h1 i {
  margin-right: .5rem;
}

i.bigger,
i.bigger:before {
  font-size: 1em;
}

label.list-item {
  cursor: pointer;
  border: 0.1rem solid #cacaca;
  margin-bottom: 1.5rem;
}

label.list-item input[type=radio] {
  display: none;
}

label.list-item .selected,
label.list-item .un-selected {
  display: block;
  line-height: 4rem;
  height: 4rem;
  padding: 0 1.2rem;
  border: 0;
  margin: 0;
  text-align: center;
}

label.list-item .selected i:before,
label.list-item .un-selected i:before {
  margin-right: 1rem;
  font-size: 1.4em;
  line-height: 0;
  position: relative;
  top: 0.22em;
}

label.list-item .selected {
  background-color: #37d077;
  color: white;
}

label.list-item .status-box {
  border-bottom: 0.1rem solid #f0f0f0;
}

label.list-item .status-box .un-selected {
  display: block;
}

label.list-item .status-box .selected {
  display: none;
}

label.list-item:hover {
  transition: all linear 0.2s;
  border: 0.1rem solid #37d077;
}

label.list-item input[type=radio]:checked ~ div {
  opacity: 1;
}

label.list-item input[type=radio]:checked ~ .status-box .selected {
  display: block;
}

label.list-item input[type=radio]:checked ~ .status-box .un-selected {
  display: none;
}

.del-address-radios input {
  margin-right: 1.5rem;
  position: relative;
}

.del-address-radios input {
  top: -2px;
}

.del-address-radios label {
  padding-right: 1.5rem;
}

.address-wrap {
  padding: 1.5rem 0;
  margin-bottom: 1.5rem;
  border-top: 0.1rem solid #f0f0f0;
  border-bottom: 0.1rem solid #f0f0f0;
}

p.message {
  text-align: center;
}

p.message a {
  border-bottom: 1px dotted #aaa;
}

p.message a:hover {
  border-bottom: 1px solid #333;
  text-decoration: none;
}

.order-btn.btn,
.order-btn.sidebar-trigger,
.bestseller-page .item-img .order-btn.number {
  min-width: 24rem;
  margin: 1.5rem auto;
  display: block;
}

.modal .carousel,
.carousel {
  max-width: 100%;
  overflow: hidden;
}

.modal .carousel .published,
.modal .carousel .format,
.carousel .published,
.carousel .format {
  display: none;
}

.modal .carousel .tab,
.carousel .tab {
  display: table;
}

.modal .carousel .tab .book-item,
.carousel .tab .book-item {
  display: table-cell;
}

.modal .carousel .book-item,
.carousel .book-item {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.modal .carousel .author a,
.carousel .author a {
  border: 0;
}

.modal .carousel .author a:hover,
.carousel .author a:hover {
  border: 0;
  text-decoration: underline;
}

.touchevents .carousel {
  overflow: scroll;
}

.carousel-wrap {
  position: relative;
}

.carousel-wrap .prev-btn,
.carousel-wrap .next-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 3.5rem;
  font-size: 4rem;
  line-height: 32rem;
  background: rgba(255,255,255,0.8);
  color: #333;
  cursor: pointer;
  text-decoration: none;
  z-index: 2;
}

.carousel-wrap .prev-btn a,
.carousel-wrap .next-btn a {
  color: #333;
  text-decoration: none;
}

.carousel-wrap .prev-btn a:hover,
.carousel-wrap .prev-btn a:active,
.carousel-wrap .prev-btn a:visited,
.carousel-wrap .next-btn a:hover,
.carousel-wrap .next-btn a:active,
.carousel-wrap .next-btn a:visited {
  color: #333;
}

.carousel-wrap .prev-btn {
  left: 0;
  text-align: left;
}

.carousel-wrap .next-btn {
  right: 0;
  text-align: right;
}

.carousel-wrap .item-img a,
.carousel-wrap .next-btn,
.carousel-wrap .prev-btn {
  border-bottom: 0;
}

.carousel-wrap .item-img a:hover,
.carousel-wrap .next-btn:hover,
.carousel-wrap .prev-btn:hover {
  border-bottom: 0;
}

.carousel-wrap .item-info a {
  border-bottom: 0;
}

.carousel-begin .prev-btn {
  display: none;
}

.carousel-end .next-btn {
  display: none;
}

.tabbed-block .carousel-wrap {
  display: none;
}

.tabbed-block .carousel-wrap.carousel-active {
  display: block;
}

.book-item .published,
.book-item .format {
  padding: 0;
  color: #999;
  height: 2rem;
}

.book-item {
  padding: 0 1rem;
  vertical-align: top;
}

.book-item .item-img {
  height: 14rem;
  max-width: 15rem;
}

.book-item .item-img a {
  position: relative;
  display: inline-block;
  height: 100%;
  max-width: 100%;
}

.book-item .item-img img {
  max-height: 100%;
  margin: 0 auto;
}

.book-item .item-info {
  display: inline-block;
  width: 100%;
}

.book-item .item-info .price-wrap {
  white-space: nowrap;
  align-self: flex-end;
  width: 100%;
  height: 4.5rem;
  margin-top: 0.5rem;
}

.book-item .item-actions .btn-wrap a {
  line-height: 3.5rem;
  height: 3.5rem;
}

.book-item h3,
.book-item p {
  margin: 0;
  width: 100%;
}

.book-item p {
  padding: 0;
}

.book-item h3 {
  line-height: 2rem;
  padding-top: .5rem;
  height: 4rem;
  max-width: 15rem;
  overflow: hidden;
  text-overflow: ellipsis;
  box-sizing: content-box;
}

.book-item h3:hover {
  height: auto;
  min-height: 4rem;
}

.book-item .author {
  color: #4d4d4d;
  box-sizing: content-box;
  height: 2rem;
  max-width: 15rem;
  line-height: 2rem;
  overflow: hidden;
}

.book-item .author a {
  color: #4d4d4d;
  text-decoration: none;
}

.book-item .author a:hover,
.book-item .author a:active,
.book-item .author a:visited {
  color: #4d4d4d;
}

.book-item .author:hover {
  height: auto;
  min-height: 2rem;
}

.book-item .price {
  font-size: 1.7rem;
  line-height: 1.7rem;
  padding-top: 0.5rem;
  color: #ff0072;
}

.book-item .price .rrp {
  font-size: 1.1rem;
  color: #999;
  text-decoration: line-through;
}

.book-item .format {
  padding-top: 0;
}

.book-item .price-save {
  color: #333;
  padding-top: 0;
  font-style: italic;
  font-size: 1.2rem;
}

.savings-splat {
  position: absolute;
  top: 0;
  left: 0;
  width: 8rem;
  padding: 0.3rem;
  z-index: 1;
  color: white;
  font-weight: bold;
  pointer-events: none;
  font-size: 1.2rem;
  text-align: left;
}

.savings-splat:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  border-style: solid;
  border-width: 6rem 6rem 0 0;
  border-color: #ff0072 transparent transparent transparent;
  z-index: -1;
}

.btn,
.sidebar-trigger,
.bestseller-page .item-img .number {
  display: block;
  line-height: 4.4rem;
  height: 4.4rem;
  padding: 0 1.7rem;
  border: 0;
  margin: 0;
  background: #10bbd5;
  color: #fff;
  text-decoration: none;
  text-align: center;
  border-radius: .6rem;
  box-shadow: none;
  min-width: 14rem;
  cursor: pointer;
  font-weight: bold;
  box-shadow: none;
  display: inline-block;
  transition: background-color .2s;
}

.btn i:before,
.sidebar-trigger i:before,
.bestseller-page .item-img .number i:before {
  margin-right: 1rem;
  font-size: 1.4em;
  line-height: 0;
  position: relative;
  top: 0.22em;
}

.btn:hover,
.sidebar-trigger:hover,
.bestseller-page .item-img .number:hover,
.btn:focus,
.sidebar-trigger:focus,
.bestseller-page .item-img .number:focus {
  background: #10bbd5;
}

.btn:hover,
.sidebar-trigger:hover,
.bestseller-page .item-img .number:hover,
.btn:focus,
.sidebar-trigger:focus,
.bestseller-page .item-img .number:focus {
  color: #fff;
}

.btn:hover,
.sidebar-trigger:hover,
.bestseller-page .item-img .number:hover {
  background-color: #29d5ef;
}

.btn.btn-danger,
.btn-danger.sidebar-trigger,
.bestseller-page .item-img .btn-danger.number {
  background: #f03;
}

.btn.btn-danger:hover,
.btn-danger.sidebar-trigger:hover,
.bestseller-page .item-img .btn-danger.number:hover,
.btn.btn-danger:focus,
.btn-danger.sidebar-trigger:focus,
.bestseller-page .item-img .btn-danger.number:focus {
  background: #f03;
}

.btn.btn-pink,
.btn-pink.sidebar-trigger,
.bestseller-page .item-img .btn-pink.number {
  background: #ff0072;
  box-shadow: none;
}

.btn.btn-pink:hover,
.btn-pink.sidebar-trigger:hover,
.bestseller-page .item-img .btn-pink.number:hover,
.btn.btn-pink:focus,
.btn-pink.sidebar-trigger:focus,
.bestseller-page .item-img .btn-pink.number:focus {
  background: #ff0072;
}

.btn.btn-grey,
.wishlist-items .book-list-item .wishlist-tools .btn.add-to-wishlist,
.wishlist-items .book-list-item .wishlist-tools .add-to-wishlist.sidebar-trigger,
.wishlist-items .book-list-item .wishlist-tools .bestseller-page .item-img .add-to-wishlist.number,
.bestseller-page .item-img .wishlist-items .book-list-item .wishlist-tools .add-to-wishlist.number,
.wishlist-items .book-list-item .wishlist-tools .btn.remove-item,
.wishlist-items .book-list-item .wishlist-tools .remove-item.sidebar-trigger,
.wishlist-items .book-list-item .wishlist-tools .bestseller-page .item-img .remove-item.number,
.bestseller-page .item-img .wishlist-items .book-list-item .wishlist-tools .remove-item.number,
.btn-grey.sidebar-trigger,
.bestseller-page .item-img .btn-grey.number {
  background: #f0f0f0;
  color: #666;
  font-weight: normal;
  box-shadow: none;
}

.btn.btn-grey:hover,
.wishlist-items .book-list-item .wishlist-tools .btn.add-to-wishlist:hover,
.wishlist-items .book-list-item .wishlist-tools .add-to-wishlist.sidebar-trigger:hover,
.wishlist-items .book-list-item .wishlist-tools .bestseller-page .item-img .add-to-wishlist.number:hover,
.bestseller-page .item-img .wishlist-items .book-list-item .wishlist-tools .add-to-wishlist.number:hover,
.wishlist-items .book-list-item .wishlist-tools .btn.remove-item:hover,
.wishlist-items .book-list-item .wishlist-tools .remove-item.sidebar-trigger:hover,
.wishlist-items .book-list-item .wishlist-tools .bestseller-page .item-img .remove-item.number:hover,
.bestseller-page .item-img .wishlist-items .book-list-item .wishlist-tools .remove-item.number:hover,
.btn-grey.sidebar-trigger:hover,
.bestseller-page .item-img .btn-grey.number:hover,
.btn.btn-grey:focus,
.wishlist-items .book-list-item .wishlist-tools .btn.add-to-wishlist:focus,
.wishlist-items .book-list-item .wishlist-tools .add-to-wishlist.sidebar-trigger:focus,
.wishlist-items .book-list-item .wishlist-tools .bestseller-page .item-img .add-to-wishlist.number:focus,
.bestseller-page .item-img .wishlist-items .book-list-item .wishlist-tools .add-to-wishlist.number:focus,
.wishlist-items .book-list-item .wishlist-tools .btn.remove-item:focus,
.wishlist-items .book-list-item .wishlist-tools .remove-item.sidebar-trigger:focus,
.wishlist-items .book-list-item .wishlist-tools .bestseller-page .item-img .remove-item.number:focus,
.bestseller-page .item-img .wishlist-items .book-list-item .wishlist-tools .remove-item.number:focus,
.btn-grey.sidebar-trigger:focus,
.bestseller-page .item-img .btn-grey.number:focus {
  background: #f0f0f0;
}

.btn.btn-grey:hover,
.wishlist-items .book-list-item .wishlist-tools .btn.add-to-wishlist:hover,
.wishlist-items .book-list-item .wishlist-tools .add-to-wishlist.sidebar-trigger:hover,
.wishlist-items .book-list-item .wishlist-tools .bestseller-page .item-img .add-to-wishlist.number:hover,
.bestseller-page .item-img .wishlist-items .book-list-item .wishlist-tools .add-to-wishlist.number:hover,
.wishlist-items .book-list-item .wishlist-tools .btn.remove-item:hover,
.wishlist-items .book-list-item .wishlist-tools .remove-item.sidebar-trigger:hover,
.wishlist-items .book-list-item .wishlist-tools .bestseller-page .item-img .remove-item.number:hover,
.bestseller-page .item-img .wishlist-items .book-list-item .wishlist-tools .remove-item.number:hover,
.btn-grey.sidebar-trigger:hover,
.bestseller-page .item-img .btn-grey.number:hover,
.btn.btn-grey:focus,
.wishlist-items .book-list-item .wishlist-tools .btn.add-to-wishlist:focus,
.wishlist-items .book-list-item .wishlist-tools .add-to-wishlist.sidebar-trigger:focus,
.wishlist-items .book-list-item .wishlist-tools .bestseller-page .item-img .add-to-wishlist.number:focus,
.bestseller-page .item-img .wishlist-items .book-list-item .wishlist-tools .add-to-wishlist.number:focus,
.wishlist-items .book-list-item .wishlist-tools .btn.remove-item:focus,
.wishlist-items .book-list-item .wishlist-tools .remove-item.sidebar-trigger:focus,
.wishlist-items .book-list-item .wishlist-tools .bestseller-page .item-img .remove-item.number:focus,
.bestseller-page .item-img .wishlist-items .book-list-item .wishlist-tools .remove-item.number:focus,
.btn-grey.sidebar-trigger:focus,
.bestseller-page .item-img .btn-grey.number:focus {
  color: #666;
}

.btn.btn-grey-dark,
.btn.continue-btn,
.continue-btn.sidebar-trigger,
.bestseller-page .item-img .continue-btn.number,
.btn-grey-dark.sidebar-trigger,
.bestseller-page .item-img .btn-grey-dark.number {
  background: #cacaca;
  color: #333;
  font-weight: normal;
  box-shadow: none;
}

.btn.btn-grey-dark:hover,
.btn.continue-btn:hover,
.continue-btn.sidebar-trigger:hover,
.bestseller-page .item-img .continue-btn.number:hover,
.btn-grey-dark.sidebar-trigger:hover,
.bestseller-page .item-img .btn-grey-dark.number:hover,
.btn.btn-grey-dark:focus,
.btn.continue-btn:focus,
.continue-btn.sidebar-trigger:focus,
.bestseller-page .item-img .continue-btn.number:focus,
.btn-grey-dark.sidebar-trigger:focus,
.bestseller-page .item-img .btn-grey-dark.number:focus {
  background: #d7d7d7;
}

.btn.btn-grey-dark:hover,
.btn.continue-btn:hover,
.continue-btn.sidebar-trigger:hover,
.bestseller-page .item-img .continue-btn.number:hover,
.btn-grey-dark.sidebar-trigger:hover,
.bestseller-page .item-img .btn-grey-dark.number:hover,
.btn.btn-grey-dark:focus,
.btn.continue-btn:focus,
.continue-btn.sidebar-trigger:focus,
.bestseller-page .item-img .continue-btn.number:focus,
.btn-grey-dark.sidebar-trigger:focus,
.bestseller-page .item-img .btn-grey-dark.number:focus {
  color: #333;
}

.btn.btn-grey-outline,
.sidebar-trigger,
.bestseller-page .item-img .btn-grey-outline.number,
.bestseller-page .item-img .number.sidebar-trigger {
  background: transparent;
  color: #333;
  font-weight: normal;
  box-shadow: none;
  border: 0.1rem solid #666;
}

.btn.btn-grey-outline:hover,
.sidebar-trigger:hover,
.bestseller-page .item-img .btn-grey-outline.number:hover,
.bestseller-page .item-img .number.sidebar-trigger:hover,
.btn.btn-grey-outline:focus,
.sidebar-trigger:focus,
.bestseller-page .item-img .btn-grey-outline.number:focus,
.bestseller-page .item-img .number.sidebar-trigger:focus {
  background: transparent;
}

.btn.btn-grey-outline:hover,
.sidebar-trigger:hover,
.bestseller-page .item-img .btn-grey-outline.number:hover,
.bestseller-page .item-img .number.sidebar-trigger:hover,
.btn.btn-grey-outline:focus,
.sidebar-trigger:focus,
.bestseller-page .item-img .btn-grey-outline.number:focus,
.bestseller-page .item-img .number.sidebar-trigger:focus {
  color: #333;
}

.btn.btn-link,
.btn-link.sidebar-trigger,
.bestseller-page .item-img .btn-link.number {
  background: transparent;
  color: #333;
  font-weight: normal;
}

.btn.btn-link:hover,
.btn-link.sidebar-trigger:hover,
.bestseller-page .item-img .btn-link.number:hover,
.btn.btn-link:focus,
.btn-link.sidebar-trigger:focus,
.bestseller-page .item-img .btn-link.number:focus {
  background: transparent;
}

.btn.btn-link:hover,
.btn-link.sidebar-trigger:hover,
.bestseller-page .item-img .btn-link.number:hover,
.btn.btn-link:focus,
.btn-link.sidebar-trigger:focus,
.bestseller-page .item-img .btn-link.number:focus {
  color: #333;
}

.btn:hover,
.sidebar-trigger:hover,
.bestseller-page .item-img .number:hover,
.btn:active,
.sidebar-trigger:active,
.bestseller-page .item-img .number:active,
.btn:focus,
.sidebar-trigger:focus,
.bestseller-page .item-img .number:focus,
.btn:active:focus,
.sidebar-trigger:active:focus,
.bestseller-page .item-img .number:active:focus {
  text-decoration: none;
  outline: none;
}

.btn-sm,
.btn-group-sm>.btn,
.btn-group-sm>.sidebar-trigger,
.bestseller-page .item-img .btn-group-sm>.number {
  font-size: 14px;
}

.btn-lg,
.btn-group-lg>.btn,
.btn-group-lg>.sidebar-trigger,
.bestseller-page .item-img .btn-group-lg>.number {
  font-size: 14px;
}

.tab-triggers-wrap {
  width: auto;
  overflow: hidden;
  position: relative;
  display: block;
  margin: -0.1rem -1rem;
}

.tab-triggers-wrap .tab-triggers {
  display: block;
}

.tab-triggers-wrap .next-item {
  display: none;
}

.tab-triggers {
  clear: both;
  padding: 0;
  margin: 0;
  position: relative;
  display: table;
  max-width: 100%;
}

.tab-triggers a {
  display: block;
  line-height: 4.4rem;
  height: 4.4rem;
  padding: 0 1.7rem;
  border: 0;
  margin: 0;
  text-decoration: none;
  position: relative;
  border-top: 2px solid #e8e8e8;
  color: #666;
  cursor: pointer;
  background: #e8e8e8;
  z-index: 2;
  transition: all .3s;
  border-right: 2px solid #d7d7d7;
  white-space: nowrap;
}

.tab-triggers a i:before {
  margin-right: 1rem;
  font-size: 1.4em;
  line-height: 0;
  position: relative;
  top: 0.22em;
}

.tab-triggers a:hover {
  background-color: white;
  border-top: 2px solid #10bbd5;
  color: #333;
}

.tab-triggers a.tab-active {
  background: #fff;
  color: #333;
  border-top: 2px solid #10bbd5;
}

.tab-triggers a.tab-active:hover,
.tab-triggers a.tab-active:focus {
  background: #fff;
}

.tab-triggers a.tab-active a {
  color: #333;
  text-decoration: none;
}

.tab-triggers a.tab-active a:hover,
.tab-triggers a.tab-active a:active,
.tab-triggers a.tab-active a:visited {
  color: #333;
}

.tab-triggers a.tab-active:hover {
  color: #333;
}

.tab-triggers li {
  padding: 0;
  display: table-cell;
}

.tab-triggers .tab-active {
  font-weight: bold;
}

.touchevents .tab-triggers {
  overflow: scroll;
}

.tabbed-block-wrap .block-header {
  padding-bottom: 1rem;
}

.tabbed-block {
  border-top: 1px solid #f0f0f0;
}

.tabbed-block .tab-wrap>h3 {
  display: none;
}

.tabbed-block .tab-wrap {
  display: none;
}

.tabbed-block .tab-wrap.tab-active {
  display: block;
}

.grid.type-book .tab {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.grid.type-book .tab .book-item {
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
  width: 16.666%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  display: flex;
  flex-direction: column;
  align-content: stretch;
  align-items: stretch;
  justify-content: flex-start;
}

.grid.type-book .tab .book-item .item-actions {
  align-self: stretch;
}

.grid.type-book .tab .book-item .item-img {
  height: 19rem;
}

.grid.type-book .tab .book-item {
  width: 33%;
}

.head-block,
.content-block,
.foot-block {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.head-block,
.foot-block,
.content-block {
  padding: .5rem 1rem;
  margin: .5rem;
  background: #fff;
  box-shadow: 0.1rem 0.1rem 0.2rem rgba(0,0,0,0.1);
  margin: 0;
  width: 100%;
}

.head-block {
  border-bottom: 1px solid #f0f0f0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.foot-block {
  margin-bottom: 1.5rem;
  border-top: 1px solid #f0f0f0;
  clear: both;
  overflow: hidden;
}

.content-block .block-wrap,
.content-block .order-segments {
  box-shadow: none;
  padding: 0;
  margin: 0;
}

body.modal-open {
  height: auto;
}

.basket-info {
  overflow: hidden;
  clear: both;
}

.modal-header i:before {
  margin-right: 1rem;
  font-size: 1.4em;
  line-height: 0;
  position: relative;
  top: 0.22em;
}

.status-success .modal-title {
  color: #37d077;
}

.status-error .modal-title {
  color: #f03;
}

.modal-body .category-list {
  margin-bottom: 35px;
}

.modal-body .category-list:last-child {
  margin-bottom: 0;
}

.search-wrap form {
  position: relative;
}

.search-wrap {
  position: relative;
}

.result-wrap.no-result {
  display: none;
}

.bg-screen.active {
  position: fixed;
  top: 126px;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.result-wrap {
  color: #333;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  border: 1px solid #f0f0f0;
}

.result-wrap a {
  color: #333;
  text-decoration: none;
}

.result-wrap a:hover,
.result-wrap a:active,
.result-wrap a:visited {
  color: #333;
}

.result-wrap a.suggestion:hover,
.result-wrap a.suggestion.selected {
  background: #f0f0f0;
  text-decoration: none;
}

.result-wrap .suggestion {
  display: block;
  cursor: pointer;
  padding: .5rem;
  background: white;
  border-bottom: 1px solid #f0f0f0;
}

.result-wrap .suggestion:hover,
.result-wrap .suggestion.selected {
  background: #f0f0f0;
  text-decoration: none;
}

.result-wrap .suggest-link-block {
  display: block;
}

.result-wrap .suggest-book-wrap {
  position: relative;
  margin-left: -.5rem;
  margin-right: -.5rem;
}

.result-wrap .suggest-book-wrap .book-img-wrap {
  width: 12%;
}

.result-wrap .suggest-book-wrap .book-content-wrap {
  width: 75%;
}

.result-wrap .suggest-book-wrap .book-img-wrap,
.result-wrap .suggest-book-wrap .book-content-wrap {
  float: left;
  padding: .5rem;
}

.result-wrap .suggest-book-wrap h4 {
  padding: 0;
  margin: 0;
}

.result-wrap .suggest-book-wrap ul.formats {
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 1.5rem;
  right: 1.5rem;
}

.result-wrap .suggest-book-wrap ul.formats li {
  display: inline-block;
}

.result-wrap .suggest-book-wrap ul.formats a {
  margin: 0 .5rem;
  border-bottom: 1px dotted #aaa;
}

.result-wrap .suggest-book-wrap ul.formats a:hover {
  border-bottom: 1px solid #333;
}

.message-wrap {
  max-width: 1440px;
  margin: 0 auto;
}

.message-wrap .text {
  width: 100%;
}

.message-wrap .message-success,
.message-wrap .message-error,
.message-wrap .message-warning {
  background: #fff;
  padding: .5rem .5rem;
  margin: 1rem;
  margin-bottom: 0;
  padding: 1.5rem;
  border: 1px solid;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.message-wrap .message-success:hover,
.message-wrap .message-success:focus,
.message-wrap .message-error:hover,
.message-wrap .message-error:focus,
.message-wrap .message-warning:hover,
.message-wrap .message-warning:focus {
  background: #fff;
}

.message-wrap .message-success i,
.message-wrap .message-error i,
.message-wrap .message-warning i {
  padding: 1.5rem 0;
}

.message-wrap .message-success i:before,
.message-wrap .message-error i:before,
.message-wrap .message-warning i:before {
  margin-right: 1rem;
  font-size: 1.4em;
  line-height: 0;
  position: relative;
  top: 0.22em;
}

.message-wrap .message-success {
  border-color: #40d47e;
  color: #40d47e;
}

.message-wrap .message-success strong {
  padding-right: 0.5rem;
}

.message-wrap .message-success a {
  color: #40d47e;
  border-bottom: 1px dotted #40d47e;
}

.message-wrap .message-success a:hover {
  text-decoration: none;
  border-bottom: 1px solid #40d47e;
}

.message-wrap .message-error {
  border-color: #f03;
  color: #f03;
}

.message-wrap .message-error strong {
  padding-right: 0.5rem;
}

.message-wrap .message-error a {
  color: #f03;
  border-bottom: 1px dotted #f03;
}

.message-wrap .message-error a:hover {
  text-decoration: none;
  border-bottom: 1px solid #f03;
}

.message-wrap .message-warning {
  border-color: #f39c12;
  color: #f39c12;
}

.message-wrap .message-warning strong {
  padding-right: 0.5rem;
}

.message-wrap .message-warning a {
  color: #f39c12;
  border-bottom: 1px dotted #f39c12;
}

.message-wrap .message-warning a:hover {
  text-decoration: none;
  border-bottom: 1px solid #f39c12;
}

.modal-body a {
  border-bottom: 1px dotted #aaa;
}

.modal-body a:hover {
  text-decoration: none;
}

.modal-body a.btn,
.modal-body a.sidebar-trigger,
.modal-body .bestseller-page .item-img a.number,
.bestseller-page .item-img .modal-body a.number {
  border: 0;
  max-width: 100%;
  overflow: hidden;
  text-decoration: none !important;
}

.modal-body a.btn:hover,
.modal-body a.sidebar-trigger:hover,
.modal-body .bestseller-page .item-img a.number:hover,
.bestseller-page .item-img .modal-body a.number:hover {
  border: 0;
}

.modal-body .wishlist-wrap .item-form a {
  margin-bottom: .5rem !important;
}

.modal-body .wishlist-wrap textarea {
  resize: none;
}

.modal-body .message-wrap {
  margin-top: -1rem;
  border-bottom: 0;
  padding: 0;
}

.modal-body .message-wrap .message-error,
.modal-body .message-wrap .message-success {
  margin: 0;
  padding: 1rem 0;
  border: none;
}

.none .module.type-link,
.noPad .module.type-link,
.noHead .module.type-link {
  margin-bottom: -1rem;
  margin-right: -1rem;
}

.none .module.type-link .tab,
.noPad .module.type-link .tab,
.noHead .module.type-link .tab {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.none .module.type-link .link-item,
.noPad .module.type-link .link-item,
.noHead .module.type-link .link-item {
  background: #fff;
  box-shadow: 0.1rem 0.1rem 0.2rem rgba(0,0,0,0.1);
  text-align: center;
  transition: all .2s;
  margin: 0 1rem 1rem 0;
}

.none .module.type-link .link-item:hover,
.none .module.type-link .link-item:focus,
.noPad .module.type-link .link-item:hover,
.noPad .module.type-link .link-item:focus,
.noHead .module.type-link .link-item:hover,
.noHead .module.type-link .link-item:focus {
  background: #fff;
}

.none .module.type-link .link-item.link-item-text-only,
.noPad .module.type-link .link-item.link-item-text-only,
.noHead .module.type-link .link-item.link-item-text-only {
  flex-grow: 2;
  min-width: 200px;
  max-width: 50%;
}

.none .module.type-link .link-item.link-item-image,
.noPad .module.type-link .link-item.link-item-image,
.noHead .module.type-link .link-item.link-item-image {
  width: 24%;
  margin-right: 1%;
}

.none .module.type-link .link-item:hover,
.noPad .module.type-link .link-item:hover,
.noHead .module.type-link .link-item:hover {
  box-shadow: 0.2rem 0.2rem 0.2rem rgba(0,0,0,0.2);
}

.none .module.type-link .link-item img.link-image,
.noPad .module.type-link .link-item img.link-image,
.noHead .module.type-link .link-item img.link-image {
  margin: auto;
  width: 100%;
}

.none .module.type-link .link-item .link-text,
.noPad .module.type-link .link-item .link-text,
.noHead .module.type-link .link-item .link-text {
  min-height: 3rem;
  padding: 0.8rem 1.7rem;
}

.none .module.type-link .link-item .link-text i:before,
.none .module.type-link .link-item .link-text:before,
.noPad .module.type-link .link-item .link-text i:before,
.noPad .module.type-link .link-item .link-text:before,
.noHead .module.type-link .link-item .link-text i:before,
.noHead .module.type-link .link-item .link-text:before {
  margin-left: 1rem;
  margin-right: 0;
}

.none .module.type-link .link-item .link-text:before,
.noPad .module.type-link .link-item .link-text:before,
.noHead .module.type-link .link-item .link-text:before {
  float: right;
  color: #333;
}

:not(.page-type-home) .module.type-link .link-item-text-only.link-item {
  min-width: 33rem;
}

.paragraph-content p {
  padding: 1rem;
}

.paragraph-content img {
  margin: .5rem 0;
}

.paragraph-content a img {
  width: 100%;
  max-width: 100%;
  transition: all .3s;
}

.paragraph-content a:hover>img {
  opacity: .8;
}

.grid.type-book .tab {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.grid.type-book .tab .book-item {
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
  width: 16.666%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  display: flex;
  flex-direction: column;
  align-content: stretch;
  align-items: stretch;
  justify-content: flex-start;
}

.grid.type-book .tab .book-item .item-actions {
  align-self: stretch;
}

.grid.type-book .tab .book-item .item-img {
  height: 19rem;
}

.grid.type-book .tab .book-item {
  width: 33%;
}

.head-block,
.content-block,
.foot-block {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.head-block,
.foot-block,
.content-block {
  padding: .5rem 1rem;
  margin: .5rem;
  background: #fff;
  box-shadow: 0.1rem 0.1rem 0.2rem rgba(0,0,0,0.1);
  margin: 0;
  width: 100%;
}

.head-block {
  border-bottom: 1px solid #f0f0f0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.foot-block {
  margin-bottom: 1.5rem;
  border-top: 1px solid #f0f0f0;
  clear: both;
  overflow: hidden;
}

.content-block .block-wrap,
.content-block .order-segments {
  box-shadow: none;
  padding: 0;
  margin: 0;
}

.category-list .book-count {
  color: #999;
}

.category-list .book-count:before {
  content: " (";
}

.category-list .book-count:after {
  content: ") ";
}

.sidebar .search-filter-sidebar {
  padding-top: 1rem;
}

.form-group.padded-btn-wrap {
  padding-top: 1.5rem;
}

.hidden-categories {
  display: none;
}

.show-more {
  cursor: pointer;
}

.show-more .show-more-text {
  text-decoration: underline;
}

.callout {
  padding: .5rem 0 .5rem 1.5rem;
  margin: 2rem;
  border-left: .6rem solid;
}

.callout h4 {
  font-size: 1.8rem;
  margin-top: 0;
  margin-bottom: .5rem;
}

.callout p {
  font-weight: bold;
  line-height: 100%;
}

.callout.callout-info {
  border-left-color: #10bbd5;
}

.callout.callout-success {
  border-left-color: #40d47e;
}

.callout.callout-error {
  border-left-color: #f03;
}

.callout.callout-warning {
  border-left-color: #ea5726;
}

.social-wrap,
.formats-wrap,
.meta-info {
  margin: 0;
  padding: 0;
  list-style: none;
}

.social-wrap li,
.formats-wrap li,
.meta-info li {
  display: inline-block;
}

.social-wrap .label,
.formats-wrap .label,
.meta-info .label {
  font-weight: bold;
}

.meta-info li {
  padding: 0 1rem;
  position: relative;
}

.meta-info li:after {
  position: absolute;
  right: 0;
  top: .4rem;
  bottom: .4rem;
  border-left: 0.1rem solid #333;
  content: " ";
  margin-left: 0;
}

.meta-info li:first-child {
  padding-left: 0;
}

.meta-info li:last-child {
  padding-right: 0;
}

.meta-info li:last-child:after {
  display: none;
}

.meta-info a:not(.rating) {
  border-bottom: 1px dotted #aaa;
}

.meta-info a:not(.rating):hover {
  text-decoration: none;
  border-bottom: 1px solid #333;
}

.author-info a {
  text-decoration: none;
  border-bottom: 1px dotted #aaa;
}

.author-info a:hover {
  border-bottom: 1px solid #333;
}

.social-wrap {
  margin: 1.5rem 0;
}

.social-wrap li {
  padding-right: 1rem;
}

.social-wrap a {
  display: inline;
  line-height: 3rem;
  height: 3rem;
  padding: 1rem;
  border: 0;
  margin: 0;
  color: #999;
  font-size: 1rem;
  text-align: center;
  background: #f0f0f0;
  border-radius: 100%;
  transition: background .3s;
}

.social-wrap a i:before {
  margin-right: 1rem;
  font-size: 1.4em;
  line-height: 0;
  position: relative;
  top: 0.22em;
}

.social-wrap a i:before,
.social-wrap a:before,
.social-wrap a i:after,
.social-wrap a:after {
  margin: 0;
}

.social-wrap a a {
  color: #999;
  text-decoration: none;
}

.social-wrap a a:hover,
.social-wrap a a:active,
.social-wrap a a:visited {
  color: #999;
}

.social-wrap a:hover,
.social-wrap a:focus {
  background: #d7d7d7;
  text-decoration: none;
}

.formats-wrap {
  margin: 1.5rem 0;
}

.formats-wrap li {
  display: block;
}

.formats-wrap a {
  text-decoration: none;
  border-bottom: 1px dotted #aaa;
}

.formats-wrap a:hover {
  border-bottom: 1px solid #333;
}

.item-block .savings-splat {
  font-size: 1.8rem;
  padding: 1rem;
}

.item-block .savings-splat:before {
  border-width: 10rem 10rem 0 0;
}

.item-block .item-info,
.item-block .item-img,
.item-block .checkout-tools,
.item-review,
.rating-distribution,
.item-annotation,
.item-description,
.biblio-wrap {
  padding: .5rem 1rem;
  margin: .5rem;
  background: #fff;
  box-shadow: 0.1rem 0.1rem 0.2rem rgba(0,0,0,0.1);
  margin-left: 0;
  margin-right: 0;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.item-block .item-info h2,
.item-block .item-img h2,
.item-block .checkout-tools h2,
.item-review h2,
.rating-distribution h2,
.item-annotation h2,
.item-description h2,
.biblio-wrap h2,
.item-block .item-info .category-list .all-categories a,
.category-list .all-categories .item-block .item-info a,
.item-block .item-img .category-list .all-categories a,
.category-list .all-categories .item-block .item-img a,
.item-block .checkout-tools .category-list .all-categories a,
.category-list .all-categories .item-block .checkout-tools a,
.item-review .category-list .all-categories a,
.category-list .all-categories .item-review a,
.rating-distribution .category-list .all-categories a,
.category-list .all-categories .rating-distribution a,
.item-annotation .category-list .all-categories a,
.category-list .all-categories .item-annotation a,
.item-description .category-list .all-categories a,
.category-list .all-categories .item-description a,
.biblio-wrap .category-list .all-categories a,
.category-list .all-categories .biblio-wrap a {
  margin-top: 0;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #f0f0f0;
}

.item-wrap {
  width: 100%;
}

.item-block {
  display: flex;
}

.item-block .item-info,
.item-block .item-img,
.item-block .checkout-tools {
  position: relative;
}

.item-block .item-img {
  flex: 3;
  text-align: center;
  padding: 1rem;
}

.item-block .item-img .item-img-content {
  position: relative;
  display: inline-block;
  height: auto;
}

.item-block .item-info {
  flex: 5;
  padding: 1.5rem;
}

.item-block .item-info h1 {
  padding: 0;
  margin-bottom: 1.5rem;
  border-bottom: 0.1rem solid #f0f0f0;
}

.item-block .item-tools {
  flex: 3;
}

.item-block {
  flex-wrap: wrap;
  background: #fff;
  box-shadow: 0.1rem 0.1rem 0.2rem rgba(0,0,0,0.1);
}

.item-block .item-img,
.item-block .item-info,
.item-block .item-tools {
  flex: 1;
  box-shadow: none;
}

.item-block .checkout-tools {
  box-shadow: none;
  margin-top: 0;
}

.item-block .item-info {
  order: 1;
  flex: 2 1 100%;
  margin: 0;
}

.item-block .item-info h1 {
  margin: 0;
  text-align: center;
}

.item-block .item-img {
  order: 2;
  flex: 1;
  margin-top: 0;
}

.item-block .item-tools {
  order: 3;
  flex: 1;
}

.item-annotation-wrap,
.rating-distribution-wrap,
.item-review {
  width: 100%;
}

.item-block .item-excerpt {
  display: none;
}

.detail-page-carousel-wrap {
  width: 100%;
}

.read-more,
.read-less {
  color: #10bbd5;
  text-decoration: underline;
  cursor: pointer;
  font-weight: bold;
  border: 0;
  margin-left: 0.5rem;
}

.trunc .read-more {
  display: none;
}

.biblio-wrap .biblio-info {
  margin: 0;
  padding: 0;
  list-style: none;
  columns: 2;
  max-width: 80rem;
}

.biblio-wrap .biblio-info li {
  line-height: 2.8rem;
}

.biblio-wrap .biblio-info li label {
  font-weight: bold;
}

.biblio-wrap .biblio-info li label:after {
  content: ": ";
}

.checkout-tools .price {
  border-bottom: 0.1rem solid #f0f0f0;
  padding: 1rem 0;
  color: #ff0072;
}

.checkout-tools .price {
  padding-top: 1.5rem;
}

.checkout-tools .price .list-price {
  color: #999;
  font-size: 1.4rem;
  text-decoration: line-through;
}

.checkout-tools .price .sale-price {
  font-size: 3rem;
}

.checkout-tools .formats-wrap .price {
  font-size: 1.4rem;
  color: #333;
}

.checkout-tools .price-save {
  padding-top: 0;
  color: #333;
  font-style: italic;
}

.checkout-tools .price-save {
  display: block;
}

.checkout-tools .free-delivery-text {
  padding: 1.5rem 0;
}

.checkout-tools .free-delivery-text {
  align-items: center;
}

.checkout-tools .free-delivery-text p {
  font-weight: bold;
}

.checkout-tools .free-delivery-text,
.checkout-tools .availability-text {
  display: flex;
}

.checkout-tools .free-delivery-text i,
.checkout-tools .availability-text i {
  font-size: 3rem;
  padding-right: 1rem;
}

.checkout-tools .free-delivery-text p,
.checkout-tools .availability-text p {
  padding: 0;
}

.checkout-tools .btn-wrap {
  border-top: 0.1rem solid #f0f0f0;
  padding-top: 1.5rem;
  margin-top: 1.5rem;
  text-align: center;
}

.checkout-tools .btn-wrap .btn-helper-text {
  display: inline-block;
  color: #10bbd5;
  border: 1px solid #10bbd5;
  border-bottom: 0;
  padding: .5rem 1.5rem .5rem 1.5rem;
  border-radius: .6rem .6rem 0 0;
  font-weight: bold;
}

.checkout-tools .btn-wrap .btn,
.checkout-tools .btn-wrap .sidebar-trigger,
.checkout-tools .btn-wrap .bestseller-page .item-img .number,
.bestseller-page .item-img .checkout-tools .btn-wrap .number {
  margin-bottom: 1rem;
  display: block;
  width: 100%;
}

.checkout-tools .btn-wrap .try-abe,
.checkout-tools .btn-wrap .notify-stock {
  text-align: left;
}

.contact-page {
  max-width: 700px;
}

.contact-page .form-group .btn,
.contact-page .form-group .sidebar-trigger,
.contact-page .form-group .bestseller-page .item-img .number,
.bestseller-page .item-img .contact-page .form-group .number {
  float: right;
}

.contact-page .text:last-child {
  text-align: right;
}

.breadcrumb {
  color: #666;
  margin: .5rem 0;
  list-style: none;
  padding: 0;
  border: 0.1rem solid #cacaca;
  display: block;
  width: 100%;
}

.breadcrumb a {
  color: #666;
  text-decoration: none;
}

.breadcrumb a:hover,
.breadcrumb a:active,
.breadcrumb a:visited {
  color: #666;
}

.breadcrumb>li {
  display: inline-block;
}

.breadcrumb>li+li:before {
  content: "|";
}

.breadcrumb>li+li:nth-child(2):before {
  content: " ";
}

.breadcrumb li.title {
  display: inline-block;
  line-height: 4rem;
  height: 4rem;
  padding: 0 0.6rem;
  border: 0;
  margin: 0;
  padding-right: 0;
}

.breadcrumb li.title i:before {
  margin-right: 1rem;
  font-size: 1.4em;
  line-height: 0;
  position: relative;
  top: 0.22em;
}

.breadcrumb a {
  display: inline-block;
  line-height: 4rem;
  height: 4rem;
  padding: 0 0.6rem;
  border: 0;
  margin: 0;
  text-decoration: none;
}

.breadcrumb a i:before {
  margin-right: 1rem;
  font-size: 1.4em;
  line-height: 0;
  position: relative;
  top: 0.22em;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

.wishlist-page .head-block,
.wishlist-page .foot-block,
.wishlist-page .content-block {
  margin: 0;
}

.wishlist-page .foot-block {
  margin-bottom: 1rem;
}

.wishlist-page .content {
  padding: 0;
  margin: 0;
  background: transparent;
  box-shadow: none;
}

.wishlist-page .share-wishlist-text {
  padding: .5rem 1rem;
  margin: .5rem;
  background: white;
  margin: 0.5rem 0;
}

.wishlist-page .head-block form {
  width: auto;
}

.wishlist-page .title-block {
  padding: .5rem 1rem;
  clear: both;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 0.1rem solid #e7e7e7;
  background: white;
  margin-top: 0.5rem;
}

.wishlist-page .title-block h1 {
  margin: 0;
}

.wishlist-page .title-block .right-section {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}

.wishlist-page .title-block .right-section a.btn-edit,
.wishlist-page .title-block .right-section span {
  display: block;
  line-height: 4.4rem;
  height: 4.4rem;
  padding: 0 1.7rem;
  border: 0;
  margin: 0;
  padding: 0 1rem;
}

.wishlist-page .title-block .right-section a.btn-edit i:before,
.wishlist-page .title-block .right-section span i:before {
  margin-right: 1rem;
  font-size: 1.4em;
  line-height: 0;
  position: relative;
  top: 0.22em;
}

.wishlist-page .title-block .right-section .basket-wrap span {
  font-weight: bold;
}

.wishlist-page .title-block .right-section a.btn-edit:hover,
.wishlist-page .title-block .right-section a.btn-edit:focus {
  text-decoration: none;
  color: #333;
}

.wishlist-page .title-block .right-section a.btn-edit .btn-edit-text {
  display: inline;
}

.wishlist-page .title-block .right-section a.btn-edit .btn-edit-text:hover {
  text-decoration: underline;
}

.wishlist-page .title-block .social-wrap {
  margin: 0;
}

.wishlist-page .title-block .social-wrap li {
  margin: 0;
  padding: 0;
}

.wishlist-page .title-block .social-wrap a i:before,
.wishlist-page .title-block .social-wrap a:before,
.wishlist-page .title-block .social-wrap a i:after,
.wishlist-page .title-block .social-wrap a:after {
  margin: 0;
}

.wishlist-page .wishlist-message {
  padding: .5rem 1rem;
  margin: .5rem;
  margin-left: 0;
}

.wishlist-links.sidebar-nav a i {
  width: 10%;
  float: right;
  padding: 0 .5rem;
}

.wishlist-links.sidebar-nav a span {
  width: 90%;
  display: inline-block;
  overflow-wrap: break-word;
}

.modal-content .tab {
  display: none;
}

.modal-content .tab.active {
  display: block;
}

.wishlist-global-setting {
  margin-bottom: 1rem;
}

.wishlist-global-setting h2,
.wishlist-global-setting .category-list .all-categories a,
.category-list .all-categories .wishlist-global-setting a {
  display: block;
  line-height: 4.4rem;
  height: 4.4rem;
  padding: 0 1.7rem;
  border: 0;
  margin: 0;
  padding: 0;
  border-bottom: 0.1rem solid #e7e7e7;
}

.wishlist-global-setting h2 i:before,
.wishlist-global-setting .category-list .all-categories a i:before,
.category-list .all-categories .wishlist-global-setting a i:before {
  margin-right: 1rem;
  font-size: 1.4em;
  line-height: 0;
  position: relative;
  top: 0.22em;
}

.wishlist-global-setting .wishlist-global-setting-btns {
  text-align: center;
  margin-top: 1rem;
}

.wishlist-global-setting .wishlist-global-setting-btns a {
  min-width: 0;
  display: inline-block;
  width: 32%;
  white-space: nowrap;
}

.wishlist-global-setting .wishlist-global-setting-btns .btn-primary,
.wishlist-global-setting .wishlist-global-setting-btns .tab-triggers .tab-active,
.tab-triggers .wishlist-global-setting .wishlist-global-setting-btns .tab-active,
.wishlist-global-setting .wishlist-global-setting-btns .bestseller-page .item-img .number,
.bestseller-page .item-img .wishlist-global-setting .wishlist-global-setting-btns .number {
  border: 0.1rem solid transparent;
}

.wishlist-global-setting .wishlist-global-setting-btns .btn-default {
  background-color: white;
  color: #333;
  font-weight: normal;
  border: 0.1rem solid #e7e7e7;
}

.content-block {
  margin-bottom: 1rem;
}

.tab-3771 {
  text-align: center;
}

.form-group .form-btn-wrap .btn-primary,
.form-group .form-btn-wrap .tab-triggers .tab-active,
.tab-triggers .form-group .form-btn-wrap .tab-active,
.form-group .form-btn-wrap .bestseller-page .item-img .number,
.bestseller-page .item-img .form-group .form-btn-wrap .number {
  float: right;
}

.wishlist-tools .left-section .btn:hover,
.wishlist-tools .left-section .sidebar-trigger:hover,
.wishlist-tools .left-section .bestseller-page .item-img .number:hover,
.bestseller-page .item-img .wishlist-tools .left-section .number:hover {
  background-color: #d7d7d7 !important;
}

.wishlist-wrap textarea {
  max-width: 100%;
}

.wishlist-edit-block label {
  margin: 0;
}

#wishlistNameLabel {
  margin-bottom: 4px;
}

.wishlist-elements>* {
  margin-bottom: 1rem !important;
}

.wishlist-items .book-list-item {
  position: relative;
  border-bottom: 0.1rem solid #f0f0f0;
  padding: 1.5rem 0;
}

.wishlist-items .book-list-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.wishlist-items .book-list-item .item-info-wrap {
  display: flex;
}

.wishlist-items .book-list-item .item-img {
  position: relative;
  padding-right: 1rem;
}

.wishlist-items .book-list-item .item-img a,
.wishlist-items .book-list-item .item-img img {
  display: block;
  width: 100%;
}

.wishlist-items .book-list-item .wishlist-tools {
  display: flex;
  justify-content: space-between;
  padding-top: 1.5rem;
  margin-bottom: .5rem;
}

.wishlist-items .book-list-item .wishlist-tools .btn,
.wishlist-items .book-list-item .wishlist-tools .sidebar-trigger,
.wishlist-items .book-list-item .wishlist-tools .bestseller-page .item-img .number,
.bestseller-page .item-img .wishlist-items .book-list-item .wishlist-tools .number {
  display: inline-block;
}

.wishlist-items .book-list-item .wishlist-tools .add-to-wishlist,
.wishlist-items .book-list-item .wishlist-tools .remove-item {
  margin-right: 1rem;
}

.wishlist-items .book-list-item .item-info {
  flex: 1;
}

.wishlist-items .book-list-item .item-info p {
  margin: 0;
  padding: 0;
}

.wishlist-items .book-list-item .item-info .author,
.wishlist-items .book-list-item .item-info .format {
  color: #999;
}

.wishlist-items .book-list-item .item-info .author a,
.wishlist-items .book-list-item .item-info .format a {
  color: #999;
  text-decoration: none;
}

.wishlist-items .book-list-item .item-info .author a:hover,
.wishlist-items .book-list-item .item-info .author a:active,
.wishlist-items .book-list-item .item-info .author a:visited,
.wishlist-items .book-list-item .item-info .format a:hover,
.wishlist-items .book-list-item .item-info .format a:active,
.wishlist-items .book-list-item .item-info .format a:visited {
  color: #999;
}

.wishlist-items .book-list-item .item-info h2,
.wishlist-items .book-list-item .item-info .category-list .all-categories a,
.category-list .all-categories .wishlist-items .book-list-item .item-info a {
  margin-top: 0;
}

.wishlist-items .book-list-item .item-info .price {
  color: #ff0072;
  font-size: 2rem;
  margin: 1rem 0;
}

.wishlist-items .book-list-item .item-info .price a {
  color: #ff0072;
  text-decoration: none;
}

.wishlist-items .book-list-item .item-info .price a:hover,
.wishlist-items .book-list-item .item-info .price a:active,
.wishlist-items .book-list-item .item-info .price a:visited {
  color: #ff0072;
}

.wishlist-items .book-list-item .item-info .price .rrp {
  color: #999;
  text-decoration: line-through;
  font-size: 1.4rem;
  padding-left: 1rem;
}

.wishlist-items .book-list-item .item-info .price .rrp a {
  color: #999;
  text-decoration: none;
}

.wishlist-items .book-list-item .item-info .price .rrp a:hover,
.wishlist-items .book-list-item .item-info .price .rrp a:active,
.wishlist-items .book-list-item .item-info .price .rrp a:visited {
  color: #999;
}

.wishlist-items textarea {
  resize: none;
}

.wishlist-edit-block label {
  vertical-align: middle;
}

.wishlist-edit-block .btn,
.wishlist-edit-block .sidebar-trigger,
.wishlist-edit-block .bestseller-page .item-img .number,
.bestseller-page .item-img .wishlist-edit-block .number {
  margin-bottom: 10px;
}

.wishlist-edit-block .btn,
.wishlist-edit-block .sidebar-trigger,
.wishlist-edit-block .bestseller-page .item-img .number,
.bestseller-page .item-img .wishlist-edit-block .number {
  width: auto;
  margin: 0;
  display: inline-block;
}

.wishlist-edit-block .btn-group .btn,
.wishlist-edit-block .btn-group .sidebar-trigger,
.wishlist-edit-block .btn-group .bestseller-page .item-img .number,
.bestseller-page .item-img .wishlist-edit-block .btn-group .number {
  background: #f0f0f0;
  color: #666;
  font-weight: normal;
}

.wishlist-edit-block .btn-group .btn:hover,
.wishlist-edit-block .btn-group .sidebar-trigger:hover,
.wishlist-edit-block .btn-group .bestseller-page .item-img .number:hover,
.bestseller-page .item-img .wishlist-edit-block .btn-group .number:hover,
.wishlist-edit-block .btn-group .btn:focus,
.wishlist-edit-block .btn-group .sidebar-trigger:focus,
.wishlist-edit-block .btn-group .bestseller-page .item-img .number:focus,
.bestseller-page .item-img .wishlist-edit-block .btn-group .number:focus {
  background: #f0f0f0;
}

.wishlist-edit-block .btn-group .btn:hover,
.wishlist-edit-block .btn-group .sidebar-trigger:hover,
.wishlist-edit-block .btn-group .bestseller-page .item-img .number:hover,
.bestseller-page .item-img .wishlist-edit-block .btn-group .number:hover,
.wishlist-edit-block .btn-group .btn:focus,
.wishlist-edit-block .btn-group .sidebar-trigger:focus,
.wishlist-edit-block .btn-group .bestseller-page .item-img .number:focus,
.bestseller-page .item-img .wishlist-edit-block .btn-group .number:focus {
  color: #666;
}

.wishlist-edit-block .btn-group .btn.active,
.wishlist-edit-block .btn-group .active.sidebar-trigger,
.wishlist-edit-block .btn-group .bestseller-page .item-img .active.number,
.bestseller-page .item-img .wishlist-edit-block .btn-group .active.number,
.wishlist-edit-block .btn-group .btn:hover,
.wishlist-edit-block .btn-group .sidebar-trigger:hover,
.wishlist-edit-block .btn-group .bestseller-page .item-img .number:hover,
.bestseller-page .item-img .wishlist-edit-block .btn-group .number:hover {
  background: #cacaca;
  color: #333;
  font-weight: normal;
}

.wishlist-edit-block .btn-group .btn.active:hover,
.wishlist-edit-block .btn-group .active.sidebar-trigger:hover,
.wishlist-edit-block .btn-group .bestseller-page .item-img .active.number:hover,
.bestseller-page .item-img .wishlist-edit-block .btn-group .active.number:hover,
.wishlist-edit-block .btn-group .btn.active:focus,
.wishlist-edit-block .btn-group .active.sidebar-trigger:focus,
.wishlist-edit-block .btn-group .bestseller-page .item-img .active.number:focus,
.bestseller-page .item-img .wishlist-edit-block .btn-group .active.number:focus,
.wishlist-edit-block .btn-group .btn:hover:hover,
.wishlist-edit-block .btn-group .sidebar-trigger:hover:hover,
.wishlist-edit-block .btn-group .bestseller-page .item-img .number:hover:hover,
.bestseller-page .item-img .wishlist-edit-block .btn-group .number:hover:hover,
.wishlist-edit-block .btn-group .btn:hover:focus,
.wishlist-edit-block .btn-group .sidebar-trigger:hover:focus,
.wishlist-edit-block .btn-group .bestseller-page .item-img .number:hover:focus,
.bestseller-page .item-img .wishlist-edit-block .btn-group .number:hover:focus {
  background: #cacaca;
}

.wishlist-edit-block .btn-group .btn.active:hover,
.wishlist-edit-block .btn-group .active.sidebar-trigger:hover,
.wishlist-edit-block .btn-group .bestseller-page .item-img .active.number:hover,
.bestseller-page .item-img .wishlist-edit-block .btn-group .active.number:hover,
.wishlist-edit-block .btn-group .btn.active:focus,
.wishlist-edit-block .btn-group .active.sidebar-trigger:focus,
.wishlist-edit-block .btn-group .bestseller-page .item-img .active.number:focus,
.bestseller-page .item-img .wishlist-edit-block .btn-group .active.number:focus,
.wishlist-edit-block .btn-group .btn:hover:hover,
.wishlist-edit-block .btn-group .sidebar-trigger:hover:hover,
.wishlist-edit-block .btn-group .bestseller-page .item-img .number:hover:hover,
.bestseller-page .item-img .wishlist-edit-block .btn-group .number:hover:hover,
.wishlist-edit-block .btn-group .btn:hover:focus,
.wishlist-edit-block .btn-group .sidebar-trigger:hover:focus,
.wishlist-edit-block .btn-group .bestseller-page .item-img .number:hover:focus,
.bestseller-page .item-img .wishlist-edit-block .btn-group .number:hover:focus {
  color: #333;
}

.wishlist-edit-block .form-group:last-child {
  margin-bottom: 0;
}

.address-page h1,
.payment-card-wrap h1,
.order-history-page h1,
.reviews-page h1,
.checkout-page h1 {
  padding-left: 0;
}

.address-page .list-item,
.payment-card-wrap .list-item,
.order-history-page .list-item,
.reviews-page .list-item,
.checkout-page .list-item {
  width: 32%;
  margin: 0.5%;
  border: 1px solid #999;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.address-page .list-item,
.payment-card-wrap .list-item,
.order-history-page .list-item,
.reviews-page .list-item,
.checkout-page .list-item {
  width: 100%;
}

.address-page .address-list,
.address-page .card-list,
.payment-card-wrap .address-list,
.payment-card-wrap .card-list,
.order-history-page .address-list,
.order-history-page .card-list,
.reviews-page .address-list,
.reviews-page .card-list,
.checkout-page .address-list,
.checkout-page .card-list {
  display: flex;
  flex-flow: wrap;
  margin: 0 -0.5%;
}

.address-page .address-list dl,
.address-page .card-list dl,
.payment-card-wrap .address-list dl,
.payment-card-wrap .card-list dl,
.order-history-page .address-list dl,
.order-history-page .card-list dl,
.reviews-page .address-list dl,
.reviews-page .card-list dl,
.checkout-page .address-list dl,
.checkout-page .card-list dl {
  padding: 0;
  margin: 0;
}

.address-page .address-list dl dt,
.address-page .card-list dl dt,
.payment-card-wrap .address-list dl dt,
.payment-card-wrap .card-list dl dt,
.order-history-page .address-list dl dt,
.order-history-page .card-list dl dt,
.reviews-page .address-list dl dt,
.reviews-page .card-list dl dt,
.checkout-page .address-list dl dt,
.checkout-page .card-list dl dt {
  font-weight: bold;
}

.address-page .address-list dl dd,
.address-page .card-list dl dd,
.payment-card-wrap .address-list dl dd,
.payment-card-wrap .card-list dl dd,
.order-history-page .address-list dl dd,
.order-history-page .card-list dl dd,
.reviews-page .address-list dl dd,
.reviews-page .card-list dl dd,
.checkout-page .address-list dl dd,
.checkout-page .card-list dl dd {
  margin: 0;
}

.address-page .address-list .info-box,
.address-page .card-list .info-box,
.payment-card-wrap .address-list .info-box,
.payment-card-wrap .card-list .info-box,
.order-history-page .address-list .info-box,
.order-history-page .card-list .info-box,
.reviews-page .address-list .info-box,
.reviews-page .card-list .info-box,
.checkout-page .address-list .info-box,
.checkout-page .card-list .info-box {
  padding: 1rem;
  position: relative;
}

.address-page .address-list .default-address .icon-star-filled,
.address-page .address-list .default-card .icon-star-filled,
.address-page .card-list .default-address .icon-star-filled,
.address-page .card-list .default-card .icon-star-filled,
.payment-card-wrap .address-list .default-address .icon-star-filled,
.payment-card-wrap .address-list .default-card .icon-star-filled,
.payment-card-wrap .card-list .default-address .icon-star-filled,
.payment-card-wrap .card-list .default-card .icon-star-filled,
.order-history-page .address-list .default-address .icon-star-filled,
.order-history-page .address-list .default-card .icon-star-filled,
.order-history-page .card-list .default-address .icon-star-filled,
.order-history-page .card-list .default-card .icon-star-filled,
.reviews-page .address-list .default-address .icon-star-filled,
.reviews-page .address-list .default-card .icon-star-filled,
.reviews-page .card-list .default-address .icon-star-filled,
.reviews-page .card-list .default-card .icon-star-filled,
.checkout-page .address-list .default-address .icon-star-filled,
.checkout-page .address-list .default-card .icon-star-filled,
.checkout-page .card-list .default-address .icon-star-filled,
.checkout-page .card-list .default-card .icon-star-filled {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1rem;
}

.address-page .address-list .default-address .icon-star-filled:before,
.address-page .address-list .default-card .icon-star-filled:before,
.address-page .card-list .default-address .icon-star-filled:before,
.address-page .card-list .default-card .icon-star-filled:before,
.payment-card-wrap .address-list .default-address .icon-star-filled:before,
.payment-card-wrap .address-list .default-card .icon-star-filled:before,
.payment-card-wrap .card-list .default-address .icon-star-filled:before,
.payment-card-wrap .card-list .default-card .icon-star-filled:before,
.order-history-page .address-list .default-address .icon-star-filled:before,
.order-history-page .address-list .default-card .icon-star-filled:before,
.order-history-page .card-list .default-address .icon-star-filled:before,
.order-history-page .card-list .default-card .icon-star-filled:before,
.reviews-page .address-list .default-address .icon-star-filled:before,
.reviews-page .address-list .default-card .icon-star-filled:before,
.reviews-page .card-list .default-address .icon-star-filled:before,
.reviews-page .card-list .default-card .icon-star-filled:before,
.checkout-page .address-list .default-address .icon-star-filled:before,
.checkout-page .address-list .default-card .icon-star-filled:before,
.checkout-page .card-list .default-address .icon-star-filled:before,
.checkout-page .card-list .default-card .icon-star-filled:before {
  color: white;
  z-index: 1;
  position: relative;
}

.address-page .address-list .default-address .icon-star-filled:after,
.address-page .address-list .default-card .icon-star-filled:after,
.address-page .card-list .default-address .icon-star-filled:after,
.address-page .card-list .default-card .icon-star-filled:after,
.payment-card-wrap .address-list .default-address .icon-star-filled:after,
.payment-card-wrap .address-list .default-card .icon-star-filled:after,
.payment-card-wrap .card-list .default-address .icon-star-filled:after,
.payment-card-wrap .card-list .default-card .icon-star-filled:after,
.order-history-page .address-list .default-address .icon-star-filled:after,
.order-history-page .address-list .default-card .icon-star-filled:after,
.order-history-page .card-list .default-address .icon-star-filled:after,
.order-history-page .card-list .default-card .icon-star-filled:after,
.reviews-page .address-list .default-address .icon-star-filled:after,
.reviews-page .address-list .default-card .icon-star-filled:after,
.reviews-page .card-list .default-address .icon-star-filled:after,
.reviews-page .card-list .default-card .icon-star-filled:after,
.checkout-page .address-list .default-address .icon-star-filled:after,
.checkout-page .address-list .default-card .icon-star-filled:after,
.checkout-page .card-list .default-address .icon-star-filled:after,
.checkout-page .card-list .default-card .icon-star-filled:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6rem 6rem 0;
  border-color: transparent #10bbd5 transparent transparent;
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}

.address-page .address-list .new-address,
.address-page .card-list .new-address,
.payment-card-wrap .address-list .new-address,
.payment-card-wrap .card-list .new-address,
.order-history-page .address-list .new-address,
.order-history-page .card-list .new-address,
.reviews-page .address-list .new-address,
.reviews-page .card-list .new-address,
.checkout-page .address-list .new-address,
.checkout-page .card-list .new-address {
  display: flex;
  align-content: stretch;
  justify-content: center;
  text-align: center;
  margin-bottom: .5%;
  min-height: 20rem;
  border: 1px solid #f0f0f0;
}

.address-page .address-list .new-address,
.address-page .card-list .new-address,
.payment-card-wrap .address-list .new-address,
.payment-card-wrap .card-list .new-address,
.order-history-page .address-list .new-address,
.order-history-page .card-list .new-address,
.reviews-page .address-list .new-address,
.reviews-page .card-list .new-address,
.checkout-page .address-list .new-address,
.checkout-page .card-list .new-address {
  min-height: 3rem;
}

.address-page .address-list .new-address a,
.address-page .card-list .new-address a,
.payment-card-wrap .address-list .new-address a,
.payment-card-wrap .card-list .new-address a,
.order-history-page .address-list .new-address a,
.order-history-page .card-list .new-address a,
.reviews-page .address-list .new-address a,
.reviews-page .card-list .new-address a,
.checkout-page .address-list .new-address a,
.checkout-page .card-list .new-address a {
  display: flex;
  color: #999;
  background: #f0f0f0;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  padding: 1.5rem;
  transition: all .3s;
  border: 1px solid;
  border-color: transparent;
}

.address-page .address-list .new-address a a,
.address-page .card-list .new-address a a,
.payment-card-wrap .address-list .new-address a a,
.payment-card-wrap .card-list .new-address a a,
.order-history-page .address-list .new-address a a,
.order-history-page .card-list .new-address a a,
.reviews-page .address-list .new-address a a,
.reviews-page .card-list .new-address a a,
.checkout-page .address-list .new-address a a,
.checkout-page .card-list .new-address a a {
  color: #999;
  text-decoration: none;
}

.address-page .address-list .new-address a a:hover,
.address-page .address-list .new-address a a:active,
.address-page .address-list .new-address a a:visited,
.address-page .card-list .new-address a a:hover,
.address-page .card-list .new-address a a:active,
.address-page .card-list .new-address a a:visited,
.payment-card-wrap .address-list .new-address a a:hover,
.payment-card-wrap .address-list .new-address a a:active,
.payment-card-wrap .address-list .new-address a a:visited,
.payment-card-wrap .card-list .new-address a a:hover,
.payment-card-wrap .card-list .new-address a a:active,
.payment-card-wrap .card-list .new-address a a:visited,
.order-history-page .address-list .new-address a a:hover,
.order-history-page .address-list .new-address a a:active,
.order-history-page .address-list .new-address a a:visited,
.order-history-page .card-list .new-address a a:hover,
.order-history-page .card-list .new-address a a:active,
.order-history-page .card-list .new-address a a:visited,
.reviews-page .address-list .new-address a a:hover,
.reviews-page .address-list .new-address a a:active,
.reviews-page .address-list .new-address a a:visited,
.reviews-page .card-list .new-address a a:hover,
.reviews-page .card-list .new-address a a:active,
.reviews-page .card-list .new-address a a:visited,
.checkout-page .address-list .new-address a a:hover,
.checkout-page .address-list .new-address a a:active,
.checkout-page .address-list .new-address a a:visited,
.checkout-page .card-list .new-address a a:hover,
.checkout-page .card-list .new-address a a:active,
.checkout-page .card-list .new-address a a:visited {
  color: #999;
}

.address-page .address-list .new-address a:hover,
.address-page .address-list .new-address a:focus,
.address-page .card-list .new-address a:hover,
.address-page .card-list .new-address a:focus,
.payment-card-wrap .address-list .new-address a:hover,
.payment-card-wrap .address-list .new-address a:focus,
.payment-card-wrap .card-list .new-address a:hover,
.payment-card-wrap .card-list .new-address a:focus,
.order-history-page .address-list .new-address a:hover,
.order-history-page .address-list .new-address a:focus,
.order-history-page .card-list .new-address a:hover,
.order-history-page .card-list .new-address a:focus,
.reviews-page .address-list .new-address a:hover,
.reviews-page .address-list .new-address a:focus,
.reviews-page .card-list .new-address a:hover,
.reviews-page .card-list .new-address a:focus,
.checkout-page .address-list .new-address a:hover,
.checkout-page .address-list .new-address a:focus,
.checkout-page .card-list .new-address a:hover,
.checkout-page .card-list .new-address a:focus {
  background: #f0f0f0;
}

.address-page .address-list .new-address a:hover,
.address-page .card-list .new-address a:hover,
.payment-card-wrap .address-list .new-address a:hover,
.payment-card-wrap .card-list .new-address a:hover,
.order-history-page .address-list .new-address a:hover,
.order-history-page .card-list .new-address a:hover,
.reviews-page .address-list .new-address a:hover,
.reviews-page .card-list .new-address a:hover,
.checkout-page .address-list .new-address a:hover,
.checkout-page .card-list .new-address a:hover {
  border-color: #ddd;
  text-decoration: none;
}

.address-page .address-list .new-address a:hover>i,
.address-page .card-list .new-address a:hover>i,
.payment-card-wrap .address-list .new-address a:hover>i,
.payment-card-wrap .card-list .new-address a:hover>i,
.order-history-page .address-list .new-address a:hover>i,
.order-history-page .card-list .new-address a:hover>i,
.reviews-page .address-list .new-address a:hover>i,
.reviews-page .card-list .new-address a:hover>i,
.checkout-page .address-list .new-address a:hover>i,
.checkout-page .card-list .new-address a:hover>i {
  color: #10bbd5;
  font-size: 3em;
}

.address-page .address-list .new-address a i,
.address-page .card-list .new-address a i,
.payment-card-wrap .address-list .new-address a i,
.payment-card-wrap .card-list .new-address a i,
.order-history-page .address-list .new-address a i,
.order-history-page .card-list .new-address a i,
.reviews-page .address-list .new-address a i,
.reviews-page .card-list .new-address a i,
.checkout-page .address-list .new-address a i,
.checkout-page .card-list .new-address a i {
  font-size: 2.5em;
  transition: all .3s;
}

.address-page .address-list .btn-box,
.address-page .card-list .btn-box,
.payment-card-wrap .address-list .btn-box,
.payment-card-wrap .card-list .btn-box,
.order-history-page .address-list .btn-box,
.order-history-page .card-list .btn-box,
.reviews-page .address-list .btn-box,
.reviews-page .card-list .btn-box,
.checkout-page .address-list .btn-box,
.checkout-page .card-list .btn-box {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}

.address-page .address-list .btn-box form,
.address-page .card-list .btn-box form,
.payment-card-wrap .address-list .btn-box form,
.payment-card-wrap .card-list .btn-box form,
.order-history-page .address-list .btn-box form,
.order-history-page .card-list .btn-box form,
.reviews-page .address-list .btn-box form,
.reviews-page .card-list .btn-box form,
.checkout-page .address-list .btn-box form,
.checkout-page .card-list .btn-box form {
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
}

.address-page .address-list .btn-box .btn-link,
.address-page .card-list .btn-box .btn-link,
.payment-card-wrap .address-list .btn-box .btn-link,
.payment-card-wrap .card-list .btn-box .btn-link,
.order-history-page .address-list .btn-box .btn-link,
.order-history-page .card-list .btn-box .btn-link,
.reviews-page .address-list .btn-box .btn-link,
.reviews-page .card-list .btn-box .btn-link,
.checkout-page .address-list .btn-box .btn-link,
.checkout-page .card-list .btn-box .btn-link {
  display: block;
  line-height: 4rem;
  height: 4rem;
  padding: 0 1.2rem;
  border: 0;
  margin: 0;
  background: transparent;
  color: #333;
  border-top: 0.1rem solid #f0f0f0;
  border-right: 0.1rem solid #f0f0f0;
  flex-grow: 1;
  text-align: center;
  transition: all .3s;
}

.address-page .address-list .btn-box .btn-link i:before,
.address-page .card-list .btn-box .btn-link i:before,
.payment-card-wrap .address-list .btn-box .btn-link i:before,
.payment-card-wrap .card-list .btn-box .btn-link i:before,
.order-history-page .address-list .btn-box .btn-link i:before,
.order-history-page .card-list .btn-box .btn-link i:before,
.reviews-page .address-list .btn-box .btn-link i:before,
.reviews-page .card-list .btn-box .btn-link i:before,
.checkout-page .address-list .btn-box .btn-link i:before,
.checkout-page .card-list .btn-box .btn-link i:before {
  margin-right: 1rem;
  font-size: 1.4em;
  line-height: 0;
  position: relative;
  top: 0.22em;
}

.address-page .address-list .btn-box .btn-link:hover,
.address-page .address-list .btn-box .btn-link:focus,
.address-page .card-list .btn-box .btn-link:hover,
.address-page .card-list .btn-box .btn-link:focus,
.payment-card-wrap .address-list .btn-box .btn-link:hover,
.payment-card-wrap .address-list .btn-box .btn-link:focus,
.payment-card-wrap .card-list .btn-box .btn-link:hover,
.payment-card-wrap .card-list .btn-box .btn-link:focus,
.order-history-page .address-list .btn-box .btn-link:hover,
.order-history-page .address-list .btn-box .btn-link:focus,
.order-history-page .card-list .btn-box .btn-link:hover,
.order-history-page .card-list .btn-box .btn-link:focus,
.reviews-page .address-list .btn-box .btn-link:hover,
.reviews-page .address-list .btn-box .btn-link:focus,
.reviews-page .card-list .btn-box .btn-link:hover,
.reviews-page .card-list .btn-box .btn-link:focus,
.checkout-page .address-list .btn-box .btn-link:hover,
.checkout-page .address-list .btn-box .btn-link:focus,
.checkout-page .card-list .btn-box .btn-link:hover,
.checkout-page .card-list .btn-box .btn-link:focus {
  background: transparent;
}

.address-page .address-list .btn-box .btn-link a,
.address-page .card-list .btn-box .btn-link a,
.payment-card-wrap .address-list .btn-box .btn-link a,
.payment-card-wrap .card-list .btn-box .btn-link a,
.order-history-page .address-list .btn-box .btn-link a,
.order-history-page .card-list .btn-box .btn-link a,
.reviews-page .address-list .btn-box .btn-link a,
.reviews-page .card-list .btn-box .btn-link a,
.checkout-page .address-list .btn-box .btn-link a,
.checkout-page .card-list .btn-box .btn-link a {
  color: #333;
  text-decoration: none;
}

.address-page .address-list .btn-box .btn-link a:hover,
.address-page .address-list .btn-box .btn-link a:active,
.address-page .address-list .btn-box .btn-link a:visited,
.address-page .card-list .btn-box .btn-link a:hover,
.address-page .card-list .btn-box .btn-link a:active,
.address-page .card-list .btn-box .btn-link a:visited,
.payment-card-wrap .address-list .btn-box .btn-link a:hover,
.payment-card-wrap .address-list .btn-box .btn-link a:active,
.payment-card-wrap .address-list .btn-box .btn-link a:visited,
.payment-card-wrap .card-list .btn-box .btn-link a:hover,
.payment-card-wrap .card-list .btn-box .btn-link a:active,
.payment-card-wrap .card-list .btn-box .btn-link a:visited,
.order-history-page .address-list .btn-box .btn-link a:hover,
.order-history-page .address-list .btn-box .btn-link a:active,
.order-history-page .address-list .btn-box .btn-link a:visited,
.order-history-page .card-list .btn-box .btn-link a:hover,
.order-history-page .card-list .btn-box .btn-link a:active,
.order-history-page .card-list .btn-box .btn-link a:visited,
.reviews-page .address-list .btn-box .btn-link a:hover,
.reviews-page .address-list .btn-box .btn-link a:active,
.reviews-page .address-list .btn-box .btn-link a:visited,
.reviews-page .card-list .btn-box .btn-link a:hover,
.reviews-page .card-list .btn-box .btn-link a:active,
.reviews-page .card-list .btn-box .btn-link a:visited,
.checkout-page .address-list .btn-box .btn-link a:hover,
.checkout-page .address-list .btn-box .btn-link a:active,
.checkout-page .address-list .btn-box .btn-link a:visited,
.checkout-page .card-list .btn-box .btn-link a:hover,
.checkout-page .card-list .btn-box .btn-link a:active,
.checkout-page .card-list .btn-box .btn-link a:visited {
  color: #333;
}

.address-page .address-list .btn-box .btn-link i:before,
.address-page .card-list .btn-box .btn-link i:before,
.payment-card-wrap .address-list .btn-box .btn-link i:before,
.payment-card-wrap .card-list .btn-box .btn-link i:before,
.order-history-page .address-list .btn-box .btn-link i:before,
.order-history-page .card-list .btn-box .btn-link i:before,
.reviews-page .address-list .btn-box .btn-link i:before,
.reviews-page .card-list .btn-box .btn-link i:before,
.checkout-page .address-list .btn-box .btn-link i:before,
.checkout-page .card-list .btn-box .btn-link i:before {
  font-size: 1em;
}

.address-page .address-list .btn-box .btn-link:hover,
.address-page .address-list .btn-box .btn-link:active,
.address-page .address-list .btn-box .btn-link:focus,
.address-page .card-list .btn-box .btn-link:hover,
.address-page .card-list .btn-box .btn-link:active,
.address-page .card-list .btn-box .btn-link:focus,
.payment-card-wrap .address-list .btn-box .btn-link:hover,
.payment-card-wrap .address-list .btn-box .btn-link:active,
.payment-card-wrap .address-list .btn-box .btn-link:focus,
.payment-card-wrap .card-list .btn-box .btn-link:hover,
.payment-card-wrap .card-list .btn-box .btn-link:active,
.payment-card-wrap .card-list .btn-box .btn-link:focus,
.order-history-page .address-list .btn-box .btn-link:hover,
.order-history-page .address-list .btn-box .btn-link:active,
.order-history-page .address-list .btn-box .btn-link:focus,
.order-history-page .card-list .btn-box .btn-link:hover,
.order-history-page .card-list .btn-box .btn-link:active,
.order-history-page .card-list .btn-box .btn-link:focus,
.reviews-page .address-list .btn-box .btn-link:hover,
.reviews-page .address-list .btn-box .btn-link:active,
.reviews-page .address-list .btn-box .btn-link:focus,
.reviews-page .card-list .btn-box .btn-link:hover,
.reviews-page .card-list .btn-box .btn-link:active,
.reviews-page .card-list .btn-box .btn-link:focus,
.checkout-page .address-list .btn-box .btn-link:hover,
.checkout-page .address-list .btn-box .btn-link:active,
.checkout-page .address-list .btn-box .btn-link:focus,
.checkout-page .card-list .btn-box .btn-link:hover,
.checkout-page .card-list .btn-box .btn-link:active,
.checkout-page .card-list .btn-box .btn-link:focus {
  text-decoration: underline;
  outline: none;
  color: #333;
}

.address-page .address-list .btn-box .btn-link:hover a,
.address-page .address-list .btn-box .btn-link:active a,
.address-page .address-list .btn-box .btn-link:focus a,
.address-page .card-list .btn-box .btn-link:hover a,
.address-page .card-list .btn-box .btn-link:active a,
.address-page .card-list .btn-box .btn-link:focus a,
.payment-card-wrap .address-list .btn-box .btn-link:hover a,
.payment-card-wrap .address-list .btn-box .btn-link:active a,
.payment-card-wrap .address-list .btn-box .btn-link:focus a,
.payment-card-wrap .card-list .btn-box .btn-link:hover a,
.payment-card-wrap .card-list .btn-box .btn-link:active a,
.payment-card-wrap .card-list .btn-box .btn-link:focus a,
.order-history-page .address-list .btn-box .btn-link:hover a,
.order-history-page .address-list .btn-box .btn-link:active a,
.order-history-page .address-list .btn-box .btn-link:focus a,
.order-history-page .card-list .btn-box .btn-link:hover a,
.order-history-page .card-list .btn-box .btn-link:active a,
.order-history-page .card-list .btn-box .btn-link:focus a,
.reviews-page .address-list .btn-box .btn-link:hover a,
.reviews-page .address-list .btn-box .btn-link:active a,
.reviews-page .address-list .btn-box .btn-link:focus a,
.reviews-page .card-list .btn-box .btn-link:hover a,
.reviews-page .card-list .btn-box .btn-link:active a,
.reviews-page .card-list .btn-box .btn-link:focus a,
.checkout-page .address-list .btn-box .btn-link:hover a,
.checkout-page .address-list .btn-box .btn-link:active a,
.checkout-page .address-list .btn-box .btn-link:focus a,
.checkout-page .card-list .btn-box .btn-link:hover a,
.checkout-page .card-list .btn-box .btn-link:active a,
.checkout-page .card-list .btn-box .btn-link:focus a {
  color: #333;
  text-decoration: none;
}

.address-page .address-list .btn-box .btn-link:hover a:hover,
.address-page .address-list .btn-box .btn-link:hover a:active,
.address-page .address-list .btn-box .btn-link:hover a:visited,
.address-page .address-list .btn-box .btn-link:active a:hover,
.address-page .address-list .btn-box .btn-link:active a:active,
.address-page .address-list .btn-box .btn-link:active a:visited,
.address-page .address-list .btn-box .btn-link:focus a:hover,
.address-page .address-list .btn-box .btn-link:focus a:active,
.address-page .address-list .btn-box .btn-link:focus a:visited,
.address-page .card-list .btn-box .btn-link:hover a:hover,
.address-page .card-list .btn-box .btn-link:hover a:active,
.address-page .card-list .btn-box .btn-link:hover a:visited,
.address-page .card-list .btn-box .btn-link:active a:hover,
.address-page .card-list .btn-box .btn-link:active a:active,
.address-page .card-list .btn-box .btn-link:active a:visited,
.address-page .card-list .btn-box .btn-link:focus a:hover,
.address-page .card-list .btn-box .btn-link:focus a:active,
.address-page .card-list .btn-box .btn-link:focus a:visited,
.payment-card-wrap .address-list .btn-box .btn-link:hover a:hover,
.payment-card-wrap .address-list .btn-box .btn-link:hover a:active,
.payment-card-wrap .address-list .btn-box .btn-link:hover a:visited,
.payment-card-wrap .address-list .btn-box .btn-link:active a:hover,
.payment-card-wrap .address-list .btn-box .btn-link:active a:active,
.payment-card-wrap .address-list .btn-box .btn-link:active a:visited,
.payment-card-wrap .address-list .btn-box .btn-link:focus a:hover,
.payment-card-wrap .address-list .btn-box .btn-link:focus a:active,
.payment-card-wrap .address-list .btn-box .btn-link:focus a:visited,
.payment-card-wrap .card-list .btn-box .btn-link:hover a:hover,
.payment-card-wrap .card-list .btn-box .btn-link:hover a:active,
.payment-card-wrap .card-list .btn-box .btn-link:hover a:visited,
.payment-card-wrap .card-list .btn-box .btn-link:active a:hover,
.payment-card-wrap .card-list .btn-box .btn-link:active a:active,
.payment-card-wrap .card-list .btn-box .btn-link:active a:visited,
.payment-card-wrap .card-list .btn-box .btn-link:focus a:hover,
.payment-card-wrap .card-list .btn-box .btn-link:focus a:active,
.payment-card-wrap .card-list .btn-box .btn-link:focus a:visited,
.order-history-page .address-list .btn-box .btn-link:hover a:hover,
.order-history-page .address-list .btn-box .btn-link:hover a:active,
.order-history-page .address-list .btn-box .btn-link:hover a:visited,
.order-history-page .address-list .btn-box .btn-link:active a:hover,
.order-history-page .address-list .btn-box .btn-link:active a:active,
.order-history-page .address-list .btn-box .btn-link:active a:visited,
.order-history-page .address-list .btn-box .btn-link:focus a:hover,
.order-history-page .address-list .btn-box .btn-link:focus a:active,
.order-history-page .address-list .btn-box .btn-link:focus a:visited,
.order-history-page .card-list .btn-box .btn-link:hover a:hover,
.order-history-page .card-list .btn-box .btn-link:hover a:active,
.order-history-page .card-list .btn-box .btn-link:hover a:visited,
.order-history-page .card-list .btn-box .btn-link:active a:hover,
.order-history-page .card-list .btn-box .btn-link:active a:active,
.order-history-page .card-list .btn-box .btn-link:active a:visited,
.order-history-page .card-list .btn-box .btn-link:focus a:hover,
.order-history-page .card-list .btn-box .btn-link:focus a:active,
.order-history-page .card-list .btn-box .btn-link:focus a:visited,
.reviews-page .address-list .btn-box .btn-link:hover a:hover,
.reviews-page .address-list .btn-box .btn-link:hover a:active,
.reviews-page .address-list .btn-box .btn-link:hover a:visited,
.reviews-page .address-list .btn-box .btn-link:active a:hover,
.reviews-page .address-list .btn-box .btn-link:active a:active,
.reviews-page .address-list .btn-box .btn-link:active a:visited,
.reviews-page .address-list .btn-box .btn-link:focus a:hover,
.reviews-page .address-list .btn-box .btn-link:focus a:active,
.reviews-page .address-list .btn-box .btn-link:focus a:visited,
.reviews-page .card-list .btn-box .btn-link:hover a:hover,
.reviews-page .card-list .btn-box .btn-link:hover a:active,
.reviews-page .card-list .btn-box .btn-link:hover a:visited,
.reviews-page .card-list .btn-box .btn-link:active a:hover,
.reviews-page .card-list .btn-box .btn-link:active a:active,
.reviews-page .card-list .btn-box .btn-link:active a:visited,
.reviews-page .card-list .btn-box .btn-link:focus a:hover,
.reviews-page .card-list .btn-box .btn-link:focus a:active,
.reviews-page .card-list .btn-box .btn-link:focus a:visited,
.checkout-page .address-list .btn-box .btn-link:hover a:hover,
.checkout-page .address-list .btn-box .btn-link:hover a:active,
.checkout-page .address-list .btn-box .btn-link:hover a:visited,
.checkout-page .address-list .btn-box .btn-link:active a:hover,
.checkout-page .address-list .btn-box .btn-link:active a:active,
.checkout-page .address-list .btn-box .btn-link:active a:visited,
.checkout-page .address-list .btn-box .btn-link:focus a:hover,
.checkout-page .address-list .btn-box .btn-link:focus a:active,
.checkout-page .address-list .btn-box .btn-link:focus a:visited,
.checkout-page .card-list .btn-box .btn-link:hover a:hover,
.checkout-page .card-list .btn-box .btn-link:hover a:active,
.checkout-page .card-list .btn-box .btn-link:hover a:visited,
.checkout-page .card-list .btn-box .btn-link:active a:hover,
.checkout-page .card-list .btn-box .btn-link:active a:active,
.checkout-page .card-list .btn-box .btn-link:active a:visited,
.checkout-page .card-list .btn-box .btn-link:focus a:hover,
.checkout-page .card-list .btn-box .btn-link:focus a:active,
.checkout-page .card-list .btn-box .btn-link:focus a:visited {
  color: #333;
}

.address-page .address-list .btn-box form:last-child .btn-link:last-child,
.address-page .card-list .btn-box form:last-child .btn-link:last-child,
.payment-card-wrap .address-list .btn-box form:last-child .btn-link:last-child,
.payment-card-wrap .card-list .btn-box form:last-child .btn-link:last-child,
.order-history-page .address-list .btn-box form:last-child .btn-link:last-child,
.order-history-page .card-list .btn-box form:last-child .btn-link:last-child,
.reviews-page .address-list .btn-box form:last-child .btn-link:last-child,
.reviews-page .card-list .btn-box form:last-child .btn-link:last-child,
.checkout-page .address-list .btn-box form:last-child .btn-link:last-child,
.checkout-page .card-list .btn-box form:last-child .btn-link:last-child {
  border-right: 0;
}

.address-page .card-list dl,
.payment-card-wrap .card-list dl,
.order-history-page .card-list dl,
.reviews-page .card-list dl,
.checkout-page .card-list dl {
  display: flex;
  margin-bottom: 1rem;
}

.address-page .card-list dl dt,
.payment-card-wrap .card-list dl dt,
.order-history-page .card-list dl dt,
.reviews-page .card-list dl dt,
.checkout-page .card-list dl dt {
  margin-right: 1rem;
}

.address-page .card-list .list-item.expired dl,
.address-page .card-list .list-item.expired .card-address,
.payment-card-wrap .card-list .list-item.expired dl,
.payment-card-wrap .card-list .list-item.expired .card-address,
.order-history-page .card-list .list-item.expired dl,
.order-history-page .card-list .list-item.expired .card-address,
.reviews-page .card-list .list-item.expired dl,
.reviews-page .card-list .list-item.expired .card-address,
.checkout-page .card-list .list-item.expired dl,
.checkout-page .card-list .list-item.expired .card-address {
  opacity: 0.4;
}

.address-page .card-list .list-item.expired i.icon-star-filled,
.payment-card-wrap .card-list .list-item.expired i.icon-star-filled,
.order-history-page .card-list .list-item.expired i.icon-star-filled,
.reviews-page .card-list .list-item.expired i.icon-star-filled,
.checkout-page .card-list .list-item.expired i.icon-star-filled {
  display: none;
}

.address-page .card-list .expired-text,
.payment-card-wrap .card-list .expired-text,
.order-history-page .card-list .expired-text,
.reviews-page .card-list .expired-text,
.checkout-page .card-list .expired-text {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f03;
}

.basket-totals,
.order-total {
  padding: 1.5rem 0;
}

.basket-totals dl,
.order-total dl {
  display: flex;
  text-align: right;
  font-size: 1.6rem;
  margin: 0;
  padding: 0;
}

.basket-totals dl dt,
.order-total dl dt {
  padding: 1rem;
  width: 60%;
}

.basket-totals dl dd,
.order-total dl dd {
  margin: 0;
  padding: 1rem;
  min-width: 15rem;
  width: 40%;
}

.basket-totals .total,
.order-total .total {
  color: #ff0072;
  font-weight: bold;
}

.basket-items-wrap .basket-item,
.order .order-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 1.5rem 0;
  border-bottom: 0.1rem solid #f0f0f0;
}

.basket-items-wrap .basket-item:last-child,
.order .order-item:last-child {
  border-bottom: 0;
}

.basket-items-wrap .basket-item p,
.order .order-item p {
  padding: 0;
  margin: 0;
}

.basket-items-wrap .basket-item .processing,
.order .order-item .processing {
  padding: 1.5rem;
  font-weight: bold;
}

.basket-items-wrap .basket-item .item-info-wrap,
.order .order-item .item-info-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.basket-items-wrap .basket-item .item-info-wrap h2,
.order .order-item .item-info-wrap h2,
.basket-items-wrap .basket-item .item-info-wrap .category-list .all-categories a,
.category-list .all-categories .basket-items-wrap .basket-item .item-info-wrap a,
.order .order-item .item-info-wrap .category-list .all-categories a,
.category-list .all-categories .order .order-item .item-info-wrap a {
  margin-top: 0;
  margin-bottom: 10px;
}

.basket-items-wrap .basket-item .item-info-wrap .meta-info,
.order .order-item .item-info-wrap .meta-info {
  color: #999;
  font-style: italic;
}

.basket-items-wrap .basket-item .item-info-wrap .meta-info a,
.order .order-item .item-info-wrap .meta-info a {
  color: #999;
  text-decoration: none;
}

.basket-items-wrap .basket-item .item-info-wrap .meta-info a:hover,
.order .order-item .item-info-wrap .meta-info a:hover,
.basket-items-wrap .basket-item .item-info-wrap .meta-info a:active,
.order .order-item .item-info-wrap .meta-info a:active,
.basket-items-wrap .basket-item .item-info-wrap .meta-info a:visited,
.order .order-item .item-info-wrap .meta-info a:visited {
  color: #999;
}

.basket-items-wrap .basket-item .item-info-wrap .price,
.order .order-item .item-info-wrap .price {
  color: #ff0072;
  padding-top: 1rem;
  font-size: 1.8rem;
}

.basket-items-wrap .basket-item .item-info-wrap .rrp,
.order .order-item .item-info-wrap .rrp {
  color: #999;
  text-decoration: line-through;
}

.basket-items-wrap .basket-item .item-info-wrap .price-save,
.order .order-item .item-info-wrap .price-save {
  color: #999;
}

.basket-items-wrap .basket-item .item-img,
.order .order-item .item-img {
  width: 15rem;
  padding-right: 2rem;
}

.order-history-page .tab-triggers-wrap,
.reviews-page .tab-triggers-wrap {
  background: white;
  margin-left: 0;
  z-index: 1;
}

.order-history-page .head-block,
.reviews-page .head-block {
  z-index: 2;
  position: relative;
}

.order-history-page .content-block,
.reviews-page .content-block {
  z-index: 3;
  position: relative;
}

.order-history-page .order .order-footer,
.reviews-page .order .order-footer {
  border-bottom: 0.3rem solid black;
}

.order-items-wrap .dispatched {
  color: #37d077;
}

.order-items-wrap .dispatched span {
  color: #333;
}

.order .order-status.cancelled span {
  color: #f03;
}

.order .order-status.dispatched span {
  color: #37d077;
}

.order .item-checkout-info .cancelled {
  color: #f03;
}

.order .order-header {
  background: #f0f0f0;
  padding: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
}

.order .order-header h2,
.order .order-header .category-list .all-categories a,
.category-list .all-categories .order .order-header a {
  flex: 1 1 100%;
  margin: 0;
  padding-bottom: 1.5rem;
}

.order .order-header .order-status,
.order .order-header .order-date,
.order .order-header .delivery-address {
  flex: 1 1 33%;
  margin: 0;
  padding: 0 1.5rem 0 0;
}

.order .order-header .order-status {
  order: 4;
}

.order .order-header .order-date {
  order: 2;
}

.order .order-header .delivery-address {
  order: 3;
}

.order .order-footer {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  border-bottom: 0.1rem solid #f0f0f0;
  margin-bottom: 1.5rem;
}

.order-tracking-page .order .order-footer {
  border-bottom: 0.3rem solid black;
}

.reviews-items .item-info-wrap {
  display: flex;
  padding: 1rem 0;
  border-bottom: 0.1rem solid #f0f0f0;
}

.reviews-items .item-info-wrap:last-child {
  border: 0;
}

.reviews-items .review-info {
  margin: 0;
}

.reviews-items h2,
.reviews-items .category-list .all-categories a,
.category-list .all-categories .reviews-items a {
  margin-top: 0;
}

.reviews-items .item-img {
  width: 15rem;
  padding-right: 1rem;
}

.returnitem-page .content .form-wrap h2,
.returnitem-page .content .form-wrap .category-list .all-categories a,
.category-list .all-categories .returnitem-page .content .form-wrap a {
  padding-bottom: 0.5rem;
  margin-bottom: 0;
}

.returnitem-page .content p {
  padding-left: 0.5rem;
}

.personal-page .content .form-wrap h2,
.personal-page .content .form-wrap .category-list .all-categories a,
.category-list .all-categories .personal-page .content .form-wrap a {
  margin: 0;
}

.account-landing {
  max-width: 1024px;
}

.account-landing h1 {
  margin: 1rem;
}

.account-landing-container {
  display: flex;
  flex-direction: row;
  align-content: stretch;
  align-items: stretch;
  justify-content: space-around;
  width: 100%;
  flex-wrap: wrap;
  padding-bottom: 2rem;
}

.account-landing-section {
  padding: .5rem 1rem;
  margin: .5rem;
  flex: 1;
  min-height: 20rem;
  min-width: 25rem;
  padding: 0;
  margin: 1rem;
  border: 1px solid rgba(76,57,78,0.2);
  border-radius: .6rem;
  color: #333;
}

.account-landing-section h2,
.account-landing-section .category-list .all-categories a,
.category-list .all-categories .account-landing-section a {
  background-color: rgba(76,57,78,0.2);
  border-radius: .5rem .5rem 0 0;
  text-align: center;
  margin: 0;
  padding: 1rem 0;
}

.account-landing-section a {
  color: #333;
  text-decoration: none;
}

.account-landing-section a:hover,
.account-landing-section a:active,
.account-landing-section a:visited {
  color: #333;
}

.account-landing-section a {
  padding: 1rem 1.5rem;
  display: block;
  border-bottom: 0.1rem solid #f0f0f0;
  transition: all .2s;
  font-size: 1.4rem;
}

.account-landing-section a:hover {
  background-color: #f0f0f0;
}

.account-landing-section a:last-child {
  border-bottom: none;
}

.sidebar-section.account-sidebar-section .sidebar-section-content h2,
.sidebar .account-sidebar-section.mini-basket .sidebar-section-content h2,
.sidebar-section.account-sidebar-section .sidebar-section-content .category-list .all-categories a,
.category-list .all-categories .sidebar-section.account-sidebar-section .sidebar-section-content a,
.sidebar .account-sidebar-section.mini-basket .sidebar-section-content .category-list .all-categories a,
.category-list .all-categories .sidebar .account-sidebar-section.mini-basket .sidebar-section-content a {
  padding: 0;
  border-bottom: none;
}

.sidebar-section.account-sidebar-section .sidebar-section-content h2 a,
.sidebar .account-sidebar-section.mini-basket .sidebar-section-content h2 a,
.sidebar-section.account-sidebar-section .sidebar-section-content .category-list .all-categories a a,
.category-list .all-categories .sidebar-section.account-sidebar-section .sidebar-section-content a a,
.sidebar .account-sidebar-section.mini-basket .sidebar-section-content .category-list .all-categories a a,
.category-list .all-categories .sidebar .account-sidebar-section.mini-basket .sidebar-section-content a a {
  padding: .5rem;
  display: block;
  transition: all .2s;
}

.sidebar-section.account-sidebar-section .sidebar-section-content h2 a:hover,
.sidebar .account-sidebar-section.mini-basket .sidebar-section-content h2 a:hover,
.sidebar-section.account-sidebar-section .sidebar-section-content .category-list .all-categories a a:hover,
.category-list .all-categories .sidebar-section.account-sidebar-section .sidebar-section-content a a:hover,
.sidebar .account-sidebar-section.mini-basket .sidebar-section-content .category-list .all-categories a a:hover,
.category-list .all-categories .sidebar .account-sidebar-section.mini-basket .sidebar-section-content a a:hover {
  text-decoration: none;
  background-color: #f0f0f0;
}

.sidebar-section.account-sidebar-section .sidebar-section-content h2 a:focus,
.sidebar .account-sidebar-section.mini-basket .sidebar-section-content h2 a:focus,
.sidebar-section.account-sidebar-section .sidebar-section-content .category-list .all-categories a a:focus,
.category-list .all-categories .sidebar-section.account-sidebar-section .sidebar-section-content a a:focus,
.sidebar .account-sidebar-section.mini-basket .sidebar-section-content .category-list .all-categories a a:focus,
.category-list .all-categories .sidebar .account-sidebar-section.mini-basket .sidebar-section-content a a:focus {
  text-decoration: none;
}

.sidebar {
  padding: 0 .5rem 0 0;
}

.sidebar .sidebar-section,
.sidebar .mini-basket {
  padding: .5rem 1rem;
  margin: .5rem;
  background: #fff;
  box-shadow: 0.1rem 0.1rem 0.2rem rgba(0,0,0,0.1);
  margin-left: 0;
}

.sidebar .sidebar-section h2,
.sidebar .mini-basket h2,
.sidebar .sidebar-section .category-list .all-categories a,
.category-list .all-categories .sidebar .sidebar-section a,
.sidebar .mini-basket .category-list .all-categories a,
.category-list .all-categories .sidebar .mini-basket a {
  margin: 0;
  padding: 1rem 0;
  border-bottom: 1px solid #f0f0f0;
}

.sidebar .block-wrap,
.sidebar .order-segments {
  float: none;
  padding: .5rem 1rem;
  margin: .5rem;
  background: #fff;
  box-shadow: 0.1rem 0.1rem 0.2rem rgba(0,0,0,0.1);
  margin-left: 0;
  width: auto;
}

.sidebar .block-wrap h2,
.sidebar .order-segments h2,
.sidebar .block-wrap .category-list .all-categories a,
.category-list .all-categories .sidebar .block-wrap a,
.sidebar .order-segments .category-list .all-categories a,
.category-list .all-categories .sidebar .order-segments a {
  margin: 0;
  padding: 1rem 0;
  border-bottom: 1px solid #f0f0f0;
}

.sidebar .block-wrap a,
.sidebar .order-segments a {
  padding: .5rem;
  display: block;
  border-bottom: 0.1rem solid #f0f0f0;
  transition: all .2s;
  text-decoration: none;
}

.sidebar .block-wrap a:hover,
.sidebar .order-segments a:hover {
  background-color: #f0f0f0;
}

.sidebar .block-wrap a img,
.sidebar .order-segments a img {
  width: 100%;
  margin-bottom: 0.7rem;
}

.sidebar .block-wrap a:hover>img,
.sidebar .order-segments a:hover>img {
  opacity: .8;
}

.sidebar .block-wrap a.link-item-image,
.sidebar .order-segments a.link-item-image {
  padding: 0;
  border-bottom: none;
}

.sidebar .block-wrap a.link-item-image .link-text,
.sidebar .order-segments a.link-item-image .link-text {
  padding: 0.5rem;
}

.sidebar .block-wrap a.sidebar-toggle,
.sidebar .order-segments a.sidebar-toggle {
  color: #10bbd5;
  border-bottom: none;
  text-decoration: underline;
  font-weight: bold;
}

.sidebar .block-wrap .block-header,
.sidebar .order-segments .block-header {
  border: none;
  padding-bottom: 0;
}

.sidebar .block-wrap .tab a:nth-child(n+6),
.sidebar .order-segments .tab a:nth-child(n+6) {
  display: none;
}

.sidebar .block-wrap .tab a:last-child,
.sidebar .order-segments .tab a:last-child {
  display: block;
}

.sidebar .block-wrap .tab.show-all a:nth-child(n+6),
.sidebar .order-segments .tab.show-all a:nth-child(n+6) {
  display: block;
}

.sidebar .btn,
.sidebar .sidebar-trigger,
.sidebar .bestseller-page .item-img .number,
.bestseller-page .item-img .sidebar .number {
  width: 100%;
}

.sidebar-trigger {
  display: none;
  background: white;
  border: 0.1rem solid #cacaca;
}

.sidebar-trigger:after {
  float: none;
  content: "∨";
}

.sidebar-trigger:after {
  margin-left: 1rem;
  font-size: 1.4em;
  line-height: 0;
  position: relative;
  top: 0.22em;
}

.filter-buttons {
  display: none;
}

.sidebar-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #333;
}

.sidebar-nav a {
  color: #333;
  text-decoration: none;
}

.sidebar-nav a:hover,
.sidebar-nav a:active,
.sidebar-nav a:visited {
  color: #333;
}

.sidebar-nav a {
  padding: .5rem;
  display: block;
  border-bottom: 0.1rem solid #f0f0f0;
  transition: all .2s;
  text-decoration: none;
}

.sidebar-nav a:hover {
  background-color: #f0f0f0;
}

.sidebar-nav.extra-bar {
  margin-top: 35px;
}

.sidebar-nav li:last-child a {
  border-bottom: none;
}

.sidebar-nav li:nth-last-child(2) span {
  border-bottom: none;
}

.category-list .all-categories a {
  padding-top: 0;
  font-weight: bold;
}

.category-list .all-categories a:before {
  margin-right: 1rem;
  font-size: 1.4em;
  line-height: 0;
  position: relative;
  top: 0.22em;
}

.category-list .sub-category-1 {
  margin-left: .5em;
}

.category-list .sub-category-2 {
  margin-left: 1em;
}

.category-list .sub-category-3 {
  margin-left: 1.5em;
}

.category-list .sub-category-4 {
  margin-left: 2em;
}

.category-list .sub-category-5 {
  margin-left: 2.5em;
}

.category-list .sub-category-6 {
  margin-left: 3em;
}

.category-list .sub-category-7 {
  margin-left: 3.5em;
}

.category-list .sub-category-8 {
  margin-left: 4em;
}

.additional-categories-title,
.category-list .current-page {
  font-weight: bold;
  padding: .5rem;
  display: block;
  border-bottom: 0.2rem solid #10bbd5;
}

.additional-categories-title:after,
.category-list .current-page:after {
  float: right;
}

.main-content .right-content {
  padding-top: 0;
  margin-left: auto;
}

.main-content .right-content {
  flex: 1 0 100%;
}

.main-content .right-content ul.pagination {
  margin: 0;
  padding-top: 10px;
  padding-left: 10px;
  display: block;
  float: right;
}

.main-content .right-content .form-inline,
.main-content .right-content .right-content {
  width: auto;
  padding-top: 10px;
}

.main-content .right-content .form-inline .form-control,
.main-content .right-content .right-content .form-control {
  width: auto;
}

.seasonal-theme-xmas .user-nav-wrap {
  background-image: url(../img/xmas-header.png);
  background-position-x: center;
}

.seasonal-theme-xmas .header-wrap {
  background-image: url(../img/xmas-header.png);
  background-position-x: center;
}

.seasonal-theme-xmas .header-wrap {
  background-position-y: -44px;
}

.seasonal-theme-xmas.page-type-home .footer-social-wrap::before {
  content: url(../img/xmas-footer-left.png);
  position: absolute;
  left: 0;
  margin-top: -196px;
}

.seasonal-theme-xmas.page-type-home .footer-social-wrap::after {
  content: url(../img/xmas-footer-right.png);
  position: absolute;
  right: 0;
  margin-top: -42px;
}

.delivery-santa {
  order: 3;
  color: black;
  padding: 1.5rem 0 0 0;
  display: flex;
  align-items: center;
  font-weight: bold;
}

.delivery-santa img {
  width: 40px;
  padding-right: 9px;
}

.delivery-santa span {
  display: block;
  padding: 0 1.5rem 0 0;
}

.show-only-mobile,
.show-on-mobile {
  display: none !important;
}

.lazy {
  opacity: 0;
  transition: opacity linear 0.2s;
}

.lazy.loaded {
  opacity: 1;
}

a.anchor-tag {
  position: relative;
  top: 0;
  display: block;
  visibility: hidden;
}

.main-content {
  z-index: 3;
  border-radius: .6rem;
}

.main-content label {
  font-weight: normal;
}

.main-content .page-title {
  margin: 0;
  font-weight: normal;
}

.main-content .results-info {
  font-size: 1.2rem;
}

.main-content .search-info {
  line-height: 30px;
  padding-right: 1rem;
}

.type-map {
  padding: 0;
}

.type-map h3 {
  display: none;
}

.people-shopping {
  margin-left: 0.5rem;
  display: flex;
  flex-direction: column;
}

.people-shopping .block-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.people-shopping .block {
  width: 100%;
  flex: 4 1 100%;
  display: block;
  overflow: hidden;
  position: relative;
}

.people-shopping .tab-wrap,
.people-shopping .tab {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
}

.people-shopping .map-block {
  display: flex;
  align-items: center;
  justify-content: center;
}

.map-block {
  height: 100%;
  min-height: 14rem;
}

.map-block span.loading {
  border-radius: 0.2em;
  box-shadow: rgba(0,0,0,0.8) .6em 0 0 0,rgba(0,0,0,0.8) .44em .44em 0 0,rgba(0,0,0,0.8) 0 .6em 0 0,rgba(0,0,0,0.8) -.44em .44em 0 0,rgba(0,0,0,0.8) -.6em 0 0 0,rgba(0,0,0,0.8) -.44em -.44em 0 0,rgba(0,0,0,0.8) 0 -.6em 0 0,rgba(0,0,0,0.8) .44em -.44em 0 0;
  width: .4em;
  height: .4em;
  margin: .6em;
  display: inline-block;
  font-size: 8px;
  line-height: 1;
  animation: spinner-loader 1500ms infinite linear;
  overflow: hidden;
  content: " ";
  margin-right: 1.5em;
  margin-left: -1.5em;
}

div.map-popup a.leaflet-popup-close-button {
  top: auto;
  bottom: 0;
  padding: 0 8px 38px 0;
}

.leaflet-popup-content {
  margin: .5rem .5rem;
}

.map-book-item {
  width: 215px;
  height: 100px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.map-book-item a {
  font-weight: bold;
}

.map-book-item .img-wrap {
  flex: 1 1 40%;
}

.map-book-item .img-wrap a {
  text-align: center;
  display: block;
  max-width: 100%;
}

.map-book-item .img-wrap img {
  width: auto;
  height: auto;
  max-width: 100% !important;
  max-height: 100px !important;
}

.map-book-item .info-wrap {
  flex: 1 1 60%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  align-items: stretch;
  padding-left: .5rem;
  height: 110px;
}

.map-book-item .info-wrap p {
  font-size: 1.2rem;
  padding: 2px 0;
  margin: 0;
  line-height: 1.4rem;
}

.map-book-item .info-wrap p.item-loc,
.map-book-item .info-wrap p.item-title {
  flex-grow: 0;
}

.map-book-item .info-wrap span.item-bold {
  font-weight: bold;
}

.map-book-item .info-wrap p.item-title {
  overflow: hidden;
  font-size: 1.2rem;
}

.map-live-page {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  padding: 6rem 0;
  background: white;
  z-index: 3;
}

.map-live-page .map-block {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.map-live-page .map-footer {
  background: white;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.5rem;
  z-index: 2;
}

.map-live-page .map-footer-content {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.map-live-page .map-footer-left {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  flex: 1 1 60%;
}

.map-live-page .map-footer-left h1 {
  font-size: 1.8rem;
  padding: 0 1rem 0.5rem 0;
}

.map-live-page .map-footer-left ul {
  padding: 0 1rem 0 0;
}

.map-live-page .map-footer-left h1,
.map-live-page .map-footer-left ul {
  margin: 0;
  flex-shrink: 0;
}

.map-live-page .map-footer-right {
  flex: 1 1 40%;
}

.mode-live.header-wrap {
  position: fixed;
  top: 0;
  width: 100%;
}

.home-page .people-shopping {
  display: none;
}