@charset "UTF-8";
:root {
  --font__base: "Geist", sans-serif;
  --font__heading: "Geist",sans-serif;
  /* Primary Colors */
  --red: #FF5500;
  --red-alt: #d50601;
  --purple: #FF5500;
  --green: #6ad147;
  /* Text Colors */
  --text-black: #333333;
  --text-grey: #767676;
  /* Background and Border Colors */
  --light-grey: #F0F0F0;
  --off-white: #F8F8F8;
  --grey: #E4E4E4;
}

/* Style Guide Use */
.red {
  background: var(--red);
}

.red-alt {
  background: var(--red-alt);
}

.purple {
  background: var(--purple);
}

.green {
  background: var(--green);
}

.textBlack {
  background: var(--text-black);
}

.textGrey {
  background: var(--text-grey);
}

.light-grey {
  background: var(--light-grey);
}

.off-white {
  background: var(--off-white);
}

.grey {
  background: var(--grey);
}

/* Logo Style */
.purpleColor {
  color: var(--purple);
}

.redColor {
  color: var(--red-alt);
}

/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
/* Document
   ========================================================================== */
html {
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
  background: #fff;
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

/**
 * Add the correct display in IE 9-.
 */
article,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/**
 * Add the correct font style in Android 4.3-.
 */
/**
 * Add the correct background and color in IE 9-.
 */
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 100%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
/*
 * Add the correct display in all browsers.
 */
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
/**
 * Add the correct display in IE.
 */
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden], .hide {
  display: none;
}

.sticky {
  position: sticky;
  bottom: 0;
}

/* Responsive Video
   ========================================================================== */
/**
 * Allow video to work repsonsive-.
 */
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Picture
   ========================================================================== */
picture {
  display: block;
  line-height: 0;
}

/* Border Box
   ========================================================================== */
/**
* Apply border-box to all elements
 */
*, *:before, *:after {
  -webkit-box-sizing: border-box; /* Chrome 9-, Safari 5-, iOS 4.2-, Android 3-, Blackberry 7- */
  -moz-box-sizing: border-box; /* Firefox (desktop or Android) 28- */
  box-sizing: border-box; /* Firefox 29+, IE 8+, Chrome 10+, Safari 5.1+, Opera 9.5+, iOS 5+, Opera Mini Anything, Blackberry 10+, Android 4+ */
}

/*  Clearfix hack
  ========================================================================== */
/**
* Force Element To Self-Clear its Children (.group or .row)
 */
/* IE 8 and up*/
.group:after,
.row:after {
  content: "";
  display: table;
  clear: both;
}

/*  For IE 6/7 (trigger hasLayout)
.group {
    zoom: 1;
} */
/*  SVG
   ========================================================================== */
/**
* If SVG then hide fallback span
 */
.fallback {
  display: none;
}

.no-inlinesvg svg {
  display: none;
}

.no-inlinesvg .fallback {
  display: block;
}

/*  Reset List
   ========================================================================== */
/**
* Reset order and unorder list in header
 */
header ul, header ol, footer ul, footer ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/*  error List
   ========================================================================== */
.warning, .error, .success {
  background: var(--red);
  color: #fff;
  margin: 16px 0 16px;
  padding: 16px;
}
.warning ul, .error ul, .success ul {
  padding: 0;
  margin: 10px 0 0 10px;
  list-style: disc;
}
.warning ul li, .error ul li, .success ul li {
  padding-left: 0px;
}
.warning ul li a, .error ul li a, .success ul li a {
  color: #fff !important;
}
.warning p, .error p, .success p {
  margin: 0;
}

.alert li {
  line-height: 14px;
}

.success {
  background: var(--green);
  color: #fff;
}

.col12 {
  width: 100%;
  display: block;
  float: left;
  padding: 0 8px;
  vertical-align: top;
  letter-spacing: normal;
  word-spacing: normal;
  position: relative;
  min-height: 1px;
}
.col12:before, .col12:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
.col12:after {
  clear: both;
}

.col11 {
  width: 100%;
  display: block;
  float: left;
  padding: 0 8px;
  vertical-align: top;
  letter-spacing: normal;
  word-spacing: normal;
  position: relative;
  min-height: 1px;
}
.col11:before, .col11:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
.col11:after {
  clear: both;
}

.col10 {
  width: 100%;
  display: block;
  float: left;
  padding: 0 8px;
  vertical-align: top;
  letter-spacing: normal;
  word-spacing: normal;
  position: relative;
  min-height: 1px;
}
.col10:before, .col10:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
.col10:after {
  clear: both;
}

.col9 {
  width: 100%;
  display: block;
  float: left;
  padding: 0 8px;
  vertical-align: top;
  letter-spacing: normal;
  word-spacing: normal;
  position: relative;
  min-height: 1px;
}
.col9:before, .col9:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
.col9:after {
  clear: both;
}

.col8 {
  width: 100%;
  display: block;
  float: left;
  padding: 0 8px;
  vertical-align: top;
  letter-spacing: normal;
  word-spacing: normal;
  position: relative;
  min-height: 1px;
}
.col8:before, .col8:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
.col8:after {
  clear: both;
}

.col7 {
  width: 100%;
  display: block;
  float: left;
  padding: 0 8px;
  vertical-align: top;
  letter-spacing: normal;
  word-spacing: normal;
  position: relative;
  min-height: 1px;
}
.col7:before, .col7:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
.col7:after {
  clear: both;
}

.col6 {
  width: 100%;
  display: block;
  float: left;
  padding: 0 8px;
  vertical-align: top;
  letter-spacing: normal;
  word-spacing: normal;
  position: relative;
  min-height: 1px;
}
.col6:before, .col6:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
.col6:after {
  clear: both;
}

.col5 {
  width: 100%;
  display: block;
  float: left;
  padding: 0 8px;
  vertical-align: top;
  letter-spacing: normal;
  word-spacing: normal;
  position: relative;
  min-height: 1px;
}
.col5:before, .col5:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
.col5:after {
  clear: both;
}

.col4 {
  width: 100%;
  display: block;
  float: left;
  padding: 0 8px;
  vertical-align: top;
  letter-spacing: normal;
  word-spacing: normal;
  position: relative;
  min-height: 1px;
}
.col4:before, .col4:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
.col4:after {
  clear: both;
}

.col3 {
  width: 100%;
  display: block;
  float: left;
  padding: 0 8px;
  vertical-align: top;
  letter-spacing: normal;
  word-spacing: normal;
  position: relative;
  min-height: 1px;
}
.col3:before, .col3:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
.col3:after {
  clear: both;
}

.col2 {
  width: 100%;
  display: block;
  float: left;
  padding: 0 8px;
  vertical-align: top;
  letter-spacing: normal;
  word-spacing: normal;
  position: relative;
  min-height: 1px;
}
.col2:before, .col2:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
.col2:after {
  clear: both;
}

.col1 {
  width: 100%;
  display: block;
  float: left;
  padding: 0 8px;
  vertical-align: top;
  letter-spacing: normal;
  word-spacing: normal;
  position: relative;
  min-height: 1px;
}
.col1:before, .col1:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
.col1:after {
  clear: both;
}

.contain .col6 {
  width: 50%;
  display: block;
  float: left;
  padding: 0 8px;
  vertical-align: top;
  letter-spacing: normal;
  word-spacing: normal;
  position: relative;
  min-height: 1px;
}
.contain .col6:before, .contain .col6:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
.contain .col6:after {
  clear: both;
}

@media only screen and (min-width: 768px) {
  .col12 {
    width: 100%;
    display: block;
    float: left;
    padding: 0 8px;
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
    position: relative;
    min-height: 1px;
  }
  .col12:before, .col12:after {
    content: " ";
    display: block;
    height: 0;
    overflow: hidden;
  }
  .col12:after {
    clear: both;
  }
  .col12 {
    padding: 0 16px;
  }
  .col11 {
    width: 91.6666666667%;
    display: block;
    float: left;
    padding: 0 8px;
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
    position: relative;
    min-height: 1px;
  }
  .col11:before, .col11:after {
    content: " ";
    display: block;
    height: 0;
    overflow: hidden;
  }
  .col11:after {
    clear: both;
  }
  .col11 {
    padding: 0 16px;
  }
  .col10 {
    width: 83.3333333333%;
    display: block;
    float: left;
    padding: 0 8px;
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
    position: relative;
    min-height: 1px;
  }
  .col10:before, .col10:after {
    content: " ";
    display: block;
    height: 0;
    overflow: hidden;
  }
  .col10:after {
    clear: both;
  }
  .col10 {
    padding: 0 16px;
  }
  .col9 {
    width: 75%;
    display: block;
    float: left;
    padding: 0 8px;
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
    position: relative;
    min-height: 1px;
  }
  .col9:before, .col9:after {
    content: " ";
    display: block;
    height: 0;
    overflow: hidden;
  }
  .col9:after {
    clear: both;
  }
  .col9 {
    padding: 0 16px;
  }
  .col8 {
    width: 66.6666666667%;
    display: block;
    float: left;
    padding: 0 8px;
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
    position: relative;
    min-height: 1px;
  }
  .col8:before, .col8:after {
    content: " ";
    display: block;
    height: 0;
    overflow: hidden;
  }
  .col8:after {
    clear: both;
  }
  .col8 {
    padding: 0 16px;
  }
  .col7 {
    width: 58.3333333333%;
    display: block;
    float: left;
    padding: 0 8px;
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
    position: relative;
    min-height: 1px;
  }
  .col7:before, .col7:after {
    content: " ";
    display: block;
    height: 0;
    overflow: hidden;
  }
  .col7:after {
    clear: both;
  }
  .col7 {
    padding: 0 16px;
  }
  .col6 {
    width: 50%;
    display: block;
    float: left;
    padding: 0 8px;
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
    position: relative;
    min-height: 1px;
  }
  .col6:before, .col6:after {
    content: " ";
    display: block;
    height: 0;
    overflow: hidden;
  }
  .col6:after {
    clear: both;
  }
  .col6 {
    padding: 0 16px;
  }
  .col5 {
    width: 41.6666666667%;
    display: block;
    float: left;
    padding: 0 8px;
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
    position: relative;
    min-height: 1px;
  }
  .col5:before, .col5:after {
    content: " ";
    display: block;
    height: 0;
    overflow: hidden;
  }
  .col5:after {
    clear: both;
  }
  .col5 {
    padding: 0 16px;
  }
  .col4 {
    width: 33.3333333333%;
    display: block;
    float: left;
    padding: 0 8px;
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
    position: relative;
    min-height: 1px;
  }
  .col4:before, .col4:after {
    content: " ";
    display: block;
    height: 0;
    overflow: hidden;
  }
  .col4:after {
    clear: both;
  }
  .col4 {
    padding: 0 16px;
  }
  .col3 {
    width: 25%;
    display: block;
    float: left;
    padding: 0 8px;
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
    position: relative;
    min-height: 1px;
  }
  .col3:before, .col3:after {
    content: " ";
    display: block;
    height: 0;
    overflow: hidden;
  }
  .col3:after {
    clear: both;
  }
  .col3 {
    padding: 0 16px;
  }
  .col2 {
    width: 16.6666666667%;
    display: block;
    float: left;
    padding: 0 8px;
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
    position: relative;
    min-height: 1px;
  }
  .col2:before, .col2:after {
    content: " ";
    display: block;
    height: 0;
    overflow: hidden;
  }
  .col2:after {
    clear: both;
  }
  .col2 {
    padding: 0 16px;
  }
  .col1 {
    width: 8.3333333333%;
    display: block;
    float: left;
    padding: 0 8px;
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
    position: relative;
    min-height: 1px;
  }
  .col1:before, .col1:after {
    content: " ";
    display: block;
    height: 0;
    overflow: hidden;
  }
  .col1:after {
    clear: both;
  }
  .col1 {
    padding: 0 16px;
  }
}
@media only screen and (min-width: 992px) {
  .col10l {
    width: 83.3333333333%;
    display: block;
    float: left;
    padding: 0 8px;
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
    position: relative;
    min-height: 1px;
  }
  .col10l:before, .col10l:after {
    content: " ";
    display: block;
    height: 0;
    overflow: hidden;
  }
  .col10l:after {
    clear: both;
  }
  .col10l {
    padding: 0 8px;
  }
  .col9l {
    width: 75%;
    display: block;
    float: left;
    padding: 0 8px;
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
    position: relative;
    min-height: 1px;
  }
  .col9l:before, .col9l:after {
    content: " ";
    display: block;
    height: 0;
    overflow: hidden;
  }
  .col9l:after {
    clear: both;
  }
  .col9l {
    padding: 0 8px;
  }
  .col8l {
    width: 66.6666666667%;
    display: block;
    float: left;
    padding: 0 8px;
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
    position: relative;
    min-height: 1px;
  }
  .col8l:before, .col8l:after {
    content: " ";
    display: block;
    height: 0;
    overflow: hidden;
  }
  .col8l:after {
    clear: both;
  }
  .col8l {
    padding: 0 8px;
  }
  .col7l {
    width: 50%;
    display: block;
    float: left;
    padding: 0 8px;
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
    position: relative;
    min-height: 1px;
  }
  .col7l:before, .col7l:after {
    content: " ";
    display: block;
    height: 0;
    overflow: hidden;
  }
  .col7l:after {
    clear: both;
  }
  .col7l {
    padding: 0 8px;
  }
  .col6l {
    width: 50%;
    display: block;
    float: left;
    padding: 0 8px;
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
    position: relative;
    min-height: 1px;
  }
  .col6l:before, .col6l:after {
    content: " ";
    display: block;
    height: 0;
    overflow: hidden;
  }
  .col6l:after {
    clear: both;
  }
  .col6l {
    padding: 0 8px;
  }
  .col4l {
    width: 33.3333333333%;
    display: block;
    float: left;
    padding: 0 8px;
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
    position: relative;
    min-height: 1px;
  }
  .col4l:before, .col4l:after {
    content: " ";
    display: block;
    height: 0;
    overflow: hidden;
  }
  .col4l:after {
    clear: both;
  }
  .col4l {
    padding: 0 8px;
  }
  .col3l {
    width: 25%;
    display: block;
    float: left;
    padding: 0 8px;
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
    position: relative;
    min-height: 1px;
  }
  .col3l:before, .col3l:after {
    content: " ";
    display: block;
    height: 0;
    overflow: hidden;
  }
  .col3l:after {
    clear: both;
  }
  .col3l {
    padding: 0 8px;
  }
}
@media only screen and (min-width: 1164px) {
  .col11xl {
    width: 91.6666666667%;
    display: block;
    float: left;
    padding: 0 8px;
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
    position: relative;
    min-height: 1px;
  }
  .col11xl:before, .col11xl:after {
    content: " ";
    display: block;
    height: 0;
    overflow: hidden;
  }
  .col11xl:after {
    clear: both;
  }
  .col11xl {
    padding: 0 16px;
  }
  .col10xl {
    width: 83.3333333333%;
    display: block;
    float: left;
    padding: 0 8px;
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
    position: relative;
    min-height: 1px;
  }
  .col10xl:before, .col10xl:after {
    content: " ";
    display: block;
    height: 0;
    overflow: hidden;
  }
  .col10xl:after {
    clear: both;
  }
  .col10xl {
    padding: 0 16px;
  }
  .col9xl {
    width: 75%;
    display: block;
    float: left;
    padding: 0 8px;
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
    position: relative;
    min-height: 1px;
  }
  .col9xl:before, .col9xl:after {
    content: " ";
    display: block;
    height: 0;
    overflow: hidden;
  }
  .col9xl:after {
    clear: both;
  }
  .col9xl {
    padding: 0 16px;
  }
  .col8xl {
    width: 66.6666666667%;
    display: block;
    float: left;
    padding: 0 8px;
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
    position: relative;
    min-height: 1px;
  }
  .col8xl:before, .col8xl:after {
    content: " ";
    display: block;
    height: 0;
    overflow: hidden;
  }
  .col8xl:after {
    clear: both;
  }
  .col8xl {
    padding: 0 16px;
  }
  .col7xl {
    width: 58.3333333333%;
    display: block;
    float: left;
    padding: 0 8px;
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
    position: relative;
    min-height: 1px;
  }
  .col7xl:before, .col7xl:after {
    content: " ";
    display: block;
    height: 0;
    overflow: hidden;
  }
  .col7xl:after {
    clear: both;
  }
  .col7xl {
    padding: 0 16px;
  }
  .col6xl {
    width: 50%;
    display: block;
    float: left;
    padding: 0 8px;
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
    position: relative;
    min-height: 1px;
  }
  .col6xl:before, .col6xl:after {
    content: " ";
    display: block;
    height: 0;
    overflow: hidden;
  }
  .col6xl:after {
    clear: both;
  }
  .col6xl {
    padding: 0 16px;
  }
  .col4xl {
    width: 33.3333333333%;
    display: block;
    float: left;
    padding: 0 8px;
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
    position: relative;
    min-height: 1px;
  }
  .col4xl:before, .col4xl:after {
    content: " ";
    display: block;
    height: 0;
    overflow: hidden;
  }
  .col4xl:after {
    clear: both;
  }
  .col4xl {
    padding: 0 16px;
  }
  .col1xl {
    width: 8.3333333333%;
    display: block;
    float: left;
    padding: 0 8px;
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
    position: relative;
    min-height: 1px;
  }
  .col1xl:before, .col1xl:after {
    content: " ";
    display: block;
    height: 0;
    overflow: hidden;
  }
  .col1xl:after {
    clear: both;
  }
  .col1xl {
    padding: 0 16px;
  }
}
.static {
  position: static;
}

