@charset "UTF-8";

.section-block, .wrapper {
  border: 0 solid transparent;
  border-width: 0 15px;
  margin: 0 auto;
}

.section-block--with-rule::before, .section-block, .scrollpane--unwrapper, .unwrapper {
  margin: 0 -15px;
}
html {
  color: #444444;
  font-size: 13px;
  line-height: 1.5385615385;
}

html,
button,
input,
select,
textarea {
  box-sizing: border-box;
}

button,
input,
optgroup,
select,
textarea {
  line-height: initial;
}

p,
pre {
  margin: 1em 0;
}

:root .hidden {
  display: none !important;
}

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

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

@media screen and (max-width: 62.74em) {
  :root .desktop-only {
    display: none !important;
  }
}
.inline-block {
  display: inline-block;
  vertical-align: top;
}

a.col-silver {
  background-image: url("/images/silver.gif");
  background-size: 100% 100%;
}

a.col-multi {
  background-image: url("/images/multi.png");
  background-size: 100% 100%;
}

a.col-black-silver {
  background-image: url("/images/black-silver.png");
  background-size: 100% 100%;
}

a.col-black-white {
  background-image: url("/images/black-white.png");
  background-size: 100% 100%;
  border: 1px solid #ccc !important;
}

a.col-replica {
  background-image: url("/images/replica.png");
  background-size: 100% 100%;
}

a.col-red-white-blue {
  background-image: url("/images/red-white-blue.png");
  background-size: 100% 100%;
  border: 1px solid #ccc !important;
}

a.col-green-white-red {
  background-image: url("/images/green-white-red.png");
  background-size: 100% 100%;
  border: 1px solid #ccc !important;
}

a.col-gold {
  background-image: url("/images/gold.png");
  background-size: 100% 100%;
}

a.col-black {
  background: #000 !important;
}

a.col-gun {
  background: #999 !important;
}

a.col-white {
  background: #fff !important;
  border: 1px solid #ccc !important;
}

a.col-red {
  background: #cc0000 !important;
}

a.col-blue {
  background: #0000cc !important;
}

a.col-green {
  background: #00cc00 !important;
}

a.col-yellow {
  background: #eeee00 !important;
}

a.col-orange {
  background: #ffcc00 !important;
}

a.col-pink {
  background: #ff83fa !important;
}

a.col-purple {
  background: #9900cc !important;
}

a.col-tan {
  background: #f1d693 !important;
}

a.col-brown {
  background: #a5897d !important;
}

a.col-anthracite {
  background: #999 !important;
}

a.col-beige {
  background: #e9dccf !important;
}

:root:not(.modern-wrapper) {
  --layout-wrapper--max-width: 1780px;
  --layout-wrapper--margin: 15px;
}

.in-modal {
  --layout-wrapper--margin: 0px;
}

.in-modal .wrapper {
  border-left-width: 0;
  border-right-width: 0;
}
.wrapper--half-height {
  padding-bottom: 0 !important;
}

.in-modal .unwrapper {
  margin-left: 0;
  margin-right: 0;
}

#content_main h1.opening_times_heading {
  font-weight: bold;
  margin: 0px;
}
#content_main #opening_times_desktop, #content_main #opening_times_mobile {
  margin-bottom: 20px;
}
#content_main .opening_times_text a {
  color: #000;
  font-weight: 400;
}

.opening_info_christmas {
  border: 3px solid #d0f0e3;
  display: flex;
  margin-bottom: 30px;
  margin-top: 30px;
}
@media screen and (max-width: 1005px) {
  .opening_info_christmas {
    flex-direction: column;
  }
}
.opening_info_christmas span {
  color: #7ca017;
  font-weight: bold;
}
.opening_info_christmas div:nth-child(1) {
  border-bottom: 1px solid #e3e3e3;
  margin: 20px 20px 0px 20px;
  padding-right: 0;
  padding-bottom: 20px;
}
.opening_info_christmas div:nth-child(2) {
  margin: 15px 20px 20px 0px;
  padding-left: 20px;
}
.opening_info_christmas div:nth-child(2) div {
  margin-left: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.opening_info_christmas div:nth-child(2) div ul {
  display: flex;
  margin: 0;
}
.opening_info_christmas div:nth-child(2) div ul li {
  display: block;
  font-size: 115%;
  list-style-type: none;
}
.opening_info_christmas div:nth-child(2) div ul li:nth-child(1) {
  font-weight: bold;
  width: 90px;
}
.opening_info_christmas h2 {
  color: black;
  margin: 0;
  font-weight: bold;
}

.opening_times_layout {
  width: 100%;
}
.opening_times_layout:after {
  clear: both;
}
.opening_times_layout ul {
  display: flex;
  margin: 0;
}
.opening_times_layout ul li {
  border-bottom: 1px solid #e3e3e3;
  display: flex;
  flex: 1 1 0;
  margin-left: 4px;
  margin-right: 4px;
  padding: 8px;
}
.opening_times_layout ul li:nth-child(1) {
  flex-grow: 2;
  font-weight: bold;
}
.opening_times_layout ul li span {
  font-weight: normal;
  font-style: italic;
}
.opening_times_layout ul:first-of-type li:first-of-type.empty {
  background: #FFF;
}
.opening_times_layout ul .changed {
  color: #c52c19;
}
.opening_times_layout .heading li {
  background: none;
  border: none;
  border-bottom: 1px solid #e3e3e3;
  color: #000;
  font-size: 115%;
  font-weight: normal;
  font-weight: bold;
}
@media screen and (max-width: 35.49em) {
  .opening_times_layout #opening_times_desktop {
    display: none;
  }
}
@media screen and (max-width: 35.49em) {
  .opening_times_layout #opening_times_mobile {
    display: block;
  }
  .opening_times_layout #opening_times_mobile .heading li {
    background-color: #FFF;
    margin-top: 15px;
  }
}

.opening_times .left {
  text-align: left;
}
.opening_times .date,
.opening_times .times {
  width: 33%;
}

#main-container {
  flex: 1 0 auto;
  position: relative;
  z-index: 1;
}
#main-container .wrapper {
  background: #fff;
}
#main-container div.head {
  padding-top: 15px;
  padding-bottom: 20px;
}
#main-container div.head:empty {
  padding-bottom: 0;
}
#main-container div.head__black-friday {
  padding-top: 0;
}
@media screen and (max-width: 47.99em) {
  #main-container div.head {
    padding-top: 5px;
    padding-bottom: 10px;
  }
  #main-container div.head__black-friday {
    padding-top: 0;
  }
}
.in-modal #main-container div.head {
  padding: 0;
}
.in-modal #main-container div.head .bar_message:first-child {
  margin-top: 0 !important;
}

#content_main {
  float: right;
  width: 100%;
  margin-bottom: 50px;
  line-height: 1.5385615385;
}
@media screen and (max-width: 47.99em) {
  #content_main {
    margin-bottom: 30px;
  }
}

#content_main_full {
  text-align: center;
}

#content_left {
  float: left;
  display: none;
  margin-bottom: 40px;
  overflow-anchor: none;
}
#content_left div.menu_att ul.sub a[href*="#"].selected {
  color: #406090;
  text-decoration: initial;
}
#content_left div.menu_att ul.sub a[href*="#"].selected :hover {
  text-decoration: underline;
}
.logo-title {
  display: inline-block;
  width: 300px;
  height: 36px;
  overflow: hidden;
  text-indent: 110%;
  white-space: nowrap;
}
.logo-title.logo-title-uk {
  background: url("/images/logo/sbs-header-desktop-2022.svg") no-repeat 0 0/300px 36px;
}
.logo-title.logo-title-uk.snow {
  background: url("/images/sbs_co_uk_christmas_logo_2018.svg") no-repeat 0 0;
}
.logo-title.logo-title-de {
  background: url("/images/sbs_de_logo_283_2015.png") no-repeat 0 0;
}

/* Styles */
body {
  min-width: 320px;
}

h1 {
  margin: 0 0 1em 0;
  font-size: 145%;
  line-height: 1.4em;
  font-weight: 500;
}

h2 {
  margin: 0 0 1em 0;
  font-size: 115%;
  font-weight: 500;
  color: #903030;
}

h3 {
  margin: 1em 0 12px 0;
  font-size: 110%;
  font-weight: bold;
  color: #406090;
}

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

a:hover {
  text-decoration: underline;
}

a.plain {
  color: #406090 !important;
  text-decoration: underline !important;
}

a.pdf {
  padding: 0 10px 0 23px;
  background: url(/images/pdf_icon.png) no-repeat left 50%;
}

br.clear {
  clear: both;
}

p {
  margin-bottom: 10px;
}

p.fine {
  font-size: 85%;
}

span.status_error, span.status_error a {
  color: #cc0000;
}

em {
  font-style: normal;
  text-decoration: underline;
}

ul {
  margin: 0 0 0 1.4em;
  padding: 0;
}

img {
  max-width: 100%;
}

#sliderCont {
  margin: 0;
  padding: 0;
  list-style: none;
}

#value-container {
  margin-bottom: 20px;
}

#value-prop {
  height: 50px;
  overflow: hidden;
  text-align: center;
}

#value-prop img {
  height: 100%;
}

#value-prop img.val_2, #value-prop img.val_3, #value-prop img.val_4 {
  display: none;
}

#value-prop img.lab {
  margin-right: 8px;
}

/* Search Container */
#search_wrap {
  top: 100px;
  z-index: 49;
}

#search_results em {
  display: block;
  height: 50px;
  margin: 5px 0;
  line-height: 50px;
  font-weight: normal;
  text-decoration: none;
  color: #406090;
  font-size: 120%;
}

#search_results em {
  padding-left: 0;
}

#search_results div.depts {
  display: none;
  float: left;
  width: 190px !important;
}

#search_results div.depts a {
  width: 175px;
}

#search_results div.prods {
  float: left;
  padding-left: 0;
}

#search_results em {
  margin-bottom: 13px;
}

#search_results a {
  float: left;
  dispay: block;
  width: 31%;
  height: 65px;
  margin-bottom: 15px;
  padding: 3px 3px 0 3px;
  font-weight: normal;
  font-size: 90%;
  color: #333;
}

#search_results a img {
  float: left;
  width: 65px;
  height: 65px;
  margin-right: 10px;
  padding: 2px;
  background: #fff url(/images/loading.gif) no-repeat 50% 50%;
}

#search_results a:hover {
  text-decoration: underline;
}

#search_results a.view_all:hover {
  background: #4990be;
  color: #fff;
  text-decoration: none;
}

#search_results span.no_res a {
  display: inline;
  float: none;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  text-decoration: underline;
  color: blue;
}

#search_results span.no_res a:hover {
  background: none;
}

#search_qty {
  font-weight: bold;
}

a#search_close:hover {
  text-decoration: underline;
  background-color: transparent;
}

/* Content */
html:not(.in-modal) .content_main_wide {
  margin-bottom: 60px;
}

:root html.in-modal {
  background: #fff;
}

h1.home {
  margin-bottom: 0;
  text-transform: uppercase;
  text-align: center;
}

div.twin_col_l {
  margin-bottom: 20px;
  text-align: left;
}

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

div.twin_col_r {
  clear: both;
  margin-bottom: 20px;
  text-align: left;
}

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

div.twin_col_r_review div.form div.row span.label {
  width: auto;
}

div.home_featured div.prod {
  width: 100%;
}

div.home_featured div.col_l {
  padding-right: 0;
  border-right: none;
}

div.home_featured div.col_l:last-child {
  border-bottom: none !important;
}

div.single_col {
  margin: 20px 0;
}
@media screen and (max-width: 47.99em) {
  div.single_col:first-child {
    margin-top: 0;
  }
  div.single_col:last-child {
    margin-bottom: 0;
  }
}

div.single_col_account {
  max-width: 550px;
}

/* Text Column */
div.text_column {
  float: left;
  margin-bottom: 20px;
}

div.text_column img.head {
  float: right;
  padding: 0 0 10px 10px;
}

div.text_column img.head_left {
  float: left;
  padding: 0 10px 10px 0;
}

div.text_column_right {
  float: right !important;
}

div.text_column_content {
  padding: 0 5px 0 15px;
}

div.text_column h2 {
  margin-bottom: 20px;
  padding: 10px 10px 10px 15px;
  font-size: 130%;
  background: #f4f4f4;
  border-radius: 5px;
  color: #444;
}

/* Categories */
img.cat_main {
  float: right;
  width: 150px;
  height: 150px;
  padding: 0 0 5px 5px;
}

#banners_vert ul {
  margin: 0;
  list-style-type: none;
}

ul.cats_group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 40px;
  padding: 0;
  list-style: none;
  text-align: center;
}
ul.cats_group .icon--offer {
  position: absolute;
  top: 0;
  left: 0;
  height: 60px;
  width: 50px;
  z-index: 3;
}

ul.cats_group li {
  flex: 0 0 auto;
  font-size: 16px;
  line-height: 1.2em;
  position: relative;
  width: 145px;
  padding: 10px;
  margin-top: 20px;
  vertical-align: top;
}

@media screen and (min-width: 23.4375em) and (max-width: 29.99em) {
  ul.cats_group li {
    width: 170px;
  }
}
ul.cats_group a {
  color: #0066cc;
  display: block;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

ul.cats_group a:hover {
  text-decoration: underline;
}

ul.cats_group a img {
  aspect-ratio: 1;
  display: block;
  height: 87.5%;
  object-fit: contain;
  margin: 0 auto 15px;
  width: 87.5%;
}

ul.cats_home a img {
  width: 100%;
}

ul.cats_group a span:not(.product-promo-label__prefix):not(.product-promo-label__suffix) {
  display: block;
  clear: both;
  padding: 5px;
  border-top: 1px dotted #999;
}

ul.cats_group a span.product-promo-label__prefix,
ul.cats_group a span.product-promo-label__suffix {
  line-height: 1.5385615385;
}

ul.cats_group img.cat_prom {
  position: absolute;
  left: 5px;
  top: 5px;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
}
ul.cats_group img.cat_prom[src$=".svg"], ul.cats_group img.cat_prom[src*=".svg?"] {
  left: 0;
  top: 0;
  max-width: 55px;
}

ul.brands_group li {
  margin-top: 0;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

ul.brands_group a img {
  padding: 0;
}

span.title {
  background: none;
  border-bottom: 1px solid #d2d6d9;
  clear: both;
  color: #1e2429;
  display: block;
  font-size: 140%;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 10px 10px 4px 0px;
}

span.subtitle {
  display: block;
  margin-bottom: 20px;
  font-size: 130%;
  text-decoration: none;
}

ul.depts_list {
  margin: 0 0 30px 0;
  list-style-type: none;
}

ul.depts_list li {
  border-bottom: 1px dotted #ccc;
}

ul.depts_list li:last-child {
  border: none;
}

ul.depts_list a {
  display: block;
  padding: 12px 0 12px 15px;
  line-height: 1.6em;
  background: #fff;
}

/* Prod Listings */
div#prod_wrap {
  margin: 30px 0 50px;
}

div#prod_list, div#prod_list_full {
  margin-bottom: 30px;
}

div.prod span.fitment {
  display: block;
  float: left;
  height: 20px;
  background: transparent url(/images/icon_popup.gif) no-repeat right 5px;
  padding-right: 15px;
}

div.prod span.fitment a {
  height: 20px;
  padding-left: 37px;
  background: transparent url(/images/icon_bike_gen_small.gif) no-repeat left top;
  font-weight: normal;
  text-decoration: underline;
}

div.prod {
  position: relative;
  float: left;
  width: 100%;
  padding: 18px;
  border-bottom: 1px dotted #d5d5d5;
}

div.prod div.spin_cont {
  position: absolute;
  top: 18px;
  left: -10px;
  width: 180px;
  height: 180px;
  background: #fff url(/images/loading.gif) no-repeat 50% 50%;
  display: none;
  cursor: pointer;
}

div.prod div.image {
  float: left;
  margin-right: 10px;
  background: #fff url(/images/loading.gif) no-repeat 50% 25px;
}

div.prod span.line-through {
  font-weight: normal;
  background: url(/images/linethrough.gif) repeat-x left 55%;
  font-size: 90%;
}

div.spin_cont {
  z-index: 10;
}

div.col_l, div.col_r {
  padding: 18px 0;
}

div.col_l {
  border-bottom: 1px dotted #d5d5d5 !important;
}

div.col_c {
  border-right: 1px dotted #d5d5d5;
}

div.last_row {
  border-bottom: none;
}

div.prod a img {
  float: left;
  margin-bottom: 10px;
}

div.image img.list_prom {
  position: absolute;
  top: 10px;
  left: -5px;
}

div.col_r img.list_prom {
  left: 10px;
}

div.prod span.info {
  display: block;
  margin-bottom: 10px;
}

div.prod span.info a {
  display: block;
  margin-bottom: 12px;
  font-weight: bold;
}

div.prod span.view {
  display: none;
  float: right;
  margin-right: 10px;
}

div.prod span.spin {
  float: right;
  margin-right: 10px;
}

div.prod span.price {
  float: left;
  margin-top: -3px;
  text-align: left;
  font-weight: bold;
  font-size: 110%;
}

div.prod span.fine {
  display: block;
  font-size: 70%;
  font-weight: normal;
  line-height: 90%;
  text-transform: uppercase;
}

div.prod span.rating {
  clear: left;
  display: block;
  width: 100px;
  font-size: 90%;
  font-style: italic;
  color: #008000;
  text-align: center;
}

div.prod span.not_rated {
  color: #ccc;
}

div.list_prod_rating img.info {
  float: right;
  margin-top: -5px;
}

/* Horizontal Prod Listings */
div.prod_hori {
  clear: both;
  height: 240px;
  margin: 30px 0;
  padding: 20px 0 15px 0;
}

div.prod_hori a {
  float: left;
  display: block;
  width: 129px;
  height: 158px;
  margin: 10px 0;
  padding: 0 5px;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
  line-height: 1.4em;
}

div.prod_hori a:hover {
  text-decoration: underline;
}

div.prod_hori a:last-child {
  border-right: none;
}

/* Product Page */
div.menu_prod_header {
  margin-bottom: 1px;
  padding: 8px 0 8px 10px;
  color: #fff;
  font-weight: bold;
  background: url(/images/back_menu_prod_header.gif) no-repeat left top;
}

div.menu_prod_footer {
  margin: 1px 0 20px 0;
  padding: 8px 0 8px 10px;
  color: #fff;
  font-weight: bold;
  font-size: 85%;
  background: url(/images/back_menu_prod_footer.gif) no-repeat left bottom;
}

div.content_prod h1 {
  clear: both;
  margin-bottom: 15px;
}

div.content_prod h2 {
  margin-bottom: 25px;
  font-weight: normal;
}

div.content_prod h3 {
  margin: 0 0 25px;
}

div.prod_col_l {
  float: left;
  width: 100%;
}

div.prod_col_r {
  clear: left;
  margin-bottom: 20px;
}

div.rev_col_r {
  margin-left: 545px;
}

p.prod_rating {
  color: #008000;
  font-style: italic;
  min-height: 19px;
}

p.not_rated {
  color: #ccc;
}

p.prod_rating img {
  margin: 0 2px -3px 0;
}

div.prod_offer {
  clear: both;
  height: 50px;
  margin: 20px 0 10px;
}

div.prod_offer img.prod_man {
  float: right;
  height: 50px;
}

div.prod_offer em {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 85%;
}

div.prod_offer div.prod_price, div.prod_offer div.prod_finance {
  float: left;
  padding: 5px 20px 5px 25px;
  border-left: 1px dotted #d5d5d5;
}

div.prod_offer div.prod_price {
  padding-left: 0;
  border-left: none;
}

div.prod_offer span.price {
  display: block;
  font-size: 145%;
  font-weight: bold;
  line-height: 1.2em;
}

div.prod_offer div.prod_finance {
  display: none;
}

div.prod_offer div.prod_finance span.price {
  color: #9dc4d8;
}

div.prod_offer div.prod_finance span span {
  font-size: 50%;
  text-transform: uppercase;
}

div.prod_avail span.status_default {
  font-weight: normal;
  font-style: italic;
  color: #666;
}

