/*! 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; }

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

/* ==========================================================================
   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?q24oiuthqw");
  src: url("/assets/adig/fonts/icomoon.eot?q24oiuthqw#iefix") format("embedded-opentype"), url("/assets/adig/fonts/icomoon.ttf?q24oiuthqw") format("truetype"), url("/assets/adig/fonts/icomoon.woff?q24oiuthqw") format("woff"), url("/assets/adig/fonts/icomoon.svg?q24oiuthqw#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-cross-circle:before {
  content: "\e91e"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-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-flag-circle:before {
  content: "\e91d"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

* {
  -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; } }
  .container.absolute {
    position: relative; }

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

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

#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; } }
  @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: 92px; } }
#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 (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; } }

@-moz-keyframes shake {
  0% {
    margin-left: 0; }
  10% {
    margin-left: -4px; }
  20% {
    margin-left: 4px; }
  30% {
    margin-left: -4px; }
  40% {
    margin-left: 4px; }
  50% {
    margin-left: -4px; }
  60% {
    margin-left: 4px; }
  70% {
    margin-left: -4px; }
  80% {
    margin-left: 4px; }
  90% {
    margin-left: -4px; }
  100% {
    margin-left: 0; } }
@-webkit-keyframes shake {
  0% {
    margin-left: 0; }
  10% {
    margin-left: -4px; }
  20% {
    margin-left: 4px; }
  30% {
    margin-left: -4px; }
  40% {
    margin-left: 4px; }
  50% {
    margin-left: -4px; }
  60% {
    margin-left: 4px; }
  70% {
    margin-left: -4px; }
  80% {
    margin-left: 4px; }
  90% {
    margin-left: -4px; }
  100% {
    margin-left: 0; } }
@keyframes shake {
  0% {
    margin-left: 0; }
  10% {
    margin-left: -4px; }
  20% {
    margin-left: 4px; }
  30% {
    margin-left: -4px; }
  40% {
    margin-left: 4px; }
  50% {
    margin-left: -4px; }
  60% {
    margin-left: 4px; }
  70% {
    margin-left: -4px; }
  80% {
    margin-left: 4px; }
  90% {
    margin-left: -4px; }
  100% {
    margin-left: 0; } }
.visuallyhidden {
  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; }
  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; }

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

#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%; } }
  #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 .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: white;
      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 {
      float: left;
      padding-left: 15px; }
      @media (max-width: 499px) {
        .buying-options .product-option-type .product-option-group .product-option .product-option-name {
          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 {
    background: #f5f5f5;
    cursor: pointer; }
  .buying-options .product-option-type .product-option-group.selectable .product-option.selected {
    background: #262626;
    color: #fff; }
    .buying-options .product-option-type .product-option-group.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 {
        color: #fff; }
      .buying-options .product-option-type .product-option-group.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 {
        color: #E71E00; }
      .buying-options .product-option-type .product-option-group.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: 45px;
            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: 45px;
            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.black .color {
        background: #000; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.black .size.selected {
        background: #000;
        color: #fff; }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.black .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.blue.and.tarmac .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.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.blue.and.tarmac .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.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.blue.and.tarmac .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.steel .size.selected.soldout {
          background: #f0f0f0;
          color: #ccc; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.chilli .color {
        background: #DB1129; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.chilli .size.selected {
        background: #DB1129;
        color: #fff; }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.chilli .size.selected.soldout {
          background: #f0f0f0;
          color: #ccc; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.jaffa .color {
        background: #FFC300; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.jaffa .size.selected {
        background: #FFC300;
        color: #fff; }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.jaffa .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.chalk .color {
        background: #faf2eb; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.chalk .size.selected {
        background: #faf2eb;
        color: #fff; }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.chalk .size.selected.soldout {
          background: #f0f0f0;
          color: #ccc; }
      .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: #383838; }
      .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: #383838;
        color: #fff; }
        .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.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.reef .color {
        background: #0099cc; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.reef .size.selected {
        background: #0099cc;
        color: #fff; }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.reef .size.selected.soldout {
          background: #f0f0f0;
          color: #ccc; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.plum .color {
        background: #800080; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.plum .size.selected {
        background: #800080;
        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.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.fontainebleau .color {
        background: #3333ff; }
      .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.fontainebleau .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 {
        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 {
        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 {
          background: #f0f0f0;
          color: #ccc; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.kelp .color {
        background: #003300; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.kelp .size.selected {
        background: #003300;
        color: #fff; }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.kelp .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.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.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.navy .color {
        background: #003366; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.navy .size.selected {
        background: #003366;
        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.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.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.egg.plant .color, .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.aubergine .color {
        background: #330033; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.egg.plant .size.selected, .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.aubergine .size.selected {
        background: #330033;
        color: #fff; }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.egg.plant .size.selected.soldout, .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.aubergine .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.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.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.blue .color {
        background: #0099cc; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.blue .size.selected {
        background: #0099cc;
        color: #fff; }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.blue .size.selected.soldout {
          background: #f0f0f0;
          color: #ccc; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.ocean .color, .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.ocean .size.selected, .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.ocean .size.selected.soldout, .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.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 .product-grid .product-grid-row.grey .color {
        background: #404040; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.grey .size.selected {
        background: #404040;
        color: #fff; }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.grey .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.hot.coral .color {
        background: #221122; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.hot.coral .size.selected {
        background: #f94b1f;
        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.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.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.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.red .color {
        background: #DB1129; }
      .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.red .size.selected {
        background: #DB1129;
        color: #fff; }
        .buying-options .product-option-type .product-option-group .product-grid .product-grid-row.red .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 {
        background: #DB1129; }
      .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 {
        background: #DB1129;
        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 {
          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.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.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.green .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.green .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.green .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 .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.kelp {
        background: #003300; }
      .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.egg.plant {
        background: #330033; }
      .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.black.bluejay {
        background: #000; }
      .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.blue.mm9-9 {
        background: #0099cc; }
      .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.chilli, .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.chilli.red, .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.chilli.steel {
        background: #DB1129; }
      .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.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.easy.blue, .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.easy.blue.and.steel {
        background: #e6ffff; }
      .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.flo.orange {
        background: #ff5c33; }
      .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.gargoyle.peel {
        background: #b3b398; }
      .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.green {
        background: #006600; }
      .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 {
        background: #404040; }
      .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.hot.coral {
        background: #f94b1f; }
      .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.jaffa {
        background: #FFC300; }
      .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.kelp {
        background: #003300; }
      .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.green {
        background: #66cc00; }
      .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.navy {
        background: #003366; }
      .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.steel {
        background: #38477E; }
      .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 {
        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.neon.orange.mm9-8 {
        background: #ff8000; }
      .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.plum {
        background: #800080; }
      .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.red {
        background: #DB1129; }
      .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.reef {
        background: #0099cc; }
      .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.seaweed {
        background: #f5e6d6; }
      .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.tarmac {
        background: #383838; }
      .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.tarmac.and.nemo {
        background: #383838; }
      .buying-options .product-option-type .product-option-group .product-colour-chips .color-chip.tarmac.and.nemo.blue {
        background: #383838; }
      .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.white {
        background: #FFFFFF; }
      .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; }

#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: 18px;
  font-size: 1.8rem;
  margin-top:1em;
  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: 12px;
      font-size: 1.2rem; } }
  #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 .quick-checkout {
    margin: 10px 0; }
    @media (min-width: 768px) {
      #basket-header .quick-checkout {
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        *zoom: 1;
        *display: inline;
        width: 46%;
        text-align: right; } }
    #basket-header .quick-checkout a {
      display: inline-block;
      border-radius: 3px;
      text-transform: uppercase;
      font-weight: bold;
      background: #6fb20f;
      color: #fff;
      padding: 7px 10px;
      font-size: 14px;
      font-size: 1.4rem; }
      #basket-header .quick-checkout a:hover, #basket-header .quick-checkout a:focus {
        background: #1a1a1a;
        color: #fff;
        text-decoration: none; }

@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;
  position: relative; }
  @media (max-width: 499px) {
    .basket-row {
      *zoom: 1; }
      .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;
    position: absolute;
    height: 100%;
    right: 0; }
    @media (min-width: 500px) {
      .basket-row .cart-remove .remove {
        position: absolute;
        margin-top: -13px;
        top: 50%;
        width: 100%;
        left: 0; } }
  .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;
      height: auto; } }

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

#shippingOptionsTitleCountry,
#popup-basket-country {
  display: none;
  position: absolute;
  left: 0;
  z-index: 101;
  width: 210px;
  height: 300px;
  overflow-y: scroll;
  background: rgba(26, 26, 26, 0.8); }
  #shippingOptionsTitleCountry.show,
  #popup-basket-country.show {
    display: block; }
  #shippingOptionsTitleCountry a,
  #popup-basket-country a {
    display: block;
    padding: 11px 0 11px 13px;
    color: #808080;
    border-bottom: 1pt dotted #636363;
    font-size: 12px;
    font-size: 1.2rem;
    font-family: "Barlow", Helvetica, Arial, sans-serif;
    font-weight: normal;
    text-decoration: none; }
    #shippingOptionsTitleCountry a:last-of-type,
    #popup-basket-country a:last-of-type {
      border-bottom: none; }
    #shippingOptionsTitleCountry a.selected,
    #popup-basket-country a.selected {
      background: #1a1a1a;
      color: #fff; }
    #shippingOptionsTitleCountry a:hover, #shippingOptionsTitleCountry a:focus,
    #popup-basket-country a:hover,
    #popup-basket-country a:focus {
      background: #fff;
      color: #2b2b2b; }
    #shippingOptionsTitleCountry a img,
    #popup-basket-country a img {
      margin-right: 10px; }

#popup-basket-country {
  left: auto;
  right: 0;
  top: 33px; }

#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; } }
		
#shippingOptions2 {
	*zoom: 1;
	padding-top: 10px;
}
#shippingOptions2:after {
	content: "";
	display: table;
	clear: both; }
#shippingOptions2 .shippingOption {
	float: left;
	height: 120px;
	background-color: #DDD;
	color: #fff;
	font-family: "Barlow Condensed", Arial, sans-serif; }
@media (max-width: 600px) {
#shippingOptions2 .shippingOption {
	width: 30%;
	margin-bottom: 4%;
	min-height: 120px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0%;
	padding-left: 10px;
}
#shippingOptions2 .shippingOption:nth-of-type(2n+1) {
	clear: left;
	margin-right: 4%; } }
@media (min-width: 601px) and (max-width: 991px) {
#shippingOptions2 .shippingOption {
	width: 30%;
	margin-right: 2%;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0%;
	padding-left: 10px;
}
#shippingOptions2 .shippingOption:last-of-type {
	margin-right: 0; } }
@media (min-width: 992px) and (max-width: 1199px) {
#shippingOptions2 .shippingOption {
	width: 30%;
	margin-right: 2%;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0%;
	padding-left: 10px;
}
#shippingOptions2 .shippingOption:last-of-type {
	margin-right: 0; } }
@media (min-width: 1200px) {
#shippingOptions2 .shippingOption {
	width: 30%;
	margin-right: 2%;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0%;
	padding-left: 10px;
}
#shippingOptions2 .shippingOption:last-of-type {
	margin-right: 0; } }
#shippingOptions2 .shippingOption .shippingType {
	text-transform: uppercase;
	font-size: 14px;
	font-size: 1.4rem; }
@media (max-width: 991px) {
#shippingOptions2 .shippingOption .shippingType {
	margin: 20px 0 0 0; } }
@media (min-width: 992px) {
#shippingOptions2 .shippingOption .shippingType {
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
} }
#shippingOptions2 .shippingOption .shippingTime {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-size: 1.2rem;
}
@media (min-width: 768px) {
#shippingOptions2 .shippingOption h3 {
	font-size: 20px;
	font-size: 2.0rem;
	color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
} }

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

#promo-code,
#donate-amount {
  margin-bottom: 20px; }
  @media (min-width: 992px) {
    #promo-code,
    #donate-amount {
      display: inline-block;
      vertical-align: top;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline;
      width: 48.5%;
      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;
    padding: 13px 16px; }
  #promo-code label,
  #donate-amount label {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    text-transform: uppercase;
    font-family: "Barlow Condensed", Arial, sans-serif;
    font-weight: 700;
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0 -3px 0 0; }
  #promo-code input[type="text"],
  #donate-amount input[type="text"] {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    background: #DDD;
    border: 0;
    padding: 7px;
    margin-right: -3px; }
  #promo-code input[type="submit"],
  #donate-amount input[type="submit"] {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    border: none;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: bold;
    background: #6fb20f;
    color: #fff;
    margin: 0 -3px 0 16px;
    padding: 7px 0;
    width: 76px; }
    @media (max-width: 499px) {
      #promo-code input[type="submit"],
      #donate-amount input[type="submit"] {
        margin-top: 13px; } }
    #promo-code input[type="submit"]:hover, #promo-code input[type="submit"]:focus,
    #donate-amount input[type="submit"]:hover,
    #donate-amount input[type="submit"]:focus {
      background: #1a1a1a;
      color: #fff; }

#promo-code label {
  width: 97px; }
@media (max-width: 499px) {
  #promo-code input[type="text"] {
    width: calc(100% - 90px);
    margin-top: 13px; } }
@media (min-width: 500px) {
  #promo-code input[type="text"] {
    width: calc(100% - 190px); } }
#promo-code .coupon-info {
  background: #DDD;
  padding: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 10px; }
#promo-code .clear-coupon-info {
  color: #E71E00; }

@media (min-width: 992px) {
  #donate-amount {
    margin-left: 3%; } }
#donate-amount img {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-right: -3px; }
  @media (max-width: 991px) {
    #donate-amount img {
      width: 76px; } }
  @media (min-width: 992px) {
    #donate-amount img {
      width: 90px; } }
#donate-amount label {
  width: 122px;
  margin-left: 16px; }
@media (max-width: 499px) {
  #donate-amount input[type="text"] {
    width: calc(100% - 90px);
    margin-top: 13px; } }
@media (min-width: 500px) and (max-width: 991px) {
  #donate-amount input[type="text"] {
    width: calc(100% - 308px); } }
@media (min-width: 992px) {
  #donate-amount input[type="text"] {
    width: calc(100% - 322px); } }
#donate-amount .coupon-info {
  background: #DDD;
  padding: 10px;
  font-size: 14px;
  font-size: 1.4rem; }
  @media (max-width: 991px) {
    #donate-amount .coupon-info {
      margin-top: 10px; } }
  @media (min-width: 992px) {
    #donate-amount .coupon-info {
      margin-top: 39px; } }
#donate-amount .clear-coupon-info {
  color: #E71E00; }

#additional-basket-options,
#basket-checkout {
  margin-bottom: 40px; }
  @media (min-width: 992px) {
    #additional-basket-options,
    #basket-checkout {
      display: inline-block;
      vertical-align: top;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline;
      width: 48.5%;
      margin-right: -4px; } }

#time {
  *zoom: 1;
  margin-bottom: 40px; }
  #time:after {
    content: "";
    display: table;
    clear: both; }
  #time .icon-clock2 {
    float: left; }
    @media (max-width: 499px) {
      #time .icon-clock2 {
        font-size: 42px;
        font-size: 4.2rem;
        margin-right: 14px; } }
    @media (min-width: 500px) {
      #time .icon-clock2 {
        font-size: 62px;
        font-size: 6.2rem;
        margin-right: 20px; } }

#orderByTime,
#shipToday {
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-weight: 700; }

@media (max-width: 499px) {
  #orderByTime {
    font-size: 16px;
    font-size: 1.6rem; } }
@media (min-width: 500px) {
  #orderByTime {
    font-size: 26px;
    font-size: 2.6rem; } }

#shipToday {
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem; }

#save-order {
  display: block;
  margin-bottom: 40px;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #333; }
  #save-order:visited {
    color: #333; }
  #save-order:focus {
    color: #E71E00; }
  #save-order:hover {
    color: #E71E00; }
  #save-order:active {
    color: #E71E00; }
  @media (max-width: 499px) {
    #save-order {
      font-size: 14px;
      font-size: 1.4rem; } }
  @media (min-width: 500px) {
    #save-order {
      font-size: 16px;
      font-size: 1.6rem; } }
  #save-order:hover, #save-order:focus {
    text-decoration: none; }
  #save-order .icon-floppy-disk {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    font-size: 30px;
    font-size: 3.0rem; }
    @media (max-width: 499px) {
      #save-order .icon-floppy-disk {
        margin: 0 16px 0 6px; } }
    @media (min-width: 500px) {
      #save-order .icon-floppy-disk {
        margin: 0 32px 0 16px; } }

#viewed-history {
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase; }
  @media (max-width: 499px) {
    #viewed-history {
      font-size: 16px;
      font-size: 1.6rem; } }
  @media (min-width: 500px) {
    #viewed-history {
      font-size: 16px;
      font-size: 1.6rem; } }
  #viewed-history .icon-reply {
    float: left;
    /*font-size: 30px;
    font-size: 3.0rem;*/ }
    /*@media (max-width: 499px) {
      #viewed-history .icon-reply {
        margin: 0 16px 0 6px; } }
    @media (min-width: 500px) {
      #viewed-history .icon-reply {
        margin: 0 32px 0 16px; } }*/
  #viewed-history i {
    font-weight: normal; }
  #viewed-history a {
    display: inline-block;
    /*background-color: #DDD;*/
    color: #333;
    padding: 3px 6px 1px 6px;
    font-size: 16px;
    font-size: 1.6rem;
    margin-left: 7px; }
    #viewed-history a:hover, #viewed-history a:focus {
      background: #E71E00;
      color: #fff;
      text-decoration: none; }

