/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary,
main {
  display: block; }

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/*
 * Removes default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
h1 {
  font-size: 2em; }

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/*
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/*
 * Sets consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default; }

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/*
 * Removes inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

::selection {
  background: #000;
  color: #fff; }

html {
  font-size: 62.5%; }

body {
  margin: 0;
  line-height: 1.4;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Barlow", Helvetica, Arial, sans-serif; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.1; }

img {
  max-width: 100%; }

input[type],
textarea {
  outline: none; }

@font-face {
  font-family: 'icomoon';
  src: url("/assets/adig/fonts/icomoon.eot?plumin");
  src: url("/assets/adig/fonts/icomoon.eot?plumin#iefix") format("embedded-opentype"), url("/assets/adig/fonts/icomoon.ttf?plumin") format("truetype"), url("/assets/adig/fonts/icomoon.woff?plumin") format("woff"), url("/assets/adig/fonts/icomoon.svg?plumin#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-help:before {
  content: "\e606"; }

.icon-menu:before {
  content: "\e608"; }

.icon-cart:before {
  content: "\e900"; }

.icon-user:before {
  content: "\e901"; }

.icon-search:before {
  content: "\e902"; }

.icon-arrow-down2:before {
  content: "\e903"; }

.icon-arrow-right2:before {
  content: "\e904"; }

.icon-arrow-left2:before {
  content: "\e905"; }

.icon-close:before {
  content: "\e906"; }

.icon-star-half-empty:before {
  content: "\e907"; }

.icon-select-arrows:before {
  content: "\e908"; }

.icon-facebook:before {
  content: "\e909"; }

.icon-twitter:before {
  content: "\e90a"; }

.icon-location:before {
  content: "\e90b"; }

.icon-mountain:before {
  content: "\e90c"; }

.icon-strava:before {
  content: "\e90d"; }

.icon-envelope:before {
  content: "\e90e"; }

.icon-instagram:before {
  content: "\e90f"; }

.icon-youtube:before {
  content: "\e910"; }

.icon-mobile:before {
  content: "\e911"; }

.icon-bubble:before {
  content: "\e912"; }

.icon-spinner11:before {
  content: "\e913"; }

.icon-vimeo:before {
  content: "\e914"; }

.icon-star-o:before {
  content: "\e915"; }

.icon-star:before {
  content: "\e916"; }

.icon-pencil:before {
  content: "\e917"; }

.icon-thumbs-down:before {
  content: "\e918"; }

.icon-thumbs-up:before {
  content: "\e919"; }

.icon-reply:before {
  content: "\e91a"; }

.icon-info-circle:before {
  content: "\e91b"; }

.icon-help2:before {
  content: "\e91c"; }

.icon-triangle-down:before {
  content: "\e91d"; }

.icon-flag-circle:before {
  content: "\e91e"; }

.icon-cross-circle:before {
  content: "\e91f"; }

.icon-tick-circle:before {
  content: "\e920"; }

.icon-home3:before {
  content: "\e921"; }

.icon-ticket:before {
  content: "\e939"; }

.icon-credit-card:before {
  content: "\e93f"; }

.icon-phone:before {
  content: "\e942"; }

.icon-history:before {
  content: "\e94d"; }

.icon-clock2:before {
  content: "\e94f"; }

.icon-bell:before {
  content: "\e951"; }

.icon-printer:before {
  content: "\e954"; }

.icon-floppy-disk:before {
  content: "\e962"; }

.icon-cogs:before {
  content: "\e995"; }

.icon-airplane:before {
  content: "\e9af"; }

.icon-truck:before {
  content: "\e9b0"; }

.icon-universal-access:before {
  content: "\f29a"; }

.icon-triangle-right:before {
  content: "\e924"; }

.icon-camera:before {
  content: "\e922"; }

.icon-spinner:before {
  content: "\e97a"; }

.icon-plus:before {
  content: "\ea0a"; }

.icon-minus:before {
  content: "\ea0b"; }

.icon-circle:before {
  content: "\e923"; }

.icon-wrench:before {
  content: "\e99d"; }

.icon-infinite:before {
  content: "\ea2c"; }

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.container {
  margin: 0 auto; }
  @media (min-width: 1200px) {
    .container {
      max-width: 1170px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .container {
      max-width: 970px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .container {
      max-width: 750px; } }
  @media (max-width: 767px) {
    .container {
      padding: 0 15px; } }

@media (max-width: 767px) {
  .container.absolute {
    position: relative; } }

.max-width {
  max-width: 1400px;
  margin: auto; }

#trust-bar {
  *zoom: 1;
  position: relative;
  background: #1a1a1a;
  color: #808080;
  font-size: 12px;
  font-size: 1.2rem; }
  #trust-bar:after {
    content: "";
    display: table;
    clear: both; }
  #trust-bar ul {
    padding: 10px 0;
    margin: 0;
    list-style: none;
    float: right; }
    #trust-bar ul li {
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline;
      border-right: 1pt dotted #636363;
      margin-right: 10px;
      padding-right: 10px; }
      #trust-bar ul li.help {
        display: none; }
        @media (max-width: 499px) {
          #trust-bar ul li.help {
            display: inline-block;
            vertical-align: middle;
            *vertical-align: auto;
            *zoom: 1;
            *display: inline;
            font-size: 18px;
            font-size: 18px;
            padding-right: 13px; } }
      #trust-bar ul li.no-border {
        border-right: none;
        margin-right: 0;
        padding-right: 0; }
  #trust-bar a {
    color: #808080;
    text-decoration: none;
    text-transform: uppercase; }
    #trust-bar a:visited {
      color: #808080; }
    #trust-bar a:focus {
      color: #fff; }
    #trust-bar a:hover {
      color: #fff; }
    #trust-bar a:active {
      color: #fff; }

#currency,
#country {
  float: right;
  position: relative;
  width: 89px; }
  #currency > a,
  #country > a {
    display: block;
    padding: 10px 0 9px 0; }
    @media (max-width: 499px) {
      #currency > a,
      #country > a {
        padding: 14px 0 13px 0; } }
  #currency a img,
  #country a img {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    border: 1px solid #fff;
    margin-right: 5px; }
  #currency a span,
  #country a span {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    margin-left: 5px; }

#currency-options,
#country-options {
  display: none;
  position: absolute;
  right: 0;
  z-index: 101;
  width: 100px;
  background: rgba(26, 26, 26, 0.8); }
  #currency-options a,
  #country-options a {
    display: block;
    padding: 11px 0 11px 13px;
    border-bottom: 1pt dotted #636363; }
    #currency-options a:last-of-type,
    #country-options a:last-of-type {
      border-bottom: none; }
    #currency-options a.current,
    #country-options a.current {
      background: #1a1a1a;
      color: #fff; }
    #currency-options a:hover, #currency-options a:focus,
    #country-options a:hover,
    #country-options a:focus {
      background: #fff;
      color: #2b2b2b; }

#country {
  width: 137px; }

#country-options {
  width: 135px; }

#header {
  color: #fff;
  position: absolute;
  width: 100%;
  z-index: 100; }
  #header > .wrap {
    -moz-transition-property: background;
    -o-transition-property: background;
    -webkit-transition-property: background;
    transition-property: background;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease; }
    #header > .wrap > .wrapper {
      padding: 0 15px;
      background: transparent; }
      #header > .wrap > .wrapper > .container {
        *zoom: 1;
        padding: 0;
        background: url("/assets/adig/img/white-border.gif") bottom left repeat-x; }
        #header > .wrap > .wrapper > .container:after {
          content: "";
          display: table;
          clear: both; }
    @media (max-width: 767px) {
      #header > .wrap {
        background: #E71E00; }
        #header > .wrap .wrapper .container {
          background: none; } }
  #header.fixed {
    position: fixed;
    top: 0;
    z-index: 102; }
    #header.fixed > .wrap {
      background: #E71E00; }
      #header.fixed > .wrap > .wrapper .container {
        background: none; }
  #header a {
    color: #fff;
    text-decoration: none; }
    #header a:visited {
      color: #fff; }
    #header a:focus {
      color: #1a1a1a; }
    #header a:hover {
      color: #1a1a1a; }
    #header a:active {
      color: #1a1a1a; }

@media (max-width: 767px) {
  #menu-button {
    float: left;
    font-size: 20px;
    font-size: 2.0rem;
    padding: 11px 0 5px 0; } }
@media (min-width: 768px) {
  #menu-button {
    display: none; } }

#alpkit-logo {
  float: left;
  background: #E71E00;
  padding: 15px; }
  #alpkit-logo img {
    display: block; }
  @media (max-width: 499px) {
    #alpkit-logo {
      padding: 13px 0px 14px 10px; }
      #alpkit-logo img {
        width: 90px; } }
  @media (min-width: 500px) and (max-width: 767px) {
    #alpkit-logo {
      padding: 10px 10px 10px 15px; }
      #alpkit-logo img {
        width: 120px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    #alpkit-logo {
      padding: 8px; }
      #alpkit-logo img {
        width: 90px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    #alpkit-logo {
      padding: 10px; }
      #alpkit-logo img {
        width: 120px; } }
  @media (min-width: 1200px) {
    #alpkit-logo {
      padding: 15px; }
      #alpkit-logo img {
        width: 133px; } }

#sonder-logo {
  float: left;
  background: #505050;
  padding: 15px; }
  #sonder-logo img {
    display: block; }
  @media (max-width: 499px) {
    #sonder-logo {
      padding: 13px 0px 14px 10px; }
      #sonder-logo img {
        width: 90px; } }
  @media (min-width: 500px) and (max-width: 767px) {
    #sonder-logo {
      padding: 10px 10px 10px 15px; }
      #sonder-logo img {
        width: 120px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    #sonder-logo {
      padding: 8px; }
      #sonder-logo img {
        width: 90px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    #sonder-logo {
      padding: 10px; }
      #sonder-logo img {
        width: 120px; } }
  @media (min-width: 1200px) {
    #sonder-logo {
      padding: 15px; }
      #sonder-logo img {
        width: 133px; } }

@media (max-width: 767px) {
  #menu {
    position: absolute;
    width: 80%;
    background: rgba(38, 38, 38, 0.95);
    top: 90px;
    left: 0;
    display: none;
    padding-bottom: 80px; }
    #menu.mobile-show {
      display: block; }
    #menu > ul {
      padding: 0;
      margin: 0;
      list-style: none; }
      #menu > ul > li > a {
        display: block;
        font-weight: bold;
        background: #262626;
        padding: 8px 15px 7px 15px;
        font-size: 18px;
        font-size: 1.8rem;
        color: #fff; }
        #menu > ul > li > a:visited {
          color: #fff; }
        #menu > ul > li > a:focus {
          color: #fff; }
        #menu > ul > li > a:hover {
          color: #fff; }
        #menu > ul > li > a:active {
          color: #fff; }
        #menu > ul > li > a:hover, #menu > ul > li > a:focus {
          background: #4a4a4a;
          padding-left: 25px; }
      #menu > ul > li.has-mega-menu > a:after {
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        /* Plus Icon */
        content: "\ea0a";
        /* Positioning Styles */
        font-size: 1rem;
        float: right;
        padding: 7px 0; }
      #menu > ul > li.has-mega-menu.active > a {
        background: #4a4a4a;
        padding-left: 25px; }
        #menu > ul > li.has-mega-menu.active > a:after {
          /* Minus Icon */
          content: "\ea0b"; } }
@media (min-width: 768px) {
  #menu {
    float: left; }
    #menu > ul {
      padding: 0;
      margin: 0;
      list-style: none; }
      #menu > ul > li {
        float: left; }
        #menu > ul > li > a {
          display: block;
          text-transform: uppercase;
          font-weight: bold; } }
        @media (min-width: 768px) and (min-width: 768px) and (max-width: 991px) {
          #menu > ul > li > a {
            padding: 8px 7px 7px 7px;
            font-size: 14px;
            font-size: 1.4rem; } }
        @media (min-width: 768px) and (min-width: 992px) and (max-width: 1199px) {
          #menu > ul > li > a {
            padding: 11px 10px;
            font-size: 16px;
            font-size: 1.6rem; } }
        @media (min-width: 768px) and (min-width: 1200px) {
          #menu > ul > li > a {
            padding: 16px 20px;
            font-size: 18px;
            font-size: 1.8rem; } }
@media (min-width: 768px) {
          #menu > ul > li > a:hover, #menu > ul > li > a:focus {
            background: #fff; }
        #menu > ul > li.has-mega-menu.active > a {
          background: #fff;
          color: #000; } }

#header .mega-menu {
  width: 100%;
  display: none; }
  @media (min-width: 768px) {
    #header .mega-menu {
      position: absolute;
      left: 0;
      background: rgba(38, 38, 38, 0.95);
      padding: 50px 0 144px 0; } }
  #header .mega-menu .heading, #header .mega-menu h3 {
    font-size: 18px;
    font-size: 1.8rem;
    color: #fff;
    border-bottom: 2px solid #4a4a4a;
    line-height: 1.1;
    font-family: "Barlow Condensed", Arial, sans-serif;
    font-weight: 700; }
  @media (min-width: 768px) {
    #header .mega-menu .sub-menu {
      float: left;
      width: 70%; } }
  @media (min-width: 768px) {
    #header .mega-menu .sub-menu .department {
      float: left;
      width: 50%;
      padding-right: 50px; }
      #header .mega-menu .sub-menu .department:nth-of-type(2n+1) {
        clear: left; } }
  #header .mega-menu .sub-menu .department .heading {
    margin-top: 0;
    line-height: 1.6; }
    @media (max-width: 767px) {
      #header .mega-menu .sub-menu .department .heading {
        font-size: 14px;
        font-size: 1.4rem;
        margin-bottom: 5px; } }
    @media (min-width: 1200px) {
      #header .mega-menu .sub-menu .department .heading {
        line-height: 1.1; } }
    #header .mega-menu .sub-menu .department .heading.non-link {
      padding: 7px 0 5px 0; }
    #header .mega-menu .sub-menu .department .heading a {
      display: block;
      color: #fff;
      padding: 7px 0 5px 0; }
      #header .mega-menu .sub-menu .department .heading a:visited {
        color: #fff; }
      #header .mega-menu .sub-menu .department .heading a:focus {
        color: #fff; }
      #header .mega-menu .sub-menu .department .heading a:hover {
        color: #fff; }
      #header .mega-menu .sub-menu .department .heading a:active {
        color: #fff; }
      #header .mega-menu .sub-menu .department .heading a:hover, #header .mega-menu .sub-menu .department .heading a:focus {
        background: #4a4a4a;
        padding-left: 10px; }
  #header .mega-menu .sub-menu .department ul {
    padding: 0;
    list-style: none; }
    @media (max-width: 767px) {
      #header .mega-menu .sub-menu .department ul {
        margin: 0 0 20px 0; } }
    @media (min-width: 768px) {
      #header .mega-menu .sub-menu .department ul {
        margin: 0 0 40px 0; } }
    #header .mega-menu .sub-menu .department ul li {
      line-height: 2.2;
      margin-bottom: 3px; }
      @media (min-width: 1200px) {
        #header .mega-menu .sub-menu .department ul li {
          line-height: 1.95;
          margin-bottom: 0; } }
      #header .mega-menu .sub-menu .department ul li a {
        display: block;
        color: #fff; }
        #header .mega-menu .sub-menu .department ul li a:visited {
          color: #fff; }
        #header .mega-menu .sub-menu .department ul li a:focus {
          color: #fff; }
        #header .mega-menu .sub-menu .department ul li a:hover {
          color: #fff; }
        #header .mega-menu .sub-menu .department ul li a:active {
          color: #fff; }
        #header .mega-menu .sub-menu .department ul li a:hover, #header .mega-menu .sub-menu .department ul li a:focus {
          background: #4a4a4a;
          padding-left: 10px; }
  @media (min-width: 768px) {
    #header .mega-menu .sub-menu-small {
      float: left;
      width: 50%; } }
  @media (min-width: 768px) {
    #header .mega-menu .sub-menu-small .department {
      float: left;
      width: 50%;
      padding-right: 50px; }
      #header .mega-menu .sub-menu-small .department:nth-of-type(2n+1) {
        clear: left; } }
  #header .mega-menu .sub-menu-small .department .heading {
    margin-top: 0;
    line-height: 1.6; }
    @media (max-width: 767px) {
      #header .mega-menu .sub-menu-small .department .heading {
        font-size: 14px;
        font-size: 1.4rem;
        margin-bottom: 5px; } }
    @media (min-width: 1200px) {
      #header .mega-menu .sub-menu-small .department .heading {
        line-height: 1.1; } }
    #header .mega-menu .sub-menu-small .department .heading.non-link {
      padding: 7px 0 5px 0; }
    #header .mega-menu .sub-menu-small .department .heading a {
      display: block;
      color: #fff;
      padding: 7px 0 5px 0; }
      #header .mega-menu .sub-menu-small .department .heading a:visited {
        color: #fff; }
      #header .mega-menu .sub-menu-small .department .heading a:focus {
        color: #fff; }
      #header .mega-menu .sub-menu-small .department .heading a:hover {
        color: #fff; }
      #header .mega-menu .sub-menu-small .department .heading a:active {
        color: #fff; }
      #header .mega-menu .sub-menu-small .department .heading a:hover, #header .mega-menu .sub-menu-small .department .heading a:focus {
        background: #4a4a4a;
        padding-left: 10px; }
  #header .mega-menu .sub-menu-small .department ul {
    padding: 0;
    list-style: none; }
    @media (max-width: 767px) {
      #header .mega-menu .sub-menu-small .department ul {
        margin: 0 0 20px 0; } }
    @media (min-width: 768px) {
      #header .mega-menu .sub-menu-small .department ul {
        margin: 0 0 40px 0; } }
    #header .mega-menu .sub-menu-small .department ul li {
      line-height: 2.2;
      margin-bottom: 3px; }
      @media (min-width: 1200px) {
        #header .mega-menu .sub-menu-small .department ul li {
          line-height: 1.95;
          margin-bottom: 0; } }
      #header .mega-menu .sub-menu-small .department ul li a {
        display: block;
        color: #fff; }
        #header .mega-menu .sub-menu-small .department ul li a:visited {
          color: #fff; }
        #header .mega-menu .sub-menu-small .department ul li a:focus {
          color: #fff; }
        #header .mega-menu .sub-menu-small .department ul li a:hover {
          color: #fff; }
        #header .mega-menu .sub-menu-small .department ul li a:active {
          color: #fff; }
        #header .mega-menu .sub-menu-small .department ul li a:hover, #header .mega-menu .sub-menu-small .department ul li a:focus {
          background: #4a4a4a;
          padding-left: 10px; }
  @media (min-width: 768px) {
    #header .mega-menu .sub-menu-single {
      float: left;
      width: 30%; } }
  @media (min-width: 768px) {
    #header .mega-menu .sub-menu-single .department {
      float: left;
      width: 100%;
      padding-right: 50px; }
      #header .mega-menu .sub-menu-single .department:nth-of-type(2n+1) {
        clear: left; } }
  #header .mega-menu .sub-menu-single .department .heading {
    margin-top: 0;
    line-height: 1.6; }
    @media (max-width: 767px) {
      #header .mega-menu .sub-menu-single .department .heading {
        font-size: 14px;
        font-size: 1.4rem;
        margin-bottom: 5px; } }
    @media (min-width: 1200px) {
      #header .mega-menu .sub-menu-single .department .heading {
        line-height: 1.1; } }
    #header .mega-menu .sub-menu-single .department .heading.non-link {
      padding: 7px 0 5px 0; }
    #header .mega-menu .sub-menu-single .department .heading a {
      display: block;
      color: #fff;
      padding: 7px 0 5px 0; }
      #header .mega-menu .sub-menu-single .department .heading a:visited {
        color: #fff; }
      #header .mega-menu .sub-menu-single .department .heading a:focus {
        color: #fff; }
      #header .mega-menu .sub-menu-single .department .heading a:hover {
        color: #fff; }
      #header .mega-menu .sub-menu-single .department .heading a:active {
        color: #fff; }
      #header .mega-menu .sub-menu-single .department .heading a:hover, #header .mega-menu .sub-menu-single .department .heading a:focus {
        background: #4a4a4a;
        padding-left: 10px; }
  #header .mega-menu .sub-menu-single .department ul {
    padding: 0;
    list-style: none; }
    @media (max-width: 767px) {
      #header .mega-menu .sub-menu-single .department ul {
        margin: 0 0 20px 0; } }
    @media (min-width: 768px) {
      #header .mega-menu .sub-menu-single .department ul {
        margin: 0 0 40px 0; } }
    #header .mega-menu .sub-menu-single .department ul li {
      line-height: 2.2;
      margin-bottom: 3px; }
      @media (min-width: 1200px) {
        #header .mega-menu .sub-menu-single .department ul li {
          line-height: 1.95;
          margin-bottom: 0; } }
      #header .mega-menu .sub-menu-single .department ul li a {
        display: block;
        color: #fff; }
        #header .mega-menu .sub-menu-single .department ul li a:visited {
          color: #fff; }
        #header .mega-menu .sub-menu-single .department ul li a:focus {
          color: #fff; }
        #header .mega-menu .sub-menu-single .department ul li a:hover {
          color: #fff; }
        #header .mega-menu .sub-menu-single .department ul li a:active {
          color: #fff; }
        #header .mega-menu .sub-menu-single .department ul li a:hover, #header .mega-menu .sub-menu-single .department ul li a:focus {
          background: #4a4a4a;
          padding-left: 10px; }
  @media (min-width: 768px) {
    #header .mega-menu .sub-menu-additional {
      float: left;
      width: 30%; } }
  @media (max-width: 767px) {
    #header .mega-menu .sub-menu-additional .department-feature {
      display: none; } }
  @media (min-width: 768px) {
    #header .mega-menu .sub-menu-additional .department-feature {
      display: block;
      background: #262626;
      color: #fff;
      margin-bottom: 40px; }
      #header .mega-menu .sub-menu-additional .department-feature:visited {
        color: #fff; }
      #header .mega-menu .sub-menu-additional .department-feature:focus {
        color: #fff; }
      #header .mega-menu .sub-menu-additional .department-feature:hover {
        color: #fff; }
      #header .mega-menu .sub-menu-additional .department-feature:active {
        color: #fff; }
      #header .mega-menu .sub-menu-additional .department-feature .department-feature-img {
        display: block; }
      #header .mega-menu .sub-menu-additional .department-feature .department-feature-text {
        padding: 1px 20px; }
        #header .mega-menu .sub-menu-additional .department-feature .department-feature-text h3 {
          padding-bottom: 15px; }
      #header .mega-menu .sub-menu-additional .department-feature:hover, #header .mega-menu .sub-menu-additional .department-feature:focus {
        background: #4a4a4a; }
        #header .mega-menu .sub-menu-additional .department-feature:hover h3, #header .mega-menu .sub-menu-additional .department-feature:focus h3 {
          border-color: #262626; } }
  #header .mega-menu .sub-menu-additional .trust-points {
    margin-bottom: 40px;
    background: #262626; }
    #header .mega-menu .sub-menu-additional .trust-points .trust-point {
      color: #fff; }
      #header .mega-menu .sub-menu-additional .trust-points .trust-point:visited {
        color: #fff; }
      #header .mega-menu .sub-menu-additional .trust-points .trust-point:focus {
        color: #fff; }
      #header .mega-menu .sub-menu-additional .trust-points .trust-point:hover {
        color: #fff; }
      #header .mega-menu .sub-menu-additional .trust-points .trust-point:active {
        color: #fff; }
  #header .mega-menu .sub-menu-additional .contact-details {
    margin-bottom: 40px;
    background: #262626; }
    #header .mega-menu .sub-menu-additional .contact-details li a {
      display: block;
      line-height: 4.0;
      padding: 0 20px;
      color: #fff; }
      #header .mega-menu .sub-menu-additional .contact-details li a:visited {
        color: #fff; }
      #header .mega-menu .sub-menu-additional .contact-details li a:focus {
        color: #fff; }
      #header .mega-menu .sub-menu-additional .contact-details li a:hover {
        color: #fff; }
      #header .mega-menu .sub-menu-additional .contact-details li a:active {
        color: #fff; }
      #header .mega-menu .sub-menu-additional .contact-details li a span {
        margin-right: 20px;
        border: 2px solid #4a4a4a;
        border-radius: 50%;
        padding: 6px; }
      #header .mega-menu .sub-menu-additional .contact-details li a:hover, #header .mega-menu .sub-menu-additional .contact-details li a:focus {
        background: #4a4a4a; }
        #header .mega-menu .sub-menu-additional .contact-details li a:hover span, #header .mega-menu .sub-menu-additional .contact-details li a:focus span {
          border: 2px solid #262626; }
  @media (min-width: 768px) {
    #header .mega-menu .sub-menu-additional-large {
      float: left;
      width: 50%; } }
  @media (max-width: 767px) {
    #header .mega-menu .sub-menu-additional-large .department-feature {
      display: none; } }
  @media (min-width: 768px) {
    #header .mega-menu .sub-menu-additional-large .department-feature {
      display: block;
      background: #262626;
      color: #fff;
      margin-bottom: 40px; }
      #header .mega-menu .sub-menu-additional-large .department-feature:visited {
        color: #fff; }
      #header .mega-menu .sub-menu-additional-large .department-feature:focus {
        color: #fff; }
      #header .mega-menu .sub-menu-additional-large .department-feature:hover {
        color: #fff; }
      #header .mega-menu .sub-menu-additional-large .department-feature:active {
        color: #fff; }
      #header .mega-menu .sub-menu-additional-large .department-feature .department-feature-img {
        display: block; }
      #header .mega-menu .sub-menu-additional-large .department-feature .department-feature-text {
        padding: 1px 20px; }
        #header .mega-menu .sub-menu-additional-large .department-feature .department-feature-text h3 {
          padding-bottom: 15px; }
      #header .mega-menu .sub-menu-additional-large .department-feature:hover, #header .mega-menu .sub-menu-additional-large .department-feature:focus {
        background: #4a4a4a; }
        #header .mega-menu .sub-menu-additional-large .department-feature:hover h3, #header .mega-menu .sub-menu-additional-large .department-feature:focus h3 {
          border-color: #262626; } }
  #header .mega-menu .sub-menu-additional-large .trust-points {
    margin-bottom: 40px;
    background: #262626; }
    #header .mega-menu .sub-menu-additional-large .trust-points .trust-point {
      color: #fff; }
      #header .mega-menu .sub-menu-additional-large .trust-points .trust-point:visited {
        color: #fff; }
      #header .mega-menu .sub-menu-additional-large .trust-points .trust-point:focus {
        color: #fff; }
      #header .mega-menu .sub-menu-additional-large .trust-points .trust-point:hover {
        color: #fff; }
      #header .mega-menu .sub-menu-additional-large .trust-points .trust-point:active {
        color: #fff; }
  #header .mega-menu .sub-menu-additional-large .contact-details {
    margin-bottom: 40px;
    background: #262626; }
    #header .mega-menu .sub-menu-additional-large .contact-details li a {
      display: block;
      line-height: 4.0;
      padding: 0 20px;
      color: #fff; }
      #header .mega-menu .sub-menu-additional-large .contact-details li a:visited {
        color: #fff; }
      #header .mega-menu .sub-menu-additional-large .contact-details li a:focus {
        color: #fff; }
      #header .mega-menu .sub-menu-additional-large .contact-details li a:hover {
        color: #fff; }
      #header .mega-menu .sub-menu-additional-large .contact-details li a:active {
        color: #fff; }
      #header .mega-menu .sub-menu-additional-large .contact-details li a span {
        margin-right: 20px;
        border: 2px solid #4a4a4a;
        border-radius: 50%;
        padding: 6px; }
      #header .mega-menu .sub-menu-additional-large .contact-details li a:hover, #header .mega-menu .sub-menu-additional-large .contact-details li a:focus {
        background: #4a4a4a; }
        #header .mega-menu .sub-menu-additional-large .contact-details li a:hover span, #header .mega-menu .sub-menu-additional-large .contact-details li a:focus span {
          border: 2px solid #262626; }
  @media (max-width: 767px) {
    #header .mega-menu .sub-menu-banner {
      display: none; } }

