/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

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

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

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

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

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

/**
 * Prevent `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
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve 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],
html input[disabled] {
  cursor: default; }

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

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

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

.blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 1;
  padding: 20px;
  box-sizing: border-box;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.75);
  text-align: center; }

.blocker:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em; }

.blocker.behind {
  background-color: transparent; }

.modal {
  display: none;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  max-width: 500px;
  box-sizing: border-box;
  width: 90%;
  background: #fff;
  -o-box-shadow: 0 0 10px #000;
  -ms-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
  text-align: left; }

.modal a.close-modal {
  position: absolute;
  top: -12.5px;
  right: -12.5px;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg=="); }

.modal-spinner {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  padding: 12px 16px;
  border-radius: 5px;
  background-color: #111;
  height: 20px; }

.modal-spinner > div {
  border-radius: 100px;
  background-color: #fff;
  height: 20px;
  width: 2px;
  margin: 0 1px;
  display: inline-block;
  animation: sk-stretchdelay 1.2s infinite ease-in-out; }

.modal-spinner .rect2 {
  animation-delay: -1.1s; }

.modal-spinner .rect3 {
  animation-delay: -1.0s; }

.modal-spinner .rect4 {
  animation-delay: -0.9s; }

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5); }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1); } }

.modal-header {
  padding: 10px 20px;
  background-color: #000; }
  .modal-header h2 {
    margin: 0;
    color: white; }

.modal-content {
  padding: 20px; }

.desktop {
  display: none; }
  @media only screen and (min-width: 992px), print {
    .desktop {
      display: inline-block; } }

.left {
  float: left; }

.right {
  float: right; }

.hidden {
  display: none; }

.show {
  display: block; }

.center {
  text-align: center; }

.grey-bg {
  background-color: #F6F6F6; }

.home-icon {
  margin: 0 auto 20px auto; }

.social-box {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px; }
  .social-box .social-circle {
    margin-left: 5px;
    border-color: #D8D8D8;
    color: #B2B2B2; }

.icon-trolley {
  position: relative; }

.items-cart {
  padding: 3px;
  position: absolute;
  width: 18px;
  height: 18px;
  top: -10px;
  right: -10px;
  font-size: 10px;
  text-align: center;
  background-color: #B19E5E;
  border-radius: 50%;
  color: white; }

.company-information h3 {
  color: black;
  transition: color 0.6s; }

.company-information a:hover h3 {
  color: #D0021B; }

.image-guarantee {
  margin-top: -8px;
  margin-left: 20px;
  display: inline-block;
  width: 200px;
  vertical-align: top; }
  .image-guarantee img {
    max-height: 65px;
    display: inline-block; }
  .image-guarantee img:last-child {
    padding-left: 10px; }

.new-product {
  position: absolute;
  right: 10px;
  top: 10px; }
  @media only screen and (min-width: 768px), print {
    .new-product {
      right: 35px; } }
  @media only screen and (min-width: 992px), print {
    .new-product {
      top: 5px;
      right: 5px;
      width: 43px; } }
  @media only screen and (min-width: 1400px), print {
    .new-product {
      width: auto; } }

.clearfix {
  clear: both; }

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

.container {
  max-width: 1460px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px; }
  .container:after {
    content: " ";
    display: block;
    clear: both; }
  @media only screen and (min-width: 1400px), print {
    .container {
      padding-left: 0;
      padding-right: 0; } }

.content-area-wrapper {
  margin: 0 auto;
  max-width: 1550px;
  background-color: white; }
  @media only screen and (min-width: 992px), print {
    .content-area-wrapper {
      position: relative;
      margin-top: -40px;
      margin-left: 20px;
      margin-right: 20px;
      z-index: 1;
      box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.05); } }
  @media only screen and (min-width: 1640px), print {
    .content-area-wrapper {
      width: 100%;
      margin-left: auto;
      margin-right: auto; } }

.content-row {
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: hidden; }
  @media only screen and (min-width: 992px), print {
    .content-row {
      padding-top: 35px;
      padding-bottom: 35px; } }

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

ul {
  padding: 0;
  margin: 0;
  list-style: none; }

aside {
  margin-top: 20px;
  padding: 20px 30px;
  background-color: #F6F6F6; }
  @media only screen and (min-width: 992px), print {
    aside {
      margin-top: 0;
      padding: 50px 60px; } }

hr {
  margin-bottom: 30px;
  height: 0;
  border: 0;
  border-top: 2px solid #E6E5E5; }

body {
  overflow-x: hidden;
  position: relative;
  left: 0;
  transition: left 0.6s; }
  @media only screen and (min-width: 992px), print {
    body {
      background-color: #F6F6F6; } }

.menu-push-left {
  left: -80%; }
  @media only screen and (min-width: 992px), print {
    .menu-push-left {
      left: 0; } }

html {
  height: 100%; }

body {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  box-orient: vertical;
  box-direction: normal;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column; }

.content-area-wrapper {
  box-flex: 1;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  box-orient: vertical;
  box-direction: normal;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column; }

.content-area {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-positive: 1; }

.error-box {
  padding: 20px;
  background-color: #FF0120;
  color: white; }

@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?fa587m");
  src: url("fonts/icomoon.eot?fa587m#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?fa587m") format("truetype"), url("fonts/icomoon.woff?fa587m") format("woff"), url("fonts/icomoon.svg?fa587m#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: 'icomoon';
  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-facebook:before {
  content: "\e905"; }

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

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

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

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

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

.icon-expand_less:before {
  content: "\e5ce"; }

.icon-expand_more:before {
  content: "\e5cf"; }

.icon-chevron_left:before {
  content: "\e5cb"; }

.icon-chevron_right:before {
  content: "\e5cc"; }

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

.icon-press:before {
  content: "\e907"; }

.icon-download:before, .icon-downloads:before {
  content: "\e908"; }

.icon-tips:before, .icon-tipsandhints:before {
  content: "\e909"; }

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

.icon-play:before, .icon-video:before {
  content: "\e90a"; }

.icon-bubble:before, .icon-blog:before {
  content: "\e90b"; }

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

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

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

body {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1 {
  margin: 0 0 25px 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px; }
  @media only screen and (min-width: 992px), print {
    h1 {
      margin: 0 0 15px 0;
      font-size: 40px;
      line-height: 50px; } }

h2 {
  margin: 0 0 10px 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px; }
  @media only screen and (min-width: 992px), print {
    h2 {
      margin: 0 0 25px 0;
      font-size: 36px;
      line-height: 44px; } }

h3 {
  margin: 0 0 25px 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 38px; }
  @media only screen and (min-width: 992px), print {
    h3 {
      font-size: 30px; } }

h4, .right-to-know h2 {
  margin: 0 0 10px 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px; }
  @media only screen and (min-width: 992px), print {
    h4, .right-to-know h2 {
      font-size: 24px; } }

p {
  margin: 0 0 20px 0;
  line-height: 28px;
  color: #868686; }

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

blockquote {
  margin: 0 0 20px 50px;
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  font-style: italic;
  color: #B19E5E; }

.introduction-text {
  margin-bottom: 0;
  font-weight: 300;
  font-size: 24px;
  color: #868686;
  line-height: 40px; }
  @media only screen and (min-width: 992px), print {
    .introduction-text {
      font-size: 26px; } }

.price {
  font-size: 24px;
  color: #C09A14; }
  .price.price-large {
    font-size: 40px; }

.black-text {
  color: black; }

.red-text {
  color: #D0021B; }

.silver-text {
  color: #868686; }

.green-text {
  color: green; }

.gold-text {
  color: #C09A14; }

input[type="text"], input[type="email"], input[type="phone"], input[type="password"] {
  padding: 14.5px;
  margin-bottom: 30px;
  min-height: 55px;
  width: 100%;
  vertical-align: top;
  border: 2px solid #D8D8D8;
  color: #B2B2B2; }

input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  margin-bottom: 30px;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  cursor: pointer; }

.btn-file {
  position: relative;
  overflow: hidden;
  padding: 10px;
  height: 55px; }

textarea {
  margin-bottom: 30px;
  padding: 15px;
  min-height: 200px;
  width: 100%;
  border: 2px solid #D8D8D8;
  color: #B2B2B2; }
  .checkout textarea {
    min-height: 0;
    overflow-y: hidden; }

textarea:focus, input:focus {
  border-color: #CBCBCB;
  color: black;
  outline: 0; }

select {
  margin-bottom: 30px;
  padding: 13.5px;
  min-height: 55px;
  min-width: 140px;
  width: 100%;
  vertical-align: top;
  border: 2px solid #D8D8D8;
  color: black; }
  select option {
    color: #B2B2B2; }
  select.select-fullwidth {
    width: 100%; }

label {
  margin-bottom: 5px;
  display: inline-block;
  width: 100%;
  text-transform: uppercase;
  color: #868686; }

fieldset {
  margin: 0;
  padding: 0;
  border: 0; }

.form-inline {
  overflow: hidden; }
  .form-inline input {
    float: left;
    width: auto;
    display: inline-block;
    margin-right: 5px; }
    .form-inline input[type="checkbox"] {
      height: 23px; }
  .form-inline label {
    float: left;
    width: auto; }

label.required:after {
  content: " *";
  color: #FF0120; }

.contourIndicator {
  color: #FF0120; }

@media only screen and (min-width: 992px), print {
  .contourField.textfield {
    width: 50%;
    float: left;
    padding-right: 10px; } }

@media only screen and (min-width: 992px), print {
  .contourField.textfield.alternating {
    padding-left: 10px;
    padding-right: 0; } }

@media only screen and (min-width: 992px), print {
  .umbraco-forms-field {
    width: 50%;
    float: left;
    padding-right: 10px; } }

.umbraco-forms-field.longanswer, .umbraco-forms-field.titleanddescription {
  width: 100%; }

.umbraco-forms-field.recaptcha2 {
  clear: both;
  margin-bottom: 20px; }
  .umbraco-forms-field.recaptcha2 label {
    height: 0;
    visibility: hidden; }
  .umbraco-forms-field.recaptcha2 .field-validation-error {
    display: none; }

.forgotten-password {
  float: right;
  padding-top: 16px;
  padding-bottom: 16px; }

.field-validation-error {
  display: block;
  margin-bottom: 20px;
  color: #FF0120; }

.right-to-know {
  font-size: 14px; }
  .right-to-know .umbraco-forms-field {
    width: 100%; }
  .right-to-know .form-inline label {
    line-height: 23px; }
  .right-to-know p {
    line-height: 16px; }

.btn, .richtext-btn-red {
  padding: 13px;
  display: inline-block;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  border: 0;
  color: white;
  transition: background-color 0.6s; }
  @media only screen and (min-width: 992px), print {
    .btn, .richtext-btn-red {
      min-width: 185px;
      font-size: 20px; } }

.no-btn {
  border: 0;
  background-color: transparent; }

.btn-red {
  background-color: #FF0120; }
  .btn-red:hover {
    background-color: #D0021B; }

.btn-gold {
  background-color: #C09A14; }
  .btn-gold:hover {
    background-color: #977707; }

.btn-black {
  background-color: #232323; }
  .btn-black:hover {
    background-color: #4A4A4A; }

.btn-border {
  border: 2px solid #232323;
  color: #232323; }

.btn-grey {
  background-color: #EEEEEE;
  color: #4A4A4A; }
  .btn-grey:hover {
    background-color: #E6E5E5; }

.btn-large {
  margin: 0 auto 100px auto;
  display: block;
  min-width: 306px; }

.richtext-btn-red {
  background-color: #FF0120; }
  .richtext-btn-red:hover {
    background-color: #D0021B; }

.social-circle {
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #868686;
  color: #868686;
  vertical-align: top;
  transition: 0.4s; }
  .social-circle:hover, .social-circle:focus {
    opacity: 0.5; }
  .social-circle span {
    display: block;
    position: relative;
    top: 50%;
    transform: translateY(-50%); }
  .social-circle .icon-facebook {
    padding-right: 3px; }
  .social-circle .icon-twitter {
    padding-top: 2px; }
  .social-circle .icon-mail {
    font-size: 70%; }

.menu-btn {
  position: relative;
  vertical-align: middle;
  transition: 0.4s; }
  @media only screen and (min-width: 992px), print {
    .menu-btn {
      display: none; } }

.lines {
  position: relative;
  display: inline-block;
  width: 29px;
  height: 4.14286px;
  background: white;
  transition: 0.4s; }
  .lines:before, .lines:after {
    display: inline-block;
    position: absolute;
    width: 29px;
    height: 4.14286px;
    background: white;
    transition: 0.4s;
    left: 0;
    content: '';
    transform-origin: 2.07143px center; }
  .lines:before {
    top: 7.25px; }
  .lines:after {
    top: -7.25px; }

.menu-btn.active .lines {
  background: transparent; }
  .menu-btn.active .lines:before, .menu-btn.active .lines:after {
    transform-origin: 50% 50%;
    top: 0;
    width: 29px; }
  .menu-btn.active .lines:before {
    transform: rotate3d(0, 0, 1, 45deg); }
  .menu-btn.active .lines:after {
    transform: rotate3d(0, 0, 1, -45deg); }

table {
  width: 100%;
  color: #868686; }

thead {
  font-weight: 700;
  background-color: #EEEEEE; }

tbody {
  border-top: 2px solid #EEEEEE; }

tbody tr {
  border-bottom: 2px solid #EEEEEE;
  border-left: 2px solid #EEEEEE;
  border-right: 2px solid #EEEEEE; }

td,
th {
  padding: 20px;
  text-align: left; }

.footer-newsletter {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  background-size: cover;
  background-position: center center; }
  @media only screen and (min-width: 992px), print {
    .footer-newsletter {
      padding-top: 70px;
      padding-bottom: 70px;
      text-align: left; } }
  @media only screen and (min-width: 992px), print {
    .footer-newsletter form {
      text-align: right; } }
  .footer-newsletter input[type="text"], .footer-newsletter input[type="email"] {
    padding: 16.5px;
    width: 100%;
    border: 0; }
    @media only screen and (min-width: 992px), print {
      .footer-newsletter input[type="text"], .footer-newsletter input[type="email"] {
        float: left;
        margin-right: 2%;
        margin-bottom: 0;
        width: 32%; } }
  @media only screen and (min-width: 992px), print {
    .footer-newsletter .button {
      float: left;
      width: 30%; } }
  @media only screen and (min-width: 992px), print {
    .footer-newsletter h3 {
      margin: 0;
      padding-top: 10px; } }

.footer {
  padding-top: 30px;
  text-align: center;
  background-color: #232323; }
  @media only screen and (min-width: 992px), print {
    .footer {
      padding-top: 70px;
      margin-top: -50px;
      text-align: left; } }
  .footer .footer-inner {
    margin-bottom: 20px; }
  .footer .footer-link {
    margin-left: 250px;
    font-size: 12px; }
  @media only screen and (min-width: 992px), print {
    .footer .column-5:first-of-type {
      text-align: right; } }
  .footer a {
    color: #868686; }
  .footer p {
    margin: 0;
    line-height: 20px; }
  @media only screen and (min-width: 992px), print {
    .footer ul {
      overflow: hidden; } }
  .footer li {
    margin-bottom: 5px;
    text-transform: uppercase; }
    @media only screen and (min-width: 992px), print {
      .footer li:last-child {
        margin-right: 0; } }
    @media only screen and (min-width: 992px), print {
      .footer li {
        float: left;
        margin-right: 30px;
        margin-bottom: 0;
        line-height: 40px; } }
  .footer .social-circle {
    margin-bottom: 10px;
    width: 40px;
    height: 40px;
    margin-right: 15px;
    margin-left: 15px; }
    .footer .social-circle span {
      font-size: 22px; }

.disclaimer {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: black; }
  @media only screen and (min-width: 992px), print {
    .disclaimer {
      padding-top: 40px;
      padding-bottom: 40px;
      text-align: center; } }
  .disclaimer p {
    margin: 0; }

.header {
  height: 60px;
  background-color: black; }
  .header .container {
    max-width: 1560px;
    padding-right: 0;
    padding-left: 0; }
  @media only screen and (min-width: 992px), print {
    .header {
      height: 90px;
      position: relative;
      z-index: 2; } }

.logo {
  float: left;
  position: relative;
  z-index: 1;
  height: 110px;
  width: 50%;
  float: left;
  max-width: 272px;
  text-align: center;
  background-color: #232323; }
  .logo a {
    padding: 10px 20px;
    display: block;
    position: relative;
    top: 50%;
    transform: translateY(-50%); }
  .logo img {
    margin: 0 auto; }
  @media only screen and (min-width: 992px), print {
    .logo {
      width: 21.875%;
      float: left;
      margin-left: 1.5625%;
      margin-right: 1.5625%;
      position: relative;
      z-index: 3; } }

@media only screen and (min-width: 992px), print {
  .header-navigation {
    width: auto;
    float: right; } }

.header-navigation ul {
  font-size: 20px;
  font-weight: 700; }
  @media only screen and (min-width: 992px), print {
    .header-navigation ul {
      font-size: 18px; } }
  @media only screen and (min-width: 992px), print {
    .header-navigation ul {
      font-size: 20px; } }
  .header-navigation ul:after {
    content: "";
    clear: both;
    display: table; }

.header-navigation li {
  position: relative;
  color: white; }
  @media only screen and (min-width: 992px), print {
    .header-navigation li {
      transition: box-shadow 0.6s; } }
  @media only screen and (min-width: 992px), print {
    .header-navigation li:hover {
      box-shadow: inset 0 -100px 0 0 #4A4A4A; } }

.header-navigation a {
  padding: 17px 12px;
  display: block;
  color: white; }
  @media only screen and (min-width: 992px), print {
    .header-navigation a {
      padding: 32px 12px; } }
  @media only screen and (min-width: 1400px), print {
    .header-navigation a {
      padding: 32px 30px; } }

@media only screen and (min-width: 992px), print {
  .header-navigation .active {
    background-color: #4A4A4A; } }

.header-navigation ul ul a:hover {
  color: #C09A14; }

.main-navigation-container {
  position: fixed;
  height: 100%;
  top: 0;
  right: -80%;
  width: 80%;
  overflow-y: scroll;
  background-color: #4A4A4A;
  transition: right 0.6s; }
  @media only screen and (min-width: 992px), print {
    .main-navigation-container {
      position: inherit;
      right: 0;
      width: auto;
      float: left;
      overflow-y: inherit; } }

.main-navigation {
  padding: 20px; }
  @media only screen and (min-width: 992px), print {
    .main-navigation {
      padding: 0; } }
  .main-navigation ul {
    background-color: #232323; }
    @media only screen and (min-width: 992px), print {
      .main-navigation ul {
        background-color: black; } }
  @media only screen and (min-width: 992px), print {
    .main-navigation > ul > li {
      float: left; } }
  .main-navigation > ul > li > a {
    text-transform: uppercase; }
    @media only screen and (min-width: 992px), print {
      .main-navigation > ul > li > a {
        min-height: 90px; } }
  .main-navigation li {
    border-bottom: 2px solid #4A4A4A; }
    @media only screen and (min-width: 992px), print {
      .main-navigation li {
        border-bottom: none; } }
    @media only screen and (min-width: 992px), print {
      .main-navigation li.product-link {
        position: static; } }
  @media only screen and (min-width: 992px), print {
    .main-navigation ul > li:hover .main-navigation-dropdown {
      max-height: 900px;
      visibility: visible;
      opacity: 1; }
      .main-navigation ul > li:hover .main-navigation-dropdown li:hover {
        box-shadow: none; }
    .main-navigation ul > li:hover .product-menu-column {
      opacity: 1; } }

.main-navigation-open {
  right: 0; }

@media only screen and (min-width: 992px), print {
  .main-navigation-dropdown {
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    transition: max-height 0.6s, opacity 0.6s, visibility 0.6s; } }

.main-navigation-dropdown ul {
  display: none;
  background-color: #323232; }
  .main-navigation-dropdown ul.open {
    display: block; }
  @media only screen and (min-width: 992px), print {
    .main-navigation-dropdown ul {
      display: block;
      margin-bottom: 20px;
      background-color: transparent; } }

.main-navigation-dropdown li:last-child {
  border: 0; }

.main-navigation-dropdown ul > li > a {
  color: #C09A14; }
  .main-navigation-dropdown ul > li > a:hover {
    color: #9B9B9B; }
  @media only screen and (min-width: 992px), print {
    .main-navigation-dropdown ul > li > a {
      padding: 10px 0; } }

.main-navigation-dropdown ul > li > ul {
  display: none;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #4A4A4A; }
  @media only screen and (min-width: 992px), print {
    .main-navigation-dropdown ul > li > ul {
      padding-right: 0;
      padding-left: 0;
      display: block;
      background-color: transparent;
      border-top: 2px solid #5C5C5C; } }
  .main-navigation-dropdown ul > li > ul li {
    border-color: #5C5C5C; }
    @media only screen and (min-width: 992px), print {
      .main-navigation-dropdown ul > li > ul li {
        float: none;
        border-bottom: 2px solid #5C5C5C; } }
  .main-navigation-dropdown ul > li > ul a {
    padding-right: 0;
    padding-left: 0;
    color: white; }
    .main-navigation-dropdown ul > li > ul a:hover {
      color: #C09A14; }
  .main-navigation-dropdown ul > li > ul.open {
    display: block; }

.dropdown-open {
  padding: 17px;
  position: absolute;
  right: 0;
  top: 0; }
  @media only screen and (min-width: 992px), print {
    .dropdown-open {
      display: none; } }
  .dropdown-open:after {
    font-family: 'icomoon';
    content: "\e5cf";
    font-size: 26px;
    color: white; }
  .dropdown-open.open:after {
    content: "\e5ce"; }

@media only screen and (min-width: 992px), print {
  .main-navigation-dropdown-basic {
    position: absolute;
    top: 90px;
    width: 400px;
    padding: 40px 50px 30px 50px;
    background-color: #4A4A4A; } }

@media only screen and (min-width: 992px), print {
  .main-navigation-dropdown-basic ul {
    border-top: 2px solid #5C5C5C; } }

@media only screen and (min-width: 992px), print {
  .main-navigation-dropdown-basic li {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 2px solid #5C5C5C; } }

@media only screen and (min-width: 992px), print {
  .main-navigation-dropdown-basic a {
    color: white; } }

@media only screen and (min-width: 992px), print {
  .product-menu {
    position: absolute;
    left: 0;
    width: 100%;
    overflow: hidden;
    background-color: #4A4A4A; } }

@media only screen and (min-width: 992px), print {
  .product-menu-container {
    max-width: 1460px;
    margin-left: auto;
    margin-right: auto;
    display: -ms-flexbox;
    display: flex; }
    .product-menu-container:after {
      content: " ";
      display: block;
      clear: both; } }

@media only screen and (min-width: 992px), print {
  .product-menu-column {
    width: 30.20833%;
    float: left;
    margin-left: 1.5625%;
    margin-right: 1.5625%;
    margin: 0;
    padding: 50px 1.5% 0 1.5%;
    opacity: 0;
    transition: opacity 0.6s 0.4s; } }

@media only screen and (min-width: 992px), print {
  .product-menu-column.product-menu-column-alt {
    padding: 50px 4% 0 4%;
    background-color: #3E3E3E; } }

.product-menu-column > ul > li > a {
  text-transform: uppercase; }

.product-menu-popular {
  display: none; }
  @media only screen and (min-width: 992px), print {
    .product-menu-popular {
      display: block;
      padding: 50px 4% 0 4%; } }
  .product-menu-popular .product-menu-popular-name {
    color: #D8D8D8;
    font-size: 18px;
    font-weight: 400; }
  .product-menu-popular .product-menu-popular-title {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #C09A14; }
  .product-menu-popular .price {
    float: right;
    color: #C09A14;
    font-size: 18px; }
  .product-menu-popular a {
    padding: 0;
    padding-bottom: 10px; }

.top-navigation li {
  float: left; }

@media only screen and (min-width: 992px), print {
  .top-navigation a {
    min-height: 90px; } }

.top-navigation span {
  vertical-align: middle; }
  @media only screen and (min-width: 992px), print {
    .top-navigation span {
      vertical-align: inherit; } }

.top-navigation .mobile-btn {
  padding: 18px;
  background-color: #232323; }
  @media only screen and (min-width: 992px), print {
    .top-navigation .mobile-btn {
      display: none; } }

@media only screen and (min-width: 992px), print {
  .top-navigation .icon-pin {
    margin-right: 10px; } }

@media only screen and (min-width: 992px), print {
  .top-navigation ul > li:hover .main-navigation-dropdown {
    max-height: 900px;
    visibility: visible;
    opacity: 1; } }

.top-navigation-main {
  width: 50%;
  float: right; }
  @media only screen and (min-width: 992px), print {
    .top-navigation-main {
      width: auto;
      float: left;
      background-color: #232323; } }
  .top-navigation-main ul {
    float: right; }

.top-navigation-mobile-menu {
  width: 100%;
  height: 60px;
  text-align: center;
  background-color: black; }
  .top-navigation-mobile-menu ul {
    display: inline-block;
    overflow: hidden; }
  @media only screen and (min-width: 992px), print {
    .top-navigation-mobile-menu {
      display: none; } }

.search {
  right: 0; }
  .search input {
    float: left;
    margin-bottom: 0;
    width: 80%;
    border: 0; }
  .search button {
    width: 20%;
    height: 54px;
    background-color: black;
    border: 0; }

.row {
  width: 100%;
  overflow: hidden; }

.grid .row {
  padding-bottom: 20px; }
  @media only screen and (min-width: 992px), print {
    .grid .row {
      padding-bottom: 60px; } }

.grid-image {
  margin-bottom: 20px; }

[class^="column-"], [class*=" column-"] {
  width: 96.875%;
  float: left;
  margin-left: 1.5625%;
  margin-right: 1.5625%;
  min-height: 1px; }

@media only screen and (min-width: 992px), print {
  .column-1 {
    width: 5.20833%;
    float: left;
    margin-left: 1.5625%;
    margin-right: 1.5625%; } }

@media only screen and (min-width: 992px), print {
  .column-2 {
    width: 13.54167%;
    float: left;
    margin-left: 1.5625%;
    margin-right: 1.5625%; } }

@media only screen and (min-width: 992px), print {
  .column-3 {
    width: 21.875%;
    float: left;
    margin-left: 1.5625%;
    margin-right: 1.5625%; } }

@media only screen and (min-width: 992px), print {
  .column-4 {
    width: 30.20833%;
    float: left;
    margin-left: 1.5625%;
    margin-right: 1.5625%; } }

@media only screen and (min-width: 992px), print {
  .column-5 {
    width: 38.54167%;
    float: left;
    margin-left: 1.5625%;
    margin-right: 1.5625%; } }

@media only screen and (min-width: 992px), print {
  .column-6 {
    width: 46.875%;
    float: left;
    margin-left: 1.5625%;
    margin-right: 1.5625%; } }

@media only screen and (min-width: 992px), print {
  .column-7 {
    width: 55.20833%;
    float: left;
    margin-left: 1.5625%;
    margin-right: 1.5625%; } }

@media only screen and (min-width: 992px), print {
  .column-8 {
    width: 63.54167%;
    float: left;
    margin-left: 1.5625%;
    margin-right: 1.5625%; } }

@media only screen and (min-width: 992px), print {
  .column-10 {
    width: 80.20833%;
    float: left;
    margin-left: 1.5625%;
    margin-right: 1.5625%; } }

@media only screen and (min-width: 992px), print {
  .column-12 {
    width: 96.875%;
    float: left;
    margin-left: 1.5625%;
    margin-right: 1.5625%; } }

@media only screen and (min-width: 992px), print {
  .push-1 {
    margin-left: 9.89583%; } }

@media only screen and (min-width: 992px), print {
  .push-2 {
    margin-left: 18.22917%; } }

@media only screen and (min-width: 992px), print {
  .push-3 {
    margin-left: 26.5625%; } }

@media only screen and (min-width: 992px), print {
  .push-6 {
    margin-left: 51.5625%; } }

.richtext .btn, .richtext .richtext-btn-red, .grid .btn, .grid .richtext-btn-red {
  margin-bottom: 20px; }

.richtext ul, .grid ul {
  margin-bottom: 20px;
  margin-left: 20px;
  color: #868686;
  line-height: 28px;
  list-style-type: disc; }

.accordion {
  border-top: 2px solid #EEEEEE;
  padding: 0;
  margin: 0;
  list-style: none; }
  .accordion > dt {
    padding: 13px 17px;
    position: relative;
    border-bottom: 2px solid #EEEEEE;
    cursor: pointer; }
    @media only screen and (min-width: 992px), print {
      .accordion > dt {
        padding: 20px; } }
    .accordion > dt:after {
      position: absolute;
      top: 25px;
      right: 0;
      font-family: 'icomoon';
      content: "\e5cf";
      font-size: 30px;
      color: #B2B2B2; }
    .accordion > dt.active:after {
      content: "\e5ce"; }
    .accordion > dt.active {
      border-bottom: none; }
  .accordion h3 {
    margin: 0; }
  .accordion dd {
    margin-left: 0;
    padding: 20px;
    color: #868686;
    line-height: 28px;
    list-style-type: disc; }

.accordion-content {
  display: none;
  overflow: hidden; }
  .accordion-content.active {
    border-bottom: 2px solid #EEEEEE; }
  .accordion-content ul {
    margin-left: 20px;
    color: #868686;
    line-height: 28px;
    list-style-type: disc; }
  .accordion-content img {
    float: right; }
  .accordion-content .specifications {
    overflow: hidden;
    margin-bottom: 20px; }
  .accordion-content .specification {
    width: 50%;
    float: left; }
  .accordion-content .icons {
    overflow: hidden; }
  .accordion-content .icon {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    overflow: hidden; }
    @media only screen and (min-width: 600px), print {
      .accordion-content .icon {
        width: 50%;
        float: left; } }
    .accordion-content .icon img {
      float: left;
      width: 60px;
      margin-right: 20px; }

.basket-container {
  margin-right: 1.5625%;
  margin-left: 1.5625%;
  margin-bottom: 40px;
  overflow: hidden; }

.basket-table-row {
  overflow: hidden;
  padding: 20px 10px;
  border: 2px solid #EEEEEE;
  border-bottom: 0; }
  @media only screen and (min-width: 992px), print {
    .basket-table-row {
      padding: 40px 0;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      box-align: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center; } }
  .basket-table-row:last-child {
    border-bottom: 2px solid #EEEEEE; }
  .basket-table-row h2, .basket-table-row p {
    margin-bottom: 0; }
  .basket-table-row a {
    color: black;
    transition: color 0.6s; }
    .basket-table-row a:hover {
      color: #D0021B; }
  .basket-table-row img {
    border: 2px solid #D8D8D8; }
  .basket-table-row .icon-close {
    font-size: 32px;
    color: #B2B2B2; }
    @media only screen and (min-width: 992px), print {
      .basket-table-row .icon-close {
        display: block;
        text-align: center; } }
  .basket-table-row .price {
    color: #B2B2B2; }
    @media only screen and (min-width: 992px), print {
      .basket-table-row .price {
        display: block;
        padding: 0 21px;
        text-align: right; } }
  .basket-table-row .price-large {
    color: #4A4A4A; }
  .basket-table-row select {
    margin-top: 20px;
    min-width: 0; }
    @media only screen and (min-width: 992px), print {
      .basket-table-row select {
        margin-top: 0;
        margin-bottom: 0; } }
  .basket-table-row input {
    width: 50%;
    height: 56px;
    -moz-appearance: textfield;
    text-align: center; }
    @media only screen and (min-width: 992px), print {
      .basket-table-row input {
        width: 100%; } }

.basket-table-row-img {
  width: 38.54167%;
  float: left;
  margin-left: 1.5625%;
  margin-right: 1.5625%; }
  @media only screen and (min-width: 992px), print {
    .basket-table-row-img {
      width: 13.54167%;
      float: left;
      margin-left: 1.5625%;
      margin-right: 1.5625%; } }

.basket-table-row-title {
  margin-bottom: 20px;
  width: 55.20833%;
  float: left;
  margin-left: 1.5625%;
  margin-right: 1.5625%; }
  @media only screen and (min-width: 992px), print {
    .basket-table-row-title {
      margin-bottom: 0;
      width: 30.20833%;
      float: left;
      margin-left: 1.5625%;
      margin-right: 1.5625%; } }

.basket-table-row-price {
  display: none; }
  @media only screen and (min-width: 992px), print {
    .basket-table-row-price {
      display: block;
      width: 13.54167%;
      float: left;
      margin-left: 1.5625%;
      margin-right: 1.5625%; } }

.basket-table-row-quantity {
  width: 38.54167%;
  float: left;
  margin-left: 1.5625%;
  margin-right: 1.5625%; }
  @media only screen and (min-width: 992px), print {
    .basket-table-row-quantity {
      width: 5.20833%;
      float: left;
      margin-left: 1.5625%;
      margin-right: 1.5625%; } }

.basket-table-row-totalprice {
  width: 55.20833%;
  float: left;
  margin-left: 1.5625%;
  margin-right: 1.5625%; }
  @media only screen and (min-width: 992px), print {
    .basket-table-row-totalprice {
      width: 13.54167%;
      float: left;
      margin-left: 1.5625%;
      margin-right: 1.5625%; } }

.basket-summary {
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: hidden;
  text-align: right;
  background-color: #F6F6F6; }
  @media only screen and (min-width: 992px), print {
    .basket-summary .basket-voucher-form {
      margin-top: 30px; } }
  .basket-summary input {
    float: left;
    width: 67.5%;
    margin-right: 2.5%; }
  .basket-summary button {
    float: left;
    width: 30%;
    min-width: unset; }
  .basket-summary table {
    font-size: 24px; }
    @media only screen and (min-width: 992px), print {
      .basket-summary table {
        float: right;
        width: auto; } }
    .basket-summary table tbody {
      border: 0; }
      .basket-summary table tbody tr {
        border: 0; }
    .basket-summary table tr:last-child {
      font-weight: 700;
      color: #4A4A4A; }
    .basket-summary table td {
      padding-top: 5px;
      padding-bottom: 5px;
      text-align: right; }

.btn-basket {
  margin-top: 10px; }
  @media only screen and (min-width: 768px), print {
    .btn-basket {
      margin-top: 0;
      float: right; } }

.catalogue-container {
  padding-top: 40px;
  padding-bottom: 20px; }
  @media only screen and (min-width: 768px), print {
    .catalogue-container {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      box-lines: multiple;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  @media only screen and (min-width: 992px), print {
    .catalogue-container {
      padding-top: 70px;
      padding-bottom: 30px; } }
  .related-products .catalogue-container {
    padding-top: 0;
    padding-bottom: 0; }

.catalogue-item {
  margin-bottom: 20px;
  padding: 8px;
  border: 2px solid transparent;
  border-bottom-color: #eeeeee;
  width: 96.875%;
  float: left;
  margin-left: 1.5625%;
  margin-right: 1.5625%;
  transition: border-color 0.6s; }
  @media only screen and (min-width: 768px), print {
    .catalogue-item {
      width: 46.875%;
      float: left;
      margin-left: 1.5625%;
      margin-right: 1.5625%; } }
  @media only screen and (min-width: 992px), print {
    .catalogue-item {
      margin-bottom: 40px;
      width: 21.875%;
      float: left;
      margin-left: 1.5625%;
      margin-right: 1.5625%; } }
  .catalogue-item:hover .catalogue-title a {
    color: #D0021B; }

.catalogue-item:hover {
  border-color: #eeeeee; }

.catalogue-image {
  position: relative;
  margin-bottom: 20px;
  display: block;
  overflow: hidden;
  border: 2px solid transparent;
  transition: border-color 0.6s; }

@media only screen and (min-width: 1400px), print {
  .catalogue-title {
    width: 65%;
    float: left; } }

.catalogue-title a {
  font-size: 24px;
  font-weight: 700;
  color: black;
  transition: color 0.6s; }

@media only screen and (min-width: 1400px), print {
  .catalogue-info {
    width: 35%;
    float: left;
    padding-left: 5%;
    text-align: right; } }

.catalogue-info .icon-info {
  float: right;
  display: inline-block;
  margin-top: 5px;
  font-size: 20px;
  color: #CBCBCB;
  cursor: pointer; }
  @media only screen and (min-width: 1400px), print {
    .catalogue-info .icon-info {
      float: none; } }
  .catalogue-info .icon-info:hover {
    color: #4A4A4A; }

.tooltip-column {
  background-color: red; }

@media only screen and (min-width: 992px), print {
  .checkout-login h3 {
    margin-right: 20px;
    display: inline-block; } }

.checkout-step {
  float: right;
  margin-top: 20px;
  font-weight: 700;
  color: #B19E5E; }

.checkout-table-container {
  margin-bottom: 30px;
  border-top: 2px solid #E6E5E5; }

.checkout-table-row {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 2px solid #E6E5E5; }
  .checkout-table-row h4, .checkout-table-row .right-to-know h2, .right-to-know .checkout-table-row h2, .checkout-table-row p {
    margin: 0; }
  .checkout-table-row img {
    border: 2px solid #D8D8D8; }
    @media only screen and (min-width: 992px), print {
      .checkout-table-row img {
        margin-right: 10px;
        float: left; } }

.checkout-summary {
  margin-top: 20px;
  padding: 20px 30px;
  background-color: #F6F6F6; }
  @media only screen and (min-width: 992px), print {
    .checkout-summary {
      margin-top: 0;
      padding: 50px 60px; } }
  .checkout-summary table {
    font-size: 24px; }
    .checkout-summary table tbody {
      border-top: 0; }
    .checkout-summary table tr:last-child {
      font-weight: 700;
      color: #4A4A4A; }
    .checkout-summary table tr td:last-child {
      text-align: right; }
    .checkout-summary table td {
      padding-top: 5px;
      padding-right: 0;
      padding-bottom: 5px;
      padding-left: 0; }
    .checkout-summary table tbody tr {
      border: 0; }

.image-gallery {
  overflow: hidden;
  box-sizing: content-box;
  margin: -1.5625%;
  padding: 1.5625%;
  padding: 0;
  margin-top: 30px;
  margin-bottom: 20px; }
  .image-gallery .image-gallery-item {
    width: 46.875%;
    float: left;
    margin-left: 1.5625%;
    margin-right: 1.5625%;
    margin-bottom: 20px;
    box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.1); }
    @media only screen and (min-width: 768px), print {
      .image-gallery .image-gallery-item {
        width: 21.875%;
        float: left;
        margin-left: 1.5625%;
        margin-right: 1.5625%; } }
    .image-gallery .image-gallery-item img {
      width: 100%; }

.hero {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-image: url("../images/defaultbanner.jpg"); }
  .hero h1, .hero p {
    color: white; }
  .hero h1 {
    font-size: 40px; }
    @media only screen and (min-width: 992px), print {
      .hero h1 {
        font-size: 50px; } }
  .hero p {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px; }
    @media only screen and (min-width: 992px), print {
      .hero p {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 35px; } }
  .hero:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.25;
    background-color: black; }

.hero-text {
  position: relative;
  z-index: 1; }

.hero-home {
  padding-top: 70px;
  padding-bottom: 40px; }
  @media only screen and (min-width: 992px), print {
    .hero-home {
      padding-top: 80px;
      padding-bottom: 100px; } }

.hero-page {
  height: 100px; }

.hero-page-title {
  padding-top: 70px;
  background-size: cover;
  background-position: center center; }
  @media only screen and (min-width: 992px), print {
    .hero-page-title {
      padding-top: 50px;
      padding-bottom: 50px; } }

@media only screen and (min-width: 992px), print {
  .login-container {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; } }

.login-box {
  margin-bottom: 20px;
  padding: 30px;
  background-color: #F6F6F6; }
  @media only screen and (min-width: 992px), print {
    .login-box {
      padding: 60px;
      margin-bottom: 0; } }
  .login-box .forgot-password {
    display: block;
    margin-bottom: 30px; }
    @media only screen and (min-width: 992px), print {
      .login-box .forgot-password {
        float: right;
        margin-top: 10px; } }

.media-container {
  padding-top: 40px;
  padding-bottom: 20px; }
  @media only screen and (min-width: 768px), print {
    .media-container {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      box-lines: multiple;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  @media only screen and (min-width: 992px), print {
    .media-container {
      padding-top: 70px;
      padding-bottom: 30px; } }

.media-item {
  margin-bottom: 20px;
  width: 96.875%;
  float: left;
  margin-left: 1.5625%;
  margin-right: 1.5625%;
  border: 2px solid #EEEEEE; }
  @media only screen and (min-width: 768px), print {
    .media-item {
      width: 46.875%;
      float: left;
      margin-left: 1.5625%;
      margin-right: 1.5625%; } }
  .media-item h2 {
    margin-top: 10px;
    font-size: 24px;
    line-height: 30px;
    color: black; }
  .media-item [class^="icon-"], .media-item [class*=" icon-"] {
    color: #DBCB92; }

.media-icon {
  color: #DBCB92; }

.media-type {
  font-weight: 700;
  text-transform: uppercase;
  color: #B19E5E; }

.media-date {
  color: #B2B2B2; }

@media only screen and (min-width: 992px), print {
  .media-item-image {
    width: 50%;
    float: left;
    border-right: 2px solid #EEEEEE; } }

.media-item-image img {
  width: 100%; }

.media-item-text {
  padding: 10px 20px; }
  @media only screen and (min-width: 992px), print {
    .media-item-text {
      padding: 20px 30px 0 30px; } }
  @media only screen and (min-width: 992px), print {
    .media-item-text.media-item-text-half {
      width: 50%;
      float: left; } }

.media-title {
  border-bottom: 2px solid #EEEEEE; }
  .media-title .media-info {
    margin-top: 20px;
    margin-bottom: 20px; }
    @media only screen and (min-width: 992px), print {
      .media-title .media-info {
        float: right;
        margin-bottom: 0;
        margin-left: 20px; } }

.media-footer {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 2px solid #EEEEEE;
  border-bottom: 2px solid #EEEEEE; }
  .media-footer p {
    margin-bottom: 10px; }
  .media-footer .social-box {
    width: auto;
    float: right; }

.media-tags {
  width: auto;
  float: left;
  overflow: hidden; }
  .media-tags li {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px; }
    .media-tags li.active a {
      background-color: #B2B2B2; }
  .media-tags a {
    padding: 10px;
    display: block;
    min-width: 100px;
    font-weight: 700;
    text-align: center;
    border-radius: 100px;
    border: 1px solid #D8D8D8;
    color: #4A4A4A; }

.disqus {
  margin-top: 30px;
  margin-bottom: 50px; }

.media-list {
  width: 100%;
  margin-bottom: 40px;
  overflow: hidden;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase; }
  .media-list li {
    margin-right: 20px; }
    @media only screen and (min-width: 992px), print {
      .media-list li {
        float: left; } }
  .media-list span {
    margin-right: 5px;
    color: #B2B2B2; }

.breadcrumb {
  margin-bottom: 10px;
  overflow: hidden;
  font-size: 16px; }
  .breadcrumb li {
    float: left;
    padding-right: 20px;
    position: relative;
    color: #B2B2B2; }
    .breadcrumb li:after {
      width: 18px;
      position: absolute;
      top: 2px;
      right: 0;
      content: "\e5cc";
      font-family: 'icomoon';
      color: #B2B2B2; }
    .breadcrumb li:last-child:after {
      display: none; }
  .breadcrumb a {
    color: #B19E5E; }

.filter {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #F6F6F6; }
  .filter select {
    width: 100%; }
    @media only screen and (min-width: 992px), print {
      .filter select {
        margin-bottom: 0; } }
  .filter .tags-container {
    width: 96.875%;
    float: left;
    margin-left: 1.5625%;
    margin-right: 1.5625%; }

.product-gallery {
  width: 13.54167%;
  float: left;
  margin-left: 1.5625%;
  margin-right: 1.5625%; }
  @media only screen and (min-width: 992px), print {
    .product-gallery {
      width: 6.875%;
      float: left;
      margin-left: 1.5625%;
      margin-right: 1.5625%; } }

.product-gallery-image {
  margin-bottom: 20px;
  cursor: pointer; }
  @media only screen and (min-width: 992px), print {
    .product-gallery-image {
      margin-bottom: 45px; } }
  .product-gallery-image.active {
    border: 2px solid #D8D8D8; }

.product-image-container {
  width: 80.20833%;
  float: left;
  margin-left: 1.5625%;
  margin-right: 1.5625%; }
  @media only screen and (min-width: 992px), print {
    .product-image-container {
      width: 36.875%;
      float: left;
      margin-left: 1.5625%;
      margin-right: 1.5625%; } }

.product-image {
  margin-bottom: 30px;
  /*border:2px solid $grey-3;*/ }