#basket-checkout {
  text-transform: uppercase; }
  @media (min-width: 992px) {
    #basket-checkout {
      margin-left: 3%;
      text-align: right; } }
  #basket-checkout h3 {
    margin: 0; }
    @media (max-width: 499px) {
      #basket-checkout h3 {
        font-size: 26px;
        font-size: 2.6rem; } }
    @media (min-width: 500px) {
      #basket-checkout h3 {
        font-size: 36px;
        font-size: 3.6rem; } }

@media (max-width: 499px) {
  #cartTotal {
    font-size: 38px;
    font-size: 3.8rem;
    margin-left: 20px; } }
@media (min-width: 500px) {
  #cartTotal {
    font-size: 48px;
    font-size: 4.8rem;
    margin-left: 40px; } }

.checkout-button {
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: bold;
  background: #6fb20f;
  color: #fff;
  margin-top: 20px; }
  @media (max-width: 499px) {
    .checkout-button {
      display: block;
      padding: 12px 0;
      font-size: 20px;
      font-size: 2.0rem;
      text-align: center; } }
  @media (min-width: 500px) {
    .checkout-button {
      display: inline-block;
      padding: 15px 40px;
      font-size: 24px;
      font-size: 2.4rem; } }
  .checkout-button:hover, .checkout-button:focus {
    background: #1a1a1a;
    color: #fff;
    text-decoration: none; }