#additional-menu {
  float: right; }
  @media (max-width: 767px) {
    #additional-menu {
      padding: 8px 0; } }
  @media (min-width: 768px) and (max-width: 991px) {
    #additional-menu {
      padding-top: 6px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    #additional-menu {
      padding: 7px 0; } }
  @media (min-width: 1200px) {
    #additional-menu {
      padding: 13px 0; } }
  #additional-menu .icon {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline; }
    @media (max-width: 767px) {
      #additional-menu .icon {
        margin-left: 7px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      #additional-menu .icon {
        margin-left: 3px; } }
    @media (min-width: 992px) {
      #additional-menu .icon {
        margin-left: 10px; } }
    #additional-menu .icon [class^="icon-"], #additional-menu .icon [class*=" icon-"] {
      vertical-align: middle; }
      @media (max-width: 767px) {
        #additional-menu .icon [class^="icon-"], #additional-menu .icon [class*=" icon-"] {
          font-size: 20px;
          font-size: 2.0rem; } }
      @media (min-width: 768px) and (max-width: 991px) {
        #additional-menu .icon [class^="icon-"], #additional-menu .icon [class*=" icon-"] {
          font-size: 20px;
          font-size: 2.0rem; } }
      @media (min-width: 992px) {
        #additional-menu .icon [class^="icon-"], #additional-menu .icon [class*=" icon-"] {
          font-size: 24px;
          font-size: 2.4rem; } }
    @media (max-width: 767px) {
      #additional-menu .icon#basket {
        margin-left: 7px; }
        #additional-menu .icon#basket [class^="icon-"], #additional-menu .icon#basket [class*=" icon-"] {
          margin-right: 7px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      #additional-menu .icon#basket {
        margin-left: 3px; }
        #additional-menu .icon#basket [class^="icon-"], #additional-menu .icon#basket [class*=" icon-"] {
          margin-right: 3px; } }
    @media (min-width: 992px) {
      #additional-menu .icon#basket {
        margin-left: 15px; }
        #additional-menu .icon#basket [class^="icon-"], #additional-menu .icon#basket [class*=" icon-"] {
          margin-right: 10px; } }

#form-search {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative; }
  @media (max-width: 767px) {
    #form-search {
      background: #E71E00;
      padding: 0 15px 15px 15px; } }
  #form-search input {
    border: none;
    border-radius: 3px;
    vertical-align: middle;
    color: #000;
    -moz-transition-property: width;
    -o-transition-property: width;
    -webkit-transition-property: width;
    transition-property: width;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease; }
    #form-search input.required {
      border: 3px solid #E71E00; }
    @media (max-width: 767px) {
      #form-search input {
        width: calc(100% - 41px);
        padding: 6px; }
        #form-search input.required {
          border-color: #1a1a1a;
          padding: 3px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      #form-search input {
        position: absolute;
        right: 30px;
        width: 60px;
        padding: 3px; }
        #form-search input.required {
          padding: 0; }
        #form-search input.active {
          width: 517px; } }
    @media (min-width: 992px) {
      #form-search input {
        position: absolute;
        right: 42px;
        width: 100px;
        padding: 7px; }
        #form-search input.required {
          padding: 4px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      #form-search input.active {
        width: 654px; } }
    @media (min-width: 1200px) {
      #form-search input.active {
        width: 823px; } }
  #form-search a.icon-close {
    display: none; }
    #form-search a.icon-close.active {
      display: inline;
      color: #1a1a1a;
      vertical-align: middle; }
      #form-search a.icon-close.active:hover, #form-search a.icon-close.active:focus {
        color: #E71E00; }
      @media (max-width: 767px) {
        #form-search a.icon-close.active {
          position: absolute;
          right: 42px;
          padding: 6px;
          font-size: 18px;
          font-size: 1.8rem;
          display: none; } }
      @media (min-width: 768px) {
        #form-search a.icon-close.active {
          position: relative; } }
      @media (min-width: 768px) and (max-width: 991px) {
        #form-search a.icon-close.active {
          padding: 4px;
          font-size: 14px;
          font-size: 1.4rem; } }
      @media (min-width: 992px) {
        #form-search a.icon-close.active {
          padding: 6px;
          font-size: 18px;
          font-size: 1.8rem; } }
  #form-search button {
    border: none;
    border-radius: 3px;
    padding: 5px 7px 4px 7px;
    font-size: 18px;
    font-size: 1.8rem;
    background: #1a1a1a;
    color: #fff;
    vertical-align: middle;
    margin-left: 6px; }
    @media (min-width: 768px) and (max-width: 991px) {
      #form-search button {
        padding: 3px 5px;
        font-size: 14px;
        font-size: 1.4rem; } }

@media (min-width: 768px) {
  .full-height {
    overflow: hidden; }
    .full-height #header {
      height: 100%; }
      .full-height #header > .wrap {
        background: #E71E00; }
        .full-height #header > .wrap > .wrapper .container {
          background: none; }
      .full-height #header .mega-menu {
        height: 100%;
        overflow: scroll; } }
@media (max-width: 767px) {
  .mobile-full-height {
    overflow: hidden; }
    .mobile-full-height #header {
      height: 100%; }
      .mobile-full-height #header .mobile-show {
        overflow: scroll;
        height: 100%;
        padding-top: 32px; } }
.trust-points .trust-point {
  display: block;
  border-bottom: 2px solid #4a4a4a;
  color: #fff;
  text-decoration: none; }
  .trust-points .trust-point:visited {
    color: #fff; }
  .trust-points .trust-point:focus {
    color: #fff; }
  .trust-points .trust-point:hover {
    color: #fff; }
  .trust-points .trust-point:active {
    color: #fff; }
  @media (max-width: 767px) {
    .trust-points .trust-point {
      text-align: center; } }
  .trust-points .trust-point:last-of-type {
    border-bottom: none; }
  .trust-points .trust-point [class^="icon-"], .trust-points .trust-point [class*=" icon-"] {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    font-size: 24px;
    font-size: 2.4rem;
    border: 2px solid #4a4a4a;
    border-radius: 50%;
    padding: 11px;
    margin: 20px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .trust-points .trust-point [class^="icon-"], .trust-points .trust-point [class*=" icon-"] {
        font-size: 18px;
        font-size: 1.8rem;
        padding: 9px;
        margin: 20px 15px; } }
  .trust-points .trust-point .trust-point-text {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    font-weight: bold;
    font-size: 18px;
    font-size: 1.8rem;
    margin: 20px 0;
    line-height: 1.2; }
    @media (max-width: 767px) {
      .trust-points .trust-point .trust-point-text {
        width: 185px;
        text-align: left; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .trust-points .trust-point .trust-point-text {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.4; } }
    .trust-points .trust-point .trust-point-text span {
      font-weight: 200;
      font-size: 12px;
      font-size: 1.2rem;
      text-transform: uppercase; }
  .trust-points .trust-point:hover, .trust-points .trust-point:focus {
    background: #4a4a4a; }
    .trust-points .trust-point:hover [class^="icon-"], .trust-points .trust-point:hover [class*=" icon-"], .trust-points .trust-point:focus [class^="icon-"], .trust-points .trust-point:focus [class*=" icon-"] {
      border-color: #262626; }

.contact-details {
  padding: 0;
  margin: 0;
  list-style: none; }
  .contact-details li a span {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline; }

#form-newsletter input {
  color: #fff;
  border: 2px solid #4a4a4a;
  background: none;
  width: 60%;
  border-radius: 3px;
  padding: 10px;
  vertical-align: middle; }
  @media (min-width: 768px) and (max-width: 991px) {
    #form-newsletter input {
      display: block;
      width: 100%;
      margin-bottom: 5px; } }
  #form-newsletter input:hover, #form-newsletter input:focus {
    border-color: #fff; }
#form-newsletter button {
  border: none;
  border-radius: 3px;
  padding: 12px 0;
  text-transform: uppercase;
  font-weight: bold;
  background: #E71E00;
  color: #fff;
  vertical-align: middle;
  margin-left: 6px;
  width: 35%; }
  #form-newsletter button:hover, #form-newsletter button:focus {
    background: #1a1a1a;
    color: #fff; }
  @media (min-width: 768px) and (max-width: 991px) {
    #form-newsletter button {
      margin-left: 0;
      display: block;
      width: 100%; } }

.social-buttons {
  *zoom: 1;
  padding: 0;
  margin: 0;
  list-style: none; }
  .social-buttons:after {
    content: "";
    display: table;
    clear: both; }
  @media (max-width: 767px) {
    .social-buttons {
      text-align: center; } }
  .social-buttons a {
    display: block;
    width: 22px;
    height: 22px;
    padding-top: 1px;
    border-radius: 3px;
    background: #4a4a4a;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center;
    color: #fff; }
    .social-buttons a:visited {
      color: #fff; }
    .social-buttons a:focus {
      color: #1a1a1a; }
    .social-buttons a:hover {
      color: #1a1a1a; }
    .social-buttons a:active {
      color: #1a1a1a; }
    .social-buttons a:hover, .social-buttons a:focus {
      background: #808080;
      color: #1a1a1a; }
  @media (max-width: 767px) {
    .social-buttons li {
      display: inline-block;
      margin-right: 6px; }
      .social-buttons li:last-of-type {
        margin-right: 0; } }
  @media (min-width: 768px) {
    .social-buttons li {
      float: left;
      width: 16.666666667%; } }
  .social-buttons li a {
    display: block;
    width: 40px;
    height: 40px;
    padding-top: 6px;
    border-radius: 3px;
    background: #4a4a4a;
    font-size: 24px;
    font-size: 2.4rem;
    text-align: center; }
    @media (min-width: 768px) and (max-width: 991px) {
      .social-buttons li a {
        width: 32px;
        height: 32px;
        font-size: 1.7px;
        font-size: 1.7rem; } }
    .social-buttons li a:hover, .social-buttons li a:focus {
      background: #fff;
      color: #1a1a1a; }

@media (max-width: 767px) {
  main {
    margin-top: 0px; } }
#sub-footer {
  *zoom: 1;
  background: #262626;
  color: #fff; }
  #sub-footer:after {
    content: "";
    display: table;
    clear: both; }
  @media (max-width: 767px) {
    #sub-footer {
      padding-top: 30px; } }
  @media (min-width: 768px) {
    #sub-footer {
      padding: 30px 0; } }
  @media (max-width: 767px) {
    #sub-footer .sub-footer-section {
      margin-bottom: 50px; } }
  @media (min-width: 768px) {
    #sub-footer .sub-footer-section {
      float: left;
      width: 35%;
      padding-right: 50px; }
      #sub-footer .sub-footer-section:last-of-type {
        width: 30%;
        padding-right: 0; } }
  #sub-footer h4 {
    font-size: 18px;
    font-size: 1.8rem;
    border-bottom: 2px solid #4a4a4a;
    padding-bottom: 15px;
    color: #fff; }
  #sub-footer a {
    color: #fff;
    text-decoration: none; }
    #sub-footer a:visited {
      color: #fff; }
    #sub-footer a:focus {
      color: #E71E00; }
    #sub-footer a:hover {
      color: #E71E00; }
    #sub-footer a:active {
      color: #E71E00; }
  #sub-footer .contact-details li {
    margin-bottom: 15px; }
    #sub-footer .contact-details li a span {
      font-size: 24px;
      font-size: 2.4rem;
      margin-right: 10px; }
  #sub-footer .trust-points .trust-point {
    color: #fff; }
    #sub-footer .trust-points .trust-point:visited {
      color: #fff; }
    #sub-footer .trust-points .trust-point:focus {
      color: #fff; }
    #sub-footer .trust-points .trust-point:hover {
      color: #fff; }
    #sub-footer .trust-points .trust-point:active {
      color: #fff; }
  #sub-footer .social-buttons {
    margin-top: 40px; }
    @media (min-width: 768px) and (max-width: 991px) {
      #sub-footer .social-buttons {
        margin-top: 20px; } }
    #sub-footer .social-buttons a {
      color: #fff; }
      #sub-footer .social-buttons a:visited {
        color: #fff; }
      #sub-footer .social-buttons a:focus {
        color: #1a1a1a; }
      #sub-footer .social-buttons a:hover {
        color: #1a1a1a; }
      #sub-footer .social-buttons a:active {
        color: #1a1a1a; }

#footer {
  background: #f0f0f0;
  padding-top: 10px;
  color: #262626; }
  #footer nav {
    *zoom: 1; }
    #footer nav:after {
      content: "";
      display: table;
      clear: both; }
    @media (max-width: 767px) {
      #footer nav {
        text-align: center; } }
    @media (min-width: 768px) and (max-width: 991px) {
      #footer nav > div {
        float: left;
        width: 35%;
        padding-right: 50px; }
        #footer nav > div:nth-of-type(3n) {
          width: 30%;
          padding-right: 0; }
        #footer nav > div:nth-of-type(3n+1) {
          clear: left; } }
    @media (min-width: 992px) {
      #footer nav > div {
        float: left;
        width: 21%;
        padding-right: 50px; }
        #footer nav > div:last-of-type {
          width: 16%;
          padding-right: 0; } }
    #footer nav > div h4 {
      font-size: 18px;
      font-size: 1.8rem;
      border-bottom: 2px solid #c8c8c8;
      padding-bottom: 15px;
      margin: 20px 0; }
      @media (max-width: 767px) {
        #footer nav > div h4 {
          border-bottom: none;
          padding-bottom: 0;
          margin: 20px 0 10px 0;
          border-top: 2px solid #c8c8c8;
          padding-top: 15px; } }
    @media (max-width: 767px) {
      #footer nav > div:first-of-type h4 {
        border: none;
        padding: 0; } }
    #footer nav > div ul {
      padding: 0;
      margin: 0;
      list-style: none; }
      #footer nav > div ul li a {
        color: #262626;
        text-decoration: none; }
        #footer nav > div ul li a:visited {
          color: #262626; }
        #footer nav > div ul li a:focus {
          color: #E71E00; }
        #footer nav > div ul li a:hover {
          color: #E71E00; }
        #footer nav > div ul li a:active {
          color: #E71E00; }
  #footer .copyright-wrapper {
    border-top: 2px solid #c8c8c8;
    *zoom: 1;
    padding: 15px 0 30px 0;
    margin-top: 40px; }
    #footer .copyright-wrapper:after {
      content: "";
      display: table;
      clear: both; }
    #footer .copyright-wrapper .slogan {
      margin: 0;
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: bold; }
      @media (max-width: 767px) {
        #footer .copyright-wrapper .slogan {
          text-align: center; } }
      @media (min-width: 768px) {
        #footer .copyright-wrapper .slogan {
          float: left;
          width: 60%; } }
    #footer .copyright-wrapper .copyright {
      margin: 0; }
      @media (max-width: 767px) {
        #footer .copyright-wrapper .copyright {
          text-align: center; } }
      @media (min-width: 768px) {
        #footer .copyright-wrapper .copyright {
          float: left;
          width: 40%;
          text-align: right; } }

.no-slider #header > .wrap > .wrapper {
  background: #E71E00; }
  .no-slider #header > .wrap > .wrapper .container {
    background: none; }
@media (max-width: 767px) {
  .no-slider main {
    margin-top: 92px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .no-slider main {
    margin-top: 35px; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .no-slider main {
    margin-top: 45px; } }
@media (min-width: 1200px) {
  .no-slider main {
    margin-top: 57px; } }

#header.bigshakeout-header {
  border-bottom: 1px solid #fff; }
  #header.bigshakeout-header > .wrap > .wrapper {
    background: #682B34; }
  @media (min-width: 768px) and (max-width: 991px) {
    #header.bigshakeout-header #menu > ul > li > a {
      padding: 8px 5px 7px 5px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    #header.bigshakeout-header #menu > ul > li > a {
      padding: 11px 10px; } }
  @media (min-width: 1200px) {
    #header.bigshakeout-header #menu > ul > li > a {
      padding: 16px 15px; } }
  #header.bigshakeout-header #additional-menu #basket.icon {
    padding: 0;
    float: none; }
  @media (max-width: 767px) {
    #header.bigshakeout-header #menu-button {
      padding: 11px 0 13px 15px;
      background: #E71E00;
      margin-left: -15px; } }
  @media (max-width: 499px) {
    #header.bigshakeout-header #menu-button {
      padding-top: 12px; } }
  @media (max-width: 499px) {
    #header.bigshakeout-header #alpkit-logo {
      padding-right: 15px; } }
@media (max-width: 767px) {
  #header.foundation-header > .wrap {
    background: #222; } }
#header.foundation-header.fixed > .wrap {
  background: #222; }
@media (max-width: 767px) {
  #header.foundation-header #menu-button {
    padding-left: 15px;
    background: #E71E00;
    margin-left: -15px; } }
@media (max-width: 499px) {
  #header.foundation-header #menu-button {
    padding-top: 12px; } }
@media (max-width: 499px) {
  #header.foundation-header #alpkit-logo {
    padding-right: 15px; } }
#header.sonder-header {
  color: #fff;
  position: absolute;
  width: 100%;
  z-index: 100; }
  #header.sonder-header > .wrap {
    -moz-transition-property: background;
    -o-transition-property: background;
    -webkit-transition-property: background;
    transition-property: background;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease; }
    #header.sonder-header > .wrap > .wrapper {
      padding: 0 15px; }
      #header.sonder-header > .wrap > .wrapper > .container {
        *zoom: 1;
        padding: 0;
        background: url("/assets/adig/img/white-border.gif") bottom left repeat-x; }
        #header.sonder-header > .wrap > .wrapper > .container:after {
          content: "";
          display: table;
          clear: both; }
    @media (max-width: 767px) {
      #header.sonder-header > .wrap {
        background: #505050; }
        #header.sonder-header > .wrap .wrapper .container {
          background: none; } }
  #header.sonder-header.fixed {
    position: fixed;
    top: 0;
    z-index: 102; }
    #header.sonder-header.fixed > .wrap {
      background: #505050; }
      #header.sonder-header.fixed > .wrap > .wrapper .container {
        background: none; }
  #header.sonder-header a {
    color: #fff;
    text-decoration: none; }
    #header.sonder-header a:visited {
      color: #fff; }
    #header.sonder-header a:focus {
      color: #1a1a1a; }
    #header.sonder-header a:hover {
      color: #1a1a1a; }
    #header.sonder-header a:active {
      color: #1a1a1a; }

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