.product-summary h1 {
  margin-bottom: 10px; }

.product-summary form {
  margin-top: 25px;
  margin-bottom: 25px;
  overflow: hidden; }
  .product-summary form input[type="number"] {
    float: left;
    width: 70px;
    height: 56px;
    margin-right: 10px;
    -moz-appearance: textfield;
    text-align: center; }
    .product-summary form input[type="number"]::-webkit-outer-spin-button {
      -webkit-appearance: none;
      margin: 0; }

.product-summary .title {
  overflow: hidden; }
  .product-summary .title h1 {
    width: 100%;
    float: left; }
    @media only screen and (min-width: 992px), print {
      .product-summary .title h1 {
        width: 66.66667%;
        float: left; } }

.product-summary .featured-icons {
  width: 100%;
  float: left;
  margin-bottom: 20px; }
  @media only screen and (min-width: 768px), print {
    .product-summary .featured-icons {
      width: 33.33333%;
      float: left; } }
  @media only screen and (min-width: 992px), print {
    .product-summary .featured-icons {
      margin-bottom: 0; } }
  .product-summary .featured-icons .icon {
    width: 25%;
    float: left;
    padding: 0 0 0 10px; }
    @media only screen and (min-width: 992px), print {
      .product-summary .featured-icons .icon {
        width: 33.33333%;
        float: left; } }
    .product-summary .featured-icons .icon img {
      width: 60px; }
      @media only screen and (min-width: 992px), print {
        .product-summary .featured-icons .icon img {
          float: right; } }