.continue-shopping {
  margin-bottom: 40px; }

@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: 67%;
    border-right: 9px solid #f0f0f0;
    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: 48.5%;
    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-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  color: #777; }
#billing-info-form label {
  text-transform: uppercase;
  font-family: "Barlow Condensed", Arial, sans-serif;
  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-family: "Barlow Condensed", Arial, sans-serif;
    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); }

#deliveryPreference {
  *zoom: 1; }
  #deliveryPreference:after {
    content: "";
    display: table;
    clear: both; }
  #deliveryPreference .del-pref-opt {
    float: left;
    width: 50%;
    text-align: center;
    text-transform: uppercase;
    font-family: "Barlow Condensed", Arial, sans-serif;
    font-weight: 700;
    font-size: 12px;
    font-size: 1.2rem;
    color: #808080; }
    #deliveryPreference .del-pref-opt.selected {
      color: #009100; }
    #deliveryPreference .del-pref-opt span {
      display: block;
      font-size: 30px;
      font-size: 3.0rem;
      padding-bottom: 7px; }

#paymentMethods span {
  display: inline-block;
  margin-right: 10px;
  border: 1px solid #B2B2B2; }
  #paymentMethods span.active {
    border: 2.5px solid #E71E00; }
  #paymentMethods span img {
    height: 60px; }