div.prod_avail span.status_error {
  font-weight: bold;
  font-style: normal;
  color: #cc0000;
}

div.prod_avail span.prod_avail {
  display: block;
  float: left;
}

span.status_error, span.status_error a {
  color: #cc0000;
}

span.status_delay, span.status_delay a {
  color: #cc6633;
}

span.status_ok, span.status_ok a {
  color: #008000;
}

span.status_warn, span.status_warn a {
  color: #ffa500;
}

div.container {
  width: 178px;
  padding: 10px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  font-size: 85%;
}

#button_checkout {
  width: 290px;
  margin: 0 auto;
  cursor: pointer;
}

p.add_wishlist {
  float: right;
  clear: right;
  margin: 3px 25px 0 0;
}

div.prod_info {
  clear: both;
}

div.prod_info div.info_head {
  margin: 10px -15px 0;
  padding: 15px 15px 5px;
  background: #eee;
}

div.prod_info div.info_head h1 {
  font-weight: bold;
  font-size: 120%;
}

div.prod_info div.info_head h2 {
  font-size: 100%;
}

div.prod_info a.spin {
  display: none;
}

div.prod_info span.quick {
  display: none;
  float: right;
  color: #666;
  font-size: 85%;
}

div.prod_info p#timescale {
  margin-top: 75px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #ccc;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

div.prod_info p.timescale_default {
  color: #666;
}

div.prod_info p.timescale_ok {
  color: #008000;
}

div.prod_info p.timescale_warn {
  color: #ffa500;
}

div.prod_info p.timescale_error {
  color: #cc0000;
}

div.prod_info p.prod_options {
  display: block;
  margin-top: 0;
  font-size: 115%;
  color: #903030;
}

div.prod_info p.prod_options span {
  display: block;
}

div.prod_info #option {
  width: 290px;
  margin-top: 10px;
  padding: 2px;
  font-size: 90%;
}

div.content_prod div.prod {
  width: 100%;
  padding: 15px 15px 15px 0;
}

/* Product Desc Tabs */
#tabs_container {
  margin: 120px 0 20px;
}

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

h3.images {
  padding: 7px 0 7px 30px;
  background: url(/images/icon_prod_photo.gif) no-repeat 0 3px;
}

h3.videos {
  padding: 7px 0 7px 30px;
  background: url(/images/icon_prod_video.gif) no-repeat 0 3px;
}

h3.qandas {
  padding: 7px 0 7px 30px;
  background: url(/images/icon_prod_question.gif) no-repeat 0 3px;
}

div.prod_avail span.status_checking {
  padding-left: 20px;
  background: url(/images/stock_loading_2013.gif) no-repeat 1px 0px;
}

div.prod_avail span.status_ok {
  padding-right: 15px;
  background: url(/images/icon_popup.gif) no-repeat scroll right 4px transparent;
  font-weight: bold;
  font-style: normal;
  color: #008000;
}

div.prod_avail span.status_warn {
  padding-right: 15px;
  background: url(/images/icon_popup.gif) no-repeat scroll right 4px transparent;
  font-weight: bold;
  font-style: normal;
  color: #ffa500;
}

div.prod_price_match {
  height: 68px;
  margin-top: -9px;
  padding: 53px 0 0 10px;
  background: transparent url(/images/back_price_match.png) no-repeat top left;
  font-size: 85%;
  line-height: 1.2em;
}

div.add_basket div.links a.wishlist {
  background: url(/images/icon_wishlist_16.png) no-repeat 0 3px;
}

div.add_basket div.links a.email {
  background: url(/images/icon_email_16.png) no-repeat 0 3px;
}

div.add_basket div.links a.question {
  background: url(/images/icon_question_16.png) no-repeat 0 3px;
}

div.add_basket div.links a.delivery {
  background: url(/images/icon_box_16.png) no-repeat 0 3px;
}

div.add_basket div.links a.delivery_free {
  color: #008000;
  background: url(/images/icon_box_green_16.png) no-repeat 0 3px;
}

div.add_basket div.links a.sizing {
  background: url(/images/icon_size_16.png) no-repeat 0 3px;
}

div.product_desc {
  margin-bottom: 30px;
}

div.product_desc p {
  margin-bottom: 15px;
}

div.product_desc ul {
  list-style-type: disc;
}

#product_option_table {
  margin-bottom: 40px;
}

#product_option_table table {
  width: 100%;
  border-collapse: collapse;
}

#product_option_table table tr {
  background: #ececec;
}

#product_option_table table tr.odd {
  background: #e3e6ec;
}

#product_option_table table tr.selected {
  background: #c7e2c9;
}

#product_option_table table th {
  padding: 5px;
  font-weight: normal;
  font-style: italic;
  background: #fff;
}

#product_option_table table td {
  padding: 8px;
  border: 1px solid #fff;
}

#product_option_table table td.option {
  font-weight: bold;
  text-align: center;
  vertical-align: top;
}

#product_option_table table td.description {
  text-align: left;
}

#product_option_table table td.price {
  font-weight: bold;
  text-align: right;
  vertical-align: top;
}

#product_option_table table td.was {
  text-decoration: line-through;
}

#product_spec_table {
  margin-bottom: 40px;
}

#product_spec_table table {
  width: 100%;
  border-collapse: collapse;
}

#product_spec_table table caption {
  margin-bottom: 19px;
  font-size: 16px;
  font-weight: 500;
  color: #444444;
  text-align: left;
}

#product_spec_table table thead td {
  padding: 0 0 20px 0;
  background: #fff;
}

#product_spec_table table tr {
  background: #f4f4f4;
}

#product_spec_table table tr.odd {
  background: #e9e9e9;
}

#product_spec_table table td {
  padding: 6px;
  border: 1px solid #fff;
}

#product_spec_table table td.group {
  white-space: nowrap;
  font-weight: 500;
  text-align: left;
  vertical-align: top;
}

#product_spec_table table td.attribute {
  text-align: left;
}

#product_fittings_table {
  margin-bottom: 40px;
}

#product_fittings_table table {
  width: 100%;
  border-collapse: collapse;
}

#product_fittings_table table caption {
  margin-bottom: 8px;
  font-size: 110%;
  font-weight: bold;
  color: #406090;
  text-align: left;
}

#product_fittings_table table tr {
  background: #f4f4f4;
}

#product_fittings_table table tr.odd {
  background: #e9e9e9;
}

#product_fittings_table table td {
  padding: 6px;
  border: 1px solid #fff;
}

#product_fittings_table table td.manufacturer {
  padding: 20px 0 12px 0;
  font-size: 115%;
  color: #903030;
  background: #fff;
  text-align: left;
}

#product_fittings_table table td.model {
  font-weight: bold;
  text-align: left;
  vertical-align: top;
}

#product_fittings_table table td.years {
  text-align: left;
}

table.data {
  width: 100%;
  border-collapse: collapse;
}

table.data tr {
  background: #ecf6ec;
}

table.data tr.odd {
  background: #ecf6ec;
}

table.data th {
  padding: 5px;
  font-weight: normal;
  font-style: italic;
  background: #fff;
}

table.data td {
  padding: 8px;
  border: 1px solid #fff;
}

div.prod_videos {
  margin-bottom: 40px;
}

div.prod_videos a.youtube {
  display: block;
  float: left;
  width: 127px;
}

div.prod_related {
  margin-bottom: 40px;
}

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

div.questions_answers div {
  padding: 10px 0;
  border-top: 1px dotted #d5d5d5;
}

div.hreview-aggregate {
  display: none;
}

div.content_prod div.prod_reviews {
  margin: 0 0 50px 0;
  padding-top: 0;
  border-top: none;
}

div.press_reviews {
  margin: 15px 0 40px 0;
}

.red_back_small {
  margin-right: 5px;
  padding: 0px 4px;
  font-weight: bold;
  color: #fff;
  background-color: #b72f33;
}

.green_back_small {
  margin-right: 5px;
  padding: 0px 4px;
  font-weight: bold;
  color: #fff;
  background-color: #009900;
}

div.basket_bar {
  clear: both;
}

div.top_vp_box {
  display: none;
  float: right;
  width: 200px;
  height: 112px;
}

div.low_vp_box {
  display: none;
  position: relative;
  float: right;
  top: -128px;
  width: 200px;
  height: 112px;
  margin-bottom: -112px;
}

div.top_vp_box span {
  display: block;
  background: #f4f4f4;
  border-radius: 5px;
  height: 40px;
}

div.top_vp_box a, div.low_vp_box a {
  text-decoration: underline;
}

div.vp_box_fr {
  background: url("/images/delivery_right_fr.png") no-repeat bottom left;
}

div.add_basket {
  position: relative;
  height: 114px;
  margin: 25px -15px 20px;
  background: #eaf3fe;
}

div.add_wrapper {
  padding-top: 7px;
}

div.add_basket div.actions {
  margin: 30px 15px 0 15px;
}

div.add_basket div.actions a {
  width: 290px;
}

div.add_basket div.options {
  height: 92px;
  padding: 8px 0 0 15px;
  background: #f7fbff;
}

div.add_basket div.links {
  position: absolute;
  top: 235px;
  float: left;
  margin-left: 15px;
}

div.add_basket div.links a {
  display: block;
  line-height: 20px;
  padding-left: 22px;
}

ul.prod_title h3, ul.prod_title p {
  white-space: normal;
}

/* Table */
table.info {
  width: 100%;
  margin-bottom: 10px;
}

table.info thead tr {
  background-color: transparent;
  color: #a9d0ed;
}

table.info thead th {
  padding: 5px;
}

table.info tbody td {
  padding: 10px 0;
  text-align: center;
  border-left: 1px solid #a5cdec;
}

table.info tbody td.link {
  text-align: left;
  border-bottom: 1px dotted #d5d5d5;
}

table.info tbody td.item {
  padding-left: 15px;
  text-align: left;
  border-bottom: 1px dotted #d5d5d5;
  line-height: 1.5em;
}

#returns table.info tbody td.item {
  padding-right: 15px;
}

table.info tbody td.reason {
  width: 250px;
}

table.info tbody td.action {
  width: 160px;
}

table.info tbody td.voucher {
  text-align: left;
  border-bottom: 1px dotted #d5d5d5;
  border-left: none;
  text-align: right;
}

table.info tbody td.voucher a:hover {
  color: red;
  text-decoration: line-through;
}

table.info tbody td.last {
  border-bottom: none;
}

table.info tbody td.link a {
  font-weight: normal;
  color: #444;
}

table.info tbody td.link div.bar_message {
  height: 34px;
  margin: 0 0 10px 0;
  line-height: 34px;
  background-position: 8px 4px;
}

table.info tbody td.top {
  border-top: 1px solid #a5cdec;
}

table.info td.bottom {
  border-bottom: 1px solid #a5cdec !important;
}

table.info td.topleft {
  border-top: 1px solid #a5cdec;
  border-left: 1px solid #a5cdec;
  border-radius: 7px 0 0 0;
}

table.info td.bottomleft {
  border-bottom: 1px solid #a5cdec !important;
  border-left: 1px solid #a5cdec;
  border-radius: 0 0 0 7px;
}

table.info td.topbottomleft {
  border: 1px solid #a5cdec;
  border-bottom: 1px solid #a5cdec !important;
  border-right: none;
  border-radius: 7px 0 0 7px;
}

table.info td.topright {
  border-top: 1px solid #a5cdec;
  border-right: 1px solid #a5cdec;
  border-radius: 0 7px 0 0;
}

table.info td.bottomright {
  border-bottom: 1px solid #a5cdec;
  border-right: 1px solid #a5cdec;
  border-radius: 0 0 7px 0;
}

table.info td.topbottomright {
  border: 1px solid #a5cdec;
  border-radius: 0 7px 7px 0;
}

table.info tbody td.right {
  border-right: 1px solid #a5cdec;
}

table.info tbody td.image {
  width: 50px;
  padding: 10px;
}

table.info tbody td.price {
  width: 120px;
}

table.info tbody td.price_sm {
  width: 80px;
}

table.info tbody td.voucher_value {
  width: 120px;
  border-left: none;
}

table.info tbody td.info {
  width: 150px;
}

table.info tbody td.qty {
  width: 120px;
}

table.info tbody td.qty_sm {
  width: 60px;
}

table.info tbody td.total {
  width: 120px;
}

table.info tbody td.qty img {
  cursor: pointer;
}

table.info tbody td.link, #cart table tbody td.remove {
  border-left: none;
  text-align: left;
}

table.info tbody tr.voucher_entry td {
  padding: 15px 0;
  background: #f4f4f4;
  border-top: 1px solid #a5cdec;
  border-bottom: 1px solid #a5cdec;
  text-align: center;
}

table.info tbody tr.voucher_entry td.label {
  border-left: none;
  text-align: right;
}

table.info tbody tr.voucher_entry td.submit {
  border-left: none;
}

table.info tbody tr.voucher_entry td.code input[type=text] {
  width: 150px;
  margin: 0 10px;
  text-transform: uppercase;
}

table.info tbody tr.voucher_entry td.code span {
  display: block;
}

table.info tbody tr.voucher_entry td.code {
  border-left: none;
}

table.info tfoot td {
  padding: 10px 0;
  text-align: center;
}

table.info tfoot td.total {
  font-weight: bold;
}

table.info tfoot td.label {
  font-weight: bold;
  color: #a9d0ed;
  text-align: right;
}

table.info select {
  padding: 5px;
  border: 1px solid #a5cdec;
  border-radius: 3px;
}

table.info span.status {
  font-size: 85%;
  color: #888;
}

/* CSS Tables */
div.table {
  display: table;
  width: 100%;
}

div.trow {
  display: table-row;
}

div.tcell {
  display: table-cell;
}

/* Basket Table */
div.info div.thead div.tcell {
  padding: 5px 0;
  border: none;
}

div.info div.tcell {
  padding: 10px 0;
  text-align: center;
  vertical-align: middle;
}

div.info div.link {
  display: none;
  padding-right: 10px;
  text-align: left;
  border-left: none !important;
  border-bottom: 1px dotted #d5d5d5;
}

div.info div.link span.link, div.info div.link span.status {
  display: block;
  float: left;
  clear: left;
}

div.info div.link a, div.info a.mob {
  font-weight: normal;
  color: #444;
  padding-right: 10px;
}

div.info a.mob {
  display: block;
}

div.info div.link div.bar_message {
  height: 34px;
  margin: 0 50px 10px 0;
  line-height: 34px;
  background-position: 8px 4px;
}

div.info div.item {
  padding-left: 15px;
  text-align: left;
  border-bottom: 1px dotted #d5d5d5;
  line-height: 1.5em;
}

div.info div.reason {
  width: 250px;
}

div.info div.action {
  width: 160px;
}

div.info div.voucher {
  border-bottom: 1px dotted #d5d5d5;
  text-align: right;
}

div.info div.voucher_total {
  width: 90px;
  border-bottom: 1px dotted #d5d5d5;
}

div.info div.voucher a:hover {
  color: red;
  text-decoration: line-through;
}

div.info div.last {
  border-bottom: none;
}

div.info a.mob {
  color: #2489ce;
}

div.info div.image {
  width: 33%;
  padding: 10px 0;
  text-align: left;
}

div.info div.price {
  display: none;
  width: 120px;
}

div.info div.price span.price {
  display: block;
}

div.info div.price_sm {
  width: 80px;
}

div.info div.voucher_value {
  display: none;
  width: 90px;
  border-left: none !important;
}

span#voucher_lab {
  display: none;
}

div.info div.info {
  width: 150px;
}

div.info div.qty {
  width: 33%;
  padding: 16px 0 0;
}

div.info div.qty_free {
  padding-top: 0;
}

div.info div.qty input {
  display: block;
  margin: 0 auto;
  text-align: center;
}

div.info div.qty_sm {
  width: 60px;
}

div.info div.total {
  float: right;
  width: 90px;
  line-height: 50px;
}

div.info div.qty img {
  cursor: pointer;
}

/* Basket Voucher Entry */
div.voucher_entry {
  display: none;
  background: #f4f4f4;
}

div.voucher_entry div.tcell {
  padding: 15px 0;
  text-align: center;
  border-bottom: 1px solid #a5cdec;
}

div.voucher_entry div.label {
  text-align: right;
}

div.voucher_entry div.code {
  width: 190px;
}

div.voucher_entry div.submit {
  width: 90px;
}

div.voucher_entry div.code input[type=text] {
  width: 150px;
  margin: 0 10px;
  text-transform: uppercase;
}

div.voucher_entry div.code span {
  display: block;
}

#voucher_entry_mob, #del_select_mob, #date_select_mob {
  text-align: center;
}

#voucher_entry_mob input[type=text] {
  text-transform: uppercase;
}

div.info tfoot td {
  padding: 10px 0;
  text-align: center;
}

div.info tfoot td.total {
  font-weight: bold;
}

div.info tfoot td.label {
  font-weight: bold;
  color: #a9d0ed;
  text-align: right;
}

div.info select {
  display: block;
  margin-top: 10px;
  padding: 5px;
  border: 1px solid #a5cdec;
  border-radius: 3px;
}

div.info span.status {
  font-size: 85%;
  color: #888;
}

div.info span.mob {
  display: block;
  font-size: 100%;
}

/* Basket Totals */
div.totals div.tcell {
  padding: 10px 0;
}

div.totals div.label {
  text-align: right;
  font-weight: bold;
  color: #a9d0ed;
}

div.totals div.total {
  width: 92px;
  text-align: center;
}

div.totals div.disc {
  color: #009900;
}

div.totals div.gtotal {
  padding-bottom: 20px;
  font-weight: bold;
}

/* Basket */
h1.basket {
  margin-bottom: 30px;
  padding: 6px 0 2px 0;
}

#basket_message {
  display: block;
}

#basket_code_message {
  display: none;
}

div.del_select {
  display: none;
}

div.basket_finance {
  display: none;
  height: 50px;
  margin-top: 42px;
  padding-left: 50px;
  line-height: 50px;
  background: url(/images/icon_finance_50.gif) no-repeat left center;
}

ul.del_options {
  margin: 20px auto 5px;
  list-style-type: none;
}

ul.del_options li {
  height: 39px;
  line-height: 39px;
  background: #f4f4f4;
}

ul.del_options li.option:hover {
  background: #eaf3fe;
  cursor: pointer;
}

ul.del_options li.selected, div.del_options li.selected:hover {
  background: #e9e9e9;
  font-weight: bold;
}

ul.del_options li.disabled span {
  color: #999 !important;
  background: #f4eae9;
}

ul.del_options li.disabled:hover span {
  cursor: default;
  background: #f4eae9;
}

ul.del_options span.label {
  float: right;
  display: block;
  text-align: right;
}

ul.del_options span.select {
  float: right;
  display: block;
  width: 30px;
  text-align: center;
}

ul.del_options span.cost {
  float: right;
  display: block;
  width: 80px;
  text-align: center;
}

ul.del_options li.desc {
  height: auto;
  padding: 10px 5px 20px 0;
  line-height: inherit;
  text-align: right;
  font-style: italic;
  background: #fff;
  color: #999;
}

ul.del_options span.cost input {
  float: left;
}

ul.del_options span.apc {
  background: #fff url(/images/icon_method_apc.gif) top center no-repeat !important;
}

ul.del_options span.dpd {
  background: #fff url(/images/icon_method_dpd_2015.gif) top center no-repeat !important;
}

ul.del_options span.dpds2s {
  background: #fff url(/images/icon_method_dpds2s_2015.png) top center no-repeat !important;
}

ul.del_options span.dx {
  background: #fff url(/images/icon_method_dx.png) top center no-repeat !important;
}

ul.del_options span.rm {
  background: #fff url(/images/icon_method_rm.gif) top center no-repeat !important;
}

ul.del_options span.ups {
  background: #fff url(/images/icon_method_ups.gif) top center no-repeat !important;
}

ul.del_options span.hrm {
  background: #fff url(/images/icon_method_hrm.gif) 5px 1px no-repeat !important;
}

ul.del_options span.label {
  color: #444;
  font-weight: normal;
}

ul.del_options span.label {
  color: #444;
  font-weight: normal;
}

ul.del_options li.selected span.label {
  font-weight: bold;
}