.container {
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .container {
    max-width: 970px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media only screen and (min-width: 1164px) {
  .container {
    max-width: 1212px;
    padding-left: 24px;
    padding-right: 24px;
  }
}
.container:before, .container:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
.container:after {
  clear: both;
}

.globalHeader .container, .carousel .container {
  padding-left: 8px;
  padding-right: 8px;
  max-width: 1212px;
}

@media only screen and (min-width: 992px) {
  .globalHeader .container,
  .globalMenu .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.row:before, .row:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
.row:after {
  clear: both;
}
.row {
  margin-left: -8px;
  margin-right: -8px;
}
.row .row {
  margin-left: -8px;
  margin-right: -8px;
}

@media only screen and (min-width: 768px) {
  .row:before, .row:after {
    content: " ";
    display: block;
    height: 0;
    overflow: hidden;
  }
  .row:after {
    clear: both;
  }
  .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.alignCenter {
    display: flex;
    flex-direction: row;
  }
  .row.alignCenter .pullRight {
    margin-left: auto;
  }
  .row .row:before, .row .row:after {
    content: " ";
    display: block;
    height: 0;
    overflow: hidden;
  }
  .row .row:after {
    clear: both;
  }
}
.fluid {
  margin: 0 -8px;
}
.fluid [class*=col] {
  padding-right: 0;
  padding-left: 0;
}
@media only screen and (min-width: 768px) {
  .fluid .col12 {
    width: 100%;
    display: block;
    float: left;
    padding: 0 8px;
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
    position: relative;
    min-height: 1px;
  }
  .fluid .col12:before, .fluid .col12:after {
    content: " ";
    display: block;
    height: 0;
    overflow: hidden;
  }
  .fluid .col12:after {
    clear: both;
  }
  .fluid .col12 {
    padding: 0 16px;
  }
}

@media only screen and (min-width: 768px) {
  .fluid {
    margin: 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .carousel .fluid {
    margin: 0 -24px;
  }
}
@media only screen and (min-width: 992px) {
  .carousel .fluid, .row {
    margin-right: -8px;
    margin-left: -8px;
  }
}
@media only screen and (min-width: 1164px) {
  .row, .carousel .fluid {
    margin-right: -16px;
    margin-left: -16px;
  }
}
/* Position Columns
   ========================================================================== */
/**
* Position .col emenlemnts
 */
.center {
  margin: 0 auto;
  float: none !important;
  text-align: center;
}

.centerCol {
  margin: 0 auto;
  float: none !important;
}

.pullRight {
  float: right !important;
}

.pullLeft {
  float: left !important;
}

html.wf-inactive,
html {
  font-family: var(--font__base);
}

html.wf-inactive h1, html.wf-inactive h2, html.wf-inactive h3, html.wf-inactive h4, html.wf-inactive h5, html.wf-inactive h6,
html h1,
html h2,
html h3,
html h4,
html h5,
html h6 {
  font-family: var(--font__heading);
}

html.wf-active {
  font-family: var(--font__base);
}
html.wf-active h1, html.wf-active h2, html.wf-active h3, html.wf-active h4, html.wf-active h5, html.wf-active h6 {
  font-family: var(--font__heading);
}

html {
  font-size: 64%; /* flexible baseline - usually 16px (30 ÷ 16 = 1.875) */
  color: var(--textBlack);
  font-weight: 400;
}

a {
  color: inherit;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-weight: 700;
  line-height: 1.6em;
}

p, li {
  line-height: 1.6em;
  font-weight: 400;
}

p strong, li strong {
  font-weight: 700;
}

h1, .h1 {
  font-size: 19px;
  line-height: 27px;
  font-weight: 500;
}

h2, .h2, .home__boxes__item__title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  margin: 24px 0 14px;
}

h3, .h3 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
}

h4, .h4, h5, h6 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

table {
  font-size: 14px;
  line-height: 22px;
}
table th, table td {
  font-size: 14px;
  line-height: 24px;
}

p, li, .filterBox__item__lbl {
  font-size: 13px;
}

footer p, footer li, .globalFooter__end p {
  font-size: 12px;
}

.small, .small p, .small li {
  font-size: 13px;
}

.large, .large p, .large li {
  font-size: 15px;
}

.xlarge, .xlarge p, .xlarge li {
  font-size: 18px;
}

.btn {
  font-size: 16px;
}

.btn.sm {
  font-size: 14px;
}

.btn.primary {
  font-weight: 500;
}

@media only screen and (min-width: 992px) {
  h1, .h1, h1.home__boxes__item__title {
    font-size: 30px;
    line-height: 38px;
    font-weight: 500;
  }
  h2, .h2 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
  }
  h3, .h3, h3.home__boxes__item__title {
    font-size: 19px;
    line-height: 17px;
  }
  table {
    font-size: 14px;
    line-height: 22px;
  }
  table th, table td {
    font-size: 16px;
    line-height: 24px;
  }
  p, li {
    font-size: 13px;
  }
  p, li, .filterBox__item__lbl {
    font-size: 14px;
    font-size: 13.8px;
  }
  .small, .small p, .small li {
    font-size: 12px;
  }
  .large, .large p, .large li {
    font-size: 16px;
  }
  .xlarge, .xlarge p, .xlarge li {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1164px) {
  h1, .h1, h1.home__boxes__item__title {
    font-size: 32px;
    line-height: 40px;
    font-weight: 500;
  }
  h2, .h2 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
  }
  h3, .h3 {
    font-size: 21px;
    line-height: 29px;
    font-weight: 500;
  }
  p, li, .filterBox__item__lbl {
    font-size: 14px;
    font-size: 13.8px;
  }
  .small, .small p, .small li {
    font-size: 13px;
  }
  .large, .large p, .large li {
    font-size: 18px;
  }
  .xlarge, .xlarge p, .xlarge li {
    font-size: 20px;
  }
}
.mceContentBody h1, .mceContentBody h2, .mceContentBody h3, .mceContentBody h4, .mceContentBody h5, .mceContentBody h6 {
  font-weight: 700;
}
.mceContentBody ul, .mceContentBody ol {
  list-style-type: circle;
  padding: 20px;
}

.selectStyle {
  margin: 0;
  border: none;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid var(--grey);
  background: #fff;
  position: relative;
  background: #fff;
  color: var(--textGrey);
}

.selectStyle.active select {
  color: var(--purple);
}

.selectStyle:after {
  top: 50%;
  right: 16px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-top-color: var(--textGrey);
  border-width: 4px;
  margin-top: -1px;
  z-index: 100;
}

.selectStyle select {
  padding: 16px 0px 16px 16px;
  font-size: 16px;
  width: 100%;
  font-family: var(--font__base);
  color: var(--textGrey);
  border: none;
  text-transform: none;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.selectStyle select:focus {
  outline: none;
}

button {
  border: none;
  outline: none;
  background: transparent;
}

.btn {
  text-decoration: none;
  text-align: center;
  display: flex;
  flex-direction: row;
  text-align: center;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: var(--purple);
  color: #fff;
  border-radius: 5px;
  padding: 14px;
  cursor: pointer;
}

.btn.outline {
  background: transparent;
  color: var(--purple);
  border: 1px solid var(--purple);
}

.btn.outline.black {
  color: var(--textBlack) !important;
  border: 1px solid var(--textBlack);
}

.btn.outline.grey {
  color: var(--textBlack);
  border: 1px solid var(--grey);
}

.btn.outline.white {
  color: #fff;
  border: 1px solid #fff;
}

.btn.borderless {
  background: transparent;
  border-color: transparent;
  color: var(--textBlack);
}

.btn.loading {
  opacity: 0.77;
}

.forgotten {
  font-size: 14px;
  align-items: center;
  text-decoration: none;
}

.forgotten:hover {
  text-decoration: underline;
}

.globalHeader .btn {
  height: 48px;
  width: 48px;
  padding: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.globalHeader .btn svg {
  width: 100%;
  height: auto;
}

.globalHeader .btn.is-active {
  background: #fff;
  color: var(--purple);
}

@media only screen and (min-width: 992px) {
  .btn {
    width: auto;
    padding: 16px;
  }
  .inline__form__field .btn {
    width: 100%;
  }
}
.helpIcon {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.helpIcon a {
  position: relative;
  margin-left: 8px;
}
.helpIcon a span.icon {
  display: inline-block;
  color: var(--purple);
  height: 12px;
  width: 12px;
}
.helpIcon a span.icon svg {
  width: 100%;
  height: auto;
}
.helpIcon a .helpIcon__text {
  display: none;
  background: var(--purple);
  border-radius: 10px;
  color: #fff;
  padding: 20px;
  left: -115px;
  bottom: 30px;
  width: 300px;
  position: absolute;
}
.helpIcon a .helpIcon__text span {
  margin: 0;
  padding: 0;
  font-size: 12px;
  color: #fff;
}
.helpIcon a .helpIcon__text button {
  color: #fff;
  position: absolute;
  top: 8px;
  right: 8px;
}
.helpIcon a .helpIcon__text:after {
  bottom: -8px;
  left: 117px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-top-color: var(--purple);
  color: #fff;
  border-width: 4px;
  margin-top: -1px;
  z-index: 100;
}

.helpIcon.active .helpIcon__text {
  display: block;
}

.deposit.helpIcon .helpIcon__text {
  left: -82px;
}

.deposit.helpIcon .helpIcon__text:after {
  left: 84px;
  right: auto;
}

@media only screen and (min-width: 992px) {
  .helpIcon a .helpIcon__text, .deposit.helpIcon a .helpIcon__text {
    left: -219px;
    padding: 8px;
  }
  .helpIcon a .helpIcon__text button, .deposit.helpIcon a .helpIcon__text button {
    display: none;
  }
  .helpIcon a .helpIcon__text:after, .deposit.helpIcon a .helpIcon__text:after {
    right: 72px;
    left: auto;
  }
  .helpIcon a:hover .helpIcon__text {
    display: block;
  }
}
input.textInput {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  border: 1px solid var(--grey);
  color: var(--textGrey);
  width: 100%;
  border-radius: 5px;
  font-family: var(--font__base);
  font-weight: 400;
  font-size: 16px;
  padding: 16px;
}

input.textInput.small {
  font-size: 14px;
}

input.textInput:focus {
  outline: 0;
}

textarea {
  background: #fff;
  border: 1px solid var(--grey);
  color: var(--textBlack);
  width: 100%;
  border-radius: 5px;
  font-family: var(--font__base);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  padding: 12px 16px 12px 16px;
}

.form__field:first-child {
  margin-top: 0;
}

.form__field {
  margin: 0 0 16px;
}
.form__field input {
  display: block;
}
.form__field p {
  color: var(--textGrey);
  margin: 8px 0 0 !important;
  font-size: 12px;
  line-height: 20px;
}

.form__field label,
.inline__form__field label {
  display: block;
  font-weight: 500;
  font-family: var(--font__heading);
  font-size: 13px;
  color: var(--textBlack);
  margin: 0 0 16px;
}

.inline__form__field label {
  margin-bottom: 0;
}

label.lbl__checkbox {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 0px;
  text-transform: none;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
label.lbl__checkbox input {
  margin: 0 8px 0 0;
}

.label__inline {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 8px;
}
.label__inline span {
  font-weight: 600;
  font-size: 14px;
  color: #6E7C81;
  margin-right: 8px;
}

.inline__form__field {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 16px;
}
.inline__form__field .form__field:first-child {
  margin-left: 0;
}
.inline__form__field .form__field {
  margin-left: 24px;
  margin-right: 0;
  margin-bottom: 0;
  flex: 1 1 130px;
  margin-top: 0;
}
.inline__form__field .nospace {
  margin-left: 0;
}
.inline__form__field .nospace input.textInput {
  border-radius: 5px 0 0 5px;
}
.inline__form__field .nospace:last-child input.textInput {
  border-radius: 0 5px 5px 0;
  margin-left: -1px;
}

.inline__form__field.lbl label {
  margin: 0 0 16px;
}

.inline__form__field.selectRow {
  -webkit-box-align: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

@media only screen and (min-width: 992px) {
  .form__field, .inline__form__field {
    margin-top: 10px;
  }
  .form__field p, .inline__form__field p {
    margin: 8px 0 0;
    font-size: 12px !important;
  }
  .dob {
    max-width: 80px;
  }
}
@media only screen and (min-width: 1164px) {
  .form__field, .inline__form__field {
    margin-top: 18px;
  }
  .form__field p, .inline__form__field p {
    margin: 16px 0 0;
  }
}
.modal__wrapper.active:before {
  z-index: -1;
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  background: rgba(0, 0, 0, 0.2);
  content: "";
  display: block;
  width: 100%;
  height: 100vw;
  height: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}

.modal__wrapper.active {
  position: absolute;
  z-index: 999999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.modal__wrapper.active .modal {
  opacity: 1;
  transform: translate3d(0%, 0%, 0);
}

.modal__wrapper {
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.modal__wrapper .modal {
  transition: transform 0.2s, opacity 0.2s;
  opacity: 0;
  transform: translate3d(0%, 20%, 0);
  background: #fff;
  width: 90%;
  max-width: 500px;
  padding: 18px;
  position: relative;
}
.modal__wrapper .modal h6 {
  font-size: 15px;
  color: var(--textBlack);
  font-weight: 700;
  padding-top: 20px;
  font-family: var(--font__heading);
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 24px;
}
.modal__wrapper .modal p {
  font-size: 13px;
}
.modal__wrapper .modal .modal__content__actions {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.modal__wrapper .modal .modal__content__actions li {
  flex: 0 1 240px;
}
.modal__wrapper .modal .modal__content__actions .btn {
  padding: 14px 8px;
  font-size: 14px;
}
.modal__wrapper .modal .modal__content__actions li:first-child {
  margin-right: 18px;
}
.modal__wrapper .modal .modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
}
.modal__wrapper .modal .modal__close .close__icon {
  position: relative;
  height: 16px;
  width: 16px;
  display: block;
  cursor: pointer;
}
.modal__wrapper .modal .modal__close .close__icon:after, .modal__wrapper .modal .modal__close .close__icon:before {
  content: "";
  height: 2px;
  width: 16px;
  display: block;
  background: var(--textBlack);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: rotate(-45deg) translate(-50%, -50%);
  transform-origin: 0 0;
  transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.modal__wrapper .modal .modal__close .close__icon:before {
  transform: rotate(45deg) translate(-50%, -50%);
}
.modal__wrapper .modal .modal__close .close__icon:hover:after,
.modal__wrapper .modal .modal__close .close__icon:hover:before {
  background: rgb(0, 0, 0);
}

.modal__largeImg .modal {
  width: 100%;
  max-width: 1024px;
  max-height: 90vh;
}
.modal__largeImg .modal .modal__content__image {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal__largeImg .modal img {
  margin: 20px 0 0;
  height: auto;
  height: auto;
  width: 90%;
}

.modal__video .modal {
  overflow: hidden;
  max-width: 80%;
}

.modal__basket .modal, .modal__address .modal {
  overflow: hidden;
  max-width: 848px;
}
.modal__basket .modal h3, .modal__address .modal h3 {
  margin-top: 0;
}
.modal__basket .modal .row, .modal__address .modal .row {
  margin: 0;
}
.modal__basket .modal .modal__title, .modal__address .modal .modal__title {
  color: var(--purple);
}
.modal__basket .modal .modal__basket__item, .modal__address .modal .modal__basket__item {
  margin: 0 0 18px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.modal__basket .modal .modal__basket__item h4, .modal__address .modal .modal__basket__item h4 {
  margin: 0;
}
.modal__basket .modal .modal__basket__item img, .modal__address .modal .modal__basket__item img {
  border: 1px solid var(--grey);
  margin-right: 18px;
  width: 103px;
  height: 103px;
}
.modal__basket .modal .modal__content__actions .btn, .modal__address .modal .modal__content__actions .btn {
  height: 100%;
  width: 100%;
}
.modal__basket .modal .modal__additions, .modal__address .modal .modal__additions {
  border-top: 1px solid var(--grey);
  margin: 24px 0 0;
  padding: 32px 0 0;
}
.modal__basket .modal .modal__additions button, .modal__basket .modal .modal__additions .btn, .modal__address .modal .modal__additions button, .modal__address .modal .modal__additions .btn {
  width: 90%;
  margin: 0 auto 8px;
}

.modal__filters .modal {
  height: 90vh;
  overflow: scroll;
}
.modal__filters .filterBox__item {
  position: relative;
}
.modal__filters .filterBox__item .filterBox__item__lbl {
  text-decoration: none;
  padding: 24px 0;
  display: block;
  border-bottom: 1px solid var(--grey);
}
.modal__filters .filterBox__item button {
  position: absolute;
  top: 23px;
  right: 10px;
}
.modal__filters .filterBox__item .filterBox__item__control {
  padding: 20px 0;
}

.modal__basket .modal {
  height: 200vh;
  width: 100%;
  overflow: scroll;
}
.modal__basket .modal .modal__title {
  border-bottom: 1px solid #E4E4E4;
  padding-bottom: 8px;
}
.modal__basket .modal .modal__basket__alert {
  position: absolute;
  top: 36px;
  right: 42px;
}
.modal__basket .modal .hireprice {
  color: #21076A;
  font-size: 20px;
  font-weight: 700;
}
.modal__basket .modal .modal__basket__breakdown {
  border-top: 1px solid #E4E4E4;
  border-bottom: 1px solid #E4E4E4;
  margin: 0 0 18px;
}
.modal__basket .modal .modal__basket__breakdown ul {
  list-style: none;
  padding: 0;
  margin: 0 0 26px;
  width: 220px;
}
.modal__basket .modal .modal__basket__breakdown ul li {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 0 0 8px;
}
.modal__basket .modal .modal__basket__breakdown ul li .guide {
  margin-left: auto;
}
.modal__basket .modal .modal__basket__breakdown ul li.redPrice .guide {
  color: #d50601;
  font-weight: 700;
}

.modal__changeStore .modal {
  height: 90vh;
  width: 100%;
  overflow: scroll;
  max-width: 848px;
}
.modal__changeStore .modal .modal__store {
  border: 1px solid #E4E4E4;
  padding: 24px;
  margin: 0 0 18px;
}
.modal__changeStore .modal .storeName {
  margin: 0;
}
.modal__changeStore .modal .modal__store__address p {
  margin-top: 0;
}

@media only screen and (min-width: 768px) {
  .modal__largeImg .modal {
    width: 90%;
  }
  .modal__largeImg .modal img {
    width: auto;
  }
  .modal__wrapper .modal {
    padding: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .modal__basket .modal {
    height: auto;
    width: 90%;
  }
  .modal__basket {
    /*  .modal .modal__basket__item img {
        width: auto;
        height: auto;
      }*/
  }
  .modal__additions button {
    width: 90%;
    margin: 0 auto 18px;
  }
  .modal__changeStore .btn {
    max-width: 180px;
  }
}
.paginationWrapper {
  text-align: center;
  border-top: 1px solid var(--grey);
  padding: 24px 0 24px;
}
.paginationWrapper ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.paginationWrapper ul li {
  margin: 0 0.2em;
  display: none;
}
.paginationWrapper ul li.selected {
  display: inline-block;
}
.paginationWrapper ul li.selected em {
  font-style: normal;
}
.paginationWrapper ul li.button {
  display: inline-block;
}
.paginationWrapper ul li a, .paginationWrapper ul li span {
  border: 1px solid var(--grey);
  border-radius: 0.25em;
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0.6em 0.8em;
  font-size: 14px;
  text-decoration: none;
}
.paginationWrapper ul li.selected a {
  background-color: var(red);
  border-color: var(red-alt);
  color: #fff;
  pointer-events: none;
}
.paginationWrapper ul li a:hover {
  background-color: var(--off-white);
}

@media only screen and (min-width: 768px) {
  .paginationWrapper ul li {
    margin: 0 0.2em;
    display: inline-block;
  }
  .paginationWrapper ul li.selected em {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .paginationWrapper {
    border-top: none;
  }
}
.promoBar {
  background-color: var(--red);
  padding: 4px 0 5px;
}
.promoBar p {
  margin: 0;
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #fff;
}

@media only screen and (min-width: 992px) {
  .promoBar p {
    line-height: 12px;
  }
}
@media only screen and (min-width: 768px) {
  .globalMenu nav {
    position: relative;
  }
  .globalMenu nav ul ul {
    display: none;
  }
  .globalMenu li.parent:hover > .globalMenu__dropdown > ul {
    display: block;
  }
  .globalMenu li.parent:hover > .globalMenu__dropdown {
    display: block;
  }
  .globalMenu li.parent-lvl1:hover > ul.child-lvl1 {
    display: flex;
    height: 100%;
  }
  .globalMenu li.parent-lvl2:hover > ul.child-lvl2 {
    display: flex;
    height: 100%;
  }
  .globalMenu .globalMenu__dropdown {
    background: #fff;
    filter: drop-shadow(0 16px 12px rgba(0, 0, 0, 0.175));
    position: absolute;
    border-radius: 0 0 10px 10px;
    top: 45px;
    left: 0;
    right: 0;
    z-index: 99999;
    display: none;
  }
  .globalMenu nav ul li ul {
    width: 25%;
    flex-direction: column;
  }
  .globalMenu nav ul li ul li {
    border-left: none;
    background-color: #fff;
  }
  .globalMenu nav ul li ul li a {
    color: var(--textBlack);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8px' height='14px' viewBox='0 0 8 14' %3E%3Cg fill='currentColor' fill-rule='nonzero' stroke='%23767676' stroke-width='0.5'%3E%3Cpath d='M0.676328502,11.8758621 C0.599033816,11.9586207 0.502415459,12 0.396135266,12 C0.289855072,12 0.193236715,11.9586207 0.115942029,11.8758621 C-0.038647343,11.7103448 -0.038647343,11.4413793 0.115942029,11.2758621 L5.04347826,6 L0.115942029,0.724137931 C-0.038647343,0.55862069 -0.038647343,0.289655172 0.115942029,0.124137931 C0.270531401,-0.0413793103 0.52173913,-0.0413793103 0.676328502,0.124137931 L5.88405797,5.7 C6.03864734,5.86551724 6.03864734,6.13448276 5.88405797,6.3 L0.676328502,11.8758621 L0.676328502,11.8758621 Z' %3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 97% 50%;
  }
  .globalMenu nav ul li ul li a:hover {
    color: var(--red);
    text-decoration: none;
  }
  .globalMenu nav ul li ul li:hover {
    text-decoration: none;
    background-color: #f9f9fb;
  }
  .globalMenu .child-lvl1 {
    position: absolute;
    width: 25%;
    top: 0;
    left: 25%;
  }
  .globalMenu .child-lvl1:before {
    content: "";
    background: #fff;
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: -100%;
    right: 0;
    width: 400%;
    bottom: 0;
    z-index: -1;
  }
  .globalMenu .child-lvl2 {
    position: absolute;
    width: 100%;
    top: 0;
    left: 100%;
  }
  .globalMenu .child-lvl2 li a {
    background-image: none;
  }
}
/*
@include breakpoint($desktop_hd) {
  .globalHeader {
    .globalHeader__container {
      .globalMenu {
        .globalMenu__dropdown {
          top:42px;
        }
      }
    }
  }
}
*/
.globalHeader {
  background-color: #1E0A05;
  color: #FFEEE5;
}
.globalHeader a {
  color: #FFEEE5;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.globalHeader a:hover {
  border-bottom: 1px solid #FFEEE5;
}
.globalHeader nav a {
  color: #fff;
}
.globalHeader ul {
  margin: 0;
}
.globalHeader {
  /* First bar */
}
.globalHeader #headerUtils {
  display: flex;
  flex-direction: row-reverse;
  display: none;
}
.globalHeader #headerUtils ul {
  display: flex;
  flex-direction: row;
  gap: 24px;
}
.globalHeader #headerUtils ul li {
  line-height: 16px;
  font-size: 13.92px;
  padding: 1px 0 8px;
}
.globalHeader #headerUtils ul li a {
  padding: 8px 0 0;
  display: block;
}
.globalHeader #headerMain {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  padding: 12px 0;
  position: relative;
}
.globalHeader #headerMain > ul {
  display: flex;
  flex-direction: row;
  gap: 18px;
  position: absolute;
  top: 20px;
  right: 8px;
}
.globalHeader #headerMain .globalHeader_logo {
  margin: 8px 0;
  padding: 0;
  width: 100%;
  min-width: 180px;
  max-width: 180px;
}
.globalHeader #headerMain .globalHeader_logo a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.globalHeader #headerMain .globalHeader_logo a:hover {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.globalHeader #headerMain .globalHeader_logo img {
  width: 100%;
  height: auto;
}
.globalHeader #headerMain {
  /* Search */
}
.globalHeader #headerMain .globalHeader__search {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-grow: 1;
  width: 100%;
}
.globalHeader #headerMain .globalHeader__search form {
  display: flex;
  flex-grow: 1;
  background: #fff;
  border-radius: 32px;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0), inset 0px 0px 0px 1px #d0ccd6;
}
.globalHeader #headerMain .globalHeader__search form .textInput {
  border-radius: 32px;
  border: none;
  padding: 0;
  flex-grow: 1;
  padding: 8px 12px;
  margin: 2px;
  font-family: Geist, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-sans;
  font-size: 14px;
  font-weight: 400;
  color: #242425;
  background: #fff;
}
.globalHeader #headerMain .globalHeader__search form button {
  border-left: 2px solid #e9e6f0;
  flex: 0 0 46px;
  margin: 7px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  stroke: #9a98a0;
}
.globalHeader #headerMain .globalHeader__search form button svg {
  max-width: 20px;
  width: 100%;
  height: auto;
}
.globalHeader #headerMain .globalHeader__search form:focus-within {
  border-radius: 32px;
  box-shadow: 0px 0px 0px 2px #e9e6f0, 0px 0px 0px 2px var(--red) inset;
}
.globalHeader #headerMain {
  /* End Search */
}
.globalHeader #headerMain .globalHeader__action.--tel {
  display: none;
}
.globalHeader #headerMain .globalHeader__action.--menu .icon-bar {
  display: block;
  width: 24px;
  height: 2px;
  border-radius: 1px;
  color: #fff;
  background-color: #fff;
}
.globalHeader #headerMain .globalHeader__action.--menu .headerButton {
  display: flex;
  width: 32px;
  height: 32px;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  justify-content: center;
  color: #fff;
}
.globalHeader #headerMain .globalHeader__action.--menu .headerButton .close, .globalHeader #headerMain .globalHeader__action.--menu .headerButton .open {
  width: 20px;
  height: 20px;
  display: none;
}
.globalHeader #headerMain .globalHeader__action.--menu .headerButton .close svg, .globalHeader #headerMain .globalHeader__action.--menu .headerButton .open svg {
  width: 100%;
  height: auto;
}
.globalHeader #headerMain .globalHeader__action.--menu .headerButton .open {
  display: flex;
}
.globalHeader #headerMain .globalHeader__action {
  display: flex;
  gap: 12px;
}
.globalHeader #headerMain .globalHeader__action a {
  display: flex;
  gap: 12px;
  align-items: center;
}
.globalHeader #headerMain .globalHeader__action a:hover {
  border-bottom-color: rgba(255, 255, 255, 0);
}
.globalHeader #headerMain .globalHeader__action .lbl {
  display: flex;
  display: none;
  flex-direction: column;
  align-items: flex-start;
  line-height: 18px;
}
.globalHeader #headerMain .globalHeader__action .lbl .fakeLink {
  color: var(--red);
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.globalHeader #headerMain .globalHeader__action .lbl .fakeLink:hover {
  border-bottom-color: var(--red);
}
.globalHeader #headerMain .globalHeader__action .lbl.--reverse {
  flex-direction: column-reverse;
  align-items: flex-end;
}
.globalHeader #headerMain .globalHeader__action .lbl.--reverse .fakeLink {
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
}
.globalHeader #headerMain .globalHeader__action .svg {
  display: flex;
  flex: 0 0 26px;
  position: relative;
}
.globalHeader #headerMain .globalHeader__action .svg .basket__count {
  background-color: var(--red);
  position: absolute;
  top: -14px;
  right: -10px;
  color: #fff;
  border-radius: 100%;
  font-size: 10px;
  line-height: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 17px;
  font-weight: 500;
  height: 17px;
}