#checkout_complete {
  border: 0;
  text-transform: none;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-weight: 700;
  width: 100%;
  padding: 15px;
  text-align: left;
  color: #000; }
  @media (max-width: 991px) {
    #checkout_complete {
      font-size: 17px;
      font-size: 1.7rem; } }
  @media (min-width: 992px) {
    #checkout_complete {
      font-size: 23px;
      font-size: 2.3rem; } }
  #checkout_complete [class^="icon-"], #checkout_complete [class*=" icon-"] {
    display: inline-block;
    vertical-align: -7px;
    margin-right: 8px; }
    @media (max-width: 991px) {
      #checkout_complete [class^="icon-"], #checkout_complete [class*=" icon-"] {
        font-size: 30px;
        font-size: 3.0rem; } }
    @media (min-width: 992px) {
      #checkout_complete [class^="icon-"], #checkout_complete [class*=" icon-"] {
        font-size: 36px;
        font-size: 3.6rem; } }
  #checkout_complete:hover, #checkout_complete:focus {
    color: #fff; }

#secure-checkout-logos {
  text-align: right; }
  #secure-checkout-logos p {
    text-transform: uppercase;
    font-family: "Barlow Condensed", Arial, sans-serif;
    font-weight: 700;
    font-size: 12px;
    font-size: 1.2rem;
    margin: 10px 0; }

#order-summary {
  font-family: "Barlow Condensed", Arial, sans-serif;
  color: #777; }
  @media (max-width: 767px) {
    #order-summary {
      padding-top: 20px;
      border-top: 9px solid #f0f0f0;
      margin-bottom: 40px; } }
  @media (min-width: 768px) {
    #order-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; }
      #order-summary.fixed {
        position: fixed;
        margin-left: 4px; } }
    @media (min-width: 768px) and (min-width: 768px) and (max-width: 991px) {
      #order-summary.fixed {
        top: 51px;
        max-width: 230px; } }
    @media (min-width: 768px) and (min-width: 992px) and (max-width: 1199px) {
      #order-summary.fixed {
        top: 62px;
        max-width: 301px; } }
    @media (min-width: 768px) and (min-width: 1200px) {
      #order-summary.fixed {
        top: 74px;
        max-width: 365px; } }
  @media (min-width: 768px) {
      #order-summary.absolute {
        position: absolute;
        bottom: 0;
        margin-left: 4px; } }
    @media (min-width: 768px) and (min-width: 768px) and (max-width: 991px) {
      #order-summary.absolute {
        max-width: 230px; } }
    @media (min-width: 768px) and (min-width: 992px) and (max-width: 1199px) {
      #order-summary.absolute {
        max-width: 301px; } }
    @media (min-width: 768px) and (min-width: 1200px) {
      #order-summary.absolute {
        max-width: 365px; } }

  #order-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) {
      #order-summary h3 {
        font-size: 20px;
        font-size: 2.0rem; } }
  #order-summary .order-item {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 10px; }
    #order-summary .order-item .order-item-subtotal {
      float: right; }
    #order-summary .order-item .order-item-options {
      margin-left: 30px; }
  #order-summary .coupon-item {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #B2B2B2; }
    #order-summary .coupon-item .coupon-item-subtotal {
      float: right; }
    #order-summary .coupon-item .coupon-item-options {
      margin-left: 30px; }
  #order-summary .postage-option {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #B2B2B2; }
    #order-summary .postage-option .postage-option-subtotal {
      float: right; }
  #order-summary .make-changes {
    margin-top: 20px;
    text-align: right; }
  #order-summary .order-total {
    padding-top: 15px;
    border-top: 3px solid #777;
    font-size: 28px;
    font-size: 2.8rem;
    text-transform: uppercase; }
    @media (min-width: 768px) and (max-width: 991px) {
      #order-summary .order-total {
        font-size: 22px;
        font-size: 2.2rem; } }
    #order-summary .order-total span {
      display: inline-block;
      vertical-align: text-bottom;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline;
      width: 40%;
      margin-right: -3px; }
      #order-summary .order-total span.order-total-num {
        text-align: right;
        font-size: 36px;
        font-size: 3.6rem;
        width: 60%; }
        @media (min-width: 768px) and (max-width: 991px) {
          #order-summary .order-total span.order-total-num {
            font-size: 28px;
            font-size: 2.8rem; } }