ul.del_options span.icon {
  display: none;
  float: left;
  width: 60px;
  background-color: #fff;
}

ul.del_options li.disabled span.rm {
  filter: url("data:image/svg+xml;utf8,<svg%20xmlns='http://www.w3.org/2000/svg'><filter%20id='grayscale'><feColorMatrix%20type='matrix'%20values='0.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200%200%200%201%200'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  filter: gray; /* IE6+ */
  filter: grayscale(100%); /* Current draft standard */
  -webkit-filter: grayscale(100%); /* New WebKit */
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  opacity: 0.3;
}

ul.del_options li.disabled span.select {
  background-image: url(/images/icon_not_allowed.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

div.alt_checkouts {
  clear: both;
  margin-bottom: 30px;
  text-align: center;
}

div.alt_checkouts p {
  padding: 10px 0;
}

span.ex_vat {
  font-weight: normal;
  font-size: 80%;
}

/* Checkout */
#cust_login {
  display: none;
}

#cust_login #submit {
  width: 290px;
}

#cust_login #pass_reminder {
  margin-top: 10px;
}

div.checkout_progress {
  clear: both;
  height: 37px;
  margin: 5px 0 20px 0;
  background: #dde5ea;
  overflow: hidden;
}

div.progress_complete {
  background: #acd47d;
}

div.checkout_progress ul {
  float: left;
  width: 100%;
  height: 37px;
  margin-left: 0;
  padding-right: 0;
  list-style-type: none;
  background: none;
}

div.checkout_progress ul li {
  display: inline;
  float: left;
  width: 15%;
  font-family: verdana, arial;
  font-weight: bold;
  font-size: 11px;
  color: #999;
  text-align: center;
}

div.checkout_progress ul li.step span a {
  color: #fff;
}

div.checkout_progress ul li.bullet {
  display: block;
  float: left;
  width: 14px;
  height: 37px;
  background: transparent url(/images/back_check_prog_ss.png) no-repeat top left;
}

div.checkout_progress ul li.bullet_gg {
  background-image: url(/images/back_check_prog_gg.png);
}

div.checkout_progress ul li.bullet_sg {
  background-image: url(/images/back_check_prog_sg.png);
}

div.checkout_progress ul li.bullet_gs {
  background-image: url(/images/back_check_prog_gs.png);
}

div.checkout_progress ul li.step a {
  display: inline-block;
  height: 37px;
  line-height: 37px;
  padding-left: 24px;
  color: #4d96c8;
  background: transparent url(/images/spacer.gif) no-repeat left 50%;
  background-size: 24px 24px;
}

div.checkout_progress ul li.step a span.full, div.checkout_progress ul li.step a span.mob {
  display: none;
}

div.checkout_progress ul li.step span span {
  display: none;
}

div.checkout_progress ul li.step_on {
  width: 40%;
}

div.checkout_progress ul li.step_on a {
  padding-left: 30px;
}

div.checkout_progress ul li.step_1 a {
  margin-left: 3px;
}

div.checkout_progress ul li.step_on a span.mob {
  display: inline-block;
}

div.checkout_progress ul li.step > span {
  display: inline-block;
  height: 37px;
  line-height: 37px;
  padding-left: 24px;
  text-decoration: none;
  background: transparent url(/images/spacer.gif) no-repeat left 50%;
  background-size: 24px 24px;
}

div.checkout_progress ul li.step_1 > span {
  background-image: url(/images/check_prog_1.png);
}

div.checkout_progress ul li.step_2 > span {
  background-image: url(/images/check_prog_2.png);
}

div.checkout_progress ul li.step_3 > span {
  background-image: url(/images/check_prog_3.png);
}

div.checkout_progress ul li.step_4 > span {
  background-image: url(/images/check_prog_4.png);
}

div.checkout_progress ul li.step_1_on a {
  background-image: url(/images/check_prog_1_on.png);
}

div.checkout_progress ul li.step_2_on a {
  background-image: url(/images/check_prog_2_on.png);
}

div.checkout_progress ul li.step_3_on a {
  background-image: url(/images/check_prog_3_on.png);
}

div.checkout_progress ul li.step_4_on a {
  background-image: url(/images/check_prog_4_on.png);
}

div.checkout_progress ul li.step_ok {
  background: #acd47d;
  color: #fff;
}

div.checkout_progress ul li.step_ok a {
  background: transparent url("/images/check_prog_tick.gif") no-repeat left 50%;
  background-size: 24px 24px;
  color: #fff;
}

div.checkout_progress ul li.step_1_ok a, div.checkout_progress ul li.step_1_ok > span {
  background-image: url(/images/check_prog_1_ok.png);
}

div.checkout_progress ul li.step_2_ok a, div.checkout_progress ul li.step_2_ok > span {
  background-image: url(/images/check_prog_2_ok.png);
}

div.checkout_progress ul li.step_3_ok a, div.checkout_progress ul li.step_3_ok > span {
  background-image: url(/images/check_prog_3_ok.png);
}

div.checkout_progress ul li.step_4_ok a, div.checkout_progress ul li.step_4_ok > span {
  background-image: url(/images/check_prog_4_ok.png);
}

div.checkout_progress ul li.step_ok a span.mob {
  display: none;
}

div.review_totals div.row {
  clear: both;
  padding: 8px 0;
  text-align: right;
}

div.review_totals div.row span.label {
  width: 120px;
  padding-top: 5px;
  font-weight: bold;
  text-align: right;
  color: #a9d0ed;
}

div.review_totals div.row span.value {
  float: right;
  width: 90px;
  text-align: center;
}

div.review_totals div.row span.total {
  font-weight: bold;
}

/* My SBS */
a.return {
  float: right;
  padding: 0 20px;
  color: #4990be !important;
  background: url(/images/icon_return_16.png) no-repeat left 50%;
}

/* Messages */
div.bar_message {
  margin: 20px 0;
  padding: 12px;
  text-align: center;
}
div.bar_message--large {
  font-size: 16px;
  font-weight: 700;
}

div.box_message {
  clear: both;
  margin: 0 auto;
  padding: 50px 0;
  border-radius: 5px;
  text-align: center;
}

div.bar_message img.dismiss {
  float: right;
  margin: 6px 6px 0 0;
  cursor: pointer;
  width: 18px;
  height: 18px;
}

div.bar_message em {
  font-weight: 500;
  text-decoration: underline;
}

div.message_true {
  background-color: #e8f0d0;
  color: #7ca017;
}

div.message_false {
  background: #f1d2cd url(/images/icon_cross.png) no-repeat 10px 50%;
  color: #ae4230;
  padding-left: 45px;
}

div.message_info {
  background-color: #a9ebff;
  color: #0045aa;
}

div.message_warn {
  background: #feeccf url(data:image/svg+xml,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2232px%22%20height%3D%2232px%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20d%3D%22M24.95%2C21.95h-3.76v7s-8.39-7-8.39-7h-5.86c-1.66%2C0-3-1.34-3-3V6.95c0-1.66%2C1.34-3%2C3-3h18c1.66%2C0%2C3%2C1.34%2C3%2C3v12c0%2C1.66-1.34%2C3-3%2C3Z%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%222px%22%20stroke-linejoin%3D%22bevel%22/%3E%3Cline%20x1%3D%2215.93%22%20y1%3D%2212.04%22%20x2%3D%2215.93%22%20y2%3D%2218.04%22%20stroke-miterlimit%3D%2210%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%222px%22/%3E%3Cline%20x1%3D%2215.93%22%20y1%3D%227.04%22%20x2%3D%2215.93%22%20y2%3D%229.04%22%20stroke-miterlimit%3D%2210%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%222px%22/%3E%3Cline%20x1%3D%2218.93%22%20y1%3D%2218.04%22%20x2%3D%2212.93%22%20y2%3D%2218.04%22%20stroke-miterlimit%3D%2210%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%222px%22/%3E%3Cline%20x1%3D%2216.93%22%20y1%3D%2212.04%22%20x2%3D%2213.93%22%20y2%3D%2212.04%22%20stroke-miterlimit%3D%2210%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%222px%22/%3E%3C/svg%3E) no-repeat 10px 6px;
  color: #666;
  padding-left: 45px;
}

/* Menus */
span.display_range {
  display: inline !important;
  color: #999;
  font-weight: normal;
}

div.range {
  height: 15px;
  margin: 15px 0 35px;
  padding: 0 4px;
}

div.bike_model {
  margin-bottom: 30px;
}

div.bike_model a.but {
  margin: 10px 0 5px 0;
}

div.model_filter_cont a.tt span.tooltip {
  left: 180px;
}

div.model_select_cont select {
  width: 100%;
  margin-bottom: 10px;
  padding: 4px;
}

/* Hr */
hr.shad {
  margin: 20px 0;
  border: none;
  border-bottom: 2px solid #4990be;
}

hr.dot {
  margin: 20px 0;
  border: none;
  border-bottom: 1px dotted #ccc;
}

hr.full {
  clear: both;
}

/* Forms */
input:where([type=text]),
input:where([type=email]),
input:where([type=password]),
select,
textarea {
  border: 1px solid #a5cdec;
  border-radius: 3px;
  padding: 5px;
}

input[type=button]:not(.button),
input[type=submit]:not(.button) {
  padding: 5px;
}

textarea {
  width: 100%;
}

div.form {
  background: #f4f4f4;
  margin: 20px 0;
  padding: 10px 15px 15px;
  text-align: left;
}

div.form:after {
  clear: both;
  display: table;
  content: " ";
  height: 10px;
}

div.form[data-after=false]:after {
  height: 0px;
}

div.form span.head {
  display: block;
  margin: -15px -15px 10px -15px;
  padding: 10px;
  text-align: center;
  background: #e9e9e9;
}

div.form div.row {
  clear: both;
  margin: 3px 2px;
  padding: 2px;
}

div.form div.row span.label {
  float: left;
  font-weight: normal;
  margin-right: 8px;
  padding: 5px 0;
}

div.form div.row span.form {
  float: left;
  clear: left;
  text-align: left;
}

div.form div.row span.form input {
  width: 100%;
}

div.form div.row span.message {
  padding: 5px 0 0 15px;
  color: #999;
}

div.form div.row span.spacer {
  display: block;
  height: 5px;
}

div.form div.row span.form_label {
  float: left;
  margin-bottom: 5px;
  padding-top: 5px;
  text-align: left;
  font-weight: bold;
}

div.form a.but {
  clear: right;
  margin-bottom: 10px;
}

div.form a.edit {
  float: right;
  clear: both;
}

div.form_address {
  position: relative;
  padding: 10px 0 15px;
  background: none;
  border-bottom: 1px dotted #ccc;
}

div.form_address span.address {
  float: left;
  padding-right: 15px;
  font-size: 110%;
}

div.form_address span.billing {
  display: block;
  float: right;
  clear: right;
}

div.form_address a.billing {
  margin-bottom: 20px;
}

div.form_address span.label {
  clear: right;
  display: block;
  float: right;
  font-size: 120%;
  color: #4d96c8;
}

div.form_address a.billing {
  display: none;
}

div.form_address a.delivery {
  width: 60px;
}

div.form_address img {
  position: absolute;
  bottom: 15px;
  right: 0;
}

div.payment_select {
  padding-top: 20px;
}

div.payment_select div.row {
  margin-bottom: 15px;
}

div.payment_select div.row:last-child {
  margin-bottom: 0;
}

div.payment_select div.row span.label {
  text-align: left !important;
}

form.data input[type=text], form.data input[type=email], form.data input[type=password], form.data select, form.data textarea {
  padding: 5px;
}

input.error {
  border-color: red !important;
  background-color: pink;
}

select.error {
  border-color: red !important;
  background-color: pink;
}

textarea.error {
  border-color: red !important;
  background-color: pink;
}

input#search_postcode {
  text-transform: uppercase;
}

select#selectaddress {
  width: 230px;
}

/* Reviews */
div.prod_reviews {
  margin-top: 20px;
  padding-top: 10px;
}

div div.prod_review:first-child {
  border-top: none;
}

div.prod_review {
  margin-bottom: 25px;
  padding-top: 15px;
  border-top: 1px dotted #d5d5d5;
}

div.prod_review div {
  display: inline;
}

div.prod_review img.rating {
  margin: 0 8px -2px 0;
}

div.prod_review p.title {
  margin: 8px 0;
  font-size: 110%;
  font-weight: bold;
}

div.prod_review p.desc {
  margin-bottom: 20px;
}

div.prod_review span.date {
  font-size: 110%;
}

div.prod_review p.link {
  margin: 8px 0;
  margin-bottom: 8px;
}

div.prod_review p.link a {
  font-weight: bold;
}

div.prod_review span.sig {
  font-style: italic;
  color: #666;
}

div.prod_review span.sig a {
  text-decoration: underline;
}

div.prod_review img.prod_review {
  float: right;
  border: 0;
}

div.review_disclaimer {
  margin-top: 30px;
  padding: 10px 20px;
  background: #f0f0f0;
}

/* Static Pages */
div.header_info {
  position: relative;
  height: 160px;
  margin-bottom: 20px;
  background: url(/images/info_header_2016.png) no-repeat top left;
  background-size: auto 100%;
  border-radius: 8px;
}

div.header_info img {
  border-radius: 8px;
}

div.header_info img.icon {
  position: absolute;
  top: 0;
  left: 0;
}

img.head {
  float: right;
  padding: 0 0 10px 10px;
}

div.faq_q {
  margin-bottom: 10px;
  padding: 15px;
  border: 2px #ffb4c8 solid;
  border-radius: 5px;
  position: relative;
}
div.faq_q label {
  display: block;
  font-weight: 700;
  font-size: 145%;
  color: black;
  cursor: pointer;
}
div.faq_q label::after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  right: 15px;
  top: 15px;
  border-right: 3px black solid;
  border-bottom: 3px black solid;
  transform: rotate(45deg);
  cursor: pointer;
  transition: transform 0.4s;
}
div.faq_q .faq_a {
  display: none;
}
div.faq_q [type=checkbox] {
  position: absolute;
  left: -9999px;
}
div.faq_q [type=checkbox]:checked ~ label::after {
  transform: rotate(-135deg);
}
div.faq_q [type=checkbox]:checked ~ .faq_a {
  display: block;
}

table.filled {
  width: 100%;
  margin-bottom: 20px;
  border-collapse: collapse;
}

table.filled caption {
  margin-bottom: 8px;
  font-size: 110%;
  font-weight: bold;
  color: #406090;
  text-align: left;
}

table.filled tr {
  background: #f5f5f5;
}

table.filled tr.odd {
  background: #e9e9e9;
}

table.filled td {
  padding: 5px;
  border: 1px solid #fff;
}

table.filled th {
  padding: 20px 0 12px 0;
  font-size: 115%;
  font-weight: normal;
  color: #903030;
  background: #fff;
}

table.filled td.heading {
  padding: 20px 0 12px 0;
  background: #fff;
  text-align: center;
  font-weight: bold;
}

/* Buttons */
a.but {
  display: block;
  height: 37px;
  line-height: 37px;
  text-align: center;
  font-weight: normal;
  color: #fff !important;
  text-decoration: none;
  background: #aaa;
  cursor: pointer !important;
}

a.but_green {
  background: #8cbe1a !important;
}

a.but_orange {
  background: #e6ad14 !important;
}

a.but_red {
  background: #bf2e1c !important;
}

a.but_blue {
  background: #6191c1;
}

a.but:hover {
  text-decoration: none;
}

a.but_30 {
  width: 30px;
}

a.but_60 {
  width: 60px;
}

a.but_80 {
  width: 80px;
}

a.but_100 {
  width: 100px;
}

a.but_120 {
  width: 120px;
}

a.but_140 {
  width: 140px;
}

a.but_160 {
  width: 160px;
}

a.but_180 {
  width: 180px;
}

a.but_200 {
  width: 200px;
}

a.but_220 {
  width: 220px;
}

a.but_240 {
  width: 240px;
}

a.but_lrg {
  height: 41px !important;
  line-height: 40px !important;
  font-size: 120%;
}

a.next {
  float: right;
}

a.mid {
  margin: 0 auto;
}

a.prev {
  float: left;
}

a.grow {
  width: 100%;
  margin-bottom: 10px;
}

a.but_green:hover {
  border-color: #8c9c1a !important;
}

a.but_orange:hover {
  border-color: #b48c2e !important;
}

a.but_red:hover {
  border-color: #a53620 !important;
}

a.but_blue:hover {
  border-color: #3c74b9 !important;
}

a.no_click, a.no_click:hover {
  color: #999 !important;
  background: #ccc !important;
  border-color: #aaa !important;
  cursor: default !important;
}

a.but_pop {
  float: left;
  margin-top: 8px;
  padding-right: 15px;
  line-height: 32px;
  background: transparent url(/images/icon_popup.gif) no-repeat right 12px;
  text-decoration: underline;
}

a.but span.icon_basket {
  float: left;
  display: block;
  width: 28px;
  height: 26px;
  margin: 6px -5px 0 14px;
  background: transparent url(/images/icon_button_basket.png) no-repeat 0 0;
}

a.no_click span.icon_basket {
  background-image: url(/images/icon_button_basket_dis.png);
}

a.but span.icon_lock {
  float: left;
  display: block;
  width: 16px;
  height: 22px;
  margin: 8px -28px 0 12px;
  background: transparent url(/images/icon_button_lock.png) no-repeat 0 1px;
}

a.no_click span.icon_lock {
  background-image: url(/images/icon_button_lock_dis.png);
}

a.but span.icon_chev {
  float: right;
  display: block;
  width: 23px;
  height: 26px;
  margin: 7px 7px 0 -28px;
  background: transparent url(/images/icon_button_chev.png) no-repeat 0 0;
}

a.no_click span.icon_chev {
  background-image: url(/images/icon_button_chev_dis.png);
}

a.loading span.icon_basket, a.loading span.icon_chev {
  margin-top: 5px !important;
  background-image: url(/images/icon_button_load.gif) !important;
}

/* Misc */
div.error,
span.error {
  color: #cc0000;
}

span.valid {
  color: #009900;
}

.field_error {
  border: 2px solid #cc0000;
}

.field_valid {
  border: 2px solid #009900;
}

.line-through {
  background: url(/images/linethrough.gif) repeat-x left 55%;
}

input.icon_x {
  background-image: url(/images/icon_cross_16.png);
  background-position: 98% 50%;
  background-repeat: no-repeat;
}

input.icon_ok {
  background-image: url(/images/icon_tick_16.png);
  background-position: 98% 50%;
  background-repeat: no-repeat;
}

div.model_filter_cont span.label, div.model_select_cont span.label {
  display: none;
}

div.mob_sub_menu {
  margin-bottom: 20px;
}

/* Callouts */
div.message_alert {
  margin-bottom: 20px;
  padding: 2px 5px 5px 70px;
  font-size: 13px;
  background: #c7e2c9 url(/images/exclamation_small_green.gif) no-repeat 0 2px;
}

/* Footer */
a.drop_head, a.drop_head_wide {
  position: relative;
  display: block;
  margin-top: 1px;
  padding: 0.8em 10px 0.8em 15px;
  background: #666;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-decoration: none;
}

a.head_hi {
  background: #39a9e0;
  border-radius: 4px;
  color: #fff;
}

a.drop_head:hover, a.drop_head_wide:hover {
  text-decoration: none;
}

a.drop_head span, a.drop_head_wide span {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cline x1='3' y1='12' x2='21' y2='12' stroke='%23FFFFFF' stroke-width='2' stroke-linejoin='bevel' fill='none'/%3E%3Cline x1='12' y1='3' x2='12' y2='21' stroke='%23FFFFFF' stroke-width='2' stroke-linejoin='bevel' fill='none'/%3E%3C/svg%3E") no-repeat scroll;
  height: 24px;
  margin-top: -12px;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 24px;
}

a.drop_head span.open, a.drop_head_wide span.open {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cline x1='3' y1='12' x2='21' y2='12' stroke='%23FFFFFF' stroke-width='2' stroke-linejoin='bevel' fill='none'/%3E%3C/svg%3E");
}

ul.link_content {
  display: none;
  margin: 0 0 20px 0;
  list-style-type: none;
  border: 1px solid #ccc;
  border-top: none;
}