.product-summary .btn, .product-summary .richtext-btn-red {
  margin-bottom: 10px; }
  @media only screen and (min-width: 992px), print {
    .product-summary .btn, .product-summary .richtext-btn-red {
      margin-bottom: 0; } }

.product-delivery {
  font-size: 20px; }
  .product-delivery .icon-info {
    color: #FF0120;
    cursor: pointer; }
    .product-delivery .icon-info:hover {
      color: #D0021B; }
  .product-delivery .free {
    font-weight: 700;
    text-transform: uppercase;
    color: black; }

.related-products {
  margin-top: 50px; }

.pagination-wrapper {
  width: 96.875%;
  float: left;
  margin-left: 1.5625%;
  margin-right: 1.5625%; }
  .pagination-wrapper .pagination {
    float: right; }
    .pagination-wrapper .pagination ul {
      overflow: hidden; }
    .pagination-wrapper .pagination li {
      float: left;
      margin-left: 5px; }
    .pagination-wrapper .pagination a {
      display: inline-block;
      min-height: 30px;
      min-width: 30px;
      padding: 4px 10px;
      border: 1px solid #D8D8D8;
      border-radius: 4px;
      color: #444; }
      .pagination-wrapper .pagination a.active {
        background-color: #000;
        border: 1px solid #D8D8D8;
        color: #fff; }

.range-row {
  padding-bottom: 0; }

.range-container {
  width: 100%;
  overflow: hidden; }
  .range-container:last-child {
    margin-bottom: 60px; }

.range-item {
  padding: 25px;
  margin-bottom: 25px;
  position: relative;
  background-size: cover;
  background-position: center center;
  color: white;
  cursor: pointer; }
  @media only screen and (min-width: 992px), print {
    .range-item {
      height: 230px;
      margin-bottom: 3.125%; } }
  .range-item h2 {
    margin: 0;
    position: relative;
    z-index: 1; }
    .range-item h2:after {
      font-family: 'icomoon';
      content: "\e5cc";
      display: block;
      position: absolute;
      right: 0;
      top: 0;
      font-size: 24px; }
      @media only screen and (min-width: 992px), print {
        .range-item h2:after {
          display: none; } }
  .range-item:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.35;
    background-color: black;
    transition: opacity 0.6s; }
  .range-item:hover:after {
    opacity: 0.75; }

.range-item-link {
  display: none; }
  @media only screen and (min-width: 992px), print {
    .range-item-link {
      display: block;
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      padding: 25px;
      z-index: 1;
      font-size: 16px;
      font-weight: 700;
      text-transform: uppercase; } }
  .range-item-link:after {
    font-family: 'icomoon';
    content: "\e5cc";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 25px;
    font-size: 24px;
    line-height: 20px; }

.ranges-home .content-row {
  padding-bottom: 0; }

.ranges-home .range-container {
  margin-bottom: 0; }

.tab-container {
  padding: 20px 30px 0 30px;
  border: solid 1px #D8D8D8;
  border-top: 10px solid #232323; }

.tab {
  display: inline-block;
  padding: 16px 35px;
  margin-right: 5px;
  text-transform: uppercase;
  background-color: white;
  border: solid 1px #D8D8D8;
  border-bottom: 0;
  cursor: pointer;
  transition: background-color 0.6s, color 0.6s; }
  .tab:not(.tab-active):hover {
    background-color: #4A4A4A;
    color: white; }

.tab-active {
  background-color: #232323;
  color: white;
  border-color: #232323; }

.tooltip div.tooltip-arrow {
  border-top-color: rgba(74, 74, 74, 0.8) !important; }

.tooltip .tooltip-inner {
  background-color: rgba(74, 74, 74, 0.8); }
  .tooltip .tooltip-inner p {
    color: #ffffff;
    margin-bottom: 0; }
  .tooltip .tooltip-inner a {
    color: #C09A14;
    text-decoration: underline; }

.tooltip-icon {
  font-size: 20px;
  color: #FF0120; }
  .tooltip-icon:hover {
    cursor: pointer; }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 16px;
  opacity: 0;
  filter: alpha(opacity=0); }

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90); }

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0; }

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px; }

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0; }

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px; }

.tooltip-inner {
  max-width: 300px;
  min-width: 200px;
  padding: 11px;
  color: #ffffff;
  background-color: #4A4A4A; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #4A4A4A; }

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #4A4A4A; }

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #4A4A4A; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #4A4A4A; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #4A4A4A; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #4A4A4A; }

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #4A4A4A; }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #4A4A4A; }