#why-ak {
  margin-top: 40px;
  font-size: 12px;
  font-size: 1.2rem; }
  #why-ak .why-ak-point {
    display: inline-block;
    vertical-align: top;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    width: 33.333%;
    margin-right: -3px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    color: #333;
    padding: 0 5px; }
    #why-ak .why-ak-point:visited {
      color: #333; }
    #why-ak .why-ak-point:focus {
      color: #E71E00; }
    #why-ak .why-ak-point:hover {
      color: #E71E00; }
    #why-ak .why-ak-point:active {
      color: #E71E00; }
    #why-ak .why-ak-point .hold-icon {
      text-align: center; }
    #why-ak .why-ak-point [class^="icon-"], #why-ak .why-ak-point [class*=" icon-"] {
      display: inline-block;
      background: #333;
      color: #fff;
      font-size: 24px;
      font-size: 2.4rem;
      border-radius: 50%;
      padding: 13px; }
    #why-ak .why-ak-point .why-ak-point-text {
      margin-top: 15px; }
    #why-ak .why-ak-point p {
      font-size: 12px;
      font-size: 1.2rem;
      text-transform: none;
      font-family: "Barlow", Helvetica, Arial, sans-serif;
      font-weight: normal;
      margin-top: 5px; }
    #why-ak .why-ak-point:hover, #why-ak .why-ak-point:focus {
      text-decoration: none; }
      #why-ak .why-ak-point:hover [class^="icon-"], #why-ak .why-ak-point:hover [class*=" icon-"], #why-ak .why-ak-point:focus [class^="icon-"], #why-ak .why-ak-point:focus [class*=" icon-"] {
        background: #E71E00; }

#shippingPopup {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1); }
  #shippingPopup #shippingOptions {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 20px;
    background: rgba(38, 38, 38, 0.95); }
    @media (max-width: 767px) {
      #shippingPopup #shippingOptions {
        width: 96%; } }
    @media (min-width: 768px) {
      #shippingPopup #shippingOptions {
        width: 700px; } }
    #shippingPopup #shippingOptions .shippingOptions {
      *zoom: 1; }
      #shippingPopup #shippingOptions .shippingOptions:after {
        content: "";
        display: table;
        clear: both; }
      @media (max-width: 767px) {
        #shippingPopup #shippingOptions .shippingOptions {
          margin: 10px 0; } }
      @media (min-width: 768px) {
        #shippingPopup #shippingOptions .shippingOptions {
          margin: 20px 0; } }
      @media (min-width: 601px) {
        #shippingPopup #shippingOptions .shippingOptions .shippingOption {
          width: 23.5%;
          padding: 0 20px 23.5% 20px;
          margin-right: 2%; }
          #shippingPopup #shippingOptions .shippingOptions .shippingOption:nth-of-type(4n) {
            margin-right: 0; } }
      #shippingPopup #shippingOptions .shippingOptions .shippingOption.orangeBlock {
        background: #F2783E; }
      #shippingPopup #shippingOptions .shippingOptions .shippingOption.greenBlock {
        background: #689B6C; }
      #shippingPopup #shippingOptions .shippingOptions .shippingOption.yellowBlock {
        background: #FDC741; }
      #shippingPopup #shippingOptions .shippingOptions .shippingOption.tealBlock {
        background: #6BA89E; }
      #shippingPopup #shippingOptions .shippingOptions .shippingOption.purpleBlock {
        background: #936ba8; }
    #shippingPopup #shippingOptions p.promptText {
      font-family: "Barlow Condensed", Arial, sans-serif;
      font-weight: 700;
      color: #fff; }
      @media (max-width: 767px) {
        #shippingPopup #shippingOptions p.promptText.promptShippingName {
          font-size: 22px;
          font-size: 2.2rem; } }
      @media (max-width: 350px) {
        #shippingPopup #shippingOptions p.promptText.promptShippingName {
          font-size: 18px;
          font-size: 1.8rem; } }
      @media (min-width: 768px) {
        #shippingPopup #shippingOptions p.promptText {
          font-size: 18px;
          font-size: 1.8rem; }
          #shippingPopup #shippingOptions p.promptText.promptShippingName {
            font-size: 26px;
            font-size: 2.6rem; } }
    #shippingPopup #shippingOptions.shake {
      -moz-animation: shake 0.4s;
      -webkit-animation: shake 0.4s;
      animation: shake 0.4s; }