ul.link_content li {
  background: #fff;
}

ul.link_content a {
  display: block;
  margin: 0 15px;
  padding: 12px 0;
  line-height: 1.6em;
  border-bottom: 1px dotted #ccc;
}

ul.link_content a:hover {
  text-decoration: none;
}

ul.link_content li:last-child a {
  border-bottom: none;
}

#mob_slide {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  background: #fff;
  z-index: 101;
  overflow-y: scroll;
}

.on_b_480, .on_b_568, .on_b_768, .on_b_1024, .on_b_1140, .on_i_480, .on_i_568, .on_i_768, .on_i_1024, .on_i_1140, .on_ib_480, .on_ib_568, .on_ib_768, .on_ib_1024, .on_ib_1140 {
  display: none !important;
}

:root .off_now {
  display: none !important;
}

/* Min Media Queries */
@media screen and (min-width: 23.4375em) {
  div.prod span.view {
    display: block;
  }
}
/* Max Media Queries */
@media screen and (max-width: 23.4275em) {
  #value-prop {
    height: 43px;
  }
  #value-prop img.lab, #value-prop img.val_1 {
    height: 43px;
    margin-right: 0;
  }
}
@media screen and (max-width: 47.99em) {
  .tt:hover span.tooltip {
    display: none !important;
  }
  #foot-text p span {
    display: none;
  }
}
@media screen and (max-width: 47.99em) {
  div.prod_col_r a.but {
    width: 290px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 29.99em) {
  h1.home {
    display: none;
  }
}
/* Toolbar */
#toolbar_placeholder {
  box-sizing: content-box;
  height: 70px;
}

#toolbar {
  width: 100%;
  height: 46px;
  margin: 0 auto;
  padding: 12px;
  background: #fff;
}

#toolbar.scroll {
  position: fixed;
  bottom: 0px;
  box-shadow: 0 0 8px #333;
  z-index: 50;
}

#toolbar.stop {
  position: relative;
}

#toolbar div.row {
  margin-bottom: 10px;
  padding: 4px;
  text-align: right;
}

#toolbar div.row:last-child {
  margin-bottom: 2px;
}

#toolbar input[type=button] {
  padding: 1px 5px;
}

#toolbar input[type=text] {
  padding: 3px;
  border: 1px solid #666;
  border-radius: 2px;
}

#toolbar input.go {
  font-weight: bold;
  color: green;
}

#toolbar input.cancel {
  color: red;
}

/* jQuery Styles */
.ui-slider .ui-slider-handle {
  width: 10px;
  height: 20px;
  background: #4990be;
  top: -5px;
  margin-left: -5px;
  border-style: none;
}

.ui-slider {
  height: 10px;
  background: #fff;
  border-color: #ddd;
}

.ui-slider-range {
  background: #eaf3fe;
}

/* Helper classes */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

/* Print styles */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* Delivery Map */
#postal-map #js-postcode-form {
  clear: both;
  float: left;
}
#postal-map #js-postcode-form fieldset {
  margin-bottom: 10px;
}

#postal-map #js-postcode {
  text-transform: uppercase;
}

#postal-map #js-postcode-find {
  display: inline-block;
}

#postal-map #js-map-message-container {
  position: relative;
  clear: both;
}

#postal-map #js-map-message {
  z-index: 1000001;
  position: absolute;
  left: 50%;
  text-align: center;
  background: #406090;
  color: white;
  font-weight: bold;
  line-height: 3ex;
  width: 50%;
  margin-left: -25%;
}

#postal-map .map-info {
  font-family: Tahoma, Arial, sans-serif;
}

#postal-map .map-info p {
  margin: 0;
}

#postal-map .map-business {
  min-width: 14em;
}

#postal-map .map-dirs {
  float: right;
}

#postal-map .map-dirs a {
  padding-right: 12px;
  background: url(/images/icon_popup.gif) no-repeat 100% 50%;
}

#postal-map .map-choose {
  margin-top: 20px;
}

#postal-map .map-times span {
  float: right;
}

/* VRM Lookup */
@font-face {
  font-family: "Mandatory";
  src: url("/fonts/MANDATOR.woff2") format("woff2"), url("/fonts/Mandatory.woff") format("woff"), url("/fonts/MANDATOR.ttf") format("truetype");
}
#js-vrm-msg {
  color: red;
  font-weight: bold;
}

#vrm-plate {
  position: relative;
  background: rgb(235, 226, 26);
  border-radius: 10px;
  width: 18.5em;
  height: 3.75em;
  margin-bottom: 0.75em;
}

#vrm-input {
  width: 15.5em;
  height: 100%;
}

#js-vrm {
  font-family: Mandatory, "Lucida Console", Monaco, monospace;
  width: 98%;
  height: 98%;
  padding: 1%;
  text-align: center;
  text-transform: uppercase;
  color: black;
  font-size: 2.75em;
  background: none;
  border: none;
}

#vrm-submit {
  position: absolute;
  right: 0;
  top: 0;
  background: rgb(0, 2, 149);
  border-radius: 0 10px 10px 0/0 10px 10px 0;
  width: 3em;
  height: 100%;
  text-align: center;
}

#js-lookup {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.5em;
  width: 100%;
  color: white;
  font-weight: bold;
  font-size: 1.5em;
}

footer {
  position: relative;
}
footer img.icon {
  position: absolute;
  left: 0;
  top: -40px;
}

.strip-container {
  text-align: left;
  height: 6em;
  background: #cccccc none repeat scroll 0 0;
  min-height: 2em;
}

.foot-container {
  background: #ffffff none repeat scroll 0 0;
}

#foot-cards, #foot-text p {
  text-align: left;
}

#foot-cards img.meths {
  margin: 25px 0;
  max-width: 470px;
  width: 100%;
}

#foot-text p {
  color: #999999;
  font-size: 85%;
  margin-bottom: 50px;
  text-align: left;
}

/* End Tagging */
div.end_tagging {
  position: absolute;
  top: 5px;
  right: 0px;
  height: 27px;
  width: 27px;
}
div.end_tagging .svgicon {
  height: 100%;
  width: 100%;
  fill: #fff;
}
div.end_tagging .svgicon:hover {
  fill: #ef0c38;
}

@media (max-width: 768px) {
  div.end_tagging {
    right: 85px;
    top: 11px;
  }
  div.end_tagging .svgicon {
    fill: #9fa2a5;
  }
}
#content_left em {
  border-bottom: 2px solid #e6e6e6;
  color: #000;
  cursor: default;
  display: block;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 15px;
  margin-left: 12px;
  padding: 5px 12px 7px 0;
  text-decoration: none;
}

#content_left em.on_b_768 {
  margin-bottom: 3px;
}

#content_left em.bike {
  background: transparent url("/images/icon_bike_gen_med.gif") no-repeat 100% 25%;
  padding-top: 3px;
}

#mob_filter {
  background: #f4f4f4;
  display: none;
  padding: 15px 15px 5px;
}

#mob_filter div.bike_model a.but {
  line-height: 37px;
}

div.menu_att {
  font-size: 15px;
  line-height: 1.3333433333;
}

div.menu_att a.help {
  background: url("/images/menu_help_back.gif") no-repeat 178px center;
}

div.menu_att ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

div.menu_att > ul + ul {
  margin-top: 20px;
}

div.menu_att ul li.head {
  clear: left;
  color: #1e2429;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2001;
  margin: 0 0 5px;
  padding: 0 0 4px 0;
}

div.menu_att a {
  color: inherit;
  text-decoration: none;
  overflow-wrap: break-word;
}

div.menu_att a.help:hover {
  background: none;
}

div.menu_att .show-more {
  background: transparent;
  border: 0 none;
  color: #1e2429;
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  font-weight: 500;
  line-height: inherit;
  padding: 3px 28px 3px 0;
  position: relative;
  vertical-align: top;
}
div.menu_att .show-more .svgicon {
  position: absolute;
  top: 3px;
  right: 0;
  height: 20px;
  width: 20px;
  color: #c1c1c1;
}
div.menu_att .show-more:active, div.menu_att .show-more:focus, div.menu_att .show-more:hover {
  text-decoration: underline;
}
div.menu_att .show-more:disabled {
  display: none;
}

div.menu_att ul.sub {
  color: #0066cc;
  margin: 0 0 30px 0;
}
div.menu_att ul.sub + ul.sub {
  margin-top: -30px;
  overflow: hidden;
}
div.menu_att ul.sub + .show-more {
  margin: -30px 0 30px;
}

div.menu_att ul.sub li {
  display: table;
  padding: 3px 0;
}

div.menu_att ul.sub .ais-NumericMenu-item {
  color: #1e2429;
  vertical-align: top;
}
div.menu_att ul.sub .ais-NumericMenu-item.is-active {
  color: #16b272;
  font-weight: 700;
}
div.menu_att ul.sub .ais-NumericMenu-item input[type=radio] {
  opacity: 0;
  position: fixed;
  width: 0;
}
div.menu_att ul.sub .ais-NumericMenu-item span:hover {
  cursor: pointer;
  text-decoration: underline;
}

div.menu_att ul.sub a {
  color: #1e2429;
  display: inline-block;
  vertical-align: top;
}
div.menu_att ul.sub a.is-active {
  color: #16b272;
  font-weight: 700;
}

div.menu_att ul.sub a.selected {
  color: #444444;
  text-decoration: underline;
}

div.menu_att ul.sub a:hover {
  text-decoration: underline;
}

div.menu_att ul.sub li.model {
  background: #f4f4f4;
  padding: 10px 0 0 10px;
}

div.menu_att ul.sub li.colour {
  margin-top: 12px;
  max-width: 192px;
  padding: 0;
}

div.menu_att ul.sub li.colour a {
  float: left;
  height: 24px;
  line-height: 1em;
  margin: 0 8px 8px 0;
  padding: 0;
  width: 24px;
}

.ais-NumericMenu,
.ais-RangeSlider {
  margin-bottom: 30px;
}

.ais-RefinementList-list.colour {
  max-width: 192px;
}

.ais-RefinementList-item.colour {
  display: inline-block !important;
  margin-top: 8px !important;
  vertical-align: top;
}
.ais-RefinementList-item.colour > div {
  float: left;
}
.ais-RefinementList-item.colour a {
  margin-bottom: 0 !important;
  position: relative;
}

.ais-RefinementList-item > div {
  cursor: pointer;
}

div.menu_att ul.sub li.more a,
div.menu_att ul.sub li.less a {
  font-weight: 500;
}

div.menu_att ul.sub li.more a,
div.menu_att ul.sub li.less a {
  cursor: pointer;
}
div.menu_att ul.sub li.more .svgicon,
div.menu_att ul.sub li.less .svgicon {
  height: 20px;
  width: 20px;
  color: #c1c1c1;
  margin-left: 10px;
  vertical-align: top;
}

div.menu_att ul.sub li.less .svgicon {
  transform: rotate(180deg);
}
.menu_filters {
  width: 100%;
}

.menu_filters ul {
  min-height: 40px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  padding: 0;
}

.menu_filters ul > li {
  flex-basis: 40px;
  min-width: 100%;
  position: relative;
}

.menu_filters ul > li {
  display: flex;
  justify-content: center;
  flex-direction: column;
  background: #e8f0d0;
  color: #7ca017;
  cursor: pointer;
  font-weight: 700;
  padding: 10px 33px 10px 12px;
  margin: 5px 0 3px 0;
  box-sizing: border-box;
}

.menu_filters ul > li > div {
  display: flex;
  justify-content: center;
  flex-direction: row;
}

.menu_filters ul > li > div {
  justify-content: left;
}

div.menu_filters ul li a .check-icon {
  color: #7ca017;
}
div.menu_filters ul li a .times-icon {
  color: #903030;
  z-index: 1;
}
div.menu_filters ul li a .check-icon,
div.menu_filters ul li a .times-icon {
  position: absolute;
  top: 7px;
  right: 7px;
  height: 26px;
  width: 26px;
  transition: opacity 0.1s ease-out, transform 0.1s ease-out;
}
div.menu_filters ul li a .times-icon, div.menu_filters ul li a:hover .check-icon {
  opacity: 0;
  transform: scale(1, 0.01);
}

div.menu_filters ul li:hover, .menu_filters ul > li.menu_hovered {
  background: #e2c5c7;
  color: #903030;
}
div.menu_filters ul li:hover .check-icon, .menu_filters ul > li.menu_hovered .check-icon {
  opacity: 0;
  transform: scale(1, 0.01);
}
div.menu_filters ul li:hover .times-icon, .menu_filters ul > li.menu_hovered .times-icon {
  opacity: 1;
  transform: none;
}

:root .ais-CurrentRefinements-item {
  background: transparent !important;
  cursor: default;
  padding: 0;
}

.ais-CurrentRefinements-label {
  display: none;
}

.ais-CurrentRefinements-category {
  background: #e8f7f1;
  border-radius: 4px;
  color: #16b272;
  cursor: pointer;
  display: block;
  padding: 10px 33px 10px 12px;
  position: relative;
  transition: background-color 0.1s ease-out, color 0.1s ease-out;
}
.ais-CurrentRefinements-category + .ais-CurrentRefinements-category {
  margin-top: 8px;
}
.ais-CurrentRefinements-category:focus-within {
  background: #fde7eb;
  color: #ef0c38;
}
.ais-CurrentRefinements-category:hover {
  background: #fde7eb;
  color: #ef0c38;
}
.ais-CurrentRefinements-category::before {
  position: absolute;
  top: 50%;
  right: 9px;
  height: 22px;
  width: 22px;
  background: currentColor url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath fill='white' d='M13.845 12l7.773-7.773a1.304 1.304 0 00-1.845-1.844L12 10.156 4.227 2.382a1.302 1.302 0 00-1.844 0 1.302 1.302 0 000 1.844L10.156 12l-7.773 7.773a1.304 1.304 0 101.843 1.845L12 13.845l7.773 7.773a1.3 1.3 0 001.845 0 1.305 1.305 0 000-1.845L13.845 12z'/%3E%3C/svg%3E") no-repeat 50% 50%;
  background-size: 10px 10px;
  border-radius: 50%;
  content: "";
  margin-top: -11px;
  z-index: 1;
}

.ais-CurrentRefinements-delete {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: transparent;
  border: 0 none;
  color: rgba(0, 0, 0, 0);
  z-index: 2;
}

.all-offers__link {
  background: #ef0c38;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  outline: 0 none !important;
  padding: 4px 6px;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: box-shadow 0.1s ease-in;
}
.all-offers__link:focus-visible {
  box-shadow: rgba(239, 12, 56, 0.5) 0 0 0 5px;
}
@media screen and (max-width: 23.4275em) {
  .all-offers__link {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 47.99em) {
  .all-offers__link {
    white-space: pre-wrap;
  }
}

#filter .bike_model {
  margin-left: 12px;
}
.bike_model .button {
  width: 100%;
}

.model_selected {
  margin-bottom: 20px;
}
.model_selected span.model {
  color: #4990be;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}
.model_selected span {
  display: block;
}
.model_selected .button {
  margin-top: 20px;
}

.bike_model a.plain,
.model_selected a.plain {
  color: #406090 !important;
  display: table;
  margin: 4px auto 0 auto;
  transition: color 0.1s ease-out;
}
.bike_model a.plain:hover,
.model_selected a.plain:hover {
  color: #ef0c38 !important;
}

#breakpoint-reporter {
  display: none;
  font-family: sans-serif;
}
@media screen and (min-width: 0em) {
  #breakpoint-reporter {
    font-family: sans-serif, "phone-s";
  }
  #breakpoint-reporter::after {
    content: "phone-s ≥ 0px (0em)";
  }
}
@media screen and (min-width: 23.4375em) {
  #breakpoint-reporter {
    font-family: sans-serif, "phone";
  }
  #breakpoint-reporter::after {
    content: "phone ≥ 375px (23.4375em)";
  }
}

.is-dev #breakpoint-reporter {
  position: fixed;
  right: 5px;
  bottom: 5px;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  display: block;
  font-size: 10px;
  opacity: 0.8;
  padding: 0.5em 1em;
  pointer-events: none;
  z-index: 999999;
}
.is-dev #breakpoint-reporter.did-change {
  background: #fcd753;
}

.careers {
  font-size: 18px;
  line-height: 1.3125;
  color: #1e2429;
}
.careers__intro {
  margin-bottom: 30px;
}
.careers__list {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 60px;
  padding-bottom: 30px;
}
.careers__list-anchor {
  display: block;
  position: relative;
  top: -100px;
  visibility: hidden;
}
.careers__job {
  padding-bottom: 30px;
  margin-bottom: 60px;
  border-bottom: 1px solid #e6e6e6;
}
.careers__skill {
  padding-bottom: 12px;
  padding-left: 25px;
  position: relative;
}
.careers__skill .svgicon {
  left: 0;
  top: 1px;
  position: absolute;
  height: 20px;
  width: 20px;
}
.careers h1 {
  font-size: 28px;
  font-weight: 700;
}
.careers h2 {
  font-size: 24px;
  font-weight: 700;
  color: #0066cc;
}
.careers h3 {
  font-size: 20px;
  font-weight: 700;
  color: #0066cc;
}
.careers a {
  color: #0066cc;
}
.careers a:active, .careers a:focus, .careers a:hover {
  color: #39a9e0;
}

.cat-head {
  margin-bottom: 30px;
}
.cat-head::after {
  clear: both;
  content: "";
  display: table;
}
.cat-head__title {
  color: #1e2429;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 20px 0;
}
:root .cat-head__title:last-child {
  margin-bottom: 0;
}
.cat-head__banner {
  display: block;
  margin-top: -10px;
  margin-bottom: 25px;
}
.cat-head__banner a, .cat-head__banner img {
  display: block;
  height: auto;
  width: 100%;
}
.cat-head__banner img {
  max-height: 255px;
}
.cat-head__banner div {
  box-sizing: content-box;
}
.cat-head__subtitle {
  color: #1e2429;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2001;
  margin: 0;
}
.cat-head__body {
  font-family: Tahoma, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5385615385;
  overflow: hidden;
}
.cat-head__image {
  padding-top: 48.27%;
}
.cat-head--has-offers {
  display: flex;
}
.cat-head--has-offers .cat-head__title {
  align-self: center;
  flex: 1 1 auto;
  margin-bottom: 0;
}
.cat-head--has-offers .all-offers {
  align-self: flex-start;
  flex: 0 0 auto;
  margin-left: 20px;
}
@media screen and (max-width: 29.99em) {
  .cat-head--has-offers .cat-head__title {
    font-size: 6.25vw;
  }
}
@media screen and (max-width: 35.49em) {
  .cat-head__mobile-height .cat-head__body-outer {
    max-height: 80px;
    overflow: hidden;
  }
  .cat-head__banner.for-mobile img {
    margin-top: -48.27%;
    height: 48.27%;
  }
  .cat-head__banner.for-desktop {
    display: none;
  }
  .cat-head__subtitle {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 47.99em) {
  .cat-head {
    margin-bottom: 15px;
  }
  .cat-head__title {
    margin-bottom: 12px;
  }
}

#cat_desc a.more,
#cat_desc a.less {
  text-decoration: underline;
}

.cart-total__title, .cart-table thead th, .cart-table thead td {
  background: #fff;
  border-bottom: 1px solid #e6e6e6;
  color: #1e2429;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2001;
  padding: 6px 10px;
}

.cart-table {
  border-collapse: collapse;
  width: 100%;
}
.cart-table th, .cart-table td {
  padding: 0;
}
.cart-table thead th, .cart-table thead td {
  padding: 10px 10px;
}
.cart-table thead th:first-child, .cart-table thead td:first-child {
  border-left: 0 none;
}
.cart-table tbody th, .cart-table tbody td {
  padding: 20px 10px;
}
.cart-table__image-cell {
  text-align: center;
  width: 140px;
}
.cart-table__desc-cell {
  text-align: left;
  width: auto;
}
.cart-table__qty-cell {
  text-align: center;
  width: 180px;
}
.cart-table__qty-cell--inputs {
  display: flex;
  justify-content: space-between;
}
.cart-table__qty-cell--inputs .cart-product-row__qty .input {
  border-radius: 2px;
  font-size: 22px;
  height: 50px;
  width: 50px;
}
.cart-table__qty-cell--inputs .button {
  height: 50px;
  width: 50px;
  text-overflow: unset;
  padding: 0px;
}
.cart-table__qty-cell--inputs .button .icon {
  width: 30px;
}
.cart-table__remove-cell {
  text-align: center;
  width: 80px;
}
.cart-table__price-cell, .cart-table__total-cell {
  text-align: center;
  width: 182px;
}
.cart-table__price-cell .product-price, .cart-table__total-cell .product-price {
  color: #1e2429;
  font-size: 24px;
}