.globalMenu {
  display: none;
}
.globalMenu nav {
  background-color: #1E0A05;
}
.globalMenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.globalMenu ul li {
  line-height: 35px;
  font-size: 13.92px;
}
.globalMenu ul li a {
  text-decoration: none;
  padding: 2px 24px;
  color: #fff;
}
.globalMenu ul li.parent a {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.globalMenu ul .globalMenu__dropdown {
  padding: 0 0 0 12px;
}
.globalMenu ul .globalMenu__dropdown ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.globalMenu ul .globalMenu__dropdown ul li ul {
  padding: 0 0 0 12px;
}
.globalMenu ul .globalMenu__dropdown ul li ul li:last-child {
  border-bottom: none;
}

.globalMenu.is-open {
  display: flex;
}
.globalMenu.is-open nav ul ul {
  display: none;
}
.globalMenu.is-open li.parent.is-open > .globalMenu__dropdown > ul {
  display: flex;
}
.globalMenu.is-open li.parent-lvl1.is-open > ul.child-lvl1 {
  display: flex;
}
.globalMenu.is-open li.parent-lvl2.is-open > ul.child-lvl2 {
  display: flex;
}
.globalMenu.is-open .headerButton .close {
  display: none;
}
.globalMenu.is-open li.is-open > a .open {
  display: none;
}
.globalMenu.is-open li.is-open > a .close {
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .globalMenu .container {
    padding-left: 0;
    padding-right: 0;
  }
  .globalMenu .container nav {
    padding: 0 0 16px;
  }
}
@media only screen and (min-width: 768px) {
  .globalHeader #headerUtils {
    display: flex;
  }
  .globalHeader .globalHeader__header .globalHeader__search {
    padding: 0;
    margin-left: auto;
    margin-right: 0;
  }
  .globalHeader .globalHeader__header .globalHeader__search .globalHeader__menu {
    display: none;
  }
  .globalHeader #headerMain {
    gap: 42px;
    padding: 12px 0;
    align-items: center;
    flex-direction: row;
  }
  .globalHeader #headerMain .globalHeader_logo {
    margin-bottom: 0;
  }
  .globalHeader #headerMain .globalHeader__search {
    width: auto;
  }
  .globalHeader #headerMain ul {
    gap: 42px;
    padding: 0 20px 0 0;
    position: relative;
    top: auto;
    right: auto;
  }
  .globalHeader #headerMain .globalHeader__action .lbl {
    display: flex;
  }
  .globalHeader #headerMain .globalHeader__action.--menu {
    display: none;
  }
  .globalMenu {
    background-color: #1E0A05;
    padding: 0;
    display: flex;
    height: 45px;
  }
  .globalMenu .headerButton {
    display: none;
  }
  .globalMenu nav {
    height: auto;
    overflow: visible;
    display: flex;
  }
  .globalMenu nav ul {
    display: flex;
    flex-direction: row;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .globalMenu nav > ul > li:first-child {
    margin-left: -16px;
  }
  .globalMenu nav ul li {
    border-top: none;
    background-color: transparent;
    line-height: 1.6em;
    -webkit-box: 0;
    -moz-box: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  .globalMenu nav ul li a {
    padding: 10px 16px;
    color: #fff;
    display: block;
    height: 45px;
    text-decoration: none;
  }
  .globalMenu nav ul li a:hover {
    color: #fff;
    text-decoration: underline;
  }
  .globalMenu nav .external {
    margin-left: auto;
    align-items: flex-end;
  }
  .globalMenu nav .external > li:last-child {
    margin-right: -16px;
  }
}
@media only screen and (min-width: 992px) {
  .globalHeader #headerMain .globalHeader_logo {
    margin: 0;
    padding: 0;
    width: 100%;
    min-width: 230px;
    max-width: 230px;
  }
  .globalHeader #headerMain ul {
    padding-right: 0;
  }
  .globalHeader #headerMain .globalHeader__action.--tel {
    display: flex;
  }
  .globalHeader #headerMain .globalHeader__action.--tel .fakeLink:hover {
    border-color: rgba(0, 0, 0, 0);
  }
}
.globalHeader__mobile {
  position: sticky;
  top: 0;
  box-shadow: 0px 0 10px rgba(0, 0, 0, 0.35);
  overflow: hidden;
  z-index: 80000;
  width: 100%;
  height: 48px;
  background: #fff;
}
.globalHeader__mobile a {
  display: block;
}
.globalHeader__mobile svg {
  width: 100%;
  height: auto;
}
.globalHeader__mobile .mobile__ident {
  display: inline-block;
  margin: 0;
  width: 180px;
  float: left;
}
.globalHeader__mobile .mobile__ident svg {
  width: 100%;
}
.globalHeader__mobile .mobile__menu {
  text-decoration: none;
  float: right;
  display: inline-block;
  line-height: 38px;
  width: 29px;
  margin: 12px 0 0;
}