@media (min-width: 992px) and (max-width: 1199px) {
  .hide-m {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hide-s {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0; } }
@media (max-width: 767px) {
  .hide-xs {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0; } }
@media (max-width: 499px) {
  .hide-xxs {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0; } }
a.button-link {
  display: inline-block;
  color: #fff;
  background: #E71E00;
  border-radius: 3px;
  padding: 12px 20px;
  text-decoration: none;
  font-size: 16px;
  font-size: 1.6rem;
  transition: background 0.3s ease; }
  a.button-link:visited {
    color: #fff; }
  a.button-link:focus {
    color: #fff; }
  a.button-link:hover {
    color: #fff; }
  a.button-link:active {
    color: #fff; }
  a.button-link:hover, a.button-link:focus {
    background: #1a1a1a; }
  a.button-link [class^="icon-"], a.button-link [class*=" icon-"] {
    margin-right: 10px; }

a.button-link--small {
  padding: 6px 14px;
  font-size: 1.3rem; }

a.button-link--full {
  display: block;
  text-align: center;
  margin-bottom: 30px; }

.video-container-max-width {
  max-width: 1140px;
  margin: 0 auto; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden; }
  .video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.padding-t-30 {
  padding-top: 30px; }

@keyframes loading {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
@-webkit-keyframes loading {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
.product-thumb .desc {
  min-height: 40px; }
.product-thumb .stars {
  margin: 10px 0; }
  .product-thumb .stars span {
    margin-right: 3px;
    font-size: 12px;
    font-size: 1.2rem;
    color: #5f5f5f; }

.reviews-summary {
  font-size: 13px;
  font-size: 1.3rem;
  margin: 20px 0; }
  .reviews-summary a {
    color: #333; }
    .reviews-summary a:visited {
      color: #333; }
    .reviews-summary a:focus {
      color: #E71E00; }
    .reviews-summary a:hover {
      color: #E71E00; }
    .reviews-summary a:active {
      color: #E71E00; }
  .reviews-summary .reviews-summary-link {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    text-decoration: none; }
    .reviews-summary .reviews-summary-link .stars,
    .reviews-summary .reviews-summary-link .reviews-count {
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline;
      margin-right: 15px; }
      @media (max-width: 499px) {
        .reviews-summary .reviews-summary-link .stars,
        .reviews-summary .reviews-summary-link .reviews-count {
          margin-right: 4px; } }
    .reviews-summary .reviews-summary-link .stars {
      line-height: 1.0; }
      .reviews-summary .reviews-summary-link .stars span {
        margin-right: 3px;
        font-size: 18px;
        font-size: 1.8rem;
        color: #5f5f5f; }
        @media (max-width: 499px) {
          .reviews-summary .reviews-summary-link .stars span {
            font-size: 13px;
            font-size: 1.3rem; } }
  .reviews-summary .add-review {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    border-left: 1px solid #DDD;
    padding-left: 17px; }
    @media (max-width: 499px) {
      .reviews-summary .add-review {
        padding-left: 6px; } }

#product-reviews {
  border-top: 1px solid #eee;
  padding: 1em; }

#product-reviews-ataglance {
  border-top: 2px solid #ccc;
  padding: 20px 0; }
  #product-reviews-ataglance.no-rating {
    text-align: center; }

#product-reviews-percentage {
  text-align: center; }
  @media (max-width: 767px) {
    #product-reviews-percentage {
      margin-bottom: 20px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    #product-reviews-percentage {
      margin-bottom: 20px; } }
  @media (min-width: 992px) {
    #product-reviews-percentage {
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline;
      width: 30%;
      margin-right: -3px; } }
  #product-reviews-percentage .percentage {
    font-size: 80px;
    font-size: 8.0rem;
    line-height: 1.0; }
    #product-reviews-percentage .percentage span {
      font-size: 40px;
      font-size: 4.0rem;
      font-weight: bold;
      margin-left: 4px; }
  #product-reviews-percentage .no-rating {
    font-size: 24px;
    font-size: 2.4rem; }
  #product-reviews-percentage .stars {
    line-height: 1.0;
    margin-top: 10px; }
    #product-reviews-percentage .stars span {
      margin: 0 8px;
      font-size: 26px;
      font-size: 2.6rem;
      color: #5f5f5f; }
  #product-reviews-percentage .reviews-count {
    color: #808080;
    margin: 15px 0 0 0; }

@media (max-width: 767px) {
  #product-reviews-barchart {
    margin-bottom: 20px; } }
@media (min-width: 768px) and (max-width: 991px) {
  #product-reviews-barchart {
    margin-bottom: 20px; } }
@media (min-width: 992px) {
  #product-reviews-barchart {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    width: 44%;
    margin-right: -3px; } }
#product-reviews-barchart .barchart-row {
  margin: 10px 0; }
  #product-reviews-barchart .barchart-row .star-rating {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    width: 10%;
    text-align: right;
    padding-right: 10px; }
  #product-reviews-barchart .barchart-row .bar-outer {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    width: 80%;
    background: #DDD;
    height: 10px;
    margin-right: -3px; }
    #product-reviews-barchart .barchart-row .bar-outer .bar-percentage {
      background: #E71E00;
      height: 10px; }
  #product-reviews-barchart .barchart-row .rating-total {
    display: inline-block;
    vertical-align: middle;
    width: 10%;
    padding-left: 10px;
    margin-right: -3px; }

#product-reviews-leavereview {
  text-align: center; }
  @media (max-width: 767px) {
    #product-reviews-leavereview {
      margin-bottom: 20px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    #product-reviews-leavereview {
      margin-bottom: 20px; } }
  @media (min-width: 992px) {
    #product-reviews-leavereview {
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline;
      width: 26%;
      margin-right: -3px; } }
  #product-reviews-leavereview p {
    font-size: 24px;
    font-size: 2.4rem; }
  #product-reviews-leavereview .have-question {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 10px 0 0 0; }
    #product-reviews-leavereview .have-question a {
      color: #808080; }
      #product-reviews-leavereview .have-question a:visited {
        color: #808080; }
      #product-reviews-leavereview .have-question a:focus {
        color: #E71E00; }
      #product-reviews-leavereview .have-question a:hover {
        color: #E71E00; }
      #product-reviews-leavereview .have-question a:active {
        color: #E71E00; }

#product-reviews-listings-filter {
  border-top: 2px solid #eee;
  padding: 10px 0; }
  #product-reviews-listings-filter label {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0 10px 0 0; }

#product-reviews-listings .product-review {
  border-top: 2px solid #eee;
  padding: 20px 0; }
  #product-reviews-listings .product-review:last-of-type {
    border-bottom: 1px solid #eee; }
  @media (max-width: 767px) {
    #product-reviews-listings .product-review .product-review-meta {
      margin-bottom: 20px; } }
  @media (min-width: 768px) {
    #product-reviews-listings .product-review .product-review-meta {
      display: inline-block;
      vertical-align: top;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline;
      width: 25%;
      padding-right: 20px; } }
  #product-reviews-listings .product-review .product-review-meta .stars {
    line-height: 1.0;
    margin-bottom: 20px; }
    #product-reviews-listings .product-review .product-review-meta .stars span {
      margin-right: 3px;
      font-size: 18px;
      font-size: 1.8rem;
      color: #5f5f5f; }
  #product-reviews-listings .product-review .product-review-meta .reviewer {
    font-weight: bold;
    font-size: 16px;
    font-size: 1.6rem; }
  #product-reviews-listings .product-review .product-review-meta time {
    display: block;
    color: #808080;
    margin-bottom: 20px; }
  #product-reviews-listings .product-review .product-review-meta .review-voting {
    font-size: 12px;
    font-size: 1.2rem; }
    #product-reviews-listings .product-review .product-review-meta .review-voting a {
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline;
      color: #333;
      text-decoration: none;
      font-size: 22px;
      font-size: 2.2rem;
      margin-right: 7px; }
      #product-reviews-listings .product-review .product-review-meta .review-voting a:visited {
        color: #333; }
      #product-reviews-listings .product-review .product-review-meta .review-voting a:focus {
        color: #E71E00; }
      #product-reviews-listings .product-review .product-review-meta .review-voting a:hover {
        color: #E71E00; }
      #product-reviews-listings .product-review .product-review-meta .review-voting a:active {
        color: #E71E00; }
      #product-reviews-listings .product-review .product-review-meta .review-voting a.active {
        color: #E71E00; }
      #product-reviews-listings .product-review .product-review-meta .review-voting a.icon-thumbs-up {
        color: #333; }
        #product-reviews-listings .product-review .product-review-meta .review-voting a.icon-thumbs-up:visited {
          color: #333; }
        #product-reviews-listings .product-review .product-review-meta .review-voting a.icon-thumbs-up:focus {
          color: #009021; }
        #product-reviews-listings .product-review .product-review-meta .review-voting a.icon-thumbs-up:hover {
          color: #009021; }
        #product-reviews-listings .product-review .product-review-meta .review-voting a.icon-thumbs-up:active {
          color: #009021; }
        #product-reviews-listings .product-review .product-review-meta .review-voting a.icon-thumbs-up.active {
          color: #009021; }
    #product-reviews-listings .product-review .product-review-meta .review-voting .review-voting-score {
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline;
      margin: 0;
      font-weight: bold;
      margin-right: 15px; }
  @media (min-width: 768px) {
    #product-reviews-listings .product-review .product-review-content {
      *zoom: 1;
      display: inline-block;
      vertical-align: top;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline;
      width: 75%; }
      #product-reviews-listings .product-review .product-review-content:after {
        content: "";
        display: table;
        clear: both; } }
  @media (max-width: 767px) {
    #product-reviews-listings .product-review .product-review-content .product-review-image {
      display: block;
      margin-bottom: 20px; } }
  @media (min-width: 768px) {
    #product-reviews-listings .product-review .product-review-content .product-review-image {
      float: right;
      width: 250px;
      margin: 0 0 20px 20px; } }
  #product-reviews-listings .product-review .product-review-content h6 {
    margin: 0 0 20px 0; }
  #product-reviews-listings .product-review .product-review-reply {
    padding: 20px;
    background: #eee;
    margin-bottom: 20px; }
    #product-reviews-listings .product-review .product-review-reply.alpkit > .product-review-meta > .reviewer,
    #product-reviews-listings .product-review .product-review-reply.alpkit > .product-review-content > h6 {
      color: #E71E00; }

a.product-reviews-more {
  display: block;
  text-decoration: none;
  text-align: center;
  background: #f5f5f5;
  padding: 10px;
  font-size: 18px;
  font-size: 1.8rem;
  margin-top: 15px;
  color: #808080; }
  a.product-reviews-more:visited {
    color: #808080; }
  a.product-reviews-more:focus {
    color: #E71E00; }
  a.product-reviews-more:hover {
    color: #E71E00; }
  a.product-reviews-more:active {
    color: #E71E00; }

#review-form {
  background: #fff;
  padding: 1px 20px;
  *zoom: 1; }
  #review-form:after {
    content: "";
    display: table;
    clear: both; }
  #review-form h1 {
    font-size: 22px;
    font-size: 2.2rem;
    border-bottom: 2px solid #ccc;
    text-align: center;
    padding-bottom: 10px; }
  #review-form .star-rating-question {
    text-align: center;
    padding: 10px 0 20px 0; }
    #review-form .star-rating-question .stars {
      line-height: 1.0;
      margin: 20px 0; }
      #review-form .star-rating-question .stars a {
        color: #ccc;
        padding: 0 10px;
        margin-left: -4px;
        font-size: 26px;
        font-size: 2.6rem;
        text-decoration: none;
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
        @media (max-width: 499px) {
          #review-form .star-rating-question .stars a {
            padding: 0 7px;
            font-size: 24px;
            font-size: 2.4rem; } }
        #review-form .star-rating-question .stars a:before {
          content: "\e915"; }
        #review-form .star-rating-question .stars a:hover:before, #review-form .star-rating-question .stars a:focus:before, #review-form .star-rating-question .stars a.active:before {
          content: "\e916"; }
        #review-form .star-rating-question .stars a.selected:before {
          content: "\e916";
          color: #5f5f5f; }
      #review-form .star-rating-question .stars.error a {
        color: #E71E00; }
    #review-form .star-rating-question .friendly-text {
      font-weight: bold; }
  @media (min-width: 768px) {
    #review-form .review-indepth {
      display: inline-block;
      vertical-align: top;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline;
      width: 48%;
      margin-right: 4%; }
    #review-form .review-person {
      display: inline-block;
      vertical-align: top;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline;
      margin-left: -4px;
      width: 48%; } }
  #review-form .form-notes {
    margin: 20px 0; }
    @media (min-width: 768px) {
      #review-form .form-notes {
        display: inline-block;
        vertical-align: top;
        *vertical-align: auto;
        *zoom: 1;
        *display: inline;
        width: 60%;
        margin-right: 4%; } }
    #review-form .form-notes .spam-note {
      font-size: 12px;
      font-size: 1.2rem; }
  #review-form h2 {
    font-size: 18px;
    font-size: 1.8rem;
    font-family: "Barlow", Helvetica, Arial, sans-serif; }
  #review-form label {
    display: block;
    font-weight: normal;
    position: relative; }
    #review-form label.newsletter-checkbox {
      display: inline-block;
      margin-bottom: 15px; }
    #review-form label.error {
      color: #E71E00; }
    #review-form label .info {
      float: right;
      color: #808080;
      text-decoration: none; }
      #review-form label .info:visited {
        color: #808080; }
      #review-form label .info:focus {
        color: #E71E00; }
      #review-form label .info:hover {
        color: #E71E00; }
      #review-form label .info:active {
        color: #E71E00; }
    #review-form label .helper {
      display: none;
      position: absolute;
      top: -13px;
      right: 30px;
      width: 300px;
      background: #fff;
      border: 2px solid #ccc;
      border-radius: 3px;
      padding: 10px 10px 1px 10px; }
      #review-form label .helper:before, #review-form label .helper:after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        top: 10px;
        right: -14px;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 12px solid #ccc; }
      #review-form label .helper:after {
        right: -11px;
        border-left: 12px solid #FFFFFF; }
      #review-form label .helper p {
        font-size: 14px;
        font-size: 1.4rem; }
  #review-form input[type="text"],
  #review-form input[type="email"],
  #review-form textarea {
    display: block;
    width: 100%;
    border: 2px solid #ccc;
    border-radius: 3px;
    padding: 10px;
    margin-bottom: 15px; }
    #review-form input[type="text"]:hover,
    #review-form input[type="email"]:hover,
    #review-form textarea:hover {
      border-color: #aaa; }
    #review-form input[type="text"]:focus,
    #review-form input[type="email"]:focus,
    #review-form textarea:focus {
      border-color: #808080; }
    #review-form input[type="text"].error,
    #review-form input[type="email"].error,
    #review-form textarea.error {
      border-color: #E71E00;
      background: #FFF4F4; }
  #review-form textarea {
    height: 90px; }
  #review-form .newsletter-question {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 5px; }
    #review-form .newsletter-question input[type="checkbox"] {
      margin-right: 5px; }
  #review-form button {
    border: none;
    border-radius: 3px;
    padding: 12px 24px;
    text-transform: uppercase;
    font-weight: bold;
    background: #E71E00;
    color: #fff;
    margin: 20px 0; }
    @media (max-width: 767px) {
      #review-form button {
        display: block;
        width: 100%; } }
    @media (min-width: 768px) {
      #review-form button {
        display: inline-block;
        vertical-align: top;
        *vertical-align: auto;
        *zoom: 1;
        *display: inline;
        margin-left: -4px;
        width: 36%; } }
    #review-form button:hover, #review-form button:focus {
      background: #1a1a1a;
      color: #fff; }