.cart-product-row th, .cart-product-row td {
  border-bottom: 1px solid #e6e6e6;
}
.cart-product-row .cart-table__image-cell {
  box-sizing: content-box;
  padding: 10px 20px 10px 0;
}
.cart-product-row__image {
  height: 140px;
  width: 140px;
  display: block;
}
.cart-product-row__desc, .cart-product-row__price, .cart-product-row__qty, .cart-product-row__total {
  box-sizing: border-box;
  min-height: 80px;
  padding-top: 14px;
}
.cart-product-row__title {
  color: #1e2429;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2001;
  margin: 0 0 8px;
}
.cart-product-row__title a {
  color: #1e2429;
}
.cart-product-row__size, .cart-product-row__stock {
  color: #1e2429;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  margin: 0;
}
.cart-product-row__size strong, .cart-product-row__stock strong {
  font-weight: inherit;
  color: #1e2429;
}
.cart-product-row__size strong.positive, .cart-product-row__stock strong.positive {
  color: #16b272;
}
.cart-product-row__size strong.negative, .cart-product-row__stock strong.negative {
  color: #ef0c38;
}
.cart-product-row__qty {
  padding-top: 0;
}
:root .cart-product-row__qty input::-webkit-inner-spin-button, :root .cart-product-row__qty input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
:root .cart-product-row__qty input {
  font-size: 28px;
  font-weight: 700;
  padding: 0 8px;
  text-align: center;
  width: 88px;
}
.cart-product-row__spinner button {
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  width: 40px;
}
.cart-product-row__spinner button + button {
  margin-left: 8px;
}
.cart-product-row__total {
  position: relative;
}
.cart-product-row__update-btn {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  width: 100%;
}
.cart-product-row__remove-btn {
  height: 40px;
  width: 40px;
  border: 0 none;
  border-radius: 50%;
  background: transparent;
  display: inline-block;
  padding: 0;
  transition: opacity 0.2s ease-out, box-shadow 0.1s ease-out;
}
.cart-product-row__remove-btn:focus {
  box-shadow: #39aadf 0 0 5px;
}
.cart-product-row__remove-btn:hover {
  opacity: 1;
}
.cart-product-row__remove-btn .icon {
  height: 40px;
  width: 40px;
  color: #0066cc;
}

.is-kiosk .cart-product-row__remove-btn {
  border-radius: 0px;
}
.is-kiosk .cart-product-row__remove-btn .icon {
  margin-top: -26px;
}

.cart-total {
  display: table;
  margin-left: auto;
  text-align: center;
  width: 202px;
}
.cart-total__title {
  margin: 0;
}
.cart-total__price {
  background: #f4f4f4;
  padding-top: 24px;
  padding-bottom: 24px;
}
.cart-total__price .product-price {
  font-size: 28px;
}

.cart-form .button--green {
  background-color: #16b272;
}
.cart-form .button--green:hover {
  background-color: #35d191 !important;
}

.service-head + .cart-table,
.cart-table + .cart-total,
.cart-total + .service-head {
  margin-top: 20px;
}

.cats-grid-cell {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e6e6e6;
}
.cats-grid-cell__title {
  position: absolute;
  top: 5%;
  right: 0;
  left: 0;
  color: #0066cc;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2001;
  text-align: center;
  text-transform: uppercase;
  z-index: 1;
}
.cats-grid-cell__image {
  position: absolute;
  top: 18.6666666667%;
  left: 14%;
  height: 72%;
  width: 72%;
  object-fit: contain;
  z-index: 0;
}

.cats-grid {
  overflow: hidden;
  padding-bottom: 1px;
  text-align: center;
}
.cats-grid__gutter {
  margin: 0 0 0 0;
  padding: 0;
}
.cats-grid__item {
  border: 0 solid transparent;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  text-align: left;
  vertical-align: top;
  border-width: 0 0 0 0;
}
.cats-grid__item::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.cats-grid {
  margin: 0 auto;
}
@media screen and (max-width: 35.49em) {
  .cats-grid__gutter {
    margin-left: 1px;
    margin-top: 1px;
  }
  .cats-grid .cats-grid-cell {
    left: -1px;
    top: -1px;
  }
}
@media screen and (max-width: 29.99em) {
  .cats-grid__item {
    width: 50%;
  }
}

.delivery-returns {
  color: #1e2429;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3125;
}
.delivery-returns__title {
  font-size: 28px;
  font-weight: 700;
}
.delivery-returns__sub-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: -10px;
  margin-top: 5px;
}
.delivery-returns__items {
  margin-top: 26px;
}
.delivery-returns__item {
  display: flex;
  margin-bottom: 8px;
}
.delivery-returns__icon {
  flex: 0 50px;
}
.delivery-returns__icon .icon {
  height: 34px;
  width: 34px;
}
.delivery-returns__content {
  flex: 1;
}

.modal-dialog .delivery-returns {
  max-width: 640px;
  padding: 40px;
}

:root .fancybox-overlay {
  background: rgba(28, 47, 72, 0.75);
}

:root .fancybox-opened .fancybox-skin {
  box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.2);
}

:root .fancybox-skin {
  border-radius: 0;
}

:root .fancybox-close {
  background: transparent;
}
:root .fancybox-close .icon {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
:root .fancybox-close:active, :root .fancybox-close:focus, :root .fancybox-close:hover {
  outline: 0 none;
  color: #c52c19;
}
:root .fancybox-close:focus-visible {
  border-radius: 4px;
  box-shadow: rgba(66, 153, 225, 0.5) 0 0 0 4px;
}

.intro-text {
  font-size: 14px;
  line-height: 1.25em;
}

.feature-card {
  text-align: center;
}
.feature-card__title {
  color: #406090;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2001;
  margin-top: 16px;
  min-height: 38.4032px;
  white-space: normal;
}
.feature-card__coming-soon {
  background: #fcee21;
  color: #1e2429;
  font-size: 13px;
  line-height: 1;
  margin-top: 8px;
  padding: 3px 4px 2px;
  width: max-content;
}
.feature-card__stars {
  margin-top: 12px;
  min-height: 17px;
}
.feature-card__price {
  margin-top: 8px;
}
.feature-card__price a {
  color: #16b272;
}
.feature-card__coming-soon + .feature-card__price {
  margin-top: 11px !important;
}
.feature-card__offer a {
  color: #1e2429;
}
.feature-card__score {
  background-color: #8cbe1a;
  border-radius: 2px;
  border: 1px solid #8cbe1a;
  top: 80px;
  color: #fff;
  opacity: 0.8;
  padding: 4px;
  position: absolute;
  z-index: 4;
}

.horizontal-scroll-section .feature-card {
  text-align: left;
}
.horizontal-scroll-section .feature-card__stars {
  margin-top: 6px;
  text-align: left;
}
.horizontal-scroll-section .feature-card__title {
  font-weight: normal;
  min-height: auto;
}
.horizontal-scroll-section .feature-card__title a {
  color: #1e2429;
}
.horizontal-scroll-section .feature-card .product-shot {
  border: none;
}
.horizontal-scroll-section .feature-card .product-price {
  margin-top: 6px;
  color: #16b272;
}
.horizontal-scroll-section .feature-card .was-price {
  color: #1e2429;
  font-size: 14px;
}

.feature-grid {
  overflow: hidden;
  padding-bottom: 1px;
}
.feature-grid__gutter {
  margin: -24px 0 0 -24px;
  padding: 0;
}
.feature-grid__item {
  border: 0 solid transparent;
  box-sizing: border-box;
  display: inline-block;
  text-align: left;
  vertical-align: top;
  white-space: normal;
  border-width: 24px 0 0 24px;
}

.feature-grid {
  overflow: visible;
  padding-right: 1px;
  white-space: nowrap;
}
.feature-grid__item:last-child {
  margin-right: 1px;
}

.feature-grid {
  text-align: center;
}
@media screen and (max-width: 29.99em) {
  .feature-grid__item {
    width: 180px;
  }
}

.finance-container {
  color: #000;
}
.finance-container img {
  display: initial;
  vertical-align: initial;
}
@media screen and (max-width: 71.24em) {
  .finance-container {
    width: 100%;
  }
}
.finance-container__form {
  position: relative;
  padding: 30px;
  line-height: 1;
}
@media screen and (max-width: 35.49em) {
  .finance-container__form {
    padding: 14px;
    box-sizing: border-box;
  }
}
.finance-container .close-bro-logo {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 200px;
  height: 80px;
}
.finance-container .klarna-logo {
  float: right;
  margin-right: 100px;
}
.finance-container select.input {
  appearance: none;
  transition: none !important;
}
.finance-container .compound-input {
  box-sizing: border-box;
  display: inline-flex;
  position: relative;
  width: 180px;
  margin-bottom: 12px;
}
.finance-container .compound-input.select::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath fill='none' stroke='%23186CB3' stroke-width='3' stroke-linecap='round' d='M6 9.375l6 5.25 6-5.25'/%3E%3C/svg%3E"), linear-gradient(to bottom, #d2d6d9, #d2d6d9);
}
.finance-container .compound-input::before {
  position: absolute;
  box-sizing: border-box;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  z-index: 1;
}
.finance-container .compound-input .input, .finance-container .compound-input::before {
  background: #fff;
  background-repeat: no-repeat, repeat-y;
  background-size: 24px 24px, 1px 100%;
  border: 2px solid #d2d6d9;
  border-radius: 2px;
  box-shadow: none;
  color: #1e2429;
  display: inline-block;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  line-height: 1.4001;
  min-width: 0;
  max-width: 100%;
  outline: 0 none !important;
  transition: background-color 0.1s ease-out, border-color 0.1s ease-out, box-shadow 0.1s ease-out, color 0.1s ease-out, filter 0.1s ease-out, opacity 0.1s ease-out, -webkit-filter 0.1s ease-out;
  vertical-align: top;
  background-position: right 6px top 11px, right 36px top 0;
  font-size: 15px;
  padding: 19px 10px 5px 10px !important;
  height: 50px;
  width: 180px;
}
.finance-container .compound-input.select select.input {
  padding-right: 36px !important;
}
.finance-container .compound-input .input {
  background: transparent !important;
  border-color: transparent !important;
  flex: 1 1 1px;
  position: relative;
  z-index: 2;
}
.finance-container select.input option, .finance-container select.input optgroup {
  background: #fff;
  font-family: proxima-nova, sans-serif;
}
.finance-container .compound-input input.input[value]:not([value=""]):not(.no-value) ~ .label, .finance-container .compound-input textarea.input:not(:empty):not(.no-value) ~ .label, .finance-container .compound-input .input.has-value ~ .label {
  color: #8f9294;
  transform: scale(0.8);
}
.finance-container .compound-input.select .label {
  padding-right: 40px !important;
}
.finance-container .compound-input .label {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4001;
  max-width: 100%;
  padding: 14px 12px 14px 12px;
  pointer-events: none;
  transform: scale(1);
  transform-origin: 12px -55%;
  transition: color 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
  z-index: 3;
}
.finance-container .compound-input:focus-within::before {
  background-color: #ecf5fc;
  border-color: #4299e1;
}
.finance-container .compound-input .input:focus ~ .label {
  color: #186cb3 !important;
  transform: scale(0.8) !important;
}
.finance-container__values {
  display: flex;
  margin: 15px 0;
}
.finance-container__values div {
  width: 20%;
}
.finance-container__payments {
  display: flex;
  width: 50%;
  background: white;
  padding: 10px 15px;
}
.finance-container__payments div {
  width: 50%;
}
.finance-container .finance-form .desc {
  font-size: 16px;
  color: #8f9294;
  margin: 0;
}
.finance-container .finance-form .value {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}
.finance-container .finance-form #payments .value {
  font-size: 26px;
}
@media screen and (max-width: 29.99em) {
  .finance-container__values {
    display: flex;
    flex-wrap: wrap;
  }
  .finance-container__values div {
    flex-grow: 1;
    width: 33%;
    margin-bottom: 12px;
  }
  .finance-container .finance-form .desc {
    font-size: 12.5px;
  }
  .finance-container .finance-form .value {
    font-size: 18px;
  }
  .finance-container__payments {
    box-sizing: border-box;
    width: 100%;
    font-size: 12.5px;
    padding: 5px 7px;
  }
}
.finance-container #needs {
  line-height: 1;
}
.finance-container #needs p {
  font-size: 16px;
}
.finance-container #requirements {
  display: flex;
  flex-wrap: wrap;
}
.finance-container #requirements div {
  align-items: center; /* center them horizontally */
  text-align: center; /* center text inside the <p> */
  margin-top: 30px;
}
@media screen and (max-width: 35.49em) {
  .finance-container #requirements div {
    flex: 0 0 50%;
  }
}
.finance-container #requirements span {
  display: block;
  height: 72px;
}
.finance-container #requirements img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  text-align: center;
}
.finance-container #requirements p {
  font-size: 16px;
  line-height: 1.4;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
}
.finance-container__inst {
  display: inline-block;
  border-bottom: 3px #ffb3c7 solid;
}
.finance-container__paypal .finance-container__inst {
  border-bottom: 3px #019cde solid;
}
.finance-container__h1 {
  font-size: 32px;
  line-height: 32px;
  font-weight: bold;
  margin-top: 10px;
  color: #000;
}
.finance-container__h2 {
  margin: 0;
  font-size: 27px;
  line-height: 32px;
  color: #000;
  font-weight: bold;
}
.finance-container__h2 a {
  text-decoration: underline !important;
}
.finance-container__h3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  color: #000;
}
.finance-container__h3 span {
  font-weight: bold;
  background-color: #C0E7D7;
  padding: 6px;
}
.finance-container__xlarge {
  font-size: 21px;
  line-height: 24px;
  font-weight: bold;
  padding-bottom: 5px;
}
.finance-container__large {
  font-size: 18px;
  line-height: 21.6px;
}
.finance-container__medium {
  font-size: 16px;
  line-height: 18px;
}
.finance-container__small {
  font-size: 15px;
  line-height: 20px;
}
.finance-container__xsmall {
  font-size: 12px;
  line-height: 16px;
  color: #000;
}
@media screen and (max-width: 35.49em) {
  .finance-container__h1 {
    font-size: 24px;
    line-height: 24px;
  }
  .finance-container__h2 {
    font-size: 20px;
    line-height: 24px;
  }
  .finance-container__h3 {
    font-size: 20px;
    line-height: 24px;
  }
  .finance-container__h3 span {
    padding: 3px;
  }
  .finance-container__xlarge {
    font-size: 16px;
    line-height: 18px;
  }
  .finance-container__large {
    font-size: 16px;
    line-height: 18px;
  }
  .finance-container__medium {
    font-size: 15px;
    line-height: 20px;
  }
  .finance-container__small {
    font-size: 13px;
    line-height: 16px;
  }
  .finance-container__xsmall {
    font-size: 9px;
    line-height: 11px;
  }
}
.finance-container__tabs {
  height: 48px;
  overflow: hidden;
}
.finance-container__tab {
  border: none;
  background-color: transparent;
  height: 55px;
  width: 138px;
  text-align: center;
}
.finance-container__tab-paypal img {
  width: 85px;
  height: 25px;
}
.finance-container__tab-klarna img {
  width: 96px;
  height: 21px;
  margin-top: 2px;
  margin-bottom: 2px;
}
.finance-container__tab.active {
  border: 2px solid #a1a1a1;
  border-bottom: 2px solid #fff;
  background-color: #fff;
}
.finance-container__contents {
  margin-top: -2px;
  border-top: 2px solid #a1a1a1;
}
.finance-container__content {
  display: none;
}
.finance-container__paypal-in-4 .finance-container__xlarge {
  margin-top: 40px;
}
.finance-container__paypal-info-graphic {
  margin-top: 30px;
}
@media screen and (max-width: 35.49em) {
  .finance-container__paypal .finance-container__h2 {
    padding-top: 30px;
    padding-bottom: 16px;
  }
}
.finance-container__graphic-column {
  text-align: center;
  font-size: 16px;
  line-height: 18px;
  color: #020A0A;
}
@media screen and (max-width: 35.49em) {
  .finance-container__graphic-column {
    width: 100%;
    display: flex;
    margin-bottom: 12px;
  }
  .finance-container__graphic-column:not(:last-child) {
    margin-bottom: 12px;
  }
  .finance-container__graphic-column p {
    text-align: left;
    padding-left: 20px;
    font-size: 16px;
  }
}
.finance-container__graphic-column img {
  width: 80px;
  height: 80px;
}
.finance-container__finance-tabs {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.finance-container__finance-tabs span {
  font-size: 18px;
  color: #020A0A;
  font-weight: bold;
}
.finance-container__finance-tab {
  border: 3px solid #ffb3c7;
  background-color: #fff;
  color: #000;
  font-weight: bold;
  border-radius: 12px;
  position: relative;
}
.finance-container__paypal .finance-container__finance-tab {
  border: 3px solid #019cde;
}
@media screen and (max-width: 35.49em) {
  .finance-container__finance-tabs span {
    margin-left: 6px;
    margin-right: 6px;
  }
  .finance-container__finance-tab {
    padding: 4px 5px 4px 5px;
    font-size: 20px;
    line-height: 28px;
  }
}
@media screen and (max-width: 23.4275em) {
  .finance-container__finance-tabs {
    display: flex;
  }
  .finance-container__finance-tabs span {
    margin-top: 16px;
  }
  .finance-container__finance-tab {
    max-width: 140px;
    font-size: 18px;
    line-height: 20px;
  }
}
.finance-container__finance-tab.active {
  background-color: #ffb3c7;
}
.finance-container__paypal .finance-container__finance-tab.active {
  background-color: #019cde;
  color: #fff;
}
.finance-container__finance-tab.active:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #ffb3c7;
  border-bottom: 10px solid transparent;
  bottom: -23px;
  left: 50%;
  transform: translate(-50%);
  z-index: 999;
}
.finance-container__paypal .finance-container__finance-tab.active:before {
  border-top: 10px solid #019cde;
}
.finance-container__klarna-in-3 .finance-container__h2 {
  margin-top: 36px;
}
.finance-container__klarna-in-3 .finance-container__h3 {
  margin-top: 4px;
}
.finance-container__klarna-content .finance-container__small {
  margin-top: 20px;
  margin-bottom: 20px;
}
.finance-container__klarna-content .finance-container__small span {
  font-weight: bold;
}
.finance-container__klarna-info-graphic {
  margin-bottom: 30px;
}
.finance-container__klarna-in-3 .finance-container__graphic-row {
  display: flex;
  margin-top: 30px;
}
.finance-container__klarna-in-3 .finance-container__graphic-row p {
  font-size: 18px;
  line-height: 21px;
}
.finance-container__klarna-in-3 .finance-container__graphic-row p span {
  font-weight: bold;
}
.finance-container__klarna-in-3 img {
  width: 80px;
  height: 80px;
}
@media screen and (max-width: 35.49em) {
  .finance-container__klarna-in-3 .finance-container__graphic-row {
    display: flex;
    width: 100%;
  }
  .finance-container__klarna-in-3 .finance-container__graphic-row p {
    text-align: left;
    padding-left: 20px;
    font-size: 16px;
    margin-top: 0px;
  }
  .finance-container__klarna-in-3 img {
    width: 80px;
    min-width: 80px;
  }
}
.finance-container__klarna-contents .faq_q {
  border: 2px solid #e6e6e6;
  line-height: 24px;
}
.finance-container__klarna-contents .faq_q label {
  padding-right: 20px;
  font-size: 20px;
}
.finance-container__klarna-contents .faq_q label:before {
  content: "Q. ";
}
.finance-container__klarna-contents .faq_q p:first-child:before {
  content: "A. ";
}
.finance-container__klarna-contents .faq_a {
  padding-left: 22px;
  padding-right: 22px;
  font-size: 16px;
  line-height: 22px;
}
@media screen and (max-width: 35.49em) {
  .finance-container__klarna-contents .faq_q label {
    font-size: 16px;
    line-height: 22px;
  }
  .finance-container__klarna-contents .faq_a {
    font-size: 14px;
    line-height: 18px;
    padding-left: 18px;
    padding-right: 18px;
  }
}
.finance-container__klarna-finance .finance-container__h2, .finance-container__paypal-content .finance-container__h2 {
  margin-top: 36px;
}
.finance-container__klarna-finance .finance-container__xsmall {
  margin-bottom: 60px;
}