#popup-basket {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 9999999;
  font-family: "Barlow Condensed", Arial, sans-serif;
  display: none; }
  @media (max-width: 767px) {
    #popup-basket {
      padding-top: 83px; } }
  @media (max-width: 499px) {
    #popup-basket {
      padding-top: 91px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    #popup-basket {
      padding-top: 72px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    #popup-basket {
      padding-top: 82px; } }
  @media (min-width: 1200px) {
    #popup-basket {
      padding-top: 94px; } }
  #popup-basket.show {
    display: block; }
  #popup-basket .container {
    overflow: hidden;
    height: 100%; }
  #popup-basket .popup-basket-inner {
    overflow: scroll;
    max-height: 100%;
    width: 100%;
    max-width: 530px;
    float: right;
    padding: 20px;
    background: rgba(38, 38, 38, 0.95);
    color: white; }
    #popup-basket .popup-basket-inner .icon-cross-circle {
      float: right;
      font-size: 24px;
      font-size: 2.4rem; }
      #popup-basket .popup-basket-inner .icon-cross-circle:hover, #popup-basket .popup-basket-inner .icon-cross-circle:focus {
        color: #E71E00;
        cursor: pointer; }
    #popup-basket .popup-basket-inner h3 {
      margin: 0 0 10px 0;
      text-transform: uppercase; }
  #popup-basket.fixed {
    position: fixed; }
    @media (max-width: 767px) {
      #popup-basket.fixed {
        padding-top: 46px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      #popup-basket.fixed {
        padding-top: 35px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      #popup-basket.fixed {
        padding-top: 45px; } }
    @media (min-width: 1200px) {
      #popup-basket.fixed {
        padding-top: 57px; } }
  #popup-basket .new-basket-item {
    margin-bottom: 20px;
    position: relative; }
    #popup-basket .new-basket-item .item-image,
    #popup-basket .new-basket-item .item-info,
    #popup-basket .new-basket-item .item-qty,
    #popup-basket .new-basket-item .item-sub,
    #popup-basket .new-basket-item .item-del {
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline;
      margin-right: -4px; }
    @media (max-width: 569px) {
      #popup-basket .new-basket-item .item-image {
        width: 14%; } }
    @media (min-width: 570px) {
      #popup-basket .new-basket-item .item-image {
        width: 17.3%; } }
    #popup-basket .new-basket-item .item-info {
      width: 35.2%;
      padding: 0 10px;
      font-size: 12px;
      font-size: 1.2rem; }
      @media (min-width: 570px) {
        #popup-basket .new-basket-item .item-info {
          padding-left: 20px; } }
      #popup-basket .new-basket-item .item-info h4 {
        font-size: 16px;
        font-size: 1.6rem;
        margin: 0 0 5px 0; }
    #popup-basket .new-basket-item .item-qty {
      text-align: center; }
      @media (max-width: 569px) {
        #popup-basket .new-basket-item .item-qty {
          width: 32%; } }
      @media (min-width: 570px) {
        #popup-basket .new-basket-item .item-qty {
          width: 25%; } }
      #popup-basket .new-basket-item .item-qty .minus,
      #popup-basket .new-basket-item .item-qty .plus {
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        *zoom: 1;
        *display: inline;
        border: 1px solid #fff;
        line-height: 20px;
        width: 20px;
        border-radius: 50%;
        cursor: pointer; }
      #popup-basket .new-basket-item .item-qty .quantity {
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        *zoom: 1;
        *display: inline;
        background: #fff;
        border-radius: 50%;
        color: #000;
        margin: 0 5px;
        font-weight: 700; }
        @media (max-width: 569px) {
          #popup-basket .new-basket-item .item-qty .quantity {
            font-size: 18px;
            font-size: 1.8rem;
            line-height: 30px;
            width: 30px; } }
        @media (min-width: 570px) {
          #popup-basket .new-basket-item .item-qty .quantity {
            font-size: 36px;
            font-size: 3.6rem;
            line-height: 50px;
            width: 50px; } }
    #popup-basket .new-basket-item .item-sub {
      text-align: right; }
      @media (max-width: 569px) {
        #popup-basket .new-basket-item .item-sub {
          width: 18.8%; } }
      @media (min-width: 570px) {
        #popup-basket .new-basket-item .item-sub {
          font-size: 24px;
          font-size: 2.4rem;
          width: calc(22.5% - 20px); } }
    #popup-basket .new-basket-item .item-del {
      width: 20px;
      color: #808080;
      cursor: pointer;
      text-align: center;
      position: absolute;
      right: 0; }
      @media (max-width: 569px) {
        #popup-basket .new-basket-item .item-del {
          top: 0;
          line-height: 20px; } }
      @media (min-width: 570px) {
        #popup-basket .new-basket-item .item-del {
          height: 100%; }
          #popup-basket .new-basket-item .item-del .remove {
            position: absolute;
            margin-top: -10px;
            top: 50%;
            width: 100%;
            left: 0; } }
    #popup-basket .new-basket-item:hover .item-qty .minus, #popup-basket .new-basket-item:focus .item-qty .minus {
      background: #E71E00;
      border-color: #E71E00; }
      #popup-basket .new-basket-item:hover .item-qty .minus:hover, #popup-basket .new-basket-item:hover .item-qty .minus:focus, #popup-basket .new-basket-item:focus .item-qty .minus:hover, #popup-basket .new-basket-item:focus .item-qty .minus:focus {
        background: #FF634E;
        border-color: #FF634E; }
    #popup-basket .new-basket-item:hover .item-qty .quantity, #popup-basket .new-basket-item:focus .item-qty .quantity {
      background: #000;
      color: #fff; }
    #popup-basket .new-basket-item:hover .item-qty .plus, #popup-basket .new-basket-item:focus .item-qty .plus {
      background: #009100;
      border-color: #009100; }
      #popup-basket .new-basket-item:hover .item-qty .plus:hover, #popup-basket .new-basket-item:hover .item-qty .plus:focus, #popup-basket .new-basket-item:focus .item-qty .plus:hover, #popup-basket .new-basket-item:focus .item-qty .plus:focus {
        background: #49c549;
        border-color: #49c549; }
    #popup-basket .new-basket-item:hover .item-del, #popup-basket .new-basket-item:focus .item-del {
      background: #E71E00;
      color: #fff; }
      #popup-basket .new-basket-item:hover .item-del:hover, #popup-basket .new-basket-item:hover .item-del:focus, #popup-basket .new-basket-item:focus .item-del:hover, #popup-basket .new-basket-item:focus .item-del:focus {
        background: #FF634E; }
  #popup-basket .popup-basket-subtotals {
    border-top: 1px solid #fff;
    padding-top: 20px;
    margin-top: 20px; }
    #popup-basket .popup-basket-subtotals .popup-basket-subtotal {
      *zoom: 1;
      margin: 0;
      text-transform: uppercase; }
      #popup-basket .popup-basket-subtotals .popup-basket-subtotal:after {
        content: "";
        display: table;
        clear: both; }
      @media (min-width: 570px) {
        #popup-basket .popup-basket-subtotals .popup-basket-subtotal {
          font-size: 24px;
          font-size: 2.4rem; } }
      #popup-basket .popup-basket-subtotals .popup-basket-subtotal .subtotal-label {
        float: left; }
        @media (max-width: 569px) {
          #popup-basket .popup-basket-subtotals .popup-basket-subtotal .subtotal-label {
            width: 50%; } }
        @media (min-width: 570px) {
          #popup-basket .popup-basket-subtotals .popup-basket-subtotal .subtotal-label {
            width: 37%;
            margin-left: 30%; }
            #popup-basket .popup-basket-subtotals .popup-basket-subtotal .subtotal-label.note {
              font-size: 14px;
              font-size: 1.4rem;
              margin-top: 10px; } }
      #popup-basket .popup-basket-subtotals .popup-basket-subtotal .subtotal-value {
        float: right;
        text-align: right; }
        @media (max-width: 569px) {
          #popup-basket .popup-basket-subtotals .popup-basket-subtotal .subtotal-value {
            width: 50%; } }
        @media (min-width: 570px) {
          #popup-basket .popup-basket-subtotals .popup-basket-subtotal .subtotal-value {
            width: 33%; }
            #popup-basket .popup-basket-subtotals .popup-basket-subtotal .subtotal-value.note {
              font-size: 14px;
              font-size: 1.4rem;
              margin-top: 10px; } }
        #popup-basket .popup-basket-subtotals .popup-basket-subtotal .subtotal-value input[type="text"] {
          display: inline-block;
          width: calc(95% - 53px);
          margin: 0 0 5px 5%;
          padding: 8px 10px;
          background: #DDD;
          border: 0;
          font-family: "Barlow", Helvetica, Arial, sans-serif;
          font-size: 12px;
          font-size: 1.2rem;
          color: #333; }
    #popup-basket .popup-basket-subtotals #popup-basket-country-link {
      position: relative; }
      #popup-basket .popup-basket-subtotals #popup-basket-country-link > a {
        color: #fff; }
      #popup-basket .popup-basket-subtotals #popup-basket-country-link img {
        margin-right: 10px; }
  #popup-basket .edit-link {
    margin: 20px 0 0 0;
    text-align: right;
    font-size: 12px;
    font-size: 1.2rem;
    text-transform: uppercase; }
    #popup-basket .edit-link a {
      text-decoration: none;
      color: #fff; }
      #popup-basket .edit-link a:visited {
        color: #fff; }
      #popup-basket .edit-link a:focus {
        color: #E71E00; }
      #popup-basket .edit-link a:hover {
        color: #E71E00; }
      #popup-basket .edit-link a:active {
        color: #E71E00; }
      #popup-basket .edit-link a span {
        margin-right: 10px; }
  #popup-basket #paymentMethods {
    text-align: right; }
    @media (max-width: 569px) {
      #popup-basket #paymentMethods {
        margin-top: 20px; } }
    @media (min-width: 570px) {
      #popup-basket #paymentMethods {
        margin-top: 40px; } }
    #popup-basket #paymentMethods span {
      margin: 0 0 7px 0; }
      @media (max-width: 569px) {
        #popup-basket #paymentMethods span img {
          height: 50px; } }
  #popup-basket [type="submit"] {
    display: block;
    width: 100%;
    border: 0;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: bold;
    background: #E71E00;
    color: #fff;
    margin-top: 20px;
    text-align: center; }
    @media (max-width: 569px) {
      #popup-basket [type="submit"] {
        padding: 12px 0;
        font-size: 20px;
        font-size: 2.0rem; } }
    @media (min-width: 570px) {
      #popup-basket [type="submit"] {
        padding: 15px 0;
        font-size: 24px;
        font-size: 2.4rem; } }
    #popup-basket [type="submit"]:hover, #popup-basket [type="submit"]:focus {
      background: #1a1a1a;
      color: #fff;
      text-decoration: none; }
    #popup-basket [type="submit"].code-apply {
      display: inline-block;
      width: auto;
      padding: 8px;
      font-size: 12px;
      font-size: 1.2rem;
      margin: 0; }