.comment-form {
  clear: both;
  margin-top: 20px; }
  @media (min-width: 500px) {
    .comment-form .label-group {
      display: inline-block;
      vertical-align: top;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline;
      width: 48%; }
      .comment-form .label-group.name {
        margin-right: 4%; } }
  .comment-form .label-group label {
    display: inline-block;
    vertical-align: top;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    width: 40%;
    padding-right: 20px;
    margin-bottom: 15px; }
  .comment-form .label-group input {
    display: inline-block;
    vertical-align: top;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    width: 60%;
    margin-left: -4px; }
  .comment-form input[type="text"],
  .comment-form input[type="email"],
  .comment-form textarea {
    border: 2px solid #ccc;
    border-radius: 3px;
    padding: 10px;
    margin-bottom: 15px; }
    .comment-form input[type="text"]:hover,
    .comment-form input[type="email"]:hover,
    .comment-form textarea:hover {
      border-color: #aaa; }
    .comment-form input[type="text"]:focus,
    .comment-form input[type="email"]:focus,
    .comment-form textarea:focus {
      border-color: #808080; }
    .comment-form input[type="text"].error,
    .comment-form input[type="email"].error,
    .comment-form textarea.error {
      border-color: #E71E00;
      background: #FFF4F4; }
  .comment-form textarea {
    height: 90px;
    display: block;
    width: 100%; }
  .comment-form button {
    border: none;
    border-radius: 3px;
    padding: 12px 24px;
    text-transform: uppercase;
    font-weight: bold;
    background: #E71E00;
    color: #fff;
    margin: 20px 0; }
    @media (max-width: 767px) {
      .comment-form button {
        display: block;
        width: 100%; } }
    @media (min-width: 768px) {
      .comment-form button {
        display: inline-block;
        vertical-align: top;
        *vertical-align: auto;
        *zoom: 1;
        *display: inline;
        margin-left: -4px;
        width: 36%; } }
    .comment-form button:hover, .comment-form button:focus {
      background: #1a1a1a;
      color: #fff; }

.buying-options .product-option-type .product-option-type-heading {
  *zoom: 1;
  border-bottom: 3px solid #1a1a1a;
  position: relative; }
  .buying-options .product-option-type .product-option-type-heading:after {
    content: "";
    display: table;
    clear: both; }
  .buying-options .product-option-type .product-option-type-heading h5 {
    float: left;
    color: #808080;
    font-size: 14px;
    font-size: 1.4rem;
    text-transform: uppercase; }
  .buying-options .product-option-type .product-option-type-heading .select_option {
    float: left;
    color: #808080;
    font-size: 14px;
    font-size: 1.4rem;
    text-transform: uppercase;
    font-weight: bold;
    display: inline;
    margin-top: 0.6em;
    margin-bottom: 0.6em; }
  .buying-options .product-option-type .product-option-type-heading .current_option {
    float: left;
    color: #A40000 !important;
    font-size: 24px !important;
    font-size: 2.4rem !important;
    text-transform: uppercase;
    font-weight: bold !important;
    display: inline;
    margin-top: 0.3em;
    margin-bottom: 0.3em; }
  .buying-options .product-option-type .product-option-type-heading .help {
    position: absolute;
    top: 8px;
    right: -3px;
    background: #808080;
    color: #fff;
    padding: 3px;
    border-radius: 50%;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
    text-decoration: none; }
    .buying-options .product-option-type .product-option-type-heading .help.on {
      padding: 10px;
      top: 1px;
      right: -10px;
      background: rgba(38, 38, 38, 0.95);
      z-index: 101; }
  .buying-options .product-option-type .product-option-type-heading .help-bubble {
    display: none; }
    .buying-options .product-option-type .product-option-type-heading .help-bubble.on {
      display: block;
      position: absolute;
      bottom: 16px;
      right: 0;
      width: 340px;
      max-width: 100%;
      z-index: 100;
      background: rgba(38, 38, 38, 0.95);
      color: #fff;
      padding: 20px 20px 10px 20px; }
      .buying-options .product-option-type .product-option-type-heading .help-bubble.on > * {
        font-size: 14px;
        font-size: 1.4rem; }
      @media (min-width: 768px) {
        .buying-options .product-option-type .product-option-type-heading .help-bubble.on {
          left: 99%; } }
  .buying-options .product-option-type .product-option-type-heading .info-link {
    float: right;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.1;
    margin: 10px 0;
    font-family: "Barlow Condensed", Arial, sans-serif;
    font-weight: 700;
    color: #808080;
    text-decoration: none; }
    .buying-options .product-option-type .product-option-type-heading .info-link:visited {
      color: #808080; }
    .buying-options .product-option-type .product-option-type-heading .info-link:focus {
      color: #262626; }
    .buying-options .product-option-type .product-option-type-heading .info-link:hover {
      color: #262626; }
    .buying-options .product-option-type .product-option-type-heading .info-link:active {
      color: #262626; }
.buying-options .product-option-type .product-option-group {
  position: relative; }
  .buying-options .product-option-type .product-option-group .product-option {
    *zoom: 1;
    border-bottom: 1px solid #1a1a1a;
    font-family: "Barlow Condensed", Arial, sans-serif;
    font-weight: 700;
    font-size: 21px;
    font-size: 2.1rem;
    padding: 15px 10px; }
    .buying-options .product-option-type .product-option-group .product-option:after {
      content: "";
      display: table;
      clear: both; }
    @media (max-width: 499px) {
      .buying-options .product-option-type .product-option-group .product-option {
        font-size: 18px;
        font-size: 1.8rem; } }
    @media (max-width: 350px) {
      .buying-options .product-option-type .product-option-group .product-option {
        font-size: 16px;
        font-size: 1.6rem; } }
    .buying-options .product-option-type .product-option-group .product-option .stock-check {
      float: left;
      width: 90px;
      padding: 5px 0 3px 0;
      text-transform: uppercase;
      background: #009100;
      color: #fff;
      font-weight: 500;
      font-size: 16px;
      font-size: 1.6rem;
      text-align: center; }
      @media (max-width: 499px) {
        .buying-options .product-option-type .product-option-group .product-option .stock-check {
          font-size: 12px;
          font-size: 1.2rem;
          width: 70px; } }
      @media (max-width: 350px) {
        .buying-options .product-option-type .product-option-group .product-option .stock-check {
          width: 70px; } }
      .buying-options .product-option-type .product-option-group .product-option .stock-check.soldout {
        background: #E71E00; }
    .buying-options .product-option-type .product-option-group .product-option .product-option-name,
    .buying-options .product-option-type .product-option-group .product-option .selected-colour-chip {
      float: left;
      padding-left: 15px; }
      @media (max-width: 499px) {
        .buying-options .product-option-type .product-option-group .product-option .product-option-name,
        .buying-options .product-option-type .product-option-group .product-option .selected-colour-chip {
          padding-left: 10px; } }
    .buying-options .product-option-type .product-option-group .product-option .product-option-price {
      float: right;
      text-align: right; }
      .buying-options .product-option-type .product-option-group .product-option .product-option-price .was-price {
        display: block;
        color: #808080;
        font-size: 14px;
        font-size: 1.4rem;
        font-weight: 500;
        font-style: italic; }
        @media (max-width: 350px) {
          .buying-options .product-option-type .product-option-group .product-option .product-option-price .was-price {
            font-size: 12px;
            font-size: 1.2rem; } }
    .buying-options .product-option-type .product-option-group .product-option .stock-note {
      clear: left;
      display: block;
      font-size: 12px;
      font-size: 1.2rem;
      text-transform: uppercase;
      padding-top: 6px; }
      .buying-options .product-option-type .product-option-group .product-option .stock-note [class^="icon-"], .buying-options .product-option-type .product-option-group .product-option .stock-note [class*=" icon-"] {
        font-size: 22px;
        font-size: 2.2rem;
        display: inline-block;
        vertical-align: middle;
        margin-right: 6px; }
    .buying-options .product-option-type .product-option-group .product-option a.stock-note {
      text-decoration: none;
      color: #333; }
      .buying-options .product-option-type .product-option-group .product-option a.stock-note:visited {
        color: #333; }
      .buying-options .product-option-type .product-option-group .product-option a.stock-note:focus {
        color: #E71E00; }
      .buying-options .product-option-type .product-option-group .product-option a.stock-note:hover {
        color: #E71E00; }
      .buying-options .product-option-type .product-option-group .product-option a.stock-note:active {
        color: #E71E00; }
    .buying-options .product-option-type .product-option-group .product-option:last-of-type {
      border-bottom: 0; }
  .buying-options .product-option-type .product-option-group.selectable .product-option:hover, .buying-options .product-option-type .product-option-group.selectable .product-option:focus, .buying-options .product-option-type .product-option-group.multi-selectable .product-option:hover, .buying-options .product-option-type .product-option-group.multi-selectable .product-option:focus {
    background: #f5f5f5;
    cursor: pointer; }
  .buying-options .product-option-type .product-option-group.selectable .product-option.selected, .buying-options .product-option-type .product-option-group.multi-selectable .product-option.selected {
    background: #262626;
    color: #fff; }
    .buying-options .product-option-type .product-option-group.selectable .product-option.selected a.stock-note, .buying-options .product-option-type .product-option-group.multi-selectable .product-option.selected a.stock-note {
      color: #fff; }
      .buying-options .product-option-type .product-option-group.selectable .product-option.selected a.stock-note:visited, .buying-options .product-option-type .product-option-group.multi-selectable .product-option.selected a.stock-note:visited {
        color: #fff; }
      .buying-options .product-option-type .product-option-group.selectable .product-option.selected a.stock-note:focus, .buying-options .product-option-type .product-option-group.multi-selectable .product-option.selected a.stock-note:focus {
        color: #E71E00; }
      .buying-options .product-option-type .product-option-group.selectable .product-option.selected a.stock-note:hover, .buying-options .product-option-type .product-option-group.multi-selectable .product-option.selected a.stock-note:hover {
        color: #E71E00; }
      .buying-options .product-option-type .product-option-group.selectable .product-option.selected a.stock-note:active, .buying-options .product-option-type .product-option-group.multi-selectable .product-option.selected a.stock-note:active {
        color: #E71E00; }
  .buying-options .product-option-type .product-option-group .product-grid {
    padding: 5px 0;
    border-bottom: 1px solid #1a1a1a; }
    .buying-options .product-option-type .product-option-group .product-grid .product-grid-row {
      padding: 5px 10px; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row .color {
        display: inline-block;
        vertical-align: top;
        background: #808080;
        width: 50px;
        height: 50px;
        margin-right: 30px; }
        @media (min-width: 768px) and (max-width: 991px) {
          .buying-options .product-option-type .product-option-group .product-grid .product-grid-row .color {
            width: 36px;
            height: 45px;
            margin-right: 20px; } }
        @media (max-width: 499px) {
          .buying-options .product-option-type .product-option-group .product-grid .product-grid-row .color {
            width: 36px;
            height: 36px;
            margin-right: 4px; } }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row .color.selected {
          border: 3px solid #1a1a1a; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row .size {
        display: inline-block;
        vertical-align: top;
        border: 1px solid #bfbfbf;
        color: #808080;
        width: 50px;
        height: 50px;
        position: relative; }
        @media (min-width: 768px) and (max-width: 991px) {
          .buying-options .product-option-type .product-option-group .product-grid .product-grid-row .size {
            width: 36px;
            height: 45px; } }
        @media (max-width: 499px) {
          .buying-options .product-option-type .product-option-group .product-grid .product-grid-row .size {
            width: 36px;
            height: 36px; } }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row .size span {
          display: block;
          position: absolute;
          top: 50%;
          -ms-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
          width: 100%;
          text-align: center;
          font-family: "Barlow Condensed", Arial, sans-serif;
          font-weight: 700;
          font-size: 20px;
          font-size: 2.0rem; }
          @media (max-width: 499px) {
            .buying-options .product-option-type .product-option-group .product-grid .product-grid-row .size span {
              font-size: 15px;
              font-size: 1.5rem; } }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row .size.soldout {
          background: #f0f0f0;
          border-color: #f0f0f0;
          color: #ccc; }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row .size.selected {
          border: 3px solid #1a1a1a; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.anthracite .color {
        background: #454655; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.anthracite .size.selected {
        background: #454655;
        color: #fff; }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.anthracite .size.selected.soldout {
          background: #f0f0f0;
          color: #ccc; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.apple .color {
        background: #75AD4D; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.apple .size.selected {
        background: #75AD4D;
        color: #fff; }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.apple .size.selected.soldout {
          background: #f0f0f0;
          color: #ccc; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.aqua .color {
        background: #00CCFF; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.aqua .size.selected {
        background: #00CCFF;
        color: #fff; }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.aqua .size.selected.soldout {
          background: #f0f0f0;
          color: #ccc; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.aubergine .color, .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.eggplant .color, .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.egg-plant .color {
        background: #330033; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.aubergine .size.selected, .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.eggplant .size.selected, .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.egg-plant .size.selected {
        background: #330033;
        color: #fff; }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.aubergine .size.selected.soldout, .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.eggplant .size.selected.soldout, .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.egg-plant .size.selected.soldout {
          background: #f0f0f0;
          color: #ccc; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.azur .color {
        background: #0093C2; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.azur .size.selected {
        background: #0093C2;
        color: #fff; }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.azur .size.selected.soldout {
          background: #f0f0f0;
          color: #ccc; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.black .color, .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.cordura-black .color {
        background: #000; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.black .size.selected, .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.cordura-black .size.selected {
        background: #000;
        color: #fff; }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.black .size.selected.soldout, .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.cordura-black .size.selected.soldout {
          background: #f0f0f0;
          color: #ccc; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.black-bluejay .color {
        background: #201F24; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.black-bluejay .size.selected {
        background: #201F24;
        color: #fff; }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.black-bluejay .size.selected.soldout {
          background: #f0f0f0;
          color: #ccc; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.black-denim .color {
        background: #232323; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.black-denim .size.selected {
        background: #232323;
        color: #fff; }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.black-denim .size.selected.soldout {
          background: #f0f0f0;
          color: #ccc; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.blaze .color, .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.flame .color {
        background: #FF5405; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.blaze .size.selected, .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.flame .size.selected {
        background: #FF5405;
        color: #fff; }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.blaze .size.selected.soldout, .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.flame .size.selected.soldout {
          background: #f0f0f0;
          color: #ccc; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.blue .color, .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.reef .color, .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.blue-grey .color {
        background: #0099CC; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.blue .size.selected, .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.reef .size.selected, .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.blue-grey .size.selected {
        background: #0099CC;
        color: #fff; }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.blue .size.selected.soldout, .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.reef .size.selected.soldout, .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.blue-grey .size.selected.soldout {
          background: #f0f0f0;
          color: #ccc; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.bottle-green .color {
        background: #275444; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.bottle-green .size.selected {
        background: #275444;
        color: #fff; }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.bottle-green .size.selected.soldout {
          background: #f0f0f0;
          color: #ccc; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.brick .color {
        background: #A6443C; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.brick .size.selected {
        background: #A6443C;
        color: #fff; }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.brick .size.selected.soldout {
          background: #f0f0f0;
          color: #ccc; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.burgundy .color {
        background: #682B34; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.burgundy .size.selected {
        background: #682B34;
        color: #fff; }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.burgundy .size.selected.soldout {
          background: #f0f0f0;
          color: #ccc; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.camelia-pink .color {
        background: #E6567C; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.camelia-pink .size.selected {
        background: #E6567C;
        color: #fff; }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.camelia-pink .size.selected.soldout {
          background: #f0f0f0;
          color: #ccc; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.cameo-pink .color {
        background: #F2BAC7; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.cameo-pink .size.selected {
        background: #F2BAC7;
        color: #fff; }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.cameo-pink .size.selected.soldout {
          background: #f0f0f0;
          color: #ccc; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.caribbean-blue .color {
        background: #ADDAD6; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.caribbean-blue .size.selected {
        background: #ADDAD6;
        color: #fff; }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.caribbean-blue .size.selected.soldout {
          background: #f0f0f0;
          color: #ccc; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.chalk .color, .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.chalk-contrast .color {
        background: #FAF2EB; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.chalk .size.selected, .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.chalk-contrast .size.selected {
        background: #FAF2EB;
        color: #fff; }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.chalk .size.selected.soldout, .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.chalk-contrast .size.selected.soldout {
          background: #f0f0f0;
          color: #ccc; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.charcoal .color {
        background: #464646; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.charcoal .size.selected {
        background: #464646;
        color: #fff; }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.charcoal .size.selected.soldout {
          background: #f0f0f0;
          color: #ccc; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.chilli .color, .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.chilli-steel .color, .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.red .color, .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.tomato .color {
        background: #B82334; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.chilli .size.selected, .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.chilli-steel .size.selected, .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.red .size.selected, .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.tomato .size.selected {
        background: #B82334;
        color: #fff; }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.chilli .size.selected.soldout, .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.chilli-steel .size.selected.soldout, .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.red .size.selected.soldout, .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.tomato .size.selected.soldout {
          background: #f0f0f0;
          color: #ccc; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.chocolate .color {
        background: #473931; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.chocolate .size.selected {
        background: #473931;
        color: #fff; }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.chocolate .size.selected.soldout {
          background: #f0f0f0;
          color: #ccc; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.citadel-blue .color {
        background: #698490; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.citadel-blue .size.selected {
        background: #698490;
        color: #fff; }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.citadel-blue .size.selected.soldout {
          background: #f0f0f0;
          color: #ccc; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.coral .color {
        background: #E37B73; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.coral .size.selected {
        background: #E37B73;
        color: #fff; }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.coral .size.selected.soldout {
          background: #f0f0f0;
          color: #ccc; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.cream .color {
        background: #EAE6E5; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.cream .size.selected {
        background: #EAE6E5;
        color: #fff; }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.cream .size.selected.soldout {
          background: #f0f0f0;
          color: #ccc; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.cream-heather-blue .color {
        background: #A7B6D5; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.cream-heather-blue .size.selected {
        background: #A7B6D5;
        color: #fff; }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.cream-heather-blue .size.selected.soldout {
          background: #f0f0f0;
          color: #ccc; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.cream-heather-grey .color {
        background: #E6E6E6; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.cream-heather-grey .size.selected {
        background: #E6E6E6;
        color: #fff; }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.cream-heather-grey .size.selected.soldout {
          background: #f0f0f0;
          color: #ccc; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.cream-heather-pink .color {
        background: #F3D6D6; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.cream-heather-pink .size.selected {
        background: #F3D6D6;
        color: #fff; }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.cream-heather-pink .size.selected.soldout {
          background: #f0f0f0;
          color: #ccc; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.dandelion .color {
        background: #FFFF00; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.dandelion .size.selected {
        background: #FFFF00;
        color: #fff; }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.dandelion .size.selected.soldout {
          background: #f0f0f0;
          color: #ccc; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.dark-heather-blue .color {
        background: #414D5D; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.dark-heather-blue .size.selected {
        background: #414D5D;
        color: #fff; }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.dark-heather-blue .size.selected.soldout {
          background: #f0f0f0;
          color: #ccc; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.dark-heather-burgundy .color {
        background: #661E2C; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.dark-heather-burgundy .size.selected {
        background: #661E2C;
        color: #fff; }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.dark-heather-burgundy .size.selected.soldout {
          background: #f0f0f0;
          color: #ccc; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.dark-heather-denim .color {
        background: #283A48; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.dark-heather-denim .size.selected {
        background: #283A48;
        color: #fff; }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.dark-heather-denim .size.selected.soldout {
          background: #f0f0f0;
          color: #ccc; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.dark-heather-grey .color {
        background: #3A3A3A; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.dark-heather-grey .size.selected {
        background: #3A3A3A;
        color: #fff; }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.dark-heather-grey .size.selected.soldout {
          background: #f0f0f0;
          color: #ccc; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.dark-heather-indigo .color, .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.heather-indigo .color {
        background: #1A3F78; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.dark-heather-indigo .size.selected, .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.heather-indigo .size.selected {
        background: #1A3F78;
        color: #fff; }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.dark-heather-indigo .size.selected.soldout, .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.heather-indigo .size.selected.soldout {
          background: #f0f0f0;
          color: #ccc; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.dark-heather-teal .color {
        background: #095362; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.dark-heather-teal .size.selected {
        background: #095362;
        color: #fff; }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.dark-heather-teal .size.selected.soldout {
          background: #f0f0f0;
          color: #ccc; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.dark-indigo-denim .color {
        background: #293D5E; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.dark-indigo-denim .size.selected {
        background: #293D5E;
        color: #fff; }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.dark-indigo-denim .size.selected.soldout {
          background: #f0f0f0;
          color: #ccc; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.deep-ocean .color {
        background: #2D90D2; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.deep-ocean .size.selected {
        background: #2D90D2;
        color: #fff; }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.deep-ocean .size.selected.soldout {
          background: #f0f0f0;
          color: #ccc; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.deep-royal-blue .color {
        background: #05386A; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.deep-royal-blue .size.selected {
        background: #05386A;
        color: #fff; }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.deep-royal-blue .size.selected.soldout {
          background: #f0f0f0;
          color: #ccc; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.easy-blue .color, .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.easy-blue-and-steel .color, .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.easy-blue-and-space-grey .color {
        background: #E6FFFF; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.easy-blue .size.selected, .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.easy-blue-and-steel .size.selected, .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.easy-blue-and-space-grey .size.selected {
        background: #E6FFFF;
        color: #fff; }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.easy-blue .size.selected.soldout, .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.easy-blue-and-steel .size.selected.soldout, .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.easy-blue-and-space-grey .size.selected.soldout {
          background: #f0f0f0;
          color: #ccc; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.eucalyptus .color {
        background: #5B9C9F; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.eucalyptus .size.selected {
        background: #5B9C9F;
        color: #fff; }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.eucalyptus .size.selected.soldout {
          background: #f0f0f0;
          color: #ccc; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.flamingo .color, .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.flamingo-and-steel .color {
        background: #E60073; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.flamingo .size.selected, .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.flamingo-and-steel .size.selected {
        background: #E60073;
        color: #fff; }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.flamingo .size.selected.soldout, .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.flamingo-and-steel .size.selected.soldout {
          background: #f0f0f0;
          color: #ccc; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.flamingo-pink .color {
        background: #F0807B; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.flamingo-pink .size.selected {
        background: #F0807B;
        color: #fff; }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.flamingo-pink .size.selected.soldout {
          background: #f0f0f0;
          color: #ccc; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.flo-orange .color {
        background: #FF5C33; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.flo-orange .size.selected {
        background: #FF5C33;
        color: #fff; }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.flo-orange .size.selected.soldout {
          background: #f0f0f0;
          color: #ccc; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.fontainbleau .color, .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.fontainebleau .color {
        background: #3333FF; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.fontainbleau .size.selected, .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.fontainebleau .size.selected {
        background: #3333FF;
        color: #fff; }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.fontainbleau .size.selected.soldout, .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.fontainebleau .size.selected.soldout {
          background: #f0f0f0;
          color: #ccc; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.forest .color, .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.light-green .color {
        background: #006600; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.forest .size.selected, .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.light-green .size.selected {
        background: #006600;
        color: #fff; }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.forest .size.selected.soldout, .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.light-green .size.selected.soldout {
          background: #f0f0f0;
          color: #ccc; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.french-navy .color {
        background: #14152A; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.french-navy .size.selected {
        background: #14152A;
        color: #fff; }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.french-navy .size.selected.soldout {
          background: #f0f0f0;
          color: #ccc; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.gargoyle-peel .color {
        background: #B3B398; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.gargoyle-peel .size.selected {
        background: #B3B398;
        color: #fff; }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.gargoyle-peel .size.selected.soldout {
          background: #f0f0f0;
          color: #ccc; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.granite .color {
        background: #5A5D67; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.granite .size.selected {
        background: #5A5D67;
        color: #fff; }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.granite .size.selected.soldout {
          background: #f0f0f0;
          color: #ccc; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.grape .color {
        background: #5A333F; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.grape .size.selected {
        background: #5A333F;
        color: #fff; }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.grape .size.selected.soldout {
          background: #f0f0f0;
          color: #ccc; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.green .color {
        background: #51AF5E; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.green .size.selected {
        background: #51AF5E;
        color: #fff; }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.green .size.selected.soldout {
          background: #f0f0f0;
          color: #ccc; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.seagrass .color {
        background: #6a828e; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.seagrass .size.selected {
        background: #6a828e;
        color: #fff; }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.seagrass .size.selected.soldout {
          background: #f0f0f0;
          color: #ccc; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.greenbottle .color {
        background: #339933; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.greenbottle .size.selected {
        background: #339933;
        color: #fff; }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.greenbottle .size.selected.soldout {
          background: #f0f0f0;
          color: #ccc; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.grey .color, .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.grey-green .color, .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.tarmac .color, .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.tarmac-and-nemo .color, .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.tarmac-and-nemo-blue .color {
        background: #404040; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.grey .size.selected, .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.grey-green .size.selected, .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.tarmac .size.selected, .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.tarmac-and-nemo .size.selected, .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.tarmac-and-nemo-blue .size.selected {
        background: #404040;
        color: #fff; }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.grey .size.selected.soldout, .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.grey-green .size.selected.soldout, .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.tarmac .size.selected.soldout, .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.tarmac-and-nemo .size.selected.soldout, .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.tarmac-and-nemo-blue .size.selected.soldout {
          background: #f0f0f0;
          color: #ccc; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.grey-violet .color {
        background: #CBCEC8; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.grey-violet .size.selected {
        background: #CBCEC8;
        color: #fff; }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.grey-violet .size.selected.soldout {
          background: #f0f0f0;
          color: #ccc; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.heather-ash .color {
        background: #E2E1E2; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.heather-ash .size.selected {
        background: #E2E1E2;
        color: #fff; }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.heather-ash .size.selected.soldout {
          background: #f0f0f0;
          color: #ccc; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.heather-black-denim .color {
        background: #323238; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.heather-black-denim .size.selected {
        background: #323238;
        color: #fff; }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.heather-black-denim .size.selected.soldout {
          background: #f0f0f0;
          color: #ccc; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.heather-grey .color {
        background: #BEBAB6; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.heather-grey .size.selected {
        background: #BEBAB6;
        color: #fff; }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.heather-grey .size.selected.soldout {
          background: #f0f0f0;
          color: #ccc; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.hibiscus .color {
        background: #E83D45; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.hibiscus .size.selected {
        background: #E83D45;
        color: #fff; }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.hibiscus .size.selected.soldout {
          background: #f0f0f0;
          color: #ccc; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.hot-coral .color {
        background: #EA5754; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.hot-coral .size.selected {
        background: #EA5754;
        color: #fff; }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.hot-coral .size.selected.soldout {
          background: #f0f0f0;
          color: #ccc; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.india-ink-grey .color {
        background: #2A3E4B; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.india-ink-grey .size.selected {
        background: #2A3E4B;
        color: #fff; }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.india-ink-grey .size.selected.soldout {
          background: #f0f0f0;
          color: #ccc; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.iris-yellow .color {
        background: #FBF29B; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.iris-yellow .size.selected {
        background: #FBF29B;
        color: #fff; }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.iris-yellow .size.selected.soldout {
          background: #f0f0f0;
          color: #ccc; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.jaffa .color, .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.cordura-jaffa .color {
        background: #EB7D49; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.jaffa .size.selected, .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.cordura-jaffa .size.selected {
        background: #EB7D49;
        color: #fff; }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.jaffa .size.selected.soldout, .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.cordura-jaffa .size.selected.soldout {
          background: #f0f0f0;
          color: #ccc; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.kelp .color, .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.steel-and-kelp .color {
        background: #003300; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.kelp .size.selected, .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.steel-and-kelp .size.selected {
        background: #003300;
        color: #fff; }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.kelp .size.selected.soldout, .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.steel-and-kelp .size.selected.soldout {
          background: #f0f0f0;
          color: #ccc; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.khaki .color {
        background: #545347; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.khaki .size.selected {
        background: #545347;
        color: #fff; }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.khaki .size.selected.soldout {
          background: #f0f0f0;
          color: #ccc; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.la-gomera .color {
        background: #221122; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.la-gomera .size.selected {
        background: #221122;
        color: #fff; }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.la-gomera .size.selected.soldout {
          background: #f0f0f0;
          color: #ccc; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.lego .color {
        background: #1AA3FF; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.lego .size.selected {
        background: #1AA3FF;
        color: #fff; }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.lego .size.selected.soldout {
          background: #f0f0f0;
          color: #ccc; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.light-heather-lilac .color {
        background: #BDC3DA; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.light-heather-lilac .size.selected {
        background: #BDC3DA;
        color: #fff; }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.light-heather-lilac .size.selected.soldout {
          background: #f0f0f0;
          color: #ccc; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.light-heather-yellow .color {
        background: #F5E1A2; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.light-heather-yellow .size.selected {
        background: #F5E1A2;
        color: #fff; }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.light-heather-yellow .size.selected.soldout {
          background: #f0f0f0;
          color: #ccc; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.light-indigo-denim .color, .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.denim-and-space-grey .color {
        background: #6C93B7; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.light-indigo-denim .size.selected, .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.denim-and-space-grey .size.selected {
        background: #6C93B7;
        color: #fff; }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.light-indigo-denim .size.selected.soldout, .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.denim-and-space-grey .size.selected.soldout {
          background: #f0f0f0;
          color: #ccc; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.light-khaki .color {
        background: #7A7A6A; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.light-khaki .size.selected {
        background: #7A7A6A;
        color: #fff; }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.light-khaki .size.selected.soldout {
          background: #f0f0f0;
          color: #ccc; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.linen-grey .color {
        background: #53575B; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.linen-grey .size.selected {
        background: #53575B;
        color: #fff; }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.linen-grey .size.selected.soldout {
          background: #f0f0f0;
          color: #ccc; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.linen-mid-heather-grey .color {
        background: #91928D; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.linen-mid-heather-grey .size.selected {
        background: #91928D;
        color: #fff; }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.linen-mid-heather-grey .size.selected.soldout {
          background: #f0f0f0;
          color: #ccc; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.lupin .color {
        background: #E0E0E0; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.lupin .size.selected {
        background: #E0E0E0;
        color: #fff; }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.lupin .size.selected.soldout {
          background: #f0f0f0;
          color: #ccc; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.maize-yellow .color {
        background: #F3CF55; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.maize-yellow .size.selected {
        background: #F3CF55;
        color: #fff; }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.maize-yellow .size.selected.soldout {
          background: #f0f0f0;
          color: #ccc; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.marble-slab-heather-black .color {
        background: #767575; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.marble-slab-heather-black .size.selected {
        background: #767575;
        color: #fff; }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.marble-slab-heather-black .size.selected.soldout {
          background: #f0f0f0;
          color: #ccc; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.mid-grey-denim .color {
        background: #72736D; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.mid-grey-denim .size.selected {
        background: #72736D;
        color: #fff; }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.mid-grey-denim .size.selected.soldout {
          background: #f0f0f0;
          color: #ccc; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.heather-blue .color, .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.mid-heather-blue .color {
        background: #6285AB; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.heather-blue .size.selected, .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.mid-heather-blue .size.selected {
        background: #6285AB;
        color: #fff; }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.heather-blue .size.selected.soldout, .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.mid-heather-blue .size.selected.soldout {
          background: #f0f0f0;
          color: #ccc; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.mid-heather-green .color {
        background: #78A294; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.mid-heather-green .size.selected {
        background: #78A294;
        color: #fff; }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.mid-heather-green .size.selected.soldout {
          background: #f0f0f0;
          color: #ccc; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.mid-heather-grey .color {
        background: #7F7F7F; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.mid-heather-grey .size.selected {
        background: #7F7F7F;
        color: #fff; }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.mid-heather-grey .size.selected.soldout {
          background: #f0f0f0;
          color: #ccc; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.mid-heather-khaki .color {
        background: #5B5F4A; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.mid-heather-khaki .size.selected {
        background: #5B5F4A;
        color: #fff; }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.mid-heather-khaki .size.selected.soldout {
          background: #f0f0f0;
          color: #ccc; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.mid-heather-red .color, .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.heather-red .color {
        background: #D65F5A; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.mid-heather-red .size.selected, .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.heather-red .size.selected {
        background: #D65F5A;
        color: #fff; }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.mid-heather-red .size.selected.soldout, .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.heather-red .size.selected.soldout {
          background: #f0f0f0;
          color: #ccc; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.mid-heather-teal .color {
        background: #046C6F; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.mid-heather-teal .size.selected {
        background: #046C6F;
        color: #fff; }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.mid-heather-teal .size.selected.soldout {
          background: #f0f0f0;
          color: #ccc; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.mid-indigo-denim .color {
        background: #305077; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.mid-indigo-denim .size.selected {
        background: #305077;
        color: #fff; }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.mid-indigo-denim .size.selected.soldout {
          background: #f0f0f0;
          color: #ccc; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.mint-green .color {
        background: #77C3AB; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.mint-green .size.selected {
        background: #77C3AB;
        color: #fff; }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.mint-green .size.selected.soldout {
          background: #f0f0f0;
          color: #ccc; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.natural .color {
        background: #F6EAD1; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.natural .size.selected {
        background: #F6EAD1;
        color: #fff; }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.natural .size.selected.soldout {
          background: #f0f0f0;
          color: #ccc; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.navy .color {
        background: #2F354A; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.navy .size.selected {
        background: #2F354A;
        color: #fff; }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.navy .size.selected.soldout {
          background: #f0f0f0;
          color: #ccc; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.nemo .color, .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.nemo-and-tarmac .color, .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.nemo-blue .color, .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.nemo-blue-and-tarmac .color, .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.nemo-steel .color {
        background: #0F388A; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.nemo .size.selected, .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.nemo-and-tarmac .size.selected, .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.nemo-blue .size.selected, .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.nemo-blue-and-tarmac .size.selected, .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.nemo-steel .size.selected {
        background: #0F388A;
        color: #fff; }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.nemo .size.selected.soldout, .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.nemo-and-tarmac .size.selected.soldout, .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.nemo-blue .size.selected.soldout, .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.nemo-blue-and-tarmac .size.selected.soldout, .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.nemo-steel .size.selected.soldout {
          background: #f0f0f0;
          color: #ccc; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.neongreen .color {
        background: #00FF00; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.neongreen .size.selected {
        background: #00FF00;
        color: #fff; }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.neongreen .size.selected.soldout {
          background: #f0f0f0;
          color: #ccc; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.nude .color {
        background: #B1A69D; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.nude .size.selected {
        background: #B1A69D;
        color: #fff; }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.nude .size.selected.soldout {
          background: #f0f0f0;
          color: #ccc; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.ocean-depth .color, .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.ocean .color {
        background: #005E70; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.ocean-depth .size.selected, .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.ocean .size.selected {
        background: #005E70;
        color: #fff; }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.ocean-depth .size.selected.soldout, .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.ocean .size.selected.soldout {
          background: #f0f0f0;
          color: #ccc; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.online-lime .color {
        background: #33CC33; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.online-lime .size.selected {
        background: #33CC33;
        color: #fff; }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.online-lime .size.selected.soldout {
          background: #f0f0f0;
          color: #ccc; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.opal .color {
        background: #999B9D; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.opal .size.selected {
        background: #999B9D;
        color: #fff; }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.opal .size.selected.soldout {
          background: #f0f0f0;
          color: #ccc; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.orange .color {
        background: #DD4130; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.orange .size.selected {
        background: #DD4130;
        color: #fff; }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.orange .size.selected.soldout {
          background: #f0f0f0;
          color: #ccc; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.pale-peach .color {
        background: #F8CEB4; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.pale-peach .size.selected {
        background: #F8CEB4;
        color: #fff; }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.pale-peach .size.selected.soldout {
          background: #f0f0f0;
          color: #ccc; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.paradise-green .color {
        background: #B0D498; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.paradise-green .size.selected {
        background: #B0D498;
        color: #fff; }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.paradise-green .size.selected.soldout {
          background: #f0f0f0;
          color: #ccc; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.paprika .color {
        background: #AE3333; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.paprika .size.selected {
        background: #AE3333;
        color: #fff; }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.paprika .size.selected.soldout {
          background: #f0f0f0;
          color: #ccc; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.plum .color {
        background: #534060; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.plum .size.selected {
        background: #534060;
        color: #fff; }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.plum .size.selected.soldout {
          background: #f0f0f0;
          color: #ccc; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.purple .color {
        background: #6557A1; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.purple .size.selected {
        background: #6557A1;
        color: #fff; }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.purple .size.selected.soldout {
          background: #f0f0f0;
          color: #ccc; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.raspberry .color {
        background: #CE3A73; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.raspberry .size.selected {
        background: #CE3A73;
        color: #fff; }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.raspberry .size.selected.soldout {
          background: #f0f0f0;
          color: #ccc; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.rocket .color {
        background: #468B24; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.rocket .size.selected {
        background: #468B24;
        color: #fff; }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.rocket .size.selected.soldout {
          background: #f0f0f0;
          color: #ccc; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.royal-blue .color {
        background: #0B579D; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.royal-blue .size.selected {
        background: #0B579D;
        color: #fff; }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.royal-blue .size.selected.soldout {
          background: #f0f0f0;
          color: #ccc; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.royal-blue-denim .color {
        background: #4D74B5; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.royal-blue-denim .size.selected {
        background: #4D74B5;
        color: #fff; }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.royal-blue-denim .size.selected.soldout {
          background: #f0f0f0;
          color: #ccc; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.seaweed .color {
        background: #F5E6D6; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.seaweed .size.selected {
        background: #F5E6D6;
        color: #fff; }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.seaweed .size.selected.soldout {
          background: #f0f0f0;
          color: #ccc; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.sky-blue .color {
        background: #93B9E0; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.sky-blue .size.selected {
        background: #93B9E0;
        color: #fff; }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.sky-blue .size.selected.soldout {
          background: #f0f0f0;
          color: #ccc; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.slate .color {
        background: #515252; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.slate .size.selected {
        background: #515252;
        color: #fff; }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.slate .size.selected.soldout {
          background: #f0f0f0;
          color: #ccc; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.slub-black-heather-grey .color {
        background: #9E9F9E; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.slub-black-heather-grey .size.selected {
        background: #9E9F9E;
        color: #fff; }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.slub-black-heather-grey .size.selected.soldout {
          background: #f0f0f0;
          color: #ccc; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.slub-dark-heather-grey .color {
        background: #2D3235; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.slub-dark-heather-grey .size.selected {
        background: #2D3235;
        color: #fff; }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.slub-dark-heather-grey .size.selected.soldout {
          background: #f0f0f0;
          color: #ccc; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.slub-heather-blue .color {
        background: #9CA1AA; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.slub-heather-blue .size.selected {
        background: #9CA1AA;
        color: #fff; }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.slub-heather-blue .size.selected.soldout {
          background: #f0f0f0;
          color: #ccc; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.slub-heather-charcoal .color {
        background: #35302D; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.slub-heather-charcoal .size.selected {
        background: #35302D;
        color: #fff; }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.slub-heather-charcoal .size.selected.soldout {
          background: #f0f0f0;
          color: #ccc; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.slub-heather-grey .color {
        background: #999491; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.slub-heather-grey .size.selected {
        background: #999491;
        color: #fff; }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.slub-heather-grey .size.selected.soldout {
          background: #f0f0f0;
          color: #ccc; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.slub-heather-steel-grey .color {
        background: #5C5252; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.slub-heather-steel-grey .size.selected {
        background: #5C5252;
        color: #fff; }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.slub-heather-steel-grey .size.selected.soldout {
          background: #f0f0f0;
          color: #ccc; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.slub-mid-heather-clay .color {
        background: #9A9082; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.slub-mid-heather-clay .size.selected {
        background: #9A9082;
        color: #fff; }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.slub-mid-heather-clay .size.selected.soldout {
          background: #f0f0f0;
          color: #ccc; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.slub-mid-heather-grey .color {
        background: #6B6764; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.slub-mid-heather-grey .size.selected {
        background: #6B6764;
        color: #fff; }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.slub-mid-heather-grey .size.selected.soldout {
          background: #f0f0f0;
          color: #ccc; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.snow-dark-heather-blue .color {
        background: #3E4F63; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.snow-dark-heather-blue .size.selected {
        background: #3E4F63;
        color: #fff; }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.snow-dark-heather-blue .size.selected.soldout {
          background: #f0f0f0;
          color: #ccc; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.spectra-yellow .color {
        background: #FAB500; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.spectra-yellow .size.selected {
        background: #FAB500;
        color: #fff; }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.spectra-yellow .size.selected.soldout {
          background: #f0f0f0;
          color: #ccc; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.stargazer .color {
        background: #224E59; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.stargazer .size.selected {
        background: #224E59;
        color: #fff; }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.stargazer .size.selected.soldout {
          background: #f0f0f0;
          color: #ccc; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.stealth .color {
        background: #112215; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.stealth .size.selected {
        background: #112215;
        color: #fff; }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.stealth .size.selected.soldout {
          background: #f0f0f0;
          color: #ccc; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.steel .color {
        background: #C0C0C0; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.steel .size.selected {
        background: #C0C0C0;
        color: #fff; }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.steel .size.selected.soldout {
          background: #f0f0f0;
          color: #ccc; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.stone .color {
        background: #EBEBE0; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.stone .size.selected {
        background: #EBEBE0;
        color: #fff; }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.stone .size.selected.soldout {
          background: #f0f0f0;
          color: #ccc; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.stretch-limo .color {
        background: #242577; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.stretch-limo .size.selected {
        background: #242577;
        color: #fff; }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.stretch-limo .size.selected.soldout {
          background: #f0f0f0;
          color: #ccc; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.sudan-brown .color {
        background: #BF792E; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.sudan-brown .size.selected {
        background: #BF792E;
        color: #fff; }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.sudan-brown .size.selected.soldout {
          background: #f0f0f0;
          color: #ccc; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.sun-coral .color {
        background: #EE7862; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.sun-coral .size.selected {
        background: #EE7862;
        color: #fff; }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.sun-coral .size.selected.soldout {
          background: #f0f0f0;
          color: #ccc; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.sunny-lime .color {
        background: #F8F08F; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.sunny-lime .size.selected {
        background: #F8F08F;
        color: #fff; }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.sunny-lime .size.selected.soldout {
          background: #f0f0f0;
          color: #ccc; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.surf .color {
        background: #3890AD; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.surf .size.selected {
        background: #3890AD;
        color: #fff; }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.surf .size.selected.soldout {
          background: #f0f0f0;
          color: #ccc; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.surf .color {
        background: #3890AD; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.surf .size.selected {
        background: #3890AD;
        color: #fff; }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.surf .size.selected.soldout {
          background: #f0f0f0;
          color: #ccc; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.surf-slate .color {
        background: #3890AD; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.surf-slate .size.selected {
        background: #3890AD;
        color: #fff; }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.surf-slate .size.selected.soldout {
          background: #f0f0f0;
          color: #ccc; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.turkish-delight .color {
        background: #A2116D; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.turkish-delight .size.selected {
        background: #A2116D;
        color: #fff; }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.turkish-delight .size.selected.soldout {
          background: #f0f0f0;
          color: #ccc; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.turquoise .color {
        background: #7FC9CE; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.turquoise .size.selected {
        background: #7FC9CE;
        color: #fff; }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.turquoise .size.selected.soldout {
          background: #f0f0f0;
          color: #ccc; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.vino .color {
        background: #5D1035; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.vino .size.selected {
        background: #5D1035;
        color: #fff; }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.vino .size.selected.soldout {
          background: #f0f0f0;
          color: #ccc; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.vintage-white .color {
        background: #F7F1EC; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.vintage-white .size.selected {
        background: #F7F1EC;
        color: #fff; }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.vintage-white .size.selected.soldout {
          background: #f0f0f0;
          color: #ccc; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.vivid-green .color {
        background: #00A887; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.vivid-green .size.selected {
        background: #00A887;
        color: #fff; }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.vivid-green .size.selected.soldout {
          background: #f0f0f0;
          color: #ccc; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.walnut .color {
        background: #817468; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.walnut .size.selected {
        background: #817468;
        color: #fff; }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.walnut .size.selected.soldout {
          background: #f0f0f0;
          color: #ccc; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.white .color {
        background: #fff; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.white .size.selected {
        background: #fff;
        color: #fff; }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.white .size.selected.soldout {
          background: #f0f0f0;
          color: #ccc; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.yellow .color {
        background: #F4EA25; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.yellow .size.selected {
        background: #F4EA25;
        color: #fff; }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.yellow .size.selected.soldout {
          background: #f0f0f0;
          color: #ccc; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.zest .color {
        background: #E2E236; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.zest .size.selected {
        background: #E2E236;
        color: #fff; }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.zest .size.selected.soldout {
          background: #f0f0f0;
          color: #ccc; }
  .buying-options .product-option-type .product-option-group .selected-colour-chip {
    font-family: "Barlow Condensed", Arial, sans-serif;
    font-weight: 700;
    font-size: 21px;
    font-size: 2.1rem;
    padding: 5px 10px; }
  .buying-options .product-option-type .product-option-group .product-colour-chips {
    position: absolute;
    top: -29px;
    right: 50px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .buying-options .product-option-type .product-option-group .product-colour-chips {
        right: 30px; } }
    @media (max-width: 499px) {
      .buying-options .product-option-type .product-option-group .product-colour-chips {
        right: 26px; } }
    .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip {
      display: inline-block;
      vertical-align: middle;
      background: #808080;
      width: 44px;
      height: 44px;
      margin-left: 20px;
      border-radius: 50%; }
      @media (min-width: 768px) and (max-width: 991px) {
        .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip {
          width: 40px;
          height: 40px;
          margin-left: 16px; } }
      @media (max-width: 499px) {
        .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip {
          width: 38px;
          height: 38px;
          margin-left: 14px; } }
      .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip:first-of-type {
        margin-left: 0; }
      .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.all-soldout {
        position: relative; }
        .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.all-soldout:before, .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.all-soldout:after {
          content: "";
          position: absolute;
          top: 50%;
          width: 60%;
          height: 4px;
          margin: -2px 20% 0 20%;
          background: #fff;
          -moz-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }
        .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.all-soldout:after {
          -moz-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }
      .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.anthracite {
        background: #454655; }
      .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.apple {
        background: #75AD4D; }
      .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.aqua {
        background: #00CCFF; }
      .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.aubergine, .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.eggplant
      .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.egg-plant {
        background: #330033; }
      .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.azur {
        background: #0093C2; }
      .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.black, .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.cordura-black {
        background: #000; }
      .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.black-bluejay {
        background: #201F24; }
      .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.black-denim {
        background: #232323; }
      .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.blaze, .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.flame {
        background: #FF5405; }
      .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.blue, .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.reef, .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.blue-grey {
        background: #0099CC; }
      .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.bottle-green {
        background: #275444; }
      .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.brick {
        background: #A6443C; }
      .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.burgundy {
        background: #682B34; }
      .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.camelia-pink {
        background: #E6567C; }
      .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.cameo-pink {
        background: #F2BAC7; }
      .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.caribbean-blue {
        background: #ADDAD6; }
      .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.chalk, .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.chalk-contrast {
        background: #FAF2EB; }
      .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.charcoal {
        background: #464646; }
      .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.chilli, .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.chilli-steel, .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.red, .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.tomato {
        background: #B82334; }
      .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.chocolate {
        background: #473931; }
      .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.citadel-blue {
        background: #698490; }
      .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.coral {
        background: #E37B73; }
      .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.cream {
        background: #EAE6E5; }
      .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.cream-heather-blue {
        background: #A7B6D5; }
      .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.cream-heather-grey {
        background: #E6E6E6; }
      .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.cream-heather-pink {
        background: #F3D6D6; }
      .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.dandelion {
        background: #FFFF00; }
      .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.dark-heather-blue {
        background: #414D5D; }
      .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.dark-heather-burgundy {
        background: #661E2C; }
      .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.dark-heather-denim {
        background: #283A48; }
      .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.dark-heather-grey {
        background: #3A3A3A; }
      .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.dark-heather-indigo, .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.heather-indigo {
        background: #1A3F78; }
      .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.dark-heather-teal {
        background: #095362; }
      .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.dark-indigo-denim {
        background: #293D5E; }
      .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.deep-ocean, .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.ocean {
        background: #2D90D2; }
      .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.deep-royal-blue {
        background: #05386A; }
      .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.easy-blue, .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.easy-blue-and-steel, .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.easy-blue-and-space-grey {
        background: #E6FFFF; }
      .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.eucalyptus {
        background: #5B9C9F; }
      .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.flamingo, .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.flamingo-and-steel {
        background: #E60073; }
      .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.flamingo-pink {
        background: #F0807B; }
      .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.flo-orange {
        background: #FF5C33; }
      .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.fontainbleau, .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.fontainebleau {
        background: #3333FF; }
      .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.forest, .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.light-green {
        background: #006600; }
      .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.french-navy {
        background: #14152A; }
      .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.gargoyle-peel {
        background: #B3B398; }
      .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.granite {
        background: #5A5D67; }
      .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.grape {
        background: #5A333F; }
      .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.green {
        background: #51AF5E; }
      .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.seagrass {
        background: #6a828e; }
      .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.greenbottle {
        background: #339933; }
      .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.grey, .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.grey-green, .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.tarmac, .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.tarmac-and-nemo, .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.tarmac-and-nemo-blue {
        background: #404040; }
      .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.grey-violet {
        background: #CBCEC8; }
      .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.heather-ash {
        background: #E2E1E2; }
      .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.heather-black-denim {
        background: #323238; }
      .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.heather-grey {
        background: #BEBAB6; }
      .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.hibiscus {
        background: #E83D45; }
      .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.hot-coral {
        background: #EA5754; }
      .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.india-ink-grey {
        background: #2A3E4B; }
      .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.iris-yellow {
        background: #FBF29B; }
      .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.jaffa, .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.cordura-jaffa {
        background: #EB7D49; }
      .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.kelp, .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.steel-and-kelp {
        background: #003300; }
      .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.khaki {
        background: #545347; }
      .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.la-gomera {
        background: #221122; }
      .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.lego {
        background: #1AA3FF; }
      .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.light-heather-lilac {
        background: #BDC3DA; }
      .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.light-heather-yellow {
        background: #F5E1A2; }
      .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.light-indigo-denim, .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.denim-and-space-grey {
        background: #6C93B7; }
      .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.light-khaki {
        background: #7A7A6A; }
      .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.linen-grey {
        background: #53575B; }
      .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.linen-mid-heather-grey {
        background: #91928D; }
      .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.lupin {
        background: #E0E0E0; }
      .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.maize-yellow {
        background: #F3CF55; }
      .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.marble-slab-heather-black {
        background: #767575; }
      .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.mid-grey-denim {
        background: #72736D; }
      .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.heather-blue, .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.mid-heather-blue {
        background: #6285AB; }
      .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.mid-heather-green {
        background: #78A294; }
      .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.mid-heather-grey {
        background: #7F7F7F; }
      .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.mid-heather-khaki {
        background: #5B5F4A; }
      .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.mid-heather-red, .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.heather-red {
        background: #D65F5A; }
      .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.mid-heather-teal {
        background: #046C6F; }
      .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.mid-indigo-denim {
        background: #305077; }
      .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.mint-green {
        background: #77C3AB; }
      .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.natural {
        background: #F6EAD1; }
      .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.navy {
        background: #2F354A; }
      .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.nemo, .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.nemo-and-tarmac, .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.nemo-blue, .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.nemo-blue-and-tarmac, .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.nemo-steel {
        background: #0F388A; }
      .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.neongreen {
        background: #00FF00; }
      .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.nude {
        background: #B1A69D; }
      .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.ocean-depth {
        background: #005E70; }
      .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.online-lime {
        background: #33CC33; }
      .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.opal {
        background: #999B9D; }
      .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.orange {
        background: #DD4130; }
      .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.pale-peach {
        background: #F8CEB4; }
      .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.paradise-green {
        background: #B0D498; }
      .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.paprika {
        background: #AE3333; }
      .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.plum {
        background: #534060; }
      .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.purple {
        background: #6557A1; }
      .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.raspberry {
        background: #CE3A73; }
      .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.rocket {
        background: #468B24; }
      .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.royal-blue {
        background: #0B579D; }
      .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.royal-blue-denim {
        background: #4D74B5; }
      .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.seaweed {
        background: #F5E6D6; }
      .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.sky-blue {
        background: #93B9E0; }
      .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.slate {
        background: #515252; }
      .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.slub-black-heather-grey {
        background: #9E9F9E; }
      .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.slub-dark-heather-grey {
        background: #2D3235; }
      .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.slub-heather-blue {
        background: #9CA1AA; }
      .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.slub-heather-charcoal {
        background: #35302D; }
      .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.slub-heather-grey {
        background: #999491; }
      .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.slub-heather-steel-grey {
        background: #5C5252; }
      .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.slub-mid-heather-clay {
        background: #9A9082; }
      .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.slub-mid-heather-grey {
        background: #6B6764; }
      .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.snow-dark-heather-blue {
        background: #3E4F63; }
      .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.spectra-yellow {
        background: #FAB500; }
      .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.stargazer {
        background: #224E59; }
      .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.stealth {
        background: #112215; }
      .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.steel {
        background: #C0C0C0; }
      .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.stone {
        background: #EBEBE0; }
      .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.stretch-limo {
        background: #242577; }
      .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.sudan-brown {
        background: #BF792E; }
      .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.sun-coral {
        background: #EE7862; }
      .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.sunny-lime {
        background: #F8F08F; }
      .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.surf {
        background: #3890AD; }
      .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.surf-slate {
        background: #3890AD; }
      .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.teal {
        background: #394B57; }
      .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.turkish-delight {
        background: #A2116D; }
      .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.turquoise {
        background: #7FC9CE; }
      .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.vino {
        background: #5D1035; }
      .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.vintage-white {
        background: #F7F1EC; }
      .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.vivid-green {
        background: #00A887; }
      .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.walnut {
        background: #817468; }
      .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.white {
        background: #fff; }
      .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.yellow {
        background: #F4EA25; }
      .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.zest {
        background: #E2E236; }
      .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.selected {
        border: 3px solid #1a1a1a;
        width: 56px;
        height: 56px; }
        @media (min-width: 768px) and (max-width: 991px) {
          .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.selected {
            width: 52px;
            height: 52px; } }
        @media (max-width: 499px) {
          .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.selected {
            width: 48px;
            height: 48px; } }
.buying-options .product-option-type .disabled-add-to-cart,
.buying-options .product-option-type .add-to-cart,
.buying-options .product-option-type .big-request-stock-alert {
  *zoom: 1;
  padding: 20px 0;
  border-top: 3px solid #1a1a1a; }
  .buying-options .product-option-type .disabled-add-to-cart:after,
  .buying-options .product-option-type .add-to-cart:after,
  .buying-options .product-option-type .big-request-stock-alert:after {
    content: "";
    display: table;
    clear: both; }
  .buying-options .product-option-type .disabled-add-to-cart .quantity,
  .buying-options .product-option-type .add-to-cart .quantity,
  .buying-options .product-option-type .big-request-stock-alert .quantity {
    float: left;
    width: 50%; }
    @media (min-width: 768px) and (max-width: 991px) {
      .buying-options .product-option-type .disabled-add-to-cart .quantity,
      .buying-options .product-option-type .add-to-cart .quantity,
      .buying-options .product-option-type .big-request-stock-alert .quantity {
        width: 43%; } }
    @media (max-width: 499px) {
      .buying-options .product-option-type .disabled-add-to-cart .quantity,
      .buying-options .product-option-type .add-to-cart .quantity,
      .buying-options .product-option-type .big-request-stock-alert .quantity {
        float: none;
        width: 100%; } }
  .buying-options .product-option-type .disabled-add-to-cart .btn-buy-now,
  .buying-options .product-option-type .add-to-cart .btn-buy-now,
  .buying-options .product-option-type .big-request-stock-alert .btn-buy-now {
    float: right;
    padding: 16px;
    font-size: 18px;
    font-size: 1.8rem;
    font-family: "Barlow Condensed", Arial, sans-serif;
    text-transform: uppercase; }
    .buying-options .product-option-type .disabled-add-to-cart .btn-buy-now [class^="icon-"], .buying-options .product-option-type .disabled-add-to-cart .btn-buy-now [class*=" icon-"],
    .buying-options .product-option-type .add-to-cart .btn-buy-now [class^="icon-"],
    .buying-options .product-option-type .add-to-cart .btn-buy-now [class*=" icon-"],
    .buying-options .product-option-type .big-request-stock-alert .btn-buy-now [class^="icon-"],
    .buying-options .product-option-type .big-request-stock-alert .btn-buy-now [class*=" icon-"] {
      margin-right: 6px; }
    @media (max-width: 499px) {
      .buying-options .product-option-type .disabled-add-to-cart .btn-buy-now,
      .buying-options .product-option-type .add-to-cart .btn-buy-now,
      .buying-options .product-option-type .big-request-stock-alert .btn-buy-now {
        margin-top: 20px; } }
    .buying-options .product-option-type .disabled-add-to-cart .btn-buy-now[disabled],
    .buying-options .product-option-type .add-to-cart .btn-buy-now[disabled],
    .buying-options .product-option-type .big-request-stock-alert .btn-buy-now[disabled] {
      background: #808080; }

.bundles-accordion .product-name {
  margin: 0;
  font-size: 20px;
  font-size: 2.0rem; }
  .bundles-accordion .product-name a.small {
    float: right;
    padding-top: 6px;
    font-size: 14px;
    font-size: 1.4rem; }
.bundles-accordion .disabled-product-option-type-heading h5 {
  color: #808080;
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: uppercase; }
.bundles-accordion .enabled {
  border-bottom: 3px solid #1a1a1a;
  margin-top: 40px; }
  .bundles-accordion .enabled .disabled-product-option-type-heading {
    display: none; }
  .bundles-accordion .enabled.collapsed-view .product-option-type-heading,
  .bundles-accordion .enabled.collapsed-view .colour-chip-outer {
    display: none; }
  .bundles-accordion .enabled.collapsed-view .product-option-group.selectable, .bundles-accordion .enabled.collapsed-view .product-option-group.multi-selectable,
  .bundles-accordion .enabled.collapsed-view .product-option-group .product-grid {
    display: none; }
.bundles-accordion .disabled {
  border-bottom: 3px solid #1a1a1a;
  margin-top: 40px;
  color: #808080; }
  .bundles-accordion .disabled .product-option-type-heading,
  .bundles-accordion .disabled .product-colour-chips {
    display: none; }
  .bundles-accordion .disabled .product-option-group.selectable, .bundles-accordion .disabled .product-option-group.multi-selectable,
  .bundles-accordion .disabled .product-option-group .product-grid {
    display: none; }
.bundles-accordion .buying-options .product-option-type .disabled-add-to-cart,
.bundles-accordion .buying-options .product-option-type .add-to-cart {
  border-top: none; }

#basket-message {
  background: #000;
  color: #B2B2B2;
  border-radius: 3px;
  padding: 10px;
  margin: 20px 0;
  font-family: "Barlow Condensed", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 10px;
  font-size: 1.0rem; }
  #basket-message p {
    margin: 0; }
    #basket-message p [class^="icon-"], #basket-message p [class*=" icon-"] {
      font-size: 22px;
      font-size: 2.2rem;
      vertical-align: middle;
      margin-right: 5px; }

#checkout-process {
  font-size: 12px;
  font-size: 1.2rem;
  border-bottom: 2px solid #B2B2B2;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 20px; }
  @media (max-width: 499px) {
    #checkout-process {
      font-size: 9px;
      font-size: 0.9rem; } }
  #checkout-process .sign-in-link {
    background: #f0f0f0;
    color: #000;
    padding: 4px 10px; }
    #checkout-process .sign-in-link:visited {
      color: #000; }
    #checkout-process .sign-in-link:focus {
      color: #E71E00; }
    #checkout-process .sign-in-link:hover {
      color: #E71E00; }
    #checkout-process .sign-in-link:active {
      color: #E71E00; }
    #checkout-process .sign-in-link:hover, #checkout-process .sign-in-link:focus {
      text-decoration: none; }
  #checkout-process .checkout-process-item {
    color: #000;
    border-bottom: 2px solid;
    margin-left: 20px; }
    @media (max-width: 499px) {
      #checkout-process .checkout-process-item {
        margin-left: 10px; } }
  #checkout-process a.checkout-process-item {
    color: #E71E00; }
    #checkout-process a.checkout-process-item:visited {
      color: #E71E00; }
    #checkout-process a.checkout-process-item:focus {
      color: #000; }
    #checkout-process a.checkout-process-item:hover {
      color: #000; }
    #checkout-process a.checkout-process-item:active {
      color: #000; }
    #checkout-process a.checkout-process-item:hover, #checkout-process a.checkout-process-item:focus {
      text-decoration: none; }

#basket-header {
  border-bottom: 3px solid #000; }
  @media (max-width: 767px) {
    #basket-header h3 {
      margin: 10px 0 0 0; } }
  @media (min-width: 768px) {
    #basket-header h3 {
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline;
      width: 54%;
      margin: 20px -4px 20px 0; } }
  #basket-header .badges {
    font-family: "Barlow Condensed", Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin: 10px 0; }
    @media (min-width: 768px) {
      #basket-header .badges {
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        *zoom: 1;
        *display: inline;
        width: 46%;
        text-align: right; } }
    #basket-header .badges span {
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline; }
      @media (min-width: 768px) {
        #basket-header .badges span {
          font-size: 18px;
          font-size: 1.8rem;
          margin-right: 10px; } }
    #basket-header .badges a {
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline;
      border: 1px solid #B2B2B2;
      margin-left: 10px; }
      @media (max-width: 767px) {
        #basket-header .badges a img {
          height: 40px; } }
      @media (min-width: 768px) {
        #basket-header .badges a img {
          height: 60px; } }

@media (max-width: 499px) {
  .basket-headings {
    display: none; } }
@media (min-width: 500px) {
  .basket-headings {
    font-family: "Barlow Condensed", Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    padding: 20px 0 10px 0;
    border-bottom: 1px solid #B2B2B2; } }
  @media (min-width: 500px) and (min-width: 768px) {
    .basket-headings {
      font-size: 18px;
      font-size: 1.8rem; } }

@media (min-width: 500px) {
  .cart-image,
  .cart-name,
  .cart-quantity,
  .cart-each,
  .cart-total,
  .cart-remove {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    margin-right: -4px; } }
@media (min-width: 500px) and (max-width: 991px) {
  .cart-image {
    width: 10%; } }
@media (min-width: 500px) and (min-width: 992px) {
  .cart-image {
    width: 15%; } }

@media (min-width: 500px) {
  .cart-name {
    padding-left: 20px; } }
  @media (min-width: 500px) and (max-width: 991px) {
    .cart-name {
      width: 35.5%; } }
  @media (min-width: 500px) and (min-width: 992px) {
    .cart-name {
      width: 45%; } }

@media (min-width: 500px) {
  .cart-quantity {
    text-align: center; } }
  @media (min-width: 500px) and (max-width: 991px) {
    .cart-quantity {
      width: 21.5%; } }
  @media (min-width: 500px) and (min-width: 992px) {
    .cart-quantity {
      width: 12%; } }

@media (min-width: 500px) {
  .cart-each {
    text-align: center; } }
  @media (min-width: 500px) and (max-width: 991px) {
    .cart-each {
      width: 14%; } }
  @media (min-width: 500px) and (min-width: 992px) {
    .cart-each {
      width: 12%; } }

@media (min-width: 500px) {
  .cart-total {
    text-align: center; } }
  @media (min-width: 500px) and (max-width: 991px) {
    .cart-total {
      width: 14%; } }
  @media (min-width: 500px) and (min-width: 992px) {
    .cart-total {
      width: 12%; } }

@media (min-width: 500px) and (max-width: 991px) {
  .cart-remove {
    width: 5%; } }
@media (min-width: 500px) and (min-width: 992px) {
  .cart-remove {
    width: 4%; } }

.basket-row {
  border-bottom: 1px solid #B2B2B2;
  font-family: "Barlow Condensed", Arial, sans-serif; }
  @media (max-width: 499px) {
    .basket-row {
      *zoom: 1;
      position: relative; }
      .basket-row:after {
        content: "";
        display: table;
        clear: both; } }
  @media (min-width: 768px) {
    .basket-row {
      font-size: 18px;
      font-size: 1.8rem; } }
  .basket-row .cart-image,
  .basket-row .cart-name,
  .basket-row .cart-quantity,
  .basket-row .cart-each,
  .basket-row .cart-total,
  .basket-row .cart-remove {
    padding: 5px 0; }
  .basket-row .cart-quantity {
    text-align: center; }
    .basket-row .cart-quantity .minus,
    .basket-row .cart-quantity .plus {
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline;
      background: #DDD;
      line-height: 20px;
      width: 20px;
      border-radius: 50%;
      cursor: pointer; }
    .basket-row .cart-quantity .quantity {
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline;
      background: #808080;
      border-radius: 50%;
      color: #fff;
      margin: 0 5px; }
      @media (max-width: 991px) {
        .basket-row .cart-quantity .quantity {
          font-size: 18px;
          font-size: 1.8rem;
          line-height: 40px;
          width: 40px; } }
      @media (min-width: 992px) {
        .basket-row .cart-quantity .quantity {
          font-size: 22px;
          font-size: 2.2rem;
          line-height: 60px;
          width: 60px; } }
  .basket-row .cart-name {
    padding-left: 20px; }
  .basket-row .cart-remove {
    color: #808080;
    cursor: pointer;
    text-align: center; }
    @media (max-width: 991px) {
      .basket-row .cart-remove {
        line-height: 74px; } }
    @media (min-width: 992px) {
      .basket-row .cart-remove {
        line-height: 95px; } }
  .basket-row:hover .cart-quantity .minus, .basket-row:focus .cart-quantity .minus {
    background: #E71E00; }
    .basket-row:hover .cart-quantity .minus:hover, .basket-row:hover .cart-quantity .minus:focus, .basket-row:focus .cart-quantity .minus:hover, .basket-row:focus .cart-quantity .minus:focus {
      background: #FF634E; }
  .basket-row:hover .cart-quantity .quantity, .basket-row:focus .cart-quantity .quantity {
    background: #000; }
  .basket-row:hover .cart-quantity .plus, .basket-row:focus .cart-quantity .plus {
    background: #009100; }
    .basket-row:hover .cart-quantity .plus:hover, .basket-row:hover .cart-quantity .plus:focus, .basket-row:focus .cart-quantity .plus:hover, .basket-row:focus .cart-quantity .plus:focus {
      background: #49c549; }
  .basket-row:hover .cart-remove, .basket-row:focus .cart-remove {
    background: #E71E00;
    color: #fff; }
    .basket-row:hover .cart-remove:hover, .basket-row:hover .cart-remove:focus, .basket-row:focus .cart-remove:hover, .basket-row:focus .cart-remove:focus {
      background: #FF634E; }
  @media (max-width: 499px) {
    .basket-row .cart-image {
      float: left;
      width: 30%; }
    .basket-row .cart-name {
      float: left;
      width: 70%; }
    .basket-row .cart-quantity {
      float: left;
      width: 34%; }
    .basket-row .cart-each,
    .basket-row .cart-total {
      float: left;
      width: 18%;
      margin-top: 10px;
      text-align: right; }
    .basket-row .cart-remove {
      position: absolute;
      top: 0;
      right: 0;
      width: 20px;
      line-height: 20px; } }

#shippingOptionsTitle {
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.8rem;
  margin-top: 40px; }
  #shippingOptionsTitle img {
    margin-right: 10px; }

#shippingOptions {
  *zoom: 1; }
  #shippingOptions:after {
    content: "";
    display: table;
    clear: both; }
  #shippingOptions .shippingOption {
    float: left;
    height: 0;
    background-color: #DDD;
    color: #fff;
    font-family: "Barlow Condensed", Arial, sans-serif; }
    @media (max-width: 600px) {
      #shippingOptions .shippingOption {
        width: 48%;
        padding: 0 20px 24% 20px;
        margin-bottom: 4%;
        min-height: 120px; }
        #shippingOptions .shippingOption:nth-of-type(2n+1) {
          clear: left;
          margin-right: 4%; } }
    @media (min-width: 601px) and (max-width: 991px) {
      #shippingOptions .shippingOption {
        width: 23.5%;
        padding: 0 20px 23.5% 20px;
        margin-right: 2%; }
        #shippingOptions .shippingOption:last-of-type {
          margin-right: 0; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      #shippingOptions .shippingOption {
        width: 20%;
        padding: 0 20px 20% 20px;
        margin-right: 2%; }
        #shippingOptions .shippingOption:last-of-type {
          margin-right: 0; } }
    @media (min-width: 1200px) {
      #shippingOptions .shippingOption {
        width: 15%;
        padding: 0 20px 15% 20px;
        margin-right: 2%; }
        #shippingOptions .shippingOption:last-of-type {
          margin-right: 0; } }
    #shippingOptions .shippingOption .shippingType {
      text-transform: uppercase;
      font-size: 14px;
      font-size: 1.4rem; }
      @media (max-width: 991px) {
        #shippingOptions .shippingOption .shippingType {
          margin: 20px 0 0 0; } }
      @media (min-width: 992px) {
        #shippingOptions .shippingOption .shippingType {
          margin: 20px 0 20px 0; } }
    #shippingOptions .shippingOption .shippingTime {
      font-size: 12px;
      font-size: 1.2rem; }
    @media (min-width: 768px) {
      #shippingOptions .shippingOption h3 {
        font-size: 40px;
        font-size: 4.0rem; } }

#estimatedDelivery {
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
  margin: 20px 0; }

#promo-code,
#donate-amount {
  display: inline-block;
  vertical-align: top;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 48%;
  margin-right: -4px; }
  #promo-code h5,
  #donate-amount h5 {
    text-transform: uppercase;
    font-size: 18px;
    font-size: 1.8rem; }
  #promo-code fieldset,
  #donate-amount fieldset {
    border: 1px solid #B2B2B2; }

#donate-amount {
  margin-left: 4%; }

.header-3x__grid {
  display: grid;
  grid-template-areas: "header-3x__main header-3x__main" "header-3x__left header-3x__right";
  grid-template-columns: repeat(2, 1fr); }

.header-3x__main {
  grid-area: header-3x__main;
  display: grid;
  grid-template-areas: "header-3x__main-cell"; }

.header-3x__main picture,
.header-3x__main img {
  grid-area: header-3x__main-cell;
  width: 100%; }

.header-3x__main .container {
  grid-area: header-3x__main-cell;
  display: flex;
  align-items: center; }
  @media (max-width: 767px) {
    .header-3x__main .container {
      width: 100%; } }

.header-3x__main .container .light {
  color: #fff; }
  @media (min-width: 768px) {
    .header-3x__main .container .light h1 {
      font-size: 28px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .header-3x__main .container .light h1 {
      font-size: 22px; } }
  @media (max-width: 767px) {
    .header-3x__main .container .light h1 {
      font-size: 18px; } }
  .header-3x__main .container .light h1 .suffix {
    color: #fff; }
  .header-3x__main .container .light .slidetext {
    line-height: 100%;
    font-weight: 700;
    font-family: 'Roboto Condensed', Arial, sans-serif; }
    @media (min-width: 768px) {
      .header-3x__main .container .light .slidetext {
        font-size: 22px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .header-3x__main .container .light .slidetext {
        font-size: 16px; } }
    @media (max-width: 767px) {
      .header-3x__main .container .light .slidetext {
        font-size: 14px; } }
  .header-3x__main .container .light .btn.outline {
    background: none;
    border: 2px solid #f2f2f2;
    color: #f2f2f2;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 700;
    font-family: 'Roboto Condensed', Arial, sans-serif;
    transition: background 0.3s ease,  border-color 0.3s ease; }
    @media (min-width: 768px) {
      .header-3x__main .container .light .btn.outline {
        padding: 12px 22px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .header-3x__main .container .light .btn.outline {
        padding: 8px 18px; } }
    @media (max-width: 767px) {
      .header-3x__main .container .light .btn.outline {
        padding: 6px 14px;
        font-size: 12px; } }
    .header-3x__main .container .light .btn.outline:hover, .header-3x__main .container .light .btn.outline:focus {
      background: #1a1a1a;
      border-color: #1a1a1a; }

.header-3x__left {
  grid-area: header-3x__left; }

.header-3x__right {
  grid-area: header-3x__right; }

.header-3x__left picture,
.header-3x__left img,
.header-3x__right picture,
.header-3x__right img {
  width: 100%; }

.products__grid {
  display: grid; }
  @media (max-width: 767px) {
    .products__grid {
      grid-template-areas: "products__aside" "products__main"; } }
  @media (min-width: 768px) {
    .products__grid {
      grid-template-areas: "products__aside products__main";
      grid-template-columns: 200px 1fr;
      grid-gap: 35px; } }

.products__main {
  grid-area: products__main; }

.products__intro {
  border-bottom: 2px solid #ccc; }

.products__items {
  display: flex;
  flex-wrap: wrap; }
  @media (max-width: 991px) {
    .products__items {
      margin: 8px -8px; } }
  @media (min-width: 992px) {
    .products__items {
      margin: 10px -15px; } }

.product__item {
  text-align: center; }
  @media (max-width: 991px) {
    .product__item {
      width: calc(50% - 16px);
      margin: 8px; } }
  @media (min-width: 992px) {
    .product__item {
      width: calc(25% - 30px);
      margin: 15px; } }

@media (min-width: 992px) {
  .products__grid--no-filter .product__item {
    width: calc(25% - 30px); } }

.product__img {
  display: block;
  position: relative;
  margin-bottom: 16px;
  transition: opacity 0.3s ease; }
  .product__img:before {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e97a";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    margin-top: -12px;
    margin-left: -12px;
    font-size: 2.4rem;
    color: #ccc;
    animation: loading 1s linear infinite; }
  .product__img img {
    position: relative; }
  .product__img:hover, .product__img:focus {
    opacity: 0.5; }

.product__item--2x {
  text-align: left; }
  @media (max-width: 991px) {
    .product__item--2x {
      width: calc(100% - 16px); } }
  @media (min-width: 992px) {
    .product__item--2x {
      width: calc(50% - 30px); } }

@media (min-width: 992px) {
  .products__grid--no-filter .product__item--2x {
    width: calc(40% - 30px); } }

.product__img--2x {
  float: left;
  position: relative;
  transition: opacity 0.3s ease; }
  @media (max-width: 991px) {
    .product__img--2x {
      width: calc(50% - 8px);
      margin-right: 8px; } }
  @media (min-width: 992px) {
    .product__img--2x {
      width: calc(50% - 15px);
      margin-right: 15px; } }
  .product__img--2x:before {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e97a";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    margin-top: -12px;
    margin-left: -12px;
    font-size: 2.4rem;
    color: #ccc;
    animation: loading 1s linear infinite; }
  .product__img--2x img {
    position: relative; }
  .product__img--2x:hover, .product__img--2x:focus {
    opacity: 0.5; }

[class^="product__flag"]:after, [class*=" product__flag"]:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 35%;
  height: 35%;
  max-width: 75px;
  max-height: 75px; }

.product__flag--new:after {
  background: url("/assets/adig/img/product-flags/new-flag.png") top right no-repeat;
  background-size: contain; }

.product__flag--uk:after {
  background: url("/assets/adig/img/product-flags/uk-flag.png") top right no-repeat;
  background-size: contain; }

.product__flag--uk-2:after {
  background: url("/assets/adig/img/product-flags/uk-flag-2.png") top right no-repeat;
  background-size: contain; }

.product__flag--award-winning:after {
  background: url("/assets/adig/img/product-flags/award-winning-flag.png") top right no-repeat;
  background-size: contain; }

.product__flag--low-stock:after {
  background: url("/assets/adig/img/product-flags/low-stock-flag.png") top right no-repeat;
  background-size: contain; }

.product__flag--pre-order:after {
  background: url("/assets/adig/img/product-flags/pre-order-flag.png") top right no-repeat;
  background-size: contain; }

.product__flag--clearance:after {
  background: url("/assets/adig/img/product-flags/clearance-flag.png") top right no-repeat;
  background-size: contain; }

.product__flag--finance:after {
  background: url("/assets/adig/img/product-flags/finance-flag.png") top right no-repeat;
  background-size: contain; }

.product__flag--preview:after {
  background: url("/assets/adig/img/product-flags/preview-flag.png") top right no-repeat;
  background-size: contain; }

.product__flag--sold-out:after {
  background: url("/assets/adig/img/product-flags/sold-out-flag.png") top right no-repeat;
  background-size: contain; }

.product__text {
  float: left; }
  @media (max-width: 991px) {
    .product__text {
      width: calc(50% - 8px);
      margin-left: 8px; } }
  @media (min-width: 992px) {
    .product__text {
      width: calc(50% - 15px);
      margin-left: 15px; } }

.product__title {
  font-size: 1.6rem;
  margin: 0 0 4px 0; }

.product__title a {
  color: #000; }

.product__summary {
  font-size: 1.3rem;
  margin-top: 10px; }

.product__price {
  font-size: 1.4rem;
  margin-bottom: 8px;
  font-weight: bold; }

.product__price span {
  display: block; }

.product__price--sale {
  color: #E71E00;
  font-weight: bold; }

.product__price--old,
.product__pre-order-date,
.product__finance-info {
  color: #666;
  font-size: 1.1rem; }

.product__stars {
  color: #5f5f5f;
  font-size: 1.2rem; }

.product__stars span {
  margin-right: 3px; }

.product__image-options {
  font-size: 2.4rem;
  margin-top: 4px; }

.product__image-option {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  margin: 0 3px;
  transition: opacity 0.3s ease; }
  .product__image-option:hover, .product__image-option:focus {
    text-decoration: none;
    opacity: 0.7; }

a.colour-anthracite {
  color: #454655; }

a.colour-apple {
  color: #75AD4D; }

a.colour-aqua {
  color: #00CCFF; }

a.colour-aubergine,
a.colour-eggplant,
a.colour-egg-plant {
  color: #330033; }

a.colour-azur {
  color: #0093C2; }

a.colour-black,
a.colour-cordura-black,
a.colour-black--back-,
a.colour-black--front- {
  color: #000; }

a.colour-black-bluejay {
  color: #201F24; }

a.colour-black-denim {
  color: #232323; }

a.colour-blaze,
a.colour-flame {
  color: #FF5405; }

a.colour-blue,
a.colour-reef,
a.colour-blue-grey {
  color: #0099CC; }

a.colour-bottle-green {
  color: #275444; }

a.colour-brick {
  color: #A6443C; }

a.colour-burgundy {
  color: #682B34; }

a.colour-camelia-pink {
  color: #E6567C; }

a.colour-cameo-pink {
  color: #F2BAC7; }

a.colour-caribbean-blue {
  color: #ADDAD6; }

a.colour-chalk,
a.colour-chalk-contrast {
  color: #FAF2EB; }

a.colour-charcoal {
  color: #464646; }

a.colour-chilli,
a.colour-chilli-steel,
a.colour-red,
a.colour-tomato {
  color: #B82334; }

a.colour-chocolate {
  color: #473931; }

a.colour-citadel-blue {
  color: #698490; }

a.colour-coral {
  color: #E37B73; }

a.colour-cream {
  color: #EAE6E5; }

a.colour-cream-heather-blue {
  color: #A7B6D5; }

a.colour-cream-heather-grey {
  color: #E6E6E6; }

a.colour-cream-heather-pink {
  color: #F3D6D6; }

a.colour-dandelion {
  color: #FFFF00; }

a.colour-dark-heather-blue {
  color: #414D5D; }

a.colour-dark-heather-burgundy {
  color: #661E2C; }

a.colour-dark-heather-denim {
  color: #283A48; }

a.colour-dark-heather-grey {
  color: #3A3A3A; }

a.colour-dark-heather-indigo,
a.colour-heather-indigo,
a.colour-heather-indigo--back-,
a.colour-heather-indigo--back- {
  color: #1A3F78; }

a.colour-dark-heather-teal {
  color: #095362; }

a.colour-dark-indigo-denim {
  color: #293D5E; }

a.colour-deep-ocean,
a.colour-ocean {
  color: #2D90D2; }

a.colour-deep-royal-blue {
  color: #05386A; }

a.colour-easy-blue,
a.colour-easy-blue-and-steel,
a.colour-easy-blue-and-space-grey {
  color: #E6FFFF; }

a.colour-eucalyptus {
  color: #5B9C9F; }

a.colour-flamingo,
a.colour-flamingo-and-steel {
  color: #E60073; }

a.colour-flamingo-pink {
  color: #F0807B; }

a.colour-flo-orange {
  color: #FF5C33; }

a.colour-fontainbleau,
a.colour-fontainebleau {
  color: #3333FF; }

a.colour-forest,
a.colour-light-green {
  color: #006600; }

a.colour-french-navy {
  color: #14152A; }

a.colour-gargoyle-peel {
  color: #B3B398; }

a.colour-granite {
  color: #5A5D67; }

a.colour-grape,
a.colour-grape--back-,
a.colour-grape--front- {
  color: #5A333F; }

a.colour-green {
  color: #51AF5E; }

a.colour-seagrass {
  color: #6a828e; }

a.colour-greenbottle {
  color: #339933; }

a.colour-grey,
a.colour-grey-green,
a.colour-tarmac,
a.colour-tarmac-and-nemo,
a.colour-tarmac-and-nemo-blue {
  color: #404040; }

a.colour-grey-violet {
  color: #CBCEC8; }

a.colour-heather-ash {
  color: #E2E1E2; }

a.colour-heather-black-denim {
  color: #323238; }

a.colour-heather-grey {
  color: #BEBAB6; }

a.colour-hibiscus {
  color: #E83D45; }

a.colour-hot-coral {
  color: #EA5754; }

a.colour-india-ink-grey {
  color: #2A3E4B; }

a.colour-iris-yellow {
  color: #FBF29B; }

a.colour-jaffa,
a.colour-cordura-jaffa {
  color: #EB7D49; }

a.colour-kelp,
a.colour-steel-and-kelp {
  color: #003300; }

a.colour-khaki {
  color: #545347; }

a.colour-la-gomera {
  color: #221122; }

a.colour-lego {
  color: #1AA3FF; }

a.colour-light-heather-lilac {
  color: #BDC3DA; }

a.colour-light-heather-yellow {
  color: #F5E1A2; }

a.colour-light-indigo-denim,
a.colour-denim-and-space-grey {
  color: #6C93B7; }

a.colour-light-khaki {
  color: #7A7A6A; }

a.colour-linen-grey {
  color: #53575B; }

a.colour-linen-mid-heather-grey {
  color: #91928D; }

a.colour-lupin {
  color: #E0E0E0; }

a.colour-maize-yellow {
  color: #F3CF55; }

a.colour-marble-slab-heather-black {
  color: #767575; }

a.colour-mid-grey-denim {
  color: #72736D; }

a.colour-heather-blue,
a.colour-mid-heather-blue,
a.colour-heather-blue--back-,
a.colour-heather-blue--front- {
  color: #6285AB; }

a.colour-mid-heather-green {
  color: #78A294; }

a.colour-mid-heather-grey {
  color: #7F7F7F; }

a.colour-mid-heather-khaki {
  color: #5B5F4A; }

a.colour-mid-heather-red,
a.colour-heather-red--back-,
a.colour-heather-red--front- {
  color: #D65F5A; }

a.colour-mid-heather-teal {
  color: #046C6F; }

a.colour-mid-indigo-denim {
  color: #305077; }

a.colour-mint-green {
  color: #77C3AB; }

a.colour-natural {
  color: #F6EAD1; }

a.colour-navy {
  color: #2F354A; }

a.colour-nemo,
a.colour-nemo-and-tarmac,
a.colour-nemo-blue,
a.colour-nemo-blue-and-tarmac,
a.colour-nemo-steel {
  color: #0F388A; }

a.colour-neongreen {
  color: #00FF00; }

a.colour-nude {
  color: #B1A69D; }

a.colour-ocean-depth {
  color: #005E70; }

a.colour-online-lime {
  color: #33CC33; }

a.colour-opal {
  color: #999B9D; }

a.colour-orange {
  color: #DD4130; }

a.colour-pale-peach {
  color: #F8CEB4; }

a.colour-paradise-green {
  color: #B0D498; }

a.colour-paprika {
  color: #AE3333; }

a.colour-plum {
  color: #534060; }

a.colour-purple {
  color: #6557A1; }

a.colour-raspberry {
  color: #CE3A73; }

a.colour-rocket {
  color: #468B24; }

a.colour-royal-blue {
  color: #0B579D; }

a.colour-royal-blue-denim {
  color: #4D74B5; }

a.colour-seaweed {
  color: #F5E6D6; }

a.colour-sky-blue {
  color: #93B9E0; }

a.colour-slate {
  color: #515252; }

a.colour-slub-black-heather-grey {
  color: #9E9F9E; }

a.colour-slub-dark-heather-grey {
  color: #2D3235; }

a.colour-slub-heather-blue {
  color: #9CA1AA; }

a.colour-slub-heather-charcoal {
  color: #35302D; }

a.colour-slub-heather-grey {
  color: #999491; }

a.colour-slub-heather-steel-grey {
  color: #5C5252; }

a.colour-slub-mid-heather-clay {
  color: #9A9082; }

a.colour-slub-mid-heather-grey {
  color: #6B6764; }

a.colour-snow-dark-heather-blue {
  color: #3E4F63; }

a.colour-spectra-yellow {
  color: #FAB500; }

a.colour-stargazer {
  color: #224E59; }

a.colour-stealth {
  color: #112215; }

a.colour-steel {
  color: #C0C0C0; }

a.colour-stone {
  color: #EBEBE0; }

a.colour-stretch-limo {
  color: #242577; }

a.colour-sudan-brown {
  color: #BF792E; }

a.colour-sun-coral {
  color: #EE7862; }

a.colour-sunny-lime {
  color: #F8F08F; }

a.colour-surf {
  color: #3890AD; }

a.colour-surf-slate {
  color: #3890AD; }

a.colour-teal {
  color: #394B57; }

a.colour-turkish-delight {
  color: #A2116D; }

a.colour-turquoise {
  color: #7FC9CE; }

a.colour-vino {
  color: #5D1035; }

a.colour-vintage-white {
  color: #F7F1EC; }

a.colour-vivid-green {
  color: #00A887; }

a.colour-walnut {
  color: #817468; }

a.colour-white {
  color: #fff; }

a.colour-yellow {
  color: #F4EA25; }

a.colour-zest {
  color: #E2E236; }

a.icon-camera {
  color: #000; }

.products__aside {
  grid-area: products__aside; }

.products__grid--no-filter .products__aside {
  display: none; }

.products__aside h3 {
  font-size: 1.6rem;
  border-bottom: 2px solid #ccc;
  padding-bottom: 8px; }
  @media (max-width: 767px) {
    .products__aside h3 {
      text-align: center;
      background: #ccc;
      padding: 15px;
      color: #000;
      border: 0;
      cursor: pointer; }
      .products__aside h3:hover, .products__aside h3:focus {
        background: #E71E00;
        color: #fff; } }

@media (max-width: 767px) {
  .products__filter {
    height: 0;
    overflow: hidden;
    margin-bottom: 0; }
    .products__filter.products__filter--show {
      height: auto;
      overflow: unset;
      margin-bottom: 10px; } }
.products__filter > ul {
  list-style: none;
  padding-left: 0; }
.products__filter b {
  display: block;
  margin-bottom: 5px; }
.products__filter label {
  display: block;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 7px 0;
  border-bottom: 1px dotted #dadada;
  transition: color 0.3s ease; }
  .products__filter label:hover, .products__filter label:focus {
    color: #E71E00; }
.products__filter input[type="reset"] {
  border: none;
  border-radius: 3px;
  padding: 12px 24px;
  text-transform: uppercase;
  font-weight: bold;
  background: #E71E00;
  color: #fff;
  margin: 20px 0;
  display: block;
  width: 100%;
  transition: background 0.3s ease; }
  .products__filter input[type="reset"]:hover, .products__filter input[type="reset"]:focus {
    background: #1a1a1a;
    color: #fff; }

.products__filter-group {
  list-style: none;
  padding-left: 0; }
  @media (max-width: 767px) {
    .products__filter-group {
      margin-bottom: 10px; } }
  @media (min-width: 768px) {
    .products__filter-group {
      margin-bottom: 30px; } }
  .products__filter-group label {
    padding-left: 20px; }

.filter__label {
  padding-left: 5px; }

.load-more {
  background: #E71E00;
  color: #fff;
  padding: 10px;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1;
  margin-bottom: 30px; }

.icon-spinner {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-right: 6px;
  font-size: 2.4rem;
  animation: loading 1s linear infinite; }

.knowledge__grid {
  display: flex;
  flex-wrap: wrap; }

.knowledge__article {
  background: #f0f0f0;
  align-self: stretch;
  position: relative;
  padding-bottom: 30px;
  border-right: 1px solid #ccc; }
  @media (min-width: 768px) {
    .knowledge__article {
      width: 25%; } }
  @media (min-width: 500px) and (max-width: 767px) {
    .knowledge__article {
      width: 50%; } }
  @media (max-width: 499px) {
    .knowledge__article {
      width: 100%; } }

.knowledge__img {
  transition: opacity 0.3s ease;
  display: block; }
  .knowledge__img:hover, .knowledge__img:focus {
    opacity: 0.5; }

.knowledge__content {
  padding: 20px; }

.knowledge__content h4 {
  font-size: 1.6rem;
  margin: 0 0 10px 0;
  color: #000; }

.knowledge__content p {
  font-size: 1.3rem; }

.knowledge__content a.button-link {
  position: absolute;
  bottom: 20px; }

h2.section__header {
  background: #E71E00;
  color: #fff;
  text-align: center;
  margin: 0;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: normal;
  font-family: Helvetica, Arial, sans-serif;
  padding: 15px; }

.gallery__grid {
  display: flex;
  flex-wrap: wrap; }

.gallery__img {
  display: block;
  transition: opacity 0.3s ease; }
  .gallery__img:hover, .gallery__img:focus {
    opacity: 0.5; }
  @media (max-width: 767px) {
    .gallery__img {
      width: calc(100% / 3); } }
  @media (min-width: 768px) and (max-width: 991px) {
    .gallery__img {
      width: calc(100% / 4); } }
  @media (min-width: 992px) {
    .gallery__img {
      width: calc(100% / 6); } }
  .gallery__img img {
    display: block; }

@media (min-width: 768px) {
  .header-with-text {
    display: grid;
    grid-template-areas: "header-with-text"; } }

.header-with-text__img {
  width: 100%; }
  @media (min-width: 768px) {
    .header-with-text__img {
      grid-area: header-with-text; } }

@media (max-width: 767px) {
  .header-with-text .container {
    background: #f0f0f0;
    width: 100%; } }
@media (min-width: 768px) {
  .header-with-text .container {
    grid-area: header-with-text;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    z-index: 1; } }

@media (max-width: 767px) {
  .header-with-text__content {
    padding: 1px 5px 10px 5px; } }
@media (min-width: 768px) {
  .header-with-text__content {
    background: #f0f0f0;
    width: 400px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .header-with-text__content {
    padding: 40px 20px 10px 20px; } }
@media (min-width: 992px) {
  .header-with-text__content {
    padding: 80px 20px 10px 20px; } }

.header-with-text__content h1 {
  margin-bottom: 14px; }

@media (max-width: 767px) {
  .scrollable__articles {
    padding: 8px 0 15px 0; } }
@media (min-width: 768px) {
  .scrollable__articles {
    padding: 15px 0; } }

.scrollable__article h3 {
  text-align: center;
  font-size: 1.6rem;
  margin: 0; }
  .scrollable__article h3 a {
    color: #000; }

.scrollable__img {
  display: block;
  margin-bottom: 16px;
  transition: opacity 0.3s ease; }
  .scrollable__img:hover, .scrollable__img:focus {
    opacity: 0.5; }

.grey-content {
  background: #f0f0f0;
  padding-bottom: 10px; }

.range-6x__grid {
  display: flex; }
  @media (max-width: 767px) {
    .range-6x__grid {
      flex-wrap: wrap; } }

.range-6x__item {
  display: block;
  transition: opacity 0.3s ease; }
  .range-6x__item:hover, .range-6x__item:focus {
    opacity: 0.5; }
  @media (max-width: 499px) {
    .range-6x__item {
      width: calc(100% / 2); } }
  @media (min-width: 500px) and (max-width: 767px) {
    .range-6x__item {
      width: calc(100% / 3); } }
  @media (min-width: 768px) {
    .range-6x__item {
      width: calc(100% / 6); } }
  .range-6x__item img {
    display: block; }

@media (min-width: 992px) {
  .col-3x {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; } }

@media (max-width: 767px) {
  .col-3x__item {
    margin: 20px 0; } }
@media (min-width: 768px) {
  .col-3x__item {
    margin: 30px 0; } }
@media (min-width: 768px) and (max-width: 991px) {
  .col-3x__item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; } }
@media (min-width: 992px) {
  .col-3x__item {
    width: calc(33.333% - 33px); } }

.col-3x__img {
  display: block; }
  @media (max-width: 767px) {
    .col-3x__img {
      margin-bottom: 20px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .col-3x__img {
      width: calc(50% - 15px); } }
  @media (min-width: 992px) {
    .col-3x__img {
      margin-bottom: 30px; } }

a.col-3x__img {
  transition: opacity 0.3s ease; }
  a.col-3x__img:hover, a.col-3x__img:focus {
    opacity: 0.5; }
  a.col-3x__img img {
    display: block; }

@media (min-width: 768px) and (max-width: 991px) {
  .col-3x__content {
    width: calc(50% - 15px); } }

.complex__grid {
  margin: 30px 0;
  display: grid; }
  @media (max-width: 767px) {
    .complex__grid {
      grid-template-columns: repeat(3, 1fr);
      grid-template-rows: repeat(7, 1fr);
      grid-gap: 15px; } }
  @media (min-width: 768px) {
    .complex__grid {
      grid-template-columns: repeat(10, 1fr);
      grid-template-rows: repeat(4, 1fr); } }
  @media (min-width: 768px) and (max-width: 991px) {
    .complex__grid {
      grid-gap: 20px; } }
  @media (min-width: 992px) {
    .complex__grid {
      grid-gap: 30px; } }

@media (max-width: 767px) {
  .complex__cell-1 {
    grid-column: 1 / 3;
    grid-row: 3 / 5; } }
@media (min-width: 768px) {
  .complex__cell-1 {
    grid-column: 1 / 5;
    grid-row: 1 / 4; } }

@media (max-width: 767px) {
  .complex__cell-2 {
    grid-column: 1 / 4;
    grid-row: 1 / 3; } }
@media (min-width: 768px) {
  .complex__cell-2 {
    grid-column: 5 / 11;
    grid-row: 1 / 3; } }

@media (max-width: 767px) {
  .complex__cell-3 {
    grid-column: 3 / 4;
    grid-row: 3 / 4; } }
@media (min-width: 768px) {
  .complex__cell-3 {
    grid-column: 5 / 8;
    grid-row: 3 / 4; } }

@media (max-width: 767px) {
  .complex__cell-4 {
    grid-column: 1 / 4;
    grid-row: 5 / 7; } }
@media (min-width: 768px) {
  .complex__cell-4 {
    grid-column: 8 / 11;
    grid-row: 3 / 4; } }

@media (max-width: 767px) {
  .complex__cell-5 {
    grid-column: 3 / 4;
    grid-row: 4 / 5; } }
@media (min-width: 768px) {
  .complex__cell-5 {
    grid-column: 1 / 6;
    grid-row: 4 / 5; } }

@media (max-width: 767px) {
  .complex__cell-6 {
    grid-column: 1 / 4;
    grid-row: 7 / 8; } }
@media (min-width: 768px) {
  .complex__cell-6 {
    grid-column: 6 / 11;
    grid-row: 4 / 5; } }

[class^="complex__cell-"], [class*=" complex__cell-"] {
  background: grey; }
  [class^="complex__cell-"].has-image, [class*=" complex__cell-"].has-image {
    background: grey center center no-repeat;
    background-size: cover; }
  [class^="complex__cell-"].has-video, [class*=" complex__cell-"].has-video {
    background: black;
    display: grid; }
    [class^="complex__cell-"].has-video .video-container, [class*=" complex__cell-"].has-video .video-container {
      align-self: center; }
  [class^="complex__cell-"].has-article, [class*=" complex__cell-"].has-article {
    background: #f0f0f0; }

.cell__article {
  display: grid; }
  @media (max-width: 767px) {
    .cell__article {
      grid-template-columns: 28% 1fr; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .cell__article {
      grid-template-columns: 119px 1fr; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .cell__article {
      grid-template-columns: 155px 1fr; } }
  @media (min-width: 1200px) {
    .cell__article {
      grid-template-columns: 189px 1fr; } }

.cell__img {
  grid-column: 1 / 2;
  transition: opacity 0.3s ease; }
  .cell__img:hover, .cell__img:focus {
    opacity: 0.5; }
  .cell__img img {
    display: block; }

.cell__content {
  grid-column: 2 / 3; }
  @media (max-width: 767px) {
    .cell__content {
      padding: 15px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .cell__content {
      padding: 17px;
      width: 231px; } }
  @media (min-width: 992px) {
    .cell__content {
      padding: 20px; } }

.cell__content h4 {
  font-size: 1.6rem;
  margin: 0 0 10px 0;
  color: black; }
  @media (min-width: 768px) and (max-width: 991px) {
    .cell__content h4 {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; } }

.cell__content p {
  font-size: 1.3rem; }
  @media (min-width: 768px) and (max-width: 991px) {
    .cell__content p {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; } }

.cell__content a.button-link {
  padding: 4px 10px;
  font-size: 1.2rem; }

.complex__cell-1.scrolling {
  background-size: 120%; }

.complex__cell-3.scrolling {
  background-size: auto 120%; }

@media (max-width: 767px) {
  .complex__cell-5.scrolling {
    background-size: auto 120%; } }
@media (min-width: 768px) {
  .complex__cell-5.scrolling {
    background-size: 120% auto; } }

body.wait, body.wait * {
  cursor: progress !important; }

.table_bold {
  font-weight: bold; }

.register {
  font-weight: bold;
  font-size: 1em;
  padding-top: 2em; }

.login_warning {
  font-weight: bold;
  font-size: 2em;
  padding-top: 1em;
  color: #F00; }

.error_warning {
  font-weight: bold;
  font-size: 2em;
  padding-top: 1em;
  color: #F00; }

.small_warning {
  font-size: 0.8em;
  padding-top: 1em; }

.update_link {
  font-size: 1.0em;
  padding-top: 1em;
  display: inline;
  padding-right: 150px; }

.update_link2 {
  font-size: 1.0em;
  padding-top: 1em;
  display: inline;
  padding-right: 30px; }

.error_input {
  background-color: #FFAEAE; }

.account_button {
  padding-right: 150px !important;
  display: inline; }

.button_group {
  width: 700px; }

.account_address {
  position: relative;
  overflow: hidden;
  clear: left;
  margin-bottom: 0.9em;
  padding: 5px;
  border: thin solid #DDD; }

.account_address_left {
  width: 130px;
  float: left; }

.account_address_links {
  width: 180px;
  float: right;
  position: absolute;
  bottom: 5px;
  left: 140px; }

.account_address_default {
  font-weight: bold;
  margin-left: 135px;
  color: #F00; }

.contact {
  font-weight: bold;
  color: #333; }

.postcode {
  font-weight: bold; }

.country {
  font-weight: bold;
  font-size: 1.1em; }

.account-group {
  margin-bottom: 0.7em;
  width: 700px; }

.account-group label {
  margin-bottom: 0em;
  color: #666; }

#order_border {
  clear: left;
  border-bottom: 2px solid #B2B2B2;
  padding-bottom: 20px; }

#orders {
  clear: left;
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
  padding-bottom: 20px;
  padding-top: 20px;
  width: 100%; }

#orders h3 {
  margin: 0 0 20px 0;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 500;
  padding: 5px 0;
  font-size: 24px;
  font-size: 2.4rem; }

@media (min-width: 768px) and (max-width: 991px) {
  #orders h3 {
    font-size: 20px;
    font-size: 2.0rem; } }
.order {
  padding-bottom: 10px;
  padding-top: 10px;
  text-transform: none; }
  @media (max-width: 767px) {
    .order {
      font-size: 0.7rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .order {
      font-size: 1.6rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .order {
      font-size: 1.8rem; } }
  @media (min-width: 1200px) {
    .order {
      font-size: 1.8rem; } }

.order:hover {
  background-color: #6fb20f;
  cursor: pointer; }

.order_head {
  font-weight: 800;
  text-transform: uppercase; }
  @media (max-width: 767px) {
    .order_head {
      font-size: 0.7rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .order_head {
      font-size: 1.6rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .order_head {
      font-size: 1.8rem; } }
  @media (min-width: 1200px) {
    .order_head {
      font-size: 1.8rem; } }

.order_head_code {
  padding-right: 20px;
  width: 20%;
  display: inline-block; }

.order_date {
  color: #063;
  padding-right: 10px;
  width: 15%;
  display: inline-block; }

.order_code {
  padding-right: 10px;
  width: 20%;
  display: inline-block;
  color: #03C; }

.order_code:hover {
  text-decoration: underline;
  cursor: pointer; }

.order_price {
  padding-right: 10px;
  width: 10%;
  display: inline-block; }

.order_courier {
  padding-right: 10px;
  width: 30%;
  display: inline-block; }

.order_items {
  padding-right: 10px;
  width: 10%;
  display: inline-block; }

.order_status {
  padding-right: 10px;
  width: 15%;
  display: inline-block; }

.order-title {
  text-transform: uppercase;
  font-style: italic;
  font-weight: 500;
  font-size: 24px;
  font-size: 2.4rem;
  display: inline-block;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 20px;
  margin-left: 0;
  padding-top: 5px;
  padding-right: 50px;
  padding-bottom: 5px;
  padding-left: 0; }

.order-id {
  font-weight: 300;
  font-size: 24px;
  font-size: 2.4rem;
  display: inline-block;
  text-transform: none;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 20px;
  margin-left: 0;
  padding-top: 5px;
  padding-right: 50px;
  padding-bottom: 5px;
  padding-left: 0; }

.order-date {
  margin: 0 0 20px 0;
  font-weight: 300;
  padding-top: 5px;
  padding-right: 50px;
  padding-bottom: 5px;
  padding-left: 0;
  font-size: 20px;
  font-size: 2.0rem;
  display: inline-block;
  text-transform: none; }

.sales-source {
  margin: 0 0 20px 0;
  font-weight: 300;
  padding: 5px 0;
  font-size: 20px;
  font-size: 2.0rem;
  display: inline-block;
  text-transform: none; }

.item {
  font-size: 1.2rem;
  font-weight: 700;
  padding-bottom: 10px;
  padding-top: 10px;
  text-transform: none; }

.item_head {
  font-size: 1.4rem;
  font-weight: 1000;
  text-transform: uppercase; }

.item_qty {
  padding-right: 20px;
  width: 40px;
  display: inline-block; }

.item_desc {
  padding-right: 20px;
  width: 200px;
  display: inline-block; }

.item_price {
  padding-right: 20px;
  width: 60px;
  display: inline-block; }

.line_price {
  width: 60px;
  display: inline-block; }

.item_qty2 {
  font-size: 1.4rem;
  padding-right: 20px;
  width: 40px;
  display: inline-block; }

.item_desc2 {
  font-size: 1.4rem;
  padding-right: 20px;
  width: 200px;
  display: inline-block; }

.item_price2 {
  font-size: 1.4rem;
  padding-right: 20px;
  width: 60px;
  display: inline-block; }

.line_price2 {
  font-size: 1.4rem;
  width: 60px;
  display: inline-block; }

#billing {
  padding-bottom: 20px;
  text-transform: none; }

#shipping_title {
  padding-right: 5px;
  text-transform: none;
  font-size: 1.4rem;
  display: inline-block;
  color: #F00;
  width: 60px; }

#shipping_name {
  padding-right: 5px;
  text-transform: none;
  font-size: 1.4rem;
  display: inline-block; }

#shipping_address {
  padding-right: 10px;
  text-transform: none;
  font-size: 1.4rem;
  display: inline-block;
  color: #666; }

#shipping_postcode {
  padding-right: 15px;
  text-transform: none;
  font-size: 1.4rem;
  display: inline-block; }

#shipping_country {
  padding-right: 5px;
  text-transform: none;
  font-size: 1.4rem;
  display: inline-block; }

#shipping {
  padding-bottom: 20px;
  text-transform: none;
  font-weight: bold; }

#items-total {
  width: 140px;
  float: right;
  margin-right: 80px; }

#order-delivery {
  font-size: 1.4rem;
  font-weight: 1000;
  padding-bottom: 0px;
  padding-top: 10px;
  text-transform: none;
  display: inline-block;
  width: 55px; }

#order-total {
  font-size: 1.4rem;
  font-weight: 1000;
  padding-bottom: 0px;
  padding-top: 10px;
  text-transform: none;
  display: inline-block;
  width: 55px; }

#order-delivery-price {
  font-size: 1.4rem;
  font-weight: 1000;
  padding-bottom: 0px;
  padding-top: 10px;
  text-transform: none;
  display: inline-block; }

#order-total-price {
  font-size: 1.4rem;
  font-weight: 1000;
  padding-bottom: 0px;
  padding-top: 10px;
  text-transform: none;
  display: inline-block; }

.address-title-text {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 1.4rem;
  color: #F00;
  padding-top: 10px; }

#address-summary {
  color: #777;
  border: thin solid #FFF; }

@media (max-width: 767px) {
  #address-summary {
    padding-top: 20px;
    border-top: 9px solid #f0f0f0;
    margin-bottom: 40px; } }
@media (min-width: 768px) {
  #address-summary {
    display: inline-block;
    vertical-align: top;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    width: 32%;
    margin-right: -4px;
    padding-left: 20px;
    padding-bottom: 40px; }

  #address-summary.fixed {
    position: fixed;
    margin-left: 4px; } }
@media (min-width: 768px) and (min-width: 768px) and (max-width: 991px) {
  #address-summary.fixed {
    top: 51px;
    max-width: 230px; } }
@media (min-width: 768px) and (min-width: 992px) and (max-width: 1199px) {
  #address-summary.fixed {
    top: 62px;
    max-width: 301px; } }
@media (min-width: 768px) and (min-width: 1200px) {
  #address-summary.fixed {
    top: 74px;
    max-width: 365px; } }
@media (min-width: 768px) {
  #address-summary.absolute {
    position: absolute;
    bottom: 0;
    margin-left: 4px; } }
@media (min-width: 768px) and (min-width: 768px) and (max-width: 991px) {
  #address-summary.absolute {
    max-width: 230px; } }
@media (min-width: 768px) and (min-width: 992px) and (max-width: 1199px) {
  #address-summary.absolute {
    max-width: 301px; } }
@media (min-width: 768px) and (min-width: 1200px) {
  #address-summary.absolute {
    max-width: 365px; } }
#address-summary h3 {
  margin: 0 0 20px 0;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 500;
  border-bottom: 1px solid #B2B2B2;
  padding: 5px 0;
  font-size: 24px;
  font-size: 2.4rem; }

@media (min-width: 768px) and (max-width: 991px) {
  #address-summary h3 {
    font-size: 20px;
    font-size: 2.0rem; } }
#selected-price {
  font-size: 1.4em;
  font-weight: bold;
  float: right;
  margin-right: 30px;
  margin-bottom: 30px; }

@media (max-width: 767px) {
  #billing-info-form {
    border-bottom: 2px solid #B2B2B2;
    padding-bottom: 20px; } }
@media (min-width: 768px) {
  #billing-info-form {
    display: inline-block;
    vertical-align: top;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    margin-right: -4px;
    margin-bottom: 40px;
    width: 100%;
    padding-right: 22px;
    position: relative; }

  #billing-info-form:before {
    content: "";
    border-right: 2px solid #B2B2B2;
    position: absolute;
    z-index: -1;
    right: 0;
    height: 100%; } }
@media (min-width: 500px) {
  #billing-info-form .billing-col {
    display: inline-block;
    vertical-align: top;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    width: 100%;
    margin-right: -4px; }

  #billing-info-form .billing-col:nth-of-type(2n) {
    margin-left: 3%; } }
#billing-info-form .title-icon [class^="icon-"], #billing-info-form .title-icon [class*=" icon-"] {
  display: block;
  font-size: 36px;
  font-size: 3.6rem;
  margin-bottom: 7px; }

#billing-info-form .title-icon .title-text {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 1.4rem; }

#billing-info-form .instruction-text {
  font-size: 13px;
  font-size: 1.3rem;
  color: #777; }

#billing-info-form label {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  font-size: 1.4rem; }

#billing-info-form input[type="text"],
#billing-info-form input[type="password"],
#billing-info-form input[type="tel"],
#billing-info-form input[type="email"],
#billing-info-form textarea {
  display: block;
  width: 100%;
  background: #DDD;
  border: 0;
  padding: 7px; }

#billing-info-form input[type="text"].placeholder,
#billing-info-form input[type="password"].placeholder,
#billing-info-form input[type="tel"].placeholder,
#billing-info-form input[type="email"].placeholder,
#billing-info-form textarea.placeholder {
  color: #777; }

#billing-info-form input[type="text"]:-moz-placeholder,
#billing-info-form input[type="password"]:-moz-placeholder,
#billing-info-form input[type="tel"]:-moz-placeholder,
#billing-info-form input[type="email"]:-moz-placeholder,
#billing-info-form textarea:-moz-placeholder {
  color: #777; }

#billing-info-form input[type="text"]::-moz-placeholder,
#billing-info-form input[type="password"]::-moz-placeholder,
#billing-info-form input[type="tel"]::-moz-placeholder,
#billing-info-form input[type="email"]::-moz-placeholder,
#billing-info-form textarea::-moz-placeholder {
  color: #777; }

#billing-info-form input[type="text"]:-ms-input-placeholder,
#billing-info-form input[type="password"]:-ms-input-placeholder,
#billing-info-form input[type="tel"]:-ms-input-placeholder,
#billing-info-form input[type="email"]:-ms-input-placeholder,
#billing-info-form textarea:-ms-input-placeholder {
  color: #777; }

#billing-info-form input[type="text"]::-webkit-input-placeholder,
#billing-info-form input[type="password"]::-webkit-input-placeholder,
#billing-info-form input[type="tel"]::-webkit-input-placeholder,
#billing-info-form input[type="email"]::-webkit-input-placeholder,
#billing-info-form textarea::-webkit-input-placeholder {
  color: #777; }

#billing-info-form textarea {
  height: 94px; }

#billing-info-form .blank-fieldset {
  border: 0;
  padding: 0;
  margin: 0 0 10px 0; }

#billing-info-form .blank-fieldset.error label {
  color: #E71E00; }

#billing-info-form .blank-fieldset.error input[type="text"],
#billing-info-form .blank-fieldset.error input[type="password"],
#billing-info-form .blank-fieldset.error input[type="tel"],
#billing-info-form .blank-fieldset.error input[type="email"],
#billing-info-form .blank-fieldset.error textarea {
  background: #FEE6E6; }

#billing-info-form .uk-postcode-lookup {
  position: relative;
  border: 1px solid #DDD;
  padding: 10px;
  margin: 0 0 10px 0; }

#billing-info-form .uk-postcode-lookup label {
  color: #777; }

#billing-info-form .uk-postcode-lookup button {
  position: absolute;
  bottom: 10px;
  right: 10px;
  border: 0;
  background: none;
  color: #777;
  text-transform: uppercase;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 7px; }

#billing-info-form #espresso-signup {
  *zoom: 1;
  margin-top: 20px; }

#billing-info-form #espresso-signup:after {
  content: "";
  display: table;
  clear: both; }

#billing-info-form #espresso-signup input {
  float: left;
  width: 30px; }

#billing-info-form #espresso-signup label {
  text-transform: none;
  float: left;
  width: calc(100% - 30px); }

@media (max-width: 767px) {
  #billing-info-form-address {
    border-bottom: 2px solid #B2B2B2;
    padding-bottom: 20px; } }
@media (min-width: 768px) {
  #billing-info-form-address {
    display: inline-block;
    vertical-align: top;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    margin-right: -4px;
    margin-bottom: 40px;
    width: 67%;
    border-right: 9px solid #f0f0f0;
    padding-right: 22px;
    position: relative; }

  #billing-info-form-address:before {
    content: "";
    border-right: 2px solid #B2B2B2;
    position: absolute;
    z-index: -1;
    right: 0;
    height: 100%; } }
@media (min-width: 500px) {
  #billing-info-form-address .billing-col {
    display: inline-block;
    vertical-align: top;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    width: 48.5%;
    margin-right: -4px; }

  #billing-info-form-address .billing-col:nth-of-type(2n) {
    margin-left: 3%; } }
#billing-info-form-address .title-icon [class^="icon-"], #billing-info-form-address .title-icon [class*=" icon-"] {
  display: block;
  font-size: 36px;
  font-size: 3.6rem;
  margin-bottom: 7px; }

#billing-info-form-address .title-icon .title-text {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 1.4rem; }

#billing-info-form-address .instruction-text {
  font-size: 13px;
  font-size: 1.3rem;
  color: #777; }

#billing-info-form-address label {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  font-size: 1.4rem; }

#billing-info-form-address input[type="text"],
#billing-info-form-address input[type="password"],
#billing-info-form-address input[type="tel"],
#billing-info-form-address input[type="email"],
#billing-info-form-address textarea {
  display: block;
  width: 100%;
  background: #DDD;
  border: 0;
  padding: 7px; }

#billing-info-form-address input[type="text"].placeholder,
#billing-info-form-address input[type="password"].placeholder,
#billing-info-form-address input[type="tel"].placeholder,
#billing-info-form-address input[type="email"].placeholder,
#billing-info-form-address textarea.placeholder {
  color: #777; }

#billing-info-form-address input[type="text"]:-moz-placeholder,
#billing-info-form-address input[type="password"]:-moz-placeholder,
#billing-info-form-address input[type="tel"]:-moz-placeholder,
#billing-info-form-address input[type="email"]:-moz-placeholder,
#billing-info-form-address textarea:-moz-placeholder {
  color: #777; }

#billing-info-form-address input[type="text"]::-moz-placeholder,
#billing-info-form-address input[type="password"]::-moz-placeholder,
#billing-info-form-address input[type="tel"]::-moz-placeholder,
#billing-info-form-address input[type="email"]::-moz-placeholder,
#billing-info-form-address textarea::-moz-placeholder {
  color: #777; }

#billing-info-form-address input[type="text"]:-ms-input-placeholder,
#billing-info-form-address input[type="password"]:-ms-input-placeholder,
#billing-info-form-address input[type="tel"]:-ms-input-placeholder,
#billing-info-form-address input[type="email"]:-ms-input-placeholder,
#billing-info-form-address textarea:-ms-input-placeholder {
  color: #777; }

#billing-info-form-address input[type="text"]::-webkit-input-placeholder,
#billing-info-form-address input[type="password"]::-webkit-input-placeholder,
#billing-info-form-address input[type="tel"]::-webkit-input-placeholder,
#billing-info-form-address input[type="email"]::-webkit-input-placeholder,
#billing-info-form-address textarea::-webkit-input-placeholder {
  color: #777; }

#billing-info-form-address textarea {
  height: 94px; }

#billing-info-form-address .blank-fieldset {
  border: 0;
  padding: 0;
  margin: 0 0 10px 0; }

#billing-info-form-address .blank-fieldset.error label {
  color: #E71E00; }

#billing-info-form-address .blank-fieldset.error input[type="text"],
#billing-info-form-address .blank-fieldset.error input[type="password"],
#billing-info-form-address .blank-fieldset.error input[type="tel"],
#billing-info-form-address .blank-fieldset.error input[type="email"],
#billing-info-form-address .blank-fieldset.error textarea {
  background: #FEE6E6; }

#billing-info-form-address .uk-postcode-lookup {
  position: relative;
  border: 1px solid #DDD;
  padding: 10px;
  margin: 0 0 10px 0; }

#billing-info-form-address .uk-postcode-lookup label {
  color: #777; }

#billing-info-form-address .uk-postcode-lookup button {
  position: absolute;
  bottom: 10px;
  right: 10px;
  border: 0;
  background: none;
  color: #777;
  text-transform: uppercase;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 7px; }

#billing-info-form-address #espresso-signup {
  *zoom: 1;
  margin-top: 20px; }

#billing-info-form-address #espresso-signup:after {
  content: "";
  display: table;
  clear: both; }

#billing-info-form-address #espresso-signup input {
  float: left;
  width: 30px; }

#billing-info-form-address #espresso-signup label {
  text-transform: none;
  float: left;
  width: calc(100% - 30px); }

@media (max-width: 767px) {
  .login-form {
    width: 100%; } }
@media (min-width: 768px) and (max-width: 991px) {
  .login-form {
    width: 60%;
    margin: 0 auto; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .login-form {
    width: 50%;
    margin: 0 auto; } }
@media (min-width: 1200px) {
  .login-form {
    width: 40%;
    margin: 0 auto; } }

@media (max-width: 767px) {
  .reg-form {
    width: 100%; } }
@media (min-width: 768px) and (max-width: 991px) {
  .reg-form {
    width: 80%;
    margin: 0 auto; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .reg-form {
    width: 70%;
    margin: 0 auto; } }
@media (min-width: 1200px) {
  .reg-form {
    width: 60%;
    margin: 0 auto; } }

@media (max-width: 767px) {
  .co-form {
    width: 100%; } }
@media (min-width: 1200px) {
  .co-form {
    width: 80%;
    margin: 0 auto; } }

#shipping_method {
  font-size: 1.4rem;
  padding-bottom: 5px;
  text-transform: none; }

#tracking {
  font-size: 1.4rem;
  padding-bottom: 20px;
  text-transform: none; }

.unslider {
  overflow: auto;
  margin: 0;
  padding: 0; }

.unslider-wrap {
  position: relative; }

.unslider-wrap.unslider-carousel > li {
  float: left; }

.unslider-vertical > ul {
  height: 100%; }

.unslider-vertical li {
  float: none;
  width: 100%; }

.unslider-fade {
  position: relative; }

.unslider-fade .unslider-wrap li {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 8; }

.unslider-fade .unslider-wrap li.unslider-active {
  z-index: 10; }

.unslider li, .unslider ol, .unslider ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: none; }

.unslider-arrow {
  position: absolute;
  left: 20px;
  z-index: 2;
  cursor: pointer; }

.unslider-arrow.next {
  left: auto;
  right: 20px; }

/**
 *   Here's where everything gets included. You don't need
 *   to change anything here, and doing so might break
 *   stuff. Here be dragons and all that.
 */
/**
 *   Default variables
 *
 *   While these can be set with JavaScript, it's probably
 *   better and faster to just set them here, compile to
 *   CSS and include that instead to use some of that
 *   hardware-accelerated goodness.
 */
.unslider-nav {
  position: absolute;
  bottom: 20px;
  width: 100%; }
  .unslider-nav ol {
    list-style: none;
    text-align: center; }
    .unslider-nav ol li {
      display: inline-block;
      width: 12px;
      height: 12px;
      margin: 0 4px;
      background: transparent;
      border-radius: 50%;
      overflow: hidden;
      text-indent: -999em;
      border: 1px solid #fff;
      cursor: pointer; }
      .unslider-nav ol li.unslider-active {
        background: #fff;
        cursor: default; }
      .unslider-nav ol li:hover, .unslider-nav ol li:focus {
        border-color: #E71E00;
        background: #E71E00;
        cursor: pointer; }

@media (max-width: 767px) {
  .unslider {
    display: none; } }
@media (min-width: 768px) {
  .unslider {
    position: relative; }
    .unslider img {
      width: 100%;
      display: block; } }

.unslider-arrow {
  top: 50%;
  color: #fff;
  font-size: 24px;
  text-decoration: none; }
  .unslider-arrow:visited {
    color: #fff; }
  .unslider-arrow:focus {
    color: #E71E00; }
  .unslider-arrow:hover {
    color: #E71E00; }
  .unslider-arrow:active {
    color: #E71E00; }
  .unslider-arrow:hover, .unslider-arrow:focus {
    text-decoration: none; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("/assets/adig/img/ajax-loader.gif") center center no-repeat; }

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 24px;
  height: 24px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent; }

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent; }

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
  color: #E71E00; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25; }

.slick-prev:before,
.slick-next:before {
  font-size: 24px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto; }

.slick-prev:before {
  font-family: 'icomoon' !important;
  content: "\e905"; }

[dir='rtl'] .slick-prev:before {
  font-family: 'icomoon' !important;
  content: "\e904"; }

.slick-next {
  right: -25px; }

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px; }

.slick-next:before {
  font-family: 'icomoon' !important;
  content: "\e904"; }

[dir='rtl'] .slick-next:before {
  font-family: 'icomoon' !important;
  content: "\e905"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
  color: #E71E00; }

.slick-dots li button:before {
  font-size: 16px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  font-family: 'icomoon' !important;
  content: "\e923";
  text-align: center;
  opacity: .25;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #000; }

/* Custom styles */
.slider {
  width: calc(100% - 80px);
  margin: auto; }

.slick-slide {
  margin: 15px; }

.slick-slide img {
  width: 100%; }

.slick-prev:before,
.slick-next:before {
  color: #000; }