.form-block {
  background: #ececec;
  text-align: center;
}
.form-block::before, .form-block::after {
  content: "";
  display: table;
}
.form-block__head, .form-block__foot {
  max-width: 800px;
}
.form-block__head, .form-block__body, .form-block__foot, .form-block__buttons {
  margin: 30px auto;
}
.form-block__buttons button {
  margin-left: 10px;
}
.form-block__buttons button:first-of-type {
  margin-left: initial;
}
.form-block__foot {
  margin-bottom: 40px;
}
.form-block__foot::before {
  border-bottom: 2px solid #4990be;
  content: "";
  display: block;
  height: 10px;
  margin: 0 auto 30px auto;
  width: 86px;
}
.form-block__icon {
  height: 80px;
  width: 80px;
  border: 3px solid #4990be;
  border-radius: 50%;
  margin: 0 auto;
  overflow: hidden;
}
.form-block__icon .icon {
  height: 64px;
  width: 64px;
  color: #406090;
  margin: 8px;
}
.form-block__title {
  color: #444444;
  font-size: 28px;
  font-weight: 300;
  line-height: 1.2001;
  margin: 0;
}
.form-block__title strong {
  color: #406090;
  font-weight: 700;
}
.form-block__title em {
  color: #7ca017;
  font-weight: 700;
  text-decoration: none;
}
.form-block__icon + .form-block__title {
  margin-top: 20px;
}
.form-block--light {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f3f3f3;
  color: #1e2429;
}
.form-block--light .form-block__title {
  color: #1e2429;
  font-weight: 500;
}
.form-block--light .form-block__title strong {
  color: #0066cc;
  font-size: 34px;
}
.form-block--light .button--green {
  background-color: #16b272;
}

.service-head + .form-block {
  margin-top: 20px;
}

#home_banner a {
  display: block;
}
#home_banner img {
  height: auto;
  width: 100%;
  display: block;
}

@media screen and (max-width: 35.49em) {
  #home_banner {
    display: none;
  }
}
.info-accordion-item {
  background: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
  display: block;
  margin: 0;
  padding: 0;
  transition: background-color 0.2s ease;
}
.info-accordion-item.open {
  background-color: #ececec;
}
.info-accordion-item__title {
  align-items: center;
  background: transparent;
  border: 0 none;
  display: flex;
  font-family: proxima-nova, Tahoma, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2001;
  margin: 0;
  padding: 0;
  text-align: left;
  width: 100%;
}
.info-accordion-item__title span {
  display: block;
  flex: 1 1 auto;
  padding: 15px 0 15px 20px;
}
.info-accordion-item__title .icon {
  color: #0066cc;
  flex: 0 0 auto;
  margin: 0 12px;
  transition: transform 0.2s ease;
}
.info-accordion-item__title span.open + .icon {
  transform: rotate(180deg);
}
.info-accordion-item__body {
  font-size: 13px;
  margin: 0;
  padding: 0.05px 20px;
}
.info-accordion-item__body p {
  margin: 0 0 12px 0;
}
.info-accordion-item__body p:last-child {
  margin-bottom: 24px;
}
.js .info-accordion-item__body {
  display: none;
}
.js .info-accordion-item.open .info-accordion-item__body {
  display: block;
}

.info-accordion {
  display: block;
  margin: 40px 0;
  padding: 0;
}
.info-accordion__title {
  color: #0066cc;
  display: block;
  font-family: proxima-nova, Tahoma, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2001;
  margin: 0;
  padding: 0 0 8px 0;
}
.info-accordion__list {
  display: block;
  margin: 0;
  padding: 0;
}
.info-accordion__list .info-accordion-item + .info-accordion-item {
  border-top: 0 none;
}

.modern-alert {
  border: 3px solid rgba(0, 102, 204, 0.5);
  font-size: 13px;
  line-height: 1.5385615385;
  padding: 12px;
  position: relative;
}
.modern-alert .icon {
  position: absolute;
  top: 12px;
  left: 6px;
  height: 28px;
  width: 28px;
  color: #0066cc;
}
.modern-alert p {
  margin: 0;
}
.modern-alert p + p {
  margin-top: 12px;
}
.modern-alert .icon ~ p {
  margin-left: 28px;
}

.modern-alert--green {
  border-color: rgba(22, 178, 114, 0.5);
}
.modern-alert--green .icon {
  color: #16b272;
}

.page-control {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 40px;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.page-control__options {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  gap: 0 20px;
  justify-content: space-between;
}
.page-control__option-group {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
}
.page-control__option-label {
  font-size: 15px;
  padding-right: 8px;
}
.page-control__option-toggle {
  height: 40px;
  width: 40px;
  background: transparent;
  border: 0 none;
  color: #9fa2a5;
  padding: 0;
  transition: color 0.1s ease-out, box-shadow 0.1s ease-out;
}
.page-control__option-toggle .icon {
  height: 32px;
  width: 32px;
  margin-left: 4px;
  margin-top: 4px;
}
.page-control__option-toggle:focus {
  box-shadow: #39aadf 0 0 5px;
  color: rgb(165.8, 188.4, 199);
}
.page-control__option-toggle:hover {
  color: #39a9e0;
}
.page-control__option-toggle.is-active {
  color: #0066cc;
}
.page-control__option-toggle + .page-control__option-toggle {
  margin-left: 8px;
}
.page-control__option-select {
  font-weight: 500 !important;
}
.page-control__sort-container:empty {
  border: 2px solid #d2d6d9;
  border-radius: 2px;
  height: 40px;
}
.page-control__sort-container, .page-control__option-select {
  width: 200px;
}
.page-control__pagination {
  margin: 0 auto;
  padding-top: 16px;
  width: 100%;
}
.page-control__showing {
  color: #1e2429;
  flex: 0 0 auto;
  font-size: 16px;
  margin-right: auto;
}
@media screen and (max-width: 23.4275em) {
  .page-control__option-label {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}
@media screen and (max-width: 29.99em) {
  :root .page-control__options {
    margin-left: 0;
  }
  .page-control__option-group[data-for=view] .page-control__option-label {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .page-control__sort-container, .page-control__option-select {
    width: 180px;
  }
}
@media screen and (max-width: 35.49em) {
  .page-control__options {
    flex-grow: 1;
    justify-content: space-between;
    margin-left: 4px;
  }
}
@media screen and (max-width: 47.99em) {
  .page-control__showing {
    margin-left: 4px;
  }
}

.pagination {
  align-items: center;
  display: flex;
  font-size: 18px;
  font-weight: 700;
  gap: 4px;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.pagination__item {
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
  display: inline-flex;
  height: 38px;
  justify-content: center;
  transition: all 0.2s ease;
  width: 38px;
}
.pagination__item:hover :not(.is-disabled) :not(.pagination__item--prev) :not(.pagination__item--next) :not(.pagination__item--ellipsis) {
  background-color: #e1e7ed;
}
.pagination__item.is-active {
  border: 2px solid #0066cc;
  color: #1e2429;
}
.pagination__item.is-active .pagination__link {
  color: #2f333a;
}
.pagination__item--ellipsis .pagination__link {
  background: transparent;
  color: #8f9294;
  cursor: pointer !important;
  pointer-events: none;
}
.pagination__item--prev, .pagination__item--next {
  background: none !important;
  border-radius: 0;
  color: #1e2429;
  height: auto;
  min-width: auto;
  padding: 0 10px;
  text-transform: uppercase;
  width: auto;
}
.pagination__item--prev .pagination__link, .pagination__item--next .pagination__link {
  align-items: center;
  background: transparent !important;
  border-radius: 0;
  color: #2f333a;
  display: inline-flex;
  gap: 4px;
  height: auto;
  padding: 0;
  width: auto;
}
.pagination__item--prev .pagination__link:hover, .pagination__item--next .pagination__link:hover {
  border: none !important;
  text-decoration: underline !important;
}
.pagination__item--prev svg,
.pagination__item--prev .svgicon, .pagination__item--next svg,
.pagination__item--next .svgicon {
  color: #0066cc;
  height: 16px;
  vertical-align: middle;
  width: 16px;
}
.pagination__item--prev {
  margin-right: 4px;
}
.pagination__item--next {
  margin-left: 4px;
}
.pagination__item--number {
  color: #8f9294;
  font-size: 19px;
}
.pagination__link {
  align-items: center;
  border-radius: 50%;
  color: #8f9294;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.pagination__link:hover {
  text-decoration: none;
}
.pagination__item:not(.is-active) .pagination__link:hover {
  text-decoration: none;
  color: #1e2429;
  border: solid #d2d6d9 2px;
}
@media screen and (max-width: 35.49em) {
  .pagination {
    height: 38px;
    position: relative;
    justify-content: flex-start;
    max-width: 290px;
    margin-left: auto;
    margin-right: auto;
    gap: 0px;
  }
  .pagination__item--prev, .pagination__item--next {
    padding: 0;
    font-size: 17px;
  }
  .pagination__item--prev {
    margin-right: 0;
    position: absolute;
    left: 0;
  }
  .pagination__item--next {
    margin-left: 0;
    position: absolute;
    right: 0;
  }
  .pagination__item--first {
    position: absolute;
    left: 68px;
  }
  .pagination__item--last {
    position: absolute;
    right: 68px;
  }
  .pagination__item--ellipsis {
    width: 32px;
    height: 32px;
  }
  .pagination__item--ellipsis--prev {
    position: absolute;
    left: 96px;
  }
  .pagination__item--ellipsis--next {
    position: absolute;
    right: 96px;
  }
  .pagination__item--number {
    width: 32px;
    height: 32px;
    font-size: 16px;
  }
  .pagination__item.is-active {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 38px;
    height: 38px;
    font-size: 19px;
  }
}

.price-match {
  color: #444444;
  max-width: 640px;
}
.price-match__title {
  font-size: 24px;
  font-weight: 700;
}
.price-match__title span {
  color: #0066cc;
}
.price-match__instructions {
  font-size: 15px;
  line-height: 19px;
  margin-bottom: 12px;
  margin-top: 10px;
}
.price-match__form-input, .price-match__form-textarea, .price-match__form-select {
  margin-bottom: 20px;
}
.price-match__form-input .compound-input, .price-match__form-textarea .compound-input {
  width: 100%;
}
.price-match__form-input .is-disabled .input {
  background-color: #fff !important;
  border-color: #fff !important;
  opacity: 1 !important;
}
.price-match__form-heading {
  font-size: 18px;
  font-weight: 700;
}
.price-match__form-text {
  font-size: 15px;
  margin-bottom: 4px;
}
.price-match__terms {
  font-size: 16px;
  margin-top: 20px;
}
.price-match__terms a {
  color: #0066cc;
}
@media screen and (max-width: 35.49em) {
  .price-match {
    padding-right: 16px;
  }
  .price-match__title {
    font-size: 20px;
    line-height: 22px;
  }
  .price-match__form-heading {
    font-size: 16px;
  }
  .price-match__form-button .button {
    width: 100%;
  }
}

.reskin .price-match__terms h2 {
  color: #444444;
  font-weight: 700;
  margin-bottom: 3px;
}
.reskin .price-match__terms ul {
  list-style: outside;
}
.reskin .price-match__terms ul li {
  margin-bottom: 1px;
  margin-top: 1px;
}
@media screen and (max-width: 47.99em) {
  .reskin .price-match__terms {
    line-height: 17px;
  }
  .reskin .price-match__terms h2 {
    margin-bottom: 1px;
  }
  .reskin .price-match__terms ul li {
    margin-bottom: 1px;
    margin-top: 1px;
  }
}

.product-card {
  overflow: hidden;
  position: relative;
}
.product-card__main {
  overflow: hidden;
}
.product-card__title {
  color: #1e2429;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2001;
}
.product-card__title a {
  color: inherit;
  text-decoration: none;
}
.product-card__title a:hover {
  text-decoration: underline;
}
.product-card__body {
  font-family: Tahoma, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5385615385;
  margin: 8px 0 0 0;
  min-height: 60.0039px;
  overflow: hidden;
  position: relative;
}
.product-card__buy {
  overflow: hidden;
}
.product-card__desc {
  color: #1e2429;
  line-height: 1.4em;
  margin-bottom: 4px !important;
  margin-top: 4px !important;
}
.product-card__coming-soon {
  background: #fcee21;
  color: #1e2429;
  font-size: 13px;
  line-height: 1;
  margin-top: 8px;
  padding: 3px 4px 2px;
  width: max-content;
}
.product-card__stars {
  margin-top: 2px;
}
.product-card__price {
  column-gap: 8px;
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 2px;
  white-space: nowrap;
}
.product-card__price:has(.product-price__save) {
  align-items: baseline;
  grid-template-columns: max-content max-content; /* columns fit their content */
}
.product-card__price:has(.product-price__save) .product-price {
  grid-column: 1;
  grid-row: 2;
}
.product-card__price:has(.product-price__save) .was-price {
  grid-column: 2;
  grid-row: 2;
}
.product-card__price:has(.product-price__save) .was-price--bold, .product-card__price:has(.product-price__save) .was-price--bright {
  font-weight: 500;
  text-decoration: line-through;
}
.product-card__price:has(.product-price__save) .was-price--none {
  font-weight: 700;
  text-decoration: line-through;
}
.product-card__price:has(.product-price__save) .product-price__save {
  grid-column: 1/-1;
  grid-row: 3;
}
.product-card__price--is-black-friday-week {
  display: inline-block;
}
.product-card__price--is-black-friday-week .product-price {
  float: left;
}
.product-card__price--is-black-friday-week .was-price {
  color: #616669;
  display: inline-block;
  float: left;
  margin-left: 8px;
  margin-top: 6px;
}
.product-card__price--is-black-friday-week .was-price--none,
.product-card__price--is-black-friday-week .was-price strong {
  font-weight: normal;
}
.product-card__price--is-black-friday-week .clear10-price {
  clear: both;
  color: #000;
  float: left;
  font-size: 12px;
  margin-top: 2px;
}
.product-card__price--is-black-friday-week .clear10-price span {
  background-color: #27ffea;
  font-size: 13px;
  font-weight: 500;
  padding: 2px 3px 1px 3px;
}
.product-card__price .product-price__save--saving-bold {
  background: #e8f7f1;
  font-weight: 500;
  padding: 1px 4px 0;
}
.product-card__price .product-price__save--saving-bright {
  background: #8eeec3;
  font-weight: 500;
  padding: 1px 4px 0;
}
.product-card__coming-soon + .product-card__price {
  margin-top: 11px !important;
}
.product-card__no_price {
  margin-top: 8px;
}
.product-card--is-pre-release .product-card__title a, .product-card--is-unlisted .product-card__title a {
  background-color: #f2c40c;
}

.product-card--wide .product-card__image {
  float: left;
  margin-right: 20px;
  max-width: 200px;
  width: 45%;
}

.product-card--compact .product-card__desc {
  display: none;
}
.product-card--compact .product-card__title {
  padding-top: 5px;
}

@media screen and (max-width: 62.74em) {
  .product-card--compact .product-card__title {
    font-size: 15px;
    min-height: 36.003px;
  }
  .product-card--compact .product-card__stars {
    font-size: 13px;
  }
}

#featured_products .product-card__main {
  margin-top: 8px;
}
@media screen and (max-width: 81.865em) {
  #featured_products .product-card__main {
    margin-bottom: 8px;
  }
}
#featured_products .featured {
  color: #4990be;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.product-grid {
  overflow: hidden;
  padding-bottom: 1px;
}
.product-grid__gutter {
  margin: -20px 0 0 -20px;
  padding: 0;
}
.product-grid__item {
  border: 0 solid transparent;
  box-sizing: border-box;
  display: inline-block;
  text-align: left;
  vertical-align: top;
  white-space: normal;
  border-width: 20px 0 0 20px;
}

@media screen and (max-width: 62.74em) {
  .product-grid--wide .product-grid__item {
    width: 100%;
  }
}

@media screen and (max-width: 35.49em) {
  .product-grid--compact .product-grid__item {
    width: 50%;
  }
}
.product-grid--compact .product-card {
  margin-bottom: 15px;
}

.page-control + .product-grid {
  margin-top: 25px;
}
@media screen and (max-width: 71.24em) {
  .page-control + .product-grid {
    margin-top: 20px;
  }
}

.product-grid + .page-control {
  margin-top: 40px;
}

#featured_products .product-grid__item {
  border-color: #fff;
  background-color: rgb(245.5, 245.5, 245.5);
}

@media screen and (max-width: 62.74em) {
  #featured_products {
    margin-bottom: 30px;
  }
  #featured_products .product-grid__item {
    display: none;
  }
  #featured_products .product-grid__item:first-child {
    display: block;
  }
}
.is-kiosk .product-grid--wide .product-card__title {
  min-height: unset;
}

.product-price {
  color: #16b272;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
}
.product-price__from {
  color: #444444;
  font-size: 13px;
  font-weight: 500;
  line-height: 15px;
  margin: 0;
  text-transform: uppercase;
}
.product-price .ex-vat {
  color: rgb(161.5, 161.5, 161.5);
  font-size: 0.5909090909em;
  font-weight: 500;
  margin-left: 0.7em;
}
.product-price .pence {
  font-size: 0.8181818182em;
}

#featured_products .product-price {
  display: inline;
}
#featured_products .product-price:after {
  content: " ";
}

.no_price {
  color: #ef0c38;
}