@media only screen and (min-width: 768px) {
  .globalHeader__mobile {
    display: none;
  }
}
#fullScreen__menu {
  display: none;
  position: absolute;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 101%;
  z-index: 99999;
}
#fullScreen__menu #menu__close {
  position: absolute;
  top: 35px;
  right: 30px;
  z-index: 9999;
}
#fullScreen__menu #menu__close path {
  fill: #fff;
}
#fullScreen__menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  top: auto;
  left: auto;
  bottom: auto;
  right: auto;
  margin: auto;
  display: table-cell;
  vertical-align: middle;
  padding: 20px;
}
#fullScreen__menu ul li {
  margin: 0.85em 1em;
  font-size: 28px;
}
#fullScreen__menu ul li a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  position: relative;
}
#fullScreen__menu ul li a.active:after {
  content: "";
  background: #fff;
  height: 3px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}

.globalFooter .globalFooter__extraNav {
  background: var(--off-white);
  border-top: 1px solid var(--grey);
  overflow: hidden;
}
.globalFooter .globalFooter__extraNav h4 {
  position: relative;
  margin: 0;
}
.globalFooter .globalFooter__extraNav h4 a {
  text-decoration: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11px' height='11px' viewBox='0 0 11 11'%3E%3Cg stroke='none' stroke-width='1' fill='currentColor' fill-rule='nonzero'%3E%3Cpolygon id='Path' points='6 5 11 5 11 6 6 6 6 11 5 11 5 6 0 6 0 5 5 5 5 0 6 0'%3E%3C/polygon%3E%3C/g%3E%3C/svg%3E");
  padding: 24px 0;
  display: block;
  background-position: 100% 50%;
  background-repeat: no-repeat;
}
.globalFooter .globalFooter__extraNav h4 a:hover {
  color: var(--textGrey);
}
.globalFooter .globalFooter__extraNav h4 a.is-open {
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='11px' height='1px' viewBox='0 0 11 1'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='current' fill-rule='nonzero'%3E%3Cpolygon id='Path' points='6 -6.66133815e-16 11 -6.66133815e-16 11 1 6 1 5 1 0 1 0 -6.66133815e-16 5 -6.66133815e-16'%3E%3C/polygon%3E%3C/g%3E%3C/svg%3E");
}
.globalFooter .globalFooter__extraNav ul.is-open {
  padding-top: 0;
  padding-bottom: 16px;
  margin-left: 8px;
}
.globalFooter .globalFooter__extraNav ul li {
  margin: 0 0 8px;
}
.globalFooter .globalFooter__extraNav ul li a {
  text-decoration: none;
}
.globalFooter .globalFooter__extraNav ul li a:hover {
  text-decoration: underline;
}
.globalFooter .globalFooter__extraNav ul {
  display: block;
  overflow: hidden;
  height: 1px;
}
.globalFooter .globalFooter__extraNav ul.is-open {
  display: block;
  height: auto;
}
.globalFooter .globalFooter__extraNav ul:after {
  background: var(--grey);
  height: 1px;
  width: 200vw;
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: -50%;
}
.globalFooter .globalFooter__extraNav .col4l:last-child ul:after {
  display: none;
}
.globalFooter .globalFooter__social,
.globalFooter .globalFooter__end {
  border-top: 1px solid var(--grey);
  text-align: center;
  padding: 24px 0;
}
.globalFooter .globalFooter__social ul {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.globalFooter .globalFooter__social ul li {
  margin: 0 16px;
}
.globalFooter .globalFooter__social ul li a:hover {
  color: var(--purple);
}

@media only screen and (min-width: 992px) {
  .globalFooter .globalFooter__extraNav {
    padding: 24px 0 56px;
  }
  .globalFooter .globalFooter__extraNav h4 a, .globalFooter .globalFooter__extraNav h4 a.is-open {
    background-image: none;
    cursor: default;
  }
  .globalFooter .globalFooter__extraNav h4 a:hover {
    color: var(--textBlack);
  }
  .globalFooter .globalFooter__extraNav ul {
    padding: 0;
    height: auto;
    border: none;
    margin-left: 0;
  }
  .globalFooter .globalFooter__extraNav ul:after {
    display: none;
  }
}
.promo {
  background: var(--off-white);
  padding: 12px 0;
  position: relative;
}
.promo .promoLeft__btn {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.promo .promoRight__btn {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.promo ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.promo ul li {
  display: none;
}
.promo ul li .icon {
  margin-right: 12px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.promo ul li .icon svg {
  width: 100%;
  height: 27px;
  max-width: 27px;
}
.promo ul li p {
  margin: 0;
  line-height: 18px;
  padding-right: 18px;
}
.promo ul li .promo__item {
  text-decoration: none;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.promo ul li.active {
  display: block;
}

@media only screen and (min-width: 992px) {
  .promo {
    border-bottom: 1px solid var(--grey);
  }
  .promo .promoLeft__btn,
  .promo .promoRight__btn {
    display: none;
  }
  .promo ul {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-direction: normal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .promo ul li {
    -webkit-box: 1;
    -moz-box: 1;
    -webkit-flex: 1 1 25%;
    -ms-flex: 1 1 25%;
    flex: 1 1 25%;
    display: inline-block;
  }
  .promo ul li .icon {
    display: none;
  }
}
.home__filterWidget__carousel {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: reverse;
  -webkit-box-orient: vertical;
  -moz-box-direction: reverse;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.home__filterWidget {
  background: #fff;
  border-top: 1px solid var(--grey);
  padding: 16px 0;
  position: relative;
  z-index: 998;
}
.home__filterWidget .h1 {
  margin: 0 0 16px;
}
.home__filterWidget .inline__form__field {
  margin: 0 0 16px 0;
}

@media only screen and (min-width: 992px) {
  .home__filterWidget__carousel {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .home__filterWidget {
    background: var(--off-white);
    border-top: none;
    border-bottom: 1px solid var(--grey);
  }
  .home__filterWidget .h1 {
    display: none;
  }
  .home__filterWidget form {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-direction: normal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .home__filterWidget form .form__field, .home__filterWidget form .inline__form__field {
    margin: 0 16px 0 0;
    -webkit-box: 1;
    -moz-box: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .home__filterWidget form .inline__form__field {
    -webkit-box: 1;
    -moz-box: 1;
    -webkit-flex: 1 1 290px;
    -ms-flex: 1 1 290px;
    flex: 1 1 290px;
  }
  .home__filterWidget form .inline__form__field .form__field {
    margin-right: 0;
  }
  .home__filterWidget form .form__field:first-child {
    -webkit-box: 1;
    -moz-box: 1;
    -webkit-flex: 1 1 170px;
    -ms-flex: 1 1 170px;
    flex: 1 1 170px;
  }
  .home__filterWidget form .form__field:last-child {
    margin-right: 0;
    -webkit-box: 0;
    -moz-box: 0;
    -webkit-flex: 0 1 169px;
    -ms-flex: 0 1 169px;
    flex: 0 1 169px;
  }
}
.carousel .carousel__container {
  margin: 0 0 16px;
}
.carousel ul {
  background: var(--off-white);
  list-style: none;
  padding: 0;
  margin: 0;
  height: 0px;
  padding-top: 36.2%;
  overflow: hidden;
  position: relative;
  z-index: 500;
}
.carousel ul li.active {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 501;
}
.carousel ul li.active a {
  display: block;
}
.carousel ul li.active img {
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 992px) {
  .carousel {
    padding: 24px 0;
  }
  .carousel .carousel__container {
    margin: 0;
  }
}
.home__boxes {
  border-top: 1px solid var(--grey);
  background: var(--off-white);
  overflow: hidden;
}
.home__boxes .home__boxes__item {
  position: relative;
  display: flex;
  flex-direction: column;
}
.home__boxes .home__boxes__item p, .home__boxes .home__boxes__item .home__boxes__item__bg {
  display: none;
}
.home__boxes .home__boxes__item .home__boxes__item__title {
  margin: 0;
  flex: 1 1 100%;
}
.home__boxes .home__boxes__item .home__boxes__item__title a {
  padding: 24px 0;
  text-decoration: none;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8px' height='14px' viewBox='0 0 8 14' %3E%3Cg fill='currentColor' fill-rule='nonzero' stroke='%23767676' stroke-width='0.5'%3E%3Cpath d='M0.676328502,11.8758621 C0.599033816,11.9586207 0.502415459,12 0.396135266,12 C0.289855072,12 0.193236715,11.9586207 0.115942029,11.8758621 C-0.038647343,11.7103448 -0.038647343,11.4413793 0.115942029,11.2758621 L5.04347826,6 L0.115942029,0.724137931 C-0.038647343,0.55862069 -0.038647343,0.289655172 0.115942029,0.124137931 C0.270531401,-0.0413793103 0.52173913,-0.0413793103 0.676328502,0.124137931 L5.88405797,5.7 C6.03864734,5.86551724 6.03864734,6.13448276 5.88405797,6.3 L0.676328502,11.8758621 L0.676328502,11.8758621 Z' %3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 97% 50%;
}
.home__boxes .home__boxes__item .home__boxes__item__title a picture {
  display: inline-block;
  line-height: 0;
  position: absolute;
  top: 10px;
  right: 20%;
}
.home__boxes .home__boxes__item .home__boxes__item__title a picture img {
  width: 60px;
}
.home__boxes .home__boxes__item .home__boxes__item__title a:hover {
  color: var(--textGrey);
}
.home__boxes .home__boxes__item .arrow {
  justify-content: center;
  align-items: center;
}
.home__boxes .home__boxes__item:before {
  background: var(--grey);
  content: "";
  display: block;
  height: 1px;
  width: 300%;
  position: absolute;
  bottom: 0;
  left: -100%;
}
.home__boxes .col12:last-child .home__boxes__item:before {
  display: none;
}

@media only screen and (min-width: 992px) {
  .home__boxes {
    background: #fff;
    padding: 30px 0 0;
  }
  .home__boxes .home__boxes__item.white a, .home__boxes .home__boxes__item.white .home__boxes__item__title a:hover, .home__boxes .home__boxes__item.white p {
    color: #fff;
  }
  .home__boxes .home__boxes__item {
    position: relative;
    z-index: -1;
    z-index: 0;
    margin: 0 0 30px;
    text-align: center;
    padding-top: 81.88%;
    height: 0px;
  }
  .home__boxes .home__boxes__item .home__boxes__item__content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.6);
    padding: 16px 0 24px;
  }
  .home__boxes .home__boxes__item .home__boxes__item__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
  }
  .home__boxes .home__boxes__item .home__boxes__item__bg img {
    width: 100%;
    height: auto;
  }
  .home__boxes .home__boxes__item .home__boxes__item__title {
    margin: 0;
    line-height: 0;
  }
  .home__boxes .home__boxes__item .home__boxes__item__title a {
    background-image: none;
  }
  .home__boxes .home__boxes__item .home__boxes__item__title a picture {
    display: none;
  }
  .home__boxes .home__boxes__item .home__boxes__item__title a:hover {
    color: var(--textBlack);
  }
  .home__boxes .home__boxes__item p {
    display: block;
    margin: 0 8px 18px;
  }
  .home__boxes .home__boxes__item p svg {
    display: none;
  }
  .home__boxes .home__boxes__item p:last-child {
    margin-bottom: 0;
  }
  .home__boxes .home__boxes__item p a {
    color: var(--purple);
    text-decoration: none;
  }
  .home__boxes .home__boxes__item p a:hover {
    text-decoration: underline;
  }
  .home__boxes .home__boxes__item:before {
    height: 100%;
    background: var(--off-white);
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
  }
  .home__boxes .col12:last-child .home__boxes__item:before {
    display: block;
  }
}
.arrow {
  display: flex;
  justify-content: flex-start;
}
.arrow span {
  margin: 0 0 0 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5px;
  height: 24px;
}
.arrow span svg {
  width: 100%;
  height: auto;
}

.globalBoxes {
  border-top: 1px solid var(--grey);
}
.globalBoxes .arrow {
  justify-content: center;
}
.globalBoxes .container .row {
  display: flex;
  overflow-x: scroll;
  overflow-y: hidden;
  scroll-snap-type: x mandatory; /* Chrome Canary */
  scroll-snap-type: mandatory; /* Firefox */
  -ms-scroll-snap-type: mandatory; /* IE/Edge */
  -webkit-scroll-snap-type: mandatory; /* Safari */
  -webkit-scroll-snap-destination: 0% 0%;
  -webkit-scroll-behavior: smooth;
  -ms-scroll-behavior: smooth;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}
.globalBoxes .container .col4 {
  width: 33.33%;
  min-width: 100%;
  scroll-snap-align: center;
  -webkit-scroll-snap-align: center;
  -ms-scroll-snap-align: center;
  scroll-snap-coordinate: 0% 0%; /* older (Firefox/IE) */
  -webkit-scroll-snap-coordinate: 0% 0%; /* older (Safari) */
}
.globalBoxes .globalBoxes__item {
  padding: 56px 0 64px;
  text-align: center;
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
}
.globalBoxes .globalBoxes__item .globalBoxes__item__icon {
  color: #888;
  width: 40px;
  margin: 0 auto;
}
.globalBoxes .globalBoxes__item .globalBoxes__item__icon img, .globalBoxes .globalBoxes__item .globalBoxes__item__icon svg {
  width: 100%;
  height: auto;
}
.globalBoxes .globalBoxes__item h3 {
  margin-bottom: 8px;
}
.globalBoxes .globalBoxes__item p {
  margin-top: 0;
}
.globalBoxes .globalBoxes__item p:last-child {
  margin-bottom: 0;
}
.globalBoxes .globalBoxes__item a {
  color: var(--purple);
  text-decoration: none;
}
.globalBoxes .globalBoxes__item a:hover {
  text-decoration: underline;
}

.globalBoxes.accountOptions {
  border-top: none;
}
.globalBoxes.accountOptions .container {
  overflow: visible;
}
.globalBoxes.accountOptions .container .row {
  overflow: visible;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box: 1;
  -moz-box: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.globalBoxes.accountOptions .globalBoxes__item {
  -webkit-box: 1;
  -moz-box: 1;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  text-align: center;
  width: 100%;
  max-width: none;
  background: var(--off-white);
  border-top: 6px solid var(--purple);
  padding: 64px 32px;
  height: 100%;
}
.globalBoxes.accountOptions .col4 {
  width: 100%;
  min-width: 0;
  margin-bottom: 32px;
}

@media only screen and (min-width: 768px) {
  .globalBoxes .globalBoxes__item {
    max-width: 260px;
  }
  .globalBoxes .globalBoxes__item .globalBoxes__item__icon {
    width: 50px;
  }
  .globalBoxes.accountOptions .container {
    overflow: visible;
  }
  .globalBoxes.accountOptions .container .row {
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-direction: normal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .globalBoxes.accountOptions .container .col4 {
    width: auto;
    flex: 1 1 50%;
  }
  .globalBoxes.accountOptions .globalBoxes__item p {
    max-width: 250px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 992px) {
  .arrow span {
    width: 7px;
    height: 28px;
  }
  .globalBoxes .container {
    overflow: visible;
  }
  .globalBoxes .container .row {
    width: 100%;
    display: inline-block;
    overflow-x: auto;
  }
  .globalBoxes .container .col4 {
    width: 33.33%;
    min-width: 0;
    display: inline-block;
  }
  .globalBoxes .globalBoxes__item {
    max-width: 250px;
  }
  .globalBoxes.accountOptions .container .row {
    width: 100%;
    -webkit-flex-wrap: no-wrap;
    -ms-flex-wrap: no-wrap;
    flex-wrap: no-wrap;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-direction: normal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .globalBoxes.accountOptions .container .col4 {
    width: auto;
    -webkit-box: 1;
    -moz-box: 1;
    -webkit-flex: 1 1 33.333%;
    -ms-flex: 1 1 33.333%;
    flex: 1 1 33.333%;
  }
  .globalBoxes.accountOptions .globalBoxes__item p {
    max-width: 250px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1164px) {
  .globalBoxes .globalBoxes__item {
    max-width: 80%;
  }
}
.breadcrumbWrapper {
  display: none;
  background: var(--off-white);
  padding: 8px 0;
}
.breadcrumbWrapper div {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.breadcrumbWrapper .breadcrumb {
  font-weight: 500;
}
.breadcrumbWrapper .breadcrumb a {
  display: inline-block;
  color: var(--red);
  text-decoration: none;
}
.breadcrumbWrapper .breadcrumb a:hover {
  text-decoration: underline;
}
.breadcrumbWrapper .breadcrumb .arrow {
  width: 4px;
  height: 12px;
  margin: 0 8px;
  display: inline-block;
}
.breadcrumbWrapper .breadcrumb .arrow svg {
  width: 100%;
}
.breadcrumbWrapper .breadcrumb:last-child a {
  color: var(--textBlack);
}
.breadcrumbWrapper .breadcrumb:last-child span {
  display: inline-block;
}

@media only screen and (min-width: 992px) {
  .breadcrumbWrapper {
    display: block;
  }
}
.vat {
  color: var(--red-alt) !important;
}

.filterBox__item .toggle .plus {
  display: block;
}

.filterBox__item .toggle .minus {
  display: none;
}

.filterBox__item.is-open .toggle .plus {
  display: none;
}

.filterBox__item.is-open .toggle .minus {
  display: block;
}

.filterBox__item .filterBox__item__control {
  display: none;
}

.filterBox__item.is-open .filterBox__item__control {
  display: block;
}

.filterBox {
  background: #fff;
  border: 1px solid var(--grey);
  margin-bottom: 16px;
}
.filterBox .filterBox__title {
  margin: 0;
  position: relative;
  padding: 16px 26px;
}
.filterBox .filterBox__title:after {
  position: absolute;
  bottom: 0px;
  background: var(--grey);
  height: 1px;
  width: 100%;
  right: 0;
  content: "";
}
.filterBox .filterBox__item {
  padding: 0 26px;
  position: relative;
  border-bottom: 1px solid var(--grey);
}
.filterBox .filterBox__item:last-child {
  border-bottom: none;
}
.filterBox .filterBox__item__lbl {
  margin: 16px 0 16px;
  display: block;
  font-weight: 500;
}
.filterBox .toggle {
  position: absolute;
  top: 0;
  right: 16px;
  cursor: pointer;
}
.filterBox .vat {
  font-size: 12px;
  margin: 16px 0 16px;
}
.filterBox .filterBox__item__control {
  padding: 0 0 18px;
}
.filterBox .form__field input.textInput {
  font-size: 14px;
  padding: 8px;
}
.filterBox .inline__form__field .form__field {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box: 0;
  -moz-box: 0;
  -webkit-flex: 0 1 205px;
  -ms-flex: 0 1 205px;
  flex: 0 1 205px;
  margin-left: auto;
}

.filterBox {
  display: none;
}

@media only screen and (min-width: 992px) {
  .filterBox {
    display: block;
    position: relative;
    top: auto;
    right: auto;
    left: auto;
  }
  .filterBox .filterBox__title {
    padding: 16px 18px;
  }
  .filterBox .filterBox__item {
    padding: 0 18px;
  }
  .filterBox .inline__form__field .form__field {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-direction: normal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    flex: 0 1 115px;
    margin-left: auto;
  }
  .filterBox:last-child {
    margin-bottom: 64px;
  }
}
@media only screen and (min-width: 1164px) {
  .filterBox .filterBox__title {
    padding: 16px 26px;
  }
  .filterBox .filterBox__item {
    padding: 0 26px;
  }
  .filterBox .inline__form__field .form__field {
    flex: 0 1 130px;
  }
}
.categoryPage {
  border-top: 1px solid var(--grey);
}
.categoryPage .col12 {
  position: static;
}
.categoryPage .container {
  max-width: 970px;
}

.categoryPage__text {
  border-top: 1px solid var(--grey);
  padding: 24px 0;
}

.category .bubble {
  display: block;
  color: var(--red-alt);
}
.category .bubble em {
  font-style: normal;
  font-weight: 500;
}

.category {
  margin: 0 -24px;
}
.category .category__title {
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 0 24px;
}
.category .category__carousel {
  position: relative;
  height: 0px;
  padding-top: 36.18%;
  background: var(--off-white);
  overflow: hidden;
}
.category .category__carousel img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
}
.category .category__mobile {
  padding: 8px 16px;
  border-top: 1px solid var(--grey);
  border-bottom: 1px solid var(--grey);
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  align-items: center;
}
.category .category__mobile .btn {
  width: auto;
}
.category .category__mobile .btn span {
  margin-right: 8px;
}
.category .category__mobile .hirefilter__btn {
  margin-left: auto;
}
.category .category__items:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  background: var(--grey);
  width: 1px;
  transform: translateX(-0.5px);
  height: 100%;
}
.category .category__items {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.category .category__items .category__items__card {
  -webkit-box: 0;
  -moz-box: 0;
  -webkit-flex: 0 1 50%;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  display: block;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom: 1px solid var(--grey);
}
.category .category__items .category__items__card .ie-spacer-flex {
  height: 100%;
}
.category .category__items .category__items__card a, .category .category__items .category__items__card .fakeLink {
  text-decoration: none;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box: 1;
  -moz-box: 1;
  -webkit-flex: 1 0 100%;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  height: 100%;
}
.category .category__items .category__items__card .category__items__card__img {
  padding: 16px;
  -webkit-box: 1;
  -moz-box: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.category .category__items .category__items__card .category__items__card__img .spacer {
  padding-top: 100%;
  overflow: hidden;
  height: 0;
  position: relative;
  background: var(--off-white);
}
.category .category__items .category__items__card .category__items__card__img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
}
.category .category__items .category__items__card .category__items__card__info {
  padding: 8px 16px 0 16px;
  -webkit-box: 1;
  -moz-box: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}
.category .category__items .category__items__card .category__items__card__info .category__items__card__title {
  margin: 0 0 8px;
  font-weight: 500;
}
.category .category__items .category__items__card .category__items__card__info .category__items__card__price {
  margin: 0 0 16px;
}
.category .category__items .category__items__card .category__items__card__info .category__items__card__price .per {
  display: none;
}
.category .category__items .category__items__card .category__items__card__info .category__items__card__hireprice {
  margin: 0 -16px 0;
  margin-top: auto;
  background: var(--off-white);
  padding: 8px 16px;
  text-align: left;
}
.category .category__items .category__items__card .category__items__card__info .category__items__card__hireprice .hireprice {
  font-size: 20px;
  color: var(--purple);
  font-weight: 700;
  letter-spacing: -0.12px;
}
.category .category__items .category__items__card .category__items__card__action {
  background: var(--off-white);
}
.category .category__items .category__items__card:nth-last-child(-n+2) {
  border-bottom: none;
}

.category.related,
.category.modal__products {
  border-top: 1px solid var(--grey);
  margin: 0;
  padding: 32px 0 0;
}
.category.related .category__items:before,
.category.modal__products .category__items:before {
  display: none;
}
.category.related h1,
.category.modal__products h1 {
  padding-left: 24px;
}
.category.related .container,
.category.modal__products .container {
  padding-right: 0;
  padding-left: 0;
  max-width: 970px;
  overflow: hidden;
}
.category.related .container .scroll,
.category.modal__products .container .scroll {
  padding-bottom: 24px;
}
.category.related .container .scroll .category__items,
.category.modal__products .container .scroll .category__items {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
}
.category.related .category__items .category__items__card,
.category.modal__products .category__items .category__items__card {
  -webkit-box: 0;
  -moz-box: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  border: 1px solid var(--grey);
  border-right: none;
  white-space: normal;
}
.category.related .category__items .category__items__card:last-child,
.category.modal__products .category__items .category__items__card:last-child {
  border-right: 1px solid var(--grey);
}

.category.modal__products {
  border: none;
  padding: 0;
  margin: 0 -18px;
}
.category.modal__products .container .scroll .category__items {
  padding-left: 10px;
}

/*.category.modal__products {
	.category__items .category__items__card {
    flex: 0 1 25%;	
    border: 1px solid var(--grey);
		border-right: none;
	}
}*/
@media only screen and (min-width: 768px) {
  .category {
    margin: 0 -40px;
  }
  .category .category__items .category__items__card {
    -webkit-box: 0;
    -moz-box: 0;
    -webkit-flex: 0 1 33.333%;
    -ms-flex: 0 1 33.333%;
    flex: 0 1 33.333%;
  }
  .category.related .category__items .category__items__card {
    -webkit-box: 0;
    -moz-box: 0;
    -webkit-flex: 0 1 25%;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
  }
  .category .category__items:before,
  .category .category__items:after {
    content: "";
    position: absolute;
    top: 0;
    left: 33.333%;
    background: var(--grey);
    width: 1px;
    transform: translateX(-0.5px);
    height: 100%;
  }
  .category .category__items:after {
    left: auto;
    right: 33.333%;
  }
  .category .category__items__card:nth-last-child(-n+3) {
    border-bottom: none;
  }
  .category.related .category__items:before,
  .category.related .category__items:after,
  .category.related .category .category__items:after,
  .category.modal__products .category__items:before,
  .category.modal__products .category__items:after,
  .category.modal__products .category .category__items:after {
    display: none;
  }
  .category.related .container .scroll .category__items,
  .category.modal__products .container .scroll .category__items {
    width: 100%;
  }
  .category.related h1,
  .category.modal__products h1 {
    padding-left: 8px;
  }
  .category.related .container .scroll .category__items,
  .category.modal__products .container .scroll .category__items {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media only screen and (min-width: 992px) {
  .categoryPage__text {
    padding: 55px 0;
  }
  .category .bubble {
    font-size: 12px;
    margin-left: auto;
    position: relative;
    position: absolute;
    right: 0px;
    top: -24px;
    width: 232px;
    color: var(--red-alt);
    padding: 0;
    text-align: right;
  }
  .category .category__items:before,
  .category .category__items:after {
    display: none;
  }
  .category .category__mobile {
    display: none;
  }
  .categoryPage {
    border-top: none;
    margin: 32px 0 0px;
  }
  .category__mobile {
    display: none;
  }
  .category {
    margin: 0 0;
    border-top: none;
  }
  .category .category__items {
    margin: 0 -8px;
  }
  .category .category__items .category__items__card {
    border: none;
    margin-bottom: 24px;
  }
  .category .category__items .category__items__card .ie-spacer-flex {
    padding: 0 8px;
    height: 100%;
  }
  .category .category__items .category__items__card a, .category .category__items .category__items__card .fakeLink {
    border: 1px solid var(--grey);
    height: 100%;
  }
  .category .category__items .category__items__card .category__items__card__info {
    text-align: left;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-direction: normal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .category .category__items .category__items__card .category__items__card__info .category__items__card__title {
    -webkit-box: 0;
    -moz-box: 0;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    margin: 0 0 32px;
  }
  .category .category__items .category__items__card .category__items__card__info .category__items__card__price {
    -webkit-box: 1;
    -moz-box: 1;
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    margin: 0 0 16px;
    align-self: flex-end;
    font-size: 12px;
  }
  .category .category__items .category__items__card .category__items__card__info .category__items__card__price .per {
    display: inline-block;
  }
  .category .category__items .category__items__card .category__items__card__info .category__items__card__price .slash {
    display: none;
  }
  .category .category__items .category__items__card .category__items__card__info .category__items__card__hireprice {
    -webkit-box: 0;
    -moz-box: 0;
    -webkit-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    position: relative;
    background: transparent;
    margin-left: 0;
    margin-right: 0;
    text-align: right;
    padding: 0 0 16px;
    position: relative;
  }
  .category .category__items .category__items__card .category__items__card__action {
    background: #fff;
  }
  .category .category__title {
    margin-top: -8px;
    margin-bottom: 18px;
    padding: 0;
  }
  .category .category__carousel {
    margin-bottom: 16px;
  }
  .category.related h1,
  .category.modal__products h1 {
    padding-left: 0;
  }
  .category.related .container,
  .category.modal__products .container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .category.related .container .scroll .category__items,
  .category.modal__products .container .scroll .category__items {
    padding: 0;
  }
  .category.related .container .scroll .category__items .category__items__card,
  .category.modal__products .container .scroll .category__items .category__items__card {
    border: none;
    -webkit-box: 0;
    -moz-box: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    min-width: auto;
  }
  .category.modal__products {
    margin: 0 -24px;
  }
  .category.modal__products .container .scroll {
    padding-bottom: 0;
  }
  .category.modal__products .container {
    padding-left: 0;
    padding-right: 0;
  }
  .category.modal__products .category__items {
    margin: 0;
  }
  .category.modal__products .category__items .category__items__card {
    padding: 0 8px;
  }
  .category.modal__products .category__items .category__items__card .fakeLink {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .category.related .container .scroll .category__items {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 1164px) {
  .categoryPage .container, .category.related .container, .category.modal__products .container {
    padding-left: 24px;
    padding-right: 24px;
    max-width: 1212px;
  }
  .category .category__carousel {
    margin-bottom: 24px;
  }
  .category .category__items {
    margin: 0;
    margin: 0 -16px;
  }
  .category .category__items .category__items__card .ie-spacer-flex {
    padding: 0 16px;
  }
  .category .category__items .category__items__card .category__items__card__info .category__items__card__price {
    font-size: 14px;
  }
  .category.modal__products {
    margin: 0 -24px;
  }
  .category.modal__products .container {
    padding-left: 0;
    padding-right: 0;
  }
  .category.modal__products .category__items {
    margin: 0;
  }
  .category.modal__products .category__items .category__items__card {
    padding: 0 8px;
  }
}
.product .bubble {
  color: var(--red-alt);
  font-size: 12px;
  width: 234px;
  margin-left: auto;
  position: relative;
  margin-bottom: 4px;
  bottom: -100%;
  position: absolute;
  right: 0;
}

.productPage {
  position: relative;
  border-top: 1px solid var(--grey);
}
.productPage .container {
  max-width: 1212px;
  position: relative;
}
.productPage .product {
  margin: 0 -24px;
}
.productPage .productPage__header {
  padding: 18px 24px 0;
  border-bottom: 1px solid var(--grey);
}
.productPage .productPage__header .productPage__title {
  margin: 0;
}
.productPage .productPage__header .productPage__code {
  margin: 8px 0 16px;
  color: var(--textGrey);
}
.productPage .productPage__body {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.productPage .productPage__body .productPage__body__imgs {
  position: relative;
  -webkit-box: 0;
  -moz-box: 0;
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  width: 100%;
}
.productPage .productPage__body .productPage__body__imgs .soon {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 111;
  font-size: 20px;
  font-weight: 700;
  background: var(--red);
  color: #fff;
  padding: 22px 62px 22px 26px;
  -webkit-clip-path: polygon(0 0, 100% 0, 75% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 75% 100%, 0% 100%);
}
.productPage .productPage__body .productPage__body__imgs ul.productPage__body__thumb {
  display: none;
}
.productPage .productPage__body .productPage__body__imgs .productPage__body__img {
  width: 100%;
  height: auto;
  background: #fff;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  overflow-x: scroll;
  overflow-y: hidden;
  scroll-snap-type: x mandatory; /* Chrome Canary */
  scroll-snap-type: mandatory; /* Firefox */
  -ms-scroll-snap-type: mandatory; /* IE/Edge */
  -webkit-scroll-snap-type: mandatory; /* Safari */
  -webkit-scroll-snap-destination: 0% 0%;
  -webkit-scroll-behavior: smooth;
  -ms-scroll-behavior: smooth;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}
.productPage .productPage__body .productPage__body__imgs .productPage__body__img picture {
  max-width: 300px;
  min-width: 300px;
  height: auto;
  margin-left: 24px;
  padding: 0 20px;
  scroll-snap-align: center;
  -webkit-scroll-snap-align: center;
  -ms-scroll-snap-align: center;
  scroll-snap-coordinate: 0% 0%; /* older (Firefox/IE) */
  -webkit-scroll-snap-coordinate: 0% 0%; /* older (Safari) */
}
.productPage .productPage__body .productPage__body__imgs .productPage__body__img picture img {
  width: 100%;
  height: auto;
}
.productPage .productPage__body .productPage__features {
  display: none;
}
.productPage .productPage__body .productPage__price form .productPage__price__hireprice {
  position: relative;
  text-align: right;
  display: inline-block;
  float: right;
  margin: 16px 0 32px;
}
.productPage .productPage__body .productPage__price form .productPage__price__hireprice em {
  font-style: normal;
}
.productPage .productPage__body .productPage__price form .productPage__price__hireprice .hireprice {
  color: var(--purple);
  font-size: 20px;
  font-weight: 700;
}
.productPage .productPage__body .productPage__info {
  width: 100%;
}
.productPage .productPage__body .productPage__info .productPage__info__link {
  position: relative;
  margin: 0;
  padding: 0 24px;
  border-top: 1px solid var(--grey);
}
.productPage .productPage__body .productPage__info .productPage__info__link a {
  text-decoration: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11px' height='11px' viewBox='0 0 11 11'%3E%3Cg stroke='none' stroke-width='1' fill='currentColor' fill-rule='nonzero'%3E%3Cpolygon id='Path' points='6 5 11 5 11 6 6 6 6 11 5 11 5 6 0 6 0 5 5 5 5 0 6 0'%3E%3C/polygon%3E%3C/g%3E%3C/svg%3E");
  padding: 24px 0;
  display: block;
  background-position: 100% 50%;
  background-repeat: no-repeat;
}
.productPage .productPage__body .productPage__info .productPage__info__link a:hover {
  color: var(--textGrey);
}
.productPage .productPage__body .productPage__info .productPage__info__link a.is-open {
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='11px' height='1px' viewBox='0 0 11 1'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='current' fill-rule='nonzero'%3E%3Cpolygon id='Path' points='6 -6.66133815e-16 11 -6.66133815e-16 11 1 6 1 5 1 0 1 0 -6.66133815e-16 5 -6.66133815e-16'%3E%3C/polygon%3E%3C/g%3E%3C/svg%3E");
}
.productPage .productPage__body .productPage__info .productPage__info__item {
  display: none;
  padding: 0 24px 16px;
}
.productPage .productPage__body .productPage__info .productPage__info__item table {
  border-collapse: collapse;
  margin: 0 -24px;
}
.productPage .productPage__body .productPage__info .productPage__info__item table th, .productPage .productPage__body .productPage__info .productPage__info__item table td {
  font-weight: 400;
  text-align: left;
  padding: 8px 24px;
  width: 50%;
}
.productPage .productPage__body .productPage__info .productPage__info__item table tr:nth-child(even) td, .productPage .productPage__body .productPage__info .productPage__info__item table tr:nth-child(even) th {
  background: var(--off-white);
}
.productPage .productPage__body .productPage__info .productPage__info__item.is-open {
  display: block;
}

@media only screen and (min-width: 768px) {
  .productPage .product {
    margin: 0 -40px;
  }
}
@media only screen and (min-width: 992px) {
  .productPage {
    border-top: none;
    margin: 32px 0 0px;
  }
  .productPage .product {
    margin: 0;
  }
  .productPage .productPage__header {
    padding: 0;
    border: none;
  }
  .productPage .productPage__body {
    padding: 0 0 24px;
  }
  .productPage .productPage__body .productPage__body__imgs {
    margin: 0 32px 0 0;
    padding: 0;
    -webkit-box: 0;
    -moz-box: 0;
    -webkit-flex: 0 1 320px;
    -ms-flex: 0 1 320px;
    flex: 0 1 320px;
  }
  .productPage .productPage__body .productPage__body__imgs .productPage__body__img {
    border: 1px solid var(--grey);
    width: 100%;
    overflow-x: hidden;
  }
  .productPage .productPage__body .productPage__body__imgs .productPage__body__img picture {
    display: none;
    margin: 24px;
    min-width: 0;
    max-width: 420px;
    min-width: 420px;
    padding: 0 0;
  }
  .productPage .productPage__body .productPage__body__imgs .productPage__body__img picture:first-child {
    display: block;
  }
  .productPage .productPage__body .productPage__body__imgs ul.productPage__body__thumb {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-direction: normal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    list-style: none;
    margin: 16px 0 0;
    padding: 0;
  }
  .productPage .productPage__body .productPage__body__imgs ul.productPage__body__thumb li {
    margin-right: 16px;
  }
  .productPage .productPage__body .productPage__body__imgs ul.productPage__body__thumb li:last-child {
    margin-right: 0;
  }
  .productPage .productPage__body .productPage__body__imgs ul.productPage__body__thumb li a {
    border: 1px solid var(--grey);
    background: #fff;
    display: inline-block;
    position: relative;
  }
  .productPage .productPage__body .productPage__body__imgs ul.productPage__body__thumb li a .video {
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    color: #fff;
    background: rgba(0, 0, 0, 0.2);
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
  }
  .productPage .productPage__body .productPage__body__imgs ul.productPage__body__thumb li a img {
    width: 100%;
    height: auto;
  }
  .productPage .productPage__body .productPage__features {
    display: block;
    -webkit-box: 1;
    -moz-box: 1;
    -webkit-flex: 1 1 100px;
    -ms-flex: 1 1 100px;
    flex: 1 1 100px;
  }
  .productPage .productPage__body .productPage__features h6 {
    margin: -6px 0 18px;
  }
  .productPage .productPage__body .productPage__features ul {
    padding: 0 0 0 16px;
  }
  .productPage .productPage__body .productPage__features .arrow {
    justify-content: flex-start;
    color: var(--purple);
  }
  .productPage .productPage__body .productPage__info {
    margin: 24px 0 56px;
    padding: 56px 0 0;
    position: relative;
  }
  .productPage .productPage__body .productPage__info .productPage__info__link {
    position: absolute;
    left: -1px;
    top: 0;
    width: 140px;
    text-align: center;
    color: var(--textBlack);
    background: #fff;
    text-decoration: none;
    display: inline-block;
    margin: 0;
    padding: 0;
    align-items: center;
    border: 1px solid var(--grey);
    border-bottom: none;
    transform: translateX(0%);
    font-size: 14px;
  }
  .productPage .productPage__body .productPage__info .productPage__info__link a, .productPage .productPage__body .productPage__info .productPage__info__link a.is-open {
    background-image: none;
  }
  .productPage .productPage__body .productPage__info .productPage__info__link a {
    padding: 15px 0 16px;
    font-weight: 400;
  }
  .productPage .productPage__body .productPage__info .productPage__info__link a.is-open {
    padding: 16px 0;
    color: var(--purple);
    font-weight: 500;
  }
  .productPage .productPage__body .productPage__info .productPage__info__link a:hover {
    color: var(--purple);
  }
  .productPage .productPage__body .productPage__info .productPage__info__link:nth-of-type(1) {
    left: 0px;
    transform: translateX(0%);
  }
  .productPage .productPage__body .productPage__info .productPage__info__link:nth-of-type(2) {
    transform: translateX(100%);
  }
  .productPage .productPage__body .productPage__info .productPage__info__link:nth-of-type(3) {
    left: -2px;
    transform: translateX(200%);
  }
  .productPage .productPage__body .productPage__info .productPage__info__link:nth-of-type(4) {
    left: -3px;
    transform: translateX(300%);
  }
  .productPage .productPage__body .productPage__info .productPage__info__link:nth-of-type(5) {
    left: -4px;
    transform: translateX(400%);
  }
  .productPage .productPage__body .productPage__info .productPage__info__item {
    padding: 20px 20px;
    width: 100%;
    background: #fff;
    border: 1px solid var(--grey);
    max-height: 480px;
    overflow-y: scroll;
  }
  .productPage .productPage__body .productPage__info .productPage__info__item table {
    margin: 0;
  }
}
@media only screen and (min-width: 1164px) {
  .productPage .productPage__body .productPage__body__imgs {
    -webkit-box: 0;
    -moz-box: 0;
    -webkit-flex: 0 1 470px;
    -ms-flex: 0 1 470px;
    flex: 0 1 470px;
  }
}
.map {
  display: none;
}

.store__tel .btn:before {
  content: "Call: ";
  white-space: pre;
}

.store__contact a.btn {
  margin: 8px 0 0;
  display: block;
}

.stores {
  display: flex;
  flex-direction: column;
}
.stores .stores__store {
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 0 0 18px;
}
.stores .stores__store .store {
  padding: 24px 0;
}
.stores .stores__store .store__actions {
  display: flex;
  flex-direction: column-reverse;
}
.stores .stores__store .store__title {
  margin: 0;
}
.stores .stores__store p {
  margin: 16px 0 0;
}
.stores .stores__store .store__title__link {
  margin-top: 16px;
}
.stores .stores__store .store__title__link a {
  color: var(--purple);
  text-decoration: none;
}
.stores .stores__store .store__title__link a:hover {
  text-decoration: underline;
}
.stores .stores__store:after {
  position: absolute;
  bottom: 0;
  left: -50px;
  height: 1px;
  background: #E4E4E4;
  content: "";
  width: 130%;
}
.stores .stores__store:last-child:after {
  display: none;
}

.store__range {
  list-style: none;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid var(--grey);
}
.store__range li {
  border-top: 1px solid var(--grey);
}
.store__range a {
  text-decoration: none;
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (min-width: 992px) {
  .store__tel .btn:before {
    content: "";
  }
  .stores__store .store__dir {
    display: none;
  }
  .stores .stores__store .store__tel {
    margin-top: 0;
  }
  .map {
    display: block;
  }
  .store__tel .btn,
  .store__contact a.btn,
  .store__dir a.btn {
    border: none !important;
    background: transparent;
    color: var(--textBlack);
    text-align: left;
    padding: 0;
    margin: 0;
    font-size: 14px;
    width: auto;
    font-weight: 400;
    justify-content: flex-start;
  }
  .store__dir,
  .store__address {
    margin-top: 0;
  }
  .store__address {
    margin-bottom: 0;
  }
  .store__contact a.btn,
  .store__dir a.btn {
    color: var(--purple) !important;
  }
  .store__contact a.btn:hover,
  .store__dir a.btn:hover {
    color: var(--purple) !important;
    text-decoration: underline;
  }
  .stores {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 -16px 54px;
  }
  .stores .stores__store {
    padding: 0 16px;
    flex: 0 1 33.333%;
  }
  .stores .stores__store .store {
    border: 1px solid var(--grey);
    padding: 24px;
    height: 100%;
  }
  .stores .stores__store .store__title__link {
    margin-top: 32px;
  }
  .stores .stores__store .store__actions {
    display: flex;
    flex-direction: column;
  }
  .stores .stores__store:after {
    display: none;
  }
  .stores .stores__store:last-of-type .store {
    border: 1px solid var(--grey);
  }
  .store__desc {
    padding-left: 15px;
  }
}
.pagePage {
  border-top: 1px solid var(--grey);
  overflow: hidden;
}
.pagePage .page {
  margin: 0 -24px;
}
.pagePage .page__title {
  margin-top: 16px;
  margin-bottom: 0;
  padding: 0 24px 8px;
  border-bottom: 1px solid var(--grey);
}
.pagePage .page__title.no-border {
  border-bottom: none;
}
.pagePage .page__title.center h1 {
  max-width: 520px;
  margin: 0 auto;
}
.pagePage .page__fullBanner {
  height: 0;
  padding-top: 45.15%;
  background: var(--off-white);
  position: relative;
  overflow: hidden;
}
.pagePage .page__fullBanner .page__container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.pagePage .page__fullBanner .page__container img {
  width: 100%;
  height: auto;
}
.pagePage .page__clickandcollect {
  background: var(--purple);
  padding: 4px 16px;
  display: flex;
  align-items: center;
}
.pagePage .page__clickandcollect p {
  color: #fff;
}
.pagePage .clickAndCollect {
  background: var(--purple);
  color: #fff;
  margin-right: 8px;
  padding: 0 10px 0 0;
  border-radius: 2px;
  font-weight: 400;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
}
.pagePage .clickIcon {
  background: var(--purple);
  color: #fff;
  border-radius: 2px;
  margin-right: 4px;
  padding: 5px 5px 3px;
}
.pagePage .guestCheckout {
  border-top: 1px solid var(--grey);
}
.pagePage .guestCheckout .page__content {
  min-height: 20vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.pagePage .page__content {
  padding: 0 24px 24px;
}
.pagePage .page__content img {
  width: 100%;
  height: auto;
}
.pagePage .page__content form.login, .pagePage .page__content form.register {
  margin-top: 32px;
}
.pagePage .page__content a:not(.btn) {
  color: var(--purple);
}
.pagePage .page__content .arrow {
  justify-content: flex-start;
}
.pagePage .container {
  position: relative;
}
.pagePage {
  /* Maketing Preferences */
}
.pagePage .marketingPreferences {
  border: 1px solid #E4E4E4;
  padding: 16px;
  margin: 24px 0 24px;
}
.pagePage .marketingPreferences h6 {
  margin: 0 0 16px;
}
.pagePage .marketingPreferences .__row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.pagePage .marketingPreferences .__row .__checks {
  margin: 0;
  flex: 1 0 100%;
  padding: 0 0 32px;
}
.pagePage .marketingPreferences .__row .__checks .lbl__checkbox {
  margin-top: 8px;
}
.pagePage .marketingPreferences .__row .__checks .lbl__checkbox:first-child {
  margin-top: 0;
}
.pagePage .marketingPreferences .__row .__benefit {
  margin: 0;
  flex: 0 1 auto;
}
.pagePage .marketingPreferences .__row .__benefit p {
  margin: 0 0 4px !important;
  font-size: 13px !important;
  font-weight: 700;
}
.pagePage .marketingPreferences .__row .__benefit strong {
  color: #ee0701;
}
.pagePage .marketingPreferences .__row .__benefit ul {
  margin: 0;
  list-style-type: disc;
  list-style-position: inside;
  padding-left: 16px;
}
.pagePage .marketingPreferences .__row .__benefit ul li {
  padding: 0;
  display: list-item;
  font-weight: 500;
  font-size: 13px;
  border: none;
}
.pagePage .marketingPreferences .__closing {
  padding: 16px 0 0;
  margin: 0;
}

.basket__item .marketingPreferences {
  border: none;
  padding: 0;
  margin: 0;
}

@media only screen and (min-width: 768px) {
  .pagePage .page__title, .pagePage .page__content, .pagePage .page__fullBanner {
    margin-right: -16px;
    margin-left: -16px;
  }
  .pagePage .page {
    margin: 0 -24px;
  }
  .pagePage .page .page__title {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .pagePage {
    /* Maketing Preferences */
  }
  .pagePage .marketingPreferences {
    margin: 24px 0 0;
  }
  .pagePage .marketingPreferences .__row .__checks {
    flex: 1 0 50%;
    padding: 0 32px 0 0;
  }
}
@media only screen and (min-width: 992px) {
  .page__clickandcollect {
    border: 1px solid var(--grey);
    margin: -14px 0 32px;
  }
  .pagePage {
    border-top: none;
    min-height: 90vh;
  }
  .pagePage .page {
    margin: 0;
  }
  .pagePage .container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .pagePage form {
    margin-top: 54px;
  }
  .pagePage form.basketForm {
    margin-top: 24px;
  }
  .pagePage .page__fullBanner {
    margin: 0 0 32px;
  }
  .pagePage .page__title, .pagePage .page__content, .pagePage .page__fullBanner {
    margin-left: 0;
    margin-right: 0;
  }
  .pagePage .page__content {
    padding: 0;
    margin-bottom: 54px;
    margin-right: 0;
    margin-left: 0;
  }
  .pagePage .page__title, .pagePage .page .page__title {
    border-bottom: none;
    margin-top: 32px;
    margin-bottom: 18px;
    padding: 0;
  }
  .pagePage .page__title h1, .pagePage .page .page__title h1 {
    margin-top: 0;
  }
  .pagePage .guestCheckout {
    border-top: none;
    position: relative;
    text-align: center;
    max-width: 300px;
    margin: 124px auto 0;
  }
  .pagePage .guestCheckout .page__title {
    margin: 0;
  }
  .pagePage .guestCheckout .page__title h3 {
    margin: 0;
  }
  .pagePage .guestCheckout .page__content {
    min-height: 0;
    display: block;
  }
  .pagePage .guestCheckout:after {
    background: var(--grey);
    content: "";
    position: absolute;
    top: 0;
    left: -60px;
    height: 100%;
    width: 1px;
    display: block;
  }
}
@media only screen and (min-width: 1164px) {
  .pagePage .page .page__title {
    margin-top: 40px;
  }
}
.pageCallout {
  width: 100%;
}
.pageCallout .pageCallout__container {
  position: relative;
  height: 100%;
}
.pageCallout .pageCallout__innercontainer {
  padding: 18px 28px 24px;
  border-top: 1px solid var(--grey);
  background: var(--off-white);
}
.pageCallout .pageCallout__stick {
  position: sticky;
  top: 0;
  left: 0;
}
.pageCallout .redTotal {
  color: var(--red-alt);
  font-weight: 700;
  font-size: 32px;
}
.pageCallout a.btn, .pageCallout .btn {
  clear: both;
  width: 100%;
  color: #fff !important;
}
.pageCallout p:last-child {
  margin-bottom: 0;
}
.pageCallout a {
  color: var(--purple) !important;
  text-decoration: none;
}
.pageCallout .pageCallout__item {
  border-bottom: 1px solid var(--grey);
  padding-bottom: 18px;
}
.pageCallout .spacer {
  padding-bottom: 18px;
}
.pageCallout .pageCallout__item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.pageCallout .noHeading {
  padding: 18px 0 18px;
}
.pageCallout .form__field input.textInput {
  font-size: 16px;
  padding: 8px;
}
.pageCallout .inline__form__field {
  margin-top: 4px;
}
.pageCallout .inline__form__field label {
  margin-right: 8px;
  flex: 1 0 70px;
}
.pageCallout .inline__form__field .form__field {
  display: flex;
  flex-direction: row;
  margin-left: auto;
}
.pageCallout .form__field {
  margin-bottom: 0;
}
.pageCallout .basket__voucher .form__field {
  margin-bottom: 16px;
}
.pageCallout ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.pageCallout ul li {
  display: flex;
  flex-direction: row;
  margin: 0 0 8px;
}
.pageCallout ul li .guide {
  margin-left: auto;
}
.pageCallout ul li:last-child {
  margin-bottom: 0;
}
.pageCallout .vat {
  padding: 16px 0 0;
  margin: 0;
}
.pageCallout .vatAmount {
  margin: 0px;
}
.pageCallout p {
  color: var(--textGrey);
}
.pageCallout .fakelbl {
  color: var(--textBlack);
  margin-bottom: 8px;
}
.pageCallout .saveQuote {
  text-align: center;
}
.pageCallout .method .btn {
  margin: 0 0 8px;
}
.pageCallout .discount p {
  margin-bottom: 0;
}
.pageCallout #delivery__info,
.pageCallout #collection__info,
.pageCallout .basket__voucher {
  display: none;
}
.pageCallout #delivery__info.is-open,
.pageCallout #collection__info.is-open,
.pageCallout .basket__voucher.is-open {
  display: block;
}
.pageCallout ul.shareButton {
  text-align: center;
}
.pageCallout ul.shareButton li {
  border-radius: 3px;
  display: inline-block;
  position: static;
  margin: 16px 2.5px 16px;
  text-decoration: none;
}
.pageCallout ul.shareButton li:first-child {
  margin-left: 0;
}
.pageCallout .shareButton a:hover,
.pageCallout .shareButton a:hover span {
  text-decoration: none;
}
.pageCallout .shareButton a {
  color: white !important;
  display: block;
}
.pageCallout .shareButton span {
  vertical-align: middle;
  font-weight: 600;
  font-size: 12px;
  padding: 0 3px;
}
.pageCallout #fb-share-button {
  background: #3b5998;
  padding: 6px 8px;
}
.pageCallout #fb-share-button:hover {
  background: #213A6F;
}
.pageCallout #fb-share-button svg {
  width: 18px;
  fill: white;
  vertical-align: middle;
  border-radius: 2px;
}
.pageCallout #tweet-share-button {
  background: #00ACEE;
  padding: 6px 8px;
}
.pageCallout #tweet-share-button:hover {
  background: #1DA0C7;
}
.pageCallout #tweet-share-button svg {
  width: 18px;
  fill: white;
  vertical-align: middle;
  border-radius: 2px;
}
.pageCallout #whatsApp-share-button {
  background: #4CAF50;
  padding: 7px 8px;
}
.pageCallout #whatsApp-share-button:hover {
  background: #328C35;
}
.pageCallout #copyURL-button {
  background: #555;
  padding: 7px 8px;
}
.pageCallout #copyURL-button:hover {
  background: #333;
}

@media only screen and (min-width: 768px) {
  .pageCallout {
    margin: 0 0 24px;
  }
}
@media only screen and (min-width: 992px) {
  .pageCallout {
    position: absolute;
    top: 0;
    margin: 0;
    border-top: 6px solid var(--purple);
    z-index: 800;
    right: 16px;
    width: 290px;
  }
  .pageCallout .form__field input.textInput {
    font-size: 14px;
  }
  .pageCallout a:hover {
    color: var(--purple) !important;
    text-decoration: underline;
  }
  .pageCallout a.btn:hover {
    color: #fff !important;
  }
  .pageCallout a.btn.outline:hover {
    color: var(--textBlack) !important;
  }
  .pageCallout a.btn:hover {
    text-decoration: none;
  }
  .page .pageCallout {
    top: 94px;
  }
  #whatApp {
    display: none;
  }
}
@media only screen and (min-width: 1164px) {
  .pageCallout {
    width: 290px;
    right: 14px;
  }
  .page .pageCallout {
    top: 104px;
  }
}
.accountTable {
  padding: 32px 0 24px;
  text-align: center;
  background: #F1F1F1;
  width: 100%;
}
.accountTable .accountTable__table {
  width: 100%;
  overflow: scroll;
}
.accountTable table {
  border: 1px solid var(--grey);
  background: #fff;
  border-collapse: collapse;
  text-align: left;
  margin: 32px 0;
}
.accountTable table td, .accountTable table th {
  padding: 16px;
}
.accountTable table th {
  font-weight: 500;
}
.accountTable table thead {
  background: var(--off-white);
  border-bottom: 1px solid var(--grey);
}
.accountTable table thead th:first-child {
  width: auto;
}
.accountTable table tbody th {
  vertical-align: middle;
  padding: 0 0;
}
.accountTable table tbody th span {
  transform: rotate(90deg);
  display: block;
}
.accountTable table tbody tr {
  border-top: 1px solid var(--grey);
}
.accountTable table tbody tr:nth-child(even) th, .accountTable table tbody tr:nth-child(even) td {
  background: var(--off-white);
}
.accountTable table tbody td {
  border-left: 1px solid var(--grey);
  font-size: 14px;
  vertical-align: top;
}

@media only screen and (min-width: 768px) {
  .accountTable .accountTable__table {
    width: 100%;
    overflow: visible;
  }
  .accountTable table thead th, .accountTable table thead th:first-child {
    width: 25%;
  }
  .accountTable table tbody th {
    vertical-align: top;
    padding: 16px;
  }
  .accountTable table tbody th span {
    transform: rotate(0deg);
  }
}
.basket__item:after {
  position: absolute;
  bottom: 0;
  left: -50px;
  height: 1px;
  background: var(--grey);
  content: "";
  width: 130%;
}

.basket__item.last:after {
  display: none;
}

.basket__item {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 24px 24px;
}
.basket__item .form__field {
  margin: 0;
}
.basket__item ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.basket__item ul li {
  display: flex;
  flex-direction: row;
  padding: 16px 0;
  border-bottom: 1px solid var(--grey);
}
.basket__item ul li .redPrice {
  margin: 0;
}
.basket__item ul li span.data {
  margin-left: auto;
}
.basket__item ul li:last-child {
  border-bottom: none;
}
.basket__item .redPrice {
  margin: -8px 0 0;
  color: var(--red-alt);
  font-weight: 700;
  font-size: 24px;
}
.basket__item a {
  color: var(--purple);
  text-decoration: none;
}
.basket__item a:hover {
  text-decoration: underline;
}
.basket__item .__header {
  margin: 0 0 8px;
}
.basket__item .__header,
.basket__item .__footer {
  -webkit-box: 0;
  -moz-box: 0;
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.basket__item .basket__item__img {
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-box: 0;
  -moz-box: 0;
  -webkit-flex: 0 0 110px;
  -ms-flex: 0 0 110px;
  flex: 0 0 110px;
  margin-right: 16px;
}
.basket__item .basket__item__img img {
  width: 100%;
  height: auto;
}
.basket__item .__header .__col {
  -webkit-box: 1;
  -moz-box: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  justify-content: center;
  align-items: center;
}
.basket__item .__header .__col h2 {
  margin-top: 0;
}
.basket__item .__header .__col h3 {
  margin-bottom: 8px;
}
.basket__item .__header .__col p {
  color: var(--red-alt);
  margin: 0;
}
.basket__item .__header .__col .price {
  font-weight: 700;
  font-size: 16px;
  color: var(--textBlack);
}
.basket__item .__footer .basket__item__qty {
  -webkit-box: 0;
  -moz-box: 0;
  -webkit-flex: 0 1 90px;
  -ms-flex: 0 1 90px;
  flex: 0 1 90px;
  margin-right: 18px;
}
.basket__item .__footer .basket__item__qty p {
  color: var(--red-alt);
}
.basket__item .__footer .basket__item__cost {
  text-align: right;
  -webkit-box: 1;
  -moz-box: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.basket__item .__footer .basket__item__cost p {
  margin: 0;
}
.basket__item .__footer .basket__item__cost .basket__remove {
  margin: 8px 0 0;
}

.basket__item.review__item__price .__header,
.basket__item.review__item__price .__footer {
  align-items: flex-start;
}
.basket__item.review__item__price .__footer {
  display: flex;
}
.basket__item.review__item__price .__footer .__col {
  -webkit-box: 0;
  -moz-box: 0;
  -webkit-flex: 0 1 48%;
  -ms-flex: 0 1 48%;
  flex: 0 1 48%;
}
.basket__item.review__item__price .__footer .__row {
  -webkit-box: 0;
  -moz-box: 0;
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}
.basket__item.review__item__price textarea {
  height: 96px;
}

.checkoutButton {
  border-top: 1px solid var(--grey);
  background: #fff;
  padding: 16px 24px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.checkoutButton p {
  margin: 0;
  color: var(--textGrey);
}
.checkoutButton .continue, .checkoutButton .btn {
  margin-top: 16px;
}
.checkoutButton .continue a, .checkoutButton .btn a {
  text-decoration: none;
  color: var(--purple);
}

.basket__footer a {
  color: var(--purple);
  text-decoration: none;
}
.basket__footer a:hover {
  text-decoration: underline;
}
.basket__footer {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.basket__footer .continue {
  margin-top: 0;
}

/* New Update to basket */
.chooseMethod ul {
  display: flex;
  justify-content: space-between;
}

.chooseMethod ul li {
  width: 48%;
}

.chooseMethod ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #E4E4E4;
  width: 100%;
  height: 110px;
}

.chooseMethod ul li a.active {
  border: 1px solid var(--red);
}

.chooseMethod ul li a span {
  max-width: 39px;
  margin-bottom: 8px;
}

.chooseMethod ul li a span svg {
  width: 100%;
  height: auto;
}

.selected__store {
  background: #fff;
  border-radius: 5px;
  border: 1px solid #E4E4E4;
  padding: 14px;
  color: #000;
}

.selected__store p {
  margin: 0;
}

.chooseMethod {
  position: relative;
}

#modal__changeStore__btn {
  border: 1px solid #21076A;
  border-radius: 5px;
  padding: 8px 8px;
  font-size: 12px;
  position: absolute;
  top: 0;
  right: 0;
}

@media only screen and (min-width: 768px) {
  .basket__item .__header {
    -webkit-box: 1;
    -moz-box: 1;
    -webkit-flex: 1 1 65%;
    -ms-flex: 1 1 65%;
    flex: 1 1 65%;
  }
  .basket__item .__header .basket__item__title {
    margin-right: 16px;
  }
  .basket__item .__footer {
    -webkit-box: 1;
    -moz-box: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .basket__item .__footer .__col, .basket__item .__footer .__row {
    align-items: center;
  }
  .basket__item.review__item__price .__header {
    -webkit-box: 0;
    -moz-box: 0;
    -webkit-flex: 0 1 33%;
    -ms-flex: 0 1 33%;
    flex: 0 1 33%;
  }
  .basket__item.review__item__price .__footer {
    -webkit-box: 1;
    -moz-box: 1;
    -webkit-flex: 1 1 67%;
    -ms-flex: 1 1 67%;
    flex: 1 1 67%;
  }
  .basket__item.review__item__price .__footer .__row {
    -webkit-box: 1;
    -moz-box: 1;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
  .checkoutButton {
    text-align: left;
  }
  .checkoutButton .col12 {
    display: flex;
    flex-direction: row;
  }
  .checkoutButton .__col {
    flex: 1 1 50%;
  }
  .checkoutButton .__col:last-child {
    margin-left: auto;
  }
  .checkoutButton .btn {
    min-width: 250px;
    max-width: 250px;
    float: right;
    margin: 0;
  }
  .checkoutButton .continue {
    margin: 0;
    text-align: right;
    margin-left: auto;
  }
}
@media only screen and (min-width: 992px) {
  .basket__item:after {
    display: none;
  }
  .basket__item {
    padding: 32px 24px;
    border: 1px solid var(--grey);
    border-bottom: none;
  }
  .basket__item .__header {
    flex: 1 1 60%;
  }
  .basket__item .__header .basket__item__img {
    flex: 0 0 80px;
  }
  .basket__item.review__item,
  .basket__item.review__item__price {
    border: none;
    border-bottom: 1px solid var(--grey);
  }
  .basket__item.review__item__price.last {
    border: none;
  }
  .basket__footer {
    padding: 16px 0;
    border-top: 1px solid var(--grey);
    display: flex;
    flex-direction: row;
  }
  .basket__footer .continue {
    margin-top: 8px;
    margin-left: auto;
  }
}
@media only screen and (min-width: 1164px) {
  .basket__item .__header {
    flex: 1 1 66%;
  }
  .basket__item .__header .basket__item__img {
    margin-left: 16px;
    flex: 0 0 170px;
  }
  .basket__item .__header .basket__item__title {
    margin-left: 40px;
  }
}
.checkoutHelp {
  background: var(--purple);
  color: #fff;
  margin: 18px 0 0;
  padding: 24px 0;
  margin-bottom: -1px;
}
.checkoutHelp .checkoutHelp__item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.checkoutHelp p {
  margin: 12px 0;
  line-height: 18px;
}

@media only screen and (min-width: 992px) {
  .checkoutHelp {
    border-bottom: 1px solid var(--grey);
  }
  .checkoutHelp p {
    margin: 4px 0;
    line-height: 1.6em;
  }
}
.dynamic {
  position: relative;
  z-index: 9999;
  display: flex;
  flex-grow: 1;
}

.dynamic .active {
  display: block;
}

.dynamic input:focus {
  border-radius: 5px 5px 0 0;
}

.dynamic__suggestions {
  display: none; /* Need to tweak on mobile and seperate style from HTML - Waiting JS implementation. */
  position: absolute;
  flex-direction: column;
  width: calc(100% + 46px);
  z-index: -1;
  top: 50px;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #E4E4E4;
  padding: 10px 0;
  border-radius: 10px;
  box-shadow: 0 15px 46px -10px rgba(26, 26, 29, 0.3) !important;
  max-height: 70vh;
  overflow: scroll;
}

.dynamic__suggestions p {
  margin: 0;
  color: #333;
  padding: 0 16px;
}

.dynamic__suggestions p a {
  color: #333;
}
.dynamic__suggestions p a:hover {
  color: var(--red);
  border-color: var(--red);
}

.dynamic__suggestions ul {
  flex-direction: column;
  border-top: 1px solid #E4E4E4;
  list-style: none;
  margin: 8px 0;
  gap: 0 !important;
  padding: 0;
}

.dynamic__suggestions ul li {
  border-bottom: 1px solid #E4E4E4;
}

.dynamic__suggestions ul li a {
  display: flex !important;
  align-items: center;
  padding: 8px 0;
  color: #333;
  font-weight: 600;
  text-decoration: none;
}

.dynamic__suggestions ul li a:hover {
  background: #F8F8F8;
}

.dynamic__suggestions ul li a:hover .dynamic__img {
  mix-blend-mode: multiply;
}

.dynamic__suggestions ul li a:hover .dynamic__name {
  color: var(--red);
  text-decoration: underline;
}

.dynamic__suggestions ul li a .dynamic__img {
  margin: 0 16px;
}

.dynamic__suggestions ul li a .dynamic__name {
  padding: 0 8px 0 0;
}

.dynamic__suggestions ul li img {
  width: 40px;
  height: 40px;
}

@media only screen and (min-width: 992px) {
  .dynamic__suggestions {
    max-height: none;
    overflow: auto;
  }
}
/*# sourceMappingURL=style.v2.3.css.map */