@media (max-width: 767px) {
  #confirmation-info {
    border-bottom: 2px solid #B2B2B2;
    padding-bottom: 20px; } }
@media (min-width: 768px) {
  #confirmation-info {
    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; }
    #confirmation-info:before {
      content: "";
      border-right: 2px solid #B2B2B2;
      position: absolute;
      z-index: -1;
      right: 0;
      height: 100%; } }
#confirmation-info .alert {
  margin-top: 20px; }
#confirmation-info .hooray-message h2 {
  text-transform: uppercase;
  font-size: 26px;
  font-size: 2.6rem; }
#confirmation-info .hooray-message .print-link {
  margin: 20px 0;
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-weight: 700; }
  #confirmation-info .hooray-message .print-link a {
    text-decoration: none;
    color: #333; }
    #confirmation-info .hooray-message .print-link a:visited {
      color: #333; }
    #confirmation-info .hooray-message .print-link a:focus {
      color: #E71E00; }
    #confirmation-info .hooray-message .print-link a:hover {
      color: #E71E00; }
    #confirmation-info .hooray-message .print-link a:active {
      color: #E71E00; }
    #confirmation-info .hooray-message .print-link a span {
      font-size: 19px;
      font-size: 1.9rem;
      vertical-align: middle;
      margin-right: 10px; }

.confirmation-detail-messages {
  margin-top: 50px; }
  .confirmation-detail-messages h3 {
    text-transform: uppercase;
    font-style: italic;
    color: #777;
    font-weight: 500;
    font-size: 24px;
    font-size: 2.4rem; }
  .confirmation-detail-messages .confirmation-detail-message {
    margin-bottom: 30px; }
    .confirmation-detail-messages .confirmation-detail-message h4 {
      font-size: 19px;
      font-size: 1.9rem;
      text-transform: uppercase; }
      .confirmation-detail-messages .confirmation-detail-message h4 [class^="icon-"], .confirmation-detail-messages .confirmation-detail-message h4 [class*=" icon-"] {
        margin-left: 10px;
        font-size: 24px;
        font-size: 2.4rem; }