.product-shot {
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}
.product-shot::before {
  display: block;
  content: "";
  padding-top: 100%;
}
.product-shot a:not(.button) {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.product-shot img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: contain;
  transition: opacity 0.2s ease-out;
  z-index: 1;
}
.product-shot img.will-appear {
  opacity: 0;
}
.product-shot iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: opacity 0.2s ease-out;
  z-index: 2;
}
.product-shot iframe.will-appear {
  opacity: 0;
}
.product-shot iframe.will-remove {
  opacity: 0;
}
.product-shot iframe + img {
  opacity: 1 !important;
}
.product-shot--gallery img {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}
.product-shot img.list_prom,
.product-shot img.promo_icon {
  height: auto;
  width: auto;
  left: 4px;
  top: 4px;
  z-index: 3;
}
.product-shot img.list_prom[src*="@2x"],
.product-shot img.promo_icon[src*="@2x"] {
  transform: scale(0.5);
  transform-origin: 0 0;
}
.product-shot img.list_prom[src$=".svg"], .product-shot img.list_prom[src*=".svg?"],
.product-shot img.promo_icon[src$=".svg"],
.product-shot img.promo_icon[src*=".svg?"] {
  left: 0;
  top: 0;
  max-width: 55px;
}
.product-shot img.promo_icon {
  max-width: 20%;
}
.product-shot img.promo_icon[src*="@2x"] {
  max-width: 40%;
}
.product-shot .icon--offer {
  position: absolute;
  top: 0;
  left: 0;
  height: 60px;
  width: 50px;
  z-index: 3;
}
.product-shot .spin {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 46px;
  width: 46px;
  background: #fff;
  border-radius: 50%;
  box-sizing: border-box;
  color: #1e2429;
  cursor: pointer;
  opacity: 0.9;
  outline: 0 none !important;
  padding: 0;
  transition: color 0.1s ease-out;
  z-index: 3;
}
.product-shot .spin.is-active {
  color: #39a9e0;
}
.product-shot .spin .svgicon {
  position: absolute;
  top: 4px;
  left: 4px;
  height: 36px;
  width: 36px;
}
.product-buy-block .product-shot .spin {
  height: 82.8px;
  width: 82.8px;
}
.product-buy-block .product-shot .spin .svgicon {
  position: absolute;
  top: 8px;
  left: 8px;
  height: 64.8px;
  width: 64.8px;
}
.product-shot .mini-spin {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.product-shot__buttons {
  position: absolute;
  top: 0;
  right: 1.5%;
  z-index: 12;
}
.product-shot__buttons .button {
  opacity: 0.5;
  text-transform: none;
}
.product-shot__buttons .button:active, .product-shot__buttons .button:focus, .product-shot__buttons .button:hover {
  opacity: 1;
}
.product-shot__buttons .button--right {
  float: right;
}
.product-shot__buttons .button--right:not(:first-child) {
  margin-top: 3px;
}
.product-shot__buttons .button + .button {
  margin-left: 8px;
}

.tag-product .product-shot__buttons {
  display: none;
}
.tag-product .list_prom,
.tag-product .spin,
.tag-product .icon--offer,
.tag-product .mc_attr {
  display: none;
}
.tag-product__mc-style-0, .tag-product__mc-style-1, .tag-product__mc-style-2, .tag-product__mc-style-3, .tag-product__mc-style-4 {
  z-index: 5;
  background: #fff;
  opacity: 0.5;
  height: 18%;
  width: 100%;
  text-transform: none;
  cursor: pointer;
  line-height: 1;
}
.tag-product__mc-style-0:active, .tag-product__mc-style-0:focus, .tag-product__mc-style-0:hover, .tag-product__mc-style-1:active, .tag-product__mc-style-1:focus, .tag-product__mc-style-1:hover, .tag-product__mc-style-2:active, .tag-product__mc-style-2:focus, .tag-product__mc-style-2:hover, .tag-product__mc-style-3:active, .tag-product__mc-style-3:focus, .tag-product__mc-style-3:hover, .tag-product__mc-style-4:active, .tag-product__mc-style-4:focus, .tag-product__mc-style-4:hover {
  opacity: 0.8;
}
.tag-product__mc-style-0 .tag_text, .tag-product__mc-style-1 .tag_text, .tag-product__mc-style-2 .tag_text, .tag-product__mc-style-3 .tag_text, .tag-product__mc-style-4 .tag_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #406090;
  font-weight: bold;
  width: 100%;
}
.tag-product__mc-style-0 {
  position: absolute;
  top: 0;
}
.tag-product__mc-style-1 {
  position: absolute;
  top: 18%;
}
.tag-product__mc-style-2 {
  position: absolute;
  top: 36%;
}
.tag-product__mc-style-3 {
  position: absolute;
  top: 54%;
}
.tag-product__mc-style-4 {
  position: absolute;
  top: 72%;
}
.tag-product__mc-style-0.active, .tag-product__mc-style-1.active, .tag-product__mc-style-2.active, .tag-product__mc-style-3.active, .tag-product__mc-style-4.active {
  opacity: 1;
  background: #406090;
}
.tag-product__mc-style-0.active:active, .tag-product__mc-style-0.active:focus, .tag-product__mc-style-0.active:hover, .tag-product__mc-style-1.active:active, .tag-product__mc-style-1.active:focus, .tag-product__mc-style-1.active:hover, .tag-product__mc-style-2.active:active, .tag-product__mc-style-2.active:focus, .tag-product__mc-style-2.active:hover, .tag-product__mc-style-3.active:active, .tag-product__mc-style-3.active:focus, .tag-product__mc-style-3.active:hover, .tag-product__mc-style-4.active:active, .tag-product__mc-style-4.active:focus, .tag-product__mc-style-4.active:hover {
  opacity: 0.8;
}
.tag-product__mc-style-0.active .tag_text, .tag-product__mc-style-1.active .tag_text, .tag-product__mc-style-2.active .tag_text, .tag-product__mc-style-3.active .tag_text, .tag-product__mc-style-4.active .tag_text {
  color: #fff;
}
.tag-product__save {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  opacity: 0.8;
  line-height: 1;
}
.tag-product__save:active, .tag-product__save:focus, .tag-product__save:hover {
  opacity: 1;
}
.tag-product__save button {
  height: 20px;
  line-height: 20px;
  margin-bottom: 1px;
}

.mini-spin {
  background: #fff;
  display: block;
  transition: opacity 0.2s ease;
}
.mini-spin__images {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  background-size: contain;
  transition: opacity 0.2s ease;
}
.mini-spin__images > img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
}
.mini-spin > svg {
  position: absolute;
  top: 40%;
  left: 40%;
  height: 20%;
  width: 20%;
  display: block;
  transition: opacity 0.2s ease;
}
.mini-spin.is-loading {
  opacity: 0.7;
}
.mini-spin.is-loading .mini-spin__images {
  opacity: 0;
}

.rheostat {
  margin: 0 9px;
  padding: 29px 0 5px;
  position: relative;
}
.rheostat-background {
  height: 8px;
  width: 100%;
  border: 1px solid #39a9e0;
  border-radius: 4px;
  box-sizing: border-box;
}
.rheostat-handle {
  position: absolute;
  top: 24px;
  height: 18px;
  width: 18px;
  background: #0066cc;
  border-radius: 9px;
  cursor: grab;
  margin: 0 -9px;
  z-index: 1;
}
.rheostat-progress {
  position: absolute;
  top: 30px;
  background: #39a9e0;
  border-radius: 3px;
  height: 6px;
}
.rheostat-marker {
  display: none;
}
.rheostat-value {
  display: none;
}
.rheostat-tooltip {
  position: absolute;
  bottom: 18px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  pointer-events: none;
  white-space: nowrap;
}
.rheostat-handle-lower .rheostat-tooltip {
  left: 0;
}
.rheostat-handle-upper .rheostat-tooltip {
  right: 0;
  text-align: right;
}

.scrollpane {
  overflow: hidden;
  position: relative;
}
.scrollpane__window {
  margin-bottom: -24px;
  overflow: hidden;
  overflow-x: scroll;
  padding-bottom: 24px;
  position: relative;
  -ms-overflow-style: none;
  z-index: 1;
}
.scrollpane__next-btn, .scrollpane__prev-btn {
  position: absolute;
  background: #4990be;
  border: 0 none;
  color: #fff;
  height: 64px;
  opacity: 0.8;
  transition: background-color 0.1s ease-out, opacity 0.1s ease-out;
  width: 40px;
  z-index: 2;
}
.scrollpane__next-btn .svgicon, .scrollpane__prev-btn .svgicon {
  height: 94%;
  width: 94%;
}
.scrollpane__next-btn:hover, .scrollpane__next-btn:focus, .scrollpane__prev-btn:hover, .scrollpane__prev-btn:focus {
  opacity: 1;
}
.scrollpane__next-btn:disabled, .scrollpane__prev-btn:disabled {
  opacity: 0.4;
}
.scrollpane__next-btn--thin, .scrollpane__prev-btn--thin {
  background: #fff;
  color: #0066cc;
  width: 16px;
  height: 14px;
}
.scrollpane__next-btn--thin .svgicon, .scrollpane__prev-btn--thin .svgicon {
  position: absolute;
  width: 16px;
  height: 14px;
}
.scrollpane__next-btn--thin:disabled, .scrollpane__prev-btn--thin:disabled {
  opacity: 0;
}
.scrollpane__next-btn--thin .svgicon {
  left: 0;
}
.scrollpane__prev-btn--thin .svgicon {
  right: 0;
  transform: scaleX(-1);
}
.scrollpane__pips {
  bottom: 0;
  left: 20px;
  overflow: hidden;
  position: absolute;
  right: 20px;
}
@media screen and (max-width: 35.49em) {
  .scrollpane__next-btn, .scrollpane__prev-btn {
    height: 50px;
    width: 32px;
    top: 0;
  }
  .scrollpane__next-btn {
    right: 0;
  }
  .scrollpane__prev-btn {
    right: 36px;
  }
  .scrollpane__next-btn--thin, .scrollpane__prev-btn--thin {
    width: 20px;
    height: 18px;
    top: 72px;
    visibility: hidden;
  }
  .scrollpane__next-btn--thin {
    right: 0;
    animation: scrollpane--next-thin-show 3s;
  }
  .scrollpane__next-btn--thin .svgicon {
    top: 2px;
    left: auto;
    right: 2px;
  }
  .scrollpane__prev-btn--thin {
    left: 0;
    right: 0;
    animation: scrollpane--prev-thin-show 3s;
  }
  .scrollpane__prev-btn--thin .svgicon {
    top: 2px;
    left: 2px;
    right: auto;
  }
}
@media screen and (max-width: 35.49em) and (hover: hover) {
  .scrollpane:hover .scrollpane__prev-btn--thin {
    opacity: 0.7;
    left: 0px;
    visibility: visible;
  }
  .scrollpane:hover .scrollpane__next-btn--thin {
    opacity: 0.7;
    right: 0px;
    visibility: visible;
  }
}

@keyframes scrollpane--prev-thin-show {
  0% {
    opacity: 0.7;
    left: 0px;
    visibility: visible;
  }
  75% {
    left: 0px;
    opacity: 0.7;
  }
  100% {
    left: -32px;
    opacity: 0;
  }
}
@keyframes scrollpane--next-thin-show {
  0% {
    opacity: 0.7;
    right: 0px;
    visibility: visible;
  }
  75% {
    right: 0px;
    opacity: 0.7;
  }
  100% {
    right: -32px;
    opacity: 0;
  }
}
@media screen and (max-width: 47.99em) {
  .scrollpane--unwrapper[data-ref=review-pane] {
    margin: 0 0;
  }
}
@media screen and (max-width: 29.99em) {
  .scrollpane--unwrapper .scrollpane__window {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 47.99em) {
  .scrollpane--unwrapper[data-ref=review-pane] .scrollpane__window {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 29.99em) {
  .scrollpane--unwrapper .feature-grid__item:last-child, .scrollpane--unwrapper .store-review-grid__item:last-child, .scrollpane--unwrapper .review-grid__item:last-child {
    margin-right: 15px;
  }
}

.scrollpane--related-categories .scrollpane__window {
  margin-left: 0;
  margin-right: 0;
}
.scrollpane--related-categories .scrollpane__prev-btn--thin .svgicon {
  position: absolute;
  top: 0;
  right: auto;
  left: 0;
  height: 100%;
  width: 18px;
}
.scrollpane--related-categories .scrollpane__next-btn--thin .svgicon {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  height: 100%;
  width: 18px;
}
@media screen and (max-width: 29.99em) {
  .scrollpane--related-categories {
    margin-left: -15px;
    margin-right: -15px;
  }
  .scrollpane--related-categories .scrollpane__window {
    padding-left: 15px;
    padding-right: 15px;
  }
  .scrollpane--related-categories .feature-grid__item:last-child {
    margin-right: 15px;
  }
}
@media screen and (max-width: 47.99em) {
  .scrollpane--related-categories .scrollpane__prev-btn--thin,
  .scrollpane--related-categories .scrollpane__next-btn--thin {
    height: 18px;
    width: 20px;
  }
}

.search-banner--white {
  background-color: #fff;
}
.search-banner--black {
  background-color: #000;
}
.search-banner--teal {
  background-color: #27ffea;
}
.search-banner img {
  margin: auto;
}

@media screen and (max-width: 35.49em) {
  .search-banner {
    margin-bottom: 15px;
  }
  .search-banner.for-desktop {
    display: none;
  }
}
.section-block {
  padding: 20px 0 24px 0;
}
.section-block__title {
  color: #1e2429;
  font-size: 26px;
  font-weight: 300;
  line-height: 1.2001;
  margin: 0;
  padding: 0 5% 24px 5%;
  text-align: center;
}
.section-block__title strong {
  color: #0066cc;
  font-weight: 700;
}
.section-block__title strong a {
  color: #0066cc;
  text-decoration: none;
}
.section-block__action {
  padding-top: 30px;
  text-align: center;
}
.section-block__search {
  display: none;
  padding: 0 5% 24px;
}
.section-block__search .search-widget {
  margin: 0 auto;
  max-width: 800px;
}
.is-kiosk .section-block__search {
  display: block;
  padding-bottom: 36px;
}
@media screen and (max-width: 59.99em) {
  .section-block__search {
    display: block;
  }
}
.section-block--with-rule {
  position: relative;
}
.section-block--with-rule::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  border-top: 1px solid #e6e6e6;
  content: "";
  display: block;
}
.section-block--more-padding {
  padding: 32px 0 40px;
}
.section-block--less-padding {
  padding-top: 20px;
  padding-bottom: 38px;
}
@media screen and (max-width: 35.49em) {
  .section-block__title {
    font-size: 20px;
    padding-bottom: 18px;
  }
  .section-block--less-padding {
    padding-top: 20px;
    padding-bottom: 14px;
  }
}

.section-block--shaded {
  background: #f4f4f4;
}

@media screen and (max-width: 35.49em) {
  .section-block--no-phone-wrapper {
    border-width: 0;
    padding-top: 0px;
  }
}

.section-block--superseded {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 40px;
  padding-top: 0 !important;
}
.section-block--superseded .horizontal-scroll-section__title {
  font-size: 24px;
  margin-bottom: 12px;
  text-align: start;
}
.section-block--superseded .feature-grid {
  text-align: start;
}
.section-block--superseded .product-superseded-links {
  margin-top: 16px;
}

.service-head {
  min-height: 45px;
  padding-left: 65px;
  position: relative;
}
.service-head__icon {
  position: absolute;
  top: 0;
  left: 0;
  height: 45px;
  width: 45px;
  color: #0066cc;
}
.service-head__title {
  color: #0066cc;
  font-size: 30px;
  font-weight: 700;
  line-height: 45px;
  margin: 0;
}
.service-head__buttons {
  position: absolute;
  top: 0;
  right: 0;
}
.service-head__buttons > .button {
  margin-left: 10px;
  min-width: 250px;
}

.cart-table + .service-head {
  margin-top: 20px;
}

.signup-promo {
  position: fixed;
  bottom: 40px;
  left: 50%;
  align-items: center;
  background: #0066cc;
  color: #fff;
  transform: translateX(-50%);
  transition: transform 0.6s ease;
  will-change: transform;
  z-index: 8020;
}
.signup-promo__body {
  margin: 20px;
}
.signup-promo__title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #32cbff;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.0770230769;
  margin-right: 20px;
  max-width: 100%;
}
.signup-promo__title em {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}
.signup-promo__content {
  font-size: 18px;
  line-height: 1.2001;
  margin-top: 4px;
  margin-right: 20px;
  max-width: 100%;
}
.signup-promo__form {
  align-items: center;
  display: flex;
  margin-top: 12px;
  min-height: 40px;
  transition: opacity 0.2s ease;
}
.signup-promo__form p {
  background: rgba(255, 255, 255, 0.1);
  flex: 0 0 auto;
  font-size: 18px;
  font-weight: 700;
  line-height: 40px;
  margin: 0;
  padding: 0 1em;
  text-align: center;
}
.signup-promo__form label {
  flex: 0 1 auto;
  width: 210px;
}
.signup-promo__form .input {
  border-color: rgba(57, 170, 223, 0);
  width: 100%;
}
.signup-promo__form .button {
  border-radius: 0;
  flex: 0 0 auto;
  margin-left: 8px;
}
.signup-promo__form .button--skin-link:active, .signup-promo__form .button--skin-link:hover {
  color: #32cbff;
}
.signup-promo__close {
  position: absolute;
  top: 12px;
  right: 12px;
  height: 32px;
  width: 32px;
  background: transparent;
  border: 0 none;
  color: #fff;
  outline: 0 none;
  padding: 0;
  transition: color 0.1s ease-out;
}
.signup-promo__close svg {
  height: 24px;
  width: 24px;
  display: block;
  margin: 4px;
}
.signup-promo__close:hover {
  color: #32cbff;
}
.signup-promo__close:active, .signup-promo__close:focus {
  outline: 1px solid currentColor;
}
.signup-promo.is-hidden {
  transform: translate(-50%, 150%);
}
@media screen and (max-width: 62.74em) {
  .signup-promo {
    width: 690px;
  }
  .signup-promo__image {
    display: none;
  }
}
@media screen and (max-width: 47.99em) {
  .signup-promo__title {
    font-size: 4.6875vw;
  }
  .signup-promo__message, .signup-promo__form p {
    font-size: calc(14px + 4 * (100vw - 320px) / 448);
  }
}
@media screen and (max-width: 35.49em) {
  .signup-promo {
    box-shadow: 0 -2px 1px rgba(0, 0, 0, 0.2);
    max-width: 100%;
  }
  .signup-promo__form {
    margin-bottom: 50px;
  }
  .signup-promo__form p,
  .signup-promo__form label {
    flex-grow: 1;
  }
  .signup-promo__form .button {
    padding-left: 1em;
    padding-right: 1em;
  }
  .signup-promo__form .button--skin-link {
    position: absolute;
    bottom: 6px;
    left: 50%;
    transform: translateX(-50%);
  }
  .signup-promo__close {
    height: 24px;
    width: 24px;
    right: 8px;
    top: 16px;
  }
  .signup-promo__close svg {
    height: 16px;
    width: 16px;
  }
  .signup-promo__close path {
    stroke-width: 1.5;
  }
}

.signup-voucher {
  background: #0066cc;
  color: #fff;
}
.signup-voucher__body {
  font-size: 13px;
  max-width: 440px;
  padding: 20px;
}
.signup-voucher__title {
  color: #32cbff;
  font-size: 2.7692307692em;
  font-weight: 700;
  line-height: 1.0770230769;
  margin: 0;
}
.signup-voucher__content {
  font-size: 1.5384615385em;
  line-height: 1.2001;
  margin: 10px 0 20px 0;
}
.signup-voucher__code {
  align-items: center;
  border: 2px dashed #8bb4d8;
  display: flex;
  margin: 12px 0;
}
.signup-voucher__code input {
  background: transparent;
  border: 0 none;
  color: #fff;
  flex: 1 1 auto;
  font-family: proxima-nova, Tahoma, Arial, sans-serif;
  font-size: 2.6153846154em;
  font-weight: 700;
  line-height: 1.2;
  min-width: 0;
  padding: 16px 24px;
}
.signup-voucher__note {
  font-size: 1.3846153846em;
  line-height: 1.2001;
  margin: 0;
}
.signup-voucher__note strong {
  white-space: nowrap;
}
.signup-voucher__note em {
  color: #32cbff;
  font-weight: 700;
  text-decoration: inherit;
}
.signup-voucher__legal {
  font-size: 1.1538461538em;
  line-height: 1.2001;
  margin: 28px 0 8px 0;
}
@media screen and (max-width: 62.74em) {
  .signup-voucher__image {
    display: none;
  }
  .signup-voucher__body {
    margin: 0 auto;
  }
}
@media screen and (max-width: 35.49em) {
  .signup-voucher__body {
    text-align: center;
  }
  .signup-voucher__code input {
    text-align: center;
  }
  .signup-voucher__code button {
    display: none;
  }
}
@media screen and (min-width: 23.4375em) and (max-width: 29.99em) {
  .signup-voucher__body {
    font-size: calc(12px + 1 * (100vw - 375px) / 105);
  }
}
@media screen and (max-width: 23.4275em) {
  .signup-voucher__body {
    font-size: 3.2vw;
  }
}

.stack-list__item:not(:first-child) {
  margin-top: 20px;
}

.stack-list--ruled .stack-list__item:not(:first-child) {
  border-top: 1px solid #e6e6e6;
  padding-top: 20px;
}

.stack-list--capped {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  padding-top: 20px;
  padding-bottom: 20px;
}

.page-control + .stack-list,
.stack-list + .page-control {
  margin-top: 20px;
}

.store-card {
  border: 1px solid #e6e6e6;
  display: block;
  margin: 0;
  padding: 12px;
}
.store-card__title {
  color: #222222;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2001;
  margin: -2px 0 0 0;
}
.store-card__contact {
  font-size: 16px;
  font-style: inherit;
  margin-top: 4px;
}
.store-card__location {
  color: #444444;
  display: block;
  line-height: 1.2001;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  text-decoration: underline;
}
.store-card__location .icon {
  position: absolute;
  top: 0;
  left: 0;
  color: #0066cc;
  height: 1.2001em;
  width: 16px;
}
.store-card__location a {
  color: #444444;
}
.store-card__location a:active, .store-card__location a:focus, .store-card__location a:hover {
  color: #0066cc;
}
.store-card__location b {
  font-weight: inherit;
  white-space: nowrap;
}
.store-card__postcode {
  white-space: nowrap;
}
.store-card__opening-times {
  display: block;
  line-height: 1.2001;
  margin-top: 12px;
}
.store-card__availability, .store-card__availability-mobile {
  font-size: 18px;
  line-height: 1.2001;
  margin-top: 12px;
  padding-left: 30px;
  position: relative;
}
.store-card__availability .icon, .store-card__availability-mobile .icon {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
}
.store-card__availability strong, .store-card__availability-mobile strong {
  display: block;
  font-weight: 700;
}
.store-card__availability.is-positive strong, .store-card__availability.is-positive .icon, .store-card__availability-mobile.is-positive strong, .store-card__availability-mobile.is-positive .icon {
  color: #16b272;
}
.store-card__availability.is-negative strong, .store-card__availability.is-negative .icon, .store-card__availability-mobile.is-negative strong, .store-card__availability-mobile.is-negative .icon {
  color: #ef0c38;
}
.store-card__availability.is-neutral strong, .store-card__availability.is-neutral .icon, .store-card__availability-mobile.is-neutral strong, .store-card__availability-mobile.is-neutral .icon {
  color: #f7931e;
}
.store-card__button {
  text-transform: uppercase;
}
@media screen and (max-width: 35.49em) {
  .store-card__location, .store-card__opening-times, .store-card__availability-mobile {
    padding-left: 30px;
  }
  .store-card__location.is-positive strong, .store-card__location.is-positive .icon, .store-card__opening-times.is-positive strong, .store-card__opening-times.is-positive .icon, .store-card__availability-mobile.is-positive strong, .store-card__availability-mobile.is-positive .icon {
    color: #16b272;
  }
  .store-card__location span, .store-card__opening-times span, .store-card__availability-mobile span {
    font-size: 16px;
  }
  .store-card__availability {
    display: none;
  }
  .store-card__button {
    margin-top: 12px;
    width: 100%;
  }
  .store-card__title {
    position: relative;
    font-size: 22px;
    line-height: 24px;
  }
  .store-card__icon {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
  }
  .store-card__icon svg {
    color: #0066cc;
  }
  .store-card__contact {
    display: none;
  }
  .store-card__location {
    margin-top: 12px;
  }
  .store-card__location svg {
    color: #0066cc;
  }
}

.store-card-list {
  display: block;
  margin: 0;
  padding: 0;
}
.store-card-list .store-card {
  border-width: 0;
  padding: 0;
}
@media screen and (max-width: 35.49em) {
  .store-card-list .store-card:not(:first-child) {
    border-top-width: 1px;
    margin-top: 12px;
    padding-top: 12px;
  }
}

.store-picker {
  background-color: #e1e7ed;
  border-radius: 10px;
  color: #1e2429;
  padding: 20px;
}
.store-picker__title {
  font-size: 28px;
  font-weight: 500;
  line-height: 30px;
}
.store-picker__title span {
  color: #0066cc;
  display: block;
  font-weight: 700;
}
.store-picker__label {
  font-size: 21px;
  line-height: 23px;
}
.store-picker__label span {
  font-weight: 700;
}
.store-picker__change {
  font-size: 15px;
}
.store-picker__link {
  font-size: 18px;
  margin-top: 8px;
}
.store-picker__thanks {
  color: #16b272;
  font-weight: 700;
  line-height: 40px;
  min-height: 40px;
}
@media screen and (max-width: 81.865em) {
  .store-picker {
    width: 100%;
    max-width: 710px;
  }
  .store-picker__title {
    position: relative;
  }
  .store-picker__icon {
    color: #0066cc;
    position: absolute;
    right: 0;
    top: -20px;
    width: 80px;
  }
  .store-picker__icon .icon {
    height: 80px;
    width: 80px;
  }
  .store-picker__label {
    margin-bottom: 16px;
    margin-top: 16px;
  }
  .store-picker__change {
    margin-bottom: 20px;
  }
  .store-picker__form .input,
  .store-picker__form .button {
    width: 100%;
  }
  .store-picker__form .button {
    margin-top: 12px;
  }
  .store-picker__link {
    text-align: center;
  }
  .store-picker__thanks {
    text-align: center;
  }
  .store-picker .desktop {
    display: none;
    visibility: hidden;
  }
}

.store-selector__title {
  color: #444444;
  font-size: 36px;
  font-weight: 300;
  line-height: 1.2001;
  margin: 0 0 4px 0;
}
.store-selector__title strong {
  color: #0066cc;
  font-weight: 700;
}
.store-selector__title-link {
  cursor: default;
  pointer-events: none;
  text-decoration: none;
}
.store-selector__title-link:focus-visible {
  outline: none;
}
.store-selector__prompt {
  display: block;
  line-height: 1.2001;
  margin: 0;
}
@media screen and (max-width: 35.49em) {
  .store-selector {
    padding: 20px 12px 12px 12px;
  }
  .store-selector__title {
    display: none;
  }
  .store-selector__prompt {
    color: #1e2429;
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    padding-bottom: 12px;
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 12px;
  }
}

#main-container .store_container {
  margin-top: 60px;
  display: block;
}
#main-container .store_contact_container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  width: 100%;
}
#main-container .store_contact_info_container {
  border: 5px solid #FFFFFF;
  box-sizing: border-box;
  display: flex;
  flex: 0 1 33%;
  max-width: 100%;
  margin-top: 0;
  position: relative;
  flex-direction: column;
}
#main-container .store_contact_info_container .store_contact_what_3_words {
  display: flex;
  align-items: center;
  background-color: #f4f4f4;
  margin-top: 5px;
  padding: 10px 10px 10px 20px;
}
#main-container .store_contact_info_container .store_contact_what_3_words .icon--sbs__what3words {
  color: #e11f26;
  height: 30px;
  width: 25px;
  margin-right: 5px;
}
#main-container .store_contact_info_container .store_contact_what_3_words .contact__what_3_words {
  display: flex;
  justify-content: center;
  position: relative;
  font-size: 18px;
  color: #18232d;
  font-weight: bold;
}
#main-container .store_contact_info_container .store_contact_what_3_words .content__what_3_words_tooltip {
  display: none;
  position: absolute;
  bottom: 120%;
  width: 200px;
  font-size: 14px;
  background-color: #39a9e0;
  padding: 15px;
  line-height: 15px;
  border-radius: 5px;
  color: white;
  font-weight: 400;
  box-shadow: 3px 3px 5px #888888;
}
#main-container .store_contact_info_container .store_contact_what_3_words .content__what_3_words_tooltip::after {
  background-color: #39a9e0;
  bottom: -6px;
  content: "";
  height: 12px;
  left: 50%;
  margin-left: -6px;
  position: absolute;
  transform: rotate(45deg);
  width: 12px;
}
#main-container .store_contact_info_container .store_contact_what_3_words .contact__what_3_words:hover .content__what_3_words_tooltip {
  display: block;
}
#main-container .store_contact_info {
  background: #f4f4f4;
  box-sizing: border-box;
  color: #000;
  display: flex;
  height: 420px;
  line-height: 19px;
  position: relative;
}
#main-container .store_contact_info:hover {
  background: #e9e9e9;
  cursor: pointer;
  outline: none;
  text-decoration: none;
}
#main-container .store_contact_info .contact__address_block {
  left: 20px;
  position: absolute;
  top: 60%;
  font-size: 16px;
  line-spacing: 20px;
}
#main-container .store_contact_info .contact__map_link {
  bottom: 0px;
  left: 0px;
  right: 0px;
  top: 0px;
  position: absolute;
}
#main-container .store_contact_info .contact__view_map {
  bottom: 20px;
  color: #0066cc;
  font-size: 16pt;
  font-weight: 300;
  font-variant-caps: all-petite-caps;
  height: 22px;
  left: 20px;
  position: absolute;
}
#main-container .store_contact_info .contact__view_map svg {
  left: 0px;
  margin-top: -15.5px;
  position: absolute;
  top: 50%;
  width: 17px;
}
#main-container .store_contact_info .contact__view_map .content__map_text {
  font-size: 16px;
  margin: 0 0 0 20px;
}
#main-container .store_contact_info .contact__map_3d {
  background-color: white;
  bottom: 0px;
  height: 115px;
  position: absolute;
  right: 0px;
  width: 70px;
}
#main-container .store_contact_info .contact__map_3d svg {
  position: absolute;
  top: 15%;
  right: 15%;
  bottom: 15%;
  left: 15%;
  height: 70%;
  width: 70%;
  color: #0066cc;
  transition: color 0.2s;
}
#main-container .store_contact_info .contact__map_3d svg:hover {
  color: #444444;
}
#main-container .store_contact_info .contact__title {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 8px;
}
#main-container .store_contact_info .contact__image {
  background-size: cover;
  background-repeat: no-repeat;
  height: 56%;
  width: 100%;
}
#main-container #contact:before, #main-container #contact:after {
  content: " ";
  display: table;
}
#main-container #contact:after {
  clear: both;
}

@media screen and (max-width: 62.74em) {
  #main-container .store_contact_info_container {
    min-width: 60%;
    margin-bottom: 20px;
    flex-grow: 1;
  }
}
.toob {
  color: #1e2429;
  font-size: 18px;
}
.toob__title {
  font-size: 28px;
  font-weight: 700;
  line-height: 30px;
}
.toob__title span {
  color: #0066cc;
}
.toob__subtitle {
  font-size: 24px;
  font-weight: 700;
}
.toob__subtitle span {
  color: #0066cc;
}
.toob__text span {
  font-weight: 700;
}
.toob__why {
  text-align: center;
}
.toob__why-item {
  text-align: center;
}
.toob__why-icon .icon {
  height: 130px;
  width: 130px;
}
.toob__why-title {
  color: #0066cc;
  font-size: 24px;
  font-weight: 700;
}
.toob__why-text {
  font-size: 16px;
  line-height: 20px;
}
.toob__why-text span {
  font-weight: 700;
}
.toob__bullets-list {
  counter-reset: list-counter;
  list-style: none;
  margin: 0;
  padding: 0;
}
.toob__bullets-item {
  counter-increment: list-counter;
  font-weight: 500;
  margin-bottom: 12px;
  padding-left: 60px;
  position: relative;
}
.toob__bullets-item span {
  font-weight: 700;
}
.toob__bullets-item strong {
  color: #0066cc;
}
.toob__bullets-item::before {
  background-color: #0066cc;
  border-radius: 50%;
  color: white;
  content: counter(list-counter);
  font-family: proxima-nova, sans-serif;
  font-size: 24px;
  font-weight: 700;
  height: 38px;
  left: 0;
  line-height: 34px;
  position: absolute;
  text-align: center;
  top: -4px;
  width: 38px;
  padding: 2px;
}
.toob__picker {
  margin-top: 40px;
}
@media screen and (max-width: 35.49em) {
  .toob__why-item {
    font-size: 19px;
    margin-bottom: 32px;
  }
}

.tt {
  position: relative;
  z-index: 24;
  text-decoration: none;
  cursor: help;
}

.tt span {
  display: none;
}

.tt:hover span.tooltip {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  display: block;
  position: absolute;
  top: -12px;
  left: 70px;
  width: 275px;
  color: #444;
  font-weight: normal;
  text-align: left;
  line-height: 1.2em;
}

.tt:hover span img {
  margin: 10px 0;
}

.tt:hover span.att {
  left: 100px;
}

.tt:hover span.del {
  top: 0;
  left: -280px;
}

.tt:hover span.free {
  top: -15px;
  left: -20px;
  line-height: 1.2em;
}

.tt:hover span.finance {
  top: 5px;
  left: -280px;
}

.tt:hover span.top {
  display: block;
  padding: 20px 35px 0 35px;
  background: url("/images/tooltip_250.png") no-repeat right top;
  font-weight: bold;
}

.tt:hover span.t_right {
  padding: 20px 35px 0 22px;
  background: url("/images/tooltip_250_right.png") no-repeat left top;
}

.tt:hover span.middle {
  display: block;
  padding: 10px 35px;
  background: url("/images/tooltip_250_fill.png") repeat-y right bottom;
}

.tt:hover span.m_right {
  padding: 10px 35px 10px 22px;
  background: url("/images/tooltip_250_fill_right.png") repeat-y left bottom;
}

.tt:hover span.bottom {
  display: block;
  padding: 3px 8px 10px;
  background: url("/images/tooltip_250.png") no-repeat right bottom;
}

.tt:hover span.b_right {
  background: url("/images/tooltip_250_right.png") no-repeat left bottom;
}

.was-price {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 16px;
}
.was-price--none,
.was-price strong,
.was-price .money {
  font-weight: 700;
  text-decoration: line-through;
}
.was-price--bold, .was-price--bright {
  font-weight: 500;
  text-decoration: line-through;
}

#featured_products .was-price {
  display: inline;
}

.return-confirm-dialog {
  font-family: proxima-nova, Tahoma, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.4001;
}
.return-confirm-dialog__title {
  color: #0066cc;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
  line-height: 1.3334333333;
}
.return-confirm-dialog__body {
  margin: 0;
  padding: 0;
}
.return-confirm-dialog__toggle {
  margin-top: 20px;
}
.return-confirm-dialog__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}
.return-confirm-dialog__buttons .button {
  flex: 1 0 auto;
}

#returns #submit.no_click,
#ret_complete.no_click {
  pointer-events: none;
}

#returns .hide {
  display: none;
}
@media screen and (max-width: 35.49em) {
  .trustpilot-widget__outer {
    visibility: hidden;
    position: absolute;
  }
}

.contact-us {
  color: #1e2429;
  font-size: 18px;
  line-height: 1.3125;
}
.contact-us__heading {
  font-size: 28px;
  font-weight: 700;
  padding-bottom: 46px;
}
.contact-us__subheading {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 8px;
}
.contact-us__intro {
  padding-bottom: 24px;
}
.contact-us__bold {
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
}
.contact-us__bold span {
  color: #0066cc;
}
.contact-us__no-style {
  color: #444444;
}
.contact-us__form {
  padding: 30px !important;
  margin: 0;
  background: #f4f4f4;
  text-align: left;
}
.contact-us__form-minus {
  margin-top: -15px !important;
}
.contact-us__form-minus-full {
  margin-top: -55px !important;
}
.contact-us__start .svgicon {
  float: right;
  display: inline-block;
  width: 140px;
  height: 100px;
  margin-right: 20px;
}
.contact-us__row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-bottom: 40px;
  align-items: flex-start;
}
.contact-us__order-row {
  margin-bottom: 10px;
  padding: 6px;
  background-color: #fff;
  border-radius: 5px;
  border: 0 solid;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  font-size: 20px;
  line-height: 24px;
  color: #0066cc;
  font-weight: bold;
}
.contact-us__order-row div {
  margin: 5px;
  vertical-align: baseline;
}
.contact-us__order-row-date {
  flex: 1;
  padding-left: 6px;
  padding-top: 8px;
}
.contact-us__order-row-total {
  flex: 1;
  padding-top: 8px;
}
.contact-us__order-row-items {
  flex: 1;
  padding-top: 8px;
}
.contact-us__order-row-more {
  text-align: right;
}
.contact-us__return {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 48px;
}
.contact-us__return .svgicon {
  width: 69px;
  height: 63px;
}
.contact-us__return .contact-us__text {
  padding-bottom: 18px;
}
.contact-us__return-title {
  color: #0066cc;
  font-size: 30px;
  font-weight: 700;
  padding-top: 18px;
  padding-bottom: 18px;
}
.contact-us__pagination {
  text-align: center;
}
.contact-us__more-button {
  font-size: 18px;
  font-weight: bold;
  color: #0066cc;
  text-decoration: underline;
  background: none;
  border: none;
}
.contact-us__svg {
  width: 160px;
  vertical-align: top;
}
.contact-us__svg .svgicon {
  margin-top: -20px;
  width: 140px;
  height: 140px;
  vertical-align: top;
}
.contact-us__text {
  flex: 1 0 0%;
}
.contact-us__text span {
  font-weight: 700;
}
.contact-us__partner {
  padding-bottom: 24px;
}
.contact-us .modern-form .compound-input {
  margin-bottom: 10px;
}
.contact-us__drop-area {
  border: 2px dashed #9fa2a5;
  border-radius: 10px;
  font-size: 15px;
  font-weight: bold;
  background-color: #dddedf;
  line-height: 32px;
}
.contact-us__drop-area span span {
  font-weight: normal;
  margin-left: 6px;
  margin-right: 6px;
}
.contact-us__drop-area .button {
  background-color: #9fa2a5 !important;
  border: 1px solid #9fa2a5 !important;
  text-transform: none !important;
  font-size: 15px;
  font-weight: bold;
  margin-top: -3px;
  cursor: pointer;
}
.contact-us__drop-area .svgicon {
  height: 30px;
  width: 32px;
  color: #0066cc;
  margin-right: 10px;
  vertical-align: top;
}
.contact-us__drop-area--highlight {
  border-color: #4990be;
}
@media screen and (max-width: 35.49em) {
  .contact-us__drop-area label {
    cursor: pointer;
  }
}
.contact-us__gallery {
  list-style: none;
  counter-reset: li;
}
.contact-us__preview-upload::before {
  content: counter(li) ".";
  color: #0066cc;
  display: inline-block;
  grid-area: count;
  font-size: 16px;
  font-weight: bold;
}
.contact-us__preview-upload {
  counter-increment: li;
  display: grid;
  margin-bottom: 4px;
  padding-bottom: 6px;
  padding-top: 6px;
  grid-template-columns: 24px 42px auto 48px 24px;
  grid-template-rows: auto;
  grid-template-areas: "count image file-name file-size remove";
  border-bottom: 1px dashed #9fa2a5;
}
.contact-us__preview-upload:last-child {
  border: none;
}
.contact-us__file-upload-error .contact-us__preview-upload {
  border: 1px solid #ef0c38;
  background-color: #fef3f5;
  grid-template-columns: 24px auto 48px 24px;
  grid-template-rows: auto;
  grid-template-areas: "count file-name file-size remove";
}
.contact-us__file-upload-error .contact-us__preview-upload::before {
  content: "!";
  color: #ef0c38;
  text-align: center;
  width: 32px;
}
.contact-us__image {
  color: #9fa2a5;
  grid-area: image;
  width: 32px;
  max-height: 32px;
}
.contact-us__file-upload-error .contact-us__image {
  display: none;
}
.contact-us__file-name {
  grid-area: file-name;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
  font-size: 16px;
}
.contact-us__attached, .contact-us__attached-failed {
  font-size: 14px;
}
.contact-us__attached {
  display: block;
  color: #2CAE79;
}
.contact-us__attached-failed {
  display: none;
  color: #ef0c38;
}
.contact-us__file-upload-error .contact-us__attached {
  display: none;
}
.contact-us__file-upload-error .contact-us__attached-failed {
  display: block;
}
.contact-us__file-size {
  grid-area: file-size;
  text-transform: lowercase;
  font-size: 13px;
  text-align: right;
  margin-top: 1px;
}
.contact-us__remove {
  grid-area: remove;
  text-align: left;
  margin-top: 3px;
}
.contact-us__remove-button {
  background: transparent;
}
.contact-us__remove-button .icon {
  width: 12px;
  height: 12px;
}
@media screen and (max-width: 35.49em) {
  .contact-us__drop-area {
    height: 46px;
    padding: 8px 20px 6px 20px;
  }
  .contact-us .modern-form .compound-input, .contact-us__drop-area, .contact-us__preview-upload {
    width: 100%;
  }
  .contact-us .mobile {
    display: block;
  }
  .contact-us .desktop {
    display: none;
  }
  .contact-us__heading {
    padding-bottom: 16px;
  }
  .contact-us__form-minus {
    margin-top: -40px !important;
  }
}

@media screen and (max-width: 35.49em) {
  .header_info_contact {
    display: none;
  }
}