.despatch-message h4 {
  font-size: 19px;
  font-size: 1.9rem;
  text-transform: uppercase; }
  .despatch-message h4 [class^="icon-"], .despatch-message h4 [class*=" icon-"] {
    margin-left: 10px;
    font-size: 24px;
    font-size: 2.4rem; }
.despatch-message .despatch-shipping {
  *zoom: 1;
  margin-top: 20px; }
  .despatch-message .despatch-shipping:after {
    content: "";
    display: table;
    clear: both; }
  .despatch-message .despatch-shipping .shippingOption {
    float: left;
    height: 0;
    background-color: green;
    color: #fff;
    font-family: "Barlow Condensed", Arial, sans-serif;
    margin-right: 20px; }
    @media (max-width: 767px) {
      .despatch-message .despatch-shipping .shippingOption {
        width: 135px;
        padding: 0 20px 135px 20px; } }
    @media (min-width: 768px) {
      .despatch-message .despatch-shipping .shippingOption {
        width: 165px;
        padding: 0 20px 165px 20px; } }
    .despatch-message .despatch-shipping .shippingOption .shippingType {
      text-transform: uppercase;
      font-size: 14px;
      font-size: 1.4rem; }
      @media (max-width: 991px) {
        .despatch-message .despatch-shipping .shippingOption .shippingType {
          margin: 20px 0 0 0; } }
      @media (min-width: 992px) {
        .despatch-message .despatch-shipping .shippingOption .shippingType {
          margin: 20px 0 20px 0; } }
    .despatch-message .despatch-shipping .shippingOption .shippingTime {
      font-size: 12px;
      font-size: 1.2rem; }
    @media (min-width: 768px) {
      .despatch-message .despatch-shipping .shippingOption h3 {
        font-size: 40px;
        font-size: 4.0rem; } }
  .despatch-message .despatch-shipping .despatch-shipping-text {
    float: left; }
    @media (max-width: 767px) {
      .despatch-message .despatch-shipping .despatch-shipping-text {
        width: calc(100% - 155px); } }
    @media (min-width: 768px) {
      .despatch-message .despatch-shipping .despatch-shipping-text {
        width: calc(100% - 185px); } }
    .despatch-message .despatch-shipping .despatch-shipping-text h4 {
      margin-top: 0; }

h6.slogan {
  color: #777;
  margin-top: 30px; }

@media (max-width: 767px) {
  #support-info {
    padding-top: 20px;
    border-top: 9px solid #f0f0f0;
    margin-bottom: 40px; } }
@media (min-width: 768px) {
  #support-info {
    display: inline-block;
    vertical-align: top;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    width: 32%;
    margin-right: -4px;
    padding-left: 20px; } }
@media (min-width: 768px) and (max-width: 991px) {
  #support-info #why-ak .why-ak-point {
    display: block;
    width: 100%;
    margin-bottom: 30px;
    padding: 0; } }
@media (max-width: 499px) {
  #support-info #why-ak .why-ak-point {
    display: block;
    width: 100%;
    margin-bottom: 30px;
    padding: 0; } }
#support-info h3 {
  text-transform: uppercase;
  font-style: italic;
  color: #777;
  font-weight: 500;
  font-size: 24px;
  font-size: 2.4rem; }
#support-info h4 {
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: uppercase;
  margin-top: 30px; }
#support-info h5 {
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: uppercase;
  margin-top: 30px; }
#support-info p, #support-info ul {
  font-size: 13px;
  font-size: 1.3rem;
  color: #777; }
#support-info .grey-link {
  color: #777; }
  #support-info .grey-link:visited {
    color: #777; }
  #support-info .grey-link:focus {
    color: #E71E00; }
  #support-info .grey-link:hover {
    color: #E71E00; }
  #support-info .grey-link:active {
    color: #E71E00; }
#support-info .share-buttons {
  *zoom: 1;
  padding: 0;
  margin: 0;
  list-style: none; }
  #support-info .share-buttons:after {
    content: "";
    display: table;
    clear: both; }
  #support-info .share-buttons li {
    float: left;
    width: 16.666666667%; }
    #support-info .share-buttons li a {
      display: block;
      width: 40px;
      height: 40px;
      padding-top: 6px;
      font-size: 24px;
      font-size: 2.4rem;
      text-align: center;
      text-decoration: none;
      color: #000; }
      #support-info .share-buttons li a:visited {
        color: #000; }
      #support-info .share-buttons li a:focus {
        color: #E71E00; }
      #support-info .share-buttons li a:hover {
        color: #E71E00; }
      #support-info .share-buttons li a:active {
        color: #E71E00; }

#support-products .support-product {
  display: inline-block;
  vertical-align: top;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 48%;
  margin: 0 0 4% -4px; }
  #support-products .support-product:nth-of-type(2n+1) {
    margin-right: 4%; }
  @media (min-width: 768px) and (max-width: 991px) {
    #support-products .support-product {
      display: block;
      width: 100%;
      margin-left: 0; } }
  @media (max-width: 499px) {
    #support-products .support-product {
      display: block;
      width: 100%;
      margin-left: 0; } }
  #support-products .support-product .sp-image {
    display: block; }
    #support-products .support-product .sp-image img {
      display: block;
      margin: 0 auto; }
  #support-products .support-product .sp-title {
    display: block;
    background: #B2B2B2;
    padding: 12px 10px;
    color: #fff;
    font-family: "Barlow Condensed", Arial, sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    font-size: 1.2rem; }
  #support-products .support-product .sp-guides {
    border: 1px solid #B2B2B2;
    margin: 0;
    padding: 5px 10px;
    font-family: "Barlow Condensed", Arial, sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 24px; }
    #support-products .support-product .sp-guides a {
      color: #777; }

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

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